.orbit-container .orbit-slides-container img {
    width: 100%;
    height: auto !important;
}

.accordion-title .fa {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.accordion-title.opened .fa {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    transform: scaleY(-1);
}

.row {
    max-width: 80rem;
}

.relative {
    position: relative;
}

ul.nav, ol.nav, ul.nav ul, ol.nav ol, .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fa.fa-search {
    background: url(../img/loupe.png) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

#utils .fa.fa-search {
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    background-size: 13px 13px;
}

.accordion-title {
    padding-left: 28px;
}

.fa.fa-angle-up, .fa.fa-angle-down {
    background: url(../img/accordion-arrows-small.png) 0 0 no-repeat;
    width: 22px;
    height: 10px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.no-csstransitions .fa.fa-angle-down {
    background-position: 100% 0;
}

#header {
    position: relative;
    height: 267px;
    background: #199b4a;
}

body.home #header {
    height: 682px;
}

#utils {
    display: block;
    position: relative;
    z-index: 99;
    height: 27px;
}

#utils .nav, #utils form {
    background: #fff;
    height: 27px;
    float: right;
}

#utils .nav {
    padding: .5rem 1rem 0 1rem;
}

#utils form {
    margin: 0 0 0 7px;
}

.searchform {
    border: 2px solid #e3e2e2;
    height: 34px;
    width: 100%;
    margin: 0;
    position: relative;
    border-radius: 2px;
    background: #fff;
}

#footer .searchform {
    border: 1px solid #d1d1d0;
    box-shadow: 0 0 1px rgba(255, 255, 255, .3);
    width: 60%;
    width: calc(100% - 130px);
    margin: 0 auto;
    height: 40px;
    float: right;
}

#utils form input, #utils form .submit, .searchform input, .searchform .submit {
    border: 0 !important;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 0.961rem;
    color: #4f4f4f;
    float: left;
    box-shadow: none;
    line-height: 1;
    vertical-align: top;
}

#utils form input:first-child, .searchform input:first-child {
    width: 110px;
    height: 100%;
    padding: .5rem 0 .5rem .85rem;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    transition: width .5s ease;
}

.searchform input:first-child {
    width: calc(100% - 28px);
    padding: .65rem 0 .65rem .85rem;
}

#footer .searchform input:first-child {
    padding: .75rem 0 .75rem .85rem;
}

#utils form input:first-child:focus {
    width: 200px;
}

#utils form .submit, .searchform .submit {
    width: 28px;
    height: 100%;
    cursor: pointer;
    color: #d8d8d8;
    text-align: center;
    float: right;
}

#utils form:after, .searchform:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #eaeaea;
    position: absolute;
    top: 6px;
    right: 28px;
}

.searchform:after {
    height: 19px;
}

#footer .searchform:after {
    height: 25px;
}

#utils a, #utils .sep {
    font-size: 0.961rem;
    color: #4f4f4f;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

#utils .sep {
    padding: 0 1rem;
}

#utils .nav > .sep:first-child {
    display: none;
}

#utils .nav a:hover {
    color: #169948;
}

#megamenu {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 119px;
    top: 7px;
    z-index: 99;
    font-size: 1.461rem;
}

#megamenu > .row {
    margin: 0 auto;
    max-width: 80rem;
}

#megamenu > .row > .logo {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding: 1.25rem 0 0 1.917rem;
}

#megamenu > .row > .logo a {
    display: block;
    width: 121px;
    height: 84px;
    text-indent: -9999em;
    background: url(../img/logo.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

@media only screen and (min-width: 40.063em) {

    .fixed-nav #megamenu > .row > .logo a {
        width: 78px;
        height: 54px;
    }

    .fixed-nav {
        position: static;
    }

    .fixed-nav #megamenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    }

    #megamenu > .row > ul {
        float: right;
        margin-right: 2rem;
    }

    #megamenu > .row > ul > li {
        float: left;
        position: relative;
        display: block;
        height: 119px;
        padding: 0 3.5rem;
    }

    #megamenu > .row > ul > li > a {
        display: block;
        color: #169948;
        text-decoration: none;
        font-size: 1.461rem;
        text-transform: uppercase;
        padding: 3.417rem .5rem 0;
        height: 119px;
        border-top: .5rem solid #fff;
    }

    .fixed-nav #megamenu,
    .fixed-nav #megamenu > .row > ul > li,
    .fixed-nav #megamenu > .row > ul > li > a {
        height: 89px;
    }

    .fixed-nav #megamenu > .row > ul > li > a {
        padding-top: 2rem;
    }

    #megamenu > .row > ul > li:hover > a, #megamenu > .row > ul > li.hover > a {
        border-color: #229346;
    }

    /*#megamenu > .row > ul > li:hover > .children,*/ #megamenu > .row > ul > li.hover > .children {
        display: block;
    }

    /*#megamenu > .row > ul > li.menu-item-has-children:hover:after,*/ #megamenu > .row > ul > li.menu-item-has-children.hover:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 25px 0 25px;
        border-color: #229346 transparent transparent transparent;
        top: 107px;
        top: calc(100% - .917em);
        left: 50%;
        z-index: 99999;
        margin-left: -25px;
        -webkit-transform: rotate(360deg);
    }

    #megamenu .children {
        display: none;
        border: 1px solid #a2a2a2;
        background: #fff;
        position: absolute;
        z-index: 99998;
        top: 106px;
        top: calc(100% - 1rem);
        left: 50%;
        margin-left: -117px;
        padding-top: 2rem;
    }

    #megamenu .children ul {
        float: left;
        width: 234px;
    }

    #megamenu .children li {
        border-top: 1px solid #c3c3c3;
    }

    #megamenu .children li:first-child {
        border-top: 0;
    }

    #megamenu .children a {
        display: block;
        color: #4f4f4f;
        text-decoration: none;
        font-size: 1.044rem;
        padding: 0.583rem 2.167rem;
    }

    #megamenu .children a:hover {
        color: #169948;
    }

    #megamenu .children.megamenu-columns {
        padding: 2.5rem 0 1.8rem;
        left: 0;
        margin-left: 0;
    }

    #megamenu .children.megamenu-columns li {
        border: 0;
        padding: .1rem 0;
    }

    #megamenu .children.megamenu-columns li a {
        padding: .1rem 0;
    }

    #megamenu .children.megamenu-columns ul {
        margin: 0 0 0 2.167rem;
    }

    #megamenu li + .menu-item-header {
        margin-top: 1rem;
    }

    #megamenu .menu-item-header span {
        display: block;
        border-bottom: 2px solid #90b98d;
        color: #229346;
        font-size: 1.544em;
        font-weight: 500;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #megamenu .children.megamenu-headers > ul {
        margin: .3rem 0 .3rem 3rem
    }

}

#header-title {
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.642rem;
    text-align: center;
}

#header-slideshow {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

#header-slideshow .text-container {
    width: 800px;
    left: 50%;
    margin-left: -405px !important;
    top: 208px;
    text-align: center;
}

#header-slideshow .headline, #header-slideshow .description, #header-slideshow .link {
    text-align: center;
    color: #fff;
}

#header-slideshow .headline {
    font-size: 4.131rem;
    letter-spacing: .26em;
}

#header-slideshow .description {
    font-size: 1.461rem;
    margin-top: .25rem;
    line-height: 1.4;
    letter-spacing: .085em;
}

#header-slideshow .link {
    margin-top: .8rem;
}

#header-slideshow .link a {
    display: inline-block;
    font-size: 1.605rem;
    color: #229346;
    text-transform: uppercase;
    background: #fff;
    padding: .4rem 2rem;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .1em;
}

#header-slideshow .link a:hover {
    background: #229346;
    color: #fff;
}

#slider-navigation {
    height: 116px;
    background: #229346;
}

#slider-navigation li, #slider-navigation li span {
    display: block;
    display: table;
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 100%;
}

#slider-navigation #slider-current {
    height: 116px;
    width: 100%;
    position: absolute;
    z-index: 99998;
    top: 0;
    left: 0;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .6);
    -webkit-transition: left .25s ease-in;
    -moz-transition: left .25s ease-in;
    transition: left .25s ease-in;
}

#slider-navigation #slider-current:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 47.5px 23px 47.5px;
    border-color: transparent transparent #229346 transparent;
    top: -23px;
    left: 50%;
    margin-left: -47.5px;
    z-index: 99999;
    -webkit-transform: rotate(360deg);
}

#slider-navigation.slides-2 li, #slider-navigation.slides-2 #slider-current {
    width: 50%;
}

#slider-navigation.slides-2 #slider-current.current-2 {
    left: 50%;
}

#slider-navigation.slides-3 li, #slider-navigation.slides-3 #slider-current {
    width: 33.33%;
}

#slider-navigation.slides-3 #slider-current.current-2 {
    left: 33.33%;
}

#slider-navigation.slides-3 #slider-current.current-3 {
    left: 66.66%;
}

#slider-navigation.slides-4 li, #slider-navigation.slides-4 #slider-current {
    width: 25%;
}

#slider-navigation.slides-4 #slider-current.current-2 {
    left: 25%;
}

#slider-navigation.slides-4 #slider-current.current-3 {
    left: 50%;
}

#slider-navigation.slides-4 #slider-current.current-4 {
    left: 75%;
}

#slider-navigation.slides-5 li, #slider-navigation.slides-5 #slider-current {
    width: 20%;
}

#slider-navigation.slides-5 #slider-current.current-2 {
    left: 20%;
}

#slider-navigation.slides-5 #slider-current.current-3 {
    left: 40%;
}

#slider-navigation.slides-5 #slider-current.current-4 {
    left: 60%;
}

#slider-navigation.slides-5 #slider-current.current-5 {
    left: 80%;
}

#slider-navigation.slides-6 li, #slider-navigation.slides-6 #slider-current {
    width: 16.59%;
}

#slider-navigation.slides-6 #slider-current.current-2 {
    left: 16.666%;
}

#slider-navigation.slides-6 #slider-current.current-3 {
    left: 33.332%;
}

#slider-navigation.slides-6 #slider-current.current-4 {
    left: 49.998%;
}

#slider-navigation.slides-6 #slider-current.current-5 {
    left: 66.664%;
}

#slider-navigation.slides-6 #slider-current.current-6 {
    left: 83.33%;
}

#slider-navigation.slides-6 li span {
    font-size: 16px;
    padding: 0 10px;
}

#slider-navigation li {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

#slider-navigation li span {
    display: table-cell;
    color: #fff;
    font-size: 1.461rem;
    padding: 0 1em;
    position: relative;
}

#slider-navigation li + li span:after {
    content: '';
    display: block;
    width: 1px;
    height: 88px;
    background: #7aae79;
    position: absolute;
    top: 14px;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

#slider-current.current-1 + ul > li:first-child + li span:after,
#slider-current.current-2 + ul > li:first-child + li span:after,
#slider-current.current-2 + ul > li:first-child + li + li span:after,
#slider-current.current-3 + ul > li:first-child + li + li span:after,
#slider-current.current-3 + ul > li:first-child + li + li + li span:after,
#slider-current.current-4 + ul > li:first-child + li + li + li span:after,
#slider-current.current-4 + ul > li:first-child + li + li + li + li span:after,
#slider-current.current-5 + ul > li:first-child + li + li + li + li span:after,
#slider-current.current-5 + ul > li:first-child + li + li + li + li + li span:after {
    opacity: 0;
}

#sidebar.push-down {
    padding-top: 1rem;
}

#sidebar .buttons {
    margin-top: 1rem;
}

#sidebar .button {
    display: block;
    margin: 1.5rem 0;
}

#main {
    padding: 2rem 0;
}

#main input[type="submit"], #main input[type="button"], button {
    border: 0;
    font-size: 1.25rem;
    padding: .35em 2rem;
    cursor: pointer;
}

.post-list.item {
    margin-top: .7rem;
}

.post-list.item + .post-list.item {
    margin-top: 0;
}

.post-list.item p {
    font-size: 1.127rem;
    color: #8c8c8c;
}

.post-list.item p.title {
    margin: 0;
    padding: 0;
    color: #3667a7;
    font-size: 1.461rem;
}

.post-list.item p.title a {
    color: #3667a7;
    text-decoration: none;
}

.post-list.item p.meta {
    margin: 0;
    padding: 0;
    color: #6f6f70;
    font-size: 1.12rem;
    text-transform: uppercase;
}

.post-list.item p.meta a {
    color: #6f6f70;
    text-decoration: none;
}

.post-list.item p a.moretag {
    color: #3667a7;
    text-transform: uppercase;
    text-decoration: underline;
    white-space: nowrap;
    display: inline-block;
    padding-left: .5rem;
}

.post-list.item .excerpt > p:first-child {
    margin-top: 1rem;
}

.post-list.item .content > .image {
    margin-top: 1rem;
}

.vcard {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}

#department-info {
    margin: -2rem 0 2.5rem;
    background: #F1F2F2;
    padding: 1.8rem 0;
}

#department-info .row {
    padding-bottom: 1rem;
    border-bottom: 1px solid #C7C8CA;
}

#department-info p {
    font-size: 1.167em;
    font-weight: 500;
    margin: 0 0 .3rem;
    color: #5e5f5f;
}

#department-info .label {
    font-weight: 700;
}

#department-info .label, #department-info .emails a {
    color: #169948;
}

#department-info .emails .label {
    color: #5E5F5F;
}

#department-info .address + .hours,
#department-info .address + .phones,
#department-info .hours + .phones,
#department-info .phones > p + p {
    margin-top: .75rem;
}

#sidebar .searchform {
    margin-bottom: 1.75rem;
}

#sidebar .nav.accordion + .nav.accordion {
    margin-top: 1.75rem;
}

#sidebar .side-accordion, #sidebar .nav.accordion > li > ul {
    background: #fafafa;
}

#sidebar .side-menu li, #sidebar .side-accordion li, #sidebar .nav.accordion li li {
    border-bottom: 1px solid #aeadad;
    padding: .4rem 0;
}

#sidebar .nav.accordion .children li {
    border-bottom: 0;
}

#sidebar .side-accordion li {
    border-top: 1px solid #aeadad;
    border-bottom: 0;
}

#sidebar .side-accordion li:first-child {
    border-top: 0;
}

#sidebar .side-accordion .links {
    padding-bottom: .85rem;
}

#sidebar .side-menu {
    margin-top: 3rem;
}

#sidebar .side-menu .title, #sidebar .side-accordion .title {
    line-height: 1.2;
    color: #169948;
}

#sidebar .side-accordion .title {
    background: #f3f3f3;
    margin: 0;
    position: relative;
    padding: 1.2rem;
    cursor: pointer;
    font-size: 1.667rem;
    color: #229346;
    text-transform: uppercase;
}

#sidebar .nav.accordion .title {
    display: block;
    text-decoration: none;
    color: #5e6060;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 1.5rem 0 .6rem;
}

#sidebar .side-accordion .title span, #sidebar .nav.accordion .title span {
    background: #eae8e8;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 43px;
    height: 100%;
    text-align: center;
    padding: 1.3rem 0 0;
    font-size: 1.5rem;
}

#sidebar .side-accordion .title .fa, #sidebar .nav.accordion .title .fa {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #179a47;
    -webkit-transform: rotate(360deg);
}

#sidebar .side-accordion.open .title .fa, #sidebar .nav.accordion.open .title .fa, #sidebar .nav.accordion .title .fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar .side-menu a, #sidebar .side-accordion a, #sidebar .nav.accordion ul a {
    color: #5e5f5f;
    font-size: 1.417rem;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    padding: .3rem 1.2rem;
    font-weight: 300;
}

#sidebar .side-accordion a, #sidebar .nav.accordion ul a {
    color: #169948;
}

#sidebar .nav.accordion ul a {
    font-size: 1.167rem;
}

#sidebar .side-menu a:hover, #sidebar .side-accordion a:hover {
    color: #41ab67;
    text-decoration: underline;
    font-weight: 500;
}

#sidebar .nav.accordion .children {
    background: #fff;
    margin-top: 0.4rem;
}

@media only screen and (min-width: 40.063em) {

    #sidebar .nav.accordion .current_page_item > .children,
    #sidebar .nav.accordion .current_page_ancestor > .children {
        display: block !important;
    }

    #sidebar .nav.accordion > li > ul > li.current_page_item,
    #sidebar .nav.accordion > li > ul > li.current_page_ancestor,
    #sidebar .nav.accordion > li > ul > li:hover {
        background: #fff;
    }

    #sidebar .nav.accordion > li > ul > li.current_page_item > a,
    #sidebar .nav.accordion > li > ul > li.current_page_ancestor > a,
    #sidebar .nav.accordion > li > ul > li:hover > a,
    #sidebar .nav.accordion .children li.current_page_item > a {
        font-weight: 700;
    }

}

#sidebar .nav.accordion .children li {
    padding: 0.3rem 0;
}

#sidebar .nav.accordion .children a {
    padding-left: 3rem;
    color: #5e5f5f;
}

#sidebar .nav.accordion .children a:hover {
    text-decoration: underline;
}

#sidebar .nav.accordion .children .children {
    margin-left: 2rem;
}

#sidebar .nav.accordion .children .children li {
    padding: 0;
}

#alertbox {
    background: #3a3a39;
    border-bottom: .5rem solid #6d6d6d;
    position: absolute;
    top: -136px;
    left: 0;
    width: 100%;
    z-index: 100001;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#alertbox.open {
    top: 0;
}

.csstransitions #alertbox {
    top: 6px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.csstransitions #alertbox.open {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

#alertbox .row {
    padding: 30px 0 0;
    height: 136px;
}

.rgba #alertbox .row {
    height: auto;
    min-height: 136px;
}

#alertbox #alert-handle {
    cursor: pointer;
    background: #6d6d6d url(../img/alertbox.png) 11px -73px no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.667rem;
    font-weight: 500;
    position: absolute;
    top: 100%;
    top: calc(100% + 6px);
    left: 5px;
    display: inline-block;
    padding: .3rem .7rem .4rem 4rem;
    border: 1px solid #a19f9f;
    border-color: rgba(255, 255, 255, .3);
    border-top: 0;
}

#alertbox.open #alert-handle .open,
#alertbox #alert-handle .close {
    display: none;
}

#alertbox.open #alert-handle .close {
    display: block;
}

#alertbox .alert {
    color: #ffe400;
    font-size: 2.75rem;
    background: url(../img/alertbox.png) 0 0 no-repeat;
    height: 67px;
    padding: 1.5rem 0 0 100px;
    font-weight: 700;
    position: relative;
}

#alertbox .alert:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 120%;
    background: #bababa;
    border-radius: 50px;
    top: -10%;
    right: 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, .1);
}

#alertbox .slider {
    min-height: 72px;
}

#alertbox .slider p {
    margin: 0;
    font-size: 1.461em;
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 55px;
}

#alertbox.slides-1 .slider p {
    padding: 0;
}

#alertbox .slider.layerslider-alert .ls-layer > p {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative !important;
}

#alertbox .slider p a {
    color: #ffe400;
    text-decoration: underline;
}

#footer {
    background: #229346;
    padding: 3rem 0;
    color: #fff;
}

#footer p {
    color: #fff;
    line-height: 1.4;
    font-size: 1.083rem;
}

#footer .headline {
    color: #fff;
    font-size: 1.417rem;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 0 0 1em;
    margin: 0 0 1em;
}

#footer hr {
    border: 0;
    border-top: 1px solid #fff;
    height: 0;
}

#footer hr + .headline {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: .55rem 0 0 0;
}

#footer .button {
    min-width: 140px;
    background: #3667a7;
}

#footer .button:hover {
    background: #214f8b;
}

#weather > div,
#weather iframe {
    width: 100% !important;
}

#copy p {
    text-align: right;
    margin: 1.5rem 0;
    font-weight: 700;
    color: #797979;
}

#copy p a {
    color: #333;
}

#mobile-menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 21px;
    right: 25px;
    cursor: pointer;
    background: #b1b8b3 url(../img/mobile-menu.png) 50% 50% no-repeat;
}

#topics-letters {
    background: #F4F2F2;
    padding: 1rem;
    margin-bottom: 1rem;
}

input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {
    border: 1px solid #999;
}

.show-only-small, .show-only-medium {
    display: none !important;
}

@media only screen and (min-width: 64.063em) {

    #megamenu .children li.show-only-medium + li {
        border-top: 0;
    }

}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

    .hide-medium {
        display: none !important;
    }

    .show-only-medium {
        display: block !important;
    }

    #alertbox .alert {
        text-indent: -9999em;
    }

    #slider-navigation li span {
        padding: 0;
        font-size: 1.2rem;
    }

    #megamenu > .row > ul {
        margin-right: 1rem;
    }

    #megamenu > .row > ul > li {
        padding: 0 .6rem;
    }

    #footer .searchform {
        margin-bottom: 2.5rem;
    }

}

@media only screen and (min-width: 52em) and (max-width: 64em) {


    #megamenu > .row > ul > li {
        padding: 0 2rem;
    }

}

@media only screen and (max-width: 64em) {

    #sidebar .searchform {
        display: none !important;
    }

    #sidebar .nav.accordion > li > ul > li.page_item_has_children > a {
        position: relative;
    }

    #sidebar .nav.accordion ul a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #sidebar .nav.accordion .children {
        margin: 0 0 .4rem;
    }

    #sidebar .nav.accordion .children a {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #sidebar .nav.accordion li li {
        padding-top: 0;
        padding-bottom: 0;
    }

    #sidebar .nav.accordion .show-only-small {
        display: none;
    }

    #sidebar .nav.accordion > li > ul > li.page_item_has_children > a > .show-only-small {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        display: block;
        border: 0;
        width: 40px;
        background: #B1B8B3 url(../img/mobile-submenu-arrows.png) 15px 8px no-repeat;
        z-index: 10;
    }

    #sidebar .nav.accordion li.mobile-open .show-only-small {
        background-position: -23px 8px !important;
    }

    #sidebar .nav.accordion > li > ul > li.mobile-open {
        background: #fff;
    }

    #sidebar .nav.accordion > li > ul > li.mobile-open > a,
    #sidebar .nav.accordion li.current_page_item > a {
        font-weight: 700;
    }

}

@media only screen and (max-width: 40em) {

    html, body {
        font-size: 9.5px;
        min-width: 320px;
    }

    p, .post-list.item p {
        line-height: 1.4;
        font-size: 1.2rem;
    }

    .hide-small, #sidebar .searchform {
        display: none !important;
    }

    .show-only-small {
        display: block !important;
    }

    .small-inline {
        display: inline;
        width: auto;
    }

    #sidebar .nav.accordion .title {
        font-size: 1.7rem;
    }

    #sidebar .nav.accordion ul a {
        font-size: 1.5rem;
    }

    #header {
        height: auto;
    }

    #header > .row {
        position: absolute;
        top: 0;
        left: 0;
    }

    #header-title {
        font-size: 2.1rem;
        padding: 109px 2rem 15px;
        position: static;
        bottom: auto;
        left: auto;
    }

    body.home #header {
        height: 270px;
    }

    body.home #main > .row > .large-16 {
        background: #f4f2f2;
    }

    #layerslider-homepage {
        height: 176px !important;
        margin-top: 94px !important;
    }

    #header-slideshow .text-container {
        top: 23px;
        width: 320px;
        margin-left: -160px !important;
        padding: 0 40px;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    #header-slideshow .headline {
        font-size: 3.5rem;
        letter-spacing: 0.23em;
    }

    #header-slideshow .headline.small-medium {
        font-size: 3rem;
        letter-spacing: 0.2em;
    }

    #header-slideshow .headline.small-long {
        font-size: 2.5rem;
        letter-spacing: 0.1em;
    }

    #header-slideshow .ls-nav-prev, #header-slideshow .ls-nav-next {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        width: 35px;
        height: 40px;
        margin-top: -20px;
        background-color: #229346;
        background-position: 10px 8px;
        -webkit-background-size: 50px auto;
        -moz-background-size: 50px auto;
        background-size: 50px auto;
    }

    #header-slideshow .ls-nav-prev {
        left: 0;
    }

    #header-slideshow .ls-nav-next {
        right: 0;
        background-position: 170% 8px;
    }

    #megamenu {
        top: 0;
    }

    #sidebar .buttons {
        margin: 0 auto 1rem;
    }

    #sidebar .button {
        margin: .9rem 0;
    }

    #sidebar .buttons li {
        width: 48%;
        float: left;
    }

    #sidebar .buttons li:nth-child(2n) {
        float: right;
    }

    #sidebar .buttons li:nth-child(2n + 1) {
        clear: both;
    }

    #main {
        padding: 1rem 0 2rem;
    }

    body.home #main {
        padding: 1rem 0;
    }

    #content {
        padding-top: 0;
    }

    body.home #content {
        padding-top: 1rem;
    }

    #copy .small-break {
        display: block;
        visibility: hidden;
        height: 0;
    }

    #copy p {
        text-align: center;
    }

    #footer {
        padding: 2rem;
    }

    #footer .searchform {
        margin-bottom: 2.5rem;
    }

    .button {
        min-width: 50px !important;
    }

    #utils form input, #utils form .submit, .searchform input, .searchform .submit {
        font-size: 1.4rem;
    }

    #megamenu {
        height: 94px;
    }

    #megamenu > .row > ul,
    #megamenu > .row > ul li {
        float: none;
        margin: 0;
        width: 100%;
        display: block;
    }

    #megamenu > .row > ul {
        display: none;
        top: 94px;
        position: absolute;
        left: 0;
        border: 1px solid #197135;
        border-width: 1px 0;
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .4);
    }

    #megamenu > .row > ul > li {
        background: #229346;
        padding: 0;
        border: 1px solid #197135;
        border-width: 1px 0;
        height: auto;
    }

    #megamenu > .row > ul > li.mobile-open {
        background: #14582a;
    }

    #megamenu > .row > ul > li > a {
        border: 0;
        color: #fff;
        font-size: 17px;
        height: auto;
        padding: 1rem 25px;
        font-weight: 700;
        text-decoration: none;
        display: block;
        position: relative;
    }

    #megamenu > .row > ul > li > a > span + span {
        display: block;
        position: absolute;
        width: 60px;
        height: 100%;
        background: #14582a url(../img/mobile-arrows.png) 22px 11px no-repeat;
        top: 0;
        right: 0;
        border-left: 2px solid #197135;
        z-index: 9999999;
    }

    #megamenu > .row > ul > li.mobile-open > a > span + span {
        border-color: #14582a;
        background-position: -22px 11px;
    }

    #megamenu > .row > ul.mobile-open {
        display: block;
    }

    #megamenu > .row > .logo a {
        height: 74px;
        width: 102px;
    }

    #megamenu .children {
        background: #fff;
        border-top: 2px solid #197135;
        width: 100% !important;
        display: none;
    }

    #megamenu li.mobile-open > .children {
        display: block;
    }

    #megamenu .children ul {
        width: 100% !important;
    }

    #megamenu .children li {
        border-top: 1px solid #b3b3b3;
    }

    #megamenu .children > li:first-child, #megamenu .children > ul:first-child > li:first-child {
        border-top: 0;
    }

    #megamenu .children li a {
        color: #4f4f4f;
        font-size: 12.53px;
        display: block;
        padding: .5rem 25px;
        text-decoration: none;
    }

    #megamenu .children.megamenu-headers li a {
        padding-left: 50px;
    }

    #megamenu .children li.menu-item-header span {
        color: #229346;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        padding: .5rem 25px;
    }

    .post-list.item p.title {
        font-size: 2rem;
    }

    #department-info br {
        display: none !important;
    }

    #department-info .address p {
        margin-bottom: .5rem;
    }

    #department-info .emails p, #department-info .emails p .label, #department-info .emails p a {
        text-align: center;
        display: block;
    }

    #department-info .emails > div + div {
        margin-top: 1.5rem;
    }

    .rgba #alertbox .row,
    #alertbox .row {
        padding-top: 15px;
        min-height: 134px;
    }

    #alertbox .slider {
        min-height: 92px;
    }

    #alertbox .ls-alert .ls-nav-prev, #alertbox .ls-alert .ls-nav-next {
        height: 80px;
        margin-top: -40px;
    }

    #alertbox #alert-handle {
        font-size: 2rem;
        top: calc(100% + 4px);
    }

    #alertbox .slider.layerslider-alert .ls-layer > p {
        font-size: 1.3rem;
        line-height: 1.2;
    }

}