.footer-snippet abbr {
    border-bottom: none;
    text-decoration: none;
}

.footer-snippet .contentinfo a:not(.Button) {
    color: inherit;
    text-decoration: none;
    transition: color 200ms;
}
.footer-snippet a[href^="tel:"] {
    color: inherit;
}
.footer-snippet a {
    color: rgba(255,255,255,0.57);
    text-decoration: none;
    transition: color 200ms;
}
.footer-snippet a:not(.Button):hover, 
.footer-snippet a:not(.Button):active, 
.footer-snippet a:not(.Button):focus {
    color: rgba(255,255,255,0.77);
}


.footer-snippet {
    background-color: #152640;
    color: rgba(255,255,255,0.57);
    line-height: 2;
    padding-top: 64px;
    margin-top: 0;

    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
    @media (min-width: 42.875em){
        .footer-snippet {
            margin-top: 0;
        }
    }
    @media (min-width: 50em){
        .footer-snippet {
            line-height: 1.75;
            padding-top: 110px;
        }
    }

    @media (min-width: 80.625em){
        .footer-snippet {
            font-size: 16px;
        }
    }    
    @media (min-width: 43.75em) and (max-width: 80.625em){
        .footer-snippet {
            font-size: calc(12px + (16 - 12) * (100vw - 700px) / (1290 - 700));
        }
    }

.footer-snippet .container {
    overflow: hidden;
    margin-left: 24px;
    margin-right: 24px;
    max-width: 1290px;
    position: relative;
    line-height: 1.75;
}
    @media (min-width: 50em){
        .footer-snippet .container {
            display: grid;
            grid-template-areas: "location . contact";
            grid-template-columns: 60.23256% 7.51938% 32.17054%;
        }
    }
    @media (min-width: 83.625em){
        .footer-snippet .container {
            margin-left: auto;
            margin-right: auto;
        }
    }



@media (min-width: 50em){
    .footer-snippet .contentinfo-location {
        align-items: flex-start;
        display: grid;
        float: none;
        grid-column-gap: 14.67181%;
        grid-template-columns: 41.44144% 43.88674%;
        width: auto;
        grid-area: location;
        position: relative;
    }
}

.footer-snippet h4, .footer-snippet h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}
    @media (min-width: 80.625em){
        .footer-snippet h4, 
        .footer-snippet h2 {
            font-size: 32px;
        }
    }
    @media (min-width: 80.625em){
        h2 {
            font-size: 32px;
        }
    }
    @media (min-width: 20em) and (max-width: 80.625em){
        .footer-snippet h4, 
        .footer-snippet h2 {
            font-size: calc(16px + (32 - 16) * (100vw - 320px) / (1290 - 320));
        }
    }
    @media (max-width: 49.9375em){
        .footer-snippet .contentinfo-location p {
            display: none;
        }
    }


.footer-snippet .contentinfo-location img {
    display: block;
    max-width: 301px;
    width: 100%;
}
    @media (min-width: 50em){
        .footer-snippet .contentinfo-location img {
            margin-left: auto;
            grid-column: 1;
            grid-row: 1 / 4;    
            border: 0;
            position: static;
            width: 301px;
            max-width: 100%;
        }
    }
    @media (max-width: 49.9375em){
        .footer-snippet .contentinfo-location img {
            margin-top: 32px;
        }
    }

.footer-snippet .contentinfo-location label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}






.footer-snippet select.dark {
    background-color: #152640;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 32 32'><path fill='#bfd0d8' d='M16 25.4l-16-16 2.8-2.8 13.2 13.3 13.2-13.3 2.8 2.8z' /></svg>);
    border-color: rgba(191,208,216,0.2);
    color: #fff;
}

.footer-snippet .contentinfo-location select, 
.footer-snippet .contentinfo-location .Button {
    grid-column: 2;
    grid-row: 3;
    font-size: inherit;
    margin-top: 40px;
    width: 100%;
}
    @media (min-width: 50em){
        .footer-snippet .contentinfo-location select, 
        .footer-snippet .contentinfo-location .Button {
            margin-right: 1.1583%;
            margin-top: 30px;
            width: 42.72844%;
        }
    }
    @media (min-width: 40.625em){
        .footer-snippet .contentinfo-location select, 
        .footer-snippet .contentinfo-location .Button {
            width: 50%;
        }
    }
    @media (min-width: 50em){
        .footer-snippet .contentinfo-location select, 
        .footer-snippet .contentinfo-location .Button {
            margin-right: 0;
            width: 97.3607%;
        }
    }


.footer-snippet select {
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 32 32'><path fill='#739FAD' d='M16 25.4l-16-16 2.8-2.8 13.2 13.3 13.2-13.3 2.8 2.8z' /></svg>);
    background-position: calc(100% - 24px) calc(50% + 2px);
    background-repeat: no-repeat;
    background-size: 8px;
    border: 1px solid #bfd0d8;
    border-radius: 0;
    color: #5D7883;
    cursor: pointer;
    display: block;
    font-size: 100%;
    line-height: 2;
    padding: 0.75em 3.375em 0.625em 1.5em;
}


/***** CONTACT COLUMN *****/

.footer-snippet .contentinfo-contact {
    line-height: 2.25;
}

@media (max-width: 49.9375em) {
    .footer-snippet .contentinfo-contact {
        margin-top:64px;
    }
}

@media (min-width: 50em) {
    .footer-snippet .contentinfo-contact {
        border-left:1px solid rgba(191,208,216,0.07);
        float: left;
        margin-left: 7.51938%;
        padding-left: 8.44961%;
        width: 32.17054%;
    }
}

@supports (display: grid) {
    .footer-snippet .contentinfo-contact {
        grid-area:contact;
    }

    @media (min-width: 50em) {
        .footer-snippet .contentinfo-contact {
            float:none;
            margin-left: 0;
            padding-left: 26.26506%;
            width: auto;
        }
    }
}

.footer-snippet .contentinfo-contact p {
    margin-bottom: 0;
    margin-top: 19px;
}
    @media (min-width: 37.5em){
        .footer-snippet p {
            font-size: 16px;
            line-height: 1.75;
            margin-bottom: 2em;
            margin-top: 2em;
        }
    }





.footer-snippet .contentinfo-navigation {
    border-top: 1px solid rgba(191,208,216,0.2);
    line-height: 1;
    margin-top: 32px;
    padding-bottom: 32px;
    padding-top: 40px;
    width: 100%;
}

@media (min-width: 40.625em) {
    .footer-snippet .contentinfo-navigation {
        float:left;
    }
}

@media (min-width: 40.625em) and (max-width:49.9375em) {
    .footer-snippet .contentinfo-navigation {
        margin-top:64px;
    }
}

@media (min-width: 50em) {
    .footer-snippet .contentinfo-navigation {
        margin-top:129px;
        padding-bottom: 44px;
        padding-top: 42px;
    }
}

@media (min-width: 61.25em) {
    .footer-snippet .contentinfo-navigation {
        display:-ms-flexbox;
        display: flex;
    }
}

@supports (display: grid) {
    .footer-snippet .contentinfo-navigation {
        -ms-grid-column-span:3;
        -ms-grid-column: auto;
        grid-column: auto / span 3;
    }

    @media (min-width: 40.625em) {
        .footer-snippet .contentinfo-navigation {
            float:none;
        }
    }
}

@media (max-width: 40.5625em) {
    .footer-snippet .contentinfo-links {
        overflow:hidden;
    }
}

@media (min-width: 40.625em) {
    .footer-snippet .contentinfo-links {
        -ms-flex:1 0 auto;
        flex: 1 0 auto;
    }
}

@media (max-width: 19.9375em) {
    .footer-snippet .contentinfo-links span {
        display:block;
    }
}

@media (min-width: 20em) and (max-width:40.5625em) {
    .footer-snippet .contentinfo-links span {
        float:left;
        width: 50%;
    }
}

@media (max-width: 40.5625em) {
    .footer-snippet .contentinfo-links span {
        margin-bottom:40px;
    }
}

@media (min-width: 40.625em) {
    .footer-snippet .contentinfo-links span {
        -ms-flex:1 0 auto;
        flex: 1 0 auto;
    }
}

@media (min-width: 40.625em) and (max-width:61.1875em) {
    .footer-snippet .contentinfo-links span:first-child::before {
        margin-left:0;
        margin-right: 0;
        width: 0;
    }
}

@media (min-width: 40.625em) {
    .footer-snippet .contentinfo-links span::before {
        background-color:rgba(191,208,216,0.07);
        content: "";
        display: inline-block;
        height: 1em;
        margin-left: 0.77519%;
        margin-right: 0.77519%;
        vertical-align: bottom;
        width: 1px;
    }
}

@media (max-width: 19.9375em) {
    .footer-snippet .contentinfo-copyright {
        margin-top:0;
    }
}

@media (min-width: 20em) and (max-width:40.5625em) {
    .footer-snippet .contentinfo-copyright {
        margin-top:40px;
    }
}

@media (max-width: 40.5625em) {
    .footer-snippet .contentinfo-copyright {
        border-top:1px solid rgba(191,208,216,0.2);
        padding-top: 30px;
    }
}

@media (min-width: 40.625em) {
    .footer-snippet .contentinfo-copyright {
        display:inline-block;
    }
}

@media (min-width: 40.625em) and (max-width:61.1875em) {
    .footer-snippet .contentinfo-copyright {
        margin-top:64px;
    }
}

@media (min-width: 61.25em) {
    .footer-snippet .contentinfo-copyright {
        display:inline;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-order: -1;
        order: -1;
    }
}
