﻿
#divAgencyFooter, #main-footer #copyright a, #main-footer #copyright p, #main-footer #state-footer-nav li a, #main-footer #state-footer-nav li.button.more, .widget h5, .widget_newsletter_widget form input {
    font-family: GillSansMTStd-Light, "Gill Sans", "Gill Sans MT", "Gill Sans Nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#divAgencyFooter{
    min-height: 250px;
    overflow: hidden;
    background: #E6E7E8;
}
.upper {
    text-transform: uppercase;
}
.agency-footer-tab {
    background: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 1.25em 0 10px;
}
div#divAgencyFooterTabs {
    margin-bottom: 20px;
}
.agency-footer-title {
    font-weight: normal;
    color: grey;
    font-size: .9em;
}
.agency-footer-title-active {
    font-weight: bold;
    color: #000033;
    font-size: 1.05em;
}
#menu-footer-state .sub-menu, #menu-footer-state li {
    margin-left: 0;
    padding-left: 0;
}
.agency-footer-sub-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-size: .9em;
    margin: 0 0 0 5px;
    height: 100%;
    width: 100%;
}
.agency-footer-sub-menu li {
	list-style: none;
	padding: 5px;
	margin-right: 25px;
}
li.list-column-last-item {
	border: 0 !important;
}
li.agency-footer-sub-menu-item {
    border-bottom: thin silver solid;
}
.agency-footer-sub-menu-item a:link, .agency-footer-sub-menu-item a:visited {
	color: #4d4d4d;
}
.accordion-title::before {
    content: '∧';
    color: #fff;
}
.is-active > .accordion-title::before {
    content: '∨';
    color: #fff;
}
#divAgencyFooter div.row {
    padding: 35px;
    text-align: center;
}
#divAgencyFooter div.medium-4 {
    height: 250px;
    text-align: center;
    padding: 10px;
}

#divAgencyFooter div.medium-8 {
    height: 250px;
    padding-top: 25px;
}
#divAgencyFooter a.button {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    background-color: #f3f3f3;
    text-transform: uppercase;
    max-width: 200px;
    border: 3px solid #fff;
    color: #000;
    line-height: 30px;
    height: 35px;
    padding: 0;
    margin: auto;
}

@media only screen and (max-width: 40em) { 
    .agency-accordion-content {
        background-color: #ededed;
    }
    .agency-accordion-list {
        margin-left: 0;
    }
    #divAgencyFooter div.medium-4 {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        height: auto;
    }
    #divAgencyFooter div.medium-8 {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        height: auto;
    }
    #divAgencyFooter a:hover {
        color: #ffffff;
    }
    #divAgencyFooter a:link {
        color: #4d4d4d;
    }
    li.is-active a.agency-accordion-title:link {
        color: #ff0000;
    }
}

@media(max-width: 767px) {
#divAgencyFooter a.button{
	width:100%;
	text-align: center;
	}
	.agency-accordion-title:hover{
		background-color: #808080;
	}
	.agency-accordion-item {
		border-top: 1px solid #ddd;
	}
}

#divAgencyFooter div.show-for-small-only{
    float: none;
    clear: both;
    padding: 0;
}

#divAgencyFooter div.show-for-small-only ul.agency-accordion {
    margin: 0;
    background-color: #E6E7E8;
}

#divAgencyFooter div.show-for-small-only ul.accordion li {
}

#divAgencyFooter div.show-for-small-only ul.accordion li.accordion-list-item {
    border: none;
    list-style-type: none;
    margin: 10px 0;
    font-size: .9rem;
}

.accordion-title {
    font-size: 1rem;
}

.agency-image {
    max-width: 80%;
}