@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/fontawesome6/css/all.min.css);
@import url(/CSS/fontawesome6/css/v4-shims.min.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: 0.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, 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: 0.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: 0.9em;
}

/* 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: 0.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: 0.9em;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  margin-bottom: 5px;
}

.ms-srch-upscope-top {
  padding-left: 8px;
  font-size: 0.9em;
  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: 0.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: 0.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: 0.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: 0.8em;
  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: 0.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: 0.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: 0.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: 0.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: 0.9em;
  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: 0.9em;
  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: 0.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: 0.95em;
}

.ms-acal-display {
  color: #222222;
  font-size: 1.3em;
}

.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: 0.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;
}

.ms-dialog #reciteme-container {
  display: none;
}
/* Newsroom Title Area, may need to limit */

#DeltaPlaceHolderPageTitleInTitleArea .die a {
  font-size: 0.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: 0.8em;
}

.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: #fff;
}

/* 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: 0.9em;
  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: 0.9em;
}

/* 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: 0.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, 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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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 0.75s linear infinite;
  -moz-animation: blink 0.75s linear infinite;
  -ms-animation: blink 0.75s linear infinite;
  -o-animation: blink 0.75s linear infinite;
  animation: blink 0.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: 0.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: 0.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, 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, 0.8) !important;
}

#topnavbar {
  background-color: rgba(255, 255, 255, 1) !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: 0.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: 0.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;
  background-color: #fff;
}

.frontnavboxes .col-sm-4 {
  padding: 0px;
  background-color: #fff;
}

.frontnewnav {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.frontnewnav .col-sm-3 {
  padding: 0px;
  background-color: #fff;
}

.frontnewnav .col-sm-4 {
  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.1em;
  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.1em;
  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: 0.75em;
  }

  div[class^="frontnewnav"] .fbnav {
    font-size: 0.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: 0.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: 0.8em;
  }

  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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 1em;
}

.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(16) {
  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;
}

.YS_Menu_confix ul > li:nth-child(16) .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;
}

#mainbody .YS_Menu_confix ul > li:nth-child(16) 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, 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, 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;
}

/* changes to borders to give the header a little breathing room and border-radius */

.HeaderContainer .HeaderRow {
  max-width: 1140px;
  border: 15px solid #fff;
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .HeaderContainer .HeaderRow {
    border: 0px;
  }
}
.HeaderContainer .HeaderRow:nth-child(3) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.HeaderContainer .HeaderRow:nth-child(4) {
  border-top: 0px;
  margin-top: 0px;
}

.HeaderContainer .col-md-12 #topnavbar {
  max-width: 1170px;
}

#header {
  max-width: 1170px;
}

#main {
  max-width: 1140px;
  border-bottom: 15px solid #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.frontnewnav {
  margin: 0px -15px;
}

/* Blue shadow box. */
#Blue-Shadow-Box {
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
