/* Font Faces */


@font-face {
    font-family: 'Funnel Sans';
    src: url('FunnelSans-ExtraBold.woff2') format('woff2'),
        url('FunnelSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Funnel Sans';
    src: url('FunnelSans-Regular.woff2') format('woff2'),
        url('FunnelSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'HelveticaLT67MediumCondensed';
    src: url('HelveticaLT67MediumCondensed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLT87HeavyCondensed';
    src: url('HelveticaLT87HeavyCondensed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLT57Condensed';
    src: url('HelveticaLT57Condensed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('Calibri.ttf');
    font-weight: normal;
    font-style: normal;
}

.menu-font {
    font-family: "Funnel Sans";
    font-weight: 500;
    color: #153060;
}

.activeNavigationItem {
    font-family: "Funnel Sans";
}

.dropdown-item {
    font-family: "Funnel Sans";
}

.activeDropdownItem {
   font-family: "Funnel Sans";
   font-weight: bold;
}


.collapsible {
    font-family: "Funnel Sans";
    font-size: 1.3em;
    letter-spacing: 0.5px;
    line-height: 1.3em;
}



.jumbotron-font {
    font-family: 'Funnel Sans';
}

.jumbotron-font h1 {
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 0px;
}

.landing-jumbotron-font {
    font-family: "Funnel Sans";
    font-size: 1.3em;
}


.landing-jumbotron-font h1 {
    margin-top: -5px;
    margin-bottom: 0px;
}

.mainWrapper h1, h2, h3, h4, h5, h6 {
    font-family: 'Funnel Sans';
    font-weight: bold;
}

.mainWrapper h1, h2, h4, h5, h6 {
    color: #0a007c;
}

.mainWrapper h4 {
    font-size: 1.75rem;
}

.mainWrapper h5 {
    font-weight: bold;
    font-size: 1.3em;
}

.mainWrapper li {
    font-family: 'Funnel Sans';
}

.mainWrapper p, br, figcaption, table {
    font-family: 'Funnel Sans';
}

.landingPageWrapper p, br {
    font-family: 'Funnel Sans';
}

.landingLinkCardHeader {
    font-family: 'Funnel Sans';
    font-weight: bold;
}

.landingLinkCardButton {
    font-family: "Funnel Sans";
}

.linkCardHeaderContent {
    font-family: 'Funnel Sans';
    font-weight: bold;
}

.linkCardDescription p {
    font-family: 'Funnel Sans';

}

.languageSelection a {    
    color: #0a007c;
}

.languageSelection li {    
    font-size: 1.1em;
}

.footerWrapper h2 {
    font-family: 'Funnel Sans';
    font-weight: bold;
    color: white;
    font-size: 1.5em;
}

.footerWrapper p {
    font-family: 'Funnel Sans';
}

.copyright p {
    font-family: "Funnel Sans";
}

.slick-slide figcaption{
   font-family: "Funnel Sans";
}


@media (max-width: 1200px) {
    .landing-jumbotron-font {
        font-size: 2em;
    }

    .jumbotron-font h1 {
        font-size: 2em;
    }
}

@media  (max-width: 1919px) {
    .mainWrapper h1 {
        font-size: 1.8em;
        letter-spacing: 0.4px;
    }

    .mainWrapper h2 {
        font-size: 1.6em;
        letter-spacing: 0.4px;
    }

    .mainWrapper h3 {
        font-size: 1.4em;
        letter-spacing: 0.4px;
    }

    .mainWrapper h4 {
        font-size: 1.2em;
        letter-spacing: 0.4px;
    }

    .mainWrapper h5 {
        font-size: 1em;
        letter-spacing: 0.4px;
    }

    .mainWrapper h6 {
        font-size: 1em;
        letter-spacing: 0.4px;
    }

    .landingPageWrapper h1 {
        font-size: 1.8em;
        letter-spacing: 0.4px;
    }

    .landingPageWrapper h2 {
        font-size: 1.6em;
        letter-spacing: 0.4px;
    }

    .landingPageWrapper h3 {
        font-size: 1.4em;
        letter-spacing: 0.4px;
    }

    .landingPageWrapper h4 {
        font-size: 1.2em;
        letter-spacing: 0.4px;
    }

    .landingPageWrapper h5 {
        font-size: 1em;
        letter-spacing: 0.4px;
    }

    .landingPageWrapper h6 {
        font-size: 1em;
        letter-spacing: 0.4px;
    }
}


@media (min-width: 540px){
    .jumbotron-font     {
        font-size: 40px;
    }

    .jumbotron-font p {
        font-size: 0.8em !important;
        letter-spacing: 0.5px;
    }

    .jumbotron-font h1 {
        font-size: 1.2em !important;
        letter-spacing: 4px;
    }
}

@media (min-width: 990px){
    .jumbotron-font     {
        font-size: 42px;
    }

    .jumbotron-font p {
        font-size: 0.9em !important;
        letter-spacing: 0.5px;
    }

    .jumbotron-font h1 {
        font-size: 1.3em !important;
        letter-spacing: 4px;
    }
}


@media (min-width: 1920px) {

    .menu-font     {
        font-size: 1.3em;
        line-height: 1.05em;
    }

    .dropdown-item     { 
        font-size: 1.23em; 
    }

    .jumbotron-font     {
        font-size: 45px;
    }

    .jumbotron-font p {
        font-size: 1.0em !important;
        letter-spacing: 0.5px;
    }

    .jumbotron-font h1 {
        font-size: 1.4em !important;
        letter-spacing: 4px;
    }

    .landing-jumbotron-font {
        font-size: 45px;
    }

    .landing-jumbotron-font p {
        font-size: 1.0em !important;
        letter-spacing: 1.1px;
    }

    .landing-jumbotron-font h1 {
        font-size: 1.4em !important;
        letter-spacing: 4px;
    }


    .mainWrapper h1 {
        font-size: 2.7em;
        letter-spacing: 0.4px;
    }

    .mainWrapper h2 {
        font-size: 1.9em;
        letter-spacing: 0.4px;
    }

    .mainWrapper figcaption {
        font-size: 1em;
        letter-spacing: 0.5px;
        line-height: 1.3em;
    }

    .mainWrapper p, br {
        font-size: 1.2em;
        letter-spacing: 0.5px;
        line-height: 1.3em;
    }
    
    .mainWrapper li {
        font-size: 1.2em;
        letter-spacing: 0.5px;
        line-height: 1.3em;
    }

    .mainWrapper ul>li>ul>li {
        font-size: 1em;
    }

    .landingPageWrapper p, br {
        font-size: 1.2em;
        letter-spacing: 0.5px;
        line-height: 1.3em;
    }

    .landingLinkCardButton {
        font-size: 1.7em;
        line-height: 1.3em;
    }

    .linkCardHeaderContent {
        font-size: 1.5em;
    }

    .linkCardDescription p {
        font-size: 0.9em;
        line-height: 1.3em;
    }

    .footerWrapper h2 {
        font-size: 1.25em;
    }

    .footerWrapper p {
        font-size: 1.2em;
        line-height: 28px;
    }
    .footerWrapper p a{
        line-height: 38px;
    }

    .copyright p {
        font-size: 0.8em;
        line-height: 3px;
    }


}