@font-face {
    font-family: Absolut;
    src: url(../fonts/Absolut-Regular.otf), url(../fonts/Absolut-Medium.otf);
}

@font-face {
    font-family: AbsolutBold;
    src: url(../fonts/Absolut-Bold.otf), url(fonts/Absolut-Medium.otf);
}

@font-face {
    font-family: AbsolutMedium;
    src: url(../fonts/Absolut-Medium.otf);
}
@media (max-width: 575.98px) {
    html {
        font-size: 14px;
    }
}

html {
    scroll-behavior: smooth;
    color: rgb(40, 44, 52);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    box-sizing: border-box;
    font-family: Absolut;
    color: #454545;
}



.shadow {
    -webkit-box-shadow: 2px 2px 35px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 35px -8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 35px -8px rgba(0,0,0,0.75);
}

.contact-widget {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
    background-color: #00a997;
    padding-bottom:5px;


}
.contact-widget:hover, .contact-widget:active , .contact-widget:focus{

    background-color: #33baac;


}
.contact-widget-form {
    font-size: 10px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    color: #ffffff;
}
.widget-title {
    font-size: 16px;
}
.bg-green {
    background-color: #00a998;  
}

.widget-form .my-5 {
    margin-top:0px !important;
    margin-bottom: 0px !important;
}
.widget-form .my-4 {
    margin-top:0px !important;
    margin-bottom: 0px !important;
    padding-left:0px;
}
.widget-form #contact_widget_description {
    height:50px !important;
    min-height:50px !important;
    font-size: 12px;
}
.widget-form label {
    font-size: 10px !important;
    line-height: 11px;
    letter-spacing: 1px;
}
.widget-form input {
    padding:5px;
}
.widget-form #contact_widget_save {
    background-color: #31c5f3;  
}
.widget-form .checkmark {
    width:20px;
    height:20px;
}
.widget-form .checkmark::after {
    width:10px !important;
    height:10px !important;
    top:3px !important;
    left:4px !important;
}
.widget-form .checkbox {
    padding-left:30px;
}
@media (max-width: 769px) {
    body {
        font-size: 18px;
    }

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: AbsolutBold;
}

button {
    outline: none;
}

.text-color {
    color: #00A997;
}

.blue-bg {
    background-color: #31C5F3;
}

.form-btn {
    background-color: #00A997;
    padding: 5px 15px;
    min-height: 2.5em;
}

@media (max-width: 768px) {
    .form-btn {
        margin: 0 auto !important;
        width: 100%;
    }
}

/* HEADER */
.header-img {
    background-image: url(../images/header-img-2.jpg);
    /*background-position: bottom;*/
    background-size: cover;
    min-height: 75vh;
    border-color: #00A998 !important;

    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
    .header-img {
        background-attachment: scroll;
    }
}


/* CONTENT */

.abv {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 0.8em;
}

.abv-btn {
    background-color: #00A997;
    padding: 5px 15px;
    /*min-height: 2.5em;*/
}

/* Quote */

.quote {
    background-image: url(../images/section-img1.jpg);
    background-position: bottom;
    background-size: cover;
    min-height: 60vh;
}

fieldset {
    border: 2px solid #00A998;
    position: relative;
    padding: 25px;
    transform: rotate(180deg);
}

legend {
    padding: 0 15px 0;
    transform: rotate(180deg);
    width: 70px;
    color: #00A998;
    font-size: 3em;
}

.quote_p {
    font-size: 1.3rem;
}

.field-text {
    transform: rotate(180deg);
}

@media (max-width: 996px) and (orientation: landscape) {
    fieldset {
        padding: 10px;
    }

    legend {
        font-size: 1.6rem;
    }

    .field-text {
        font-size: 0.8rem;
        margin: 0 !important;

    }
}

/*  NEWS */

h3 {
    z-index: 100;
}

/*  Date tags */
.el-1 {
    background-color: #31C5F3;

}

.el-1-events {
    background-color: #00A997;
}

.img-tag {
    border-left: 10px solid #fff;
}

.img-tag {
    position: relative;
    background-image: url(../images/home-img-news.jpg);
    background-size: cover;
    background-position: center;
}

.tag2 {
    background-image: url(../images/home-img-news2.jpg);

}

.tag3 {
    background-image: url(../images/home-img-news3.jpg);

}

.tag4 {
    background-image: url(../images/home-img-news4.jpg);

}

.img-tag::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -10px;
    width: 110%;
    height: 20%;
    transform: rotate(7deg);
    background-color: #fff;
}

.img-tag::after {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 51%;
    height: 30%;
    transform: rotate(7deg);
    background-color: #fff;
}

.line {
    position: absolute;
    height: 100%;
    width: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.date-tag {
    padding: 70px 10px 20px;
    position: relative;
    height: 80%;
}

.date-tag::before {
    content: "";
    position: absolute;
    top: -23px;
    left: -13px;
    width: 120%;
    height: 30%;
    transform: rotate(-15deg);
    background-color: #fff;
}

.date {
    padding-top: 10px;
    padding-bottom: 10px;
}

.day,
.month,
.year {
    line-height: 1em;
    text-align: center;
    margin: 0;
}

.day {
    font-size: 3.7em;
}

.year {
    font-size: 2em;
}

/* End of date tags */

/* GOALS */

.goals-header {
    background-image: url(../images/goals-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;

}

.goals-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.goals-header .logo-big {
    height: 250px;
}

.goals-container,
.green-container {
    border: 2px solid #00A997;
}

.goals-list,
.list {
    list-style: none;
    font-size: 1.4em;
    padding: 0 50px;
    margin-left: 50px;

}

.goals-list li,
.list li {
    position: relative;
    margin: 10px 0;
    padding: 10px 0;
}

.goals-list li:first-of-type,
.list li:first-of-type {
    border: none;
}

.list li:first-of-type::before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    left: -4em;
    transform: translateY(-50%);
    background-image: url(../images/li-ico1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.list li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    left: -4em;
    transform: translateY(-50%);
    background-image: url(../images/li-ico2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.list li:last-of-type::before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    left: -4em;
    transform: translateY(-50%);
    background-image: url(../images/li-ico3.png);
    background-size: contain;
    background-repeat: no-repeat;
}




.goals-list li::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -2.75em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-color: #00A997;
}

.goals-list li::after {
    content: "";
    position: absolute;
    top: 40%;
    left: -2em;
    /*    transform: translateY(-0.25em);*/
    width: 1em;
    height: 1em;
    background-color: #00ADEF;
}

@media (max-width: 769px) {
    .goals-list {
        margin: 0;
        /*        font-size: 1em;*/
        padding: 0 0 0 25px;
    }

    .goals-list li {
        padding: 70px 0;
    }

    .goals-list li::before {
        content: "";
        position: absolute;
        /*        display: none;*/
        top: 25px;
        left: 40%;
        transform: translateX(-50%);
    }

    .goals-list li::after {
        content: "";
        position: absolute;
        top: 35px;
        left: 45%;
        transform: translateX(-50%);
    }

    .row-mobile {
        flex-direction: row-reverse;
    }
}


/*  JOIN US  */

.join-header {
    background-image: url(../images/join-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;

}



.join-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.join-header .logo-big {
    height: 250px;
}

.link-btn {
    width: 300px;
}

/*  REGISTRATION FORM */

.registry-header {
    background-image: url(../images/registry-header.jpg);
    background-position: center;
    background-size: cover;
    border-color: #00A998 !important;
}

.registry-header h2, .login-header h2, .media-about-header h2, .events-header h2, .goals-header h2{
    font-size: 1.75rem;
}

.registry-header h3, .login-header h3, .media-about-header h3, .events-header h3, .goals-header h3 {
    font-size: 1.575rem;
}


.login-header {
    background-image: url(../images/login_header.png);
    background-position: center;
    background-size: cover;
    border-color: #00A998 !important;
}

.media-about-header {
    background-image: url(../images/flare_02.png);
    background-position: center;
    background-size: cover;
    border-color: #00A998 !important;
}

.events-header {
    background-image: url(../images/events.png);
    background-position: center;
    background-size: cover;
    border-color: #00A998 !important;
}

.registry-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.registry-header .logo-big {
    height: 250px;
}

input {
    padding: 14px;
    letter-spacing: 1.6px;

    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;

    border-width: 1px;

    outline: none;

    border: 1px solid rgba(100,100,100,.4);
}

input:focus {
    border-color: #85b7d9
}

.drop {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #999;
    /*padding: 20px;*/
    letter-spacing: 1.6px;
}

label {
    font-size: 1.1em;
}

.js-datepicker {
    -webkit-align-items: center;
    display: -webkit-inline-flex;
    font-family: monospace;
    overflow: hidden;
    padding: 14px;
    position: relative;
    -webkit-padding-start: 1px;
}

.js-datepicker:focus {
    border-color: #85b7d9;
}


.js-datepicker::-webkit-datetime-edit {
    -webkit-flex: 1;
    -webkit-user-modify: read-only !important;
    display: inline-block;
    min-width: 0;
    overflow: hidden;

}

.js-datepicker::-webkit-datetime-edit-fields-wrapper {
    -webkit-user-modify: read-only !important;
    display: inline-block;
    padding: 1px 0;
    white-space: pre;
}

.js-datepicker::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/calendar-ico.png) no-repeat;
    background-size: 100%;
    position: absolute;
    height: 25px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-width: thin;
}


/*-------------- */




.checkbox {
    display: block;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    letter-spacing: 1.6px;
    font-size: 0.8rem;

}

.checkbox input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;

    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;

    background-color: #fff;
    border: 1px solid rgba(100,100,100,.4);
}


.checkbox input:checked ~ .checkmark {
    background-color: #1594BF;

}

.checkmark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}


.checkbox .checkmark::after {
    top: 5px;
    left: 10px;
    width: 18px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


@media (max-width: 769px) {

    .checkbox {
        display: block;
        position: relative;
        padding-left: 45px;
        cursor: pointer;
        letter-spacing: 1.6px;
        font-size: 0.9rem;

    }

    .checkbox input {
        position: relative;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkmark {
        position: absolute;
        top: 17.5px;
        left: 0;
        height: 35px;
        width: 35px;
        background-color: #fff;
        border: 1px solid #000;
    }


    .checkbox input:checked ~ .checkmark {
        background-color: #1594BF;

    }

    .checkmark::after {
        content: "";
        position: absolute;
        top: 0;
        display: none;
    }

    .checkbox input:checked ~ .checkmark:after {
        display: block;
    }


    .checkbox .checkmark::after {
        top: 0;
        left: 7px;

        width: 20px;
        height: 20px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

}

/* PROJECTS */

.project-header {
    background-image: url(../images/project-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;

}



.project-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.project-header .logo-big {
    height: 250px;
}

.card {
    background-color: #DBF3FB;
}

/* PARTNERS */

.partners-header {
    background-image: url(../images/partners-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;

}



.partners-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.partners-header .logo-big {
    height: 250px;
}


/* SPONSORS */
.spons-header {
    background-image: url(../images/spons-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;

}



.spons-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.spons-header .logo-big {
    height: 250px;
}

/* STATUT */

.stat-header {
    background-image: url(../images/stat-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;

}



.stat-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.stat-header .logo-big {
    height: 250px;
}

.statut ol {
    list-style-position: inside;
}


.pagin {
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .pagin {
        justify-content: center;
    }
}

/* BUILD */

.build-header {
    background-color: #DFDFDF;
    border-color: #00A998 !important;

}



.build-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.build-header .logo-big {
    height: 250px;
}

.build-container {
    min-height: 90vh;
}

/* RESOLUTIONS */

.res-header {
    background-image: url(../images/res-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;

}



.res-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.res-header .logo-big {
    height: 250px;
}

/* COOPERATION */

.co-header {
    background-image: url(../images/co-header.jpg);
    background-position: bottom;
    background-size: cover;
    border-color: #00A998 !important;
}



.co-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.co-header .logo-big {
    height: 250px;
}

.co-list {
    list-style: none;
    font-size: 1.4em;
    padding: 0 50px;
    margin-left: 50px;

}

.co-list li {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px solid #D2D2D2;
}

.co-list li:first-of-type::before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    left: -4em;
    transform: translateY(-50%);
    background-image: url(../images/co-ico1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.co-list li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    left: -4em;
    transform: translateY(-50%);
    background-image: url(../images/co-ico2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.co-list li:last-of-type::before {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    left: -4em;
    transform: translateY(-50%);
    background-image: url(../images/co-ico3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* MENAGEMENT */

.men-header {
    background-image: url(../images/men-header.jpg);
    background-position: center;
    background-size: cover;
    border-color: #00A998 !important;
}

.men-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.men-header .logo-big {
    height: 250px;
}

/* CONTACT */

.contact-header {
    background-image: url(../images/contact-header.jpg);
    background-position: center;
    background-size: cover;
    border-color: #00A998 !important;
}

.contact-header h2 {
    border-width: 2px !important;
    border-color: #00A998 !important;
}

.contact-header .logo-big {
    height: 250px;
}



.img-news {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (max-width: 769px) {
    .img-news {
        position: relative;
        transform: none;
    }

    .map {
        min-height: 50vh;
        background-image: url(../images/map.jpg);
        background-size: cover;
        background-position: center;
    }

    .map img {
        display: none;
    }
}

.newsletter {

}

/* FOOTER */

footer {
    background-color: #68949D;
    color: #D8ECF0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer a {
    color: #D8ECF0;
}

footer input {
    border: none;
    height: 2.5em;
    padding: 0 5px;
}

footer ::placeholder {
    font-size: 0.7em;

}

.newsletter {

}

#go-top {
    position: fixed;

    visibility: hidden;

}

.showButton {
    bottom: 25px;
    right: 25px;
    padding: 5px;
    font-size: 3rem;
    color: #00A997;
    visibility: visible !important;
}

.showButton:hover {
    opacity: 0.8;
    cursor: pointer;
}

.header-h {
    text-shadow: 2px 2px #fff;
}
@media (max-width: 1400px) {


    .header-h {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .newsletter {
        padding: inherit !important;
    }

    .header {
        background-position: left;
    }

    .header-h {
        font-size: 1.4em;
    }
}

.selectize-input {
    padding: 17px!important;
    border-width: 1px !important;
    border-color: rgba(100,100,100,.4) !important;

    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    outline: none;

    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.input-active.dropdown-active {
    border-width: 1px !important;
    border-color: #85b7d9 !important;
}

.selectize-input input {
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    /*-webkit-font-smoothing: inherit;*/
}

.selectize-control.single .selectize-input {
    background-color: inherit !important;
    background-image: inherit !important;
    background-repeat: inherit !important;
}
.selectize-input.items.not-full.has-options.has-items .item {
    height: 21px;
    margin-bottom: 0;
}

.selectize-input.items.has-options.full.has-items .item {
    height: 21px;
}

label.checkbox input[type=checkbox] {
    height: 1px;
    width: 1px;
}

label.required:before {
    content: "*";
}
label.required > p {
    display: inline;
}
textarea {
    min-height:300px;
}

.news-item a {
    text-decoration: none;
    color: #454545;
    transition: transform 0.2s;
    outline: none;
}

.news-item a:hover {
    transform: scale(1.03);
}

.contact-person__img {
    max-height: 181px;
}

.media-about-item__desc {
    overflow: hidden;
    flex: 1;
}

.media-about-item__date-tag {
    position: relative;
}

.media-about-item__date-tag img {
    margin-top: 2rem;
}

.media-about-item__date-tag::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -22px;
    width: 115%;
    height: 100px;
    transform: rotate(-15deg);
    background-color: #fff;
}

.media-about-item__date-tag .day {
    font-size: 2.7em;
}

.media-about-item__date-tag .year {
    font-size: 1.8em;
}

.media-about-item__img-container {
    width: auto;
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.event-item__date-tag {
    padding: 70px 10px 20px;
    position: relative;
    height: 80%;
}
.event-item__date-tag::before {
    content: "";
    position: absolute;
    top: -23px;
    left: -16px;
    width: 125%;
    height: 30%;
    transform: rotate(-15deg);
    background-color: #fff;
}

.event-item__img-tag {
    border-left: 10px solid #fff;
}

.event-item__img-tag {
    position: relative;
    background-image: url(../images/home-img-news.jpg);
    background-size: cover;
    background-position: center;
}

.event-item__img-tag::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -10px;
    width: 110%;
    height: 20%;
    transform: rotate(7deg);
    background-color: #fff;
}

.event-item__img-tag::after {
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    width: 52%;
    height: 30%;
    transform: rotate(7deg);
    background-color: #fff;
}
.error-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}
.error-page .container {
    flex: 1 0 auto;
}

.error-page__logo-container img {
    max-width: 10.75rem;
}

.error-page__title, .error-page__number {
    font-weight: bold;
    color: #00adef;
    font-family: 'AbsolutMedium';
}
.error-page__title {
    font-size: 3rem;
}

.error-page__number {
    font-size: calc(21rem + 32 * ((100vw - 210rem) / 1043));
    line-height: 1;
}

@media (max-width: 575.98px) {
    .error-page__number {
        font-size: 8rem;
        line-height: 1;
    }

    .error-page__title {
        font-size: 1.5rem;
    }

    .error-page__description {
        font-size: 1.5rem !important;
        line-height: 1.2;
    }

}

.error-page__description {
    color: #00a998;
    font-size: 2.25rem;
    font-family: 'AbsolutMedium';
}
.error-page__footer {
    flex-shrink: 0;
    height: 74px;
}

.error-page__footer div {
    width: 20%;
    float: left;
}

.nav-header {
    position: fixed;
    background: #fff;
    z-index: 1;
    top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all 0.3s;
}

.nav-header__logo {
    margin: 0.5rem;
    max-width: 5rem;
    transition: all 0.4s;
}

.nav-header__logo:hover {
    transform: scale(1.1);
}

.nav-header__title {
    /*font-family: 'AbsolutMedium';*/
}

.nav-header__title, .nav-header__link {
    color: rgb(40, 44, 52);
    transition: all 0.3s;
}

.nav-header__title:hover, .nav-header__link:hover {
    color: #02ccbc;
    text-decoration: none;
}

.nav-header__link {
    font-size: 1rem;
}
.nav-header__link-container .nav-header__link:not(:first-child) {
    padding-left: 1rem;
}

.nav-header--scroll {
    box-shadow: -1px -12px 27px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -12px 27px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -12px 27px 0px rgba(0,0,0,0.75);
}
.nav-header--scroll .nav-header__logo{
    max-width: 4rem;
}

main {
    margin-top: 5.385rem;
}

.overlay {
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    z-index: 2;
    will-change: transform;
    overscroll-behavior: contain;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    transform: translateX(100%);
    transition: none;
}
.overlay--active {
    visibility: visible;
    transform: translateX(0);
    transition: transform .25s cubic-bezier(.785,.135,.15,.86);
}

.overlay--active .overlay-content {
    opacity: 1 !important;
    transition: opacity .25s ease .3s;
}

.overlay-content {
    position: relative;
    opacity: 0;
    width: 100%;
    margin-top: 86px;
    overscroll-behavior-y: contain;
    will-change: opacity;
    transition: none;
    height: 100%;
}

.hamburger {
    z-index: 3;
    position: relative;
    transition: opacity 0.4s;
}
.hamburger:hover {
    opacity: .5;
}

.overlay-body-overflow {
    overflow: hidden;
}
.overlay__img-container img {
    margin: 0.5rem;
    max-width: 5rem;
    will-change: transform;
    transition: transform 0.3s;
}

.overlay__img-container img:hover {
    transform: scale(1.1);
}

.overlay__user-links a {
    color: rgb(40, 44, 52);
}

.overlay__user-links a:not(:first-child) {
    margin-left: 2rem;
}

.overlay__user-links a:hover {
    color: rgb(40, 44, 52);
}

.overlay-menu {
    display: flex;
}

.overlay-menu > li {
    display: inline-block;
}
.overlay-menu > li:not(:first-child) {
    margin-left: 3rem;
}

.overlay-menu, .overlay-menu ul {
    list-style: none;
}

.overlay-menu a {
    color: rgb(40, 44, 52);
    outline: none;
    transition: color 0.2s;
}
.overlay-menu a:hover {
    color: #02ccbc;
    border-color: #02ccbc;
}

.overlay-menu__item {
    position: relative;
}

.overlay-menu__item > a {
    font-size: 2.56rem;
    font-family: 'AbsolutMedium';
    border-bottom: 1px solid;
    padding-bottom: 3px;
    text-decoration: none;
}

.overlay-menu__item > a:hover {
    text-decoration: none;
}
.overlay-menu__item--dropdown-active .overlay-menu__sub-menu-item{
    transition: all .1s ease;
    opacity: 1;
}
.overlay-menu__item--dropdown-active .overlay-menu__sub-menu {
    visibility: visible;
    z-index: 0;
    max-height: 6666px;
    transition: all .55s ease .1s;
    opacity: 1;
}


.overlay-menu__sub-menu {
    position: relative;
    visibility: hidden;
    z-index: -1;
    max-height: 0;
    opacity: 0;
}

.overlay-menu__sub-menu-item {
    font-size: 1.56rem;
    opacity: 0;
    transition: all .05s linear;
    will-change: opacity;
}



@media (max-width: 1300px) {
    .overlay-menu {
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
    }

    .overlay-menu > li:not(:first-child) {
        margin-left: 0;
    }

    .overlay-menu__sub-menu {
        text-align: center;
    }
    .overlay__user-links {
        text-align: center;

    }

}
@media (max-width: 575.98px) {
    .overlay__user-links {
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .overlay__user-links a {
        padding-bottom: 0.5rem;
    }
    .overlay__user-links a:not(:first-child) {
        margin-left: 0;
    }
}

.selectize-input {
    z-index: 0 !important;
}

.alert {
    border-radius: 0 !important;
}
