/* Base */

body > div, html {
    overflow-x: hidden;
}

body {
    font-size: 100% !important;
}

@font-face { font-family: FreeroadLight;
  src: url("../webfonts/Freeroad-Light.ttf"); }
@font-face { font-family: FreeroadRegular;
    src: url("../webfonts/Freeroad-Regular.ttf"); }
@font-face { font-family: FreeroadItalic;
    src: url("../webfonts/Freeroad-Italic.ttf"); }  
@font-face { font-family: FreeroadBold;
    src: url("../webfonts/Freeroad-Bold.ttf");} 

@font-face { font-family: Varinonormal;
    src: url("../webfonts/Varinonormal-Regular.otf");}


.activities-section div {
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
}

.activities-section-heading-obo {

}

/* Templates */


/* Fixes */

.header {
    background-image: url("../images/header.jpg");
}

.header h1 {
    font: 700 72px "Varinonormal", sans-serif;
}

.header .p-heading {
    font: 700 2.5rem/3rem "Varinonormal", sans-serif;
    margin-top: -20px;
}

#header {
    display: none;
}

#header.privacy-policy-header {
    display: unset;
}

#new-header {
    width: 100%;
    margin-top: 0px;
}

#new-header img {
    width: 100%;
}

.mobile-header-img {
    height: 100%;
}

@media(min-width: 768px) {

    .header img {
        /* display: none; */
    }

    #new-header .mobile-header-img {
        display: none;
    }

}

.hero-logo {
    vertical-align: center;
}

.spinner-wrapper {
    background-color: #007EA7;
}

.accordion .area-l {
    height: 27rem;
    /* background: url('../images/details-1-background.jpg') center center no-repeat; */
    background-size: cover;
}

.accordion .area-r {
    height: 27rem;
    background: url('../images/details-1-background.jpg') center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .accordion .area-l {
        width: 52%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .accordion .area-r {
        width: 47%;
        height: 100%;
        display: inline-block;
    }
}

.navbar-custom .navbar-brand.logo-image img {
    height: 25px;
    width: unset;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.navbar-custom .navbar-brand.logo-image {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.initial-line {
    height: 70px;
    width: 100%;
    background-color: #007EA7;
    text-align: center;
    z-index: 3;
}

.initial-line h4 {
    color: #FFFFFF;
    padding-top: 20px;
    text-align: center;
    font-weight: 400;
}

/* Menu */

.navbar-custom .nav-item .nav-link,
.navbar-custom.top-nav-collapse .nav-item .nav-link{
    color: white;
}

.navbar-custom {
    padding: 0;
    background-color: transparent;

    padding: 0.375rem 1.5rem 0.375rem 2rem;
}

@media(max-width: 767px) {

    .navbar-custom {
        box-shadow: none;
    }

    .navbar-custom img, .navbar-custom .navbar-toggler {
        /* visibility: hidden; */
        display: none;
    }

    .navbar-custom .navbar-toggler {
        font-size: 1.75rem;
    }

    .navbar-custom.top-nav-collapse img, .navbar-custom.top-nav-collapse .navbar-toggler {
        /* visibility: visible !important; */
        display: unset;
    }

    .mobile-header-particles {
        display: unset;
    }

    .desktop-header-particles {
        display: none;
    }

    #intro div div .image-container {
        margin-top: 0px;
    }
}

@media(min-width: 768px) {
    .navbar-custom {    
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop-header-particles {
        display: unset;
    }

    .mobile-header-particles {
        display: none;
    }

}

@media (min-width: 1600px) {
    .navbar-custom {
        padding-left: 12rem;
        padding-right: 12rem;        
    }
}

.navbar-custom.top-nav-collapse {
    background-color: #007EA7 !important;    
}

.navbar-custom.top-nav-collapse ul.navbar-nav li a.nav-link {
    color: white;    
}

.navbar-custom.top-nav-collapse a img.id-collapsed, .navbar-custom:not(.top-nav-collapse) a img.id-not-collapsed {
    display: none;    
}


.navbar-custom .nav-item .nav-link:hover, .navbar-custom .nav-item .nav-link.active,
.navbar-custom.top-nav-collapse .nav-item .nav-link:hover, .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
    color: #24465F;
    font-weight: 800 !important;
}

.navbar-custom:not(.top-nav-collapse) .nav-item .nav-link:hover, .navbar-custom:not(.top-nav-collapse) .nav-item .nav-link.active {
    color: #20053f;
}

.nav-item-lang {
    border-left: 2px solid black;
    margin-left: 5px;
}

.nav-item-lang a {
    font-weight: 800 !important;
    margin-left: 5px;
    font-size: 1.25rem;
}

#navbarsExampleDefault > ul > li.nav-item.nav-item-lang > a {
    font-weight: 800;
}

.navbar-custom .dropdown-item {
    color: #333333;
}

.navbar-custom .dropdown-item:hover span {
    color: #000000 !important;
}

/* Activities */

.activities {
    background: url('../images/activities.png') center center no-repeat;
    background-size: cover;
}

.activities-icon {
    display: inline;
    padding-top: 8px;
    padding-left: 6px;
    padding-right: 12px;
    float: left;
}

.activities-icon-obo {
    height: 36px;
    padding-top: 0;
    margin-top: -6px;
}

#references-logos {
    width: 100%;
    background: url('../images/idreferences.jpg') center center no-repeat;
}

@media (max-width: 768px) {
    #references-logos {
        background: url('../images/idreferences-mobile.jpg') center center no-repeat;
    }
}

#activities h2 {
    color: white;
}

.activities h4 {
    color:white;
    font-weight: 700;
    display: inline;
    float: left;
    width: 80%;
    font-size: 16px;
}

.activities .activities-text {
    color: black;
    margin-top: 90px;
}

.activity-projects .activities-text {
    margin-top: 60px;
}

.activities .row {
    padding-top: 135px;
    padding-bottom: 150px;
}

.activities-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.activities-section-heading {
    width: 100%;
    display: inline;
}

/* Intro, testimonial */

#intro .text-container p, #intro .testimonial-author {
}

.testimonial-author {
    padding-top: 10px;
}
.popup-with-move-anim {
    text-decoration: none !important;
}

#intro .row{
}

#intro {
    padding-top: 3.25rem;
    padding-bottom: 6rem;
}

#intro h2 {
    color: #24465F;
    padding-bottom: 0.75rem;
}

#intro .image-container {
    margin-top: 100px;
}

body #header {
    height: 100vh;
    margin-top: -20px;
}

.slider {
    padding-top: 150px;
    padding-bottom: 150px;
}

.slider h2 {
    color: #24465F;
}

.slider .p-heading {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: black;
}

.slider .card-image {
    width: 15rem;
    height: auto;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%2320053f'/%3E%3C/svg%3E");

}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%2320053f'/%3E%3C/svg%3E");

}

.swiper-button-prev, .swiper-button-next {
	background-size: 2.5rem 3.5rem;
}

.lightbox-basic {
    max-width: 76.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.lightbox-basic h2 {
    padding-top: 1rem;
}


#intro .text-container {
}

/* Chart */

#chart {
    background-color: #F5F2EE;
}

.chart-left #myDiv {
    float: right;
}

.chart-info-title {
    text-transform: uppercase;
    color: #24465F;
}

#addInfo {
    display: none;
}

@media(min-width: 992px) {
 
    .chart-right > div {
        width: 480px;
        padding: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

}

@media(min-width: 1200px) {
 
    .chart-right > div {
        width: 480px;
        padding: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .chart {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media(max-width: 1200px) {
    
    .chart-right > div {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .chart-left {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .chart-left #myDiv {
        float: none;
    }

}

.chart-info-title {
}

.chart-info-tagline {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.chart-info-content {
    display: block;
}

.chart-info-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.chart .modebar-container {
    display: none;
}

#myDiv {
}

.chart #myDiv .plot-container .main-svg {
    background: none !important;
}

#myDiv > div > div > svg:nth-child(1) > g.sunburstlayer > g > g:not(.cursor-pointer) > path {
    /* opacity: 0.1 !important; */
}

#myDiv > div > div > svg:nth-child(1) > g.sunburstlayer > g g text {
    /* fill: #333333 !important; */
}

.btn-solid-reg {
    background-color: #20053f;
}

.btn-solid-reg:hover {
    border-color: #333333;
    color: #333333
}

.mfp-close.as-button {
    border-color: #333333;
    color: #333333
}

.as-button.mfp-close:hover {
    background-color: #24465F;;
}

.lightbox-basic button.mfp-close.x-button {
    top: 5px;
    right: 5px;
    font-size: 3rem;
}

.lightbox-image {
    display: grid;
}

.lightbox-image img {
    align-self: center;
}

#myDiv g g g:hover {
    opacity: 0.9 !important;
}

#myDiv > div > div > svg:nth-child(1) > g.sunburstlayer > g > g:not(.cursor-pointer) > path:hover {
    opacity: 0.4 !important;
}

.hoverlayer {
    display: none !important;
}

#addInfo, #defaultInfo {
    align-self: center;
}

/* Desktop menu */

.nav-desktop-button-container {
    display: none;
}

@media(min-width: 768px) {
    .nav-desktop-button-container {
        display: unset;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: -3px;
    }

    .nav-desktop-button-container img {
        height: 100%;
        width: 100%;
    }

    #nav-dekstop-button:hover {
        cursor: pointer;
    }

    .navbar-nav {
        padding-right: 20px;
    }

    #nav-collapsible {
        transition: width 0.3s;
        width: 0px;
        overflow: hidden;
        padding-top: 5px;
        white-space: nowrap;
    }

    .dropdown-menu {
        overflow: auto;
    }

    #nav-collapsible li, #nav-collapsible a {
        display: inline;
    }
}

@media(max-width: 767px) {
    .nav-item-lang {
        border-left: none;
        margin-left: 5px;
    }
}

/* Contact */

#contact h2 {
    color: #20053f;
}

.contact-content {
    margin-top: 32px;
}

#contact .contact-subtitle {    
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: black;
}

#contact .contact-subheading {    
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: black;
    width: 100%;
    display: block;
    height: 42px;
}

.contact-box-content-subheading {    
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: black;
    width: 100%;
    display: block;
}

.contact-box-content {
    width: 100%;
}

#contact a {
    text-decoration: none;
}

.contact-social {
    width: 100%;
    display: block;
    margin-top: 40px;
}

.contact-social img {
    width: 32px;
    height: 32px;
}

/* References */

.references {
    height: auto;
    width: 100%;
    background-image: url("../images/references-background.png");
    background-size: cover;
}

.references .container {
    padding-top: 70px;
    padding-bottom: 10px;
}

.references h2 {
    color: white;
    text-align: center;
}

.references-carousel {
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: transparent;
}

.references-carousel .card-image { 
    width: auto;
    height: 70px;
    border-radius: 0; 
}

/* Footer */

.footer {
    padding-top: 50px;
    padding-bottom: 0;
}

.copyright {
    padding-top: 0;
    padding-bottom: 0;
}

.footer, .copyright {
    background-color: #24465F;
}

.footer-info {
    line-height: 28px !important;
    margin-left: 3px;
}

.footer-info a {
    text-decoration: none;
}

.footer h4 {
    color: #00A7E1;
    margin-bottom: 18px;
}

.footer-final {
    text-align: center;
}

.footer-final img {
    width: 300px;
    margin-top: 45px;
}

@media(min-width: 768px) {

    .footer-final .text-container {
        margin: 0 auto;
        float: right;
    }

}

.footer-quote {
    font-style: italic;
    margin-top: 10px;
}

div.footer-quote {
    color: #dfe5ec;
}

/* Responsive */

body > nav > button, li.nav-item-lang, div.nav-desktop-button-container {
    display: none;
}

@media (max-width: 767px) {


    #new-header .desktop-header-img {
        display: none;
    }


    #intro {
        padding-top: 40px;
        padding-left: 6px;
        padding-right: 5px;
    }

    #intro .text-container {
        margin-top: 0;
    }

    .initial-line {
        height: auto;
        padding-bottom: 6px;
    }

    .initial-line h4 {
        font-size: 16px;
    }

    header.header-mobile {
        background: url('../images/header-mobile.jpg') center center no-repeat;
        background-size: cover;
        height: 400px !important;
    }

    #activities {
        padding-left: 10px;
        padding-right: 5px;
    }

    .hero-logo {
        width: 200px;
    }

    .navbar-custom.top-nav-collapse .navbar-toggler {
        color: white;
    }

    .navbar-custom .navbar-toggler {
        color: #333333;
    }

    .navbar-custom .navbar-brand.logo-image img {
        height: 19px;
    }

    #contact .contact-content div {
        margin-bottom: 25px;
    }

    #contact .contact-subheading-empty {
        height: 0px;
    }

    #contact .contact-social {
        margin-top: 16px;
    }

    .footer .footer-final {
        margin-bottom: 40px;
    }

}

/* Terms, policy */

.terms-header {
    height: unset !important;
    background-image: url("../images/terms.jpg");
}

.terms-header h1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#nav-collapsible {
    display: none;
}

a.back-to-top, .form-control-submit-button {
    background-color: #20053f; 
}

a:hover.back-to-top {
    background-color: #20053f;
}

/* Header particles */

.desktop-header-particles, .mobile-header-particles {
    position: absolute;
    top: 80px;
    z-index: 2;
}

.mobile-header-particles {
    top: 36px;
}

.desktop-header-img {
    z-index: 1;
}

h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}

/* Subpages */

#members-table {
    padding-top: 100px;
    padding-bottom: 100px;
}

#members-table h2 {
    color: #24465F;
    padding-bottom: 40px;
    text-align: center;
}

#members-table thead tr th {
    color: #24465F
}

.activity-projects-bold {
    font-weight: 600;
    padding-left: 8px;
}

#new-header .mobile-header-obo-img {
    height: auto;
}