@import url(https://fonts.googleapis.com/css?family=Oswald:400,500,700,300);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(/CSS/fontawesome/css/all.css);
@import url(/CSS/fontawesome/css/v4-shims.css);


/* LAYOUT  & OVERALL PAGE
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* Hide unnecessary page elements */

.ms-siteicon-img,
/* Image set as SharePoint site logo in Settings */

.ms-core-listMenu-horizontalBox .ms-listMenu-editLink,
/* Global navigation "Edit Links" when managed navigation is in use */

.ms-core-listMenu-verticalBox .ms-listMenu-editLink,
/* Current navigation "Edit Links" when managed navigation is in use */

#fullscreenmodebox
/* Focus on Content icon */

    {
    display: none;
}

#ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll {
    Visibility: hidden;
}

/* Modified to hide "Site Contents" link from left navigation */

#ctl00_PlaceHolderLeftNavBar_PlaceHolderQuickLaunchBottom_idNavLinkViewAll {
    visibility: hidden;
}

/* Remove Tile icon dropdown (Newsfeed, OneDrive, and Sites) */

#Sites_BrandBar {
    display: none;
}

#O365_MainLink_NavMenu {
    display: none;
}

/* Hide right-side Ribbon options */

#RibbonContainer-TabRowRight {
    display: none !important;
    /* !important needed to override SharePoint inline style */
}

#O365_MainLink_Help
/* Help button */

    {
    display: none;
}

/* About Me */

#O365_SubLink_ShellAboutMe {
    display: none;
}

/* Gear dropdown */
#O365_SubLink_PersonalizePage,
#O365_SubLink_SuiteMenu_zz5_ID_PersonalizePage,
#O365_SubLink_SuiteMenu_zz2_ID_PersonalInformation,
#O365_SubLink_SuiteMenu_ctl00_ctl51_SiteActionsMenuMainData_ctl00_wsaShowMenu,
#O365_SubLink_SuiteMenu_ctl00_ctl51_SiteActionsMenuMainData_ctl00_wsaHideMenu,
#O365_SubLink_SuiteMenu_zz6_MenuItem_ShareThisSite,
#O365_SubLink_SuiteMenu_zz7_MenuItem_ShareThisSite {
    display: none;
}

/* Item menu dropdown action option */
.ms-core-menu-list li[text='Open in Microsoft SharePoint Designer'],
.ms-core-menu-list li[text='Shared With'],
.ms-core-menu-list li[text='Share'],
.ms-core-menu-title li[text='Shared with...'] {
    display: none;
}

/* Hide Site Share button (page top right) */
#ctl00_site_share_button {
    display: none !important;
}

/* Hide library toolbar (QCB) Share button */
.js-listview-qcbShareButton {
    display: none !important;
}

/* Hide the Share in the ... popout */
.js-callout-actionsMain span:nth-child(2) {
    display: none !important;
}

/* Hide the Share in the ... ... menu */
a[title="Share"] {
    display: none !important;
}

/* Hide the INVITE PEOPLE button in Create Folder */
#csfd_invitePeopleBtn {
    display: none !important;
}

/* Hide the Share button in the FILES ribbon */
#Ribbon\.Documents\.Share\.ShareItem-Large {
    display: none !important;
}

/* Hide the Invite People button in the Shared With dialog */
#lnkShrItem {
    display: none !important;
}



/* 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: 1.5rem;
    letter-spacing: -0.4px;
    color: #333;
}

#pageStatusBar[class] {
    margin-bottom: 0px;
}

#bodyMain .ms-propertysheet {
    font-size: .6em;
}

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 #FFF;
    border-right: 5px solid #C78A2E;
    color: #333;
}

.ms-qcb-button {
    border-right: 5px solid #FFF;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #016BB5 !important;
    color: #FFF;
    border-right: 5px solid #014C82;
}

a:link {
    text-decoration: underline;
}

.ms-helperText,
input.ms-helperText {
    color: #666;
}

img[src="/SiteImages/Icon/icpdf.png"] {
    margin-right: 5px;
}


/* underline links */
/*
a:link {
    text-decoration: underline;
}

.ms-cui-tabBody a:link {
    text-decoration: none;
}*/

/*
a:visited {
    color: #FFF;
}
*/

.HeaderContainer a:link {
    text-decoration: none;
}

a:focus {
    text-decoration: underline;
    outline: medium solid;
    outline-color: #014C82;
    outline-offset: 8px;
}

a:active {
    outline: none;
}

#header-topbar a:focus {
    outline-color: #FFF;
    color: #FBAE3A !important;
}

#s4-workspace .section-colored-footer-bottom a:focus {
    outline-color: #FFF;
    color: #FBAE3A !important;
}

img:focus {
    box-shadow: 0px 0px 20px #BAD5E8;
}

#DeltaPlaceHolderMain .image-area-left a:focus img {
    outline: medium solid;
    outline-color: #014C82 !important;
    outline-offset: 8px;
}

#DeltaPlaceHolderMain a:focus h3 {
    outline: medium solid;
    outline-color: #014C82 !important;
    outline-offset: 8px;
}

#header-topbar {
    margin-bottom: 15px;
    padding: 5px;
    background-color: #014C82;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    line-height: 26px;
    font-size: 1.05em;
}

#header-topbar .fa {
    font-size: 1.1em;
}

#header-topbar #sizer a:hover {
    color: #BAD5E8 !important;
}

/* Search Link Path URL */

.ms-srch-item-path {
    color: #00807B !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;
}

.col-sm-4 h2.ms-webpart-titleText nobr span {
    max-width: 338px !important;
    display: block;
    margin: 0 auto;
    white-space: normal;
}

.ms-rteThemeFontFace-2 {
    -ms-name: "Heading";
    font-family: 'Open Sans', sans-serif;
}

#header {
    background-color: #FFF;
    /* padding: 15px; */
    margin: auto;
    max-width: 1170px;
}

/* 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;
    box-shadow: none;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.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;
    box-shadow: none;
    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;
}

ul.ms-linksection-listRoot {
    list-style-position: inside;
}

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;
}

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;
    border-radius: 0px;
    width: calc(100% - 15px) !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dfwp-column hr {
    margin-top: 0px;
}

.dfwp-item p {
    font-family: 'Open Sans', sans-serif;
}

img[src$="TealBtn.png"] {
    display: none;
}

.ms-core-pageTitle {
    font-family: 'Oswald', sans-serif;
}

.headtitle {
    margin-left: 0px;
}

.headtitle #pageTitle {
    font-size: 1.8em;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 900;
}

#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 li.dynamic>.menu-item {
    height: 35px;
    line-height: 1em;
    margin: 0;
    padding: 7px 14px;
}

#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: #00807B;
    /* 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 {
    background-color: #344055;
    border-radius: 4px;
    border: 2px solid #DDD;
    background-image: url('/SiteImages/search-white.png');
    background-size: 95% auto;
    background-repeat: no-repeat;
}

#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 span:first-of-type {
    padding: 10px;
    color: #666666 !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
}

.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 {
    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;
}

/* Adjustments for webpart titles to use multi lines when needed */

/*
h2.ms-webpart-titleText nobr {
    white-space: normal !important;
}

h2.ms-webpart-titleText nobr span {
    max-width: 338px !important;
    display: block;
    margin: 0 auto;
}

#DeltaPlaceHolderMain .col-sm-4 .ms-webpart-chrome-title {
    height: auto;
    margin-bottom: -4px;
}

#DeltaPlaceHolderMain .col-sm-4 h2.ms-webpart-titleText {
    margin-bottom: 0;
}
*/
/*.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;
}*/
/*
.col-md-9 #DeltaPlaceHolderMain>.ms-fullWidth .ms-webpart-cell-vertical.s4-wpcell>.ms-webpart-chrome {
    overflow-x: auto;
}

.col-md-9 #DeltaPlaceHolderMain>.ms-fullWidth .ms-webpart-cell-vertical.s4-wpActive>.ms-webpart-chrome {
    overflow-x: auto;
}

#DeltaPlaceHolderMain>.row>.col-sm-12 .ms-fullWidth .ms-webpart-cell-vertical.s4-wpcell>.ms-webpart-chrome {
    overflow-x: auto;
}

#DeltaPlaceHolderMain>.row>.col-sm-12 .ms-fullWidth .ms-webpart-cell-vertical.s4-wpActive>.ms-webpart-chrome {
    overflow-x: auto;
}

#MSOZone .ms-webpart-chrome {
    overflow-x: hidden !important;
}
*/

#DeltaPlaceHolderMain .col-sm-4 h2.ms-webpart-titleText {
    color: #FFF;
    font-size: 1.6rem;
    word-wrap: break-word !important;
    /*white-space: normal !important;*/
    /*border-right:5px solid #016BB5;*/
    border-bottom: 5px solid #D0DEE8;
    background-color: #014C82;
    text-align: center !important;
    padding: 5px 2px 2px 2px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: -4px;
    max-width: 356px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#DeltaPlaceHolderMain .col-sm-4 .pa_menu h2 {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    word-wrap: break-word !important;
    white-space: normal !important;
    border-bottom: 5px solid #D0DEE8;
    background-color: #014C82;
    text-align: center !important;
    padding: 8px 0px 2px 0px;
    font-weight: 800;
    margin: 0px;
    margin-top: 15px;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-transform: uppercase;
}

.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;
    padding: 15px 50px;
}

.section-colored-footer-info .fa {
    width: 20px;
}

/* 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: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;
    text-decoration: underline;
}

#mainbody .ecl-event a:hover {
    color: #00807B;
}

#mainbody .ecl-other-month {
    color: #757575;
}

.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;
}

#mainbody a:link {
    text-decoration: underline;
    font-weight: 600;
}

#mainbody a.ms-storefront-appiconspan:hover {
    background-color: #014C82;
}

#sideNavBox {
    width: 16.666666666666664%;
    background-color: #FFF;
}

/* Front Page List Box Style */

.graybox {
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 10px;
}

.sidebar_box {
    background-color: #F1F2EB;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 0px 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: #F5F5F5;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.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: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900;
    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: "Font Awesome 5 Free";
    font-weight: 900;
    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;
    background-color: #016BB5;
}


.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;
    font-size: 1.1em;
    letter-spacing: -0.4px;
}

.frontlistbox li {
    list-style-type: none;
    list-style-image: none;
    padding: 2px;
}

.frontlistbox .fa {
    width: 24px;
}

#mainbody .frontlistbox a {
    color: #006498;
    text-decoration: none;
}

.frontlistbox a {
    color: #006498;
    text-decoration: none;
}

#mainbody .frontlistbox a:hover {
    color: #00807B;
    text-decoration: underline;
}

.frontlistbox a:hover {
    color: #00807B;
    text-decoration: underline;
}

.linkbox a {
    color: #006498;
    font-size: 1.05em;
    text-decoration: none;
}

.lightbluebox.frontpage {
    border-bottom: 0px solid #FFF;
}

.linkbox a:hover {
    color: #00807B;
}

.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: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900;
    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: "Font Awesome 5 Free";
    content: '\f10c';
    font-weight: 900;
    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.noicon:before {
    content: none;
}

.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: #00807B;
}

.HeaderContainer .navbar-default .navbar-toggle:hover,
.HeaderContainer .navbar-default .navbar-toggle:focus {
    background-color: #00807B;
}

/*Hamburger Style*/

.navbar-toggle .button-label {
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding-right: 10px;
    color: #FFF;
}

.button-bars {
    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: 2.5em;
}

/* 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.2em;
    color: #FFF;
    padding: 5px;
}

#DeltaPlaceHolderMain div[class^="fa-descContent"] a {
    font-size: 1.6em;
    color: #FFF;
    padding: 0px;
    margin-left: -5px;
}

/*
div[class^="fa-descWrap"] {
    background: rgba(0, 0, 0, 0.5);
}*/

#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 {
    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: #FFF;
    box-shadow: 0px 0px 15px #BAD5E8;
}

/* 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 */

.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;
}

.depttitle a {
    color: #222;
}

/* 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: 1em;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
}

.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: #00807B;
}

span.article_date:before {
    font-family: "Font Awesome 5 Free";
    content: '\f073';
    font-weight: 900;
    color: #BBB;
    font-size: 1.6em;
    padding: 20px;
    padding-right: 5px;
}

.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: #00807B;
}

#WebPartWPQ3[webpartid="0807e848-7511-4cd2-a0ae-586547194155"] a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900;
    position: relative;
    left: -15px;
    margin: 0 -10px 0 0px;
    color: #00807B;
    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: 5px;
    margin-bottom: 0px;
    font-weight: 500;
}

.dfwp-item td {
    padding-right: 10px;
    color: #444444;
    padding-bottom: 15px;
}

.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-apanel-item {
background-color:#00807b !important;
}

/*
.ms-acal-sdiv {
    font-size: .94em;
}
*/

div[webpartid="75d8ba31-da6f-49cc-9cbd-1c31ccb31378"] {
    padding-right: 4px;
}

tr td div.ms-acal-today {
    background-color: #00807B;
}

/* Web part lists */

.col-sm-4 .ms-wpContentDivSpace a {
    color: #006498;
}

.col-sm-4 .ms-wpContentDivSpace a:hover {
    color: #00807B;
}

#mainbody .pa_menu a:link {
    text-decoration: none;
}

#mainbody .pa_menu a:hover {
    text-decoration: underline;
}

/* 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;
    }

    .col-sm-4 h2.ms-webpart-titleText nobr span {
        max-width: 100%;
    }

    #DeltaPlaceHolderMain .col-sm-4 h2.ms-webpart-titleText {
        max-width: calc(100% - 4px);
    }
}

/* 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: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900;
    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: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 900;
    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;
}

/* Link colors need overriding */

#mainbody a {
    color: #004385;
}

#mainbody a:hover {
    color: #00807B;
}

#DeltaPlaceHolderMain a>h3 {
    font-size: 1.2em;
    letter-spacing: 0.3px;
    color: #004385;
    /*text-shadow:0px 0px 1px #777;*/
}

#DeltaPlaceHolderMain a:hover>h3 {
    color: #00807B;
    text-decoration: underline;
}

iframe#twitter-widget-0 {
    border-top: 0px solid #DDD !important;
    border-bottom: 0px solid #F1F2EB !important;
    border-left: 0px solid #BAD5E8 !important;
    border-right: 0px solid #BAD5E8 !important;
    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: 1em;
}

#s4-ribbonrow ul {
    font-family: 'Open Sans', san-serif;
    font-weight: 600;
    font-size: 1em;
}

#s4-ribbonrow ul {
    list-style-image: none;
}

#suiteBarRight {
    color: #013F6B;
}

#suiteBarLeft {
    background-color: transparent;
}

.ms-core-deltaSuiteBarRight {
    background-color: #BAD5E8;
}

.ms-welcome-root>a.ms-core-menu-root,
.ms-signInLink {
    color: #013F6B;
}

.ms-cui-tabBody {
    background-color: #FFF;
}

.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: #EFEFEF;
}

#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: 500;
    font-size: 1.4em;
    letter-spacing: -0.2px;
}

#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: #00807B;
    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: ;
    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;
}


#mainbody .js-callout-ecbMenu>.ms-core-menu-box {
    position: absolute !important;
    top: 90% !important;
    /*position: fixed !important;
    top: 1px !important;*/
}

#mainbody .js-callout-ecbMenu>.ms-core-menu-box .ms-core-menu-box {
    top: 85px !important;
    /*position: fixed !important;
    top: 1px !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;
}

#vidAlert {
    position: absolute;
    top: 0px;
    margin: auto;
    margin-left: -15px;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

#vidAlert p {
    margin-bottom: 5px;
    max-width: 855px;
    text-align: center;
    margin: auto;
    color: #FFF;
    font-weight: 800;
    border: 0px solid #FFF;
    background-color: rgba(0, 0, 0, .5);
}

@media(max-width:700px) {
    #vidAlert {
        font-size: 2.2vw;
    }
}

@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;
    background-color: #000;
}

#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;
    background-color: #000;
}

#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;
    background-color: #000;
}

#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;
    background-color: #000;
}

#fa-containerFAgffaa6bd0689 a {
    color: #FFFFFF;
}

#fa-containerFAgffaa6bd0689 a:hover {
    color: #FFFFFF;
}

/* DISTRICT 4 */

#fa-containerFAg0c794fbf02f h3 {
    color: #FFFFFF;
    margin-bottom: 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;
    background-color: #000;
}

#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;
    background-color: #000;
}

#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;
    background-color: #000;
}

#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: .95em;
        letter-spacing: -0.4px;
    }

    #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: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: 10px;
        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: 35px;
    }
}

@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: #00807B !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;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#DeltaPlaceHolderMain .frontspecialContainer .specialTitle {
    font-family: "Open Sans";
    font-size: 1.4em;
    padding-left: 10px;
    padding-top: 10px;
    color: #FFF;
    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-bottom: 5px solid #013F6B;
    background-color: #014C82;
    padding: 8px 2px 2px 2px;
    /*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: "Open Sans";
    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: "Open Sans";
    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: "Open Sans";
    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-bottom: 5px solid #D0DEE8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #014C82;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

#DeltaPlaceHolderMain h4.specialSidebarTitle {
    color: #FFF;
    padding: 2px;
    font-weight: 800;
    font-size: 1.6rem;
    position: relative;
    padding-top: 5px;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

#DeltaPlaceHolderMain .col-sm-8 .dfwp-column {
    padding-left: 0px;
}

#DeltaPlaceHolderMain .image-area-left img.img-responsive-article {
    border-radius: 0px;
    border: 4px solid #FFF;
    margin-left: -5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}

#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: "Open Sans";
    font-size: 1.4em;
    padding-right: 15px;
    line-height: 20px;
    margin: 0px;
}

#s4-bodyContainer {
    padding-top: 0px;
}

.TopNavigation {
    padding-top: 0px;
    color: #FFF;
    float: right;
    font-size: 1em;
}

.TopNavigation a {
    color: #FFF;
}

#sizer {
    color: #FFF;
    float: left;
    padding-left: 10px;
    padding-top: 0px;
    font-weight: 700;
    font-size: 1em;
}

#sizer a {
    color: #FFF;
}

.HeaderContainer #topnavbar .navbar-collapse {
    background-color: transparent;
}

.HeaderRow {
    background-color: rgba(255, 255, 255, .8) !important;
}

#topnavbar {
    background-color: rgba(255, 255, 255, 1.0) !important;
    border-radius: 0px !important;
}

.HeaderRow {
    margin: auto;
    max-width: 1170px;
}

.HeaderContainer .colorbars {
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.transparent-slide {
    background-color: transparent;
}

#top_social {
    padding-top: 1px;
    padding-bottom: 1px;
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
    line-height: 15px;
}

#top_social a:link {
    color: #FFF;
}

#top_social a:visited {
    color: #FFF;
}

#top_social a:hover {
    color: #BAD5E8;
}

#top_social .fa {
    padding: 0px;
}

@media(max-width:951px) and (min-width:768px) {
    #top_social {
        min-width: 131px;
        margin-left: -48px;
    }
}

.ms-dialog #header-topbar {
    display: none;
}

.HeaderContainer .col-md-12 #topnavbar {
    border: 0px solid #000;
    max-width: 1170px;
    margin: auto;
}

#main {
    margin: auto;
    margin-bottom: 15px;
    padding: 0px 15px 0px 15px;
    min-height: 400px;
    max-width: 1140px;
    background-color: #FFF;
}

#main>.container {
    max-width: 100%;
    border-bottom: 0px solid #016BB5;
    padding-bottom: 0px;
}

#mainbody {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #FFF;
    min-height: 400px;
}

#s4-workspace .section-colored-footer-info {
    /*background-color: #F5F5F5;*/
    background-color: rgba(255, 255, 255, 1);
    width: auto;
    background-image: url('/SiteImages/colorbars.png');
    background-repeat: no-repeat;
    background-size: 100% 5px;
    /* margin-top: 15px;*/
}

.ms-webpartzone-cell {
    margin-bottom: 0px;
}

#s4-workspace .section-colored-footer-info {
    color: #666;
}

.section-colored-footer-info .missiontxt {
    color: #00807B;
    font-size: 1.6em;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
}

.footer-heading {
    color: #00807B;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

#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;
}

#s4-workspace .section-colored-footer-bottom {
    min-height: 60px;
    padding-top: 15px;
    font-weight: 600;
    font-size: .9em;
    color: #FFF;
    /*background-color: #DBDBDB;*/
    background-color: #014C82 !important;
}

#s4-workspace .section-colored-footer-bottom a {
    color: #FFF;
}

#s4-workspace .section-colored-footer-bottom a:hover {
    color: #00807B;
}

#s4-workspace .section-colored-footer-bottom .col-md-4 {
    padding-top: 5px;
}

.ms-siteicon-a {
    display: inline-block;
    max-width: 180px;
    max-height: 64px;
}

.ms-siteicon-img {
    display: block;
    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 {
    border-top: 0px solid #FFF;
    border-bottom: 15px solid #FFF;
    background-color: #FFF;
}

.frontnavboxes .row {
    margin-left: 0px;
    margin-right: 0px;
}

.frontnavboxes .col-sm-3 {
    padding: 0px;
    padding: 0px;
    background-color: #FFF;
}

.frontnewnav {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
}

.frontnewnav .col-sm-3 {
    padding: 0px;
    padding: 0px;
    background-color: #FFF;
}

.frontnewnav>.row {
    margin: 0px;
}

.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;
}

div[class^="frontnewnavBox"] {
    height: 30px;
}

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%;
    overflow: hidden;
    text-shadow: 0px 1px 1px #FFF;
}

div[class^="frontnewnavBox"] .fa {
    padding-top: 0px;
    padding-left: 8px;
    font-size: 1.1em;
    width: 26px;
    text-shadow: 0px 1px 1px #FFF;
}

div[class^="frontnavBox"] .fbnav {
    padding: 5px;
    position: absolute;
    top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.10em;
    font-weight: 400;
    color: #014C82;
    text-shadow: 0px 1px 1px #FFF;
    line-height: 20px;
    margin-left: 30px;
}

div[class^="frontnewnavBox"] a {
    top: 0px;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.10em;
    font-weight: 400;
    color: #014C82;
    text-shadow: 0px 1px 1px #FFF;
    line-height: 30px;
    text-decoration: none;
}

a:hover .fbnav {
    color: #014C82 !important;
    text-shadow: 0px 0px 4px #DDD;
    text-decoration: underline;
}

div[class^="frontnewnavBox"] a:hover {
    background-color: #FFF;
}

.frontnavBox1 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #014c82;
}

.frontnavBox2 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #007571;
}

.frontnavBox3 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #c78a2e;
}

.frontnavBox4 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #6c7da3;
}

.frontnewnavBox1 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #014c82;
}

.frontnewnavBox2 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #007571;
}

.frontnewnavBox3 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #c78a2e;
}

.frontnewnavBox4 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #6c7da3;
}

.frontnavBox1 .fa {
    color: #014c82;
}

.frontnavBox2 .fa {
    color: #007571;
}

.frontnavBox3 .fa {
    color: #c78a2e;
}

.frontnavBox4 .fa {
    color: #6c7da3;
}

.frontnewnavBox1 .fa {
    color: #014c82;
}

.frontnewnavBox2 .fa {
    color: #007571;
}

.frontnewnavBox3 .fa {
    color: #c78a2e;
}

.frontnewnavBox4 .fa {
    color: #6c7da3;
}

#DeltaPlaceHolderMain .fbnewnav a:link {
    font-weight: 400;
    font-size: 1em;
    text-decoration: none;
}

.frontnavBox5 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #016BB5;
}

.frontnavBox6 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #00A9A4;
}

.frontnavBox7 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #FBAE3A;
}

.frontnavBox8 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #8CA3D5;
}

.frontnewnavBox5 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #016BB5;
}

.frontnewnavBox6 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #00A9A4;
}

.frontnewnavBox7 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #FBAE3A;
}

.frontnewnavBox8 {
    background-color: #BAD5E8;
    border-bottom: 2px solid #8CA3D5;
}

.frontnavBox5 .fa {
    color: #016BB5;
}

.frontnavBox6 .fa {
    color: #00A9A4;
}

.frontnavBox7 .fa {
    color: #FBAE3A;
}

.frontnavBox8 .fa {
    color: #8CA3D5;
}

.frontnewnavBox5 .fa {
    color: #016BB5;
}

.frontnewnavBox6 .fa {
    color: #00A9A4;
}

.frontnewnavBox7 .fa {
    color: #FBAE3A;
}

.frontnewnavBox8 .fa {
    color: #8CA3D5;
}

@media (max-width:1204px) {}

@media (max-width:991px) {
    div[class^="frontnavBox"] .fbnav {
        font-size: .75em;
    }

    div[class^="frontnewnav"] .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;
    }

    .frontnewnav {
        border-right: 15px solid #FFF;
        border-left: 15px solid #FFF;
    }

    div[class^="frontnewnav"] .fbnav {
        font-size: 1em;
    }

    #DeltaPlaceHolderMain .frontnewnav .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%;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

@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-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: 24px;
    font-size: 1.1em;
    letter-spacing: -0.5px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;

}

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: 80px;
        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;
    }

    #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: 80px;
        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) {
    .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 {}

    div#sizer {
        margin: auto;
        text-align: center !important;
        float: none;
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    #sizer a {}

    #sizer a:hover {
        color: #00807B;
    }

    #s4-workspace .section-colored-footer-info {
        background-color: #BAD5E8;
    }

    #s4-workspace .section-colored-footer-bottom {
        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.4em;
    }

    .TopNavigation a:hover {
        color: #00807B;
    }

    #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:hover {
        color: #00807B;
    }
}

.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;
    color: #016BB5;
    text-shadow: 0px 0px 2px #FFF;
    margin: 0px;
    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: block;
    color: #016BB5;
    text-shadow: 0px 0px 2px #FFF;
    margin-left: 3%;
    border-radius: 3px;
    padding: 5px;
    font-size: .9em;
    margin-top: 10px;
}

.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;
}

#mainbody .ColorButtons ul>li>a:link {
    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;
}

#mainbody .ColorButtons ul>li>a span[class^="clrbtn"] {
    color: #FFF;
}

#mainbody .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: #4B72C3;
    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;
}

[class^="clrbtn_alt"] {
    text-shadow: 1px 1px 2px #000;
}

.clrbtn_altred {
    background-color: #D93624;
    border-bottom: 2px solid #902418;
}

.clrbtn_altorange {
    background-color: #DD7818;
    border-bottom: 2px solid #904e10;
}

.clrbtn_altyellow {
    background-color: #E5EA24;
    border-bottom: 2px solid #a5a910;
    text-shadow: 1px 1px 2px #FFF;
}

.clrbtn_altgreen {
    background-color: #A6BA1F;
    border-bottom: 2px solid #82940A;
    text-shadow: 1px 1px 2px #FFF;
}

.clrbtn_altblue {
    background-color: #4abbc9;
    border-bottom: 2px solid #0A8C9E;
}

#mainbody .ColorButtons ul>li>a span[class^="clrbtn_alt"] {
    font-size: 1.4em;
}

#mainbody .ColorButtons ul>li>a span[class^="clrbtn_altyellow"] {
    color: #333;
}

#mainbody .ColorButtons ul>li>a span[class^="clrbtn_altgreen"] {
    color: #333;
}

.clrbtn_frred {
    background-color: #ab2225;
    border-bottom: 2px solid #000;
}

.clrbtn_frblue {
    background-color: #01009A;
    border-bottom: 2px solid #000045;
}
.clrbtn_frblack {
    background-color: #000;
    border-bottom: 2px solid #000;
}

.clrbtn_fryellow {
    background-color: #edc817;
    border-bottom: 2px solid #c79500;    
}

.ColorButtons ul>li>a span[class^="clrbtn_fryellow"] {
    color: #333;
}

.ColorButtons ul.btn50 li {
    width: 49%;
    display: table-cell;
}

@media(min-width:768px) {
    .btn-eng-survey {
        margin-top: -60px;
        margin-bottom: -10px;
    }
}

#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;
}

/* Lightbox overrides */

.lb-nav a.lb-prev {
    opacity: 1 !important;
}

.lb-nav a.lb-next {
    opacity: 1 !important;
}

/* REMOVED FROM MASTER PAGE 042019 */

#aspnetForm[action*="default.aspx"] .ms-core-pageTitle {
    display: none;
}

#aspnetForm[action*="default.aspx"] .s4-breadcrumbNode {
    display: none;
}

/* hide HOME tab from top navigation */
.ms-core-listMenu-horizontalBox li.static>a {
    display: none !important;
}

.ms-core-listMenu-horizontalBox li.static>ul a {
    display: block !important;
}

/* hide from incapable browsers */
div#sizer {
    display: none;
}

/* breathing room between images in sizer */
div#sizer img {
    margin-right: 5px;
}

/* Hide Newsfeed / SkyDrive / Site Link */
.ms-core-suiteLinkList {
    display: none;
}

/* Skip to Main Content for Accessibility */

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #014C82 !important;
    background-color: #FFF;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #BAD5E8;
    text-align: center;
    font-size: 1.3em;
    z-index: 999;
}

/* Engineering-Style Nav Buttons */

.CO-Buttons ul {
    padding: 0px;
}

.CO-Buttons ul>li {
    list-style-image: none;
    list-style-type: none;
    text-align: center;
}

.CO-Buttons .fa {
    margin-right: 8px;
    font-size: 1.3em;
}

[class^="CoNavButton"] {
    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;
}

.CO-Buttons ul>li>a {
    text-decoration: none;
}

.CO-Buttons ul>li>a span[class^="CoNavButton"] {
    color: #01528B;
}

.CO-Buttons ul>li>a:hover {
    color: #016BB5 !important;
    text-decoration: none !important;
    box-shadow: 2px 2px 4px #000;
}

[class^="CoNavButton"]:hover {
    background-color: #FEFCFE;
    border-bottom: 2px solid #016BB5;
    box-shadow: 0px 0px 6px #777;
}

.CO-Buttons ul>li>a span[class^="CoNavButton"] {
    color: #FFF;
}

.CO-Buttons ul>li>a span[class^="CoNavButton"]:hover {
    color: #016BB5;
    text-shadow: 0px 0px 1px #999;
}

.CO-Buttons ul.btn50 li {
    width: 49%;
    display: table-cell;
}

.CO-Buttons {
    max-width: 350px;
    margin: 0 auto;
    font-size: 1.1em;
    margin-top: 10px;
}

.CO-Buttons a span {
    max-width: 350px;
}

.CO-Buttons ul>li {
    text-align: left;
}

.CO-Buttons .fa {
    margin-right: 18px;
    margin-left: 14px;
}

.CoNavButton_FFFAF4 {
    background-color: #8CA3D5;
    border-bottom: none;
}

[class^="CoNavButton"] {
    border-bottom: none !important;
}

[class^="CoNavButton"] {
    width: 260px;
}

.CO-Buttons ul>li>a span[class^="CoNavButton"]:hover {
    color: #016BB5;
}

.CO-Buttons ul>li>a span[class^="CoNavButton"] {
    color: #666;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, rgba(246, 246, 246, 0.9) 47%, rgba(237, 237, 237, 0.9) 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, rgba(246, 246, 246, 0.9) 47%, rgba(237, 237, 237, 0.9) 100%);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(246, 246, 246, 0.9) 47%, rgba(237, 237, 237, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(237,237,237, 0.5)', GradientType=0);
}

.CO-Buttons ul>li>a span[class^="CoNavButton"] {
    border: 0.3px solid #c7c7c7 !important;
    height: 24px;
    position: relative;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 0px;
    box-shadow: 7px 1px 7px rgba(0, 0, 0, 0.2);
}

.CO-Buttons ul>li>a span[class^="CoNavButton"]:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 50%;
    top: 4px;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    box-shadow: 0px 15px 10px #777777 !important;
}

[class^="CoNavButton"] {
    margin-bottom: 9px;
    padding: 5px;
    line-height: 24px;
}

/*  Light beige  */

.CoNavButton_FFFAF4 {
    background: #FFFAF4 !important;
}

/*Light yellow  */

.CoNavButton_FFFFDE {
    background: #ffffde !important;
}

/*Light blue */

.CoNavButton_EAFFFC {
    background: #eafffc !important;
}

/*LIght orange */

.CoNavButton_FFF4D7 {
    background: #fff4d7 !important;
}

/*        Light green */
.CoNavButton_F5FFDB {
    background: #f5ffdb !important;
}

.CO-Buttons ul>li>a span[class^="CoNavButton"]:hover {
    text-shadow: none;
    border-top: 0.3px solid #c7c7c7;
    border-right: 0.3px solid #c7c7c7;
    border-left: 0.3px solid #c7c7c7;
    border-bottom: 0.5 solid #fff !important;
    background: #fff !important;
    -webkit-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
}

/* New customizations */

.Green-STitle {
    font-family: "Open Sans", sans-serif;
    color: #00ada8 !important;
    font-weight: 600 !important;
    font-size: 1.5em !important;
}

.Black-Title {
    font-family: Oswald, sans-serif !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 1.8em;
}

/* Various ADA */
.ms-rteForeColor-2 {
    color: #EB0000;
}

.ms-picker-footer a {
    color: #006DBD;
}

.ms-acal-rootdiv th.ms-acal-detailtime,
.ms-acal-rootdiv th.ms-acal-day-top,
.ms-acal-rootdiv th.ms-acal-month-top {
    color: #526E7F;
}

/* Newest Buttons and Menus, Contrast Compliant */

.FlexButtons {
    margin: 15px 0px;
}

.FlexButtons a {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    font-weight: 600;
    border: 1px solid #FFF;
    text-decoration: none;
    line-height: 35px;
    box-shadow: 0px 0px 2px #BBB;
}

.FlexButtons .row {
    margin: 0px;
    padding: 5px;
}

.FlexButtons div[class^="col-"] {
    padding: 5px;
}

.FlexButtons span[class^="fa"] {
    width: 20px;
    height: 20px;
    padding: 8px;
    margin-right: 10px;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
}

.FlexButtons.YS {
    background-color: #E7F1F8;
    padding: 0px;
}

.FlexButtons.centered {
    text-align: center;
}

#mainbody .FlexButtons>.row>div a.flexbtn-blue {
    background-color: #E7F1F8;
    color: #016BB5;
}

.FlexButtons>.row>div a.flexbtn-blue span[class^="fa"] {
    background-color: #016BB5;
}

#mainbody .FlexButtons>.row>div a.flexbtn-green {
    background-color: #E7F3F3;
    color: #007A76;
}

.FlexButtons>.row>div a.flexbtn-green span[class^="fa"] {
    background-color: #00807B;
}

#mainbody .FlexButtons>.row>div a.flexbtn-yellow {
    background-color: #FEF7ED;
    color: #9F6304;
}

.FlexButtons>.row>div a.flexbtn-yellow span[class^="fa"] {
    background-color: #FBAE3A;
}

#mainbody .FlexButtons>.row>div a.flexbtn-lblue {
    background-color: #F5F5F5;
    color: #4D7575;
}

.FlexButtons>.row>div a.flexbtn-lblue span[class^="fa"] {
    background-color: #4D7575;
}

#mainbody .FlexButtons>.row>div a.flexbtn-dark {
    background-color: #E4E7E4;
    color: #262D1F;
}

.FlexButtons>.row>div a.flexbtn-dark span[class^="fa"] {
    background-color: #262D1F;
}

#mainbody .FlexButtons>.row>div a.flexbtn-blues {
    background-color: #EAF0F3;
    color: #19647E;
}

.FlexButtons>.row>div a.flexbtn-blues span[class^="fa"] {
    background-color: #19647E;
}

#mainbody .FlexButtons>.row>div a.flexbtn-mblue {
    background-color: #EAF0F3;
    color: #182B3A;
}

.FlexButtons>.row>div a.flexbtn-mblue span[class^="fa"] {
    background-color: #182B3A;
}

#mainbody .FlexButtons>.row>div a.flexbtn-orange {
    background-color: #E7E9EB;
    color: #F75C03;
}

.FlexButtons>.row>div a.flexbtn-orange span[class^="fa"] {
    background-color: #F75C03;
}

#mainbody .FlexButtons>.row>div a.flexbtn-vblue {
    background-color: #EAEBF0;
    color: #21295C;
}

.FlexButtons>.row>div a.flexbtn-vblue span[class^="fa"] {
    background-color: #21295C;
}

#mainbody .FlexButtons>.row>div a.flexbtn-red {
    background-color: #FEECED;
    color: #DC0411;
}

.FlexButtons>.row>div a.flexbtn-red span[class^="fa"] {
    background-color: #FB3640;
}

#mainbody .FlexButtons>.row>div a.flexbtn-csdgreen {
    background-color: #D1EAD1;
    color: #377033;
}

.FlexButtons>.row>div a.flexbtn-csdgreen span[class^="fa"] {
    background-color: #377033;
}

/* PZB ZONING BUTTONS, A LITTLE BRIGHTER */
#DeltaPlaceHolderMain h2.pzb-zoning-front-heading {
    height: 26px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    background-color: #0E3448;
    padding: 5px 10px;
    line-height: 26px;
}

.FlexButtons .pzbfront2 {
    background-color: #FFF;
    margin: 0px;
    border-radius: 10px;
}

.pzbfront-spacer {
    background-color: #FFF;
    height: 36px;
}

#mainbody .FlexButtons>.row>div a[class^="pzb"] {
    margin: 0px;
    box-shadow: none;
    border: 0px;
}

#mainbody .FlexButtons>.row>div a[class^="pzb"]:hover {
    box-shadow: 3px 0px 0px #014C82;
}

#mainbody .FlexButtons>.row>div a.pzbbtn-blue {
    background-color: #D7EEFE;
    color: #013F6F;
}

.FlexButtons>.row>div a.pzbbtn-blue span[class^="fa"] {
    background-color: #013F6F;
}

#mainbody .FlexButtons>.row>div a.pzbbtn-blue2 {
    background-color: #E1F2FE;
    color: #18507C;
}

.FlexButtons>.row>div a.pzbbtn-blue2 span[class^="fa"] {
    background-color: #18507C;
}

#mainbody .FlexButtons>.row>div a.pzbbtn-green {
    background-color: #D0DEDE;
    color: #004644;
}

.FlexButtons>.row>div a.pzbbtn-green span[class^="fa"] {
    background-color: #004644;
}

#mainbody .FlexButtons>.row>div a.pzbbtn-mblue {
    background-color: #BED0E0;
    color: #182B3A;
}

.FlexButtons>.row>div a.pzbbtn-mblue span[class^="fa"] {
    background-color: #182B3A;
}

#mainbody .FlexButtons>.row>div a.pzbbtn-vblue {
    background-color: #C3DEED;
    color: #0E3448;
}

.FlexButtons>.row>div a.pzbbtn-vblue span[class^="fa"] {
    background-color: #0E3448;
}

#mainbody .FlexButtons>.row>div a.pzbbtn-vblue2 {
    background-color: #D2E6F1;
    color: #234658;
}

.FlexButtons>.row>div a.pzbbtn-vblue2 span[class^="fa"] {
    background-color: #234658;
}

.pzbfront {
    margin: 0px 10px;
    background-color: #E1F2FE;
}

.pzbfrontright {
    padding: 5px;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #C3DEED;
}

#DeltaPlaceHolderMain .pzbfrontleft h3 {
    color: #182b3a;
    letter-spacing: -0.4px;
    font-size: 3rem;
    padding-top: 10px;
}

#DeltaPlaceHolderMain .pzbfrontleft h4 {
    color: #182b3a;
    letter-spacing: -0.3px;
    font-size: 2rem;
}

.pzbfrontright p {
    margin: 0px;
}

#mainbody .pzbfrontright a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.4px;
    display: block;
    color: #0E3448;
    padding: 8px;
}

#mainbody .pzbfrontright a:hover {
    text-decoration: underline;
    background-color: #185078;
    color: #FFF;
}

.faintbacking {
    background-color: #FFF;
    margin: 0px -10px;
}

.faintbacking .FlexButtons {
    margin: 0px;
}

/* More Button Styles */

.FlexButtons a:hover {
    background-color: #FFF !important;
    box-shadow: 3px 0px 0px #014C82;
    border: 1px solid #DDD;
    text-decoration: none;
}

#mainbody .FlexButtons.YS>.row>div:nth-child(5n+1) a {
    background-color: #EEF8FA;
    color: #2B7B88;
}

#mainbody .FlexButtons.YS>.row>div:nth-child(5n+2) a {
    background-color: #F6F8EA;
    color: #67760F;
}

#mainbody .FlexButtons.YS>.row>div:nth-child(5n+3) a {
    background-color: #FEF8EB;
    color: #966903;
}

#mainbody .FlexButtons.YS>.row>div:nth-child(5n+4) a {
    background-color: #FAF3FA;
    color: #B040AE;
}

#mainbody .FlexButtons.YS>.row>div:nth-child(5n+5) a {
    background-color: #FDF1F8;
    color: #D70F7B;
}

.FlexButtons.YS>.row>div:nth-child(5n+1) span[class^="fa"] {
    background-color: #4ABBC9;
}

.FlexButtons.YS>.row>div:nth-child(5n+2) span[class^="fa"] {
    background-color: #A6BA1F;
}

.FlexButtons.YS>.row>div:nth-child(5n+3) span[class^="fa"] {
    background-color: #FCB924;
}

.FlexButtons.YS>.row>div:nth-child(5n+4) span[class^="fa"] {
    background-color: #CE7ECD;
}

.FlexButtons.YS>.row>div:nth-child(5n+5) span[class^="fa"] {
    background-color: #F06BB6;
}

.FlexButtons.YS a:hover {
    background-color: #FFF !important;
    box-shadow: 3px 0px 0px #014C82;
    border: 1px solid #DDD;
    text-decoration: none;
}

.borderpad {
    background-color: #E7F1F8;
    border-radius: 10px;
    padding: 10px 25px 10px 15px;
    box-shadow: 0px 0px 3px #777;
    margin: 10px 0px;
}

/* Youth Services, formerly separated out */

.YS_Menu ul {
    padding: 0px;
}

.YS_Menu ul>li {
    list-style-image: none;
    list-style-type: none;
    text-align: center;
}

.YS_Menu .fa {
    margin-right: 8px;
    font-size: 1.3em;
}

[class^="ys_menu"] {
    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;
}

.YS_Wide {
    background-color: #E4F1FB;
    padding: 4px;
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px #BBB;
    border: 2px solid #FFF;
    border-radius: 10px;
}

.YS_Wide [class^="ys_menu"] {
    width: 85%;
    padding: 10px;
    font-size: 1.0em;
}

.YS_Menu ul>li>a {
    text-decoration: none;
}

.YS_Menu ul>li>a span[class^="ys_menu"] {
    color: #01528B;
}

.YS_Menu ul>li>a:hover {
    color: #016BB5 !important;
    text-decoration: none !important;
    box-shadow: 2px 2px 4px #000;
}

.YS_Menu ul>li>a:hover .fa {
    color: #6EBAF0 !important;
}

[class^="ys_menu"]:hover {
    background-color: #FEFCFE;
    border-bottom: 2px solid #016BB5;
    box-shadow: 0px 0px 6px #777;
}

.YS_Menu ul>li>a span[class^="ys_menu"] {
    color: #FFF;
}

.YS_Menu ul>li>a span[class^="ys_menu"]:hover {
    color: #016BB5;
    text-shadow: 0px 0px 1px #999;
}

.YS_Wide .col-sm-3 {
    padding-left: 2px;
    padding-right: 2px;
}

.YS_Wide .col-sm-3 span[class^="ys_menu"] {
    padding-left: 2px;
    padding-right: 2px;
}

.ys_menu1 {
    background-color: #4abbc9;
    border-bottom: 2px solid #0A8C9E;
}

.ys_menu2 {
    background-color: #A6BA1F;
    border-bottom: 2px solid #82940A;
}

.ys_menu3 {
    background-color: #fcb924;
    border-bottom: 2px solid #A87400;
}

.ys_menu4 {
    background-color: #c868c5;
    border-bottom: 2px solid #962891;
}

.ys_menu5 {
    background-color: #EA188E;
    border-bottom: 2px solid #95105B;
}

.ys_menu6 {
    background-color: #d6516a;
    border-bottom: 2px solid #981630;
}

.ys_menu7 {
    background-color: #F47B3E;
    border-bottom: 2px solid #9C4F28;
}

.ys_menu8 {
    background-color: #3F81C3;
    border-bottom: 2px solid #29537D;
}

.YS_Menu_confix ul>li {
    margin: 5px;
    list-style-image: none;
    list-style-type: none;
    box-shadow: 0px 1px 0px #CCC;
}

.YS_Menu_confix a {
    display: block;
    text-decoration: none;
    color: #016BB5;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.YS_Menu_confix a:hover {
    background-color: #FFF;
    box-shadow: 3px 0px 1px #016BB5;
    text-decoration: none !important;
}

.YS_Menu_confix .fa {
    width: 30px;
    padding: 5px;
    text-align: center;
    font-size: 2rem;
    text-shadow: 0px 0px 1px #333;
    margin-right: 5px;
    color: #FFF;
}

.YS_Menu_confix ul {
    padding: 5px;
}

.YS_Menu_confix ul>li:nth-child(1) {
    background-color: #EEF8FA;
}

.YS_Menu_confix ul>li:nth-child(2) {
    background-color: #EEF8FA;
}

.YS_Menu_confix ul>li:nth-child(3) {
    background-color: #EEF8FA;
}

.YS_Menu_confix ul>li:nth-child(4) {
    background-color: #F6F8EA;
}

.YS_Menu_confix ul>li:nth-child(5) {
    background-color: #F6F8EA;
}

.YS_Menu_confix ul>li:nth-child(6) {
    background-color: #F6F8EA;
}

.YS_Menu_confix ul>li:nth-child(7) {
    background-color: #FEF8EB;
}

.YS_Menu_confix ul>li:nth-child(8) {
    background-color: #FEF8EB;
}

.YS_Menu_confix ul>li:nth-child(9) {
    background-color: #FEF8EB;
}

.YS_Menu_confix ul>li:nth-child(10) {
    background-color: #FAF3FA;
}

.YS_Menu_confix ul>li:nth-child(11) {
    background-color: #FAF3FA;
}

.YS_Menu_confix ul>li:nth-child(12) {
    background-color: #FAF3FA;
}

.YS_Menu_confix ul>li:nth-child(13) {
    background-color: #FDF1F8;
}

.YS_Menu_confix ul>li:nth-child(14) {
    background-color: #FDF1F8;
}

.YS_Menu_confix ul>li:nth-child(15) {
    background-color: #FDF1F8;
}

.YS_Menu_confix ul>li:nth-child(1) .fa {
    background-color: #4abbc9;
}

.YS_Menu_confix ul>li:nth-child(2) .fa {
    background-color: #4abbc9;
}

.YS_Menu_confix ul>li:nth-child(3) .fa {
    background-color: #4abbc9;
}

.YS_Menu_confix ul>li:nth-child(4) .fa {
    background-color: #A6BA1F;
}

.YS_Menu_confix ul>li:nth-child(5) .fa {
    background-color: #A6BA1F;
}

.YS_Menu_confix ul>li:nth-child(6) .fa {
    background-color: #A6BA1F;
}

.YS_Menu_confix ul>li:nth-child(7) .fa {
    background-color: #fcb924;
}

.YS_Menu_confix ul>li:nth-child(8) .fa {
    background-color: #fcb924;
}

.YS_Menu_confix ul>li:nth-child(9) .fa {
    background-color: #fcb924;
}

.YS_Menu_confix ul>li:nth-child(10) .fa {
    background-color: #CE7ECD;
}

.YS_Menu_confix ul>li:nth-child(11) .fa {
    background-color: #CE7ECD;
}

.YS_Menu_confix ul>li:nth-child(12) .fa {
    background-color: #CE7ECD;
}

.YS_Menu_confix ul>li:nth-child(13) .fa {
    background-color: #F06BB6;
}

.YS_Menu_confix ul>li:nth-child(14) .fa {
    background-color: #F06BB6;
}

.YS_Menu_confix ul>li:nth-child(15) .fa {
    background-color: #F06BB6;
}

#mainbody .YS_Menu_confix ul>li:nth-child(1) a {
    color: #2B7B88;
}

#mainbody .YS_Menu_confix ul>li:nth-child(2) a {
    color: #2B7B88;
}

#mainbody .YS_Menu_confix ul>li:nth-child(3) a {
    color: #2B7B88;
}

#mainbody .YS_Menu_confix ul>li:nth-child(4) a {
    color: #67760F;
}

#mainbody .YS_Menu_confix ul>li:nth-child(5) a {
    color: #67760F;
}

#mainbody .YS_Menu_confix ul>li:nth-child(6) a {
    color: #67760F;
}

#mainbody .YS_Menu_confix ul>li:nth-child(7) a {
    color: #966903;
}

#mainbody .YS_Menu_confix ul>li:nth-child(8) a {
    color: #966903;
}

#mainbody .YS_Menu_confix ul>li:nth-child(9) a {
    color: #966903;
}

#mainbody .YS_Menu_confix ul>li:nth-child(10) a {
    color: #B040AE;
}

#mainbody .YS_Menu_confix ul>li:nth-child(11) a {
    color: #B040AE;
}

#mainbody .YS_Menu_confix ul>li:nth-child(12) a {
    color: #B040AE;
}

#mainbody .YS_Menu_confix ul>li:nth-child(13) a {
    color: #D70F7B;
}

#mainbody .YS_Menu_confix ul>li:nth-child(14) a {
    color: #D70F7B;
}

#mainbody .YS_Menu_confix ul>li:nth-child(15) a {
    color: #D70F7B;
}

.YS_Menu_confix ul>li a:hover .fa {
    background-color: #016BB5;
}

.YS_Menu_confix ul>li a:hover {
    color: #016BB5 !important;
}

/* 2016 SP Tweaks */

#O365_NavHeader {
    background-color: #014C82;
}

#O365_TopMenu {
    background-color: #014C82;
}

.o365cs-nav-header16 .o365cs-nav-brandingText {
    font-size: 1.7rem;
    font-weight: 700;
}

a.ms-core-menu-link {
    padding: 1px 5px;
    display: block;
    position: relative;
}

.ms-ToolPaneOuter {
    position: static;
}

ul .ms-core-menu-separator {
    list-style-image: none;
}

/*
.js-webpart-menuCell {
    position: relative;
}*/

#mainbody .ms-SPZone .ms-webpart-controlBox a:link {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
}

/*
.ms-webpart-controlBox {
    position: relative;
}*/


#mainbody div.js-webpart-menuCell div.ms-core-menu-box.ms-core-defaultFont.ms-shadow {
    top: 21px !important;
}

.js-callout-content {
    font-size: 1.4rem;
}

.js-callout-body {
    font-size: 1.3rem;
}

#mainbody .ms-core-menu-box.ms-shadow .ms-core-menu-list li a {
    text-decoration: none;
    font-size: 1.4rem;
}

.ms-dialog.ms-dialog-nr .depttitle {
    font-size: 1.5em;
}

.js-callout-footerArea .js-callout-ecbMenu>.ms-core-menu-box {}

.ms-contextmenu-box.ms-js-contextmenu {
    background-color: #FFF;
    border: 5px solid #EEE;
    padding: 10px;
    margin: 0px;
}

/* Orange URL Gel Button */

.GelButton {
    -moz-box-shadow: inset -1px 4px 6px 1px #fce2c1;
    -webkit-box-shadow: inset -1px 4px 6px 1px #fce2c1;
    box-shadow: inset -1px 4px 6px 1px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fc8d05));
    background: -moz-linear-gradient(center top, #ffc477 5%, #fc8d05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fc8d05');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    text-indent: 0;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 6px #cc9f52;
}

.GelButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcb35a), color-stop(1, #ffc477));
    background: -moz-linear-gradient(center top, #fcb35a 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb35a', endColorstr='#ffc477');
    background-color: #fcb35a;
}

.GelButton:active {
    position: relative;
    top: 1px;
}

/* New White Header with Arrow */
#DeltaPlaceHolderMain h2.arrowheader {
    color: #014c82 !important;
    font-size: 1.5em;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #5199CD;
    text-transform: uppercase;
    letter-spacing: -0.8px;
}

#DeltaPlaceHolderMain h2.arrowheader:before {
    font-family: "Font Awesome 5 Free";
    content: '\f35a';
    font-weight: 900;
    position: relative;
    left: -5px;
    margin: 0 -5px 0 0px;
    padding: 5px;
    color: #5199cd;
    font-size: 1.7em;
}

/* These styles make the focus more subtle for people not using keyboard navigation */

button:focus-visible {
    outline: 4px dashed black;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

a:focus-visible {
    outline: 4px dashed black;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}


/* Customize the colors for calendar overlays */

.ms-acal-color1 {
    background-color:#7bc7f8 !important;
}

.ms-acal-apanel-color1 {
    background-color:#7bc7f8 !important;
}

.ms-acal-color2 {
    background-color:Red !important;
}

.ms-acal-apanel-color2 {
    background-color:Red !important;
}

.ms-acal-color3 {
    background-color:#f9de8b !important;
}

.ms-acal-apanel-color3 {
    background-color:#f9de8b !important;
}

.ms-acal-color4 {
    background-color:Yellow !important;
}

.ms-acal-apanel-color4 {
    background-color:Yellow !important;
}

.ms-acal-color5 {
    background-color:Blue !important;
}

.ms-acal-apanel-color5 {
    background-color:Blue !important;
}

.ms-acal-color6 {
    background-color:Purple !important;
}

.ms-acal-apanel-color6 {
    background-color:Purple !important;
}

.ms-acal-color7 {
    background-color:#e1aadf !important;
}

.ms-acal-apanel-color7 {
    background-color:#e1aadf !important;
}

.ms-acal-color8 {
    background-color:#2dd68d !important;
}

.ms-acal-apanel-color8 {
    background-color:#2dd68d !important;
}

.ms-acal-color9 {
    background-color:#ff2052 !important;
}

.ms-acal-apanel-color9 {
    background-color:#ff2052 !important;
}

















