@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
        
.footer_main a, .footer_main p, .footer_main .panel p {
    font-size: .8125rem;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    color: #f4f4f4;
}
.footer_main ul {
    list-style: none;
    margin: 0;
}
footer {
    position: relative;
    width: 100%;
    bottom: 0;
    background: #000000; }
footer ul li a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    font-size: .875rem; }
footer ul li a span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #f4f4f4;
    border-bottom: 1px dotted #f4f4f4; }
footer ul li a span:hover {
    color: #ccc;
    border-bottom: 1px dotted #ccc; }
footer ul li a span.arrows {
    margin-right: 5px; }
footer ul li a:hover {
    color: #a67f31; }
footer .footer-button {
    display: block;
    padding: 5px 0;
    margin-bottom: 20px;
    font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
    font-weight: 200;
    font-size: 1.375rem;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    background: #333333;
    color: #fff;
    border-radius: 4px; }
footer .footer-button:hover, footer .footer-button:active, footer .footer-button:focus {
    color: #fff;
    background: #8c6c2a;
}
footer .footer-button.gold {
    background: #8c6c2a;
}
footer .footer-button.gold:hover, footer .footer-button.gold:active, footer .footer-button.gold:focus {
    background: #755a23;
}
footer p.footer-copyright {
    display: none; 
}

.top-footer {
    background: #333;
    padding: 20px 0 15px;
}
.top-footer p, .top-footer p a {
    font-size: .9rem;
    margin-bottom: 0;
}
.top-footer p a {
    color: #f4f4f4;
    font-style: italic;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.top-footer p a:hover {
    color: #ccc;
}
.top-footer p a span {
    border-bottom: 1px dotted #ccc;
}
.top-footer .footer-map {
    display: inline-block;
    margin: 0 4px 0 5px;
    vertical-align: middle;
    width: 64px;
}
.top-footer .footer-weather {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, sans-serif;
    float: right;
    margin-top: 3px;
}
.top-footer .footer-weather a {
    color: #f4f4f4;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.top-footer .footer-weather a:hover, .top-footer .footer-weather a:focus {
    color: #ccc;
}
.top-footer .footer-weather .temp {
    font-size: 1rem;
}
.top-footer .footer-weather .weather {
    font-size: 1.1rem;
}
.primary-footer {
    background-color: #1a1a1a;
    padding: 35px 0; }
.primary-footer .row:last-of-type {
    padding: 35px 0 0; }
.primary-footer .field {
    position: relative; }
.primary-footer form label.search-label {
    position: absolute;
    color: #fff;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.primary-footer .field input {
    background: none;
    color: #fff;
    font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
    font-size: 1.875rem;
    height: 80px;
    margin-bottom: 28px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
.primary-footer .field input:active, .primary-footer .field input:focus {
    background: none;
    border: 1px solid #a67f31; }
.primary-footer .field input[type="submit"].button.fa-search {
    position: absolute;
    z-index: 10;
    top: 0px;
    padding: 16px 32px;
    right: 0;
    background: none;
    outline: none; 
    font-family: 'FontAwesome';
    font-size: 1.8rem; }
.primary-footer .footer-list {
    margin-bottom: 0; }
.primary-footer .list-header h2 {
    font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 200; }
.primary-footer .footer-inset {
    display: block; }
.primary-footer .columns:last-of-type .footer-list {
    margin-top: 10px; }

.primary-footer .campaign-row .row {
    padding: 0;
}
.primary-footer .campaign-row .panel {
    background-color: #333;
    background-image: initial;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.primary-footer .campaign-row .small-24:first-child {
    margin-bottom: 0;
}
.primary-footer .campaign-row .small-12:last-child {
    padding-left: 5px;
}
.primary-footer .campaign-row h3 {
    color: #fff;
    font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 10px;
}
.primary-footer .campaign-row p {
    font-size: .8rem;
    line-height: 1.55;
    margin-bottom: 12px;
}
footer .primary-footer .campaign-row .footer-button {
    display: block;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 2px 10px;
    width: 121px;
}

.sub-footer {
    background: #333;
    padding: 25px 0; }
.sub-footer .footer-logo img {
    max-width: 200px;
    width: 100%; }
.sub-footer a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #f4f4f4;
    font-size: .825rem; }
.sub-footer a:hover {
    color: #ccc; }
.sub-footer p {
    font-size: .85rem;
    color: #f4f4f4;
    margin-right: 20px;
    margin-bottom: 3px; }
.sub-footer .footer-list-inline {
    line-height: 1.7; }
.sub-footer .footer-list-inline li {
    display: inline;
}
.sub-footer .footer-list-inline li:after {
    color: #f4f4f4;
    content: "|";
    margin: 0 12px 0 15px;
}
.sub-footer .footer-list-inline li:last-child:after {
    content: none;
    margin: 0;
}
.sub-footer .footer-list-inline a {
    display: inline; }
.sub-footer .sub-footer-social {
    text-align: right; }
.sub-footer .sub-footer-social li {
    display: inline; }
.sub-footer .sub-footer-social li a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1;
    text-align: center;
    color: #f4f4f4;
    border-bottom: none; }
.sub-footer .sub-footer-social li a i {
    padding: 3px 4px 4px; }
.sub-footer .sub-footer-social li a:hover {
    border-bottom: none;
    color: #ccc; }
.sub-footer .sub-footer-social li:last-of-type {
    display: block;
    padding-left: 10px; }
.sub-footer .sub-footer-social li:last-of-type a {
    border-bottom: none;
    font-size: .825rem; }
.sub-footer .sub-footer-social li:last-of-type a span {
    border-bottom: 1px dotted #f4f4f4; }
.sub-footer .sub-footer-social li:last-of-type a:hover {
    color: #ccc;
    border-bottom: none; }
.sub-footer .sub-footer-social li:last-of-type a:hover span {
    border-bottom: 1px dotted #ccc; }

@media only screen and (max-width: 40em) {
    .primary-footer .campaign-row .small-24:first-child {
        margin-bottom: 20px;
    }
    .sub-footer .footer-list-inline li:after {
        color: #f4f4f4;
        content: "";
        margin: 0 4px;
    }
}
@media only screen and (max-width: 64em) {
    button.toggle-columns {
        display: block; }
    footer {
        position: relative; }
    footer ul li a span.arrows {
        display: none; }
    .top-footer .footer-weather {
        margin-top: 4px;
        text-align: right;
    }
    footer .primary-footer .field {
        position: relative; }
    footer .primary-footer .field input {
        -webkit-transition: afll .2s ease-in-out;
        transition: all .2s ease-in-out;
        background: none;
        padding-left: 20px;
        padding-right: 60px;
        color: #fff;
        font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
        font-size: 1.875rem;
        text-align: left; }
    footer .primary-footer .field input:active, footer .primary-footer .field input:focus {
        background: none;
        border: 1px solid #a67f31; }
    footer .primary-footer .field input[type="submit"].button.fa-search {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        padding-right: 20px;
        background: none;
        outline: none; }
    footer .primary-footer .field button i {
        font-size: 1.875rem; }
    footer .primary-footer .list-header h2 {
        font-family: 'Pathway Gothic One', 'Arial Narrow', sans-serif;
        font-size: 1.375rem;
        color: #fff;
        margin-bottom: 10px; }
    footer .primary-footer .footer-inset {
        display: block;
        border-right: none;
        margin-bottom: 20px; }
    footer .primary-footer .columns:last-of-type .footer-list {
        margin-top: 0; }
    footer .sub-footer .columns:nth-of-type(3), footer .sub-footer .columns:nth-of-type(4) {
        padding: 0 15px; }
    footer .sub-footer .row .columns:first-of-type .footer-logo {
        border-bottom: 1px solid #aaa;
        padding: 0 20px; }
    footer .sub-footer .row .columns:first-of-type .footer-logo img {
        display: block;
        width: 100%;
        max-width: 240px;
        margin: 0 auto 20px auto; }
    footer .sub-footer p {
        float: none;
        font-size: .875rem;
        margin: 20px 0; }
    footer .sub-footer p a {
        display: none; }
    footer .sub-footer .footer-list-inline {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 0; }
    footer .sub-footer .footer-list-inline a span {
        border-bottom: 1px dotted #f4f4f4; }
    footer .sub-footer .footer-list-inline li:first-of-type a {
        border-left: none;
        padding-left: 0; }
    footer .sub-footer .sub-footer-social {
        text-align: left; }
    footer .sub-footer .sub-footer-social li {
        display: none; }
    footer .sub-footer .sub-footer-social li:nth-of-type(1), footer .sub-footer .sub-footer-social li:nth-of-type(2), footer .sub-footer .sub-footer-social li:nth-of-type(3), footer .sub-footer .sub-footer-social li:last-of-type {
        display: inline-block; }
    footer .sub-footer .sub-footer-social li a {
        display: block;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 1.25rem;
        line-height: 1;
        width: auto;
        margin-right: 5px;
        text-align: center;
        color: #f4f4f4;
        border: none;
        border-radius: 0; }
    footer .sub-footer .sub-footer-social li a:hover {
        color: #ccc;
        border-bottom: none; }
    footer .sub-footer .sub-footer-social li:last-of-type a {
        display: block;
        font-size: .875rem;
        border-left: 1px solid #f4f4f4;
        padding-left: 10px;
        border-bottom: none;
        line-height: 1.8; }
    footer .sub-footer .sub-footer-social li:last-of-type a span {
        border-bottom: 1px dotted #f4f4f4; }
    footer .sub-footer .sub-footer-social li:last-of-type a:hover {
        color: #ccc;
        border-bottom: none; }
    footer p.footer-copyright {
        display: block;
        font-size: .75rem; } }
