@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'; }

*******************************************/

body {
    line-height: normal;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    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);
}
#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;
    overflow: hidden;
    /* Default background color */
}
a {
    color: #114c86;
    text-decoration: none;
}
a:visited {
    color: #114c86;
}
a:hover {
    text-decoration: none;
}

div.ms-rteElement-hyperlink {
    -ms-name:"Hyperlink";
     color: #114c86;
     text-decoration: none;
}

div.ms-rteElement-hyperlink:hover,
div.ms-rteElement-hyperlink:active,
div.ms-rteElement-hyperlink:focus {
    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;
}
h1 {
    font-weight: 200;
    color: #114c86 !important;
}
h2 {
    font-size: 2em;
    font-weight: 200;
    color: #114c86 !important;
}
h3 {
    font-size: 1.45em;
    font-weight: 200;
}
h4 {
    font-size: 1.25em;
    line-height: 1.3em !important;
    /* font-weight: 900; */
    /* color: black !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 !important;
    color: #222;
}
ul, ol {
    color: #222;
}

/** 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;
}


.breadcrumbs {
    padding: 0px 0px 10px 0px;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    letter-spacing: .07em;
    font-size: 1em;
}
.site-logo-no-pad {
    padding-left: 5px;
    padding-right: 0;
}
.site-title-no-pad {
    padding: 0;
}
#header-content {
    padding: 0px 0 25px 0px;
}
hr {
    height: 1px;
    border-color: #f9c218;
    margin: .5em 0;
}
.glyphicon-chevron-right {
    font-size: .75em;
    color: #f9c218;
    padding-left: 5%;
}

.carousel-control.right .glyphicon-chevron-right {
  font-size: inherit;
  color: inherit;
  padding-left: inherit;
}
/******************************************** CUSTOM RIBBON TEXT STYLES */

.ms-rteStyle-Alert {
    -ms-name: "Alert";
    color: #cc0000;
    font-weight: bold;
}
.ms-rteStyle-SmallText {
    -ms-name: "Small Text";
    font-size: 10px;
}
/******************************************** 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-brand {
    padding: 15px 15px 10px 15px;
}
.dot-logo, .wi-logo, .footer-logo {
    max-width: 100%;
}
.footer-logo {
    max-width: 142px !Important;
}
.navbar > .container .navbar-brand {
    margin-left: -15px;
    margin-top: -12px;
}
/* END GLOBAL NAVIGATION - TOP BAR */
/* NAVIGATION */

.navbar-nav {
    margin: 0 !Important;
}
.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;
}
.navbar-inverse {
    border-color: transparent;
    border-radius: 0px;
    background: #043c73;
    background: rgba(4, 60, 115, 0.95);
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.nav > li > a {
    padding: 10px 1px;
}
.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,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #033162 !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
    background-color: white !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;
}
.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 !important;
}
.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;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
.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;
}

 /******************************************** CUSTOM ACCORDION STYLING */

	.accordion-container {
		width: 100%;
		margin: 0 0 10px;
		clear: both;
	}
	.accordion-toggle {
	  position: relative;
	  display: block;
	  padding: 10px 40px 10px 10px;
	  font-size: 1.5em;
	  font-weight: 300;
	  background: #666;
	  color: #fff !important;
	  text-decoration: none;
	  font-size: 1em;
  	  letter-spacing: .04em;
	}
	.accordion-toggle.open {
		background: #333;
		color: #fff;
	}
	.accordion-toggle:hover {
		background: #333;
	}
	.accordion-toggle span.toggle-icon {
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  font-size: 1em;
	}
	.accordion-content {
		display: none;
		padding: 20px;
		overflow: auto;
	}
	.accordion-content .fa-stack {
		font-size:1.75em;
		float: left;
		width: 10%;
		display: block;
	}
	.accordion-content .accordion-text {
		width: 90%;
		display: block;
		float: right;
	}
	.accordion-content .fa-arrow-up, .fa-square-o  {
		color: green;
	}


/******************************************** 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;
}

/****************** 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;
    }

    .ms-rtestate-field TABLE,
    .ms-rtestate-write TABLE {
        background-color: transparent !important;
    }

/* 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 {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
}
.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 */

/********************************************* PAGE TITLE SNIPPET STYLING */

.pl-page-title {
    padding: 0px 0px 0px 15px;
}
/*fix bootstrap image resize issue for seperator image*/

.sp-breadcrumb {
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #000;
    white-space: nowrap;
}
.sp-breadcrumb img {
    max-width: none;
    width: auto;
}
/*change links and text to match branding*/

.sp-breadcrumb a {
    color: #000;
}
/******************************************** PAGE LAYOUT STYLES */

.container .pl-1 {
    background-color: #fff;
    margin: 0 auto;
}
.pl-1 h3, .pl-2 h3, .pl-3 h3 {
    padding: 10px 0px;
    font-size: 1.25em;
}
.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;
    position: relative;
    /* top: 75px; */
    /* margin-bottom: 85px; */
    margin-top: 75px;
}
/******************************************** 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;
}
.agency-content-area {
    margin: 0;
}
.agency-content, .content-area {
    max-width: 1140px !important;
    margin: 0 auto;
    margin-top: 10px;
    padding: 15px 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: 80px;
}
/***************************** 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: #66676a;
}
.document-list a, .document-list a:active, .document-list a:hover {
    text-decoration: underline;
}
.ms-asset-icon {
    display: none;
}
/***************************** ICON FONT STYLING *******************************/

[data-icon]:before {
    font-family: "FontAwesome";
    content: attr(data-icon);
    speak-as: 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-alone {
    display: inline-block;
}
.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.search-icon {
    font-size: 1.2em;
}
.icon-alone {
    font-size: 2em;
    color: #f9c218 !important;
    margin-top: 30px;
    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;
}
.agency-logo {
    width: 120px;
}
.header {
    margin-top: 50px;
    padding-bottom: 10px;
}
.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_terrace.jpg', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../bg_img_lrg_terrace.jpg', sizingMethod='scale');
}
/******************************************** NAVIGATION*/
/* HIDING "EDIT-LINKS" TEXT IN SHAREPOINT NAVIGATION */

.ms-navedit-editLinksText, .ms-metadata.ms-verticalAlignMiddle {
    color: #666;
    visibility: hidden;
}
#search-bar {
    margin-top: -270px;
}
.custom-search-form {
    margin-top: 5px;
}
.btn-default {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
    color: #f9c218;
    height: 18px !important;
    background-color: #1a4e83;
    border-color: transparent;
    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;
}
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;
}
.img-responsive {
    margin-bottom: 10px;
}
.home-bottom-content {
    margin-top: 10px;
    margin-bottom: 20px;
}
#cta-row {
    padding-bottom: 20px;
}
#cta-row h3 {
    line-height: .8em;
}
#cta-row p {
    padding-top: .3em;
}
.state-title {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: .06em;
    padding-top: 5px;
    margin-bottom: 2px;
}
.dept-title {
    font-family: "Raleway-Regular", Verdana, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.65em;
    letter-spacing: .03em;
}
.headtitle {
    margin-left: 10px;
    margin-top: 10px;
}
#footer {
    max-width: 1140px !important;
    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);
    padding: 20px;
    background-color: #043C73;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('../img/forward-ribbon.png'), -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #043C73), color-stop(1, #1F5D9B));
    background-image: url('../img/forward-ribbon.png'), -o-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: url('../img/forward-ribbon.png'), -moz-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: url('../img/forward-ribbon.png'), -webkit-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: url('../img/forward-ribbon.png'), -ms-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
    background-image: url('../img/forward-ribbon.png'), linear-gradient(to right, #043C73 0%, #1F5D9B 100%);
}
.footer-column,
.footer-column li,
.footer-column a{
  color:#fff;
}
.footer-column a.text-link:hover{
  text-decoration:underline;
}
.footer-column .footer-heading{
  color:#fff;
  padding-bottom:4px;
  border-bottom: 1px solid #F9C218;
  font-weight: bold;
}
.footer-column ul{
  list-style:none;
  padding:5px 0;
}
.footer-column ul li{
  padding:5px 10px;
}
.footer-column address{
  margin-bottom: 0;
}
.footer-logo, .footer-nav {
    float: left;
    padding: 0 35px;
}
.footer-logo {
    width: 154px !important;
    height: 80px !important;
    padding: 30px 20px 0 0;
}
.footer-title, .footer-item a, .footer-copyright, .btn-text {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    color: #fff;
    font-weight: 100;
}
.footer-item a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.footer-item a:hover {
    color: #bdbdbd;
}
.footer-title {
    letter-spacing: .03em;
}
.footer-item a {
    font-size: .95em;
}
.footer-copyright {
    text-transform: uppercase;
}
.btn-primary {
    background-color: #293242;
    border-color: #293242;
}
a.btn-primary {
    font-size: .90em !important;
}
.btn-primary:hover {
    background-color: #2d6eac;
}
#footer .fa {
    color: #f9c218;
    font-size: 1.2em;
    margin-right: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
/* WCAG Focus Updates */
.navbar-nav > li > a:focus,
#footer a:focus,
.navbar-brand:focus,
main a:focus > img,
.site-logo-no-pad 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-inverse .navbar-nav > li > a:focus {
	background-color: #03315e;
}
main a:focus > img {
	outline-color: #5f99f7;
	outline: 4px solid #5f99f7;
	outline-offset: -4px;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
    color: #000;
}
/*********************  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%;
}

@media only screen and (max-width: 1170px) {
    .agency-content, .content-area, .container.pl-1, .container.pl-2, .container.pl-3 {
        margin-right: 15px;
        margin-left: 15px;
    }
    #footer {
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: .75em;
        letter-spacing: .01em;
    }
}
@media only screen and (max-width: 992px) {
    /******************************************** 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: 991px) {
    .nav > li > a {
        padding: 10px 0px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: .70em;
        letter-spacing: -.02em;
    }
    .headtitle {
        margin-left: -30px;
    }
    .footer-items {
        margin-left: 10%;
    }
}
@media only screen and (max-width: 850px) {
    .headtitle {
        margin-left: 5px;
    }
    .footer-logo {
        padding: 30px 20px 0 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: .60em;
        letter-spacing: 0em;
    }
}
@media screen and (min-width: 768px) {
    header .col-md-8, header .col-sm-8 {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    h1, .ms-rtestate-field h1 {
        font-size: 1.75em;
        line-height: 1.1em;
        margin-bottom: 1em;
    }
    .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: 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;
    }
    .sp-breadcrumb {
        font-size: 14px;
        top: 24px;
        position: relative;
        right: auto;
        top: auto;
        padding: 0px 10px;
    }
    p.pull-right.wi-links {
        margin-top: -30px;
    }
    .navbar>.container .navbar-brand {
        margin-left: 0px;
    }
    .dept-title {
        font-size: 1.39em;
        letter-spacing: 0em;
    }
    .footer-logo img {
        margin-top: 20px;
        margin-left: -10px;
    }
}
@media only screen and (max-width: 660px) {

/****************** JS Link Webpart Styling ******************/

    .calendar-contents {
        overflow: scroll;
    }
    .footer-items {
        margin-left: 1%;
    }
    .agency-content {
        margin-top: 50px;
    }
}
@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: -25px;
        padding: 0px;
    }
    .pull-right.header-social {
        padding: 0px !Important;
        margin-right: -5px;
        margin-left: -10px;
    }
    .headtitle {
        margin-top: 0;
    }
    .dept-title {
        font-size: 1em;
    }
    .docs-header {
        margin-bottom: 1%;
        background-image: url(../img/bg_img_sm_capitol.jpg);
        background-position: center top;
        background-repeat: no-repeat;
    }
    .icon-alone {
        font-size: 1.4em;
    }
    input[type=text] {
        font-size: .70em;
    }
    h4 {
        line-height: 1.15em !important;
    }
    .container {
        max-width: 470px;
    }
    #footer {
        max-width: 92%;
        background-image: url('../img/forward-ribbon_sm.png'), -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #043C73), color-stop(1, #1F5D9B));
        background-image: url('../img/forward-ribbon_sm.png'), -o-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
        background-image: url('../img/forward-ribbon_sm.png'), -moz-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
        background-image: url('../img/forward-ribbon_sm.png'), -webkit-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
        background-image: url('../img/forward-ribbon_sm.png'), -ms-linear-gradient(right, #043C73 0%, #1F5D9B 100%);
        background-image: url('../img/forward-ribbon_sm.png'), linear-gradient(to right, #043C73 0%, #1F5D9B 100%);
    }
    .footer-copyright {
        font-size: .75em;
    }
    .footer-nav {
        float: left;
        padding: 0 10px;
    }
    .footer-logo {
        width: 80% !important;
        padding: 90px 15px 0 15px;
    }
}
@media only screen and (max-width: 480px) {
    p.pull-right.wi-links a {
        font-size: 0.5em;
        letter-spacing: 0em;
    }
    .dept-title {
        font-size: .90em;
    }
    .fa-2x, .icon-alone {
        font-size: 1.2em;
        margin-right: 1px;
    }
}

@media print {


    body, h1, h2, h3, ol, ul, div {
        border: 0;
        padding: 0;
        float: none;
        overflow: visible; }

        h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

 body {
    width: 1200px;
}

.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,
.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
.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-sm-12, .col-md-12, .col-lg-12 {
  width: 100%;
}
.col-sm-11, .col-md-11, .col-lg-11 {
  width: 91.66666666666666%;
}
.col-sm-10, .col-md-10, .col-lg-10 {
  width: 83.33333333333334%;
}
.col-sm-9, .col-md-9, .col-lg-9 {
  width: 75%;
}
.col-sm-8, .col-md-8, .col-lg-8 {
  width: 66.66666666666666%;
}
.col-sm-7, .col-md-7, .col-lg-7 {
  width: 58.333333333333336%;
}
.col-sm-6, .col-md-6, .col-lg-6 {
  width: 50%;
}
.col-sm-5, .col-md-5, .col-lg-5 {
  width: 41.66666666666667%;
}
.col-sm-4, .col-md-4, .col-lg-4 {
  width: 33.33333333333333%;
}
.col-sm-3, .col-md-3, .col-lg-3 {
 width: 25%;
}
.col-sm-2, .col-md-2, .col-lg-2 {
 width: 16.666666666666664%;
}
.col-sm-1, .col-md-1, .col-lg-1 {
  width: 8.333333333333332%;
}

.visible-xs, .visible-sm, .visible-md, .hidden-lg {
  display: none !important;
}

.hidden-xs, .hidden-sm, .hidden-md, .visible-lg {
  display: block !important;
}

td.hidden-xs, td.hidden-sm, td.hidden-md, td.visible-lg, th.hidden-xs, th.hidden-sm, th.hidden-md, th.visible-lg {
  display: table-cell !important;
}
    #footer, #search-bar, .header-social, .breadcrumbs {
        display:none;
    }

    a[href]:after {
        /*content: " (" attr(href) ")";*/
        content: none;
    }

    .docs-header {
        height: auto;
    }

    .container.pl-1, .container.pl-2, .container.pl-3{
        top:1px;
        margin-top: 0;
        padding-top:0;
        position:static;
        margin-bottom: 0;
        overflow:visible;
    }

     h2, h3 {
        page-break-after: avoid;
    }

    tr, img {
        page-break-inside: avoid;
    }
}
