html body {
  margin-top: 0;
  padding-top: 0 !important;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /*&:not(.user-logged-in) {
      .translatable-nav-tabs {
        .btn-default {
          display: none;
        }
      }
    }
*/
  /* Feature Tiles */
  /** another election Iframe styling for PowerBI charts **/
  /* Visible, high-contrast focus rings for keyboard users */
  /* Respect reduced motion preferences */
}
html body .dialog-off-canvas-main-canvas {
  overflow: hidden;
}
html body .element-invisible {
  display: none;
}
html body h2,
html body h3,
html body h4 {
  font-weight: 400;
  color: #28606b;
  line-height: initial;
}
html body h1 {
  font-size: 2em;
  font-weight: 500;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body h1 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 600px) {
  html body h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
html body h1 br {
  display: none;
}
html body .page-header {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  html body .page-header {
    margin-left: auto;
    margin-right: auto;
  }
}
html body h2 {
  font-size: 1.65em;
}
html body h3 {
  font-size: 1.2em;
}
html body h4 {
  font-size: 1.05em;
}
html body li {
  line-height: 1.3;
  padding-bottom: 8px;
}
@media (min-width: 1296px) {
  html body .pull-right-lg {
    float: right;
  }
}
@media (max-width: 1295px) {
  html body .pull-right-lg {
    margin-left: auto;
    margin-right: auto;
  }
}
html body a {
  color: #28606b;
}
html body a:hover {
  color: #1b7d90;
}
html body a:focus {
  text-decoration: none !important;
}
html body .caption {
  font-size: 0.9em;
}
html body .text-align-center {
  max-width: 100%;
  margin: 0 auto;
}
html body .btn {
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px 22px;
  /*width: 100%;*/
  font-size: 1.2em;
  white-space: normal;
  text-align: center;
  transition: 0.5s ease;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body .btn {
    padding: 20px 22px;
  }
}
html body .btn.float-none {
  float: none !important;
}
html body .btn-dkgray,
html body .btn-info {
  background-color: #333333;
  color: #fff;
  border-radius: 5px;
  margin: auto;
  text-align: center;
  padding: 12px 20px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
html body .btn-dkgray .small-text,
html body .btn-info .small-text {
  font-size: 1.2rem;
}
html body .btn-dkgray:hover,
html body .btn-info:hover {
  background-color: #333;
}
html body .btn-teal,
html body .btn-default {
  background-color: #28606b;
}
html body .btn-teal:hover,
html body .btn-default:hover {
  background: #0f4954;
  color: #fce66d;
}
html body .btn-teal .fontawesome-icon-inline span,
html body .btn-default .fontawesome-icon-inline span {
  font-size: 2.6rem;
}
html body .btn-purple {
  background-color: #59387f;
  color: #fff;
}
html body .btn-purple:hover {
  background-color: #3a1367;
  color: #fce66d;
}
html body .btn-beige {
  background-color: #faae5f !important;
  color: #000 !important;
}
html body .btn-beige .fontawesome-icon-inline {
  color: #000 !important;
}
html body .btn-beige .fontawesome-icon-inline .fal {
  color: #000 !important;
}
html body .btn-beige:hover {
  background-color: #f9c795 !important;
  color: #000 !important;
}
html body .btn-blue,
html body .btn-link {
  background-color: #253e8e;
  color: #fff;
}
html body .btn-blue:hover,
html body .btn-link:hover {
  background-color: #0c2574;
  color: #fce66d;
}
html body .btn-orange,
html body .btn-warning {
  background-color: #faae60;
  color: #000;
}
html body .btn-orange:hover,
html body .btn-warning:hover {
  background-color: #de6015;
  color: #fce66d;
}
html body .btn-primary,
html body .btn-green,
html body .btn-success {
  color: #fff;
  text-decoration: none;
  background: #449644;
  border-radius: 4px;
  border: none;
  transition: all 0.5s ease;
  font-weight: 500;
}
html body .btn-primary:hover,
html body .btn-green:hover,
html body .btn-success:hover,
html body .btn-primary:focus,
html body .btn-green:focus,
html body .btn-success:focus,
html body .btn-primary:active:hover,
html body .btn-green:active:hover,
html body .btn-success:active:hover {
  background: #1e6d1e;
  color: #fce66d;
}
html body .dropdown-language-item .language-link {
  color: #333;
  background-color: #fff;
  border: 1px solid #999;
  min-height: fit-content !important;
  line-height: 2rem !important;
}
html body .dropdown-language-item .dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #999;
  min-height: fit-content !important;
  line-height: 2rem !important;
}
html body .dropdown-language-item .dropdown-menu a.language-link {
  border: none;
}
html body .extlink {
  font-size: 0.8em;
  margin-left: 5px;
  margin-top: 3px;
}
html body a.no-link {
  border-bottom: none;
}
html body a.no-link .extlink {
  display: none;
}
html body .inline-alert {
  background-color: #24467E;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}
html body .inline-alert .fa-xs {
  font-size: 0.5rem;
  vertical-align: middle;
  margin: 0 10px;
}
html body .inline-alert p {
  margin-bottom: 0 !important;
  padding: 5px 0;
}
html body .inline-alert p a {
  color: #fff;
}
html body iframe.no-focus {
  display: none;
}
html body .osos-callout {
  margin: 20px 0;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  html body .osos-callout {
    width: 100%;
  }
}
html body .osos-callout h2 {
  margin-top: 0;
}
html body .osos-callout.osos-callout-info {
  background-color: #f4f8fa;
  border-left: 3pt solid #46b8da;
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
}
html body .osos-callout.osos-callout-info ul li a {
  border-bottom: #a2bdc5;
}
html body .osos-callout.osos-callout-info ul li a:hover {
  border-bottom: none;
}
html body .breadcrumb {
  padding-left: 0;
  margin-bottom: 10px;
  background-color: transparent !important;
  font-size: 0.95em;
}
html body .breadcrumb li {
  line-height: 1;
}
html body .breadcrumb li a {
  border-bottom: none;
}
html body .breadcrumb li:before {
  padding: 0 0 0 5px;
}
html body.page-node-type-blog section.container {
  border-top: none !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
html body.page-node-type-blog .main-container > .row > section {
  border-top: 1pt solid #ccc;
  border-bottom: 1pt solid #ccc;
  background-color: #fff;
  margin-bottom: 20px;
}
html body.page-node-type-blog .main-container > .row > section .region-content {
  margin-bottom: 0;
}
html body.page-node-type-blog .main-container > .row > section .region-content .field--name-field-date,
html body.page-node-type-blog .main-container > .row > section .region-content .field--name-field-date-and-time {
  color: #70b24c !important;
  text-align: center;
  font-size: 1.4rem;
}
html body.page-node-type-blog .main-container > .row > section .region-content time:before {
  font-family: "Font Awesome 6 Pro";
  content: '\f073';
  font-size: 1.6rem;
  margin-right: 4px;
}
html body.page-node-type-blog .main-container > .row > section .region-content .field--name-body {
  padding: 20px 0;
}
html body.page-node-type-blog .main-container > .row > section #block-views-block-blog-images-block-1 .views-field-field-media-image {
  float: none;
}
html body.page-node-type-blog .main-container > .row > section #block-views-block-blog-images-block-1 .views-field-field-media-image .field--name-field-media-image {
  float: none;
}
html body.page-node-type-blog .main-container > .row > section #block-views-block-blog-images-block-1 .views-field-field-media-image .field--name-field-media-image img {
  margin-left: auto;
  margin-right: auto;
}
html body .corps-chat img {
  width: 284px;
  height: 80px;
}
html body .corps-chat.corps-chat-subpage {
  /*float: right;*/
}
html body .corps-chat.corps-chat-subpage:after {
  clear: both;
  content: '';
}
html body #block-drupalbase-custom-wtbbloutreachmaterialstours form {
  padding: 15px;
}
html body #library-catalog-search-form {
  width: 400px;
  max-width: 100%;
  margin-top: 40px;
  float: right;
}
html body #library-catalog-search-form #catalog-search {
  width: 355px;
}
html body #library-catalog-search-form button {
  padding: 5px 10px !important;
  background-color: #28606b !important;
  border: 2px solid #28606b !important;
}
@media screen and (max-width: 600px) {
  html body #library-catalog-search-form button {
    margin-top: 10px;
  }
}
html body .election-block,
html body .feature-tile-block {
  max-width: 370px;
  width: 295px;
  margin: 0 10px 20px 10px;
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease;
}
html body .election-block:hover,
html body .feature-tile-block:hover {
  box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -webkit-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -moz-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
}
html body .election-block .field--name-body,
html body .feature-tile-block .field--name-body {
  padding: 7px;
}
html body .election-block .block-wrapper .feature-tile-image .contextual,
html body .feature-tile-block .block-wrapper .feature-tile-image .contextual {
  display: none;
}
html body .election-block .block-wrapper .field--name-field-media-image img,
html body .feature-tile-block .block-wrapper .field--name-field-media-image img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
html body .election-block .block-wrapper:hover,
html body .feature-tile-block .block-wrapper:hover {
  text-decoration: none;
  color: #217b8c;
}
html body .election-block .block-wrapper .field--name-body,
html body .feature-tile-block .block-wrapper .field--name-body {
  min-height: 68px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 13px 10px;
}
html body .election-block .block-wrapper .field--name-body p,
html body .feature-tile-block .block-wrapper .field--name-body p {
  line-height: 2.2rem;
}
html body .election-block .block-wrapper .field--name-field-tile-link,
html body .feature-tile-block .block-wrapper .field--name-field-tile-link,
html body .election-block .block-wrapper .feature-tile-text,
html body .feature-tile-block .block-wrapper .feature-tile-text {
  padding: 12px 10px 10px;
}
html body .election-block .block-wrapper .field--name-field-tile-link a,
html body .feature-tile-block .block-wrapper .field--name-field-tile-link a,
html body .election-block .block-wrapper .feature-tile-text a,
html body .feature-tile-block .block-wrapper .feature-tile-text a {
  color: #28606b;
  font-size: 1.1em;
  font-weight: 600;
}
html body .election-block .block-wrapper .field--name-field-tile-link a:hover,
html body .feature-tile-block .block-wrapper .field--name-field-tile-link a:hover,
html body .election-block .block-wrapper .feature-tile-text a:hover,
html body .feature-tile-block .block-wrapper .feature-tile-text a:hover {
  text-decoration: none;
  color: #1b7d90;
}
html body .election-block#block-middlecenterfrontpage .block-wrapper,
html body .feature-tile-block#block-middlecenterfrontpage .block-wrapper {
  height: 319px;
}
html body .election-block.last-of-row .block-wrapper,
html body .feature-tile-block.last-of-row .block-wrapper {
  margin-right: 0;
}
html body .domestic-partnership-search {
  margin-top: 25px;
}
html body .subpage-background-image {
  padding-bottom: 30px;
}
html body.landing-page,
html body.page-node-type-landing-page {
  /*** Corporations Page videos ***/
}
@media screen and (max-width: 991px) {
  html body.landing-page .wrapper-content-middle,
  html body.page-node-type-landing-page .wrapper-content-middle {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
html body.landing-page .paragraph--type--callout,
html body.page-node-type-landing-page .paragraph--type--callout {
  margin-bottom: 0 !important;
}
html body.landing-page .paragraph--type--callout .field--name-field-body,
html body.page-node-type-landing-page .paragraph--type--callout .field--name-field-body {
  padding: 0 !important;
}
html body.landing-page .paragraph--type--callout .field--name-field-body figure,
html body.page-node-type-landing-page .paragraph--type--callout .field--name-field-body figure {
  margin-bottom: 15px;
}
html body.landing-page .paragraph--type--callout .field--name-field-body figcaption,
html body.page-node-type-landing-page .paragraph--type--callout .field--name-field-body figcaption {
  text-align: center;
}
html body.landing-page .field--name-field-page-section,
html body.page-node-type-landing-page .field--name-field-page-section {
  margin-bottom: 0 !important;
}
html body.landing-page .field--name-field-page-section .field--item,
html body.page-node-type-landing-page .field--name-field-page-section .field--item {
  margin-bottom: 5px !important;
}
html body.landing-page .field--name-field-page-section .field--name-field-body,
html body.page-node-type-landing-page .field--name-field-page-section .field--name-field-body {
  margin-bottom: 0 !important;
}
html body.landing-page .field--name-field-page-section .field--name-field-body .ext .extlink,
html body.page-node-type-landing-page .field--name-field-page-section .field--name-field-body .ext .extlink {
  display: none;
}
html body.landing-page .osos-callout,
html body.page-node-type-landing-page .osos-callout {
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body.landing-page .highlighted .row section,
  html body.page-node-type-landing-page .highlighted .row section {
    order: inherit;
  }
}
@media screen and (max-width: 1199px) {
  html body.landing-page .highlighted .region-highlighted,
  html body.page-node-type-landing-page .highlighted .region-highlighted {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
html body.landing-page .highlighted .region-highlighted .btn,
html body.page-node-type-landing-page .highlighted .region-highlighted .btn {
  display: flex;
  min-height: 8rem;
}
@media screen and (max-width: 1199px) {
  html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons,
  html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col,
  html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4,
  html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4 {
    width: 55%;
  }
}
@media screen and (max-width: 800px) {
  html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4,
  html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4 {
    width: 100%;
  }
}
html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal,
html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal,
html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal,
html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal {
  display: flex;
  min-height: 80px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal,
  html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-md-4.col-third .btn-teal {
    min-height: auto;
  }
}
@media screen and (max-width: 1199px) {
  html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-fourth,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-fourth,
  html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-fourth,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-fourth {
    min-height: auto;
  }
}
html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-fourth a,
html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-fourth a,
html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-fourth a,
html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-fourth a {
  line-height: 3;
}
@media screen and (max-width: 1199px) {
  html body.landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-fourth a,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-corporationsfeaturebuttons .block-wrapper .three-col .col-fourth a,
  html body.landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-fourth a,
  html body.page-node-type-landing-page .highlighted .region-highlighted #block-charitiesfeaturebuttons .block-wrapper .three-col .col-fourth a {
    line-height: inherit;
  }
}
html body.landing-page .region-content,
html body.page-node-type-landing-page .region-content {
  margin-bottom: 0 !important;
}
html body.landing-page .region-content .btn,
html body.page-node-type-landing-page .region-content .btn {
  min-height: 65px;
  vertical-align: middle;
  line-height: 4.5rem;
}
html body.landing-page span.text,
html body.page-node-type-landing-page span.text {
  white-space: normal;
}
html body.landing-page #block-electionsfeaturebuttons .btn-green,
html body.page-node-type-landing-page #block-electionsfeaturebuttons .btn-green {
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body.landing-page .feature-buttons .btn,
html body.page-node-type-landing-page .feature-buttons .btn {
  min-height: 78px;
}
@media screen and (max-width: 991px) {
  html body.landing-page .landing-page-features .block-wrapper .three-col,
  html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col,
  html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col,
  html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4 h2,
html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4 h2,
html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 h2,
html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 h2 {
  font-size: 1.8rem;
  color: #333333;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
}
html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn,
html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn,
html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn,
html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn {
  width: 100%;
}
html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray,
html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray,
html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray,
html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray {
  line-height: 2rem;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray,
  html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray,
  html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray,
  html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray {
    width: 300px;
  }
}
html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray:hover,
html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray:hover,
html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray:hover,
html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray:hover {
  background-color: #333;
  color: #fff;
}
html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray h2,
html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4 .btn-dkgray h2,
html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray h2,
html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4 .btn-dkgray h2 {
  color: #fff;
}
html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third,
html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third,
html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third,
html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third {
  margin-top: 39px;
}
@media screen and (max-width: 1440px) {
  html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third,
  html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third,
  html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third,
  html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third,
  html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third,
  html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third,
  html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third {
    margin-bottom: 0;
    margin-top: 25px;
  }
}
html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third p,
html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third p,
html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third p,
html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third p {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third p,
  html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third p,
  html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third p,
  html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third p {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  html body.landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third p .btn-green,
  html body.page-node-type-landing-page .landing-page-features .block-wrapper .three-col .col-md-4.col-third p .btn-green,
  html body.landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third p .btn-green,
  html body.page-node-type-landing-page #block-electionsfeaturebuttons-2 .block-wrapper .three-col .col-md-4.col-third p .btn-green {
    width: 300px;
  }
}
html body.landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-image a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-image a .fa-ext,
html body.landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-image a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-image a .fa-ext,
html body.landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-image a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-image a .fa-ext,
html body.landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-image a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-image a .fa-ext {
  display: none;
}
html body.landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-image .field--name-field-media-oembed-video,
html body.page-node-type-landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-image .field--name-field-media-oembed-video,
html body.landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-image .field--name-field-media-oembed-video,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-image .field--name-field-media-oembed-video,
html body.landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-image .field--name-field-media-oembed-video,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-image .field--name-field-media-oembed-video,
html body.landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-image .field--name-field-media-oembed-video,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-image .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
html body.landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-image .field--name-field-media-oembed-video iframe,
html body.page-node-type-landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-image .field--name-field-media-oembed-video iframe,
html body.landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-image .field--name-field-media-oembed-video iframe,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-image .field--name-field-media-oembed-video iframe,
html body.landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-image .field--name-field-media-oembed-video iframe,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-image .field--name-field-media-oembed-video iframe,
html body.landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-image .field--name-field-media-oembed-video iframe,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-image .field--name-field-media-oembed-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
html body.landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-text,
html body.page-node-type-landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-text,
html body.landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-text,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-text,
html body.landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-text,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-text,
html body.landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-text,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-text {
  font-size: 1.1em;
  text-align: center;
  line-height: 1.3;
  margin-top: 5px;
}
html body.landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-text a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationstileexpressannualreport .block-wrapper .elections-text a .fa-ext,
html body.landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-text a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock2 .block-wrapper .elections-text a .fa-ext,
html body.landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-text a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock3 .block-wrapper .elections-text a .fa-ext,
html body.landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-text a .fa-ext,
html body.page-node-type-landing-page .region-content-middle #block-corporationsvideoblock4 .block-wrapper .elections-text a .fa-ext {
  display: none;
}
html body.landing-page .wrapper-content-bottom,
html body.page-node-type-landing-page .wrapper-content-bottom {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
@media screen and (max-width: 1263px) {
  html body.landing-page .news-events-tab-wrapper,
  html body.page-node-type-landing-page .news-events-tab-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
html body.landing-page .news-events-tab-wrapper ul,
html body.page-node-type-landing-page .news-events-tab-wrapper ul {
  margin-left: 0;
  padding-left: 0;
}
html body.landing-page .news-events-tab-wrapper ul li,
html body.page-node-type-landing-page .news-events-tab-wrapper ul li {
  list-style-type: none;
}
html body.landing-page .news-events-tab-wrapper ul li.nav-item.active,
html body.page-node-type-landing-page .news-events-tab-wrapper ul li.nav-item.active {
  margin-bottom: 2px;
}
html body.landing-page .view-news ul li,
html body.page-node-type-landing-page .view-news ul li {
  margin-bottom: 10px;
}
html body.landing-page .view-news .views-field-views-conditional-field h3,
html body.page-node-type-landing-page .view-news .views-field-views-conditional-field h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 0;
}
html body.landing-page .view-news .views-field-views-conditional-field .views-field-body,
html body.page-node-type-landing-page .view-news .views-field-views-conditional-field .views-field-body {
  margin-bottom: 10px;
}
html body.page-node-13705 .region-content-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html body.page-node-13705 .region-content-upper-middle {
  justify-content: left !important;
}
html body.page-node-13705 .feature-tile-text {
  min-height: 85px;
}
@media screen and (max-width: 1199px) {
  html body .corps-chat {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  html body .corps-chat img {
    margin-bottom: 20px;
  }
}
html body .corps-chat button.chat-modal {
  border: none;
  background-color: transparent;
  padding: 0;
}
html body .homepage-background-image {
  background-image: url(/themes/drupalbase_custom/assets/images/capitol-gradient4.jpg);
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-position: top center;
}
@media screen and (max-width: 1199px) {
  html body .homepage-background-image {
    background-size: contain;
  }
}
html body header {
  overflow: hidden;
  margin: 0;
  padding: 10px 0 0 0;
  border-top: 5pt solid #266c6c;
  position: relative;
}
@media screen and (max-width: 600px) {
  html body header {
    background: rgba(255, 255, 255, 0.5);
  }
}
html body header .header-image {
  display: none;
}
html body header .container {
  width: 100%;
}
html body header .logo-container {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
html body header .logo-container .region-header {
  position: relative;
}
@media screen and (max-width: 425px) {
  html body header .logo-container .region-header {
    margin-top: -15px;
  }
}
html body header .logo-container .region-header .navbar-brand {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body header .logo-container .region-header .site-logo-region {
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  html body header .logo-container .region-header .site-logo-region {
    width: 33%;
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 425px) {
  html body header .logo-container .region-header .site-logo-region {
    width: 80%;
    text-align: left;
    float: left;
    margin: 0 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  html body header .logo-container .region-header .site-logo-region .logo {
    float: none !important;
  }
}
html body header .logo-container .region-header .site-logo-region .logo img {
  width: 325px;
  margin-top: 7px;
}
@media screen and (max-width: 800px) {
  html body header .logo-container .region-header .site-logo-region .logo img {
    width: 240px;
  }
}
@media screen and (max-width: 425px) {
  html body header .logo-container .region-header .site-logo-region .logo img {
    max-width: 80%;
  }
}
html body header .logo-container .region-header .search-block-form {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  html body header .logo-container .region-header .search-block-form {
    width: 38%;
  }
}
@media screen and (max-width: 991px) {
  html body header .logo-container .region-header .search-block-form {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  html body header .logo-container .region-header .search-block-form {
    margin-top: 20px;
  }
}
html body header .logo-container .region-header .search-block-form h2.block-title {
  display: none;
}
html body header .logo-container .region-header .search-block-form .btn,
html body header .logo-container .region-header .search-block-form input[type="submit"] {
  background: #28606b;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #fff;
  padding: 1px 7px 6px 7px;
  margin-left: -9px;
  margin-top: 0px;
  width: auto;
  min-height: auto;
  font-size: 20px;
}
html body header .logo-container .region-header .search-block-form .btn:hover .glyphicon-search:before,
html body header .logo-container .region-header .search-block-form input[type="submit"]:hover .glyphicon-search:before {
  color: #f9f9a5;
}
html body header .logo-container .region-header .search-block-form .btn .glyphicon-search:before,
html body header .logo-container .region-header .search-block-form input[type="submit"] .glyphicon-search:before {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.7rem;
  color: #fff;
  margin-left: 8px;
}
html body header .logo-container .region-header .search-block-form .form-control {
  background: none;
  background-color: #fff;
  border: 2px solid #28606b;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 400;
  width: 300px;
  min-height: 35.5px;
  margin-left: 75px;
}
@media screen and (max-width: 1199px) {
  html body header .logo-container .region-header .search-block-form .form-control {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  html body header .logo-container .region-header .search-block-form .form-control {
    width: 250px;
  }
}
@media screen and (max-width: 375px) {
  html body header .logo-container .region-header .search-block-form .form-control {
    width: 220px;
  }
}
html body header .logo-container .region-header .search-block-form .form-control::placeholder {
  color: #256081;
}
html body header .logo-container .region-header .search-block-form .form-control:-ms-input-placeholder {
  color: #256081;
}
html body header .logo-container .region-header .search-block-form .form-control::-ms-input-placeholder {
  color: #256081;
}
html body header .logo-container .region-header #block-searchgooglewithpathwtbbl.search-block-form .btn {
  margin-top: -2px;
}
html body header .logo-container .region-header #block-searchgooglewithpathwtbbl.search-block-form .form-control {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  html body .full-content-wrapper .row {
    margin-right: 0;
    margin-left: 0;
  }
}
html body .main-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #fff;
  padding: 0 40px;
}
html body .main-container.node-13511 .wrapper-content-bottom .region-content-bottom {
  display: flex;
}
@media screen and (max-width: 991px) {
  html body .main-container {
    padding: 0 5px;
  }
}
html body .main-container .row {
  /*display: flex;
      flex-wrap: wrap;*/
}
html body .main-container .row .container {
  max-width: 1320px;
  width: 100%;
}
html body .main-container .row p {
  margin-bottom: 17px;
}
html body .main-container .row ul li ul {
  margin-top: 7px;
}
html body .main-container .row a {
  border-bottom: 1px solid #a2bdc5;
}
html body .main-container .row a:hover {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  html body .main-container .row aside {
    order: 2;
    float: none;
    clear: both;
    padding-bottom: 15px;
  }
}
html body .main-container .row aside .region-sidebar-left {
  margin-top: 60px;
}
html body .main-container .row .region-sidebar-right h2 {
  font-size: 2.4rem;
  color: #333333;
}
html body .main-container .row #block-blogsidebarconnectwithus .field--name-body a {
  border-bottom: none !important;
}
html body .main-container .row #block-blogsidebarconnectwithus .field--name-body a span.fontawesome-icon-inline .fa-3x {
  font-size: 3.5rem;
  margin-right: 5px;
}
html body .main-container .row #block-blogsidesearchourcornerform form button.blog-search-submit {
  background: #28606b;
  border: 1.5pt solid #28606b;
  border-radius: 3px;
  transition: transform 0.5s ease;
}
html body .main-container .row #block-blogsidesearchourcornerform form .blog-screen-button-text {
  color: #fff;
}
html body .main-container .row #block-blogsidesearchourcornerform form .blog-screen-button-text:hover {
  color: #fce66d;
}
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline {
  display: flex;
}
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline .form-item .form-control,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline .form-item .form-control,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .form-item .form-control,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .form-item .form-control {
  width: 200px;
  border: 1px solid #777777;
}
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog--2,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog--2,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog--2,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog--2 {
  background: #28606b;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px 8px;
  margin-left: 5px;
  border-radius: 3px;
  transition: transform 0.5s ease;
}
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog:hover,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog:hover,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog--2:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-submit-blog--2:hover,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog--2:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-submit-blog--2:hover {
  color: #fce66d;
}
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-reset,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-reset,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-reset,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-reset,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline .btn-danger,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline .btn-danger,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .btn-danger,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .btn-danger {
  background: none;
  border: none;
  border-bottom: 1pt solid #a2bdc5;
  border-radius: 0;
  color: #28606b;
  padding: 6px 0 0;
  font-size: 1.6rem;
}
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-reset:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-reset:hover,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-reset:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-reset:hover,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline .btn-danger:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline .btn-danger:hover,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .btn-danger:hover,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .btn-danger:hover {
  color: #1b7d90;
  border-bottom: 1pt solid transparent;
}
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-reset span:before,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline button#edit-reset span:before,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-reset span:before,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline button#edit-reset span:before,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-list-page .form-inline .btn-danger span:before,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-list-page .form-inline .btn-danger span:before,
html body .main-container .row #block-exposedformblogblog-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .btn-danger span:before,
html body .main-container .row #block-drupalbase-custom-exposedformblogblog-library-list-page form#views-exposed-form-blog-blog-library-list-page .form-inline .btn-danger span:before {
  display: none;
}
html body .main-container .row #block-blogsidebarososwebsites .field--name-body ul {
  padding-left: 0;
}
html body .main-container .row #block-blogsidebarososwebsites .field--name-body ul li {
  list-style-type: none;
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1pt solid #aaaaaa;
}
html body .main-container .row #block-blogsidebarososwebsites .field--name-body ul li a {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
  }
}
html body .main-container .row section .region-content {
  margin-bottom: 20px;
  /* Alerts - moved to region-content to display on webforms pages */
  /* End alerts */
  /* webform styling */
}
html body .main-container .row section .region-content .field--name-body .align-right {
  float: right;
}
html body .main-container .row section .region-content .field--name-body .align-right .field--name-field-media-image {
  margin-left: 10px;
  margin-bottom: 10px;
}
html body .main-container .row section .region-content .field--name-body .align-left {
  float: left;
}
html body .main-container .row section .region-content .field--name-body .align-left .field--name-field-media-image {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content #block-dropdownlanguage {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  html body .main-container .row section .region-content #block-dropdownlanguage {
    width: 25%;
  }
}
@media screen and (max-width: 425px) {
  html body .main-container .row section .region-content #block-dropdownlanguage {
    width: 28%;
  }
}
@media screen and (max-width: 424px) {
  html body .main-container .row section .region-content #block-dropdownlanguage {
    width: auto !important;
    float: none !important;
    text-align: center;
  }
}
html body .main-container .row section .region-content .alert a {
  font-weight: inherit;
}
html body .main-container .row section .region-content .alert-info {
  color: #28606b;
}
html body .main-container .row section .region-content .alert-info a {
  font-weight: inherit;
}
html body .main-container .row section .region-content .alert-warning,
html body .main-container .row section .region-content .osos-callout-warning {
  margin: 20px 0;
  padding: 20px;
  border: none;
  border-radius: 0;
  border-left: 3pt solid #FAAD5E !important;
  color: #444;
  background-color: #fcf8e3;
}
html body .main-container .row section .region-content .alert-warning h3,
html body .main-container .row section .region-content .osos-callout-warning h3 {
  margin-top: 0;
}
html body .main-container .row section .region-content .osos-callout-danger {
  margin: 20px 0;
  padding: 20px;
  background: #fdf7f7;
  border-left: 3px solid #c46766;
}
html body .main-container .row section .region-content .osos-callout-danger.osos-callout-info {
  background-color: #f4f8fa;
  border-color: #46b8da;
  color: #444;
}
html body .main-container .row section .region-content .red-text {
  color: red;
}
html body .main-container .row section .region-content .content figure > a,
html body .main-container .row section .region-content .layout figure > a {
  border-bottom: none;
}
html body .main-container .row section .region-content .content figure,
html body .main-container .row section .region-content .layout figure {
  margin-bottom: 10px;
}
html body .main-container .row section .region-content .content figure.align-right figcaption,
html body .main-container .row section .region-content .layout figure.align-right figcaption {
  margin-left: 10px;
}
html body .main-container .row section .region-content .content figure figcaption,
html body .main-container .row section .region-content .layout figure figcaption {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-body,
  html body .main-container .row section .region-content .layout .field--name-body {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .content .align-center,
html body .main-container .row section .region-content .layout .align-center {
  text-align: center;
}
html body .main-container .row section .region-content .content .align-center img,
html body .main-container .row section .region-content .layout .align-center img {
  margin: 0 auto 10px auto;
}
html body .main-container .row section .region-content form.webform-submission-form .btn {
  background-color: #28606b;
  border: 1pt solid #28606b;
  border-radius: 5px;
  color: #fff;
  padding: 0.5em 2em;
  font-weight: 600;
}
html body .main-container .row section .region-content form.webform-submission-form .btn:hover {
  background-color: #1b7d90;
}
html body .main-container .row section .region-content form.webform-submission-form .form-control {
  background-color: #fff;
  border: 1px solid #1b7d90;
  border-radius: 5px;
  font-weight: 400;
}
html body .main-container .row section .region-content form.webform-submission-form .panel-default {
  border: 2px solid #28606b;
  border-radius: 5px;
}
html body .main-container .row section .region-content form.webform-submission-form .panel-default > .panel-heading {
  color: #fff;
  background-color: #28606b;
  border-color: #28606b;
  font-weight: 600;
  border-radius: 0;
}
html body .main-container .row section .region-content form.webform-submission-form .form-item .input-group-addon .glyphicon {
  opacity: 0;
}
html body .main-container .row section .region-content form.webform-submission-form .form-file {
  height: auto;
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section,
html body .main-container .row .region-sidebar-right .field--name-field-callout,
html body .main-container .row .region-sidebar-right .block-block-content {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row .region-sidebar-right .field--name-field-page-section,
  html body .main-container .row .region-sidebar-right .field--name-field-callout,
  html body .main-container .row .region-sidebar-right .block-block-content {
    order: 2;
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0;
    padding: 0 10px 15px 10px;
  }
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section h2,
html body .main-container .row .region-sidebar-right .field--name-field-callout h2,
html body .main-container .row .region-sidebar-right .block-block-content h2 {
  font-size: 2rem;
  letter-spacing: 1.2px;
  color: #28606b;
  border-bottom: 2px solid #28606b;
  padding: 10px 0 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  html body .main-container .row .region-sidebar-right .field--name-field-page-section h2,
  html body .main-container .row .region-sidebar-right .field--name-field-callout h2,
  html body .main-container .row .region-sidebar-right .block-block-content h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section .paragraph--type--callout,
html body .main-container .row .region-sidebar-right .field--name-field-callout .paragraph--type--callout,
html body .main-container .row .region-sidebar-right .block-block-content .paragraph--type--callout,
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--item,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--item,
html body .main-container .row .region-sidebar-right .block-block-content .field--item,
html body .main-container .row .region-sidebar-right .field--name-field-page-section .block-wrapper,
html body .main-container .row .region-sidebar-right .field--name-field-callout .block-wrapper,
html body .main-container .row .region-sidebar-right .block-block-content .block-wrapper {
  background: transparent;
  margin-bottom: 20px;
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-field-body,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-field-body,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-field-body,
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-body,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-body,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-body {
  padding: 15px;
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-field-body h3,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-field-body h3,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-field-body h3,
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-body h3,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-body h3,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-body h3 {
  font-size: 2.1rem;
  margin-top: 0;
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-field-body p,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-field-body p,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-field-body p,
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-body p,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-body p,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-body p {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-field-body ul li,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-field-body ul li,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-field-body ul li,
html body .main-container .row .region-sidebar-right .field--name-field-page-section .field--name-body ul li,
html body .main-container .row .region-sidebar-right .field--name-field-callout .field--name-body ul li,
html body .main-container .row .region-sidebar-right .block-block-content .field--name-body ul li {
  line-height: 1.5;
  padding-bottom: 10px;
}
html body .main-container .row .region-sidebar-right .field--name-field-page-section .block-field-blockparagraphcalloutfield-body,
html body .main-container .row .region-sidebar-right .field--name-field-callout .block-field-blockparagraphcalloutfield-body,
html body .main-container .row .region-sidebar-right .block-block-content .block-field-blockparagraphcalloutfield-body {
  padding-left: 15px;
  padding-right: 10px;
}
html body .main-container .row .region-sidebar-right .paragraph--type--contact-information {
  background: #f8fbfc;
  padding-bottom: 15px;
}
html body .main-container .row .region-sidebar-right .paragraph--type--contact-information h2 {
  font-size: 1.3em;
  background: #ddf5fe;
  padding: 10px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  html body .main-container .row .region-sidebar-right .paragraph--type--contact-information h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row .region-sidebar-right .paragraph--type--contact-information .field--label {
  padding-left: 15px;
  display: inline;
}
html body .main-container .row .region-sidebar-right .paragraph--type--contact-information .field--label:after {
  content: ": ";
}
html body .main-container .row .region-sidebar-right .paragraph--type--contact-information .field--item {
  display: inline;
}
html body .wrapper-content-upper-middle {
  /* Alerts - moved to region-content to display on webforms pages */
  /* End alerts */
}
html body .wrapper-content-upper-middle .alert a {
  font-weight: inherit;
}
html body .wrapper-content-upper-middle .alert.alert-info {
  color: #28606b;
}
html body .wrapper-content-upper-middle .alert.alert-info a {
  font-weight: inherit;
  text-decoration: none;
  border-bottom: 1pt solid #a2bdc5;
}
html body .wrapper-content-upper-middle .alert.alert-info a:hover {
  border-bottom: none;
  color: #1b7d90;
}
html body .wrapper-content-upper-middle .alert.alert-warning {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  border-radius: 0;
  border-left: 3px solid #FAAD5E;
  color: #444;
  background-color: #fcf8e3;
}
html body .wrapper-content-upper-middle .alert.alert-warning h2 {
  margin-top: 0;
}
@media screen and (max-width: 1263px) {
  html body .wrapper-content-upper-middle {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 20px;
  }
}
html body .wrapper-content-upper-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  html body .wrapper-content-upper-middle .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-drupalbase-custom-archivesquicklinks .field--name-body .alert ul li {
  list-style: none !important;
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks {
    padding-left: 15px;
    margin-top: 20px;
  }
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks .field--name-body .alert ul {
  padding-left: 1.5rem;
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks .field--name-body .alert ul li {
  font-size: 1.7rem;
  list-style: none;
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks .field--name-body .alert .icon-links {
  margin-top: 20px;
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks .field--name-body .alert .icon-links ul li {
  display: inline-block;
  list-style: none;
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks .field--name-body .alert .icon-links ul li a {
  font-size: 2.8rem;
  color: #28606b;
  padding-right: 5px;
  border-bottom: none;
}
html body .wrapper-content-upper-middle .container .region-content-upper-middle #block-electionsquicklinks .field--name-body .alert .icon-links ul li a .fa-ext {
  display: none;
}
html body .wrapper-content-middle {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 1263px) {
  html body .wrapper-content-middle {
    margin-right: 10px;
    margin-left: 10px;
  }
}
html body .wrapper-content-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1263px) {
  html body .wrapper-content-middle .container {
    padding-left: 5px;
    padding-right: 10px;
  }
}
html body .wrapper-content-middle .container .region-content-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html body .wrapper-content-middle .container .region-content-middle #block-corporationsfeature1 .elections-text {
  text-align: center;
}
html body .wrapper-content-bottom {
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1263px) {
  html body .wrapper-content-bottom {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  html body .wrapper-content-bottom {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  html body .wrapper-content-bottom {
    margin-right: 10px;
  }
}
html body .wrapper-content-bottom .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1263px) {
  html body .wrapper-content-bottom .container {
    padding-left: 5px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1263px) {
  html body .wrapper-content-bottom .container .region-content-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block {
  border-radius: 5px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease;
  max-width: 370px;
  width: 295px;
  padding: 0;
  margin: 0 10px 20px 10px;
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block:hover {
  box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -webkit-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -moz-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .field--name-body {
  padding: 7px;
}
@media screen and (max-width: 991px) {
  html body .wrapper-content-bottom .container .region-content-bottom .election-block {
    margin-left: 15px;
  }
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .field--name-field-media-image img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper:hover {
  text-decoration: none;
  color: #217b8c;
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .field--name-body {
  min-height: 68px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 13px 10px;
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .field--name-body p {
  line-height: 2.2rem;
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .field--name-field-tile-link,
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .elections-text {
  padding: 12px 10px 10px;
  text-align: center;
  line-height: 1.3;
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .field--name-field-tile-link a,
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .elections-text a {
  color: #28606b;
  font-size: 1.7rem;
  font-weight: 600;
}
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .field--name-field-tile-link a:hover,
html body .wrapper-content-bottom .container .region-content-bottom .election-block .block-wrapper .elections-text a:hover {
  text-decoration: none;
  color: #1b7d90;
}
html body .footer {
  width: 100%;
  background: #eee;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  margin-top: 0;
  border-top: 5pt solid #266c6c;
}
html body .footer .extlink {
  display: none;
}
html body .footer .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .footer .container .region-footer {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body .footer .container .region-footer {
    display: block;
  }
}
html body .footer .container .region-footer #block-corporationsfooter1 .block-wrapper {
  float: none;
  text-align: center;
}
html body .footer .container .region-footer .contextual-region .contextual ul li a {
  color: #333;
}
@media screen and (max-width: 425px) {
  html body .footer .container .region-footer .block {
    width: 100%;
  }
}
html body .footer .container .region-footer .block h2 {
  color: #363636;
  font-size: 1.4em;
  font-weight: 300;
  margin-top: 0;
}
html body .footer .container .region-footer .block ul {
  padding-left: 0;
}
html body .footer .container .region-footer .block ul li {
  list-style-type: none;
  display: block;
  padding-right: 8px;
  padding-left: 3px;
}
html body .footer .container .region-footer .block ul li:last-child {
  border-right: none;
}
html body .footer .container .region-footer .block ul li a {
  font-size: 1em;
  font-weight: 500;
  color: #28606b;
}
html body .footer .container .region-footer .block ul li a:hover {
  color: #1b7d90;
  border-bottom: none;
  text-decoration: none;
}
html body .footer .container .region-footer .block p {
  color: #363636;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
html body .footer .container .region-footer .block a {
  color: #28606b;
  border-bottom: 1pt solid #a2bdc5;
  font-size: 1em;
  font-weight: 500;
}
html body .footer .container .region-footer .block a:hover {
  color: #1b7d90;
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  html body .footer .container .region-footer #block-footer1,
  html body .footer .container .region-footer .block-footer-1 {
    text-align: center;
    margin-bottom: 10px;
  }
}
html body .footer .container .region-footer #block-footer2,
html body .footer .container .region-footer .block-footer-2 {
  margin-bottom: 15px;
}
html body .footer .container .region-footer #block-footer3 .block-wrapper div,
html body .footer .container .region-footer .block-footer-3 .block-wrapper div {
  text-align: center;
}
html body .footer .container .region-footer #block-footer3 .block-wrapper div .field--name-field-media-image,
html body .footer .container .region-footer .block-footer-3 .block-wrapper div .field--name-field-media-image {
  max-width: 110px;
  margin: 10px auto 15px auto;
}
html body .footer .container .region-footer #block-footer3 .block-wrapper p a,
html body .footer .container .region-footer .block-footer-3 .block-wrapper p a {
  border-bottom: none;
  color: #575757;
}
html body .footer .container .region-footer #block-footer3 .block-wrapper p a .fa-3x,
html body .footer .container .region-footer .block-footer-3 .block-wrapper p a .fa-3x {
  font-size: 3rem;
  margin: 2px;
}
html body.path-frontpage header {
  padding-bottom: 10px;
  padding-left: 15px;
}
html body.path-frontpage section .page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  html body.path-frontpage .wrapper-content-top {
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  html body.path-frontpage .wrapper-content-top {
    margin-right: 5px;
  }
}
html body.path-frontpage .wrapper-content-top .container {
  max-width: 1260px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  html body.path-frontpage .wrapper-content-top .container .region-content-top {
    margin-left: 20px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  html body.path-frontpage .wrapper-content-top .container .region-content-top {
    margin-left: 10px;
  }
}
html body.path-frontpage .wrapper-content-top .container .region-content-top .main-nav-tabs-for-home-and-landing {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
html body.path-frontpage .wrapper-content-top .container .region-content-top .tab-wrapper {
  z-index: 2;
}
html body.path-frontpage .wrapper-content-upper-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  html body.path-frontpage .wrapper-content-upper-middle .container {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1263px) {
  html body.path-frontpage .wrapper-content-upper-middle .container {
    padding-left: 0;
  }
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card {
  max-width: 420px;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card {
    margin-bottom: 10px;
    padding: 10px 5px 10px 0;
  }
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper {
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease;
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper:hover,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper:hover {
  box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -webkit-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -moz-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper .field--name-body,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper .field--name-body {
  padding: 7px;
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper .field--name-body,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper .field--name-body,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper .feature-text,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper .feature-text {
  min-height: 68px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 13px 10px;
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper .field--name-body p,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper .field--name-body p,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper .feature-text p,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper .feature-text p {
  line-height: 2.2rem;
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper .field--name-field-featured-image img,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper .field--name-field-featured-image img,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .block-wrapper .feature-image img,
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card .feature-wrapper .feature-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card#block-middlecenterfrontpage .block-wrapper {
  height: 319px;
}
html body.path-frontpage .wrapper-content-upper-middle .container .region-content-upper-middle .feature-card.last-of-row .block-wrapper {
  margin-right: 0;
}
html body.path-frontpage .wrapper-content-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding-right: 15px;
}
@media screen and (max-width: 1199px) {
  html body.path-frontpage .wrapper-content-middle .container {
    padding-right: 7px;
    padding-left: 15px;
  }
}
html body.path-frontpage .wrapper-content-bottom .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1199px) {
  html body.path-frontpage .wrapper-content-bottom .container {
    padding-right: 5px;
    padding-left: 10px;
    width: 97%;
  }
}
@media screen and (max-width: 1263px) {
  html body.path-frontpage .wrapper-content-bottom .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  html body.path-frontpage .wrapper-content-bottom .container {
    padding-right: 5px;
    padding-left: 5px;
    margin-left: auto;
    margin-right: auto;
  }
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom section {
  max-width: 420px;
  padding: 10px;
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom section .feature-wrapper {
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease;
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom section .feature-wrapper:hover {
  box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -webkit-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -moz-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom section .feature-wrapper .field--name-body {
  padding: 7px;
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom section .feature-wrapper .feature-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom section .feature-wrapper .feature-text {
  padding: 12px 10px 10px;
  min-height: 73px;
}
html body.path-frontpage .wrapper-content-bottom .container .region-content-bottom section .feature-wrapper .feature-text a {
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
}
html body.elections {
  /** Iframe styling for PowerBI charts **/
}
html body.elections .iframe-wrapper {
  position: relative;
  padding-top: 60%;
}
html body.elections .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .elections-iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
}
html body .elections-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body #block-acplogo .logo img {
  width: 425px;
}
html body #block-wtbblsubscribeforupdates,
html body #block-acpdisclaimernote {
  clear: left;
}
html body #text_resize_increase,
html body #text_resize_decrease {
  color: #000;
  text-indent: initial;
  font-size: 23px;
  font-weight: 600;
  width: auto;
  height: auto;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
}
html body #text_resize_decrease {
  background: none;
  margin-top: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}
html body #text_resize_increase {
  background: none;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}
html body.wtbbl .block-footer-3 .field--name-field-media-image {
  width: auto !important;
  max-width: 150px;
}
html body.wtbbl #block-wtbbllogo .logo img {
  width: 185px;
  float: left;
}
html body.wtbbl #block-wtbbllogo .logo-text {
  float: left;
  color: #006584;
  vertical-align: middle;
  margin: 20px 0;
  max-width: 350px;
}
html body.wtbbl #block-wtbbllogo .logo-text h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #006584;
}
html body.wtbbl #block-wtbbllogo .logo-text p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #006584;
}
html body.wtbbl .subpage-background-image {
  background-image: url(/themes/drupalbase_custom/assets/images/wtbbl_background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 1199px) {
  html body.wtbbl .subpage-background-image {
    background-size: contain;
  }
}
html body.wtbbl .btn-blue {
  background-color: #6dcdb8;
  color: #000;
}
html body.wtbbl .wrapper-content-middle .election-block {
  background-color: #6dcdb8;
}
html body.wtbbl .wrapper-content-middle .election-block .feature-tile-text {
  background-color: #6dcdb8;
}
html body.wtbbl .wrapper-content-middle .election-block .feature-tile-text a {
  color: #000;
  border-bottom: solid 1px #000;
}
html body.wtbbl .wrapper-content-middle .election-block .feature-tile-text a:hover {
  color: #fff;
  border-bottom: solid 1px #fff;
}
html body.wtbbl .news-events-tab-wrapper .nav-tabs li a {
  background-color: #28606b !important;
  color: #fff !important;
  border-right: 2px solid #6dcdb8 !important;
  border-top: 2px solid #6dcdb8 !important;
  border-left: 2px solid #6dcdb8 !important;
  border-radius: 4px;
}
html body.wtbbl .news-events-tab-wrapper .nav-tabs li.active a {
  background-color: #fff !important;
  color: #28606b !important;
}
html body.wtbbl .news-events-tab-wrapper .nav-tabs li:before {
  background-color: #fff !important;
  content: '';
  border-right: 2px solid #6dcdb8;
}
html body.wtbbl .news-events-tab-wrapper .nav-tabs li:first-of-type:before {
  border-left: 2px solid #6dcdb8;
  border-right: none !important;
}
html body.wtbbl .news-events-tab-wrapper .tab-content {
  border-left: 2px solid #6dcdb8;
  border-right: 2px solid #6dcdb8;
  background-color: #fff;
}
html body.wtbbl .dark-mode-switchy-switcherson {
  padding: 0 40px 0 0;
  text-align: right;
  margin-top: -10px;
}
html body.wtbbl .dark-mode-switchy-switcherson .label-for-switcher {
  display: inline-block;
  width: fit-content;
}
html body.wtbbl .dark-mode-switchy-switcherson button.toggle-dark {
  background-color: transparent !important;
  height: fit-content;
  padding-right: 4px;
  padding-left: 10px;
}
html body.wtbbl .dark-mode-switchy-switcherson button.toggle-dark:before {
  content: '\f204';
  font-family: "Font Awesome 6 Pro";
  color: #000;
  font-size: 4rem;
}
html body.wtbbl #block-textresize {
  padding: 0;
  margin-top: 4px;
  padding-right: 15px;
}
html body.wtbbl #block-textresize .content {
  text-align: left;
  float: right;
  margin-top: 4px;
}
html body.wtbbl #wtbbl-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body.wtbbl #wtbbl-search-form .form-group {
  margin-bottom: 0;
}
html body.wtbbl .wtbbl-search {
  float: right;
}
@media screen and (max-width: 600px) {
  html body.wtbbl .wtbbl-search {
    float: none;
    margin-top: 12px;
  }
}
html body.wtbbl .wtbbl-search .form-group {
  padding-right: 0px;
}
html body.wtbbl .wtbbl-search .form-control {
  border: 2px solid #28606b;
  border-radius: 5px 0 0 5px;
  box-shadow: none;
  font-weight: 400;
  width: 300px;
  height: 36px;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  html body.wtbbl .wtbbl-search .form-control {
    width: 100%;
  }
}
html body.wtbbl .wtbbl-search .btn-primary {
  background-color: #28606b;
  border-color: #28606b;
  padding: 5px 3px 6px 15px;
  height: 36px;
  line-height: 0em;
  border-radius: 0px 4px 4px 0px;
  float: right;
  font-size: 0px;
}
@media screen and (max-width: 600px) {
  html body.wtbbl .wtbbl-search .btn-primary {
    margin: 0;
    padding: 0;
    width: 40px;
    float: none;
    border-radius: 4px;
  }
}
html body.wtbbl .wtbbl-search .btn-primary:hover {
  color: #28606b;
  background-color: #ffffff;
  border: 1px solid #28606b;
}
html body.wtbbl .wtbbl-search .btn-primary .icon {
  font-size: initial;
}
@media screen and (max-width: 600px) {
  html body.wtbbl .wtbbl-search .btn-primary .icon {
    margin: 0px;
  }
}
html body.wtbbl .view-wtbbl-search .btn-primary {
  background-color: #28606b;
  transition: background 0.5s ease;
  border-color: #28606b;
  padding: 0 16px;
  height: 34px;
}
html body.wtbbl .view-wtbbl-search .btn-primary:hover {
  color: #28606b;
  background-color: #ffffff;
  border: 1px solid #28606b;
}
html body.wtbbl .view-wtbbl-search .views-row {
  margin: 24px 0;
}
html body.acp .subpage-background-image {
  background-color: #E9ECF2;
}
html body.page-node-12389 .region-content .field--name-body .fontawesome-icon-inline {
  color: #24447D;
}
html body.page-node-11840 .osos-callout {
  width: 100%;
}
html body.page-node-11840 #block-domesticpartnershipregistrationsstatsblock {
  margin-top: 25px;
}
html body:not(.user-logged-in) .views-field-edit-block-content {
  display: none;
}
html body #cep-video-tile {
  width: 69%;
  margin: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  transition: transform 0.5sease;
}
html body #cep-video-tile:hover {
  box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -webkit-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
  -moz-box-shadow: 4px 4px 8px 2px rgba(40, 96, 107, 0.25);
}
@media screen and (max-width: 600px) {
  html body #cep-video-tile {
    width: 100%;
  }
}
html body #cep-video-tile a {
  border-bottom: none;
}
html body #cep-video-tile img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
html body #cep-video-tile figcaption {
  padding: 12px 10px 10px;
}
html body #cep-video-tile figcaption a {
  color: #28606b;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px solid #a2bdc5;
}
html body #cep-video-tile figcaption a:hover {
  border-bottom: none !important;
  color: #1b7d90 !important;
}
html body .corps-chat {
  z-index: 9999;
}
html body .chat-button {
  position: fixed;
  bottom: 20px;
  right: 60px;
  background-color: #347434;
  color: white;
  border: none;
  border-radius: 35px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
html body .chat-button.collapsed {
  padding: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
}
html body .chat-icon {
  font-size: 36px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
html body .chat-text {
  display: flex;
  flex-direction: column;
}
html body .chat-title {
  font-weight: bold;
  font-size: 20px;
}
html body .chat-subtitle {
  font-size: 16px;
}
html body .chat-button.collapsed .chat-text {
  display: none;
}
html body .chat-button.collapsed .chat-icon {
  margin-right: 0;
}
html body .chat-popup {
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 400px;
  height: 700px;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  display: none;
  overflow: hidden;
  /* Reflow/zoom-friendly constraints while preserving your original sizing above */
}
@supports (width: min(400px, 90vw)) {
  html body .chat-popup {
    right: 1em;
    bottom: 6rem;
    left: auto;
    width: min(400px, 90vw);
    height: min(700px, 80vh);
  }
}
@media (max-width: 420px) {
  html body .chat-popup {
    right: 0.5rem;
    left: 0.5rem;
  }
}
html body .chat-popup iframe {
  width: 100%;
  height: 100%;
  border: none;
}
html body .chat-popup.open {
  display: block;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
html body .bounce {
  animation: bounce 1s;
}
html body .chat-button:focus-visible,
html body .chat-popup :focus-visible {
  outline: 3px solid #1f4e79;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html body .bounce {
    animation: none !important;
  }
  html body .chat-button {
    transition: none !important;
  }
}
html body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
