.cc-message {
    font-family: "Open Sans", sans-serif;
}

.cc-message .cc-link {
    padding-left: 0;
    padding-right: 0;
}

.cc-message a,
.cc-message .cc-link {
    color: #005eb8
}

.cc-message a:focus,
.cc-message a:hover,
.cc-message .cc-link:focus,
.cc-message .cc-link:hover{
    color: #333f48
}

.cc-btn {
    background-color: #333f48 !important;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.cc-btn:focus,
.cc-btn:hover {
    background-color: #005eb8!important;
    color: #fff !important;
    text-decoration: none;
}

.button--hidden{
    display:none;
}


.modal-video-size {
    width: inherit;
    height: calc(56.25vw)
}

.banner__content{
    background-color:inherit !important
}
/*
@media (max-width:992px){
    .banner__media{
        padding-bottom:30%;
    }
}
*/

@media (min-width: 992px) {
    .accordion__item__content {
        padding-bottom: 1.25rem;
    }
}

.button-group__item {
    margin-bottom:0;
    padding: 0 .375rem;
}

.banner__media {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.banner__image {
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translate3d(-50%, 0, 0);
    width: auto;
}

@supports (object-fit: cover) {

    .banner__image {
        height: 100%;
        left: auto;
        object-fit: cover;
        object-position: center;
        transform: none;
        width: 100%;
    }
}

.banner__image--tint::after {
    background-color: rgba(51,63,72,0.3);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 1200px){
    .section[class*='bg--']{
        padding:3rem 0 !important;
    }

    .section {
        margin: 3rem 0 !important;
    }
}

@media (min-width: 1440px) {
    .section {
        margin: 5rem 0 !important;
    }
}

.accordion{
    margin-bottom:0px;
}
ol,ul,dl{
    margin-bottom:2rem;
}

.field__control[type="text"]{
    height:inherit;
}

select{
    text-transform:none;
}

@media (min-width: 1200px) {
    .section[class*='section--results'] {
        padding: 3rem 0 !important;
    }
}

@media (min-width: 1440px) {
    .section[class*='section--results'] {
        padding: 8rem 0;
    }
}

@media (min-width: 1200px) {
    .section[class*='section--results'] {
        padding: 5rem 0;
    }
}

.section[class*='section--results'] {
    padding: 3rem 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: none;
}

.section__title, .page-nav__link {
    text-transform: none;
}
.banner__media::after {
    background-image: none;
}
.hidden{
    display:none !important;
}
.site-logo {
    height:45px;
}
@media (min-width: 1440px){
    .site-logo{
        height:63px;
    }
}