/* webfont definition - webfont choice may be changed. -dk */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@font-face {
    font-family: "NexaSlab";
    src: url('/CSS/fonts/Nexa Slab xBold.eot') format('eot');
    src: url('/CSS/fonts/Nexa Slab xBold.eot?') format('eot'), url('/CSS/fonts/NexaSlab-xBold.woff') format('woff'), url('/CSS/fonts/Nexa Slab xBold.ttf') format('truetype');
}


/* Initial section of overrides */

body,
.ms-core-defaultFont,
#pageStatusBar,
.ms-status-msg,
.js-callout-body {
    /* [ReplaceFont(themeFont:"body")] */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#s4-workspace {
    font-size: .9em;
}

h1,
.ms-h1 {
    /* [ReplaceFont(themeFont:"large-heading")] */
    font-family: 'Open Sans', sans-serif;
    font-size: 2.3em;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */
    color: #777;
    font-weight: 200;
}

h2,
h3,
.ms-h2,
.ms-h3,
.ms-headerFont {
    /* [ReplaceFont(themeFont:"heading")] */
    font-family: 'Open Sans', sans-serif;
    /* [ReplaceColor(themeColor:"StrongBodyText")] */
    color: #262626;
    font-weight: 300;
}

#DeltaPlaceHolderMain .col-sm-8 h1 {
    margin-top: 10px;
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
.sp-peoplepicker-topLevelFocus,
.ms-inputBoxActive,
.ms-inputBox.ms-inputBoxActive:hover {
    border-color: 2px solid #92c0e0;
    background-color: #FFFFFF;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    border-radius: 0px;
    background-color: #FBAE3A;
    border: 0px solid #C78A2E;
    border-right: 5px solid #C78A2E;
    color: #333;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #016BB5;
    color: #FFF;
    border-right: 5px solid #014C82;
}

img[src="/SiteImages/Icon/icpdf.png"] {
    margin-right: 5px;
}


/* underline links */

a:link {
    text-decoration: underline;
}

.HeaderContainer a:link {
    text-decoration: none;
}


/* Search Link Path URL */

.ms-srch-item-path {
    color: #00ada8 !Important;
}

.ms-srch-sb-border {
    /* [ReplaceColor(themeColor:"Lines")] */
    border: 0px solid #000000;
}

.ms-core-header .ms-srch-sb-border {
    /* [ReplaceColor(themeColor:"HeaderLines")] */
    border: 0px solid #000000;
}

.ms-srch-sb-border:hover {
    /* [ReplaceColor(themeColor:"StrongLines")] */
    border: 0px solid #000000;
}

.ms-core-header .ms-srch-sb-border:hover {
    /* [ReplaceColor(themeColor:"HeaderStrongLines")] */
    border: 0px solid #000000;
}


/* Modified search box */

.ms-srch-sb-borderFocused {
    border: 0px solid #000000;
}

.ms-core-header .ms-srch-sb-borderFocused {
    border: 0px solid #000000;
}

.ms-textXLarge {
    /* [ReplaceFont(themeFont:"large-body")] */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.46em;
}

.ms-textLarge {
    /* [ReplaceFont(themeFont:"large-body")] */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15em;
}

#mainbody blockquote {
    background-color: #EBF2FA;
    border-left: 5px solid #BBB;
}

#mainbody blockquote>p {
    font-size: 1em;
}

.ms-metadata {
    color: #000000;
    font-weight: bold;
}

.ms-emptyMode,
.ms-attractMode {
    /* [ReplaceFont(themeFont:"large-body")] */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.46em;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */
    color: #777;
}

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText>a {
    /* [ReplaceFont(themeFont:"heading")] */
    font-family: 'Open Sans', sans-serif;
    /* [ReplaceColor(themeColor:"WebPartHeading")] */
    color: #444;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    word-wrap: break-word !important;
    font-weight: bold;
    line-height: 22px;
}

.ms-rteThemeFontFace-2 {
    -ms-name: "Heading";
    /* [ReplaceFont(themeFont:"heading")] */
    font-family: 'Open Sans', sans-serif;
}


/* Columns */

#script .ms-viewheadertr th {
    font-weight: 700;
}

#script .ms-viewheadertr th:nth-child(odd) {
    background-color: #006CB5;
    border-bottom: 3px solid #014C82;
}

#script .ms-viewheadertr th:nth-child(even) {
    background-color: #FBAE3A;
    border-bottom: 3px solid #C78A2E;
}

#scriptWPQ2 .ms-viewheadertr th {
    font-weight: 700;
}

#scriptWPQ2 .ms-viewheadertr th:nth-child(odd) {
    background-color: #006CB5;
    border-bottom: 3px solid #014C82;
}

#scriptWPQ2 .ms-viewheadertr th:nth-child(even) {
    background-color: #FBAE3A;
    border-bottom: 3px solid #C78A2E;
}

.ms-selectall-iconouter {
    background-color: #FFF;
}


/* Modified Webpart Border Option */

.ms-WPBorder {
    color: #000000;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #F1F2EB;
    /* Want to try to make this look nice without drop-shadows which are pretty passe
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black; */
    -webkit-box-shadow: 0 2px 6px -6px black;
    -moz-box-shadow: 0 2px 6px -6px black;
    box-shadow: 0 2px 6px -6px black;
    border-bottom: 2px solid #BBB;
    border-radius: 0px;
}

.col-sm-4 .ms-WPBorder .dfwp-column {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 0px;
    padding: 0px;
}

.col-sm-4 .description {
    background-color: transparent;
}

.col-sm-4 .col-sm-12 div.container {
    background-color: #F1F2EB;
    border-bottom: 2px solid #BBB;
    border-radius: 2px;
}

.col-sm-4 .col-sm-12 .img-thumbnail {
    max-width: calc(100% - 8px) !important;
}


/* Modified Webpart Border Only Option */

.ms-WPBorderBorderOnly {
    color: #000000;
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #F1F2EB;
    /* -webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black; */
    -webkit-box-shadow: 0 2px 6px -6px black;
    -moz-box-shadow: 0 2px 6px -6px black;
    box-shadow: 0 2px 6px -6px black;
    border-bottom: 2px solid #BBB;
    border-radius: 0px;
}


/* Modified Top Navigation Buttons */

.ms-core-listMenu-horizontalBox li.static>.ms-core-listMenu-item {
    font-weight: bold;
    text-transform: none;
    margin-right: 5px;
    vertical-align: middle;
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 35px;
}

.ms-core-needIEFilter .ms-newdoc-callout-item:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
    text-decoration: none;
}

.ms-dlg-heading,
h2.ms-dlg-heading {
    /* [ReplaceFont(themeFont:"heading")] */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.46em;
    /* [ReplaceColor(themeColor:"WebPartHeading")] */
    color: #444;
}

.ms-core-pageTitle,
.ms-core-pageTitle a {
    line-height: 1.15em;
    color: #262626;
}


/* Start Promoted Links */

div.ms-promlink-body {
    height: 100px;
    vertical-align: middle;
}

div.ms-tileview-tile-root {
    height: 110px !important;
    width: 110px !important;
}

div.ms-tileview-tile-content,
div.ms-tileview-tile-detailsBox,
div.ms-tileview-tile-content>a>div>span {
    height: 100px !important;
    width: 100px !important;
}

div.ms-tileview-tile-content>a>div>img {
    max-width: 100%;
    width: 100% !important;
}

ul.ms-tileview-tile-detailsListMedium {
    height: 100px;
    padding: 0;
}

li.ms-tileview-tile-descriptionMedium {
    line-height: 16px;
}

div.ms-tileview-tile-titleTextMediumExpanded,
div.ms-tileview-tile-titleTextLargeCollapsed,
div.ms-tileview-tile-titleTextLargeExpanded {
    padding: 3px;
}

div.ms-tileview-tile-titleTextMediumCollapsed {
    background: none repeat scroll 0 0 #9c9c9c;
    word-wrap: break-word;
    line-height: 12px;
    min-height: 36px;
    min-width: 97px;
    padding-left: 3px;
    position: absolute;
    top: -36px;
}

li.ms-tileview-tile-descriptionMedium {
    line-height: 14px;
    padding: 3px;
}


}

/* End Promoted Links */

/*border and background of the form*/
TABLE.ms-formtable {
    BORDER: #a4a4a4 1px solid;
    BACKGROUND-COLOR: #f2f2f2;
}
TABLE.ms-formtable TD.ms-formbody {
    background-color: transparent;
}

/*padding from the top*/
TABLE.ms-formtable>TBODY>TR:first-child>TD {
    PADDING-TOP: 20px !important
}

/*cells*/
TABLE.ms-formtable>TBODY>TR>TD {
    BORDER: 0px;
    PADDING: 3px 10px;
}

/*inputs*/
TABLE.ms-formtable INPUT[type='text'],
TABLE.ms-formtable TEXTAREA,
TABLE.ms-formtable SELECT {
    BORDER: #c8c8c8 1px solid;
}

/*focused inputs*/
TABLE.ms-formtable INPUT[type='text']:focus,
TABLE.ms-formtable TEXTAREA:focus,
TABLE.ms-formtable SELECT:focus {
    BORDER: #a4a4a4 1px solid;
}

/* Make INPUT BOXES WIDER */
.ms-formbody {
    width: 100%;
}
#onetIDListForm {
    width: 100%;
}

/* Group-By Title Row */
.ms-gb {
    color: #000000;
    padding-top: 15px;
    padding-left: 15px;
    background-color: transparent;
    /*-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;*/
    
    -webkit-box-shadow: 0 2px 6px -6px black;
    -moz-box-shadow: 0 2px 6px -6px black;
    box-shadow: 0 2px 6px -6px black;
    border-bottom: 3px solid #DDDDDD;
    white-space: normal;
    /* Word wrap for collapse list */
}
body,
td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h3,
p {
    font-family: 'Open Sans', sans-serif;
}
.s4-breadcrumbRootNode {
    font-family: 'Open Sans', sans-serif;
}
#s4-workspace {
    font-family: 'Open Sans', sans-serif;
}
.ms-WPBody {
    font-family: 'Open Sans', sans-serif;
}
.col-sm-4 .dfwp-column {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #F1F2EB;
    -webkit-box-shadow: 0 2px 6px -6px black;
    -moz-box-shadow: 0 2px 6px -6px black;
    box-shadow: 0 2px 6px -6px black;
    border-bottom: 2px solid #BBB;
    border-radius: 2px;
}
.dfwp-column hr {
    margin-top: 5px;
    margin-bottom: 15px;
}
.dfwp-item p {
    font-family: 'Open Sans', sans-serif;
}
.ms-core-pageTitle {
    font-family: 'Oswald', sans-serif;
}
.headtitle #pageTitle {
    font-size: 1.8em;
    margin-left: 2px;
    margin-bottom: 10px;
}
#cbqwpctl00_ctl45_g_75345172_ecc5_4203_8b2d_d30cbb03fd18 td {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
}
#cbqwpctl00_ctl45_g_75345172_ecc5_4203_8b2d_d30cbb03fd18 h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
}
#cbqwpctl00_ctl45_g_75345172_ecc5_4203_8b2d_d30cbb03fd18 div {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

/* navigation overrides */
#DeltaTopNavigation {
    margin: auto;
}
#DeltaTopNavigation .menu-item-text {
    color: #000000 !important;
    font-size: 1em;
    font-weight: 600;
}
#topnavbar .nav #DeltaTopNavigation li.static>.menu-item {
    padding-left: 10px;
    padding-right: 10px;
}
#topnavbar .nav #DeltaTopNavigation ul.static>li.dynamic-children>ul.dynamic {
    top: 39px !important;
}

/* The below first-of-type selector should hopefully center the drop-down menu even on pages where the menu ID varies -- we may have to watch to make sure it works on other pages properly */
#DeltaTopNavigation div:first-of-type {
    margin: auto;
}
#topnavbar.navbar {
    margin-bottom: 0px !important;
}
.ms-core-navigation {
    font-family: 'Open Sans', sans-serif;
}
.ms-core-listMenu-horizontalBox {
    float: none;
}
.ms-core-listMenu-verticalBox .ms-core-listMenu-item,
ul.dynamic .ms-core-listMenu-item {
    background-color: #00ada8;
    /* f4f4f4 */
}
.ms-core-listMenu-root {
    text-align: center;
}
@media (max-width: 1200px) {
    #DeltaTopNavigation .menu-item-text {
        font-size: 75%;
    }
}

/* Breadcrumbs */
.s4-breadcrumb {
    font-size: .85em;
}
.s4-breadcrumb a {
    color: #AAAAAA;
}
.s4-breadcrumb div {
    clear: both;
}
.s4-breadcrumb>li {
    padding-left: 10px;
}
.s4-breadcrumbRootNode {
    margin-bottom: 0px !important;
}

/* sizer */
#sizer {
    padding-right: 10px;
    padding-top: 4px;
    font-size: 85%;
}
#sizer {
    font-family: 'Open Sans', sans-serif;
}

/* search box area */

/* Modified search box */
.ms-srch-sb-border {
    /* [ReplaceColor(themeColor:"Lines")] */
    
    border: 0px solid #000000;
}
.ms-core-header .ms-srch-sb-border {
    /* [ReplaceColor(themeColor:"HeaderLines")] */
    
    border: 0px solid #000000;
}
.ms-srch-sb-border:hover {
    /* [ReplaceColor(themeColor:"StrongLines")] */
    
    border: 0px solid #000000;
}
.ms-core-header .ms-srch-sb-border:hover {
    /* [ReplaceColor(themeColor:"HeaderStrongLines")] */
    
    border: 0px solid #000000;
}

/* Modified search box */
.ms-srch-sb-borderFocused {
    border: 0px solid #000000;
}
.ms-core-header .ms-srch-sb-borderFocused {
    border: 0px solid #000000;
}

/* Modified for background color */
#DeltaPlaceHolderSearchArea .ms-srch-sb>input {
    display: inline-block;
    border-style: none;
    outline-style: none;
    height: 18px;
    margin: 0px 0px 0px 5px;
    padding: 0px 1px 0px 0px;
    width: 250px;
    background-color: #fff;
}
#DeltaPlaceHolderSearchArea #SearchBox {
    padding: 2px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 280px;
    background-color: #FFF;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb {
    box-shadow: none;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb>input {
    width: 240px;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb-border {
    padding: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb-borderFocused {
    padding: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb-searchImg {
    display: none;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb-searchLink:after {
    background-color: #344055;
    color: #FFF;
    font-family: FontAwesome;
    content: "\f002";
    float: right;
    margin-right: 4px;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb-searchLink {
    background-color: #344055;
    border-radius: 4px;
    border: 2px solid #DDD;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb-searchLink:hover {
    background-color: #344055;
    border-radius: 4px;
}
#DeltaPlaceHolderSearchArea>div {
    padding-right: 10px;
    padding-top: 25px;
}

/* search page search box */
.ms-srch-sbLarge>input {
    border: 1px solid #00ada8;
    border-radius: 5px;
    background-color: #EFEFEF;
    padding: 5px;
}
#DeltaPlaceHolderMain .ms-srch-sb-borderFocused>input {
    border: 1px solid #00ada8;
    border-radius: 5px;
    background-color: #EFEFEF;
}
#DeltaPlaceHolderMain #searchImg {
    padding-top: 5px;
}
.ms-srch-hover-innerContainer {
    left: -550px;
    top: -250px;
}

/* Google Translate */
#google_translate_element {
    padding-top: 24px;
}
.goog-te-gadget-simple {
    border: 1px solid #CCCCCC !important;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    vertical-align: middle;
}
.goog-te-gadget-icon {
    margin-top: 7px;
    margin-bottom: 7px;
}
.goog-te-menu-value a {}
.goog-te-menu-value span:first-of-type {
    padding: 10px;
    color: #777777 !important;
    font-size: .90em;
}

/* Wikipage CSS */
.ms-wikicontent {
    padding-right: 0px !important;
}

/*.ms-wikicontent #layoutsTable {
    width:90% !important;
}*/
.ms-wikicontent #layoutsTable img {
    max-width: 90vw !important;
}
@media (max-width: 990px) {
    .ms-wikicontent #layoutsTable img {
        max-width: 70vw !important;
    }
}

/* Search results display page */
.ms-srch-item {
    width: 100% !Important
}
#sideNavBox {
    max-width: 180px;
}
.ms-srch-group {
    padding-left: 7px;
    padding-right: 5px;
}
.ms-srch-ellipsis a {
    font-size: .75em;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    line-height: 28px;
}
.ms-srch-ellipsis {
    margin-top: 5px;
    margin-bottom: 2px;
}
.ms-srch-item-summary {
    font-size: .90em;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    margin-bottom: 5px;
}
.ms-srch-upscope-top {
    padding-left: 8px;
    font-size: .90em;
    font-family: 'Open Sans', sans-serif;
}
#DeltaPlaceHolderSearchArea .ms-srch-sb-navlink {
    display: inline-block;
    float: left;
}
#DeltaPlaceHolderSearchArea {
    height: 40px;
}

/* Webpart CSS */
.ms-webpart-chrome-title {
    background-image: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 100%;
    word-wrap: break-word !important;
}
.ms-webpart-titleText {
    display: inline-block;
    width: 100%;
    word-wrap: break-word !important;
}
.ms-webpart-titleText-withMenu {
    margin-bottom: 15px;
}
h2.ms-webpart-titleText {
    margin-top: 10px;
    margin-bottom: 5px;
}

/*.s4-wpcell-plain h2.ms-webpart-titleText span {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	font-weight: 600;
	color: #212121;
	word-wrap:break-word !important;
    white-space: normal !important;
    line-height: 22px;
}*/
#DeltaPlaceHolderMain .col-sm-4 h2.ms-webpart-titleText {
    color: #FFF;
    text-shadow: 1px 1px 3px #333;
    font-family: "NexaSlab";
    font-size: 1em;
    line-height: 24px;
    word-wrap: break-word !important;
    white-space: normal !important;
    /*border-right:5px solid #016BB5;*/
    
    border-bottom: 5px solid #016BB5;
    background-color: #014C82;
    text-align: center !important;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 1px;
    /*width:calc(100% - 5px);*/
    
    font-weight: 400;
    margin: 0px;
    margin-top: 15px;
    box-shadow: 0px 1px 1px #777;
}
#DeltaPlaceHolderMain .col-sm-4 .ms-webpart-chrome-title {
    height: 49px;
}
#DeltaPlaceHolderMain .col-sm-4 .pa_menu h2 {
    color: #FFF;
    text-shadow: 1px 1px 3px #333;
    font-family: "NexaSlab";
    font-size: 1em;
    line-height: 24px;
    word-wrap: break-word !important;
    white-space: normal !important;
    /*border-right:5px solid #016BB5;*/
    
    border-bottom: 5px solid #016BB5;
    background-color: #014C82;
    text-align: center !important;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 1px;
    /*width:calc(100% - 5px);*/
    
    font-weight: 400;
    margin: 0px;
    margin-top: 15px;
    box-shadow: 0px 1px 2px #777;
    position: relative;
}
.ms-webpart-chrome .ms-srch-sb-searchLink {
    text-decoration: none;
}

/* Logo */
#DeltaSiteLogo {
    padding-top: 25px;
    padding-bottom: 5px;
    height: 80px;
    padding-left: 10px;
}
@media (max-width: 599px) {
    .HeaderContainer>.HeaderRow>.col-md-12>.container>.row>.col-md-4:first-child {
        background-color: #CAEDEC;
    }
    
    #DeltaSiteLogo {
        margin-top: -10px;
    }
}

/* FOOTER */
.section-colored-footer-info {
    font-family: 'Open Sans', sans-serif;
}
.section-colored-footer-bottom {
    font-size: 85%;
}

/* CALENDAR CLASSES */
.ecl-calendar-front {
    background-color: #FFFFFF !important;
    padding: 0px !important;
    border: 0px solid #FFF !important;
    border-radius: 0px !important;
    font-size: .8em;
    font-weight: 800;
    line-height: 21px;
    /*box-shadow:0px 0px 2px #AAA;*/
    
    border-collapse: separate !important;
    width: 100%;
    max-width: 100%;
}
.ecl-calendar-front th {
    text-align: center;
}
.ecl-calendar-front tr {
    background-color: #F1F2EB;
}
.ecl-calendar-front td {
    padding: 0px;
}
.ecl-calendar-front tr:first-child {
    background-color: #EAF2F9 !important;
    font-family: 'Oswald', sans-serif !important;
    /*text-transform: uppercase;*/
    
    font-weight: 400 !important;
}
.ecl-calendar {
    background-color: #FFFFFF !important;
    /*padding:8px !important;*/
    
    border: 0px solid #FFF !important;
    border-right: 0px solid #BAD5E8 !important;
    border-radius: 0px !important;
    font-size: .8em;
    font-weight: 800;
    line-height: 21px;
    box-shadow: 0px 0px 2px #333;
    border-collapse: separate !important;
    width: calc(100% - 5px);
    max-width: calc(100% - 5px);
    margin: auto;
}
.ecl-calendar th {
    text-align: center;
}
.ecl-calendar tr {}
.ecl-calendar tr:first-child {
    background-color: #EAF2F9 !important;
    font-family: 'Oswald', sans-serif !important;
    /*text-transform: uppercase;*/
    
    font-weight: 400 !important;
}
.ecl-title td {
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    /*text-transform: uppercase;*/
    
    font-weight: 600 !important;
}
.ecl-day {
    font-family: 'Open Sans', sans-serif;
}
.ecl-event {
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 1px #777;
    font-size: 1.3em;
}
.ecl-today {
    font-family: 'Open Sans', sans-serif;
    background-color: #E7AA18 !important;
}
.ecl-arrows a {
    padding: 5px;
}
.ecl-weekend {
    font-family: 'Open Sans', sans-serif;
}
.ecl-other-month {
    font-family: 'Open Sans', sans-serif;
}
.ecl-listing {
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
}
#DeltaPlaceHolderMain .ecl-listing h3 {
    color: #333;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: -5px;
}
.ecl-listing li {
    font-family: 'Open Sans', sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1em;
}
#DeltaPlaceHolderMain .col-sm-4 .ecl-listing h3 {
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 1.1em !important;
    font-weight: 600 !important;
}
#mainbody .ecl-event a {
    color: #014C82;
}
#mainbody .ecl-event a:hover {
    color: #00A9A4;
}
.ecl-day:hover,
.ecl-event:hover,
.ecl-today:hover,
.ecl-weekend:hover,
.ecl-other-month:hover {
    background-color: #EAF2F9 !important;
}
#AsynchronousViewDefault_CalendarView {
    max-width: 825px;
}
.tipcontent {
    font-family: 'Open Sans', sans-serif;
}
#tipDiv {
    font-size: .80em;
    font-family: 'Open Sans', sans-serif;
    background-color: #EAF2F9;
}
#tipDiv a {
    color: #014C82;
}

/* Main body layout */
#mainbody {
    padding-left: 27px;
    padding-right: 26px;
}

/* Front Page List Box Style */
.graybox {
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 10px;
}
.sidebar_box {
    background-color: #F1F2EB;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCC;
}
.sidebar_box_white {
    background-color: #FFF;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCC;
}
.sidebar_menu {
    background-color: #F1F2EB;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCC;
}
.ms-WPBorder .sidebar_menu {
    border-bottom: 0px solid #CCC;
}
.sidebar_menu ul {
    list-style-image: none;
    list-style-type: none;
    padding: 5px;
    padding-left: 35px;
}
.sidebar_menu li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    position: relative;
    left: -17px;
    margin: 0 -16px 0 0px;
    color: #00A676;
}
.sidebar_menu li.pdfitem:before {
    content: url('/SiteImages/Icon/icpdf16.png');
    position: relative;
    left: -20px;
    top: 2px;
    margin: 0px -20px 0 0px;
    color: #FF0509;
}
.sidebar_menu li.worditem:before {
    content: url('/SiteImages/Icon/word_icon.gif');
    position: relative;
    left: -20px;
    top: 2px;
    margin: 0px -22px 0 0px;
    color: #FF0509;
}
.sidebar_menu li {
    line-height: 18px;
    margin-left: 0px;
    padding: 3px;
}
.sidebar_menu li.circle:before {
    font-family: 'FontAwesome';
    content: '\f10c';
    position: relative;
    left: -17px;
    margin: 0 -16px 0 0px;
    color: #57D3FF;
}
.sidebar_noicon {
    background-color: #F1F2EB;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCC;
}
.sidebar_noicon ul {
    list-style-image: none;
    list-style-type: none;
    padding: 8px;
    padding-left: 35px;
}
.sidebar_noicon li {
    line-height: 16px;
    padding: 5px;
    padding-left: 0px;
    margin-left: 0px;
}
.white_box {
    background-color: #FFF;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCC;
    margin-top: 25px;
}
.pre_footer {
    background-color: transparent;
}
.middle_stripe {
    background-color: transparent;
}
.transimg {
    border: 0px solid #FFF !important;
}
.bordershadow {
    box-shadow: 0px 0px 4px #333;
    border: 3px solid #FFF;
}
.noborder {
    border: 0px solid #FFF !important;
}
.bluebox {
    background-color: #016BB5;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #014C82;
    text-shadow: 0px 0px 2px #333;
    color: #FFF;
}
.bluebox .action {
    font-weight: 600;
    color: #FFF;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 1px 0px #333;
}
.bluebox .action img {
    margin-top: -3px;
    margin-left: 3px;
}
#mainbody .bluebox a {
    color: #FFF;
}
#mainbody .bluebox a:hover {
    color: #BAD5E8;
}
.lighterbluebox {
    background-color: #EBF2FA;
    border-radius: 5px;
    padding: 10px;
    border-bottom: 3px solid #EFEFEF;
    font-size: 1.3em;
    font-weight: 300;
    text-shadow: 0 1px 1px #777;
}
.lighterbluebox img {
    border-radius: 5px;
}
.frontlistbox {
    padding: 0px;
    padding-left: 5px;
    margin-bottom: 0px;
}
.frontlistbox li {
    list-style-type: none;
    list-style-image: none;
    padding: 2px;
    font-size: .95em;
}
.frontlistbox a {
    color: #006498;
    text-decoration: none;
}
.frontlistbox a:hover {
    color: #00ada8;
    text-decoration: none;
}
.linkbox a {
    color: #006498;
    font-size: 1.05em;
    text-decoration: none;
}
.lightbluebox.frontpage {
    border-bottom: 0px solid #FFF;
}
.linkbox a:hover {
    color: #00ada8;
}
.linkbox ul {
    padding-top: 5px;
}
.linkbox li {
    list-style-type: disc;
    padding: 2px;
    font-size: 1.05em;
}
.Menulistbox {
    list-style-image: none;
}
ul.style_list {
    list-style-image: none;
    list-style-type: none;
    padding: 5px;
    padding-left: 35px;
}
.style_list li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    position: relative;
    left: -22px;
    margin: 0 -16px 0 0px;
    color: #00A676;
}
.style_list li.pdfitem:before {
    content: url('/SiteImages/Icon/icpdf16.png');
    position: relative;
    left: -25px;
    top: 2px;
    margin: 0px -20px 0 0px;
}
.style_list li.worditem:before {
    content: url('/SiteImages/Icon/word_icon.gif');
    position: relative;
    left: -25px;
    top: 2px;
    margin: 0px -21px 0 0px;
}
.style_list li.circle:before {
    font-family: 'FontAwesome';
    content: '\f10c';
    position: relative;
    left: -17px;
    margin: 0 -16px 0 0px;
    color: #57D3FF;
}
.style_list li.excelitem:before {
    content: url('/SiteImages/Icon/page_excel.png');
    position: relative;
    left: -24px;
    top: 2px;
    margin: 0px -21px 0 0px;
}
.style_list li.pptitem:before {
    content: url('/SiteImages/Icon/page_white_powerpoint.png');
    position: relative;
    left: -24px;
    top: 2px;
    margin: 0px -21px 0 0px;
}
.style_list li.viditem:before {
    content: url('/SiteImages/Icon/video.png');
    position: relative;
    left: -24px;
    top: 2px;
    margin: 0px -21px 0 0px;
}
.style_list li {
    line-height: 18px;
    margin-left: 0px;
    padding: 3px;
}
.extract50 {
    width: 50%;
    float: right;
    background-color: #E1F7FF;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: .9em;
    font-weight: 600;
}
.extract100 {
    width: calc(100% - 30px);
    background-color: #E1F7FF;
    border: 1px solid #EEE;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    font-size: .9em;
    font-weight: 600;
    padding: 10px
}
#DeltaPlaceHolderMain div[class^="extract"] h6 {
    font-weight: 700;
    font-size: 1.8em;
    color: #00B050;
}
#DeltaPlaceHolderMain div[class^="extract"] img {
    margin-bottom: 10px;
}
.TopNavigation {
    color: #3b5117;
    font-size: 10pt;
    font-weight: bold;
    margin-right: 0px;
    vertical-align: middle;
    background-color: transparent;
}
#topnavbar .navbar-collapse {
    border: 0px solid #EBF2FA !important;
    border-bottom: 0px solid #EBF2FA !important;
}
.HeaderContainer .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
#topnavbar .navbar-inner .navbar-toggle:hover {
    background-color: #00A9A4;
}
.HeaderContainer .navbar-default .navbar-toggle:hover,
.HeaderContainer .navbar-default .navbar-toggle:focus {
    background-color: #00A9A4;
}

/*Hamburger Style*/
.navbar-toggle .button-label {
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding-right: 10px;
    color: #FFF;
}
.button-bars {
    display: inline-block;
    float: left;
}

/*End Hamburger Style*/

/* Footer */
.row-footer a {
    color: #FFFFFF;
    font-size: .95em;
}
.row-footer li {
    padding: 0px;
    font-size: 1.05em;
}
.row-footer {
    padding-left: 15px;
}
.row-footer img {
    padding-top: 4px;
}
.row-footer .iconDetails {
    padding-top: 20px;
}

/* Sub Footer */
.section-colored-footer-bottom {
    font-size: 1.05em;
}
.section-colored-footer-bottom .fa {
    font-size: 1.50em;
}

/* FA Slideshow */
div[class^="fa-wpBox"] {
    box-shadow: 0px 0px 2px #777;
    border: 0px solid #AAA;
    padding: 2px;
    margin-bottom: 5px;
    text-shadow: 0px 0px 3px #333;
}
div[class^="fa-imgWindow"] {
    width: 100% !important;
}
div[class^="fa-imgWindow"] img {
    width: 100% !important;
}
#DeltaPlaceHolderMain div[class^="fa-descContent"] h3 {
    font-size: 1.4em;
    color: #FFF;
    padding: 5px;
}
#s4-workspace div[class^="fa-mainDesc"] {
    font-family: "Open Sans";
}
@media (max-width:600px) {
    div[class^="fa-mainDescLine"] {
        display: none;
    }
}
@media (max-width:450px) {
    #s4-workspace div[class^="fa-mainDesc"] {
        font-size: .75em;
        line-height: 15px;
    }
    
    #s4-workspace h3[class^="fa-imgTitle"] {
        font-size: 1.15em !important;
    }
}

/* Top permanent global menu */
.TopNavigation {
    font-size: 1em;
    padding-right: 10px;
    padding-top: 10px;
}
.TopNavigation a {
    color: #222222;
}
.TopNavigation a:hover {
    color: #BAD5E8;
}
.HeaderContainer {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.HeaderRow {
    margin-right: -15px;
    margin-left: -15px;
    background-color: transparent;
}
.ms-webpartzone-cell {
    margin: auto auto 10px;
}

/* Front Page Stay Connected Stripe */
.frontstripe {
    margin-left: -1500px;
    margin-right: -1500px;
    padding-left: 1500px;
    padding-right: 1500px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -15px;
    background-color: #F1F1F1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    color: #AAAAAA;
}
.frontstripe .fa {
    font-size: 1.5em;
    color: #999999;
}
.frontstripe a {
    color: #AAAAAA;
}
.frontstripe a:hover {
    color: #84CB42;
}

/* Form edits */
.ms-formtable input[type=text] {
    border: 2px solid #DDDDDD;
    border-radius: 5px;
}
.ms-formtable .ms-inputBox {
    border: 2px solid #DDDDDD;
    border-radius: 5px;
}
input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
.sp-peoplepicker-topLevelFocus,
.ms-inputBoxActive,
.ms-inputBox.ms-inputBoxActive:hover {
    background-color: #FFFFFF;
}

/* Subscribe */
.ms-webpart-zone div[webpartid="fe980c01-43b2-4733-bc24-3c89a0b054e9"]>iframe {
    margin-left: -1500px;
    margin-right: -1500px;
    padding-left: 1500px;
    padding-right: 1500px;
    /*background-color: #EAF2F9;*/
    
    height: 100px;
    /*margin-bottom:-30px;*/
    /* background-image:url('/publicaffairs/SiteImages/bg/bg-sub.png');*/
    
    background-repeat: repeat;
}
#frontPageSeparator {
    margin-left: -1500px;
    margin-right: -1500px;
    padding-left: 1500px;
    padding-right: 1500px;
    background-color: #EAF2F9;
    height: 45px;
    margin-bottom: -20px;
    /*border-bottom:1px solid #FFF;*/
}
@media (max-width: 991px) {
    #frontPageSeparator {
        display: none;
    }
    
    div.frontpage {
        border-right: 0px solid #BAD5E8;
    }
    
    .ecl-calendar-front {
        border-right: 0px solid #BAD5E8 !important;
    }
}

/* Sitewide Utility Classes */
h1.depttitle {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #222222;
    font-weight: 700;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 1px 1px #777;
}

/* Count-e-News Front Page iFrame */
#count_e_sub {
    background-color: transparent;
}

/* BCC News */
.bccnews {
    margin-left: -5px;
    margin-top: -15px;
}
.bccnews h1 {
    margin-bottom: 0px;
    color: #222222;
    font-weight: 700;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 1px 1px #777;
}
.bccnews h2 {
    font-family: 'Open Sans', sans-serif;
    color: #888888;
    font-size: .90em;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 2px;
}
.bccnews .release {
    background-color: #EAF2F9;
    border-radius: 5px;
    padding: 8px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 22px;
    margin-right: 0px;
}
.bccnews .release p {
    color: #777777 !important;
    line-height: 16px !important;
    margin-bottom: 1px;
    font-size: 1em;
    padding-top: 0px !important;
}
.news_sub p {
    font-family: 'Open Sans', sans-serif;
    color: #777 !important;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 13px !important;
}
.bccnews p {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: .98em;
    margin-bottom: 18px;
}
.article_date {
    font-size: 1em;
}
.bccnews tr:nth-child(4) p:nth-child(1) {
    padding-top: 15px;
}
.bccnews tr:nth-child(4) p {
    line-height: 23px;
}
table.bccnews h1 {
    margin-top: 10px;
    padding-bottom: 10px;
}
span.article_date {
    line-height: 30px;
    text-transform: capitalize;
    font-size: .90em;
    font-weight: 400;
    color: #00ada8;
}
span.article_date:before {
    font-family: 'FontAwesome';
    content: '\f073';
    color: #BBB;
    font-size: 1.6em;
    padding: 20px;
    padding-right: 5px;
    font-weight: 300;
}
.subhead {
    margin-bottom: 8px;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}
.bccnews .ms-formbody {
    padding-top: 0px;
    padding-bottom: 0px;
}
.bccnews-img {
    width: 100%;
}
.bccnews-img img {
    max-width: 100%;
    border: 2px solid #DDDDDD !important;
}
.bccnews-img img[src='/SiteImages/Icon/NoImageArticle.png'] {
    display: none;
}
.bccnews-img img[src=''] {
    display: none;
}
.img-responsive {
    max-width: 100% !important;
}
.img-limit250 {
    width: 100%;
    max-width: 250px !important;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
    display: block;
}
#img-newsroom {
    max-width: 1000px;
    width: 100% !important;
}
#WebPartWPQ3[webpartid="0807e848-7511-4cd2-a0ae-586547194155"] {
    background-color: #EAF2F9;
    padding: 10px;
    padding-left: 20px;
}
#WebPartWPQ3[webpartid="0807e848-7511-4cd2-a0ae-586547194155"] a {
    color: #006498;
    text-decoration: none;
}
#WebPartWPQ3[webpartid="0807e848-7511-4cd2-a0ae-586547194155"] a:hover {
    color: #00ada8;
}
#WebPartWPQ3[webpartid="0807e848-7511-4cd2-a0ae-586547194155"] a:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    position: relative;
    left: -15px;
    margin: 0 -10px 0 0px;
    color: #00ada8;
    font-size: .9em;
}
#cbqwpctl00_ctl46_g_75345172_ecc5_4203_8b2d_d30cbb03fd18 {
    padding-top: 10px;
}
#cbqwpctl00_ctl46_g_75345172_ecc5_4203_8b2d_d30cbb03fd18 ul>li:first-child hr {
    display: none;
}
.img-responsive-article {
    max-width: 100%;
    width: 100% !important;
    display: block;
    height: auto;
}

/* Front page headlines */
#DeltaPlaceHolderMain .dfwp-item h3 {
    font-family: 'Oswald', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}
.dfwp-item td {
    padding-right: 10px;
    color: #444444;
}
.dfwp-item p {
    padding-right: 10px;
    color: #444444;
}

/* background image */
#s4-bodyContainer {
    background-attachment: transparent;
}
@media (max-width:1024px) {
    #s4-bodyContainer {
        background-attachment: scroll !important;
        background-color: #BAD5E8;
        background-size: auto !important;
        background-position: center top !important;
    }
}

/* COMMENTING THIS CLASS OUT BUT MAY NEED TO REPLACE */

/*#s4-workspace {
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto;
}*/

/* Events Calendar MAIN */
#DeltaPlaceHolderLeftNavBar {
    margin-left: 15px;
}
.ms-datepickerouter .ms-quickLaunch {
    border-color: #FFF;
    background-color: #EEE;
}
.ms-picker-header {
    background-color: #EAF2F9;
}
.ms-picker-month {
    color: #222222;
}
.ms-picker-table {
    font-size: .95em;
}
.ms-acal-display {
    color: #222222;
    font-size: 1.30em;
}
.ms-acal-header {
    background-color: #EAF2F9;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

/* Modified Calendar Item */
.ms-acal-item {
    background-color: #c7e0f0;
}
.ms-acal-month-weeksel {
    width: 10px;
    padding-left: 10px;
}
.ms-acal-summary-dayrow th {
    background-color: #EAF2F9;
    border-left: 1px solid #C6C6C6;
}
.ms-acal-sdiv {
    font-size: .94em;
}
div[webpartid="75d8ba31-da6f-49cc-9cbd-1c31ccb31378"] {
    padding-right: 4px;
}
tr td div.ms-acal-today {
    background-color: #00ada8;
}

/* Web part lists */
.col-sm-4 .ms-wpContentDivSpace {
    border-radius: 0px;
}
.col-sm-4 .ms-wpContentDivSpace a {
    color: #006498;
}
.col-sm-4 .ms-wpContentDivSpace a:hover {
    color: #00ada8;
}
.pa_menu a:link {
    text-decoration: none;
}

/* Commission District CSS */
.comm_dist h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    line-height: 24px;
}
.comm_dist p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: .95em;
}
.comm_dist a {
    font-family: 'Oswald', sans-serif;
    color: #006498;
    text-decoration: underline;
    font-weight: 300;
    font-size: 1.1em;
}
.comm_dist img {
    margin: 3px;
    border: 2px solid #DDD;
    border-radius: 10px;
}
.item {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* media query entries to redesign the header for different screensizes */
@media (max-width: 767px) {
    #s4-workspace {
        background-image: none;
    }
    
    .HeaderContainer {
        max-height: 210px;
    }
    
    #s4-bodyContainer {
        background-image: none !important;
    }
}

/* hide menus and things from dialog menus */
.ms-dialog .TopNavigation {
    display: none;
}
.ms-dialog #topnavbar {
    display: none;
}
.ms-dialog #google_translate_element {
    display: none;
}

/* Newsroom Title Area, may need to limit */
#DeltaPlaceHolderPageTitleInTitleArea .die a {
    font-size: .5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    padding-left: 2px;
    color: #888888;
    margin-top: -40px;
}
#DeltaPlaceHolderPageTitleInTitleArea .die a:hover {
    color: #006498;
}

/* Custom Divs by DK for PA specific */
.pa_menu h2 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-weight: 600;
    color: #212121;
    font-size: 1.5em;
    margin-top: 0px;
}
.pa_menu hr {
    margin-top: 6px;
    margin-bottom: 6px;
}
.pa_menu ul {
    margin-bottom: 3px;
    list-style-type: none;
    list-style-image: none;
}
.pa_menu a {
    color: #006498;
}
.pa_menu li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    position: relative;
    left: -15px;
    margin: 0 -15px 0 0px;
    color: #00A676;
    font-size: 1em;
    line-height: 20px;
}

/* Sidebar Menu Style */
.side_menu h2 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-weight: 600;
    color: #212121;
    font-size: 1.5em;
    margin-top: 0px;
}
.side_menu hr {
    margin-top: 6px;
    margin-bottom: 6px;
}
.side_menu ul {
    margin-bottom: 3px;
    list-style-type: none;
}
.side_menu a {
    color: #006498;
}
.side_menu li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    position: relative;
    left: -15px;
    margin: 0 -10px 0 0px;
    color: #00A676;
    font-size: .80em;
}
.side_menu {
    background-color: #F1F2EB;
    border-radius: 2px;
    padding: 10px;
    /* border:2px solid #FFF; */
    /* border-bottom:2px solid #CCC;*/
    
    box-shadow: 0px 0px 2px #AAA;
}
.ms-vb-tall {
    padding: 0px;
}
table.ms-listviewtable tbody tr td.ms-newsletterline {
    border-top-width: 0px;
}
table.ms-listviewtable tbody tr td.ms-newsletterline>img {
    display: none;
}

/*table.ms-listviewtable {
    font-size:.8em !important;
}*/
table.ms-listviewtable td[role="gridcell"] span {
    font-size: .8em !important;
}
.ms-core-menu-box .ms-core-menu-list li>a {
    padding: 0px;
    padding-left: 3px;
}

/* District Locator */
#MSOZoneCell_WebPartWPQ2 div[webpartid="a9de9150-fb4b-4b8b-833b-0d6cd1c0c6b4"] iframe {
    min-height: 600px;
}

/* mainbody full width */

/* Link colors need overriding */
#mainbody a {
    color: #004385;
}
#mainbody a:hover {
    color: #00ADA8;
    text-decoration: underline;
}
#DeltaPlaceHolderMain a>h3 {
    font-weight: 400;
    font-size: 1.2em;
    color: #004385;
    /*text-shadow:0px 0px 1px #777;*/
}
#DeltaPlaceHolderMain a:hover>h3 {
    color: #00ADA8;
    text-decoration: underline;
}

/* Twitter Widget */
#ctl00_ctl46_g_479dcb12_7211_4af9_a66e_515980abf944 {
    /*border: 3px solid #EBF2FA;*/
}
#twitter-widget-0 {}
iframe#twitter-widget-0 {
    width: 100% !important;
    min-width: 0px !important;
    border-top: 0px solid #DDD !important;
    border-bottom: 0px solid #F1F2EB !important;
    border-left: 0px solid #BAD5E8 !important;
    border-right: 0px solid #BAD5E8 !important;
    float: left;
    background-color: #F1F2EB;
}

/* Responsive class for images, better than built in one */
.responsive-adj {
    max-width: 97% !important;
    height: auto;
    border: 2px solid #FFF;
    display: block;
    margin: 5px;
}

/*Newsroom Image Tricks*/
.caption1 {
    margin-top: -10px;
    margin-bottom: 15px;
    font-style: italic;
    font-size: .90em;
    max-width: 800px;
}
.news_story {
    display: inline-block;
}
.news_body {
    margin-top: 0px;
    padding: 0px;
}
.news_body p {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
}
.newsimg_right {
    float: right;
    margin: 5px;
    padding-top: 15px;
}
.newsimg_right img {
    float: right;
    border: 2px solid #DDDDDD !important;
}
.newsimg_caption {
    font-style: italic;
    font-size: .90em;
}

/* Random Interface Elements (logged in) */
#suiteBar {
    background-color: #BAD5E8;
    font-weight: 700;
    font-family: 'Open Sans', san-serif;
    font-size: .9em;
}
#s4-ribbonrow ul {
    font-family: 'Open Sans', san-serif;
    font-weight: 600;
    font-size: 1em;
}
#s4-ribbonrow ul {
    list-style-image: none;
}
#suiteBarRight {
    color: #FFF;
}
.ms-core-deltaSuiteBarRight {
    background-color: #BAD5E8;
}
.ms-welcome-root>a.ms-core-menu-root,
.ms-signInLink {
    color: #FFF;
}
.ms-cui-tabBody {
    background-color: #EAF2F9;
}
.ms-cui-tt-s>.ms-cui-tt-a {
    background-color: #EAF2F9;
    /*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    
    border: 1px solid #BAD5E8;
    border-bottom: 0px solid #FFF;
    box-shadow: 0px 0px 4px #BBB;
}
#DeltaPageStatusBar {
    position: relative;
}
.ms-cui-topBar2 {
    background-color: #dcebf5;
}
.ms-cui-ribbonTopBars {
    font-weight: 600;
    font-size: .9em;
}
#DeltaWebPartAdderUpdatePanelContainer {
    font-size: .85em;
}

/* Standard CSS Settings */
#DeltaPlaceHolderMain h1 {
    font-family: 'Oswald', sans-serif;
    color: #333;
    font-weight: 600;
    font-size: 1.8em;
}
#DeltaPlaceHolderMain h2 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 1.2em;
}
#DeltaPlaceHolderMain h3 {
    font-family: 'Oswald', sans-serif;
    color: #444;
    font-weight: 400;
    font-size: 1.3em;
    text-shadow: 0 1px 1px #AAA;
}
#DeltaPlaceHolderMain h4 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 1.1em;
}
#DeltaPlaceHolderMain h1.ms-rteElement-H1B {
    color: #222222;
    font-weight: 700;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 1px 1px #777;
}
#DeltaPlaceHolderMain h2.ms-rteElement-H2B {
    font-family: 'Open Sans', sans-serif;
    color: #1C1D21;
    font-weight: 800;
    font-size: 1.6em;
}
#DeltaPlaceHolderMain h3.ms-rteElement-H3B {
    font-family: 'Open Sans', sans-serif;
    color: #004346;
    font-weight: 600;
    font-size: 1.8em;
}
#DeltaPlaceHolderMain h4.ms-rteElement-H4B {
    font-family: 'Open Sans', sans-serif;
    color: #00ADA8;
    font-weight: 600;
    font-size: 1.5em;
}
#DeltaPlaceHolderMain h5 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 800;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: underline;
}
#DeltaPlaceHolderMain h6 {
    font-family: 'Oswald', sans-serif;
    color: #333;
    font-weight: 800;
    font-size: 1.2em;
}
.ms-rteStyle-Normal {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
.ms-rteStyle-Emphasis {
    color: #004385;
}
.ms-rteStyle-IntenseEmphasis {
    color: #004385;
}
.ms-rteStyle-Accent1 {
    color: #FF0000;
}
.ms-rteElement-H1 {
    font-family: 'Oswald', sans-serif;
    color: #333 !important;
    font-weight: 600;
    font-size: 2.3em;
}
.ms-rteElement-H2 {
    font-family: 'Open Sans', sans-serif;
    color: #333 !important;
    font-weight: 700;
    font-size: 1.2em;
}
.ms-rteElement-H3 {
    font-family: 'Oswald', sans-serif;
    color: #444 !important;
    font-weight: 400;
    font-size: 1.3em;
    text-shadow: 0 1px 1px #AAA;
}
.ms-rteElement-H4 {
    font-family: 'Open Sans', sans-serif;
    color: #333 !important;
    font-weight: 400;
    font-size: 1.1em;
}
h1.ms-rteElement-H1B {
    color: #222222;
    font-weight: 700;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 1px 1px #777;
}
h2.ms-rteElement-H2B {
    font-family: 'Open Sans', sans-serif;
    color: #1C1D21;
    font-weight: 800;
    font-size: 1.6em;
}
h3.ms-rteElement-H3B {
    font-family: 'Open Sans', sans-serif;
    color: #004346;
    font-weight: 600;
    font-size: 1.8em;
}
h4.ms-rteElement-H4B {
    font-family: 'Open Sans', sans-serif;
    color: #00ADA8;
    font-weight: 600;
    font-size: 1.5em;
}
#Ribbon.EditingTools.CPEditTab.Styles .ms-rteStyle-Normal {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
#Ribbon.EditingTools.CPEditTab.Styles .ms-rteStyle-Emphasis {
    color: #004385;
}
#Ribbon.EditingTools.CPEditTab.Styles .ms-rteStyle-IntenseEmphasis {
    color: #004385;
}
#Ribbon.EditingTools.CPEditTab.Styles .ms-rteStyle-Accent1 {
    color: #FF0000;
}

/* This takes away the extra space on front page, but may have to be put directly on that page if it affects more */
#ctl00_PlaceHolderMain_ctl00__ControlWrapper_RichHtmlField {
    display: none !important;
}

/* Page Titles */
#pageTitle {
    padding-top: 10px;
}

/* View Edit Header */
.ms-viewheadertr {
    background-color: #004385;
}
.ms-headerCellStyleMenuOpen {
    background-color: #004385;
}
.ms-viewheadertr .ms-core-menu-list {
    background-color: #DCEBF5;
    font-weight: 600;
    border-radius: 0px;
}
.ms-viewheadertr .ms-core-menu-list a {
    color: #006CB5 !important;
    border-radius: 0px;
}
.ms-core-menu-list {
    /* position: absolute; */
}
#mainbody .ms-core-menu-box {
    position: fixed !important;
    top: 50% !important;
}

/* Video Player CSS */
#ch20new {
    display: block;
    height: auto;
    margin: auto;
    width: 100%;
    min-height: 360px;
}
#ch20new_letterbox {
    display: block;
    height: auto;
    margin: auto;
    width: 100%;
    min-height: 360px;
}
#vidplayer {
    margin-left: 2px;
    padding-top: 2px;
    width: 100%;
}
#vidplayer_letterbox {
    padding-top: 2px;
    width: 75%;
    margin: auto;
    background-color: #EBF2FA;
}
#vidplayer_letterbox #vidcontainer {
    box-shadow: 0px 0px 8px #333;
}
#vidplayer_letterbox90 {
    padding-top: 2px;
    width: 90%;
    margin: auto;
    background-color: #EBF2FA;
}
#vidplayer_letterbox90 #vidcontainer {
    box-shadow: 0px 0px 8px #333;
}
@media (max-width: 991px) {
    #vidplayer_letterbox {
        width: 95% !important;
    }
}
@media (max-width: 991px) and (min-width: 600px) {
    #ch20new {
        min-height: 300px;
    }
}
@media (max-width: 599px) {
    #ch20new {
        min-height: 200px;
    }
}

/* Image Caption Display for Lightbox Images*/

/* DO NOT MODIFY */
div.wrapper {
    float: left;
    /* important */
    
    position: relative;
    /* important(so we can absolutely position the description div */
}
.wrapper div.description {
    position: absolute;
    /* absolute position (so we can position it where we want)*/
    
    bottom: 0px;
    /* position will be on bottom */
    
    left: 0px;
    width: 100%;
    /* styling bellow */
    
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333333;
    opacity: 0.8;
    /* transparency */
    
    filter: alpha(opacity=100);
    /* IE transparency */
    
    zoom: 1;
    /* Fix for IE7 */
}
p.description_content {
    padding: 8px;
    padding-top: 4px !important;
    margin: 0px;
}

/* Newsroom Lightbox Pics */
.bccnews .news_story .newsimg_right {
    max-width: 50%;
    margin-left: 15px;
}
@media (max-width: 900px) {
    .bccnews .news_story .newsimg_right {
        width: 100% !important;
        max-width: 100%;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .bccnews .news_story .newsimg_right .wrapper div.description {
        bottom: 20px;
        margin-left: -2px;
    }
}
@media (max-width: 424px) {
    .bccnews .news_story .newsimg_right .wrapper div.description {
        bottom: 20px;
        margin-left: -2px;
    }
}
.bccnews .news_story .newsimg_right img {
    max-width: 100%;
}

/* Bulleted list preset override */
.groupheader {
    padding: 5px;
    font-size: 1.2em;
    padding-left: 15px;
    margin-top: 10px;
}
.link-item .description {
    position: relative;
    padding: 0px;
    margin: 0px;
}

/* Working on commissioner slideshows */

/* DISTRICT 1 */
#fa-containerFAga5e063d08bb h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 5px black;
    font-weight: 400;
}
div.fa-descContentFAga5e063d08bb {
    border: 2px solid #FFFFFF;
    padding: 10px;
    max-width: 50%;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px black inset;
    font-weight: 400;
}
#fa-containerFAga5e063d08bb a {
    color: #FFFFFF;
}
#fa-containerFAga5e063d08bb a:hover {
    color: #FFFFFF;
}

/* DISTRICT 2 */
#fa-containerFAg5e1c6c3d48d h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 5px black;
    font-weight: 400;
}
div.fa-descContentFAg5e1c6c3d48d {
    border: 2px solid #FFFFFF;
    padding: 10px;
    max-width: 50%;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px black inset;
    font-weight: 400;
}
#fa-containerFAg5e1c6c3d48d a {
    color: #FFFFFF;
}
#fa-containerFAg5e1c6c3d48d a:hover {
    color: #FFFFFF;
}

/* DISTRICT 5 */
#fa-containerFAg30cc4c798bd h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 5px black;
    font-weight: 400;
}
div.fa-descContentFAg30cc4c798bd {
    border: 2px solid #FFFFFF;
    padding: 10px;
    max-width: 50%;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px black inset;
    font-weight: 400;
}
#fa-containerFAg30cc4c798bd a {
    color: #FFFFFF;
}
#fa-containerFAg30cc4c798bd a:hover {
    color: #FFFFFF;
}

/* DISTRICT 3 */
#fa-containerFAgffaa6bd0689 h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 5px black;
    font-weight: 400;
}
div.fa-descContentFAgffaa6bd0689 {
    border: 2px solid #FFFFFF;
    padding: 10px;
    max-width: 50%;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px black inset;
    font-weight: 400;
}
#fa-containerFAgffaa6bd0689 a {
    color: #FFFFFF;
}
#fa-containerFAgffaa6bd0689 a:hover {
    color: #FFFFFF;
}

/* DISTRICT 4 */
#fa-containerFAg0c794fbf02f h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 5px black;
    font-weight: 400;
}
div.fa-descContentFAg0c794fbf02f {
    border: 2px solid #FFFFFF;
    padding: 10px;
    max-width: 50%;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px black inset;
    font-weight: 400;
}
#fa-containerFAg0c794fbf02f a {
    color: #FFFFFF;
}
#fa-containerFAg0c794fbf02f a:hover {
    color: #FFFFFF;
}

/* DISTRICT 6 */
#fa-containerFAgff15c54634b h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 5px black;
    font-weight: 400;
}
div.fa-descContentFAgff15c54634b {
    border: 2px solid #FFFFFF;
    padding: 10px;
    max-width: 50%;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px black inset;
    font-weight: 400;
}
#fa-containerFAgff15c54634b a {
    color: #FFFFFF;
}
#fa-containerFAgff15c54634b a:hover {
    color: #FFFFFF;
}

/* DISTRICT 7 */
#fa-containerFAg0fef8b4e62d h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 5px black;
    font-weight: 400;
}
div.fa-descContentFAg0fef8b4e62d {
    border: 2px solid #FFFFFF;
    padding: 10px;
    max-width: 50%;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px black inset;
    font-weight: 400;
}
#fa-containerFAg0fef8b4e62d a {
    color: #FFFFFF;
}
#fa-containerFAg0fef8b4e62d a:hover {
    color: #FFFFFF;
}

/* Backend Admin Tweaks */
#InsertEditSortPane {
    font-size: .7em;
}

/* WORKING ON MEGA MENU STYLING */
@media (min-width: 768px) {
    .megaMenu ul.dynamic {
        background-color: #ebf2fa;
        padding: 0px;
        /*margin-left:-100px !important;*/
        margin-top: 0px;
    }
    
    .megaMenu ul.dynamic .ms-core-listMenu-item {
        background-color: transparent;
    }
    
    .megaMenu ul.dynamic .ms-core-listMenu-item:hover {
        background-color: #F5F5F5;
    }
    
    .megaMenu a:hover span {
        text-decoration: underline;
    }
    
    ul.static>.megaMenu>.dynamic-children:hover {
        background-color: transparent;
    }
    /*li.megaMenu A.dynamic { 
        min-width:300px;
    }*/
    /*.megaMenu li.Mheader:hover span {
        background-color: #EBF2FA;
    }*/
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li.Mheader {
        font-size: .9em;
        padding-left: 4px;
        padding-top: 4px;
        text-decoration: underline;
        color: #000 !important;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li.Mheader a {
        color: #000 !important;
        text-transform: uppercase;
    }
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li {
        padding-left: 0px;
    }
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li:hover {
        background-color: #F5F5F5;
    }
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li.Mheader:hover {
        width: 100%;
        background-color: #F5F5F5;
    }
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li .ms-core-listMenu-item:link,
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li .ms-core-listMenu-item:visited {
        padding: 6px;
    }
    
    #topnavbar li.megaMenu ul.dynamic>li {
        border-top-width: 0px;
        padding-top: 0px;
    }
    
    #DeltaTopNavigation>.ms-core-listMenu-horizontalBox>ul.static>li.static>ul.static>li.static:hover {
        background-color: transparent;
    }
    
    #topnavbar .nav ul.static>li.megaMenu>ul.dynamic {
        margin-top: 0px;
        padding: 0px;
        /*box-shadow:1px 1px 7px #777777;*/
    }
    
    #topnavbar .nav li.selected>ul.static>li.megaMenu>ul.dynamic {
        margin-left: 0px;
        padding: 0px;
        padding-top: 0px;
        font-size: 1em;
    }
    
    #DeltaTopNavigation .menu-item-text {
        font-size: .9em;
    }
    
    #DeltaTopNavigation .menu-item-text:hover {
        text-decoration: underline;
    }
    
    #topnavbar ul.dynamic {
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        /*box-shadow:1px 1px 7px #777777 !important;*/
    }
    
    #topnavbar ul.dynamic>li {
        border: 0px !important;
    }
    
    #topnavbar .nav li.hover {
        background-color: transparent;
        /*box-shadow:0px 0px 10px #777777 !important;*/
    }
    
    div#DeltaTopNavigation>div>ul>li>ul>li:hover {
        box-shadow: 0px 0px 10px #777777 !important;
    }
    
    #topnavbar .nav>ul.static>li.static>ul.static>li.static {
        /*border-bottom: 2px solid #000000;*/
    }
    
    #topnavbar .nav>ul.static>li.static>ul.static>li.static:hover {
        background-color: transparent;
        /*border-left: 1px solid #DDD;
      border-right: 1px solid #DDD;*/
    }
    
    ul.dynamic .ms-core-listMenu-item {
        background-color: transparent;
    }
    
    #topnavbar .nav li.static>ul.dynamic>li.dynamic>a:hover {
        background-color: #F5F5F5;
    }
    
    ul.dynamic {
        border-top: 0px;
    }
    
    .ms-core-listMenu-horizontalBox li.static>.ms-core-listMenu-item {
        border-radius: 0px;
    }
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li {
        display: inline-block;
    }
    
    li.static.dynamic-children.megaMenu>ul.dynamic>li>div>ul>li.dynamic.dynamic-children>ul.dynamic {
        background-color: #FFF;
        margin-left: 50px !important;
        min-height: 30px !important;
        box-shadow: 0px 0px 10px #777777 !important;
        border: 0px solid #777777 !important;
    }
    
    li.static.dynamic-children.megaMenu>ul.dynamic>li>div>ul>li.dynamic.dynamic-children>ul.dynamic>li.dynamic>a {
        background-color: #FFF;
    }
    
    li.static.dynamic-children.megaMenu>ul.dynamic>li>div>ul>li.dynamic.dynamic-children.hover {
        box-shadow: 0px 0px 0px #777 !important;
    }
}
@media (max-width: 987px) and (min-width:767px) {
    #DeltaTopNavigation .menu-item-text {
        font-size: .82em;
    }
}
@media (max-width: 767px) {
    #DeltaTopNavigation li.megaMenu ul.dynamic>li {
        display: block;
        font-size: 1.3em;
    }
    
    #topnavbar .nav li.selected>ul.static>li>ul.dynamic {
        margin-left: 0px;
        min-width: 0px;
        padding: 5px;
        padding-top: 10px;
        font-size: .9em;
    }
    
    .ms-core-listMenu-horizontalBox {
        width: 100%;
    }
    
    .ms-core-listMenu-verticalBox .ms-core-listMenu-item,
    ul.dynamic .ms-core-listMenu-item {
        background-color: #FFFFFF;
        /* f4f4f4 */
        border: 0px;
    }
    
    ul.dynamic {
        background-color: #FFFFFF;
        border: 0px;
    }
    
    li.megaMenu ul.dynamic li {
        border-top: 0px !important;
    }
    
    li.megaMenu>ul.dynamic>li>div>ul {
        display: block !important;
    }
    
    li.megaMenu ul.dynamic li {
        display: block !important;
    }
    
    #DeltaTopNavigation li ul.dynamic>li>div>ul>li>ul.dynamic {
        min-height: 30px;
        padding-left: 10px;
        padding-right: 20px;
    }
    
    #DeltaTopNavigation li.megaMenu ul.dynamic>li>div>ul>li>ul.dynamic .menu-item-text {
        font-size: .4em;
        padding: 0px !important;
    }
    
    li.megaMenu>ul.dynamic>li>div>ul>li>ul>li {
        height: 10px;
        line-height: 15px;
    }
    
    #DeltaTopNavigation li ul.dynamic>li>div>ul>li .ms-core-listMenu-item:link {
        margin-right: 10px;
    }
    
    #topnavbar #DeltaTopNavigation li>ul.dynamic>li>div>ul>li.dynamic>a {
        padding-left: 5px !important;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
    #topnavbar #DeltaTopNavigation li>ul.static>li>ul>li.dynamic>a {
        padding-left: 5px !important;
    }
    
    #topnavbar #DeltaTopNavigation li>ul.static>li>ul>li.dynamic {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    ul.static>li>ul>li.selected>a:hover {
        background-color: transparent !important;
    }
    
    #topnavbar #DeltaTopNavigation ul>li>ul>li>a.menu-item {
        font-size: 1.3em;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
    }
    
    #topnavbar #DeltaTopNavigation ul>li>ul>li>span.menu-item {
        font-size: 1.3em;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
    }
    
    #topnavbar #DeltaTopNavigation ul>li>ul>li>ul>li {
        border-top: 0px;
        line-height: 19px;
    }
    
    #topnavbar #DeltaTopNavigation>div>ul>li>ul {
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
        background-color: #FFF;
    }
    
    #topnavbar #DeltaTopNavigation li.static>.menu-item {
        height: 25px;
    }
}
@media (max-width: 991px) {
    .navbar-inner>.container {
        max-width: 100%;
        font-size: .9em;
    }
    
    #topnavbar .nav #DeltaTopNavigation li.static>.menu-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Adjust padding on smaller screens */
@media (max-width: 767px) {
    #mainbody {
        padding-left: 17px;
        padding-right: 16px;
    }
}

/* HIDE SLIDESHOWS ON MOBILE */

/*@media (max-width: 450px) {
    div[id^="fa-container"] {
        display: none;
    }
}*/

/* A little extra space before footer */
#main>.container {
    /* margin-bottom:25px; */
    
    padding-bottom: 10px;
}

/* Bootstrap built-in overrides */
#accordion .panel-default>.panel-heading {
    background-color: #EBF2FA;
}
.newsfeed .btn:hover {
    background-color: #00ADA8 !important;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
    }
}
#mainbody .nav-pills>li.active>a {
    background-color: #EBF2FA;
}

/* TESTING RESPONSIVE TABLES */
.table-responsive {
    -webkit-overflow-scrolling: touch;
}
.table-responsive .table {
    max-width: none !important;
}

/* Responsive YouTube iFrame */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* IE11 Issues */
@media screen and (max-width:320px;
) {
    @-ms-viewport {
        width: 90%;
    }
}

/* General edits */
#mainbody #DeltaPlaceHolderMain hr {
    border-top: 2px solid #DDD;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* background css helpers */
.bg-lightblue {
    background-color: #BAD5E8;
    border: 1px solid #016BB5;
    border-bottom: 3px solid #014C82;
    padding: 10px;
}
.bg-lighterblue {
    background-color: #ebf2fa;
    padding: 10px;
}

/* These things may make scrolling easier on ios mobile */
body {
    -webkit-overflow-scrolling: touch;
}
iframe {
    -webkit-overflow-scrolling: touch;
}
.modal-backdrop {
    z-index: -1 !important;
}

/* test class */
.testclass {
    background-color: black !important;
}

/* @group Blink */
.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 1;
    }
    
    50.01% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 1;
    }
    
    50.01% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 1;
    }
    
    50.01% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 1;
    }
    
    50.01% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 1;
    }
    
    50.01% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}

/* @end */

/* Front Page Heading Mods */
div.frontpage {
    border-right: 0px solid #BAD5E8;
}
.lightbluebox {
    background-color: #F1F2EB;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    /*background-color:#faf2e6;*/
    /*border-style: solid; 
    border-width: 2px 0px 0px; 
    -moz-border-image: url(http://www.pbcgov.com/_images/colorbars.png) 1 3 0 stretch repeat; 
    -webkit-border-image: url(http://www.pbcgov.com/_images/colorbars.png) 1 3 0 stretch repeat; 
    -o-border-image: url(http://www.pbcgov.com/_images/colorbars.png) 1 3 0 stretch repeat; 
    border-image: url(http://www.pbcgov.com/_images/colorbars.png) 1 3 0 stretch repeat;*/
    
    border-bottom: 2px solid #CCC;
    /*border-bottom-right-radius: 20px;*/
}
#DeltaPlaceHolderMain .frontspecialContainer .specialTitle {
    font-family: "NexaSlab";
    font-size: 1.4em;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 35px;
    color: #FFF;
    text-shadow: 1px 1px 3px #333;
    display: inline;
}
#DeltaPlaceHolderMain .frontspecialContainer p {
    font-family: "Open Sans";
    font-size: .8em;
    padding: 5px;
    line-height: 20px;
    color: #CCC;
    font-weight: 600;
    text-shadow: 1px 1px 3px #333;
    float: right;
}
#DeltaPlaceHolderMain .frontspecialContainer {
    border-left: 5px solid #016BB5;
    border-bottom: 5px solid #016BB5;
    background-color: #014C82;
    padding: 2px;
    height: 30px;
    /*border-top-right-radius:15px;*/
}
#DeltaPlaceHolderMain .frontspecialContainerAlt {
    border-left: 5px solid #016BB5;
    background-color: #014C82;
    padding: 2px;
    /*border-top-right-radius:15px;*/
}
#DeltaPlaceHolderMain .frontspecialContainerAlt .specialTitle {
    font-family: "NexaSlab";
    font-size: 1.4em;
    padding-left: 10px;
    line-height: 30px;
    color: #FFF;
    text-shadow: 1px 1px 3px #333;
    display: inline;
}

/* New layout work */
#DeltaPlaceHolderMain .specialContainer .specialTitle {
    font-family: "NexaSlab";
    font-size: 1.4em;
    padding: 10px;
    margin: 0px;
    line-height: 40px;
    color: #FFF;
    text-shadow: 1px 1px 3px #333;
    display: inline;
}
#DeltaPlaceHolderMain .frontspecialContainer h4.specialTitle {
    margin: 0px;
    padding-left: 5px;
}
#DeltaPlaceHolderMain .specialContainer p {
    font-family: "Open Sans";
    font-size: .8em;
    padding: 0px;
    padding: 5px;
    line-height: 20px;
    color: #CCC;
    font-weight: 600;
    text-shadow: 1px 1px 3px #333;
    float: right;
}
#DeltaPlaceHolderMain .specialContainer {
    border-left: 5px solid #016BB5;
    background-color: #014C82;
    padding: 2px;
}
#DeltaPlaceHolderMain .specialContainer a:link {
    text-decoration: none;
    color: #FFF;
}
#DeltaPlaceHolderMain .specialContainer a:hover {
    text-decoration: underline;
    color: #FFF;
}
#DeltaPlaceHolderMain .specialContainerRight a:link {
    text-decoration: none;
    color: #FFF;
}
#DeltaPlaceHolderMain .specialContainerRight a:hover {
    text-decoration: underline;
    color: #FFF;
}
#DeltaPlaceHolderMain .specialContainerRight .specialTitle {
    font-family: "NexaSlab";
    font-size: 2em;
    padding-right: 15px;
    color: #FFF;
    padding-top: 5px;
    text-shadow: 1px 1px 3px #333;
}
#DeltaPlaceHolderMain .specialContainerRight p {
    font-family: "Open Sans";
    font-size: 1em;
    padding-left: 15px;
    line-height: 15px;
    color: #aaa;
    font-weight: 600;
}
#DeltaPlaceHolderMain .specialContainerRight {
    /*border-right:5px solid #014C82;*/
    
    text-align: right;
    background-color: #016BB5;
    min-height: 50px;
}
#DeltaPlaceHolderMain .specialSidebarTitleContainer .specialSidebarTitle {
    /*border-right:5px solid #016BB5;*/
    
    border-bottom: 5px solid #016BB5;
    /*border-top-left-radius:15px;*/
    
    background-color: #014C82;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 1px;
    box-shadow: 0px 1px 1px #777;
}
#DeltaPlaceHolderMain h4.specialSidebarTitle {
    color: #FFF;
    padding: 2px;
    font-weight: 400;
    text-shadow: 1px 1px 3px #333;
    font-family: "NexaSlab";
    font-size: 1em;
    line-height: 25px;
    position: relative;
    padding-top: 8px;
}
#DeltaPlaceHolderMain .col-sm-8 .dfwp-column {
    padding-left: 0px;
}
#DeltaPlaceHolderMain .image-area-left img.img-responsive-article {
    border-radius: 0px;
    box-shadow: 0px 0px 3px #333;
    border: 2px solid #FFF;
    margin-left: -5px;
}
#DeltaPlaceHolderMain .specialSidebarTitleContainerLB {
    border-bottom-right-radius: 20px;
    background-color: #016BB5;
    margin-top: -10px;
}
#DeltaPlaceHolderMain .specialSidebarTitleContainerLB .specialSidebarTitleLB {
    background-color: #016BB5;
    text-align: center;
    margin-bottom: 0px;
}
#DeltaPlaceHolderMain h4.specialSidebarTitleLB {
    color: #BAD5E8;
    padding: 2px;
    text-shadow: 1px 1px 3px #333;
    font-family: "NexaSlab";
    font-size: 1.4em;
    padding-right: 15px;
    line-height: 20px;
    margin: 0px;
}
#s4-bodyContainer {
    padding-top: 0px;
}
.TopNavigation {
    padding-top: 0px;
    color: #FFF;
    text-shadow: 1px 1px 1px #222;
    float: right;
    font-size: 1em;
}
.TopNavigation a {
    color: #FFF;
}
#sizer {
    color: #FFF;
    text-shadow: 1px 1px 1px #222;
    float: left;
    padding-left: 10px;
    padding-top: 0px;
    font-weight: 700;
    font-size: 1em;
}
#sizer a {
    color: #FFF;
}
.HeaderContainer {
    max-width: 1170px;
}
.HeaderContainer #topnavbar .navbar-collapse {
    background-color: transparent;
}
.HeaderRow {
    background-color: rgba(255, 255, 255, .7) !important;
}
#topnavbar {
    background-color: rgba(255, 255, 255, .8) !important;
    border-radius: 0px !important;
}
.HeaderRow {
    margin-left: 0px;
    margin-right: 0px;
}
.HeaderContainer .colorbars {
    width: 100%;
    max-width: 1170px;
    height: 5px;
    overflow: hidden;
}
.transparent-slide {
    background-color: transparent;
}
#top_social {
    padding-top: 1px;
    padding-bottom: 1px;
    color: #FFF;
    text-shadow: 1px 1px 1px #222;
    text-align: center;
    font-size: 1.5em;
    line-height: 15px;
}
#top_social p {}
#top_social a {
    color: #FFF;
}
#top_social a:hover {
    color: #BAD5E8;
}
#top_social .fa {
    padding: 0px;
}
.HeaderContainer .col-md-12 #topnavbar {
    border: 0px solid #000;
}
#main {
    padding-bottom: 30px;
    max-width: 1170px;
    margin: auto;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 400px;
}
#main>.container {
    max-width: 100%;
    border-bottom: 0px solid #016BB5;
    padding-bottom: 0px;
}
#mainbody {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: transparent;
}
#s4-workspace .section-colored-footer-info {
    /*background-color: #F5F5F5;*/
    
    background-color: rgba(255, 255, 255, .9);
}
.ms-webpartzone-cell {
    margin-bottom: 0px;
}
#s4-workspace .section-colored-footer-info {
    color: #666;
}
.section-colored-footer-info .missiontxt {
    color: #00A9A4;
    font-size: 1.6em;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
}
#s4-workspace .section-colored-footer-info a.btn {
    margin-top: 20px;
    background-color: #FBAE3A;
    border-left: 3px solid #C78A2E;
    padding: 2px;
    font-family: "Oswald";
    font-size: 1em;
    font-weight: 400;
    border-radius: 0px;
    width: 90px;
    color: #333 !important;
}
.section-colored-footer-bottom {
    color: #CCC;
}
.section-colored-footer-bottom a {
    color: #333;
}
.section-colored-footer-bottom a:hover {
    color: #00A9A4;
}
#s4-workspace .section-colored-footer-bottom {
    min-height: 60px;
    padding-top: 15px;
    font-weight: 600;
    font-size: .85em;
    padding-left: 20%;
    padding-right: 20%;
    width: 60%;
    color: #333;
    /*background-color: #DBDBDB;*/
    
    background-color: rgba(255, 255, 255, .8) !important;
}
#s4-workspace .section-colored-footer-bottom .col-md-4 {
    padding-top: 5px;
}
.ms-siteicon-a {
    width: 470px;
}
.ms-siteicon-img {
    max-width: 100%;
    max-height: 80px;
}
.row-footer .col-md-6 div {
    clear: both;
}
.row-footer .col-md-6 a {
    display: block;
}
.row-footer a {
    color: #004385;
    font-size: .95em;
}
#DeltaSiteLogo {
    padding-top: 5px;
}

/* COLORFUL FRONT NAV BOXES */
.frontnavboxes {
    /*padding-top:15px;
    padding-bottom:15px;*/
    
    border-top: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
    background-color: #FFF;
    /*margin-left:-10px;
    margin-right:-10px;*/
}
.frontnavboxes .row {
    margin-left: 0px;
    margin-right: 0px;
}
.frontnavboxes .col-sm-3 {
    padding: 0px;
    padding: 0px;
    background-color: #FFF;
}
.frontnavboxes p {
    text-align: center;
    color: #FFF;
}
.fnav_spacer {
    height: 0px;
    background-color: #FFF;
    clear: both;
}
div[class^="frontnavBox"] {
    height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    /*box-shadow:0px 0px 5px #333;*/
}
div[class^="frontnavBox"]:hover {
    background-color: #FFF;
}
div[class^="frontnavBox"] .fa {
    padding-top: 0px;
    padding-left: 8px;
    position: absolute;
    font-size: 1.2em;
    line-height: 20px;
    width: 25%;
    /*height:calc(100% - 8px);*/
    
    overflow: hidden;
    text-shadow: 0px 1px 1px #FFF;
}
div[class^="frontnavBox"] .fbnav {
    padding: 5px;
    position: absolute;
    top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    color: #014C82
    /*#FFF*/
    
    ;
    text-shadow: 0px 1px 1px #FFF;
    line-height: 20px;
    margin-left: 30px;
}
a:hover .fbnav {
    color: #014C82 !important;
    text-shadow: 0px 0px 4px #DDD;
    text-decoration: underline;
}
.frontnavBox1 {
    background-color: #BAD5E8;
    /*#016BB5*/
    
    ;
    border-bottom: 2px solid #014c82;
    /*border-top: 3px solid #014c82;*/
}
.frontnavBox2 {
    background-color: #BAD5E8
    /*#00A9A4*/
    
    ;
    border-bottom: 2px solid #007571;
    /*border-top: 3px solid #007571;*/
}
.frontnavBox3 {
    background-color: #BAD5E8
    /*#FBAE3A*/
    
    ;
    border-bottom: 2px solid #c78a2e;
    /*border-top: 3px solid #c78a2e;*/
}
.frontnavBox4 {
    background-color: #BAD5E8
    /*#8CA3D5*/
    
    ;
    border-bottom: 2px solid #6c7da3;
    /*border-top: 3px solid #6c7da3;*/
}
.frontnavBox1 .fa {
    color: #014c82;
}
.frontnavBox2 .fa {
    color: #007571;
}
.frontnavBox3 .fa {
    color: #c78a2e;
}
.frontnavBox4 .fa {
    color: #6c7da3;
}
.frontnavBox5 {
    background-color: #BAD5E8
    /*#014c82*/
    
    ;
    border-bottom: 2px solid #016BB5;
    /*border-top: 3px solid #016BB5;*/
}
.frontnavBox6 {
    background-color: #BAD5E8
    /*#007571*/
    
    ;
    border-bottom: 2px solid #00A9A4;
    /*border-top: 3px solid #00A9A4;*/
}
.frontnavBox7 {
    background-color: #BAD5E8
    /*#c78a2e*/
    
    ;
    border-bottom: 2px solid #FBAE3A;
    /*border-top: 3px solid #FBAE3A;*/
}
.frontnavBox8 {
    background-color: #BAD5E8
    /*#6c7da3*/
    
    ;
    border-bottom: 2px solid #8CA3D5;
    /*border-top: 3px solid #8CA3D5;*/
}
.frontnavBox5 .fa {
    color: #016BB5;
}
.frontnavBox6 .fa {
    color: #00A9A4;
}
.frontnavBox7 .fa {
    color: #FBAE3A;
}
.frontnavBox8 .fa {
    color: #8CA3D5;
}
@media (max-width:1204px) {}
@media (max-width:991px) {
    div[class^="frontnavBox"] .fbnav {
        font-size: .75em;
    }
}
@media (max-width:767px) {
    .frontnavboxes {
        border-right: 15px solid #FFF;
        border-left: 15px solid #FFF;
    }
    
    div[class^="frontnavBox"] .fbnav {
        font-size: 1em;
    }
    
    #DeltaPlaceHolderMain .frontnavboxes .row {
        height: 128px !important;
    }
}
@media (max-width:450px) {}

/* COLORFUL DOUBLE ROW NAV BUTTONS */
.colornavboxes {
    /*padding-top:15px;
    padding-bottom:15px;*/
    
    border-top: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
    margin-left: -10px;
    margin-right: -10px;
}
.colornavboxes .row {
    padding-left: 0px;
    padding-right: 0px;
}
.colornavboxes .col-sm-3 {
    padding: 0px;
}
.colornavboxes p {
    text-align: center;
    color: #FFF;
}
.cnav_spacer {
    height: 3px;
    background-color: #FFF;
    clear: both;
}
div[class^="colornavBox"] {
    height: 26px;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: -1px -1px 4px #333;
}
div[class^="colornavBox"]:hover {
    background-color: #FFF;
}
div[class^="colornavBox"] .fa {
    margin-top: -5px;
    padding-top: 3px;
    padding-left: 5px;
    position: absolute;
    font-size: 3.3em;
    line-height: 36px;
    width: 25%;
    /*height:calc(100% - 8px);*/
    
    overflow: hidden;
    left: 75%;
    text-shadow: 0px 0px 2px #333;
}
div[class^="colornavBox"] .cbnav {
    float: left;
    max-width: 92%;
    padding: 8px;
    position: absolute;
    top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.08vw;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0px 0px 3px #333;
    line-height: 20px;
}
a:hover .cbnav {
    color: #014C82 !important;
    text-shadow: 0px 0px 4px #DDD;
    text-decoration: underline;
}
.colornavBox1 {
    background-color: #016BB5;
    border-bottom: 3px solid #014c82;
}
.colornavBox2 {
    background-color: #00A9A4;
    border-bottom: 3px solid #007571;
}
.colornavBox3 {
    background-color: #FBAE3A;
    border-bottom: 3px solid #c78a2e;
}
.colornavBox4 {
    background-color: #8CA3D5;
    border-bottom: 3px solid #6c7da3;
}
.colornavBox1 .fa {
    color: #014c82;
}
.colornavBox2 .fa {
    color: #007571;
}
.colornavBox3 .fa {
    color: #c78a2e;
}
.colornavBox4 .fa {
    color: #6c7da3;
}
.colornavBox5 {
    background-color: #014c82;
    border-bottom: 3px solid #016BB5;
}
.colornavBox6 {
    background-color: #007571;
    border-bottom: 3px solid #00A9A4;
}
.colornavBox7 {
    background-color: #c78a2e;
    border-bottom: 3px solid #FBAE3A;
}
.colornavBox8 {
    background-color: #6c7da3;
    border-bottom: 3px solid #8CA3D5;
}
.colornavBox5 .fa {
    color: #016BB5;
}
.colornavBox6 .fa {
    color: #00A9A4;
}
.colornavBox7 .fa {
    color: #FBAE3A;
}
.colornavBox8 .fa {
    color: #8CA3D5;
}
@media (max-width:1204px) {
    div[class^="colornavBox"] .cbnav {
        font-size: 1.35vw;
    }
    
    .colornavboxes {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .colornavboxes .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    div[class^="colornavBox"] {
        box-shadow: none;
    }
    
    div[class^="colornavBox"] .fa {
        width: 30%;
        left: 65%;
    }
}
@media (max-width:991px) {
    div[class^="colornavBox"] .cbnav {
        font-size: 1.3vw;
    }
}
@media (max-width:767px) {
    div[class^="colornavBox"] .cbnav {
        font-size: 2.2vw;
    }
    
    .colornavBox3 {
        background-color: #014c82;
        border-bottom: 3px solid #016BB5;
    }
    
    .colornavBox4 {
        background-color: #007571;
        border-bottom: 3px solid #00A9A4;
    }
    
    .colornavBox3 .fa {
        color: #016BB5;
    }
    
    .colornavBox4 .fa {
        color: #00A9A4;
    }
    
    .colornavBox5 {
        background-color: #FBAE3A;
        border-bottom: 3px solid #c78a2e;
    }
    
    .colornavBox6 {
        background-color: #8CA3D5;
        border-bottom: 3px solid #6c7da3;
    }
    
    .colornavBox5 .fa {
        color: #c78a2e;
    }
    
    .colornavBox6 .fa {
        color: #6c7da3;
    }
    
    .cnav_spacer {
        height: 0px;
    }
}
@media (max-width:601px) {
    div[class^="colornavBox"] .cbnav {
        font-size: 2.8vw;
    }
}

/* FRONT PAGE CAROUSEL */
#fpCarousel .carousel-control.right {
    background-image: none;
    color: #016BB5;
    text-shadow: 0px 0px 2px #333;
    text-align: right;
}
#fpCarousel .carousel-control.left {
    background-image: none;
    color: #016BB5;
    text-shadow: 0px 0px 2px #333;
    text-align: left;
}
#fpCarousel .carousel-control.right {
    top: 35%;
}
#fpCarousel .carousel-control.left {
    top: 35%;
}
@media (max-width:797px) {
    #fpCarousel .carousel-control.right {
        top: 15%;
        margin-right: -6px;
    }
    
    #fpCarousel .carousel-control.left {
        top: 15%;
        margin-left: -6px;
    }
}

/* CAROUSEL COLORFUL NAV BOXES */
#carousel-container {
    min-height: 110px;
    background-color: #FFF;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
#carousel-container #carousel-pop.carousel {
    height: 98% !important;
}
#carousel-pop {
    width: calc(100%-8px);
    margin: auto;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
#carousel-pop p {
    text-align: center;
    color: #FFF;
}
#carousel-pop .col-sm-3 {
    padding-left: 6px;
    padding-right: 6px;
}
div[class^="carBox"] {
    height: 100px;
}
div[class^="carBox"] .fa {
    padding-top: 5px;
    padding-left: 5px;
    position: absolute;
    font-size: 10vw;
    text-shadow: none;
    width: calc(65% - 11px);
    height: calc(100% - 8px);
    overflow: hidden;
    left: 35%;
}
div[class^="carBox"] .carnav {
    float: left;
    max-width: 80%;
    padding: 10px;
    position: absolute;
    top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: #FFF;
    text-shadow: 1px 1px 3px #333;
    line-height: 24px;
}
div[class^="carBox"] .carnav a {
    color: #FFF !important;
    text-decoration: none;
}
.carousel-control {
    padding-top: 40px;
    opacity: .95;
}
#carousel-pop .right {
    background-color: transparent;
    background-image: none;
}
#carousel-pop .left {
    background-color: transparent;
    background-image: none;
}
#carousel-pop .carousel-control {
    width: 5px;
}
#carousel-pop .right span {
    float: right;
    margin-right: -5px;
}
#carousel-pop .left span {
    float: left;
    margin-left: -5px;
}
.carousel-inner .item {
    padding: 0px;
}
#carousel-pop .fa {
    margin-right: 0px;
}
.carBox1 {
    background-color: #016BB5;
    border-bottom: 3px solid #014c82;
}
.carBox2 {
    background-color: #00A9A4;
    border-bottom: 3px solid #007571;
}
.carBox3 {
    background-color: #FBAE3A;
    border-bottom: 3px solid #c78a2e;
}
.carBox4 {
    background-color: #8CA3D5;
    border-bottom: 3px solid #6c7da3;
}
.carBox1 .fa {
    color: #014c82;
}
.carBox2 .fa {
    color: #007571;
}
.carBox3 .fa {
    color: #c78a2e;
}
.carBox4 .fa {
    color: #6c7da3;
}
#DeltaPlaceHolderMain font {
    font-size: .9em;
}
@media (max-width: 767px) {
    #carousel-container {
        height: 235px;
        background-color: #FFF;
        padding: 10px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: -15px;
        margin-right: -15px;
        font-size: .80em;
    }
    
    div[class^="carBox"] .carnav {
        font-size: 3vw;
    }
    
    div[class^="carBox"] .fa {
        font-size: 20vw;
        height: calc(100% - 18px);
    }
    
    div[class^="carBox"] {
        margin-bottom: 10px;
    }
}
@media (max-width: 601px) {
    div[class^="carBox"] .carnav {
        font-size: 4vw;
    }
}

/* INTEGRATE INTO BOOTSTRAP OVERRIDES */
.newsfeed a.btn {
    margin-top: -15px;
    padding: 1px;
    padding-right: 2px;
    border-radius: 0px;
    float: right;
    border: 0px solid #FFF;
    font-family: "Oswald";
    font-weight: 400;
    line-height: 20px;
    color: #016BB5 !important;
    text-decoration: underline;
    font-size: 1em;
}
.newsfeed a.btn:hover,
a.btn:focus {
    text-decoration: underline;
    border: 0px solid #FFF;
    background-color: #DDD !important;
    /*border-right:3px solid #014C82;*/
    
    color: #014C82 !important;
}
.newsfeed {
    line-height: 18px;
    font-size: .95em;
}
a.yellow_btn {
    padding: 3px;
    padding-right: 3px;
    border-radius: 0px;
    border: 0px solid #FFF;
    font-family: "Oswald";
    font-size: .95em;
    font-weight: 300;
    line-height: 20px;
    color: #333 !important;
    background-color: #FBAE3A;
    border-right: 3px solid #C78A2E;
    text-decoration: none;
}
a.yellow_btn:hover,
a.yellow_btn:focus {
    text-decoration: underline;
    border: 0px solid #FFF;
    background-color: #016BB5 !important;
    border-right: 3px solid #014C82;
    color: #fff !important;
}

/***********************************************************/

/* Tweaking the menu to work with the new layout in mobile */

/***********************************************************/
@media (max-width: 1204px) {
    #header>.container {
        max-width: calc(100% - 10px);
    }
}
@media (max-width: 991px) {
    ul.s4-breadcrumb {
        display: none !important;
    }
    
    #DeltaSiteLogo {
        padding-top: 0px;
        text-align: center;
    }
    
    .ms-siteicon-a {
        margin: auto;
        max-height: 94px;
        max-width: 100%;
    }
    
    .ms-siteicon-a img {
        padding-top: 5px;
        margin: auto;
    }
    
    #google_translate_element {
        padding-top: 2px;
        padding-right: 5px;
    }
    
    .goog-te-gadget {
        text-align: center;
    }
    
    .goog-te-gadget-simple {
        margin: auto;
    }
    
    #DeltaPlaceHolderSearchArea>div {
        padding-top: 0px;
        position: relative;
    }
    
    #DeltaPlaceHolderSearchArea #SearchBox {
        margin: auto;
    }
    
    .TopNavigation {
        font-size: .9em;
    }
}
@media (max-width:599px) {
    #google_translate_element {
        padding-bottom: 3px;
    }
    
    .goog-te-gadget-simple {}
    
    #DeltaPlaceHolderSearchArea>div {
        padding-top: 0px;
    }
    
    #header {
        margin-top: 35px;
    }
    
    .HeaderContainer {
        max-height: 500px;
    }
    
    .HeaderRow {
        margin-top: 10px;
    }
    
    .ms-siteicon-a img {
        margin-top: 10px;
        max-height: 120px;
        max-width: 100% !important;
    }
    
    .HeaderContainer>.HeaderRow>.col-md-12>.container>.row>.col-md-8 {
        min-height: 25px;
    }
    
    .HeaderContainer>.HeaderRow>.col-md-12>.container>.row>.col-md-4:first-child {
        min-height: 22px;
    }
    
    .HeaderContainer>.HeaderRow>.col-md-12>.container>.row>.col-md-4:nth-child(3) {
        min-height: 50px;
    }
    
    .HeaderContainer>.HeaderRow>.col-md-12>.container>.row>.col-md-4:nth-child(4) {
        min-height: 50px;
    }
}
@media (max-width: 767px) and (min-width: 600px) {
    #topnavbar {
        /*margin-top:18px;*/
    }
}
@media (max-width: 767px) {
    .HeaderContainer {
        background-color: #bad5e8 !important;
        max-height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #topnavbar .nav li.selected>ul.static>li>ul.dynamic {
        padding-top: 5px;
    }
    
    .TopNavigation {
        margin: auto;
        text-align: center;
        float: none;
    }
    
    .TopNavigation a {
        color: #014C82;
        text-shadow: 1px 1px 1px #FFF;
    }
    
    div#sizer {
        color: #014C82;
        text-shadow: 1px 1px 1px #FFF;
        margin: auto;
        text-align: center !important;
        float: none;
    }
    
    #sizer a {
        color: #014C82;
    }
    
    #sizer a:hover {
        color: #00A9A4;
    }
    
    #s4-workspace .section-colored-footer-info {
        background-color: #BAD5E8;
    }
    
    #s4-workspace .section-colored-footer-bottom {
        background-color: #def0fc !important;
        padding-bottom: 15px;
    }
    
    .navbar-collapse {
        padding-bottom: 15px;
    }
    
    #topnavbar {
        margin-top: 0px;
        background-color: #FFF;
        text-align: center;
        background-color: transparent !important;
        border-radius: 0px !important;
    }
    
    .navbar-inner .navbar-toggle {
        background-color: #014C82;
        border: 2px solid #FFF !important;
    }
    
    .HeaderRow {
        background-color: transparent !important;
    }
    
    #DeltaTopNavigation {
        background-color: #BAD5E8;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .TopNavigation a {
        font-size: 1.1em;
    }
    
    .TopNavigation a:hover {
        color: #00A9A4;
    }
    
    #MSOZoneCell_WebPartctl00_ctl45_g_b16a04a1_1ade_4210_89ac_4638ffa5890d {
        display: none;
    }
    
    #topnavbar .nav #DeltaTopNavigation ul.static>li.dynamic-children>ul.dynamic {
        top: 0px !important;
    }
    
    #top_social a {
        color: #014C82;
        text-shadow: 1px 1px 1px #FFF;
    }
    
    #top_social a:hover {
        color: #00A9A4;
    }
}
.social_color_box {
    font-size: 1em;
    font-weight: 600;
}
.social_color_box ul {
    list-style-image: none;
    list-style-type: none;
    list-style-position: inside;
    padding: 0px;
}
.social_color_box a {
    color: #016BB5 !important;
}
.social_color_box li {
    display: inline;
    width: 42%;
    float: left;
    color: #016BB5;
    text-shadow: 0px 0px 2px #FFF;
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 3px;
}
.social_color_box .fa {
    padding: 5px;
    font-size: 1.6em;
    width: 30px;
}
.social_color_box li {
    background-color: #DCEBF5;
    border-bottom: 2px solid #014C82;
    box-shadow: 0px 0px 2px #777;
}
.social_color_box li:hover {
    background-color: #F1F2EB;
    border-bottom: 2px solid #FBAE3A;
    box-shadow: 0px 0px 6px #777;
}
.full_links_list {
    font-size: 1em;
    font-weight: 600;
}
.full_links_list ul {
    list-style-image: none;
    list-style-type: none;
    list-style-position: inside;
    padding: 0px;
}
.full_links_list a {
    color: #016BB5 !important;
}
.full_links_list li {
    display: inline;
    width: 90%;
    float: left;
    color: #016BB5;
    text-shadow: 0px 0px 2px #FFF;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 3%;
    border-radius: 3px;
    padding: 5px;
    font-size: .9em;
}
.full_links_list .fa {
    padding: 5px;
    font-size: 1.6em;
    width: 30px;
}
.full_links_list li {
    background-color: #DCEBF5;
    border-bottom: 2px solid #014C82;
    box-shadow: 0px 0px 2px #777;
}
.full_links_list li:hover {
    background-color: #F1F2EB;
    border-bottom: 2px solid #FBAE3A;
    box-shadow: 0px 0px 6px #777;
}
.jump_style {
    color: #016BB5;
    text-shadow: 0px 0px 2px #FFF;
    margin: 10px;
    margin-top: 0px;
    border-radius: 3px;
    padding: 5px;
    font-size: .9em;
    background-color: #DCEBF5;
    border-bottom: 2px solid #014C82;
    box-shadow: 0px 0px 2px #777;
}
.jump_style:hover {
    background-color: #F1F2EB;
    border-bottom: 2px solid #FBAE3A;
    box-shadow: 0px 0px 6px #777;
}
.ColorButtons ul {
    padding: 0px;
}
.ColorButtons ul>li {
    list-style-image: none;
    list-style-type: none;
    text-align: center;
}
.ColorButtons .fa {
    margin-right: 8px;
    font-size: 1.3em;
}
[class^="clrbtn"] {
    margin: auto;
    margin-bottom: 5px;
    font-weight: 600;
    text-shadow: 0px 0px 2px #333;
    border-radius: 5px;
    padding: 4px;
    font-size: .9em;
    box-shadow: 0px 0px 2px #666;
    line-height: 20px;
    list-style-image: none;
    width: 80%;
    display: block;
}
.ColorButtons ul>li>a {
    text-decoration: none;
}
.ColorButtons ul>li>a span[class^="clrbtn"] {
    color: #01528B;
}
.ColorButtons ul>li>a:hover {
    color: #016BB5 !important;
    text-decoration: none !important;
    box-shadow: 2px 2px 4px #000;
}
.ColorButtons ul>li>a:hover .fa {
    color: #6EBAF0 !important;
}
[class^="clrbtn"]:hover {
    background-color: #FEFCFE;
    border-bottom: 2px solid #016BB5;
    box-shadow: 0px 0px 6px #777;
}
.ColorButtons ul>li>a span[class^="clrbtn"] {
    color: #FFF;
}
.ColorButtons ul>li>a span[class^="clrbtn"]:hover {
    color: #016BB5;
    text-shadow: 0px 0px 1px #999;
}
.clrbtn_aqua {
    background-color: #28B2D2;
    border-bottom: 2px solid #037792;
}
.clrbtn_teal {
    background-color: #00A9A4;
    border-bottom: 2px solid #00817C;
}
.clrbtn_blue {
    background-color: #016BB5;
    border-bottom: 2px solid #01528C;
}
.clrbtn_yellow {
    background-color: #FBAE3A;
    border-bottom: 2px solid #E78F0C;
}
.clrbtn_lavender {
    background-color: #8CA3D5;
    border-bottom: 2px solid #627DB8;
}
.clrbtn_red {
    background-color: #d6516a;
    border-bottom:2px solid #981630;
}
.clrbtn_green {
    background-color: #A6BA1F;
    border-bottom:2px solid #82940A ;
}

/* Standard button overrides -- tooltips */
#s4-workspace .btn-default:hover {
    background-color: #BAD5E8;
}
#s4-workspace .btn-default:active {
    background-color: #BAD5E8;
}
#s4-workspace .btn-default:focus {
    background-color: #BAD5E8;
}
.tooltips .btn {
    border-right: 5px solid #CCC;
}
.tooltips .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #333;
    box-shadow: 0px 0px 5px #222;
}
@media (max-width: 599px) {
    #DeltaSiteLogo img {
        max-width: calc(100% - 10px) !important;
        max-height: 80px;
        margin-top: 0px;
        padding-top: 0px;
    }
}
.modal-backdrop {
    z-index: -1 !important;
}
body {
    -webkit-overflow-scrolling: touch;
}
.hidden {
    display: none;
}

/* for reponsive videos */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #CCC;
}

/* For Print Styling */
@media print {
    .HeaderContainer {
        display: none;
    }
    
    .colorbars {
        display: none;
    }
    
    .section-colored-footer-info {
        display: none;
    }
    
    .section-colored-footer-bottom {
        display: none;
    }
    
    .ms-designer-ribbon {
        display: none;
    }
    
    div#mainbody div.row div.col-sm-8 {
        width: 100%;
    }
    
    div#mainbody div.row div.col-sm-4 {
        display: none;
    }
    
    div#mainbody div.row div.col-sm-9 {
        width: 100%;
    }
    
    div#mainbody div.row aside.col-sm-3 {
        display: none;
    }
    
    div#mainbody {
        font-size: 1.1em;
    }
    
    a[href]:after {
        display: none;
    }
}

/* Button Navigation */
input.NavButton {
    width: 250px;
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 1.2em;
    background: #56bfd9;
    /* for non-css3 browsers */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56bfd9', endColorstr='#ffffff');
    /* for IE */
    
    background: -webkit-gradient(linear, left top, left bottom, from(#56bfd9), to(#ffffff));
    /* for webkit browsers */
    
    background: -moz-linear-gradient(top, #56bfd9, #ffffff);
    /* for firefox 3.6+ */
    
    background: linear-gradient(to bottom, #56bfd9, #ffffff);
    background: -moz-linear-gradient(top, #56bfd9, #ffffff);
    background: -ms-linear-gradient(top, #56bfd9, #ffffff);
    background: -o-linear-gradient(top, #56bfd9, #ffffff);
    background: -webkit-linear-gradient(top, #56bfd9, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#56bfd9), to(#ffffff));
    color: #000000;
    border: 1px solid #414141;
    border-radius: 15px;
    -moz-box-shadow: 6px 6px 5px #999;
    -webkit-box-shadow: 6px 6px 5px #999;
    box-shadow: 6px 6px 5px #999;
}
input.NavButton:hover {
    color: #414141;
    background: #fadf9a;
    border: 1px solid #414141;
    -moz-box-shadow: 5px 5px 4px #adadad;
    -webkit-box-shadow: 5px 5px 4px #adadad;
    box-shadow: 5px 5px 4px #adadad;
}
