﻿/*GENERAL STYLES*/
html,
body {
    font-size: 100%;
}

body {
    font-family: 'Lato', Helvetica, sans-serif;
}

a {
    color: #0157ad;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:focus, a:hover {
        text-decoration: underline;
    }

    a[href^="http"] {
        word-wrap: break-word;
    }

    a[href^="https"] {
        word-wrap: break-word;
    }

.text-style-1 {
    color: #01608d;
}
/*FROM SKIPPY STYLES*/
#skippy {
    background: #142747;
    color: #fff;
    font-size: 1.125rem;
    left: 0;
    margin: 0;
    padding: 0.3125rem 1.25rem 0.5rem;
    position: fixed;
    top: -62.5rem;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1000;
}

    #skippy:focus {
        top: 0;
    }
/*END SKIPPY*/

/*HEADER STYLES*/

header .header-block {
    line-height: 1.15rem;
    vertical-align: bottom;
    text-transform: uppercase;
    display: inline-block;
    margin: .15rem 0 .5rem .5rem;
}

@media (min-width: 768px) {
    header .header-block {
        margin: .65rem 0 1rem 1rem;
    }
}

#header-site {
    position: relative;
    background-color: #142747;
    z-index: 10;
    box-shadow: 0px 8px 6px -6px rgba(0,0,0, .8);
}

    #header-site .navbar-toggle {
        display: inline-block;
        z-index: 10;
    }

.trim-mn-seal {
    background: url("../Images/MN-State-Seal.png") no-repeat top center;
    -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%;
    background-size: 50%;
    background-position-y: 20%;
}

@media (min-width:768px) {
    .trim-mn-seal {
        background: url("../Images/MN-State-Seal.png") no-repeat top center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-position-y: 20%;
        background-size: initial;
    }
}

.logo a {
    color: #fff;
    font-weight: 100;
    margin: 0;
    font-size: .9rem;
}

@media (min-width:768px) {
    .logo a {
        font-size: 1.15rem;
        line-height: 1.15rem;
    }
}

.logo a .text-style-1 {
    color: #fff;
    font-weight: 900;
}

.links-social a {
    text-decoration: none;
    font-size: 1.25rem;
    margin: 0 0 .25rem 0.3rem;
}

.social-block {
    float: right;
    padding: 0 2px;
}
/*SEARCH STYLES*/
header .header-block-search {
    text-transform: uppercase;
    display: inline;
    padding: 1rem 0;
    width: 100%;
    float: right;
}

@media (min-width:768px) {
    header .header-block-search {
        margin: 2rem 0 1.15rem 0;
        padding: 0;
        float: right;
        width: auto;
    }
}

.leftnav-block-search {
    display: inline;
    padding: 1rem 0;
    width: 100%;
    float: right;
}

.search-field-inline input[type="search"] {
    border: 1px solid #efefef;
    height: 2rem;
    padding-left: 1rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 2px 4px 10px 0px rgba(106, 106, 106, 0.75);
    border-radius: 0px;
    border-radius: 0px;
}

.menu-button-label {
    /*line-height: initial;*/
    color: #fff;
    font-size: .8rem;
}

@media (min-width:768px) {
    .menu-button-label {
        color: #fff;
        font-size: .8rem;
        margin: 0 0 .15rem 0;
    }
}

.header-search-btn {
    background: #38a638;
    height: 2rem;
    width: 2rem;
    border: 1px solid #fff;
    padding: .13rem 0rem .13rem .6rem;
    content: "\e67c";
    font-family: icomoon;
    border-radius: 0;
}

    .header-search-btn:before {
        color: #fff;
        content: "\e67c";
        font-family: icomoon;
        font-size: 1.15rem;
        margin: 0 1rem 0 -.3rem;
    }

.header-alert {
    background-color: #ce1432;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: larger;
}

    .header-alert a {
        color: white;
        text-decoration: underline;
        white-space: nowrap;
    }

.search-label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: .25rem;
    font-size: .9rem;
    text-align: right;
}

@media (min-width:750px) {
    .search-label {
        font-size: 1rem;
        margin-right: 10px;
    }
}
/*NAV STYLES*/


.navbar-toggle {
    background: #5ed45e;
    float: none;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 9px 7px;
}

    .navbar-toggle:hover {
        background: #0157ad;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }


#nav-site {
    background: #142747;
}

@media (min-width: 1200px) {
    #nav-site {
        background: rgba(20, 39, 71, 0.72);
        background: -moz-linear-gradient(50% 0% -90deg, rgba(21, 39, 71, 0.72) 0%, rgba(21, 39, 71, 0.72) 44%, rgba(16, 30, 55, 0.72) 87%, rgba(16, 30, 55, 0.72) 100%);
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(21, 39, 71, 0.72)), color-stop(0.44, rgba(21, 39, 71, 0.72)), color-stop(0.87, rgba(16, 30, 55, 0.72)), color-stop(1, rgba(16, 30, 55, 0.72)));
        background: -webkit-linear-gradient(-90deg, rgba(21, 39, 71, 0.72) 0%, rgba(21, 39, 71, 0.72) 44%, rgba(16, 30, 55, 0.72) 87%, rgba(16, 30, 55, 0.72) 100%);
        background-image: -ms-linear-gradient(-90deg, rgba(21, 39, 71, 0.72) 0%, rgba(21, 39, 71, 0.72) 44%, rgba(16, 30, 55, 0.72) 87%, rgba(16, 30, 55, 0.72) 100%);
        background: linear-gradient(180deg, rgba(21, 39, 71, 0.72) 0%, rgba(21, 39, 71, 0.72) 44%, rgba(16, 30, 55, 0.72) 87%, rgba(16, 30, 55, 0.72) 100%);
        overflow: visible;
        position: relative;
        z-index: 10;
    }
}

#nav-site .navbar-nav {
    float: none;
    margin: 0 -0.9375rem;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav {
        text-align: center;
    }
}

#nav-site .navbar-nav a {
    letter-spacing: .04rem;
}

#nav-site .navbar-nav > li {
    float: none;
    position: relative;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li {
        float: left;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li:hover .mn-menu-head .item-link {
        color: #5ed45e;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li:hover .item-link {
        background: #142747;
        position: relative;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li:hover .item-link:before {
        bottom: 0;
        border-bottom: 10px solid #5ed45e;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #nav-site mn-menu-head .navbar-nav > li:hover .mn-icon {
        color: #5ed45e;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li:hover .submenu {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li.link-active .item-link {
        background: #142747;
        position: relative;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li.link-active .item-link:before {
        bottom: 0;
        border-bottom: 10px solid #5ed45e;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
    }
}

#nav-site .navbar-nav > li.mn-active a {
    text-decoration: none;
}

#nav-site .navbar-nav > li.mn-active .btn-top-menu {
    background: #5ed45e;
    color: #fff;
}

    #nav-site .navbar-nav > li.mn-active .btn-top-menu .glyphicon-chevron-down {
        display: none;
    }

    #nav-site .navbar-nav > li.mn-active .btn-top-menu .glyphicon-chevron-up {
        display: block;
    }

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li.mn-active .mn-menu-head > .item-link {
        background: #142747;
        text-decoration: none;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li.mn-active .mn-menu-head > .item-link:before {
        bottom: 0;
        border-bottom: 10px solid #5ed45e;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
    }
}

#nav-site .navbar-nav > li .mn-menu-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .mn-menu-head {
        border-bottom: none;
    }
}

#nav-site .navbar-nav > li .mn-menu-head > .item-link {
    color: #fff;
    display: block;
    font-size: 0.9rem;
    line-height: 1.25;
    padding: 0.5rem 0 0.5rem 3.75rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .mn-menu-head > .item-link {
        font-size: 0.75rem;
        margin-right: 0;
        padding: .85rem 1.25rem;
    }
}

#nav-site .navbar-nav > li .mn-menu-head > .item-link:focus, #nav-site .navbar-nav > li .mn-menu-head > .item-link:hover {
    background: #5ed45e;
    text-decoration: none;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .mn-menu-head > .item-link:focus, #nav-site .navbar-nav > li .mn-menu-head > .item-link:hover {
        background: #142747;
        color: #5ed45e;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .mn-menu-head > .item-link:focus:before, #nav-site .navbar-nav > li .mn-menu-head > .item-link:hover:before {
        bottom: 0;
        border-bottom: 10px solid #5ed45e;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
    }
}

#nav-site .navbar-nav > li .mn-menu-head > .item-link:focus .mn-icon, #nav-site .navbar-nav > li .mn-menu-head > .item-link:hover .mn-icon {
    background: rgba(255, 255, 255, 0.25);
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .mn-menu-head > .item-link:focus .mn-icon, #nav-site .navbar-nav > li .mn-menu-head > .item-link:hover .mn-icon {
        background: none;
        color: #5ed45e;
    }
}

#nav-site .navbar-nav > li .btn-top-menu {
    background: #142747;
    color: rgba(255, 255, 255, 0.25);
    height: 100%;
    overflow: hidden;
    padding: 0.625rem 1.9375rem 0.625rem 0.9375rem;
    position: absolute;
    right: 0;
    top: 0;
}

    #nav-site .navbar-nav > li .btn-top-menu:hover {
        background: #5ed45e;
        color: #fff;
    }

    #nav-site .navbar-nav > li .btn-top-menu:focus {
        background: #142747;
        color: #fff;
    }

    #nav-site .navbar-nav > li .btn-top-menu .glyphicon-chevron-up {
        display: none;
    }

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .btn-top-menu {
        bottom: 0;
        height: 0;
        max-width: 12.5rem;
        padding: 0;
        top: auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .btn-top-menu:focus {
        bottom: -2.5rem;
        height: 2.5rem;
        padding: 0.625rem 0.9375rem;
        top: auto;
    }
}

#nav-site .navbar-nav > li .mn-icon {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 1.3125rem;
    height: 100%;
    left: 0;
    padding: 0.625rem 0.75rem;
    position: absolute;
    top: 0;
}

#nav-site .navbar-nav > li .icon-mn:before {
    display: block;
    text-align: center;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .icon-mn:before {
        margin-bottom: 0.625rem;
        margin-right: 0;
        width: auto;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .mn-icon {
        background: none;
        left: auto;
        padding: 0;
        position: relative;
        top: auto;
    }
}

#nav-site .navbar-nav > li .mn-icon:before {
    display: block;
    text-align: center;
    width: 1.5rem;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li .mn-icon:before {
        font-size: 1.375rem;
        margin-bottom: 0.65rem;
        margin-right: 0;
        width: auto;
    }
}

#nav-site .navbar-nav > li br {
    display: none;
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li br {
        display: inline;
    }
}

@media (min-width: 1200px) {
    #nav-site .navbar-nav > li {
        display: inline-block;
        float: none;
        margin-left: -0.25rem;
        vertical-align: top;
    }
}
/*SUBMENU*/
.mn-active .submenu {
    background: rgb(20, 39, 71);
}

@media (min-width: 1200px) {
    .mn-active .submenu {
        background: rgba(20, 39, 71, 0.9);
    }
}

.submenu {
    display: none;
    padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
}

@media (min-width: 1200px) {
    .submenu {
        background: rgba(20, 39, 71, 0.9);
        font-size: 0.9375rem;
        padding: 0.9375rem;
        position: absolute;
        text-align: left;
    }

        .submenu:hover {
            background: rgb(20, 39, 71);
            color: #5ed45e;
            -webkit-transition: background 0.3s ease-in-out;
            -o-transition: background 0.3s ease-in-out;
            transition: background 0.3s ease-in-out;
        }
}

.submenu li {
    list-style: none;
}

.submenu .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) {
    .submenu .col-sm-6 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.submenu .col-sm-6 + .col-sm-6 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.625rem;
    padding-top: 0;
}

@media (min-width: 768px) {
    .submenu .col-sm-6 + .col-sm-6 {
        border-top: none;
        margin-top: 0;
    }
}

.submenu .btn-sub-nav .icon-mn .glyphicon-chevron-down {
    display: block;
}

.submenu .btn-sub-nav .glyphicon-chevron-down:focus, .submenu .btn-sub-nav .glyphicon-chevron-down:hover {
    color: #5ed45e;
}

.submenu .btn-sub-nav .glyphicon-chevron-up {
    display: none;
}

.submenu .mn-active .btn-sub-nav .glyphicon-chevron-down {
    display: none;
}

.submenu .mn-active .btn-sub-nav .glyphicon-chevron-up {
    color: #5ed45e;
    display: block;
}

.submenu-heading {
    color: #fff;
    margin-bottom: 0.4375rem;
    position: relative;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .submenu-heading {
        color: #142747;
        font-weight: bold;
        margin-bottom: 0;
    }
}

.submenu-heading .btn-sub-nav {
    height: 100%;
    position: absolute;
    right: 1rem;
    top: 0;
}

@media (min-width: 1200px) {
    .submenu-heading .btn-sub-nav {
        display: none;
    }
}

.submenu-heading .btn-sub-nav:focus .mn-icon, .submenu-heading .btn-sub-nav:hover .mn-icon {
    color: #5ed45e;
}

.submenu-group .submenu-links li a {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 0.9375rem;
    padding: 0.3125rem;
    font-weight: 400;
    z-index: 3;
}

@media (min-width: 1200px) {
    .submenu-group .submenu-links li a {
        font-size: 0.8125rem;
        padding: 0.1875rem;
    }
}

.submenu-group .submenu-links li a:focus, .submenu-group .submenu-links li a:hover {
    background: #5ed45e;
    color: #fff;
}

@media (min-width: 1200px) {
    .submenu-group .submenu-links li a:focus, .submenu-group .submenu-links li a:hover {
        background: #142747;
    }
}

.submenu-group + .submenu-group {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.625rem;
    padding-top: 0.625rem;
}

@media (min-width: 1200px) {
    .submenu-group + .submenu-group {
        border: none;
        margin: 0;
    }
}

.navbar-nav .open .submenu-links > li > a {
    padding: 0.625rem;
}

    .navbar-nav .open .submenu-links > li > a:focus, .navbar-nav .open .submenu-links > li > a:hover {
        background: #5ed45e;
    }


.submenu-links {
    margin: 0;
    padding: 0;
}

    .submenu-links li {
        list-style: none;
    }

@media (min-width: 1200px) {
    .submenu-links li {
        white-space: nowrap;
    }
}

/*FOOTER STYLES*/
#footer-site {
    background: #142747;
    margin-bottom: 0.625rem;
    padding-bottom: 1rem;
}

.contact-head {
    color: #fff;
    font-size: .875rem;
    letter-spacing: 0.125rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-h3 {
    font-size: .875rem;
    letter-spacing: 0.125rem;
    line-height: 1.5;
    color: #fff;
    padding-bottom: .75rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    text-transform: uppercase;
    border-bottom: 2px solid #5ed45e;
}

.item-contact {
    color: #fff;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0.0625rem;
    margin-left: 2.1875rem;
    position: relative;
    margin-bottom: 1.5rem;
}

    .item-contact .mn-icon {
        color: #5ed45e;
        font-size: 1.125rem;
        left: -2.1875rem;
        position: absolute;
        top: 0;
    }

    .item-contact a {
        color: #4099ff;
    }

.item-contact-alert {
    color: #fd4d4d;
    font-weight: bold;
}

.site-copyright {
    color: #000;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
    text-align: center;
}


/*BANNER STYLES*/
.bg-banner {
    background: no-repeat;
    background-size: cover;
}

.bg-banner-landing {
    background: no-repeat;
    background-size: cover;
    /*z-index: -1;*/
}

@media (min-width: 1200px) {
    .bg-banner {
        margin-top: -100px;
    }
}

@media (min-width: 1200px) {
    .bg-banner-landing {
        margin-top: -100px;
    }
}

ul.banner-heading {
    margin: 0;
    background-color: rgba(20,39,71, .5);
    margin: 0 -15px 0 -15px;
}

.banner-heading li {
    list-style: none;
    color: #fff;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 2px 4px 10px #000;
    z-index: 2;
}

.banner-heading a {
    padding: .5rem;
    display: inline-block;
    color: #fff;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 2px 4px 10px #000;
    z-index: 2;
}

@media (min-width: 768px) {
    .banner-heading {
        padding: 1.1rem 0 1rem 1rem;
    }
}

@media (min-width: 1200px) {
    .banner-heading {
        padding: 7rem 0 1rem 1rem;
    }
}

/*.banner-heading a:hover, a:focus {
    text-decoration: none;
    color: #5ed45e;
    background: none;
}*/

.banner-landing-background {
    background-color: rgba(20,39,71, .5);
}

@media (min-width: 970px) {
    .banner-landing-background {
        background-color: transparent;
    }
}

.banner-heading-landing {
    margin: 0 -15px 0 -15px;
    padding: 2vh 0 2vh 2rem;
    color: #fff;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 2px 4px 10px #000;
}

@media (min-width: 750px) {
    .banner-heading-landing {
        font-size: 2rem;
        padding-top: 3vh;
    }
}

@media (min-width: 970px) {
    .banner-heading-landing {
        font-size: 2.5rem;
        padding: 24vh 0 2vh 2rem;
    }
}

@media (min-width: 1200px) {
    .banner-heading-landing {
        font-size: 2.5rem;
        padding: 40vh 0 2vh 2rem;
    }
}

.photo-icon {
    color: #fff;
    font-size: 1.25rem;
    opacity: .75;
}

.photo-icon-home {
    color: #fff;
    font-size: 1.25rem;
    opacity: .75;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media (min-width: 768px) {
    .photo-icon-home {
        top: 6rem;
        right: 1rem;
    }
}

.banner-msg-box {
    background: rgba(20, 39, 71, .85);
    height: auto;
    padding: 1.5rem 2rem;
}

.banner-msg {
    font-weight: lighter;
    font-size: .9rem;
    color: #fff;
}

@media (min-width: 750px) {
    .banner-msg {
        font-weight: lighter;
        font-size: 1rem;
        color: #fff;
    }
}

@media (min-width: 950px) {
    .banner-msg {
        font-weight: lighter;
        font-size: 1.25rem;
        color: #fff;
        padding-bottom: 1rem;
    }
}

.banner-msg a {
    color: #5ed45e;
}

/*Positioning form Banner Images*/
.carousel-positioning {
    background-position: 50% 50%;
}

.banner-positioning {
    background-position: 50% 50%;
}

.positioning-electionsandvoting {
    background-position: 0% 12%;
}

@media (min-width: 970px) {
    .positioning-electionsandvoting {
        background-position: 0% 12%;
    }
}

@media (min-width: 1200px) {
    .positioning-electionsandvoting {
        background-position: 12% 1%;
    }
}

.positioning-businessandliens {
    background-position: 50% 50%;
}

.positioning-notaryandapostille {
    background-position: 50% 50%;
}

.positioning-studyabroad {
    background-position: 50% 35%;
}

@media (min-width: 400px) {
    .positioning-studyabroad {
        background-position: 50% 20%;
    }
}

@media (min-width: 970px) {
    .positioning-studyabroad {
        background-position: 50% 10%;
    }
}

.positioning-boardsandcommissions {
    background-position: 50% 30%;
}

@media (min-width: 750px) {
    .positioning-boardsandcommissions {
        background-position: 50% 60%;
    }
}

@media (min-width: 970px) {
    .positioning-boardsandcommissions {
        background-position: 50% 50%;
    }
}

.positioning-safeathome {
    background-position: 50% 0%;
}

@media (min-width: 400px) {
    .positioning-safeathome {
        background-position: 50% 20%;
    }
}

.positioning-aboutminnesota {
    background-position: 50% 25%;
}

.positioning-abouttheoffice {
    background-position: 50% 30%;
}

@media (min-width: 750px) {
    .positioning-abouttheoffice {
        background-position: 50% 30%;
    }
}

@media (min-width: 970px) {
    .positioning-abouttheoffice {
        background-position: 50% 35%;
    }
}

@media (min-width: 1200px) {
    .positioning-abouttheoffice {
        background-position: 50% 20%;
    }
}

.positioning-sitephotography {
    background-position: 50% 70%;
}

@media (min-width: 970px) {
    .positioning-sitephotography {
        background-position: 50% 100%;
    }
}

.positioning-officialdocuments {
    background-position: 50% 50%;
}

.positioning-officialdocuments {
    background-position: 50% 70%;
}

@media (min-width: 400px) {
    .positioning-officialdocuments {
        background-position: 50% 50%;
    }
}

@media (min-width: 970px) {
    .positioning-officialdocuments {
        background-position: 50% 80%;
    }
}

.positioning-sitemap {
    background-position: 50% 25%;
}


/*LANGUAGES*/
.languages-content {
    display: inline;
}

@media (min-width:786px) {
    .languages-content {
        position: absolute;
        right: 50px;
        top: 5px;
        display: inline;
    }
}

@media (min-width:1200px) {
    .languages-content {
        right: 50px;
        top: 110px;
    }
}

.languages-content .list-languages {
    margin: 0 -15px -1px -15px;
    text-align: center;
}

@media (min-width:786px) {
    .languages-content .list-languages {
        margin: -10px -15px -1px -15px;
        padding: .5rem .25rem;
        text-align: center;
        background-color: transparent;
    }
}

.languages-content .list-languages li {
    display: inline-block;
    list-style: none;
}

    .languages-content .list-languages li a {
        color: #fff;
        font-size: .9rem;
        font-weight: 400;
    }

    .languages-content .list-languages li + li {
        border-left: 1px solid rgba(255,255,255,.25);
        margin-left: 0.35rem;
        padding-left: 0.9375rem;
    }
/*Languages Landing Page*/
.language-bar {
    margin: 0 -15px 0 -15px;
    padding: 2vh 0 2vh 0;
}

@media (min-width: 750px) {
    .language-bar {
        padding-top: 3vh;
    }
}

@media (min-width: 970px) {
    .language-bar {
        padding: 24vh 0 2vh 0;
    }
}

@media (min-width: 1200px) {
    .language-bar {
        padding: 44vh 0 2vh 0;
    }
}

.language-bar .list-languages {
    padding: 0 2rem 0 0;
    text-align: right;
}

    .language-bar .list-languages li {
        display: inline-block;
        list-style: none;
    }

        .language-bar .list-languages li a {
            color: #fff;
            font-size: .9rem;
            font-weight: 600;
            text-shadow: 2px 4px 10px #000;
        }

        .language-bar .list-languages li + li {
            border-left: 1px solid rgba(255,255,255,.25);
            margin-left: 0.6875rem;
            padding: 0 0 0 .5rem;
        }
/*SUB_NAV-links*/
.nav-subpage {
    display: none;
}

@media (min-width:970px) {
    .nav-subpage {
        display: inline;
    }
}

.page-subnav-wrap {
    background: #0177AE;
}

    .page-subnav-wrap .container {
        position: relative;
    }

@media (min-width: 970px) {
    .page-subnav-wrap {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .page-subnav-wrap .container {
        margin: 0;
        padding: 0;
    }
}

.page-subnav-wrap .subpage-nav-links, .page-subnav-wrap .subpage-nav-links ul {
    margin: 0;
    padding: 0;
}

    .page-subnav-wrap .subpage-nav-links li {
        list-style: none;
    }

        .page-subnav-wrap .subpage-nav-links li, .page-subnav-wrap .subpage-nav-links li a {
            color: #fff;
            font-size: 0.75rem;
            letter-spacing: .03rem;
            font-weight: normal;
        }

            .page-subnav-wrap .subpage-nav-links li a {
                display: block;
            }

                .page-subnav-wrap .subpage-nav-links li a:focus, .page-subnav-wrap .subpage-nav-links li a:hover {
                    background: #142747;
                }

@media (min-width: 970px) {
    .page-subnav-wrap .subpage-nav-links {
        text-align: center;
    }
}

@media (min-width: 970px) {
    .page-subnav-wrap .subpage-nav-links > li {
        display: inline-block;
        line-height: 1rem;
        text-align: center;
        vertical-align: middle;
    }
}

@media (min-width: 970px) {
    .page-subnav-wrap .subpage-nav-links > li a {
        display: block;
        padding: .75rem;
        border-right: 1px solid rgba(255,255,255,.1);
    }
}

@media (min-width: 970px) {
    .page-subnav-wrap .subpage-nav-links > li:first-child {
        border-left: 1px solid rgba(255,255,255,.1);
    }
}

@media (min-width: 970px) {
    .page-subnav-wrap .subpage-nav-links li, .page-subnav-wrap .subpage-nav-links li a {
        font-size: 0.8rem;
    }
}


/* BORDERS AND SINGLE LINE DISPLAY FOR MOBILE*/
.page-subnav-wrap .subpage-nav-links > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.page-subnav-wrap .subpage-nav-links > li li + li {
    border-top: 1px solid #004565;
}

.page-subnav-wrap .subpage-nav-links > li li a {
    background: #01608d;
    color: #fff;
    padding-left: 1.25rem;
}

@media (max-width: 970px) {
    .page-subnav-wrap .subpage-nav-links li a br {
        display: none;
    }
}

@media (min-width: 970px) {
    .page-subnav-wrap .subpage-nav-links > li + li,
    .page-subnav-wrap .subpage-nav-links > li li + li,
    .page-subnav-wrap .subpage-nav-links > li li a {
        border-top: none;
    }
}
/* ACCOUNT SIGN IN BOX - MOVED TO HEADER FOOTER ICON STYLESHEET*/
.login-box {
    background: rgba(1,140,1, 0.9);
    font-family: 'Lato', Helvetica, sans-serif;
    text-align: center;
    padding: .65rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .login-box {
        position: absolute;
        right: 0;
        top: -2.7rem;
        display: inline;
    }
}

li.login:hover {
    background: #5cb85c;
    color: #fff;
}

    li.login:hover a {
        color: #fff;
    }

li.login, li.login a {
    color: #fff;
    padding: .75rem;
    list-style-type: none;
    display: inline;
}

    li.login a {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

@media (min-width: 768px) {
    li.login a {
        font-size: 0.875rem;
        display: inline;
    }
}

li.login > .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
}

    li.login > .dropdown-menu > li > a {
        display: block;
        line-height: .5rem;
        background: #142747;
    }

    li.login > .dropdown-menu > li:hover > a {
        background: #5cb85c;
        color: #fff;
    }

/*button label style*/
.btn-label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: block;
}

/*ICON STYLES*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/mn-icons/icomoon.eot?-b40lv");
    src: url("../fonts/mn-icons/icomoon.eot?#iefix-b40lv") format("embedded-opentype"), url("../fonts/mn-icons/icomoon.ttf?-b40lv") format("truetype"), url("../fonts/mn-icons/icomoon.woff?-b40lv") format("woff"), url("../fonts/mn-icons/icomoon.svg?-b40lv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/fonts/glyphicons/glyphicons-halflings-regular.eot);
    src: url(/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/fonts/glyphicons/glyphicons-halflings-regular.woff2) format('woff2'),url(/fonts/glyphicons/glyphicons-halflings-regular.woff) format('woff'),url(/fonts/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'),url(/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
/*Copy new font starting here...*/

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-checkbox2:before {
    content: "\e67e";
}

.icon-heart2:before {
    content: "\e677";
}

.icon-calendar2:before {
    content: "\e601";
}

.icon-camera:before {
    content: "\e602";
}

.icon-cart:before {
    content: "\e603";
}

.icon-check:before {
    content: "\e604";
}

.icon-checkmark2:before {
    content: "\e605";
}

.icon-checkmark:before {
    content: "\e606";
}

.icon-ballotbox:before {
    content: "\e607";
}

.icon-clipboard:before {
    content: "\e608";
}

.icon-checkbox:before {
    content: "\e609";
}

.icon-clipboard2:before {
    content: "\e60a";
}

.icon-feather:before {
    content: "\e60b";
}

.icon-fingerprint:before {
    content: "\e60c";
}

.icon-flag:before {
    content: "\e60d";
}

.icon-folder:before {
    content: "\e60e";
}

.icon-hourglass:before {
    content: "\e60f";
}

.icon-lightbulb:before {
    content: "\e610";
}

.icon-magnify:before {
    content: "\e611";
}

.icon-map-marker:before {
    content: "\e612";
}

.icon-mn:before {
    content: "\e613";
}

.icon-money:before {
    content: "\e614";
}

.icon-info-circle:before {
    content: "\e615";
}

.icon-questionmark:before {
    content: "\e616";
}

.icon-results:before {
    content: "\e617";
}

.icon-sign-vote:before {
    content: "\e618";
}

.icon-thumbsup:before {
    content: "\e619";
}

.icon-bldg:before {
    content: "\e61a";
}

.icon-library:before {
    content: "\e61b";
}

.icon-home:before {
    content: "\e61c";
}

.icon-home2:before {
    content: "\e61d";
}

.icon-home4:before {
    content: "\e61e";
}

.icon-home3:before {
    content: "\e61f";
}

.icon-office:before {
    content: "\e620";
}

.icon-places:before {
    content: "\e621";
}

.icon-pencil2:before {
    content: "\e622";
}

.icon-pen:before {
    content: "\e623";
}

.icon-image:before {
    content: "\e624";
}

.icon-fountain-pen:before {
    content: "\e625";
}

.icon-camera2:before {
    content: "\e626";
}

.icon-play:before {
    content: "\e627";
}

.icon-bullhorn:before {
    content: "\e628";
}

.icon-book:before {
    content: "\e629";
}

.icon-books:before {
    content: "\e62a";
}

.icon-file-text:before {
    content: "\e62b";
}

.icon-profile:before {
    content: "\e62c";
}

.icon-stack:before {
    content: "\e62d";
}

.icon-document:before {
    content: "\e62e";
}

.icon-document-insert:before {
    content: "\e62f";
}

.icon-newspaper:before {
    content: "\e630";
}

.icon-folder-open:before {
    content: "\e631";
}

.icon-envelop:before {
    content: "\e632";
}

.icon-envelope:before {
    content: "\e633";
}

.icon-credit-card:before {
    content: "\e634";
}

.icon-lifebuoy:before {
    content: "\e635";
}

.icon-phone:before {
    content: "\e636";
}

.icon-location:before {
    content: "\e637";
}

.icon-map:before {
    content: "\e638";
}

.icon-clock:before {
    content: "\e639";
}

.icon-clock2:before {
    content: "\e63a";
}

.icon-tv:before {
    content: "\e63b";
}

.icon-box-add:before {
    content: "\e63c";
}

.icon-box-remove:before {
    content: "\e63d";
}

.icon-download:before {
    content: "\e63e";
}

.icon-upload:before {
    content: "\e63f";
}

.icon-bubble:before {
    content: "\e640";
}

.icon-bubbles:before {
    content: "\e641";
}

.icon-user:before {
    content: "\e642";
}

.icon-head:before {
    content: "\e643";
}

.icon-users:before {
    content: "\e644";
}

.icon-user-tie:before {
    content: "\e645";
}

.icon-hour-glass:before {
    content: "\e646";
}

.icon-binoculars:before {
    content: "\e647";
}

.icon-search:before {
    content: "\e648";
}

.icon-zoom-in:before {
    content: "\e649";
}

.icon-zoom-out:before {
    content: "\e64a";
}

.icon-key:before {
    content: "\e64b";
}

.icon-key2:before {
    content: "\e64c";
}

.icon-key3:before {
    content: "\e64d";
}

.icon-lock:before {
    content: "\e64e";
}

.icon-unlocked:before {
    content: "\e64f";
}

.icon-cog:before {
    content: "\e650";
}

.icon-pie-chart:before {
    content: "\e651";
}

.icon-stats-dots:before {
    content: "\e652";
}

.icon-stats-bars:before {
    content: "\e653";
}

.icon-stats-bars2:before {
    content: "\e654";
}

.icon-graphbar:before {
    content: "\e655";
}

.icon-leaf:before {
    content: "\e656";
}

.icon-meter:before {
    content: "\e657";
}

.icon-fire:before {
    content: "\e658";
}

.icon-bin:before {
    content: "\e659";
}

.icon-briefcase:before {
    content: "\e65a";
}

.icon-aid-kit:before {
    content: "\e65b";
}

.icon-truck:before {
    content: "\e65c";
}

.icon-road:before {
    content: "\e65d";
}

.icon-link:before {
    content: "\e65e";
}

.icon-attachment:before {
    content: "\e65f";
}

.icon-contrast:before {
    content: "\e660";
}

.icon-star-empty:before {
    content: "\e661";
}

.icon-star-half:before {
    content: "\e662";
}

.icon-star-full:before {
    content: "\e663";
}

.icon-heart:before {
    content: "\e664";
}

.icon-cross:before {
    content: "\e665";
}

.icon-arrow-up-left:before {
    content: "\e666";
}

.icon-arrow-up:before {
    content: "\e667";
}

.icon-arrow-up-right:before {
    content: "\e668";
}

.icon-arrow-right:before {
    content: "\e669";
}

.icon-arrow-down-right:before {
    content: "\e66a";
}

.icon-arrow-down:before {
    content: "\e66b";
}

.icon-arrow-down-left:before {
    content: "\e66c";
}

.icon-arrow-left:before {
    content: "\e66d";
}

.icon-circle-up:before {
    content: "\e66e";
}

.icon-circle-down:before {
    content: "\e66f";
}

.icon-circle-left:before {
    content: "\e670";
}

.icon-circle-right:before {
    content: "\e671";
}

.icon-facebook2:before {
    content: "\e672";
}

.icon-twitter:before {
    content: "\e673";
}

.icon-youtube3:before {
    content: "\e674";
}

.icon-stackoverflow:before {
    content: "\e675";
}

.icon-file-pdf:before {
    content: "\e676";
}

.icon-people:before {
    content: "\e678";
}

.icon-hammer2:before {
    content: "\e679";
}

.icon-chevronup:before {
    content: "\e600";
}

.icon-chevrondown:before {
    content: "\e67a";
}

.icon-chevronleft:before {
    content: "\e67b";
}

.icon-chevronright:before {
    content: "\e67c";
}

.icon-umbrella:before {
    content: "\e67d";
}

.icon-globe:before {
    content: "\e900";
}

.icon-earth:before {
    content: "\e901";
}

.icon-airplane:before {
    content: "\e902";
}

.icon-shield:before {
    content: "\e903";
}

.icon-road2:before {
    content: "\e904";
}

.icon-power-cord:before {
    content: "\e905";
}

.icon-css3:before {
    content: "\e906";
}
/*KEEP THIS IF FONT IS WRITTEN OVER _ CREATES COLORED ICONS...*/
.icon-facebook2, .icon-facebook:hover {
    color: #3b5998;
}

.icon-twitter, .icon-twitter:hover {
    color: #00aced;
}

.icon-youtube3, .icon-youtube3:hover {
    color: #bb0000;
}




/*NAVBAR TOGGLE*/

@media (min-width:768px) {
    .navbar-header {
        float: none
    }

    .navbar-left,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

        .navbar-toggle:focus {
            background: #0157ad
        }

    .navbar-collapse {
        border-top: 1px solid transparent;
        overflow: hidden;
    }

        .navbar-collapse.collapse {
            display: none !important;
            visibility: hidden !important;
            height: 0px !important;
        }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.in {
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: height, visibility;
        -o-transition-property: height, visibility;
        transition-property: height, visibility;
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

legend {
    border-bottom: 0;
    font-size: inherit;
    margin-bottom: 0;
}
/*PRINT STYLES*/

@media print {
    .sm-banner-heading, nav, .nav-subpage, .side-nav, .links-social, footer, .login-box, .search-field-inline, .banner-msg-box, .breadcrumb, .navbar-toggle, .menu-button-label, .banner-heading {
        display: none !important;
    }

    header {
        border-bottom: 8px solid #0177AE;
        padding: 1rem 0 0 0;
        margin: 0 0 0 -1rem;
        color-adjust: exact;
        background: none;
    }

    .content-wrapper {
        width: 100%;
    }

    #main-content {
        width: 100%;
        margin: .5rem 0 0 0;
        padding: 0;
        font-size: 12pt;
        float: left !important;
    }

    img {
        max-width: 100% !important;
    }

    a[href^=http]:after {
        content: " <" attr(href) "> ";
    }

    a:after {
        display: none;
    }

    a {
        font-weight: bolder;
        color: #0177AE !important;
    }

    .col-sm-push-4 {
        left: 0 !important;
    }

    .col-sm-8 {
        width: 100%;
    }

    .content-wrapper {
        margin: 0 !important;
    }
}



/*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;
}
