/*@color-body-bgr: #9d9d9d;*/
/*@color-green: #70bbb3;*/
.font-main-definition {
    font-family: 'Source Sans Pro', sans-serif;
}

.font-special-definition {
    font-family: 'Fjalla One', sans-serif;
}

.font-special-italic-definition {
    font-family: 'Yellowtail', cursive;
}

.test {
    border: 1px solid red;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

/*body, button, input, h1, h2, h3, h4, div, a, span, blockquote, p {
    -webkit-text-size-adjust: none;
}*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.triangle {
    width: 100%;
    height: 0;
    /*display: none;*/
}

.triangle.transparent-grey-b-t {
    border-bottom: 70px solid #f3f3f3;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

.triangle.transparent-grey-t-b {
    border-top: 70px solid #f3f3f3;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

.triangle.transparent-white-b-t {
    border-bottom: 70px solid #ffffff;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

.triangle.transparent-white-t-b {
    border-top: 70px solid #ffffff;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

.triangle.white-transparent-t-b {
    border-bottom: 70px solid #ffffff;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

.triangle.white-transparent-b-t {
    border-top: 70px solid #ffffff;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #272425;
    background-color: #ececec;
    font-family: 'Source Sans Pro', sans-serif;
}

.body-no-scroll {
    overflow: hidden;
}

.site-wrapper {
    min-height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background-color: #ffffff;
    overflow: hidden;
}

.content-wrapper {
    width: 100%;
    /* max-width: 1000px;
       margin: auto;*/
    padding: 1px 120px;
    /*   .test;*/
}

/*body.nise-website{
		.content-wrapper:nth-of-type(1){
			padding-top: 0px;
		}

}*/
@media all and (max-width: 1024px) {
    .content-wrapper {
        padding: 0 25px;
    }
}

.w-full {
    width: 100%;
}

.w-1of3 {
    width: 33.33%;
}

.w-2of3 {
    width: 66.66%;
}

.w-1of4 {
    width: 25%;
}

.w-3of4 {
    width: 75%;
}

.w-1of2,
.w-2of4 {
    width: 50%;
}

.img-full {
    width: 100%;
}

.w-lim-1of2 {
    width: 480px;
}

.w-lim-2of3 {
    width: 640px;
}

p.w-lim-2of3 {
    width: 100%;
    max-width: 640px;
}

.al-right {
    text-align: right;
}

.al-center {
    text-align: center;
}

.nise-website h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 4em;
    color: #b7cc4c;
}

.nise-website h1 span {
    color: #ff812a;
    font-family: 'Yellowtail', cursive;
    font-size: 0.8em;
}

.nise-website h2 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    font-size: 2.8em;
    text-transform: uppercase;
    color: #ff812a;
    margin-bottom: 20px;
}

.nise-website h2.h2-num {
    color: #3d5b65;
    position: relative;
    font-size: 2.5em;
    line-height: 1em;
    margin-left: 50px;
    min-height: 65px;
    /*margin-top: 20px;*/
    /* &+.ul-pl{
                   margin-left: 35px;
               }*/
}

.nise-website h2.h2-num span:nth-of-type(1) {
    color: #b7cc4c;
    display: block;
    position: absolute;
    /* .font-main-definition;*/
    font-weight: 400;
    font-size: 2.2em;
    left: -50px;
    top: 22px;
}

.nise-website h2.h2-num span:nth-of-type(2) {
    color: #4a959b;
}

.nise-website h2.h2-sp-font span {
    display: block;
    color: #4a959b;
    font-family: 'Yellowtail', cursive;
    text-transform: none;
}

.nise-website h2.h2-sp-font.reverted {
    color: #4a959b;
}

.nise-website h2.h2-sp-font.reverted span {
    color: #ff812a;
}

.nise-website .h2-sp {
    font-family: 'Yellowtail', cursive;
    text-align: right;
    text-transform: none;
    font-size: 2.8em;
    line-height: 1em;
    color: #ff812a;
    max-width: 700px;
}

.nise-website .h2-sp.inverted {
    color: #ffffff;
}

.nise-website h3 {
    text-transform: uppercase;
    color: #ff812a;
    margin-bottom: 15px;
}

.nise-website h3.h3-sp-col {
    color: #3d5b65;
}

.nise-website h3.h3-sp-col span {
    color: #4a959b;
}

.nise-website p {
    line-height: 1.8em;
    margin-bottom: 15px;
}

@media all and (max-width: 1024px) {
    .nise-website h1 {
        font-size: 3em;
    }

    .nise-website h2 {
        font-size: 1.8em;
    }

    .nise-website h2.h2-num {
        font-size: 1.5em;
        margin-left: 50px;
        min-height: 65px;
        /*margin-top: 20px;*/
    }

    .nise-website h2.h2-num span:nth-of-type(1) {
        font-size: 2.2em;
        left: -50px;
        top: 22px;
    }

    .nise-website .h2-sp {
        font-size: 1.8em;
    }

    .nise-website p {
        line-height: 1.5em;
    }
}

.nise-website {
    /*.line.triangle{
          img{
              display: block;
             !* height: 50px;*!
              width: 100%;
              margin-top: -200px;

             !* background-image: url("../images/grey-transparent-t-b.svg");
              background-repeat: no-repeat;
              background-size: 50px 100%;*!
          }
          heiht: 200px;
      }*/
}

.nise-website a {
    color: #ff812a;
}

.nise-website .tb {
    display: table;
    width: 100%;
}

.nise-website .tb .row {
    display: table-row;
}

.nise-website .tb .row .cell {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px;
}

.nise-website .tb .row .cell:first-of-type {
    padding-left: 0;
}

.nise-website .tb .row .cell:last-of-type {
    padding-right: 0;
}

.nise-website .tb .row .cell:empty {
    padding: 0;
}

.nise-website .tb.tb-small-gap .row .cell {
    padding: 20px 7px;
}

.nise-website .tb.tb-small-gap .row .cell:first-of-type {
    padding-left: 0;
}

.nise-website .tb.tb-small-gap .row .cell:last-of-type {
    padding-right: 0;
}

.nise-website .tb.tb-small-gap .row .cell:empty {
    padding: 0;
}

.nise-website .green {
    background-color: #2ebdb3;
    color: #ffffff;
}

.nise-website .line.green .content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nise-website .grey {
    background-color: #f3f3f3;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.ul-bottom-menu {
    display: inline-block;
    /*   width: auto;
         .test;*/
    margin: 30px auto 50px;
}

.ul-bottom-menu li {
    display: inline-block;
    font-weight: 700;
    list-style-type: none;
    color: #76787a;
}

.ul-bottom-menu li a {
    color: #76787a;
    text-decoration: none;
}

.ul-bottom-menu li a:hover {
    text-decoration: underline;
}

.ul-bottom-menu li:after {
    content: '\a0' '|' '\a0';
    display: inline-block;
    width: auto;
    margin: 0 7px;
    font-weight: 400;
}

.ul-bottom-menu li:last-of-type:after {
    display: none;
}

.ul-pl {
    margin-left: 32px;
}

.ul-pl li {
    list-style-type: none;
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.ul-pl li:before {
    content: '+';
    color: #ff812a;
    font-weight: bold;
    font-size: 1.4em;
    position: absolute;
    left: 0;
    top: -4px;
}

.tb-ul-pl-container .row .cell {
    padding-bottom: 0px;
}

ol {
    padding-bottom: 15px;
    counter-reset: myCounter;
}

ol li {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 40px;
    max-width: 600px;
    line-height: 25px;
}

ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #4a959b;
    /* display: inline-block;*/
    display: block;
    white-space: nowrap;
    text-align: center;
    /*  margin: 5px 10px 5px 0;*/
    line-height: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
}

ol.column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    /*-webkit-column-rule: 1px solid #ccc;
          -moz-column-rule: 1px solid #ccc;
          column-rule: 1px solid #ccc;*/
}

ol.line li {
    display: inline-block;
    font-weight: 800;
    padding-right: 30px;
    color: #3d5b65;
}

@media all and (max-width: 768px) {
    ol.line li {
        display: block;
    }
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 2;
    /*.font-special-italic-definition {
          display: block;
          font-size: 5em;
      }*/
    /*&.teacher-certification-enroll-2nd {
          background-color: #5e7778;
          background-image: url("../images/photo-bgr-home-enroll.jpg");

      }*/
}

.banner div.w-lim-1of2 {
    width: 100%;
    max-width: 480px;
}

.banner div.w-lim-2of3 {
    width: 100%;
    max-width: 640px;
}

.banner .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner.header-banner .content-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
    /*font-size: 1.4em;*/
    /*  * {
                .w-1of2;
            }*/
}

.banner.header-banner .content-wrapper h2 {
    color: #ffffff;
}

.banner.header-banner .content-wrapper .font-special-italic-definition {
    display: block;
    font-size: 2em;
}

.banner.header-banner .content-wrapper p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0;
}

.banner .font-special-definition {
    display: block;
    font-size: 3em;
    text-transform: uppercase;
    color: #b7cc4c;
    max-width: 80%;
}

.banner .img-wave {
    position: absolute;
    z-index: 1;
}

.banner.home-header {
    background-color: #dcd8cc;
    background-image: url("../images/photo-bgr-home-banner.jpg");
    background-position: 100% 50%;
}

.banner.home-header h1 img {
    margin-left: -50px;
}

.banner.home-header h2 {
    color: #808080 !important;
    padding-left: 140px;
    padding-top: 20px;
    font-size: 2em;
    width: 90%;
}

.banner.home-header .btn-sp {
    width: auto;
    margin: 20px 0;
    margin-left: 140px;
    padding: 10px 40px;
    font-size: 1em;
    font-weight: bold;
}

.banner.home-header .img-wave {
    bottom: -50px;
    right: 0;
    width: 40%;
}

.banner.home-enroll {
    background-color: #5e7778;
    background-image: url("../images/photo-bgr-home-enroll.jpg");
    background-position: center left;
}

.banner.home-enroll .h2-sp {
    max-width: 100%;
    /*  text-align: left;*/
}

.banner.home-enroll h2 {
    color: #b7cc4c;
    text-align: right;
    max-width: 400px;
}

.banner.home-enroll h2 span {
    font-family: 'Yellowtail', cursive;
    display: block;
    color: #ffffff;
    text-transform: none;
    font-size: 1.5em;
    /*margin-top: 80px;*/
}

.banner.home-enroll .img-wave {
    bottom: 150px;
    left: 0;
    width: 35%;
}

.banner.home-details {
    background-color: #5f828b;
    background-image: url("../images/photo-bgr-home-details.jpg");
    padding-bottom: 80px;
}

.banner.home-details .h2-sp {
    max-width: 100%;
}

.banner.home-details h2 {
    color: #b7cc4c;
}

.banner.home-details h2 span {
    font-family: 'Yellowtail', cursive;
    display: block;
    color: #ffffff;
    text-transform: none;
    font-size: 1.5em;
    /*margin-top: -30px;*/
}

.banner.home-details .img-wave {
    bottom: 30px;
    left: 0;
    width: 35%;
}

.banner.blog-header {
    background-color: #5e7778;
}

.banner.terms-header {
    background-color: #275c67;
    background-image: url("../images/photo-bgr-terms-header-m.jpg");
}

.banner.terms-header h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner.terms-header .img-wave {
    bottom: 0;
    left: 0;
    width: 35%;
}

.banner.overview-header {
    background-color: #2f4051;
    background-image: url("../images/photo-bgr-overview_m.jpg");
}

.banner.overview-header h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner.overview-header .img-wave {
    bottom: 0;
    left: 0;
    width: 35%;
}

.banner.masters-header {
    background-color: #2f4051;
    /*background-image: url("../images/photo-bgr-overview_m.jpg");*/
}

.banner.masters-header h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner.masters-header .img-wave {
    bottom: 0;
    left: 0;
    width: 35%;
}

.banner.overview-enroll {
    background-color: #668081;
    background-image: url("../images/photo-bgr-overview-enroll-m.jpg");
    background-position: bottom right;
}

.banner.overview-enroll .content-wrapper {
    padding-top: 110px;
    padding-bottom: 80px;
}

.banner.overview-enroll h2 {
    color: #b7cc4c;
}

.banner.overview-enroll .img-wave {
    top: 0;
    left: 0;
    width: 35%;
}

.banner.teacher-certification-enroll-1st {
    background-color: #528789;
    background-image: url("../images/photo-bgr-teacher-enroll-m.jpg");
    background-position: top right;
    /*.font-special-definition {

              max-width: 100%;
              text-align: right;
              font-size: 2.5em;
          }*/
}

.banner.teacher-certification-enroll-1st .content-wrapper {
    padding-top: 110px;
    padding-bottom: 80px;
}

.banner.teacher-certification-enroll-1st h2 {
    color: #b7cc4c;
    text-align: right;
    font-size: 2.5em;
}

.banner.teacher-certification-enroll-1st h2 span {
    font-family: 'Yellowtail', cursive;
    display: block;
    color: #ffffff;
    text-transform: none;
    font-size: 1.8em;
}

.banner.teacher-certification-enroll-1st .btn-sp {
    min-width: 300px;
    margin-top: -7px;
}

.banner.teacher-certification-enroll-1st .img-wave {
    bottom: 0;
    left: 0;
    width: 45%;
}

.banner.philosophy-header {
    background-color: #648f8a;
    background-image: url("../images/photo-bgr-philosophy-m.jpg");
}

.banner.philosophy-header .img-wave {
    position: static;
    width: 45%;
    margin-top: 20px;
    margin-bottom: -50px;
}

.banner.philosophy-header .content-wrapper:nth-of-type(1) {
    padding-top: 110px;
    padding-bottom: 0;
}

.banner.philosophy-header .content-wrapper:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 80px;
}

.banner.campus-header {
    background-color: #6e838a;
    background-image: url("../images/photo-bgr-campus-header-m.jpg");
}

.banner.campus-header .img-wave {
    bottom: 0;
    left: 0;
    width: 35%;
}

.banner.teacher-header {
    background-color: #6e838a;
    background-image: url("../images/photo-bgr-teacher-header-m.jpg");
    background-position: 100% 50%;
}

.banner.teacher-header .img-wave {
    bottom: 0;
    left: 0;
    width: 35%;
}

.banner.certification-enroll {
    background-color: #546c6d;
    background-image: url("../images/photo-bgr-campus-enroll-m.jpg");
    background-position: top right;
}

.banner.certification-enroll .content-wrapper {
    padding-top: 110px;
    padding-bottom: 80px;
}

.banner.certification-enroll .img-wave {
    top: 0;
    left: 0;
    width: 35%;
}

.banner.certification-enroll h2 {
    color: #b7cc4c;
    /*max-width: 550px;*/
    max-width: 80%;
}

@media all and (max-width: 1024px) {
    .banner.header-banner .content-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .banner.header-banner .content-wrapper p {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    .banner.home-header {
        background-position: 73% 50%;
    }

    .banner.home-header h1 img {
        margin-left: 0;
        max-width: 70%;
    }

    .banner.home-header h2 {
        /*color: #808080 !important;*/
        /*		padding-left: 0;
                            padding-top: 20px;*/
        /*	font-size: 0.9em;*/
        padding-left: 12%;
        width: 70%;
        font-size: 6vw;
    }

    .banner.home-header .btn-sp {
        margin-left: 12%;
        margin-bottom: 0px;
        /*				padding: 10px 40px;*/
        font-size: 4vw;
        padding: 10px 25px;
    }

    .banner.home-header .img-wave {
        bottom: -50px;
        right: 0;
        width: 60%;
    }

    .banner.overview-header {
        background-position: 60% 50%;
    }

    .banner.overview-header .img-wave {
        width: 65%;
        max-width: 350px;
        min-width: 200px;
    }

    .banner.overview-enroll {
        background-position: 73% 100%;
        /*.content-wrapper {
                    padding-top: 210px;
                    padding-bottom: 80px;
                }*/
    }

    .banner.overview-enroll .img-wave {
        width: 55%;
        max-width: 350px;
        min-width: 200px;
    }

    .banner.teacher-certification-enroll-1st .content-wrapper {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .banner.teacher-certification-enroll-1st h2 {
        font-size: 1.8em;
    }

    .banner.teacher-certification-enroll-1st h2 span {
        font-size: 1.8em;
    }

    .banner.teacher-certification-enroll-1st .pull-right,
    .banner.teacher-certification-enroll-1st .pull-left {
        float: none;
        clear: both;
    }

    .banner.teacher-certification-enroll-1st .btn-sp {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .banner.teacher-certification-enroll-1st .img-wave {
        width: 65%;
    }

    .banner.certification-enroll {
        background-position: 73% 50%;
    }

    .banner.certification-enroll .content-wrapper {
        padding-top: 210px;
        padding-bottom: 80px;
    }

    .banner.certification-enroll .img-wave {
        width: 55%;
        max-width: 350px;
        min-width: 200px;
    }

    .banner.certification-enroll h2 {
        max-width: 80%;
    }

    .banner.campus-header {
        background-position: 80% 50%;
    }

    .banner.campus-header .img-wave {
        width: 65%;
        max-width: 350px;
        min-width: 200px;
    }

    .banner.teacher-header .img-wave {
        width: 65%;
        max-width: 350px;
        min-width: 200px;
    }
}

button {
    cursor: pointer;
}

.nise-website .btn-get-certified {
    background-color: #ff812a;
    color: #ffffff;
    font-family: 'Yellowtail', cursive;
    font-size: 1.3em;
    /*font-style: italic;*/
    border: none;
    padding: 7px 30px;
    display: inline-block;
    text-decoration: none;
    width: auto;
}

.nise-website .btn-get-certified-container {
    float: right;
}

.nise-website .tb-footer-line .row .cell {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.nise-website .tb-footer-line .row .cell:nth-of-type(1) {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
}

.nise-website .tb-footer-line .btn-get-certified {
    padding: 20px 50px;
    font-size: 1.6em;
    white-space: nowrap;
}

@media all and (max-width: 1024px) {
    .btn-get-certified-container {
        /* display: block;
             width: 100%;
             text-align: center;
             margin-top: 20px;
             padding-top: 15px;
             padding-bottom: 15px;*/
        position: absolute;
        top: 60px;
        left: -15px;
        right: -15px;
        z-index: 10;
        height: 100px;
        /*line-height: 80px;*/
        text-align: center;
        padding: 25px 40px;
        background-color: #f3f3f3;
        background-color: #ffffff;
        border-top: 1px solid rgba(219, 219, 219, 0.55);
        border-bottom: 1px solid rgba(219, 219, 219, 0.55);
        /*  .box-shadow;*/
    }

    .btn-get-certified.top {
        /* display: block !important;
             width: 100%;*/
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 25px;
    }

    .btn-get-certified-container.resp-hidden {
        /*display: none;*/
        display: none;
    }
}

@media all and (max-width: 768px) {
    .nise-website .tb-footer-line .row .cell {
        text-align: center;
        padding: 30px 0;
    }

    .nise-website .tb-footer-line .row .cell:nth-of-type(1) {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .nise-website .tb-footer-line .btn-get-certified {
        /*padding: 20px 50px;*/
        width: 100%;
        display: block;
        font-size: 1.6em;
        white-space: normal;
    }
}

@media all and (max-width: 420px) {
    .nise-website .btn-get-certified {
        /*padding: 20px 50px;*/
        width: 100%;
        display: block;
    }
}

.header-container {
    min-height: 55px;
    position: relative;
    margin-top: -1px;
    /*   text-align: right;*/
    /*background-color: #f3f2f2;
      border-bottom: 1px solid #f6f5f5;*/
}

.header-container .logo {
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    z-index: 20;
}

.header-container .logo img {
    width: 100%;
}

.showBottomMenu,
.showTopMenu {
    display: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    /*margin-left: calc(100% + 30px);*/
    margin-left: 1230px;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 90;
}

.scroll-to-top:hover {
    opacity: 0.8;
}

.scroll-to-top img {
    width: 100%;
}

.scroll-to-top.hidden {
    display: none;
    opacity: 0;
}

@media all and (max-width: 1200px) {
    .scroll-to-top {
        margin-left: 0px;
        right: 0px;
        -moz-border-radius-topleft: 3px;
        /*background-color: #1a4e59;*/
        /*background-color: #f3f2f2;*/
        background-color: #e4e4e4;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        padding: 10px;
        opacity: 1;
        border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-left-radius: 2px;
    }
}

.fixed-caption {
    display: none;
}

.set-mobile-header-top-fixed {
    /*  .logo {
          width: 40px;
          height: 40px;
          margin-top: 10px;
      }*/
}

.set-mobile-header-top-fixed .showTopMenu {
    /*  color: #ffffff;
          color: #6fd9d2;*/
}

.set-mobile-header-top-fixed .logo {
    display: none;
}

.set-mobile-header-top-fixed .fixed-caption {
    display: inline-block;
    color: #4a959b;
    color: #275c67;
    /*color: #275c67;*/
    font-weight: bold;
    /*letter-spacing: 1px;*/
    font-size: 2em;
    vertical-align: middle;
    padding-top: 12px;
    /*font-family: "Times New Roman";*/
}

@media all and (max-width: 1024px) {
    .body-resp-no-scroll {
        overflow: hidden;
    }

    .site-wrapper {
        margin-top: 60px;
    }

    .header-container {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        width: 100%;
        /* background-color: #ffffff;

             background-color: #fafafa*/
        /* background-color: #14a399;*/
        /*background-color: #2ebdb3;*/
        /*background-color: #1a4e59;*/
        background-color: #f3f2f2;
        border-bottom: 1px solid #f6f5f5;
        /*	padding: 0 25px;*/
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }

    .header-container .logo {
        width: 80px;
        height: 80px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
        /*display: block;*/
        /* position: static;*/
        /*top: 20px;*/
        /*img {
                    width: 100%;
                }*/
    }

    .header-container.top-fixed {
        /*  .logo {
            width: 40px;
            height: 40px;
            margin-top: 10px;
        }*/
    }

    .header-container.top-fixed .showTopMenu {
        /*  color: #ffffff;
            color: #6fd9d2;*/
    }

    .header-container.top-fixed .logo {
        display: none;
    }

    .header-container.top-fixed .fixed-caption {
        display: inline-block;
        color: #4a959b;
        color: #275c67;
        /*color: #275c67;*/
        font-weight: bold;
        /*letter-spacing: 1px;*/
        font-size: 2em;
        vertical-align: middle;
        padding-top: 12px;
        /*font-family: "Times New Roman";*/
    }

    .showBottomMenu,
    .showTopMenu {
        display: block;
        cursor: pointer;
        /*   float: right;
       */
    }

    .showTopMenu {
        color: #4a959b;
        color: #275c67;
        /*	color: #275c67;*/
        text-align: center;
        font-size: 2em;
        font-weight: 800;
        padding: 12px 15px 11px 15px;
        margin-right: -15px;
    }

    .showBottomMenu {
        background-color: #c5c6c8;
        color: #ffffff;
        text-align: center;
        font-size: 2em;
        font-weight: 800;
        padding: 5px 10px;
    }
}

.bottom-logo {
    max-width: 150px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.quote h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #3d5b65;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 30px;
    max-width: 420px;
}

.quote p {
    margin-left: 170px;
    font-style: italic;
    line-height: normal;
}

@media all and (max-width: 1024px) {
    .bottom-logo {
        max-width: 90px;
        margin-bottom: 0px;
        margin-right: 20px;
        margin-top: 0;
    }

    .quote h2 {
        font-weight: 600;
        margin-top: 30px;
        max-width: 100%;
        margin-left: 0;
    }

    .quote p {
        margin-left: 0;
    }
}

.nise-website {
    /*.tb-course-plan*/
}

.nise-website .btn-sp {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #2ebdb3;
    color: #3d5b65;
    font-size: 1.3em;
    font-weight: 500;
}

.nise-website .btn-sp.inverted {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.nise-website .btn-sp:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.nise-website .logo-ace {
    width: 100%;
    max-width: 130px;
    min-width: 70px;
    /*margin-left: 30px;*/
    /*margin-bottom: -20px;
          float: right;*/
    /*vertical-align: middle;
          margin-top: -10px;*/
}

.nise-website .logo-ace.home {
    margin-top: 0;
}

.nise-website .sep {
    border-top: 1px dashed #272425;
    margin: 20px auto;
}

.nise-website .notes {
    font-size: 0.8em;
    display: block;
    opacity: .7;
}

.nise-website .num-sp {
    background-color: #b5b5b5;
    color: #ffffff;
    font-weight: 800;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.nise-website table {
    width: 100%;
    border-spacing: 0;
    border-bottom: 4px solid #d5d5d5;
    margin: 0 0 20px 0;
    border-collapse: none;
}

.nise-website table th,
.nise-website table td {
    vertical-align: top;
    text-align: left;
    padding: 3px 10px;
}

.nise-website table th {
    background-color: #ff812a;
    color: #ffffff;
    text-transform: uppercase;
}

.nise-website table.color-scheme-lg th {
    background-color: #b7cc4c;
}

.nise-website table.color-scheme-lb th {
    background-color: #4a959b;
}

.nise-website table.color-scheme-gr th {
    background-color: #2ebdb3;
}

.nise-website table.rows-col-scheme1 tbody tr:nth-of-type(odd) td {
    background-color: #eaeaea;
}

.nise-website table.rows-col-scheme1 tbody tr:nth-of-type(even) td {
    background-color: #f7f7f7;
}

.nise-website table.tb-actions-teacher-certificate {
    margin: 0;
}

.nise-website table.tb-actions-teacher-certificate th,
.nise-website table.tb-actions-teacher-certificate td {
    padding: 17px;
}

.nise-website table.tb-actions-teacher-certificate th {
    text-align: center;
}

.nise-website table.tb-actions-teacher-certificate tr td:nth-of-type(2) {
    font-size: 0.9em;
    padding-left: 0;
}

.nise-website table.tb-campus-certification {
    margin: 0;
}

.nise-website table.tb-campus-certification th {
    padding: 17px;
}

.nise-website table.tb-campus-certification td {
    padding: 17px 17px 8px 17px;
    font-weight: 600;
}

.nise-website table.tb-campus-certification .tr-sm td {
    padding: 0 17px 8px 17px;
    font-size: 0.9em;
}

.nise-website table.tb-campus-certification .tr-sm td:nth-of-type(1) {
    text-align: center;
}

.nise-website table.tb-campus-certification .tr-sm td:nth-of-type(2) {
    font-weight: 400;
}

.nise-website table.tb-campus-certification tr td:nth-of-type(2) {
    padding-left: 0;
}

.nise-website table.tb-campus-certification th span {
    font-weight: normal;
}

.nise-website table.tb-campus-certification td {
    background-color: #ffffff;
}

.nise-website table.tb-campus-certification tr:nth-of-type(5) td,
.nise-website table.tb-campus-certification tr:nth-of-type(6) td,
.nise-website table.tb-campus-certification tr:nth-of-type(7) td,
.nise-website table.tb-campus-certification tr:nth-of-type(8) td {
    background-color: #e8fafc;
}

.nise-website table.tb-campus-certification tr:nth-of-type(4) td,
.nise-website table.tb-campus-certification tr:nth-of-type(8) td,
.nise-website table.tb-campus-certification tr:nth-of-type(12) td {
    padding-bottom: 17px;
}

.nise-website table.tb-campus-certification .num-sp {
    background-color: #4a959b;
}

.nise-website table thead.collapsed,
.nise-website table thead.expanded {
    cursor: pointer;
}

.nise-website table thead.collapsed th:before,
.nise-website table thead.expanded th:before {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.nise-website table thead.collapsed + tbody {
    display: none;
}

.nise-website table thead.collapsed tr th:first-of-type:before {
    content: '+';
}

.nise-website table thead.expanded tr th:first-of-type:before {
    content: '-';
}

.nise-website .tb-expandable {
    width: 100%;
    margin: 0 auto;
}

.nise-website .tb-expandable h3,
.nise-website .tb-expandable h4 {
    margin: 0;
}

.nise-website .tb-expandable h3:before,
.nise-website .tb-expandable h4:before {
    content: '-';
    color: #ffffff;
    background-color: #4a959b;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    margin-left: -40px;
    margin-right: 15px;
    margin-top: -3px;
}

.nise-website .tb-expandable p:first-of-type {
    padding-top: 7px;
}

.nise-website .tb-expandable .row {
    cursor: pointer;
}

.nise-website .tb-expandable .row .cell {
    padding: 10px 0 10px 40px !important;
}

.nise-website .tb-expandable .row:hover h3:before,
.nise-website .tb-expandable .row:hover h4:before {
    /*background-color: @color-blue-dark;*/
    opacity: .7;
}

.nise-website .tb-expandable .row.collapsed .cell .collapsed-hidden {
    display: none;
}

.nise-website .tb-expandable .row.collapsed h3:before,
.nise-website .tb-expandable .row.collapsed h4:before {
    content: '+';
}

.nise-website .tb-excellent {
    margin-bottom: 25px;
}

.nise-website .tb-excellent .row:nth-of-type(even) .cell {
    background-color: #f7f7f7;
}

.nise-website .tb-excellent > .row.collapsed > .cell {
    padding: 25px 0 !important;
}

.nise-website .tb-excellent > .row > .cell {
    padding: 25px 0 0 0 !important;
}

.nise-website .tb-excellent > .row > .cell .content-wrapper {
    padding-left: 160px;
}

.nise-website .tb-excellent-2level h4 {
    font-size: 1em;
    text-transform: uppercase;
    color: #3d5b65;
}

.nise-website .tb-excellent-2level .row:nth-of-type(odd) .cell {
    background-color: #ffffff;
}

.nise-website .tb-excellent-2level > .row.collapsed .cell {
    padding: 25px 0 25px 40px !important;
}

.nise-website .tb-excellent-2level .row .cell {
    padding: 25px 0 0 40px !important;
}

.nise-website #three-domains-actions h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    color: #3d5b65;
}

.nise-website #three-domains-actions h3 span {
    display: block;
    color: #4a959b;
    margin-bottom: -5px;
}

.nise-website #three-domains-actions h4 {
    text-transform: uppercase;
    color: #ff812a;
    font-size: 1.17em;
    font-weight: 600;
}

.nise-website #three-domains-actions h4 span {
    display: inline-block;
    min-width: 35px;
    font-weight: 700;
}

.nise-website #three-domains-actions .row:hover .cell {
    background-color: #fafafa;
}

.nise-website #three-domains-actions .row:hover h4:before {
    /*background-color: @color-blue-dark;*/
    opacity: .7;
}

@media all and (max-width: 1024px) {
    .nise-website .tb-expandable p {
        line-height: 1.4em;
    }

    .nise-website .tb-excellent > .row > .cell .content-wrapper {
        padding-left: 65px;
    }

    .nise-website #three-domains-actions h3 {
        font-size: 1.2em;
    }

    .nise-website #three-domains-actions h3 span {
        margin-bottom: 0;
    }

    .nise-website #three-domains-actions h4 {
        font-size: 1em;
    }

    .nise-website .logo-ace {
        max-width: 80px;
    }
}

#certificate-overview h2 {
    color: #b7cc4c;
}

#certificate-overview h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
    font-weight: 300;
    color: #3d5b65;
}

#certificate-overview h3 span {
    font-family: 'Yellowtail', cursive;
    display: block;
    color: #4a959b;
    margin-bottom: -5px;
    text-transform: none;
    font-size: 1.5em;
}

#certificate-overview table tr th:last-of-type {
    text-align: right;
    font-weight: 400;
}

#certificate-overview table tr td:last-of-type {
    text-align: right;
}

.span-warning {
    color: red;
    font-weight: 600;
}

#hs_form_target_widget_3300979692 {
    background-color: #2BC1B5;
    padding: 40px;
}

.nise-website .space-bottom {
    margin-bottom: 40px;
}

.nise-website .space-top {
    margin-top: 40px;
    /*-webkit-margin-collapse: ;*/
}

.img-domain {
    background-color: #ff812a;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 4px solid #f3f3f3;
}

.img-domain.color-scheme-lg {
    background-color: #b7cc4c;
}

.img-domain.color-scheme-gr {
    background-color: #2ebdb3;
}

.tree h3 {
    margin-left: 120px;
}

.tree h3 img {
    margin-left: -120px;
}

.tree-node {
    border: 3px solid #4a959b;
    border-bottom: none;
    border-right: none;
    padding-left: 70px;
    padding-bottom: 25px;
    margin-left: 50px;
}

.tree-node.first {
    border-top: none;
    margin-top: -20px;
    padding-top: 10px;
}

.tree-node.last {
    border-left: none;
    padding-left: 73px;
}

.tree-node table {
    margin-top: -15px;
    margin-bottom: 0px;
    /*tr th:nth-of-type(1){
              position: relative;
              &:before{
                  content: '';
                  position: absolute;
                  border-left: 4px solid @color-grey-light;
                  top: 0;
                  left:-4px;
                  bottom: 0;
              }
          }*/
}

.tree-node table tr th:nth-of-type(2) {
    white-space: nowrap;
}

@media all and (max-width: 768px) {
    .img-domain {
        width: 45px;
        height: 45px;
        margin-right: 1px;
    }

    .tree h3 {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .tree h3 img {
        margin-left: 0px;
        margin-bottom: 0;
    }

    .tree-node {
        padding-left: 15px;
        padding-bottom: 25px;
        margin-left: 0;
    }

    .tree-node.last {
        border-left: none;
        padding-left: 18px;
    }

    .tree-node table {
        margin-top: -15px;
        margin-bottom: 0px;
        /*tr th:nth-of-type(1){
                    position: relative;
                    &:before{
                        content: '';
                        position: absolute;
                        border-left: 4px solid @color-grey-light;
                        top: 0;
                        left:-4px;
                        bottom: 0;
                    }
                }*/
    }
}

/*--------------------------------------------
------- Social Media Links -----------------
--------------------------------------------*/
.social-media-links {
    padding: 0 20px;
}

.social-media-links a {
    display: inline-block;
    color: #c5c6c8;
    text-decoration: none;
    font-size: 1.5em;
    padding: 7px;
}

.social-media-links a:hover {
    color: #999a9c;
}

.social-media-links.top {
    float: right;
}

footer .social-media-links {
    position: absolute;
    right: 140px;
    top: 28px;
    z-index: 30;
}

footer .social-media-links a {
    color: #ffffff;
}

footer .social-media-links a:hover {
    color: #4a959b;
}

@media all and (max-width: 1024px) {
    .social-media-links.top {
        width: 100%;
        text-align: center;
        margin-top: 100px;
        /*background-color: #ffffff;
            margin-left: -15px;
            margin-right: -15px;*/
    }

    .social-media-links.resp-hidden {
        display: none;
    }

    footer .social-media-links {
        position: static;
        text-align: center;
        margin-top: 20px;
        margin-bottom: -10px;
        background-color: #c5c6c8;
        color: #ffffff;
    }

    footer .social-media-links a {
        color: #c5c6c8;
        color: #ffffff;
    }

    footer .social-media-links a:hover {
        /*color: #999a9c;*/
        opacity: 0.8;
    }
}

.nise-website .tb .row .cell.v-middle {
    vertical-align: middle;
}

/*


.nav-container {

    position: relative;
    padding-left: 200px;
    &:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        */
/*background-color: red;
        opacity: 0.3;*/
/*

        z-index: 3;
    }
}

.nav {
    display: table;
    position: relative;
    z-index: 5;
    margin-top: 10px;
    max-width: 700px;

}
*/
/*.nav .ul-menu {
    display: table-row;

    & > li {
        display: table-cell;
        vertical-align: top;
        position: relative;
        padding: 10px 20px;
        list-style-type: none;
        margin-left: 20px;
        text-transform: uppercase;
        */
/*  font-size: 0.9em;
  */
/*
        font-weight: 900;
        */
/* .test;*/
/*
        &:nth-of-type(1) {
            width: 23%;
        }
        &:nth-of-type(2) {
            width: 25%;
        }
        &:nth-of-type(3) {
            width: 46%;
        }
        &:nth-of-type(4) {
            width: 5%;
        }
        ul {
            display: none;

        }
        a {
            text-decoration: none;
            color: @color-text-main;
            font-weight: 600;
            &:hover {
                color: @color-blue-light;
            }
        }
        li {
            list-style-type: none;
            font-size: 0.8em;
            */
/*&:hover{
                a {

                    color: @color-blue-light;
                }
            }*/
/*
        }

    }
    &:hover {
        position: relative;

        & > li {
            ul {
                display: block;
                width: 100%;
                margin-top: 10px;
                padding: 10px;
                position: absolute;
                left: 0px;
                background-color: rgba(255, 255, 255, .6);
                */
/*bottom: 0px;*/
/*
                */
/*.test;*/
/*
                */
/*margin-bottom: -120%;*/
/*
                li {
                    padding: 5px 10px;
                }
            }
        }
    }
}*/
/*a{text-decoration: none;color: #000}
a:hover{color: #888;}

*{padding: 0;margin: 0;}
li{
    list-style: none;

}*/
/*@temp: @menu-responsive-width-limit + 1;*/
@media all and (min-width: 1025px) {
    .menu-container {
        height: 40px;
        position: relative;
        width: 100%;
        margin-top: 45px;
        max-height: auto;
    }

    footer .menu-container {
        background-color: #c5c6c8;
        margin-top: 30px;
    }

    ul.menu {
        display: table;
        /*width: 100%;*/
        /*width: 600px;*/
        background-color: rgba(255, 255, 255, 0.7);
        /*    margin-right: 100px;*/
        position: absolute;
        z-index: 10;
        /*left: 0px;*/
        /*right: 0px;*/
        right: 120px;
        /*.li-left{
            width: 50%;
        }*/
    }

    ul.menu a {
        text-decoration: none;
        text-transform: uppercase;
        color: #272425;
        font-weight: 600;
        padding: 0 15px;
        display: block;
    }

    ul.menu a:hover {
        color: #4a959b;
    }

    ul.menu .li-right {
        width: 120px;
        min-width: 120px;
        display: none;
    }

    ul.menu:hover {
        width: 100%;
        left: 0px;
        right: 0px;
    }

    ul.menu:hover .li-right {
        display: table-cell;
    }

    footer ul.menu {
        background-color: rgba(197, 198, 200, 0.9);
        left: 0px;
        bottom: 0px;
    }

    footer ul.menu a {
        color: #ffffff;
    }

    footer ul.menu:hover {
        width: 100%;
        left: 0px;
        right: 0px;
    }

    footer ul.menu:hover .li-left {
        display: none;
    }

    footer ul.menu:hover .li-right {
        width: 50%;
        min-width: 50%;
    }

    ul.menu > li {
        display: table-cell;
        /* border: 1px solid green;*/
        /*  &:hover*/
    }

    footer ul.menu > li {
        vertical-align: bottom;
    }

    ul.menu .menu-col-1:hover ul.items li:first-child a,
    ul.menu .menu-col-2:hover ul.items li:first-child a,
    ul.menu .menu-col-3:hover ul.items li:first-child a {
        color: #4a959b;
        cursor: default;
    }

    ul.menu .menu-col-4 ul.items li:first-child a {
        padding: 0 5px 0 25px;
    }

    ul.items > li {
        display: none;
    }

    ul.items li:first-child {
        display: block;
        white-space: nowrap;
        height: 40px;
        line-height: 40px;
        /* .test;*/
    }

    ul.items li:not(:first-child) {
        padding: 5px 0;
        font-size: 0.9em;
    }

    ul.items li:nth-child(2) {
        padding-top: 10px;
    }

    ul.items li:last-child {
        padding-bottom: 20px;
    }

    footer ul.items {
        position: relative;
    }

    footer ul.items li:first-child {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    footer ul.items li:last-child {
        padding-bottom: 50px;
    }

    .menu-col-1 {
        width: 130px;
        min-width: 130px;
    }

    footer .menu-col-1 {
        padding-left: 40px;
        width: 170px;
        min-width: 170px;
    }

    .menu-col-2 {
        width: 150px;
        min-width: 150px;
    }

    .menu-col-3 {
        width: 280px;
        min-width: 280px;
    }

    .menu-col-4 {
        width: 70px;
        min-width: 70px;
    }

    ul.menu:hover ul.items li {
        display: block;
    }
}

@media all and (max-width: 1024px) {
    .menu-container {
        position: relative;
        z-index: 5;
        -webkit-transition: max-height 3s;
        -moz-transition: max-height 3s;
        -ms-transition: max-height 3s;
        -o-transition: max-height 3s;
        transition: max-height 3s;
    }

    .menu-container.top {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }

    .menu-container.resp-hidden {
        /*display: none;*/
        max-height: 0px;
        overflow: hidden;
    }

    ul.menu,
    ul.menu li,
    .menu-col-1,
    .menu-col-2,
    .menu-col-3,
    .menu-col-4 {
        display: block;
        width: 100%;
        min-width: auto;
    }

    ul.menu {
        background-color: #f3f3f3;
        /*    margin-right: 100px;*/
        /*  position: absolute;
            z-index: 10;*/
        /*
            position: absolute;
            max-height: 50vh;
            overflow: auto;*/
        max-height: 60vh;
        overflow: auto;
    }

    ul.menu a {
        text-decoration: none;
        text-transform: uppercase;
        color: #272425;
        font-weight: 600;
        padding: 0 40px;
        display: block;
    }

    ul.menu a:hover {
        color: #4a959b;
    }

    ul.menu .li-right,
    ul.menu .li-left {
        display: none;
    }

    /* .menu-container.top{
      .menu-col-1{
          ul.items li:first-child a {
              padding-top: 40px;
          }
      }
      }*/
    ul.items li:first-child a {
        color: #4a959b;
        cursor: default;
    }

    ul.menu .menu-col-4 ul.items li:first-child a {
        background-color: #ececec;
    }

    ul.items li:first-child {
        display: block;
        border-top: 1px solid rgba(219, 219, 219, 0.55);
        /* height: @menu-first-line-height;
            line-height: @menu-first-line-height;*/
        /* .test;*/
    }

    ul.items li:first-child a {
        padding: 10px 40px 0px 40px;
    }

    .menu-container.bottom {
        display: none;
    }

    .menu-container.bottom .menu-col-1 ul.items li:first-child {
        border-top: none;
    }

    ul.items li:not(:first-child) {
        padding: 5px 0 5px 40px;
        font-size: 0.9em;
    }

    ul.items li:nth-child(2) {
        padding-top: 10px;
    }

    ul.items li:last-child {
        padding-bottom: 20px;
    }

    ul.menu .menu-col-4 ul.items li:first-child {
        padding-bottom: 0;
    }

    ul.menu .menu-col-4 ul.items li:first-child a {
        padding-bottom: 10px;
    }

    ul.menu .menu-col-4 ul.items li:last-child {
        display: none;
    }

    /*footer{
          ul.menu .menu-col-4{
          ul.items li:last-child {
              display: none;

          }
          }
      }*/
    /*

      ul.menu:hover ul.items li {
          display: block
      }
  */
}

.menu:hover .li-left {
    width: 50%;
}

@media all and (max-width: 1024px) {
    .nise-website .tb.tb-small-gap.tb-resp1024,
    .nise-website .tb.tb-resp1024 {
        display: block;
        width: 100%;
    }

    .nise-website .tb.tb-small-gap.tb-resp1024 .row,
    .nise-website .tb.tb-resp1024 .row {
        display: block;
        width: 100%;
    }

    .nise-website .tb.tb-small-gap.tb-resp1024 .cell,
    .nise-website .tb.tb-resp1024 .cell {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .nise-website .tb.tb-small-gap.tb-resp1024 .al-right-resp,
    .nise-website .tb.tb-resp1024 .al-right-resp {
        text-align: left;
    }
}

@media all and (max-width: 768px) {
    .nise-website .tb.tb-small-gap.tb-resp768,
    .nise-website .tb.tb-resp768 {
        display: block;
        width: 100%;
    }

    .nise-website .tb.tb-small-gap.tb-resp768 .row,
    .nise-website .tb.tb-resp768 .row {
        display: block;
        width: 100%;
    }

    .nise-website .tb.tb-small-gap.tb-resp768 .cell,
    .nise-website .tb.tb-resp768 .cell {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .nise-website .tb.tb-small-gap.tb-resp768 .al-right-resp,
    .nise-website .tb.tb-resp768 .al-right-resp {
        text-align: left;
    }
}

.nise-website .overFrame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    text-align: center;
    display: none;
}

.nise-website .overFrame > div {
    display: table-row;
}

.nise-website .videoFrame {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 100px;
}

.nise-website .jw-video-container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: auto;
    position: relative;
    background-color: #000000;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.nise-website .jw-video-caption {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 10px 30px;
    font-size: 0.8em;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}

.nise-website .jw-video-close-btn {
    position: absolute;
    top: 0px;
    right: -75px;
    z-index: 100000;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin: 0px;
}

.nise-website .jw-video-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.nise-website .jw-video-close-btn img {
    vertical-align: middle;
    display: block;
    margin-left: -3px;
}

@media all and (max-width: 1024px) {
    .nise-website .videoFrame {
        padding: 10px;
    }

    .nise-website .jw-video-close-btn {
        right: 5px;
        width: 20px;
        height: 20px;
        padding: 0px;
        margin-top: 7px;
        margin-right: 3px;
    }

    .nise-website .jw-video-close-btn img {
        width: 20px;
        margin: 0;
    }
}

.hbspt-form .hs-form {
    width: 700px;
    margin: auto;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
}

.hbspt-form .hs-form * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hbspt-form input.hs-input,
.hbspt-form textarea.hs-input,
.hbspt-form select.hs-input,
.hbspt-form .hs-input.uneditable-input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    /*width: 400px;*/
    height: 32px;
    padding: 0px 10px 3px 10px;
    color: #272425;
    border: 1px solid #c5c6c8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: #ffffff;
    box-shadow: none;
}

.hbspt-form select.hs-input {
    margin-bottom: 0;
}

.hbspt-form textarea.hs-input {
    padding-top: 5px;
    height: 120px;
}

.hbspt-form .hs-form .input {
    /*margin-right: 30px;*/
    display: inline-block;
    margin-left: 180px;
    width: 495px;
}

.hbspt-form .hs-form .input input,
.hbspt-form .hs-form .input textarea,
.hbspt-form .hs-form .input select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.hbspt-form .hs-form.stacked .field {
    margin-bottom: 20px;
}

.hbspt-form .hs-form.stacked label {
    display: inline-block;
    float: left;
    width: auto;
    width: 170px;
    text-align: left;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: 4px;
    margin-right: 10px;
    vertical-align: top;
    /*font-size: 0.9em;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: #272425;
    /*display: inline-block !important;*/
}

.hbspt-form .hs-form.stacked .hs-error-msgs.inputs-list label {
    width: 100%;
    padding-left: 190px;
    color: #ff812a;
    font-size: 0.9em;
    font-weight: 600;
}

.hbspt-form .hs-button.primary.large:focus,
.hbspt-form .hs-button.primary.large:hover {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hbspt-form .hs-button.primary.large {
    /*background: #828282;
          border: none;
          display: block;


          margin-top: 20px;
          text-transform: uppercase;

          padding: 0px 20px 0px 20px;
          margin-left: 5px;
          margin-right: 0px;
          margin-bottom: 5px;


          font-size: 1.2em;
          font-weight: normal;
          font-style: normal;*/
    /*font-family: DroidSerif,Georgia,Times,"Times New Roman",serif, Arial, sans-serif;
          font-family:"Segoe WP", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
          font-family: 'Source Sans Pro', sans-serif;
          height: 45px;
          text-wrap: none;
          box-sizing: border-box;
          -moz-box-sizing: border-box;*/
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /*border: 2px solid #ffffff;
          outline: none;
          outline: 0;*/
    display: inline-block;
    margin: auto;
    padding: 2px 20px;
    text-transform: none;
    font-weight: 600;
    /*background-color: #ffffff;
          background-color: #21c1b5;
          color: #ffffff;*/
    margin-left: 100px;
    box-shadow: none;
    /*display: block;
          width: 100%;*/
    padding: 15px 30px;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #f3f3f3 !important;
    border: 1px solid #2ebdb3;
    color: #3d5b65;
    font-size: 1.3em;
    font-weight: 500;
    float: right;
}

.hbspt-form .hs-button.primary.large:hover {
    border: 1px solid #2ebdb3;
    background: #E6E6E6 !important;
}

@media all and (max-width: 1023px) {
    .hbspt-form .hs-form {
        width: auto;
    }
}

html.webkit textarea.hs-input {
    padding-top: 6px;
    padding-left: 5px;
}

input.hs-input:focus,
textarea.hs-input:focus {
    outline: 0;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

/*

.quick-contact label {
	padding-top: 5px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	!*float: left;*!
	display: inline;
	width: 130px;
	text-align: right;
	color: #404040;

}
*/
.hs-form .actions {
    background: whitesmoke;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: left;
}

.hbspt-form .actions {
    border: none;
}

.hs-form .actions .secondary-action {
    float: right;
}

@media all and (max-width: 700px) {
    .hbspt-form .hs-form.stacked label {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 4px;
        margin-right: 0;
        vertical-align: top;
    }

    .hbspt-form .hs-form.stacked .hs-error-msgs.inputs-list label {
        padding-left: 0;
    }

    .hs-form .actions {
        padding: 0px;
        margin: auto;
        text-align: center;
    }

    .hbspt-form .hs-button.primary.large {
        margin: 0px;
    }
}

@media all and (max-width: 480px) {
    .hbspt-form .hs-form {
        box-sizing: border-box;
        width: 100%;
    }

    .hbspt-form .hs-form .input {
        display: block;
        width: 100%;
    }

    .hbspt-form input.hs-input,
    .hbspt-form textarea.hs-input,
    .hbspt-form select.hs-input,
    .hbspt-form .hs-input.uneditable-input {
        width: 100%;
    }

    .hbspt-form .hs-form.stacked label {
        width: 100%;
    }
}

#twitterStyled .tweet {
    padding: 10px 10px 5px 10px;
    margin: 10px;
    border-radius: 10px;
    background-color: #9bcfe2;
}

#twitterStyled .tweet:nth-child(odd) {
    margin-right: 50px;
}

#twitterStyled .tweet:nth-child(even) {
    margin-left: 50px;
}

#twitterStyled .profile > img {
    display: none;
}

#twitterStyled .tweet .tweet-actions {
    visibility: hidden;
}

#twitterStyled .tweet:hover .tweet-actions {
    visibility: visible;
}

#twitterStyled .stream {
    background-color: #7AC0DA;
    color: #fff;
}

#twitterStyled .header {
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#twitterStyled .p-name {
    color: #207290;
}

#twitterStyled .p-nickname,
#twitterStyled .dt-updated {
    color: #2b8fb4;
}

.fos_user_resetting_request {
    word-break: break-all;
}

.div_alert:not(:empty) {
    padding: 30px 20px 30px 120px;
    background-color: #ffacb0;
    background-image: url('../images/alert1.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #c32032;
    margin-bottom: 25px;
    line-height: 1em;
    min-height: 90px;
    vertical-align: middle;
    font-weight: normal;
    word-break: break-word;
}

.login-form {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.login-form-info {
    display: flex;
}

.login-form-user-info {
    padding-right: 20px;
    flex-grow: 1;
    border-right: 1px solid #FFF;
}
.login-form-user-info .form-control{
    width: 100%;
}

.login-form-user-info .form-group {
    margin-bottom: 10px;
}

.login-form-user-forgot-pass {
    display: inline-block;
    margin-top: 10px;
    opacity: 1;
    text-decoration: none;
}

.login-form-buttons {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.login-form-buttons > * {
    margin-bottom: 10px;
    transition: 0.3s;
}

.login-form-buttons .btn.btn-primary {
    text-align: right;
    box-shadow: none;
}

.login-form-buttons .login-form-activate-registration {
    display: block;
    width: 120px;
    cursor: pointer;
    background-color: #02969b;
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 10px 20px;
}
.login-form-buttons .login-form-activate-registration:hover {
    background-color: #02b6bc;
}

.license-activation {
    display: flex;
    width: 100%;
}
.license-activation > div {
    width: 50%;
}
.license-activation .license-activation-info input {
    width: 90%;
}

.license-activation .license-activation-password input[type=password] {
    width: 100%;
}

.license-activation .license-activation-back-to-login {
    display: block;
    cursor: pointer;
    background-color: #02969b;
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 10px 20px;
    transition: 0.3s;
}
.license-activation .license-activation-back-to-login:hover {
    background-color: #02b6bc;
}

.license-activation .license-activation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.license-activation .license-activation-buttons > .btn.btn-primary{
    box-shadow: none;
    margin: 0;
}

.column.c-login2 {
    padding: 0;
}
.fos_user_resetting_request {
    display: flex;
    flex-direction: column;
}
.fos_user_resetting_request-input {
    display: flex;
    justify-content: space-between;
}
.fos_user_resetting_request-input-username {
    width: 300px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
}
.fos_user_resetting_request-input .btn.btn-primary {
    box-shadow: none;
}
