/* START: ODX Common Design / Utility / Style Sheets / SCSS / Agencies / OCJS / ocjs-custom-styles.scss  */
/* COLOR PALLETE */
/* START: General styles */
.odx-content__image-caption {
  display: none;
}

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;
}

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

body .content-body h3 {
  color: #c12637;
  font-weight: bold;
}

/* END: Titles */
/******* START: Home *******/
.ocjs-grant-funding-resources {
  background-color: #f8f8f8;
}

.ocjs-most-used-resources {
  background-color: #e8ecf3;
}

.ocjs-home .ocjs-sidebar-spotlight {
  margin-bottom: 20px;
}

body
.content-body
.ocjs-home
.core-spotlight__container--2col
.core-spotlight__thumbnail {
  min-height: 280px;
  border-radius: 8px 8px 0 0;
}

body
.content-body
.ocjs-home
.core-spotlight__container--2col
.core-spotlight__title {
  color: #0e3f75;
}

body
.content-body
.ocjs-sidebar-spotlight
.core-spotlight__container--2col
.core-spotlight__info
.core-spotlight__button {
  background-color: #c12637 !important;
  color: #ffffff !important;
  width: 100%;
}

.ocjs-home .core-main-banner__container .core-main-banner__subheading {
  margin: 35px 0;
  line-height: 35px;
  font-size: 24px;
}

.ocjs-home .core-main-banner .core-main-banner__container .core-main-banner__details {
  padding: 90px 70px;
}

.ocjs-home .core-featured-cards__list .core-featured-cards__thumbnail {
  height: 200px;
}

.ocjs-home .iop-social-ads__container {
  margin: 30px 0;
}

@media (max-width: 500px) {
  .ocjs-home
.core-main-banner
.core-main-banner__container
.core-main-banner__details {
    padding: 0;
  }
}

@media (min-width: 501) and (max-width: 991px) {
  .ocjs-home
.core-main-banner
.core-main-banner__container
.core-main-banner__details {
    padding: 40px;
  }
}

.ocjs-home
.odx-section-resources-cards-list__wrapper
.core-carousel__header-container
h2 {
  padding-top: 20px;
}

.odx-carousel-cards__list {
  padding-bottom: 15px;
}

/******* END: Home *******/
/* ======= START: About Us ======= */
body
.content-body
.ocjs-intro-text-more-info
.odx-get-in-touch.margin-bottom-sm.margin-top-sm {
  margin-top: 0px;
}

/* ======= END: About Us ======= */
/* 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 */
@media (max-width: 767px) {
  body,
  html {
    max-width: 100vw;
    overflow-x: clip;
  }
}

/* START: Header */
#aw-main-wrapper .navigation {
  background-color: #ffffff;
}

@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;
  }
}

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

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

.navigation #aw-header-navigation {
  padding: 0 10px;
}

.navigation #aw-header-navigation ul li a {
  border-bottom: 6px solid transparent;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1.25em;
  color: #000000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 12px;
  }
}

.navigation #aw-header-navigation ul li a:hover {
  color: #000000;
  border-bottom: 6px solid #c12637 !important;
}

.navigation #aw-header-navigation ul li .odx-page-description {
  display: none;
}

.navigation #aw-header-navigation ul li.current a {
  border-bottom: 6px solid #c12637;
  color: #c12637;
}

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

.iop-utility-toolbar__item-icon {
  color: #082646 !important;
}

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

.iop-searchbox__button--search {
  background-color: #082646;
}

.iop_mobile-menu__nav ul li.current a {
  color: #c12637 !important;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .dps-switcher__btn {
    padding: 7px 5px;
  }
}

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

.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: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}

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

.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%;
  }
}

@media (min-width: 768px) {
  .dropdown-menu__items {
    gap: 1rem;
    height: 500px;
  }
  .dps-switcher .dropdown-item {
    height: 110px;
  }
}

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

body .content-body a:hover,
body .content-body a:active,
body .content-body a:focus {
  color: #0e3f75;
}

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

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

.odx-get-in-touch .odx-get-in-touch__body a.btn.btn-primary.btn-block {
  background-color: #082646;
  border-color: #082646;
  border-radius: 40px;
}

/* 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: #c12637;
  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: . */
/* START: Titles */
body .content-body .odx-content__title {
  color: #082646;
  font-size: 40px;
}

body .content-body h1 {
  color: #282828;
}

body .content-body .search-results a h3.ohio-card-content-header {
  color: #082646;
  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 !important;
  }
}

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: #082646;
}

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: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 40px;
  color: #082646 !important;
}

body .content-body .core-spotlight__container--2col .core-spotlight__info .core-spotlight__button:hover {
  background-color: #c12637 !important;
  border: 2px solid #c12637;
  border-radius: 40px;
  color: #ffffff !important;
}

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

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

.core-spotlight__info .core-spotlight__button {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 40px;
  color: #082646 !important;
}

.core-spotlight__info .core-spotlight__button:hover {
  background-color: #c12637 !important;
  border: 2px solid #c12637;
  border-radius: 40px;
  color: #ffffff !important;
}

.core-spotlight__info .core-spotlight__button,
.core-spotlight__info .core-spotlight__button:visited {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 40px;
  color: #082646 !important;
}

.core-spotlight__info .core-spotlight__button:active,
.core-spotlight__info .core-spotlight__button:hover,
.core-spotlight__info .core-spotlight__button:focus {
  background-color: #c12637 !important;
  border: 2px solid #c12637;
  border-radius: 40px;
  color: #ffffff !important;
}

/* END: Spotlight */
/* START: Spotlight (Small) */
body
.content-body
.ocjs-spotlight-sidebar-container
> .core-spotlight__container {
  min-height: auto;
  flex-direction: column;
}

@media (max-width: 767px) {
  body
.content-body
.ocjs-spotlight-sidebar-container
> .core-spotlight__container {
    margin-top: 21px;
  }
}

body
.content-body
.ocjs-spotlight-sidebar-container
> .core-spotlight__container .core-spotlight__thumbnail {
  display: none;
}

body
.content-body
.ocjs-spotlight-sidebar-container
> .core-spotlight__container .core-spotlight__info {
  height: auto;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #d8d8d8;
}

body
.content-body
.ocjs-spotlight-sidebar-container
> .core-spotlight__container .core-spotlight__title {
  font-size: 24px;
  line-height: 1.25em;
  padding: 0;
  color: #0e3f75;
}

body
.content-body
.ocjs-spotlight-sidebar-container
> .core-spotlight__container .core-spotlight__summary {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
  color: #4a4a4a;
}

body
.content-body
.ocjs-spotlight-sidebar-container
> .core-spotlight__container .core-spotlight__button {
  width: 100%;
  color: white !important;
  background-color: #c12637;
}

/* END: Spotlight (Small) */
/* START: SPOTLIGHT SIDEBAR WITH IMAGE */
body
.content-body
.ocjs-spotlight-sidebar-show-image
.ocjs-spotlight-sidebar-container
> .core-spotlight__container .core-spotlight__thumbnail {
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

body
.content-body
.ocjs-spotlight-sidebar-show-image
.ocjs-spotlight-sidebar-container
> .core-spotlight__container .core-spotlight__info {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* END: SPOTLIGHT SIDEBAR WITH IMAGE */
/* START: Spotlight (oibrs) */
body .content-body .ocjs-spotlight--oibrs .core-spotlight__container {
  min-height: 300px;
  flex-direction: row;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

body .content-body .ocjs-spotlight--oibrs .core-spotlight__container--full-width .core-spotlight__title {
  font-size: 24px;
  color: #0e3f75;
  line-height: 32px;
}

body .content-body .ocjs-spotlight--oibrs .core-spotlight__header {
  display: block;
}

body .content-body .ocjs-spotlight--oibrs .core-spotlight__info {
  background: #ffffff;
  border-radius: 8px;
}

body .content-body .ocjs-spotlight--oibrs .core-spotlight__summary {
  font-size: 18px;
  color: #000000;
  line-height: 27px;
}

/* END: Spotlight (oibrs) */
/* START: Featured Cards */
.core-featured-cards.core-featured-cards__container {
  background: #e6e9ef;
}

.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 {
  margin-bottom: 0px;
  max-height: 45px;
  line-height: 1.15em;
  color: #082646;
}

.core-featured-cards__list .core-featured-cards__summary {
  margin-bottom: 0;
  margin-top: 5px;
  height: auto;
  max-height: 40px;
  color: #282828;
}

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

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

.core-featured-cards__list .core-featured-cards__icon {
  height: 144px;
  border-radius: 8px 8px 0 0;
}

.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: #e6e9ef;
  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;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px 20px 10px;
}

.content-body .ocjs-feature-cards-wrapper .padding-top-md {
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

.odx-leader-card.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;
}

@media (max-width: 576px) {
  .odx-content__leader-image-container {
    margin: auto;
  }
}

.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: #082646;
}

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

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

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

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

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

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

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

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

.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;
  margin-top: 0;
  color: #282828 !important;
}

.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,
.odx-section-resources-cards-list__wrapper .core-more-button:hover a.odx-view-more {
  background-color: #c12637;
  border-color: #c12637;
  font-weight: bold;
  color: #ffffff;
}

.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: unset;
  color: #0e3f75;
  word-break: break-word;
}

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

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: #c12637;
}

@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: 50px;
  }
}

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

@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 #c12637;
  }
}

@media (min-width: 992px) {
  .odx-icon-wrapper {
    height: auto;
    max-height: 100px;
    margin-bottom: 10px;
  }
}

.odx-icon-wrapper .odx-navigation__icon {
  object-fit: contain;
}

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

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

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

.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: #082646;
}

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

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

.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: #ffffff;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  padding: 10px 10px 5px 20px;
}

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

/* END: Sidebar Containers */
/* START: SOCIAL MEDIA SIDEBAR ADS */
.iop-social-ads__link i, .iop-social-ads__link i.fab {
  color: #c12637 !important;
  font-size: 40px;
}

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

.iop-social-ads__link:hover i, .iop-social-ads__link:hover i.fab {
  color: #082646 !important;
}

body .content-body h2.iop-social-ads__title {
  font-weight: bold;
  color: #282828 !important;
}

/* END: SOCIAL MEDIA SIDEBAR ADS */
/* START: NEWS FILTER */
@media (max-width: 768px) {
  .core-events {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .core-events__footer-container.margin-bottom-md,
  .core-news__footer-container.margin-bottom-md {
    margin-top: 15px;
  }
}

.core-news .core-news__item .core-news__info {
  background-color: white;
}

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

.core-news__header-container .core-news__header-title {
  color: #000000 !important;
}

.core-news .core-news__header-container a.core-more-button,
.core-events .core-events__header-container a.core-more-button {
  color: #c12637 !important;
  border: 2px solid #c12637;
  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: #0e3f75;
  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: Filter Pagination ======= */
body .content-body .iop-filter__content .pagination .page-item a {
  border-color: #082646;
  color: #082646;
}

body .content-body .iop-filter__content .pagination .page-item a:focus,
body .content-body .iop-filter__content .pagination .page-item a:hover {
  color: #c12637;
}

body .content-body .iop-filter__content .pagination .page-item.active > a,
.iop-filter__content .pagination .page-item.active > a:focus,
.iop-filter__content .pagination .page-item.active > a:hover,
.iop-filter__content .pagination .page-item.active > span,
.iop-filter__content .pagination .page-item.active > span:focus,
.iop-filter__content .pagination .page-item.active > span:hover {
  background-color: #c12637;
  border-color: #082646;
  color: #ffffff;
}

/* ======= END: Filter Pagination ======= */
/* START: EVENTS SIDEBAR */
.core-events__header-container h2.core-events__header-title {
  color: #000000;
}

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

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

.core-events__list .core-events__item-right .core-events__item-duration {
  color: #757575;
  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
.core-events__item-link:hover
.odx-events__item-left {
  opacity: 1;
}

.core-events__list
a.core-events__item-link:hover
.core-events__item-date.odx-events__item-date {
  background-color: #0e3f64;
}

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

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

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

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

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

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

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

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

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

/* END: EVENTS PT */
/* START: FILTER */
.iop-filter__first-section.js-iop-filter__first-section {
  background-color: #faf6f6;
}

.iop-filter__first-section.js-iop-filter__first-section .iop-filter__title-container .iop-filter__help-text {
  color: #000000;
}

.iop-filter__taxonomies-container .ohio-select2 label {
  color: #000000;
}

.ohio-select2
.select2
.selection
.select2-selection
.select2-selection__rendered
li.select2-selection__choice {
  background-color: #faf6f6;
  color: #c12637;
  border-color: #faf6f6;
}

.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: #082646;
  color: #ffffff;
  border-color: #082646;
  text-transform: capitalize;
}

.iop-filter__buttons-container
button.iop-filter__reset-btn.btn.js-iop-reset-button {
  border-radius: 25px;
  border-width: 2px;
  color: #082646;
  border-color: #082646;
  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: #082646;
  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: #ffffff;
}

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

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

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

.odx-content__body .twisty .sectionHeader {
  border-bottom: none;
  background: #f2f2f2;
}

.ocjs-coalitions .odx-collapsable__main-icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0px 5px -10px 0px;
}

/* ===== END: Collapsible Sections ====== */
/* START: RESOURCE PT */
.odx-content__expand-collapse .btn {
  border: 2px solid #082646;
  background-color: transparent;
  color: #082646;
  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: #ffffff;
  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: #082646 !important;
  background-color: white;
  border-color: #082646;
  border-radius: 25px;
  font-weight: 700;
  border-width: 2px;
}

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

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

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

/* END: RESOURCE PT */
/* START: DATA TABLE */
.ocjs-table .odx-content__body .dps-body-table {
  margin-bottom: 200px;
}

.ocjs-table .odx-content__body .dps-body-table tr {
  border-bottom: 1px solid #d8d8d8;
}

.ocjs-table .odx-content__body .dps-body-table thead {
  background-color: #f2f2f2;
}

.ocjs-table .odx-content__body .dps-body-table tbody tr:first-child,
.ocjs-table .odx-content__body .dps-body-table tbody tr:last-child {
  background-color: #f8f8f8;
}

@media (max-width: 815px) {
  .ocjs-table .odx-content__body {
    overflow-x: scroll;
  }
}

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

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

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: #082646;
}

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: #e6e9ef;
  border: 1px solid #e6e9ef;
  color: black;
  text-decoration: none;
  font-weight: bold;
  padding: 9px 15px 5px;
}

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

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

.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: OCJS Footer Subscribe 
===========================
*/
.iop-footer-subscribe {
  background-color: #082646;
}

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

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

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

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

/* 
===========================
END: OCJS 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: #0e3f75;
  color: white;
}

@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: underline !important;
}

@media (min-width: 1500px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    margin-left: 7%;
  }
}

@media (min-width: 991px) and (max-width: 1499px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    margin-left: 5%;
  }
}

@media (min-width: 991px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 100%;
    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;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation .odx-footer-navigation__main-item {
    min-height: 5em;
  }
}

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: #ffffff;
}

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

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: #e6e9ef;
}

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: white;
  text-decoration: none;
}

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

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

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: #082646;
  text-decoration: none;
}

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

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: #082646;
  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 .core-main-banner__details {
  background: #082646;
}

.core-main-banner .core-main-banner__container .core-main-banner__button {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 40px;
  color: #082646 !important;
}

.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: #c12637 !important;
  border: 2px solid #c12637;
  border-radius: 40px;
  color: #ffffff !important;
}

@media (max-width: 500px) {
  .ocjs-home
.core-main-banner
.core-main-banner__container
.core-main-banner__subheading {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }
  .odx-content__top-component
.core-main-banner
.core-main-banner__container
.core-main-banner__details {
    margin-bottom: 0px;
  }
  .odx-content-section
.core-main-banner
.core-main-banner__container
.core-main-banner__details {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .core-main-banner .core-main-banner__container .core-main-banner__heading {
    padding-bottom: 0;
    padding-left: 15px;
    border-left: 6px solid #c12637 !important;
  }
}

/*
===========
END: Core Main Banner
===========
*/
/*
===========
START: CORE NEWS & EVENTS
===========
*/
.core-news a.core-more-button:hover,
.core-events a.core-more-button:hover {
  background-color: #c12637 !important;
  border: 2px solid #c12637;
  border-radius: 40px;
  color: #ffffff !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;
}

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

/* ====== END: Common Questions ======= */
/* START: Maps */
.odx-locations__list-wrapper {
  background: #082646;
}

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: #c12637;
}

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

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

/* END: Maps */
/* START: Forms */
.odx-form__container .well {
  border-radius: 8px;
  border: 0px;
  box-shadow: none;
  background-color: #faf6f6;
}

.odx-form__container .btn-primary {
  background-color: #082646;
  border-color: #082646;
  color: #ffffff;
  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;
}

.formio-component-datetime .input-group input.form-control.input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* END: Forms */
/* START: External Links Ads */
.ocjs-external-links-ads .odx-ads-container .odx-ads-item {
  height: auto;
}

.ocjs-external-links-ads .odx-ads-container .odx-ads-item p.odx-ads-item__summary {
  display: none;
}

.ocjs-external-links-ads .odx-ads-container .odx-ads-item .odx-ads-item__image {
  display: none;
}

.ocjs-external-links-ads .odx-ads-container .odx-ads-item__title::after {
  content: "\f35d";
  font-family: "FontAwesome";
}

.ocjs-external-links-ads .odx-ads-container .odx-ads-item .odx-ads-item__content {
  width: 100%;
}

/* END: External Links Ads */
/* START: OCCPAB Videos & Directory */
.core-playlist__current-video-text {
  background-color: #082646;
}

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

a.ohio-odx-alpha-directory__group-item-title.js-is-column-section-item-anchor {
  color: #c12637;
}

a.js-ohio-odx-alpha-directory__alphabet-button-all.odx-alpha-directory__alphabet-button-all:hover {
  color: #ffffff;
}

/* END: OCCPAB Videos & Directory */
/* START: FVP/AHT Site Alerts */
.ocjs-hide-title .odx-content-section--landing-page-intro {
  display: none;
}

.ocjs-site-alert.odx-site-alert--notice {
  background-color: #fef2d2;
  margin-bottom: 10px;
}

.ocjs-site-alert .odx-site-alert__icon::before {
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 2em;
  color: #ffbe0e;
  padding: 0 8px;
}

.hidden {
  display: none;
}

.ocjs-site-alert
.odx-site-alert-wrapper
.odx-site-alert__view-more.ohio-button.secondary {
  color: #c12637;
  border-color: #c12637;
  margin: 0;
}

.ocjs-site-alert
.odx-site-alert-wrapper
.odx-site-alert__view-more.ohio-button.secondary:hover {
  background-color: #c12637;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .ocjs-site-alert.odx-site-alert--notice {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
  .odx-site-alert .odx-site-alert-wrapper {
    margin: 0rem 2rem;
    padding: 10px 0px;
  }
}

/* END: FVP/AHT Site Alerts */
body .content-body a {
  word-wrap: break-word;
}

.ohio-card {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  border-width: 0px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.4s;
}

/* END: ODX Common Design / Utility / Style Sheets / SCSS / Agencies / OCJS / ocjs-custom-styles.scss */
