/* START - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > OBSSP > obssp-custom-styles.scss */
/*v27 */
/* START: Global Styles */
.core-template .content-body {
  background-color: #FFFFFF;
}

.core-template .content-body .obssp-homepage h2 {
  font-size: 32px;
  line-height: 28px;
  font-weight: 900;
  color: #171717;
}

/* END: Global Styles */
/* START: Main Header */
@media (max-width: 991px) {
  #aw-main-wrapper .aw-header-bottom {
    justify-content: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #aw-header-bottom-left .odx-logo-wrapper {
    justify-content: flex-start;
  }
}

@media (max-width: 500px) {
  #aw-header-bottom-left .odx-logo-wrapper .odx-logo img {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  #aw-header-bottom-left .odx-logo-wrapper .odx-logo img {
    max-width: 270px;
    max-height: 125px;
  }
}

@media (min-width: 992px) {
  .sticky-header #aw-header-bottom-left .odx-logo-wrapper .odx-logo img {
    max-width: 180px;
    max-height: 60px;
  }
}

#aw-main-wrapper .navigation {
  background-color: #FFFFFF;
}

#aw-main-wrapper .navigation:not(.sticky-header) {
  box-shadow: none;
}

@media (max-width: 500px) {
  .iop-utility-toolbar__list {
    gap: 0;
  }
}

.iop-utility-toolbar__item {
  transition: all 0.5s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .iop-utility-toolbar__item {
    flex-direction: row;
  }
}

.iop-utility-toolbar__item:hover {
  color: #EA1014;
}

.iop-utility-toolbar__item--search {
  display: none;
}

/* END: Main Header */
/* START: Mobile Menu */
.iop_mobile-menu .iop_mobile-menu__list li:last-child {
  display: none;
}

/* END: Mobile Menu */
/* START: Main Banner */
body .content .obssp-homepage .obssp-main-banner-4-elems {
  /*This "media query" is just used to adjust the image from the banner so that the red bean does not crop when shrinking the page.
    If you have any question please contact the design team.*/
}

@media (min-width: 1500px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems {
    background-position-x: 100%;
  }
}

@media (min-width: 1300px) and (max-width: 1499px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems {
    background-position-x: 110%;
  }
}

@media (min-width: 1300px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: white;
  }
}

body .content .obssp-homepage .obssp-main-banner-4-elems__container {
  height: 508px;
}

@media (max-width: 991px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__container {
    height: auto;
  }
}

body .content .obssp-homepage .obssp-main-banner-4-elems__details {
  background: #FFFFFF;
  width: 50%;
  max-width: none;
  padding: 100px 60px 90px 145px;
  z-index: 99;
}

@media (min-width: 1300px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__details {
    /*Same case as the "media query" above*/
    background: transparent;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__details {
    min-height: 400px;
    padding: 70px 60px 30px 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__details {
    padding: 30px 60px;
  }
}

@media (max-width: 767px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__details {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__details {
    width: 100%;
  }
}

body .content .obssp-homepage .obssp-main-banner-4-elems__top-highlight {
  font-size: 28px;
  color: #C12637;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__top-highlight {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__top-highlight {
    font-size: 20px;
    line-height: 20px;
  }
}

body .content .obssp-homepage .obssp-main-banner-4-elems__heading {
  color: #0e3f75;
  margin: 0;
  line-height: 45px;
  font-weight: bold;
  overflow: hidden;
  font-weight: 900;
  font-size: 2em;
  line-height: 50px;
}

@media (min-width: 992px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__heading {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__heading {
    font-size: 46px;
    line-height: 46px;
    min-height: 70px;
    min-height: 120px;
  }
}

@media (max-width: 767px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__heading {
    font-size: 38px;
    line-height: 38px;
    min-height: 110px;
  }
}

body .content .obssp-homepage .obssp-main-banner-4-elems__subheading {
  padding: 20px 0;
  max-height: 208px;
  overflow: hidden;
  max-height: 208px;
  height: 22px;
  font-size: 22px;
  color: #171717;
  line-height: 22px;
}

@media (max-width: 991px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__subheading {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__subheading {
    text-align: center;
  }
}

@media (max-width: 500px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__subheading {
    height: auto;
  }
}

body .content .obssp-homepage .obssp-main-banner-4-elems__button {
  margin: 10px 0 0;
  min-width: 200px;
  border-radius: 4px;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF !important;
  transition: all 0.2s ease-in-out;
  height: 50px;
  border-radius: 25px;
  background: #C12637;
  border: 2px solid #C12637;
  padding: 10px;
}

body .content .obssp-homepage .obssp-main-banner-4-elems__button:hover {
  background: #FFFFFF;
  color: #C12637 !important;
  font-weight: bold;
}

@media (max-width: 767px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__button {
    width: 100%;
  }
}

body .content .obssp-homepage .obssp-main-banner-4-elems__image {
  flex: 1 1 auto;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1300px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__image {
    /*Same case as the "media query" above*/
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__image {
    min-height: 508px;
  }
}

@media (max-width: 767px) {
  body .content .obssp-homepage .obssp-main-banner-4-elems__image--mobile {
    height: calc(100vh - 418px) !important;
  }
}

/* END: Main Banner */
/* START: Topic Ads */
.core-topic-ads__container {
  position: relative;
  padding: 60px 0 !important;
  background-color: #F5F5F5;
}

.core-topic-ads__container::before, .core-topic-ads__container::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0%;
  background-color: inherit;
  z-index: 0;
}

.core-topic-ads__container::before {
  left: 100%;
}

.core-topic-ads__container::after {
  right: 100%;
}

.core-topic-ads__header {
  display: none;
}

.core-topic-ads__list {
  gap: 20px;
}

.core-topic-ads__item {
  border-radius: 10px;
  padding: 20px 20px;
  background-color: #FFFFFF;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

@media (max-width: 767px) {
  .core-topic-ads__item {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .core-topic-ads__item {
    flex: 1 0 calc(33% - 40px);
  }
}

.core-topic-ads__item:hover {
  background-color: #E8E8E8;
}

.core-topic-ads__thumbnail {
  height: 65px;
  flex: 0 0 65px;
}

@media (max-width: 767px) {
  .core-topic-ads__content {
    padding-top: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .core-topic-ads__content {
    padding-left: 30px;
  }
}

body .content-body .core-topic-ads__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  color: #171717;
}

body .content-body .core-topic-ads__summary {
  font-size: 15px;
  line-height: 20px;
}

/* END: Topic Ads */
/* ==== START: FAQs Tabs ==== */
.obssp-faq-tabs__header {
  margin: 40px 0 !important;
}

#obssp-faq-tabs {
  border-radius: 10px;
  padding: 8px;
  background-color: #F5F5F5;
}

.iop-faqs-tabs__container {
  margin: 0 0 0 2px;
  display: flex;
}

@media (max-width: 767px) {
  .iop-faqs-tabs__container {
    flex-wrap: wrap;
  }
}

.iop-faqs-tabs__tab {
  height: 80px;
  border: none;
  background-color: #F5F5F5;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  color: #0e3f75;
  cursor: pointer;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .iop-faqs-tabs__tab {
    border-right: none;
    flex: 1 1 100%;
  }
}

@media (max-width: 991px) {
  .iop-faqs-tabs__tab {
    font-size: 15px;
    line-height: 1.15em;
  }
}

.iop-faqs-tabs__tab::after {
  content: ' ';
  display: block;
  height: 80%;
  border-right: 1px solid #E8E8E8;
}

.iop-faqs-tabs__tab:last-child::after {
  border-right: 1px solid transparent;
}

.iop-faqs-tabs__tab.active {
  border-right: none;
  background-color: #FFFFFF;
  color: #C12637;
  border-radius: 10px 10px 0 0;
}

.iop-faqs-tabs__tab.active::after {
  border-right: 1px solid transparent;
}

.iop-faqs-tabs__tab-name {
  flex-basis: 100%;
}

.iop-faqs-tabs__cards-box {
  margin-left: 2px;
  border-radius: 0 0 10px 10px;
  padding: 30px 15px;
  background-color: #FFFFFF;
  display: none;
}

.iop-faqs-tabs__cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.iop-faqs-tabs__card-item {
  flex-grow: 1;
  width: calc(25% - 20px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .iop-faqs-tabs__card-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .iop-faqs-tabs__card-item {
    width: 100%;
  }
}

.iop-faqs-tabs__card-question {
  height: 100%;
  min-height: 120px;
  position: relative;
  bottom: 0;
  border-radius: 10px;
  padding: 20px;
  background-color: #F5F5F5;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  overflow: hidden;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.iop-faqs-tabs__card-question:hover {
  bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 28px 0px;
  background: #FFFFFF;
}

.iop-faqs-tabs__card-question-prefix {
  color: #EA1014;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.iop-faqs-tabs__card-question-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.iop-faqs-tabs__card-answer-container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  row-gap: 20px;
}

.iop-faqs-tabs__card-answer-header {
  margin-bottom: 20px;
}

.iop-faqs-tabs__card-answer-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.iop-faqs-tabs__card-answer-close {
  width: 25px;
  height: 25px;
  grid-row: 1;
  grid-column: 2;
  border-radius: 50%;
  background-color: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.iop-faqs-tabs__card-answer-body {
  grid-column-start: 1;
  grid-column-end: 3;
  border-radius: 10px;
  padding: 40px;
  background-color: #F5F5F5;
}

.iop-faqs-tabs__card-answer-body p {
  margin: 0;
}

.iop-faqs-tabs__view-more {
  text-transform: capitalize !important;
  font-size: 20px;
  line-height: 28px;
  color: #000000 !important;
}

.iop-faqs-tabs__view-more:link, .iop-faqs-tabs__view-more:visited, .iop-faqs-tabs__view-more:hover, .iop-faqs-tabs__view-more:focus, .iop-faqs-tabs__view-more:active {
  font-weight: bold !important;
}

.content-body .iop-faqs-tabs__card-question-title {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

/* ==== END: FAQs Tabs ==== */
/* START: Home News */
body .content-body .core-news__header-container a {
  color: #E01013 !important;
}

body .content-body .core-news__item {
  padding: 10px;
  background: #F5F5F5;
}

body .content-body .core-news__thumbnail {
  border-radius: 10px;
  min-height: 150px;
}

body .content-body .core-news__info {
  padding: 10px 30px;
  background-color: #F5F5F5;
}

body .content-body .core-news__info .core-news__title {
  color: #0e3f75;
  font-size: 20px;
  text-decoration: none solid;
  font-weight: 900;
}

body .content-body .core-news__info .core-news__footer {
  margin-top: 3px;
}

body .content-body .core-news__info .core-news__footer .core-news__date {
  font-size: 15px;
  color: #464846;
}

/* END: Home News */
/* START: Spotlight */
body .content-body .core-full-height-wrapper {
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  body .content-body .core-full-height-wrapper {
    margin: 40px 0;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  body .content-body .core-spotlight__container {
    margin: 0;
  }
}

body .content-body .core-spotlight__thumbnail {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

body .content-body .core-spotlight__info {
  padding: 33px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

body .content-body .core-spotlight__title {
  font-size: 2em;
  color: #171717;
  line-height: 2em;
}

body .content-body .core-spotlight__summary {
  color: #171717;
  font-size: 18px;
  line-height: 26px;
}

body .content-body .core-spotlight__container--full-width .core-spotlight__thumbnail {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
}

body .content-body .core-spotlight__container--full-width .core-spotlight__info {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  background-color: #C12637;
}

body .content-body .core-spotlight__container--full-width .core-spotlight__title {
  color: #FFFFFF;
}

body .content-body .core-spotlight__container--full-width .core-spotlight__summary {
  color: #FFFFFF;
}

body .content-body .core-spotlight__container--full-width .core-spotlight__button {
  color: #FFFFFF !important;
  border-color: #FFFFFF;
  background-color: transparent;
  padding: 10px 30px;
}

/* END: Spotlight */
/* START: Ribbon */
.core-ribbon {
  border-radius: 10px;
  margin-bottom: 60px;
  height: auto;
  min-height: 170px;
}

@media (max-width: 500px) {
  .core-ribbon {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .core-ribbon {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}

.core-ribbon::before {
  background: none;
}

@media (max-width: 991px) {
  .core-ribbon::before {
    display: none;
  }
}

.core-ribbon::after {
  width: 500px;
  height: 100%;
  background-size: unset;
  background-position: top;
}

@media (max-width: 991px) {
  .core-ribbon::after {
    position: static;
    height: 175px;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .core-ribbon__container {
    order: 1;
  }
}

@media (min-width: 992px) {
  .core-ribbon__container {
    position: absolute;
    height: 100%;
  }
}

.core-ribbon__content {
  background-color: #0e3f75;
  background-position: center;
  background-repeat: repeat-x;
  width: calc(100% - 400px);
  padding-left: 40px;
  padding-right: 0;
}

@media (max-width: 991px) {
  .core-ribbon__content {
    width: 100%;
    padding: 30px 20px;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .core-ribbon__content {
    padding: 0 20px;
    justify-content: center;
  }
}

.core-ribbon__title {
  margin: 0;
  max-height: none;
  font-size: 28px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .core-ribbon__title {
    max-height: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .core-ribbon__title {
    font-size: 25px;
    font-weight: 400;
  }
}

.core-ribbon__button {
  background: transparent;
  color: #FFFFFF;
}

.core-ribbon__button:hover {
  background: white;
  color: #0e3f75;
}

/* END: Ribbon */
/* START: Video Player */
.obssp-video-player__container {
  padding: 80px 0 !important;
  background-image: url("/wps/wcm/connect/gov/e9ca0e8a-b27c-44d7-8ea6-52842be49773/video-player-bg.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-e9ca0e8a-b27c-44d7-8ea6-52842be49773-oZeSsTd");
  background-repeat: repeat;
}

.obssp-video-player__container::before, .obssp-video-player__container::after {
  background-image: inherit;
}

.video-player__container {
  padding: 20px;
  background-color: #FFFFFF;
}

@media (min-width: 992px) {
  .video-player__list {
    height: 250px;
  }
}

@media (min-width: 1199px) and (max-width: 1499px) {
  .video-player__list {
    height: 305px;
  }
}

@media (min-width: 1500px) {
  .video-player__list {
    height: 390px;
  }
}

.video-player__item {
  margin-bottom: 7px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.video-player__item:hover {
  background-color: #FDE7E7;
}

.video-player__item.active {
  background-color: #FDE7E7;
}

.video-player__item.active i {
  color: #EF1215;
}

.video-player__item.active .video-player__duration {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .video-player__icon-container {
    min-width: 50px;
    margin-right: 20px;
  }
}

.video-player__icon-circle {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .video-player__icon-circle {
    width: 50px;
    height: 50px;
  }
}

.video-player__icon-circle i {
  color: #EF1215;
}

.video-player__duration {
  background-color: #FFFFFF;
  color: #EA1014;
}

body .content-body .obssp-video-player__header {
  margin-top: 0;
  margin-bottom: 30px;
}

body .content-body .video-player__title {
  font-size: 18px;
  line-height: 24px;
}

/* END: Video Player */
/* START: Video Gallery */
.core-playlist__current-video-iframe .embed-responsive-item {
  border-radius: 10px 10px 0 0;
}

@media (min-width: 1500px) {
  .core-playlist__current-video-iframe .embed-responsive-item {
    border-radius: 10px 0 0 10px;
  }
}

.core-playlist__current-video-text {
  border-radius: 0 0 10px 10px;
  background-color: #f7f7f7;
}

@media (min-width: 1500px) {
  .core-playlist__current-video-text {
    border-radius: 0 10px 10px 0;
  }
}

.core-playlist__item-title {
  color: #000000;
  font-weight: bold;
}

.core-playlist__item-date {
  border: none;
  padding: 0;
  line-height: normal;
  color: #6A6B69;
}

.core-playlist__item-body p {
  color: #464846 !important;
}

.core-playlist__videos-container .video-gallery__icon-container .video-gallery__icon-circle i {
  color: #E01013;
}

.core-playlist__item-thumbnail .core-playlist__image,
.core-playlist__item-thumbnail .ohio-card-bg-img {
  border-radius: 10px;
}

/* START:  Rebranding Effort */
body .theme-red .content-body {
  background-color: #FFFFFF;
}

body .theme-red .content-body h2, body .theme-red .content-body h3, body .theme-red .content-body h4 {
  font-weight: 600;
  color: #000000;
}

body .theme-red .content-body ::selection {
  background-color: #C12637;
}

.loggedIn .core-template .aw-page-body {
  background-color: #FFFFFF;
}

.core-template .content-body .single-column-footer .odx_secondary-footer {
  background-color: #C12637;
}

body .theme-red .iop-faqs-tabs__card-question-prefix {
  color: #0e3f75;
  text-decoration: #0e3f75;
}

body .theme-red .content-body a.odx-view-more {
  color: #000000;
  font-weight: bold;
}

body .theme-red .content-body a.odx-view-more:after {
  color: #C12637;
  font-weight: bold;
}

body .theme-red .content-body h3.core-topic-ads__title {
  color: #0e3f75;
  font-size: 24px;
  font-weight: 800;
}

body .theme-red .content-body .core-topic-ads .core-topic-ads__summary {
  font-size: 1em;
}

/* START: Video Component */
.theme-red .video-player__list {
  scrollbar-color: #464846;
}

.theme-red .video-player__list::-webkit-scrollbar-thumb {
  background-color: #464846;
  width: 5px;
}

.theme-red .video-player__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.theme-red .video-player__item {
  background-color: #f7f7f7;
  margin-bottom: 5px;
  border-radius: 8px;
}

.theme-red .video-player__item .video-player__icon-circle {
  background-color: #e8ecf3;
}

.theme-red .video-player__item .video-player__icon-circle i {
  font-size: 30px;
  color: #0e3f75;
}

.theme-red .video-player__item .video-player__duration {
  background-color: transparent;
  color: #464846;
}

.theme-red .video-player__item .video-player__title {
  color: #0e3f75;
}

.theme-red .video-player__item .video-player__summary, .theme-red .video-player__item .video-player__date {
  color: #464846;
}

.theme-red .video-player__item.active {
  background-color: #FFFFFF;
  border: 2px solid #dfe1df;
}

.theme-red .video-player__item.active .video-player__icon-circle {
  background-color: #f2f2f2;
}

.theme-red .video-player__item.active .video-player__icon-circle i {
  color: #C12637;
}

.core-template .theme-red .content-body a.btn-default, .core-template .theme-red .content-body a.btn-default:hover {
  border-color: #C12637 !important;
  color: #C12637 !important;
  border: 1px solid #C12637;
  background-color: transparent;
}

.core-template .theme-red .content-body .core-more-button, .core-template .theme-red .content-body .core-more-button:hover {
  color: #0e3f75 !important;
  border: 1px solid #d1d8e4;
  background-color: transparent;
}

.core-template .theme-red .content-body .btn-primary {
  border-color: #C12637;
  background-color: #C12637;
}

.core-template .theme-red .content-body .odx-content__expand-collapse .btn {
  color: #C12637 !important;
  border: 1px solid #d1d8e4;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 1em;
  line-height: 1em;
}

.core-template .theme-red .content-body .odx-external-link .odx-external-link__button:hover, .core-template .theme-red .content-body .odx-external-link .odx-external-link__button:visited {
  border-color: #C12637;
  background-color: #C12637;
}

.core-template .theme-red .content-body .core-spotlight__container--full-width .core-spotlight__button {
  border-color: #FFFFFF;
}

.core-template .theme-red .content-body .core-spotlight__container--full-width .core-spotlight__button:hover {
  color: #C12637 !important;
  background-color: #FFFFFF;
}

.core-template .theme-red .odx-share-this__social--icon i {
  color: #C12637;
}

body .core-template .theme-red .odx-content__title {
  color: #000000;
}

.core-template .theme-red .content-body .aw-left-nav__icon .aw-left-nav__icon-text {
  color: #0e3f75;
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .core-template .theme-red .content-body .odx-navigation--left li.active a.left-navigation__link,
  .core-template .theme-red .content-body .odx-navigation--left li.active a.left-navigation__link:hover,
  .core-template .theme-red .content-body .odx-navigation--left li.active a.left-navigation__link:focus,
  .core-template .theme-red .content-body .odx-navigation--left li.active a.left-navigation__link:visited {
    color: #0e3f75;
  }
}

.core-template .theme-red .content-body .odx-navigation--left li.active {
  border-left: 6px solid #eba70e;
}

.core-template .theme-red .content-body .b-breadcrumb a {
  color: #0e3f75;
}

.core-template .theme-red .content-body .b-breadcrumb li.current {
  color: #464846;
}

.core-template .theme-red .content-body .core-ribbon {
  background-color: #0e3f75;
}

.core-template .theme-red .content-body .core-ribbon:hover .core-ribbon__button {
  background: white;
  color: #0e3f75;
}

body .content .core-template .content-body .obssp-homepage h2 {
  color: #0e3f75;
  font-size: 2em !important;
  text-decoration: #000000;
}

/* END: Video Gallery */
/* END - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > OBSSP > obssp-custom-styles.scss */
