/* START: ODX Common Design > Content > Utility > Style Sheets > SCSS > Partials > Vendors > base22-components.scss */
/*
Standard color variables available on all three color palletes:
(Please do not add any aditional colors for candidates to global components)
*/
/* START: Statistics Banner */
.statistics-banner {
  padding: 40px 5%;
}

.statistics-banner .statistics-banner__heading-title {
  font-weight: bold;
}

.statistics-banner .core-topic-ads__item {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.statistics-banner .core-topic-ads__item .core-topic-ads__thumbnail {
  background-color: #FFFFFF;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .statistics-banner .core-topic-ads__item .core-topic-ads__thumbnail {
    flex: 0 0 15vw;
    width: 15vw;
    height: 15vw;
    margin-bottom: 35px;
  }
  .statistics-banner .core-topic-ads__item .core-topic-ads__thumbnail img {
    width: 8vw;
    height: 8vw;
  }
}

body .content-body .statistics-banner {
  background-color: #700017;
}

body .content-body .statistics-banner p {
  color: #FFFFFF;
}

body .content-body .statistics-banner span {
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  body .content-body .statistics-banner .core-topic-ads__item {
    padding: 10px 0px;
    flex-direction: column;
    align-items: center;
    flex: 1 1 100%;
  }
  body .content-body .statistics-banner .core-topic-ads__content {
    padding-left: unset;
    text-align: center;
  }
  body .content-body .statistics-banner .core-topic-ads__title {
    font-size: 1.2em;
  }
}

/* END: Statistics Banner */
/* END: ODX Common Design > Content > Utility > Style Sheets > SCSS > Partials > Vendors > base22-components.scss */
/* START: ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > EPA > epa-custom-styles.scss */
/*v32 */
/* COLOR PALLETE */
.odx-content__image-container {
  margin-bottom: 20px;
}

.epa-glossary-landing .tableOfContents ul li {
  display: inline;
  margin-right: 10px;
}

.formio-choices .form-control {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.formio-component-mailSubmission {
  display: none;
}

/* form.io additions */
@media (min-width: 768px) {
  div.formio-2-column-checkboxes div.checkbox {
    display: inline-block;
    width: 40%;
  }
  div.formio-3-column-checkboxes div.checkbox {
    display: inline-block;
    width: 30%;
  }
  div.formio-4-column-checkboxes div.checkbox {
    display: inline-block;
    width: 25%;
  }
}

div.formio-field-on-left input {
  width: 100%;
}

div.formio-field-on-left div.field-wrapper.field-wrapper--reverse {
  width: fit-content;
  padding: 1em;
}

div.formio-field-on-left div.field-wrapper.field-wrapper--reverse div {
  align-items: flex-start;
  width: 80px;
  max-width: 80px;
  padding-right: 5px;
}

div.formio-field-on-left div.field-wrapper.field-wrapper--reverse label {
  width: 150px;
  max-width: 150px;
}

div.formio-field-on-left div.field-wrapper.field-wrapper--reverse label:last-of-type {
  width: 70vw;
  max-width: 70vw;
}

div.epa-formio-data-grid.formio-component-datagrid .datagrid-table,
div.epa-formio-data-grid.formio-component-datagrid .datagrid-table td,
div.epa-formio-data-grid.formio-component-datagrid .datagrid-table th {
  border: 1px solid #f2f2f2 !important;
}

.formio-component-datagrid .datagrid-table tbody tr:nth-child(odd) {
  background-color: #ebf6ff;
}

.formio-component-datagrid .datagrid-table tbody tr tbody,
.formio-component-datagrid .datagrid-table tbody tr tr {
  background-color: inherit !important;
}

div.epa-formio-data-grid.formio-component-datagrid .datagrid-table div.epa-formio-data-grid.formio-component-datagrid .datagrid-table,
div.epa-formio-data-grid.formio-component-datagrid .datagrid-table div.epa-formio-data-grid.formio-component-datagrid .datagrid-table tr {
  background-color: #ffffff;
}

div.epa-formio-data-grid.formio-component-datagrid .datagrid-table div.epa-formio-data-grid.formio-component-datagrid .datagrid-table th,
div.epa-formio-data-grid.formio-component-datagrid .datagrid-table div.epa-formio-data-grid.formio-component-datagrid .datagrid-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.formio-component-datagrid .datagrid-table .fa-times-circle-o:before {
  color: #0e3f75;
}

div.epa-formio__table-2-equal-columns table td {
  width: 50%;
}

/* form.io additions */
article.odx-content td,
article.odx-content th {
  padding: 5px 5px 0;
}

body .content-body,
body .content-body .wpthemeControlBody {
  background-color: white !important;
}

div#core-social-media__twitter-feed {
  border: 1px solid #d8d8d8;
  background-color: white;
  border-radius: 5px;
}

.odx-common-questions__wrapper {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background-color: white;
}

body .content-body .odx-collapsable__title.odx-background-color-gray40 {
  background-color: white;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 0;
  padding: 20px 10px 12px 15px;
}

.odx-collapsable__container button.odx-collapsable__title:first-child {
  border-top: none;
  border-radius: 15px 15px 0 0;
}

.odx-collapsable__container button.odx-collapsable__title:nth-last-child(2) {
  border-radius: 0 0 15px 15px;
}

.odx-get-in-touch {
  background-color: white;
}

/* START: Landing pages custom CSS classes */
@media screen and (min-width: 992px) {
  .spotlight-reverse .core-spotlight__container {
    display: flex;
    flex-direction: row-reverse;
  }
  .spotlight-reverse
.core-spotlight__container--full-width
.core-spotlight__thumbnail {
    border-radius: 0px 15px 15px 0;
  }
}

.com-divisions-landing-page
.ohio-card
.ohio-card-content
.ohio-card-content-header {
  height: 55px;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.com-divisions-landing-page
.ohio-card
.ohio-card-content
.odx-division-home__summary {
  color: #757575;
}

/* END: Landing pages custom CSS classes */
/* START: Titles */
body .content-body .odx-content__title {
  color: #000000;
  font-weight: 600;
}

.core-news__header-container .core-news__header-title {
  font-weight: 600;
}

body .content-body h2,
body .content-body h1 {
  color: #000000;
  font-weight: 600;
}

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

body .content-body h2 {
  margin: 20px 0 0.25em 0;
  line-height: 1em;
}

body .content-body hr {
  margin: 0.25em 0 1em 0;
}

body .content-body h3 {
  color: #0e3f75;
  font-weight: 600;
}

body .content-body h4 {
  font-weight: 600;
}

.odx-content__info {
  border-bottom: none;
}

.odx-content-section--landing-page-intro {
  margin-top: 20px;
}

/* END: Titles */
/* START: Sidebar Containers */
.content-body .odx-more-information,
.content-body .odx-related-laws-and-forms,
.content-body .odx-external-resources,
.content-body .odx-share-this,
.odx-sidebar-card {
  background-color: white;
  box-shadow: 1px 3px 6px 0 rgba(58, 62, 72, 0.3);
}

body .content-body .odx-more-information h2,
body .content-body .odx-related-laws-and-forms h2,
body .content-body .odx-external-resources h2,
body .content-body .odx-share-this h2,
body .content-body .odx-sidebar-card h2 {
  font-size: 1.5em;
  margin: 10px 0 20px;
  color: #282828;
}

body .content-body .odx-share-this h2 {
  margin: 15px 0 10px;
  padding-left: 10px;
}

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

.odx-external-link:hover {
  box-shadow: 1px 6px 12px 0 rgba(58, 62, 72, 0.3);
}

a.odx-external-link__button.btn-block.btn.btn-primary {
  background-color: #0e3f75;
  border-color: #0e3f75;
}

/* END: Sidebar Containers */
/* START: Buttons
.btn-default,
.btn-default:hover,
.btn-default:visited,
.btn-default:active,
.btn-default:focus,
.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus{
  background-color: $color-epa-blue;
  border-color: $color-epa-blue;
  color: $color-white;
}

.btn.btn-primary, .btn.btn-default{
  padding: 10px 10px 5px;
}

body .content-body a.odx-view-more:visited,
body .content-body a.odx-view-more:hover,
body .content-body a.odx-view-more:active,
body .content-body a.odx-view-more:focus{
  font-weight: bold;
}

a.btn-primary,
a.btn-primary:visited,
a.btn-primary:hover,
a.btn-primary:active,
a.btn-default,
a.btn-default:visited,
a.btn-default:hover,
a.btn-default:active {
  color: $color-white !important;
}
END: Buttons */
/* START: Breadcrumb */
.content-body .b-breadcrumb li:first-child > a,
.content-body .b-breadcrumb li + li:before,
.content-body .b-breadcrumb a,
.content-body .b-breadcrumb a:visited,
.content-body .b-breadcrumb a:hover,
.content-body .b-breadcrumb a:active,
.content-body .b-breadcrumb a:focus {
  color: #0e3f75;
}

.b-breadcrumb li.current {
  font-weight: bold;
  color: #14499e;
}

@media screen and (max-width: 767px) {
  .medicaid-site-intro-banner__site-intro {
    padding: 0 25px;
  }
}

/* END: Breadcrumb */
/* START: Left Nav */
.odx-icon-wrapper {
  border-radius: 0;
}

.aw-left-nav__icon div.odx-navigation {
  border: none;
}

.aw-left-nav__icon .aw-left-nav__icon-text {
  font-weight: 900;
  color: #0e3f75;
}

body .content-body .aw-left-nav li.active a.left-navigation__link,
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: #0e3f75;
  border-color: #0e3f75;
}

.odx-navigation--left li.active {
  border-color: #0e3f75;
}

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

@media screen and (max-width: 991px) {
  nav.odx-navigation.odx-navigation--left::after {
    width: 5%;
  }
}

/* END: Left Nav */
/* START - left nav image */
@media screen and (min-width: 992px) {
  .aw-left-nav__icon div.odx-navigation {
    width: 100px;
    height: auto;
    border-radius: 0;
    margin: 20px 20px 20px 0;
    padding: 4px 4px 5px 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aw-left-nav {
    top: -110px;
  }
  .aw-left-nav__icon div.odx-navigation {
    padding: 0px;
    width: 50px;
    height: 50px;
    margin: 5px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-current-context .odx-content--landing-page,
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-parent-context .odx-content--landing-page {
    margin-top: 55px;
  }
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-current-context .odx-content--landing-page .aw-left-nav,
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-parent-context .odx-content--landing-page .aw-left-nav {
    top: -55px;
    left: -10px;
  }
  .aw-left-nav {
    z-index: 998;
  }
  .aw-left-nav__icon div.odx-navigation {
    width: 45px;
    height: 45px;
    margin: 2px 10px 0px;
    padding: 0px;
  }
}

.aw-left-nav__icon img.odx-icon {
  margin: 0 auto;
  border-radius: 0;
  background-size: contain;
  width: 100px;
  height: auto;
  background-position: bottom;
  bottom: 0;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .aw-left-nav__icon img.odx-icon {
    bottom: -10px;
    position: absolute;
    width: 60px;
    padding-bottom: 5px;
  }
}

/* END - left nav image */
/* ==== 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: 508 validation  ==== */
#medicaid-formio__subscribe .control-label {
  display: none;
}

body .content-body .odx-font-color-gray80 {
  color: #5c5c5c;
}

body .content-body .single-column-footer .odx_secondary-footer ul li {
  opacity: inherit;
}

body .content-body .iop-faqs-tabs__cards-faqs a.odx-view-more {
  color: #003a91;
}

/* ==== END: 508 validation  ==== */
/* START: Footer */
body .content-body .single-column-footer {
  background-color: #0e3f75;
}

body .content-body .single-column-footer .odx_primary-footer {
  background-color: #0e3f75;
}

@media (max-width: 767px) {
  body .content-body .single-column-footer .odx_primary-footer {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 991px) {
  body .content-body .single-column-footer .odx_primary-footer .mobile-margin {
    margin-top: 21px;
  }
}

body .content-body .single-column-footer .odx_primary-footer a {
  color: #0e3f75;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: none;
}

body .content-body .single-column-footer .odx_primary-footer a:hover {
  color: #0e3f75;
  text-decoration: underline;
}

body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
  margin-bottom: 42px;
  column-count: 1;
}

@media (min-width: 480px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    column-count: 2;
  }
}

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

@media (min-width: 992px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    column-count: 4;
    margin-left: 12%;
    margin-right: 5%;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    margin-left: 12%;
    margin-right: 5%;
    width: 90%;
  }
}

body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
  padding: 0 5px 10px;
}

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

@media (min-width: 768px) {
  body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
    float: none;
    width: auto;
  }
}

body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item .ohio-footer-navigation__header {
  color: #000000;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: none;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item .ohio-footer-navigation__header {
    padding: 10px 0;
  }
}

body .content-body .single-column-footer .odx_primary-footer .odx_agency-info p {
  font-size: 16px;
  color: #ffffff;
}

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

@media (min-width: 992px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    column-count: 4;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    column-count: 2;
  }
}

/* END: Footer */
/* START: Featured Cards Small */
.core-featured-cards__list .core-featured-cards__item:hover h3,
.core-featured-cards__list .core-featured-cards__item:active h3 {
  color: #0e3f75;
}

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

.core-featured-cards__list .core-featured-cards__item {
  border-width: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .core-featured-cards__list .core-featured-cards__item {
    flex: none;
    width: calc(50% - 20px);
  }
}

.core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__thumbnail {
  height: 130px;
}

.core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__content {
  padding: 10px;
}

.core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__title {
  font-size: 16px;
  max-height: 40px;
  margin: 0;
  color: #003a91;
}

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

@media (max-width: 992px) {
  .core-featured-cards-small .core-featured-cards__item {
    margin-bottom: 20px;
  }
}

/* END: Featured Cards Small */
/* START: Divisions Carousel */
.core-divisions-carousel .core-divisions-carousel__item {
  background-color: #f2f2f2;
}

.core-divisions-carousel
.core-divisions-carousel__item
.core-divisions-carousel__title {
  color: #14499e;
  font-size: 18px;
  height: 38px;
}

.core-carousel-button-left .icon,
.core-carousel-button-right .icon {
  background: #f2f2f2;
  border: 8px solid white;
}

.core-carousel-button-left .icon:hover,
.core-carousel-button-right .icon:hover {
  background: #0e3f75;
  color: white;
}

.core-divisions-carousel .core-divisions-carousel__item {
  border-radius: 0.5rem;
}

@media (min-width: 992px) {
  .odx-carousel-cards-item {
    max-height: 360px;
  }
  .ohio-card .ohio-card-content .ohio-card-content-header {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* END: Divisions Carousel */
/* START: Spotlight */
body .content-body .core-spotlight__container,
body .content-body .core-spotlight__container:hover {
  background: white;
  border-radius: 1rem;
  margin-top: 50px;
  box-shadow: 1px 3px 6px 0 rgba(58, 62, 72, 0.2);
}

.core-spotlight__info {
  background: transparent;
}

body .content-body .core-spotlight__summary {
  color: #757575;
  font-size: 20px;
  line-height: 1.5em;
}

body .content-body .core-spotlight__header-title {
  display: none;
}

body .content-body .core-spotlight__info a.core-spotlight__button {
  background-color: #0e3f75;
  color: white !important;
  padding: 12px 50px 9px;
}

.com-homepage-landing-page
.core-spotlight__container--full-width
.core-spotlight__thumbnail {
  background-size: 350px;
  background-repeat: no-repeat;
  min-height: 200px;
}

.core-spotlight__container-divisions-banner
.core-spotlight__container--2col
.core-spotlight__title,
.core-spotlight__container--full-width .core-spotlight__title {
  max-height: 115px;
  font-size: 32px;
  line-height: 1.3em;
  color: #0e3f75;
  font-weight: 600;
}

body
.content-body
.core-spotlight__container-divisions-banner
.core-spotlight__info
a.core-spotlight__button {
  padding: 7px 20px 4px;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container {
    display: flex;
    flex-direction: row-reverse;
  }
  .core-spotlight__container-divisions-banner
.core-spotlight__container--full-width
.core-spotlight__thumbnail {
    border-radius: 0px 1rem 1rem 0;
  }
}

/* END: Spotlight */
/* START: Carousel Cards */
.ohio-card {
  background: #f2f2f2;
}

.ohio-card.ohio-card--center .ohio-card-content {
  min-height: 211px;
}

.ohio-card .ohio-card-content .ohio-card-content-header {
  color: #14499e;
  font-weight: 700;
  padding-top: 5px;
}

.ohio-card .ohio-card-content p {
  max-height: 109px;
  color: #757575;
}

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

.ohio-carousel-icons___button-right div::after,
.ohio-carousel-icons___button-left div::after {
  color: #0e3f75;
}

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

.ohio-carousel-icons___button-left div:hover::after,
.ohio-carousel-icons___button-right div:hover::after {
  color: white;
}

.ohio-card {
  border-radius: 0.5rem;
}

div.odx-division-home__summary {
  height: 115px;
}

.odx-home__cards-align {
  margin-top: 1.25em;
}

/* END: Carousel Cards */
/* START: News */
.core-news__list {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background-color: white;
}

.core-news__list article {
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
}

.core-news__list article:last-child {
  padding: 15px;
  border-bottom: none;
}

.core-news__list .core-news__item:last-child {
  margin-bottom: 0;
}

.core-news__list .core-news__thumbnail {
  height: 180px;
  border-radius: 10px;
}

.core-news__list .core-news__info {
  background-color: white;
  padding: 25px 12px 10px 20px;
}

body .content-body .core-news__list .core-news__info h3.core-news__title {
  color: #14499e;
  height: 45px;
}

body .content-body .core-news__list .core-news__info p.core-news__summary {
  height: 60px;
  color: #757575;
}

.core-news__list .core-news__info .core-news__date {
  color: #757575;
}

.content-body .core-news .core-news__header-container a {
  padding: 10px 16px;
  color: #3b77a5 !important;
  background-color: white;
  border: 1px solid #d8d8d8;
}

/* END: News */
/* START: Events */
.content-body .core-events .core-events__header-container a {
  padding: 10px 16px;
  background-color: white;
  border: 1px solid #d8d8d8;
}

.core-events__list {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background-color: white;
}

.core-events__list .core-events__item {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
  margin-bottom: 0px;
}

.core-events__list .core-events__item:last-child {
  border-bottom: none;
}

.core-events__list .core-events__item-date {
  background-color: #47a01a;
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.core-events__list .core-events__item-date-day {
  font-size: 2em;
}

.core-events__item-location {
  display: none;
}

.core-events__list .core-events__item-title {
  color: #14499e;
  line-height: 1.15em;
  font-size: 18px;
  max-height: 40px;
}

.core-events__list .core-events__item-duration {
  color: #757575;
  font-size: 16px;
}

a.odx-events__item-link {
  height: 70px;
}

/* END: Events */
#aw-header-bottom-left .odx-logo-wrapper img {
  max-width: 270px;
}

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

@media (max-width: 991px) {
  #aw-header-bottom-left .odx-logo-wrapper img {
    max-width: inherit;
    height: 100px;
    max-height: 100px;
  }
}

@media (max-width: 767px) {
  #aw-header-bottom-left .odx-logo-wrapper img {
    max-width: inherit;
    height: 40px;
  }
}

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

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

.navigation #aw-header-navigation ul li a {
  padding: 45px 6px 0;
  text-transform: none;
  font-weight: 600;
  font-size: 1.15em;
}

@media (max-width: 1440px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 1.15em;
  }
}

@media (max-width: 1200px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 1em;
    padding-top: 45px;
  }
}

@media (max-width: 1024px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 0.95em;
    padding-top: 45px;
  }
}

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

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

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

@media (min-width: 992px) {
  .navigation.sticky-header #aw-header-navigation ul li a {
    padding: 33px 10px 0;
    font-size: 14px;
    font-weight: 600;
  }
}

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

.b-mega-menu {
  background-color: #0e3f75;
  box-shadow: 0 20px 52px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 140px;
  left: 0;
  width: 100vw;
  z-index: 300;
}

.b-mega-menu .b-mega-menu__section {
  padding: 20px 40px 20px 40px;
}

.b-mega-menu .b-mega-menu__section-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  margin: 0 20px 0 20px;
}

.b-mega-menu .top-menu-item-subsection {
  width: 20%;
  margin: 0 25px 0 25px;
}

.b-mega-menu ul.subsection-menu {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.b-mega-menu a.subsection-name.mega-menu-ajax-link {
  color: #ffffff;
  text-decoration: none;
}

.b-mega-menu a.subsection-name.mega-menu-ajax-link:hover {
  text-decoration: underline;
}

.b-mega-menu .subsection-header {
  font-weight: bold;
}

body .content-body ul li.subsection-menu-item {
  line-height: 1.25em;
  margin-bottom: 15px;
}

/* END: Mega Menu Desktop and Tablet */
/* START: Mega Menu Tablet Portrait and Mobile */
@media (max-width: 991px) {
  #main-nav-container {
    display: none;
  }
}

#mobile-nav-wrapper {
  display: none;
}

@media (max-width: 991px) {
  #mobile-nav-wrapper {
    display: flex;
    justify-content: space-evenly;
    bottom: 0;
    padding: 10px 0 10px 0;
    background-color: #f2f2f2;
    position: fixed;
    width: 100%;
  }
  #mobile-nav-wrapper #mobile-nav__search::before {
    content: "\f002";
  }
  #mobile-nav-wrapper #mobile-nav__help::before {
    content: "\f29c";
  }
  #mobile-nav-wrapper #mobile-nav__contact::before {
    content: "\f0e0";
  }
  #mobile-nav-wrapper #mobile-nav__search {
    border: none;
  }
  #mobile-nav-wrapper #mobile-menu::before {
    content: "\f0c9";
  }
  #mobile-nav-wrapper #mobile-menu[aria-expanded="true"]::before {
    content: "\f00d";
  }
  #mobile-nav-wrapper #mobile-menu[aria-expanded="true"] + #mega-nav {
    bottom: 70px;
  }
  #mobile-nav-wrapper #mobile-menu[aria-expanded="true"] .mobile-menu-open {
    display: block;
  }
  #mobile-nav-wrapper #mobile-menu[aria-expanded="true"] .mobile-menu-closed {
    display: none;
  }
  #mobile-nav-wrapper #mobile-menu .mobile-menu-closed {
    display: block;
  }
  #mobile-nav-wrapper #mobile-menu .mobile-menu-open {
    display: none;
  }
}

#mobile-nav[aria-expanded="false"] {
  display: none;
}

.mobile-nav-menu__subsection {
  margin: 0 10px;
}

#mobile-nav {
  background-color: white;
  height: 0;
  position: fixed;
  top: 100%;
  transition: 400ms all;
  width: 100%;
  z-index: 999;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__title[aria-expanded="false"] {
  display: none;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__title {
  color: #4a4a4a;
  font-size: 1.5em;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__link[aria-expanded="false"] {
  display: none;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__link[aria-expanded="true"] {
  font-size: 1.5em;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__link[aria-expanded="true"] a {
  text-decoration: none;
  color: #4a4a4a;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__top-section[aria-expanded="true"],
#mobile-nav #mobile-nav-menu .mobile-nav-menu__sub-section[aria-expanded="true"] {
  padding: 1em 2em 1em 2.7em;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-flow: row nowrap;
  line-height: normal;
  border-color: #d8d8d8;
  margin: 0 20px;
  padding: 20px 0 20px 10px;
  font-size: 1.25em;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__top-section[aria-expanded="true"]::after {
  align-items: center;
  color: #4a4a4a;
  content: "\f105";
  display: flex;
  font-family: FontAwesome;
  font-size: 22px;
  height: 38px;
  flex-grow: 1;
  justify-content: flex-end;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__subsection[aria-expanded="false"] {
  display: none;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__title-back[aria-expanded="true"]::before,
#mobile-nav #mobile-nav-menu .mobile-nav-menu__main-title-back[aria-expanded="true"]::before {
  align-items: center;
  content: "\f104";
  display: flex;
  font-family: FontAwesome;
  justify-content: center;
  margin: 0 10px 0px 0;
  padding: 0 0.5em 0.5em 1.2em;
  font-size: 1.4em;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__title-back[aria-expanded="true"],
#mobile-nav #mobile-nav-menu .mobile-nav-menu__main-title-back[aria-expanded="true"] {
  color: #4a4a4a;
  display: flex;
  font-size: 1.8em;
  border-bottom: 1px solid #ffffff;
}

#mobile-nav #mobile-nav-menu .mobile-nav-menu__title-back[aria-expanded="false"],
#mobile-nav #mobile-nav-menu .mobile-nav-menu__main-title-back[aria-expanded="false"] {
  display: none;
}

@media (max-width: 375px) {
  #mobile-nav #mobile-nav-menu .mobile-nav-menu {
    background-color: white;
  }
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__title {
    font-size: 18px;
  }
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__title-back[aria-expanded="true"],
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__main-title-back[aria-expanded="true"] {
    font-size: 1.25em;
    font-weight: 600;
  }
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__link[aria-expanded="true"] {
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__title {
    font-size: 0.9em;
  }
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__title-back[aria-expanded="true"],
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__main-title-back[aria-expanded="true"] {
    font-size: 1.1em;
  }
  #mobile-nav #mobile-nav-menu .mobile-nav-menu__link[aria-expanded="true"] {
    font-size: 0.9em;
  }
}

#mobile-nav .header-logo-mobile img {
  padding: 2em 1em 2em 1em;
  width: 100%;
}

#mobile-nav .header-logo-mobile span.logo-text {
  display: none;
}

#mobile-nav[aria-expanded="true"].nav-open {
  height: calc(100% - 75px);
  top: 0;
}

#mobile-menu,
#mobile-nav__contact,
#mobile-nav__search,
#mobile-nav__help {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  background-color: #f2f2f2;
  color: #4a4a4a;
  cursor: pointer;
}

#mobile-menu::before,
#mobile-nav__contact::before,
#mobile-nav__search::before,
#mobile-nav__help::before {
  font-family: FontAwesome;
  font-size: 20px;
  color: #4a4a4a;
}

#mobile-menu span,
#mobile-nav__contact span,
#mobile-nav__search span,
#mobile-nav__help span {
  font-size: 14px;
}

#mobile-nav-search-wrapper[aria-expanded="false"] {
  display: none;
}

#mobile-nav-search-wrapper[aria-expanded="true"] #nav-search-bar {
  width: 92vw;
  display: block;
  position: fixed;
  bottom: 7px;
  left: 4vw;
  transition: width 400ms;
}

#mobile-nav-search-wrapper[aria-expanded="true"] .multi-input {
  border-radius: 5px;
  display: flex;
  height: 55px;
  flex-flow: row nowrap;
  overflow: hidden;
  width: 100%;
}

#mobile-nav-search-wrapper[aria-expanded="true"] button#nav-search-close {
  background: #ffffff;
  border: none;
  height: 100%;
  width: 60px;
}

#mobile-nav-search-wrapper[aria-expanded="true"] button#nav-search-close::before {
  content: "\f00d";
  color: #4a4a4a;
  font-family: "FontAwesome";
  font-size: 22px;
  position: relative;
  top: 2px;
}

#mobile-nav-search-wrapper[aria-expanded="true"] input#nav-search-input {
  border: none;
  font-size: 18px;
  height: 100%;
  width: 100%;
}

#mobile-nav-search-wrapper[aria-expanded="true"] button#nav-search-submit {
  background: #ffffff;
  border: none;
  height: 100%;
  width: 70px;
}

#mobile-nav-search-wrapper[aria-expanded="true"] button#nav-search-submit::before {
  content: "\f002";
  color: #4a4a4a;
  font-family: "FontAwesome";
  font-size: 24px;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .odx-header-bottom-right,
  #aw-header-bottom-right,
  .odx-mobile-nav__icon-button {
    display: none !important;
  }
}

/* END: Mega Menu Tablet Portrait and Mobile */
/* START: Main Actions */
.main-actions {
  background-color: #fff;
}

.main-actions .row {
  margin-top: 7px;
  margin-bottom: 7px;
}

.main-actions .row > div:last-child .wrapper {
  border-right: none;
}

.main-actions a {
  text-decoration: none !important;
}

.main-actions a .wrapper > h3,
.main-actions a .wrapper > i {
  transition: 0.4s ease all;
}

.main-actions a:hover .wrapper > h3,
.main-actions a:hover .wrapper > i {
  color: #3b77a5;
}

.main-actions .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  border-right: 1px solid #d8d8d8;
}

.main-actions .wrapper > i {
  margin-right: 21px;
  color: #4a4a4a;
}

.main-actions .wrapper h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  color: #000;
}

.main-actions .wrapper h3 i {
  font-size: 2em;
  margin-right: 14px;
}

.main-actions .wrapper h3 i.color-green {
  color: #5e8000;
}

.main-actions .wrapper h3 i.color-orange {
  color: #ed6103;
}

.main-actions .wrapper h3 i.color-red {
  color: #700016;
}

.main-actions .wrapper h3 i.color-blue {
  color: #0e3f75;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-actions .row > div:nth-child(1),
  .main-actions .row > div:nth-child(2) {
    border-bottom: 1px solid #d8d8d8;
  }
}

@media (max-width: 991px) {
  .main-actions .row > div:nth-child(2) .wrapper {
    border-right: none;
  }
  .main-actions .wrapper h3 i {
    text-align: center;
    min-width: 50px;
  }
}

@media (max-width: 767px) {
  .main-actions .wrapper {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .main-actions .wrapper h3 {
    margin-left: 21px;
  }
  .main-actions .wrapper h3 i {
    margin-right: 28px;
  }
  .main-actions .row > div:last-child .wrapper {
    border-bottom: none;
  }
}

/* END: Main Actions */
/* START: Topic Ads */
article.odx-topic-card-item {
  margin-bottom: 20px;
  background-color: white;
  height: 155px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

body .content-body a.odx-topic-card-item__container {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  height: 150px;
  text-decoration: none;
}

.odx-topic-card-item__img {
  height: 100px;
}

.odx-topic-card-item__img img {
  min-height: 100px;
}

.odx-topic-card-item__text {
  position: relative;
  bottom: unset;
  background-color: transparent;
  text-decoration: none;
  height: 50px;
}

.odx-topic-card-item .odx-topic-card-item__text h4 {
  margin: auto;
  color: #003a91;
  text-decoration: none;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  max-height: 70px;
  overflow: hidden;
}

article.odx-topic-card-item:hover {
  background-color: #edf1f6;
}

@media screen and (max-width: 991px) {
  .odx-topic-card-item__img img {
    max-height: 100px;
    margin: 0 auto;
  }
}

/* END: Topic Ads */
/* START: Sidebar Ads */
.iop-home-vertical-ads .odx-ads-item {
  height: 115px;
  border-bottom: none;
}

.iop-home-vertical-ads .odx-ads-item .odx-ads-item__image {
  height: 115px;
  width: 115px;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.iop-home-vertical-ads .odx-ads-item .odx-ads-item__content {
  padding: 12px 10px 10px;
  width: calc(100% - 115px);
  overflow: hidden;
  float: left;
  height: 100%;
}

.iop-home-vertical-ads .odx-ads-item .odx-ads-item__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
  max-height: 48px;
  width: calc(100% + 20em);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .iop-home-vertical-ads .odx-ads-item .odx-ads-item__content {
    padding: 14px;
    width: calc(100% - 115px);
  }
  .iop-home-vertical-ads .odx-ads-item .odx-ads-item__title:before {
    content: none;
  }
  .iop-home-vertical-ads .odx-ads-item .odx-ads-item__summary {
    display: none;
  }
  .iop-home-vertical-ads .odx-ads-item .odx-ads-item__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: none;
    width: 100%;
  }
  .iop-home-vertical-ads
.odx-ads-item
.odx-ads-item__content
.odx-ads-item__main {
    position: relative;
  }
}

/* END: Sidebar Ads */
/* START: Data Tables */
.dataTables_wrapper.no-footer div.dataTables_scrollBody table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
table.dataTable tbody tr {
  background-color: transparent;
}

/* END: Data Tables */
/* ==== START: Datatable with filters ==== */
table.dataTable.no-footer {
  padding-top: 0px;
}

#js-odx-content__table table .download-links {
  color: #0e3f75;
}

body .content-body .no-decoration a {
  text-decoration: none;
}

table.hover.cell-border.dataTable.no-footer {
  border-top-left-radius: 5px;
}

table.dataTable thead th:first-of-type {
  border-top-left-radius: 10px;
}

table.dataTable thead th:last-of-type {
  border-top-right-radius: 10px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #d8d8d8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

table.dataTable.cell-border tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 9px;
}

table.dataTable.cell-border tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 9px;
}

/* ==== END: Datatable with filters ==== */
/* ******** START: Generic Filter for News ******** */
.iop-filter__title-container h2 {
  color: #525051;
  font-size: 16px;
}

.iop-filter__input-filter {
  color: #121212;
}

.iop-filter__second-section {
  border-radius: 0 0 16px 16px;
}

.iop-filter__input-filter-btn, .iop-filter__input-filter-btn:hover {
  border-radius: 2rem !important;
}

@media (max-width: 767px) {
  .iop-filter__input-filter-btn, .iop-filter__input-filter-btn:hover {
    margin-bottom: 12px;
  }
}

.iop-filter__reset-btn {
  border-radius: 32px;
  border-color: #0e3f75;
  color: #0e3f75;
}

.iop-filter__taxonomies-container .ohio-select2 .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  border-color: #f0f6ff;
  background-color: #f0f6ff;
  color: #0e3f75;
}

.iop-filter__taxonomies-container .ohio-select2 .select2-container .select2-selection--multiple .select2-selection__choice__remove,
.iop-filter__taxonomies-container .ohio-select2 .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #0e3f75;
}

.iop-filter .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  height: 32px;
  margin: 5px;
  padding: 6px 12px;
  display: flex;
  flex-flow: row-reverse;
}

.iop-filter .select2-container--default .select2-selection--multiple {
  display: flex !important;
  border: 1px solid #d8d8d8;
}

.iop-filter .select2-container .select2-search--inline .select2-search__field {
  height: 42px;
  margin: 0 !important;
  padding-top: unset;
}

.iop-filter .ohio-select2 .select2-selection--multiple ul.select2-selection__rendered {
  padding: unset;
}

.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 {
  border-color: #0e3f75;
  background-color: #0e3f75;
  color: #ffffff;
}

.iop-filter__content .pagination .page-item.disabled > a,
.iop-filter__content .pagination .page-item.disabled > a:focus,
.iop-filter__content .pagination .page-item.disabled > a:hover,
.iop-filter__content .pagination .page-item.disabled span,
.iop-filter__content .pagination .page-item.disabled span:focus,
.iop-filter__content .pagination .page-item.disabled span:hover {
  color: #777777;
}

.iop-content-filter .core-news__list .core-news__info a {
  text-decoration: none;
}

.iop-content-filter .odx-events__item-left-search {
  padding-top: 0;
}

.iop-content-filter .odx-events__item-date {
  background-color: #47a01a;
}

.iop-content-filter .odx-events__item-categories {
  display: none;
}

.iop-content-filter .epa-ohio-news__container {
  background-color: #f0f6ff;
}

.iop-content-filter .odx-news__thumbnail {
  margin-bottom: 0;
}

.iop-filter__container .odx-news__info {
  padding: 0 1.5rem;
}

.datepicker .prev::after,
.datepicker .next::after {
  color: #0e3f75;
}

.datepicker-dropdown .datepicker-days {
  font-size: 0.75em;
}

/* ********* END: Generic Filter for News ********* */
/* START: Cards Bios */
.administrative-leadership .ohio-card {
  background-color: #ffffff;
}

.administrative-leadership .ohio-card--center.odx-leader-card {
  height: auto;
}

.administrative-leadership .ohio-card.ohio-card--center .ohio-card-content {
  min-height: auto;
}

.administrative-leadership .ohio-card .ohio-card-content p {
  height: 25px;
  overflow: hidden;
  font-size: 1em;
}

@media (min-width: 480px) and (max-width: 767px) {
  .administrative-leadership .odx-divisions-catalog__container .ohio-card-bg-div {
    background-size: contain !important;
  }
}

/* END: Cards Bios */
/* START Mobile Menu */
.iop_mobile-menu__nav {
  background-color: white;
}

.iop_mobile-menu__nav .odx-logo {
  padding: 20px;
}

.iop_mobile-menu__nav .odx-logo img {
  height: 50px;
}

.iop_mobile-menu__nav .iop_mobile-menu__mega-menu {
  position: static !important;
  display: block !important;
  height: auto !important;
}

/* END Mobile Menu */
/* START: Fixes for Ohio EPA Top Navigation */
#aw-header-bottom-left {
  float: none;
}

.aw-header-bottom {
  display: flex;
}

@media screen and (min-width: 992px) {
  #aw-header-bottom-left div.odx-logo-wrapper img {
    max-height: 105px;
  }
  .navigation.sticky-header #aw-header-bottom-left div.odx-logo-wrapper img {
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #aw-header-bottom-left div.odx-logo-wrapper {
    justify-content: left;
  }
  .navigation.sticky-header #aw-header-bottom-left div.odx-logo-wrapper img {
    height: 40px;
  }
}

/* END : Fixes for Ohio EPA Top Navigation */
/*OVERRIDE CALL TO ACTION COLOR */
.iop-call-to-action__container {
  justify-content: center;
}

.iop-call-to-action__container .iop-call-to-action__content {
  flex: none !important;
  margin-right: 3rem !important;
}

@media screen and (max-width: 767px) {
  .iop-call-to-action__container .iop-call-to-action__content {
    margin: 0 0 1rem 0 !important;
  }
}

.iop-call-to-action {
  background-color: #0e3f75 !important;
}

/* ===== START: FEATURE CARDS OVERRIDE STYLES ======= */
.core-featured-cards__list .core-featured-cards__thumbnail {
  height: 130px;
}

.core-featured-cards__list .core-featured-cards__content {
  padding: 20px;
  height: calc(100% - 130px);
  display: flex;
  align-items: center;
}

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

.core-featured-cards__list .core-featured-cards__title {
  margin: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex: 1;
}

.core-featured-cards__list
.core-featured-cards__item:hover
.core-featured-cards__content {
  background: #0e3f75;
}

.core-featured-cards__list .core-featured-cards__item:hover h3 {
  color: white;
}

h3.core-featured-cards__title:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
}

.core-featured-cards__list .core-featured-cards__title {
  max-height: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.content-body .core-featured-cards a {
  display: block;
  height: 100%;
}

.core-featured-cards__list .core-featured-cards__item {
  border-width: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 3px 6px 0 rgba(58, 62, 72, 0.2);
}

.core-featured-cards__list .core-featured-cards__item h3.core-featured-cards__title:after {
  color: #C12637;
}

.core-featured-cards__list .core-featured-cards__item h3.core-featured-cards__title:after:hover {
  color: #ffffff;
}

.core-divisions-carousel
.core-divisions-carousel__item
.core-divisions-carousel__title {
  font-size: 16px;
  height: auto;
  margin: 0;
}

.core-divisions-carousel
.core-divisions-carousel__item
.core-divisions-carousel__link {
  padding: 10px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .core-featured-cards__list .core-featured-cards__item {
    margin-bottom: 1.5rem;
  }
}

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

/* ===== END: FEATURE CARDS OVERRIDE STYLES ======= */
/* === START: NEWS OVERRIDE ======== */
.core-news__list {
  border: none;
  background-color: inherit;
}

.core-news__list article {
  padding: 0;
  border-bottom: none;
  background-color: #f0f6ff;
  margin-bottom: 1.5rem;
}

.core-news__list .core-news__info {
  background-color: #f0f6ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.core-news__list article:last-child {
  padding: 0;
}

body .content-body .core-news__list .core-news__info h3.core-news__title {
  height: auto;
  color: #282828;
}

body .content-body .core-news__list .core-news__info p.core-news__summary {
  height: 40px;
  color: #4a4a4a;
}

.content-body .core-news .core-news__header-container a {
  color: #C12637 !important;
  background-color: transparent;
  border: 1px solid #dfe1df;
}

.core-news__list .core-news__thumbnail {
  border-radius: 0;
}

/* ==== END: NEWS OVERRIDE ======= */
/* ==== START: EVENTS OVERRIDE ========= */
.content-body .core-events .core-events__header-container a {
  color: #C12637 !important;
  background-color: transparent;
  border: 1px solid #dfe1df;
}

.core-events__list {
  border: none;
}

.core-events__list .core-events__item {
  border-bottom: 2px solid #d8d8d8;
}

/* ==== END: EVENTS OVERRIDE ========= */
/* === START: ADS OVERRIDE ===== */
.odx-ads-container .odx-ads-item {
  background-color: #f8f8f8;
  border: none;
  margin: 0 auto 20px auto;
  border-radius: 0.5rem;
}

.odx-ads-container .odx-ads-item .odx-ads-item__title:after,
.odx-ads-container .odx-ads-item .odx-ads-item__summary:after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, #f8f8f8);
}

/* === END: ADS OVERRIDE ===== */
/* ==== START: VIDEO GALLERY OVERRIDE ====== */
.video-gallery__container {
  padding: 3rem 0 3rem 0 !important;
  position: relative;
}

.video-gallery__container:before {
  content: "";
  background: #f0f6ff;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 0;
}

.video-gallery__player,
.video-gallery__list {
  z-index: 1;
  position: relative;
}

/* ==== END: VIDEO GALLERY OVERRIDE ========= */
/* ======== START : LEFT NAV OVERRIDE ========== */
.aw-left-nav__icon .aw-left-nav__icon-text {
  padding-left: 0;
}

.odx-navigation--left li:hover,
.odx-navigation--left li:active,
.odx-navigation--left li:focus {
  color: #0e3f75;
}

body .content-body .aw-left-nav a.left-navigation__link:hover {
  color: #0e3f75 !important;
  font-weight: bold;
}

.odx-navigation--left div.item .pull-left {
  line-height: 1.4;
}

/* ======== END : LEFT NAV OVERRIDE ============ */
/* ======== START: ABOUT US SPOTLIGHT OVERRIDE ====== */
body .content-body .odx-content__top-component .core-spotlight__container,
body .content-body .odx-content__top-component .core-spotlight__container:hover,
body .content-body .core-spotlight--blue-bg .core-spotlight__container,
body .content-body .core-spotlight--blue-bg .core-spotlight__container:hover {
  box-shadow: none;
}

body .content-body .core-spotlight__info a.core-spotlight__button {
  background-color: transparent;
  color: #0e3f75 !important;
  padding: 12px 50px 9px;
  border-radius: 40px;
  border-color: #0e3f75;
}

body .theme-blue .content-body .core-spotlight__info a.core-spotlight__button:hover,
body .theme-blue .content-body .core-spotlight__info a.core-spotlight__button:focus,
body .theme-blue .content-body .core-spotlight__info a.core-spotlight__button:active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #0e3f75 !important;
}

body .theme-blue .content-body .single-column-footer .iop-call-to-action__action {
  color: white !important;
  border-color: white;
  background-color: #0e3f75;
}

body .theme-blue .content-body .single-column-footer .iop-call-to-action__action:hover {
  color: #0e3f75 !important;
  border-color: white;
  background-color: white;
}

/* ======== END: ABOUT US SPOTLIGHT OVERRIDE ====== */
/* ==== START: GET IN TOUCH OVERRIDE ===== */
.odx-get-in-touch {
  background-color: #f8f8f8;
  margin-bottom: 40px;
}

/*Wrapper to keep Get in touch component empty if there is no content*/
.epa-get-in-touch {
  display: none;
}

/* ==== END: GET IN TOUCH OVERRIDE ===== */
/* ====== START: CORE TOPICS ADS OVERRIDE =========== */
.core-topic-ads__thumbnail img {
  max-height: 100%;
  max-width: 100%;
}

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

.core-topic-ads__item {
  padding: 1.2rem;
}

body .content-body .core-topic-ads__title {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.core-topic-ads__list {
  gap: 1.5rem;
}

body .content-body h2.core-topic-ads__header {
  margin: 1.5rem 0;
}

/* ====== END: CORE TOPICS ADS OVERRIDE =========== */
/* ============= START: Datatable Filter ============= */
.epa-datatable-filter #js-table-visualization_filter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
}

.epa-datatable-filter #js-table-visualization_filter > label {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f0f6ff;
  border-radius: 10px 10px 0 0;
}

.epa-datatable-filter .select2.select2-container {
  width: 100% !important;
}

.epa-datatable-filter .select2-container--default .select2-selection--multiple {
  display: flex !important;
  border: 1px solid #d8d8d8;
}

.epa-datatable-filter .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  font-size: 1.9rem;
  margin-top: -2px;
  padding: 0 7px;
}

.epa-datatable-filter .select2-selection--multiple .select2-selection__choice__remove {
  color: #0e3f75;
  font-size: 1.5em;
  margin-top: 0.6px;
  font-weight: bold;
}

.epa-datatable-filter .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #0e3f75;
  font-size: 1.5em;
  margin-top: 0.6px;
  font-weight: bold;
}

.epa-datatable-filter .select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice {
  height: 32px;
  margin: 5px;
  padding: 6px 12px;
  display: flex;
  flex-flow: row-reverse;
}

.epa-datatable-filter .select2-container .select2-search--inline .select2-search__field {
  height: 42px;
  margin: 0 !important;
  padding-top: unset;
}

.epa-datatable-filter .dt-buttons.btn-group {
  display: none;
}

.epa-datatable-filter #js-table-visualization_filter h2 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  margin: 15px 0 10px;
  line-height: 1.5;
  font-weight: 600;
}

.epa-datatable-filter #js-table-visualization_filter input {
  margin-left: 0;
  width: calc(100% - 150px);
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px 0 0 4px;
}

.epa-datatable-filter #js-table-visualization_filter .iop-filter__input-filter-btn {
  height: 42px;
}

.epa-datatable-filter .b-dropdown-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px 0;
  text-align: left;
}

@media (max-width: 360px) {
  .epa-datatable-filter #js-table-visualization_filter input {
    min-width: 100%;
    border-radius: 4px;
  }
  .epa-datatable-filter .op-filter__input-filter-btn {
    margin-top: 12px;
    margin-left: 25%;
  }
}

/* ============= END: Datatable Filter ============= */
/* ============= START: Formio Website Feedback Form ============= */
.b-form-center-checkboxes .field-wrapper .input-group {
  width: 100%;
}

.b-form-center-checkboxes .field-wrapper .input-group .radio-inline {
  text-align: center;
}

.b-form-center-checkboxes .field-wrapper .input-group .radio-inline:nth-child(1) {
  width: 25%;
}

.b-form-center-checkboxes .field-wrapper .input-group .radio-inline:nth-child(2) {
  width: 44%;
}

.b-form-center-checkboxes .field-wrapper .input-group .radio-inline:nth-child(3) {
  width: 27%;
}

@media (min-width: 319px) and (max-width: 411px) {
  .b-form-center-checkboxes .field-wrapper .input-group {
    width: 100%;
  }
  .b-form-center-checkboxes .field-wrapper .input-group .radio-inline {
    text-align: center;
  }
  .b-form-center-checkboxes .field-wrapper .input-group .radio-inline:nth-child(1) {
    width: 13%;
  }
  .b-form-center-checkboxes .field-wrapper .input-group .radio-inline:nth-child(2) {
    width: 42%;
    padding-left: 22px;
  }
  .b-form-center-checkboxes .field-wrapper .input-group .radio-inline:nth-child(3) {
    width: 11%;
    padding-left: 13px;
  }
  .b-form-center-labels__left div[ref="html"] p strong {
    font-size: 14px;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .b-form-center-checkboxes .field-wrapper .input-group {
    width: 100%;
  }
  .b-form-center-checkboxes .field-wrapper .input-group .radio-inline:nth-child(1) {
    width: 13%;
  }
}

/* ============= END: Formio Website Feedback Form ============= */
.ohio-card .ohio-card-content .ohio-card-content-header {
  color: black;
}

.content-body .odx-more-information,
.content-body .odx-related-laws-and-forms,
.content-body .odx-external-resources,
.content-body .odx-share-this,
.odx-sidebar-card {
  background-color: #f2f2f2;
}

.aw-left-nav {
  z-index: 1;
  position: relative;
}

.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice {
  background-color: #f0f6ff;
  color: #0e3f75;
  border: none;
}

.ohio-select2 .select2-selection--multiple .select2-selection__choice__remove,
.ohio-select2
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #0e3f75;
}

.core-topic-ads__item {
  background: transparent;
}

/*.DnnModule-18747, .DnnModule-18888, .DnnModule-18887, .DnnModule-18749 {
  display: none;
}*/
p.ohio-epa__h2 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #0e3f75;
}

.odx-locations__list-wrapper {
  background: rgba(0, 70, 173, 0.85);
}

.odx-alpha-directory__alphabet-button-all:hover {
  color: white !important;
}

/* FIX FOR TABS */
.horizontalTabs .nav-tabs {
  background: #f2f2f2;
  padding: 1rem 0.2rem 0 0.2rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #d8d8d8;
  color: #282828;
  border-radius: 0.4rem 0.4rem 0 0;
  margin-left: 4px;
  margin-top: 4px;
  margin-bottom: 0;
}

.nav-tabs > li:after {
  content: "";
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  bottom: -1px;
  width: 100vw;
}

li.tab.active {
  overflow: hidden;
}

/*END FIX FOR TABS*/
.fa-times-circle-o:before {
  content: "\f057" !important;
}

.formio-component-dataGrid thead tr th:nth-child(5),
.formio-component-dataGrid [ref="datagrid-dataGrid-row"] td:nth-child(5),
.formio-component-emailSubmission {
  display: none;
}

/* ==== START: Site Alert override ==== */
.odx-site-alert .odx-site-alert-wrapper .odx-site-alert__icon {
  height: 24px;
}

.odx-site-alert .odx-site-alert-wrapper .odx-site-alert__label {
  padding: 4px 10px 0;
}

.odx-site-alert.odx-site-sitewide.odx-site-alert--emergency {
  margin-top: 3px;
}

.odx-site-alert.odx-site-sitewide.odx-site-alert--emergency .odx-site-alert__icon::before {
  font-size: 1.5em;
  font-weight: 400;
  padding: 3px 8px 0;
}

.odx-site-alert.odx-site-sitewide.odx-site-alert--emergency .odx-site-alert__view-more.ohio-button.secondary {
  padding: 5px 15px 2px;
  border-radius: 2rem;
  font-weight: 400;
}

/* ==== END: Site Alert override ==== */
.odx-events__item-search:hover .odx-events__item-title {
  color: #0e3f75;
}

#aw-header-bottom-right .odx-auth__link,
#aw-header-bottom-right .odx-help__link,
#aw-header-bottom-right .odx-search__btn {
  padding: 5px 10px 0 10px;
}

.odx-share-this__social {
  font-size: 1.5rem;
  margin-top: 12px !important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  margin-bottom: -2px !important;
}

.horizontalTabs .nav-tabs > li.active a,
.horizontalTabs .nav-tabs > li.active a:hover,
.horizontalTabs .nav-tabs > li.active a:focus {
  background-color: white;
  border: 2px solid white;
  color: #282828;
  margin-bottom: -2px;
  margin-top: 4px;
}

.odx-topic-hub-search .odx-topic-hub-search__input-container {
  padding: 20px !important;
}

.odx-topic-hub-search .odx-topic-hub-filter__topics-and-reset-wrapper {
  padding: 20px !important;
}

.content-body
.odx-topic-hub-resources__container
.odx-gov-cards__component
.odx-section-resources-card-list__results {
  margin: 40px 12px 24px 12px;
}

.odx-topic-hub-search
.odx-topic-hub-filter__topics-container
.select2-container--default
.select2-selection--multiple {
  border: 1px solid #d8d8d8;
}

.odx-topic-hub-search {
  margin-top: 0;
}

#cards-generic-wrapper .pagination > .active > a,
#cards-generic-wrapper .pagination > .active > a:focus,
#cards-generic-wrapper .pagination > .active > a:hover,
#cards-generic-wrapper .pagination > .active > span,
#cards-generic-wrapper .pagination > .active > span:focus,
#cards-generic-wrapper .pagination > .active > span:hover {
  background-color: #0e3f75;
  border-color: #0e3f75;
}

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

body .content-body .odx-content__body a:hover, body .content-body .odx-content-section a:hover {
  color: #C12637;
}

.odx-location__title,
.pdx-location__address {
  line-height: 1.5;
}

.odx-alpha-dir-locations-container {
  margin-top: 40px;
}

.ohio-odx-alpha-directory__title > h2 {
  margin-bottom: 10px !important;
}

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

ul.ohio-odx-alpha-directory__alphabet a.ohio-odx-alpha-directory__alphabet-char,
ul.ohio-odx-alpha-directory__alphabet
.ohio-odx-alpha-directory__alphabet-char.ohio-link,
ul.ohio-odx-alpha-directory__alphabet
.ohio-alert
.ohio-odx-alpha-directory__alphabet-char.alert-link,
.ohio-alert
ul.ohio-odx-alpha-directory__alphabet
.ohio-odx-alpha-directory__alphabet-char.alert-link,
ul.ohio-odx-alpha-directory__alphabet
a.ohio-odx-alpha-directory__alphabet-char:focus,
ul.ohio-odx-alpha-directory__alphabet
.ohio-odx-alpha-directory__alphabet-char.ohio-link:focus,
ul.ohio-odx-alpha-directory__alphabet
.ohio-alert
.ohio-odx-alpha-directory__alphabet-char.alert-link:focus,
.ohio-alert
ul.ohio-odx-alpha-directory__alphabet
.ohio-odx-alpha-directory__alphabet-char.alert-link:focus {
  color: #282828;
}

.ohio-odx-alpha-directory__alphabet-char:hover {
  color: #0e3f75 !important;
}

.ohio-odx-alpha-directory__search-container .ohio-search-field.form-control {
  background-color: #f2f2f2;
  border: solid 1px #d8d8d8;
  color: #282828;
}

.ohio-odx-alpha-directory__search-container button.ohio-search-btn {
  padding: 10px 10px 10px 4px;
}

.ohio-odx-alpha-directory__search-container .input-group-btn .fa {
  color: #0e3f75;
  font-size: 24px;
}

.ohio-odx-alpha-directory__group .ohio-odx-alpha-directory__group-title {
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 15px;
}

#cards-generic-wrapper {
  padding: 0 10px;
}

.odx-news__title,
.iop-news__summary {
  color: #282828;
}

span.odx-news__title.ohio-card-content-header.js-iop-item-header.iop-news__title:hover {
  color: #0e3f75;
}

.odx-header-bottom-right a:hover i,
.odx-header-bottom-right a:hover span,
.odx-search__btn:hover i,
.odx-search__btn:hover span {
  color: #0e3f75 !important;
}

.odx-more-information_information .btn-primary {
  background-color: #0e3f75;
  border-color: #0e3f75;
  border-radius: 1.5rem;
}

/* ====== START: MULTIPLE ADS BLOCK =========== */
.odx-ads-container:not(.iop-home-vertical-ads) .odx-ads-item {
  box-shadow: none;
  border: none;
  height: 130px;
}

.odx-ads-container:not(.iop-home-vertical-ads)
.odx-ads-item
.odx-ads-item__image {
  height: 110px;
  width: 110px;
  margin: 10px 0 10px 10px;
  display: block;
}

.odx-ads-container:not(.iop-home-vertical-ads)
.odx-ads-item
.odx-ads-item__content {
  width: calc(100% - 120px);
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .odx-ads-container:not(.iop-home-vertical-ads)
.odx-ads-item
.odx-ads-item__summary {
    display: block;
  }
}

.odx-ads-item__summary {
  font-size: 16px;
  padding-top: 10px;
}

.odx-ads-item .odx-ads-item__title {
  background-image: none;
}

.odx-ads-container:not(.iop-home-vertical-ads)
.odx-ads-item
.odx-ads-item__title::after {
  background-image: none;
}

/* ====== END: MULTIPLE ADS BLOCK =========== */
.core-featured-cards__list .core-featured-cards__thumbnail img {
  object-fit: cover;
}

.core-events__list .core-events__item-right {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.core-events__list .core-events__item-title {
  color: #282828;
}

.core-events__list .core-events__item-link:hover .odx-events__item-title {
  color: #0e3f75;
}

.core-news__list .core-news__item:hover .core-news__title {
  text-decoration: none;
  color: #0e3f75 !important;
}

.odx-events__item-date {
  background-color: #47a01a;
  border-radius: 0.5rem;
}

a.odx-events__item-link:hover {
  opacity: 1;
}

a.odx-events__item-link:hover .odx-events__item-title {
  color: #0e3f75;
}

.odx-events__item-title {
  color: #282828;
}

a.btn-default {
  color: #0e3f75 !important;
  text-decoration: none !important;
  border-color: #0e3f75;
}

.core-more-button {
  color: #0e3f75 !important;
}

@media (min-width: 768px) {
  .core-news__list .core-news__info .core-news__title {
    height: auto;
  }
}

.btn-primary {
  background-color: #14499e;
}

.odx-topic-hub-search .odx-topic-hub-resources__reset-btn button {
  border-radius: 2rem !important;
}

.odx-topic-hub-search
.odx-topic-hub-search__input-container
.odx-topic-hub-resources__input {
  height: 42px;
}

.odx-topic-hub-search
.odx-topic-hub-search__input-container
.odx-topic-hub-resources__button {
  height: 42px;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.btn-primary:hover {
  background-color: #14499e;
}

.ohio-card-bg-img {
  min-width: 100%;
  height: 100%;
  width: auto;
}

/* ===== START: EPAWEB-445 Videos within tables in Resources ==== */
@media screen and (max-width: 767px) {
  .epa-table-block-columns .odx-content__body table td {
    display: block;
  }
}

/* ===== END: EPAWEB-445 Videos within tables in Resources ==== */
/* START: Rebranding Effort */
.navigation #aw-header-navigation ul li a:hover {
  color: #0e3f75;
}

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

.iop-utility-toolbar__item-icon {
  color: #464846;
}

.iop-utility-toolbar__item--search:hover {
  border-color: #0e3f75;
}

.iop-utility-toolbar__item--search:hover .iop-utility-toolbar__item-icon, .iop-utility-toolbar__item--search:hover .iop-utility-toolbar__item-icon {
  color: #0e3f75;
}

.iop-utility-toolbar__item {
  color: #464846;
}

body .content-body h1 {
  font-size: 32px;
  color: #000000;
  text-decoration: #282828;
  line-height: 50px;
  text-decoration: #282828;
  font-family: "Source Sans Pro";
}

.content-body h2 {
  font-size: 32px;
  color: #000000;
  line-height: 50px;
  font-family: "Source Sans Pro";
}

.content-body .odx-events__item-date {
  color: #ffffff;
  background-color: #0e3f75;
}

.content-body .odx-events__item-date .core-events__item-date-month {
  font-size: 18px;
  text-decoration: #C12637;
  line-height: 24px;
  text-align: center;
  font-family: "Source Sans Pro";
}

.content-body .odx-events__item-date .core-events__item-date-day {
  font-size: 32px;
  text-decoration: #C12637;
  line-height: 38px;
  text-align: center;
  font-family: "Source Sans Pro";
}

.core-events__list .core-events__item-title {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: "Source Sans Pro";
}

.core-events__list .core-events__item-duration {
  font-size: 15px;
  color: #464846;
  text-decoration: #464846;
  line-height: 20px;
  font-family: "Source Sans Pro";
}

.content-body .ohio-footer-navigation a.ohio-footer-navigation__title {
  color: #000000;
}

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

#js-odx-content__body h1 span {
  color: #000000;
  font-size: 39px;
  text-decoration: black;
  line-height: 39px;
  font-family: "Source Sans Pro";
}

.b-breadcrumb__container ul li.current,
.content-body .b-breadcrumb li + li.current::before {
  color: #434343;
  font-size: 14px;
  text-decoration: #434343;
  line-height: 27px;
}

.content-body .b-breadcrumb a,
.content-body .b-breadcrumb li + li::before {
  color: #0e3f75;
  font-size: 14px;
  text-decoration: #C12637;
  line-height: 27px;
}

.content-body .b-breadcrumb li:first-child > a {
  color: #0e3f75;
  font-size: 14px;
  text-decoration: #C12637;
  line-height: 21px;
}

body .content-body a:visited,
body .content-body a {
  color: #0e3f75;
}

body .content-body a:visited span,
body .content-body a span {
  text-decoration: none;
}

.ohio-card .ohio-card-content .ohio-card-content-header {
  color: #0e3f75;
  text-decoration: #C12637;
  line-height: 21px;
  font-family: "Source Sans Pro";
}

.ohio-card .ohio-card-content p {
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  font-family: "Source Sans Pro";
}

.theme-blue .ohio-carousel-icons___button-left div,
.theme-blue .ohio-carousel-icons___button-right div,
.theme-blue .core-carousel-button-right .icon,
.theme-blue .core-carousel-button-left .icon {
  color: #C12637;
}

.theme-blue .ohio-carousel-icons___button-left div:hover,
.theme-blue .ohio-carousel-icons___button-right div:hover.active,
.theme-blue .core-carousel-button-right .icon:hover,
.theme-blue .core-carousel-button-left .icon:hover {
  background: #C12637;
  color: #ffffff;
}

body .content-body .odx-content__title {
  color: #000000;
  font-size: 39px;
  font-weight: 700;
  line-height: 39px;
  font-family: "Source Sans Pro";
}

.content-body .odx-external-link .odx-external-link__button:visited,
.content-body .odx-external-link .odx-external-link__button {
  background-color: #C12637;
  border-color: #C12637;
  box-shadow: none;
}

.content-body .odx-external-link .odx-external-link__button span {
  text-transform: none;
  font-size: 18px;
  text-decoration: white;
  line-height: 24px;
  color: #ffffff;
}

.content-body .odx-external-link .odx-external-link__button span i {
  margin-left: 0.625rem;
}

.odx-external-link .odx-external-link__title {
  font-size: 16px;
  color: #ffffff;
  text-decoration: white;
  line-height: 24px;
  text-align: center;
}

.content-body .odx-more-information {
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #d1d8e4;
  padding: 24px;
}

.content-body .odx-more-information h2.margin-bottom-sm {
  margin-bottom: 0;
}

.content-body .odx-more-information h2.margin-top-xs {
  margin-top: 0;
}

.content-body .odx-more-information h2 span {
  font-size: 24px;
  color: #000000;
  line-height: 27px;
  font-family: "Source Sans Pro";
}

.content-body .odx-more-information .odx-more-information_information .btn.btn-primary {
  background-color: #C12637;
  border-color: #C12637;
  padding: 10px 30px;
}

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

.core-template .core-more-button, .core-template .core-more-button:hover {
  color: #C12637 !important;
  border: 1px solid #d1d8e4;
  background-color: transparent;
  padding: 12px 0;
}

.content-body .odx-more-information .odx-more-information_information .btn.btn-primary span {
  color: #ffffff;
  font-size: 18px;
  text-decoration: white;
  line-height: 30px;
  text-align: center;
}

.aw-left-nav__icon .aw-left-nav__icon-text {
  color: #0e3f75;
  font-weight: 600;
  font-size: 24px;
  font-family: "Source Sans Pro";
}

.content-body .odx-navigation--left li.active a.left-navigation__link,
.content-body .odx-navigation--left li.active a.left-navigation__link:hover,
.content-body .odx-navigation--left li.active a.left-navigation__link:focus,
.content-body .odx-navigation--left li.active a.left-navigation__link:visited {
  color: #0e3f75;
}

.content-body .odx-navigation--left li.active {
  border-left: 4px solid #C12637;
}

body .content-body .single-column-footer .odx_primary-footer {
  background-color: #ffffff;
}

body .content-body .single-column-footer .odx_primary-footer .odx_agency-info p {
  color: #464846;
}

body .content-body .aw-page-body, body .content-body .aw-page-body {
  background-color: #ffffff;
}

.odx_secondary-footer__social i {
  font-size: 1.5rem;
}

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

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

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

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

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

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

.theme-blue .video-player__item .video-player__duration {
  background-color: transparent;
}

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

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

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

/* END: Video Component */
.theme-blue .core-news__list .core-news__info {
  background-color: #f7f7f7;
}

body .theme-blue .content-body a.odx-view-more,
body .theme-blue .content-body a.odx-view-more:visited,
body .theme-blue .content-body a.odx-view-more:hover,
body .theme-blue .content-body a.odx-view-more:active,
body .theme-blue .content-body a.odx-view-more:focus {
  font-weight: normal;
}

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

/* Spotlight container rebrand*/
body .theme-blue .content-body .core-spotlight__container, body .theme-blue .content-body .core-spotlight__container:hover {
  border: 1px solid #d1d8e4;
  box-shadow: unset;
}

body .theme-blue .content-body .core-spotlight--blue-bg .core-spotlight__container, body .theme-blue .content-body .core-spotlight--blue-bg .core-spotlight__container:hover {
  border: 0px;
  box-shadow: unset;
}

body .theme-blue .content-body .core-spotlight__info {
  background-color: #0e3f75;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

body .theme-blue .content-body .core-spotlight__container-divisions-banner .core-spotlight__container--2col .core-spotlight__title, body .theme-blue .content-body .core-spotlight__container--full-width .core-spotlight__title {
  color: #ffffff;
}

body .theme-blue .content-body .core-spotlight__summary {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

body .theme-blue .content-body .core-spotlight__info a.core-spotlight__button {
  color: #ffffff !important;
  border-color: #ffffff;
  background-color: #0e3f75;
}

.core-spotlight__container--full-width .core-spotlight__thumbnail {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/* Slider override */
@media (min-width: 1200px) {
  body .theme-blue .content-body .core-slider {
    width: 1140px;
    max-width: unset;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1500px) {
  body .theme-blue .content-body .core-slider {
    width: 1440px;
    max-width: unset;
    margin-right: auto;
    margin-left: auto;
  }
}

body .theme-blue .content-body .core-slider {
  padding-top: 50px;
}

body .theme-blue .content-body .core-slider .core-slider__info {
  background-color: #f7f7f7;
}

body .theme-blue .content-body .core-slider .core-slider__button-previous-slide, body .theme-blue .content-body .core-slider .core-slider__button-next-slide {
  color: #0e3f75;
}

body .theme-blue .content-body .core-slider article.core-slider__item {
  background-color: #f7f7f7;
  border-radius: 12px;
  max-height: 325px;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info {
  padding: 0 60px;
  margin-top: 0;
  justify-content: center;
  flex-basis: 50%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info h3.core-slider__title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 2em;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info p.core-slider__summary {
  font-size: 1em;
  margin-bottom: 30px;
  font-weight: 400;
  color: #464846;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info a.core-slider__link {
  border-radius: 24px;
  height: 50px;
  width: 180px;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border: 2px solid #0e3f75;
  transition: background-color ease-in 0.3s;
  transition: border-color ease-in 0.3s;
  color: #0e3f75 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info a.core-slider__link {
    margin-top: 0;
    line-height: 140%;
    align-self: center;
  }
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info a.core-slider__link:hover {
  background-color: #0e3f75;
  border-color: #0e3f75;
  color: #ffffff !important;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info a.core-slider__link:hover span {
  color: #ffffff !important;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info a.core-slider__link span {
  color: #0e3f75 !important;
  transition: color ease-in 0.3s;
  font-size: 18px;
}

@media (max-width: 768px) {
  body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__info {
    padding: 40px;
    margin-top: unset;
  }
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__image-wrapper {
  max-height: 325px;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__image-wrapper .core-slider__image {
  border-top-right-radius: 12px;
}

@media (max-width: 768px) {
  body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__image-wrapper .core-slider__image {
    border-top-left-radius: 12px;
  }
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__image-wrapper .core-slider__button-previous-slide,
body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__image-wrapper .core-slider__button-next-slide {
  color: #0e3f75;
}

body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__image-wrapper .core-slider__button-previous-slide:hover,
body .theme-blue .content-body .core-slider article.core-slider__item .core-slider__image-wrapper .core-slider__button-next-slide:hover {
  border: 1px solid #0e3f75;
}

@media (max-width: 768px) {
  body .theme-blue .content-body .core-slider article.core-slider__item {
    max-height: unset;
  }
}

/* Resource detail view fixes */
body .theme-blue .content-body .story .twisty .sectionHeader h3 {
  font-size: 1em;
  color: #000000;
}

body .theme-blue .content-body .story .twisty .sectionHeader h3::before {
  color: #464846;
}

body .theme-blue .content-body .secondLevelSection [class*="sectionHeader"].opened, body .theme-blue .content-body .secondLevelSection [class*="sectionHeader"].closed {
  border-bottom: 0px;
}

body .theme-blue .content-body .ohio-button,
body .theme-blue .content-body .ohio-login-dialogue-create-btn,
body .theme-blue .content-body .ohio-login-dialogue-existing-btn,
body .theme-blue .content-body .ohio-upload-multiple-label,
body .theme-blue .content-body .ohio-vector-map-zoom-btn {
  background-color: #0e3f75;
}

body .theme-blue .content-body .ohio-button:hover,
body .theme-blue .content-body .ohio-login-dialogue-create-btn:hover,
body .theme-blue .content-body .ohio-login-dialogue-existing-btn:hover,
body .theme-blue .content-body .ohio-upload-multiple-label:hover,
body .theme-blue .content-body .ohio-vector-map-zoom-btn:hover {
  background-color: #0e3f75;
}

/* END: Rebranding Effort */
/* ===== START: ODX Full Banner ===== */
.odx-full-banner__details {
  background-color: #0e3f75 !important;
}

.content-body .odx-full-banner__button {
  background-color: #0e3f75;
  border: 1px solid #ffffff;
}

.content-body .odx-full-banner__button:hover {
  background-color: #ffffff;
  color: #0e3f75 !important;
}

.content-body .slick-dots li button {
  opacity: 0.4;
}

.content-body .slick-dots li button:before {
  background-color: #0e3f75;
  border-color: #0e3f75;
}

/* ===== END: ODX Full Banner ===== */
/* ===== START: TOP SERVICES ===== */
@media (min-width: 991px) {
  .epa-top-services__colored-background .core-featured-cards__thumbnail {
    height: 100px;
  }
}

@media (min-width: 991px) {
  .epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__item {
    height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__item {
    flex: none;
    width: 31%;
  }
}

@media (max-width: 767px) and (min-width: 570px) {
  .epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__item {
    flex: none;
    width: 45%;
    display: inline-block;
    margin: 10px;
  }
}

.epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__content {
  background-color: #0e3f75;
}

@media (min-width: 991px) {
  .epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__content {
    height: 70px;
  }
}

.epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__content h3.core-featured-cards__title {
  color: #ffffff;
}

@media (min-width: 991px) {
  .epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__content h3.core-featured-cards__title {
    height: 70px;
  }
}

.epa-top-services__colored-background .core-featured-cards__list .core-featured-cards__content h3:after {
  display: none;
}

/* ===== END: TOP SERVICES ===== */
/* ===== START: HORIZONTAL ADS ===== */
body .content-body .odx-background-color-primary-additional,
body .content-body .odx-background-color-primary-additional:before,
body .content-body .odx-background-color-primary-additional:after {
  background-color: #ebf6ff;
}

.epa-horizontal-ads .odx-ads-container:not(.iop-home-vertical-ads) .odx-ads-item .odx-ads-item__image {
  display: none;
}

.epa-horizontal-ads .odx-ads-container .odx-ads-item {
  padding: 10px;
  background-color: #ffffff;
}

.epa-horizontal-ads .odx-ads-container .odx-ads-item .odx-ads-item__title {
  color: #0e3f75;
  font-size: 1.3em;
  line-height: 1.2em;
}

.epa-horizontal-ads .odx-ads-container .odx-ads-item .odx-ads-item__summary {
  font-size: 1em;
  line-height: 1em;
  padding: 0px;
}

/* ===== END: HORIZONTAL ADS ===== */
.odx-section-resources-cards-list .odx-carousel-cards__list .slick-track {
  float: left;
}

@media (min-width: 992px) and (max-width: 1999px) {
  body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
    margin-bottom: -1px;
  }
}

/* END: ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > EPA > epa-custom-styles.scss */
