﻿@media screen and (max-width:900px) {
    h5.accordion-reskin {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }

    ul.accordion-open {
        max-height: 100vh;
        opacity: 1;
        overflow: hidden;
        padding: 25px 0px 0px;
    }

    span.upwards {
        transform: rotate(90deg);
    }
}

.external-link {
    color: rgb(69, 82, 85);
    width: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 5px;
    padding-right: 5px;
    pointer-events: none;
}

.footer-logo-wrapper {
    display: inline-block;
    margin-bottom: 0.625rem;
    width: 187px;
}

    .footer-logo-wrapper * {
        fill: ivy;
    }

html[dir='ltr'] .footer-logo-wrapper {
    margin-right: 2.8125rem;
}

html[dir='rtl'] .footer-logo-wrapper {
    margin-left: 2.8125rem;
}

@media screen and (min-width:600px) {
    html[dir='ltr'] .footer-logo-wrapper {
        margin-right: 0;
    }

    html[dir='rtl'] .footer-logo-wrapper {
        margin-left: 0;
    }
}

@media screen and (min-width:900px) {
    html[dir='ltr'] .footer-logo-wrapper {
        margin-right: 1.25rem;
    }

    html[dir='rtl'] .footer-logo-wrapper {
        margin-left: 1.25rem;
    }

    .footer-logo-wrapper {
        margin-right: 1.25rem;
    }
}

.horizontal-divider {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    margin: 0px;
    border-style: solid;
    border-width: 1px 0px 0px;
    border-color: rgb(239, 239, 239);
}

.flexible-section-container {
    box-sizing: border-box;
    padding-top: 2.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width:900px) {
    .flexible-section-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width:900px) {
    .flexible-section-container {
        width: auto;
    }
}

@media screen and (min-width:600px) {
    .flexible-section-container {
        -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    }
}

@media screen and (min-width:900px) {
    .flexible-section-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width:600px) {
    .flexible-section-container {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width:600px) {
    .flexible-section-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width:900px) {
    .flexible-section-container {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-extra {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 900px) {
    .footer-extra {
        padding: 0.9375rem 0px;
    }
}

.footer-navigation-container a {
    color: black;
}