
.container.head-content {}

.container.head-content .content {
    margin-top: 110px;
    position: relative;
}

.container.head-content .content h1 {
    color: #ffffff;
    font-family: "Gill Sans Nova SemiBold", sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.container.head-content .content p {
    color: #ffffff;
    font-family: "Gill Sans Nova Book", sans-serif;
    font-size: 20px;
    max-width: 70%;
}

.container.head-content .infos {
    max-width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.container.head-content .infos span {
    color: #fff;
    font-size: 14px;
    font-family: "Gill Sans Nova Medium", sans-serif;
    font-style: normal;
    font-weight: 500;
}

.container.head-content .infos a.btn.btn-custom {
    display: inline-flex;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    color: #0033a0;
    font-family: "Gill Sans Nova Book", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
    align-content: center;
}

.container.head-content .infos a.btn.btn-custom img {
    height: 20px;
    margin-left: 8px;
}
img.resportcover {
    position: absolute;
    right: 0px;
    bottom: -200px;
    max-width: 220px; 
}
.charts iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}
.charts .tableauPlaceholder {
    overflow: unset !important;
    height: fit-content !important;
}
.container-fluid.parallax {
}
.parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .parallax__layer {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .parallax__layer--base {
    transform: translateZ(0);
  }
  .parallax__layer--back {
    transform: translateZ(-1px); 
  }
  .parallax__group {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.parallax__group {
    position: relative;
    height: 500px;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
} 
.parallax__layer--back img {
        width: 125vw !important;
    transform: translateZ(-80px) scale(1.8);
    background-color: #ffffff;
    height: 700px;
    -o-object-position: top center;
    object-position: top center;
    -o-object-fit: cover;
    object-fit: cover;
}
.content {}

.content p {
    color: #000000;
    font-family: "Gill Sans Nova Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}
.content p.titled {
    color: #0033a0;
    font-family: "Gill Sans Nova Light", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    background: #e8edf7;
    display: inline-flex;
    padding: 0 8px;
    margin-left: -8px;
    line-height: normal;
}

.content p.subtitle {
    color: #0033a0;
    font-family: "Gill Sans Nova Book", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 40px;
}
span.blue{
    
    color: #0033a0; 
    font-family: "Gill Sans Nova Medium", sans-serif; 
    font-style: normal;
    font-weight: 500;
}
.content ul {
    list-style: none;
    margin: 30px 0; 
    position: relative;
}

.content ul li {
    color: #000000;
    font-family: "Gill Sans Nova Light", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-bottom:8px
} 
.content ul li span {
    position: absolute;
    left: 16px;
}
.charts.bar .tableauPlaceholder,.charts.bar .tableauPlaceholder iframe {
    min-height: 887px !important;
}.container-fluid.p-0.mb-5.pr2 {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.parallax-content {
    position: absolute;
    bottom: 12px;
    right: 14vw;
    width: 640px;
}

.parallax-content p.text {
    color: #fff;
    font-family: "Gill Sans Nova Light", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

.parallax-content p.text span.quote svg {
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
}

.charts {
    margin: 0 -12px;
}

.img-container {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    height: 500px;
    z-index: 1;
}

.container.head-content {
    z-index: 2;
    position: relative;
}
img.type-b {
    min-width: 100vw;
}
@media screen and (max-width: 800px) {
    .container.head-content .content h1 {
        font-size: 36px;
    }
    
.img-container {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    height: 100vh;
    z-index: 1;
}
    .container.head-content .content p {
        font-size: 16px;
        max-width: 100%;
    }
    
    .container.head-content .infos {
        max-width: 100%;
    }
    
    img.resportcover {
        position: relative;
        bottom: 0;
        margin: auto;
        display: block;
    }

.charts iframe {
    height: 727px !important;
}

.charts .tableauPlaceholder {
    height: 727px !important;
}

.charts.pie .tableauPlaceholder {
    height: 500px !important;
}

.charts.line .tableauPlaceholder {
    max-height: 300px !important;
}

.charts.bar .tableauPlaceholder {
    height: 390px !important;
    min-height: 390px !important;
    overflow: hidden !important;
}

.charts.map .tableauPlaceholder {
    height: 420px !important;
    overflow: hidden;
}
.parallax__layer--back img {
    height: 100vh;
}
.container-fluid.p-0.mb-5.pr2 {
    height: 200px;
    overflow: hidden;
}
.parallax-content {
    padding: 0 12px;
    right: 0;
    bottom: -4px;
    width: 100%;
}
} 

.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #0033a3 !IMPORTANT;
    border-color: #0033a3 !IMPORTANT;
    box-shadow: unset !important;
}

 