body,
html {
    height: 100%;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

body {
    overflow-x: hidden
}

a {
    outline: 0
}

body {
    font-size: 18px
}

main {
    overflow: hidden;
    position: relative
}

h1 {
    font-size: 40px;
    font-weight: 700
}

h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 50px
}

h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px
}

h4 {
    font-size: 18px;
    margin-bottom: 40px;
    text-decoration: underline
}

iframe {
    width: 100%;
    height: 280px
}

@media (min-width:576px) {
    iframe {
        height: 280px
    }
}

@media (min-width:768px) {
    iframe {
        height: 380px
    }
}

@media (min-width:992px) {
    iframe {
        height: 500px
    }
}

@media (min-width:1200px) {
    iframe {
        height: 600px
    }
}

.heading-pusher {
    display: none;
    height: 192px;
    width: 100%
}

@media (max-width:991px) {
    .heading-pusher {
        height: 80px
    }
}

body.navbar-has-color .heading-pusher {
    display: block
}

.heading {
    background-color: #1da1e0;
    position: relative
}

@media (min-width:992px) {
    .heading {
        height: 80vh;
        height: calc(var(--vh, 1vh) * 80)
    }
}

@media (max-width:991px) {
    .heading {
        height: 75vh;
        height: calc(var(--vh, 1vh) * 75)
    }
}

.heading .bg-cover-desktop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    height: 100%;
    width: 100%
}

@media (max-width:767px) {
    .heading .bg-cover-desktop {
        display: none
    }
}

.heading .bg-cover-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .heading .bg-cover-mobile {
        display: none
    }
}

.heading .title {
    white-space: pre-line;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:992px) {
    .heading .title {
        padding-top: calc(184px / 2)
    }
}

@media (max-width:575px) {
    .heading .title {
        font-size: 34px;
        width: 100%;
        padding: 0 30px
    }
}

.single-program .heading {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)
}

.page-template-blog .heading,
.page-template-events .heading,
.page-template-frequently-asked-questions .heading {
    height: 60vh;
    height: calc(var(--vh, 1vh) * 60)
}

.home .heading {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)
}

@media (max-width:991px) {
    .home .heading {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100)
    }
}

.home .heading .title {
    font-size: 50px;
    max-width: 600px
}

@media (max-width:575px) {
    .home .heading .title {
        top: 200px;
        font-size: 40px
    }
}

.home .heading .slide-me-arrow {
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30px
}

.emphases {
    background-color: #fafafa;
    font-style: italic;
    font-weight: 700;
    color: #1da1e0;
    padding: 50px 0
}

@media (min-width:768px) {
    .emphases {
        font-size: 22px
    }
}

.content {
    margin-top: 60px;
    margin-bottom: 60px
}

.pusher {
    height: 60px;
    width: 100%
}

.title-blue-centered {
    font-weight: 700
}

.title-blue-centered {
    color: #1da1e0;
    font-size: 30px;
    margin: 60px 0
}

@media (min-width:992px) {
    .title-blue-centered {
        text-align: center
    }
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #f3f3f3
}

.editor {
    position: relative;
    margin-bottom: -15px
}

.editor table {
    max-width: 100%
}

.editor img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.editor .accordion-editor {
    margin: 40px 0
}

.editor .accordion-editor .accordion-header {
    color: #000;
    font-weight: 400
}

.editor h1 {
    margin-bottom: 50px
}

.editor h2 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px
}

.editor h4 {
    font-weight: 700;
    color: #3b57a1;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 25px;
    text-decoration: none
}

.editor .wp-video .wp-video-shortcode video,
.editor .wp-video video.wp-video-shortcode {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px
}

.accordion.last {
    border-bottom: 1px solid #e5e5e5
}

.accordion .accordion-header {
    cursor: pointer;
    color: #3b57a1;
    font-size: 18px;
    padding: 20px 0 20px 0;
    border-top: 1px solid #e5e5e5
}

.accordion .accordion-header .fa-chevron-down {
    display: none
}

.accordion .accordion-header span {
    padding-right: 10px;
    float: right
}

.accordion .accordion-header.collapsed span .fa-chevron-up {
    display: none
}

.accordion .accordion-header.collapsed span .fa-chevron-down {
    display: block
}

.accordion .accordion-content {
    border-top: 1px solid #e5e5e5;
    color: #707070;
    font-size: 18px;
    font-weight: 300
}

.accordion .accordion-content .inner {
    margin: 20px 0
}

.accordion .accordion-content ul {
    margin: 20px 0;
    padding-left: 20px
}

.arrow-block-container {
    display: block;
    margin: auto;
    width: 100%
}

.arrow-block-container .arrow-block {
    width: 100%
}

@media (min-width:992px) {
    .arrow-block-container .arrow-block {
        display: flex
    }
}

@media (min-width:992px) {
    .arrow-block-container .arrow-block>div {
        width: 50%
    }
}

.arrow-block-container .arrow-block .text {
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    .arrow-block-container .arrow-block .text {
        padding: 50px
    }
}

@media (max-width:991px) {
    .arrow-block-container .arrow-block .text {
        padding: 30px 15px
    }
}

.arrow-block-container .arrow-block .image {
    position: relative
}

.arrow-block-container .arrow-block .image .bg-cover {
    height: 300px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:992px) {
    .arrow-block-container .arrow-block .image .bg-cover {
        padding-top: 100%;
        height: 100%
    }
}

.arrow-block-container .arrow-block .image img {
    max-width: 100%
}

.arrow-block-container .arrow-block.inverse {
    flex-direction: row-reverse
}

.arrow-block-container .arrow-block .text {
    background-color: #f2f2f2
}

@media (min-width:992px) {
    .arrow-block-container .arrow-block .arrow {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        -moz-transform: scale(.9999);
        border-width: 22px 18px 22px 0;
        border-color: transparent #f2f2f2 transparent transparent;
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        right: 0;
        transform: translate(0, -50%)
    }
}

@media (max-width:991px) {
    .arrow-block-container .arrow-block .arrow {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        -moz-transform: scale(.9999);
        border-width: 0 22px 18px 22px;
        border-color: transparent transparent #f2f2f2 transparent;
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

@media (min-width:992px) {
    .arrow-block-container .arrow-block.inverse .arrow {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        -moz-transform: scale(.9999);
        border-width: 22px 0 22px 18px;
        border-color: transparent transparent transparent #f2f2f2;
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 0;
        transform: translate(0, -50%)
    }
}

@media (max-width:991px) {
    .arrow-block-container .arrow-block.inverse .arrow {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        -moz-transform: scale(.9999);
        border-width: 0 22px 18px 22px;
        border-color: transparent transparent #f2f2f2 transparent;
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+1) .text {
    background-color: #1da1e0
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+1) .arrow {
    border-color: transparent #1da1e0 transparent transparent
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+1) .arrow {
        border-color: transparent transparent #1da1e0 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+1).inverse .arrow {
    border-color: transparent transparent transparent #1da1e0
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+1).inverse .arrow {
        border-color: transparent transparent #1da1e0 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+2) .text {
    background-color: #44a2a4
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+2) .arrow {
    border-color: transparent #44a2a4 transparent transparent
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+2) .arrow {
        border-color: transparent transparent #44a2a4 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+2).inverse .arrow {
    border-color: transparent transparent transparent #44a2a4
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+2).inverse .arrow {
        border-color: transparent transparent #44a2a4 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+3) .text {
    background-color: #3b57a1
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+3) .arrow {
    border-color: transparent #3b57a1 transparent transparent
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+3) .arrow {
        border-color: transparent transparent #3b57a1 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+3).inverse .arrow {
    border-color: transparent transparent transparent #3b57a1
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+3).inverse .arrow {
        border-color: transparent transparent #3b57a1 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+4) .text {
    background-color: #cc5185
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+4) .arrow {
    border-color: transparent #cc5185 transparent transparent
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+4) .arrow {
        border-color: transparent transparent #cc5185 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+4).inverse .arrow {
    border-color: transparent transparent transparent #cc5185
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+4).inverse .arrow {
        border-color: transparent transparent #cc5185 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+5) .text {
    background-color: #c73432
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+5) .arrow {
    border-color: transparent #c73432 transparent transparent
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+5) .arrow {
        border-color: transparent transparent #c73432 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+5).inverse .arrow {
    border-color: transparent transparent transparent #c73432
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+5).inverse .arrow {
        border-color: transparent transparent #c73432 transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+6) .text {
    background-color: #d67e4a
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+6) .arrow {
    border-color: transparent #d67e4a transparent transparent
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+6) .arrow {
        border-color: transparent transparent #d67e4a transparent
    }
}

.arrow-block-container.colorized .arrow-block:nth-child(6n+6).inverse .arrow {
    border-color: transparent transparent transparent #d67e4a
}

@media (max-width:991px) {
    .arrow-block-container.colorized .arrow-block:nth-child(6n+6).inverse .arrow {
        border-color: transparent transparent #d67e4a transparent
    }
}

@media (max-width:767px) {
    .brochure-container {
        margin: 0 -15px
    }
}

.brochure {
    width: 100%;
    background-color: #f2f2f2
}

@media (min-width:768px) {
    .brochure {
        display: flex;
        flex-direction: row;
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .brochure {
        padding: 50px
    }
}

@media (max-width:767px) {
    .brochure .image {
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .brochure .image {
        padding: 50px 0 50px 50px;
        width: 40%
    }
}

.brochure .image img {
    width: 100%
}

.brochure .text {
    display: block;
    position: relative
}

@media (min-width:768px) {
    .brochure .text {
        width: 60%
    }
}

.brochure .text .inner {
    text-align: center
}

@media (min-width:768px) {
    .brochure .text .inner {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.brochure .text .inner .title {
    font-size: 30px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .brochure .text .inner .title {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.brochure .text .inner .icon {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .brochure .text .inner .icon {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.brochure .text .inner .icon a {
    color: #1da1e0;
    text-decoration: none
}

.brochure .text .inner .icon a i {
    font-size: 60px
}

@media (max-width:767px) {
    .brochure .text .inner .icon a i {
        font-size: 36px
    }
}

.brochure .text .inner .download-link a {
    color: #000;
    font-size: 15px
}

.event-menu {
    width: 100%;
    padding: 20px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    background-color: #1da1e0
}

.event-menu>div {
    display: block
}

.event-menu>div a,
.event-menu>div span {
    text-decoration: none;
    color: #fff;
    opacity: 50%
}

.event-menu>div a.active,
.event-menu>div a:hover {
    opacity: 1
}

.event-menu .separator {
    margin: 0 30px
}

.no-event {
    text-align: center;
    font-weight: 700;
    margin: 60px 0;
    line-height: 30px
}

.no-event a {
    color: #1da1e0;
    cursor: pointer
}

.no-event a:hover {
    color: #1da1e0;
    text-decoration: none
}

.event-list .event-list-item {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-bottom: 30px
}

@media (max-width:767px) {
    .event-list .event-list-item {
        margin-left: -15px;
        margin-right: -15px
    }
}

.event-list .event-list-item>a,
.event-list .event-list-item>div {
    text-decoration: none;
    color: #000;
    outline: 0;
    display: block
}

.event-list .event-list-item .info .img img {
    width: 100%
}

.event-list .event-list-item .info .text {
    width: 100%;
    padding: 30px
}

.event-list .event-list-item .info .text .tags {
    height: 27px;
    overflow: hidden;
    margin-bottom: 15px
}

.event-list .event-list-item .info .text .title {
    height: 32px;
    overflow: hidden;
    font-size: 21px;
    font-weight: 700
}

.event-list .event-list-item .date-place {
    background-color: #f2f2f2;
    padding: 15px 30px;
    font-size: 16px
}

.event-list .event-list-item .date-place>div {
    display: inline-block;
    margin-right: 15px
}

.event-list .event-list-item .date-place>div:last-child {
    margin-right: 0
}

.event-list .event-list-item .join {
    background-color: #1da1e0;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    font-size: 16px
}

.event-list .event-list-item .join:hover {
    text-decoration: underline
}

.article .excerpt {
    color: #1da1e0;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    margin-bottom: 40px
}

.article .socials-container {
    height: 100%
}

@media (max-width:991px) {
    .article .socials-container {
        display: none !important
    }
}

.article .socials {
    max-width: 100%
}

.article .socials.absolute {
    position: absolute;
    bottom: 0 !important;
    top: auto !important
}

.article .socials.fixed {
    position: fixed;
    z-index: 1
}

.article .socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column
}

.article .socials ul li {
    margin: 2px 0
}

.article .socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1da1e0;
    color: #fff;
    font-size: 26px;
    text-align: center;
    height: 50px;
    width: 50px
}

.article .socials ul li a:hover {
    text-decoration: none
}

.other-posts .separator {
    width: 300px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    margin-bottom: 60px
}

.other-posts .title-container {
    color: #1da1e0;
    text-align: center;
    margin-bottom: 80px
}

.other-posts .title-container .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 26px
}

.other-posts .title-container .description {
    font-size: 26px
}

.wechat-share {
    position: relative
}

.wechat-share a {
    cursor: pointer
}

@media (max-width:991px) {
    .wechat-share {
        display: none
    }
}

.wechat-share-qrcode {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 65px;
    background-color: #d0ecf9;
    z-index: 1
}

.wechat-share-qrcode::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(.9999);
    border-width: 15px 15px 15px 0;
    border-color: transparent #d0ecf9 transparent transparent;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%)
}

.wechat-share-qrcode .inner {
    position: relative;
    padding: 15px
}

.social-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1da1e0;
    z-index: 15
}

@media (min-width:992px) {
    .social-mobile {
        display: none
    }
}

.social-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    padding: 15px 0;
    justify-content: center
}

.social-mobile ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #fff
}

@media (max-width:991px) {
    .social-mobile ul li.linkedin-share {
        border-right: none
    }
}

.social-mobile ul li:last-child {
    border-right: none
}

.social-mobile ul li a {
    display: block;
    color: #fff;
    font-size: 30px
}

.page-menu {
    transition: all .5s
}

.page-menu .slick-arrow {
    font-size: 26px;
    color: #1da1e0
}

.page-menu.fixed {
    background-color: rgba(255, 255, 255, .9);
    z-index: 9;
    position: fixed;
    top: 80px;
    width: 100%
}

.page-menu.fixed ul {
    border-bottom: 2px solid #1da1e0
}

.page-menu .ul-container {
    position: relative
}

.page-menu .page-menu-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 0;
    margin-left: 1px;
    background-color: #1da1e0;
    padding: 0 25px
}

@media (max-width:991px) {
    .page-menu .page-menu-slider {
        display: none
    }
}

.page-menu ul {
    border-bottom: 2px solid transparent;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

@media (max-width:991px) {
    .page-menu ul {
        justify-content: center;
        align-items: center;
        text-align: center
    }
}

.page-menu ul li {
    display: flex;
    align-items: center
}

.page-menu ul li .page-menu-link {
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    display: block;
    font-size: 22px;
    color: #1da1e0;
    padding: 20px 25px 17px 25px;
    text-decoration: none;
    opacity: .7
}

.page-menu ul li .page-menu-link.active,
.page-menu ul li .page-menu-link:hover {
    opacity: 1
}

.page-menu ul li .page-menu-link.active {
    cursor: default
}

.page-menu ul li:first-child .page-menu-link {
    padding-left: 0
}

.page-menu ul li:last-child .page-menu-link {
    padding-right: 0
}

.page-menu-item:not(.active) {
    display: none
}

.page-menu-content.scroll .page-menu-item {
    display: block !important
}

@media (max-width:991px) {
    .page-menu ul {
        overflow-x: hidden;
        height: 70px;
        visibility: hidden
    }

    .page-menu ul.slick-initialized {
        overflow-x: visible;
        visibility: visible
    }
}

.ranking-card {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    padding: 50px 30px;
    margin-bottom: 30px;
    display: block;
    color: #000
}

@media (max-width:575px) {
    .ranking-card {
        margin-bottom: 15px
    }
}

.ranking-card:hover {
    text-decoration: none;
    color: #000
}

.ranking-card .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

@media (max-width:991px) {
    .ranking-card .title {
        margin-bottom: 30px
    }
}

.ranking-card .title .number {
    font-size: 100px;
    line-height: 100px;
    color: #1da1e0;
    margin-right: 15px
}

@media (min-width:768px) and (max-width:991px) {
    .ranking-card .title .number {
        font-size: 80px;
        line-height: 80px
    }
}

.ranking-card .program {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    min-height: 100px;
    margin-bottom: 30px
}

.ranking-card .link {
    text-align: center
}

.ranking-card .link span {
    color: #000;
    margin-right: 15px;
    text-decoration: underline
}

.program-card-container a {
    color: #000;
    margin: 0;
    text-align: center;
    display: block;
    width: 260px;
}

.program-card-container .title a {
    margin: 0;
}

.program-card-container a:hover {
    color: #000;
    text-decoration: none
}

.program-card-container .program-card {
    position: relative;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    margin-bottom: 30px;
    cursor: pointer;
    transition: box-shadow .5s;
    width: 260px;
}


.program-card-container .program-card:hover:not(.disabled) {
    box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

.program-card-container .program-card:hover:not(.disabled) .cover-link {
    display: block
}

.program-card-container .program-card:hover:not(.disabled) .cover-image {
    visibility: visible;
    opacity: 1
}

.program-card-container .program-card .image {
    position: relative
}

.program-card-container .program-card .image img {
    width: 100%;
    height: 170px;
}


.program-card-container .program-card .content {
    margin: 0;
    padding: 30px
}

.program-card-container .program-card .content .title {
    color: #1da1e0;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
}

.program-card-container .program-card .content .details {
    font-size: 15px
}

.program-card-container .program-card .content .link {
    text-align: center;
    color: #1da1e0;
    text-decoration: underline;
    font-size: 16px
}

.program-card-container .cover-image {
    background-color: rgba(29, 161, 224, .85);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity .5s;
    width: 100%;
    height: 100%;
    top: 0
}

.program-card-container .cover-image .discover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%
}

.program-card-container .cover-link {
    color: #fff;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.program-card-container .cover-disabled {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .85)
}

.program-card-container.compact {
    padding: 50px 0
}

.program-card-container.compact .details {
    margin-bottom: 0
}

.program-card-container.compact .link {
    display: none
}

.program-card-container.compact .slick-track {
    display: flex;
    justify-content: center;
}

.program-card-container.compact .slick-track .slick-slide {
    height: auto;
    width: 13% !important;
}

.program-card-container.compact .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    flex-direction: column
}

.program-card-container.compact .slick-track {
    min-width: 100%
}

.program-card-container.compact .slider-controls {
    display: flex;
    text-align: center;
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .program-card-container.compact .slider-controls {
        display: none
    }
}

.program-card-container.compact .slider-controls .slick-arrow {
    background-color: transparent;
    font-weight: 700;
    width: 100px;
    border: none
}

.program-card-container.compact .slider-controls .slide-m-dots {
    position: relative
}

.program-card-container.compact .slider-controls .slide-m-dots .slick-dots {
    position: static
}

.program-card-container.compact .slider-controls .slide-m-dots .slick-dots li {
    width: 60px
}

@media (max-width:991px) {
    .program-card-container.compact .slider-controls .slide-m-dots .slick-dots li {
        width: 40px
    }
}

.program-card-container.compact .slider-controls .slide-m-dots .slick-dots li button {
    padding: 0 15px;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, .1)
}

.program-card-container.compact .slider-controls .slide-m-dots .slick-dots li button:before {
    display: none
}

.program-card-container.compact .slider-controls .slide-m-dots .slick-dots li.slick-active button {
    background-color: #1da1e0
}

.program-slider-controls {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.program-slider {
    display: flex;
    justify-content: space-between;
}

.program-slider-controls button {
    font-size: 18px;
    background: 0 0;
    border: none;
    border-bottom: 6px solid #1da1e0;
    padding: 5px;
    margin: 0 10px;
    outline: 0
}

@media (max-width:991px) {
    .program-slider-controls button {
        margin: 0 25px
    }
}

@media (max-width:767px) {
    .program-slider-controls button {
        font-size: 18px
    }
}

@media (max-width:575px) {
    .program-slider-controls button {
        display: none
    }
}

.program-slider-controls button:first-child {
    margin-left: 0
}

.program-slider-controls button:last-child {
    margin-right: 0
}

.program-slider-controls button.disabled {
    border-bottom-color: transparent
}

.find-program-section {
    text-align: center;
    color: #1da1e0
}

@media (max-width:1199px) {
    .find-program-section .container {
        max-width: 100%
    }
}

.find-program-section a {
    color: #000
}

.find-program-section .title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px
}

.find-program-section .dropdown-items {
    margin: 50px 0;
    font-size: 16px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (max-width:767px) {
    .find-program-section .dropdown-items .icon-left {
        width: 50px
    }
}

.find-program-section .dropdown-items .icon-left i {
    margin: 0 15px;
    font-size: 40px
}

@media (min-width:768px) and (max-width:991px) {
    .find-program-section .dropdown-items .icon-left i {
        margin: 0 5px;
        font-size: 20px
    }
}

@media (max-width:767px) {
    .find-program-section .dropdown-items .icon-left i {
        font-size: 26px
    }
}

@media (max-width:575px) {
    .find-program-section .dropdown-items {
        margin: 0
    }

    .find-program-section .dropdown-items .icon-left {
        height: 55px;
        padding-top: 10px;
        border-bottom: 1px solid #1da1e0
    }

    .find-program-section .dropdown-items .icon-left .fal {
        width: 40px;
        margin-left: 0;
        margin-right: 15px;
        font-size: 30px
    }
}

.find-program-section .dropdown-items .select-container {
    display: flex;
    align-content: center;
    flex-grow: 1;
    padding: 10px 0
}

.find-program-section .dropdown-items .select-container .icon {
    margin-left: auto
}

.find-program-section .program-link {
    margin-top: 30px
}

.find-program-section .program-link button {
    border: none;
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    outline: 0
}

.find-program-section .program-link button:active {
    padding: 0
}

.wechat-popup {
    display: none;
    z-index: 1031;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #1da1e0;
    position: fixed;
    overflow-y: scroll
}

.wechat-popup a {
    color: #fff;
    cursor: pointer
}

.wechat-popup a:hover {
    color: #fff
}

.wechat-popup .wechat-close {
    position: absolute;
    top: 30px;
    right: 30px
}

.wechat-popup .wechat-centered {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wechat-popup .wechat-centered .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.wechat-popup .wechat-centered .text .wrapper .title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px
}

.wechat-popup .wechat-centered .text .wrapper .description {
    font-size: 17px;
    line-height: 1.3
}

.wechat-popup .wechat-centered .image {
    margin-left: auto;
    width: 200px
}

.wechat-popup .wechat-centered .image img {
    width: 100%
}

@media screen and (max-width:767px) {
    .wechat-popup .wechat-centered .row {
        flex-direction: column-reverse
    }

    .wechat-popup .wechat-centered .image {
        margin-right: auto;
        width: 200px;
        margin-bottom: 60px
    }
}

body.has-popup {
    overflow: hidden
}

.breadcrumb {
    background-color: transparent
}

@media (max-width:767px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.breadcrumb ul li {
    font-size: 14px
}

.breadcrumb ul li::after {
    padding-right: 5px;
    content: ">"
}

.breadcrumb ul li:last-child::after {
    content: ""
}

.header-breadcrumb {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px
}

.header-breadcrumb li {
    color: #fff;
    opacity: .8
}

.header-breadcrumb li a {
    color: #fff
}

.header-breadcrumb li a:hover {
    text-decoration: none
}

.page-breadcrumb {
    margin-top: 25px
}

.page-breadcrumb li {
    color: rgba(0, 0, 0, .3)
}

.page-breadcrumb li a {
    color: rgba(0, 0, 0, .3)
}

.page-breadcrumb li a:hover {
    text-decoration: none
}

.routes-brochure .footer-social,
.routes-contact .footer-social {
    background-color: #fff
}

.routes-brochure .content img.brochure-img,
.routes-contact .content img.brochure-img {
    width: 100%
}

@media (min-width:1200px) {

    .routes-brochure .content img.brochure-img,
    .routes-contact .content img.brochure-img {
        padding-right: 30px
    }
}

.routes-brochure form>*,
.routes-contact form>* {
    font-family: Roboto Arial, serif
}

.routes-brochure form>.mktoButtonRow,
.routes-contact form>.mktoButtonRow {
    text-align: right
}

@media (max-width:991px) {

    .routes-brochure form>.mktoButtonRow,
    .routes-contact form>.mktoButtonRow {
        padding-top: 15px;
        text-align: center
    }
}

.routes-brochure form>.mktoButtonRow>.mktoRound>button[type=submit],
.routes-contact form>.mktoButtonRow>.mktoRound>button[type=submit] {
    border-radius: 0;
    background-color: #1da1e0;
    background-image: none;
    border: 1px solid #1da1e0;
    font-weight: 600;
    padding: 15px 30px;
    font-size: 14px
}

.routes-brochure form>.mktoButtonRow>.mktoRound>button[type=submit]:hover,
.routes-contact form>.mktoButtonRow>.mktoRound>button[type=submit]:hover {
    border: 1px solid #1da1e0
}

.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date],
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email],
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel],
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text],
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select,
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date],
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email],
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel],
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text],
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea {
    padding: 5px 10px;
    border-radius: 0;
    box-shadow: none;
    border-color: #d6d6d6
}

.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date].mktoInvalid,
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email].mktoInvalid,
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel].mktoInvalid,
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text].mktoInvalid,
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select.mktoInvalid,
.routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea.mktoInvalid,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date].mktoInvalid,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email].mktoInvalid,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel].mktoInvalid,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text].mktoInvalid,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select.mktoInvalid,
.routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea.mktoInvalid {
    border-color: red
}

@media (min-width:481px) {

    .routes-brochure form,
    .routes-contact form {
        position: relative;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important
    }

    .routes-brochure form>*,
    .routes-contact form>* {
        font-family: Roboto Arial, serif
    }

    .routes-brochure form>.mktoButtonRow,
    .routes-contact form>.mktoButtonRow {
        width: 100%
    }

    .routes-brochure form>.mktoButtonRow>.mktoRound,
    .routes-contact form>.mktoButtonRow>.mktoRound {
        margin-left: 0 !important
    }

    .routes-brochure form>.mktoButtonRow>.mktoRound>button[type=submit],
    .routes-contact form>.mktoButtonRow>.mktoRound>button[type=submit] {
        border-radius: 0;
        background-color: #1da1e0;
        background-image: none;
        border: 1px solid #1da1e0;
        font-weight: 600;
        padding: 15px 30px;
        font-size: 14px
    }

    .routes-brochure form>.mktoButtonRow>.mktoRound>button[type=submit]:hover,
    .routes-contact form>.mktoButtonRow>.mktoRound>button[type=submit]:hover {
        border: 1px solid #1da1e0
    }

    .routes-brochure form>.mktoFormRow,
    .routes-contact form>.mktoFormRow {
        width: 100%
    }

    .routes-brochure form>.mktoFormRow>.mktoFormCol,
    .routes-contact form>.mktoFormRow>.mktoFormCol {
        width: 100%
    }

    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap {
        width: 100%;
        display: flex
    }

    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoLabel,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoLabel {
        min-width: 300px !important
    }
}

@media (min-width:481px) and (max-width:991px) {

    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoLabel,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoLabel {
        min-width: 250px !important
    }
}

@media (min-width:481px) and (max-width:767px) {

    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoLabel,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoLabel {
        min-width: 200px !important
    }
}

@media (min-width:481px) {

    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoRadioList,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap .mktoRadioList {
        width: 100% !important
    }

    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date],
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email],
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel],
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text],
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select,
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date],
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email],
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel],
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text],
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea {
        padding: 5px 10px;
        width: 100%;
        flex-grow: 1;
        border-radius: 0;
        box-shadow: none;
        border-color: #d6d6d6
    }

    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date].mktoInvalid,
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email].mktoInvalid,
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel].mktoInvalid,
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text].mktoInvalid,
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select.mktoInvalid,
    .routes-brochure form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea.mktoInvalid,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=date].mktoInvalid,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=email].mktoInvalid,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=tel].mktoInvalid,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap input[type=text].mktoInvalid,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap select.mktoInvalid,
    .routes-contact form>.mktoFormRow>.mktoFormCol>.mktoFieldWrap textarea.mktoInvalid {
        border-color: red
    }
}

@media (max-width:480px) {

    .routes-brochure form,
    .routes-contact form {
        padding: 0
    }

    .routes-brochure form .mktoFormRow .mktoFieldDescriptor,
    .routes-contact form .mktoFormRow .mktoFieldDescriptor {
        margin-bottom: 20px !important
    }

    .routes-brochure form label,
    .routes-contact form label {
        margin-bottom: 10px
    }
}

.routes-contact {
    background-color: #f2f2f2
}

.routes-contact .title {
    text-align: center;
    font-size: 40px;
    font-weight: 700
}

.routes-contact .subtitle {
    font-size: 26px;
    color: #1da1e0;
    margin-bottom: 50px;
    text-align: center
}

.routes-brochure {
    background-color: #f2f2f2
}

.routes-brochure .title {
    font-size: 40px;
    font-weight: 700
}

.routes-brochure .subtitle {
    font-size: 26px;
    color: #1da1e0;
    margin-bottom: 50px
}

.routes-brochure .next-step {
    display: none;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #f2f2f2
}

.routes-brochure .next-step.open {
    display: block
}

.routes-brochure .next-step .inner {
    position: relative;
    width: 100%;
    height: 100%
}

.routes-brochure .next-step .inner .close {
    padding: 30px;
    color: #1da1e0;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000
}

.routes-brochure .next-step .inner .top {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 60px 15px;
    text-align: center;
    font-size: 40px;
    width: 100%
}

.routes-brochure .next-step .inner .center {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.routes-brochure .next-step .inner .center img {
    width: 300px
}

.routes-brochure .next-step .inner .center .text {
    font-size: 22px;
    color: #1da1e0;
    margin-top: 20px
}

.routes-brochure .next-step .inner .bottom {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 9px;
    color: #969696;
    margin-bottom: 15px;
    text-align: center
}

@media (max-width:767px) {
    .routes-brochure .next-step .inner .top {
        font-size: 30px
    }
}

@media (max-height:700px) {
    .routes-brochure .next-step .inner .top {
        position: relative;
        padding-bottom: 30px
    }

    .routes-brochure .next-step .inner .center {
        position: relative;
        transform: none;
        top: 0;
        left: 0
    }
}

@media (max-height:600px) {
    .routes-brochure .next-step .inner .bottom {
        margin-top: 15px;
        position: relative
    }
}

.pagination-container {
    text-align: center;
    margin-top: 50px
}

.pagination-container .pagination-block {
    display: inline-block
}

.pagination-container .pagination-block ul.pagination {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background-color: #f1f1f1;
    border-radius: 50px;
    padding: 5px 50px
}

@media (max-width:575px) {
    .pagination-container .pagination-block ul.pagination {
        padding: 5px 5px
    }
}

.pagination-container .pagination-block ul.pagination li {
    width: 30px;
    height: 30px;
    margin: 0 5px
}

.pagination-container .pagination-block ul.pagination li a {
    color: #000
}

.pagination-container .pagination-block ul.pagination li.current {
    color: #fff;
    border-radius: 100%;
    background-color: #1da1e0
}

.pagination-container .pagination-block ul.pagination li button {
    background-color: transparent;
    border: none;
    padding: 0
}

@media (max-width:575px) {

    .pagination-container .pagination-block ul.pagination li.first,
    .pagination-container .pagination-block ul.pagination li.last {
        display: none
    }
}

.ug-textpanel-description {
    display: none !important
}

.essec-select {
    position: relative;
    width: 100%;
    text-align: left;
    user-select: none
}

@media (min-width:768px) and (max-width:991px) {
    .essec-select {
        font-size: 16px
    }
}

.essec-select select {
    position: absolute;
    height: 100%;
    opacity: .01;
    width: 100%
}

.essec-select .select-selected {
    width: 100%;
    font-weight: 500;
    padding: 15px 15px 15px 5px;
    border-bottom: 1px solid #1da1e0;
    cursor: pointer
}

.essec-select .select-selected:after {
    content: "\f078";
    position: absolute;
    background-color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 5px;
    right: 0;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro"
}

.essec-select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #1da1e0;
    color: #fff
}

.essec-select .select-items div {
    padding: 5px;
    cursor: pointer
}

.essec-select .select-hide {
    display: none
}

.essec-select .select-items div:hover {
    background-color: #1a91c9
}

@media screen and (max-width:991px) {
    .fixed-right {
        display: none
    }
}

.fixed-right .expanded {
    display: none;
    text-align: center;
    z-index: 10;
    position: fixed;
    bottom: 30px;
    right: 0;
    color: #fff;
    line-height: 28px
}

.fixed-right .expanded a {
    cursor: pointer;
    background-color: #1da1e0;
    margin: 2px 0;
    padding: 15px 0;
    display: block;
    min-height: 80px;
    width: 80px;
    color: #fff
}

.fixed-right .expanded a .text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px
}

.fixed-right .expanded a i {
    font-size: 30px
}

.fixed-right .expanded a:hover {
    text-decoration: none;
    background-color: #3b57a1
}

.fixed-right .unexpanded {
    text-align: center;
    z-index: 10;
    position: fixed;
    bottom: 30px;
    right: 0;
    color: #fff;
    line-height: 28px;
    cursor: pointer
}

.fixed-right .unexpanded>div {
    margin: 2px 0;
    background-color: #1da1e0;
    padding: 10px
}

.fixed-right .unexpanded>div>i {
    font-size: 20px
}

.navbar-essec-top ul li a {
    line-height: 18px
}

.navbar-essec-top ul li a img {
    height: 18px
}

.search-form-container {
    display: none;
    position: fixed;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    top: 0;
    height: 193px;
    border-bottom: 1px solid #fafafa
}

.search-form-container .search-top {
    height: 80px;
    text-align: right
}

.search-form-container .search-top i {
    color: #1da1e0;
    padding: 15px 30px;
    cursor: pointer
}

.search-form-container .search-form {
    display: flex;
    padding: 0 100px
}

.search-form-container .search-form input {
    background-color: #fff;
    border: none;
    flex-grow: 1;
    color: #1da1e0;
    font-size: 30px;
    height: 100%;
    padding: 15px
}

.search-form-container .search-form button {
    font-weight: 700;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    margin-left: 30px;
    justify-self: end
}

.search-form-container .search-form button i {
    margin-left: 15px
}

.main-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 192px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .8;
    z-index: 16;
    display: none
}

@media (max-width:991px) {
    header .header-desktop {
        display: none !important
    }
}

@media (min-width:992px) {
    header .header-mobile {
        display: none !important
    }
}

header .header-desktop {
    position: fixed;
    z-index: 20;
    width: 100%;
    display: flex;
    flex-direction: column
}

header .header-desktop a {
    cursor: pointer;
    outline: 0
}

header .header-desktop a:hover {
    text-decoration: none
}

header .header-desktop a,
header .header-desktop span {
    transition: all .5s;
    color: #fff
}

header .header-desktop .invert {
    transition: filter .5s
}

header .header-desktop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

header .header-desktop nav.navbar-essec-condensed {
    top: 0;
    transition: top .5s;
    background-color: #233568;
    position: fixed;
    height: 80px;
    width: 100%
}

@media (min-width:1200px) {
    header .header-desktop nav.navbar-essec-condensed {
        text-align: center
    }
}

header .header-desktop nav.navbar-essec-condensed.hidden {
    top: -80px
}

header .header-desktop nav.navbar-essec-condensed .logo {
    height: 100%
}

header .header-desktop nav.navbar-essec-condensed .logo a {
    display: block;
    height: 100%;
    padding: 8px
}

@media (max-width:1199px) {
    header .header-desktop nav.navbar-essec-condensed .logo a {
        padding-left: 50px
    }
}

header .header-desktop nav.navbar-essec-condensed .right {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    right: 0;
    top: 0
}

header .header-desktop nav.navbar-essec-condensed .right .search {
    border-radius: 20px;
    background-color: #fff;
    padding: 7px 24px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .25);
    color: #1da1e0;
    margin-right: 50px
}

header .header-desktop nav.navbar-essec-condensed .right .search a {
    color: #1da1e0
}

header .header-desktop nav.navbar-essec-condensed .right .menu {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    margin-right: 50px
}

header .header-desktop nav.navbar-essec-condensed .right .menu span {
    margin-right: 30px
}

header .header-desktop .header-menu.hidden {
    display: none
}

header .header-desktop .header-menu img.invert {
    filter: invert(0)
}

header .header-desktop .header-menu nav.navbar-essec-top {
    background-color: #f2f2f2
}

header .header-desktop .header-menu nav.navbar-essec-top ul li a,
header .header-desktop .header-menu nav.navbar-essec-top ul li span {
    color: #000
}

header .header-desktop .header-menu nav.navbar-essec-top>div.right .search-button a {
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2)
}

header .header-desktop .header-menu nav.navbar-essec-menu {
    border-top: 1px solid #1da1e0;
    background-color: #1da1e0
}

header .header-desktop .header-menu nav.navbar-essec-top {
    transition: background-color .5s;
    height: 80px;
    display: flex;
    justify-content: space-between
}

header .header-desktop .header-menu nav.navbar-essec-top ul {
    height: 100%
}

header .header-desktop .header-menu nav.navbar-essec-top ul li a,
header .header-desktop .header-menu nav.navbar-essec-top ul li span {
    font-size: 13px;
    display: block;
    padding: 30px
}

header .header-desktop .header-menu nav.navbar-essec-top ul li i {
    font-size: 18px
}

header .header-desktop .header-menu nav.navbar-essec-top>div {
    display: flex;
    height: 100%
}

header .header-desktop .header-menu nav.navbar-essec-top>div.left {
    padding-left: 15px
}

header .header-desktop .header-menu nav.navbar-essec-top>div.left ul li a {
    padding-left: 15px;
    padding-right: 15px
}

header .header-desktop .header-menu nav.navbar-essec-top>div.left ul li span {
    padding-right: 15px
}

header .header-desktop .header-menu nav.navbar-essec-top>div.right ul li a {
    padding-left: 30px;
    padding-right: 30px
}

header .header-desktop .header-menu nav.navbar-essec-menu {
    height: 112px;
    transition: background-color .5s, border-top-color .5s
}

header .header-desktop .header-menu nav.navbar-essec-menu .mega-menu-left img {
    width: 100%;
    height: 300px;
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-children {
    display: none
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-children.visible {
    display: block;
    position: absolute;
    top: 0;
    left: 400px;
    height: 100%
}

header .header-desktop .header-menu nav.navbar-essec-menu .mega-menu-content {
    position: relative;
    height: 100%;
    padding-left: 50px
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l0 span {
    position: relative
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l0 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: .25s linear
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l0:focus span:before,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l0:hover span:before {
    visibility: visible;
    transform: scaleX(1)
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1.active>a,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1:focus>a,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1:hover>a,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2.active>a,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2:focus>a,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2:hover>a {
    color: #1da1e0
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1.active>a:before,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1:focus>a:before,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1:hover>a:before,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2.active>a:before,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2:focus>a:before,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2:hover>a:before {
    visibility: visible;
    width: 100%
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1>a,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2>a {
    position: relative
}

header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l1>a:before,
header .header-desktop .header-menu nav.navbar-essec-menu .menu-item-l2>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #1da1e0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li {
    width: calc(100% / 7)
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 25px;
    height: 100%
}

@media (max-width:1199px) {
    header .header-desktop .header-menu nav.navbar-essec-menu>ul>li>a {
        padding: 15px 15px;
        font-size: 18px
    }
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li.menu-item-l0:hover .mega-menu-l0 {
    display: block
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 {
    min-height: 400px;
    z-index: 5000;
    left: 0;
    margin-top: -1px;
    position: absolute;
    display: none;
    width: 100%;
    background-color: #fff;
    color: #000
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 .wrapper {
    position: relative;
    padding: 50px 35px
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 a,
header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 span {
    color: #000
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 a:hover {
    color: #1da1e0
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 img {
    max-width: 100%
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 ul {
    position: relative;
    flex-direction: column
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 ul li {
    margin: 15px 0;
    width: 100%
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l01 ul {
    flex-direction: row;
    flex-wrap: wrap;
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l01 ul li {
    width: 40%;
    margin: 0;
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 ul li a span {
    font-size: 15px;
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 ul li:first-child {
    margin-top: 0
}

header .header-desktop .header-menu nav.navbar-essec-menu>ul>li .mega-menu-l0 ul li:last-child {
    margin-bottom: 0
}

header .header-menu.transparent img.invert {
    filter: invert(100%)
}

header .header-menu.transparent nav.navbar-essec-top {
    background-color: transparent
}

header .header-menu.transparent nav.navbar-essec-top ul li a,
header .header-menu.transparent nav.navbar-essec-top ul li span {
    color: #fff
}

header .header-menu.transparent nav.navbar-essec-top>div.right .search-button a {
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2)
}

header .header-menu.transparent nav.navbar-essec-menu {
    border-top: 1px solid rgba(255, 255, 255, .2);
    background-color: transparent
}

header .header-menu.color img.invert {
    filter: invert(0)
}

header .header-menu.color nav.navbar-essec-top {
    background-color: #f2f2f2
}

header .header-menu.color nav.navbar-essec-top ul li a,
header .header-menu.color nav.navbar-essec-top ul li span {
    color: #000
}

header .header-menu.color nav.navbar-essec-top>div.right .search-button a {
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2)
}

header .header-menu.color nav.navbar-essec-menu {
    border-top: 1px solid #1da1e0;
    background-color: #1da1e0
}

header .header-menu:hover img.invert {
    filter: invert(0)
}

header .header-menu:hover nav.navbar-essec-top {
    background-color: #f2f2f2
}

header .header-menu:hover nav.navbar-essec-top ul li a,
header .header-menu:hover nav.navbar-essec-top ul li span {
    color: #000
}

header .header-menu:hover nav.navbar-essec-top>div.right .search-button a {
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2)
}

header .header-menu:hover nav.navbar-essec-menu {
    border-top: 1px solid #233568;
    background-color: #233568
}

.footer-social {
    position: relative;
    background-color: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 25px
}

@media (max-width:767px) {
    .footer-social {
        text-align: center;
        width: 100%
    }
}

.footer-social .join {
    font-size: 20px
}

@media (max-width:991px) {
    .footer-social .join {
        text-align: center
    }
}

@media (max-width:767px) {
    .footer-social .join {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .footer-social .join {
        margin: 30px 0
    }
}

.footer-social .socials {
    width: 510px;
    max-width: 100%;
    margin: auto
}

.footer-social .socials ul li {
    width: 280px;
}

@media (min-width:992px) {
    .footer-social .socials {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.footer-social .socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between
}

.footer-social .socials ul li a {
    cursor: pointer;
    color: #1da1e0
}

.footer-social .socials ul li a i {
    font-size: 40px
}

.footer-social .socials ul li img {
    height: 40px
}

.footer-middle {
    background-color: #233568;
    padding-top: 65px;
    color: #fff
}

.footer-middle .logo {
    width: 125px;
    max-width: 100%;
    margin-bottom: 35px
}

@media (max-width:767px) {
    .footer-middle .logo {
        margin-left: auto;
        margin-right: auto
    }
}

.footer-middle .logo img {
    width: 100%
}

.footer-middle .logo-text {
    font-size: 12px;
    width: 200px;
    max-width: 100%
}

@media (max-width:767px) {
    .footer-middle .logo-text {
        display: none
    }
}

.footer-middle .cat-link {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-middle .cat-link a {
    color: #fff
}

.footer-middle .cat-link a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .footer-middle .cat-link {
        text-align: center
    }
}

.footer-middle ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .footer-middle ul {
        display: none
    }
}

.footer-middle ul a {
    color: #fff;
    font-size: 12px
}

.footer-middle ul a:hover {
    text-decoration: #fff
}

.footer-middle .footer-middle-end {
    margin-top: 40px;
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .6);
    padding: 25px
}

.footer-middle .footer-middle-end a {
    color: rgba(255, 255, 255, .6)
}

.footer-partners {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer-partners ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -15px
}

@media (min-width:768px) {
    .footer-partners ul {
        justify-content: space-between
    }
}

@media (max-width:767px) {
    .footer-partners ul li {
        flex: 1 1 33.333333%;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .footer-partners ul li.label {
        display: none
    }
}

.footer-partners ul li span {
    font-size: 15px
}

.footer-partners ul li a {
    padding: 0 15px;
    display: block;
    text-align: center
}

.footer-partners ul li a img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width:767px) {
    .footer-partners ul li a img {
        max-height: 40px
    }
}

@media (min-width:768px) {
    .footer-partners ul li a img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all .5s ease;
        opacity: .8
    }

    .footer-partners ul li a img:hover {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1
    }
}

@media (min-width:768px) {
    .footer-partners ul li a .amba {
        width: calc(100vw * 121 / 1280)
    }

    .footer-partners ul li a .aacsb {
        width: calc(100vw * 35 / 1280)
    }

    .footer-partners ul li a .efmd_equis {
        width: calc(100vw * 54 / 1280)
    }

    .footer-partners ul li a .conf_grandes_ecoles {
        width: calc(100vw * 96 / 1280)
    }

    .footer-partners ul li a .cci_idf {
        width: calc(100vw * 138 / 1280)
    }

    .footer-partners ul li a .paris_seine {
        width: calc(100vw * 130 / 1280)
    }
}

body.fullscreen {
    background-color: #1da1e0;
    height: 100%
}

body.fullscreen main {
    height: 100%
}

body.fullscreen .top {
    width: 100%;
    text-align: center
}

body.fullscreen .top img {
    margin-top: 50px
}

body.fullscreen .center {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

@media (max-height:500px) {
    body.fullscreen .center {
        position: relative;
        margin-top: 150px
    }
}

body.fullscreen .center .title {
    font-size: 60px;
    font-weight: 700
}

body.fullscreen .center .description {
    font-size: 20px
}

body.fullscreen .center .link {
    font-size: 16px;
    margin-top: 50px
}

body.fullscreen .center .link a {
    color: #fff
}

body.nav-open {
    overflow: hidden
}

body.nav-open nav.nav-mobile .expanded {
    display: block
}

body.nav-open nav.nav-mobile .condensed {
    display: none
}

nav.nav-mobile .expanded {
    display: none
}

nav.nav-mobile .condensed {
    z-index: 50;
    background-color: #1da1e0;
    color: #fff;
    display: block;
    position: fixed;
    width: 100%;
    height: 80px;
    min-width: 320px;
    transition: background-color .5s
}

nav.nav-mobile .condensed.transparent {
    background-color: transparent
}

nav.nav-mobile .condensed.color {
    background-color: #1da1e0;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px
}

nav.nav-mobile .condensed .inner {
    padding: 15px 30px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

nav.nav-mobile .condensed .inner .language {
    font-size: 20px;
    width: 32px
}

nav.nav-mobile .condensed .inner .logo {
    height: 100%;
    flex-grow: 1;
    text-align: center
}

nav.nav-mobile .condensed .inner .logo img {
    height: 100%
}

nav.nav-mobile .condensed .inner .bars {
    width: 32px
}

nav.nav-mobile .condensed .inner .bars i {
    cursor: pointer;
    font-size: 36px
}

@media (min-width:992px) {
    nav.nav-mobile {
        display: none !important
    }
}

nav.nav-mobile a {
    color: #fff;
    outline: 0
}

nav.nav-mobile a:hover {
    text-decoration: none
}

nav.nav-mobile .nav {
    position: fixed;
    flex-direction: column;
    display: flex;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    background-color: #fff
}

nav.nav-mobile .nav a {
    color: #000
}

nav.nav-mobile .nav .nav-header {
    padding: 30px 30px;
    display: flex;
    color: #fff;
    align-items: center
}

nav.nav-mobile .nav .nav-header .logo {
    flex-grow: 1;
    text-align: center
}

nav.nav-mobile .nav .nav-header .logo img {
    width: 100px
}

nav.nav-mobile .nav .nav-content {
    flex-grow: 1;
    position: relative
}

nav.nav-mobile .nav .nav-content .menu {
    position: absolute;
    transition: all .5s;
    top: 0;
    width: 100%;
    height: 100%
}

nav.nav-mobile .nav .nav-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    flex-direction: column
}

nav.nav-mobile .nav .nav-content ul li:last-child {
    border-bottom: none
}

nav.nav-mobile .nav .nav-content ul li:last-child .menu-content a {
    border-bottom: none
}

nav.nav-mobile .nav .nav-content ul li .menu-content {
    position: relative;
    margin: 0 30px
}

nav.nav-mobile .nav .nav-content ul li .menu-content a {
    font-size: 22px;
    padding: 13.5px 0;
    display: block;
    border-bottom: 1px solid #f1f1f1
}

nav.nav-mobile .nav .nav-content ul li .menu-content a.has-children {
    margin-right: 30px
}

nav.nav-mobile .nav .nav-content .next {
    background-color: #1da1e0;
    color: #fff;
    top: 0;
    right: -30px;
    height: 60px;
    width: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

nav.nav-mobile .nav .nav-content .prev .menu-content,
nav.nav-mobile .nav .nav-content .root .menu-content {
    border-bottom: none
}

nav.nav-mobile .nav .nav-content .prev a,
nav.nav-mobile .nav .nav-content .root a {
    color: #1da1e0;
    border-bottom: none !important
}

nav.nav-mobile .nav .nav-content .prev a i,
nav.nav-mobile .nav .nav-content .root a i {
    margin-right: 15px;
    font-size: 18px
}

nav.nav-mobile .nav .nav-content .menu-lvl-1 {
    left: 0
}

nav.nav-mobile .nav .nav-content .menu-lvl-1 .next {
    background-color: #1da1e0
}

nav.nav-mobile .nav .nav-content .menu-lvl-2 {
    left: 100vw
}

nav.nav-mobile .nav .nav-content .menu-lvl-2 .next {
    background-color: #f2f2f2;
    color: #1da1e0
}

nav.nav-mobile .nav .nav-content .menu-lvl-2 .prev {
    background-color: #1da1e0
}

nav.nav-mobile .nav .nav-content .menu-lvl-2 .prev a {
    color: #fff
}

nav.nav-mobile .nav .nav-content .menu-lvl-3 {
    left: 100vw
}

nav.nav-mobile .nav .nav-content .menu-lvl-3 .root {
    background-color: #1da1e0
}

nav.nav-mobile .nav .nav-content .menu-lvl-3 .root a {
    color: #fff
}

nav.nav-mobile .nav .nav-content .menu-lvl-3 .prev {
    background-color: #f2f2f2
}

nav.nav-mobile .nav .nav-content .menu-lvl-3 .prev a {
    color: #1da1e0
}

nav.nav-mobile .nav .nav-footer {
    background-color: #f1f1f1
}

nav.nav-mobile .nav .nav-footer ul {
    height: 60px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center
}

nav.nav-mobile .nav .nav-footer ul li {
    flex-grow: 1;
    text-align: center;
    height: 32px
}

nav.nav-mobile .nav .nav-footer ul li a {
    color: #1da1e0
}

nav.nav-mobile .nav .nav-footer ul li a i {
    font-size: 32px
}

nav.nav-mobile .nav .nav-footer ul li a img {
    width: 100%;
    height: 100%
}

.nav-fixed-wrapper {
    display: none
}

body.error404 .error {
    position: relative;
    text-align: center
}

@media (min-width:576px) {
    body.error404 .error {
        padding: 60px 0
    }
}

body.error404 .error .error-code {
    color: #f7f7f7;
    font-size: 190px;
    line-height: 190px;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.error404 .error .error-text {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.error404 .error .error-text .error-404-line {
    font-size: 30px;
    font-weight: 700;
    color: #1da1e0
}

body.error404 .error .error-text .error-404-message {
    padding-top: 15px;
    font-size: 16px;
    color: #000
}

body.error404 .error .error-text .error-404-message a {
    color: #000
}

.home .heading .video-container {
    background-color: #000;
    position: relative;
    overflow: hidden;
    height: 100vh
}

.home .heading .video-container video#bgvid {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.home .heading .title {
    width: 100%;
    max-width: 100%
}

@media (max-width:484px) {
    .home .heading .title {
        white-space: normal
    }
}

.home-content .degree-section {
    background-color: #fafafa;
    padding: 60px 0;
    text-align: center
}

.home-content .images {
    width: 800px;
    margin: 60px auto;
}

.home-content .images img {
    width: 100%;
}

.title {
    color: #233568;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.home-content .degree-section .col-md-4:last-child .degree-block {
    margin-bottom: 0
}

.subtitle {
    color: #233568;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width:575px) {
    .home-content .degree-section .subtitle {
        margin-bottom: 30px
    }
}

.home-content .degree-section .ranking-link {
    color: #000;
    text-decoration: underline;
    display: block;
    margin-top: 60px
}

@media (max-width:575px) {
    .home-content .degree-section .ranking-link {
        margin-top: 30px
    }
}

.home-content .find-program-section {
    background-color: #233568;
    color: #fff;
    padding: 100px 0
}

@media (max-width:767px) {
    .home-content .find-program-section {
        padding: 100px 30px
    }
}

@media (max-width:575px) {
    .home-content .find-program-section {
        padding: 60px 0
    }
}

.home-content .find-program-section a {
    color: #fff
}

.home-content .find-program-section .essec-select .select-selected {
    border-bottom: 1px solid #fff
}

.home-content .find-program-section .essec-select .select-items {
    background-color: #fff;
    color: #1da1e0
}

.home-content .find-program-section .essec-select .select-items div:hover {
    color: #fff
}

@media (max-width:575px) {
    .home-content .find-program-section .dropdown-items {
        margin: 0
    }

    .home-content .find-program-section .dropdown-items .icon-left {
        border-bottom: 1px solid #fff
    }
}

.home-content .program-list-section {
    background-color: #fafafa;
    padding-bottom: 50px
}

@media (max-width:575px) {
    .home-content .program-list-section {
        padding-bottom: 0
    }
}

.home-content .program-list-section .section-title {
    font-size: 30px;
    color: #233568;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px
}

@media (max-width:575px) {
    .home-content .program-list-section .section-title {
        padding: 50px 0
    }
}

.home-content .program-list-section .program-group {
    margin-bottom: 2px;
    position: relative
}

.home-content .program-list-section .program-group img {
    width: 100%
}

.home-content .program-list-section .program-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    color: #fff;
    width: 100%;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .2)
}

.home-content .program-list-section .program-group a span {
    font-weight: 700;
    font-size: 21px
}

.home-content .latest-news-section .latest-news {
    background-color: #f2f2f2;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

@media (max-width:767px) {
    .home-content .latest-news-section .latest-news {
        padding: 30px 15px
    }
}

.home-content .latest-news-section .latest-news a.block-white {
    display: block;
    color: #000;
    padding: 30px;
    width: 50%;
    background-color: rgba(255, 255, 255, .9)
}

.home-content .latest-news-section .latest-news a.block-white:hover {
    text-decoration: none
}

@media (max-width:1199px) {
    .home-content .latest-news-section .latest-news a.block-white {
        width: 60%
    }
}

@media (max-width:767px) {
    .home-content .latest-news-section .latest-news a.block-white {
        width: 100%
    }
}

.home-content .latest-news-section .latest-news a.block-white .block-heading {
    font-size: 30px;
    margin-bottom: 30px
}

.home-content .latest-news-section .latest-news a.block-white .tag {
    margin-bottom: 15px
}

.home-content .latest-news-section .latest-news a.block-white .title {
    font-size: 30px;
    color: #1da1e0;
    margin-bottom: 30px;
    font-weight: 500
}

.home-content .latest-news-section .latest-news a.block-white .description {
    margin-bottom: 15px;
    font-size: 16px
}

.home-content .latest-news-section .latest-news a.block-white .date {
    font-weight: 700;
    font-size: 16px
}

.home-content .news-section {
    display: flex;
    border-bottom: 1px solid #ccc
}

@media (max-width:767px) {
    .home-content .news-section {
        flex-wrap: wrap
    }
}

.home-content .news-section>div {
    width: 33.33333%
}

@media (max-width:767px) {
    .home-content .news-section>div {
        width: 100%
    }
}

@media (min-width:768px) {
    .home-content .news-section>div:nth-child(2) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

.home-content .news-section>div a {
    display: block;
    text-decoration: none;
    color: #000;
    outline: 0;
    transition: color .3s
}

.home-content .news-section>div a:hover {
    color: #1da1e0
}

.home-content .news-section .news {
    padding: 30px 100px;
    position: relative;
    height: 100%
}

@media (max-width:1199px) {
    .home-content .news-section .news {
        padding: 30px 30px
    }
}

.home-content .news-section .news .date {
    color: #777;
    font-size: 12px;
    margin-bottom: 10px
}

.home-content .news-section .news .news-arrow {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 30px;
    right: 40px
}

@media (max-width:1199px) {
    .home-content .news-section .news .news-arrow {
        display: none
    }
}

.home-content .news-section .all-news {
    padding: 30px 100px;
    display: block;
    position: relative;
    height: 100%
}

@media (max-width:1199px) {
    .home-content .news-section .all-news {
        padding: 30px 30px
    }
}

@media (max-width:767px) {
    .home-content .news-section .all-news {
        margin-bottom: 50px
    }
}

.home-content .news-section .all-news div {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1da1e0;
    text-decoration: underline
}

.home-content .events-section {
    display: flex;
    position: relative
}

@media (max-width:767px) {
    .home-content .events-section {
        flex-wrap: wrap
    }
}

.home-content .events-section>div {
    width: 50%;
    flex: 1
}

@media (max-width:767px) {
    .home-content .events-section>div {
        flex: 1 auto;
        width: 100%
    }
}

.home-content .events-section .latest-event {
    background-color: #3b57a1;
    color: #fff;
    padding: 100px 100px;
    display: block;
    outline: 0
}

.home-content .events-section .latest-event:hover {
    text-decoration: none
}

@media (max-width:1199px) {
    .home-content .events-section .latest-event {
        padding: 50px 50px
    }
}

.home-content .events-section .latest-event .block-title {
    font-size: 30px;
    margin-bottom: 30px
}

.home-content .events-section .latest-event .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px
}

.home-content .events-section .latest-event .date-place {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px
}

.home-content .events-section .latest-event .date-place>div {
    display: inline-block;
    margin-right: 30px
}

.home-content .events-section .latest-event .date-place>div:last-child {
    margin-right: 0
}

.home-content .events-section .latest-event .description {
    font-size: 16px
}

.home-content .events-section .right-event {
    height: 100%;
    display: flex;
    flex-direction: column
}

.home-content .events-section .right-event>a {
    position: relative;
    display: flex;
    padding: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 33.333333%
}

.home-content .events-section .right-event>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .home-content .events-section .right-event>a {
        padding: 50px
    }
}

.home-content .events-section .right-event>a:first-child {
    background-color: #1da1e0;
    color: #fff
}

.home-content .events-section .right-event>a:nth-child(2) {
    background-color: #f2f2f2;
    color: #000
}

.home-content .events-section .right-event>a:nth-child(3) {
    color: #1da1e0
}

.home-content .events-section .right-event>a.white {
    background-color: #fff;
    color: #1da1e0
}

.home-content .events-section .right-event>a:nth-child(2).white {
    height: 66.666666%
}

.home-content .events-section .right-event>a:first-child.white {
    height: 100%
}

.home-content .mobile-news-events .main-title {
    text-align: center;
    color: #1da1e0;
    font-size: 30px;
    padding: 50px
}

.home-content .mobile-news-events .all-items {
    text-align: center;
    margin: 50px 0
}

.home-content .mobile-news-events .all-items a {
    color: #1da1e0;
    text-decoration: underline
}

.home-content .mobile-news-events .separator {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e0e8f1
}

.home-content .mobile-news .blog-post .inner .title {
    height: auto;
    overflow-y: visible
}

.page-template-faq #heading {
    height: 400px
}

.faq-theme>.panel>.panel-heading {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0
}

@media screen and (max-width:991px) {
    .faq-theme>.panel>.panel-body {
        padding-left: 0
    }
}

.faq-qa .panel {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0
}

.faq-qa .panel-body {
    margin-top: 20px
}

.faq-qa .panel-title .title-lvl1,
.faq-theme .panel-title .title-lvl1 {
    font-size: 21px;
    font-weight: 700
}

.faq-qa .panel-title .title-lvl2,
.faq-theme .panel-title .title-lvl2 {
    font-weight: 700;
    font-size: 18px
}

.faq-qa .panel-title a,
.faq-theme .panel-title a {
    text-decoration: none;
    font-size: 18px;
    color: #1da1e0;
    font-weight: 700;
    display: inline-block
}

.faq-qa .panel-title a .fa-minus-circle,
.faq-theme .panel-title a .fa-minus-circle {
    display: inline-block
}

.faq-qa .panel-title a .fa-plus-circle,
.faq-theme .panel-title a .fa-plus-circle {
    display: none
}

.faq-qa .panel-title a.collapsed,
.faq-theme .panel-title a.collapsed {
    color: #000
}

.faq-qa .panel-title a.collapsed .fa-minus-circle,
.faq-theme .panel-title a.collapsed .fa-minus-circle {
    display: none
}

.faq-qa .panel-title a.collapsed .fa-plus-circle,
.faq-theme .panel-title a.collapsed .fa-plus-circle {
    display: inline-block
}

.faq-qa .panel-title a.collapsed:hover,
.faq-theme .panel-title a.collapsed:hover {
    color: #1da1e0
}

.faq-qa .panel-title a span,
.faq-theme .panel-title a span {
    margin-left: 10px
}

@media (min-width:768px) {

    .faq-qa .panel-title a span,
    .faq-theme .panel-title a span {
        margin-left: 5px
    }
}

.faq-qa .panel-body,
.faq-theme .panel-body {
    border: none;
    color: #000032;
    line-height: 34px;
    font-size: 18px;
    padding-left: 45px;
    font-weight: 200
}

@media (min-width:768px) {

    .faq-qa .panel-body,
    .faq-theme .panel-body {
        padding-left: 10px
    }
}

.blog-post-container {
    position: relative
}

@media (max-width:767px) {
    .blog-post-container {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:576px) {
    .blog-post-container {
        height: 100%;
        padding-bottom: 30px
    }
}

.blog-post {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    transition: box-shadow .5s
}

@media (min-width:768px) {
    .blog-post {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }
}

.blog-post .img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center
}

.blog-post .img .gradient {
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: underline;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background-color: rgba(29, 161, 224, .8);
    display: flex;
    transition: opacity .5s
}

.blog-post .inner {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 30px
}

@media (max-width:767px) {
    .blog-post .inner {
        padding: 20px
    }
}

.blog-post .inner .tag {
    font-size: 18px;
    text-transform: uppercase;
    color: #707070;
    margin-bottom: 10px
}

.blog-post .inner .title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    transition: color .5s;
    overflow-y: hidden
}

.blog-post .inner .description {
    display: none;
    overflow-y: hidden;
    height: 140px;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px
}

.blog-post .inner .date {
    font-size: 14px;
    color: #707070
}

.blog-post:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .blog-post:hover {
        text-decoration: none
    }
}

@media (min-width:768px) and (min-width:768px) {
    .blog-post:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .6)
    }
}

@media (min-width:768px) {
    .blog-post:hover .inner .title {
        color: #1da1e0
    }

    .blog-post:hover .img .gradient {
        opacity: 1
    }
}

@media (min-width:768px) {
    .blog-post-container.first .blog-post {
        display: flex;
        flex-direction: row;
        height: 380px
    }

    .blog-post-container.first .img {
        width: 70%;
        height: auto
    }

    .blog-post-container.first .inner {
        justify-content: center;
        width: 30%;
        display: flex;
        flex-direction: column;
        min-width: 380px;
        height: auto
    }

    .blog-post-container.first .title {
        height: auto
    }
}

.blog-post-container.first .description {
    display: block
}

.single-post .footer-partners {
    margin-bottom: 75px
}

.single-post #single-post-content {
    background-color: #fafafa
}

.single-post #single-post-content .article {
    padding: 80px 0
}

.single-post #single-post-content .article .article-title {
    margin-bottom: 20px
}

.single-post #single-post-content .article .tag {
    color: #707070;
    margin-bottom: 60px
}

.single-post #single-post-content .article .post-thumbnail {
    width: 100%;
    margin-bottom: 60px
}

@media (min-width:768px) {
    .single-post .article-container {
        padding: 80px 0
    }
}

.single-post .article-container .article {
    display: flex;
    flex-direction: row
}

@media (max-width:767px) {
    .single-post .article-container .article {
        padding: 30px
    }
}

@media (min-width:768px) {
    .single-post .article-container .article-content {
        padding-right: 100px
    }
}

.single-post .article-container .article-content .excerpt {
    color: #1da1e0;
    font-weight: 600;
    margin-bottom: 30px
}

.single-post .article-container .article-content .editor {
    text-align: justify
}

.single-post .article-container .article-content .editor h1 {
    font-size: 30px;
    color: #1da1e0;
    margin-bottom: 30px
}

.single-post .article-container .article-content .editor h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: 30px
}

.single-post .article-container .article-content .editor img {
    width: 100%
}

.single-post .article-container .article-content .editor a {
    color: #1da1e0
}

.single-post .article-container .article-content .editor ul {
    margin-bottom: 40px
}

.single-post .other-posts {
    padding: 80px 0
}

@media (max-width:991px) {
    .single-post .other-posts .bs-col {
        margin-bottom: 30px
    }
}

@media (min-width:576px) and (max-width:991px) {
    .single-post .other-posts .last {
        display: none
    }
}

.single-post .other-posts .title-container {
    color: #1da1e0;
    text-align: center;
    margin-bottom: 80px
}

.single-post .other-posts .title-container .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 26px
}

.single-post .other-posts .title-container .description {
    font-size: 26px
}

.gallery-container {
    margin-top: 54px
}

.gallery-container .gallery {
    width: 100%
}

.virtual-tour-container {
    margin-top: 54px
}

@media (max-width:575px) {
    .alumni-network-arrow-block {
        margin-left: -15px;
        margin-right: -15px
    }
}

.alumni-network-arrow-block .arrow-block {
    margin-bottom: 30px
}

@media (max-width:575px) {
    .alumni-network-arrow-block .arrow-block {
        margin-bottom: 0
    }
}

.alumni-network-arrow-block .arrow-block .text .title {
    color: #1da1e0;
    font-size: 21px;
    font-weight: 700
}

.alumni-network-arrow-block .arrow-block .text .description {
    font-weight: 700;
    margin-bottom: 30px
}

@media (max-width:575px) {
    .student-life-arrow-block {
        margin-left: -15px;
        margin-right: -15px
    }
}

.student-life-arrow-block .arrow-block {
    margin-bottom: 30px
}

@media (max-width:575px) {
    .student-life-arrow-block .arrow-block {
        margin-bottom: 0
    }
}

.student-life-arrow-block .arrow-block .image .title {
    display: none
}

@media (max-width:991px) {
    .student-life-arrow-block .arrow-block .image .title {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        text-shadow: #000 1px 0 3px
    }
}

.student-life-arrow-block .arrow-block .text {
    width: 50%;
    display: flex;
    color: #fff
}

@media (max-width:991px) {
    .student-life-arrow-block .arrow-block .text {
        width: 100%
    }
}

.student-life-arrow-block .arrow-block .text:hover {
    text-decoration: none
}

.student-life-arrow-block .arrow-block .text .title {
    font-weight: 700;
    margin-bottom: 20px
}

.student-life-arrow-block .arrow-block .text .description {
    margin-bottom: 20px
}

.student-life-arrow-block .arrow-block .text .view-more span {
    font-weight: 700;
    color: #fff
}

@media (max-width:991px) {
    .student-life-arrow-block .arrow-block .text {
        padding: 30px 15px
    }

    .student-life-arrow-block .arrow-block .text .title {
        display: none
    }
}

@media (max-width:575px) {
    .single-program-group .emphases {
        background-color: #fff
    }
}

@media (max-width:575px) {
    .single-program-group .content {
        margin-top: 0
    }
}

@media (max-width:575px) {
    .single-program-group .program-arrow-block .arrow-block-container .arrow-block .text {
        padding: 20px
    }
}

.single-program-group .program-arrow-block .arrow-block {
    margin-bottom: 50px
}

@media (max-width:575px) {
    .single-program-group .program-arrow-block .arrow-block {
        margin-bottom: 40px
    }
}

.single-program-group .program-arrow-block .arrow-block .image .bg-darker {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    display: block
}

@media (min-width:992px) {
    .single-program-group .program-arrow-block .arrow-block .image .bg-darker {
        display: none
    }
}

@media (max-width:991px) {
    .single-program-group .program-arrow-block .arrow-block .image .title {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        font-size: 21px;
        font-weight: 700
    }
}

.single-program-group .program-arrow-block .arrow-block .text {
    position: relative
}

.single-program-group .program-arrow-block .arrow-block .text>div {
    width: 100%
}

@media (min-width:992px) and (max-width:1199px) {
    .single-program-group .program-arrow-block .arrow-block .text>div {
        align-self: flex-start
    }
}

.single-program-group .program-arrow-block .arrow-block .text .title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .single-program-group .program-arrow-block .arrow-block .text .title {
        display: none
    }
}

.single-program-group .program-arrow-block .arrow-block .text .description {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .single-program-group .program-arrow-block .arrow-block .text .description {
        max-height: 162px;
        overflow-y: hidden
    }
}

@media (max-width:991px) {
    .single-program-group .program-arrow-block .arrow-block .text .description {
        display: none
    }
}

.single-program-group .program-arrow-block .arrow-block .text .view-more {
    font-weight: 700
}

.single-program-group .program-arrow-block .arrow-block .text .view-more a {
    color: #000
}

@media (max-width:991px) {
    .single-program-group .program-arrow-block .arrow-block .text .view-more {
        display: none
    }
}

.single-program-group .program-arrow-block .arrow-block .text .download-brochure {
    font-size: 15px
}

.single-program-group .program-arrow-block .arrow-block .text .download-brochure a {
    color: #000
}

.single-program-group .program-arrow-block .arrow-block .text .download-brochure a i {
    font-size: 16px;
    margin-right: 10px
}

@media (min-width:992px) {
    .single-program-group .program-arrow-block .arrow-block .text .download-brochure {
        position: absolute;
        bottom: 30px
    }
}

@media (max-width:991px) {
    .single-program-group .program-arrow-block .arrow-block .text .download-brochure {
        width: 100%;
        text-align: center;
        color: #1da1e0
    }

    .single-program-group .program-arrow-block .arrow-block .text .download-brochure a {
        color: #1da1e0
    }
}

.association-item {
    margin-bottom: 75px
}

.association-item h2 {
    margin-bottom: 30px
}

.association-item .description {
    margin-bottom: 30px;
    font-size: 18px
}

.single-event .footer-partners {
    margin-bottom: 75px
}

.single-event-header .top {
    background-color: #f2f2f2;
    display: flex
}

@media (max-width:991px) {
    .single-event-header .top {
        flex-direction: column-reverse
    }
}

.single-event-header .top .title {
    padding: 30px 50px;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    .single-event-header .top .title {
        width: 60%
    }
}

.single-event-header .top .image {
    position: relative
}

@media (min-width:992px) {
    .single-event-header .top .image {
        width: 40%
    }
}

.single-event-header .top .image img {
    width: 100%
}

.single-event-header .top .image .join {
    background-color: #1da1e0;
    color: #fff;
    position: absolute;
    display: block;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 60px
}

@media (max-width:575px) {
    .single-event-header .top .image .join {
        width: 100%;
        text-align: center
    }
}

.single-event-header .bottom {
    padding: 15px 0;
    font-size: 16px
}

.single-event-header .bottom>div {
    display: inline-block;
    margin-right: 30px
}

.single-event-header .bottom>div i {
    margin-right: 10px
}

.single-event-header .bottom>div:last-child {
    margin-right: 0
}

#single-event {
    margin-bottom: 40px
}

#single-event .speakers .speaker-item {
    width: 100%;
    background-color: #f2f2f2;
    padding: 50px;
    text-align: center;
    margin-bottom: 30px
}

#single-event .speakers .speaker-item img.round {
    border-radius: 50%;
    width: 155px;
    margin-bottom: 25px
}

#single-event .speakers .speaker-item .name {
    color: #1da1e0;
    font-size: 21px;
    font-weight: 700
}

#single-event .speakers .speaker-item .job-company {
    font-weight: 700
}

#single-event .speakers .speaker-item .separator-wrapper {
    margin: 0 -50px
}

#single-event .speakers .speaker-item .separator-wrapper .separator {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin: 30px 0
}

#single-event .speakers .speaker-item .description {
    text-align: left
}

#single-event .join-separator {
    display: block;
    color: #000;
    text-decoration: underline;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px
}

#single-event .event-list-item .join {
    display: none
}

.single-program .heading {
    position: relative
}

.single-program .heading .page-menu-container {
    position: absolute;
    width: 100%;
    bottom: 0
}

.single-program .heading .page-menu-container .page-menu {
    background-color: rgba(255, 255, 255, .85)
}

.single-program .heading .page-menu-container .page-menu ul li a {
    font-size: 21px
}

.single-program .heading .page-menu-container .page-menu.fixed {
    background-color: #fff
}

.single-program .title-block {
    position: absolute;
    bottom: 140px;
    width: 100%
}

.single-program .title-block .inner-block {
    max-width: 500px;
    padding: 60px;
    display: block;
    background-color: rgba(255, 255, 255, .85)
}

.single-program .title-block .inner-block .program-title {
    color: #1da1e0;
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 50px;
    font-weight: 700
}

.single-program .title-block .inner-block .details i {
    margin-right: 10px
}

@media (min-width:576px) {
    .single-program .brochure-container {
        margin-bottom: 50px
    }
}

@media (max-width:575px) {
    .single-program .brochure-container .text {
        display: none !important
    }

    .single-program .brochure-container .image {
        padding-bottom: 0 !important
    }
}

@media (min-width:576px) {
    .single-program .mobile-cta {
        display: none
    }
}

.single-program .mobile-cta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column
}

.single-program .mobile-cta ul li {
    width: 100%
}

.single-program .mobile-cta ul li:nth-child(3n+1) {
    background-color: #1da1e0
}

.single-program .mobile-cta ul li:nth-child(3n+2) {
    background-color: #3157a1
}

.single-program .mobile-cta ul li:nth-child(3n+3) {
    background-color: #ff492a
}

.single-program .mobile-cta ul li a {
    padding: 15px 0;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center
}

.single-program .mobile-cta ul li a:hover {
    text-decoration: none
}

.page-template-about-essec .timeline {
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5px
}

.page-template-about-essec .timeline .line {
    margin-top: 6px;
    width: 5px;
    flex-grow: 1;
    background-color: #1da1e0
}

.page-template-about-essec .timeline .timeline-content {
    padding-left: 30px
}

.page-template-about-essec .timeline .timeline-content .text {
    display: flex;
    flex-direction: row
}

.page-template-about-essec .timeline .timeline-content .text .date {
    font-weight: 700;
    position: relative;
    padding-right: 15px
}

.page-template-about-essec .timeline .timeline-content .text .date::before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #1da1e0;
    left: -38px;
    top: 6px;
    width: 14px;
    height: 14px
}

.page-template-about-essec .timeline .timeline-content .text .description {
    padding-bottom: 30px
}

.page-template-about-essec .timeline .timeline-content .text:last-child .date::after {
    position: absolute;
    content: "";
    background-color: #fff;
    left: -38px;
    top: 20px;
    height: calc(100% - 20px);
    width: 30px
}

.page-template-about-essec .timeline .timeline-content .text:last-child .description {
    padding-bottom: 0
}

.page-template-about-essec .background-grey {
    background-color: #f2f2f2;
    padding: 50px 0
}

.page-template-about-essec .background-grey #page-menu-item-2 h2 {
    margin-top: 0
}

.page-template-about-essec .background-grey #page-menu-item-2 .key-number {
    padding-top: 30px;
    overflow: hidden
}

.page-template-about-essec .background-grey #page-menu-item-2 .key-number ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px
}

.page-template-about-essec .background-grey #page-menu-item-2 .key-number ul li {
    width: 33.33333%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

@media (max-width:575px) {
    .page-template-about-essec .background-grey #page-menu-item-2 .key-number ul li {
        width: 50%
    }
}

.page-template-about-essec .background-grey #page-menu-item-2 .key-number ul li .title {
    font-size: 40px;
    color: #1da1e0
}

.page-template-rankings .emphases {
    text-align: center
}

.page-template-rankings .rankings {
    padding-bottom: 50px;
    background-color: #fafafa
}

.page-template-find-your-program .find-program-section .program-link {
    margin-top: 30px
}

.page-template-find-your-program .find-program-section .program-link button {
    color: #1da1e0
}

.page-template-find-your-program .search-results {
    margin: 80px 0
}

.page-template-find-your-program .search-results .search-title {
    font-size: 30px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .page-template-find-your-program .search-results .search-title {
        text-align: center
    }
}

body.search .content .search-form form {
    display: flex;
    border-bottom: 1px solid #1da1e0;
    padding-bottom: 10px
}

body.search .content .search-form form input {
    flex-grow: 1;
    font-size: 30px;
    border: none;
    color: #1da1e0;
    font-weight: 700
}

body.search .content .search-form form button {
    background-color: #fff;
    color: #1da1e0;
    border: none;
    font-size: 30px
}

body.search .content .search-form-results {
    margin-top: 50px
}

body.search .content .search-form-results a {
    color: #000
}

body.search .content .search-form-results a article {
    padding-top: 40px;
    padding-bottom: 25px
}

body.search .content .search-form-results a article h2 {
    margin-bottom: 30px
}

body.search .content .search-form-results a:hover {
    color: #000;
    text-decoration: none
}

body.search .content .search-form-results a:hover h2 {
    color: #1da1e0
}

body.search .content .search-no-result {
    margin: 120px 0;
    font-size: 20px
}

.page-template-programs .content {
    padding-top: 192px
}

.page-template-programs .section-title {
    font-size: 30px;
    color: #1da1e0;
    text-align: center;
    padding-bottom: 50px
}

.page-template-scholarships .scholarship-block {
    margin-bottom: 60px
}

.page-template-scholarships .scholarship-programs li {
    margin-bottom: 10px
}

.page-template-scholarships .scholarship-programs li a {
    color: #000
}

.page-template-terms-and-conditions .editor h2 {
    margin-top: 58px;
    margin-bottom: 32px
}

.page-template-terms-and-conditions .editor p {
    line-height: 2
}

.page-template-default:not(.home) #content {
    padding: 100px 0
}

/*# sourceMappingURL=styles.min.css.map */