﻿@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;
	}

/* Custom Sharepoint Search Styles */
.ms-srch-item {
    clear: both;
    width: auto !important;
    padding: 5px 20px 5px 10px;
    margin: 10px 0px 10px -10px;
    overflow: scroll !important;
}

.ms-srch-sbLarge>input {
    height: 28px;
}


.ms-srch-sbLarge {
    display:inline-block;
    z-index:1001;
    background-color:#fff;
    width: auto;
}

.ms-srch-sbLarge>input {
    height: 28px;
    }
.ms-srch-sbLarge-fullWidth,
.ms-srch-sbLarge-navWidth {
    width:auto;
}

.ms-srch-hover-outerContainer   {
display: none !important;
}
/* End Hide Search Flyout */

#calendar-webpart p {
    padding: 8px 15px 0px 15px;
}

#calendar-webpart .event-title {
    font-weight: bold;
}
#calendar-webpart .location {
    font-style: italic;
}

#Paging
{
list-style-type:none;
padding:0;
margin:45px 0 30px;
text-align:center;
}
#Paging li
{
display:inline;
}
#Paging a
{
text-decoration:none;
}
#Paging a:hover
{
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
}
#PagingSelf a
{
margin:0px;
padding:1px 7px 4px 8px;
position:relative;
top:1px;
/* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
font-weight:bold;
}
#PagingLink a
{
margin:0px;
padding:1px 7px 4px 8px;
position:relative;
top:1px;
/* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
}
.ms-srch-pagingNext
{
position:absolute;
left:-105px;
top:-1px;
}
.ms-srch-pagingNext
{left:-75px;top:-75px;}
.ms-srch-pagingPrev
{
position:absolute;
left:-57px;
top:-75px;
}
.ms-srch-pagingPrev
{
left:-37px;
top:-79px;
}


/* End Hide Search Flyout */

#calendar-webpart p {
    padding: 8px 15px 0px 15px;
}

#calendar-webpart .event-title {
    font-weight: bold;
}
#calendar-webpart .location {
    font-style: italic;
}

	.bullet {
      background-position: 0% 12% !important;
      padding-left: 10px !important;
      padding-right: 0px !important;
      background-image: url(../img/lstbulet.gif) !important;
    }

/************Custom DOR Accordion ********/

	.content h1 {
		font-weight: 600;
		text-transform: uppercase;
		margin: 0;
	}
	.content h2 {
		font-weight: 400;
  		color: #114374;
 	    margin: 30px;
  		text-align: center;
	}

	.content h3 {
		margin-bottom: 10px;
	}
	.content p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.5em;
		margin: 0 0 20px;
	}
	.content p:last-child {
		margin: 0;
	}
	.content a.button {
		display: inline-block;
		padding: 10px 20px;
		background: #ff0;
		color: #000;
		text-decoration: none;
	}
	.content a.button:hover {
		background: #000;
		color: #ff0;
	}
	.content.title {
		position: relative;
		background: none;
		border: 2px dashed #333;
	}
	.content.title h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 5px 10px;
		background: #000;
		color: #fff;
		vertical-align: top;
		margin: 7px 0 0;
	}
	.content.title .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}
	.content.title .back-to-article a {
		padding: 10px 20px;
		background: #f60;
		color: #fff;
		text-decoration: none;
	}
	.content.title .back-to-article a:hover {
		background: #f90;
	}
	.content.title .back-to-article a i {
		margin-left: 5px;
	}
	.content.black {
		background: #000;
	}
	.content.black p {
		color: #999;
	}
	.content.black p a {
		color: #08c;
	}

	.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: #999 !important;
	  color: #fff !important;
	  text-decoration: none;
	  font-size: 1em;
  	  letter-spacing: .04em;
	}
	.accordion-toggle.open:hover,
	.accordion-toggle.open:focus,
	.accordion-toggle.open:active,
	.ms-rtestate-field a:hover,
	.ms-rtestate-field a:focus,
	.ms-rtestate-field a:active {
		background-color: #293243 !important;
		color: #fff !important;
	}
	.accordion-toggle:hover,
	.accordion-toggle:active,
	.accordion-toggle:focus {
		background: #666 !important;
		color: #fff !important;
	}
	.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;
	}

	table {
		background-color: white;
		border-color: transparent;
		padding: 5px;
	}
	th {
		background-color: lightgrey;
		padding: 5px 10px;
	}




}

	@media (max-width: 767px) {
		.content {
			width: auto;
		}
		.accordion-content {
			padding: 10px 0;
			overflow: inherit;
		}
	}


/*********** DOR Styles ***************/

.largeCopyText {
    font-size: 1.3em;
}
.xLargeCopyText {
    font-size: 1.6em;
}
.smallCopyText {
    font-size: .9em;
}
#sub-pages-heading-lt-blue {
    background-color:#B8C2D0;
    color:#000;
    padding:10px;
    border-radius:1px;
}
#sub-pages-heading-grey {
    background-color:#B8C2D0;
    color:#000;
    padding:10px;
    border-radius:1px;
}
#sub-pages-heading-lt-blue {
    background-color:#074078;
    color:#ffffff;
    padding:10px;
    border-radius:1px;
}
#sub-pages-heading-lt-blue h3 {
    color: white !important;
}
.panel-default {
    box-shadow:-7px 5px 12px #8F8F8F;
}
.panel-default .list-group-item {
    padding:10px;
}
.panel-primary li a {
    width:100%;
}


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;
}



a {
    color: #114c86;
    text-decoration: none;
}
a:visited {
    color: #114c86;
}
a:hover,
a:active,
 {
    text-decoration: none;
    color: #686868;
}

a:focus img {
    border:2px solid #2a8dd4;
}

input[type=text]:focus{
    border-color:#2a8dd4 !important;
    border:2px solid;
}

.navbar-inverse .navbar-nav > li > a:focus {
    text-decoration: underline;
}

td a {
    background-color: transparent !important;
    color: #114c86 !important
    }
td a:hover,
td a:active,
td a:focus {
    background-color: transparent !important;
    color: #000 !important }
td a:visited {
    color: #b0874d;
    }

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;
}

/* styles for displaying the year list horizontally with a vertical separator on the reports and publications pages */
ul.reportYearList {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
/* we would need to add this to each list item if we were to do this inline */
ul.reportYearList li { background-image: none;
    display: inline;
    line-height: 1.7em;
    border-right: solid 1px black;
    padding-right: .5em;
    padding-left: 0; margin: 0;
}
/* this change would have to be done to the last list item and we would have to make sure that it was moved whenever we removed the last item */
ul.reportYearList li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

/** 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;
}
.navbar-inverse {
    border-color: transparent;
    border-radius: 0px;
    background: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    -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 {
    background-color: #033162;
    color: #fff !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #033162;
    color: #fff !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
    background-color: #033162;
    color: #fff !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 {
        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;
        font-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, .list-group {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    background-color: #fff;
}
.ms-webpart-chrome {
    background-color: transparent;
}
.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-left: 10px;
}
.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 {
    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-color: #abacab;
    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;
    background: url(../img/bg_img_lrg_DOR_2.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_DOR_2.jpg', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_img_lrg_DOR_2.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;
}

/* Swap "go" image - this line hides the OOTB image */
.ms-srch-sb-searchLink img {
    display:none;
}

/* Add in custom "go" image - applied as background image to the <a> tag */
.ms-srch-sb-searchLink {
    background-color: #1a4e83 !important;
    background: url(../img/customGo.png);
    background-repeat:no-repeat;
    border: 1px solid #fff;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
    height: 32px;
}


.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;
}
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;
    -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: .80em;
    padding-top: 5px;
    margin-left: 0px;
}
ul.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li.footer-links {
    float: left;
}
/* p.dor-translations span {
	font-size: 12px;
	margin-right: 10px;
} */
.dor-translations a, .dor-translations p {
    padding-top: 6px;
    padding-right: 15px;
    margin: 2px 2px 2px 0;
}
.footer-links a {
    padding-right: 15px;
    font-size: .80em;
    color: #fff;
    line-height: 1.25em;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    width: auto;
}
.footer-links a:hover {
    color: #bdbdbd;
}
/***************************** 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;
}

.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: 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: none;
}
.icon-alone {
    display: inline-block;
}
.search-icon {
    font-size: 1.2em;
}
.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
a.icon-alone:hover {
    color: rgba(255, 255, 255, .7);
		text-decoration: none;
}
a.icon-alone:visited {
		color: rgba(255, 255, 255, 1);
}
.icon-alone {
    font-size: 2em;
    color: #fff;
		margin-left: .25em;
    margin-top: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.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%;
}


@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: 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) {

    #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: .65em;
        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;
    }

    .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;
    }
    .dor-translations a, .dor-translations p {
        padding-top: 0;
        padding-right: 0;
        margin: 0;
    }
    /******************************************** NAVIGATION*/

    p.pull-right.wi-links {
        margin-top: -40px;
    }
    .footer-logo img {
        margin-top: 20px;
        margin-left: -10px;
    }
    .fa-2x {
        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 {
        font-size: 1.4em;
    }
    input[type=text] {
        font-size: .75em;
    }
    .docs-header {
        margin-bottom: 1%;
        background: url(../img/bg_img_sm_DOR_2.jpg);
        background-positon: 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;
    }
    /* p.dor-translations span {
        font-size: 9px; 
        line-height: 1.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: -125px;
    }

    .site-logo-no-pad {
        margin-right: 0;
    }

    .site-logo-no-pad a, .footer-logo a {
        display: none;
    }
    .fa-facebook-square, .fa-twitter-square, .fa-youtube-square, .icon-alone {
        font-size: 1.8em;
        color: #000 !important;
        margin-top: 0px
    }
    .pl-page-title {
        margin: -50px 0px 20px 0px;
    }
    blockquote {
        border: transparent;
    }
    * {
        text-shadow: none !important;
        color: #000 !important; // Better for printing
        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 {
        color: #000 !important;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    // Don't show links for images, or javascript/internal links
    .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; // h5bp.com/t
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

.ms-rtestate-field h4 {
    color: #222;
}
