﻿/* COMMON */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

body {
    font-size: 16px;
    background: #fff;
    color: #48494b;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

textarea {
    resize: none;
    min-height: 80px;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}

.float_r {
    float: right;
}

#educationTop {
    background: url(../Images/main/education_h.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    max-width: 100%;
}

#campTop {
    background: url(../Images/main/swimmers.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    max-width: 100%;
}

#businessTop {
    background: url(../Images/main/smallbus_h.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    max-width: 100%;
}

#highereduTop {
    background: url(../Images/main/College_Header.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    max-width: 100%;
}

#corporateTop {
    background: url(../Images/main/corporate_h.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    max-width: 100%;
}

ul {
    list-style: none;
}

.body-content {
    padding-top: 112px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100vh - 238px);
}

.body-content.landing {
    padding-top: 0;
}

.maxw100 {
    max-width: 100%;
}

.m4px {
    margin: 4px;
}

.mt8px {
    margin-top: 8px;
}

.ml8px {
    margin-left: 8px;
}

.mr8px {
    margin-right: 8px;
}

.mb8px {
    margin-bottom: 8px;
}

.mt20px {
    margin-top: 20px;
}

.ml20px {
    margin-left: 20px;
}

.mr20px {
    margin-right: 20px;
}

.mt40px {
    margin-top: 40px;
}

.mb40px {
    margin-bottom: 40px;
}

.ml40px {
    margin-left: 40px;
}

.pad16px {
    padding: 16px;
}

.pad2px {
    padding: 2px;
}

.pt40px {
    padding-top: 40px;
}

.pb40px {
    padding-bottom: 40px;
}

.regularLink {
    font-size: 16px;
    text-decoration: none;
    color: #46adde;
}

.carousel-inner .item {
    min-height: 100px;
}

.explore-text {
    font-size: 16px;
    line-height: 30px;
}

.listStyleDisc {
    list-style: disc none inside;
    padding-left: 20px;
}

.listStyleCircle {
    list-style: circle none inside;
    padding-left: 20px;
}

.headerMain {
    display: inline-block;
    font-size: 1.8em;
    line-height: 2em;
    border-bottom: 1px solid #E7E7E7;
    font-weight: bold;
    width: 100%;
}

.body-mobile .headerMain {
    font-size: 1.4em;
    line-height: 1.1em;
}

.headerMainMobile {
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
    border-bottom: none;
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.green {
    color: #337639
}

.blue {
    color: #46adde;
}

.videoBox {
    width: 100%; 
    overflow: auto;
}

a.right.carousel-control,
a.left.carousel-control {
    background: none;
    background-image: none;
    width: 0;
    position: absolute;
}

.carousel-control .glyphicon-chevron-left {
    left: -10px;
}

.carousel-control .glyphicon-chevron-right {
    right: -10px;
    left: unset;
}

.carousel-control {
    opacity: 1
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    color: #9e9e9e;
}

table.strip tr:nth-child(odd) td {
    background: #F2F2F2;
}

table tbody > tr > td.vamid {
    vertical-align: middle;
}

table tbody td.link-cell {
    white-space: nowrap;
    padding: 0 1.5rem;
}

.linkBtn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 1em 3.5em;
    background: #76B37B;
    -webkit-transition: background 0.15s ease, color 0.15s ease;
    -moz-transition: background 0.15s ease, color 0.15s ease;
    -ms-transition: background 0.15s ease, color 0.15s ease;
    -o-transition: background 0.15s ease, color 0.15s ease;
    border: 1px solid #659965;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: baseline;
    outline: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    pointer-events: auto;
}

.linkBtn.disabled {
    pointer-events: none;
    background: #ccc;
    border-color: transparent;
}

.greenBtn,
.greenBtn:focus {
    color: #fff;
    line-height: 1;
    background: #76B37B;
    border: 1px solid #659965;
}

.greenBtn:hover {
    color: #fff;
    background: #659965;
}

.orangeBtn,
.orangeBtn:focus {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orangeBtn:hover {
    color: #fef4e9;
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.blueBtn,
.blueBtn:focus {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blueBtn:hover {
    color: #d9eef7;
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.separate-line {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
    height: 10px;
    color: #fff;
}

.separate-line:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-left: -16px;
    bottom: -22px;
    left: 50%;
    box-sizing: border-box;
    border: 12px solid black;
    border-color: transparent transparent currentColor currentColor;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.separate-line.bgDark {
    color: #f2f2f2;
}

.bgDark {
    background: #f2f2f2;
}

.blue {
    color: #49adde;
}

a.navbar-brand {
    padding: 10px 15px;
}

.body-mobile a.navbar-brand {
    padding: 10px 0;
}
/*END COMMON*/


/*NAVBAR*/
#menuTrigger {
    display: none;
}

label[for="menuTrigger"] {
    display: none;
    position: absolute;
    right: 20px;
    top: 36px;
    width: 36px;
    height: 36px;
    background: #649964;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}

#menuTrigger + label[for="menuTrigger"] {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    border-radius: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

#menuTrigger:checked + label[for="menuTrigger"] {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    cursor: default;
}

label[for="menuTrigger"] span {
    display: block;
    background: #fff;
    width: 20px;
    height: 3px;
    margin: 3px 0;
    border-radius: 8px;
    position: relative;
    left: 8px;
    top: 8px;
    transition: .3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

#headerLogo {
    max-width: 150px;
}

.greenLine {
    background: #76B37B;
    padding: 6px 0;
}

.headerLinks {
    margin-top: 30px;
    text-align: right;
}

.headerLinks li ul {
    position: absolute;
    text-align: left;
    overflow: hidden;
    width: 330px;
    padding: 0;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    pointer-events: none;
    z-index: 1;
    max-height: 0;
}

.headerLinks li:hover > ul {
    transition: max-height .3s ease-out;
    pointer-events: auto;
    max-height: 250px;
}

.headerLinks ul {
    padding: 0;
}

.headerLinks ul li {
    display: inline-block;
}

.navbar {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.headerLinks li > a:not(.linkBtn) {
    display: block;
    margin: 0;
    padding: 1em 0.4em;
    text-decoration: none;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
    line-height: 0.4em;
    border-left: 0.001em solid rgba(255, 255, 255, 0.2);
    color: #337639;
    cursor: pointer;
    width: 100%;
}

.headerLinks.desk li:hover > a:not(.linkBtn) {
    background-color: #E3FFF3;
    color: #337639;
}

.headerLinks li ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.headerLinks li ul li a {
    transition: padding .3s;
}

.headerLinks li ul li:hover a {
    padding-left: 10px;
}

.headerLinks .linkBtn {
    padding: .6em 1em;
}

.headerLinks li.active {
    background: #E3FFF3;
}

.headerLinks.mob li.active {
    background: rgb(129, 192, 129);
}

.headerLinks.mob li.active a {
    color: #fff;
}

.headerLinks li.active > a {
    font-weight: bolder;
}

.headerLinks li.active ul li.active {
    font-weight: lighter;
    background: #fff;
}

.headerLinks .login.linkBtn {
    background: transparent;
    color: #337639;
    border: none;
    box-shadow: none;
    font-weight: normal;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    text-shadow: none;
    transition: border-bottom-color .2s;
}

.headerLinks .login.linkBtn:hover {
    border-bottom: 2px solid #76B37B;
}

/*END NAVBAR*/

/* FOOTER */
footer {
    background: #fff;
}

footer .copy {
    font-size: .85em;
}

.body-mobile footer .copy {
    font-size: 0.8em;
}

footer .linksBox {
    background: #1F4C4C;
    padding: 20px;
}

.linksBox .header {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 4px;
}

footer .linksBox * {
    color: #fff;
    font-size: 14px;
}

footer .linksBox a {
    opacity: .8;
    display: block;
    line-height: 24px;
}

footer .linksBox a:hover {
    opacity: 1;
}

.body-mobile footer {
    border-top: 4px solid #1F4C4C;
}

footer .linksBox .box:last-child {
    display: none;
}
/* END FOOTER */

/*MEDIA*/
@media screen and (max-width: 1200px) {
    .navbar.navbar-fixed-top .container {
        max-width: none;
    }
}

@media screen and (max-width: 1060px) {
    .body-content {
        padding-top: 96px;
    }

    .body-content.landing {
        padding-top: 0;
    }

    label[for="menuTrigger"] {
        display: block;
    }

    #menuTrigger ~ .navbar .headerLinks {
        max-height: 0;
        overflow: hidden;
    }

    #menuTrigger ~ .navbar .headerLinks.mob {
        overflow: auto;
    }

    #menuTrigger:checked ~ .navbar .headerLinks.mob {
        max-height: calc(100% - 95px); /*top ix 65px and margin-top 30px*/
    }

    #menuTrigger:checked ~ .navbar .headerLinks {
        padding-top: 68px;
        max-height: 100%;
    }

    #menuTrigger:checked ~.navbar label[for="menuTrigger"] span:first-child + span {
        opacity: 0;
    }

    #menuTrigger:checked ~.navbar label[for="menuTrigger"] {
        background: #547b54;
    }

    #menuTrigger:checked ~.navbar label[for="menuTrigger"] span:first-child {
        top: 14px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #menuTrigger:checked ~.navbar label[for="menuTrigger"] span:last-child {
        top: 2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .headerLinks {
        position: fixed;
        background: #fff;
        width: 100%;
        max-width: 340px;
        right: 0;
        top: 65px;
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        overflow: auto;
        transition: max-height .3s, padding .3s;
    }

    .headerLinks.mob {
        max-width: none;
    }

    .headerLinks .btnBox {
        position: absolute;
        left: 4px;
        top: 16px;
        margin: 0;
        width: calc(50% - 8px);
    }

    .headerLinks .btnBox:last-child {
        left: calc(50% + 4px);
    }

    .headerLinks .btnBox .linkBtn {
        width: 100%;
    }

    .headerLinks li {
        width: 100%;
        text-align: left;
    }

    .headerLinks li > a:not(.linkBtn) {
        width: 100%;
        text-align: left;
        line-height: 40px;
        padding: 0 0 0 10px;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
    }

    .headerLinks.mob li.fwnorm a {
        font-weight: lighter;
        font-size: 15px;
    }

    .headerLinks li ul li > a:not(.linkBtn) {
        font-weight: normal;
    }

    .headerLinks li ul {
        position: inherit;
        max-height: none;
        box-shadow: none;
        width: 100%;
        height: auto;
        margin-bottom: -5px;
        font-size: 15px;
    }

    .headerLinks li ul li {
        border-bottom: none;
    }

    .headerLinks li ul li > a:not(.linkBtn) {
        padding: 0 0 0 24px;
    }

    #headerLogo {
        max-width: 120px;
    }

    .headerLinks .login.linkBtn {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        padding: .6em 1em;
        background: #76B37B;
        border: 1px solid #659965;
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .5em;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 16px;
        vertical-align: baseline;
        outline: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0,.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        pointer-events: auto;
    }

    .headerLinks .login.linkBtn:hover {
        color: #fff;
        background: #659965;
        border-bottom: 1px solid #659965;
    }

    .headerLinks li.main.active {
        background: #fff;
    }

    .headerLinks li.main.active ul li.active {
        background: #E3FFF3;
    }
}

@media screen and (max-width: 991px) {
    footer .linksBox .box {
        margin-bottom: 10px;
        width: calc(33.333% - 4px);
        display: inline-block;
        vertical-align: text-top;
    }
}

@media screen and (max-width: 620px) {
    .dynamic-center.text-right {
        text-align: center
    }
    .dynamic-center.text-left {
        text-align: center
    }
    .dynamic-left.text-right {
        text-align: left
    }
    .dynamic-right.text-left {
        text-align: right
    }



    footer .linksBox .box {
        width: calc(50% - 4px);
    }

    footer .linksBox .box:last-child {
        display: inline-block;
    }

    footer .linksBox .descr {
        display: none;
    }
}

@media screen and (max-width: 464px) {
    footer .linksBox .box {
        width: 100%;
    }
}
/*END MEDIA*/

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs16_lh30 {
    font-size: 16px;
    line-height: 30px;
}

.fs18_lh30 {
    font-size: 18px;
    line-height: 30px;
}

.separate-line-no {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
    height: 10px;
    color: #fff;
}
.boxed-ribbon {
    display:flex;
    
}

div.ribbon {
    position: relative;
    width: 100%;    
    
}
.r_blue {
    background:url(../Images/integr/ribbon_blue_bg.png) repeat-x;
}
div.r_green {
    background:url(../Images/integr/ribbon_green_bg.png) repeat-x;
}
div.r_orange {
    background:url(../Images/integr/ribbon_orange_bg.png) repeat-x;
}
.ribbon-text{
  /* flex-basis:auto;
   position: absolute;
   top: 60%;
   left: 30%;
   width: 250px;
   height: 80px;
   margin: -35px 0 0 -55px;
   */
   text-align:center;
   vertical-align:middle;
   color:white;
   font-size: large;
   font-weight: bold;
   padding-top:6%
}

@media screen and (max-width:1000px) {
    .boxed-ribbon {
    display:flex;
    }
    

    div.ribbon {
        position: relative;
    }
   
    .ribbon-text{
     /*  position: absolute;
       top: 60%;
       left: 30%;
       width: 80%;
       height: 80%;
       margin: -50px 0 0 -25px;*/
       text-align:center;
       color:white;
       font-size: small;
       font-weight: bold;
       padding-top:15%
    }

}
/*END MEDIA*/
@media screen and (max-width:700px) {
    .boxed-ribbon {
    display:flex;
    }
    

    div.ribbon {
        position: relative;
    }
   
    .ribbon-text{
     /*  position: absolute;
       top: 60%;
       left: 30%;
       width: 80%;
       height: 80%;
       margin: -50px 0 0 -25px;*/
       text-align:center;
       color:white;
       font-size: 12px;       
       padding-top:16%
    }

}

@media screen and (max-width: 600px) {
	div.boxed-ribbon {
		display: none;
	}
}

/*END MEDIA*/
.one {
    color:#0095cd; 
    font-weight: bold;
}
.two {
    color:#76B37B; 
    font-weight: bold;
}
.three {
    color:#f47a20; 
    font-weight: bold;
}