﻿/*HOME PAGE STYLES*/
/*PAGE BACKGROUND STYLES*/
.grey-background {
    background: #efefef;
}

.spacer-1 {
    padding: 2.5rem 0;
}
/*STUFF OVER THE HOME CAROUSEL*/
.search-home {
    margin: -60vh 0 40vh 0;
}

.hero {
    height: 60vh;
}

@media (min-width: 750px) {
    .hero {
        height: 40vh;
    }
}

@media (min-width: 970px) {
    .hero {
        height: 80vh;
    }
}

@media (min-width: 1200px) {
    .hero {
        height: 80vh;
    }
}

.site-title {
    display: none;
}

@media (min-width: 970px) {
    .site-title {
        display: block;
        color: #fff;
        z-index: 10;
        text-shadow: 2px 4px 10px #000;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=65); /*for IE9*/
    }
}

@media (min-width: 1200px) {
    .site-title {
        display: block;
        color: #fff;
        z-index: 10;
    }
}

.banner-msg-box-home2 {
    display: initial;
    font-size: .75rem;
    background: rgba(20, 39, 71, 0.9);
    height: auto;
    padding: 1.25rem 1rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 5;
}
/*HOME PAGE SEARCH STYLES*/

.search-home {
    display: none;
}


@media (max-height: 970px) {
    .search-home {
        color: #fff;
        position: static;
        width: 100%;
        color: #727272;
    }
}

@media (min-width: 970px) {
    .search-home {
        display: block;
        color: #fff;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .search-home {
        display: block;
        color: #fff;
        width: 100%;
    }
}


.search-field-inline-home input[type="search"] {
    color: #000000;
    border: 1px solid #efefef;
    height: 2.5rem;
    padding-left: 1rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 2px 4px 10px 0px rgba(106, 106, 106, 0.75);
    position: relative;
}

.green-triangle-btn-home {
    font-size: 1.125rem;
    background: #38a638;
    border: 1px solid #fff;
    color: #FFF;
    height: 2.5rem;
    width: 2.5rem;
}

    .green-triangle-btn-home:after {
        font-family: icomoon;
        content: "\e67c";
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        position: absolute;
        font-size: 1.25rem;
        top: .3rem;
        left: .6rem;
    }

    .green-triangle-btn-home:hover {
        background-color: #43c643;
    }

.search-results-box {
    list-style: none;
    padding-left: 0;
}
/*CAROUSEL STYLES */

.carousel-control {
    margin-top: 2rem;
    font-size: 3rem;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
    background-image: none;
}

    .carousel-control:hover {
        background-image: none;
    }

@media (min-width: 750px) {
    .carousel-control {
        margin-top: 6rem;
        font-size: 4rem;
    }
}

@media (min-width: 950px) {
    .carousel-control {
        margin-top: 13rem;
        font-size: 4rem;
    }
}
/*@media (min-width: 1200px) {
    .carousel-control {
        margin-top: 16rem;
        font-size: 6rem;
    }
}*/
.carousel-control.left, .carousel-control.right {
    background: none !important;
    filter: none !important; /*IE9 fix*/
}


@media (min-width: 750px) {
    #CarouselHome {
        display: block;
        z-index: 0;
        margin-top: 0rem;
    }
}

@media (min-width: 1200px) {
    #CarouselHome {
        display: block;
        z-index: 0;
        margin-top: -5.65rem;
    }
}

.carousel-inner {
    overflow: visible;
}

/*PROCLAMATIONS*/
#CarouselProclamations {
    margin-top: 1rem;
}

.proclamation-title {
    font-family: Georgia;
    color: #01608d;
    font-size: 1.25rem;
    text-align: center;
}

.bg-proclamation {
    background: url("../images/proclamations.svg") no-repeat top center;
    color: #fff;
    width: 100%;
    background-size: contain;
    padding: 0;
}

.proclamation {
    color: #000;
    font-style: italic;
    font-size: 1rem;
    text-transform: none;
    padding: 6rem 0 2rem;
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #01608d;
}

#CarouselProclamations .carousel-control {
    color: #afafaf;
    margin-top: 2rem;
    font-size: 80px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45); /*for IE9*/
    background-color: transparent;
    border: 0;
    z-index: 10;
    width: 5%;
    background-image: none;
}

@media (min-width: 992px) {
    #CarouselProclamations .carousel-control {
        margin-top: 3.5rem;
    }
}

@media (min-width: 992px) {
    .proclamation-title {
        font-size: 2rem;
        padding-top: 1.5rem;
    }
}

@media (min-width: 992px) {
    .proclamation {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    #CarouselProclamations .item {
        height: 14rem;
    }
}

.home-img {
    background-size: cover;
}

@media (max-width: 400px) {
    .home-img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}
/*6-PACK STYLES*/
ul.links-grid {
    margin: 0;
    padding: 0;
}

    ul.links-grid li {
        list-style: none;
    }

.link-item {
    color: #fff;
    position: relative;
}

    .link-item .fixed-ratio {
        display: block;
        position: relative;
        width: 100%;
    }

        .link-item .fixed-ratio:after {
            content: '';
            display: block;
            padding-top: 93.80863039399625%;
        }

        .link-item .fixed-ratio .fixed-ratio-content {
            bottom: 0;
            left: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 0;
        }

            .link-item .fixed-ratio .fixed-ratio-content::before {
                background: #142747;
                content: " ";
                height: 100%;
                opacity: .86;
                position: absolute;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                width: 100%;
                z-index: 1;
            }

            .link-item .fixed-ratio .fixed-ratio-content:focus::before, .link-item .fixed-ratio .fixed-ratio-content:hover::before {
                opacity: 0;
            }

            .link-item .fixed-ratio .fixed-ratio-content:focus img, .link-item .fixed-ratio .fixed-ratio-content:hover img {
                opacity: 1;
            }

            .link-item .fixed-ratio .fixed-ratio-content:focus .mn-box-arrow, .link-item .fixed-ratio .fixed-ratio-content:hover .mn-box-arrow {
                background: #142747;
            }

            .link-item .fixed-ratio .fixed-ratio-content img {
                height: auto;
                position: absolute;
                width: 100.5% !important;
                z-index: 0;
            }

            .link-item .fixed-ratio .fixed-ratio-content .btn-wrap {
                bottom: 0;
                left: 0;
                position: absolute;
                width: 100%;
                z-index: 3;
            }

                .link-item .fixed-ratio .fixed-ratio-content .btn-wrap .mn-box-arrow {
                    display: block;
                    margin: 0 0.9375rem 0.9375rem 0.9375rem;
                    position: relative;
                    width: auto;
                }
    /*caused issues in firefox*/
    /*.link-item .fixed-ratio:hover .grayscale {
  filter: none;
  -webkit-filter: grayscale(0);
}
.link-item .grayscale {
  filter: url("../javascript/filters.svg#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}*/
    .link-item .link-item-table {
        display: table;
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .link-item .link-item-cell {
        display: table-cell;
        vertical-align: middle;
    }

.link-item-cell a:hover {
    color: #5ed45e;
    text-decoration: none;
}

.link-item .link-content {
    padding: 10% 0.9375rem 25%;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-item-cell a {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 1.5px 2.598px 10px #000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=65); /*for IE9*/
    color: #fff;
}

@media (min-width: 1200px) {
    .link-item .link-content .link-item-heading {
        font-size: 1.75rem;
    }
}

.link-item .link-content .link-item-heading br {
    display: none;
}

@media (min-width: 992px) {
    .link-item .link-content .link-item-heading br {
        display: inline;
    }
}

.link-item .link-content .link-item-heading .mn-icon {
    display: block;
    font-size: 2.375rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
    .link-item .link-content .link-item-heading .mn-icon {
        margin-bottom: 1.875rem;
    }
}

.row-full {
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

    .row-full [class*=col] {
        min-height: 30px;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
/*END 6-PACK STYLES*/

/*HOME PAGE PICTURES*/
.bg-business {
    background: url("../images/bg-business.jpg") no-repeat top center;
    background-size: cover;
}

.bg-secretary {
    background: url("../images/Home-Steve.jpg") no-repeat top center;
    background-size: cover;
}

.bg-vote-info {
    background: url("../images/Banner-KidsWithVoteSign-CollinKnoppSchwyn.jpg") no-repeat top center;
    background-size: cover;
}




/*LANDING PAGE STYLES*/
/*COLUMN STYLES*/
.mn-facts {
    font-size: 1.25rem;
    font-weight: lighter;
    line-height: 1.75;
    padding: 2rem 0;
}

.col-centered {
    font-size: 1rem;
    font-weight: lighter;
    text-align: center;
    position: relative;
}

.col-buttons {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .vertical-line {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        margin: 1rem 0;
        height: 80%;
    }
}

@media (min-width: 768px) {
    .vertical-line:last-child {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .vertical-line-dark {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        position: absolute;
        bottom: -1rem;
        right: -.5rem;
        margin: .5rem;
    }
}

@media (max-width: 768px) {
    .horizontal-line {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }
}

@media (max-width: 768px) {
    .vertical-line {
        border-left: none;
        border-right: none;
    }
}



/* MEDIUM BLUE BACKGROUND STYLES */
.mediumblue-back {
    background: #01608d;
    color: #fff;
}

@media (min-width: 768px) {
    .mediumblue-back {
    }
}

.mediumblue-back:after {
    background: #01608d;
}

.mediumblue-back:before {
    background: #01608d;
}

.mediumblue-back [class*=col] {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mediumblue-back a {
    color: #5ed45e;
}
/* Dark Grey BACKGROUND STYLES */
.darkgrey-back {
    background: rgb(51, 51, 51);
    color: #fff;
}


/* DARK BLUE BACKGROUND STYLES */
.darkblue-back {
    background: #142747;
    color: #fff;
    padding-bottom: 1.25rem;
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .darkblue-back {
        padding-bottom: 1rem;
        padding-top: 2rem;
    }
}

.darkblue-back:after {
    background: #01608d;
}

.darkblue-back:before {
    background: #01608d;
}

.darkblue-back [class*=col] {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.darkblue-back .landinglist-darkblue {
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .darkblue-back .landinglist-darkblue {
        border-right: 1px solid rgba(255,255,255,.1);
    }
}

@media (min-width: 768px) {
    .landinglist-darkblue:first-child {
        border-left: 1px solid rgba(255,255,255,.1);
    }
}

.darkblue-back a {
    color: #5ed45e;
}

.darkblue-back .single-col {
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
}
/*LISTS OF LINKS*/
.landinglist {
    text-align: center;
    background: #efefef;
    padding: 2rem;
}

@media (min-width: 768px) {
    .landinglist-grey {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        height: 100%;
    }
}

@media (min-width: 768px) {
    .landinglist-grey:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        height: 100%;
    }
}

.landinglist-head {
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.landinglist .mn-icon {
    color: #0157ad;
    display: block;
    font-size: 2rem;
    padding-top: .75rem;
}

    .landinglist .mn-icon:hover {
        color: #4099ff;
        text-decoration: none;
    }

.landinglist-darkblue .mn-icon {
    color: #5ed45e;
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .landinglist .mn-icon {
        margin-bottom: 1rem;
    }
}

.landinglist-links {
    margin: 0;
    padding: 0;
}

    .landinglist-links li {
        list-style: none;
        margin-bottom: 0.15rem;
    }

.more a {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: .9rem;
}

/* PHOTO BEHIND STYLES */
.photobehind {
    height: 20rem;
    margin-top: -20px;
    position: relative;
}

@media (min-width: 768px) {
    .photobehind {
        height: 20rem;
        margin-top: 0;
    }
}

.banner-half:before {
    /*background: -moz-linear-gradient(1% 45% 0deg, #142747 0%, rgba(20, 39, 71, 0.94) 30%, rgba(106, 117, 135, 0.8) 100%);
  background: -webkit-gradient(linear, 1% 45%, 100% 48%, color-stop(0, #142747), color-stop(0.3, rgba(20, 39, 71, 0.94)), color-stop(1, rgba(106, 117, 135, 0.8)));
  background: -webkit-linear-gradient(0deg, #142747 0%, rgba(20, 39, 71, 0.94) 30%, rgba(106, 117, 135, 0.8) 100%);
  background-image: -ms-linear-gradient(0deg, #142747 0%, rgba(20, 39, 71, 0.94) 30%, rgba(106, 117, 135, 0.8) 100%);
  background: linear-gradient(90deg, #142747 0%, rgba(20, 39, 71, 0.94) 30%, rgba(106, 117, 135, 0.8) 100%);*/
    background-color: rgba(20,39,71,.6);
    filter: none !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .banner-half:before {
        width: 50%;
    }
}

.banner-half .half-solid:before {
    background: rgba(20, 39, 71, 0.95);
}

.half-wrap {
    z-index: 2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.half-content {
    color: #fff;
    font-size: 1.15rem;
    padding: 0rem 3rem;
    text-align: center;
    font-weight: lighter;
}

    .half-content h3 {
        text-transform: uppercase;
        font-size: 1.15rem;
        font-weight: bold;
    }

    .half-content a {
        color: #4099ff;
        font-weight: bold;
    }
/*GREEN ARROW BUTTONS*/
.mn-box-arrow {
    background: rgba(20, 39, 71, 0.7);
    border: 1px solid #fff;
    bottom: 0;
    display: block;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    left: 0;
    color: #fff;
    max-width: 100%;
    padding: .5rem .5rem;
    position: absolute;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

    .mn-box-arrow:before {
        background: #38a638;
        border-left: 1px solid #fff;
        color: #fff;
        content: "\e67c";
        font-family: icomoon;
        height: 100%;
        padding: .5rem .75rem 0 .75rem;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mn-box-arrow:focus, .mn-box-arrow:hover {
        background: #142747;
        color: #5ed45e;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }



.mn-box-rel {
    clear: both;
    display: block;
    position: relative;
}

.mn-box-abs {
    clear: both;
    display: block;
    position: absolute;
    bottom: 0;
}

.link-item .link-content .mn-box-arrow {
    bottom: 0.9375rem;
    text-align: left;
}

.bg-link .mn-box-arrow {
    border: none;
    border-top: 1px solid #fff;
}
/*END CALL TO ACTION BUTTON*/
/*WHITE OUTLINE BUTTONS*/
.icons-style-1 a,
.icons-style-2 a {
    border: 6px solid;
    font-weight: bold;
}

    .icons-style-1 a .mn-font,
    .icons-style-2 a .mn-font {
        font-family: 'Lato', Helvetica, sans-serif;
        font-weight: 900;
        line-height: .3;
        text-transform: uppercase;
    }

        .icons-style-1 a .mn-font br,
        .icons-style-2 a .mn-font br {
            display: none;
        }

@media (min-width: 992px) {
    .icons-style-1 a .mn-font br,
    .icons-style-2 a .mn-font br {
        display: inline;
    }
}

.icons-style-1 a .mn-icon,
.icons-style-2 a .mn-icon {
    text-transform: uppercase;
}

.icons-style-1 a {
    color: #0157ad;
    border-color: #fff;
}

    .icons-style-1 a:focus, .icons-style-1 a:hover {
        color: #fff;
        background: #0157ad;
    }

.icons-style-2 a {
    color: #fff;
    background: rgba(20, 39, 71, 0.8);
}

    .icons-style-2 a:focus, .icons-style-2 a:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #142747;
    }

@media (max-width: 991px) {
    .links-grid-photo .col-md-6 {
        padding: 0;
    }
}

.list-links {
    margin: 0;
    padding: 0;
}

    .list-links li {
        list-style: none;
        margin-bottom: 1.875rem;
    }

        .list-links li a {
            display: block;
            font-size: 1rem;
            padding: 0.85rem;
            position: relative;
            text-align: center;
            text-transform: uppercase;
        }

        .list-links li .mn-icon-wrap {
            display: inline-block;
            margin: 0 auto;
            padding: 0 0 0 2.5rem;
            position: relative;
            text-align: left;
        }

            .list-links li .mn-icon-wrap:before {
                font-size: 1.875rem;
                left: 0;
                position: absolute;
                top: -.5rem;
            }

@media (min-width: 990px) {
    .list-links li .mn-icon-wrap:before {
        font-size: 1.875rem;
        left: 0;
        position: absolute;
        top: .01rem;
    }
}

.mn-pull-right {
    margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
    .mn-pull-right {
        float: right;
        margin-bottom: 0;
    }
}
/*BUSINESS AND OFFICE PICTURES ON HOME PAGE*/
.bg-link {
    height: 430px;
}

.box-align {
    padding-top: 8%;
}
/*BANNER - MOVED TO HEADERFOOTER ICONS STYLESHEET*/


/*Carousel on About MN*/
.carousel-msg-box {
    background: rgba(20, 39, 71, 0.9);
    height: auto;
    padding: .75rem .75rem;
    position: absolute;
    bottom: 0;
    margin-right: 1px;
    width: 100%;
}

.carousel-title {
    position: absolute;
    margin-top: -25rem;
    z-index: 20;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45); /*for IE9*/
}

    .carousel-title h1 {
        font-size: 1.75rem;
    }

@media (min-width: 500px) {
    .carousel-title h1 {
        font-size: 2rem;
    }
}

@media (min-width: 990px) {
    .carousel-title h1 {
        font-size: 3rem;
    }
}

.name {
    font-weight: 900;
}

.owl-carousel-arrows {
    position: relative;
}

.symbols-control {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45); /*for IE9*/
    filter: alpha(opacity=50);
    opacity: .5;
}

    .symbols-control:hover,
    .symbols-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
        z-index: 100;
    }

.symbols-messsage {
    color: #fff;
    font-family: Lato, arial, sans-serif;
    font-weight: 200;
    font-size: 1.25rem;
    padding: 1rem;
    padding-left: 2rem;
}
/*.symbols-control .prev {
  position: absolute;
  left: 0;
    bottom: 2rem;

}
.symbols-control .next  {
  position: absolute;
  right: 0;
    bottom: 2rem;
}*/


/*CONTENT PAGE STYLES*/
/*BANNER - MOVED TO HEADER FOOTER ICON STYLESHEETS*/

.spacer-2 {
    padding-bottom: 1.25rem;
    padding-top: 1.875rem;
}

@media (min-width: 970px) {
    .spacer-2 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
}

.article-head {
    font-size: 1rem;
    font-weight: bold;
}


/* SUB_NAV MOVED TO HEADER FOOTER ICON STYLESHEET*/

/*PAGE BODY*/
.page-body-sub {
    position: relative;
}

/*SIDE NAV BAR*/
.col-faux {
    background: #f6f6f6;
}

@media (min-width: 768px) {
    .col-faux {
        background: #f6f6f6;
        display: block;
        left: 0;
        position: absolute;
        height: inherit;
    }
}

@media (min-width: 768px) {
    .col-faux {
        height: 100%;
    }
}

/*SEARCH FILTER BOXES*/
.list-zero li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.checkbox-list li {
    padding-left: 0rem;
    position: relative;
}

    .checkbox-list li input[type="checkbox"] {
        position: absolute;
        left: -2rem;
        top: 0;
    }

.mn-col-box {
    margin: 1rem 0;
}

.col-box-content {
    background: #fff;
    color: #535353;
    padding: 1rem 0.625rem;
}

    .col-box-content .form-meta-1,
    .col-box-content label {
        font-weight: 400;
    }

.scroller-box-1 {
    height: 18.75rem;
    overflow: hidden;
}

.col-box-header {
    background: #d2d2d2;
    font-size: .9rem;
    margin: 0;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #535353;
    letter-spacing: .02rem;
}

.col-box-text {
    font-weight: 300;
    color: #818181;
    font-size: .9rem;
    margin-top: .5rem 0 0 1rem;
    white-space: nowrap;
}

    .col-box-text a {
        font-weight: 300;
        color: #818181;
        font-size: .9rem;
        white-space: nowrap;
    }

.col-box-search {
    margin: 0 0 .5rem .75rem;
    padding: .25rem;
    background: rgba(255, 255, 255);
    box-shadow: inset 2px 4px 10px 0px rgba(106, 106, 106, 0.5);
    border: none;
}
/*CONTROLS HEIGHT OF COL-BOX*/
.span3 {
    height: 200px;
    overflow-y: scroll;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.span3-longer {
    height: 300px;
    overflow-y: scroll;
    overflow-x: scroll;
    text-overflow: ellipsis;
}


/*SIDE BAR LINKS AND HEADINGS*/
.side-nav {
    background: #f6f6f6;
}

@media (min-width: 768px) {
    .side-nav {
        display: inline;
        background: #f6f6f6;
    }
}

.side-col-heading {
    color: #727272;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    padding: 2rem 0 0 0;
    margin: .5rem 0 1rem 0;
}

.side-col-heading2 {
    color: #727272;
    text-transform: none;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 0;
    letter-spacing: .02rem;
    border-top: 1px #818181;
}

    .side-col-heading2:first-child {
        border-top: none;
    }

.sidenav-hr {
    margin: 0 0 20px 0;
    padding: 0;
}

.sidenav-links {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.subhead {
    margin: 1rem 0 0 0;
    padding: 5px;
}

@media (min-width: 768px) {
    .subhead {
        border-top: 1px solid #bdbdbd;
        margin: 1rem 0 0 0;
    }
}

.sidenav-links {
    margin: 0;
    padding: 0;
}

    .sidenav-links li {
        list-style: none;
        padding: .5rem;
        border-bottom: 1px solid #d2d2d2;
    }

        .sidenav-links li a {
            font-weight: normal;
        }

        .sidenav-links li:last-child {
            margin-bottom: 2rem;
        }


@media (min-width: 768px) {
    .sidenav-links li {
        border-bottom: none;
    }
}
/*APPLICATION STYLES*/
.h1-icon {
    float: left;
    font-size: 2.75rem;
    color: #0177AE;
    margin-right: 1rem;
}

.apppage-header {
    font-family: Lato, arial, sans-serif;
    color: #142747;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02rem;
    line-height: 1.5rem;
    margin-top: 0;
}

.apppage-header-lc {
    text-transform: none;
    font-weight: 600;
}

.apppage-subhead {
    font-family: Lato, arial, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #0177AE;
    text-transform: capitalize;
}

.button-header {
    display: block;
    font-size: 1rem;
    padding: 0.9375rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
}

/*STEP LIST*/
.page-body-sub2 {
    position: relative;
}

.steps-wrap .container {
    position: relative;
}

.steps-wrap .steps li a {
    color: #bdbdbd;
    font-size: 0.85rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 900;
}

.steps-wrap .step-number {
    display: inline-block;
    color: #FFF;
    background: #d2d2d2;
    text-transform: uppercase;
    padding: 1rem;
    margin: 0;
    font-weight: 900;
    margin-right: 1rem;
}

.steps-wrap .step-text {
    display: inline-block;
    color: #bdbdbd;
    font-size: 0.85rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 900;
}

.steps-wrap .step-text-active {
    display: inline-block;
    color: #142747;
    font-size: 0.85rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 900;
}

.steps-wrap .steps li {
    list-style: none;
    border-bottom: 1px solid #bdbdbd;
    margin: 0 -15px;
    background: #efefef;
}

.steps li.active {
    background: rgba(1, 138, 202, 0.1);
    border-right: 8px solid #0177AE;
}

.steps-wrap .steps li.active a {
    color: #0177AE;
}

.steps-wrap .steps li.active .step-number {
    color: #FFF;
    background: #0177AE;
}

.steps-wrap .steps, .steps-wrap .steps ul {
    margin: 0;
    padding: 0;
    display: block;
}

@media (max-width: 970px) {
    .steps-wrap {
        width: 100%;
    }
}

.side-col-heading-steps {
    color: #818181;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    padding-bottom: 0;
    margin: 1.5rem 0 1rem 1rem;
}
/*QUESTION & INPUT STYLES*/
li.instructions {
    padding-bottom: 1rem;
}

.question-lg-margin {
    margin: 2rem 0;
}

.question-exlg-margin {
    margin: 3rem 0;
}

.question-sm-margin {
    margin: .5rem 0;
}

.question-header {
    color: #878787;
    font-size: 1rem;
    margin: .75rem auto 1rem auto;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02rem;
}

.form-inline .wide-input {
    width: 70%;
}

.important {
    color: red;
}

.btn-off {
    background-color: #f1f1f1;
    border: 1px solid #bdbdbd;
    box-shadow: inset 2px 4px 10px 0px rgba(106, 106, 106, 0.25);
    color: #afafaf;
    font-size: .85rem;
    font-weight: 900;
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    letter-spacing: .03rem;
}

.required > .btn-off {
    border-color: rgba(169,68,50,.8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(169,68,50,.6);
    box-shadow: 0 0 8px rgba(169,68,50,.6);
}

.btn-group .active {
    background-color: #38a638;
    border: 1px solid #38a638;
    box-shadow: none;
    color: #FFF;
}

.btn-group :hover {
    background: #38a638;
    color: #fff;
    border: 1px solid #38a638;
}

.btn-group > .btn-off[type="radio"] :focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.btn-off > input[type="radio"]:focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.btn-group-sm {
    margin-top: 0;
}

    .btn-group-sm .btn-off {
        font-size: 0.75rem;
        font-weight: normal;
        padding: 0.9375rem 0.625rem;
    }

@media (min-width: 1200px) {
    .btn-group-sm .btn-off {
        padding: 0.9375rem 0.875rem;
    }
}

.btn-green {
    color: #fff;
    background-color: #38a638;
    border-color: #38a638;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .05rem;
    border: none;
}

.mn-label {
    color: #656565;
    font-size: 1rem;
    font-weight: 700;
    padding-left: initial;
    text-transform: none;
}

.mn-label-box {
    color: #656565;
    font-size: .85rem;
    font-weight: 900;
    padding-left: initial;
    text-transform: uppercase;
    letter-spacing: .03rem;
}

.highlightbox-grey {
    background: #efefef;
    margin: 1.25rem auto;
    padding: 1rem 15px;
    overflow: hidden;
}

.highlightbox-sm {
    background: #efefef;
    margin: 0;
    padding: .5rem;
    font-size: .8rem;
    overflow: hidden;
}

.big-checkbox {
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    .vertical-line-content {
        border-left: 1px solid #dbdbdb;
    }
}

@media (max-width: 768px) {
    .vertical-line-content {
        border-top: 1px solid #dbdbdb;
    }
}
/*RESULTS LINKS*/
.mn-result-links li {
    display: inline-block;
}

    .mn-result-links li + li {
        margin-left: 1.125rem;
    }

@media (min-width: 768px) {
    .mn-result-links li + li {
        margin-left: 1.5625rem;
    }
}
/*SEARCH RESULTS with tables*/
.search-result {
    margin-bottom: 1.875rem;
}

    .search-result th {
        color: #818181;
        padding: 2rem;
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
        font-weight: bold;
        background-repeat: no-repeat;
        background-position: center left;
        border-right: 1px solid #dad9c7;
        margin-left: -1px;
    }

@media (min-width: 768px) {
    .search-result th {
        padding: 1.5rem;
    }
}

.search-result td {
    padding: .5rem;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .search-result td {
        padding: .5rem 1.5rem;
    }
}

.search-result tbody tr {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .search-result tbody tr:hover {
        background: rgba(239, 239, 239, 0.2);
    }

    .search-result tbody tr td {
        border-bottom: 1px solid #f6f6f6;
        ;
        padding: 1rem .5rem;
    }
/*TABLE HEADER SORTING*/
.th-header {
    background-color: #f6f6f6;
    color: #727272;
    text-align: left;
    text-indent: 15px;
    font-size: .9rem;
    white-space: nowrap;
}

th.headerSortUp {
    background-image: url(../Images/asc.gif);
    background-color: #f6f6f6;
    text-align: left;
    text-indent: 15px;
    padding-right: 20px;
}

th.headerSortDown {
    background-image: url(../Images/desc.gif);
    background-color: #f6f6f6;
    text-align: left;
    text-indent: 15px;
    padding-right: 20px;
}

th.sortarrow {
    background-image: url(../Images/bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-right: 1px solid #ddd;
    margin-left: -1px;
}

table.tablesorter .headerSortDown {
    background-image: url('../Images/desc.gif') !important;
}

table.tablesorter .headerSortUp {
    background-image: url('../Images/asc.gif') !important;
}

a.arrowDefault {
    background: url('../Images/bg.gif') no-repeat;
    display: inline-table;
    width: 25px;
    height: 25px;
    text-align: right;
    /*text-indent: -9999px;*/ /* hides the link text */
}

a.arrowAscending {
    background: url(../Images/desc.gif) no-repeat;
    display: inline-table;
    width: 25px;
    height: 25px;
    /*text-indent: -9999px; /* hides the link text */
}

a.arrowDescending {
    background: url(../Images/asc.gif) no-repeat;
    display: inline-table;
    width: 25px;
    height: 25px;
    /*text-indent: -9999px; /* hides the link text */
}

#naviCenter .nwMulti a {
    padding-left: 25px;
    color: #000000;
    background: url(../images/checkbox.png) no-repeat 10px 1px;
}

    #naviCenter .nwMulti a:hover {
        text-decoration: none;
        color: #2c5987;
        background-color: #d9eefa;
    }

#naviCenter .nwMulti .nwSelected {
    background-position: 10px -83px;
}
/*BLOG & NEWS*/
.media {
    margin-top: 0;
    padding: 1rem;
    font-size: .85rem;
    list-style-type: none;
    border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-heading {
    font-size: 1.75rem;
    list-style-type: none;
}

.media-section-title a {
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    color: rgb(207, 207, 207);
}

.media-subhead {
    font-weight: lighter;
    font-size: 1.25rem;
    list-style-type: none;
    padding: .5rem 0 .5rem 0;
}

.media:hover {
    background: rgba(239, 239, 239, 0.2);
}

.no-pic-64 {
    height: 4rem;
    width: 4rem;
}

.media-body {
    font-size: 1rem;
}

.media-pull-right {
    float: right !important;
    margin-left: 15px;
}

.media-pull-left {
    float: left !important;
    margin-right: 15px;
}




/*.media:hover {
  background: rgba(239, 239, 239, 0.2);
}*/
.media-link-light a {
    color: rgb(135, 194, 237);
}

.media-link-light {
    color: #4099ff;
}

.no-pic-64 {
    height: 4rem;
    width: 4rem;
}

.media-body-light p a {
    color: rgb(135, 194, 237);
}

/*PAGE CONTENT*/
.contentpage-h1 {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #142747;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02rem;
    line-height: 1.25rem;
}

hr {
    border-bottom: 1px solid #bdbdbd;
}

    hr.light {
        border-bottom: 1px solid #eaeaea;
        margin: .5rem 0;
    }

    hr.no-margin {
        margin: 0;
    }

.contentpage-h2 {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #535353;
    font-weight: bold;
    margin: 1.5rem auto;
    font-size: 1.2rem;
}

.contentpage-h3 {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #535353;
    font-size: 1rem;
    margin: 1rem auto;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02rem;
}

.content-wrapper {
    background: #fff;
    padding: 1rem;
}

@media (min-width: 768px) {
    .content-wrapper {
        padding: 2rem 0 3rem 3rem;
    }
}

.content-wrapper-center {
    background: #fff;
    padding: 1rem;
}

@media (min-width: 768px) {
    .content-wrapper-center {
        padding: 2rem 3rem 3rem 3rem;
    }
}

.content-wrapper-wide {
    background: #fff;
    padding: .5rem;
}

@media (min-width: 768px) {
    .content-wrapper-wide {
        padding: 2rem 0;
    }
}

.light {
    font-weight: lighter;
}

.bold {
    font-weight: 700;
}

.ultrabold {
    font-weight: 900;
}
/*FEATURED ARTICLE*/
.article-box > img {
    border: 0.375rem solid #efefef;
    max-height: 100%;
    max-width: 100%;
}

.featured-article {
    text-align: left;
    font-size: .85rem;
    margin: 1.5rem 0;
}

    .featured-article .article-head {
        font-size: 1rem;
        font-weight: bold;
    }

    .featured-article a {
        font-weight: 700;
    }
/*GREEN HIGHLIGHT BOX*/
.highlightbox {
    background: #ddf1dd;
    color: #546853;
    margin: 1.25rem auto;
    padding: 1.25rem;
}

.list-in-box {
    margin: 0;
    padding: 0;
}

    .list-in-box li {
        line-height: 1.75;
        list-style: none;
        margin-bottom: 1.25rem;
    }
/*GREEN CHEVRON STYLE LIST*/
.green-chevron-list {
    margin-bottom: 1.875rem;
    margin-left: 0.625rem;
}

    .green-chevron-list li {
        padding-left: 1.25rem;
        position: relative;
        list-style: none;
        padding-bottom: .75rem;
    }

        .green-chevron-list li:before {
            color: #38a638;
            content: "\e67c";
            font-family: icomoon;
            left: 0;
            position: absolute;
        }
/*PICTURE STYLES*/
.thmb-style-1 {
    background: #ddf1dd;
    padding: 0;
    border-radius: 0;
}

.col-float-rt {
    float: right;
}
/*QUOTE STYLES*/
.quote {
    border-left: none;
    color: #337ab7;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: normal;
    margin: 2.5rem 0.625rem;
    position: relative;
}

    .quote:before {
        background: -moz-linear-gradient(90deg, #0082d5 0%, #38a638 100%);
        background: -webkit-linear-gradient(90deg, #0082d5 0%, #38a638 100%);
        background: -ms-linear-gradient(90deg, #0082d5 0%, #38a638 100%);
        content: "";
        display: block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 0.3125rem;
    }

/* ACCOUNT SIGN IN BOX - MOVED TO HEADER FOOTER ICON STYLESHEET*/


/* AGENCY STYLES */
.tablestyle-header {
    color: #818181;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .03rem;
    margin: 1rem 0;
    font-weight: 600;
    padding: 1rem 0rem;
    background: #efefef;
}

@media (max-width: 768px) {
    .positions-header {
        display: none;
    }
}

.tablestyle-row {
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .05rem;
    font-weight: 900;
    padding: .5rem 0 .25rem 0;
    margin: 0;
    border-top: 1px solid #efefef;
}

.tablestyle2-row {
    font-size: .9rem;
    margin: .5rem 0;
    padding-top: .5rem;
    border-top: 1px solid #efefef;
}

.tablestyle-title {
    font-weight: bold;
}

.sm-label {
    color: #afafaf;
    font-size: .85rem;
    font-weight: 400;
    padding-left: initial;
    text-transform: none;
}

@media (min-width: 768px) {
    .sm-label {
        display: none;
    }
}
/*Register to Vote Show/hides*/

.showdiv {
    display: block;
}

.hidediv:checked + .showdiv {
    display: none;
}

.showdivreverse {
    display: none;
}

.hidedivreverse:checked + .showdivreverse {
    display: block;
}

.date-form {
    margin: 10px;
}

label.control-label span {
    cursor: pointer;
}

.box {
    display: none;
    margin-top: 20px;
}

.mn-dropdown .btn {
    width: 100%;
    text-align: left;
    padding-right: 24px;
}

.mn-dropdown-menu {
    width: 100%;
}

/*ALERT Margin FIX*/

.alert {
    margin: 1rem 0;
}

@media (min-width:768px) {
    .alert {
        margin: 0 0 1rem 0;
    }
}
/*BUTTONS*/
.mn-btn {
    position: relative;
    padding: .4rem 1rem;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: .05rem;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

    .mn-btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    }

    .mn-btn:active:not(.btn-link):not(.btn-flat):not(.btn-fab) {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-margin {
    margin: .25rem;
}
/*NEXT AND BACK*/
.btn-next {
    background-color: #38a638;
    color: #fff;
}

    .btn-next:after {
        font-family: 'Glyphicons Halflings';
        font-weight: 400;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        content: "\e080";
    }

    .btn-next:hover {
        background-color: #43c643;
    }

    .btn-next:active {
        background-color: #5ed45e;
    }

.btn-back {
    background-color: #4099ff;
    color: #fff;
}

    .btn-back:before {
        font-family: 'Glyphicons Halflings';
        font-weight: 400;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        content: "\e079";
    }

    .btn-back:hover {
        background-color: #66adff;
    }

    .btn-back:active {
        background-color: #66adff;
    }
/*submit*/
.btn-submit {
    background-color: #38a638;
    color: #fff;
}

    .btn-submit:hover {
        background-color: #43c643;
    }

    .btn-submit:active {
        background-color: #5ed45e;
    }
/*edit*/
.btn-edit:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    content: "\e622";
}

.btn-edit {
    background-color: #fd901c;
    color: #fff;
}

    .btn-edit:hover {
        background-color: #ffbf7a;
    }

    .btn-edit:active {
        background-color: #ffbf7a;
    }

/*add or create*/
.btn-add:before {
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    content: "\2b";
}

.btn-add {
    background-color: #fd901c;
    color: #fff;
}

    .btn-add:hover {
        background-color: #ffbf7a;
    }

    .btn-add:active:not(.btn-link):not(.btn-flat) {
        background-color: #ffbf7a;
    }
/*delete*/
.btn-delete {
    background-color: #db1103;
    color: #fff;
}

    .btn-delete:before {
        font-family: 'Glyphicons Halflings';
        font-weight: 400;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        content: "\e014";
    }

    .btn-delete:hover {
        background-color: #fc5a4e;
    }

    .btn-delete:active {
        background-color: #fc5a4e;
    }
/*view*/
.btn-view:not(.btn-link) {
    background-color: #4099ff;
    color: #fff;
}

.btn-view:hover {
    background-color: #66adff;
}

.btn-view:active {
    background-color: #66adff;
}
/*search*/
.btn-search {
    background-color: #38a638;
    color: #fff;
}

    .btn-search:hover {
        background-color: #43c643;
    }

    .btn-search:active {
        background-color: #5ed45e;
    }
/*CANCEL*/

.btn-cancel {
    background-color: #efefef;
    color: #535353;
    border: 1px;
}

    .btn-cancel:before {
        font-family: 'Glyphicons Halflings';
        font-weight: 400;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        content: "\e090";
    }

    .btn-cancel:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    .btn-cancel:active {
        background-color: rgba(15, 15, 15, 0);
    }
/*SAVE*/

.btn-save {
    background-color: #0157ad;
    color: #FFF;
}

    .btn-save:before {
        font-family: 'Glyphicons Halflings';
        font-weight: 400;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        content: "\e166";
    }

    .btn-save:hover {
        background-color: #4099ff;
        color: #fff;
    }

    .btn-save:active {
        background-color: rgba(15, 15, 15, 0);
    }

.green-triangle-btn {
    font-size: 1.125rem;
    background: #38a638;
    border: 1px solid #fff;
    color: #FFF;
    height: 2.5rem;
    width: 2.5rem;
}

    .green-triangle-btn:after {
        content: "\e67c";
        font-family: icomoon;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        position: absolute;
        top: .35rem;
        left: .5rem;
    }

    .green-triangle-btn:hover {
        background-color: #43c643;
    }

/*DISABLED BUTTONS*/


button:disabled {
    background: #efefef;
    color: #bdbdbd;
}

/*ICON PLACEMENT FOR BUTTON MADE WITH "INPUT"*/
.icon-input-btn {
    display: inline-block;
    position: relative;
}

    .icon-input-btn input[type="submit"] {
        padding-left: 2em;
    }

    .icon-input-btn .glyphicon {
        display: inline-block;
        position: absolute;
        left: 0.65em;
        top: 30%;
        color: #fff;
        z-index: 100;
    }

.arrow-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e114"; /* chevron down */
    margin-left: 5px;
    color: #5ed45e;
}

.arrow-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e080"; /* chevron right */
    margin-left: 5px;
    color: #5ed45e;
}


pre {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

/*MAP STYLES*/


#aitkin, #anoka, #becker, #beltrami, #benton, #big_stone, #blue_earth,
#brown, #carlton, #carver, #cass, #chippewa, #chisago, #clay,
#clearwater, #cook, #cottonwood, #crow_wing, #dakota, #dodge, #douglas, #faribault, #fillmore,
#freeborn, #goodhue, #grant, #hennepin, #houston, #hubbard, #isanti, #itasca, #jackson, #kanabec, #kandiyohi,
#kittson, #koochiching, #lac_qui_parle, #lake, #lake_of_the_woods, #le_sueur, #lincoln, #lyon, #mcleod, #mahnomen, #marshall,
#martin, #meeker, #mille_lacs, #morrison, #mower, #murray, #nicollet, #nobles, #norman, #olmsted, #otter_tail,
#pennington, #pine, #pipestone, #polk, #pope, #ramsey, #red_lake, #redwood, #renville, #rice, #rock,
#roseau, #st_louis, #scott, #sherburne, #sibley, #stearns, #steele, #stevens, #swift, #todd,
#traverse, #wabasha, #wadena, #waseca, #washington, #watonwan, #wilkin, #winona, #wright, #yellow_medicine {
    display: none;
}



.highlightWord {
    background-color: #ff2;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\003e";
}

.breadcrumb {
    margin: 0;
    background-color: #fff;
}

h2.umbraco-form {
    border-top: 1px solid #efefef;
    color: #878787;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 1rem;
    margin: .75rem auto 1rem auto;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02rem;
}

    h2.umbraco-form:first-child {
        border-top: none;
    }

/*SEARCH FILTERS*/
.filterbackground {
    background-color: #efefef;
}

.filterbox {
    padding: 1rem 0;
}

.filtersection {
    border-left: 1px solid #fff;
}

    .filtersection a {
        font-size: .8rem;
    }

li.activetab {
    background-color: #efefef;
    color: #142747 !important;
}

.page-subnav-wrap .subpage-nav-links li.activetab a {
    color: #142747 !important;
    font-weight: bolder;
}

    .page-subnav-wrap .subpage-nav-links li.activetab a:hover {
        color: #fff !important;
    }

.search-headers {
    font-size: .8rem;
    letter-spacing: .5px;
    margin-bottom: 2px;
    font-weight: 400;
}

.filter-input {
    border: 1px solid #d2d2d2;
    padding-left: .5rem;
    width: 100%;
}

.grn-search-btn {
    background: #38a638;
    height: 1.75rem;
    width: 1.75rem;
    border: 1px solid #bdbdbd;
    padding: .13rem 0rem .13rem .6rem;
    border-radius: 0;
}

    .grn-search-btn:before {
        color: #fff;
        content: "\e67c";
        font-family: icomoon;
        font-size: 1rem;
        margin: 0 1rem 0 -.3rem;
    }

.pagetitle-right {
    font-family: Lato;
    font-size: 1rem;
    margin: 20px 0 10px 0;
    font-weight: 600;
}

/*font family for foreign language page*/
@font-face {
    font-family: 'knu';
    src: url('../fonts/KNU_Karen/knu-webfont.woff2') format('woff2'), url('../fonts/KNU_Karen/knu-webfont.woff') format('woff'), url('../fonts/KNU_Karen/knu.TTF') format('opentype'), url('../fonts/KNU_Karen/knu.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.knu {
    font-family: knu;
}
