@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;
    /* Default background color */
}
a {
    color: #114c86;
    text-decoration: none;
}
a:visited {
    color: #114c86;
}
p a:hover, li a:hover, td a:hover {
    text-decoration: underline !important;
}
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-size: 3em;
    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;
}
}
h5 {
    font-size: 1.125em;
}
h6 {
    font-size: 1em;
}
p, .ms-rtestate-field, .ms-rteStyle-Normal {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif !important;
    font-size: 1em !important;
    letter-spacing: .03em !important;
    line-height: 1.35em !important;
    color: #222 !important;
    background-color: transparent;
}
ul, ol {
    color: #222;
}
.breadcrumbs {
    padding: 0px 0px 10px 15px;
    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%;
}
/******************************************** 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 {
    cursor: pointer;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff !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;
}
.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;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #fff;
    background-color: #03315e;
}
.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: #fff;
    color: #333 !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
    background-color: #fff;
    color: #033162 !important;
}
/******************************************** 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;
}
/******************************************** CUSTOM RIBBON TEXT STYLES REQUESTED BY DOT */

.ms-rteStyle-Alert {
    -ms-name: "Alert";
    color: #cc0000;
    font-weight: bold;
}
.ms-rteStyle-SmallText {
    -ms-name: "Small Text";
    font-size: 10px;
}
/******************************************** DOT LEFT MENU STYLING */

#dotLeftMenu {
    border-radius: 0px;
    background-color: white;
    width: 200px;
    margin: 0px;
    padding: 0px 0px 8px 0px;
    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);
}
#dotLeftMenu p {
    margin: 0px;
    padding: 8px 10px !important;
    color: #fff !important;
    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;
    border-radius: 1px;
    padding: 3px 5px 8px 10px;
    font-family: "Raleway-Regular", Verdana, Helvetica, sans-serif;
    font-size: 1em !important;
}
#dotLeftMenu ul {
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    margin: 0px;
    font-size: .90em;
    padding: 5px 8px;
}
#dotLeftMenu li {
    list-style: none;
    padding: 5px 15px;
}
#dotLeftMenu li:hover {
    background-color: #DDDDDD;
}
#dotLeftMenu a {
    color: #114c86;
    text-decoration: none;
}


/****************** 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;
        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;
}
.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;
}
/******************************************** 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: 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-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);
}
.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_dot_1.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_dot_1.jpg', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_img_lrg_dot_1.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 {
    padding-bottom: 0px;
    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;
    margin-top: -10px;
    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: 5px 15px;
    background-color: #043C73;
    color: #fff;
    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-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;
    padding: 3px 15px;
    border-radius: 1px;
    margin: 5px 5px 0px 0px;
}
a.btn-primary {
    font-size: .90em !important;
}
.btn-primary:hover {
    background-color: #2d6eac;
}
.fa-comments, .fa-envelope {
    color: #f9c218;
    font-size: 1.2em;
    margin-right: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/***************************** HORIZONTAL SUBMENU STYLING *******************************/

.nav-pills > li > a {
    font-size:.85em !important;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    padding: 5px !important;
    display: inline;
    list-style: none;
}

.nav-pills > li > a:hover {
    background-color: transparent;
}
.nav-pills > li:before {
    content: " | ";
    font-size:.85em !important;
    opacity: .3;
}

.nav-pills > li:first-child:before {
    content: none;
}


@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: 30px;
        margin-left: 30px;
    }
    .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: 100%;
    }
    .navbar-collapse.in {
        overflow-y: visible !important;
    }
    .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) {
    .footer-items {
        margin-left: 1%;
    }
    .agency-content {
        margin-top: 50px;
    }

/****************** JS Link Webpart Styling ******************/

    .calendar-contents {
        overflow: scroll;
    }
    
}
@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_dot_1.jpg);
        background-positon: 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%;
        padding: 5px;
        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 {
        margin: 15mm 5mm;    }

    .sidebar, .content-area-container {
        float: none !important;
        overflow: visible;
    }

    .custom-search-form, .btn, .breadcrumbs, #DeltaPlaceHolderPageTitleInTitleArea, .header-social, #footer {
        display: none;
    }
    hr, .content-floating hr {
        border-color: #000;
    }
    .content-floating {
        margin-top: -350px;
    }
    .content-area, .content-area-container, .container.pl-1, .container.pl-2, .container.pl-3 {
        margin: 15px !important;
        padding: 15px !important;
        float: none !important;
    }

    .header-social {
        width: 300px !Important;
    }
    .content-area, .content-area-container {
        margin: 20px !important;
        width: 100%;
        height: 100%;
    }
    .agency-content {
        margin-top: -110px !important;
        top: -110px !important;
    }
    .container.pl-1, .container.pl-2, .container.pl-3 {
        margin-top: -80px !important;
        top: -80px !important;
    }

    #s4-bodyContainer, #s4-workspace {
       
    }

    .docs-header {
        border-bottom: transparent;
    }
    .cta-btn-1, .cta-btn-2, .cta-btn-3 {
        display:inline-block;
        font-size: .65em;
    }

    .cta-btn-1 h3, .cta-btn-2 h3, .cta-btn-3 h3 {
        font-size: 1.75em;
    }

    .pl-page-title {
        margin: 35px 10px;
    }
    blockquote {
        border: transparent;
    }
    * {
        text-shadow: none !important;
        color: #000 !important; // Better for printing
        font-size: 100.5%;
        height: auto;
        float: none;
    }
    h1, h2, h3, h4, h5 {
        color: #000 !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    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: "";
    }
     a[href]:after {
         content: none !important;
      }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; // h5bp.com/t
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }

    .footer-item a:hover, .footer-item a:active, .footer-item a {
        color: #000;
    }

    .col-lg-1 {
        width: 8.333333333333332% !important;
      }
    .col-lg-2 {
      width: 16.666666666666664% !important;
    }
    .col-lg-3 {
      width: 25% !important;
    }
    .col-lg-4 {
      width: 31% !important;
    }
    .col-lg-5 {
      width: 41.66666666666667% !important;
    }
    .col-lg-6 {
      width: 50% !important;
    }
    .col-lg-7 {
      width: 58.333333333333336% !important;
    }
    .col-lg-8 {
      width: 66.66666666666666% !Important;
    }
    .col-lg-9 {
      width: 75% !important;
    }
    .col-lg-10 {
      width: 83.33333333333334% !important;
    }
    .col-lg-11 {
      width: 91.66666666666666% !Important;
    }
    .col-lg-12 {
      width: 100% !important;
    }

    .footer-nav {
        margin: 5px !important;
        padding: 0px !important;
        color: #000;
    }

    .footer-item a {
        color: #000 !Important;
    }

    #footer a {
        color: #000 !important;
    }

    #header-content img.dot-logo {
    	margin-top: 20px;
    }



    body, h1, h2, h3, ol, ul, div {     
        position: static;  
        float: none;
        width: auto;
        overflow: visible;   
       }

    a[href]:after {
         content: none !important;
      }    
    
    #footer, .custom-search-form {
        display: none;
    }
    */
    
    body {
        margin: 15mm 5mm;
    }
    a[href]:after {
        content: none !important;
    }
    #footer, .custom-search-form {
        display: none;
    }
    .container.pl-1, .container.pl-2, .container.pl-3 {
        margin-top: -100px !important;
        top: -100px !important;
        height: 100% !important;
        min-height: 100% !important;
        overflow: visible !important;
        position: static;
    }
    * {
        text-shadow: none !important;
        color: #000 !important; // Better for printing
        font-size: 1em;
        overflow: visible;
        float: none !important;
        border: none !important;
    }
    h1, h2, h3, h4, .pl-page-title {
        color: black !important;
    }
    hr, .header-social, #ms-designer-ribbon, #s4-topheader2, #s4-titlerow, #s4-statusbarcontainer {
        visibility: hidden;
        display: none;
    }
    a, a:visited {
        text-decoration: underline;
    }
    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: "";
    }
    a[href]:after {
        content: none !important;
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; // h5bp.com/t
    }
    td .ms-rteTableEvenCol-0 {
        height: 24px;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    table {
        border: 1px solid #000 !important;
    }
    table > tbody > tr, table > tbody > tr > td {
        border: 1px solid #000 !important;
    }
}
