@font-face {
    font-family: 'museo_sans500';
    src: url('font/museo/museosans_500-webfont.woff2') format('woff2'),
    url('font/museo/museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans700';
    src: url('font/museo/museosans_700-webfont.woff2') format('woff2'),
    url('font/museo/museosans_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans900';
    src: url('font/museo/museosans_900-webfont.woff2') format('woff2'),
    url('font/museo/museosans_900-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans100';
    src: url('font/museo/museosans-100-webfont.woff2') format('woff2'),
    url('font/museo/museosans-100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans100_italic';
    src: url('font/museo/museosans-100italic-webfont.woff2') format('woff2'),
    url('font/museo/museosans-100italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans300';
    src: url('font/museo/museosans-300-webfont.woff2') format('woff2'),
    url('font/museo/museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans300_italic';
    src: url('font/museo/museosans-300italic-webfont.woff2') format('woff2'),
    url('font/museo/museosans-300italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans700_italic';
    src: url('font/museo/museosans-700italic-webfont.woff2') format('woff2'),
    url('font/museo/museosans-700italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans900_italic';
    src: url('font/museo/museosans-900italic-webfont.woff2') format('woff2'),
    url('font/museo/museosans-900italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Myriad Pro';
    src: url('font/Myriad-Pro.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans900_italic';
    src: url('font/museo/museosans-900italic-webfont.woff2') format('woff2'),
    url('font/museo/museosans-900italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rusty Cola Pen';
    src: url('./font/rustycola/RustyColaPen-Regular.eot');
    src: url('./font/rustycola/RustyColaPen-Regular.eot?#iefix') format('embedded-opentype'),
    url('./font/rustycola/RustyColaPen-Regular.woff') format('woff'),
    url('./font/rustycola/RustyColaPen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Addictype';
    src: url('./font/addictype/Addictype-Regular.eot');
    src: url('./font/addictype/Addictype-Regular.eot?#iefix') format('embedded-opentype'),
    url('./font/addictype/Addictype-Regular.woff') format('woff'),
    url('./font/addictype/Addictype-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.addictype {
    font-family: 'Addictype', sans-serif;
}

/* Icons */

.icon-small {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.ci-facebook {
    background: transparent url("../img/icons/social/facebook-white.png") no-repeat center center;
    background-size: 32px 32px;
}

.ci-facebook:hover {
    background-image: url("../img/icons/social/facebook-orange.png");
}

.ci-instagram {
    background: transparent url("../img/icons/social/instagram-white.png") no-repeat center center;
}

.ci-instagram:hover {
    background-image: url("../img/icons/social/instagram-orange.png");
}

.ci-twitter {
    background: transparent url("../img/icons/social/twitter-white.png") no-repeat center center;
}

.ci-twitter:hover {
    background-image: url("../img/icons/social/twitter-orange.png");
}

.ci-linkedin {
    background: transparent url("../img/icons/social/linkedin-white.png") no-repeat center center;
}

.ci-linkedin:hover {
    background-image: url("../img/icons/social/linkedin-orange.png");
}

a.icon-small:hover {
    background-color: transparent !important;
}

#talk-to-us .ci-facebook {
    background: transparent url("../img/icons/social/facebook-dark.png") no-repeat center center;
}

#talk-to-us .ci-facebook:hover {
    background-image: url("../img/icons/social/facebook-orange.png");
}

#talk-to-us .ci-instagram {
    background: transparent url("../img/icons/social/instagram-dark.png") no-repeat center center;
}

#talk-to-us .ci-instagram:hover {
    background-image: url("../img/icons/social/instagram-orange.png");
}

#talk-to-us .ci-twitter {
    background: transparent url("../img/icons/social/twitter-dark.png") no-repeat center center;
}

#talk-to-us .ci-twitter:hover {
    background-image: url("../img/icons/social/twitter-orange.png");
}

#talk-to-us .ci-linkedin {
    background: transparent url("../img/icons/social/linkedin-dark.png") no-repeat center center;
}

#talk-to-us .ci-linkedin:hover {
    background-image: url("../img/icons/social/linkedin-orange.png");
}

#talk-to-us .icons-sm {
    margin: 0.3em;
    padding: 0;
}

/*classes*/
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

html,
body,
header,
.view {
    height: 100%;
    font-family: 'museo_sans500';
}

@media (min-width: 320px) and (max-width: 768px) {
    body header {
        height: auto !important;
    }
}

.ci-border {
    border-bottom: 5px dashed #efae59;
}

strong {
    font-family: 'museo_sans900';
    font-weight: normal;
}

/*** cols same height ***/
.equal, section {
    overflow: hidden;
}

a:focus, a:hover {
    color: #efae59;
}

.equal > div[class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/*Rohit*/
@media (min-width: 1024px) {
    .pane-half {
        padding: 50px;

    }
}

#student-life-one {
    background-size: cover !important;
}

.container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer-info .pane-row {
    padding: 10px 20px 10px 20px;
}

@media (min-width: 768px) {
    #footer-info .pane-row {
        padding: 42px 50px 10px 50px;
    }
}

#about .row.equal {
    padding-bottom: 50px;
}

.callout-lg-text {
    font-family: 'museo_sans700';
    font-size: 1.4em;
    margin-bottom: 3px;
}

.callout-med-text {
    font-family: 'museo_sans300';
    font-size: 1.1em;

}

.callout-sm-text {

    font-family: 'museo_sans300';
    font-size: 0.5em;

}

.learnmore,
.image-text-fill {
    font-family: 'museo_sans900';
    font-size: 2em;
    letter-spacing: 2px;
}

body.hidden-sn main {
    padding-top: 0;
}

.about-wrapper {
    width: 100%;
    margin: auto;
}

.about-wrapper .title-text {
    text-align: center;
}

.about-wrapper .-typed-animation-container .title-text.-typed-animation {
    color: #fff;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .about-wrapper .-typed-animation-container {
        padding-top: 25px
    }
}

main {
    overflow: hidden;
}

.button-shadow {
    -webkit-box-shadow: 0px 1px 1px 1px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 1px 1px 1px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 1px 1px 1px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.uppercase-text {
    text-transform: uppercase;
}

.navbar {
    box-shadow: none;
    letter-spacing: 0px !important;
}

.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.ci-orange-text, .section-title, .section-title .logo-text {
    color: #efae59;
}

.ci-white-text {
    color: #fff;
}

.ci-orange {
    background: #efae59;
}

.bg-light-gray {
    background: #f1f1f1;
}

.bg-medium-gray {
    background: #ebebeb;
}

.bg-dark-gray {
    background: #e6e6e6;
}

.txt-dark-gray {
    color: #6b6b6b;
}

.txt-light-gray {
    color: #b6b6b6
}

.museo-bolder {
    font-family: museo_sans900;
}

.museo-bold {
    font-family: museo_sans700;
}

.museo-thin {
    font-family: museo_sans100;
}

.font-1rem {
    font-size: 1rem;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.divider-white-short {
    background: transparent url('../img/divider-white-short.png') no-repeat center center;
    height: 8px;
    width: 100%;
}

.divider-orange-short {
    background: transparent url('../img/divider-orange-short.png') no-repeat center center;
    height: 8px;
    width: 100%;
}

.divider-orange-short.aleft {
    background-position-x: left;
}

.divider-nav {
    border-bottom: 1px solid #5f5f5f;
    margin-left: 15px;
    margin-right: 15px;
}

a.btn-tiny-rounded {

    border: 1px solid #b6b6b6;
}

h2.section-title {
    margin-bottom: 0;
    font-family: 'museo_sans100';
}

.section .section-description {
    margin-bottom: 20px;
}

.section-description,
.section-sub-heading {
    color: #b6b6b6;
    font-family: 'museo_sans300';
    font-size: 16px;
}

.section-sub-heading {
    letter-spacing: 2px;
    font-size: 1.0em;
    margin-bottom: 27px;
}

.logo-text {
    font-family: 'museo_sans900';
}

body .range-field .thumb {
    height: 15px;
}

body .range-field .thumb .value {

    display: none;
}

.fill-div {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.body-text {
    color: #6b6b6b;
    font-size: 13px;
}

.standout-text {
    color: #6b6b6b;
    font-family: museo_sans900;
    text-transform: uppercase;
}

.divider-orange-fade {
    height: 3px;
    width: 100%;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #efae59 0%, transparent 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #efae59 0%, transparent 100%);

    /* Opera */
    background-image: -o-linear-gradient(left, #efae59 0%, transparent 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left, right, color-stop(0, #efae59), color-stop(1, transparent));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #efae59 0%, transparent 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #efae59 0%, transparent 100%);
}

/* Navigation */
#main-nav .navbar .navbar-nav .nav-item a {
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav {
    display: none;
}

@media (min-width: 768px) {
    #main-nav {
        display: block;
    }
}

.navbar .navbar-nav .nav-item a {
    padding-top: 14px;
    padding-bottom: 14px;
    /*padding-left:50px;*/
    /*padding-right:50px;*/
}

.double-nav a {
    font-size: 14px;
}

.navbar .navbar-nav .nav-item a.btn {
    font-family: 'museo_sans700';
    padding-left: 48px;
    padding-right: 48px;
    margin: 0;
    letter-spacing: 0;
}

#fixed-nav {
    padding-left: 8px;
    position: relative;
    top: 3px;
    display: none;
}

#sticky-menu.active #fixed-nav {
    display: none;
}

@media (min-width: 1027px) {
    #fixed-nav {
        display: block;
    }
}

#fixed-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 7px 16px;
    font-family: museo_sans100;
    opacity: .8;
}

.btn-:primary:hover {
    color: #efae59;
}

#main-nav .dropdown-menu {
    border-radius: 15px;
    left: -50px;
}

#main-nav .nav-item .nav-link {
    color: #ffffff;
    text-transform: uppercase;
}

.locations-and-programs #main-nav .nav-item .nav-link,
.locations-and-programs header .header-nav .side-nav-controls .burger,
.locations-and-programs .left-nav li a {
    color: #909090;
}

.global-accelerator-program #main-nav .nav-item .nav-link,
.global-accelerator-program header .header-nav .side-nav-controls .burger {
    color: #909090;
}

.global-explorer-program #main-nav .nav-item .nav-link,
.global-explorer-program header .header-nav .side-nav-controls .burger {
    color: #909090;
}

.top-nav-collapse #main-nav .nav-item .nav-link,
.active #main-nav .nav-item .nav-link {
    color: #909090;
}

#main-nav .nav-item .nav-link:hover {
    color: #efae59;
}

.top-nav-collapse #main-nav .nav-item .nav-link.current {
    border-bottom: 3px solid #efae59;
}

.nav-link.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
/ / remove the gap so it doesn 't close
}

.double-nav .button-collapse {
    color: #FFF;
    display: block;
    font-size: 28px;
    top: 4px;
    left: 0;
}

.top-nav-collapse.double-nav .button-collapse {
    color: #909090;
}

@media (min-width: 768px) {
    .double-nav .button-collapse {
        color: #909090;
    }
}

.double-nav div.burger-container {
    float: right;
}

.double-nav .burger-container a {
    display: block;
}

@media (min-width: 768px) {
    .double-nav div.burger-container {
        float: left;
    }

    .double-nav .burger-container a {
        display: none
    }

    .top-nav-collapse .burger-container a {
        display: block;
        font-size: 1.9rem;
    }
}

@media (min-width: 769px) {
    .double-nav .button-collapse {
        top: 9px;
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    /*.double-nav .button-collapse {*/
    /*display: none;*/
    /*}*/
}

.full-menu-padding {
    padding-top: 25px;
}

/* header:not(.main-page-header) .full-menu-padding {
    padding-top: 13px;
} */

.scrolling-logo {
    display: none;
}

.top-nav-collapse #fixed-nav a.scrolling-logo {
    display: block;
    background-image: url('../img/header-logo-scrolling.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 60px;
    height: 36px;
    margin-top: 7px;
    margin-left: 18px;
}

.top-nav-collapse #fixed-nav .nav-item,
.top-nav-collapse #fixed-nav a {
    display: none;
}

header .top-nav-collapse .full-menu-padding,
header .active .full-menu-padding {
    padding-top: 0;
}

.navbar .navbar-nav .nav-item a.btn-tiny-rounded {
    padding: 5px;
}

.icon-boston-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/boston-disabled.png');
}

.icon-miami-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/miami-disabled.png');
}

.icon-nyc-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/new-york-disabled.png');
}

.icon-washington-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/washington-dc-disabled.png');
}

.icon-san-fran-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/san-francisco-disabled.png');
}

.icon-austin-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/austin-disabled.png');
}

.icon-chicago-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/chicago-disabled.png');
}

.icon-los-angeles-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/los-angeles-disabled.png');
}

.icon-london-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/london-disabled.png');
}

.icon-paris-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/paris-disabled.png');
}

.icon-hong-kong-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/hong-kong-disabled.png');
}

.icon-sydney-disabled a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/sydney-disabled.png');
}

.icon-boston-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/boston-enabled.png');
}

.icon-miami-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/miami-enabled.png');
}

.icon-nyc-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/new-york-enabled.png');
}

.icon-washington-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/washington-dc-enabled.png');
}

.icon-austin-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/austin-enabled.png');
}

.icon-chicago-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/chicago-enabled.png');
}

.icon-los-angeles-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/los-angeles-enabled.png');
}

.icon-london-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/london-enabled.png');
}

.icon-paris-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/paris-enabled.png');
}

.icon-hong-kong-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/hong-kong-enabled.png');
}

.icon-sydney-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/sydney-enabled.png');
}

.icon-san-fran-disabled:hover a {
    background-color: #ffffff;
    background-image: url('../img/icons/cities/san-francisco-enabled.png');
}

.hide-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }
}

/*dropdown menu*/
.dropdown-menu {
    text-align: left !important;
    background-color: white !important;
    padding: 0px !important;

}

.dropdown-menu li a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'museo_sans100';
}

.dropdown-menu li a:hover {
    color: white;
    /*background-color:#edad60;*/
}

.dropdown-menu li {
    background-color: white;
    margin-bottom: 0px !important;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e1e1e1;

    /*width:250px;*/
}

.dropdown-menu .something {
    background-color: #edad60;
}

.dropdown-programp {
    font-family: 'museo_sans900';
}

.dropdown-sub-program {
    font-family: 'museo_sans300';
    font-size: 1.5rem;
}

.dropdown-item-subprogram {
    font-family: 'museo_sans900';
    font-size: 0.8rem;
    color: #b6b6b6;
}

.dropdown-menu a:hover .dropdown-item-subprogram {
    color: #efae59;
}

.dropdown .dropdown-menu {
    background-color: #f1f2f2;
    width: 350px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 8px 2px #666;
    -moz-box-shadow: 0px 3px 8px 2px #666;
    box-shadow: 0px 3px 8px 2px #666;
}

.dropdown .dropdown-menu .sub-title {
    text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 10px;
}

.dropdown .dropdown-menu a.btn-rounded {
    color: #373a3c;
    border: 1px solid #bbb;
    border-radius: 20px;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    text-align: center;
}

.drop-item-ul {
    padding: 0;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    background-color: #f1f1f1;
}

.drop-item-ul li {
    padding: 0;
    height: 90px;
    border: 10px solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
}

.drop-item a {
    margin: 0;
    padding: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

#location-dropdown {
    border-radius: 0px !important;
    margin-top: -5px;
}

/*end dropdown menu*/
#location-dropdown a:hover {
    color: #efae59;
}

#location-select {
    padding-bottom: 40px;
    display: inline;
}

#location-select .dropdown-menu {
    left: -200px;
    top: 90px;
}

@media (max-width: 767px) {
    #location-select {
        padding-bottom: 14px;
    }

    .city-dropdown {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#main-nav li.nav-item ul.dropdown-menu .drop-item a {
    padding-left: 0;
    padding-right: 0;
    height: 70px;
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav li.nav-item ul.dropdown-menu .drop-item a:hover {
    color: #efae59;
}

#main-nav li.nav-item ul.dropdown-menu .drop-item a span {
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 72px;
    padding-top: 28px;
    display: block;
}

.dropdown-menu .row-fluid {
    /*margin-bottom:5px;*/
}

.pane-row-buttons {

}

/****** Graph Animation ******/
#graph-animation:hover {
    background-color: #e6e6e6;
}

/****** SIDE NAV ******/
#slide-out {
    width: 100%;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    #slide-out {
        width: 227px;
    }
}

#slide-out > li {
    overflow-x: hidden;
}

#slide-out .side-nav-close {
    position: absolute;
    right: 41px;
    top: 23px;
    width: 20px;
    height: 22px;
    padding: 0;
    z-index: 2;
    font-size: 30px;
    color: #4B4D4C;
    background-image: url('../img/icons/close-icon.png');
    background-size: cover;
    background-color: transparent;
}

@media (min-width: 768px) {
    #slide-out .side-nav-close {
        right: 23px;
        top: 23px;
        width: 16px;
        height: 17px;
    }
}

#slide-out a.nav-link, #slide-out a.side-nav-item {
    font-family: 'museo_sans100';
    color: #FFF;
}

.side-nav a {
    height: auto;
    line-height: 38px;
}

.side-nav .logo-wrapper,
.side-nav .logo-wrapper a,
.side-nav .logo-wrapper a img {
    height: 138px;
}

@media (min-width: 768px) {
    .side-nav .logo-wrapper, .side-nav .logo-wrapper a, .side-nav .logo-wrapper a img {
        height: 120px;
    }
}

.side-nav .logo-wrapper img {
    padding: 5% 65px
}

#slide-out,
#slide-out a {
    background-color: #6b6b6b;
    color: #ccc;

}

.side-nav-section {
    padding-top: 11px;
    padding-top: 23px;
    padding-bottom: 25px;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .side-nav-section {
        padding-top: 23px;
    }
}

#slide-out .side-nav-section.-contact li a {
    padding-top: 0;
    padding-bottom: 9px;
    line-height: 29px;
}

#slide-out .side-nav-section.-contact li a strong {
    padding-right: 11px;
}

#slide-out .side-nav-section.-contact .fa-skype {
    font-size: 22px;
    padding-right: 21px;
}

.side-nav-section.side-nav-section-two {
    padding-top: 12px;
}

.side-nav-section.side-nav-section-three {
    padding-top: 17px;
}

.side-nav-section.side-nav-section-two li a {
    line-height: 20px;
}

.side-nav-section.side-nav-section-three li a.nav-link {

}

.side-nav .social li {
    width: 25%;
    float: left;
    padding: 20px 0;
    background-color: #616261;
    border-right: solid 1px #6b6b6b;
}

.side-nav .social li a {
    background-color: #616261 !important;
}

.side-nav .social li:last-of-type {
    border-right: none;
}

.side-nav .social li a {
    padding: 4px 0 0 0;
    line-height: initial;
}

.side-nav .social .icon-small {
    width: 25px;
    height: 25px;
    background-size: 25px;
}

#slide-out .side-nav-section.side-nav-section-three li a {
    line-height: 20px;
    /*padding: 11px 20px;*/
}

#slide-out .side-nav-section li a.nav-link,
#slide-out .side-nav-section li a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 42px 20px;
}

@media (min-width: 768px) {
    #slide-out .side-nav-section li a.nav-link,
    #slide-out .side-nav-section li a {
        font-size: 14px;
        padding: 13px 20px;
    }
}

#slide-out .side-nav-section li.skype {
    width: 100%;
    font-family: 'museo_sans100';
}

#slide-out .side-nav-section li.skype a {
    text-transform: none;
    color: #FFF;
}

#slide-out .logo-wrapper a {
    background-color: #616261;
    width: 100%;
}

@media (min-width: 768px) {
    #slide-out .logo-wrapper a {
        width: auto;
    }
}

.side-nav .logo-wrapper a img {
    margin: 0 auto;
    height: 139px;
}

@media (min-width: 768px) {
    .side-nav .logo-wrapper a img {
        height: 116px;
    }
}

#slide-out .side-nav-section a:hover {
    background-color: #616261;
    color: #fff;
}

@media all and (min-width: 990px) {
    .menu-padding-left {
        padding-left: 190px;
    }
}

/*Intro*/

#logo-box {
    /*position:absolute;*/
    /*top:65px;*/
    /*left:18px;*/
    /*z-index: 99;*/
    /*color:#fff;*/
    /*text-align:center;*/

    position: absolute;
    top: 50px;
    left: 66px;
    z-index: 99;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    #logo-box {
        top: 18px;
        left: 18px;
    }
}

#logo-box .-lines {

}

#logo-box .-line-one {
    font-family: museo_sans700;
    color: #6496D9;
}

#logo-box .-line-two {
    padding-top: 5px;
    color: #79A2DB;
}

#logo-box .-line-three {
    text-transform: none;
}

#logo-box img {
    width: 95px;
    height: 95px;
}

#logo-box p {
    /*font-family: museo_sans100;*/
    /*font-size:10px;*/
    /*padding-top:10px;*/
    /*line-height: 19px;*/
    /*margin:0;*/
    /*letter-spacing: .7px;*/
    /*text-transform: uppercase;*/

    font-family: museo_sans100;
    line-height: 19px;
    margin: 0;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-size: 0.5rem;
    padding-top: 0;
    position: relative;
    top: -10px;
}

#logo-box p a {
    color: #fff;
}

#stats-box {
    position: absolute;
    right: 20px;;
    top: 20%;
    z-index: 99;

}

#stats-box ul li {
    padding-bottom: 40px;
}

#stats-box p {
    text-align: center;
    padding: 0;
    margin: 0;

}

.stat-number {
    font-family: museo_sans100;
    color: #efae59;
    font-size: 2.3em;
}

.stat-text {
    text-transform: uppercase;
    font-size: 12px;
    color: #b6b6b6;
}

body.home .full-bg-img {
    background: url("../img/main-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

@media (min-width: 320px) and (max-width: 768px) {
    body.home .full-bg-img {
        background: url("../img/home-banner.jpg") no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body.home .full-bg-img {
        /*height:auto;*/
    }
}

.title-text {
    font-size: 1.5em;
    font-family: museo_sans100;
    color: #efae59;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .title-text {
        font-size: 2.7em;
    }
}

.title-typed {
    font-family: museo_sans900;

    font-weight: bold;
    padding-bottom: 14px;
    background-image: linear-gradient(to right, #efae59 69%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 21px 5px;
    background-repeat: repeat-x;
}

#alumni .carousel-controls-container {
    position: absolute;
    top: 50%;
    width: 100%;
}

.carousel-control .icon-prev::before {
    content: none;
}

.carousel-control .icon-next::before {
    content: none;
}

@media (min-width: 1200px) {
    #about-right {
        padding: 34px 100px;
    }
}

#about .pane-row {
    padding: 40px;
}

#about .callout-med-text {
    /*padding: 10px 20px;*/
    line-height: 2.0;
    font-family: museo_sans100;
}

.card-top {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 0;

}

#about a.learnmore {
    font-family: 'museo_sans900';
    font-size: 1.1em;
    letter-spacing: 2px;
    color: #fff;
}

.card-top-title {
    font-size: 14px;
    font-family: museo_sans900;
    letter-spacing: 3px;
    margin-bottom: 0;
}

#program-curriculum {
    background-size: 1366px !important;
}

#program-curriculum h3 {
    font-weight: 500;
    font-size: .9em;
    color: #b6b6b6;
    letter-spacing: 1px;
    padding-top: 20px;
}

/** Alumni **/
.section.alumni-slider-row {
    background-image: url("../img/alumni-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
}

.section.alumni-slider-row .btn-container {
    position: relative;
    top: -35px;
}

.section.alumni-slider-row .btn-outline-white {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section.alumni-slider-row .carousel {
    padding-top: 68px;
}

@media (min-width: 990px) {
    .section.alumni-slider-row {
        padding-top: 28px;
        padding-bottom: 80px;
    }

    .section.alumni-slider-row .btn-container {
        top: 0;
    }

    .section.alumni-slider-row .carousel {
        padding: 35px 143px;
        position: relative;
    }
}

.section.alumni-slider-row .section-heading {
    font-size: 1.55em;
    font-weight: normal;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
}

@media (min-width: 990px) {
    .section.alumni-slider-row .section-heading {
        font-size: 2.5em;
        margin-bottom: 3em;
    }
}

.section.alumni-slider-row .slick-slider {
    position: static;
}

.section.alumni-slider-row .slick-slider .slick-arrow {
    background-image: url("../img/icons/carousel-left-grey.png");
    width: 25px;
    height: 25px;
    bottom: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 990px) {
    .section.alumni-slider-row .slick-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

.section.alumni-slider-row .slick-slider .slick-arrow.slick-prev {
    left: 10px;
}

.section.alumni-slider-row .slick-slider .slick-arrow.slick-next {
    background-image: url("../img/icons/carousel-right-grey.png");
    right: 10px;
}

.section.alumni-slider-row .slick-slider .slick-arrow:before {
    content: "";
}

.section.alumni-slider-row .slick-slider .slick-slide {
    text-align: center;
}

.section.alumni-slider-row .slick-slider .slick-slide:focus {
    outline: none;
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card {
    padding: 0 42px;
}

@media (min-width: 990px) {
    .section.alumni-slider-row .slick-slider .slick-slide .alumni-card {
        padding: 0 16px;
    }
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card .avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card .avatar img {
    width: 100%;
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block {
    padding: 66px 15px 15px;
    position: relative;
    top: -55px;
    border-radius: 20px;
    background: #fff url("../img/quote-open.png") no-repeat center center;
}

@media (min-width: 990px) {
    .section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block {
        padding-top: 80px;
    }
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block h4 {
    font-size: 1em;
    margin-top: -2px;
    margin-bottom: 27px;
    letter-spacing: 5px;
    font-family: museo_sans300;
}

@media (min-width: 990px) {
    .section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block h4 {
        font-size: 20px;
    }
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block .card-description {
    border-bottom: 1px solid #b6b6b6;
    color: #b6b6b6;
    padding-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "museo_sans100";
    font-size: 14px;
    line-height: 17px;
    height: 90px;
}

@media (min-width: 990px) {
    .section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block .card-description {
        line-height: 21px;
        height: 150px;
    }
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block .card-education {
    color: #b6b6b6;
    font-family: "museo_sans300";
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.42857143;
}

.section.alumni-slider-row .slick-slider .slick-slide .alumni-card .card-block .card-hired {
    font-size: 16px;
    line-height: 1.42857143;
    color: #efae59;
    letter-spacing: 1px;
    font-family: "museo_sans700";
    margin-bottom: 10px;
}

.font-100 {
    font-family: museo_sans100;
}

.text-uppercase {
    text-transform: uppercase;
}

.section.alumni-slider-row .card-wrapper {
    margin: 0;
    height: auto;
}

.section.alumni-slider-row .card-wrapper .face {
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.section.alumni-slider-row .card-wrapper .avatar img {
    border: none;
}

.section.alumni-slider-row .card-data {
    padding: 0;
}

/*** Program SLider ***/

.point8rem {
    font-size: 0.8rem;
}

/*location*/
#location-card .col-xs-3 {
    padding: 0px;
}

#location-card .location-row {
    margin-bottom: 20px;
}

.-card-plus {
    position: absolute;
}

.card-inner {
    position: relative;
    left: 18%;
}

.card-icon {
    width: 32%;
    padding: 0 10px;
    float: left;
    position: relative;
}

.card-icon-left::after {
    content: "+";
    position: absolute;
    top: 6px;
    right: -5px;
    color: #b6b6b6;
    font-size: 13px;
    display: none;
}

#explorer-card .divider-orange {
    height: 1px;
    border-bottom: solid 1px #efae59;
}

#explorer-card .divider-orange.-small {
    width: 30%;
    float: left;
}

#explorer-card .divider-orange.-big {
    width: 65%;
    float: right;
}

#location-card .location-row:last-of-type {
    margin-bottom: 0;
}

#location-card img {
    max-height: 80px;
}

#location-card p {
    margin-bottom: 0px;
}

/*industry*/
#industry-card .col-xs-4 img {
    width: 75%;
}

#industry-card .col-xs-4 {
    padding: 0px;
}

#industry-card .location-row {
    margin-bottom: 15px;
}

#industry-card .location-row:last-of-type {
    margin-bottom: 0;
}

/*curriculum-card*/

#curriculum-card .col-xs-3 {
    padding: 0px 5px;
}

#curriculum-card .location-row {
    /*margin-bottom:15px;*/
}

#curriculum-card p {
    /*margin-bottom:0px;*/
    margin-top: 6px;
    margin-bottom: 6px;
}

#curriculum-card img {
    margin-right: 10px;
}

#program-2 .hover-icon, #program-3 .hover-icon {
    max-width: 100%;
}

#program-4 .location-icon img {
    margin: 0 auto;
}

#program-slider #program-icons img {
    margin: auto;
}

#program-slider #program-icons .season-image img {
    /*height:70px;*/
    /*max-width:55px;*/
}

#program-slider .season-image {
    /*height:70px;*/
    max-width: 70px;
    margin: 0 auto;
}

#program-slider #explorer-icon {
    background: transparent url('../img/icons/program-explorer-icon-disabled.png') no-repeat center center;
    background-size: 50px;
}

#program-slider #explorer-icon:hover, #program-slider #explorer-icon.active-icon {
    background-image: url('../img/icons/program-explorer-icon-enabled.png');
}

#program-slider #explorer-vanguard-icon {
    background: transparent url('../img/icons/program-explorer-vanguard-icon-disabled.png') no-repeat center center;
    background-size: 50px;
}

#program-slider #explorer-vanguard-icon:hover, #program-slider #explorer-vanguard-icon.active-icon {
    background-image: url('../img/icons/program-explorer-vanguard-icon-enabled.png');
}

#program-slider #accelerator-icon {
    background: transparent url('../img/icons/program-accelerator-icon-disabled.png') no-repeat center center;
    background-size: 50px;
}

#program-slider #accelerator-icon:hover, #program-slider #accelerator-icon.active-icon {
    background-image: url('../img/icons/program-accelerator-icon-enabled.png');
}

#program-slider #accelerator-digital-icon {
    background: transparent url('../img/icons/program-accelerator-digital-icon-disabled.png') no-repeat center center;
    background-size: 50px;
}

#program-slider #accelerator-digital-icon:hover, #program-slider #accelerator-digital-icon.active-icon {
    background-image: url('../img/icons/program-accelerator-digital-icon-enabled.png');
}

#program-slider #accelerator-coding-icon {
    background: transparent url('../img/icons/program-accelerator-coding-icon-disabled.png') no-repeat center center;
    background-size: 50px;
}

#program-slider #accelerator-coding-icon:hover, #program-slider #accelerator-coding-icon.active-icon {
    background-image: url('../img/icons/program-accelerator-coding-icon-enabled.png');
}

#program-slider #accelerator-sales-icon {
    background: transparent url('../img/icons/program-accelerator-sales-icon-disabled.png') no-repeat center center;
    background-size: 50px;
}

#program-slider #accelerator-sales-icon:hover, #program-slider #accelerator-sales-icon.active-icon {
    background-image: url('../img/icons/program-accelerator-sales-icon-enabled.png');
}

#program-slider #program-icons form {
    margin: 10px 85px 10px 85px;
}

#program-slider #program-cards .card {
    /*height: 440px !important;*/
    /*height:360px;*/
    height: 385px;
}

#program-slider .program-selector-item {
    display: none;
}

#program-slider #program-0 {
    display: block;
}

#program-slider #program-icons-wrapper .icon-item {
    cursor: pointer;
}

#program-slider {
    border-bottom: 1px solid #ededed;
    padding: 50px 0px;
}

/* curriculum containers*/
.curriculum-row.gep {
    /*margin-bottom:20px;*/
    margin-bottom: 0;
}

.curriculum-row.gep p {
    margin-top: 19px
}

.curriculum-row .hover-icon {
    max-width: 49px;
}

.curriculum-row .icon-container {
    margin: 0 auto;
    width: 67%;
    display: inline-block;
}

.curriculum-row .icon-container > div:first-of-type {
    float: left;
}

.curriculum-row .icon-container > div:last-of-type {
    float: right;
}

/*!curriculum containers*/
/*season containers*/
.gepv-season-icon-containers {
    margin-top: 15px;
}

#program-slider .season-icon-container.gep {
    margin-top: 40%;
    margin-bottom: 145px;
}

#program-slider .season-icon-container.gap-cd,
#program-slider .season-icon-container.gap-bd,
#program-slider .season-icon-container.gap-dm,
#program-slider .season-icon-container.gap-ib {
    margin-top: 40%;
    margin-bottom: 145px
}

/*!season containers*/
/*location containers*/
#program-slider .location-icon.gep {
    margin-top: 45px;
    margin-bottom: 45px;
    height: 231px;
}

#program-slider .location-icon.gepv {
    margin-top: 45px;
    margin-bottom: 45px;
    height: 231px;
}

/*!location containers*/
/*industry containers*/

#program-slider .industry-icon.gep {
    margin-top: 45px;
    margin-bottom: 45px;
    height: 231px;
}

#program-slider .industry-icon.gepv {
    margin-top: 45px;
    margin-bottom: 45px;
    height: 231px;
}

@media (min-width: 1024px) {
    #program-slider .location-icon.gep, #program-slider .industry-icon.gep, #program-slider .location-icon.gepv, #program-slider .industry-icon.gepv {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
    }
}

#program-slider .industry-icon.gap-cd,
#program-slider .industry-icon.gap-bd,
#program-slider .industry-icon.gap-dm,
#program-slider .industry-icon.gap-ib {
    margin-top: 100px;
    margin-bottom: 117px;
    /*height: 104px;*/
}

@media (min-width: 1024px) {
    #program-slider .season-icon-container.gep, #program-slider .season-icon-container.gap-ib,
    #program-slider .industry-icon.gap-ib, #program-slider .season-icon-container.gap-dm, #program-slider .industry-icon.gap-dm,
    #program-slider .season-icon-container.gap-cd, #program-slider .industry-icon.gap-cd, #program-slider .season-icon-container.gap-bd,
    #program-slider .industry-icon.gap-bd {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #program-slider .-card-bottom-text {
        position: absolute;
        bottom: 19px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.industry-container {

}

.industry-icon-container {
    float: left;
    max-width: 48px;
}

/*!industry containers*/

#program-slider .slider-curriculum-gap-plus-group {
    height: 56px;
    width: 140px;
    margin: 0 auto;
}

.slider-curriculum-plus {
    float: left;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    color: #b6b6b6;
}

#program-slider .slider-curriculum-icon img {
    width: 56.66px;
    margin: 0;
}

#program-slider .slider-curriculum-icon {
    float: left;
}

.no-pad #program-slider {
    border-bottom: none;
    padding: 0px;
}

#program-cards .small-card-title {
    /*position: absolute;*/
    /*bottom: 20px;*/
    left: 37%;

}

#program-cards .location, #program-cards .industry {
    left: 35%;
}

.program-cards-1 {
    display: none;
}

#program-icons {
    padding-bottom: 0;
}

#program-icons .icon-item {
    height: 55px;
    padding: 0;

}

#program-icons #program-icons-wrapper img {
    height: 55px;
    display: block;
    display: none;
}

#program-cards .divider-orange-short {
    margin-bottom: 15px;
}

.active-icon {
    display: block;
}

#season-card, #location-card, #industry-card, #curriculum-card {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

#program-curriculum {
    background: #fff url('../img/rocket-ship.png') no-repeat center top;
}

#program-curriculum .pc-card-text {
    font-size: 15px;
    line-height: 2;
    font-family: museo_sans100;
    padding-top: 15px;
}

#program-curriculum .pane-row {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

#program-curriculum .section-description {
    font-size: 1.3em;

}

#program-title {
    font-family: 'museo_sans900';
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8em;
    color: #6b6b6b;
    letter-spacing: 2px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-20percent {
    width: 20%;
    padding: 0px 15px;
    float: left;
}

.col-13percent {
    width: 13%;
    padding: 0px 15px;
    float: left;
    min-width: 145px;
    margin-left: 10px;
}

#program-cards {
    background: #224070 url('../img/program-bg.jpg') no-repeat center top;
    background-size: contain;
    padding-top: 35px;
    padding-left: 70px;
    padding-right: 70px
}

#program-cards .card {
    border-radius: 12px;
    border: 1px solid #c7c6c6;
    /*height:420px;*/
}

#program-cards .card-title {
    font-family: 'museo_sans900';
    text-transform: uppercase;
    color: #b6b6b6;
}

#program-cards .location-icon {
    margin: 0 auto;
}

#program-cards .location-icon .hover-icon {
    width: 61px;
}

.point65rem {
    font-size: 0.65rem;
}

.no-padding {
    padding: 0;
}

#program-cards .sub-title {
    font-family: 'museo_sans100';
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
    color: #b6b6b6;
    text-align: center;
}

#program-cards .card-text {
    font-family: 'museo_sans300';
    font-size: 0.8rem;
    line-height: 29px;
}

#program-cards h4.card-title {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 1.1rem;
}

#program-cards {

}

/* NEXT STEPS BANNER */
#next-steps {
    background: #333333 url('../img/next-steps-bg.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#next-steps h2 {
    font-size: 65px;
}

/* fund your future */
#fund-your-future {
    background-color: #dadada;
    padding-bottom: 1rem;
}

#fund-your-future .section-description,
#program-slider .section-description,
#faq .section-description {
    color: #6b6b6b;
    font-family: 'museo_sans300';
}

#fund-your-future .card p {
    color: #6b6b6b;
    font-family: 'museo_sans100';
    font-size: .9em;
    padding-bottom: 12px;
    line-height: 1.4;
}

#fund-your-future h2,
#faq h2 {
    font-size: 50px;
}

#fund-your-future img {
    margin: auto;
    max-width: 30%;
}

#future-cards {
    padding-left: 20px;
    padding-right: 20px;
}

#fund-your-future .card {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 50px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;

    width: 100%;
}

#fund-your-future .card.not-selected {
    opacity: 0.6;
}

#fund-your-future .card.hovered {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#fund-your-future .card p {
    padding-left: 30px;
    padding-right: 30px;
}

#fund-your-future h4 {
    background-color: #2d5ba8;
    font-family: 'museo_sans300';
    letter-spacing: 1.5px;
    height: 70px;
    font-size: 1em;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

#future-cards {
    display: flex;
    flex-wrap: wrap;
}

#future-cards .col-md-5ths {
    display: flex;
}

#future-cards .btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
}

/* FAQ */

#faq {

}

.faq-item {
    margin: 40px 20px 40px 20px;
    border-radius: 8px;
    overflow: hidden;

}

.faq-item-question {
    background: #dcdcde url('../img/icons/question-q.png') no-repeat left bottom;
    background-size: 50px 50px;
    height: 55px;
    font-family: 'museo_sans900';
    color: #6b6b6b;
}

.faq-item-question p {
    padding-left: 20px;
    padding-top: 4px;
    font-weight: bold;
}

.faq-item-answer {
    background: #f3f3f3 url('../img/icons/answer-a.png') no-repeat right bottom;
    background-size: 50px 50px;
    height: 85px;
}

.faq-item-answer p {
    padding: 10px;
    font-family: 'museo_sans100';
}

/*** #final cta ***/

#final-cta {
    height: 430px;
    background-size: contain;
    padding-top: 18px;
    text-align:center;
}

#final-cta h2 {
    font-size: 2.5em;
    font-family: museo_sans900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#final-cta .section-description {
    font-family: museo_sans100;
    letter-spacing: 1.5px;
    font-size: 18px;
}

#final-cta a, a.ci-button-set, button.ci-button-set {
    font-family: museo_sans100;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 75%;
    max-width: 100%;
    font-size: 11.2px;
    line-height: 1.42857143;
    padding-left: 21.3px;
    padding-right: 21.3px;
}

.btn-outline-white,
.btn-outline-white:hover,
.btn-outline-white:focus {
    box-shadow: none !important;
}

@media (min-width: 990px) {
    #final-cta a, a.ci-button-set, button.ci-button-set {
        width: 365px;
        font-size: 16px;
    }
}

/*** Footer info ***/
.ft-col-1 {
    color: #FFF !important;
    font-family: museo_sans900;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
}

.ft-col-1 a {
    color: #FFF !important;
}

.ft-col-2-text {
    font-family: museo_sans100 !important;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    margin-top: 22px;
}

@media (min-width: 990px) {
    .ft-col-2-text {
        margin-top: 0;
    }
}

.ft-col-3, .ft-col-4 {
    float: left;
    width: 100%;
}

.ft-col-3 li:last-of-type, .ft-col-4 li:last-of-type {
    margin-bottom: 0;
}

.ft-col-3 .fa, .ft-col-4 .fa {
    font-size: 20px;
    float: right;
    margin-top: 5px;
}

.toggle-view .fa {
    transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
    .toggle-view .fa {
        display: none;
    }
}

.toggle-view.active .fa {
    transform: rotate(180deg)
}

.ft-col-3 strong {
    font-family: museo_sans900;
    letter-spacing: 1px;
    font-size: 21px;
    color: #FFF;
}

.ft-col-3 li a {
    font-family: museo_sans500;
    color: #B6B6B6;
}

.ft-col-4 strong {
    font-family: museo_sans900;
    letter-spacing: 1px;
    font-size: 21px;
    color: #FFF;
}

.ft-col-4 li a {
    font-family: museo_sans500;
    color: #B6B6B6;
}

@media (min-width: 768px) {
    .ft-col-3, .ft-col-4 {
        width: 16.666667%;
    }

    .ft-col-3 strong, .ft-col-4 strong {
        font-size: 16px;
    }
}

/* Footer accordion styles */
.accordion-content {
    display: none;
}

@media (min-width: 992px) {
    .accordion-content {
        /*Added important to overide JS inline style*/
        display: block !important;
    }
}

/* Footer Panes */
.footer-pane {
    /*float: left;*/
}

.footer-pane li a {
    font-size: 13px;
}

.footer-pane-3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-pane-4 {
    margin-bottom: 15px;
}

.footer-pane-3 li, .footer-pane-4 li {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .footer-pane-3 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer-pane-4 {
        margin-bottom: 0;
    }

    .footer-pane-3 li, .footer-pane-4 li {
        margin-bottom: 10px;
    }
}


@media (min-width: 768px) and (max-width: 990px) {
    .footer-pane-1 {
        margin-top: 28px;
    }

    .footer-pane-2 {
        margin-bottom: 25px;
    }

    .footer-pane-3 {
        width: 50%;
        margin-top: 0;
        /*text-align: center;*/
    }

    .footer-pane-4 {
        width: 50%;
        /*text-align: center;*/
    }
}

#footer-info, .page-footer {
    letter-spacing: 0px !important;
}

#memberships .section-description {
    font-family: museo_sans300;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}

#memberships {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 80px;
}

#memberships ul {
    /*height: 65px;*/
    padding-top: 25px;
    padding-bottom: 15px;
    /*margin-top:-60px;*/
}

#memberships ul li a {
    height: 65px;
}

#memberships ul li {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    /*height: 65px;*/
    float: left;
}

#memberships img {
    box-shadow: none;
    /*height:65px;*/
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}

.mem-img-1 img {
    /*width:100px !important;*/
    /*height:auto !important;*/
}

#memberships .mem-img-2 img {
    /*width:175px !important;*/
    /*height:auto !important;*/
    /*max-width: 150px;*/
}

#bottom-nav {
    background: #3B3B3C;
    color: #FFF;
    padding-top: 42px;
}

#bottom-nav p {
    font-family: 'museo_sans100';
}

#bottom-nav ul {
    font-family: 'museo_sans300';
}

.footer-social {
    margin-bottom: 12px;
}

#email-input {
    position: relative;
    width: 100%;
}

#email-input input {
    font-family: museo_sans300;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #b6b6b6;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 10em;
    font-style: italic;
}

@media (min-width: 990px) {
    /*#email-input input {*/
    /*width: 355px;*/
    /*font-size: 16px;*/
    /*padding-left: 22px;*/
    /*}*/
}

#email-input button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    box-shadow: none;
}

footer.page-footer {
    background: #2e2e2f;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-family: 'museo_sans500';
    font-size: 12px;
    text-align: center;
    letter-spacing: 1.5px;
    height: 60px;
    color: #FFFFFF;

}

/*
 * Rob's styles
 */
p a {
    color: #efae59;
}

/* fullwidth backgrounds */
.background-fullwidth {
    background-size: 100% auto;
    background-repeat: none;
    background-position: center;
}

#pursue.la {
    background-image: url("../img/programs/blue-nyc.jpg");
    background-position: 50% top;
}

#final-cta,
#live-work-study {
    background-image: url("../img/programs/banner-bottom.jpg");
}

.dropdown-toggle::after {
    margin-left: 0;
}

/* scroll to next section arrow */
.down-arrow {
    position: absolute;
    left: 50%;
    bottom: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}

.down-arrow.orange-arrow {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-image: url("../img/icons/arrow-down-orange.png");
    background-color: transparent;
}

.faq-item {
    margin: 20px 10px;
}

/* carousel controls section (prev, next and view all) */
.carousel-controls-container {
    position: relative;

}

.carousel-controls-container.home-faq {
    width: 80%;
    margin: 50px auto 0 auto;
}

.carousel-controls-container.home-faq .carousel-control.left {
    left: 25px;
}

.carousel-controls-container.home-faq .carousel-control.right {
    right: 25px;
}

.carousel-control.left,
.carousel-control.right {
    width: 40px;
    height: 40px;
    top: 0;
    bottom: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.carousel-control.left {
    left: 10px;
    background-image: url("../img/icons/carousel-left-grey.png");
}

.carousel-control.right {
    right: 10px;
    background-image: url("../img/icons/carousel-right-grey.png");
}

.view-all {
    text-align: center;
}

.view-all a {
    margin: 0;
}

#floating-nav {
    left: 34px;
    overflow: visible;
    transition: all 0.3s ease-out;
}

.nav-pills .nav-item:hover {
    border-left: none;
}

#floating-nav .nav-item .nav-link:hover,
#floating-nav .nav-item .nav-link:active,
#floating-nav .nav-pills .nav-item .nav-link.active {
    position: relative;
}

#floating-nav .nav-item .nav-link.active:after {
    content: "";
    display: block;
    border: 12px solid transparent;
    border-left-color: #b4b4b4;
    position: absolute;
    bottom: 50%;
    margin-bottom: -10px;
    right: -24px;
}

#floating-nav .btn-apply {
    display: block;
    text-align: center;
}

#live-work-study {
    padding-bottom: 120px;
}

#live-work-study img {
    margin-bottom: 18px;
}

#faq,
#advisor {
    margin-bottom: 0;
}

#faq .container-fluid,
#advisor .container-fluid {
    padding-bottom: 0;
}

#talk-to-us {
    background: #eff0f0;
    height: 100%;
    padding: 50px 0;
}

#talk-to-us h4 {
    color: #8c8c8c;
}

#talk-to-us .btn-primary {
    margin-top: 0;
    margin-bottom: 16px;
    width: 185px;
    max-width: 100%;
}

@media (min-width: 320px) {
    #talk-to-us a {
        white-space: nowrap;
    }
}

#talk-to-us .section-title {
    margin-bottom: 1rem;
    padding: 0;
}

#talk-to-us p {
    font-family: 'museo_sans100';
    color: #6b6b6b;
}

#talk-to-us strong {
    font-family: museo_sans700;
    font-weight: normal;
}

#talk-to-us .contact-details {
    max-width: 300px;
    margin: 12px auto;
}

/* program tables */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: museo_sans100;
    -webkit-box-shadow: 0px 10px 60px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 60px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 60px -17px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 22px;
}

.tg td {
    font-size: 11px;
    padding: 10px 5px;
    border-bottom: 1px solid #dadbdc;
    overflow: hidden;
    word-break: normal;
}

.tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
}

.tg .tg-yw4l {
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .tg {
        width: auto !important;
    }

    .tg col {
        width: auto !important;
    }

    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.tg tr th {
    color: #efae59;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #efae59;
}

.program-table-titles td {
    text-align: center;
    text-transform: uppercase;
    color: #6d6d6d;
}

.program-table-titles .light-grey,
.tg tr td {
    background-color: #f0f1f1;
}

.tg tr td.dark-grey {
    background-color: #e5e6e7;
}

.tg tr td.feature {
    background-color: #fff;
}

.tg tr td.feature strong {
    color: #6d6d6d;
}

.tg tr td.ticked {
    background: url('../img/icons/table-tick.png') center no-repeat #f9e9d6;
    background-size: 25px auto;
}

.tg tr td.ticked.special {
    background-color: #fff7ee;
}

.tg.blue-table tr th,
.tg.blue-table tr td.optional {
    color: #2e5ca9;
}

.tg.blue-table tr th {
    border-bottom: 1px solid #2e5ca9;
}

.tg.blue-table tr td.ticked {
    background-image: url('../img/icons/table-tick.png');
}

.tg.blue-table tr td.ticked,
.tg.blue-table tr td.optional {
    background-color: #cbd5e7;
    text-align: center;
    text-transform: uppercase;
}

/* popups */

.modal-content {
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    overflow: visible;
    width: 399px;

}

.modal-close {
    cursor: pointer;
    position: absolute;
    left: -40px;
}

.modal-close img {
    width: 30px;
}

.modal-form-success,
.modal-form-error {
    text-transform: uppercase;
    font-family: 'museo_sans100';
    color: #b6b6b6;
}

.modal-form-success {
    display: none;
}

.modal-form-error {
    display: none;
}

.modal-success-social {
    background-color: #2e5ca9;
    padding: 15px 0px;
    height: 70px;
}

.modal-success-social img {
    max-width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-success-message {
    padding: 20px 20px 0px 20px;
    text-align: center;
}

.modal-lg {
    max-width: 550px;
    margin-top: 50px;
}

.modal-content.rounded {
    border-radius: 10px;
    overflow: hidden;
}

.modal-content .table-header {
    font-size: 1.2em;
    padding-top: 12px;
    padding-bottom: 4px;
}

.modal-footer.social-footer {
    background-color: #2e5ca9;
    color: #fff;
    text-align: center;
    padding: 0;
}

.modal-footer .social-footer-icons .icon {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 10px;
}

.modal-footer .social-footer-icons .icon.center {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.modal-footer .social-footer-icons a {
    display: block;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.modal-footer .social-footer-icons a:hover {
    cursor: pointer;
}

.modal-footer .social-footer-icons a.linkedin {
    background-image: url('../img/social/modal-linkedin.png');
}

.modal-footer .social-footer-icons a.twitter {
    background-image: url('../img/social/modal-twitter.png');
}

.modal-footer .social-footer-icons a.facebook {
    background-image: url('../img/social/modal-fb.png');
}

.social-share-list {
    margin: 0 auto;
    padding: 20px 40px;
}

.social-share-list ul li a {
    border-radius: 10px;
    display: block;
    margin-bottom: 18px;
    background-size: 35px 35px;
    background-position: 55px center;
    background-repeat: no-repeat;
    padding: 14px 0 14px 110px;
    color: #fff;
    font-family: 'museo_sans100';
}

.social-share-list ul li.facebook a {
    background-image: url('../img/social/modal-fb.png');
    background-color: #3b5998;
}

.social-share-list ul li.twitter a {
    background-image: url('../img/social/modal-twitter.png');
    background-color: #00aced;
}

.social-share-list ul li.linkedin a {
    background-image: url('../img/social/modal-linkedin.png');
    background-color: #007bb6;
}

.social-share-list ul li.email a {
    background-image: url('../img/social/modal-email.png');
    background-color: #43bd88;
}

.social-share-list ul li.copy a {
    background-image: url('../img/social/modal-copy.png');
    background-color: #b6b6b6;
}

.modal-lg {
    max-width: 400px;
    margin-top: 50px;
}

.modal-title {
    font-size: 18px;
}

.modal-header {
    background-color: #2e5ca9;
    color: #fff;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}

.modal-header .close {
    display: none;
}

.modalform {
    padding: 10px 20px;
}

.modalform input[type="text"], .modalform input[type="email"] {
    background-color: #f0f0f0;
    border-radius: 5px;
    width: 90%;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    border: none;
    font-family: 'museo_sans300';
}

.contact-select {
    display: block;
    width: 99%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    font-family: 'museo_sans300';
    color: #cacaca;
    border-radius: 5px;
    padding: 14px 15px;
    border: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.modalform input[type="text"]::-webkit-input-placeholder, .modalform input[type="email"]::-webkit-input-placeholder {
    color: #cacaca;
}

.modalform input[type="text"]:-moz-placeholder, .modalform input[type="email"]:-moz-placeholder {
    color: #cacaca;
}

.modalform input[type="text"]::-moz-placeholder, .modalform input[type="email"]::-moz-placeholder {
    color: #cacaca;
}

.modalform input[type="text"]:-ms-input-placeholder, .modalform input[type="email"]:-ms-input-placeholder {
    color: #cacaca;
}

.question {
    margin-top: -5px;
    margin-bottom: 5px;
}

.smaller {
    font-size: 50%;
}

.modalform .btn-primary {
    font-family: 'museo_sans100';
    font-size: 15px;
    padding: 15px 10px;
    width: 97%;
    margin-top: -5px;
}

#tables {
    padding: 0px 50px;
}

.first-box {
    float: left;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
}

.icons-table {
    float: left;
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
}

.cell {
    float: left;
    width: 16.66666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 8px 0px;
    border-right: 1px solid #e0e1e1;
}

.light-cell {
    background-color: #f1f2f2;
}

.dark-cell {
    background-color: #e6e7e8;
}

.cell hr {
    border-color: #c4c4c4;
    margin: 0px;
}

.cell-head {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cell-icons {
    display: inline-block;
    margin-top: 0px;
    max-height: 60px;
}

.van {
    font-size: 11px;
    margin-bottom: 10px;
}

hr.wider {
    border-color: #e0e1e1;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 14px;
}

.first-cell {
    border-radius: 10px 0px 0px 0px;
}

.last-cell {
    border-right: none;
    border-radius: 0px 10px 0px 0px;
}

.low-last {
    border-radius: 0px 0px 10px 0px;
}

.program-comp {
    background-color: white;
    height: 140px;
    margin-top: 35px;
    border-bottom: 1px solid #d7d7d8;
    border-radius: 10px 0px 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 15px;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0px 0px 0px;
    border-right: 1px solid #d7d7d8;

}

.lower-cell {
    padding-top: 10px;
    height: 105px;
}

.cell-text {
    font-family: 'museo_sans300';
    font-size: 11px;
    margin-bottom: 15px;
}

.buss {
    margin-top: -5px;
    margin-bottom: 4px;
}

.hop {
    float: left;
    width: 100%;
    margin-top: 0px;
.
}

.hr1 {
    float: left;
    width: 20%;
    margin: 0px;
}

.hr2 {
    float: left;
    width: 70%;
    margin: 0;
    margin-left: 10%;
}

.cell-top {
    height: 175px;
    border-bottom: 1px solid #d7d7d8;
}

.overview {
    height: 105px;
    border-radius: 0px 0px 0px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 15px;
    border-right: 1px solid #d7d7d8;
}

.overview p {
    font-family: 'museo_sans100';
}

.this {
    border-radius: 10px;
    margin-bottom: 20px;
}

.low-table {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 0px;
}

.low-left-box {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 0px 10px;
}

.big-shadow {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.tab1 {
    width: 100%;
    margin-bottom: 20px;
}

.tab1 {
    font-size: 12px;
    border-color: #d4d2d2;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.tab1 td {
    border-color: #d4d2d2;
}

.tab1 thead tr th {
    color: #efae59;
    text-transform: uppercase;
    font-family: 'museo_sans300';
    text-align: center;
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-color: #f6d2a2;
    font-size: 14px;
}

.table-header {
    background-color: #fff;
    padding: 12px 0 8px 0;
    color: #c6c6c6;
    text-transform: uppercase;
    font-family: 'museo_sans300';
    text-align: center;
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-color: #f6d2a2;
    font-size: 14px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.table-header strong {
    color: #efae59;
}

.blue-table thead tr th {
    border-bottom-color: #2e5ca9;
}

.last-table thead tr th {
    border-bottom-color: #6b6b6b;
}

.weeks {
    font-size: 10px;
}

.tab1 tbody tr td {
    width: 13.3333333%;
    vertical-align: middle;
}

.tab1 tbody tr td:nth-child(1) {
    width: 20%;
}

.tab1 tbody tr td:nth-child(-n+3) {
    background-color: #f1f2f2;
}

.tab1 tbody tr td:nth-child(1) {
    background-color: #fff;
}

.tab1 tbody tr td:nth-child(n+4) {
    background-color: #e6e7e8;
}

.tab1 td {
    text-align: center;
}

.tab1 td:nth-child(1) {
    text-align: left;
    font-family: 'museo_sans100';
}

.tab1 tr:nth-child(1) td {
    text-transform: uppercase;
    font-size: 0.85em;
    padding: 20px 5px;
    padding-top: 25px;
}

.orange-check {
    max-height: 27px;
    display: inline-block !important;
}

td.orange-back {
    background-color: #faead7 !important;
}

.tab1 tr:nth-child(n+2) td {
    height: 57px;
}

td.light-orange-back {
    background-color: #fff8ef !important;
}

.ast-check {
    max-height: 27px;
    display: inline-block;
}

.blue-table thead tr th {
    color: #2e5ca9;
}

.last-table thead tr th {
    color: #6b6b6b;
}

td.light-blue-back {
    background-color: #e0e6f1 !important;
    color: #2e5ca9 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

td.blue-back {
    background-color: #ccd6e8 !important;
}

tr.no-borders td {
    border-left: none !important;
    border-right: none !important;
    background-color: white !important;
}

.img-last {
    max-height: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.info-td {
    padding: 15px 10px !important;
    vertical-align: top !important;
    background-color: #dadada !important;
}

.last-table tbody tr:nth-child(2) td:nth-child(-n+2) {
    background-color: #f1f2f2 !important;
}

.last-table tbody tr:nth-child(2) td:nth-child(n+3) {
    background-color: #e6e7e8 !important;
}

.smaller-part {
    width: 13.3333333% !important;
    text-align: center !important;
}

.smaller-text {
    font-size: .85em;
    padding-left: 10px;
    display: block;
}

.indent {
    text-transform: none;
    margin-top: 5px;
    text-indent: -15px;
    padding-left: 15px;
    margin-bottom: 0px;
}

.money {
    color: #b6b6b6;
    font-family: 'museo_sans100' !important;
    font-size: 16px;
}

.up-arrow {
    max-height: 100%;
    max-width: 35px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 40px;
}

#tables {
    display: none;
}

#final-cta .section-description {
    margin-top: 14px;
}

#cta-carousel {
    margin-top: 6px;
}

#cta-carousel .carousel-indicators {
    position: relative;
    margin-top: 4px;
    bottom: auto;
}

#cta-carousel .carousel-indicators li {
    margin-right: 14px;
    border: none;
    background-color: #000;
    opacity: 0.4;
}

#cta-carousel .carousel-indicators li.active {
    opacity: 0.6;
    border: none;
    width: 10px;
    height: 10px;
}

.footer-logo {
    margin-top: 12px;
}

li.footer-logo {
    display: none;
}

.footer-logo.-mobile {
    display: block;
    float: left;
    width: 30%;
    margin-top: 18px;
}

.footer-logo.-mobile img {
    width: auto;
    height: auto;
    max-width: 100%;
}

ul.white-text {
    width: 65%;
    float: right;
    font-size: 14px;
    margin-top: 30px;
}

.ft-col-2-text br {
    display: none;
}

.ft-col-2-text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 22px;
}

.email-optin {
    float: left;
    margin-top: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-logo.-mobile {
        display: none;
    }

    li.footer-logo {
        display: block;
    }

    ul.white-text {
        width: 100%;
        font-size: initial;
        margin-top: 0;
    }

    .ft-col-2-text br {
        display: block;
    }

    .ft-col-2-text {
        font-size: 16px;
        line-height: 30px;
    }
}

.footer-logo img {
    height: 100px;
    width: 100px;
}

.footer-social ul li {
    width: 25%;
    float: left;
}

.email-optin p {
    text-transform: uppercase;
    color: #5e5e5f;
    font-family: museo_sans700 !important;
    font-size: 15px;
    letter-spacing: 1px;
}

/**** Responsive ****/
@media (max-width: 768px) {
    .full-bg-img,
    .view {
        height: auto;
        position: relative;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

}

@media (max-width: 1200) {
    .title-text {
        font-size: 2.5em;
    }
}

.ci-footer-modal .modal-lg {
    max-width: 600px;
    border-radius: 10px;
    margin-top: 25vh;
}

.ci-footer-modal .modal-body {
    padding: 0px;
}

.ci-footer-modal .modal-content {
    border-radius: 10px;
    padding: 20px 0px 0px;
    border: none;
}

.thinner {
    font-family: 'museo_sans100';
}

.btn-footer-special {
    color: #efae59 !important;
    background-color: white;
    border: 2px solid #efae59 !important;
    margin-bottom: 25px;
}

.socials {
    position: relative;
    width: 100%;
    float: left;
}

.blue-back {
    background-color: #2e5ca9;
    border-radius: 0px 0px 10px 10px;
}

.soc-blue {
    text-align: center;
    padding: 15px 0px;
    background-color: #2e5ca9;
}

.soc-icons-modal {
    display: inline-block;
}

.first-blu {
    border-radius: 0px 0px 0px 10px;
}

.third-blu {
    border-radius: 0px 0px 10px 0px;
}

.second-blu {
    border: 2px solid white;
    border-top: none;
    border-bottom: none;
}

.ci-examine-program-modal .modal-lg {
    max-width: 400px;
    margin-top: 50px;
}

.ci-examine-program-modal .modal-title {
    font-size: 18px;
}

.white-text {
    color: white;
}

.ci-examine-program-modal .modal-header {
    background-color: #2e5ca9;
}

.modalform {
    padding: 10px 20px;
}

.modalform input[type="text"], .modalform input[type="email"] {
    background-color: #f0f0f0;
    border-radius: 5px;
    width: 90%;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    border: none;
    font-family: 'museo_sans300';
}

.contact-select {
    display: block;
    width: 96%;
    margin-left: 12px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    font-family: 'museo_sans300';
    color: #cacaca;
    border-radius: 5px;
    padding: 14px 15px;
    border: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.modalform input[type="text"]::-webkit-input-placeholder, .modalform input[type="email"]::-webkit-input-placeholder {
    color: #cacaca;
}

.modalform input[type="text"]:-moz-placeholder, .modalform input[type="email"]:-moz-placeholder {
    color: #cacaca;
}

.modalform input[type="text"]::-moz-placeholder, .modalform input[type="email"]::-moz-placeholder {
    color: #cacaca;
}

.modalform input[type="text"]:-ms-input-placeholder, .modalform input[type="email"]:-ms-input-placeholder {
    color: #cacaca;
}

.question {
    margin-top: -5px;
    margin-bottom: 5px;
}

.smaller {
    font-size: 50%;
}

.modalform .btn-primary {
    font-family: 'museo_sans100';
    font-size: 15px;
    padding: 15px 10px;
    width: 97%;
    margin-top: -5px;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.float-left {
    float: left;
}

.uppercase {
    text-transform: uppercase;
}

.italic-text {
    font-style: italic;
}

.museo-weight-300 {
    font-family: museo_sans300 !important;
}

.custom-weight-900 {
    font-family: museo_sans900;
}

.display-flex {
    display: flex;
}

.align-start {
    align-self: flex-start;
}

.align-end {
    align-self: flex-end;
}

.no--box-shadow {
    box-shadow: none;
}

#email-input input.footer-email-input {
    padding: 26px 20px;
    box-sizing: border-box;
    border: solid 4px #fff;
    transition: all 0.3s ease-out;
}

#email-input input.footer-email-input:focus {
    border-color: #EFAE59;
}

@media (min-width: 990px) {
    /*#email-input input.footer-email-input {*/
    /*padding-right: 100px;*/
    /*display: inline-block;*/
    /*}*/
}

#email-input .footer-email-button {
    width: 100px;
    height: 43px;
    font-size: 12.5px;
    letter-spacing: 2px;
    font-family: museo_sans700;
    border-radius: 128px;
    position: inherit;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0980392);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0980392);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0980392);
}

#email-input .footer-email-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 6px;
    margin-top: 0;
    padding-top: 16px;
    padding-left: 6px;
    padding-right: 0;
}

@media (min-width: 990px) {
    /*#email-input .footer-email-button {*/
    /*width: 132px;*/
    /*margin-left: -145px;*/
    /*}*/
}

.ci-examine-program-modal {
    z-index: 999999;
}

.icon-item .slide-tip {
    display: none;
}

.icon-item.active-icon .slide-tip img {
    display: block !important;
    width: 95px !important;
    height: auto !important;
    margin: 0px !important;
    margin-left: -32px !important;
}

.icon-item.active-icon .slide-tip {
    display: block;
}

.slide-tip {
    position: relative;
    top: 100px;
    left: 76px;
    text-transform: uppercase;
    color: #6b6b6b;
    font-family: 'museo_sans300';
    font-size: 0.8rem;
    /*color:#b6b6b6*/
}

.ci-prospectus-modal {
    z-index: 200000;
}

/*tool tips*/
.tool-tip {
    cursor: pointer;
}

.tool-tip {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: museo_sans300;
    font-size: 0.8rem;

    background: #606060;
    color: white;
    display: none;
    position: absolute;
    text-transform: uppercase;
    padding: 5px 10px;
    white-space: nowrap;
    z-index: 20000;
}

.tool-tip:before {
    content: "";
    display: block;
    width: 0;
    border: 8px solid #606060;
    border-color: #606060 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 53%;
    margin-left: -10px;
}

.card-industries li,
.card-programs li {
    position: relative;
}

.padding-0 {
    padding: 0px;
}

.large-title {
    font-size: 4.7rem;
}

.small-link {
    font-size: 0.7rem;
}

#ci-timeline .tool-tip {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: museo_sans300;
    background: transparent;
    color: white;
    display: none;
    position: absolute;
    text-transform: uppercase;
    padding: 0px 00px;
    white-space: nowrap;
    z-index: 20000;
}

#ci-timeline .tool-tip:before {
    content: "";
    display: none;
    width: 0;
    border: 8px solid #606060;
    border-color: #606060 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 53%;
    margin-left: -10px;
}

.tool-tip img {
    width: 200px;
}

.blue-hover {
    width: 100%;
    height: 100%;
}

.grayfill-hover {
    width: 41px;
    height: 21px;
}

/*responsive navigation changes*/
#main-nav {
    position: relative;
    top: 3px;
}

#main-nav .nav-item .btn {
    width: auto;
}

/* !responsive navigation changes*/

.continue {
    color: white !important;
}

/*thankyou*/
.thankyou-sub-header {
    font-family: 'museo_sans100';
    letter-spacing: 0px;
    color: #6b6b6b;
}

/*Homepage - Together we strive*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

#together-we-strive {
    background-color: #2d5ba8;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}

#together-we-strive img {
    box-shadow: none;
    max-width: 50%;
    margin: 0 auto;
}

#together-we-strive p {
    font-family: 'museo_sans100';
    text-align: center;
}

#together-we-strive .btn-container {
    text-align: center;
}

@media (min-width: 768px) {
    #together-we-strive img {
        max-width: 210px;
    }

    #together-we-strive p {
        padding-top: 19px;
    }

    #together-we-strive .btn {
        margin-top: 20px;
    }
}

@media (min-width: 990px) {
    #together-we-strive .row {
        position: relative;
    }

    #together-we-strive .container {
        padding: 0 80px;
    }

    #together-we-strive img {
        max-width: 263px;
    }

    #together-we-strive .text-container {
        position: static;
    }

    #together-we-strive p {
        margin: 0;
        padding: 0;
        text-align: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /*font-size:20px;*/
    }

    #together-we-strive .btn-container {
        position: static;
    }

    #together-we-strive .btn {
        margin: 0;
        padding: 14px 60px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

@media (min-width: 1200px) {
    #together-we-strive .btn {
        right: 90px;
    }
}

/*New menu code*/
.navbar .navbar-nav .nav-item {
    margin-right: 35px;
}

.navbar .navbar-nav .nav-item a {
    /*text-align: justify;*/
    /*padding-top: 0;*/
}

.navbar .navbar-nav .nav-item a.nav-link span {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'museo_sans500';
}

.navbar .navbar-nav .nav-item a.nav-link span.arrow-down {
    width: auto;
}

.programs-industries-nav-link span {
    letter-spacing: 1.3px;
}

.nav-item .nav-link {
    line-height: 19px;
}

.navbar .navbar-nav a.btn {
    padding: 12px 10px;
    text-align: center;
}

/*Will effect both drop downs*/
#sticky-menu {
    padding-left: 25px;
    padding-top: 9px;
    padding-bottom: 13px;

}
#sticky-menu.active {
    background-color: rgba(255, 255, 255, 0.95);
}

#sticky-menu.top-nav-collapse {
    background-color: rgba(255, 255, 255, 0.97);
}

.sticky-menu-logo {
    background-image: url(../img/header-logo-scrolling.png);
    width: 52px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    top: 6px;
    position: relative;
    opacity: 0;
}

#sticky-menu.top-nav-collapse .sticky-menu-logo {
    opacity: 1;
}

@media (min-width: 768px) {
    #sticky-menu {
        padding-bottom: 3px;
        padding-left: 43px;
        background-color: rgba(0, 0, 0, 0);
    }

    #sticky-menu.top-nav-collapse {
        background-color: rgba(255, 255, 255, 0.95);
    }

    .sticky-menu-logo {
        display: none;
    }
}

#main-nav .-header-dropdown {
    border-radius: 15px;
    overflow: visible;
    top: 62px;
    left: -88px;
}

#main-nav  .-header-dropdown-lg {
    /*display: block;*/
    left: auto;
    right: -27px;
    width: 969px;
}

#main-nav .without-apply .-header-dropdown-lg {
    right: -177px;
}

#main-nav  .-header-dropdown-lg .arrow-container {
    text-align: right;
    padding-right: 98px;
}

#main-nav .without-apply .-header-dropdown-lg .arrow-container { 
    padding-right: 238px;
}

#main-nav  .-header-dropdown-lg .arrow-container .fa-caret-up{
    color: #fff;
}


@media (min-width: 1200px) {
    #main-nav  .-header-dropdown-lg {
        right: -46px;
    }
    
    #main-nav .-header-dropdown-lg .arrow-container { 
        padding-right: 127px;
    }

    #main-nav .without-apply .-header-dropdown-lg {
        right: -37px;
    }
    
    #main-nav .without-apply .-header-dropdown-lg .arrow-container { 
        padding-right: 118px;
    }

}

.dropdown .dropdown-menu {
    width: 318px;
}

#main-nav .-industries-menu .programs-industries-nav-link, #main-nav .-location-menu .loc-prog-link {
    padding-bottom: 20px;
    padding-top: 3px;
}

span.programs-menu {
    line-height: 35px;
}

.-industries-menu ul li {

}

.-industries-menu ul li.title-item {
    background-color: #F1F1F1;
}

.-industries-menu ul li.title-item p {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #909090;
    font-family: 'museo_sans100';
}

.-industries-menu ul li.title-item .-link {
    width: 82px;
    float: right;
    position: relative;
    top: 10px;
    padding-bottom: 4px;
    padding-top: 6px;
    font-size: 11px;
    text-align: center;
}

.-industries-menu ul li.link-item {
    font-size: 10px;
    width: 100%;
    border-bottom: solid 3px #e1e1e1;
    padding-top: 4px;
    padding-bottom: 8px;
}

.-industries-menu .col-industry ul li.link-item {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
}

.-industries-menu .col-industry ul li.link-item .-link-bg {
    background-size: 28px;
    background-position: 38px center;
    padding-top: 10px;
    padding-bottom: 11px;
}

.-industries-menu .col-industry ul li.link-item span {
    font-size: 11px;
    padding-left: 67px;
    color: #B3B3B3;
    text-transform: none;
}

.wrap-cities {
    padding: 12px 37px 4px;
}

.margin-top-cities {
    margin-top: 22px;
}

.cities-title {
    color: #999999;
    font-size: 11px;
    margin-bottom: 2px;
}

.cities-link {
    font-size: 11px!important;
    color: #B3B3B3!important;
    padding: 0!important;
    font-family: 'museo_sans300';
}

.cities-link:hover {
    color: #efae59!important;
    text-decoration: underline !important;
    cursor: pointer;
}

.program-type-container {

}

.program-type {
    background-color:  rgba(242, 242, 242, 0.5);
    padding: 18px 32px 15px;
}
.program-type-bb {
    border-bottom: solid 2px #e1e1e1;
}

.program-type-pb {
    padding-bottom: 24px;
}

.program-type-title {
    color: #808080;
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-bottom: 1px;
}

.program-type-time {
    color: #B3B3B3;
    font-family: 'museo_sans300';
    font-size: 10px;
    margin-bottom: 10px;
}

.program-type-time strong {
    font-family: 'museo_sans700';
}

.program-type-text {
    font-family: 'museo_sans300';
    font-size: 11px;
    color: #999999;
    margin-bottom: 5px;
}

.program-type-link {
    padding: 0!important;
}

.-industries-menu ul li.link-item:last-of-type {
    border-color: #FFF;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.-industries-menu ul li.link-item a {
    padding-top: 24px;
    padding-bottom: 21px;
}

.-industries-menu ul li.link-item a:hover {
    color: #efae59;
}

.navbar .navbar-nav .nav-item a {

}

.-industries-menu ul li.link-item span {
    font-size: 9px;
    padding-left: 73px;
    letter-spacing: 0.5px;
    font-family: 'museo_sans300';
}

#main-nav li.nav-item ul.dropdown-menu .drop-item a span {
    letter-spacing: 0.5px;
    font-family: 'museo_sans300';
}

.-industries-menu ul li.link-item .-link-bg {
    background-size: 40px;
    background-position: 28px center;
    background-repeat: no-repeat;
}

.-industries-menu ul li.link-item .-link-bg.-bankingfinancialservices {
    background-image: url('../img/icons/industry/banking.png');
}

.-industries-menu ul li.link-item .-link-bg.-bankingfinancialservices:hover {
    background-image: url('../img/icons/industry/consulting_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-marketingadvertisingpr {
    background-image: url('../img/icons/industry/marketing.png');
}

.-industries-menu ul li.link-item .-link-bg.-marketingadvertisingpr:hover {
    background-image: url('../img/icons/industry/marketing_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-consultingprofessionalservices {
    background-image: url('../img/icons/industry/consulting.png');
}

.-industries-menu ul li.link-item .-link-bg.-consultingprofessionalservices:hover {
    background-image: url('../img/icons/industry/banking_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-technologyengineering {
    background-image: url('../img/icons/industry/tech.png');
}

.-industries-menu ul li.link-item .-link-bg.-technologyengineering:hover {
    background-image: url('../img/icons/industry/tech_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-entrepreneurshipstartups {
    background-image: url('../img/icons/industry/startups.png');
}

.-industries-menu ul li.link-item .-link-bg.-entrepreneurshipstartups:hover {
    background-image: url('../img/icons/industry/startup_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-mediaenterntainmentjournalism {
    background-image: url('../img/icons/industry/entertainment.png');
}

.-industries-menu ul li.link-item .-link-bg.-mediaenterntainmentjournalism:hover {
    background-image: url('../img/icons/industry/entertainment_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-lawpolitics {
    background-image: url('../img/icons/industry/law.png');
}

.-industries-menu ul li.link-item .-link-bg.-lawpolitics:hover {
    background-image: url('../img/icons/industry/law_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-artfashiondesign {
    background-image: url('../img/icons/industry/art.png');
}

.-industries-menu ul li.link-item .-link-bg.-artfashiondesign:hover {
    background-image: url('../img/icons/industry/art_orange.png');
}

.-industries-menu ul li.link-item .-link-bg.-charities {
    background-image: url('../img/icons/industry/charities.png');
}

.-industries-menu ul li.link-item .-link-bg.-charities:hover {
    background-image: url('../img/icons/industry/charities_orange.png');
}

/*Industry Menu styles*/
.-industries-menu ul li.link-item span {
    font-size: 10px;
}

/*Location Menu styles*/
.-location-menu .dropdown-menu {
    overflow: visible;
}

.-location-menu.-industries-menu ul li.link-item {
    width: 50%;
    padding-left: 8px;
    border-right: solid 3px #e1e1e1;
    border-bottom: solid 3px #e1e1e1;
    padding-bottom: 4px;
    float: left;
}

.-location-menu.-industries-menu ul li.link-item a {
    padding: 0;
    background-size: 60px;
    height: 80px;
}

.-location-menu.-industries-menu ul li.link-item a span {
    padding-left: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-nav .-location-menu .-header-dropdown {

}

.menu-dropdow-container {
    overflow: hidden;
    border-radius: 15px;
    width: 100% !important;
}

.menu-dropdown-content {
    height: 600px;
    overflow-y: scroll;
}

.col-industry {
    border-right: 2px solid #e1e5e9;
    border-left: 2px solid #e1e5e9;
}

.title-program {
    font-size: 11px;
    color: #B3B3B3;
    padding: 30px 37px 10px;
}

.title-program-bb {
    border-bottom: 2px solid #e1e5e9;
    padding-bottom: 15px;
}

.col-footer {
    padding: 10px 20px 25px;
}

.-link-more{
    letter-spacing: 0.5px;
    font-size: 9px!important;
    color: #808080!important;
}

.-link-more .arrow{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image:url('../img/icons/link-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -3px;
    margin-left: 3px;
}
.-link-more:hover{
    color: #efae59!important;
}

.hidden-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hidden-mobile {
        display: block;
    }
}

/*CSS arrow*/
.arrow-container {
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
    font-size: 30px;
    text-align: center;
    padding: 0;
}

.fa-caret-up {
    color: #F1F1F1;
}

.arrow_box {
    position: relative;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*box-shadow: 0px 3px 8px 2px #666;*/
    /*-webkit-box-shadow: 0px 3px 8px 2px #666;*/
    /*-moz-box-shadow: 0px 3px 8px 2px #666;*/
}

.arrow_box:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #F1F1F1;
    border-width: 15px;
    margin-left: -15px;
}

.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #F1F1F1;
    border-width: 15px;
    margin-left: -15px;
}

.top-nav-collapse #main-nav .nav-item a.desktop-home {
    padding-top: 17px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.top-nav-collapse #sticky-menu {
    padding-bottom: 5px;
    padding-left: 44px;
    padding-top: 14px;
}

.top-nav-collapse #main-nav .-industries-menu .programs-industries-nav-link, .top-nav-collapse #main-nav .-location-menu .loc-prog-link {
    padding-top: 5px;
    font-size: 13px;
}

.top-nav-collapse #main-nav.navbar-nav .nav-item .btn {
    margin-top: 3px;
}

/* Floating nav on single program pages */
.hide-floating-nav #floating-nav {
    transition: all 0.3s ease-out;
    left: -200px;
    opacity: 0;
}

/*home page new mobile styles */
@media (min-width: 320px) and (max-width: 768px) {
    #home {
        margin-bottom: 20px;
    }
}

.mobile-animation-container {
    padding-top: 0;
}

.-stats {
    /*float: right;*/
    margin-bottom:0;
}

.-stats li {
    margin-bottom: 38px;
    position: relative;
}

.-stats li:last-of-type {
    margin-bottom:0;
}

.-stats li:before {
    content: "";
    height: 2px;
    width: 135px;
    display: block;
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f9f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f7f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f9f9', GradientType=0); /* IE6-9 */
}

.-stats li:after {
    /*content:"";*/
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(255, 0, 0, 1);
    z-index: 1;
    animation: animate-stats 1s normal forwards;
}

.-animate-delay-1-4 {
    animation-delay: 1.4s;
}

.-animate-delay-1-4 {
    animation-delay: 1.4s;
}

.-animate-delay-1-4 {
    animation-delay: 1.4s;
}

@keyframes animate-stats {
    0% {
        transform: translate(0, -50%);
        background-color: rgba(255, 0, 0, 1);
    }

    100% {
        transform: translate(100%, -50%);
        background-color: rgba(255, 0, 0, 0);
    }
}

span.stat-value.stat {
    display: block;
    text-align: center;
    font-size: 27px;
    font-family: 'museo_sans100';
    color: #efae59;
}

span.stat-label {
    font-family: 'museo_sans300';
    width: 100px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    /*letter-spacing:2px;*/
    color: #D1D3D3;
}

span.stat-label.-top {
    margin-bottom: 3px;
}

/*Graph animation mobile / Desktop*/
.-desktop-graph-animation {
    display: none;
}

.-mobile-graph-animation {
    display: block;
}

@media (min-width: 1024px) {
    .-desktop-graph-animation {
        display: block;
    }

    .-mobile-graph-animation {
        display: block;
    }
}

/*About section mobile*/
#about-right .section-description {
    margin-left:10px;
    margin-right:10px;
}

@media(min-width:320px) and (max-width:1024px) {
    #about-right .seciton-title {
        font-size:1.6rem;
    }
}

.-about-left-inner {
    padding: 0 25px;
}

#about p.section-description {
    font-size: 10px;
    padding-top: 0;
    line-height: 20px;
    text-align:justify;
    margin-bottom:12px;
}

#about .section-sub-heading {
    font-family:'museo_sans100';
}

#about .-program-intro-section {
    padding-top:0;
}

#about .-about-program-image {
    width:60%;
    margin: auto;
    box-shadow: none;
}

#about .-single-program-intro {
    margin-bottom:20px;
}

#about .callout-lg-text {
    font-family: 'museo_sans500';
    font-size: 1rem;
    line-height: 23px;
}

#about .callout-med-text {
    font-size: 0.8rem;
    padding-left:0;
    padding-right:0;
}

#about .learnmore {
    display: block;
}

#about .about-row-two {
    padding-top:18px;
    position: relative;
    padding-bottom: 20px;
    text-align:center;
}

@media (max-width: 575px) {
    #about .about-row-two {
        padding: 18px 30px 20px;
    }
}

#about .-down-arrow {
    color: #ED9D3D;
    border: solid 1px #ED9D3D;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

#about {
    margin-bottom:0;
}

@media(min-width:1024px) {
    #about .-about-program-image {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .-about-left-inner {
        padding: 0;
    }

    #about p.section-description {
        font-size: 14px;
        padding-top: 10px;
        text-align:center;
    }

    #about-right .section-description {
        margin-bottom:33px;
    }
}

/*Program Curriculum - Section*/
#program-curriculum {
    padding-top:0;
}

#program-curriculum .section-title {
    font-size: 2rem;
    letter-spacing: normal;
}

#program-curriculum .section-description {
    font-size: 16px;
    color: #b6b6b6;
}

#program-curriculum .-content-inner {
    padding-top:0;
    padding-bottom:0;
    margin: 0 auto;
}

#program-curriculum h3 {
    padding-top:40px;
    font-size:1em;
}

#program-curriculum .pc-card-text {
    font-size: 1.01em;
    line-height: 31px;
    font-family: museo_sans100;
    padding-top: 15px;
    padding: 0px;
    letter-spacing: 1px;
}

#program-curriculum .-content-inner .pc-card-text:last-of-type {
    margin-bottom:0;
}

#program-curriculum .pane-row-buttons {
    padding-top:0;
}

#program-curriculum .pane-row-buttons .btn {
    width: 67%;
    font-size: 0.7em;
    padding: 15px;
}

/*New design*/

.icon-buenos-aires-disabled a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/buenos-aires-disabled.png"); }
.icon-buenos-aires-disabled:hover a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/buenos-aires-enabled.png"); }
.icon-san-diego-disabled a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/san-diego-disabled.png"); }
.icon-san-diego-disabled:hover a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/san-diego-enabled.png"); }
.icon-florence-disabled a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/florence-disabled.png"); }
.icon-florence-disabled:hover a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/florence-enabled.png"); }
.icon-rome-disabled a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/rome-disabled.png"); }
.icon-rome-disabled:hover a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/rome-enabled.png"); }
.icon-zurich-disabled a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/zurich-disabled.png"); }
.icon-zurich-disabled:hover a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/zurich-enabled.png"); }
.icon-madrid-disabled a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/madrid-disabled.png"); }
.icon-madrid-disabled:hover a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/madrid-enabled.png"); }
.icon-barcelona-disabled a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/barcelona-disabled.png"); }
.icon-barcelona-disabled:hover a {
    background-color: #ffffff;
    background-image: url("../img/icons/cities/barcelona-enabled.png"); }

#main-nav .-location-menu.dropdown .dropdown-menu {
    width: 477px;
    left: -185px;
}
.-location-menu.-industries-menu ul li.link-item {
    width: 33.33%;
}
.-industries-menu ul li.title-item p {
    color: #b6b6b6;
}
.-industries-menu ul li.title-item .-link {
    color: #b6b6b6;
    font-family: 'museo_sans500', sans-serif;
    font-weight: normal;
}
.-industries-menu ul li.title-item .-link:hover {
    color: #efae59;
}
.-industries-menu ul li.title-item .-link:focus {
    color: #efae59;
}
.double-nav .dropdown .dropdown-menu a {
    color: #7c7d7e;
}
#student-life .card-wrapper .card-block .icon-wrapper {
    height: 70px;
    width: 58px;
    padding: 13px 5px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
}
#student-life .card-wrapper .card-block .icon-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#pursue {
    padding-top: 140px;
    padding-bottom: 138px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*Programs Section*/
.page-home .section.program-container {
    padding: 25px 0;
}

@media (min-width: 990px) {
    .page-home .section.program-container {
        padding: 45px 0;
    }

    .page-home .section.program-container .meta-copy {
        margin-bottom: 10px !important;
        line-height: 33px !important;
    }

    .page-home .section.program-container .meta-copy.-last {
        margin-top: 20px !important;
        margin-bottom: 35px !important;
    }
}

.page-home .section.program-container .inner {
    width: 90%;
    margin: 0 auto 35px;
    float: none;
}

.page-home .section.program-container .orange-hr {
    width: 60px;
    margin: 35px auto;
    border-color: #efae59;
    display: block;
}

.page-home .section.program-container .grey-hr {
    width: 60px;
    margin: 35px auto;
    display: block;
}

@media (min-width: 990px) {
    .page-home .section.program-container .meta-copy {
        margin-bottom: 35px;
        padding: 0 105px;
    }
}

.page-home .section.program-container .program-arrow {
    background-image: url(/img/05-Program-Section/program-curriculum-down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

@media (min-width: 990px) {
    .page-home .section.program-container .home-programs .single-program.-gep .card-footer .footer-content {
        margin-bottom: 18px;
    }
}

@media (min-width: 990px) {
    .page-home .section.program-container .home-programs .single-program.-gvp .card-footer .footer-content {
        margin-bottom: 41px;
    }
}

.page-home .section.program-container .home-programs .single-program.-gap .card-meta {
    padding-bottom: 14px;
}

.page-home .section.program-container .home-programs .single-program.-gap .card-meta .orange-hr {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .page-home .section.program-container .home-programs .single-program.-gap .card-footer {
        margin-top: 164px;
    }

    .page-home .section.program-container .home-programs .single-program.-gap .card-footer .footer-content {
        margin-bottom: 17px;
    }

    .page-home .section.program-container .home-programs .single-program.-gap .card-inner-industry {
        position: relative;
        top: 92px;
    }
}

.page-home .section.program-container .home-programs .single-program .inner {
    background-color: #F2F2F2;
    border-radius: 15px;
    overflow: hidden;
}

.page-home .section.program-container .home-programs .single-program .card-meta {
    padding: 22px 15px;
    border-bottom: dashed 1px #b6b6b6;
    margin-bottom: 35px;
    position: relative;
}

@media (min-width: 990px) {
    .page-home .section.program-container .home-programs .single-program .card-meta {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-home .section.program-container .home-programs .single-program .card-meta .title {
    color: #6b6b6b;
    font-size: 16px;
}

.page-home .section.program-container .home-programs .single-program .card-meta .title strong {
    font-family: "museo_sans900";
}

@media (min-width: 990px) {
    .page-home .section.program-container .home-programs .single-program .card-meta .title {
        font-size: 22px;
    }
}

.page-home .section.program-container .home-programs .single-program .card-meta .subtitle {
    letter-spacing: 2px;
    color: #6b6b6b;
    font-family: "museo_sans300";
}

.page-home .section.program-container .home-programs .single-program .card-meta .orange-hr {
    width: 80%;
    margin: 15px auto 28px;
}

.page-home .section.program-container .home-programs .single-program .card-meta .orange-hr.orange-hr-left {
    display: inline-block;
    width: 20%;
}

.page-home .section.program-container .home-programs .single-program .card-meta .orange-hr.orange-hr-right {
    width: 70%;
    float: right;
}

@media (min-width: 990px) {
    .page-home .section.program-container .home-programs .single-program .card-meta .orange-hr.orange-hr-right {
        display: inline-block;
    }
}

.page-home .section.program-container .home-programs .single-program .card-meta .desc {
    font-size: 12px;
    font-family: 'museo_sans300';
}

.page-home .section.program-container .home-programs .single-program .season-icon {
    max-width: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-home .section.program-container .home-programs .single-program .location-icon {
    width: 25px;
    margin: 3px 5px;
}

@media (min-width: 990px) {
    .page-home .section.program-container .home-programs .single-program .location-icon {
        width: 40px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.page-home .section.program-container .home-programs .single-program .icon-title {
    margin: 15px auto;
    font-size: 12px;
    font-family: "museo_sans700";
    letter-spacing: 1.1px;
}

.page-home .section.program-container .home-programs .single-program .card-cities {
    margin: 50px 0;
}

.page-home .section.program-container .home-programs .single-program .single-location-container, .page-home .section.program-container .home-programs .single-program .single-season-container {
    display: inline-block;
    position: relative;
}

.page-home .section.program-container .home-programs .single-program .single-location-container:hover .tool-tip, .page-home .section.program-container .home-programs .single-program .single-season-container:hover .tool-tip {
    top: -30px;
    display: block;
}

.page-home .section.program-container .home-programs .single-program .card-footer {
    background-color: #E6E6E6;
    padding: 30px 25px;
    color: #6B6B6B;
    line-height: 22px;
    margin-top: 35px;
    font-size: 12px;
}

.page-home .section.program-container .home-programs .single-program .card-footer .btn {
    width: 100%;
}

.page-home .section.program-container .home-programs .single-program .card-footer p {
    font-family: "museo_sans300";
}

.page-home .section.program-container .home-programs .single-program .card-footer p strong {
    font-family: "museo_sans900";
    font-style: normal;
}

.txt-orange {
    color: #efae59;
}

.snazzy {
    font-family: 'Rusty Cola Pen' !important;
    color: #efae59;
}

.page-home .meta .meta-title {
    font-size: 20px;
    font-family: "museo_sans900";
    color: #b6b6b6;
}

.page-home .meta .meta-title.-txt-orange {
    color: #efae59;
}

.page-home .meta .meta-title span {
    font-family: 'museo_sans100';
}

@media (min-width: 990px) {
    .page-home .meta .meta-title {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: 2px;
    }
}

.page-home .meta .meta-subtitle {
    font-family: 'museo_sans700';
    color: #efae59;
    font-size: 18px;
}

@media (min-width: 990px) {
    .page-home .meta .meta-subtitle {
        font-size: 25px;
    }
}

.page-home .meta .meta-copy {
    font-family: "museo_sans300";
    font-size: 14px;
    color: #b6b6b6;
    line-height: 35px;
}

@media (min-width: 990px) {
    .page-home .meta .meta-copy {
        font-size: 16px;
        line-height: 36px;
        margin-top: 27px;
    }
}

.page-home .grey-hr {
    border-top-color: #b6b6b6;
}

.page-home .section-title {
    margin-bottom: 25px;
    font-family: "museo_sans100";
    color: #efae59;
}

.page-home .section-title .logo-text {
    font-family: "museo_sans900";
}

.page-home .section-description {
    margin-bottom: 20px;
    color: #b6b6b6;
    font-family: "museo_sans300";
    font-size: 14px;
}

.page-home .section-sub-heading {
    color: #b6b6b6;
    font-family: "museo_sans300";
    font-size: 16px;
    letter-spacing: 2px;
}

.page-home #animation_container #canvas {
    width: 98% !important;
    height: 88vh !important;
}

.text-center {
    text-align: center;
}
.page-home .section img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-home .card-meta .title-wrapper {
    min-height: 56px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding:0 15px;
}

.page-home .single-program.-gap .card-meta .title-wrapper {
    display: block;
}

/*Section: FUNDING A BRIGHTER FUTURE & FAQs*/
#fabf-faq {
    background-color: #f8f8f8;
    padding: 50px 0;
}

#fabf-faq .img-block {
    width: 60px;
    margin-bottom: 25px;
    min-height: 70px;
}

#fabf-faq .img-block img {
    max-width: 100%;
}

#fabf-faq h3 {
    color: #6b6b6b;
    font-size: 25px;
    font-family: 'museo_sans900', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 27px;
}

#fabf-faq p {
    color: #6b6b6b;
    max-width: 450px;
    font-family: 'museo_sans300', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

#fabf-faq a {
    color: #b6b6b6;
    font-family: 'museo_sans500', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

#fabf-faq a .fa {
    color: #efae59;
    margin-left: 15px;
}

#fabf-faq a:hover,
#fabf-faq a:focus {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .menu-padding {
        padding-left: 200px !important;
    }
}

#fabf-faq.menu-padding {
    background-color: #fff;
    border-top: 1px dashed #b6b6b6;
}

.-tuition-content a {
    text-decoration: underline;
}

#tuition-card .avatar img {
    background-color: #efae59;
}

#tuition-card .avatar {
    background-color: #efae59;
    width: 90px;
}

#tuition-card .img-white {
    width: 70px !important;
    height: 70px !important;
    margin: 10px !important;
}

.blue-icon {
    background-color: rgba(22, 72, 154, 0.6) !important;
    width: 136px !important;
    height: 136px !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    -webkit-border-radius:50% !important;
    -moz-border-radius:50% !important;
    border-radius:50% !important;
    padding: 18px !important;
}

body .orange-text {
    color: #efae59 !important;
}

.like-h3 {
    font-family: museo_sans700, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #6b6b6b;
}

.remodal-wrapper .section img {
    box-shadow: none !important;
}

.remodal {
    width: 100%;
    max-width: 100% !important;
    line-height: 1.42857143;
}

.remodal .remodal-close {
    right: 25px;
    top: 25px;
    left: auto;
}

.remodal .info-tables {
    padding: 40px 50px;
    background-color: #FFF;
}

.remodal .info-tables.active {
    display: block;
}

.remodal .info-tables .overview {
    background-color: #FFF;
}

.remodal .info-tables table {
    border-radius: 10px;
    overflow: hidden;
}

.remodal .info-tables .first-box {
    float: left;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
}

.remodal .info-tables .icons-table {
    float: left;
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
}

.remodal .info-tables .cell {
    float: left;
    width: 33.333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 8px 0px;
    border-right: 1px solid #e0e1e1;
}

.remodal .info-tables .light-cell {
    background-color: #f1f2f2;
}

.remodal .info-tables .dark-cell {
    background-color: #e6e7e8;
}

.remodal .info-tables .cell hr {
    border-color: #c4c4c4;
    margin: 0px;
}

.remodal .info-tables .cell-head {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.remodal .info-tables .cell-icons {
    display: inline-block;
    margin-top: 0px;
    max-height: 80px;
}

.remodal .info-tables .van {
    font-size: 11px;
    margin-bottom: 10px;
}

.remodal .info-tables hr.wider {
    border-color: #e0e1e1;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 14px;
}

.remodal .info-tables .first-cell {
    border-radius: 10px 0px 0px 0px;
}

.remodal .info-tables .last-cell {
    border-right: none;
    border-radius: 0px 10px 0px 0px;
}

.remodal .info-tables .low-last {
    border-radius: 0px 0px 10px 0px;
}

.remodal .info-tables .program-comp {
    background-color: white;
    height: 140px;
    margin-top: 35px;
    border-bottom: 1px solid #d7d7d8;
    border-radius: 10px 0px 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 15px;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0px 0px 0px;
    border-right: 1px solid #d7d7d8;
}

.remodal .info-tables .lower-cell {
    padding-top: 10px;
    height: 105px;
}

.remodal .info-tables .cell-text {
    font-family: museo_sans300;
    font-size: 11px;
    margin-bottom: 15px;
}

.remodal .info-tables .buss {
    margin-top: -5px;
    margin-bottom: 4px;
}

.remodal .info-tables .hop {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.remodal .info-tables .hr1 {
    float: left;
    width: 20%;
    margin: 0px;
}

.remodal .info-tables .hr2 {
    float: left;
    width: 70%;
    margin: 0;
    margin-left: 10%;
}

.remodal .info-tables .cell-top {
    height: 175px;
    border-bottom: 1px solid #d7d7d8;
}

.remodal .info-tables .overview {
    height: 105px;
    border-radius: 0px 0px 0px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 15px;
    border-right: 1px solid #d7d7d8;
}

.remodal .info-tables .overview p {
    font-family: museo_sans100;
}

.remodal .info-tables .this {
    border-radius: 10px;
    margin-bottom: 20px;
}

.remodal .info-tables .low-table {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 0px;
}

.remodal .info-tables .low-left-box {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 0px 10px;
}

.remodal .info-tables .big-shadow {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.remodal .info-tables .tab1 {
    width: 100%;
    margin-bottom: 20px;
}

.remodal .info-tables .tab1 {
    font-size: 12px;
    border-color: #d4d2d2;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.remodal .info-tables .tab1 td {
    border-color: #d4d2d2;
}

.remodal .info-tables .tab1 thead tr th {
    color: #efae59;
    text-transform: uppercase;
    font-family: museo_sans300;
    text-align: center;
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-color: #f6d2a2;
    font-size: 14px;
}

.remodal .info-tables .table-header {
    background-color: #fff;
    padding: 12px 0 8px 0;
    color: #c6c6c6;
    text-transform: uppercase;
    font-family: museo_sans300;
    text-align: center;
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-color: #f6d2a2;
    font-size: 14px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.remodal .info-tables .table-header strong {
    color: #efae59;
}

.remodal .info-tables .blue-table thead tr th {
    border-bottom-color: #2e5ca9;
}

.remodal .info-tables .last-table thead tr th {
    border-bottom-color: #6b6b6b;
}

.remodal .info-tables .weeks {
    font-size: 10px;
}

.remodal .info-tables .tab1 tbody tr td {
    width: 25.5%;
    vertical-align: middle;
}

.remodal .info-tables .tab1 tbody tr td:nth-child(1) {
    width: 25.5%;
}

.remodal .info-tables .tab1 tbody tr td:nth-child(-n+3) {
    background-color: #f1f2f2;
}

.remodal .info-tables .tab1 tbody tr td:nth-child(1) {
    background-color: #fff;
}

.remodal .info-tables .tab1 tbody tr td:nth-child(n+4) {
    background-color: #e6e7e8;
}

.remodal .info-tables .tab1 td {
    text-align: center;
}

.remodal .info-tables .tab1 td:nth-child(1) {
    text-align: left;
    font-family: museo_sans100;
}

.remodal .info-tables .tab1 tr:nth-child(1) td {
    text-transform: uppercase;
    font-size: 0.85em;
    padding: 20px 5px;
    padding-top: 25px;
}

.remodal .info-tables .orange-check {
    max-height: 27px;
    display: inline-block !important;
}

.remodal .info-tables td.orange-back {
    background-color: #faead7 !important;
}

.remodal .info-tables .tab1 tr:nth-child(n+2) td {
    height: 57px;
}

.remodal .info-tables td.light-orange-back {
    background-color: #fff8ef !important;
}

.remodal .info-tables .ast-check {
    max-height: 27px;
    display: inline-block;
}

.remodal .info-tables .blue-table thead tr th {
    color: #2e5ca9;
}

.remodal .info-tables .last-table thead tr th {
    color: #6b6b6b;
}

.remodal .info-tables td.light-blue-back {
    background-color: #e0e6f1 !important;
    color: #2e5ca9 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

.remodal .info-tables td.blue-back {
    background-color: #ccd6e8 !important;
}

.remodal .info-tables tr.no-borders td {
    border-left: none !important;
    border-right: none !important;
    background-color: white !important;
}

.remodal .info-tables .img-last {
    max-height: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.remodal .info-tables .info-td {
    padding: 15px 10px !important;
    vertical-align: top !important;
    background-color: #dadada !important;
}

.remodal .info-tables .last-table tbody tr:nth-child(2) td:nth-child(-n+2) {
    background-color: #f1f2f2 !important;
}

.remodal .info-tables .last-table tbody tr:nth-child(2) td:nth-child(n+3) {
    background-color: #e6e7e8 !important;
}

.remodal .info-tables .smaller-part {
    width: 13.3333333% !important;
    text-align: center !important;
}

.remodal .info-tables .smaller-text {
    font-size: .85em;
    padding-left: 10px;
    display: block;
}

.remodal .info-tables .indent {
    text-transform: none;
    margin-top: 5px;
    text-indent: -15px;
    padding-left: 15px;
    margin-bottom: 0px;
}

.remodal .info-tables .money {
    color: #b6b6b6;
    font-family: museo_sans100 !important;
    font-size: 16px;
}

.remodal .info-tables .up-arrow {
    max-height: 100%;
    max-width: 35px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.remodal hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: block !important;
}

.remodal .info-tables .cell hr {
    border-color: #c4c4c4;
    margin: 0;
}

.remodal .info-tables .hr1 {
    float: left;
    width: 20%;
    margin: 0;
}

.remodal .info-tables .hr2 {
    float: left;
    width: 70%;
    margin: 0 0 0 10%;
}

.remodal .table>thead>tr>th,
.remodal .table>tbody>tr>th,
.remodal .table>tfoot>tr>th,
.remodal .table>thead>tr>td,
.remodal .table>tbody>tr>td,
.remodal .table>tfoot>tr>td {
    padding: 8px;
}

.font-500 {
    font-family: museo_sans500;
}

.review {
    padding-right: 60px;
    font-size: 1rem;
    border-top: 1px dashed #b6b6b6;
}

.review-header {
    margin: 0 25px;
}

.review-title {
    color: #b6b6b6;
    text-transform: uppercase;
    font-family: museo_sans300;
    letter-spacing: 1px;
}

.review-service {
    border-right: 1px dashed #b6b6b6;
    font-family: museo_sans700;
    display: flex;
    justify-content: center;
}

.review-service:first-child {
    justify-content: flex-start;
}

.review-service:last-child {
    border-right: none;
    justify-content: flex-end;
}

.review-service__name {
    font-size: 2em;
    color: #aeafb2;
}

.review-service__point {
    font-size: 5.5em;
    color: #767676;
}

.review-service__stars {
    font-size: 1.5em;
}

.review-service__stars .checked, .review-content__rating .checked {
    color: #ecb35a;
}

.review-service__reviews-count {
    font-family: museo_sans300;
    font-weight: 300;
    font-size: 1.25em;
    color: #b6b6b6;
    margin-top: 26px;
}

.review-features {
    margin-top: 1em;
}

.review-features__item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.review-features__item-name {
    color: #767676;
    font-size: 1.25em;
    min-width: 90px;
    font-family: museo_sans300;
}

.review-features__item-progress {
    margin-bottom: 0;
    background-color: #f0f1f1;
    height: 14px;
    border-radius: 7px;
}

.review-features__item-progress .progress-bar {
    height: 100%;
    background-color: #bdbdbd;
}

.review-features__item-point {
    min-width: 75px;
    text-align: center;
    color: #767676;
    font-size: 1.25em;
}

.review-features__tip-text {
    color: #b6b6b6;
    font-size: 1.25rem;
    font-family: museo_sans300;
}

.review-features__tip-text strong {
    color: #767676;
    font-family: museo_sans700;
}

.review-features__tip-icon {
    color: #ea3c5f;
    margin-right: 1rem;
}

.review-slider-header {
    display: flex;
    justify-content: space-between;
    margin: 2rem 25px 1rem;
}

.review-slider-header__saying {
    font-size: 1.75em;
    color: #767676;
    font-family: museo_sans700;
}

.review-slider-header__count {
    font-family: museo_sans300;
    font-size: 1.25em;
    color: #b6b6b6;
}

.review-content {
    border: 1px solid #bdbdbd;
    padding: 25px 50px;
}

.review-content__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-content__author-name {
    margin-bottom: 0;
    font-size: 1.75em;
    font-family: museo_sans300;
    color: #b6b6b6;
}

.review-content__rating {
    font-size: 1.25em;
}

.review-content__overall {
    border-left: 2px solid #bdbdbd;
    font-size: 1rem;
    padding-left: 14px;
    color: #b6b6b6;
}

.review-content__overall  p {
    text-transform: uppercase;
    font-family: museo_sans300;
    margin-bottom: 0;
}

.overall-rating__current {
    color: #767676;
    font-size: 2rem;
}

.review-content__body {
    color: #aeafb2;
}

.review-content__body h3 {
    font-family: museo_sans700;
    font-size: 2em;
    margin-bottom: 1rem;
}

.review-content__body p {
    line-height: 1.7;
    letter-spacing: 0.4px;
    font-family: museo_sans300;
    font-size: 1rem;
}

.review-slider__item {
    margin: 0 25px;
}

.review-slider__prev, .review-slider__next {
    position: absolute;
    color: #ecb35a;
    font-size: 4em;
    padding-left: 6px;
    padding-right: 6px;
    background: none;
    border: none;
    top: 50%;
    transform: translateY(-50%);
}

.review-slider-wrapper {
    position: relative;
}

.review-slider__prev {
    left: -35px;
}

.review-slider__next {
    right: -35px;
}

.review-slider__btn {
    transition: opacity .33s ease-in-out;
}

.review-slider__btn.slick-disabled {
    opacity: 0;
}

.review-service .review-rating, .review-slider__item .review-rating {
    min-width: 145px;
}

.review-rating__star, .review-slider__item .review-rating__star {
    max-width: 25px;
    display: inline-block;
}

#banner.banner + section {
    border-top: none;
}

.banner-header {
    background-color: #2C5BA9;
    color: #ffffff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0;
    margin-bottom: -1px;
}

.banner-header h3 {
    margin-bottom: 0;
    font-weight: normal;
    font-family: museo_sans300;
}

.banner-header:after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: #2C5BA9 transparent transparent;
    border-width: 30px;
    margin-left: -30px;
    pointer-events: none;
    z-index: 2;
}

.banner-body {
    padding-left: 15px;
    padding-right: 15px;
}

.banner-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.banner-col {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .banner-col {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.program-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
}

.program-banner-content {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.program-banner-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.program-banner-icon {
    display: block;
    max-width: 70px;
    margin-bottom: 1.5rem;
}

.program-banner-icon img {
    max-width: 100%;
}

.program-banner-title {
    font-size: 1.75rem;
}

.program-banner-meta {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.program-banner-description {
    font-family: museo_sans300;
    font-size: 1.15rem;
}

.program-banner-link a {
    color: #FFFFFF;
}

.program-banner-link__icon {
    max-width: 1.25rem;
    margin-left: 15px;
}

@media (max-width: 1439px) {
    .review {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .review-slider {
        margin: 0 15px;
    }

    .review-content {
        padding: 25px;
    }

    .review-slider__next {
        right: -10px;
    }

    .review-slider__prev {
        left: -10px;
    }

    .review-slider__item {
        margin: 0 10px;
    }

    .banner-header h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 989px) {
    .active.locations-and-programs #main-nav .nav-item .nav-link {
        color: #909090;
    }
}

@media (max-width: 991px) {
    .review {
        padding-left: 0;
        padding-right: 0;
    }

    .review-header, .review-slider-header {
        margin-left: 0;
        margin-right: 0;
    }

    .page-home .section.industry-container {
        padding-top: 20px;
    }


}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .review-service .review-rating {
        min-width: 90px;
    }

    .review-rating__star, .review-slider__item .review-star {
        max-width: 14px;
    }

    .program-banner-content {
        max-width: 540px;
        padding: 0 30px;
    }

    .banner-header h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 575px) {
    .review-service__name {
        font-size: 1.5em;
    }

    .review-service__point {
        font-size: 3.5em;
    }
}

footer.page-footer .-mobile {
    display: block;
}

@media (min-width: 990px) {
    footer.page-footer .-mobile {
        display: none;
    }
}

footer.page-footer .-desktop {
    display: none;
}

@media (min-width: 990px) {
    footer.page-footer .-desktop {
        display: block;
    }
}

.parents-link.-has-dropdown .-title-link,
.how-it-work-link.-has-dropdown .-title-link {
    position: relative; }
.parents-link.-has-dropdown .-title-link .arrow-down,
.how-it-work-link.-has-dropdown .-title-link .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #efae59;
    position: absolute;
    top: 6px;
    right: -15px; }

.parents-link.-has-dropdown .dropdown-menu,
.how-it-work-link.-has-dropdown .dropdown-menu {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: visible;
}

.parents-link.-has-dropdown .dropdown-menu .arrow-container .fa-caret-up,
.how-it-work-link.-has-dropdown .dropdown-menu .arrow-container .fa-caret-up {
    color: #ffffff; }

.parents-link.-has-dropdown .dropdown-menu .menu-dropdow-container,
.how-it-work-link.-has-dropdown .dropdown-menu .menu-dropdow-container {
    position: relative;
    z-index: 2; }

.parents-link.-has-dropdown .dropdown-menu .drop-item,
.how-it-work-link.-has-dropdown .dropdown-menu .drop-item {
    padding: 0;
    width: 100%;
    border: none; }
.parents-link.-has-dropdown .dropdown-menu .drop-item a,
.how-it-work-link.-has-dropdown .dropdown-menu .drop-item a {
    font-family: museo_sans300;
    font-weight: normal;
    font-size: 12px;
    color: #b6b6b6;
    padding: 12px;
    display: block; }
.parents-link.-has-dropdown .dropdown-menu .drop-item a:hover, .parents-link.-has-dropdown .dropdown-menu .drop-item a:focus,
.how-it-work-link.-has-dropdown .dropdown-menu .drop-item a:hover,
.how-it-work-link.-has-dropdown .dropdown-menu .drop-item a:focus {
    background-color: #fff8ef;
    color: #efae59; }
.parents-link.-has-dropdown .dropdown-menu .drop-item a strong,
.how-it-work-link.-has-dropdown .dropdown-menu .drop-item a strong {
    font-family: museo_sans500;
    font-weight: normal; }

.parents-link.-has-dropdown .dropdown-menu {
    width: 150px;
    left: -1px;
    top: 40px; }

.how-it-work-link.-has-dropdown .dropdown-menu {
    width: 150px;
    left: -17px;
    top: 40px; }
.parents-link.-has-dropdown .dropdown-menu .arrow-container,
.how-it-work-link.-has-dropdown .dropdown-menu .arrow-container {
    height: 20px;
    top: -20px;
}
.parents-link.-has-dropdown .dropdown-menu,
.how-it-work-link.-has-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.2);
}

.loading #floating-nav{
    opacity: 0 !important;
}

@media (min-width: 1441px) {
    .navbar .button-collapse {
        display: block;
        position: relative;
        font-size: 1.4rem;
        margin-right: 10px;
        margin-left: 10px;
    }
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .order-md-2 {
        order: 2;
    }
}

#memberships .slick-track {
    margin-left: auto;
    margin-right: auto;
}

#footer-info #memberships {
    padding: 41px 0 15px;
    background-color: #F2F2F2;
}
@media (min-width: 992px) {
    #footer-info #memberships {
        min-height: 250px;
    }
}
#footer-info #memberships .section-description {
    font-family: museo_sans300;
    font-size: 12px;
    padding: 0 25px;
    text-align: center;
    line-height: 21px !important;
    letter-spacing: 1px;
    color: #BFB6B6 !important;
    margin-bottom: 42px;
}
@media (min-width: 992px) {
    #footer-info #memberships .section-description {
        font-size: 20px;
        line-height: 30px;
    }
}
#footer-info #memberships ul {
    padding-left: 0;
    list-style: none;
}
@media (min-width: 992px) {
    #footer-info #memberships ul {
        /*padding-left: 76px;*/
    }
}

#footer-info #memberships ul li img {
    max-width: 100px;
    margin: 0 auto;
}

#footer-info .partners-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.partners-list li img {
    max-width: 100px;
}

@media (min-width: 992px) {
    #footer-info #memberships ul li img {
        max-width: 145px;
    }
}

@media (max-width: 575px) {
    #footer-info #memberships ul li img {
        max-width: 75px;
    }
}

#footer-info #bottom-nav {
    background-color: #3B3B3C;
    padding: 35px 0 25px;
}
#footer-info #bottom-nav ul {
    padding: 0;
    list-style-type: none;
}
#footer-info #bottom-nav ul li a {
    font-size: 13px;
    color: #FFF;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav {
        padding: 42px 50px 10px 50px;
    }
}
#footer-info #bottom-nav .footer-pane-1 {
    text-align: center;
}
#footer-info #bottom-nav .footer-pane-1 .footer-logo {
    width: 50%;
    float: left;
    display: none;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-1 .footer-logo {
        margin-top: 12px;
        display: block;
        width: auto;
        float: none;
    }
}
#footer-info #bottom-nav .footer-pane-1 .footer-logo.-mobile {
    display: block;
}
#footer-info #bottom-nav .footer-pane-1 .footer-logo.-mobile img {
    width: 125px;
    height: auto;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-1 .footer-logo.-mobile {
        display: none;
    }
}
#footer-info #bottom-nav .footer-pane-1 .white-text {
    float: left;
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-1 .white-text {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: auto;
        float: none;
        margin: 0 auto;
    }
    #footer-info #bottom-nav .footer-pane-1 .white-text .footer-logo img {
        width: 100px;
        height: 100px;
    }
}
#footer-info #bottom-nav .footer-pane-2 .ft-col-2-text {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 22px;
    font-family: museo_sans100;
    padding: 0 25px;
    margin-top: 25px;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-2 .ft-col-2-text {
        line-height: 30px;
        padding: initial;
        font-size: 16px;
        margin-top: 0;
    }
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li {
    width: 25%;
    float: left;
    text-align: center;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-2 .footer-social ul li {
        text-align: left;
    }
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small {
    width: 32px;
    height: 32px;
    display: inline-block;
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-facebook {
    background: transparent url("../../img/icons/social/facebook-white.png") no-repeat center center;
    background-size: 32px 32px;
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-facebook:hover {
    background-image: url("../../img/icons/social/facebook-orange.png");
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-instagram {
    background: transparent url("../../img/icons/social/instagram-white.png") no-repeat center center;
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-instagram:hover {
    background-image: url("../../img/icons/social/instagram-orange.png");
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-twitter {
    background: transparent url("../../img/icons/social/twitter-white.png") no-repeat center center;
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-twitter:hover {
    background-image: url("../../img/icons/social/twitter-orange.png");
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-linkedin {
    background: transparent url("../../img/icons/social/linkedin-white.png") no-repeat center center;
}
#footer-info #bottom-nav .footer-pane-2 .footer-social ul li .icon-small.ci-linkedin:hover {
    background-image: url("../../img/icons/social/linkedin-orange.png");
}
#footer-info #bottom-nav .footer-pane-2 .email-optin {
    float: left;
    margin-top: 15px;
    width: 100%;
    padding: 0 20px;
}
#footer-info #bottom-nav .footer-pane-2 .email-optin p {
    text-transform: uppercase;
    color: #5e5e5f;
    font-family: museo_sans700;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 15px;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-2 .email-optin p {
        margin-top: 0px;
        font-size: 15px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-2 .email-optin {
        padding: initial;
    }
}
#footer-info #bottom-nav .footer-pane-2 .email-optin #email-input {
    position: relative;
    width: 100%;
}
#footer-info #bottom-nav .footer-pane-2 .email-optin #email-input input {
    font-family: museo_sans300;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #b6b6b6;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 10em;
    font-style: italic;
}
#footer-info #bottom-nav .footer-pane-2 .email-optin #email-input input.footer-email-input {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 4px #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-2 .email-optin #email-input input.footer-email-input {
        padding: 26px 20px;
    }
}
#footer-info #bottom-nav .footer-pane-2 .email-optin #email-input .footer-email-button {
    position: absolute;
    top: 50%;
    right: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px;
    margin-top: 0;
    padding-top: 16px;
    padding-left: 6px;
    padding-right: 0;
    width: 100px;
    height: 43px;
    font-size: 12.5px;
    letter-spacing: 2px;
    font-family: museo_sans900;
    border-radius: 128px;
    display: inline-block;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-2 .email-optin #email-input .footer-email-button {
        right: 0;
    }
}
#footer-info #bottom-nav .footer-pane-3, #footer-info #bottom-nav .footer-pane-4 {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding: 0 40px;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-3, #footer-info #bottom-nav .footer-pane-4 {
        padding: 0 15px;
        margin-top: 0;
        width: 16.66666667%;
    }
}
#footer-info #bottom-nav .footer-pane-3 .toggle-view strong, #footer-info #bottom-nav .footer-pane-4 .toggle-view strong {
    font-family: museo_sans900;
    letter-spacing: 1px;
    font-size: 21px;
    color: #FFF;
    float: left;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-3 .toggle-view strong, #footer-info #bottom-nav .footer-pane-4 .toggle-view strong {
        font-size: 16px;
    }
}
#footer-info #bottom-nav .footer-pane-3 .toggle-view i, #footer-info #bottom-nav .footer-pane-4 .toggle-view i {
    display: block;
    float: right;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-3 .toggle-view i, #footer-info #bottom-nav .footer-pane-4 .toggle-view i {
        display: none;
    }
}
#footer-info #bottom-nav .footer-pane-3 .toggle-view.active i, #footer-info #bottom-nav .footer-pane-4 .toggle-view.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#footer-info #bottom-nav .footer-pane-3 .accordion-content, #footer-info #bottom-nav .footer-pane-4 .accordion-content {
    width: 100%;
    float: left;
    margin-top: 15px;
    display: none;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-3 .accordion-content, #footer-info #bottom-nav .footer-pane-4 .accordion-content {
        display: block !important;
        margin-top: 25px;
    }
}
#footer-info #bottom-nav .footer-pane-3 .accordion-content li.nav-item, #footer-info #bottom-nav .footer-pane-4 .accordion-content li.nav-item {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
#footer-info #bottom-nav .footer-pane-3 .accordion-content li.nav-item:last-of-type, #footer-info #bottom-nav .footer-pane-4 .accordion-content li.nav-item:last-of-type {
    margin-bottom: 0;
}
#footer-info #bottom-nav .footer-pane-3 .accordion-content li.nav-item a.nav-link, #footer-info #bottom-nav .footer-pane-4 .accordion-content li.nav-item a.nav-link {
    line-height: 19px;
    text-transform: uppercase;
    color: #676768;
}
#footer-info #bottom-nav .footer-pane-4 {
    margin-top: 25px;
}
@media (min-width: 992px) {
    #footer-info #bottom-nav .footer-pane-4 {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .about-inner-text {
        padding-right: 0;
    }

    .about-inner-select {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #final-cta {
        min-height: 430px;
        height: auto;
        padding-bottom: 18px;
    }
}

.dark #fixed-nav li.nav-item a.nav-link,
.double-nav.dark .button-collapse {
    color: #303030;
}

@media (max-width: 991px) {
    .img-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

#overview-part-one .slick-slide img {
    max-width: 100%;
    height: auto;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.h-auto {
    height: auto !important;
}

@media (min-width: 981px) {
    .internships #main-nav .nav-item .nav-link {
        color: #b6b6b6;
    }
}

@media (min-width: 992px) {
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


    .home #main-nav .nav-item .nav-link {
        color: #909090;
    }
}

@media (min-width: 1027px) {
    .parents #main-nav .nav-item .nav-link,
    .employers #main-nav .nav-item .nav-link {
        color: #b6b6b6;
    }
}

@media (min-width: 768px) {
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-item a.nav-link span.programs-menu {
        font-size: 14px;
    }

    .menu-dropdow-container > .row {
        overflow-y: auto;
        max-height: 600px;
    }
}

@media (max-width: 1026px) {
    #sticky-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header .header-nav .side-nav-controls {
        width: auto;
        order: 2;
    }

    header .left-nav {
        display: none;
    }
}

@media (max-width: 991px) {
    .parents #hero .descr,
    .employers #hero .descr {
        color: #ffffff;
    }

    #main-nav .-header-dropdown-lg {
        width: 767px;
    }
    .-industries-menu .col-industry ul li.link-item .-link-bg {
        background-size: 28px;
        background-position: 18px center;
    }

    .-industries-menu .col-industry ul li.link-item span {
        font-size: 10px;
        padding-left: 60px;
        letter-spacing: 0;
    }

    .wrap-cities {
        padding: 12px 24px 4px;
    }

    .program-type {
        padding: 15px 24px 15px;
    }
    .program-type-text {
        font-size: 10px;
    }

    .title-program {
        font-size: 11px;
        color: #B3B3B3;
        padding: 30px 24px 12px;
    }

    .title-program-bb {
        border-bottom: 2px solid #e1e5e9;
        padding-bottom: 10px;
    }

    .col-footer {
        padding: 10px 20px 33px;
    }
}

@media (max-width: 767px) {
    .parents #hero .descr,
    .employers #hero .descr,
    .educators #hero .descr {
        text-align: center;
        width: 100%;
        display: block;
    }
}

input[type="text"], input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

header ul li {
    float: left;
    margin-right: 33px;
}

@media (max-width: 1026px) {
    header .header-nav.active .side-nav-controls .nav-active-logo,
    header .header-nav.top-nav-collapse .side-nav-controls .nav-active-logo {
        position: fixed;
        left: 0;
    }
}

@media (max-width: 1026px) and (min-width: 991px) {

    .header-nav.active #main-nav .nav-item .nav-link {
        color: #909090;
    }

    #main-nav .-header-dropdown-lg {
        right: -81px;
    }


    #main-nav .without-apply .-header-dropdown-lg {
        right: -234px;
    }

    #main-nav .menu-dropdow-container {
        width: 100%;
    }

    #main-nav .-header-dropdown-lg .arrow-container {
        padding-right: 146px;
    }

    #main-nav .without-apply .-header-dropdown-lg .arrow-container {
        padding-right: 288px;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    #main-nav .-header-dropdown-lg .arrow-container {
        padding-right: 168px;
    }

    #main-nav .-header-dropdown-lg {
        right: -102px;
    }

    #main-nav .without-apply .-header-dropdown-lg .arrow-container {
        padding-right: 328px;
    }
    
    #main-nav .without-apply .-header-dropdown-lg {
        right: -275px;
    }

    #sticky-menu.active #main-nav .without-apply .-header-dropdown-lg {
        right: -291px;
    }
}

header .header-nav .side-nav-controls {
    display: none;
}

header .header-nav.active .side-nav-controls .nav-active-logo,
header .header-nav.apply-header .side-nav-controls .nav-active-logo {
    width: 58px;
    margin-left: 32px;
    margin-top: -22px;
}

header {
    position: relative;
    z-index: 100;
}

header .header-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

header .side-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #616261;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2;
}

header .side-nav.-closed {
    left: -100%;
}

body .side-nav {
    transform: translateX(0) !important;
}

header .nav-overlay.-active {
    opacity: 1;
    z-index: 1;
}

header .side-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #6b6b6b;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2;
    padding-bottom: 0;
}

@media (min-width: 1027px) {
    header .side-nav {
        width: 227px
    }
}

header .side-nav.-closed {
    left: -100%
}

header .side-nav ul {
    width: 100%
}

header .side-nav ul li {
    width: 100%;
    margin: 0;
    text-align: center
}

header .side-nav ul li a {
    font-size: 14px;
    font-family: museo_sans100;
    color: #FFF;
    line-height: 19px;
    text-transform: uppercase;
    text-align: left;
    display: block
}

header .side-nav ul li.side-nav-segment {
    background-color: #6b6b6b;
    padding: 21px 20px
}

header .side-nav ul li.side-nav-segment a {
    padding: 13px 0
}

header .side-nav ul li.side-nav-segment .hidden-mobile {
    display: none
}

@media (min-width: 1027px) {
    header .side-nav ul li.side-nav-segment .hidden-mobile {
        display: block
    }
}

header .side-nav ul li.side-nav-segment.-contact strong {
    padding-right: 11px
}

header .side-nav ul li.side-nav-segment.-contact i {
    padding-right: 21px
}

header .side-nav ul li.-side-nav-controls-inside {
    padding-bottom: 15px
}

header .side-nav ul li .side-nav-inside-logo {
    width: 95px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

header .side-nav ul li .close-nav {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 3px;
    font-size: 41px;
    color: #4B4D4C;
    cursor: pointer
}

header .side-nav .side-nav-social li {
    width: 25%;
    background-color: #616261;
    border-right: solid 1px #6b6b6b;
    float: left;
    padding: 20px 0;
}
header .side-nav .side-nav-social li:last-of-type {
    border-right: none;
}
header .side-nav .side-nav-social li a {
    text-align: center;
    padding: 0;
    margin: 0;
}
header .side-nav .side-nav-social li .social-icon {
    width: 25px;
    height: 25px;
}

header .divider {
    border-top: solid 1px #616261;
    width: 100%;
    margin: 0;
    position: relative;
    bottom: 27px;
}

header.main-page-header .divider {
    top: -25px;
    bottom: 0;
}

header .nav-overlay {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: -1
}

header .nav-overlay.-active {
    opacity: 1;
    z-index: 2;
}

header .header-nav .left-nav {
    margin-top: 20px;
}

.-has-dropdown {
    position: relative
}

.-has-dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible
}

.how-it-work-link.-has-dropdown .-title-link, .parents-link.-has-dropdown .-title-link {
    position: relative
}

.how-it-work-link.-has-dropdown .-title-link .arrow-down, .parents-link.-has-dropdown .-title-link .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #efae59;
    position: absolute;
    top: 12px;
    right: 0px;
}

.how-it-work-link.-has-dropdown .dropdown-menu, .parents-link.-has-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .2);
    top: 35px
}

.how-it-work-link.-has-dropdown .dropdown-menu .arrow-container, .parents-link.-has-dropdown .dropdown-menu .arrow-container {
    height: 20px;
    top: -20px
}

.how-it-work-link.-has-dropdown .dropdown-menu .arrow-container .fa-caret-up, .parents-link.-has-dropdown .dropdown-menu .arrow-container .fa-caret-up {
    color: #fff
}

.how-it-work-link.-has-dropdown .dropdown-menu .menu-dropdow-container, .parents-link.-has-dropdown .dropdown-menu .menu-dropdow-container {
    position: relative;
    z-index: 2
}

.how-it-work-link.-has-dropdown .dropdown-menu .drop-item, .parents-link.-has-dropdown .dropdown-menu .drop-item {
    padding: 0;
    width: 100%;
    border: none
}

.how-it-work-link.-has-dropdown .dropdown-menu .drop-item a, .parents-link.-has-dropdown .dropdown-menu .drop-item a {
    font-family: museo_sans300;
    font-weight: 400;
    font-size: 12px;
    color: #b6b6b6;
    padding: 12px;
    display: block
}

.how-it-work-link.-has-dropdown .dropdown-menu .drop-item a:focus, .how-it-work-link.-has-dropdown .dropdown-menu .drop-item a:hover, .parents-link.-has-dropdown .dropdown-menu .drop-item a:focus, .parents-link.-has-dropdown .dropdown-menu .drop-item a:hover {
    background-color: #fff8ef;
    color: #efae59
}

.how-it-work-link.-has-dropdown .dropdown-menu .drop-item a strong, .parents-link.-has-dropdown .dropdown-menu .drop-item a strong {
    font-family: museo_sans500;
    font-weight: 400
}

.parents-link.-has-dropdown .dropdown-menu {
    width: 150px;
    left: -18px
}

.how-it-work-link.-has-dropdown .dropdown-menu {
    width: 150px;
    left: -33px
}

header .header-nav.active .btn {
    position: relative;
    top: 0;
    margin-right: 57px;
}
header .header-nav.active .left-nav {
    display: none;
}
header .header-nav.active .side-nav-controls,
header .header-nav.apply-header .side-nav-controls {
    display: inline-block;
    padding-top: 0;
    float: left;
}
header .header-nav.active .side-nav-controls .burger,
header .header-nav.apply-header .side-nav-controls .burger {
    display: inline-block;
    font-size: 37px;
    color: #909090;
    cursor: pointer;
}

ul.hidden-xs.hidden-sm.left-nav.pull-left {
    padding-bottom: 3px;
    padding-left: 33px;
}

@media (max-width: 1026px) and (min-width: 320px) {
    header .header-nav .side-nav-controls {
        display: inline-block;
        padding-left: 0;
        padding-top: 14px;
    }

    header .header-nav .side-nav-controls .nav-active-logo {
        width: 58px;
        margin-left: 15px;
        display: none;
    }

    header .header-nav.active .side-nav-controls .nav-active-logo,
    header .header-nav.top-nav-collapse .side-nav-controls .nav-active-logo {
        display: block;
        margin-left: 25px;
        margin-top: 5px;
    }

    header .header-nav .side-nav-controls .burger {
        display: inline-block;
        font-size: 37px;
        color: #FFF;
        cursor: pointer;
        float: right;
        padding-right: 25px;
    }

    header .header-nav.active .side-nav-controls .burger,
    header .header-nav.top-nav-collapse .side-nav-controls .burger {
        display: inline-block;
        font-size: 37px;
        color: #909090;
        cursor: pointer;
    }
}

@media (max-width: 1199px) and (min-width: 990px) {
    header:not(.main-page-header) .full-menu-padding {
        padding-top: 13px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    header .top-nav-collapse .full-menu-padding,
    header .active .full-menu-padding {
        padding-top: 0;
    }
}

@media (max-width: 1026px) and (min-width: 990px) {
    .main-page-header #main-nav .nav-item .nav-link,
    .main-page-header .header-nav .side-nav-controls .burger {
        color: #909090;
    }
}

@media (max-width: 1199px) and (min-width: 990px) {
    .navbar .navbar-nav .nav-item {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    header .fund-your-future .left-nav {
        display: block;
    }
}

@media (max-width: 1026px) and (min-width: 991px) {
    header .header-nav.fund-your-future .side-nav-controls .burger {
        padding-right: 0;
        float: none;
    }

    header .header-nav.fund-your-future.active .side-nav-controls .nav-active-logo {
        position: static;
        display: inline-block;
    }
}

.fund-your-future ul.hidden-xs.hidden-sm.left-nav.pull-left {
    padding-left: 0;
}

@media (min-width: 1200px) {
    ul.hidden-xs.hidden-sm.left-nav.pull-left {
        padding-left: 43px;
    }
}