/*Footer Styles*/
.basic-footer__wrapper {
    background: linear-gradient(0deg, rgba(10,49,82,1) 0%, rgba(15,62,101,1) 12%, rgba(17,68,111,1) 24%);
    position: relative;
    font-family: proxima-nova, sans-serif;
    box-shadow: 0px 40px 20px 0px rgba(0, 0, 0, .4);
}
@media screen and (max-width:1280px) {
    .basic-footer__wrapper {
        display:flex;
        flex-direction:column-reverse;
        box-shadow: none;
    }
}
.site-footer {
    display: inline-block;
    font-size: 15px;
    grid: "subNav content" 1fr / min-content [c1] 1fr;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(10,49,82,1) 0%, rgba(15,62,101,1) 12%, rgba(17,68,111,1) 24%);
    box-shadow: 0 100vh 0 100vh #192b41;
}

.basic-footer__LeftSide {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: white;
    font-family: proxima-nova, sans-serif;
    line-height: 1.6em;
    float: left;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .basic-footer__LeftSide {
        width: 100%;
        height: auto;
        float: none;
        display: block;
    }
}

.basic-footer__LeftSide__content {

}
.basic-footer__LeftSide__content__ada-image {
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 60px;
}
.basic-footer__LeftSide__content__text-container {
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 1.5em;
    display: table;
    vertical-align: middle;
    padding: 10px;
}

.basic-footer__LeftSide__content__user-content a {
    text-decoration: none;
    color: white;
}
.basic-footer__LeftSide__content__links a {
    text-decoration: none;
    color: white;
}
.basic-footer__LeftSide__content__accessibility {

}
.basic-footer__LeftSide__content__copyright {

}
.basic-footer__LeftSide__content__version-number {
    font-size: 14px;
}


.basic-footer__RightSide {
    vertical-align: top;
    border-top: solid 1px rgba(187, 187, 187, .5);
    font-size: 16px;
    color: black;
    font-family: proxima-nova, sans-serif;
    margin-left: 320px;
    background-color: #bbbbbb;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    row-gap: 20px;
    background: linear-gradient(180deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 20%);
}


@media screen and (max-width: 1280px) {
    .basic-footer__RightSide {
        margin-left: 0;
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        z-index: 1;
    }
}

.basic-footer__RightSide__padding {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    line-height: 0;
    font-size:0px;
    width: 100%;
}
.basic-footer__RightSide__county-links {
    position: relative;
    width: 100%;
    display: inline-block;
    min-height: 143px;
}
.basic-footer__RightSide__county-links__buffer {
    width: 100%;
    font-size: 0;
    position: relative;
    text-align: center;
}
.basic-footer__RightSide__county-links__county-column {
    width: calc(33.333% - 0px);
    display: inline-block;
    color: #000;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
    line-height: 1em;
    position: relative;
    color: black;
    padding: 30px;
    padding-bottom: 40px;
}

@media screen and (max-width:1280px) {
    .basic-footer__RightSide__county-links__county-column {
        padding: 15px;
    }
}

@media screen and (max-width:640px) {
    .basic-footer__RightSide__county-links__county-column {
        padding: 10px;
    }
}

@media screen and (max-width:270px) {
    .basic-footer__RightSide__county-links__county-column {
        width: calc(100% - 0px);
    }
}

.basic-footer__RightSide__county-links__buffer .basic-footer__RightSide__county-links__county-column:nth-of-type(1), .basic-footer__RightSide__county-links__buffer .basic-footer__RightSide__county-links__county-column:nth-of-type(2) {
    border-right: solid 1px rgba(187, 187, 187, .5);
}

.basic-footer__RightSide__county-links__county-column iframe {
    box-shadow: 0 0 1px black;
    width: calc(100% - 2px);
}

.basic-footer__RightSide__county-links__county-column__county-image {
    width: 160px;
    height: 160px;
    max-width:100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
@media screen and (max-width:270px){
    .basic-footer__RightSide__county-links__county-column__county-image {
        margin-top:0px;
    }
}
.basic-footer__RightSide__county-links__county-column__county-link {
    color: #000;
    text-decoration: none;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
}
.basic-footer__LeftSide__content__version-number {
    line-height: 2.4em;
}

.basic-footer__RightSide__county-links__county-column__title {
    color: #0f324e;
    line-height: .8em;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width:270px) {
    .basic-footer__RightSide__county-links__county-column__title {
        margin:0px;
    }
}

.basic-footer__RightSide__county-links__county-column__text {
    font-size: 18px;
    line-height: 2em;
    min-height: 4em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 3em;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .basic-footer__RightSide__county-links__county-column__county-image {
        width: 85px;
        height: 85px;
    }
    .basic-footer__RightSide__county-links__county-column__title {
        line-height: 1em;
        font-size: 18px;
    }
    .basic-footer__RightSide__county-links__county-column__text {
        display: none;
    }
    .basic-footer__RightSide__county-links__county-column iframe {
        display: none;
    }
    .basic-footer__LeftSide__content__text-container {
        font-size: 14px;
    }
}

/* Add underline on hover for footer links */
.basic-footer__LeftSide__content__links a:hover,
.basic-footer__LeftSide__content__user-content a:hover,
.basic-footer__RightSide__county-links__county-column__title a:hover {
    text-decoration: underline;
}