/* START - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > Medicaid > medicaid-custom-styles.scss */
/* COLOR PALLETE */
/* START Rebranding variables Dec 2023 */
/* END Rebranding variables Dec 2023 */
/*$color-primary-main: #009969 !default; */
/* Start: Mega menu variables */
/* End: Mega menu variables */
.hide-image-caption .odx-content__image-caption {
  display: none;
}

.content-body .odx-no-margin-bottom .margin-bottom-md {
  margin-bottom: 0;
}

article.odx-content td,
article.odx-content th {
  padding: 5px 5px 0;
}

/* START: Titles */
body .content-body .odx-content__title,
body .content-body h2,
body .content-body h1 {
  color: #525051;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.odx-more-information_information a.btn-primary:hover {
  background-color: #082646;
  border-color: #082646;
}

/* 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: #0e3f75;
  border-color: #0e3f75;
  color: #ffffff;
}

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

/* END: Buttons */
/* START: Structured Stories */
.horizontalTabs .nav-tabs li.tab {
  height: 40px;
  margin: 15px 0 1px 0;
}

.verticalTabs .nav-tabs li.tab {
  text-align: right;
  margin-bottom: 5px;
  padding: 10px 0;
  background-color: #f2f2f2;
}

.verticalTabs .nav-tabs li.tab.active {
  background-color: #4a4a4a;
}

.verticalTabs .nav-tabs > li.active a,
.verticalTabs .nav-tabs > li.active a:hover,
.verticalTabs .nav-tabs > li.active a:focus {
  background-color: transparent;
  border: none;
}

.verticalTabs .nav-tabs > li a,
.verticalTabs .nav-tabs > li a:hover,
.verticalTabs .nav-tabs > li a:focus {
  background: transparent;
  border: none;
}

/* END: Structured Stories */
/* START: Collapsible sections*/
.secondLevelSection [class*="sectionHeader"].opened,
.secondLevelSection [class*="sectionHeader"].closed {
  border-bottom: none;
}

/* END: Collapsible sections*/
/* 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: #525051;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .b-breadcrumb__container {
    margin-top: 0;
  }
}

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

/* END: Breadcrumb */
/* START: Footer */
body .content-body .single-column-footer .odx_primary-footer {
  position: relative;
  background-color: inherit;
}

body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
  width: 80%;
  margin: 0 10%;
}

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

@media (min-width: 1024px) and (max-width: 1289px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 90%;
    margin: 0 15%;
  }
}

@media (max-width: 1199px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 90%;
    margin: 0 5%;
  }
}

@media (max-width: 1024px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 90%;
    margin: 0 12%;
  }
}

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

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

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

@media (max-width: 768px) and (orientation: landscape) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 90%;
    margin: 0 3%;
  }
}

@media (max-width: 540px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 90%;
    margin: 0 7%;
  }
}

body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
  margin-left: 0;
  text-align: left;
  font-size: calc(15px + 4 * ((100vw - 768px) / 1536));
  color: #0e3f75;
}

@media (max-width: 768px) {
  body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
    float: initial;
    width: 100%;
    line-height: 1.25em;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
    width: 50%;
  }
}

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 {
  font-size: calc(15px + 4 * ((100vw - 768px) / 1536));
  color: #000;
}

@media (max-width: 767px) {
  body .content-body .single-column-footer .odx_secondary-footer {
    margin-top: 0;
    padding: 0;
  }
}

.odx-section-resources-cards-list__wrapper {
  margin-bottom: 10px;
}

.odx-no-margin-bottom .odx-single-ads__item.margin-bottom-sm {
  margin-bottom: 0px;
}

a.js-odx-secondary-footer__item {
  font-size: 0.8rem;
}

body .content-body button.footer-subscribe-button {
  background-color: #0e3f75;
  color: #ffffff;
  opacity: 1;
}

body .content-body .wpthemeControlBody {
  overflow: hidden;
}

body .content-body .odx-footer-navigation--cluster-list {
  padding: 2% 10% 3% 13%;
}

body .content-body .single-column-footer {
  overflow: hidden;
  background-color: transparent;
  border-top: none;
  color: white;
  position: relative;
}

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

body .content-body .footer-container .container-fluid::before {
  display: block;
  border-top-left-radius: 65%;
  border-top-right-radius: 65%;
  max-height: 340px;
  background-color: #f7f7f7;
  position: absolute;
  left: -70%;
  right: -20%;
  width: 250%;
  height: 250vw;
  bottom: 60px;
}

body .content-body .footer-container .container-fluid {
  padding-top: 40px;
}

body .content-body .odx-footer-navigation--cluster-list {
  text-align: center;
}

body .content-body .ohio-footer-navigation .odx-footer-navigation__main-item {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 10%;
  padding: 0;
}

body .content-body .odx-footer-navigation__main-item a.ohio-footer-navigation__title,
body .content-body .ohio-footer-navigation span.odx-footer-address > div {
  font-size: calc(15px + 4 * ((100vw - 768px) / 1536));
}

body .content-body .ohio-footer-navigation .odx-footer-address-wrap {
  margin-top: 15px;
  margin-bottom: 5px;
}

body .content-body .ohio-footer-navigation span.odx-footer-address a {
  color: #ffffff;
  text-decoration: none;
}

body .content-body .subscribe-wrapper {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 45px;
}

body .content-body .subscribe-wrapper .subscribe-text {
  margin-bottom: 20px;
  padding: 0 20px;
  margin-top: 20px;
}

body .content-body .subscribe-wrapper i {
  font-size: 3.5rem;
}

body .content-body .subscribe-wrapper p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

body .content-body .subscribe-wrapper p.help-block.error {
  font-size: 0.75rem !important;
}

body .content-body .subscribe-wrapper label {
  width: 100%;
  text-align: left;
}

body .content-body .subscribe-wrapper input {
  display: inline-block;
  width: 100%;
  height: 40px;
}

body .content-body .subscribe-wrapper input::placeholder {
  font-size: 0.8rem;
  color: #5c5c5c;
  font-weight: 200;
  text-align: left;
}

body .content-body .subscribe-wrapper .btn {
  margin-top: 0;
  display: inline-block;
  width: auto;
  height: 41px;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

body .content-body .subscribe-wrapper .subscribe-info .subscribe-alert {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 0;
  font-weight: 700;
}

@media (max-width: 1440px) {
  body .content-body .ohio-footer-navigation .odx-footer-navigation__main-item {
    margin-left: 0%;
  }
}

@media (max-width: 1024px) {
  body .content-body .ohio-footer-navigation .odx-footer-navigation__main-item {
    margin-left: -10%;
  }
}

@media (max-width: 991px) {
  body .content-body .footer-container .container-fluid::before {
    bottom: 105px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .content-body .footer-container .container-fluid::before {
    max-height: 425px;
  }
  body .content-body a.js-odx-secondary-footer__item {
    font-size: 0.7rem;
  }
  body .content-body .subscribe-wrapper .btn {
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  body .content-body .ohio-footer-navigation .odx-footer-navigation__main-item {
    margin-left: 0;
  }
  body .content-body .footer-container .container-fluid::before {
    max-height: initial;
    top: 0;
  }
  body .content-body .odx-footer-navigation__main-item a.ohio-footer-navigation__title {
    font-size: 14px;
  }
  body .content-body .ohio-footer-navigation .odx-footer-address-wrap div {
    margin-right: 7%;
  }
  body .content-body .odx-footer-navigation--cluster-list {
    padding: 5% 2% 0 12%;
  }
  body .content-body .single-column-footer .odx_secondary-footer {
    background-color: #0e3f75;
  }
  body .content-body li.odx-secondary-footer__default-nav a {
    font-size: 0.6rem;
  }
  body .content-body .subscribe-wrapper .btn {
    margin-top: 10px;
    display: block;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  body .content-body .subscribe-wrapper input {
    width: 100%;
  }
  body .content-body .subscribe-wrapper input::placeholder {
    text-align: center;
  }
}

@media (max-width: 425px) {
  body .content-body .subscribe-wrapper label {
    text-align: center;
  }
}

@media (max-width: 360px) {
  body .content-body .odx-footer-navigation--cluster-list {
    padding: 8% 0% 0 8%;
  }
}

/* END: Footer */
/* START: Help Bubble */
body .content-body .help-bubble {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 998;
}

body .content-body .help-bubble.active {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}

body .content-body .help-bubble.active .help-item {
  transform: translatex(0);
}

body .content-body .help-bubble__button {
  position: absolute;
  bottom: 70px;
  right: 50px;
  background: linear-gradient(45deg, #0e3f75 35%, #0e3f75 100%);
  height: 85px;
  width: 85px;
  border-radius: 50%;
  text-align: center;
  padding: 15px;
  box-shadow: -3px -16px 48px -15px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

body .content-body .help-bubble__button i {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

body .content-body .help-bubble__button span {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

body .content-body .active .help-bubble__items {
  pointer-events: auto;
}

body .content-body .help-bubble__items {
  position: absolute;
  bottom: 150px;
  right: 50px;
  text-transform: uppercase;
  pointer-events: none;
}

body .content-body .help-bubble__items a {
  color: white;
  text-decoration: none;
}

body .content-body .help-bubble__items .help-item {
  border-radius: 5px;
  background: linear-gradient(to right, #0163b0 30%, #4aa4eb 100%);
  min-width: 110px;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 2.5;
  text-align: center;
  transition: transform 1s;
  transform: translatex(150%);
}

body .content-body .help-item:nth-last-child(1) {
  transition: transform 0.15s ease-in 0.05s;
}

body .content-body .help-item:nth-last-child(2) {
  transition: transform 0.15s ease-in 0.1s;
}

body .content-body .help-item:nth-last-child(3) {
  transition: transform 0.15s ease-in 0.15s;
}

body .content-body .help-item:nth-last-child(4) {
  transition: transform 0.15s ease-in 0.2s;
}

body .content-body .help-item:nth-last-child(5) {
  transition: transform 0.15s ease-in 0.25s;
}

body .content-body .help-item:nth-last-child(6) {
  transition: transform 0.15s ease-in 0.3s;
}

body .content-body .help-item:nth-last-child(7) {
  transition: transform 0.15s ease-in 0.35s;
}

body .content-body .help-item:nth-last-child(8) {
  transition: transform 0.15s ease-in 0.4s;
}

body .content-body .help-item:nth-last-child(9) {
  transition: transform 0.15s ease-in 0.45s;
}

body .content-body .help-item:nth-last-child(10) {
  transition: transform 0.15s ease-in 0.5s;
}

@media (max-width: 991px) {
  body .content-body .help-bubble {
    display: none;
  }
}

@media (max-width: 993px) {
  body .content-body .help-bubble__button {
    bottom: 145px;
  }
  body .content-body .help-bubble__items {
    bottom: 235px;
  }
}

/* END: Help Bubble */
/* START: Mega Menu Desktop and Tablet */
.b-mega-menu {
  background-color: #f7f7f7;
  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;
}

.b-mega-menu .b-mega-menu__bottom-line {
  border: solid;
  border-color: #0e3f75;
  border-width: 10px 0 0 0;
}

.b-section__title,
.b-secondary-page__title {
  color: #3b7aab;
  font-family: "Source Sans Pro";
}

.b-section .b-section__main-title-container {
  padding: 0 10px;
}

.b-section .b-section__title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  width: 350px;
  padding: 20px 0 10px 0;
}

.b-section .b-section__title a {
  text-decoration: none;
  color: #0e3f75;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b-section .b-section__title a:hover {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
  text-decoration: none;
}

.b-section .b-section__title a span {
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

@media (min-width: 767px) and (max-width: 991px) {
  .b-section .b-section__title a span {
    width: auto;
  }
  .b-section .b-section__title a i.fas {
    float: none;
    position: absolute;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1308px) {
  .b-section .b-section__title a span {
    width: 115px;
  }
}

.b-section .b-section__title a i.fas {
  color: #0e3f75;
  font-size: 14px;
  margin-top: 5px;
  float: right;
}

.b-section .b-section__title a span {
  width: auto;
}

.b-section .b-section__title a i.fas {
  font-size: 16px;
  float: none;
}

@media (max-width: 991px) and (min-width: 767px) {
  .b-section .b-section__title a span {
    width: 250px;
  }
}

.b-section .b-section__description {
  font-family: "Source Sans Pro";
  color: #4a4a4a;
  font-size: 15px;
  letter-spacing: 0.07px;
  line-height: 1.25em;
  border-bottom: 1px solid #979797;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.b-section .b-section__description span {
  display: inline-block;
  width: calc(100% - 5px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.b-section__secondary-pages-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.b-section__secondary-pages-list .b-secondary-page__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}

.b-section__secondary-pages-list .b-secondary-page__title a {
  text-decoration: none;
  color: #0e3f75;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b-section__secondary-pages-list .b-secondary-page__title a:hover {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
  text-decoration: none;
}

.b-section__secondary-pages-list .b-secondary-page__title a span {
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

@media (min-width: 767px) and (max-width: 991px) {
  .b-section__secondary-pages-list .b-secondary-page__title a span {
    width: auto;
  }
  .b-section__secondary-pages-list .b-secondary-page__title a i.fas {
    float: none;
    position: absolute;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1308px) {
  .b-section__secondary-pages-list .b-secondary-page__title a span {
    width: 115px;
  }
}

.b-section__secondary-pages-list .b-secondary-page__title a i.fas {
  color: #0e3f75;
  font-size: 14px;
  margin-top: 5px;
  float: right;
}

.b-section__secondary-pages-list .b-secondary-page__description {
  color: #4a4a4a;
  border-top: 1px solid #979797;
  font-family: "Source Sans Pro";
  font-size: 15px;
  padding-top: 8px;
  letter-spacing: 0.08px;
  line-height: 18px;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}

.b-mega-menu__image-section {
  max-height: 265px;
  overflow: hidden;
}

.b-mega-menu__image-section img {
  max-width: 100%;
  float: left;
}

@media (min-width: 1025px) and (max-width: 1240px) {
  .b-mega-menu__image-section {
    max-height: 270px;
  }
  .b-mega-menu__image-section img {
    max-width: 125%;
  }
}

.b-section .b-section__title a span {
  overflow: unset;
}

@media (min-width: 768px) and (max-width: 991px) {
  .b-mega-menu {
    bottom: 95px;
    top: auto;
    border-top: 7px solid #3d7aa9;
  }
  .b-mega-menu .b-mega-menu__section {
    padding: 0 20px 20px;
  }
  .b-section .b-section__description {
    padding-bottom: 10px;
  }
  .b-section__secondary-pages-list {
    margin-bottom: 0;
  }
  .content-body .b-mega-menu__section .b-section .componentContainer {
    margin-bottom: 0;
  }
  .b-section__secondary-pages-list .b-secondary-page__title {
    font-size: 16px;
    line-height: 18px;
  }
  .b-section__secondary-pages-list .b-secondary-page__description {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .b-section__secondary-pages-list .b-secondary-page__title a i.fas {
    margin-top: 2px;
  }
}

/* END: Mega Menu Desktop and Tablet */
/* START: Mega Menu Smartphone */
.b-mega-menu-mobile {
  background-color: #f7f7f7;
}

.b-mega-menu-mobile .b-mega-menu-mobile__bottom-line {
  border: solid;
  border-color: #0e3f75;
  border-width: 10px 0 0 0;
}

.js-shadow-box {
  box-shadow: 0 20px 52px 0 rgba(0, 0, 0, 0.5);
}

.b-mega-menu-mobile__section {
  background-color: #0971bd;
}

.b-mega-menu-mobile__section .b-section__title {
  padding-top: 12px;
}

.b-mega-menu-mobile__section .b-section__title button {
  width: 100%;
  color: white;
  background-color: #0971bd;
  border: none;
}

.b-mega-menu-mobile__section .b-section__title button:focus {
  border: none;
  outline: 0;
}

.b-mega-menu-mobile__section .b-section__title button span {
  float: left;
}

.b-mega-menu-mobile__section .b-section__title .fas {
  margin-top: 5px;
  float: right;
  color: white;
}

.b-mega-menu-mobile__secondary-pages {
  background-color: #f7f7f7;
  padding-bottom: 10px;
}

.b-mega-menu-mobile__secondary-pages ul {
  list-style: none;
  padding: 0;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page .b-secondary-page__title {
  color: #3b7aab;
  font-weight: 600;
  line-height: 18px;
  max-height: 22px;
  overflow: hidden;
  padding-top: 5px;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page .fas {
  color: #3b7aab;
  float: right;
  margin-top: 50%;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page .b-secondary-page__description {
  color: #4a4a4a;
  line-height: 18px;
  max-height: 22px;
  overflow: hidden;
  padding-top: 5px;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page a {
  text-decoration: none;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page a:hover {
  text-decoration: none;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page hr {
  border-bottom: 0.5px solid #4a4a4a;
  margin-bottom: unset;
}

.b-mega-menu-mobile__secondary-pages .b-secondary-page__bottom-line {
  border-bottom: 0.75px solid gray;
}

.b-mega-menu-mobile__secondary-pages li:last-child .b-secondary-page__bottom-line {
  border: none;
}

.b-mega-menu-mobile__secondary-pages li:not(:last-child) .b-secondary-page__description {
  margin-bottom: 15px;
}

/* END: Mega Menu Smartphone */
/* 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: bold;
  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: #c12637;
}

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

/* END: Left Nav */
/* START: Paginator */
.content-body span.odx-pagination.current.inactive,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #c12637;
  border-color: #c12637;
}

.odx-events__search-pagination li a {
  width: 50px;
  border-radius: 20px;
  margin: 0 5px;
  text-align: center;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.odx-events__search-pagination li:first-child a {
  border-radius: 20px;
}

/* END: Paginator */
/* START: Events */
.odx-events__search-input {
  border-color: #3d7aa9;
}

.odx-events__item-date {
  background-color: #3d7aa9;
}

.odx-events__item-duration {
  margin-top: 5px;
}

.odx-events__item-categories {
  display: none;
}

.odx-events__item-left-search {
  padding-top: 0px;
}

/* END: Events */
/* START: Translations */
@media screen and (max-width: 767px) {
  #aw-main-wrapper div.header {
    display: block;
  }
}

/* END: Translations */
/* START: Header */
#aw-main-wrapper .navigation {
  background: white;
}

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

.navigation #aw-header-navigation ul {
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation #aw-header-navigation ul li {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .navigation #aw-header-navigation ul li {
    position: relative;
  }
}

.navigation #aw-header-navigation ul li a {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  color: #464846;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 0.85em;
  }
}

.navigation #aw-header-navigation ul li a:hover, .navigation #aw-header-navigation ul li a:focus, .navigation #aw-header-navigation ul li a:active {
  color: #0e3f75;
  border-bottom: 5px solid #c12637;
}

@media (min-width: 1200px) {
  .navigation #aw-header-navigation ul li .odx-page-description {
    font-size: 1.25em;
    line-height: 1.15em;
  }
}

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

.navigation.sticky-header #aw-header-navigation ul li a {
  padding: 0;
}

.navigation.sticky-header #aw-header-navigation ul li .odx-page-description {
  font-size: 1.15em;
}

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

@media (min-width: 768px) and (max-width: 1200px) {
  #aw-header-bottom-right {
    background-color: #3d7aa9;
  }
}

#aw-header-bottom-right .fa, #aw-header-bottom-right .far {
  color: white;
}

.odx-header-bottom-right {
  background-color: white;
}

@media screen and (max-width: 991px) {
  .odx-header-bottom-right {
    padding: 28px 25px 0;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .odx-header-bottom-right {
    left: 0px;
    font-size: 0.75em;
  }
}

.sticky-header .odx-header-bottom-right {
  padding: 5px 30px 0px 0px;
}

@media screen and (max-width: 991px) {
  .sticky-header .odx-header-bottom-right {
    padding: 5px 20px 0px 20px;
  }
}

@media (min-width: 992px) {
  .sticky-header .odx-header-bottom-right {
    padding: 15px 20px 10px;
    font-size: 0.75em;
  }
}

#aw-header-bottom-right a {
  height: inherit;
  text-decoration: none;
}

#aw-header-bottom-right .icon-description {
  color: white;
}

/* END: Header */
@media screen and (max-width: 767px) {
  .odx-ads-container .odx-ads-item--full-width-image:last-child {
    margin-bottom: 15px;
  }
}

/* START: Top Banner */
.iop-top-banner-tiles__container {
  display: block;
}

.iop-top-banner-tiles__img {
  width: 100%;
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.iop-top-banner-tiles__container .iop-top-banner-tiles__img .container {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  position: relative;
}

.iop-top-banner-tiles_text {
  width: 100%;
  margin: 0 40px 0 0;
}

.iop-top-banner-tiles_text h1.iop-top-banner-tiles__title {
  color: #000000;
}

#iop-top-banner-tiles__intro {
  color: #4a4a4a;
}

#iop-top-banner-tiles__intro {
  font-weight: 500;
  font-size: 24px;
  max-height: 335px;
  overflow: hidden;
}

.iop-top-banner__dark
.iop-top-banner-tiles_text
h1.iop-top-banner-tiles__title {
  color: #373737;
}

.iop-top-banner__dark #iop-top-banner-tiles__intro {
  color: #373737;
}

.iop-top-banner-tiles__ads-container {
  margin: 20px 30px 20px 0;
  width: 100%;
}

.iop-top-banner-tiles__ads-cards-item {
  display: flex;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  max-width: 120px;
  height: 170px;
  margin-right: 20px;
  margin-bottom: 20px;
}

body .content-body a.iop-top-banner-tiles__ads-link {
  text-decoration: none;
  color: #4a4a4a;
  line-height: 1;
  display: flex;
}

.iop-top-banner-tiles__ads-cards-title {
  text-align: center;
  max-height: 47px;
  overflow: hidden;
  font-weight: 600;
}

.iop-top-banner-tiles__ads-cards-item-container {
  width: 100%;
}

.iop-top-banner-tiles__ads-cards-img-container {
  height: 70%;
  align-items: center;
  display: block;
  justify-content: center;
  position: relative;
}

.iop-top-banner-tiles__ads-cards-img {
  max-width: 70px;
  max-height: 70%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  height: auto;
}

.iop-top-banner-tiles__ads-cards-img-bg {
  max-width: 80px;
  max-height: 70%;
}

.iop-top-banner-tiles__ads-cards-img-container {
  height: 68%;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .iop-top-banner-tiles__container .iop-top-banner-tiles__img .container {
    margin-left: 20px;
  }
  .iop-top-banner-tiles__ads-container {
    margin: 0 20px 0 20px;
    align-self: flex-end;
  }
  .iop-top-banner-tiles__title-mobile {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .iop-top-banner-tiles__ads-cards {
    max-height: 370px;
    overflow: hidden;
    padding-left: 10px;
    margin-left: 30px;
  }
  .iop-top-banner-tiles_text {
    margin: 0 auto;
    height: 120px;
    padding: 10px 30px 0;
    overflow: hidden;
  }
  body .content-body h1.iop-top-banner-tiles__title-mobile {
    display: table-cell;
    text-align: center;
    font-size: 1.85em;
    padding: 0;
    height: 105px;
    vertical-align: middle;
  }
  .iop-top-banner-tiles__container .iop-top-banner-tiles__img .container {
    background: linear-gradient(90deg, #dadde0de 27%, transparent 100%);
    margin-left: 0;
  }
  .iop-top-banner-tiles__img {
    height: 400px;
  }
  .iop-top-banner-tiles__ads-cards-item {
    height: 120px;
  }
  .iop-top-banner-tiles__ads-cards-img-container {
    height: 65%;
  }
  .iop-top-banner-tiles__ads-cards-title {
    height: 35%;
    max-height: 40px;
    font-size: 0.85em;
    padding: 0 0 5px;
    line-height: 1.05em;
  }
}

/* END: Top Banner */
/* 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;
    padding: 4px 4px 5px 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aw-left-nav {
    z-index: 998;
    top: -108px;
  }
  .aw-left-nav__icon div.odx-navigation {
    width: 45px;
    height: 45px;
    margin: 2px 10px 0px;
    padding: 0px;
  }
}

@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;
  }
  .odx-content--resource,
  .odx-content--news,
  .odx-content--event {
    margin-top: 0;
  }
  .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;
}

/* END - left nav image */
/* START: Topic Ads */
.odx-topic-card-item
.odx-topic-card-item__text
.odx-topic-card-item__text-title {
  color: white;
  text-align: center;
  margin: 0;
  padding: 12px 10px 10px;
  line-height: 1.1;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(14, 63, 117, 0.6);
}

/* END: Topic Ads */
/* START: Ads */
.b-all-width-background--primary-additional::before,
.b-all-width-background--primary-additional::after {
  background: #3d7aa9;
}

.b-all-width-background {
  margin-left: -800px;
  margin-right: -800px;
}

.b-all-width-background .odx-ads__item-link {
  padding-left: 800px;
  padding-right: 800px;
}

.b-all-width-background {
  position: relative;
}

.b-all-width-background--highlighted::after {
  background: linear-gradient(to bottom, #0163b0 20%, #4aa4eb 100%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  right: 100%;
  z-index: 0;
  content: "";
}

.b-all-width-background--highlighted::before {
  background: linear-gradient(to bottom, #0163b0 20%, #4aa4eb 100%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  left: 100%;
  content: "";
  z-index: 0;
}

.odx-ads-container .odx-ads-item .odx-ads-item__title {
  -webkit-text-size-adjust: none;
}

.odx-content__image--footer-second-row {
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .odx-ads-container .odx-ads-item .odx-ads-item__content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .odx-ads-container .odx-ads-item .odx-ads-item__summary {
    display: block;
    -webkit-text-size-adjust: none;
  }
}

.odx-ads-container .odx-ads-item.odx-ads-item-small {
  height: 120px;
}

.odx-ads-container .odx-ads-item.odx-ads-item-small .odx-ads-item__image {
  height: 120px;
  width: 120px;
}

.odx-ads-container .odx-ads-item.odx-ads-item-small .odx-ads-item__content {
  padding: 10px;
  width: calc(100% - 120px);
}

.odx-ads-container .odx-ads-item.odx-ads-item-small .odx-ads-item__summary {
  max-height: 40px;
  margin-top: 7px;
}

.odx-ads-container .odx-ads-item.odx-ads-item-small .odx-ads-item__summary:after {
  top: 1em;
}

@media (max-width: 992px) {
  .odx-ads-container .odx-ads-item.odx-ads-item-small .odx-ads-item__content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .odx-ads-container .odx-ads-item.odx-ads-item-small {
    height: auto;
  }
}

.content-body .odx-ads-with-icon__title {
  padding-right: 10px;
}

body .content-body .odx-background-color-primary-additional {
  background-color: #3d7aa9;
}

.odx-ads-container .odx-ads-item.odx-ads-item--full-width-image {
  height: auto;
  max-width: 450px;
}

.odx-ads-container .odx-ads-item--full-width-image img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 165px;
}

.odx-ads-container .odx-ads-item .odx-ads-item__link {
  text-decoration: none;
}

.odx-ads-container .odx-ads-item .odx-ads-item__content .odx-ads-item__main {
  overflow: hidden;
  height: 100%;
  user-select: none;
}

.odx-ads-container .odx-ads-item .odx-ads-item__summary {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 22px;
  width: calc(100% + 20em);
  max-height: 6em;
  position: relative;
  margin: 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .odx-ads-container .odx-ads-item .odx-ads-item__summary {
    font-size: 12px;
    font-weight: 600;
  }
}

.odx-ads-container .odx-ads-item .odx-ads-item__title:before {
  content: "";
  display: inline-block;
  width: 20em;
  height: 3em;
  float: right;
}

.odx-ads-container .odx-ads-item .odx-ads-item__summary:before {
  content: "";
  display: inline-block;
  width: 20em;
  height: 4em;
  float: right;
}

.odx-ads-container .odx-ads-item .odx-ads-item__title:after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, #fff);
  bottom: 0;
  content: "";
  position: absolute;
  right: 20em;
  top: 24px;
  width: 4rem;
}

.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%, #fff);
  bottom: 0;
  content: "";
  position: absolute;
  right: 20em;
  top: 5em;
  width: 5rem;
}

.odx-ads-container--vertical .odx-ads-item {
  height: 115px;
  border-bottom: none;
}

.odx-ads-container .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;
}

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

.odx-ads-container .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);
  color: #000000;
  position: relative;
  overflow: hidden;
}

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

/* START: Ads Block */
.odx-ads-container .odx-ads-item.odx-ads-item-block {
  height: 124px;
}

.odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__image {
  height: 122px;
  width: 122px;
}

.odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__content {
  padding: 10px;
  width: calc(100% - 122px);
}

.odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__summary {
  max-height: 40px;
  margin-top: 7px;
}

.odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__summary:after {
  top: 1em;
}

@media (max-width: 1200px) {
  .odx-ads-container .odx-ads-item.odx-ads-item-block {
    height: 102px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__image {
    height: 100px;
    width: 100px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__content {
    padding: 10px;
    width: calc(100% - 100px);
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__title {
    font-size: 15px;
    line-height: 1.35em;
    max-height: 40px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__title:after {
    top: 20px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__summary {
    font-size: 14px;
    line-height: 1.35em;
    max-height: 37px;
    margin-top: 7px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__summary:after {
    top: 1em;
  }
}

@media (max-width: 992px) {
  .odx-ads-container .odx-ads-item.odx-ads-item-block {
    height: 120px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__image {
    height: 120px;
    width: 120px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__title {
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__summary {
    font-size: 14px;
    line-height: 22px;
    max-height: 40px;
    margin-top: 7px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__content {
    padding: 10px;
    width: calc(100% - 120px);
  }
}

@media (max-width: 767px) {
  .odx-ads-container .odx-ads-item.odx-ads-item-block {
    height: 120px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__image {
    height: 120px;
    width: 120px;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__content {
    padding: 10px;
    width: calc(100% - 120px);
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__title {
    font-size: 16px;
    max-height: 42px;
    line-height: 1.35em;
    position: relative;
    top: 5px;
    display: block;
    transform: none;
  }
  .odx-ads-container .odx-ads-item.odx-ads-item-block .odx-ads-item__summary {
    display: block;
    margin-top: 10px;
  }
}

/* END: Ads Block */
/* END: Ads */
/* ==== START: Site Map ===== */
.ohio-site-map-desktop
.ohio-site-map-desktop__grid-item
.ohio-site-map-desktop__site-container
.ohio-site-map-desktop__img {
  background-size: auto;
}

/* ==== END: Site Map ===== */
/* ==== START: News Small Items ==== */
.odx-news-small__main-container .odx-ohio-news {
  height: 75px;
  min-height: unset;
  margin-bottom: 17px;
}

.odx-news-small__main-container .odx-news__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.7em;
  display: block;
}

.odx-news-small__main-container .odx-news__summary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2em;
}

.odx-ohio-news {
  margin-bottom: 15px;
}

.content-body h3.odx-news__title {
  margin: 5px 0 5px;
}

/* ==== END: News Small Items ==== */
/*=== START: links bullets ODX Body ===*/
.odx-content__body ul a {
  display: inline;
}

/*=== END: links bullets ODX Body ===*/
/*=== START: Table of Contents ===*/
@media screen and (max-width: 767px) {
  .odx-content__body .tableOfContents {
    width: 100%;
  }
}

/*=== END: Table of Contents ===*/
/* ==== 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;
  color: #000000;
}

.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: COMISIONER BIO - MEDIA PRINT **/
body .content-body .medicaid-print-biography h2 {
  margin: 0;
}

/** END: COMISIONER BIO - MEDIA PRINT **/
/** START: MEDICAID TOP BANNER STYLES **/
.medicaid-site-intro-banner {
  display: flex;
}

.medicaid-site-intro-banner__actions {
  display: flex;
}

.medicaid-site-intro-banner__action {
  margin-right: 1rem;
  padding: 0.2rem 1rem;
  text-align: center;
  min-width: 190px;
  background-color: white;
  border: 1px solid #3d7aa9;
  border-radius: 8px;
  display: block;
  text-decoration: none !important;
  color: #3d7aa9;
}

.medicaid-site-intro-banner .odx-title:before {
  content: "";
  display: block;
  position: relative;
  border: 0;
  height: 6px;
  width: 90px;
  margin-bottom: 1rem;
  background-color: #0e3f75;
}

.medicaid-site-intro-banner .b-breadcrumb__container .container,
.iop-top-banner-tiles__container .b-breadcrumb__container .container {
  padding: 0;
}

.medicaid-site-intro-banner .odx-content__title {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .medicaid-site-intro-banner .odx-content__summary {
    margin-bottom: 1rem;
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .medicaid-site-intro-banner .odx-content__summary {
    margin-bottom: 1rem;
  }
}

.medicaid-site-intro-banner__content {
  padding: 1rem 0 0;
  position: inherit;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .medicaid-site-intro-banner__content {
    padding: 1rem 0 0 10px;
  }
}

.medicaid-site-intro-banner__image-container {
  width: 100%;
  position: relative;
}

.medicaid-site-intro-banner__image {
  position: relative;
  height: 350px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  margin-bottom: 20px;
}

.medicaid-site-intro-banner__image::before {
  content: "";
  display: table;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.838) 19%, rgba(255, 255, 255, 0.741) 34%, rgba(255, 255, 255, 0.682) 47%, rgba(255, 255, 255, 0.578) 56.5%, rgba(255, 255, 255, 0.494) 65%, rgba(255, 255, 255, 0.326) 73%, rgba(255, 255, 255, 0.275) 80.2%, rgba(255, 255, 255, 0.142) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1000px;
  height: inherit;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .medicaid-site-intro-banner__image {
    width: calc(100% + 30px);
    left: -15px;
  }
  .medicaid-site-intro-banner__image::before {
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.938) 19%, rgba(255, 255, 255, 0.841) 34%, rgba(255, 255, 255, 0.782) 47%, rgba(255, 255, 255, 0.778) 56.5%, rgba(255, 255, 255, 0.694) 65%, rgba(255, 255, 255, 0.626) 73%, rgba(255, 255, 255, 0.575) 80.2%, rgba(255, 255, 255, 0.542) 86.1%, rgba(255, 255, 255, 0.421) 91%, rgba(255, 255, 255, 0.208) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
  }
}

.medicaid-site-intro-banner__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.medicaid-site-intro-banner__mask svg {
  height: 100%;
}

/** END: MEDICAID TOP BANNER STYLES **/
/* START: Carousel Cards */
.ohio-card .ohio-card-content .ohio-card-content-header {
  font-weight: 600;
  color: #525051;
  height: 60px;
}

.ohio-card {
  box-shadow: none;
  border-bottom-color: #0e3f75;
  border-bottom-width: 5px;
}

.ohio-carousel-icons___button-right div,
.ohio-carousel-icons___button-left div {
  color: #c12637;
}

@media screen and (min-width: 1200px) {
  .ohio-card-bg {
    height: 130px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ohio-card-bg {
    height: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ohio-card-bg {
    height: 150px;
  }
  .iop-filter__container .ohio-card-bg {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .ohio-card-bg {
    height: 170px;
  }
}

/* END: Carousel Cards*/
/* START: Help-Center */
.medicaid-help-center__ads-cards-item {
  display: flex;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  max-width: 220px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 1px solid rgba(150, 150, 150, 0.3);
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.45);
}

.medicaid-help-center__home-container {
  padding-left: 15%;
  height: 600px;
  padding-top: 3%;
  min-height: fit-content;
}

@media (max-width: 768px) {
  .medicaid-help-center__home-container {
    padding-left: 17%;
  }
}

@media (max-width: 425px) {
  .iop-top-banner-tiles__ads-cards-img-bg {
    max-width: 70px;
  }
  .medicaid-help-center__home-container {
    padding-left: 12%;
  }
}

@media (max-width: 375px) {
  .iop-top-banner-tiles__ads-cards-img-bg {
    max-width: 60px;
  }
  .medicaid-help-center__home-container {
    padding-left: 9%;
  }
}

@media (max-width: 320px) {
  .iop-top-banner-tiles__ads-cards-img-bg {
    max-width: 50px;
  }
  .medicaid-help-center__home-container {
    padding-left: 6%;
  }
}

#medicaid-help-center__filter {
  margin-left: 7%;
  margin-right: 7%;
}

/* END: Help-Center */
/* START: Generic Filter */
.iop-filter__first-section {
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  padding: 0 20px;
  border-radius: 3px 3px 0 0;
}

.iop-filter__title-container {
  display: inline;
}

body .content-body .iop-filter__title-container h2 {
  display: inline-block;
  font-size: 21px;
  font-style: normal;
  margin: 15px 0 10px;
  line-height: 1.5;
  font-weight: 600;
}

.iop-filter__title-container span {
  display: none;
  float: right;
  margin: 15px 0 15px;
}

.iop-filter__title-container i {
  color: #0e3f75;
}

.iop-filter__input-filter {
  border: 1px solid #d8d8d8;
  width: calc(100% - 150px);
  display: inline-block;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  outline: none;
  font-size: 12px;
  line-height: 15px;
  padding: 0 12px;
  height: 40px;
}

.iop-filter__input-filter-btn,
iop-filter__input-filter-btn:hover {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  width: 150px;
  float: right;
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0;
  border-top: 1px solid #0e3f75;
  border-bottom: 1px solid #0e3f75;
  border-right: 1px solid #0e3f75;
  border-left: 0px;
  outline: none;
  background-color: #0e3f75;
}

.iop-filter__second-section {
  border: 1px solid #d8d8d8;
  padding: 0 20px 20px;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}

.iop-filter__categories-title {
  display: inline-block;
  font-size: 21px;
  font-style: normal;
  margin: 15px 0 10px;
  line-height: 1.5;
  font-weight: 600;
}

.iop-filter__results-number-container {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}

.iop-filter__results-number {
  font-size: 14px;
  color: #5c5c5c;
}

.iop-filter__reset-btn-container {
  text-align: right;
}

.iop-filter__reset-btn {
  border: 1px solid #0e3f75;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 9px 30px 5px;
  font-weight: 600;
  background: transparent;
  color: #0e3f75;
}

.js-iop-filter-index--active {
  color: #0e3f75;
  font-weight: bold;
}

.iop-secondary-button-container {
  margin: 15px 0 10px;
}

.js-iop-image-no-results img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .iop-filter__title-container span {
    display: inline-block;
  }
  .iop-filter__input-container {
    text-align: center;
  }
  .iop-filter__input-filter {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border-right: 1px solid #d8d8d8;
  }
  .iop-filter__input-filter-btn {
    float: initial;
    border-radius: 5px;
  }
  .iop-filter__results-number-container {
    text-align: center;
  }
  .iop-filter__reset-btn-container {
    text-align: center;
  }
}

/* END: Generic Filter */
/* START: Configurable Filter */
.iop-content-filter .iop-filter__first-section,
.iop-content-filter .iop-filter__second-section {
  padding: 20px;
}

.iop-content-filter .iop-filter__input-filter {
  width: 100%;
  border-radius: 4px;
  border-right: 1px solid #d8d8d8;
}

.iop-content-filter .iop-filter__input-filter-btn,
.iop-content-filter .iop-filter__reset-btn {
  border-radius: 4px;
}

.iop-filter__taxonomies-container .ohio-select2 .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  border: 2px solid #f0f6fc;
  background-color: #f0f6fc;
  padding: 6px 0 6px 12px;
  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;
}

/* END: Configurable Filter */
/* START: Small filter cards with no Image */
.odx-carousel-cards-item-no-image p.ohio-card-content-summary {
  height: 55px;
}

.odx-carousel-cards-item-no-image
.ohio-card.ohio-card--center
.ohio-card-content {
  height: 150px;
  min-height: unset;
}

/* END: Small filter cards with no Image */
/* ==== START: FAQs Tabs Component ==== */
.iop-faqs-tabs__container {
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 0;
}

.iop-faqs-tabs__tab {
  text-transform: capitalize;
  color: #4a4a4a;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 3px 3px 0 0;
  outline: none;
  font-size: 1.15em;
  padding: 20px 0 15px;
  height: 80px;
  line-height: 1.15em;
}

.iop-faqs-tabs__tab.active {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  font-weight: bold;
  /*color: $color-secondary-main;*/
}

.iop-faqs-tabs__tab.active span i {
  color: #c12637;
}

.iop-faqs-tabs__cards-box {
  margin-left: 2px;
  border-radius: 0 0 4px 4px;
  padding: 35px 35px 20px 35px;
  background-color: #f7f7f7;
  display: none;
  position: relative;
  z-index: 3;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 6px 12px 0px rgba(216, 216, 216, 0.5);
}

.iop-faqs-tabs__cards-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 102px;
  margin-bottom: 12px;
}

.iop-faqs-tabs__card-item {
  margin-bottom: 20px;
  min-height: 85px;
  outline: none;
}

.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-anchor,
.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-anchor:hover,
.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-anchor:visited,
.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-anchor:link,
.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-anchor:active {
  display: table;
  min-height: 85px;
  width: 100%;
  height: 100%;
}

.iop-faqs-tabs__card-question {
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px #d8d8d8;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px #d8d8d8;
  padding: 12px 15px;
  height: 130px;
  overflow: hidden;
}

.content-body p.iop-faqs-tabs__card-question-title {
  margin: 0;
  font-weight: bold;
  line-height: 1.25em;
  padding: 15px 0 0;
  margin-bottom: 10px;
  font-size: 1.15em;
  max-height: 105px;
  vertical-align: middle;
  overflow: hidden;
}

.iop-faqs-tabs__card-question-link a.odx-view-more {
  font-size: 0.75em;
}

.iop-faqs-tabs__card-answer-header {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}

.iop-faqs-tabs__card-answer-header i {
  color: #3d7aa9;
}

.iop-faqs-tabs__card-answer-title {
  display: inline-block;
  max-width: 90%;
  font-weight: 600;
}

.iop-faqs-tabs__card-answer-body {
  border: 1px solid #d8d8d8;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px #d8d8d8;
}

.iop-faqs-tabs__card-question-link {
  font-size: 21px;
}

.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-answer-tag a,
.content-body
.iop-faqs-tabs__cards-box
.iop-faqs-tabs__card-answer-tag
a:visited,
.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-answer-tag a:hover,
.content-body .iop-faqs-tabs__cards-box .iop-faqs-tabs__card-answer-tag a:link,
.content-body
.iop-faqs-tabs__cards-box
.iop-faqs-tabs__card-answer-tag
a:active {
  border-radius: 5px;
  padding: 5px 15px;
  background-color: #d8d8d8;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .iop-faqs-tabs__tab {
    font-size: 14px;
    line-height: 1.15em;
    height: 70px;
  }
}

/* ==== END: FAQs Tabs Component ==== */
/* ==== START: Text Break Component ==== */
.imgResponsive {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 290px;
  background-position: center;
}

.tb-ad__container {
  padding: 50px 110px 50px 110px;
  color: #ffffff;
  background-color: #104e7e;
  max-height: 290px;
  min-height: 290px;
}

@media (max-width: 1500px) {
  .tb-ad__container {
    padding: 50px 60px 50px 60px;
  }
}

@media (max-width: 1200px) {
  .tb-ad__container {
    padding: 20px 15px 20px 15px;
  }
}

.tb-ads__item-text {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 25px;
}

@media (max-width: 414px) {
  .tb-ads__item-text {
    font-size: 19px;
  }
}

.tb-ads__item-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 414px) {
  .tb-ads__item-title {
    font-size: 27px;
  }
}

@media (max-width: 768px) {
  .tb-ads__item-button {
    width: 100%;
  }
}

.pr-0 {
  padding-right: 0;
}

@media (max-width: 700px) {
  .pr-0 {
    padding-right: 10px;
  }
}

.pl-0 {
  padding-left: 0;
}

@media (max-width: 700px) {
  .pl-0 {
    padding-left: 10px;
  }
}

/* ==== END: Text Break Component ==== */
/* ==== START: News Filter ==== */
.medicaid-news-landing .iop-filter__second-section {
  border-top: 1px solid #d8d8d8;
}

.medicaid-news-landing .iop-filter__first-section {
  display: none;
}

.medicaid-news_summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: 70px;
}

.medicaid-ohio-news__container {
  height: 220px;
  margin-bottom: 10px;
}

.medicaid-ohio-news__container .row {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding-top: 10px;
  height: 210px;
  margin: 2px;
}

.medicaid-news__utility-categories {
  display: none;
}

body .content-body p.categories-selected {
  float: left;
  margin: 10px 10px 10px 0;
  color: #3d7aa9 !important;
  border: 1px solid #3d7aa9;
  padding: 3px 7px 0 7px;
  border-radius: 5px;
  font-size: 14px;
}

.iop-filter__second-section.medicaid-filter__second-container-only {
  border-top: 1px solid #d8d8d8;
}

.ohio-card-content .ohio-card-content-header.medicaid-news__title {
  overflow: hidden;
  max-height: 85px;
  margin-top: 0;
}

.medicaid-news__summary {
  overflow: hidden;
  max-height: 55px;
  margin-top: 0;
}

.medicaid-news__summary-wrapper {
  max-height: 100px;
}

@media (max-width: 1440px) {
  .medicaid-news__summary-wrapper {
    max-height: 150px;
  }
}

@media (max-width: 1024px) {
  .medicaid-news__summary-wrapper {
    max-height: 220px;
  }
}

@media (max-width: 768px) {
  .medicaid-ohio-news__container {
    height: 280px;
  }
  .medicaid-ohio-news__container .row {
    height: 270px;
  }
  .ohio-card-content .ohio-card-content-header.medicaid-news__title {
    overflow: hidden;
    max-height: 90px;
  }
  .medicaid-news__summary {
    max-height: 110px;
  }
  .medicaid-news__summary-wrapper {
    max-height: 260px;
  }
}

@media (max-width: 450px) {
  .medicaid-ohio-news__container {
    height: auto;
  }
}

/* ==== END: News Filter ==== */
/* ==== START: Collapsible Questions ==== */
body .content-body .odx-collapsable__title p {
  font-size: 20px;
}

.odx-collapsable__title:nth-child(n + 2) {
  border-top: 1px solid #d8d8d8;
}

.odx-collapsable__title {
  margin-bottom: 0;
  padding: 10px 10px 2px 10px;
  background-color: transparent;
}

.odx-collapsable__title i.odx-collapsable__chevron {
  font-size: 24px;
  color: #3d7aa9;
}

/* ==== END: Collapsible Questions ==== */
/* ==== START: Common Questions Bullet list ==== */
ul.odx-questions-container {
  padding-inline-start: 20px;
  margin-top: 20px;
}

ul.odx-questions-container li,
ul.odx-questions-container a {
  color: #0e3f75;
  text-decoration: none;
  line-height: 1.5em;
  padding: 0 40px 10px 0;
}

ul.odx-questions-container a:hover,
ul.odx-questions-container a:visited,
ul.odx-questions-container a:focus,
ul.odx-questions-container a:active {
  color: #0e3f75;
}

/* ==== END:  Common Questions Bullet list ==== */
/* ==== START: Reports and Research ==== */
#medicaid-reports-research__main-wrapper {
  margin-left: 7%;
}

#medicaid-reports-research__main-wrapper .medicaid-reports-research__items {
  max-height: max-content;
  border-bottom: 1px solid #d8d8d8;
  margin-right: 2%;
  margin-top: 0;
  min-height: 80px;
  padding-bottom: 1.5em;
  padding-top: 1em;
}

#medicaid-reports-research__main-wrapper .medicaid-reports-research__icon {
  text-align: end;
  margin-top: 20px;
  color: #3d7aa9;
}

#medicaid-reports-research__main-wrapper .medicaid-reports-research__title {
  color: #104e7e;
  font-size: 1.9em;
}

#medicaid-reports-research__main-wrapper .medicaid-reports-research__ads {
  margin-top: 5%;
  padding-right: 7%;
}

#medicaid-reports-research__main-wrapper a.medicaid-reports-research__expand-link {
  font-size: 1.1em;
}

#medicaid-reports-research__main-wrapper .medicaid-reports-research__expand-content-county {
  font-size: 1.1em;
}

#medicaid-reports-research__main-wrapper button.medicaid-reports-research__expand-trigger {
  border: none;
  background-color: #ffffff;
  text-align: inherit;
}

#medicaid-reports-research__main-wrapper h3 {
  color: #525051;
  font-weight: 600;
}

.medicaid-reports-research__reports-wrapper {
  margin-left: 0 !important;
}

@media (max-width: 450px) {
  #medicaid-reports-research__main-wrapper .medicaid-reports-research__items {
    height: auto;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

/* ==== END: Reports and Research ==== */
/* ==== START: Contact Us ==== */
.medicaid-formio__contact-us-container .panel {
  border: none;
}

.medicaid-formio__contact-us-container .panel-default > .panel-heading {
  background-color: #ffffff;
}

.medicaid-formio__contact-us-container .panel-title {
  text-align: center;
  font-weight: 700;
}

.medicaid-formio__label {
  text-align: right;
}

.medicaid-formio__dropdown .form-control {
  border: 2px solid #3d7aa9;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .medicaid-formio__label {
    text-align: left;
  }
}

/* ==== END: Contact Us  ==== */
/* ==== 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: #104e7e;
}

/* ==== END: 508 validation  ==== */
.header #aw-header-top {
  background-color: transparent;
}

#aw-main-wrapper .header .ohio-external-nav-open-icon {
  color: #700017;
}

#aw-main-wrapper .header.header--default .top-links-container {
  padding: 4px 0;
}

#aw-main-wrapper .header.header--high-contrast {
  background-color: black;
  color: white;
}

#aw-main-wrapper .header.header--high-contrast .top-links-container {
  padding: 4px 0;
}

#aw-main-wrapper .header.header--high-contrast .ohio-external-nav-open-icon {
  color: white;
}

/* START - CHANGE TO TOP ALERTS */
#aw-main-wrapper .navigation.alert-is-visible {
  top: 101px;
}

#aw-main-wrapper .navigation.alert-is-visible + .content {
  top: 200px;
}

#aw-header-top {
  position: relative;
}

#aw-header-top-right.alert-is-visible {
  position: absolute;
  right: 0;
  top: 77px;
}

.lang-modal__app-wrapper #app::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 100%;
  background-color: #f2f2f2;
}

.lang-modal__app-wrapper.alert-is-visible {
  margin-top: -6px;
}

.lang-modal__app-wrapper #app {
  color: black;
  background-color: #f2f2f2;
  width: 100%;
  padding-left: 1px;
}

@media screen and (max-width: 991px) {
  #aw-main-wrapper .navigation.alert-is-visible {
    top: 25px;
  }
}

@media screen and (max-width: 400px) {
  .navigation.alert-is-visible + .content {
    margin-top: 20px;
  }
  .header-button[data-v-47876f39] {
    width: 360px;
  }
}

@media screen and (max-width: 420px) {
  .header-button[data-v-47876f39] {
    width: 368px;
  }
}

.iop_mobile-menu__nav .odx-logo {
  background-color: #3d7aa9;
}

.iop_mobile-menu__search .odx-logo {
  background-color: #3d7aa9;
}

.iop_mobile-menu__search .odx-search {
  background-color: inherit;
}

@media (min-width: 992px) {
  #aw-main-wrapper .navigation.js-searchbox-is-enabled .odx-logo-wrapper {
    mix-blend-mode: difference;
  }
}

@media (min-width: 992px) {
  #aw-main-wrapper .navigation.js-searchbox-is-enabled .odx-logo-wrapper img {
    filter: grayscale(100%);
  }
}

#aw-main-wrapper .navigation.js-searchbox-is-enabled #aw-header-bottom-left {
  background-color: transparent;
}

.core-news__header-container {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1em;
}

.core-news__header-container .core-news__header-title {
  font-size: 1.625em;
  line-height: 1em;
}

.core-news__list .core-news__info {
  background-color: #f7f7f7;
}

.core-news__list .core-news__info .core-news__title {
  color: #0e3f75;
}

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

.iop-utility-toolbar__item-icon, .iop-utility-toolbar__item-title {
  color: #464846 !important;
}

body .content-body .odx-full-banner__details {
  background-color: #0e3f75;
}

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

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

body .content-body .slick-dots li.slick-active button:before, body .content-body .slick-dots li.slick-active button:hover:before, body .content-body .slick-dots li.slick-active button:focus:before {
  background-color: #c12637;
  border-color: #c12637;
  opacity: 0.9;
}

body .content-body .core-more-button {
  color: #c12637 !important;
  background-color: unset;
  border: 1px solid #a2b3c8;
}

/* END - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > medicaid > medicaid-custom-styles.scss */
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
