
/* Plugins */
@import url('plugins/dnn-default.css');
@import url('plugins/hamburgers.css');
@import url('plugins/select2.min.css');
@import url('plugins/trumbowyg.table.min.css');

/* EWDS */
@import url('ewds/global.css');
@import url('ewds/layout.css');
@import url('ewds/typography.css');
@import url('ewds/nav.css');
@import url('ewds/form.css');
@import url('ewds/button.css');
@import url('ewds/header.css');
@import url('ewds/footer.css');
@import url('ewds/my-account.css');
@import url('ewds/page.css');
@import url('ewds/table.css');

.img-responsive {
    display: block;
    max-width: 100%;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav__bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    position: relative;
}

.nav-toggle {
    float: right;
    color: #3F4A56;
    cursor: pointer;
    width: 85px;
}

.navbar__menu__line__wrap {
    position: relative;
    margin-right: 8px;
    padding-top: 10px;
}

.navbar__menu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    color: #3F4A56;
    line-height: 12px;
    font-size: 10px;
}

.navbar__menu-line {
    position: absolute;
    height: 1px;
    border-radius: 0.5px;
    background-color: #3F4A56;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar__menu-line.navbar__menu-line--top {
    top: 14px;
    right: 0;
    width: 22px;
    border-radius: 10px;
}

.navbar__menu-line.navbar__menu-line--top2 {
    top: 10px;
    right: 0;
    width: 22px;
    border-radius: 0px;
}

.navbar__menu-line.navbar__menu-line--bottom {
    top: 18px;
    right: 0;
    width: 14px;
    border-radius: 10px;
}

.nav-toggle.nav-close .navbar__menu-line.navbar__menu-line--top2 {
    width: 22px;
    top: 14px;
    transform: rotate(-45deg) translate(-1px, 2px);
    background-color: #3F4A56;
}

.nav-toggle.nav-close .navbar__menu-line.navbar__menu-line--top {
    display: none;
}

.nav-toggle.nav-close .navbar__menu-line.navbar__menu-line--bottom {
    transform: rotate(50deg) translate(-1px, -1px);
    width: 22px;
    top: 18px;
    background-color: #3F4A56;
}



.menu__right {
    display: flex;
}

.nav-toggle.nav-close i::before {
    content: '\f00d';
}

.navbar__list-wrapper--scroll {
    padding-right: 10px;
    overflow: auto;
}

.navbar__list-item {
    display: block;
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 24px;
    background-color: #f1f4f6;
}

.sub-menu {
    display: none;
    position: relative;
}

.sub-menu-toggle {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 40px;
    cursor: pointer;
}

.sub-menu.js-toggled {
    display: block;
}

@media (min-width: 768px) {
    .menu__right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar__menu-line.navbar__menu-line--top2 {
        top: 0px;
    }

    .navbar__menu-line.navbar__menu-line--top {
        top: 4px;
    }

    .navbar__menu-line.navbar__menu-line--bottom {
        top: 8px;
    }
}


@media (min-width: 1200px) {
    .nav-toggle {
        display: none;
    }

    .nav__bg {
        padding: 10px 0px 0px 0px;
    }

    .sub-menu-toggle {
        top: 7px;
        color: #000;
        right: -30px;
    }

    .sub-menu {
        position: absolute;
        background: rgb(255, 255, 255, 0.90);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    }

    .sub-menu li a:hover {
        color: #fff !important;
        background-color: #e8c302;
    }
}

.banner-section h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #060039;
    margin-top: 30px;
}

.banner-section h1 span {
    display: block;
    font-size: 32px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .banner-section .img-right0 {
        padding-right: 0px;
        text-align: right;
    }

    .banner-titel-con {
        max-width: 396px;
        text-align: center;
        margin-left: 95px;
    }
}

@media (min-width: 1200px) {
    .banner-section h1 {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 38px;
        line-height: 70px;
        text-align: center;
        color: #060039;
        margin-top: 0px;
    }

    .banner-section h1 span {
        font-size: 72px;
        color: #060039;
    }
}

.img-text-section {
    margin-top: 30px;
    position: relative;
}

.what-is-focus-img-con img {
    border-radius: 20px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    position: relative;
}

.what-is-focus-text-con h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    color: #060039;
    font-family: 'Rubik', sans-serif;
}

.focus-west {
    float: right;
}

.arrow {
    display: none;
}

@media (min-width: 1024px) {
    .img-text-section {
        margin-top: 50px;
    }

    .what-is-focus-text-con {
        padding-left: 45px;
        padding-right: 52px;
        position: relative;
    }

    .what-is-focus-img-con {
        padding-left: 45px;
        padding-right: 52px;
        /* text-align: right; */
    }

    .what-is-focus-text-con h2 {
        font-size: 22px;
        margin-bottom: 27px;
    }

    .what-is-focus-text-con p {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
    }
}

@media (min-width: 1200px) {
    .what-is-focus-text-con h2 {
        font-size: 38px;
        margin-bottom: 27px;
    }

    .img-text-section {
        margin-top: 150px;
    }

    .pb-150 {
        padding-bottom: 150px;
    }

    .pt-150 {
        padding-top: 150px;
    }

    .pb-185 {
        padding-bottom: 185px;
    }

    .position__relative {
        position: relative;
    }

    .focus-west {
        position: absolute;
        bottom: -85px;
        right: 0;
    }

    .arrow {
        position: relative;
    }
}

@media (min-width: 1440px) {
    .focus-west {
        position: absolute;
        bottom: -110px;
        right: 0;
    }
}

.university-text-con h2 {
    font-family: 'Rubik', sans-serif;
    color: #060039;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.university-text-con h2 span {
    display: block;
}



@media (min-width: 1024px) {
    .university-img-con {
        text-align: left;
        z-index: -2;
        position: relative;
    }

    .university-text-con h2 {
        font-family: 'Rubik', sans-serif;
        color: #060039;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .university-text-con {
        padding-right: 45px;
        padding-left: 52px;
    }
}

.study-titel {
    font-family: 'Rubik', sans-serif;
    color: #060039;
    font-weight: 600;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.study-img-con {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .study-text-con {
        padding-left: 71px;
        padding-right: 103px;
        margin-top: 91px;
    }
}

@media (min-width: 1200px) {
    .university-text-con h2 {
        font-size: 38px;
        margin-bottom: 33px;
    }

    .study-titel {
        font-weight: 600;
        font-size: 38px;
        line-height: 45px;
        color: #060039;
        margin-top: 8px;
        margin-bottom: 21px;
    }

    .study-text-con {
        padding-left: 71px;
        padding-right: 103px;
        margin-top: 91px;
    }

    .study-text-con p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
    }

    .study-img-con {
        padding-right: 45px;
        padding-left: 102px;
    }
}

@media (min-width: 1200px) {
    .img-text-section::after {
        content: "";
        position: absolute;
        top: 354px;
        left: 14px;
        width: 1283px;
        height: 1475px;
        background: url(../images/line.png) no-repeat bottom left;
        z-index: -1;
    }
}

@media (min-width: 1200px) {
    .img-text-section::after {
        top: 354px;
    }
}


/* .dropdown {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    background-color: transparent;
    padding: 0;
    width: 100%;
    position: relative;
    display: none;
    padding-left: 13px;

    border-left: 3px solid #30808C;
}

.dropdown.fast {
    display: block;
} */

.core-menu {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    background: #ffffff;
    position: fixed;
    left: -1000vh;
    padding: 178px 0 30px;
    height: 100vh;
    transition: all ease-in-out 0.3s;
}

.core-menu:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 96px;
    height: 82px;
    background: url(../images/logo.svg) 0 0 no-repeat;
    background-size: 96px;
}

.core-menu.fast {
    left: 0;
    z-index: 9;
    top: 0;
}

.core-menu li {
    width: 100%;
    display: block;
    padding: 0 0 10px 40px;
}

.core-menu li .dropdown li {
    padding: 0;
}

.core-menu li a {
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0;
}

.core-menu li .dropdown li a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.core-menu li .dropdown li a {
    color: #000;
}

.core-menu li a:hover {
    color: #30808C;
}

.core-menu li .dropdown li a:hover {
    color: #30808C;
}

.core-menu li.active a {
    color: #30808C;
}

.core-menu li .dropdown li.active a {
    color: #B34C73;
}

.core-menu li .dropdown li.active-page a {
    color: #30808C;
}

.core-menu li .dropdown li.active-page a::after {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #30808C;
}



.core-menu-account li {
    width: 100%;
    display: block;
    padding: 0 0 10px 40px;
}

.core-menu-account li .dropdown li {
    padding: 0;
}

.core-menu-account li a {
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding: 0 0;
}

.core-menu-account li .dropdown li a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.core-menu-account li .dropdown li a {
    color: #000;
}

.core-menu-account li a:hover {
    color: #30808C;
}

.core-menu-account li .dropdown li a:hover {
    color: #30808C;
}

.core-menu-account li.active a {
    color: #30808C;
}

.core-menu-account li .dropdown li.active a {
    color: #B34C73;
}

.core-menu-account li .dropdown li.active-page a {
    color: #30808C;
}

.core-menu-account li .dropdown li.active-page a::after {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #30808C;
}

.burger-1,
.burger-2,
.burger-3 {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 30px;
    right: 0;
    background: #000;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.burger-1 {
    top: 15px;
}

.burger-2 {
    top: 23px;
}

.burger-3 {
    top: 31px;
}

.burger-1.open,
.burger-2.open,
.burger-3.open {
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    transform-origin: 50% 50%;
}

.burger-1.open {
    top: 25px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.burger-2.open {
    opacity: 0;
}

.burger-3.open {
    top: 25px;
    width: 23px;
    transform: rotate(-45deg);
}

/* .dropdown {
    width: 100%;
    position: relative;
} */

.dropdown2 {
    right: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

/* .dropdown.fast {
    display: block;
    margin-top: 10px;
} */

.body-divison-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

@media (min-width:992px) {
    .body-divison-logo {
        display: none;
    }

    .core-menu {
        padding: 228px 0 30px;
        display: block;
        position: relative;
        left: 0;
        height: auto;
    }

    .body-divison-sidebar {
        width: 300px;
        overflow: auto;
        height: 100vh;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
    }

    .body-divison-right-side {
        width: calc(100% - 300px);
        margin-left: 300px;
    }

    .body-divison {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width:1200px) {
    .body-divison-sidebar {
        width: 400px;
    }

    .body-divison-right-side {
        width: calc(100% - 400px);
        margin-left: 400px;
    }

    .core-menu li a {
        font-size: 28px;
    }

    .core-menu li .dropdown li a {
        font-size: 22px;
    }
}

.higher-edu {
    position: relative;
}

.higher-edu:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 297px;
    height: 403px;
    background: url(../img/higher-edu-heading-line.png) 0 0 no-repeat;
    opacity: 0.2;
}

.body-divison-heading-wrapper {
    max-width: 570px;
    position: relative;
    z-index: 9;
}

.body-divison-heading {
    padding: 60px 15px 150px;
}

.body-divison-right-side {
    margin-top: 104px;
}

.body-divison-heading-wrapper h1 {
    font-size: 24px;
    color: #30808C;
    font-weight: 600;
    padding-bottom: 20px;
}

.body-divison-heading-wrapper p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    padding-bottom: 0;
}

.higher-edu-block {
    padding: 0 15px 90px;
    position: relative;
}

.higher-edu-block h2 {
    font-size: 20px;
    font-weight: 700;
    color: #B85178;
    padding-bottom: 10px;
}

.higher-edu-block p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    padding-bottom: 0;
}

.higher-edu-block-video {
    margin-top: 30px;
    position: relative;
    border-radius: 10px;
    overflow-x: hidden;
    aspect-ratio: 2 / 1.5;
    max-width: 600px;
    margin: 30px auto 0;
}

.higher-edu-block-item {
    position: relative;
    z-index: 9;
    margin-bottom: 60px;
}

.higher-edu-block-item:last-child {
    margin-bottom: 0;
}

.higher-edu-block-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.higher-edu-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 85) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    z-index: 1 !important;
    transition: all ease-in-out 0.3s;
}

.higher-edu-video-overlay button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

.higher-edu-video-overlay:hover button {
    background-color: #b85178;
}

.higher-edu-video-overlay h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.higher-edu-video-overlay h3 span {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.higher-edu-block-video video {
    opacity: 0;
    width: 100%;
    transition: 1s;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.higher-edu-block:after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: 0;
    width: 100%;
    max-width: 414px;
    height: 536px;
    background: url(../img/edu-block-ball.png) 0 0 no-repeat;
}

@media (min-width:992px) {
    .body-divison-right-side {
        margin-top: 0;
    }

    .body-divison-heading {
        padding: 60px 30px 150px;
    }

    .body-divison-heading-wrapper h1 {
        font-size: 30px;
    }

    .body-divison-heading-wrapper p {
        font-size: 16px;
    }

    .higher-edu-block h2 {
        font-size: 24px;
    }

    .higher-edu-block p {
        font-size: 16px;
    }

    .higher-edu-block {
        padding: 0 30px 90px;
    }
}

@media (min-width:1200px) {
    .body-divison-heading-wrapper h1 {
        font-size: 50px;
    }

    .body-divison-heading-wrapper p {
        font-size: 18px;
        line-height: 25px;
    }

    .body-divison-heading {
        padding: 60px 52px 150px;
    }

    .body-divison-heading {
        padding: 60px 50px 320px;
    }

    .higher-edu:after {
        top: 86px;
        opacity: 1;
    }

    .higher-edu-block h2 {
        font-size: 38px;
        padding-bottom: 15px;
    }

    .higher-edu-block p {
        font-size: 18px;
    }

    .higher-edu-block-video {
        margin-top: 74px;
        aspect-ratio: inherit;
        height: 400px;
    }

    .higher-edu-video-overlay {
        padding: 40px;
    }

    .higher-edu-video-overlay h3 {
        font-size: 20px;
    }

    .higher-edu-video-overlay h3 span {
        font-size: 15px;
        margin-top: 15px;
    }

    .higher-edu-block {
        padding: 0 70px 325px;
    }

    .higher-edu-block-item {
        margin-bottom: 100px;
    }
}


/*::::::::::::::::::::::::::::::::::::*/

.study-matching-wrap {
    max-width: 100%;
}

.study-matching-top-border {
    border: 1px dashed #7B61FF;
    border-radius: 5px;
    padding: 10px;
}

.body-divison-heading-wrapper.study-matching-wrap h1 {
    font-size: 24px;
    color: #30808C;
    font-weight: 600;
    padding-bottom: 0px;
    font-family: 'Rubik', sans-serif;
}

.study-matching-wrap h2 {
    font-size: 18px;
    color: #B34C73;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}

.study-matching-heading {
    padding: 60px 15px 0px 15px;
}

.study-matching-video {
    margin-top: 28px;
}

.higher-study-matching.higher-edu-block::after {
    display: none;
}

.higher-study-matching.higher-edu-block {
    padding: 0 15px 0px 15px;
}

.study-matching-img-section {
    padding: 30px 0;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.study-matching-img-div {
    text-align: center;
}



@media (min-width:1024px) {
    .quizzes-continue-div button+button {
        margin: 0 84px;
    }

    .quizzes-continue-div a+a {
        margin: 0 84px;
    }

    .study-matching-heading {
        padding: 60px 50px 0px 50px;
    }

    .body-divison-heading-wrapper.study-matching-wrap h1 {
        font-size: 50px;
        line-height: 41px;
    }

    .study-matching-wrap h2 {
        font-size: 50px;
        /* line-height: 25px; */
    }

    .study-matching-top-border {
        padding: 20px;
    }

    .study-matching-img-section {
        padding: 67px 0 80px 0;
        width: calc(100% - 208px);
        margin: 0 auto;
    }
}

.contain-heading {
    padding-top: 60px;
    padding-bottom: 30px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.contain-heading h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #30808C;
    margin-bottom: 5px;
}

.contain-heading h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #B34C73;
    margin-bottom: 15px;
}

.contain-heading p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 10px;
}

.higher-edu-block.higher-study-matching.quizzes-section {
    background: #30808C;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    padding-bottom: 100px;
}

.quizzes-section h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 0;
}

.quizzes-continue-div {
    text-align: center;
    padding: 30px 0;
}

@media (min-width:1024px) {
    .contain-heading {
        width: calc(100% - 120px);
        margin: 0 auto;
        padding-bottom: 45px;
    }

    .contain-heading h1 {
        font-size: 50px;
        line-height: 25px;
        margin-bottom: 39px;
    }

    .contain-heading h2 {
        font-size: 38px;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .quizzes-section h4 {
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 25px;
        color: #FFFFFF;
        text-align: center;
        padding: 60px 0 32px 0;
    }

    .contain-heading p {
        font-size: 18px;
        padding-bottom: 22px;
    }

    .higher-edu-block.higher-study-matching.quizzes-section {
        padding-bottom: 150px;
    }

    .quizzes-continue-div {
        padding: 50px 0 180px 0;
    }

    .quizzes-continue-div.job-matching {
        padding: 100px 0 180px 0;
    }

    .contain-heading .student-life-titel {
        line-height: 42px;
    }
}

.student-life-quiz-button {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.student-life-quiz-button .option-flex {
    border: none;
    width: 100%;
}

.student-life-quiz-button .option-flex .custom-radio {
    align-items: center;
    width: 100%;
}

.student-life-quiz-button .option-flex .custom-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.student-life-quiz-button .option-flex .custom-radio .radio-item {
    position: relative;
    width: 100%;
    border: 2px solid #48587C;
    border-radius: 10px;
    margin-bottom: 10px;
}

.student-life-quiz-button.job-matching .option-flex .custom-radio .radio-item {
    border: 2px solid #30808C;
}

.student-life-quiz-button .option-flex .custom-radio .label-icon {
    margin-bottom: 0;
    padding: 1px 27px;
    display: flex;
    -webkit-transition: all 0.3s cubic-bezier(0.07, 0.49, 1, 0.08);
    -moz-transition: all 0.3s cubic-bezier(0.07, 0.49, 1, 0.08);
    transition: all 0.3s cubic-bezier(0.07, 0.49, 1, 0.08);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.student-life-quiz-button .option-flex .custom-radio .or-separator {
    margin: 0 35px;
}

.student-life-quiz-button .option-flex .custom-radio label,
.student-life-quiz-button .option-flex .custom-radio .or-separator {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 50px;
    color: black;
}

.student-life-quiz-button .option-heading {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 50px;
    color: black;
}


/* IMAGE STYLES */

.student-life-quiz-button [type=radio]+.label-icon {
    cursor: pointer;
}


/* CHECKED STYLES */

.student-life-quiz-button [type=radio]:checked+.label-icon {
    background: #48587C;
    color: #fff;
}

.job-matching.student-life-quiz-button [type=radio]:checked+.label-icon {
    background: #30808C;
}

@media (min-width:1024px) {
    .student-life-quiz-button {
        width: calc(100% - 178px);
        margin: 16px 104px 0 74px;
    }

    .student-life-quiz-button .option-flex .custom-radio .label-icon {
        padding: 10px 27px;
        font-size: 28px;
        line-height: 50px;
    }
}

@media (min-width:1024px) {
    .about-right {
        position: relative;
    }

    .about-right::after {
        content: "";
        position: absolute;
        width: 397px;
        height: 384px;
        top: 103px;
        right: 0;
        background: url(../img/about-right.png) no-repeat;
        z-index: -1;
    }

    .about-right-wrap {
        width: calc(100% - 338px);
    }
}

.presentation-img-div {
    margin: 30px 15px 0 15px;
}

.presentation-img-div img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}



@media (min-width:1024px) {
    .presentation-img-div {
        margin: 144px 76px 0 95px;
    }
}

.budgeting-download-file {
    padding-bottom: 0px;
    position: relative;
}

.budgeting-download-file-button {
    padding-top: 50px;
    padding-bottom: 50px;
}

.file-upload-button label {
    display: inline-block;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #30808C;
    box-shadow: 9px 7px 17px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    padding: 0px 25px;
    color: #30808C;
}

.file-upload-button label:hover {
    background: #B85178;
    color: #fff;
}

.bg-pink .file-upload-button label {
    border: 2px solid #B34C73;
    color: #B34C73;
    box-shadow: 9px 7px 17px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.bg-pink .file-upload-button label:hover {
    background: #30808C;
    color: #fff;
    border: 2px solid #30808C;
}

.file-upload-section {
    background: #30808C;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
    color: #fff;
    position: relative;
}

.file-upload-section p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

@media (min-width:1024px) {
    .file-upload-button label {
        font-size: 24px;
        padding: 15px 25px;
    }

    .budgeting-download-file {
        padding-bottom: 0px;
        position: relative;
    }

    .budgeting-download-file::after {
        position: absolute;
        content: "";
        right: -60px;
        bottom: 0;
        background: url(../img/budgeting-download-fileimg.png) no-repeat;
        width: 305px;
        height: 405px;
    }

    .budgeting-download-file2 {
        padding-bottom: 0px;
        position: relative;
    }

    .budgeting-download-file2::after {
        position: absolute;
        content: "";
        right: -60px;
        bottom: 21px;
        background: url(../img/Student-life-activity-right.png) no-repeat;
        width: 281px;
        height: 570px;
    }

    .budgeting-download-file-button {
        padding-top: 100px;
        padding-bottom: 140px;
    }

    .file-upload-section p {
        font-size: 18px;
    }

    .file-upload-section {
        background: #30808C;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
        padding: 38px 93px 153px 34px;
        color: #fff;
        margin-bottom: 80px;
    }

    .file-upload-button {
        padding-top: 93px;
    }

    .file-upload-section::after {
        content: "";
        position: absolute;
        width: 291px;
        height: 398px;
        top: 10px;
        right: 0;
        background: url(../img/upload-file-img.png) no-repeat;
    }

    .worry-tree {
        position: relative;
    }

    .worry-tree::after {
        content: "";
        position: absolute;
        width: 418px;
        height: 438px;
        top: 0px;
        right: 0;
        background: url(../img/w0rry-top-bg.png) no-repeat;
    }
}

.campus-tour-section {
    padding: 0 15px;
}

.campus-tour-section .higher-edu-block-video {
    margin: 0;
}

.campus-tour-col-titel h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 6px;
}

.campus-tour-col-titel p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    padding-bottom: 0px;
}

.campus-tour-col-titel .color-pink {
    color: #B85178;
}

.campus-tour-col-titel .color-turquoise {
    color: #30808C;
}

.campus-tour-col-titel,
.campus-tour-col-video {
    margin-bottom: 30px;
}

@media (min-width:1024px) {
    .campus-tour-section {
        padding: 0 64px 0 34px;
    }

    .campus-tour-col-titel h2 {
        font-size: 38px;
        line-height: 25px;
        margin-bottom: 23px;
    }

    .campus-tour-col-titel p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
        padding-bottom: 20px;
    }

    .campus-tour-row {
        display: flex;
        margin-bottom: 72px;
    }

    .campus-tour-row:last-child {
        margin-bottom: 0px;
    }

    .campus-tour-col-video {
        width: 600px;
        margin-bottom: 0px;
    }

    .campus-tour-col-titel {
        width: calc(100% - 644px);
        margin-right: 44px;
        margin-bottom: 0px;
    }

    .row-reverse .campus-tour-col-titel {
        margin-left: 44px;
        margin-right: 0px;
    }
}

.answer-question {
    padding: 0 15px;
}

.quiz-wrapper {
    position: relative;
    display: block;
}

.quiz-wrapper p.question-description {
    background: #19286C;
    color: white;
    padding: 25px 20px;
}

.quiz-wrapper ol li::marker {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.quiz-wrapper ol.options {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 165px; */
    padding: 0 0 0 20px;
    margin: 0;
}

.question-div {
    margin-top: 30px;
}

.question-div li {
    border: 1px solid transparent;
    padding: 6px 8px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.question-Answer.ui-draggable-handle {
    background: #4E5E82;
    box-shadow: 7px 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    display: inline-block;
}

.quiz-wrapper ol.options li.title {
    background: #19286C;
    color: white;
}

.quiz-wrapper ol.options li.option {
    position: relative;
    z-index: 50;
    font-size: 13px;
}

.quiz-wrapper .answers {
    max-width: 628px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    padding-top: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
}

.quiz-wrapper .answers .target {
    display: inline-block;
    width: 110px;
    margin: 0 3px;
    text-align: center;
    border-bottom: #000 1px solid;
}

.quiz-wrapper button[type="submit"] {
    display: block;
    position: relative;
    margin: 10px auto;
    padding: 10px;
    background: #19286C;
    border: none;
    color: white;
    font-size: 16px;
}

.lightbox-bg {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.status {
    display: none;
    position: absolute;
    z-index: 110;
    text-align: center;
    width: 80%;
    top: 220px;
    left: 47px;
}

.status p {
    background: white;
    padding: 30px;
}

@media (min-width:1024px) {
    .quiz-wrapper ol li::marker {
        font-size: 32px;
    }

    .quiz-wrapper ol.options {
        padding: 0 0 0 47px;
    }

    .quiz-wrapper .answers {
        padding-top: 60px;
    }

    .question-div {
        margin-top: 55px;
    }

    .question-Answer.ui-draggable-handle {
        font-size: 32px;
        padding: 15px 25px;
    }

    .question-div li {
        margin-left: 35px;
    }

    .question-Answer.ui-draggable-handle {
        margin-left: 50px;
    }

    .answers ul li {
        font-weight: 400;
        font-size: 22px;
        line-height: 25px;
        color: #000000;
    }

    .quiz-wrapper .answers .target {
        width: 190px;
    }
}

.campus-tour-map {
    text-align: center;
    margin-top: 54px;
}

.campus-tour-map h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}

.campus-tour-map input[type="text"] {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #30808C;
    border-radius: 10px;
    padding: 25px 12px;
    height: 34px;
}

.campus-tour-map input[type="text"]::placeholder {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    color: #30808C;
}

.campus-tour-map textarea {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #30808C;
    border-radius: 10px;
    padding: 7px;
    height: 116px;
    resize: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #30808C;
}

.bg-pink {
    background: #B34C73;
}

.answer-box {
    background: #30808C;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.answer-box h2 {
    color: #fff;
    font-size: 18px;
}

.answer-box ul li {
    background: #FFFFFF;
    box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: inline-block;
    color: #B34C73;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 25px;
    margin: 15px;
}

.higher-edu2 {
    padding-bottom: 40px;
}

.wrap-small p {
    margin-bottom: 15px;
}

@media (min-width:1024px) {
    .higher-edu2 {
        position: relative;
        min-height: 700px;
    }

    .higher-edu2:after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0;
        width: 442px;
        height: 656px;
        background: url(../img/bg-top.png) 0 0 no-repeat;
    }

    .answer-box ul li {
        font-size: 32px;
        line-height: 50px;
        font-size: 26px;
        margin: 21px;
        display: inline-block;
    }

    .answer-box {
        padding: 82px 104px 58px 71px;
        margin-top: 171px;
    }

    .answer-box h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 38px;
        font-weight: 600;
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 43px;
    }

    .wrap-small {
        padding: 20px 0px 0px 0px;
        border: none;
        position: relative;
        max-width: 570px;
    }

    .wrap-small::after {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 494px;
        height: 155px;
        border: 1px dashed #7B61FF;
        border-radius: 5px;
        z-index: -1;
    }

    .wrap-small h2 {
        font-size: 38px;
        line-height: 25px;
        padding-bottom: 27px;
    }

    .wrap-small p {
        margin-bottom: 20px;
    }

    .wrap-small p:last-child {
        margin-bottom: 0px;
    }
}

.square-section {
    padding: 15px;
}

.square-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 50px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}


.square-box-color1 {
    background: #30808C;
}

.square-box-color2 {
    background: #0C2645;
}

.square-box-color3 {
    background: #48587C;
}

.square-box-color4 {
    background: #B34C73;
}

@media (min-width:768px) {
    .square-box-h220 {
        height: 220px;
    }

    .square-box-h340 {
        height: 340px;
    }

    .square-box-h200 {
        height: 200px;
    }

    .square-section-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 722px;
        margin: 0 auto;
    }

    .square-section-left-panel {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .square-section-right-panel {
        width: calc(50% - 16px);
        margin-top: 20px;
        margin-left: 16px;
    }

    .square-item {
        width: calc(100% - 32px);
        padding: 0px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
}

@media (min-width:1048px) {
    .square-section-right-panel {
        margin-left: 16px;
        margin-top: 20px;
    }

    .square-item {
        font-size: 38px;
        line-height: 50px;
        width: 345px;
        padding: 0px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .square-section {
        padding-top: 155px;
        padding-bottom: 330px;
    }
}