
@font-face {
    font-family: 'Heebo', sans-serif;
}
body {
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
    color: #2C2C46;
}
body.no-scroll {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
/*
    width: 1320px;
    max-width: 100%;
*/
}

h1, .h1 {
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 56px;
}
h2, .h2 {
    margin: 0 0 40px 0;
    font-size: 56px;
    color: #24536F;
    font-weight: 700;
}
h3, .h3 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
h4, .h4 {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #2C2C46;
    font-size: 24px;
}
h6, .h6 {
    font-size: 1em;
    font-weight: 700;
    opacity: .5;
    margin-bottom: 15px;
}

.text-primary {
    color: #015581 !important;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.section:not(.section--welcome):not(.section--jumbotron) {
    padding-top: 160px;
    padding-bottom: 160px;
}
.bg-light {
    background: #F4F5F7;
}
.content {
    background: #f4f5f7;
    border-radius: 5px;
    padding: 38px 42px;
    overflow: hidden;
}
.scroll-y {
    overflow-y: auto;
    max-height: 770px;
}
.scroll-y::-webkit-scrollbar {
    width: 5px;
    opacity: 1;
    display: block;
    visibility: visible;
}
.scroll-y::-webkit-scrollbar-track {
    background: #F4F5F7;
    opacity: 1;
    display: block;
    visibility: visible;
}
.scroll-y::-webkit-scrollbar-thumb {
    background: #015581;
    opacity: 1;
    display: block;
    visibility: visible;
}
.scroll-y .content {
    width: calc(100% - 20px);
}


/*button start*/

.btn {
    padding: 10px 14px;
    border-radius: 50px;
    font-size: 1em;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-outline-light {
    color: #fff;
    border-color: #fff;
}
.btn-outline-light:hover {
    background: #ffffff;
    color: #015581;
    border-color: #fff;
}
.btn-outline-primary {
    color: #015581;
    border-color: #015581;
}
.btn-outline-primary:hover {
    background: #015581;
    border-color: #015581;
    color: #fff;
}
.btn-outline-dark {
    color: #2C2C46;
    border-color: #2C2C46;
}
.btn-outline-dark:hover {
    background: #2C2C46;
    border-color: #2C2C46;
    color: #fff;
}
.btn-arrow .icon {
    width: 28px;
    height: 12px;
    margin-left: 35px;
}

.link-arrow {
    font-size: 20px;
    font-weight: 500;
    color: #015581;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.link-arrow .icon {
    width: 38px;
    height: 16px;
    margin-left: 15px;
}

/*button end*/

.share-social {
    display: flex;
    align-items: center;
}
.share-social a,
.share-social button {
    text-decoration: none;
    color: #015581;
    margin-right: 22px;
    font-size: 22px;
    padding: 0;
    border: none;
    background: transparent;
}
.share-social a:hover {
    color: #0077B6;
}

/*row start*/

.row-null {
    margin-left: 0;
    margin-right: 0;
}
.row-null > * {
    padding-left: 0;
    padding-right: 0;
}

/*row end*/






/*modal start*/

.modal {
    --bs-modal-width: 1150px;
}
.modal-header {
    border: none;
    margin-top: 46px;
    margin-bottom: 0;
    text-align: center;
}
.modal-body {
    margin-bottom: 46px;
}
.modal-header,
.modal-body {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.modal-form .form-control {
    padding-left: 12px;
    padding-right: 12px;
    background: #f4f5f7;
    border: none;
}
.modal-header .btn-close {
    color: #24536F;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 20px;
    right: 20px;
    opacity: 1;
}

/*modal end*/



/*wave start*/

.wave-decor {
    position: relative;
}
.wave-decor:before {
    content: '';
    position: absolute;
    background-image: -webkit-image-set(
            url(../img/wave.png) 1x,
            url(../img/wave@2x.png) 2x
    );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    width: 1035px;
    height: 298px;
    right: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}
.wave-decor.section--welcome:before {
    width: 1273px;
    height: 367px;
    right: 50%;
}
.wave-decor .container {
    position: relative;
    z-index: 1;
}

/*wave end*/

@media (max-width: 1500px) {
    .section:not(.section--welcome):not(.section--jumbotron) {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {




    h1, .h1 {
        font-size: 52px;

    }
    h2, .h2 {
        font-size: 44px;
    }
    h3, .h3 {
        font-size: 38px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .section:not(.section--welcome):not(.section--jumbotron) {
        padding-top: 100px;
        padding-bottom: 100px;
    }


}

@media (max-width: 1024px) and (min-width: 768px) {
    .section .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 767px) {

    h1, .h1 {
        font-size: 42px;

    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .section:not(.section--welcome):not(.section--jumbotron) {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .content {
        padding: 20px 12px;
    }
    .scroll-y .content {
        width: calc(100% - 10px);
    }

}



#accessibility-btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #015581;
}
.accessibility-menu ul li:hover,
.accessibility-menu ul li:not(.contrast):hover a, .accessibility-menu ul li.contrast a:hover,
.accessibility-menu #close-acc_menu:hover
{
    color: #015581;
}


 .header .navbar-nav > .nav-item > .nav-link {
        min-height: auto;
    }
     .section--jumbotron {
            padding-top: 100px;
        }
     @media (max-width: 1700px) {
       .section--jumbotron {
            padding-top: 81px;
        }
    }
    @media (max-width: 1500px) {
        .section--jumbotron {
            padding-top: 67px;
        }
    }

