/* START - ODX Common Design / Utility / Style Sheets / SCSS / Agencies / EMS / ems-custom-styles.scss */
/* COLOR PALLETE */
/* START: General styles */
body .content-body .odx-background-color-primary-additional,
.b-all-width-background--primary-additional::before,
.b-all-width-background--primary-additional::after {
  background-color: #f4f7fa;
}

table td {
  padding: 5px 5px 0 10px;
}

.odx-content__image-caption {
  display: none;
}

/* END: General styles */
/* START: Titles */
body .content-body h2,
body .content-body h3 {
  color: #0b3d91;
  font-weight: bold;
}

/* END: Titles */
/* START: Publish Date Header Link */
.odx-content__info .odx-separator--date-and-source,
.odx-content__info a,
.odx-leader-content__header {
  display: none;
}

/* END: Publish Date Header Link */
/* START: Header */
#aw-main-wrapper .navigation {
  background-color: white;
}

@media screen and (max-width: 767px) {
  #aw-main-wrapper .navigation {
    position: absolute;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #aw-main-wrapper .navigation {
    position: relative;
  }
}

@media (min-width: 992px) {
  #aw-main-wrapper .navigation {
    overflow: visible;
  }
}

.navigation #aw-header-bottom-left .odx-logo-wrapper img {
  height: 80px;
}

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

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

.navigation #aw-header-navigation ul {
  justify-content: space-evenly;
}

.navigation #aw-header-navigation ul li a {
  padding: 40px 20px 0;
  text-transform: capitalize;
  font-size: 16px;
  color: black;
}

@media (min-width: 1500px) {
  .navigation #aw-header-navigation ul li a {
    padding: 40px 20px 0;
  }
}

.navigation #aw-header-navigation ul li a:hover {
  color: #0b3d91;
}

.navigation #aw-header-navigation ul li .odx-page-description {
  font-size: 1em;
  font-weight: inherit;
  display: none;
}

.navigation #aw-header-navigation ul li.current a {
  color: #0b3d91;
  background-color: transparent;
  border-bottom: 6px solid;
  font-weight: 600;
}

.navigation.sticky-header #aw-header-bottom {
  align-items: self-start;
}

@media (min-width: 992px) {
  .navigation.sticky-header #aw-header-navigation ul li .odx-page-description {
    font-size: 1em;
  }
}

.navigation.sticky-header #aw-header-navigation ul li.current a {
  padding: 12px 0;
  height: 70px;
}

.navigation.sticky-header .odx-header-bottom-right {
  font-size: 0.75em;
}

#aw-header-bottom-right .odx-auth__link, #aw-header-bottom-right .odx-help__link, #aw-header-bottom-right .odx-search__btn,
#aw-header-bottom-right .fa, #aw-header-bottom-right .fas, #aw-header-bottom-right .far {
  color: black;
}

#aw-header-bottom-right span.fas.fa-search,
#aw-header-bottom-right span.fas.fa-times {
  color: #0b3d91;
}

#aw-header-bottom-right .fa, #aw-header-bottom-right .fas, #aw-header-bottom-right .far {
  font-size: 1.25em;
  font-weight: 400;
}

div#search-button:hover i,
div#search-button:hover span {
  color: #0b3d91;
}

a#js-go-help:hover i,
a#js-go-help:hover span {
  color: #0b3d91;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation #aw-header-navigation ul li a {
    text-transform: capitalize;
    font-size: 0.95em;
    line-height: 1.25em;
    padding: 30px 20px 0;
  }
  .navigation #aw-header-navigation ul li .odx-page-description {
    font-size: 1em;
    font-weight: normal;
    margin-top: 0;
    display: none;
  }
  .navigation #aw-header-navigation ul li.current a {
    color: #0b3d91;
    background-color: transparent;
    border-bottom: 6px solid;
    font-weight: 600;
    padding: 13px 10px 0;
  }
  .navigation.sticky-header #aw-header-navigation ul li a {
    padding: 25px 10px 0;
    font-size: 0.75em;
  }
  .navigation.sticky-header #aw-header-navigation ul li .odx-page-description {
    line-height: inherit;
    margin-top: 5px;
  }
  .navigation.sticky-header #aw-header-navigation ul li.current a {
    padding: 5px 10px 0;
  }
}

@media (min-width: 992px) {
  #aw-header-bottom-left {
    flex-basis: 15%;
  }
}

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

@media (max-width: 767px) {
  body,
  html {
    max-width: 100vw;
    overflow-x: clip;
  }
}

@media (min-width: 1200px) {
  .navigation.sticky-header #aw-header-navigation ul li a {
    padding: 25px 20px 0 0;
  }
  .navigation.sticky-header #aw-header-navigation ul li.current a {
    padding: 15px 10px 0;
  }
}

/* END: Header */
/* START: DPS Switcher */
.dps-switcher__btn {
  background-color: transparent;
  color: black;
  fill: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  line-height: initial;
}

.oshp-close:hover {
  color: #0b3d91;
  fill: #0b3d91;
}

.dps-switcher .dropdown-header {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 15px 10px;
  font-size: 1rem;
  background-color: #3b69b6;
  color: white;
  font-weight: bold;
  border-radius: 7px 0 0 0;
}

.dps-switcher .dropdown-item {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  text-decoration: none;
  color: black;
  width: 110px;
  cursor: pointer;
}

.open > .dropdown-menu {
  width: 375px;
  margin: 0;
  border: 0;
  border-top-right-radius: 0;
}

.dropdown-item__logo {
  width: 70%;
}

.dropdown-menu__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}

.oshp-open {
  color: white;
  fill: white;
  background-color: #3b69b6;
  height: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
}

.oshp-open:hover {
  color: white;
}

.navigation.sticky-header .dps-switcher__btn {
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .open > .dropdown-menu {
    width: 100vw;
  }
  .dropdown-menu__items {
    gap: 1rem;
  }
  .dropdown-item__logo {
    width: 60%;
  }
}

/* END: DPS Switcher */
/* START: Buttons and Links */
body .content-body a {
  color: #0b3d91;
}

body .content-body a:hover,
body .content-body a:active,
body .content-body a:visited,
body .content-body a:focus {
  color: #3b69b6;
}

.core-more-button {
  border-radius: 25px;
  background-color: white;
  font-size: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #0b3d91;
  color: #0b3d91 !important;
}

.core-more-button:hover {
  background-color: #e2ebf2;
  border: 2px solid #e2ebf2;
}

/* END: Buttons and Links */
/* START: Breadcrumb */
body .content-body .b-breadcrumb li:first-child > a,
body .content-body .b-breadcrumb li:first-child > a:hover,
body .content-body .b-breadcrumb a:visited,
body .content-body .b-breadcrumb a {
  color: #0b3d91;
  font-weight: bold;
  text-decoration: none;
}

body .content-body .b-breadcrumb li {
  font-weight: bold;
}

body .content-body .b-breadcrumb li:first-child > a:hover {
  text-decoration: underline;
}

/* END: Breadcrumb */
/* START: Titles */
body .content-body .odx-content__title {
  color: #12263b;
  font-size: 40px;
}

body .content-body h1 {
  color: #12263b;
}

body .content-body .search-results a h3.ohio-card-content-header {
  color: #5c5a5b;
  font-weight: bolder;
}

/* END: Titles */
/* START: Spotlight */
body .content-body .core-spotlight__header {
  display: none;
}

body .content-body .core-spotlight__container {
  min-height: 400px;
  flex-direction: row-reverse;
}

@media (max-width: 576px) {
  body .content-body .core-spotlight__container {
    flex-direction: column;
  }
}

body .content-body .core-spotlight__container--full-width .core-spotlight__title {
  color: white;
  font-size: 56px;
  padding-top: 20px;
  max-height: none;
  line-height: 64px;
  word-break: break-word;
}

body .content-body .core-spotlight__container--2col {
  flex-direction: column;
  margin: 0;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

body .content-body .core-spotlight__container--2col .core-spotlight__thumbnail {
  min-height: 300px;
  border-radius: 24px 24px 0 0;
}

body .content-body .core-spotlight__container--2col .core-spotlight__title {
  font-size: 24px;
  line-height: 32px;
  color: #0b3d91;
}

body .content-body .core-spotlight__container--2col .core-spotlight__summary {
  font-size: 18px;
  line-height: 24px;
  color: #5c5a5b;
}

body .content-body .core-spotlight__container--2col .core-spotlight__info {
  padding: 30px;
  background-color: white;
  border-radius: 8px;
}

body .content-body .core-spotlight__container--2col .core-spotlight__info .core-spotlight__button {
  background-color: #3b69b6;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
  width: 200px;
}

body .content-body .core-spotlight__container--2col .core-spotlight__info .core-spotlight__button:hover {
  background-color: #0b3d91;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
}

body .content-body .core-spotlight__summary {
  color: white;
  font-size: 24px;
  line-height: 32px;
}

.core-spotlight__info {
  background-color: #0b3d91;
  padding: 0px 20px;
}

.core-spotlight__info .core-spotlight__button {
  background-color: #3b69b6;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
  width: 200px;
}

.core-spotlight__info .core-spotlight__button:hover {
  background-color: #0b3d91;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
}

.core-spotlight__info
.core-spotlight__button
.core-spotlight__info
.core-spotlight__button:hover,
.core-spotlight__info .core-spotlight__button:active,
.core-spotlight__info .core-spotlight__button:visited,
.core-spotlight__info .core-spotlight__button:focus {
  background-color: #0b3d91;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
}

@media (max-width: 991px) {
  body
.content-body
.core-spotlight__container--full-width
.core-spotlight__title {
    font-size: 42px;
    line-height: 1em;
    padding-top: 0;
  }
}

/* END: Spotlight */
/* START: Featured Cards */
.ems-home .core-featured-cards__list .core-featured-cards__thumbnail {
  height: 200px;
}

.ems-home .core-featured-cards__list .core-featured-cards__content {
  padding: 10px 20px;
}

.ems-home .core-featured-cards__list .core-featured-cards__title {
  margin-bottom: 15px;
}

.ems-home .core-featured-cards__list .core-featured-cards__summary {
  display: inherit;
  margin-bottom: 0;
  height: auto;
  max-height: 40px;
  color: #282828;
}

.core-featured-cards.core-featured-cards__container {
  background: #f4f7fa;
}

.core-featured-cards__container {
  background-color: transparent;
}

.core-featured-cards__list {
  margin: 0;
}

.core-featured-cards__list .core-featured-cards__item {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.core-featured-cards__list .core-featured-cards__title {
  max-height: 40px;
  margin-bottom: 0px;
}

.core-featured-cards__list .core-featured-cards__summary {
  display: none;
}

.core-featured-cards__list .core-featured-cards__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 125px;
  border-radius: 0 0 8px 8px;
  padding: 10px;
}

.core-featured-cards__list .core-featured-cards__thumbnail {
  border-radius: 8px 8px 0 0;
  height: 120px;
}

.core-featured-cards h2.core-featured-cards__header {
  display: none;
}

.oshp-featured-cards__description-instead-of-img.core-featured-cards__thumbnail {
  display: flex;
  background-color: #e2ebf2;
  font-size: 3.3em;
  font-weight: 900;
  color: black;
  text-align: center;
  align-items: center;
}

.remove-full-width .full-width-component::before,
.remove-full-width .full-width-component::after {
  content: none;
}

.remove-full-width .core-featured-cards.core-featured-cards__container {
  background: transparent;
}

.remove-full-width .core-featured-cards__list .core-featured-cards__content {
  height: 80px;
}

.odx-ads-container .odx-ads-item--full-width-image img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .odx-ads-container .odx-ads-item {
    max-width: 280px;
    max-height: 104px;
  }
}

/* Class settings for Featured Cards without Titles or Body text under them */
.content-body .remove-featured-cards-padding-top .padding-bottom-md {
  padding-top: 0px;
}

.content-body .remove-featured-cards-padding-bottom .padding-bottom-md {
  padding-bottom: 0px;
}

/* END: Featured Cards */
/* START: Bio cards*/
.ohio-card {
  border-radius: 8px;
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.ohio-card:hover {
  box-shadow: none;
}

.ohio-card .ohio-card-content__bottom {
  display: none;
}

.ohio-card--center.odx-leader-card {
  height: 385px;
}

@media (max-width: 992px) {
  .ohio-card--center.odx-leader-card {
    margin: 20px auto;
  }
}

.ohio-card--center.odx-leader-card .ohio-card-content {
  position: relative;
  background-color: white;
  height: 100px;
}

.ohio-card--center.odx-leader-card .ohio-card-content p {
  height: 3.6em;
}

.ohio-card-content__bottom .ohio-card-wrapper-anchor {
  display: none;
}

.ohio-card-content__bottom .ohio-card-wrapper-anchor.odx-card__share-anchor {
  display: none;
}

.ohio-card-content-header {
  font-size: 21px;
  color: black;
  font-weight: bold;
}

.odx-divisions-catalog__container .ohio-card-bg {
  height: 250px;
}

.odx-divisions-catalog__container .ohio-card-bg-div {
  height: 250px;
}

.odx-content__image--footer {
  max-width: 300px;
}

.odx-content-section--component-1 .odx-divisions-catalog__container .ohio-card .ohio-card-content .ohio-card-content-header {
  color: black;
  font-weight: bold;
}

.odx-content-section--component-1 .odx-divisions-catalog__container .ohio-card .ohio-card--center.odx-leader-card .ohio-card-content p {
  font-size: 16px;
  color: #0b3d91;
}

.content-body a.odx-leadership__all-directors::after {
  color: #0b3d91;
}

.content-body a.odx-leadership__all-directors:hover::after,
.content-body a.odx-leadership__all-directors:focus::after {
  color: #3b69b6;
}

/* END: Bio cards*/
/* START: Carousel */
.ohio-carousel-icons___button-left div,
.ohio-carousel-icons___button-right div {
  background-color: white;
  color: black;
}

.ohio-carousel-icons___button-left div:hover,
.ohio-carousel-icons___button-right div:hover {
  background-color: #e2ebf2;
}

.odx-carousel-cards-item .ohio-card .ohio-card-content .ohio-card-content-header {
  color: #5c5a5b;
  font-weight: bold;
}

.odx-carousel-cards-item .ohio-card.ohio-card--center .ohio-card-content {
  min-height: 215px;
  background-color: #f8f8f8;
}

.odx-carousel-cards-item .ohio-card.ohio-card--center .ohio-card-content p {
  color: #4a4a4a;
}

.odx-carousel-cards-item .ohio-card-bg-img {
  height: 100%;
  object-fit: cover;
}

.odx-section-resources-cards-list__wrapper {
  padding-top: 20px;
}

.odx-section-resources-cards-list__wrapper .core-carousel__header-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.odx-section-resources-cards-list__wrapper .core-carousel__header-container h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}

.odx-section-resources-cards-list__wrapper .core-more-button {
  background-color: transparent;
  border-radius: 25px;
  font-size: 16px;
}

.odx-section-resources-cards-list__wrapper .core-more-button:hover {
  background-color: #e2ebf2;
  border-color: #e2ebf2;
  font-weight: bold;
}

.odx-section-resources-cards-list__wrapper .core-more-button a,
.odx-section-resources-cards-list__wrapper .core-more-button a:visited,
.odx-section-resources-cards-list__wrapper .core-more-button a:hover {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: bold;
}

.odx-section-resources-cards-list__wrapper .core-more-button a::before,
.odx-section-resources-cards-list__wrapper .core-more-button a:visited::before,
.odx-section-resources-cards-list__wrapper .core-more-button a:hover::before {
  content: "\f0c5";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  margin-right: 6px;
}

.odx-section-resources-cards-list__wrapper .core-more-button a::after,
.odx-section-resources-cards-list__wrapper .core-more-button a:visited::after,
.odx-section-resources-cards-list__wrapper .core-more-button a:hover::after {
  display: none;
}

/* END: Carousel */
/* START: Left navigation */
@media (max-width: 992px) {
  body .content-body .aw-left-nav__icon {
    width: 0;
  }
}

body .content-body .aw-left-nav__icon .aw-left-nav__icon-text {
  font-weight: 900;
  font-size: 24px;
  padding-left: 0;
  margin-top: -8.5rem;
  color: black;
}

body .content-body .aw-left-nav li.active a.left-navigation__link {
  color: #0b3d91;
}

body .content-body .aw-left-nav li.active a.left-navigation__link:hover, body .content-body .aw-left-nav li.active a.left-navigation__link:visited, body .content-body .aw-left-nav li.active a.left-navigation__link:active, body .content-body .aw-left-nav li.active a.left-navigation__link:focus {
  color: #0b3d91;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aw-left-nav {
    top: -120px;
  }
}

@media (max-width: 991px) {
  .aw-left-nav {
    z-index: 2;
  }
}

a.left-navigation__link {
  text-transform: capitalize;
}

.odx-navigation--left {
  z-index: 1;
}

@media (max-width: 992px) {
  .odx-navigation--left {
    margin-left: 0;
  }
}

.odx-navigation--left li.active {
  border-left: 6px solid #0b3d91;
}

@media (max-width: 992px) {
  .odx-navigation--left li.active {
    border: none;
  }
}

@media (max-width: 992px) {
  .odx-navigation--left li.active a.left-navigation__link {
    border-bottom: 6px solid #0b3d91;
  }
}

.odx-icon-wrapper .odx-navigation__icon {
  display: none;
}

/* END: Left Navigation*/
/* START: Sidebar Containers */
.tableOfContents {
  background-color: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
}

body .content-body .odx-share-this h2 {
  font-weight: bold;
}

.odx-share-this__social .odx-share-this__social--icon i {
  color: #de0007;
}

.odx-share-this__social--icon i:hover,
.odx-share-this__social--icon i:active,
.odx-share-this__social--icon i:visited,
.odx-share-this__social--icon i:focus {
  color: #910005;
}

.odx-external-link:hover {
  box-shadow: none;
}

.odx-external-link .btn.odx-external-link__button {
  background-color: #3b69b6;
  border-color: #3b69b6;
}

.odx-external-link .btn.odx-external-link__button .uppercase,
.odx-external-link .btn.odx-external-link__button .odx-external-link__title {
  color: white;
}

.odx-external-link .btn.odx-external-link__button .uppercase:hover,
.odx-external-link .btn.odx-external-link__button .odx-external-link__title:hover {
  color: white;
}

.content-body .odx-share-this {
  background-color: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  padding: 10px 10px 5px 20px;
}

.odx-meet-leadership {
  background-color: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
}

/* END: Sidebar Containers */
/* START: SOCIAL MEDIA SIDEBAR ADS */
.iop-social-ads__link i.fab {
  color: #4a4a4a;
  font-size: 30px;
}

.iop-social-ads__item {
  width: 40px;
  height: 40px;
}

.iop-social-ads__link:hover i {
  color: #e2ebf2 !important;
}

body .content-body h2.iop-social-ads__title {
  font-weight: bold;
}

/* END: SOCIAL MEDIA SIDEBAR ADS */
/* START: NEWS FILTER */
.core-news .core-news__item .core-news__info {
  background-color: white;
}

.core-news .core-news__header-container h2.core-news__header-title {
  color: #12263b;
}

.core-news__list .core-news__item .core-news__info h3.core-news__title {
  color: #3b69b6;
  font-size: 21px;
}

.core-news .core-news__header-container a.core-more-button,
.core-events .core-events__header-container a.core-more-button {
  color: #3b69b6 !important;
  border: 2px solid #3b69b6 !important;
  font-weight: bold;
}

.core-news .core-news__list .core-news__item {
  margin-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #d8d8d8;
}

.core-news__list .core-news__info {
  padding: 20px 30px 20px 0;
}

.core-news__list .core-news__thumbnail {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .iop-filter__content .core-news__list .core-news__thumbnail {
    margin-right: 0;
  }
  .aw-left-nav {
    z-index: 995;
  }
}

.core-news__list .core-news__info .core-news__date {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.core-news__list .core-news__item {
  margin-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #d8d8d8;
  border-radius: 0px;
}

/* END: NEWS FILTER */
/* START: EVENTS FILTER */
.odx-events__list-search .odx-events__item-date {
  background-color: #0b3d91;
  border-radius: 20%;
  width: 83px;
  height: 80px;
}

.odx-events__list-search .odx-events__item-date .odx-events__item-date-month {
  font-size: 18px;
}

.odx-events__list-search .odx-events__item-date .odx-events__item-date-day {
  font-size: 32px;
}

.odx-events__list-search .odx-events__item-right .odx-events__item-title {
  color: black;
  font-size: 21px;
}

.odx-events__list-search .odx-events__item-right .odx-events__item-duration {
  color: black;
  font-size: 18px;
}

/* END: EVENTS FILTER */
/* START: EVENTS SIDEBAR */
.core-events__header-container h2.core-events__header-title {
  color: #12263b;
}

.core-events__list .core-events__item-date.odx-events__item-date {
  background-color: #3b69b6;
  border-radius: 20%;
  width: 83px;
  height: 80px;
}

.core-events__list .core-events__item-right .core-events__item-title {
  color: #5c5a5b;
  font-size: 21px;
}

.core-events__list .core-events__item-right .core-events__item-duration {
  color: #4a4a4a;
  font-size: 18px;
}

.core-events__item-title .odx-events__item-title {
  color: #5c5a5b;
}

.core-events__list .core-events__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #d8d8d8;
}

.core-events__list
.core-events__item-link:hover
.odx-events__item-left
.core-events__item-date.odx-events__item-date,
.core-events__list
.core-events__item:hover
.odx-events__item-left
.odx-events__item-date {
  background-color: #910005;
}

.core-events__list
.core-events__item-link
.odx-events__item-left
.core-events__item-date.odx-events__item-date,
.core-events__list
.core-events__item
.odx-events__item-left
.odx-events__item-date {
  background-color: #de0007;
}

.core-events__list .core-events__item-link:hover .odx-events__item-left {
  opacity: 1;
}

/* END: EVENTS SIDEBAR */
/* START: EVENTS PT */
.odx-event__event-info
.odx-event__item-detail
.odx-events__item-left
.odx-events__item-date {
  background-color: #0b3d91;
  border-radius: 20%;
}

.odx-more-information .odx-events__item .odx-events__item-date {
  background-color: #0b3d91;
  border-radius: 20%;
  color: white;
}

a.js-calendar-button {
  background-color: transparent;
  border-color: #0b3d91;
  border-width: 2px;
  color: #0b3d91 !important;
  border-radius: 25px;
}

.b-event__button a.btn-primary {
  background-color: #3b69b6;
  border-color: #3b69b6;
  color: white !important;
  border-radius: 25px;
}

.b-event__button a.btn-primary:hover {
  background-color: #0b3d91;
  border-color: #0b3d91;
  color: white !important;
}

a.odx-direction-button.btn-default {
  background-color: transparent;
  border-color: #0b3d91;
  border-width: 2px;
  color: #0b3d91 !important;
  border-radius: 25px;
}

a.odx-direction-button.btn-default:hover {
  border-color: #3b69b6;
  color: #3b69b6 !important;
}

.odx-more-information .odx-events a.core-more-button {
  background-color: white;
  border-color: #0b3d91;
  border-width: 1px;
  color: #0b3d91 !important;
  border-radius: 25px;
  font-weight: bold;
}

.odx-more-information .odx-events a.core-more-button:hover {
  background-color: #0b3d91;
  color: white !important;
}

/* END: EVENTS PT */
/* START: FILTER */
.ohio-select2
.select2
.selection
.select2-selection
.select2-selection__rendered
li.select2-selection__choice {
  background-color: #ededee;
  color: black;
  border-color: #ededee;
}

.ohio-select2
.select2
.selection
.select2-selection
.select2-selection__rendered
li.select2-selection__choice
.select2-selection__choice__remove {
  color: black;
}

.iop-filter__buttons-container
button.iop-filter__input-filter-btn.btn.btn-primary.js-iop-filter-button {
  border-radius: 25px;
  background-color: #e2ebf2;
  color: black;
  border-color: #e2ebf2;
  text-transform: capitalize;
}

.iop-filter__buttons-container
button.iop-filter__reset-btn.btn.js-iop-reset-button {
  border-radius: 25px;
  border-width: 2px;
  text-transform: capitalize;
}

.iop-filter__content .core-news__list .core-news__info {
  background-color: white;
}

.iop-filter__content
.core-events__list
.core-events__item
.odx-events__item-left {
  padding-right: 15px;
  padding-top: 4px;
}

/* END: FILTER */
/* START: RESOURCES CARDS LIST */
.odx-section-resources-cards-list__wrapper .core-more-button a,
.odx-section-resources-cards-list__wrapper .core-more-button a:visited,
.odx-section-resources-cards-list__wrapper .core-more-button a:hover {
  color: #0b3d91;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
}

/* END: RESOURCES CARDS LIST */
/* START: GET IN TOUCH */
.odx-get-in-touch {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  border-width: 1px;
}

/* END: GET IN TOUCH */
/* ===== START: Collapsible Sections ====== */
body .content-body .twisty .secondLevelSection.nested h3 {
  background: #f2f2f2;
}

.content-body .secondLevelSection.nested .sectionHeader {
  background: #f2f2f2;
}

.twisty {
  border: 2px solid #f2f2f2;
  background: white;
}

.firstsectionHeader.opened,
.sectionHeader.opened,
.sectionHeader.closed {
  background-color: #f2f2f2;
}

body .content-body .twisty h2 {
  background: #f2f2f2;
}

body .content-body .twisty .closed h2,
body .content-body .twisty .closed h3 {
  width: 100%;
  color: #000000;
  font-size: 21px;
  margin-left: 0;
  border-radius: 0;
}

/* ===== END: Collapsible Sections ====== */
/* ======= START: Collapsible Section Links (Laws & Rules / Forms & Applications) ======= */
p.odx-collapsible-sections-links__instructions span {
  font-size: 1.1em;
  font-weight: bold;
}

/* ======= END: Collapsible Section Links ======= */
/* START: RESOURCE PT */
.odx-content__expand-collapse .btn {
  border: 2px solid #0b3d91;
  background-color: transparent;
  color: #0b3d91;
  border-radius: 25px;
}

.content-body .odx-more-information h2,
.content-body .odx-external-resources h2,
.content-body .odx-related-laws-and-forms h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

.content-body .odx-more-information {
  background-color: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
}

.odx-more-information_information i.fa-file-text-o {
  font-weight: 100;
}

.content-body .odx-more-information a.btn-primary {
  color: #0b3d91 !important;
  background-color: white;
  border-color: #0b3d91;
  border-radius: 25px;
  font-weight: 700;
}

.content-body .odx-more-information a.btn-primary:hover {
  color: white !important;
  background-color: #0b3d91;
}

.odx-external-resources {
  background-color: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
}

.content-body .odx-related-laws-and-forms {
  background-color: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
}

.ems-resource-catalogue .odx-content-column--right .odx-share-this {
  display: none;
}

/* END: RESOURCE PT */
/* START: Data Source */
body .content-body table.dataTable thead th {
  background-color: #f2f2f2;
  border: none;
  font-size: 1em;
  padding: 15px 18px 10px;
}

body .content-body table.dataTable,
table.dataTable tbody tr {
  background-color: white;
}

table.dataTable tbody td {
  padding: 10px 18px;
}

table.dataTable.no-footer {
  padding-top: 0px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.table > tbody > tr:first-child {
  border-top: none;
}

body .content-body table.dataTable a {
  color: #0b3d91;
}

body .content-body table.dataTable a:hover {
  color: black;
}

.dataTables_wrapper .dataTables_filter {
  margin: 0px 0px 30px 0px;
}

.dataTables_filter input.form-control {
  border: 1px solid #d8d8d8;
}

.dataTables_wrapper select.form-control {
  border-width: 1px;
}

.dataTables_filter input.form-control::placeholder {
  color: #5c5a5b;
  font-weight: lighter;
}

.dataTables_filter input,
.dataTables_length select {
  border-color: #d8d8d8;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #e2ebf2;
  border: 1px solid #e2ebf2;
  color: black;
  text-decoration: none;
  font-weight: bold;
  padding: 9px 15px 5px;
}

.pagination > li > a,
.pagination > li > span {
  padding: 9px 15px 5px;
}

table *:focus,
.dataTables_filter *:focus,
.dataTables_length *:focus {
  outline: 1px solid #e2ebf2;
  border-color: #e2ebf2;
}

.pagination *:focus {
  outline: 1px solid black;
  border-color: black;
}

/* ==== END: Data Source ==== */
/* ==== START font-family override ==== */
body .content-body h2.odx-bold {
  font-family: "Source Sans Pro";
}

body .content-body h2,
body .content-body h3 {
  font-family: "Source Sans Pro";
}

body .content-body .odx-content__title {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-size: 2em;
  max-width: 900px;
}

.odx-product-featured-resources__resource
.odx-product-featured-resources__title {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
}

body .content-body .b-intro-banner * {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
}

body .content-body .b-row-of-ads-item__title {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
}

body .content-body .b-highlighted-ad__title {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
}

body .content-body h1 {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
}

/* ==== END font-family override ==== */
/* 
===========================
START: EMS Footer Subscribe 
===========================
*/
.iop-footer-subscribe {
  background-color: #f4f7fa;
}

.iop-footer-subscribe .iop-footer-subscribe__alert {
  color: #12263b;
  font-weight: bold;
}

.iop-footer-subscribe .iop-footer-subscribe__text i {
  color: #12263b;
}

.iop-footer-subscribe .iop-footer-subscribe__button {
  background-color: #0b3d91;
}

.iop-footer-subscribe .iop-footer-subscribe__button:hover {
  background-color: #3b69b6;
}

/* 
===========================
END: EMS Footer Subscribe 
===========================
*/
/*
===============
START: FOOTER
===============
*/
body .content-body .single-column-footer .iop-call-to-action {
  display: none;
}

body .content-body .single-column-footer .odx_primary-footer {
  background-color: #0b3d91;
  color: white;
  padding: 40px 0 40px;
}

@media (min-width: 768px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 100%;
    margin: 0;
  }
}

body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation a.ohio-footer-navigation__title {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
}

body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation a.ohio-footer-navigation__title:hover {
  text-decoration: none;
}

@media (min-width: 991px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 85%;
    margin-left: 15%;
    text-align: left;
  }
}

@media (min-width: 991px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation .odx-footer-navigation__main-item {
    text-align: left;
  }
}

body .content-body .single-column-footer .odx_primary-footer .odx_agency-info p,
body .content-body .single-column-footer .odx_primary-footer .odx_agency-info a {
  color: white;
}

body .content-body .single-column-footer .odx_secondary-footer {
  background-color: #0e0f11;
}

body .content-body .single-column-footer .odx_secondary-footer .footer-bar__social-icon,
body .content-body .single-column-footer .odx_secondary-footer .footer-bar__social-icon:hover {
  color: white;
  font-size: 24px;
}

/*
===========
END: FOOTER
===========
*/
/* START: Local Post Location Filter */
ul.ohio-odx-alpha-directory__alphabet
.ohio-odx-alpha-directory__alphabet-list-title {
  background-color: #e2ebf2;
}

ul.ohio-odx-alpha-directory__alphabet
.odx-alpha-directory__alphabet-button-all {
  color: black;
}

ul.ohio-odx-alpha-directory__alphabet
.odx-alpha-directory__alphabet-button-all:hover,
ul.ohio-odx-alpha-directory__alphabet
.odx-alpha-directory__alphabet-button-all:visited,
ul.ohio-odx-alpha-directory__alphabet
.odx-alpha-directory__alphabet-button-all:active,
ul.ohio-odx-alpha-directory__alphabet
.odx-alpha-directory__alphabet-button-all:focus {
  color: black;
  text-decoration: none;
}

.ohio-search-btn i.fa.fa-search {
  color: #0b3d91;
}

.ohio-odx-alpha-directory__group .ohio-odx-alpha-directory__group-title {
  color: #12263b;
}

a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor,
body
.content-body
a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor:visited,
body
.content-body
a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor:active {
  color: #0b3d91;
  text-decoration: none;
}

a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor:hover {
  text-decoration: none;
}

body
.content-body
ul.ohio-odx-alpha-directory__alphabet
a.ohio-odx-alpha-directory__alphabet-char {
  color: #5c5a5b;
}

body
.content-body
ul.ohio-odx-alpha-directory__alphabet
a.ohio-odx-alpha-directory__alphabet-char.is-active {
  font-weight: bolder;
  background-color: #0b3d91;
  color: white;
  padding: 5px 7px 2px;
  border-radius: 8px;
}

/* END: Local Post Location Filter */
/*
===========
START: Core Main Banner
===========
*/
.core-main-banner .core-main-banner__container {
  height: 480px;
}

.core-main-banner .core-main-banner__container .core-main-banner__details {
  background: #0b3d91;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.core-main-banner .core-main-banner__container .core-main-banner__button {
  background-color: #3b69b6;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
  width: 200px;
}

.core-main-banner .core-main-banner__container .core-main-banner__button:hover,
.core-main-banner .core-main-banner__container .core-more-button i.far.fa-newspaper:hover {
  background-color: #0b3d91;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
}

@media (max-width: 991px) {
  .core-main-banner
.core-main-banner__container
.core-main-banner__image--mobile {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .core-main-banner .core-main-banner__container {
    height: unset;
  }
}

@media (max-width: 500px) {
  .odx-content-section
.core-main-banner
.core-main-banner__container
.core-main-banner__details {
    margin-bottom: 0px;
    align-items: center;
  }
  .core-main-banner .core-main-banner__container .core-main-banner__button {
    width: 90%;
  }
}

/*
===========
END: Core Main Banner
===========
*/
/*
===========
START: CORE NEWS & EVENTS
===========
*/
.core-news a.core-more-button:hover,
.core-events a.core-more-button:hover {
  background-color: #0b3d91;
  border: 2px solid #3b69b6;
  border-radius: 40px;
  color: white !important;
}

.core-news .core-news__list .core-news__item .core-news__thumbnail {
  display: none;
}

.core-news .core-news__list .core-news__item .core-news__summary {
  color: #282828;
}

.core-news .core-news__list article:nth-of-type(3n + 3) .core-news__thumbnail {
  display: block;
}

/*
===========
END: CORE NEWS
===========
*/
/*
===========
START: ADS Container
===========
*/
.odx-ads-container .odx-ads-item--full-width-image {
  border-radius: 8px;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 912px) {
  .odx-ads-container .odx-ads-item--full-width-image {
    margin: 16px auto;
  }
}

.odx-ads-container .odx-ads-item--full-width-image {
  height: auto;
  min-height: max-content;
  max-height: 155px;
  background-color: transparent;
}

/*
===========
END: ADS Container
===========
*/
/* ====== START: Common Questions ======= */
.odx-common-questions__view-more {
  display: none;
}

/* ====== END: Common Questions ======= */
/* ====== START: EMS Core Events 2rows ======= */
@media (min-width: 768px) {
  .ems-upcoming-training.core-events__container--2rows
.core-events__list
.core-events__item {
    flex-basis: 50%;
  }
  .ems-upcoming-training.core-events__container--2rows .core-events__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ems-upcoming-training.core-events__container--2rows
.core-events__list
.core-events__item:last-child {
    margin-bottom: auto;
  }
}

/* ====== END: EMS Core Events 2rows ======= */
/* ====== START: EMS Section Header ======= */
.content-body .ems-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.content-body .ems-section__header h2 {
  margin: 0;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #12263b;
}

.content-body .ems-section__header a.core-more-button,
.content-body .ems-section__header a.core-more-button:visited,
.content-body .ems-section__header a.core-more-button:focus,
.content-body .ems-section__header a.core-more-button:hover {
  text-decoration: none;
  color: #3b69b6 !important;
  border: 2px solid #3b69b6 !important;
  font-weight: bold;
}

/* ====== END: EMS Section Header ======= */
/* START: Maps */
.odx-locations__list-wrapper {
  background: #0b3d91;
}

a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor,
body
.content-body
a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor:visited,
body
.content-body
a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor:active {
  color: #3b69b6;
}

ul.ohio-odx-alpha-directory__alphabet
.ohio-odx-alpha-directory__alphabet-list-title {
  background-color: #3b69b6;
}

ul.ohio-odx-alpha-directory__alphabet
.odx-alpha-directory__alphabet-button-all {
  color: white;
}

/* END: Maps */
/* START: Help Center Landing Page */
.ems-spotlight-sidebar-container > .core-spotlight__container {
  min-height: auto;
}

.ems-spotlight-sidebar-container
.core-spotlight__container.core-spotlight__container--full-width.margin-bottom-md {
  flex-direction: column;
}

.ems-spotlight-sidebar-container
> .core-spotlight__container
.core-spotlight__thumbnail {
  display: none;
}

.ems-spotlight-sidebar-container
> .core-spotlight__container
.core-spotlight__info {
  height: auto;
  padding: 20px 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: white;
  border: 1px solid #d8d8d8;
}

body .content-body .ems-spotlight-sidebar-container .core-spotlight__title {
  font-size: 24px;
  line-height: 1.25em;
  max-height: 60px;
  padding: 0;
  color: #000000;
}

body .content-body .ems-spotlight-sidebar-container .core-spotlight__summary {
  font-size: 18px;
  line-height: 1.25em;
  margin-bottom: 45px;
  max-height: 45px;
  color: #000000;
}

.ems-spotlight-sidebar-container
> .core-spotlight__container
.core-spotlight__info
.core-spotlight__button {
  width: 100%;
  background-color: #3b69b6;
}

body .content-body .ems-spotlight-sidebar-container .core-spotlight__container {
  min-height: unset;
}

/* END: Help Center Landing Page */
/* START: Forms */
.odx-form__container .well {
  border-radius: 8px;
  border: 0px;
  box-shadow: none;
  background-color: #e2ebf2;
}

.odx-form__container .btn-primary {
  background-color: #3b69b6;
  border-color: #3b69b6;
  color: white;
  padding: 0.42857143em 1.8571428599999997em;
  border-radius: 11.28571429em;
}

.odx-form__container input.form-control,
select.form-control,
.form-control.dropdown,
textarea.form-control {
  border-color: #d8d8d8;
  border-radius: 6px;
}

/* END: Forms */
/* ====== START: EMS Social Spotlight ======= */
.ems-social-spotlight-container .iop-social-ads__link i.fab {
  color: #0b3d91;
}

body
.content-body
.ems-social-spotlight-container
.core-spotlight__container--2col
.core-spotlight__info {
  background: #ededee;
}

/* ====== END: EMS Social Spotlight ======= */
.iop-utility-toolbar__list {
  gap: 10px;
}

.iop-utility-toolbar__item-title {
  font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .iop-utility-toolbar__item-title {
    font-size: 14px;
  }
}

.navigation.sticky-header .iop-utility-toolbar__item-title {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .ems-home .core-news__footer-container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .ems-home .core-events__footer-container .core-more-button {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.core-events .core-events__footer-container a,
.core-news .core-news__footer-container a {
  color: #0b3d91 !important;
}

body .content-body a {
  word-wrap: break-word;
}

/* END - ODX Common Design / Utility / Style Sheets / SCSS / Agencies / EMS / ems-custom-styles.scss */
