
/*Barlow condensed*/
@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/Compasse/BarlowCondensed/barlow-condensed-semibold.woff2), 
        url(../fonts/Compasse/BarlowCondensed/barlow-condensed-semibold.ttf),
        url(../fonts/Compasse/BarlowCondensed/barlow-condensed-semibold.eot);
    
}

:root {
    --font-color: #001489;
    --skyblue-color: #57C5FF;
}
body {
    font-family: 'Compasse', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.body-space {
    padding-top: 282px;
}

a {
    color: #001589;
}

    a:hover {
        color: #001589;
    }

/* Header */
.header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: #fff;
}

    .header.hfixed {
        position: fixed;
    }

    .header .container {
        max-width: 100%;
    }

.grey-bg {
    background: #f2f2f2;
}

.blue-bg {
    background: #001589;
    color: #fff;
}

.white-bg {
    background: #ffffff;
}

.white-text {
    color: #fff !important;
}

.topheader {
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
}

    .topheader .phoneno {
        margin-right: 14px;
    }

.searchbtn {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 0;
    color: #001589;
    background: transparent;
}

    .searchbtn img {
        width: 18px;
        height: auto;
        margin-right: 3px;
        margin-top: -2px;
    }

/*search*/
.search-container {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 600;
    height: 106px;
    display: flex;
    align-items: center;
    display: none;
}

    .search-container.open {
        display: flex;
        -webkit-animation: fadeIn .2s;
        animation: fadeIn .2s;
    }

    .search-container .container {
        padding-left: 45px;
    }

    .search-container .search-field {
        width: 370px;
        border: 0;
        border-bottom: 1px solid #001C83;
        background: transparent;
        color: #001589;
        padding: 7px 0;
        margin-right: 10px;
    }

input[type="text"].search-field::placeholder {
    color: #001589;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

input[type="text"].search-field::-webkit-input-placeholder {
    color: #001589;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

input[type="text"].search-field::-ms-input-placeholder {
    color: #001589;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.search-container .search-field:focus {
    outline: 0;
}

.search-container .search-icon {
    background: #ffffff;
    border: 0;
}

    .search-container .search-icon img {
        height: 30px;
        width: auto;
    }

.logoheader {
    display: flex;
    height: 162px;
    align-items: center;
}

.header-logo {
    text-align: center;
    margin-top: 15px;
}

    .header-logo span {
        letter-spacing: 1.8px;
        display: block;
        margin-top: 12px;
        line-height: 24px;
    }

/* hamburger Icon */
.hamburger-icon {
    display: flex;
    max-width: 100px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

    .hamburger-icon strong {
        font-size: 20px;
        padding-left: 12px;
        color: #031C87;
        display: block;
        align-items: center;
        letter-spacing: 0.2px;
        line-height: 48px;
    }

#nav-icon {
    width: 36px;
    height: 18px;
    margin-top: -8px;
}

    #nav-icon span {
        display: block;
        margin-bottom: 7px;
        height: 3px;
        width: 100%;
        background: #031C87;
        border-radius: 10px;
    }

        #nav-icon span:nth-child(3) {
            max-width: 24px;
            margin-bottom: 0;
        }

#mob-menu-btn {
    display: none;
}

/*header cta links*/

.cta-header-wrapper {
    /*position: fixed;
    top: 202px;*/
    width: 100%;
    z-index: 999999;
}

.cta-header {
    height: 46px;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .cta-header a {
        padding: 0 40px;
        font-weight: 700;
        color: #001589;
        letter-spacing: 0.72px !important;
    }

        .cta-header a img {
            margin-right: 8px;
            margin-top: -2px;
        }

    .cta-header.btn-link-d:visited, .cta-header.btn-link-d:active {
        color: #707070 !important;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Mega menu*/
.main-navigation {
    background: #fff;
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.2);
    position: absolute;
    top: 209px;
    width: 100%;
    z-index: 500;
    padding: 30px 15px;
    display: none;
}

    .main-navigation.open {
        display: block;
        -webkit-animation: fadeIn .2s;
        animation: fadeIn .2s;
    }

    .main-navigation .col {
        padding: 0 3.3rem 0 17px;
    }

        .main-navigation .col a {
            line-height: 20px;
            display: block;
            padding: 9px 0;
            font-size: 18px;
        }

            .main-navigation .col a.title-menu {
                font-weight: 700;
                font-size: 20px;
            }

    .main-navigation .topnav .col:first-child {
        border-right: 1px solid #001589;
    }

    .main-navigation .topnav .col:last-child {
        border-left: 1px solid #001589;
    }

    .main-navigation .bottomnav {
        margin-top: 30px;
    }

        .main-navigation .bottomnav a {
            padding: 0;
        }

.menu-social-wrap {
    display: flex;
    justify-content: flex-end;
}

.menu-social {
    text-align: center;
}

    .menu-social a {
        display: inline-block !important;
        margin-left: 25px;
    }

        .menu-social a img {
            height: 17px;
            width: auto;
        }
/* Skip to main content */
.skipsec a {
    position: fixed;
    left: -9999px;
    top: 0;
    min-width: 100px;
    z-index: 1000;
    background: #0175a0;
    color: #ffffff;
    padding: 7px 15px;
    display: block;
}

    .skipsec a:focus {
        left: 15px;
    }

/* buttons */
.btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    height: 48px;
    padding: 0 18px;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    transition: all ease-in 0.3s;
    text-align: center;
    line-height: 48px;
}

.btn-primary {
    border: 2px solid #001589;
    background: #001589;
    color: #FFFFFF;
}

    .btn-primary:hover {
        border: 2px solid #001589;
        background: #001589;
        color: #FFFFFF;
    }

.btn-outline-primary {
    border: 2px solid #001489;
    background: #fff;
    color: #001489;
}

    .btn-outline-primary:hover {
        border: 2px solid #001489;
        background: #fff;
        color: #001489;
    }

.btn-primary.white {
    border: 2px solid #fff;
    background: #fff;
    color: #001489;
}

    .btn-primary.white:hover {
        border: 2px solid #fff;
        background: #fff;
        color: #001489;
    }

.btn-link {
    color: #001489;
}

.p-relative {
    position: relative !important;
}

/* Hero banner */
.hero-banner {
    position: relative;
}

    .hero-banner .hero-banner-image img {
        height: 605px;
        object-fit: cover;
        max-width: 100%;
        width: 100%;
    }

    .hero-banner .hero-banner-content {
        position: absolute;
        width: fit-content;
        top: 45%;
        left: 0;
        right: 0;
        max-width: 1280px;
        margin: auto;
    }

        .hero-banner .hero-banner-content h1 {
            font-size: 72px;
            line-height: 86px;
            padding: 10px;
            color: #ffffff;
            margin-bottom: 0;
            position: relative;
            -webkit-mix-blend-mode: normal;
            -moz-mix-blend-mode: normal;
            -o-mix-blend-mode: normal;
            -ms-mix-blend-mode: normal;
            mix-blend-mode: normal;
        }

    .hero-banner .hero-banner-image.aspect-ratio img {
        height: auto;
        min-height: 450px;
        width: 100%;
    }

    .hero-banner .hero-banner-image.homebanner-aspect-wrapper img {
        height: auto;
        min-height: 450px;
        width: 100%;
    }

    .hero-banner .deskbanner-wrapper {
        display: block;
        height: 616px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }

    .hero-banner .tabbanner,
    .hero-banner .mobbanner, .hero-banner .tabbanner-wrapper {
        display: none;
    }

    .hero-banner .mobbanner-wrapper {
        display: none;
    }

/*video cards*/
.video-cards {
    color: #fff;
    text-align: center;
    padding: 121px 0;
}

    .video-cards .card {
        background-color: transparent;
    }

    .video-cards .card-img-top {
        max-width: 349px;
        height: auto;
        margin: auto;
    }

    .video-cards .card-title {
        font-size: 32px;
        line-height: 49px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .video-cards .card-text {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        margin-bottom: 22px;
    }

    .video-cards .card-link {
        font-size: 24px;
        line-height: 32px;
        font-weight: 800;
        color: #fff;
    }

        .video-cards .card-link img {
            transition: 0.4s;
            -webkit-transition: 0.4s;
        }

        .video-cards .card-link:hover img {
            margin-left: 5px;
        }

    .video-cards .video-image {
        position: relative;
        margin-bottom: 30px;
    }

        .video-cards .video-image span {
            position: absolute;
            z-index: 2;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }

/*standout card*/
.standout {
    padding: 60px 120px 40px 120px;
    color: #001489;
    text-align: center;
}

    .standout h2 {
        font-size: 60px;
        font-weight: 400;
        line-height: 66px;
        margin-bottom: 13px;
    }

    .standout .btn {
        font-size: 20px;
        min-width: 349px;
    }

    .standout p {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 22px;
    }

        .standout p:last-child {
            margin-bottom: 0;
        }

.standoutcta {
    padding: 60px;
    color: #001489;
    text-align: center;
    margin-bottom: 60px;
}

    .standoutcta h2 {
        font-size: 60px;
        font-weight: 400;
        line-height: 66px;
        margin-bottom: 13px;
    }

    .standoutcta p {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 22px;
    }

        .standoutcta p:last-child {
            margin-bottom: 0;
        }

.standoutcta .btn {
    font-size: 20px;
}

/*academic card*/
.academic-card {
    padding: 60px 0;
    margin: 0 0 60px 0;
    align-items: center;
}

    .academic-card .academic-image {
        max-width: 641px;
    }

        .academic-card .academic-image img {
            width: 641px;
            max-width: none;
        }

    .academic-card .academic-text {
        padding-left: 74px;
        padding-right: 220px;
        margin-right: 53px;
    }

        .academic-card .academic-text h2 {
            font-size: 60px;
            line-height: 66px;
            font-weight: 400;
            margin-bottom: 6px;
            color: #fff;
        }

        .academic-card .academic-text p {
            font-size: 24px;
            line-height: 32px;
            font-weight: 400;
            color: #fff;
        }

/* outlined widget */
.outlinedWidget {
    display: table;
    height: auto;
    overflow: hidden;
    color: #001489;
    border: dashed 2px #001489;
    width: 100%;
    padding: 0;
    margin: 0 50px 30px 50px;
    padding: 34px 20px;
}

    .outlinedWidget div:first-child {
        display: table-cell;
        width: 30%;
        vertical-align: middle;
        align-content: center;
        text-align: center;
    }

    .outlinedWidget div:nth-child(2) {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
    }

    .outlinedWidget img {
        width: 135px;
        max-width: 100%;
    }

@media (max-width: 767px) {
    .outlinedWidget {
        padding: 20px 30px 60px 30px;
    }

        .outlinedWidget div:first-child,
        .outlinedWidget div:nth-child(2) {
            display: block;
            width: 100%;
        }
}

/* double content cards */
.double-cards {
    color: #001489;
    margin: 0 0 30px 0;
}

    .double-cards .card-head {
        /*padding: 0 0 20px 0;
        margin: 0 0 20px 0;*/
        /*border-bottom: 2px solid #001489;*/
        padding: 0 0 8px 0;
    }

    .double-cards .card-col {
        padding: 0 30px;
    }

        .double-cards .card-col:nth-child(1) {
        }

        .double-cards .card-col:nth-child(2) {
            border-left: 2px solid #001489;
        }

    .double-cards .card-title {
        /*font-size: 32px;*/
        font-size: 60px;
        line-height: 66px;
        font-weight: 400;
        margin: 0;
    }

    .double-cards .card-body {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .double-cards .card-body ul li{
        margin-bottom:15px;
    }
        .double-cards .card-body p:last-child {
            margin: 0;
        }

    .double-cards .card-button {
        padding: 0;
        margin: 0 0 20px 0;
    }

.double-cards-row {
    padding: 0 15px;
    margin-bottom: 100px;
}

@media (max-width:767px) {

    .double-cards {
        margin: 0;
    }

        .double-cards .session-cards-row {
            margin: 0;
        }

        .double-cards .card-col:nth-child(1) {
            padding: 15px;
        }

        .double-cards .card-col:nth-child(2) {
            padding: 15px;
            border: 0 none;
        }
}

/* triple content cards */
.triple-cards {
    color: #001489;
    margin: 0 0 100px 0;
    padding: 20px 0 0 0;
}

    .triple-cards .card-head {
        display: flex;
    }

        /*.triple-cards .card-head div:first-child {
            display: table-cell;
            width: 25%;
        }

        .triple-cards .card-head div:last-child {
            display: table-cell;
            width: 75%;
        }*/

    .triple-cards .card-img-top {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-right: 15px;
    }

    .triple-cards .card-col {
    }

        .triple-cards .card-col:nth-child(1) {
            padding-right: 30px;
        }

        .triple-cards .card-col:nth-child(2) {
            padding: 0 30px;
            border-left: 2px solid #001489;
            border-right: 2px solid #001489;
        }

        .triple-cards .card-col:nth-child(3) {
            padding-left: 30px;
        }

    .triple-cards .card-title {
        font-size: 30px;
        font-weight: 400;
        line-height: 66px;
        margin-bottom: 0;
    }

    .triple-cards .card-text {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 25px;
    }

.triple-cards-row {
    padding: 0 15px;
    margin-bottom: 100px;
}

@media (max-width:767px) {

    .triple-cards {
        margin: 0;
    }

        .triple-cards .session-cards-row {
            margin: 0;
        }

        .triple-cards .card-col:nth-child(1) {
            padding: 15px;
        }

        .triple-cards .card-col:nth-child(2) {
            padding: 15px;
            border: 0 none;
        }

        .triple-cards .card-col:nth-child(3) {
            padding-left: 15px;
        }
}

/*session cards*/
.session-cards {
    color: #001489;
}

    .session-cards .card-img-top {
        margin-bottom: 15px;
        height: 330px;
        width: 100%;
        object-fit: cover;
    }

    /*    .session-cards .card-col:nth-child(1) {
        padding-right: 30px;
    }

    .session-cards .card-col:nth-child(2) {
        padding-left: 30px;
    }*/

    .session-cards .card-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 1em;
        margin: 20px 0 20px 0;
    }

    .session-cards .card-text {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 25px;
    }

        .session-cards .card-text.box-links {
            font-size: 18px;
            font-weight: bold;
            line-height: 24px;
            margin-bottom: 25px;
            letter-spacing: 0.72px;
        }

            .session-cards .card-text.box-links span {
                margin-right: 10px;
                border-right: 3px solid;
                padding-right: 10px;
            }

                .session-cards .card-text.box-links span:last-child {
                    margin-right: 10px;
                    border-right: none;
                    padding-right: 10px;
                }

    .session-cards .btn {
        min-width: 119px;
    }

        .session-cards .btn:hover {
            color: #fff;
            background: #001589;
        }

    .session-cards p.pIcon span,
    .session-cards p.bDescription {
        font-size: .9em;
    }

    .session-cards p.pIcon img {
        height: 65px;
        width: 65px;
    }

/* hr blue */

.hr-blue {
    padding: 0 0 30px 0;
}

    .hr-blue hr {
        border-bottom: 2px solid #001489;
        margin: 0 30px 1rem 30px;
    }

@media (max-width:767px) {
    .hr-blue {
        padding: 0;
        display: none;
    }
}

/*quote card*/
.quote {
    padding: 112px 0;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

    .quote p {
        max-width: 1034px;
        margin: auto;
        font-weight: 400;
    }

    .quote .btn {
        min-width: 349px;
        margin-top: 26px;
        font-size: 20px;
    }

/* Footer */
.footer {
    background: #fff;
    padding: 115px 0;
}

.footer-info {
    margin-bottom: 18px;
    line-height: 24px;
    font-size: 20px;
}

    .footer-info a {
        margin-right: 15px;
    }

.footer-menu {
    display: flex;
    max-width: 1000px;
}

    .footer-menu .col {
        padding: 0 20px
    }

        .footer-menu .col:nth-child(1) {
            padding-left: 0;
        }

        .footer-menu .col a {
            line-height: 24px;
            display: block;
            padding: 6px 0;
            font-size: 20px;
        }

            .footer-menu .col a.title-menu {
                font-weight: 700;
            }

.footer-logo {
    margin: 24px 0;
}

.footer-bottom {
    padding: 24px 0;
    border-top: 1px solid #f2f2f2;
}

.footer-social {
    margin-bottom: 27px;
}

    .footer-social a {
        padding: 0 18px;
    }

        .footer-social a:nth-child(1) {
            padding-left: 0;
        }

        .footer-social a img {
            height: 24px;
            width: auto;
        }

.copy {
    font-size: 14px;
    color: #001589;
    margin-top: 37px;
}

.msa-logo {
    display: flex;
}

    .msa-logo a {
        margin-left: 21px;
    }

/* Drilldown menu */
.drilldown-menu {
    position: absolute;
    width: 100%;
    right: 100%;
    top: 162px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    background: #fff;
    padding: 21px 0;
    z-index: 999;
    height: calc(100vh - 80px);
    border-top: 1px solid #707070;
    overflow-y: auto;
}

    .drilldown-menu.open {
        right: 0;
        display: none;
    }

    .drilldown-menu #menu {
        height: 100% !important;
        overflow: auto;
    }

.slinky-menu ul {
    padding: 50px 6px 0 0;
}

.slinky-menu .header {
    background: #ffffff;
    border-bottom: 0;
    padding: 0 0 10px 0 !important;
    margin: 0;
    align-items: center;
}

    .slinky-menu .header a {
        padding: 0 !important;
        border: none;
    }

.slinky-theme-default li {
    border-bottom: 1px solid #f2f2f2;
    padding: 4px 0;
}

    .slinky-theme-default li:last-child {
        border-bottom: 0 none;
    }

.slinky-theme-default .next::after {
    background: url("/ResourcePackages/JNF/assets/dist/images/amhsi/icon-arrow-next.png") center no-repeat;
    height: 16px;
    width: 16px;
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    padding: 0;
}

.slinky-theme-default .back {
    font-weight: 400;
    padding: 0 0 0 18px !important;
    color: #001589;
    font-size: 18px;
    line-height: 48px;
}

    .slinky-theme-default .back::before {
        background: url("/ResourcePackages/JNF/assets/dist/images/amhsi/icon-arrow-back.png") center no-repeat;
        height: 16px;
        width: 16px;
        opacity: 1;
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        padding: 0;
        margin-right: 18px;
    }

.slinky-menu a {
    font-size: 18px;
    line-height: 48px;
    padding: 4px 0 !important;
    font-weight: 400 !important;
    color: #001589 !important;
}

    .slinky-menu a.level0 {
        font-size: 26px;
        padding: 0 !important;
    }

    .slinky-menu a.title-menu {
        font-size: 28px;
    }

    .slinky-menu a:hover, .slinky-menu a:focus {
        background: none;
        text-decoration: underline;
    }

.slinky-theme-default a:not(.back):hover {
    color: #001589;
    background: none;
}

.slinky-menu > ul.main-menu > li > a {
    text-transform: capitalize;
}

.slinky-theme-default ul li ul.active li {
    margin-left: 50px;
}

    .slinky-theme-default ul li ul.active li:first-child {
        margin-left: 0;
    }

.mmenu-info {
    padding-top: 26px;
    align-items: flex-end;
}

    .mmenu-info .info {
        font-size: 20px;
        color: #001589;
    }

        .mmenu-info .info a {
            padding: 0 !important;
            line-height: 24px !important;
            display: block;
        }

    .mmenu-info .social {
        justify-content: flex-end;
        display: flex;
    }

        .mmenu-info .social a {
            padding: 0 6px !important;
        }

            .mmenu-info .social a img {
                height: 18px;
                width: auto;
            }

.loginlink {
    padding-top: 45px;
}

#mmenu-close {
    position: absolute;
    left: 20px;
    z-index: 999;
}

#mmenu-close img {
    width: 20px;
    height: 20px;
}

.deskbox {
    display: flex;
}

.mobbox {
    display: none;
}

.bannerbtns {
    display: none;
}

    .bannerbtns .btn {
        margin-bottom: 63px;
        width: 250px;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        background: #001589;
    }

        .bannerbtns .btn:last-child {
            margin-bottom: 0;
        }

.hero-banner .phone {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 18px;
    width: 100%;
    font-weight: 700;
    color: #001589;
    text-align: center;
    display: none;
}

.footer-social.top {
    display: none;
}

.footer-social.bottom {
    display: block;
}

.footer .df-logo2 {
    margin-left: 50px;
}

.footer .mf-logo {
    display: none;
}

.m-search-icon {
    display: none;
}

.stopscroll {
    overflow-y: hidden;
}

.homebanner-aspect-wrapper .hero-banner-image {
    height: auto;
}

    .homebanner-aspect-wrapper .hero-banner-image img {
        position: relative;
        height: auto;
        object-fit: cover;
    }

.session-cards-row {
    padding: 0 15px;
    margin-bottom: 60px;
}

/*.session-cards .card-col:nth-child(1) {
    padding-right: 30px;
}

.session-cards .card-col:nth-child(2) {
    padding-left: 30px;
}*/

/* Mix blend mode */
.bannerbtns .btn {
    background: none;
    position: relative;
}

.hero-banner .hero-banner-text {
    position: relative;
}

    .hero-banner .hero-banner-text::before, .bannerbtns .btn::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-mix-blend-mode: multiply;
        -moz-mix-blend-mode: multiply;
        -o-mix-blend-mode: multiply;
        -ms-mix-blend-mode: multiply;
        mix-blend-mode: multiply;
    }

.bannerbtns .btn::before {
    left: -2px;
    top: -2px;
    border-radius: 50rem !important;
    height: 48px;
    width: 250px;
}

/*Discover Page*/
.hero-banner.sub-banner .hero-banner-content h1 {
    padding: 11px 30px;
}

.discovertxt {
    padding-bottom: 47px;
}

.academic-campus {
    text-align: center;
}

    .academic-campus h3 {
        font-size: 32px;
        font-weight: 400;
        color: #001589;
        line-height: 27px;
        margin-bottom: 13px;
    }

    .academic-campus .infotxt {
        max-width: 452px;
        width: 100%;
        margin: 0 auto 8px auto;
    }

        .academic-campus .infotxt p {
            font-size: 16px;
            color: #001589;
            font-weight: normal;
            /*line-height: 18px;*/
            line-height: 24px;
        }

.pictoicons {
    justify-content: center;
}

    .pictoicons > div {
        flex-grow: 1;
    }

        .pictoicons > div:last-child {
            margin-right: 0;
        }

    .pictoicons img {
        /*width: 100px;
        height: 100px;*/
        width: 80px;
        height: 80px;
        object-fit:contain;
        margin-bottom: 20px;
    }

    .pictoicons span {
        display: block;
        font-size: 18px;
        line-height: 18px;
        color: #001589;
        font-weight: 600;
        font-family: 'Barlow Condensed';
        inline-size: 148px;
        overflow-wrap: normal;
        letter-spacing:1.8px;
    }

.session-cards .box-links {
    margin-bottom: 19px;
}

    .session-cards .box-links a {
        margin-right: 34px;
        font-size: 18px;
        font-weight: bold;
    }

        .session-cards .box-links a:last-child {
            margin-right: 2px;
        }

.whiteheading {
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 13px;
    color: #fff;
}

.blueheading {
    font-size: 32px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 13px;
    color: #001589;
}

.space {
    height: 120px;
}

.socialfeedwrap {
    padding-top: 45px;
}

.socialfeed {
    overflow-x: auto;
    padding-bottom: 45px;
}

    .socialfeed h2 {
        margin-bottom: 43px;
    }

    .socialfeed ul {
        list-style: none;
        display: flex;
    }

        .socialfeed ul li {
            margin-right: 20px;
        }

.urself-card {
    padding: 120px 0;
    text-align: center;
}

.urselfvideo {
    width: 100%;
    max-width: 718px;
    width: 100%;
    height: auto;
    max-height: 404px;
    margin: auto;
    margin-bottom: 16px;
}

.yourselfinfo p {
    font-size: 24px;
    color: white;
    line-height: 32px;
    width: 100%;
    max-width: 790px;
    margin: auto;
}

.safetxt {
    padding: 106px 0 118px;
}

    .safetxt p {
        width: 100%;
        max-width: 891px;
        margin: auto;
    }

    .safetxt .btn {
        min-width: 164px;
        margin-top: 22px;
    }

.needhelp {
    padding: 60px 0;
}

    .needhelp .btn {
        font-size: 20px;
        min-width: 194px;
    }

/*explore page*/
.standout.explorestrip {
    padding: 60px 0 40px 0;
}

.exploretxt {
    padding: 20px 0 20px;
}

.standout.exploretxt p {
    font-size: 32px;
    line-height: 40px;
}

.standoutcta.exploretxt p {
    font-size: 32px;
    line-height: 40px;
}

.standout.exploretextsmall p {
    font-size: 21px;
}

.standoutcta.exploretextsmall p {
    font-size: 21px;
}

.greysection {
    background: #E4E5ED;
    padding-bottom: 50px;
}

.briefdescription {
    letter-spacing: 0.72px;
    font-size: 18px;
    font-weight: bold;
}

.cardicontext {
    font-size: 16px;
    letter-spacing: 0px;
}

.explorestrip h2 {
    margin-bottom: 15px;
}

.explorestrip p {
    font-size: 32px;
    line-height: 40px;
    max-width: 1034px;
    margin: auto;
}

.explorestrip .pictoicons {
    margin-bottom: 50px;
    flex-wrap: wrap;
}

    .explorestrip .pictoicons > a {
        margin-right: 62px;
        flex-grow: unset;
        width: 78px;
    }

        .explorestrip .pictoicons > a:last-child {
            margin-right: 0;
        }

.septtxt {
    padding: 0;
}

    .septtxt .pictoicons > div {
        margin-right: 62px;
        flex-grow: unset;
    }

        .septtxt .pictoicons > div:last-child {
            margin-right: 0;
        }

.explore-cards.one {
    padding: 57px 0 120px;
}

.explore-cards {
    padding: 106px 0 120px;
}

    .explore-cards h2 {
        margin-bottom: 55px;
    }

    .explore-cards .card-img-top {
        margin-bottom: 23px
    }

    .explore-cards h5.card-title {
        margin-bottom: 0;
        font-size: 32px;
    }

    .explore-cards .third-card {
        margin-top: 60px;
    }

.standout.additional {
    padding: 105px 0 121px;
}

    .standout.additional p {
        max-width: 891px;
        margin: auto;
    }

    .standout.additional .btn {
        margin-top: 108px;
    }

.standoutcta.additional {
    padding: 105px 0 121px;
}

    .standoutcta.additional p {
        max-width: 891px;
        margin: auto;
    }

    .standoutcta.additional .btn {
        margin-top: 108px;
    }

.explorebanner {
    display: none;
}

/*login page*/
.loginbtns {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

    .loginbtns .box {
        width: 240px;
        height: 240px;
        margin-right: 120px;
        background: #001589;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .loginbtns .box:last-child {
            margin-right: 0;
        }

        .loginbtns .box:hover {
            text-decoration: none;
        }

        .loginbtns .box span {
            font-size: 45px;
            color: #fff;
            line-height: 45px;
            font-weight: 400;
        }

        .loginbtns .box img:hover {
            transition: transform .3s;
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

.appprocess {
    text-align: center;
    padding-bottom: 60px;
}

    .appprocess div.appsub1 {
        font-size: 24px;
        color: #001589;
    }

    .appprocess div.appsub2 {
        font-size: 18px;
        color: #001589;
        letter-spacing: 0.72px;
        margin: 10px 0 10px;
    }

    .appprocess div a {
        color: #57C5FF;
    }

    .appprocess ul {
        list-style: none;
        font-size: 24px;
        color: #001489;
        line-height: 32px;
        font-weight: 400;
        padding-left: 0;
    }

    .appprocess h2 {
        margin-bottom: 0px;
    }

.reachus {
    padding: 79px 0 !important;
}

    .reachus .btn {
        min-width: 219px !important;
        margin-top: 23px !important;
    }

/*Remove extra spacing in 3rd card in explore page*/
.explore-program-wrap .exploretxt {
    padding-bottom: 0;
}

.sept-jun-wrap .session-cards {
    padding: 0;
}

.explore-session-card-wrap .session-cards {
    padding: 0;
}

.explore-session-card-wrap .explorestrip h2 {
    color: #001589;
}

.discover-cards .session-cards {
    padding: 60px 0
}

.discover-cards .session-cards-row {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .explore-session-card-wrap .session-cards-row {
        margin: 0;
    }

    .explore-program-wrap .standout.exploretxt {
        /*padding: 0;*/
    }

    .explore-program-wrap .standoutcta.exploretxt {
        padding: 0;
    }
}

@media (max-width: 586px) {
    .sept-jun-wrap .standout h2, .explore-session-card-wrap h2 {
        text-align: left;
    }

    .sept-jun-wrap .standoutcta h2, .explore-session-card-wrap h2 {
        text-align: left;
    }

    .sept-jun-wrap .explorestrip .pictoicons {
        justify-content: left;
        margin-bottom: 0;
    }

        .sept-jun-wrap .explorestrip .pictoicons > a {
            margin-right: 62px;
            flex-grow: unset;
            width: auto;
        }

            .sept-jun-wrap .explorestrip .pictoicons > a:last-child {
                margin-right: 0;
            }
}
/*Responsive Style Starts*/
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

@media (max-width:1300px) {
    .academic-card .academic-text {
        padding-right: 60px;
    }
}

@media (max-width:1200px) {
    .academic-card .academic-image img {
        width: 550px;
    }

    .academic-card .academic-text {
        padding-right: 0;
    }
}

@media (max-width:1080px) {
    .footer-bottom .row {
        flex-direction: column;
    }

        .footer-bottom .row .msa-logo {
            margin-right: auto;
        }

            .footer-bottom .row .msa-logo a {
                margin-left: 0;
                margin-right: 21px;
            }

    .hero-banner .tabbanner, .hero-banner .tabbanner-wrapper {
        display: block;
    }

    .hero-banner .deskbanner,
    .hero-banner .mobbanner, .hero-banner .mobbanner-wrapper, .hero-banner .deskbanner-wrapper {
        display: none;
    }

    .hero-banner .hero-banner-content-container {
        display: none;
    }

    .tabbanner-wrapper {
        position: relative;
        height: 593px;
        background-position: top 10% left 77%;
    }

        .tabbanner-wrapper .bannerbtns {
            display: none;
            position: absolute;
            width: 250px;
            left: 0;
            bottom: 188px;
            right: 0;
            text-align: center;
            margin: auto;
        }

    .bannerbtns .btn span {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2px;
        opacity: 1;
        color: #ffffff;
        position: relative;
        font-weight: 400;
        -webkit-mix-blend-mode: normal;
        -moz-mix-blend-mode: normal;
        -o-mix-blend-mode: normal;
        -ms-mix-blend-mode: normal;
        mix-blend-mode: normal;
    }
}

@media (max-width:992px) {
    .header.hfixed {
        position: relative;
    }

    .body-space {
        padding: 0;
    }

    #menu-btn {
        display: none;
    }

    #mob-menu-btn {
        display: block;
    }

    .container {
        max-width: 96%;
    }

    .deskbox {
        display: none;
    }

    .mobbox {
        display: flex;
    }

    .searchbtn span,
    .hamburger-icon strong,
    .topheader-wrapper,
    .main-navigation.open {
        display: none;
    }

    .hero-banner .hero-banner-content .bannerbtns {
        display: block;
    }

    .hero-banner .hero-banner-content {
        background: transparent;
        width: 250px;
    }

    .hero-banner .hero-banner-image img {
        height: 593px;
    }

    .hero-banner .phone {
        display: block;
    }

    .drilldown-menu.open {
        display: block;
    }

    .session-cards-row {
        padding: 0;
        margin: 0 0 60px 0;
    }

    .session-cards .card-col:nth-child(1) {
        padding-right: 15px;
    }

    .session-cards .card-col:nth-child(2) {
        padding-left: 15px;
    }

    .academic-card .academic-image img {
        width: 450px;
    }

    .academic-card .academic-text {
        padding-left: 20px;
        padding-right: 0;
        margin-right: 20px;
    }

    /*discover page*/
    .hero-banner.sub-banner .hero-banner-content h1 {
        display: block;
    }

    .hero-banner.sub-banner .hero-banner-content {
        width: fit-content;
    }

    .loginbtns .box {
        margin-right: 24px;
    }

    .hero-banner .hero-banner-content {
        position: absolute;
        width: fit-content;
        top: 40%;
        padding: 0px 64px;
    }

    .pictoicons span {
        inline-size: auto;
    }

    .academic-campus .infotxt {
        max-width: auto;
        width: auto;
    }
}

.quoterow {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 36px;
    padding: 60px 140px 80px 140px;
    text-align: center;
    background: #001589;
}

    .quoterow .quotetext {
        max-width: 763px;
    }

    .quoterow .quotequote {
        font-size: 165px;
        color: #57C5FF;
        position: relative;
        top: 40px;
        left: -10px;
        text-align: left;
    }
@media (max-width:767px) {

    .quoterow {
        padding: 50px 60px 80px 60px;
    }

        .quoterow .quotequote {
            font-size: 160px;
        }

        .quoterow .quotetext {
            font-size: 28px;
            margin: 0;
            letter-spacing: 0px;
            line-height: 36px;
        }

    .session-cards-row {
        margin-bottom: 0;
    }

    .standout.additional {
        padding-left: 15px;
        padding-right: 15px;
    }

    .standoutcta.additional {
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-cards .card-deck {
        flex-direction: column;
    }

    .video-cards .card {
        margin-bottom: 53px;
    }

        .video-cards .card:last-child {
            margin-bottom: 0;
        }

    .header-logo span {
        font-size: 10px;
    }

    .footer-social.top {
        display: block;
    }

    .footer-social.bottom {
        display: none;
    }

    .footer .df-logo {
        display: none;
    }

    .footer .mf-logo {
        display: inline-block;
    }

        .footer .mf-logo img {
            max-width: 100%;
            height: auto;
            margin-right: 10px;
        }

    .academic-card {
        flex-direction: column;
    }

        .academic-card .academic-image {
            max-width: 100%;
            padding: 0 15px;
            margin-bottom: 36px;
        }

        .academic-card .academic-text {
            padding: 0 15px;
        }

    .hero-banner .mobbanner, .hero-banner .mobbanner-wrapper {
        display: block;
        height: 593px;
        background-position: top 10% left 77%;
        background-repeat: no-repeat;
    }

    .hero-banner .deskbanner,
    .hero-banner .tabbanner, .hero-banner .hero-banner-content-container, .hero-banner .tabbanner-wrapper {
        display: none;
    }

    .session-cards .card-img-top {
        height: auto;
        margin-bottom: 18.76px;
    }

    .session-cards .card-col, .session-cards .card-col:nth-child(1), .session-cards .card-col:nth-child(2) {
        padding: 0;
    }

    .session-cards .card-title {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -0.48px;
        margin-bottom: 4px;
    }

    .session-cards .card {
        margin-bottom: 60px;
    }

        .session-cards .card .card-body {
            padding: 0 10px !important;
        }

    .session-cards {
        padding: 0;
    }

    .video-cards {
        padding: 80px 0 73px;
    }

        .video-cards .video-image {
            margin-bottom: 22px;
        }

        .video-cards .card-title {
            margin-bottom: 0;
        }

        .video-cards .card-text {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 30px;
        }

    .academic-card .academic-image img {
        width: auto;
        max-width: 100%;
    }

    .footer .df-logo2 {
        display: none;
    }

    .mobbanner-wrapper {
        position: relative;
    }

        .mobbanner-wrapper .bannerbtns {
            display: none;
            position: absolute;
            width: 250px;
            left: 0;
            bottom: 188px;
            right: 0;
            text-align: center;
            margin: auto;
        }

    /*discover page*/
    .hero-banner.sub-banner .hero-banner-content h1 {
        font-size: 18px;
    }

    .standout.discovertxt {
        padding: 48px 11px;
    }

    .standoutcta.discovertxt {
        padding: 48px 11px;
    }

    .discover-cards .session-cards .card {
        margin-bottom: 120px;
    }

    .academic-campus .col-md-6:nth-child(2) {
        margin-top: 48px;
    }

    .space {
        height: 60px;
    }

    .standout.safetxt {
        padding: 50px 11px 60px;
    }

    .standoutcta.safetxt {
        padding: 50px 11px 60px;
    }

    .discover-cards .session-cards {
        padding: 116px 0 0;
    }

    /*explore page*/
    .exploretxt {
        padding: 48px 0 99px;
    }

    .explore-cards {
        padding: 106px 0 120px;
    }

    .loginbtns .box {
        width: 240px;
        height: 240px;
        margin-right: 14px;
    }

        .loginbtns .box span {
            font-size: 24px;
            line-height: 28px;
        }

    .explorestrip .pictoicons > a {
        margin-right: 40px;
    }
}

@media (max-width:586px) {
    .container {
        max-width: 100%;
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .header-logo img {
        height: 32px;
        width: auto;
    }

    .logoheader {
        height: 80px;
        padding: 0 15px;
    }

        .logoheader .col {
            flex-grow: initial;
            padding: 0;
        }

            .logoheader .col.col-md-auto {
                flex-grow: 1;
            }

    .search-container {
        height: 80px;
    }

    .m-search-icon {
        display: inline-block;
    }

    .search-container .search-icon img {
        height: 20px;
        width: auto;
    }

    input[type="text"].search-field::placeholder {
        font-size: 18px;
        line-height: 24px;
    }

    input[type="text"].search-field::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 24px;
    }

    input[type="text"].search-field::-ms-input-placeholder {
        font-size: 18px;
        line-height: 24px;
    }

    .search-container .search-field {
        width: 100%;
        border-bottom: 0;
        margin-left: 20px;
    }

    .search-container .container {
        padding: 0;
        display: flex;
        border-bottom: 1px solid #001C83;
        max-width: 95%;
        margin: auto;
    }

    .footer-bottom .row {
        flex-direction: column-reverse;
    }

    .footer-menu {
        flex-direction: column;
        margin-bottom: 52px;
    }

        .footer-menu .col {
            padding: 0;
            margin-bottom: 23px;
        }

    .standout {
        padding: 100px 20px 40px 20px;
    }

    .standoutcta {
        padding: 30px 5px 30px 5px;
    }
    /*.session-cards .card-col:nth-child(1) {padding-right: 15px; margin-bottom: 80px;}*/
    .session-cards .card-title,
    .academic-card .academic-text h2,
    .standout h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .standoutcta h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .session-cards .card-text,
    .academic-card .academic-text p,
    .standout p, .standout.exploretxt p {
        font-size: 20px;
        line-height: 28px;
    }

    .standoutcta p, .standoutcta.exploretxt p {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }

    .quote {
        font-size: 24px;
        line-height: 34px;
        padding: 112px 15px;
    }

    .footer-menu .col a {
        font-size: 16px;
    }

    /*.footer .msa-logo a:nth-child(1) img {
        width: 100px;
        margin-bottom: 28px;
    }

    .footer .msa-logo a:nth-child(3) img {
        width: 100px;
    }

    .footer .msa-logo a:nth-child(2) img {
        width: 198px;
        margin-bottom: 28px;
    }*/

    .drilldown-menu {
        top: 80px;
    }

    .footer {
        padding: 74px 0;
    }

    .footer-info {
        margin-bottom: 20px;
    }

    .footer-menu .col a {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        margin: 0 0 9px;
    }

        .footer-menu .col a:last-child {
            margin: 0;
        }

    .mmenu-info .info a {
        font-size: 20px !important;
    }

    .header-logo span {
        letter-spacing: 1.0px;
        display: block;
        margin-top: 2px;
        line-height: 24px;
    }

    /*discover-explore pages*/
    .discover-cards .card-col:nth-child(1),
    .explore-cards .card-col:nth-child(1) {
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .hero-banner.sub-banner .hero-banner-image img {
        height: 179px;
    }

    .hero-banner.sub-banner .hero-banner-content h1 {
        padding: 0 30px;
    }

    .whiteheading {
        font-size: 48px;
        line-height: 52px;
    }

    .blueheading {
        font-size: 32px;
        line-height: 52px;
    }

    .explorebanner {
        display: block;
    }

    .standout.exploretxt {
        padding: 48px 11px;
    }

    .standoutcta.exploretxt {
        padding: 48px 11px;
    }

    .septtxt {
        padding-bottom: 0 !important;
    }

        .septtxt h2 {
            text-align: left;
        }

        .septtxt .pictoicons {
            justify-content: left;
        }

    .explore-cards.one {
        padding: 27px 0 60px;
    }

    .session-cards.explore-cards .card {
        margin-bottom: 59.5px !important;
    }

    .explore-cards .third-card {
        margin-top: 0;
    }

    .explore-cards .blueheading {
        text-align: left !important;
        margin-bottom: 18px;
    }

    .loginbtns {
        /*padding: 59.52px 0 109px;*/
    }

    .reachus {
        padding: 108px 0 60px !important;
    }

    .explorestrip {
        padding: 60px 20px 60px 20px;
    }

        .explorestrip .pictoicons {
            margin-bottom: 51px;
        }

            .explorestrip .pictoicons > a {
                margin: 0 0 27px 0;
                width: 33.33%;
            }

                .explorestrip .pictoicons > a span {
                    max-width: 78px;
                    margin: auto;
                }

                .explorestrip .pictoicons > a:nth-child(4), .explorestrip .pictoicons > a:nth-child(5) {
                    margin-bottom: 0;
                }
}

@media (max-width:480px) {
    .hero-banner .mobbanner, .hero-banner .mobbanner-wrapper {
        background-position: top 0 left 63%;
    }
}

@media (max-width:370px) {
    .slinky-menu {
        height: auto !important;
    }

    .mmenu-info .social {
        margin-top: 20px;
    }
}

@media (max-width:360px) {
    .standout .btn, .quote .btn {
        min-width: 300px;
    }

    .standoutcta .btn, .quote .btn {
        min-width: 300px;
    }

    .bannerbtns .btn, .bannerbtns .btn::before {
        width: 240px;
    }
}

@media (max-width:320px) {
    .standout .btn, .quote .btn {
        min-width: 250px;
    }

    .standoutcta .btn, .quote .btn {
        min-width: 250px;
    }

    .hero-banner .hero-banner-content .bannerbtns {
        padding: 0 10px;
    }
}
/*Responsive Style Ends*/

/* Magnific Popup CSS Starts */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/* Magnific Popup CSS Ends */
@media all and (max-width: 400px) {
    .mmenu-info .info, .mmenu-info .social {
        width: 45%;
    }

        .mmenu-info .info a {
            font-size: 20px !important;
            line-height: 24px !important;
        }

    .mmenu-info .info {
        font-size: 20px !important;
    }

    .menubuttons {
        margin-top: 25px;
    }

        .menubuttons a {
            font-size: 28px;
            padding: 0 !important;
        }
}

@media all and (max-width: 300px) {
    .footer-social a {
        padding: 0 10px;
    }

    .standout .btn, .quote .btn {
        min-width: unset;
        font-size: 16px;
    }

    .standoutcta .btn, .quote .btn {
        min-width: unset;
        font-size: 16px;
    }
}

@media all and (max-width: 290px) {
    .mmenu-info .info, .mmenu-info .social {
        width: 100%;
    }

    .mmenu-info .social {
        justify-content: flex-start;
    }
}

@media all and (max-width: 250px) {
    .bannerbtns .btn, .bannerbtns .btn::before, .mobbanner-wrapper .bannerbtns {
        width: 200px;
    }

        .bannerbtns .btn span {
            font-size: 14px;
        }
}

.homepage-modal {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}

.sfPageEditor .homepage-modal {
    display: block;
    position: relative;
    z-index: 1;
    background-color: transparent
}

.homepage-modal-content {
    width: 600px;
    margin: 100px auto 100px auto;
    position: relative
}

    .homepage-modal-content span {
        color: #fff;
        font-size: 21px;
        bottom: 20px;
        left: 294px;
        position: absolute;
        z-index: 201;
        display: block;
        cursor: pointer;
    }

    .homepage-modal-content img {
        width: 100%
    }

@media all and (max-width: 800px) {
    .homepage-modal-content {
        width: 300px;
        margin: 30px auto 30px auto;
    }

        .homepage-modal-content span {
            top: 7px;
            left: 274px;
            font-size: 20px;
        }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none;
    }
}

.urselfvideo iframe {
    max-width: 100%;
}

@media (max-width: 767px) {
    .msa-logo {
        flex-direction: column;
    }

        .msa-logo .msacol:nth-child(1) {
            margin-bottom: 28px;
        }

            .msa-logo .msacol:nth-child(1) img {
                height: 47px;
                width: auto;
            }

        .msa-logo .msacol:nth-child(2) img {
            height: 77px;
            width: auto;
        }
}

.btn-link-d:hover {
    color: #57C5FF !important;
    text-decoration: underline;
}

.question-btn {
    width: 55px;
    height: 197px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #001589;
    text-decoration: none;
    font-weight: normal;
    position: fixed;
    right: 0px;
    top: 400px;
    cursor: pointer;
}

.light-blue-bg {
    background: #57C5FF;
}

.needhelp h2 {
    color: #fff;
    font-size: 60px;
    line-height: 66px;
}

.qtn-btn-outline-primary {
    border: 2px solid #001589;
    background: #57C5FF;
    color: #001589;
    text-decoration: none;
}

    .qtn-btn-outline-primary:hover {
        border: 2px solid #fff;
        color: #fff;
        text-decoration: underline;
    }

.hero-banner .hero-banner-content .hero-text h1 {
    font-size: 82px !important;
    line-height: 90px !important;
}

.model1-sub-btn {
    border: 2px solid #001589;
    background: #D5D6DB;
    color: #001589;
    width: 102px;
}

    .model1-sub-btn:hover {
        border: 2px solid #57C5FF;
        background: #D5D6DB;
        color: #57C5FF;
    }



/* model */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    top: 300px;
    right: 0;
    background-color: #fefefe;
    width: 60%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

.modal-content-mob {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideInBottom;
    -webkit-animation-duration: 0.4s;
    animation-name: slideInBottom;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 18px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    text-decoration: underline;
    font-style: italic;
    line-height: 16px;
    font: italic normal bold 14px/16px Compasse;
    letter-spacing: 0.17px;
}

    .close:hover,
    .close:focus {
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }

.modal-body {
    padding: 0;
}

.firDivPad {
    padding: 20px;
    background: #D5D6DB;
}

.secDivPad, .model1-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.firDivPad label {
    text-align: left;
    letter-spacing: 0px;
    color: #001489;
    opacity: 1;
    font: normal normal normal 18px/18px Compasse;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideInBottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideInBottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.infotxtFir {
    margin: 0 20px 8px auto !important;
}

.infotxtSec {
    margin: 0 auto 8px 20px !important;
}

/*.zoom {
    transition: transform 1s;
}

.zoomhover:hover {
    color: #57C5FF;
    text-decoration: underline;
}

.zoom:hover img {
    transition: transform .5s;
    -ms-transform: scale(1.4);*/ /* IE 9 */
/*-webkit-transform: scale(1.4);*/ /* Safari 3-8 */
/*transform: scale(1.4);
}

.zoom:hover span {
    color: #57C5FF;
    text-decoration: underline;
}*/
.zoom {
    transition: transform 1s;
}

.zoomhover:hover {
    color: #57C5FF;
    text-decoration: underline;
}

.zoom img {
    transition: .3s;
}
.zoom:hover img {
    /*transition: transform .3s;*/
    /*-ms-transform: scale(1.1);*/ /* IE 9 */
    /*-webkit-transform: scale(1.1);*/ /* Safari 3-8 */
    /*transform: scale(1.1) translateY(-20px);*/
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
}

.zoom:hover span {
    color: #57C5FF;
    text-decoration: underline;
}

@media screen and (min-width: 1360px) {
    #mySecModalTest {
        padding: 0 238px;
    }
}

@media screen and (max-width: 1080px) {
    .cta-header-wrapper {
        position: relative;
        top: 0px;
        width: 100%;
        z-index: 100;
    }

    .cta-header-wrapper {
        display: block !important;
    }

    .hero-banner .hero-banner-content h1 {
        display: block;
        font-size: 48px;
        line-height: 57px;
    }
}

.question-btn-mob, .cta-header-wrapper-mob {
    display: none;
}

.question-circle-mob {
    display: none;
}

.question-circle {
    background: #57C5FF;
    width: 55px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #001589;
    text-decoration: none;
    font-weight: bold;
    position: fixed;
    right: 0px;
    top: 400px;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    display: block;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0.18px;
    z-index:100;
}

    .question-circle span:before {
        content: ' \003F';
        display: block;
        font-size: 58px;
        font-weight: bold;
        padding: 54px 10px 10px 10px;
    }

    .question-circle span, .question-circle span:hover {
        display: block;
        font-size: 10px;
        color: #001589;
        line-height: 16px;
        padding: 0 0 8px 0;
        margin: 0 5px 10px 5px;
        border-bottom: 1px solid #001589;
    }

    .question-circle:hover {
        color: #fff;
        text-decoration: none;
    }


@media screen and (max-width: 992px) {
    .question-btn, .question-circle {
        display: none !important;
    }

    .question-circle-mob {
        display: block;
    }

    .closesecDivPad {
        height: 69px;
        color: white;
        font-size: 18px;
    }

    .question-circle-mob {
        display: block;
        width: 100%;
        font-size: 18px;
        color: #001589;
        text-decoration: none !important;
        font-weight: normal;
        position: fixed;
        right: 0px;
        bottom: -0.5rem;
        cursor: pointer;
        height: 69px;
        background: #57C5FF;
        text-align: center;
        padding: 5px;
        letter-spacing: 2px;
        z-index: 9;
    }

    .myModal-container {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 862px) {
    .needhelp h2 {
        color: #fff;
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {

    .container {
        max-width: 100%;
    }

    .infotxtFir {
        margin: 0 auto 8px auto !important;
    }

    .infotxtSec {
        margin: 0 auto 8px auto !important;
    }

    .firDivPad {
        /*padding: 330px 20px 50px 20px;*/
        padding: 30px 20px 30px 20px;
        background: #D5D6DB;
    }

        .cta-header a {
            padding: 0px 20px;
            font-weight: 700;
            border-right: 2px solid #D5D6DB;
            line-height: 21px;
            font-size: 18px;
            color: #001589;
            letter-spacing: 0px !important;
        }

            .cta-header a img {
                display: none;
            }

            .cta-header a:last-child {
                border-right: none
            }

        .cta-header btn {
            height: 20px !important;
        }

    .pictoicons > div {
        width: 33%;
    }

    .hero-banner.sub-banner .hero-banner-image img {
        height: 682px;
    }

    .needhelp h2 {
        color: #fff;
        font-size: 44px;
        padding: 0 20px;
        line-height: 52px;
    }

    .needhelp {
        height: 295px;
        padding:20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .cta-header a {
        padding: 0px 20px;
    }

    
}

.question-btn-mob {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #001589;
    text-decoration: none !important;
    font-weight: normal;
    position: fixed;
    right: 0px;
    bottom: -0.5rem;
    cursor: pointer;
    height: auto;
}

.qtn-icon {
    font-size: 50px;
    color: #001589 !important;
    font-weight: bold;
    position: relative;
    top: 10px;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #001589;
}

.question-circle-mob span {
    line-height: 40px;
}

    .question-circle-mob span, .question-circle-mob span:hover {
        color: #fff;
    }

.toggleColorSelect {
    display: none;
}

.btn-outline-primary:hover, .session-cards .btn:hover {
    border: 2px solid #57C5FF !important;
    background: #fff !important;
    color: #57C5FF !important;
}

.btn-primary:hover {
    border: 2px solid #57C5FF !important;
    background: #57C5FF !important;
    color: #FFFFFF;
}

.btn-link:hover {
    color: #57C5FF !important;
    text-decoration: underline;
}

/*Faculty page*/
.header1 {
    font-size: 72px;
    line-height: 86px;
    font-weight: 400;
    color: var(--font-color);
}

.header2 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 400;
    color: var(--font-color);
}

.header3 {
    font-size: 32px;
    line-height: 27px;
    font-weight: 400;
    color: var(--font-color);
}

.header4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--font-color);
    letter-spacing: 0.72px;
}

.header5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--font-color);
    letter-spacing: 1.8px;
}

.linethrough {
    margin: 44px 0;
}

.backtotoplink {
    margin-top: 44px;
    font-weight: 600;
}

.pagehead {
    margin-top: 27px;
    text-align: center;
    margin-bottom: 33px;
}

.faculty-wrap {
    text-align: center;
    color: var(--font-color);
    margin-top: 31px;
    margin-bottom: 40px;
}

.faculty-img img {
    border: 1px solid #EAE8E8;
    width: 248px;
    height: 248px;
    max-width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.faculty-info {
    font-size: 21px;
    line-height: 28px;
    margin-top: 9px;
}

    .faculty-info p {
        margin-bottom: 0;
        font-weight: 400;
    }

        .faculty-info p strong {
            font-weight: 700;
        }

.faculty-detail {
    display: flex;
    color: var(--font-color);
    margin: 78px 0;
    align-items: center;
}

    .faculty-detail .member-img {
        width: 361px;
    }

        .faculty-detail .member-img img {
            border: 1px solid #EAE8E8;
            width: 361px;
            height: 361px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            object-fit: cover;
        }

        .faculty-detail .member-img .continfo {
            font-size: 21px;
            line-height: 28px;
            font-weight: 400;
            margin-top: 22px;
            font-style: italic;
            text-align: center;
        }

    .faculty-detail .member-info {
        margin-left: 31px;
        font-size: 21px;
        line-height: 28px;
        font-weight: 400;
    }

        .faculty-detail .member-info .name {
            font-size: 36px;
            line-height: 42px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .faculty-detail .member-info .pos {
            font-size: 28px;
            font-weight: 700;
        }

        .faculty-detail .member-info .desc {
            margin: 27px 0;
        }

        .faculty-detail .member-info .backtotoplink {
            font-weight: 600;
        }

/*blog list page*/
.bloglist-wrap {
    max-width: 763px;
    margin: auto;
}

    .bloglist-wrap .linethrough {
        margin: 30px 0 21px;
    }

.bloglist {
    display: flex;
    color: var(--font-color);
}

.bloglist-img img {
    width: 286px;
    height: 115px;
    object-fit: cover;
}

.bloglist-info {
    margin-left: 31px;
}

    .bloglist-info p {
        margin-bottom: 0;
    }

    .bloglist-info .publication-name {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        margin: 3px 0 10px;
    }

    .bloglist-info .headline {
        font-size: 28px;
        line-height: 28px;
        font-weight: 700;
    }

    .bloglist-info .author-name {
        font-size: 21px;
        line-height: 28px;
        font-weight: 400;
        margin-top: 10px;
    }

    .bloglist-info .desc {
        font-size: 21px;
        line-height: 28px;
        font-weight: 400;
        margin: 12px 0;
    }

    .bloglist-info .tags {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        margin-top: 12px;
        color: var(--skyblue-color);
    }

    .bloglist-info .category {
        margin: 0 0 22px;
    }

.loadmorelink {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    font-style: italic;
}



/*Custom Checkbox*/
.customCheckbox input[type="checkbox"] {
    visibility: hidden;
}

.customCheckbox label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #001589;
    margin-left: 10px;
    margin-bottom: 0;
}

.customCheckbox input[type="checkbox"]:checked + label:before {
    background: url(../images/menu-close-icon.svg) no-repeat 50% 50%;
}

.customCheckbox label:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    top: 0px;
    left: -25px;
    border: 1px solid #001589;
    background-color: #fff;
}

/*Filter Menu*/
.filterMenu {
    width: 452px;
    height: 100%;
    position: fixed;
    left: -452px;
    top: 0;
    transition: 0.4s;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 79px 0 0 35px;
    color: #001589;
}

    .filterMenu.open {
        left: 0;
    }

    .filterMenu ul {
        margin: 17px 0;
        padding: 0;
        list-style: none;
    }

        .filterMenu ul li {
            margin-bottom: 14.5px;
        }

    .filterMenu .filterbtn {
        font-size: 20px;
        height: 48px;
        border: 2px solid var(--skyblue-color);
        color: var(--skyblue-color);
        text-decoration: none;
        width: 102px;
        background-color: #fff;
        margin-top: 13px;
    }

        .filterMenu .filterbtn:hover {
            border: 2px solid #001589;
            color: #001589;
        }

.filterclosebtn {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    position: absolute;
    right: 29px;
    top: 36px;
    color: var(--skyblue-color);
}

hr.blueline {
    border-bottom: 1px solid #001589;
}

hr.space30 {
    margin: 30px 0;
}

.blog-archive-wrap {
    display: flex;
    justify-content: space-between;
}

    .blog-archive-wrap .bloglist-wrap {
        margin: 0;
        flex-grow: 1;
    }

    .blog-archive-wrap .bloglist-img img {
        width: 376px;
        height: 176px;
        object-fit: cover;
    }

.archive {
    width: 267px;
    margin: 30px;
    color: #707070;
}

    .archive ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .archive h3 {
        font-size: 32px;
        line-height: 27px;
        font-weight: 400;
        color: #707070;
        margin-bottom: 17px;
    }

    .archive a {
        font-size: 21px;
        line-height: 28px;
        font-weight: 400;
        color: #707070;
        font-style: italic;
        margin-bottom: 15px;
        display: block;
    }

.feature-blog .bloglist-img img {
    width: 664px;
    height: 311px;
    object-fit: cover;
}

/*Post page*/
.post-wrap {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    max-width: 762px;
    color: #001589;
    margin: 41px auto;
}

    .post-wrap .post-info {
        text-align: center;
    }

        .post-wrap .post-info .author {
            margin-bottom: 4px;
        }

        .post-wrap .post-info .category {
            color: var(--skyblue-color);
            margin-bottom: 0;
        }

    .post-wrap .post-title {
        margin: 41px 0 18px;
        text-align: center;
    }

    .post-wrap .post-img img {
        width: 100%;
        height: 356px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .post-wrap .social a img {
        width: 22px;
        height: auto;
        margin: 0 27px 20px 0;
    }

    .post-wrap .post-detail {
        margin: 20px 0 0;
    }

/*FAQ*/
.faq-wrap {
    max-width: 964px;
    margin: 55px auto 0;
}

    .faq-wrap .faq-title {
        text-align: center;
    }

        .faq-wrap .faq-title p {
            font-size: 21px;
            line-height: 28px;
            font-weight: 400;
            color: #001589;
            margin-top: 30px;
        }

    .faq-wrap .faq-box h2 {
        margin: 60px 0 15px;
        text-align: center;
    }

    .faq-wrap .accordion {
        color: #001589;
    }

        .faq-wrap .accordion .card {
            border: 0;
            margin-bottom: 6px;
        }

        .faq-wrap .accordion .card-header {
            padding: 0;
        }

            .faq-wrap .accordion .card-header button {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #E4E5ED;
                height: 93px;
                font-size: 18px;
                line-height: 18px;
                letter-spacing: 1.8px;
                border: 0;
                width: 100%;
                color: #707070;
                transition: 0ms;
                -webkit-transition: 0ms;
            }

                .faq-wrap .accordion .card-header button.collapsed:hover {
                    color: var(--skyblue-color);
                }

                    .faq-wrap .accordion .card-header button.collapsed:hover:after {
                        background-color: var(--skyblue-color);
                    }

                .faq-wrap .accordion .card-header button.collapsed {
                    color: #001589;
                }

                .faq-wrap .accordion .card-header button:after {
                    content: "-";
                    width: 19px;
                    height: 19px;
                    background-color: var(--skyblue-color);
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                    color: #fff;
                    font-size: 12px;
                    position: absolute;
                    left: 25px;
                    font-weight: 600;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .faq-wrap .accordion .card-header button.collapsed:after {
                    content: "+";
                    background-color: #001589;
                }

        .faq-wrap .accordion .card-body {
            background: #F4F4F5;
            padding: 20px 25px;
            font-size: 21px;
            line-height: 28px;
            font-weight: 400;
            color: #001589;
        }

/* super page widgets */

.content-section {
    margin: 0 auto 60px auto;
}

.font-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #001589;
}
.font-21 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    color: #001589;
}

.font-16 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #001589;
}

.fullwidthblog {
    display: flex;
    flex: 1;
    color: #001589;
    margin: 0 0 60px 0;
}

    .fullwidthblog .fwinfowrap {
        display: flex;
        justify-content: center;
        flex: 1;
        align-items: center;
    }

    .fullwidthblog .fwinfo {
        max-width: 572px;
        text-align: center;
        padding-right: 16px;
    }

.fwinfo .headline {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
}

.fwinfo .desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 30px;
}

.fwinfo .author {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

    .fwinfo .author strong {
        font-weight: 900;
    }

.fwinfo F {
    margin-top: 30px;
}

.fwinfo .social a {
    margin: 0 27px 0 0;
}

    .fwinfo .social a:last-child {
        margin: 0;
    }

.fwinfo .social img {
    width: 22px;
    height: auto;
}

.fullwidthblog .fwimg {
    flex: 1;
}

    .fullwidthblog .fwimg img {
        width: 100%;
        height: 672px;
        object-fit: cover;
    }

.narrow-size {
    max-width: 602px;
    margin: 0 auto;
}

.wide-size {
    max-width: 964px;
    margin: 0 auto;
}

.content-section.with-icon img {
    width: 83px;
    height: auto;
    margin: 0 20px 10px 0;
}

.video-wrap {
    max-width: 768px;
    margin: 0 auto;
}

    .video-wrap img {
        width: 100%;
        height: auto;
    }

.fullwidthbanner img {
    width: 100%;
    height: 468px;
    object-fit: cover;
}

.testimonial-wrap {
    max-width: 953px;
    margin: 0 auto;
}

.testimonial-box .picture img {
    width: 248px;
    height: 248px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #EAE8E8;
    -webkit-border-radius: 100%;
}

.testimonial-box .picture .picinfo {
    margin-top: 9px;
}

    .testimonial-box .picture .picinfo p {
        margin-bottom: 0;
        color: #001589;
        font-size: 21px;
        line-height: 28px;
        font-weight: 400;
        text-align: center;
    }

.testimonial-info {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    color: #001589;
    position: relative;
    padding: 30px 0 0 80px;
}

    .testimonial-info .linearrow {
        position: absolute;
        left: 20px;
        display: block;
    }

.pagination {
}

    .pagination li {
        display: inline-block;
        font-size: 24px;
        margin: 10px 10px 0 0;
    }

.testimonial-box {
    display: flex;
    border-bottom: 1px solid #D5D6DB;
    padding: 30px 0;
}

    .testimonial-box:last-child {
        border-bottom: 1px solid #D5D6DB;
    }

    .testimonial-box .linearrow-mobile {
        display: none;
    }

/*Responsive*/
@media only screen and (max-width:1200px) {
    .blog-archive-wrap {
        flex-direction: column;
    }

    .archive {
        margin: 30px 0;
        width: 100%;
    }

    .feature-blog .bloglist-img img {
        width: 376px;
    }

    .fullwidthblog {
        flex-direction: column;
    }

        .fullwidthblog .fwimg {
            order: 1;
        }

        .fullwidthblog .fwinfowrap {
            order: 2;
            margin-top: 30px;
            padding: 0 10px;
        }

        .fullwidthblog .fwinfo {
            padding-right: 0;
        }
}

@media only screen and (max-width:992px) {
    .faculty-detail {
        flex-direction: column;
    }

        .faculty-detail .member-info {
            text-align: center;
        }

    .feature-blog .bloglist-img img {
        width: 300px;
        height: 200px;
    }

    .blog-archive-wrap .bloglist-img img {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width:767px) {
    .header1 {
        font-size: 44px;
        line-height: 54px;
    }

    .header2 {
        font-size: 36px;
        line-height: 40px;
    }

    .fullwidthblog .fwimg img {
        height: auto;
    }

    .bloglist {
        display: block;
    }

    .bloglist-img img {
        margin-bottom: 12px;
    }

    .bloglist-wrap .linethrough {
        margin: 12px 0 21px;
    }

    .bloglist-info {
        margin-left: 0;
    }

    .testimonial-box {
        flex-direction: column;
    }

        .testimonial-box .picture {
            text-align: center;
        }

    .testimonial-info {
        padding: 12px 0 0;
        text-align: center;
    }

        .testimonial-info .linearrow {
            display: none;
        }

        .testimonial-info .linearrow-mobile {
            display: block;
            margin-bottom: 15px;
        }
}

@media only screen and (max-width:481px) {
    .bloglist-img img {
        width: 100%;
        height: 176px;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px) {
    .cta-header-wrapper{border:2px solid #D5D6DB;}
    .cta-header{height:56px;}
    .cta-header a {
        color: #001589;
        letter-spacing: 0px !important;
        display: flex;
        align-items: center;
        height: 100%;
    }
}
.filterMenu {
        width: 100%;
    }

.stripe-banner .container{width: 100%; max-width: 100%;}
.stripe-banner .hero-banner-content {
    top: 0;
    background-color: rgba(0,21,137,0.54) !important;
    width: 100% !important;
    text-align: center;
    left: 0;
    max-width: 100%;
    padding: 20px 130px 13px 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stripe-banner .hero-banner-content h1{font-size: 64px;font-weight: 400;color: #fff;
    line-height: 72px;}

/* Tuition page */
.tuition-container{
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    color:#001589;
}
.tuition-title{text-align: center;}
.tuition-title .header3{line-height: 32px;}
.tuition-title p{line-height: 32px;}
.tuition-wrap{
    max-width: 572px;
    margin: 41px auto ;
}
.tuition-wrap ul{
    padding-left: 20px;
}
.tuition-icon{width: 80px; height: 83px; object-fit: contain; margin: 0 1rem 1rem 0;}
.container.tuition{max-width: 1160px;}
.container.tuition .row p{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0;
}
.space-60{height: 60px;}

.dream-israel{background: #162C53; color: #fff; padding: 46px 20px 60px;}
.dream-israel img{max-width: 100%;}
.dream-israel-content{max-width: 768px; margin: auto; text-align: center;}
.dream-israel-content h3{color: #fff;margin: 27px 0;}
.dream-israel-btn{margin-top: 27px;display: inline-block;}

@media (max-width: 992px){
    .stripe-banner .hero-banner-content h1{padding: 0px;display: block !important; font-size: 44px; line-height: 49px; font-weight: 400 !important;}
    .tuition-container{
        font-size: 18px; line-height: 26px;
    }
    .tuition-title{margin-bottom: 10px;}
    .tuition-title p{font-size: 21px;}
    .tuition-title hr{display: none;}
    .container.tuition .col-md-4, .container.tuition .col-md-3{padding-bottom: 20px; margin-bottom: 20px;border-bottom: 1px dotted #001589;}
    .container.tuition .col-md-4:last-child, .container.tuition .col-md-3:last-child{border-bottom: 1px solid #001589;}
    .tuition-cols{padding: 0 20px;}
}
@media (max-width: 767px) {
    .stripe-banner .hero-banner-content{padding:14px 20px;}
}

/*New fixes */
.explore-session-card-wrap.greysection .btn-outline-primary:hover {
    border: 2px solid #001489 !important;
    color: #001489 !important;
    background: transparent !important;
}

@media screen and (max-width: 767px) {
    .session-cards .card .card-body {
        padding: 0 !important
    }
    .quoterow{position:relative;}
    .quoterow .quotequote {
        position: absolute;
        left: 15px;
        top: 80px;
    }
    .double-cards .card-title {
        font-size: 44px;
        line-height: 52px;
        display: flex;
        flex-direction: column;
    }
    
    .double-cards .card-title:after {
        content: "";
        height: 1px;
        background: #001589;
        width: 100px;
        margin: 20px 0;
    }
    
}

@media screen and (max-width: 481px) {
    .standout .btn{min-width:100%;}
}

#mobile-menu .menubuttons a {
    font-size: 26px;
    padding: 0 0 5px 0 !important;
}
#mobile-menu .menubuttons {
    margin-top: 20px;
}
.applypgicons .session-cards .card-img-top {
    /*max-height: 240px;*/
    max-height: 172px;
    width: auto;
    margin: auto;
    margin-bottom:32px;
}

.applypgicons .session-cards .zoom,
.applypgicons .session-cards .card-title {
    text-align: center;

}

.cardicn {
    object-fit: contain !important;
    width: 40px !important;
    height: auto !important;
}
.cardicontext{margin-left:15px;}

.double-cards .row{align-items:flex-start;}
.double-cards .card-col:nth-child(1) .card-body,
.double-cards .card-col:nth-child(1) .card-body p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.timetable-box .double-cards .card-col:nth-child(1) .card-body,
.timetable-box .double-cards .card-col:nth-child(1) .card-body p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.double-cards .card-body .icon {
    width: 50px;
    height: auto;
    margin: 0 20px 15px 0;
}
.double-cards .card-col:nth-child(2) {
    border-left: 1px solid #001489;
}
.double-cards .card-col:nth-child(2) .card-body,
.double-cards .card-col:nth-child(2) .card-body ul {
    margin-bottom: 0;
}
.double-cards .card-col:nth-child(2) .card-body ul{
    padding-left:0;
}
.double-cards .card-col:nth-child(2) .card-body ul li {
    list-style-position: inside;
    list-style-type: none;
}
.double-cards .card-col:nth-child(2) .card-body ul li:before {
    content: '\2022';
    margin-right: 10px;
}
.double-cards .card-col:nth-child(2) .card-body ul li:last-child {
margin-bottom:0;
}