header.fullwidth-banner-home-page {
    height: 590px;
    width: 100%;
    max-width: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 45px !important;
    position: relative;
}


header.fullwidth-banner-home-page .banner-container {

    text-align: center;
    position: absolute;
    right: 9%;
    top: 35%;
    flex-direction: column;
    align-content: flex-start;
}

header.fullwidth-banner-home-page .banner-container.left {
    text-align: left;
    align-content: flex-start;
}

header.fullwidth-banner-home-page h1.title {
    color: #004483;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

header.fullwidth-banner-home-page .banner-container.left h1.title {
    text-align: left;
}

 .mobile-version .cta-button, header.fullwidth-banner-home-page .cta-button{
    font-family: "National 2";
    background: #f0b114;
    color: #084c8f;
    padding: 14px 20px;
    text-decoration: none;
    display: inline;
}

header.fullwidth-banner-home-page .cta-button {
    display: inline;
}

.title.mobile-version {
    display: none;
}

@media screen and (max-width: 1366px) {
    
    header.fullwidth-banner-home-page .banner-container {

        top: 38%;
    }
    header.fullwidth-banner-home-page h1.title {
        font-size: 25px;

    }
}

@media screen and (max-width: 1024px) {
    header.fullwidth-banner-home-page h1.title {
        font-size: 20px;

    }
}

@media screen and (max-width: 999px) {
    header.fullwidth-banner-home-page {
        height: 480px;
        margin-top: 70px !important;
    }
    
    .mobile-version .cta-button {
        font-size: 16px;
    }

    header.fullwidth-banner-home-page .banner-container.mobile-version {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .banner-container.mobile-version {
        display: block;
        color: #fff;
        background-color: #0083CA;
        font-size: 20px;
        text-align: center;
        padding: 25px !important;
    }

    .banner-container.mobile-version .title{
        display: block;
        color: #fff;
        font-size: 22px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 762px) {
    header.fullwidth-banner-home-page {
        height: 230px;
    }
}



@media only screen and (min-width:1000px) and (max-width:1200px) {
    header.fullwidth-banner-home-page {
        height: 490px;
    }
    
    header.fullwidth-banner-home-page .banner-container.left {

    right: 2.5%;
}   
}

.page-home-example .breadcrumbs-container {
    display: none;
}

@media only screen and (min-width: 1000px) {
    header.fullwidth-banner-home-page {
        background-size:contain;
        background-position: center
    }
    
    .home header.fullwidth-banner-home-page {
        background-size: contain;
        background-position: center;
    }
    
    header.fullwidth-banner-home-page .banner-container.left {
                max-width: 400px;
        right: 4.5%;
}  
    
}

@media only screen and (min-width:1250px) {
   header.fullwidth-banner-home-page .banner-container.left {
        right: 7.5%;
}   
}

@media only screen and (min-width:1366px) {
   header.fullwidth-banner-home-page .banner-container.left {
        max-width: 500px;
        right: 5.5%;
}   
}

@media only screen and (min-width:1550px) {
   header.fullwidth-banner-home-page .banner-container.left {
        right: 10%;
}   
}

@media only screen and (min-width:1800px) {
   header.fullwidth-banner-home-page .banner-container.left {
        right: 13%;
}   
}

.page-homepage .breadcrumbs-container {
    display: none;
}