﻿@charset "UTF-8";
/* CSS Document */
/*********************************** @ FONT FACE

@font-face {
    font-family: 'OpenSans-Regular'; }

@font-face {
    font-family: 'OpenSans-SemiBold'; }

@font-face {
    font-family: 'Raleway-Regular'; }

@font-face {
    font-family: 'Raleway-SemiBold'; }

*******************************************/
#status_preview{display:none !important;
	}


 .breadcrumbs {
                display:none;
            }

body {
    line-height: normal;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif !important;
    font-size: 14px;
    background: #fff;
    color: #555;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
a {
    color: #114c86;
    text-decoration: none;
}
a:visited {
    color: #114c86;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway-Regular", Verdana, Helvetica, sans-serif;
    margin: 0 0 0.25em 0;
    line-height: 1.2em;
    color: #222;
}
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2{
    color: #114c86;
}
h1 {
    font-weight: 200;
    color: #114c86;
}
h2 {
    font-size: 2em;
    font-weight: 200;
    color: #114c86;
}
h3 {
    font-size: 1.45em;
    font-weight: 200;
}
h4 {
    font-size: 1.25em;
    line-height: 1.3 !important;
}
h5 {
    font-size: 1.125em;
}
h6 {
    font-size: 1em;
}
p {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    margin: 0 0 1.5em 0;
    line-height: 1.35em;
    color: #222;
}
ul, ol {
    color: #222;
}
hr {
    height: 1px;
    border-color: #f9c218;
    margin: .5em 0;
}
.breadcrumbs {
    padding: 0px 0px 20px 0px;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    font-size: 1em;
}
.dot-logo {
    max-width: 89px !important;
}

/** Responsive video and map styling **/
.embed-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.embed-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/******************************************** NAVIGATION*/

.dropdown > li:last-child ul {
    right: 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -7px;
    margin-left: -1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: none;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.navbar-inverse {
    border-color: transparent;
    border-radius: 0px;
    background: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #03315e;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #03315e;
}
.navbar-nav.nav-justified > li {
    float: none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #033162 !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    overflow: hidden;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar {
    min-height: 33px;
    z-index: 1 !Important;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin: 0;
    background-color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #03315e;
}
.fa-bars {
    color: #f9c218;
    font-size: 1.2em;
    padding-left: 5px;
}
.dropdown-menu-float-left.dropdown-submenu >.dropdown-menu {
    right: 0 !Important;
}
.dropdown-menu.multi-level.dropdown-menu-float-left .dropdown-submenu>.dropdown-menu {
    right: 100% !important;
    left: inherit;
}
.dropdown-menu.dropdown-menu-float-left {
    position: absolute;
    top: 100%;
    right: 0 !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
    color: #fff !important;
    background-color: #033162 !important;
}

/* HIDING "EDIT-LINKS" TEXT IN SHAREPOINT NAVIGATION */

.ms-navedit-editLinksText, .ms-metadata.ms-verticalAlignMiddle {
    color: #666;
    display: none;
}
.ms-navedit-editSpan {
    display: none;
}
/********************************************************** NAVIGATION -- END NEW NAVIGATION STYLES*/


/****************** JS Link Webpart Styling ******************/

    .calendar-container,
    .events-container {
        background-color: #fff;
        min-height: 600px;
        border: 1px solid rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.1);
    }
     .events-container {
        min-height: 400px;
    }
    .calendar-header,
    .events-header {
        background-color: #1d4f81 !important;
        background: linear-gradient(to right bottom, #1d4f81 60%, #17416b 40%);
        height: 30px;
        padding: 5px 15px;
        margin: 0px;
        font-weight: normal;
    }

    .event {
        border-bottom: 1px solid #ccc;
        padding: 10px;
        text-decoration: none;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .event:hover,
    .event:active,
    .event:focus {
        background-color: #ededed;
    }

    .event-date {
        font-size: .85em;
        font-weight: 600;
        color: darkgrey;
    }
    .event-description {
        font-size: .85em;
    }

    .event-url {
        margin-bottom: 5px;
    }
    .event-url .fa.fa-chevron-right {
       padding-left:4px
    }
    #calendar-heading,
    #events-heading {
        color: #fff !important;
        font-family: "Raleway-Light", Verdana, Helvetica, sans-serif;
        font-size: 1.5em;
        text-shadow: 1px 1px 1px #000;
        letter-spacing: .03em;
        font-weight: 100 !Important;
        margin: 0px;
        padding:  0px !Important;
    }

table .bg-primary {
    background-color: #1a4e83;
    color: white;
}
/* AGENCY NEWS WEBPART STYLING */

.dfwp-list {
    list-style: none !Important;
    padding: 0px;
}
#webpart-shadow {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
h4.list-group-item-heading {
    font-size: 1em;
    font-family: "Raleway-Regular", Verdana, Helvetica, sans-serif;
    padding: 3px 0px 0px 2px;
}
.list-group-item.active, .list-group-item-heading, .ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
    font-size: 1.4em;
    font-family: "Raleway-bold", Verdana, Helvetica, sans-serif;
    padding: 5px 10px;
    color: #fff;
}

 .ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
    font-size: 1.2em;
    margin: 0px;
    padding: 7px 5px 2px 5px;
}
.ms-webpart-chrome, .list-group {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    background-color: #fff;
}
.list-group-item {
    border: none;
    padding: 10px 15px;
    border-radius: 1px !important;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, .ms-webpart-titleText.ms-webpart-titleText {
    color: #ffffff;
    background-image: -o-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -moz-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -ms-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-color: #1d4f81 !important;
    background: linear-gradient(to right bottom, #1d4f81 60%, #17416b 40%);
    height: 30px;
    padding: 5px 15px;
    margin: 0px;
}
.news-date, .news-desc {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    font-size: .85em;
    margin-bottom: 6px;
}
.news-date {
    font-size: .70em;
}
.dfwp-column {
    float: left;
    margin: 0px;
}
.dfwp-item .item {
    padding: 5px;
}
.link-item {
    border-bottom: 1px solid #cfcfcf;
    padding: 8px 5px;
    margin-top: -10px;
}
.link-item:hover {
    background-color: #e9e9e9;
}
.link-item a, .link-item .description {
    padding-left: 5px;
    font-family: "OpenSans-Regular", sans-serif;
    color: #4d5f61;
    font-size: 1em;
}
.link-item .description {
    font-size: 1.15em;
    color: #000;
    letter-spacing: .05em;
}
.dfwp-column.dfwp-list:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.dfwp-column.dfwp-list:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
/* END AGENCY NEWS WEBPART STYLING */
/******************************************** SAMPLE CONTENT STYLING */

.table-head {
    background-color: #dddddd;
}
table.table {
    background-color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.btn-blue, .btn-lightblue, .btn-orange {
    margin: 10px 0px;
}
.btn-blue {
    background-color: #2a618b;
    color: #fff;
}
.btn-blue:hover {
    background-color: #5689b5;
    color: #fff;
}
.btn-lightblue {
    background-color: #46a4cf;
    color: #fff;
}
.btn-lightblue:hover {
    background-color: #3f92b8;
    color: #fff;
}
.btn-orange {
    background-color: #ffce54;
    color: #000;
}
.btn-orange:hover {
    background-color: #ffd95f;
    color: #000;
}
/* PAGE TITLE SNIPPET STYLING */

#DeltaPlaceHolderPageTitleInTitleArea {
    font-size: 1.4em;
    font-family: "Raleway-Regular", Verdana, Helvetica, sans-serif;
    color: #043c73;
}
#s4-bodyContainer {
    background-image: linear-gradient(to bottom, #fff, #525252 20%, #e8e8e8 70%);
    overflow: hidden;
    padding-bottom: 0px;
}
#s4-workspace {
    overflow: auto !important;
    line-height: normal;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    background: #dcdcdc;
    background-color: #dcdcdc;
    /* Default background color */
}
.sp-breadcrumb {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #000;
    white-space: nowrap;
}
/*fix bootstrap image resize issue for seperator image*/

.sp-breadcrumb img {
    max-width: none;
    width: auto;
}
/*change links and text to match branding*/

.sp-breadcrumb a {
    color: #000;
}
/* PAGE LAYOUT STYLES */

.pl-page-title {
    padding: 0px 0px 0px 15px;
}
.container .pl-1 {
    background-color: #fff;
    margin: 0 auto;
}
.container.pl-1, .container.pl-2, .container.pl-3 {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    border: 1px transparent none;
    color: inherit;
    margin: 15px auto;
    margin-bottom: -10px;
    width: auto;
    max-width: 1140px;
    padding: 25px !important;
    margin-top: -190px;
}
/* PAGE LAYOUT 1 */

.pl-1 .headline, .pl-1 .sidebar, .pl-1 .content-area-1, .pl-1 .content-area-2 {
    height: auto;
}
.pl-1 .content-area-1, .pl-1 .content-area-2 {
    height: auto;
}
.pl-1 .content-area-container {
    padding-right: 0px;
}
.pl-1 .sidebar {
    height: auto;
}
/* END PAGE LAYOUT 1 */
/* PAGE LAYOUT 2 */

.pl-2 .content-area-container {
    height: auto;
}
/* END PAGE LAYOUT 2 */
/* PAGE LAYOUT 3 */

.pl-3 .content-area-container {
    height: auto;
    padding: 0px;
}
/* END PAGE LAYOUT 3 */

.container {
    max-width: 1170px;
}
.content-area {
    max-width: 1140px;
    margin: 10px auto;
    padding: 25px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
}
.agency-content {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 10px 15px 0px 15px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
}
.agency-content {
    margin-top: -140px;
}
.wi-logo {
    padding-left: 5%;
    width: 100%;
    height: 100%;
}
/******************************************** GLOBAL NAVIGATION - TOP BAR */

.navbar-static-top {
    background-color: #074078;
    color: #fff;
    min-height: 34px;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    -webkit-box-shadow: 0px -3px 12px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -3px 12px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -3px 12px 5px rgba(0, 0, 0, 0.3);
    border-color: transparent;
    padding: 2px 0 0 1px;
}
p.pull-right.wi-links {
    margin: 5px;
}
p.pull-right.wi-links a {
    margin-left: 15px;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    font-size: .75em;
    color: #fff;
}
.navbar > .container .navbar-brand {
    margin-left: -15px;
    margin-top: -12px;
}
/* END GLOBAL NAVIGATION - TOP BAR */

.site-logo-no-pad {
    margin-right: -65px;
}
#header {
    padding-top: 15px;
    height: 130px;
    padding-bottom: 1px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .5);
}
.docs-header {
    height: 506px;
    border-bottom: 1.5px solid #9d9d9d;
    background: url(../img/bg_img_lrg_capitol.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_img_lrg_capitol.jpg', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_img_lrg_capitol.jpg', sizingMethod='scale');
}
.navbar-default {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    color: #fff;
    border-color: rgb(8, 64, 120);
    border-color: rgba(8, 64, 120, 1);
    background-color: rgb(8, 64, 120);
    background-color: rgba(8, 64, 120, 1);
    -webkit-box-shadow: 0px -3px 12px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -3px 12px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -3px 12px 5px rgba(0, 0, 0, 0.3);
    height: 33px;
    margin-bottom: 0;
    border-color: transparent;
}
.custom-search-form {
    margin-top: 35px;
}
.btn-default {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
    color: #f9c218;
    background-color: #1a4e83;
    border-color: transparent;
    width: 4em !important;
    padding-top: 5px;
    padding-bottom: 8px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #f9c218;
    background-color: #2063a5;
    border-color: transparent;
}
.btn, .form-control {
    border-radius: 1px;
}
.form-control {
    border: transparent;
    height: 36px;
    border: 1px solid #ccc;
}
input[type=text] {
    border: transparent;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.input-group .form-control {
    letter-spacing: .03em;
    padding-left: 15px;
}
.content-floating {
    margin-top: -240px;
}
.content-floating p {
    color: #ffffff;
    line-height: 1.25em;
    padding: 0px;
    font-size: 1em;
}
.content-floating h3,
.content-floating h2,
.content-floating h1 {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    Font-size:2rem;
}
.content-floating hr {
    border-color: #ffffff;
    opacity: .30;
}
.content-floating a {
    color: #fff;
    text-decoration: underline;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.content-floating a:hover {
    color: #f9c218;
}
.content-floating ul {
    list-style: none;
    padding: 0px;
}
#panel-description, #panel-links, #panel-text-one, #panel-text-two, #panel-text-three {
    position: relative;
    padding: 10px 15px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 1, 1, .3);
    box-shadow: 1px 2px 1px 1px rgba(0, 1, 1, .3);
}
#panel-description {
    background: rgb(5, 80, 127);
    background-color: rgba(5, 80, 127, 0.8);
    height: 117px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-bottom: 12px;
}
#panel-links {
    background: rgb(20, 108, 156);
    background-color: rgba(20, 108, 156, 0.8);
    height: 117px;
    margin-left: -17px;
    margin-bottom: 12px;
}
#panel-text-one {
    background: rgb(10, 56, 84);
    background-color: rgba(10, 56, 84, 0.8);
    height: 167px;
}
#panel-text-two {
    position: relative;
    background: rgb(42, 108, 146);
    background-color: rgba(42, 108, 146, 0.8);
    height: 167px;
    margin-left: -17px;
}
#panel-text-three {
    background: rgb(5, 80, 127);
    background-color: rgba(5, 80, 127, 0.8);
    height: 167px;
    margin-left: -17px;
}
#panel-links h3, #panel-text-one h3, #panel-text-two h3, #panel-text-three h3 {
    font-size: 1.2em;
}
#panel-description p {
    font-size: 1.05em;
}
.state-title {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.2em;
}
.dept-title {
    font-family: "Raleway-Regular", Verdana, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.65em;
    letter-spacing: .03em
}
.headtitle {
    margin-left: -5%;
    margin-top: 5px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    letter-spacing: .03em;
    background-color: #043C73;
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #043C73), color-stop(1, #1F5D9B));
    background-image: -o-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -moz-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -webkit-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: -ms-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: linear-gradient(to right, #043C73 0%, #1F5D9B 100%);
    border-color: transparent;
}
.list-group {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.news-date, .news-desc {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    font-size: .85em;
    margin-bottom: 6px;
}
.news-date {
    font-size: .70em;
}
.list-group-item:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
.list-group-item {
    padding: 3px 10px 2px 10px;
}
.list-group-item active {
    padding: 2px 12px;
}
.footer .container {
    max-width: 1140px;
    margin-top: -10px;
    padding: 5px 15px;
    background-color: #084078;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.38);
}
.footer .container p {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    line-height: 1.35em;
    color: #ffffff;
    margin: 2px;
    font-size: .85em;
    padding-top: 5px;
    margin-left: 0px;
}
ul.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li.footer-links {
    float: left;
}
.footer-links a {
    padding-right: 15px;
    font-size: .80em;
    color: #fff;
    line-height: 1.25em;
    text-decoration: underline;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    width: auto;
}
.footer-links a:hover {
    color: #bdbdbd;
}
/***************************** ALERT STYLING *******************************/
.alert {
  background-color: #ffffff;
  font-size: 1.5rem;
	padding: 3rem;
}

.alert p {
  color: #000000;
}

.alert a {
  color: #114c86;
}

.alert a:hover, .alert a:active, .alert a:focus, .alert a:visited {
  color: #092847;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .alert {
        font-size: 16px;
    }
		.alert p {
		  padding: 1rem 1rem 1rem 1rem;
		}
}

/***************************** DOCUMENT ICON STYLING *******************************/

.document-list {
    list-style: none;
}
.document-list span {
    padding: 0px 8px;
}
.document-list a:active, .document-list a:hover {
    color: #66676a;
}
.s4-title h1 a:hover,
.s4-title h2 a:hover,
.s4-tn li.static>a:hover,
.s4-toplinks .s4-tn a.selected:hover,
.ms-WPBody a:hover,
.link-item a:hover,
.s4-ql ul>li>a:hover,
.s4-ql ul.root>li>a:hover,
.s4-qlheader:hover,
.ms-rtestate-field a:hover,
.s4-ql ul.root ul>li>a:hover,
.ms-menutoolbar td a:hover,
.ms-vh a:hover,
.ms-vh2 a:hover, a.ms-addnew:hover,
.ms-ltviewselectormenuheader .ms-viewselector a:hover,
.ms-ltviewselectormenuheader .ms-viewselectorhover a:hover, a.ms-toolbar:hover,
.ms-vh2-nofilter a:hover,
.ms-vh2-nofilter-notextalign a:hover,
.ms-vb a:hover,
.ms-vb2 a:hover,
.ms-vb-user a:hover,
.ms-linksection-level1 ul li a:hover,
.ms-propertysheet a:hover,
.ms-sectionheader a:hover,
.ms-disc a:hover {
    color: inherit;
    text-decoration: underline;
}
.document-list a, .document-list a:active, .document-list a:hover {
    text-decoration: underline;
}
.ms-asset-icon {
    display: none;
}
a[href$=".pdf"]::before, a[href$=".doc"]::before, a[href$=".docx"]::before, a[href$=".xls"]::before, a[href$=".xlsx"]::before, a[href$=".txt"]::before, a[href$=".rtf"]::before, a[href$=".pptx"]::before, a[href$=".ppt"]::before {
    font-family: "FontAwesome";
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.6em;
    margin-right: 5px;
}
a[href$=".pdf"]::before {
    content: "\f1c1";
    padding-left: 0.25em;
}
a[href$=".txt"]::before, a[href$=".rtf"]::before {
    content: "\f016";
    padding-left: 0.25em;
}
a[href$=".doc"]::before, a[href$=".docx"]::before {
    content: "\f1c2";
    padding-left: 0.25em;
}
a[href$=".xls"]::before, a[href$=".xlsx"]::before {
    content: "\f1c3";
    padding-left: 0.25em;
}
a[href$=".ppt"]::before, a[href$=".pptx"]::before {
    content: "\f1c4";
    padding-left: 0.25em;
}
/***************************** ICON FONT STYLING *******************************/

[data-icon]:before {
    font-family: "FontAwesome";
    content: attr(data-icon);
    speak-as: none;
}
.icon-alone {
    display: inline-block;
}
.search-icon {
    font-size: 1.2em;
}
.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.icon-alone {
    font-size: 1.70em;
    color: #f9c218 !important;
    margin-top: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.icon-alone:focus, .icon-alone:hover, .icon-alone:active {
	text-decoration: none;
	/* color: #FFDD33 !important; */
	color: #ffffff !important;
}
.footer-social {
    margin-top: 5px;
    padding-left: 5%;
}
.btn-primary {
    background-color: #293242;
    border-color: #293242;
    padding: 3px 15px;
    border-radius: 1px;
    margin: 5px 5px 0px 0px;
}
.btn-primary:hover {
    background-color: #2d6eac;
}

/*********************  GOOGLE MAPS IFRAME RESPONSIVE STYLING **************************/
.wrapper {
    width:100%;
    height:200%;
    margin:0 auto;
    background:#CCC;
}
.h_iframe {
    position:relative;
}
.h_iframe .ratio {
    display:block;
    width:100%;
}
.h_iframe iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* WCAG Focus Updates */
.navbar-nav > li > a:focus,
.footer-links a:focus,
.navbar-brand:focus,
.content-floating a:focus,
header a:focus {
	outline: 0;
	outline-width: 4px;
	outline-style: solid;
	outline-color: rgba(255, 255, 255, .5);
	outline: 4px solid rgba(255, 255, 255, .5);
	outline-offset: -2px;
}
.navbar-nav > li > a:focus {
	background-color: #03315e;
}
@media only screen and (max-width: 1100px) {
    .headtitle {
        margin-left: 0%;
    }
    #panel-text-one, #panel-text-two, #panel-text-three {
        height: 190px;
    }
}
@media only screen and (max-width: 1200px) {
    .footer .container {
        margin: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .custom-search-form {
        margin-top: 85px;
    }
    .navbar-inverse {
        top: -110px;
    }
    .navbar-nav {
        margin: 0px;
    }
    #panel-text-one, #panel-text-two, #panel-text-three {
        height: 200px;
    }
    .content-floating a {
        font-size: .95em;
    }
    .content-area-container {
        padding: 0;
    }
    /* PAGE LAYOUT 1 */

    .pl-1 .content-area-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .pl-1 .sidebar {
        height: auto;
    }
    .pl-1 .content-area-1, .pl-1 .content-area-2 {
        height: auto;
    }
    /* END PAGE LAYOUT 1 */
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #table-respond table,
    #table-respond thead,
    #table-respond tbody,
    #table-respond th,
    #table-respond td,
    #table-respond tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #table-respond thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #table-respond tr {
        border: 1px solid #ccc;
    }
    #table-respond td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #table-respond td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #table-respond .col-md-12 {
        padding: 0px;
    }
    /*
    Label the data
    */
    #table-respond td:before {
        content: attr(data-title);
    }
    #header .fa-3x {
        font-size: 1.5em !important;
        padding: 0px 5px !important;
    }
    #header .navbar-nav li > a > .text-center {
        font-size: .65em;
        font-weight: bold;
    }
}

@media only screen and (max-width: 1075px) {
    /******************************* NAVIGATION */

    .nav > li > a {
        padding: 10px 2px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: .80em;
    }
}
@media only screen and (max-width: 958px) {
    .headtitle {
        margin-left: 2%;
    }
    #panel-text-one, #panel-text-two, #panel-text-three {
        height: 220px;
    }
}
@media only screen and (max-width: 860px) {
    .fa-2x, .icon-alone {
        font-size: 1.65em;
    }
    #panel-text-one, #panel-text-two, #panel-text-three {
        height: 250px;
    }
    #panel-description, #panel-links {
        height: 135px;
    }
    .headtitle {
        margin-left: 5%;
    }
    #panel-text-one, #panel-text-two, #panel-text-three {
        height: 265px;
    }
}
@media only screen and (max-width: 850px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: .80em;
        letter-spacing: .01em;
    }
}
@media only screen and (max-width: 767px) {
    /********************** NAVIGATION */

    .navbar-inverse {
        top: -125px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    #topnav .container {
        padding: 0px !important;
    }
    #nav-container {
        background: #043c73;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: .90em;
    }
    .navbar-nav .open .dropdown-menu {
        margin-left: 7%;
    }
    .navbar-nav > li > a {
        line-height: 15px;
    }
    .nav-justified > li > a {
        text-align: left;
        padding-left: 9%;
        padding-right: 6%;
        margin: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ccc !important;
    }
    /* navbar-collapse should be max-width: 340px, but DOT's navigation system is too large */

    .navbar-collapse {
        padding: 25px 0px;
        max-height: none;
    }
    .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #00265a;
        border-color: #2a6c92;
        color: #fff;
    }
    #s4-bodyContainer {
        background-image: linear-gradient(to bottom, #fff, #525252 10%, #e8e8e8 40%, #e8e8e8 50%);
    }
    .docs-header {
        border-bottom: none;
    }
    .headtitle {
        margin-left: 2%;
    }
    #panel-description, #panel-links, #panel-text-one, #panel-text-two, #panel-text-three {
        height: auto;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .container.pl-1, .container.pl-2, .container.pl-3 {
        margin-top: -170px;
        padding: 30px !important;
    }
    .sp-breadcrumb {
        font-size: 14px;
        top: 24px;
        position: relative;
        right: auto;
        top: auto;
        padding: 0px 10px;
    }
    /******************************************** NAVIGATION*/

    p.pull-right.wi-links {
        margin-top: -40px;
    }
    .footer-logo img {
        margin-top: 20px;
        margin-left: -10px;
    }
    .fa-2x, .icon-alone {
        font-size: 2em;
    }
    .footer-links a {
        line-height: 2em;
    }
    li.footer-links {
        float: none;
    }
}
@media only screen and (max-width: 750px) {
    #panel-links, #panel-text-two, #panel-text-three {
        margin-left: 0px;
    }
    #panel-text-two, #panel-text-three {
        margin-top: 10px;
    }
    .footer-social {
        padding-left: 0;
    }
}
@media only screen and (max-width: 600px) {

    /****************** JS Link Webpart Styling ******************/

    .calendar-contents {
        overflow: scroll;
    }

    .headtitle {
        margin-left: 10%;
    }
    #panel-description h3 {
        font-size: 1.20em;
    }
    #panel-description p {
        font-size: 1em;
    }
    .dept-title {
        font-size: 1.35em;
    }
    /******************************************* NAVIGATION*/
    /********************************************* END NAVIGATION*/
}
@media only screen and (max-width: 500px) {
    .wi-logo {
        width: 70%;
    }
    p.pull-right.wi-links a {
        font-size: 0.6em;
        font-weight: 800;
        margin-left: 6px;
    }
    p.pull-right.wi-links {
        margin-top: -35px;
    }
    /******************************************* NAVIGATION*/
    /********************************************* END NAVIGATION*/

    .dept-title {
        font-size: 1em;
    }
    .headtitle {
        margin-left: 20%;
        margin-top: 4%;
        width: 100%;
    }
    .state-title {
        font-size: 1.3em;
    }
    .fa-2x, .icon-alone {
        font-size: 1.4em;
    }
    input[type=text] {
        font-size: .75em;
    }
    .docs-header {
        margin-bottom: 1%;
        background: url(../img/bg_img_sm_capitol.jpg) center top;
        background-repeat: no-repeat;
    }
    .container.pl-1, .container.pl-2, .container.pl-3 {
        margin-top: -170px;
    }
    .content-floating {
        margin-top: -168px;
    }
    .container {
        max-width: 470px;
    }
    .docs-header {
        height: 434px;
        width: 100%;
    }
    #footer {
        max-width: 92%;
        padding: 5px;
    }
    .footer-copyright {
        font-size: .75em;
    }
    .footer-nav {
        float: left;
        padding: 0 30px;
    }
    .footer-logo {
        width: 75% !important;
        padding-top: 45px !important;
    }
}
@media only screen and (max-width: 480px) {
    .headtitle {
        margin-left: 30%;
        margin-top: 4%;
    }
    p.pull-right.wi-links a {
        font-size: 0.5em;
        letter-spacing: 0em;
    }
    .dept-title {
        font-size: .90em;
    }
}
@media only screen and (max-width: 400px) {
    .headtitle {
        margin-left: 35%;
        margin-top: 4%;
    }
    .footer-links a {
        font-size: .65em;
    }
}
@media print {
    @page {
        margin: 1cm;
    }
    img, .custom-search-form, .btn, .dot-logo, .breadcrumbs, #DeltaPlaceHolderPageTitleInTitleArea {
        display: none;
    }
    hr, .content-floating hr {
        border-color: #000;
    }
    .content-floating {
        margin-top: -350px;
    }
    #panel-description, #panel-links, #panel-text-one, #panel-text-two, #panel-text-three, .content-area, .content-area-container, .container.pl-1, .container.pl-2, .container.pl-3 {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
    }
    .content-area, .content-area-container {
        margin: 0px 10px !important;
    }
    #panel-text-one {
        margin-top: 15px !important;
        margin-bottom: -45px !important;
    }
    #panel-text-three {
        margin: -35px 0px !important;
    }
    .container.pl-1, .container.pl-2, .container.pl-3 {
        margin-top: -300px !important;
        top: -300px !important;
    }
    .docs-header {
        border-bottom: transparent;
    }
    .headtitle {
        margin-left: -170px;
    }
    .site-logo-no-pad a, .footer-logo a {
        display: none;
    }
    .fa-facebook-square, .fa-twitter-square, .fa-youtube-square, .icon-alone {
        font-size: 1em;
        color: #000 !important;
        margin-top: 0px
    }
    .pl-page-title {
        margin: -50px 0px 20px 0px;
    }
    blockquote {
        border: transparent;
    }
    * {
        text-shadow: none !important;
        color: #000 !important; 
        background: transparent !important;
        box-shadow: none !important;
    }
    h1, h2, h3, h4, h5 {
        color: #000 !important;
    }
    a, a:visited, .s4-title h1 a:hover, .s4-title h2 a:hover, .s4-tn li.static>a:hover, .s4-toplinks .s4-tn a.selected:hover, .ms-WPBody a:hover, .link-item a:hover, .s4-ql ul>li>a:hover, .s4-ql ul.root>li>a:hover, .s4-qlheader:hover, .ms-rtestate-field a:hover, .s4-ql ul.root ul>li>a:hover, .ms-menutoolbar td a:hover, .ms-vh a:hover, .ms-vh2 a:hover, a.ms-addnew:hover, .ms-ltviewselectormenuheader .ms-viewselector a:hover, .ms-ltviewselectormenuheader .ms-viewselectorhover a:hover, a.ms-toolbar:hover, .ms-vh2-nofilter a:hover, .ms-vh2-nofilter-notextalign a:hover, .ms-vb a:hover, .ms-vb2 a:hover, .ms-vb-user a:hover, .ms-linksection-level1 ul li a:hover, .ms-propertysheet a:hover, .ms-sectionheader a:hover, .ms-disc a:hover {
        text-decoration: underline;
        color: #000 !important;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

/* added 3/8/2018 WCAG updates */
.accordion-toggle { background-color: #737373; }
.btn-info,
.btn-warning { color: #333333; }
.pl-page-title { font-size: 2em; }
