/*
* Theme Name: Alaska Governor Genesis Theme
* Theme URI: http: gov.alaska.gov
* Description: Alaska Governor is designed for the divisions within the State of Alaska Office of the Governor. 
* Author: Stephen Mattson
* Author URI: http: gov.alaska.gov
* Version: 1.0.5
* Version Date: 2016	
*
*
* This style sheet is specific to the example template provided. Webmasters are not expected to use this style sheet in their own designs and may delete the link to this style sheet on their templates.

*/

/* Table of Contents

- HTML5 Reset
- Box Sizing
- Float Clearing
- Defaults
- Typography
- Form
- List Styles
- Tables
- Responsive Menu
- Content Area
- Media Queries
- max-width: 8em
- min-width: 12em
- min-width: 12.4em
- min-width: 22.8em
- min-width: 33.75em
- min-width: 36em
- min-width: 48em
- min-width: 54em

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, body, form, p, a, ul, li, li a, div, nav {
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typography 
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    min-width: inherit !important;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #014c8b;
    }

h1 {
    font-weight: normal;
    text-transform: uppercase;
    padding-top: .5em;
    font-size: 1.875em;
}

h2 {
    font-size: 1.5em;
    padding: 0;
}

    h2.entry-title {
        font-size: 1.125em;
    }

h3 {
    font-size: 1.17em;
    margin: 8px 0 5px;
}

h4 {
    font-size: 1.12em;
    margin: 0 !important;
}

h5 {
    font-size: .83em;
    padding: 1em 0 .25em;
}

h6 {
    font-size: .75em;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}

.footer .block-content-area {
    color: #fff !important;
}

p {
    font-size: .875em;
    margin: 0 0 10px;
}

.block-title {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    background-color: #f5f5f5;
    padding: 11px 10px 11px 10px;
    color: #014c8b;
    font-weight: normal !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    border-radius: 5px 5px 0 0 !important;
}

.block-title-lessPad {
    padding: 8px 10px 8px 10px !important;
}

.block-title-0 {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
    padding: 11px 0px 11px 0px !important;
}

.home h3.block-title {
    font-weight: normal;
    padding: 0 0 8px;
    border-bottom: 1px solid #ececec;
    background: none;
}

.sub-title {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ececec;
    padding: 2px 10px 2px 10px;
    width: 100%;
}

/* Form 
--------------------------------------------- */
fieldset {
    border: 0px solid #000000;
    margin: 0;
    padding: 1em;
    background-color: #ffffff;
}

.form-field {
    margin-bottom: 20px;
    clear: both;
}

    .form-field, .form-label, .form-field input, .form-submit input {
        font-size: 14px;
    }

.form-label {
    color: #444444;
    font-weight: bold;
    text-align: left;
    margin: 0;
    max-width: 100%;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
}

.form-field input[type=text], .form-field input[type=email], .form-field textarea, .form-field select {
    color: #555555;
    background-color: #ffffff;
    border-color: #7f7f7f;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    line-height: 1.3;
}

.form-field input[type=radio], .form-field input[type=checkbox] {
    color: #555555;
    display: inline-block;
}

.form-submit input[type=submit], .form-submit input[type=button] {
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #d1ac2c;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

    .form-submit input[type=submit]:hover, .form-submit input[type=button]:hover {
        background: #014c8b;
        border-color: #cccccc;
        color: #ffffff;
    }
/*
List Styles
--------------------------------------------- */
.content ol, .content ul, .content dl {
    font-size: .875em;
}

.entry-content dt {
    font-weight: bold;
}
/*
Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

th, td {
    text-align: left;
}

table tbody tr:nth-child(odd) {
    background: rgba(245,245,245,1);
}

table tbody tr td {
    padding: 10px 0 10px 5px;
    line-height: 1.5em;
}

td {
    padding: 6px 0;
    font-size: .875em;
}
/*
Columns
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    /*margin-left: 2.0%;*/
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 50%;
}

.one-third,
.two-sixths {
    width: 32%;
}

.four-sixths,
.two-thirds {
    width: 66%;
}

.one-fourth {
    width: 23%;
}

.three-fourths {
    width: 74%;
}

.one-sixth {
    width: 15%;
}

.five-sixths {
    width: 83%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* Conent Area */
.showcase section {
    margin: 0;
    padding: 0;
    background: #ffffff;
    max-height: 334px;
}

.content .home-top, .content sidebar, .content .sidebar-home, .content .bottom-block, .footer-block {
    padding: 16px 20px 10px;
}

main.content, article.home-main-content article {
    padding: 0 20px 10px;
}

.entry-content .listing-item {
    margin: 5px 16px;
    padding: 5px 0;
    border-bottom: 1px solid #ececec;
}

.breadcrumb {
    color: #777;
    font-size: 14px;
    padding: 12px 10px 12px 10px;
    margin-top: 5px !important;
    margin-bottom: 9px !important;
}

.home .content {
    background: none;
    border: none;
}

    .home .content > article, .content {
        background: #fff;
        max-width: 100%;
        width: auto;
        margin: 0;
    }

    .home .content > article {
        border-right: 1px solid #e2e2e2;
    }

.content .entry-header .entry-meta {
    margin: 0;
    border: none;
    padding: 0;
    font-weight: bold;
}

.entry {
    margin-bottom: 1em;
    border-bottom: 1px solid #ececec;
}

.archive-pagination li {
    display: inline;
    list-style: none;
}

    .archive-pagination li a {
        background-color: #014c8b;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        line-height: 2;
        margin-bottom: 4px;
        padding: 8px 20px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .archive-pagination li a:hover, .archive-pagination li.active a {
            background-color: #3b7093;
            text-decoration: none;
        }
/** Sidebar Navigation **/
.sidebar ul li {
    border-top: 1px solid #ececec;
    font-size: 100%;
    list-style: none;
    text-transform: uppercase;
}

.sidebar p:last-child, .sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar .sidebar_nav_menu ul > li:first-child {
    border-top: none;
}

.sidebar .sidebar_nav_menu ul li a {
    color: #333333;
    display: block;
    padding: 8px 20px;
}

.sidebar .sidebar_nav_menu ul li:hover, .sidebar .sidebar_nav_menu ul li:hover {
    border-left: 3px solid rgb(0,102,204);
}

.sidebar .sidebar_nav_menu .wrap div ul li.dropdown:hover ul li a {
    margin-left: 0 !important;
}

.sidebar {
    font-size: .875em;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

    .sidebar > section {
        margin-bottom: 2em;
        word-wrap: break-word;
        background-color: #ffffff;
    }

    .sidebar section div > div {
        padding: 0;
    }

    .sidebar .sidebar-block p {
        margin: 0 16px 26px;
        padding: 0;
        font-size: 100%;
    }

    .sidebar h5 {
        margin: 0 1em;
        padding: 0;
        color: #000;
    }

.sidebar-block ol {
    padding: 0 20px;
}

    .sidebar-block ol > li {
        background-image: none;
        list-style-position: inside;
        list-style-type: decimal;
        padding: 0 0;
        font-size: 90%;
    }

.quicklinks {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #dbdbdb !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

/** Home Page Specific **/
.home main.content {
    padding: 0;
}

.home-middle, .home-top {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    padding: 1em 0;
    margin: 0 0 16px;
}

.home .home-top h2 {
    font-size: 1em;
    text-transform: uppercase;
}

.home-top section article p {
    padding: 0 0 5px;
}

.home article.home-main-content > div > p {
    padding: 0 0 0 20px;
}

.home article.home-main-content .listing-item {
    margin: 0;
}

.home article.home-main-content .article-date {
    margin: 8px 0;
    font-weight: bold;
    font-size: .825em;
}

.home article.home-main-content .article-heading {
    padding: 0;
    font-weight: normal;
    text-transform: initial;
}

.home .content article.home-main-content h2 {
    font-size: 1.875em;
    font-weight: normal;
    border-width: 1px;
    padding: 0;
    border-bottom: 3px solid #ececec;
    text-transform: uppercase;
    margin: 0 20px;
}

.home .content article.home-main-content h3 {
    font-size: 1em;
}

.home .sidebar-home {
    background: #fff;
    max-width: 100%;
    width: auto;
    padding: 0 20px;
    margin: 0 0 32px 0;
}

    .home .sidebar-home h2 span.line-one {
        font-weight: 300;
        font-size: 1.25rem;
        letter-spacing: 1px;
        margin: 0;
        background: none;
        border: none;
        padding: 0;
        text-transform: uppercase;
    }

    .home .sidebar-home h2 span.line-two {
        background: none;
        text-transform: uppercase;
        font-weight: normal;
        border-bottom: 4px double;
        padding: 0;
        font-size: xx-large;
    }

.home .bottom-block {
    background-color: #fff;
    width: 100%;
}

.home .home-lower-left {
    clear: both;
}

.home .home-lower-middle, .home .home-lower-left {
    margin: 0 2% 32px 0;
}

.home .home-lower-right {
    margin: 0;
}

.photostream {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .photostream li {
        display: block;
        float: left;
        margin: 1%;
        width: 31.3333333333%;
        height: 31.3333333333%;
    }

        .photostream li img {
            display: block;
            width: 100%;
        }

.event-date {
    float: left;
    height: 65px;
    width: 65px;
    background: #014c8b;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: .875em;
    margin: 0 10px 0 0;
}

article.event-info {
    clear: both;
    margin: 16px 0;
    padding: 4px 0;
}

article span.event-day-month {
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
    font-size: 1.2em;
}

h4.event-title {
    border-bottom: 1px solid #ececec;
    font-size: .83em;
    padding: 0 0 5px;
}

.event-coverage {
    padding: 0;
    margin: -6px 0 0 0;
    font-size: .875em;
}

#search-field-big {
    color: black;
}

.searchbox {
    margin-left: -40px !important;
    border: 0;
    width: 280px;
}

.searchfield {
    width: 174px;
    height: 28px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    border-right: 1px solid #CCCCCC;
}

.search_input {
    color: #000;
}

.for_screen_reader {
    position: absolute;
    left: -999em;
}

.searchfield input {
    border: 0;
    margin-left: 5px;
    height: inherit;
    width: 174px;
}

#searcharea .searchsubmit {
    height: 28px;
    width: 70px;
    margin: 0;
    padding: 0px 0px;
    overflow: hidden;
    border: 0;
    float: left;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    background: url(~/Content/Global/magnifyingglass.jpg);
}

.searchbox .magnifyingglass {
    width: 32px;
    height: 28px;
    float: left;
    background: #EEEEEE url(~/Content/Global/magnifyingglass.jpg);
    border-right: 1px solid #CCCCCC;
}







/**************************************************************
COLOR SCHEME:
GOLD BAR AT TOP OF PAGE: #edbd03
SOA NAVIGATION AREA BACKGROUND COLOR: #072f49

AGENCY HEADER/FOOTER AREA BACKGROUND COLOR: #194a6b
AGENCY NAVIGATION BAR BACKGROUND COLOR: #3f78a7

QUICK LINKS, BLOCK-TITLE BACKGROUND COLOR: #f5f5f5
BLOCK-BORDER COLOR: #ececec
**************************************************************/

.anchor {
    color: #06c !important;
    text-decoration: none !important;
}

.pagelink {
    font-size: 12px !important;
}

img, .img {
    -ms-interpolation-mode: bicubic !important;
    image-rendering: optimizeQuality !important;
}

.img {
    opacity: 0.7;
}

    .img:hover {
        opacity: 1.5;
    }


/*THE NEXT TWO CLASSES ARE FOR DISPLAYING SOCIAL MEDIA ICONS*/
.social {
    opacity: 0.8;
}

    .social:hover {
        opacity: 1.0;
    }



/*USED THE FOLLOWING CLASSES TO DISPLAY EMBEDDED GOOGLE MAPS*/
.mapouter {
    text-align: right;
    height: 500px;
    max-width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    max-width: 100%;
}
/*USE THE ABOVE CLASSES TO DISPLAY MAPS*/

.state-bg {
    background-color: #f5f5f5;
    padding: unset;
    width: 100%;
}

.statement {
    font-size: 16px;
    color: #000000 !important;
}

.statement-white {
    font-size: 16px;
    color: #ffffff !important;
}

hr.section-break {
    visibility: hidden;
}

.line-break {
    border-color: #0073aa !important;
}

.underline {
    border-bottom: 1px solid #0073aa;
}

.commissioner {
    width: 100%;
    height: 190px;
    margin-left: -15px;
}

.director {
    -ms-interpolation-mode: bicubic !important;
    image-rendering: optimizeQuality !important;
    width: 190px;
    height: 250px;
}

.retired {
    font-size: 14px;
    color: #333333;
}

.state-rank {
    font-size: 20px;
    color: #333333;
}


.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.blue{
    color: #3f78a7 !important;
}

.red {
    color: #ff0000 !important;
}

.green, .success{
    color: #419641 !important;
}

.shadow {
    box-shadow: #ececec 5px 5px;
}

.block-shadow {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.block-bg {
    background-color: #f5f5f5 !important;
    border-radius: 5px !important;
}

.block-bg-white {
    background-color: #ffffff !important;
    border-radius: 5px !important;
}

.border {
    border: 2px solid #0073aa !important;
}

.border-red {
    border: 3px solid #ff0000 !important;
}

.border-red-rounded{
    border: 3px solid #ff0000 !important;
    border-radius: 5px !important;
}

.border-blue {
	border: 3px solid #3f78a7 !important;
}

.border-top {
    border-top: 1px solid #ececec !important;
}

.border-right {
    border-right: 1px solid #ececec !important;
}

.border-bottom {
    border-bottom: 1px solid #ececec !important;
}

.border-left {
    border-left: 1px solid #ececec !important;
}

.border-sides {
    border-right: 1px solid #ececec !important;
    border-left: 1px solid #ececec !important;
}

.force-bottom {
    position: absolute;
    bottom: 0;
}

hr {
    border: 0.5px solid #ececec !important;
}

.title {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    color: #000000 !important;
}

.name {
    font-size: 22px;
    word-wrap: normal;
    color: black !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.pad-right {
    padding-right: 4px !important;
}

.pad-right-lg {
    padding-right: 10px !important;
}

.pad-right-xl {
    padding-right: 15px !important;
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-right-25 {
    padding-right: 25px !important;
}

.pad-left {
    padding-left: 4px !important;
}

.pad-left-lg {
    padding-left: 10px !important;
}

.pad-left-xl {
    padding-left: 15px !important;
}

.pad-left-20 {
    padding-left: 20px !important;
}

.pad-left-25 {
    padding-left: 25px !important;
}

.pad-top-sm {
    margin-top: 2px !important;
}

.pad-top {
    margin-top: 4px !important;
}

.pad-top-8 {
    margin-top: 8px !important;
}

.pad-top-lg {
    padding-top: 15px !important;
}

.pad-bottom {
    padding-bottom: 4px !important;
}

.pad-bottom-lg {
    padding-bottom: 15px !important;
}

.pad-sides {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.pad-sides-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pad-sides-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pad-sides-xl {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pad-sides-2xl {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.pad-sides-3xl {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pad-sides-4xl {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pad-sides-5xl {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.pad-sides-6xl {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.pad-sides-7xl {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.pad-sides-8xl {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.pad-sides-9xl {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.pad-sides-10xl {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.pad-sides-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.pad-sides-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.pad-sides-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.pad-sides-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.pad-sides-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pad-sides-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.pad-sides-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.pad-sides-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pad-sides-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.pad-sides-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pad-sides-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.pad-sides-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pad-all-sides {
    padding: 4px !important;
}

.pad-all-sides-lg {
    padding: 15px !important;
}

.no-padding {
    padding: 0px !important;
}

.padding {
    padding: 4px;
}

.padding-lg {
    padding: 10px;
}

.padding-xl {
    padding: 15px;
}

.no-top-padding {
    padding-top: 0px !important;
}

.no-right-padding {
    padding-right: 0px !important;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.no-left-padding {
    padding-left: 0px !important;
}


.no-margin {
    margin: 0px !important;
}

.no-top-margin {
    margin-top: 0px !important;
}

.no-right-margin {
    margin-right: 0px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.no-left-margin {
    margin-left: 0px;
}

.margins{
    margin: 5px 4px !important;
}

.margin-top-none {
    margin-top: 0px !important;
}

.margin-top {
    margin-top: 5px !important;
}

.margin-top-lg {
    margin-top: 10px !important;
}

.margin-top-xl {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-right {
    margin-right: 5px !important;
}

.margin-right-lg {
    margin-right: 10px !important;
}

.margin-right-xl {
    margin-right: 15px !important;
}

.margin-right-xl {
    margin-top: 20px !important;
}

.margin-right-xxl {
    margin-top: 25px !important;
}

.margin-bottom-none {
    margin-bottom: 0px !important;
}

.margin-bottom {
    margin-bottom: 5px !important;
}

.margin-bottom-lg {
    margin-bottom: 10px !important;
}

.margin-bottom-xl {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-left {
    margin-left: 5px !important;
}

.margin-left-lg {
    margin-left: 10px !important;
}

.margin-left-xl {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-sides {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-sides-lg {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-sides-xl {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.align {
    margin-top: 2px !important;
    margin-left: 7px !important;
}

.align-right {
    margin-top: 7px !important;
    margin-right: 7px !important;
}

.space-all-sides {
    padding: 4px;
}

.news {
    width: 100%;
    color: #000000;
}

.booklet:hover {
    transition: 0.3s ease;
    transform: scale(1.5, 1.5);
}

.section {
    border-bottom: 1px solid #0073AA !important;
    padding-left: 10px;
}

.opensans {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000000 !important;
}

.opensans-white {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff !important;
}

.opensans-blue {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #194a6b !important;
}

.opensans-black {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000000 !important;
}

.bioBlockPic {
    float: left;
    background-color: #f5f5f5;
    display: block;
}

.bioBlockDesc {
    padding-left: 25px;
    color: #014c8b;
    font-weight: normal !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
}

.division-title-block {
    color: #014c8b;
    text-transform: uppercase;
    background-color: #F5F5F5;
    border-bottom: 3px solid #ececec;
    padding-left: 3px;
    padding-right: 3px;
}

.division-title {
    font-size: 18px;
}

.division-pic {
    height: 125px !important;
    object-fit: cover !important;
    object-position: center !important;
    /*background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;*/
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.mission, .foot-agency {
    color: #fff !important;
}

.dhsem-pic {
    height: 159px !important;
    width: 100% !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.block-border-bottom {
    border-bottom: 3px solid #ececec;
}

.block-border-top {
    border-top: 3px solid #ececec;
}

.block-border-all {
    border-right: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
}

.block-border-all-sides {
    border: 1px solid #ececec !important;
}

.block-border-dark {
    border: 1px solid #dbdbdb !important;
}

.border-left {
    border-left: 3px solid #ececec;
}

.img-bordered {
    border: 1px solid #ececec;
    border-radius: 5px;
}

.no-decor {
    text-decoration: none !important;
}

.navLink {
    padding-top: 10px !important;
    font-size: 18px;
}

.nav-link:hover {
    font-weight: bold;
}

span.nav-info {
    color: #FFFFFF !important;
    line-height: 15px;
    display: inline;
    font-size: 18px;
    vertical-align: middle;
}

i.nav-icon {
    color: #FFFFFF;
    line-height: 15px;
    display: inline;
    vertical-align: middle;
    text-decoration: none;
    text-decoration-line: none;
}

.cv {
    font-size: 13px;
    font-weight: bolder;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.right {
    float: right !important;
}

.text-justify {
    text-align: justify;
}

.text-nodecor {
    text-decoration: none;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-normal {
    text-transform: none !important;
}

.nowrap {
    text-wrap: none;
}

.list-unstyled {
    list-style-type: none;
}

.full-width {
    width: 100%;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.fit {
    min-width: 100%;
    max-width: 592.59px !important;
    height: auto;
}

.nav-label:hover {
    background-color: none;
}

/*input[type="radio"] + label {
    margin-left: 5px;
    margin-right: 18px;
    font-weight: normal;
    display: inline;
}*/

.toc { /*TABLE OF CONTENTS*/
    font-size: 14px;
}

.new {
    color: red !important;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    /*down 1px, right 2px, blur 2px, color black with 30% opacity*/
    font-weight: bolder;
    font-style: italic;
}

li.doc {
    list-style: none;
    margin-left: -25px;
}

.minus {
    background: url(/Content/Global/minus.png) no-repeat left center;
}

.plus {
	background: url(/Content/Global/plus.png) no-repeat left center;
}

.minusBlack{
    background: url(/Content/Global/minusBlack.png) no-repeat left center;
}

.plusBlack{
    background: url(/Content/Global/plusBlack.png) no-repeat left center;
}

.minusBlue{
    background: url(/Content/Global/minusBlue.png) no-repeat left center;
}

.plusBlue{
    background: url(/Content/Global/plusBlue.png) no-repeat left center;
}



img.newCovid{
    background: url(/Covid19/Images/new.png) no-repeat left top;
    width: 20px !important;
}

/*COVID-19 NEW-GERM PULSATING*/
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1.1, 1.1);
}
 100% {
 -webkit-transform: scale(1, 1);
};
}

@keyframes pulse {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.2, 1.2);
}
 100% {
transform: scale(1, 1);
};
}

img.germ {
	width: 40px;
	height: 40px;
	-webkit-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

img.germ:hover {
	-webkit-animation: none;
	animation:none;
}





.keepPadding {
    display: block;
    padding-left: 25px;
}

.keepPaddingLarge {
    display: block;
    padding-left: 145px;
}

.darklink {
    color: black;
    text-decoration: none;
}

    .darklink:hover {
        color: blue;
        cursor: pointer;
    }

.xsmall {
    font-size: 10px;
}

hr.hrThick {
    border: 5px solid #ececec;
}

hr.hrBlack{
    border-bottom: 0.5px solid #000 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.error {
    color: #ff0000;
    font-weight: bolder;
}

.contact-block {
    color: #000000;
    font-size: 16px;
    display: block;
    padding-right: 15px;
}

span.info {
    color: #000000;
    line-height: 40px;
    display: inline;
    font-size: 14px;
    vertical-align: middle;
}

i.icon {
    color: #000000;
    line-height: 40px;
    display: inline;
    vertical-align: middle;
    text-decoration: none;
    text-decoration-line: none;
}

.fontsize-18 {
    font-size: 18px;
}

span.header-info {
    line-height: inherit;
    display: inline;
    vertical-align: middle;
}

i.header-icon {
    line-height: inherit;
    display: inline;
    vertical-align: middle;
}

.icon:hover {
    text-decoration: none;
    text-decoration-line: none;
}

a.decOnHover {
    text-decoration: none;
}

    a.decOnHover:hover {
        text-decoration: underline !important;
    }

li > a > i:hover {
    text-decoration: none;
    text-decoration-line: none;
}

.menu-item > a:hover {
    text-decoration: none;
    background-color: inherit;
}

ul > li > div.dep-home {
    background-color: #eaeaea !important;
    border: 1px solid #061d41;
}

    ul > li > div.dep-home > a {
        font-weight: bolder !important;
        color: #061d41;
    }

.document:hover {
    background-color: #8AB6D4;
}

    .document:hover > center > a > figure > figcaption {
        color: #ffffff;
    }

.placeholder {
    opacity: 0.4;
}

    .placeholder:hover {
        text-decoration: none !important;
    }

table {
    table-layout: fixed;
}

td {
    width: 25%;
}

.scroll {
    background-image: url(~/Images/scroll.png);
    background-size: contain;
}

.text-bolder {
    font-weight: bolder;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.sep-bottom {
    border-bottom: 1px solid #ececec;
}

.thumb {
    width: 150px;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
    vertical-align: middle;
}

.img-thumbnail {
    width: 120px;
    height: 150px !important;
}

.hover:hover {
    background-color: #8AB6D4;
}

.hoverNav:hover {
    background-color: #fbf8e9 !important;
}

img.modal-pic {
    display: inline-flex;
    height: 100%;
    vertical-align: middle;
}

/*CAROUSEL CLASSES*/
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*.carousel{
    width: 566px !important;
}

.modal-carousel {
    align-content: center !important;
    margin-left: 100px !important;
    margin-right: 100px !important;
}*/

.carousel-container { /*Self-made class (Not inherited from Bootstrap)*/
    margin-bottom: 75px;
}

.carousel-caption {
    max-width: 100%;
    width: 100%;
    background-color: rgba(12,12,12,0.60);
    left: 0 !important;
    bottom: -10px !important;
    text-align: justify !important;
    padding: 0 10px 0 10px !important;
    color: #fff;
}

.carousel-indicators {
    bottom: -78px !important;
    margin: 0px;
    width: 100% !important;
    height: auto;
    left: auto;
    list-style: none;
    padding: 0px 1px 0px !important;
    align-content: center;
}

    .carousel-indicators li {
        width: 150px !important;
        height: 75px !important;
        background-color: transparent;
        position: relative;
        border: none;
        padding: 0px !important;
    }

        .carousel-indicators li.active {
            width: 150px !important;
            height: 75px !important;
            background-color: transparent;
            position: relative;
            border: none;
            padding: 0px !important;
        }

    .carousel-indicators img {
        width: 68px !important;
        height: 68px !important;
        margin: 0px;
        top: 0;
        left: 0;
        padding: 0px !important;
    }

img.carousel-img {
    height: 400px !important;
    width: auto;
    object-fit: cover !important;
    object-position: center;
    margin: auto;
}

li.carousel-selector {
    margin: 0px !important;
}

.active .thumb-slider {
    border-radius: 25%;
}

.myCarousel-inner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}



/*MODAL OVERRIDES*/

.modal {
    margin-top: -10px !important;
}

.modal-dialog {
    overflow-y: initial !important;
}

.doc-modal {
    min-height: 100% !important;
    overflow: hidden;
}

.modal-img-wide {
    width: 566px !important;
    height: 400px !important;
}

.modal-body {
    max-height: 350px !important;
    overflow-y: auto;
    color: #000 !important;
}

    .modal-body p {
        color: #000 !important;
    }

    .modal-body-clipping{
        height: 100% !important;
        overflow-y: auto;
    }

/*	STYLE MODAL WITH ROUNDED CORNERS	*/
.modal-dialog {
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.modal-content {
    border-radius: 5px;
}

.modal-top {
    border-radius: 5px 5px 0 0;
}

.modal-bottom {
    border-radius: 0 0 5px 5px;
}

/*	MODAL BACKGROUND COLORS	*/
.modal-top {
    background-color: #072f49;
    color: #ffffff !important;
}

.modal-body {
    background-color: #f5f5f5;
}

.modal-bottom {
    line-height: 30px;
    background-color: #072f49;
}

.ak {
    font-size: 20px;
    color: #000;
}

/*	TOP AND BOTTOM FORMATTING OF MODAL	*/

p.modal-title {
    line-height: 30px;
    display: inline;
    vertical-align: middle;
    color: #fff;
    font-size: 17.5px;
}

a.modal-icon {
    margin-top: -5px;
    line-height: 30px;
    display: inline;
    vertical-align: middle;
    float: right !important;
    text-align: right;
}

span.close {
    color: #000000 !important;
    opacity: 1 !important;
}

a.modal-close {
    float: left !important;
    left: 0;
    font-weight: bold !important;
    color: #333333 !important;
}

    a.modal-close:hover {
        color: #000000 !important;
    }

.recency {
    font-style: italic;
    color: #fff;
    float: right;
}

/*	STATUS OF DISCIPLINE TABLE	*/
th.sodRnk, td.sodRnk {
    width: 10%;
}

th.sodCat, td.sodCat {
    width: 45%;
}

th.sodAct, td.sodAct {
    width: 45%;
}

img.sodORank {
    width: 20px;
}

    img.sodORank:hover {
        width: 40px;
    }

img.sodERank {
    width: 15px;
}

    img.sodERank:hover {
        width: 30px;
    }

/************* THE NEXT THREE SELECTORS ARE NEEDED *************/
.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px !important;
    width: 100%;
}

.content div.col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.address {
    font-size: 18px;
}

.check-sm {
    background-image: url('/Content/Global/check-sm.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px;
}

.bioName {
    color: #000000;
    padding-left: 30px;
    font-size: 20px;
}

.bioTitle {
    color: #000000;
    padding-left: 30px;
    font-size: 20px;
}

.vAlign {
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
}

    .vAlign p {
        line-height: 1.5 !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }

.nav-option {
    line-height: 25px !important;
    height: 25px !important;
}

    .nav-option a {
        line-height: 1.5 !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }

.bg-white {
    background-color: white !important;
    color: #000 !important;
}

.bg-gray {
    background-color: #f5f5f5 !important;
    color: #000 !important;
}

.bg-blue {
    background-color: #072f49 !important;
    color: #fff !important;
}

.bg-gold {
    background-color: #FFD700 !important;
}

.bg-agency {
    background-color: #194a6b !important;
    color: #fff !important;
}

.bg-nav {
    background-color: #3f78a7 !important;
    color: #fff !important;
}

section#required-greeting dl#language-greeting {
    padding-left: 200px;
}

    section#required-greeting dl#language-greeting dt {
        width: auto;
    }

section#required-greeting .greeting {
    text-align: left;
}

section#required-greeting dd.language,
section#required-greeting dd.translation {
    max-width: 100%;
    text-align: left;
}

section#required-greeting dd.language {
    margin: 0 0 0 0;
    text-align: left;
}

section#required-greeting dd.speaker {
    text-align: left;
}

.row-header {
    background-color: #194a6b !important;
    color: #FFFFFF;
    font-size: 16px;
}

.width-5 {
    width: 5% !important;
}

.width-6 {
    width: 6% !important;
}

.width-7 {
    width: 7% !important;
}

.width-8 {
    width: 8% !important;
}

.width-9 {
    width: 9% !important;
}

.width-10 {
    width: 10% !important;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}





.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-16-5 {
    font-size: 16.5px !important;
}

.text-17 {
    font-size: 17px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-22{
    font-size: 22px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-30 {
    font-size: 30px !important;
}

.V-Required {
    color: #ff0000 !important;
    font-weight: bolder !important;
    font-size: 18px !important;
}

.V-Summary {
    color: #ff0000 !important;
    font-weight: bolder !important;
    font-size: 16px !important;
}

.btn-default {
    font-size: 16px !important;
    font-weight: bold !important;
}

.img-resource {
}

/*FLOATING ELEMENTS*/
.left {
    clear: left; /*NO FLOATING ELEMENTS ON LEFT SIDE*/
    float: left
}

.right {
    clear: right; /*NO FLOATING ELEMENTS ON RIGHT SIDE*/
    float: right;
}

.clear {
    clear: both; /*NO FLOATING ELEMENTS ON EITHER SIDE*/
}

.float {
    clear: none;
}

#myMap {
    position: relative;
    width: 100%;
    height: 400px;
}

.blocks-body-white {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #dbdbdb !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 5px !important;
}

.blocks-body-white-np {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #dbdbdb !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.blocks-body-gray {
    color: #000 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #dbdbdb !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 5px !important;
}

.blocks-body-blue {
    color: #fff !important;
    background-color: #072f49 !important;
    border: 1px solid #072f49 !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 5px !important;
}

.blocks-body-openTop {
    color: #000 !important;
    background-color: #fff !important;
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 5px !important;
    margin-top: 0px;
}

.blocks-title-white {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #dbdbdb !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-bottom: 0px !important;
}

.blocks-title-gray {
    color: #000 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #dbdbdb !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-bottom: 0px !important;
}

.blocks-title-blue {
    color: #fff !important;
    background-color: #072f49 !important;
    border: 1px solid #072f49 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-bottom: 0px !important;
}

.blocks-title-navBlue {
    color: #fff !important;
    background-color: #3f78a7 !important;
    border: 1px solid #3f78a7 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-bottom: 0px !important;
}

.emboss {
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.roundBox {
    border-radius: 5px !important;
    border: 1px solid #dbdbdb !important;
}

.roundImgBottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.notice {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.uppercase{
    text-transform: uppercase !important;
}

.lowercase{
    text-transform: lowercase !important;
}



ul.menu {
    line-height: 15px !important;
    min-height: 15px !important;
}

.amber, .silver {
    width: 80% !important;
}

h3.Agenda {
    color: #333;
    font: 24px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 20px 0px 10px;
}

h4.prTitle {
    font: 18px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*.page-sides {
    margin-top: -5px;
    margin-left: 3.5px;
    margin-right: -14px;
}*/

.page-sides {
    margin-top: -2px;
    margin-left: 7px;
    margin-right: -7px;
}

.quicklink-sides {
    margin-left: 2px;
    margin-right: 4px;
}

.breadcrumb-FW {
    color: #777;
    font-size: 14px;
    padding: 2px;
    margin: 9px !important;
}

.well {
    border: 1px solid #e3e3e3;
    padding: unset
}

.leadblock:hover {
    background-color: #fbf8e9;
    border-left: 5px solid #e4cd6c;
    border-right: 5px solid #e4cd6c;
}

.panel-sides {
    margin: -2px 7px 0px 0px !important;
}

.panel {
    margin-bottom: 7px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.panel-heading {
    padding: 10px 15px 0px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 5px !important;
    border-top: 1px solid #d3d3d3;
}

.panel-info {
    border-color: #bce8f1;
    font: 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.panel-footer {
    padding: 10px 15px !important;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/*THE NEXT SEVEN CLASSES ARE FOR PUBLIC AFFAIRS PRESS RELEASES*/
.adash {
    display: inline-block;
    width: 100%;
    margin: 15px 0 15px;
}

    .adash .item {
        display: inline-block;
        width: 100%;
    }

    .adash .poster {
        text-align: center;
        float: left;
        padding-right: 15px;
    }

    .adash .no-poster {
        margin-top: 10px;
    }

        .adash .no-poster .title, .adash .no-poster .info {
            padding-left: 4px;
            padding-right: 4px;
        }

    .adash .title {
        color: #3f78a7 !important;
        font: 20px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        display: block;
    }

    .adash .info {
        color: #000;
        display: inline-block;
        font: 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .adash .summary {
        color: #000;
        padding-right: 10px;
        padding-left: 4px;
        font: 16px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: justify !important;
    }

    .adash:hover {
        /*background-color: #f5f5f5;*/
        background-color: #fbf8e9;
        border-radius: 5px !important;
        border-left: 3px solid #e4cd6c;
        border-right: 3px solid #e4cd6c;
    }

        .adash:hover .summary {
            padding-right: 5px;
        }

.poster .pr-thumb {
    margin-top: 4px;
    border: 1px solid #bce8f1;
    padding: 4px;
    object-fit: cover !important;
    object-position: center !important;
    width: 150px;
    height: 175px;
}

.modal-header .pr-modal-wide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 600px;
}

.modal-header .pr-modal-tall {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.month {
    margin-left: 25px !important;
    line-height: 30px;
}

/*.list {
    margin-left: 50px !important;
}*/

.attn-red:before {
    content: '*';
    color: #ff0000;
    -webkit-text-fill-color: #ff0000; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff0000;
}

.attn-ylw:before {
    content: '*';
    color: #ffc300;
    -webkit-text-fill-color: #ffc300; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffc300;
}

.danger {
    color: #ff0000 !important;
    font-weight: bold;
    font-style: italic;
}

.breadcrumbs-small {
    min-height: 25px !important;
    /*max-height: 25px !important;*/
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.bp {
    display: inline-block;
    width: 100%;
}

.bpNum {
    vertical-align: middle !important;
    text-align: center !important;
    padding: 2px !important;
    width: 50px !important;
    height: 68px !important;
}

.bpItem {
    display: inline-block;
    width: 100% !important;
}

.bpSum {
    margin-top: 2px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn-md {
    padding: 4.5px 8px 5px !important;
    display: inline-block !important;
}

.bio-text {
    line-height: 20px !important;
}

.thumb-slider {
    object-fit: cover !important;
    object-position: center !important;
    width: 150px !important;
}

.list-inline {
    margin-left: auto;
}

.prsidebar-thumb {
    border: 1px solid #bce8f1;
    padding: 4px;
    object-fit: cover !important;
    object-position: center !important;
    width: 95px;
    height: 105px;
}

.prsidebar-thumb-wide {
    border: 1px solid #bce8f1;
    padding: 4px;
    object-fit: cover !important;
    object-position: center !important;
    width: 105px;
    height: 95px;
}

.height-norm {
    height: 170px;
    max-width: 400px;
}

a.not-text-decor {
    font-style: unset !important;
}

input.hiddenField {
    display: none !important;
}

.maroon {
    color: #800000 !important;
    font-weight: bold;
}

.main {
    background: #fff;
}

    .main section {
        display: none;
        padding: 20px 0 0;
        border-top: 1px solid #ddd;
    }

    .main input {
        display: none !important;
    }

    .main label {
        display: inline-flex;
        margin-bottom: -1px;
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding: 15px 25px;
        font-weight: 600;
        text-align: center;
        color: #bbb;
        border: 1px solid #ccc;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #eee;
        color: #888;
        /*max-width: 250px !important;*/
        flex-wrap: wrap;
    }

        .main label:before {
            font-weight: normal;
            margin-right: 10px;
        }

        .main label:hover {
            color: #444;
            cursor: pointer;
        }

    .main input:checked + label {
        color: #000;
        border: 1px solid #ddd;
        border-top: 3px solid orange;
        border-bottom: 1px solid #fff;
        background-color: #fff !important;
        font-weight: bolder;
    }

    .main #tab1:checked ~ #content1,
    .main #tab2:checked ~ #content2,
    .main #tab3:checked ~ #content3,
    .main #tab4:checked ~ #content4,
    .main #tab5:checked ~ #content5,
    .main #tab6:checked ~ #content6,
    .main #tab7:checked ~ #content7,
    .main #tab8:checked ~ #content8,
    .main #tab9:checked ~ #content9,
    .main #tab10:checked ~ #content10 {
        display: block;
        overflow-x: scroll !important;
    }

p.corrector {
    margin: 0px !important;
    padding: 0px !important;
    height: 25px !important;
}

p.corrector1 {
    margin: 0px !important;
    padding: 0px !important;
    height: 10px !important;
}

p.corrector2 {
    margin: 0px !important;
    padding: 0px !important;
    min-height: 0px !important;
    max-height: 0px !important;
}

p.corrector3 {
    margin: 0px !important;
    padding: 0px !important;
    height: 4px !important;
}

p.corrector4 {
    margin: 0px !important;
    padding: 0px !important;
}

p.correctorP {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
}

p.spacer {
    margin: 0px !important;
    padding: 0px !important;
    height: 100px !important;
}

.link {
    padding: 0px !important;
    line-height: normal !important;
}

.banner {
	width: 100% !important;
	height: auto !important;
	border: 1px solid #000;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	opacity: 0.7;
	padding: 5px !important;
	height: 100%;
	line-height: normal !important;
}

    .banner p strong {
        color: #000;
        margin: 5px !important;
        font-size: 12px !important;
    }

    .banner small strong {
        color: #000;
        margin: 5px !important;
        font-size: 14px !important;
    }

	.banner.banner1 {
		background-color: #fee502 !important;
		/*background-image: linear-gradient(to bottom left, #ff6a00, #fcff00, #097c00);*/
	}

        .banner.banner1 h5 {
            color: #000;
            margin: 5px !important;
        }

        .banner.banner1 h6 {
            color: #000;
            margin: 5px !important;
        }

        .banner.banner1:hover {
            opacity: 1 !important;
        }

            .banner.banner1:hover .link {
                padding: 0px !important;
                margin: 5px;
                text-decoration: underline !important;
            }

    .banner.banner2 {
        background-image: linear-gradient(to bottom right, #ff6a00, #fcff00, #097c00);
    }

        .banner.banner2 h5 {
            color: #000;
            margin: 5px !important;
        }

        .banner.banner2 h6 {
            color: #000;
            margin: 5px !important;
        }

        .banner.banner2:hover {
            opacity: 1 !important;
        }

            .banner.banner2:hover .link {
                padding: 0px !important;
                margin: 5px;
                text-decoration: underline !important;
            }

.line-btm {
    border-bottom: 1px solid #ccc;
}

.table-hover tr:hover {
    background-color: #fbf8e9 !important;
}

tr.topRow-no-hover:hover {
    background-color: #072f49 !important;
    color: #fff !important;
}

.pointer:hover {
    cursor: pointer !important;
}

ul.list li:hover {
    background-color: #fbf8e9 !important;
    color: #333333;
}

ol.list li:hover {
    background-color: #fbf8e9 !important;
    color: #333333;
}

ul.list li ul li:hover {
    background-color: #d9edf7 !important;
    color: #333;
}

ul.list li ol li:hover {
    background-color: #d9edf7 !important;
    color: #333;
}

ol.list li ul li:hover {
    background-color: #d9edf7 !important;
    color: #333;
}

ol.list li ol li:hover {
    background-color: #d9edf7 !important;
    color: #333;
    line-height: 2px;
}

.listItem:hover{
    background-color: #d9edf7 !important;
    color: #333333;
}

.bold{
    font-weight: bold !important;
}

.bolder {
    font-weight: bolder !important;
}

.question {
    font-weight: bolder !important;
    font-size: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

ol.answser{
    list-style-image: image()
}

.mark{
    background-color: #ffe200 !important;
    color: #000 !important;
}
.mark a{
    color: #000 !important;
}

.zoom:hover {
    transition: 0.3s ease;
    transform: scale(1.1, 1.1);
}

#phoneMessage{
    display: none !important;
}












/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  ##################### BOOTSTRAP COLUMNS #####################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding: 2px !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

    .btn-default:active,
    .btn-primary:active,
    .btn-success:active,
    .btn-info:active,
    .btn-warning:active,
    .btn-danger:active,
    .btn-default.active,
    .btn-primary.active,
    .btn-success.active,
    .btn-info.active,
    .btn-warning.active,
    .btn-danger.active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    }

.btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%) !important;
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0)) !important;
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x !important;
    border-color: #dbdbdb !important;
    text-shadow: 0 1px 0 #fff !important;
    border-color: #ccc !important;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #e0e0e0 !important;
        background-position: 0 -15px !important;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0 !important;
        border-color: #dbdbdb !important;
    }

    .btn-default.disabled,
    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: #e0e0e0 !important;
        background-image: none !important;
    }

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%) !important;
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)) !important;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x !important;
    border-color: #3e8f3e !important;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641 !important;
        background-position: 0 -15px !important;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #419641 !important;
        border-color: #3e8f3e !important;
    }

    .btn-success.disabled,
    .btn-success:disabled,
    .btn-success[disabled] {
        background-color: #419641 !important;
        background-image: none !important;
    }


/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################## RESPONSIVE DESIGN HERE ######################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */

@media screen and (max-width: 8em) { /*128px*/

}

@media screen and (min-width: 12em) { /*192px*/

}

@media screen and (min-width: 12.4em) { /*198.4px*/
}

@media screen and (min-width: 17.2em) { /*275.2px*/
}

@media only screen and (min-wdth:40em) {
}

@media screen and (min-width:320px) {
    .modal {
        margin-top: 0px !important;
    }
}

@media (min-width: 360px) {
}

@media screen and (max-width:363.2px) {
}

@media screen and (min-width: 364.8px) {
}

@media (max-width: 375px) {
    .adash .title, .adash .info, .adhash .summary {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .main label {
        padding: 15px;
    }
}

@media screen and (min-width: 401px) {
}

@media (max-width: 414px) {
    .modal-body {
        max-height: 200px !important;
        overflow-y: auto !important;
    }

    .position {
        text-align: center !important;
    }

    .bio {
        text-align: center !important;
    }

    .bioName {
        display: block;
        padding-left: 0px;
    }
}

@media screen and (max-width: 450px){
    #phoneMessage{
        display: block !important;
    }
}

@media (min-width: 507px) {
}

@media (min-width: 525px) {
}

@media only screen and (min-width: 540px) {
}

@media (min-width: 550px) {
}

@media (min-width: 575px) {
}

@media only screen and (min-width: 576px) {

    /* Content Area */
    main.content {
        background-color: #ffffff;
    }

    .home-top section.featured-content {
        float: left;
        width: 33%;
        padding: 0 16px;
    }

        .home-top section.featured-content article p {
            border-bottom: none;
        }
}

@media (min-width: 600px) {
}

@media (min-width: 625px) {
}

@media (max-width: 650px) {
    .main label {
        font-size: 15px;
    }

        .main label:before {
            margin: 0;
            font-size: 18px;
        }

    .main section {
        display: none;
        padding: 20px 0 0;
        border-top: 1px solid #ddd;
    }

        .main section .shield {
            display: none;
        }
}

@media (min-width: 675px) {
}

@media screen and (max-width:677px) {
}

@media screen and (min-width:678px) {
}

@media (min-width: 700px) {
}

@media (min-width: 725px) {
}

@media (min-width: 750px) {
}

@media (min-width: 775px) {
}

@media (max-width: 767px) {
    .breadcrumb-FW {
        /*margin-top: 2px !important;
		margin-right: 2px !important;
		margin-bottom: auto !important;
		margin-left: 2px !important;*/
        margin: 2px !important;
        font-size: 12px !important;
    }

    .page-sides {
        margin-left: 0px !important;
    }

    .margin-sides {
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 2px !important;
    }

    .foot-access {
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .foot-director {
        margin-bottom: 25px !important;
    }

    .foot-agency {
        text-align: center !important;
    }

    .global-footer {
        text-align: center !important;
    }
}

@media screen and (min-width: 768px) {
    /*  #############################################################  */
    /*  ##################### BOOTSTRAP COLUMNS #####################  */
    /*  #############################################################  */
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
    /*  #############################################################  */
    /*  ################### END BOOTSTRAP COLUMNS ###################  */
    /*  #############################################################  */

    .home .content > article {
        float: left;
        max-width: 59%;
    }

    .home .sidebar-home {
        float: right;
        max-width: 39%;
    }

    .home .bottom-block {
        float: left;
        width: 32%;
        min-height: 450px;
    }

    .page .content {
        float: left;
        max-width: 66%;
    }

    .standard-components .content {
        height: 400px;
    }

    .sidebar {
        float: right;
        max-width: 32%;
    }

    .page.right-sidebar .content {
        float: left;
        max-width: 66%;
    }

    .page.right-sidebar .sidebar {
        float: right;
        max-width: 32%;
    }
}

@media screen and (max-width:799px) { /*47.9375em*/
    hr.section-break {
        visibility: visible !important;
    }

    .navbar-header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar-toggle {
        width: 100% !important;
        margin-left: 10px;
        margin-right: 0;
        color: #000000 !important;
        clear: both !important;
        float: right !important;
        /*float: left;*/
    }

    .commissioner {
        max-width: 50%;
        height: auto;
        margin-left: -15px;
    }
}

@media screen and (min-width:800px) {
}

@media screen and (max-wdith:808px) {
}

@media (min-width: 825px) {
}

@media (min-width: 850px) {
}

@media (min-width: 875px) {
}

@media (min-width: 900px) {
}

@media (max-width: 915px) {
}

@media (min-width: 925px) {
}

@media (min-width: 950px) {
}

@media (max-width: 956px) {
    .carousel-indicators {
        display: none;
    }

        .carousel-indicators img {
            display: none;
        }
}

@media screen and (max-width: 959px) {
    .align {
        /*margin-left: -1px !important;
    margin-right: 3px !important;*/
        margin: auto !important;
    }

    .breadcrumb {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .well {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .site-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 975px) {
}

@media screen and (max-width:991px) { /*61.9375em*/
    p.corrector {
        margin: 0px !important;
        padding: 0px !important;
        height: 13px !important;
    }

    p.corrector2 {
        margin: 0px !important;
        padding: 0px !important;
        height: 0px !important;
    }

    p.spacer {
        margin: 0px !important;
        padding: 0px !important;
        height: 13px !important;
    }

    header.site-header {
        margin: 0
    }

    .container {
        padding-right: 0;
        padding-left: 0
    }

    .commissioner {
        width: 60%;
        margin-left: auto;
    }

    .director {
        margin-left: auto;
    }

    .site-header.js_search_enabled #search_icon_placeholder {
        width: 38px;
        height: 33px;
        display: block;
    }

    .site-header.js_search_enabled #search-form {
        display: none;
    }

    .vAlign {
        line-height: normal !important;
        height: auto !important;
    }

    .block-bg-white {
        text-align: center !important;
    }

    .thisBlock-top {
        margin-top: 25px !important;
    }

    .breadcrumb {
        margin-top: 2px !important;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (max-width: 1200px) {
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
