@font-face {
    font-family: 'Glacial';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/glacial/GlacialIndifference-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'Glacial';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/glacial/GlacialIndifference-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Glacial';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/glacial/GlacialIndifference-Italic.otf') format('truetype');
}

:root {
    /*border*/
    --border-color: #cccccc;
    --border-radius: 27px;

    /*texts*/
    --text-color-grey: #c7c7c7;
    --text-color-primary: #990835;
    --text-color-primary-dark: #6b0122;

    /*colors*/
    --white: #fff;
    --black: #000;
    --gray: rgba(124, 128, 131, 1);
    --light-bg: #f0f0f0;
    --green: #32a85a;
    --primary: #990835;
    --primary-dark: #85042c;

    --button-color: #00b1ff;
    --background-color-180deg: linear-gradient(180deg, #990835 0%, #85042c 100%);
    --background-color-0deg: linear-gradient(0deg,  #f0f0f0 0%, #990835 100%);
}

.color-primary{
    color: var(--primary);
}


*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Glacial', sans-serif;
    width: 100vw;
    overflow-x: hidden;
    padding-top: 120px;
}

body.body-index main{
    padding-top: 20px;
    background: linear-gradient(0deg,  var(--light-bg) 0%, #ffffff 100%);
}

main{
    padding-top: 0px;
    padding-bottom: 100px;
}


.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.box-shadow-large{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.narrow-container{
    max-width: 1000px !important;
}


ul {
    padding: 0;
    margin: 0;
}

p:last-child{
    margin-bottom: 0px;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

h1{
    font-family: 'Glacial', Inter;
    font-weight: bold;
    font-size: 44px;
    line-height: 54px;
}

h2{
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}


.main-title{
    display: block;
    margin-bottom: 60px;
    text-align: left;
}

.main-title h1{
    display: inline-block;
    margin-bottom: 0px;
}

.main-title h1 span{
    display: inline-block;
}

.line-title{
    border-radius: 5px;
    background: linear-gradient(90deg, #7C8083 1.63%, #F5F5F5 100%);
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 10px;
    margin-bottom: 20px;
    position: relative;
}

.line-title.primary{
    background: linear-gradient(90deg, #960936 1.63%, rgba(150, 9, 54, 0.00) 100%);
}

.page-line-title.line-title{
    max-width: 600px;
}

.line-title .line-tabs{
    display: flex;
    white-space: nowrap;
    position: absolute;
    align-items: center;
    top: 0px;
    right: 0px;
    height: 36px;
}

.line-tabs .section-tab.active a, .line-tabs .section-tab a:hover {
    color: #000;
}

.line-tabs .section-tab{
    padding-left: 10px;
    padding-right: 10px;
}

.line-tabs .section-tab a {
    color: rgba(0,0,0,0.6);
}



@media (min-width: 1500px) {
    .container.container-xl {
      max-width: 1520px;
    }
}

.btn{
    font-family: 'Glacial';
    border: none;
    outline: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    padding: 0px 14px;
    border-radius: 10px;
    font-weight: 700;
}

.btn:hover{
    text-decoration: none;
}

.btn.btn-small{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
}

.btn.btn-large{
    font-size: 22px;
    line-height: 42px;
    height: 42px;
}

.btn-primary{
    border: none !important;
    background-color: var(--primary) !important;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active{
    background-color: var(--primary-dark) !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:active:focus{
    box-shadow: none;
}

.btn.btn-white{
    border: 1px solid var(--primary);
    background: #fff;
    color: var(--primary);
}

.btn.btn-white:hover{
    background: var(--light-bg);
    color: var(--primary);
}


.btn.btn-blank{
    border: 1px solid transparent;
    background: #fff;
    color: var(--primary);
}

.btn.btn-blank:hover{
    background: #ddd;
}


.btn.btn-black{
    color: var(--black);
    border: 1px solid var(--primary) !important;
    background-color: var(--white) !important;
}

.btn.btn-black:hover{
    text-decoration: none;
    color: var(--primary);
}


.learn-more{
    display: inline-flex;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}

.learn-more::after{
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary);
    background-image:url(../img/learn-more.svg);
    background-size: 16px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.learn-more.back::after{
    order: -1;
    margin-left: 0px;
    margin-right: 10px;
    transform: rotate(180deg);
}


.see-all{
    text-align: center;
}



/* SECTIONS */

.bg-white{
    background-color: var(--white);
}

.bg-lightgray{
    background-color: var(--light-bg);
}

.bg-primary{
    background-color: var(--primary);
}

.pv-large{
    padding-top: 100px;
    padding-bottom: 100px;
}

.pv-normal{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-content{
    font-size: 20px;
    line-height: 28px;
    margin: auto;
    margin-bottom: 50px;
    /* max-width: 1000px; */
}

.html-content{
    font-family: Inter, sans-serif !important;
    font-size: 20px;
    line-height: 26px;
}

.html-content ul li{
    margin-left: 40px;
}

.html-content img{
    max-width: 100%;
    height: auto !important;
}

.html-content iframe{
    max-width: 100%;
}

.html-content video{
    max-width: 100%;
}

.html-content table{
    max-width: 100%;
    border-color: silver;
}

.html-content table td{
    border-color: silver;
    border-width: 1px;
    padding: 5px;
}

p span{
  font-size: 20px !important;
  line-height: 28px !important;
  font-family: Inter, sans-serif !important;
  background: none !important;
}


.auto-scale img{
    width: 100%;
    display: block;
}

/* BANNER */
.banner-image{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}

@media (max-width: 1200px) {
    .banner-image{
        height: 400px;
    }
}

@media (max-width: 640px) {
    .banner-image{
        height: 200px;
    }
}





.banner-credits{
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #000;
    background: rgba(255,255,255,0.8);
    padding: 3px;
    font-size: 16px;
    line-height: 20px;
}

.banner-content{
    padding: 20px 0px;
    position: relative;
}

.banner-content-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: relative;
}

.banner-content-logo{
    text-align: center;
}

.banner-content-logo img{
    max-height: 200px;
}

.banner-content-text{
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: 700;
}

.banner-content-button{
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0px;
}

@media screen and (max-width: 1199px){

    .banner-content{
        margin-bottom: 100px;
    }
    .banner-content-button{
        bottom: -40px;
        right: 0px;
    }

}

.banner-content-bg{
    background-color: #f5f5f5;
    padding: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.banner-content-info{
    font-size: 20px;
    line-height: 24px;
}

.banner-content-text p:not(:first-child){
    margin-bottom: 10px !important;
}

.banner-review{
   display: flex;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   color: var(--primary);
}

.banner-review-img{
    width: 240px;
    text-align: left;
}

.banner-review-img img{
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    /* border: 4px solid var(--primary); */
}

.banner-review-content{
    padding-left: 60px;
}

.banner-review-text{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
}

.banner-review-quote{
    position: absolute;
    top: -5px;
    left: -50px;
    height: 30px;
}

.banner-review-from{
    font-style: italic;
    font-size: 20px;
}



@media (max-width: 1199px) {

    .banner-content{
        font-size: 16px;
        line-height: 28px;
    }

    .banner-content-row{
        gap: 40px;
    }

    .banner-credits{
        font-size: 14px;
        line-height: 16px;
    }

    .banner-content-logo{
        width: 40%;
    }

    .banner-content-logo img{
        max-width: 100%;
    }

    .banner-content-text{
        width: 60%;
    }

    .banner-content-info{
        font-size: 16px;
        line-height: 22px;
    }

    .banner-review-img{
        width: 100px;
    }

    .banner-review-content{
        padding-left: 20px;
        width: calc(100% - 50px);
    }

    .banner-review-text{
        font-size: 16px;
        line-height: 22px;
        padding-right: 0px;
    }

    .banner-review-from{
        font-size: 16px;
    }

    .banner-review-quote {
        top: -15px;
        left: -50px;
      }
}


@media (max-width: 767px) {

    .banner-content{
        text-align: center;
    }

    .banner-content-row {
        gap: 20px;
    }

    .banner-content-logo{
        width: 70%;
    }

    .banner-content-logo img{
        max-width: 100%;
    }

    .banner-content-text{
        width: 80%;
        font-size: 16px;
        line-height: 28px;
    }

    .banner-content-button{
        right: calc((100% - 143px) / 2);
    }

    .banner-content-row{
        flex-direction: column;
    }
}



/* HEADER */
header {
    font-family: 'Glacial';
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 120px;
    top: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

header .container{
    position: relative;
}

header a:hover{
    text-decoration: none;
}

/* TOP LINE */
#top-line{
    height: 40px;
    line-height: 40px;
    background: var(--black);
    color: var(--white);
    width: 100%;
}

#top-line .container{
    display: flex;
}

#top-line-date{
    font-weight: 600;
    font-size: 12px;
}

#top-line-newsletter{
    margin-left: 20px;
}

#top-line-newsletter a{
    color: var(--white);
}

#top-line-newsletter a:hover{
    color: var(--primary)
}

#top-line-right{
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
}

#top-line-social{
    margin-left: 80px;
}

#top-line-social a i{
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

#top-line-social a:hover i{
    color: var(--primary);
}

#top-nav-menu {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 30px;
}

.top-nav-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: auto;
    margin-right: 0px;
}

a.top-nav-link{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

a.top-nav-link i{
    color: #fff;
    font-size: 12px;
}

a.top-nav-link:hover, a.top-nav-link:hover i {
    color: var(--primary);
}

.top-nav-submenu {
    display: none;
    padding: 20px;
    position: absolute;
    z-index: 2;
    top: 40px;
    right: -300px;
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.top-nav-submenu.grid-2{
    right: -120px;
}
.top-nav-submenu.grid-1{
    right: 0px;
}

.top-nav-item-with-submenu:hover .top-nav-submenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 20px;
    grid-gap: 35px;
}

.top-nav-item-with-submenu:hover .top-nav-submenu.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.top-nav-item-with-submenu:hover .top-nav-submenu.grid-1 {
    grid-template-columns: repeat(1, 1fr);
}

.top-nav-submenu-item{
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 5px solid var(--primary);
}

.top-nav-submenu-item a{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.top-nav-submenu-item a:hover{
    color: var(--primary);
}


/* HEADER LINE */
#header-line{
    height: 80px;
}

.logo{
    position: absolute;
    top: 5px;
    left: 0px;
}
.logo img{
    width: auto;
    height: 70px;
}

.mobile-menu {
    display: none;
    cursor: pointer;
    position: absolute;
    color: var(--primary);
    top: 18px;
    right: 0px;
}

.mobile-menu i, .mobile-search i{
    font-size: 24px;
}

.header-right{
    height: 32px;
    position: absolute;
    display: flex;
    align-items: center;
    top: 24px;
    right: 0px;
    gap: 20px;
}

.header-search{
    cursor: pointer;
}

.header-search i{
    color: var(--primary);
    font-size: 20px;
}

.header-search-form{
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-search-icon i{
    cursor: pointer;
    font-size: 18px;
    color: var(--primary);
}

.header-search-icon i:hover{
    color: var(--primary-dark);
}

.header-search-icon.header-search-close i{
    color: gray;
}

body.header-search-open .header-search-form{
    display: block;
}

.header-search-box{
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background: #fff;
}

.header-search-title{
    font-size: 18px;
}

.header-search-icon.header-search-close{
    position: absolute;
    top: 10px;
    right: 10px;
}

.header-search-buttons{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.header-login{
    margin-top: 4px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-login i{
    color: var(--primary);
    font-size: 24px;
}

.header-login a{
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
}

.header-login a.login-link:hover{
    color: var(--primary-dark);
    text-decoration: underline;
}

.header-logout {
    margin-top: 4px;
}

.header-logout a{
    color: rgba(0,0,0,0.6);
    font-weight: bold;
}

.header-logout a:hover{
    color: #000;
    text-decoration: underline;
}

/* Mobile menu */

#mobile-menu{
    display: none;
}

body.mobile-menu-open #mobile-menu{
    display: block;
    position: fixed;
    background: #fff;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    padding: 20px;
}

#close-mobile-menu{
    position: fixed;
    top: 10px;
    right: 10px;
}

#close-mobile-menu i{
    color: gray;
    font-size: 20px;
}

.mobile-nav-submenu{
    display: none;
}

.mobile-nav-item.mobile-nav-submenu-open .mobile-nav-submenu{
    display: block;
}


body.mobile-menu-open{
    height: 100vh;
    overflow-y: hidden;
}

.mobile-nav-item{
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
}

a.mobile-nav-link{
    color: #000;
}

.mobile-nav-item .fa-chevron-down{
    margin-left: 5px;
}

.mobile-nav-submenu{
    padding-left: 20px;
    padding-top: 10px;
    font-size: 16px;
}

.mobile-nav-submenu-item{
    margin-bottom: 10px;
}

#mobile-auth{
    margin-top: 20px;
}

#mobile-menu .header-login, #mobile-menu .header-logout{
    margin-top: 10px;
}


/* Nav menu */

.nav-menu {
    position: absolute;
    left: 180px;
    top: 26px;
    display: flex;
    width: 100%;
    text-align: left;
}

.nav-item{
    position: relative;
    display: flex;
}

.nav-item:not(:last-child){
    margin-right: 50px;
}

.nav-item a{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.nav-item a i{
    color: var(--primary);
    font-size: 14px;
}

.nav-item a:hover {
   color: var(--primary);
}

.nav-submenu {
    padding-left: 40px;
    padding-top: 10px;
}

.nav-submenu-item a{
    color: var(--primary);
    font-size: 20px;
    line-height: 40px;
}

.nav-submenu-item a:hover{
    text-decoration: underline;
}

.nav-item-with-submenu:hover .nav-submenu {
    display: block;
}

.border-round{
    border-radius: 10px;
}



/* Content */

.topic-tag{
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--primary);
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    font-weight: 600;
    padding: 0px 10px;
}

.box{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}


.section-row{
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.section-title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.section-title-with-side{
    padding-right: 40px;
}


.section-tabs{
    overflow-x: hidden;
    width: 100%;
}

.section-tabs.section-tabs-switch{
    overflow-x: visible;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0px;
}

.section-tabs-content{
    display: inline-flex;
}

.section-tab{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 16px;
}

.section-tab:not(:first-child){
    border-left: 1px solid var(--gray);
}

.section-tab a{
    color: var(--gray);
    font-size: 16px;
    line-height: 16px;
}

.section-tab.active a, .section-tab a:hover{
    color: var(--primary);
}



.section-controls i{
    font-size: 20px;
    cursor: pointer;
    color: var(--primary);
    margin-left: 10px;
}

.section-controls.start i:first-child{
    color: gray;
}

.section-controls.end i:last-child{
    color: gray;
}

.section-buttons{
    margin-top: 0px;
    text-align: center;
}

.section-buttons a{
    margin-left: 5px;
    margin-right: 5px;
}

.section-controls{
    width: 80px;
    text-align: right;
}


.section-top-controls{
    position: relative;
}

.section-top-controls .section-controls{
    position: absolute;
    top: 0px;
    right: 0px;
}

.section-top-wrapper{
    overflow-x: hidden;
    padding-bottom: 10px;
}

.section-top-controls .section-tabs.line-tabs{
    padding-left: 0px !important;
    padding-right: 0px !important;
    justify-content: start !important;
    overflow-x: visible !important;
    margin-bottom: 0px;
}

.section-top-controls .section-tabs.line-tabs .section-tab{
    width: 300px;
    min-width: 300px;
    white-space: normal;
}

.section-top-controls .section-tabs.line-tabs .section-tab a{
    display: flex;
    height: 52px;
    line-height: 26px;
    align-items: end;
    justify-content: center;
}

/* LINE TABS */
.line-tabs-wrapper{
    overflow-x: auto;
    margin-bottom: 50px;
    scrollbar-width: thin;
}

.section-tabs.line-tabs {
    display: flex;
    gap: 0;
    padding-bottom: 10px;
    overflow-x: visible;
    align-items: end;
}


@media (min-width: 1200px){
    .section-tabs.line-tabs.short-tabs{
        justify-content: center;
    }

    .top-nav-item-with-submenu:hover .top-nav-submenu.vacancies-submenu{
        grid-auto-rows: auto;
    }

    .vacancies-submenu .top-nav-submenu-item a{
        width: 350px;
        line-height: 22px;
        white-space: normal;
    }

}

.section-tabs.line-tabs .section-tab{
    text-align: center;
    flex: 1 0 180px;
    max-width: 300px;
    padding: 0px;
}

.section-tabs.line-tabs .section-tab a{
    color: #333;
    font-size: 20px;
}

.section-tabs.line-tabs .section-tab::after{
    content: '';
    display: block;
    background: #d0d2d3;
    height: 8px;
    margin-top: 14px;
}

.section-tabs.line-tabs .section-tab.active::after{
    background: var(--primary);
    border-radius: 5px;
}

.section-tabs.line-tabs .section-tab.active a{
    color: var(--primary);
}

.section-tabs.line-tabs .section-tab:not(:first-child){
    border-left: none;
}

.standard-list .col-12{
    padding-bottom: 40px;
}

.account-tabs .section-tabs.line-tabs.short-tabs{
    justify-content: left;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 4px;
}

.account-tabs .section-tabs.line-tabs .section-tab{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 5px;
}

.account-tabs .section-tabs.line-tabs .section-tab.active{
    background: var(--primary);
}

.account-tabs .section-tabs.line-tabs .section-tab.active a{
    color: #fff;
}

.account-tabs .section-tabs.line-tabs .section-tab::after{
    display: none !important;
}

/* Filters */
.filter-tabs{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.filter-tabs-title{
    font-weight: 600;
    font-size: 20px;
    width: 100%;
}

.filter-tabs .section-tab{
    display: inline-block;
}

.filter-tabs-switch{
    width: 100%;
}

.filter-tabs .section-tab:nth-child(1){
    padding-left: 0px;
}

.filter-controls{
    display: flex;
    align-items: center;
    gap: 10px;
}


.filter-keywords{
    position: relative;
}

.filter-keywords input[type=text]{
    padding-right: 25px;
    width: 100%;
}

.filter-keywords i{
    position: absolute;
    top: 10px;
    right: 0px;
    color: var(--primary);
    cursor: pointer;
}

.filter-icon{
    color: var(--primary);
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
}

.filter-icon i{
    color: var(--primary);
}

.filter-count{
    display: none;
    position: absolute;
    top: -12px;
    left: 10px;
    background: var(--primary);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.filter-form{
    border-radius: 10px;
    border: 1px solid #960936;
    background: #FFF;
    padding: 20px;
    display: flex;
    position: relative;
    align-items: center;

}


.filter-row:not(:first-child){
    margin-top: 20px;
}

.filter-fields{
    width: 100%;
}

.filter-fields .filter-date{
    display: inline-block;
    width: 250px;
    max-width: 100%;
    position: relative;
}

.filter-date i{
    position: absolute;
    right: 0px;
    top: 5px;
    color: var(--primary);
}

.filter-fields .datepicker{
    width: 100%;
    border-bottom: 1px solid gray !important;
}

.filter-fields .select2-container{
    min-width: 100%;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.filter-fields .select2-container--default .select2-selection--single{
    border: none;
}


.filter-fields .select-multiple .select2-container{
    border-bottom: none !important;
}

.select2-results__options[aria-multiselectable=true] .select2-results__option::before{
    content: '';
    display: inline-block;
    position: relative;
    bottom: -2px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: 2px solid gray;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;
    font-size: 14px;
}


.select2-container--default .select2-results__option--selected{
    background-color: #ddd !important;
    color: #000 !important;
}




.select2-results__options[aria-multiselectable=true] .select2-results__option--selected::before{
    background-image: url(../img/checked.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(60, 191, 100, 1);
    border: 2px solid rgba(60, 191, 100, 1);
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: none !important;
    color: #000  !important;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover{
    background-color: #ccc !important;
    color: #000  !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
    border: none !important;
}

.select2-selection--multiple .select2-search{
    display: block;
    width: 100% !important;
    border-bottom: 1px solid gray !important;
    padding-bottom: 10px;
}

.select2-selection--multiple textarea{
    width: 100% !important;
    border-bottom: none !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.select2-dropdown{
    border: none !important;
}

.select2-results {
    display: block;
    border: 1px solid var(--primary);
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    display: inline-flex !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    max-width: 150px;
    font-size: 14px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    top: -3px !important;
}

body .ui-state-default, body .ui-widget-content .ui-state-default{
    border: none !important;
    background: none !important;
    color: #333 !important;
    height: 38px !important;
    line-height: 32px !important;
    text-align: center !important;
}

body .ui-state-default:hover, body .ui-widget-content .ui-state-default:hover{
    background: #ccc !important;
    color: #000 !important;
    border-radius: 50% !important;
}

body .ui-state-highlight, body .ui-widget-content .ui-state-highlight,
body .ui-state-highlight:hover, body .ui-widget-content .ui-state-highlight:hover{
    border:  none !important;
    border-radius: 50% !important;
    background: var(--primary) !important;
    color: #fff !important;
}

body .ui-datepicker th{
    color: gray !important;
    font-weight: 300 !important;
}



.filter-buttons{
    text-align: right;
    white-space: nowrap;
}


.filter-buttons i{
    cursor: pointer;
    color: gray;
    position: absolute;
    top: 5px;
    right: 5px;
}


/* PARTNER ITEM */
.partner-item{
    text-align: center;
}

.partner-item img{
    max-width: 70%;
    margin: auto;
}

/* PAGINATION */

.pagination{
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.pagination li.disabled, .pagination li.disabled .fa{
    color: gray;
}

.pagination .page-number a{
    font-size: 18px;
    color: #000;
}

.pagination .page-number.active{
    background: var(--primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.page-top{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.page-top-back{
    width: 100%;
}

.page-top-icons{
    display: flex;
    gap: 5px;
    color: var(--primary);
    white-space: nowrap;
    align-items: center;
}

.page-top-icons span{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.page-top-icons i{
    margin-right: 5px;
    font-size: 20px;
}

.page-top-action{
    margin-left: 10px;
}

.page-banner{
    position: relative;
    margin-bottom: 40px;
}

.page-banner:not(.auto-scale){
    aspect-ratio: 2.2/1;
    background-color: #ccc;
    background-position: center center;
    background-size: cover;
}

.page-text{
    font-size: 18px;
    line-height: 26px;
}

.page-text.fixed-fonts span{
    font-size: 18px !important;
    line-height: 26px !important;
}

.page-text img{
    max-width: 100% !important;
    height: auto !important;
}

.page-text iframe{
    max-width: 100%;
}

.page-text ul{
    padding-left: 30px;
}

.page-banner-credits{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(255,255,255,0.8);
    font-size: 14px;
    padding: 5px;
}

.page-banner-type{
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--primary);
    font-size: 14px;
    line-height: 22px;
    height: 24px;
    font-weight: 400;
    padding: 0px 10px;
}

.page-banner-type:hover{
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.page-banner .line-title{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
}

.page-authors-author {
    margin-bottom: 40px;
    text-align: left;
}

.page-author-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-author-name{
    font-size: 14px;
    color: var(--primary);
}

.page-author-position {
    font-size: 14px;
}

.page-topics-title{
    font-weight: 600;
    margin-bottom: 10px;
}

.page-topic{
    border-left: 4px solid var(--primary);
    color: var(--primary);
    padding-left: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-topics-list:not(.view-all) .page-topic:nth-child(n+4){
    display: none;
}

#page-full-content{
    font-size: 16px;
    line-height: 24px;
}

#page-full-content img{
    max-width: 100%;
}

#page-full-content h1{
    font-size: 24px;
    line-height: 32px;
}

#page-full-content h2{
    font-size: 20px;
    line-height: 28px;
}

#page-full-content h3{
    font-size: 19px;
    line-height: 24px;
}

/* Document content */

#page-full-content .document-content h1{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 30px;
}

#page-full-content .document-content h1:not(:first-child){
    margin-top: 20px;
}

#page-full-content .document-content h2{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

#page-full-content .document-content h3{
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0px;
    padding: 20px 0px;
    color: var(--primary);
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
}


#page-full-content .document-content h3:not(:first-child){
    margin-top: 20px;
}


#page-full-content p:has(> a[id^="_heading"]){
    display: none;
}

#page-full-content .document-content table {
    border-collapse: collapse;
    border: none;
    margin-bottom: 20px;
    max-width: 100%;
}

#page-full-content .document-content td,
#page-full-content .document-content th {
    border: none;
    padding: 10px 10px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

#page-full-content .document-content td:first-child,
#page-full-content .document-content th:first-child{
    padding-left: 0px;
}

#page-full-content .document-content td > p,
#page-full-content .document-content th p {
    margin: 0;
}

#page-full-content ol:has(li[id^="footnote-"]) {
    font-family: "PT Sans", sans-serif;
    page-break-before: always;
    padding-left: 0px;
    margin-top: 40px;
    font-size: 14px;
    padding-left: 5px;
}

#page-full-content ol:has(li[id^="footnote-"])::before{
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    margin-bottom: 20px;
    background: #c7c8ca;
}

#page-full-content ol:has(li[id^="footnote-"]) li{
    margin-left: 10px;
}

#page-full-content ol:has(li[id^="footnote-"]) li .footnote-num{
    display: none;
}

#page-full-content ol:has(li[id^="footnote-"]) li::marker{
    font-size: 14px;
}

#page-full-content hr{
    display: none;
}

#page-full-content ul,
#page-full-content table,
#page-full-content .column-div{
    margin-bottom: 20px;
}

#page-full-content ul{
    list-style-type: none;
}

#page-full-content ul li{
    position: relative;
}

#page-full-content ul li::before{
    display: block;
    content: '';
    width: 20px;
    height: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/arrow-bullet.png');
    position: absolute;
    top: 6px;
    left: -24px;
}



#page-contents-menu{
    background: rgba(150, 9, 54, 0.8);
    padding: 20px;
    padding-top: 60px;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 20px;
    width: 280px;
    height: calc(100% - 40px);
    overflow-y: auto;
}

body.context-menu-fixed #page-contents-menu{
    background: rgba(150, 9, 54, 0.5);
    position: fixed;
    top: 100px;
    padding-top: 20px;
    right: calc(50vw - 650px);
    height: auto;
    max-height: calc(100vh - 80px);
    overflow-y: visible;
}


#page-contents-menu h3{
    color: #fff;
    margin-bottom: 20px;
}

#page-contents-menu a{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

#page-contents-menu div:not(:first-child){
    margin-top: 10px;
}

#page-contents-menu a.active{
    color: #000;
    font-weight: 500;
}

/* Search */

.search-item{
    margin-bottom: 20px;
}

.search-title{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.search-text{
    font-size: 18px;
    line-height: 24px;
}

/* CTA */

.cta{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 640px;
    max-width: 100%;
    border-radius: 5px;
    background: rgba(150, 9, 54, 0.92);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 40px;
}

.cta-info{
   border-left: 4px solid #fff;
   padding-left: 30px;
   font-size: 20px;
   line-height: 28px;
   font-weight: 600;
}

.cta-info.cta-text{
    border-left: 4px solid transparent;
}

.cta-info a{
    color: #fff;
    text-decoration: underline;
}

.cta-info a:hover{
    text-decoration: none;
}

.cta-title{
    font-size: 36px;
    font-weight: 600;
}

.cta-icons{
    display: flex;
    gap: 20px;
}

.cta-icons a{
    color: #fff;
    font-size: 20px;
}

.cta-icons a:hover{
    opacity: 0.8;
}

.member{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.partner{
    margin-bottom: 60px;
}

.partner-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.partner-image{
    margin-bottom: 20px;
}

.partner-image img{
    max-width: 400px;
}

.partner-text{
    font-size: 18px;
    line-height: 24px;
}

.float-image img{
    max-width: 100%;
    height: auto !important;
    margin-right: 20px;
    margin-bottom: 20px;
}

.float-image p::after{
    content: '';
    display: block;
    clear: both;
}

.donation-title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.donation-row{
    display: flex;
    gap: 10px;
    align-items: center;
}

.donation-content{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.donation-content a{
    color: #000;
    text-decoration: underline;
}

.donation-content a:hover{
    text-decoration: none;
}


.report{
    display: flex;
    gap: 20px;
    align-items: start;
}

.report-image{
    text-align: center;
}

.report-image img{
    max-width: 200px;
    max-height: 200px;
}

.report-content{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}


.benefits{
    padding-left: 540px;
    position: relative;
}

.benefit{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.benefit:hover .benefit-title{
    color: var(--primary);
}

.benefit-image{
    width: 520px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.benefit-image img{
    width: 100%;
}

.benefit-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.benefit-content{
    display: none;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
}

.benefit.active{
    border-bottom: 1px solid var(--primary);
}

.benefit.active .benefit-image{
    display: block;
}

.benefit.active .benefit-title{
    font-weight: bold;
}

.benefit.active .benefit-content{
    display: block;
}

.service{
    display: flex;
    align-items: center;
}

.service-icon{
    text-align: center;
    width: 30px;
}

.service-icon img{
    max-width: 30px;
    max-height: 30px;
    display: block;
}

.service-title{
    width: calc(100% - 30px);
    border-left: 2px solid var(--primary);
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
}

.memberships table{
    border-collapse: collapse;
    width: 100%;

}

.memberships th{
    padding: 15px 10px;
    color: var(--primary);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.memberships th:last-child{
    width: 40%;
    line-height: 26px;
}

.memberships td{
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

.memberships td:last-child{
    font-size: 20px;
    line-height: 26px;
}

.memberships tr:nth-child(2n) td{
    background: #fff;
}

.membership-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.membership-text{
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.presidents{
    justify-content: center;
    margin-top: 40px;
}

.presidents img{
    max-width: 100%;
}

.president-text{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 20px;
}

.about-block{
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #d9d9d9;
    padding: 40px 20px;
    padding-bottom: 20px;
}

.about-block .page-text{
    font-size: 20px;
    line-height: 28px;
}

.about-blocks .col-12:nth-child(1) .about-block{
    background: #fff;
    color: var(--primary);
    border-top-left-radius: 120px;
    padding-left: 60px;
    margin-right: 10px;
}

.about-blocks .col-12:nth-child(2) .about-block{
    border-top-right-radius: 120px;
    padding-right: 60px;
    margin-left: 10px;
}

.about-blocks .col-12:nth-child(3) .about-block{
    border-bottom-left-radius: 120px;
    padding-left: 60px;
    margin-right: 10px;
}

.about-blocks .col-12:nth-child(4) .about-block{
    border-bottom-right-radius: 120px;
    padding-right: 60px;
    margin-left: 10px;
}


.white-info-box{
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    font-size: 18px;
    line-height: 26px;
}

.white-info-box h3{
    color: var(--primary);
    font-weight: 400;
}

.value{
    border-radius: 5px;
    border: 1px solid #960936;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 10px;
    position: relative;
}

.value-top{
    display: flex;
    background: var(--primary);
    padding: 20px;
    gap: 20px;
    color: #fff;
    align-items: center;
}

.value-image img{
    width: 100px;
}

.value-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.value-content{
    background: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
}

.milestones-wrapper{
    overflow-x: auto;
    scrollbar-color: var(--primary) #ccc;
    height: 140px;
    padding-top: 20px;
}

.milestones-line{
    background: gray;
    height: 4px;
    position: relative;
}

.milestones-line-fill{
    background: var(--primary);
    height: 4px;
    width: 0px;
}

.milestone-dot{
    position: absolute;
    top:-8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid gray;
    background: #fff;
    cursor: pointer;
}

.milestone-dot.active{
    background: var(--primary);
    border: 2px solid var(--primary);
}

.milestone-year{
    position: absolute;
    color: gray;
    width: 100px;
    text-align: center;
    top: 26px;
    left: -42px;
    font-size: 18px;
}

.chart-table{
    display: flex;
    gap: 40px;
    align-items: center;
}

.chart-div{
    width: 400px;
}

.chart-text{
    width: calc(100% - 400px);
}


@media screen and (max-width: 1200px){
    body.context-menu-fixed #page-contents-menu{
        display: none !important;
    }
}

@media screen and (min-width:1201px) and (max-width: 1400px){
    body.context-menu-fixed #page-contents-menu{
        right: calc(50vw - 590px);
    }
}


@media screen and (min-width: 992px){

   .nav-submenu{
        display: block;
    }

    .nav-item-mobile{
        display: none;
    }


    body.scrolled {
        padding-top: 90px;
    }

    body.scrolled #top-line{
        display: none;
    }

    body.scrolled header{
        height: 60px;
    }

    body.scrolled #header-line{
        height: 60px;
    }

    body.scrolled .logo img{
        height: 50px;
    }

    body.scrolled .header-nav {
        height: 60px;
    }

    body.scrolled .nav-menu{
        top: 14px;
    }

    body.scrolled  .header-right{
        top: 14px;
    }

    body.scrolled .mobile-menu {
        top: 18px;
    }
}

@media screen and (max-width:640px){
    .value-top{
        flex-direction: column;
    }
}

@media screen and (max-width: 991px){

    body{
        padding-top: 0px;
    }

    body header{
        position: relative;
        height: 60px;
    }

    body.body-index main{
        padding-top: 40px;
    }

    #top-line{
        font-size: 12px;
    }

    #header-line{
        height: 50px;
    }

    body.mobile-menu-open .header-nav{
        top: 66px;
    }

    .logo{
       top: 5px;
       left: 5px;
       gap: 10px;
    }

    .logo img{
        height: 50px;
    }

    .header-date{
        padding-bottom: 10px;
        font-size: 14px;
        display: none;
    }

    .mobile-menu{
        top: 21px;
        right: 15px;
    }

    body.mobile-search-open .header-search{
        display: block;
        top: 14px;
        right: 50px;
        width: 150px;
    }

    .header-search-buttons{
        flex-direction: column;
    }


    .pv-large{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pv-normal{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-row{
        flex-direction: column;
    }

    .section-title-with-side{
        padding-right: 0px;
    }

    .section-tabs.section-tabs-switch{
        position: relative;
        margin-top: 10px;
    }

    .section-controls, .section-tabs-row .section-tabs{
        display: none;
    }

    .section-top-controls.section-row{
        flex-direction: row;
    }

    .section-top-controls .section-controls{
        display: block;
    }

    .section-top-controls.section-tabs-row .section-tabs{
        display: flex;
    }


    .page-topics{
        margin-bottom: 40px;
    }
    .filter-tabs{
        flex-direction: column;
    }
    .filter-form{
        flex-direction: column;
    }

    .filter-row:not(:first-child){
        margin-top: 0px;
    }

    .filter-row .col-12:not(.select-multiple){
        margin-bottom: 20px;
    }

    .filter-fields .select2-container{
        margin-right: 0px;
        width: 100% !important;
    }

    .filter-fields .filter-date{
        margin-right: 0px;
        width: 100%;
    }

    .memberships th:last-child{
        width: 50%;
    }

    .benefits{
        padding-left: 0px;
    }

    .benefit-image{
        position: relative;
        margin-top: 20px;
    }

    .about-block{
        border-radius: 5px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 30px !important;
    }

    .page-top{
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }



    .chart-table{
        flex-direction: column;
    }

    .chart-div{
        width: 100%;
    }

    .chart-text{
        width: 100%;
    }


}



/* FOOTER */

#footer-top{
    background: #fff;
    margin-top: 60px;
}

#footer-cta{
    font-family: 'Glacial';
    border: 2px dashed var(--primary);
    background: #f3f3f3;
    margin: auto;
    max-width: 1000px;
    position: relative;
    top: -100px;
    height: 200px;
    padding: 40px 80px;
}

#footer-cta-title{
    color: var(--primary);
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}

#footer-cta-row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer-cta-text{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    width: 60%;
}

#footer-cta-input{
    width: 35%;
}

#footer-cta-button{
    min-width: 140px;
}

#footer-partners{
    position: relative;
    top: -50px;
    text-align: center;
}

#footer-partners img{
    margin: 10px;
    display: inline;
    width: auto;
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 90%;
}

#footer-partners{
    padding-top: 0px;
    padding-bottom: 20px;
}




footer{
    background: var(--background-color-0deg);
    font-size: 16px;
    color: #000;
    padding-top: 40px;
}

#footer-container{
    background: var(--white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 150px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


#footer-logos{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer-logos img{
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
}


.footer-info-title{
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.footer-info-link {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
}

.footer-info-link a{
    color: #707070;
}

.footer-info-link a:hover{
    color: #000;
}

#footer-social{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    gap: 15px;
}

#footer-social a i{
    font-size: 20px;
    color: #000;
}

#footer-social a:hover i{
    color: var(--primary);
}
#footer-address{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

#footer-links{
    font-size: 14px;
    text-align: center;
}

#footer-links a{
    color: var(--black);
}

#footer-links a:hover{
    color: var(--black);
}



@media (max-width: 991px){
    #footer-cta{
        padding: 20px 20px;
        height: auto;
    }
    #footer-cta-title {
        font-size: 22px;
        line-height: 28px;
    }
    #footer-cta-text{
        font-size: 16px;
        line-height: 24px;
    }
    #footer-cta-button{
        min-width: 0px;
        padding-right: 10px;
    }
    #footer-container .col-lg-9{
        display: none !important;
    }
    #footer-logos{
        text-align: center;
    }
}

@media (max-width: 460px){
    #footer-cta-row{
        flex-direction: column;
    }
    #footer-cta-text{
        width: 100%;
    }
    #footer-cta-input {
        width: 100%;
    }
    #footer-cta-button{
        width: 100%;
        padding-right: 0px;
        text-align: right;
    }
    #footer-container {
        padding: 20px;
    }
    #footer-social{
        font-size: 14px;
    }
    #footer-social i {
        font-size: 18px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    body{
        padding-top: 90px;
    }
}

@media (max-width: 1400px){
    .nav-item:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 1200px){

    header{
        height: 60px;
    }
    #top-line{
        display: none;
    }
    .header-nav{
        display: none;
    }
    header .logo img {
        height: 50px;
    }
    header  .header-right {
        top: 14px;
        right: 60px;
    }
    .mobile-menu{
        display: block;
    }
}

@media (max-width: 991px){
    .header-search{
        padding-top: 8px;
    }
    .header-membership, .header-login, .header-logout{
        display: none;
    }
    #mobile-menu .header-membership, #mobile-menu .header-login, #mobile-menu .header-logout{
        display: block;
    }
    .header-search-form{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



/* COOKIES */
#cookies{
    display: none;
    position: fixed;
    color: #fff;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    padding: 20px 0px;
    background-color: rgba(0,0,0,0.8);
}

.cookies-content{
    display: flex;
    align-items: center;
    width: 100%;
}

.cookies-text{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
}

.cookies-button{
    text-align: right;
}

.cookies-text a{
   font-weight: bold;
}

.cookies-button{
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 991px){
    .cookies-content{
        flex-direction: column;
        text-align: center;
    }

    .cookies-text{
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .cookies-button{
        text-align: center;
    }
}


/* FORMS */

input[type=text], input[type=email], input[type=password], textarea, select{
    border: none;
    outline: none;
    border-bottom: 1px solid var(--primary) !important;
    padding: 5px 0px;
    color: #333;
    width: 100%;
}


input[type=text], input[type=email], input[type=password], textarea, select{
    border: none;
    background: none;
}
input[type=text]:focus,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
textarea,
select
{
    outline: none !important;
}

input::placeholder, textarea::placeholder, select::placeholder{
    color: #000;
    opacity: 0.4;
    font-size: 14px;
}

input[readonly=readonly]{
    background: #f5f5f5;
}

.form-fields textarea{
    border: 1px solid var(--primary) !important;
    padding: 10px !important;
    min-height: 200px;
}

select{
    color: rgba(0,0,0,0.4);
}

select.active{
    color: #333;
}


/* SEARCH */
.search-result{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 991px){
    .featured-chart-content{
        padding-left: 50px;
    }
}

@media (max-width: 800px) {

    h1{
        font-size: 32px !important;
        line-height: 36px;
    }

    h2{
        font-size: 28px !important;
        line-height: 36px;
    }

    h3{
        font-size: 22px;
        line-height: 28px;
    }

    h4{
        font-size: 16px;
        line-height: 20px;
    }
}



/* Slick */

.slick-slide{
    padding-bottom: 40px;
}

.slick-dots{
    bottom: -50px;
}

.slick-dots li button::before{
    background: #000 !important;
}

.slick-slide img{
    max-width: 100% !important;
    height: auto !important;
}

.section-slider-wrapper .slick-slide {
    margin: 0 30px;
}

.section-slider-wrapper .slick-prev{
    left: -10px;
    z-index: 5;
}

.section-slider-wrapper .slick-next{
    right: 3px;
    z-index: 5;
}

.section-slider-wrapper .slick-prev::before,
.section-slider-wrapper .slick-next::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-slider-wrapper .slick-prev::before {
    background-image:url(../img/arrow-left.svg);
}

.section-slider-wrapper .slick-next::before {
    background-image:url(../img/arrow-right.svg);
}

#slider-contributions .slick-prev, #slider-contributions .slick-next{
    top: 100px;
}
