/* 17:07 */
/* START: Featured Cards Small */
.core-featured-cards__list .core-featured-cards__item:hover,
.core-featured-cards__list .core-featured-cards__item:active {
  box-shadow: none;
}

.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;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

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

.core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__thumbnail {
  height: 130px;
  border-radius: 8px 8px 0px 0px;
  /* Two fixes for image heights to not cut off content */
}

@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__thumbnail {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__thumbnail {
    height: calc((100vw - 40px) / 2.6);
  }
}

.core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__content {
  padding: 10px;
  border-radius: 0px 0px 8px 8px;
  height: 60px;
  display: flex;
  align-items: center;
}

.core-featured-cards-small
.core-featured-cards__list
.core-featured-cards__title {
  font-size: 16px;
  max-height: 40px;
  margin: 0;
  color: #0e3f75;
  width: 100%;
}

.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: #ffffff;
  border-radius: 8px;
}

.core-divisions-carousel .core-divisions-carousel__item:hover {
  background-color: #f8f8f8;
}

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

.ohio-carousel-icons___button-left,
.ohio-carousel-icons___button-right {
  z-index: 996;
}

.core-carousel-button-left .icon,
.core-carousel-button-right .icon {
  background: #ffffff;
  border: 8px solid #f8f8f8;
  color: #0e3f75;
}

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

/* END: Divisions Carousel */
/* START: Spotlight */
body .content-body .core-spotlight__container,
body .content-body .core-spotlight__container:hover {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  margin-top: 50px;
}

.core-spotlight__info {
  background: #0B325E;
  border-radius: 0px 15px 15px 0px;
}

.core-spotlight__container-divisions-banner .core-spotlight__info {
  border-radius: 15px 0px 0px 15px;
}

.core-spotlight__container--full-width .core-spotlight__title {
  color: #ffffff;
}

body .content-body .core-spotlight__summary {
  color: #ffffff;
  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: #0B325E;
  color: #ffffff !important;
  padding: 12px 50px 9px;
  border: 2px solid #ffffff;
}

body .content-body .core-spotlight__info a.core-spotlight__button:hover {
  background-color: #ffffff;
  color: #0B325E !important;
}

.com-homepage-landing-page
.core-spotlight__container--full-width
.core-spotlight__thumbnail {
  height: calc(709px / 1.5);
  background-size: contain;
  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;
}

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

/* Start Ian Price Spotlight Updates */
@media screen and (max-width: 1500px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* Maintaining image aspect ratio with its bounding div. */
@media screen and (min-width: 1500px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    min-height: calc(589px / (1.5));
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    min-height: calc(464px / (1.5));
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    min-height: calc(683px / (1.5));
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    min-height: calc(716px / (1.5));
  }
}

@media screen and (width: 768px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    /* 
        Full viewport width, minus 40px of padding (20 on each side).
        Divide calculation by 1.5 (image aspect ratio) and then subtract
        8 pixels.
      */
    min-height: calc(((100vw - 40px) / (1.5)) - 8px);
  }
}

@media screen and (max-width: 767px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    /* 
        Full viewport width, minus 40px of padding (20 on each side).
        Divide calculation by 1.5 (image aspect ratio) and then subtract
        one pixel to account for rounding errors.
      */
    min-height: calc(((100vw - 40px) / (1.5)) - 1px);
  }
}

/*
  Starting at 1200px, making image and text stack vertically
  and fix border radii to match
*/
@media screen and (max-width: 1199px) {
  .core-spotlight__container-divisions-banner .core-spotlight__container,
  .core-spotlight__container.core-spotlight__container--full-width {
    display: flex;
    flex-direction: column;
  }
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__thumbnail,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__thumbnail {
    border-radius: 15px 15px 0 0;
  }
  .core-spotlight__container-divisions-banner .core-spotlight__container .core-spotlight__info,
  .core-spotlight__container.core-spotlight__container--full-width .core-spotlight__info {
    border-radius: 0 0 15px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .core-spotlight__container--full-width .core-spotlight__thumbnail {
    border-radius: 15px 0px 0px 15px;
  }
  .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 15px 15px 0;
  }
}

/* End Ian Price Spotlight Updates */
/* END: Spotlight */
/* START: Carousel Cards */
.ohio-card {
  background: #ffffff;
}

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

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

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

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

.ohio-card {
  box-shadow: none;
  border-radius: 5px;
}

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

.odx-home__cards-align {
  margin-top: 1.25em;
  /* Resources Divisions without Pagination spacing fix - Ian */
}

.odx-home__cards-align > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .odx-home__cards-align > .col-md-12 ul li.odx-cards-licenses {
    padding-left: 0;
    padding-right: 0;
  }
}

/* END: Carousel Cards */
/* START: Main Actions */
.main-actions {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

.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: #ffffff;
  height: 155px;
  border: 1px solid #a2b3c8;
  border-radius: 8px;
}

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

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

/* END: Topic Ads */
/* START: Sidebar Ads */
.odx-ads-container .odx-ads-item {
  min-height: 115px;
  height: unset;
  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: unset;
  width: calc(100% + 20em);
  position: relative;
  overflow: hidden;
}

.odx-ads-container .odx-ads-item .odx-ads-item__title::after {
  display: none;
}

.odx-ads-container .odx-ads-item .odx-ads-item__summary {
  max-height: unset;
  height: unset;
  width: 100%;
}

.odx-ads-container .odx-ads-item .odx-ads-item__summary::before {
  height: unset;
  max-height: 4em;
}

@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 {
    width: 100%;
  }
  .odx-ads-container
.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 ==== */
.dataTables_wrapper .dataTables_length {
  float: left;
}

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

#js-table-visualization_filter {
  display: none;
}

#js-odx-content__table table .download-links {
  color: #0098d3;
}

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 */
.iop-filter__first-section,
.odx-topic-hub-search .odx-topic-hub-search__input-container {
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
}

.iop-filter__first-section {
  background-color: #f2f2f2;
}

.odx-topic-hub-search .odx-topic-hub-search__input-container {
  background-color: #f8f8f8;
}

.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,
input#odx-topic-input-search {
  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,
.odx-topic-hub-search
.odx-topic-hub-search__input-container
.odx-topic-hub-resources__button {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  width: 150px;
  float: right;
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0;
  border-color: #0e3f75;
  border: 1px solid #0e3f75;
  outline: none;
  background-color: #0e3f75;
  /* Fix vertical alignment */
  padding-top: 10px;
}

.iop-filter__input-filter-btn:hover,
.odx-topic-hub-search
.odx-topic-hub-search__input-container
.odx-topic-hub-resources__button:hover {
  background-color: #ffffff;
  color: #0e3f75 !important;
}

.iop-alphalist__index-container {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

ul.iop-alphalist__alphabet {
  list-style: none;
  margin: 0;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  padding: 0;
  background-color: #ffffff;
  display: block;
}

ul.iop-alphalist__alphabet > li {
  display: inline-block;
}

ul.iop-alphalist__alphabet li {
  padding: 5px 7px;
}

ul.iop-alphalist__alphabet li:not(:first-child) a {
  color: #525051 !important;
  text-transform: uppercase;
  text-decoration: none;
}

.iop-alphalist__alphabet-list-title {
  background-color: #0e3f75;
  border-radius: 5px 0 0 5px;
}

.iop-alphalist__alphabet-list-title a.iop-alphalist-button-all {
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.iop-alphalist__alphabet-list-title a.iop-alphalist-button-all:visited,
.iop-alphalist__alphabet-list-title a.iop-alphalist-button-all:focus {
  color: #ffffff;
  text-decoration: none;
}

.iop-filter__second-section,
.odx-topic-hub-search .odx-topic-hub-filter__topics-and-reset-wrapper {
  border: 1px solid #d8d8d8;
  padding: 0 20px 20px;
  border-radius: 0 0 10px 10px;
  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;
}

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

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

.iop-filter__reset-btn-container #filterDisclaimer {
  color: #0098d3;
  margin-top: 5px;
}

.iop-filter__reset-btn,
.odx-topic-hub-search .odx-topic-hub-resources__reset-btn button {
  border: 1px solid #d8d8d8;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 20px 5px;
  font-weight: 600;
  background: transparent;
}

.iop-filter__reset-btn:hover,
.odx-topic-hub-search .odx-topic-hub-resources__reset-btn button:hover {
  background-color: #5c5a5b;
  color: #ffffff !important;
}

.iop-filter__container
.select2-container--disabled
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice {
  border-color: #d8d8d8;
  color: #ffffff;
  background-color: #0B325E;
  padding-right: 9px;
  cursor: not-allowed;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-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;
}

.odx-topic-hub-search .odx-topic-hub-resources__reset-btn button {
  color: #5c5a5b;
  font-size: 1em;
  line-height: 1.42857143;
}

.odx-topic-hub-search .odx-topic-hub-search__input-container {
  margin-bottom: 0;
  padding: 25px 20px 20px 20px;
}

.odx-topic-hub-search .odx-topic-hub-search__input-container .odx-topic-input-label {
  font-size: 21px;
  padding-bottom: 10px;
}

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

@media screen and (max-width: 767px) {
  /* Hide Collapse Button and Update Max Width of Help Text - Ian */
  .iop-filter__title-container span.iop-filter__collapse-btn {
    display: none;
  }
  .iop-filter__title-container .iop-filter__help-text {
    max-width: unset;
  }
  .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 {
  /* Text Inside "FILTER" Button Alignment Fix - Ian */
}

.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-right: 1px solid #d8d8d8;
}

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

.iop-content-filter .iop-filter__input-filter-btn {
  padding: 9px 20px 5px;
}

.iop-filter__content .core-news__list {
  border-radius: 10px;
}

.iop-filter__content .core-news__list .core-news__item {
  margin-bottom: 0;
  border-top: 1px solid #d8d8d8;
}

.iop-filter__content .core-news__list .core-news__item.fist-item-in-page {
  border-top: unset;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.iop-filter__content .core-news__list .core-news__item.last-item-in-page {
  border-bottom: unset;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.iop-filter__content .core-news__list .core-news__info {
  padding: 20px;
}

.iop-filter__content .core-news__list .core-news__info .core-news__date {
  color: #525051;
}

body .content-body .iop-filter__content .core-news__list .core-news__info .core-news__title {
  height: auto;
  margin-bottom: 20px;
  font-size: 22px;
  color: #0e3f75;
}

body .content-body .iop-filter__content .core-news__list .core-news__info .core-news__summary {
  height: auto;
  font-size: 18px;
  color: #0e3f75;
}

/* END: Configurable Filter */
/* START: Cards Bios */
.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: 50px;
  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;
  }
}

.odx-leader-card .ohio-card-bg,
.odx-divisions-catalog__container .ohio-card-bg-div {
  height: 350px;
}

/* END: Cards Bios */
/* START: Videos List */
body .content-body .odx-videos-list__title {
  display: inline-block;
  overflow: hidden;
  line-height: 1.7em;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

body .content-body .odx-playlist__current-video-iframe iframe {
  z-index: 1;
}

body .content-body .odx-playlist__current-video-iframe iframe {
  width: 100%;
  max-width: 560px;
}

body .content-body .odx-playlist__item-main-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
  font-size: 14px;
  margin: 10px 0;
  width: 100%;
}

body .content-body .odx-playlist__item-thumbnail img.img-responsive {
  height: 140px;
  width: 100%;
  object-fit: cover;
}

body .content-body .odx-playlist__item-summary {
  margin: 10px 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

body .content-body .odx-playlist__current-video {
  background-color: #ffffff;
  z-index: 899;
  left: 0;
}

body .content-body .odx-playlist__item-info {
  padding: 30px 0px;
}

body .content-body .odx-playlist__current-video-text.fixed-state {
  padding: 0 30px;
}

body .content-body .odx-playlist__item-title {
  line-height: 0rem;
}

body .content-body .odx-playlist__current-video-iframe {
  height: 315px;
}

@media (min-width: 768px) {
  body .content-body .odx-playlist__videos-container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  body .content-body .odx-playlist__current-video-iframe {
    height: 275px;
  }
}

/* END: Videos List */
/* ==== 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 .single-column-footer .odx_secondary-footer .odx_secondary-footer__social ul li a:hover {
  color: #0098d3;
}

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

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

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

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

body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
  padding: 0;
  text-align: left;
}

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

@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 {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #000000;
}

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

body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item .ohio-footer-navigation__title {
  text-transform: capitalize;
  font-weight: normal;
  line-height: 2em;
}

body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item .ohio-footer-navigation__title:hover {
  text-decoration: underline;
  color: #0098d3;
}

body .content-body .single-column-footer .odx_primary-footer .odx_agency-info {
  margin-top: 35px;
}

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

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

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

/* END: Footer */
::selection {
  background-color: #0e3f75;
  background: #0e3f75;
  color: #ffffff;
}

.com-hero__img-background-overlay {
  background: linear-gradient(0deg, #082646 0%, transparent);
}

.com-hide-search-filter .odx-topic-hub-filter-help-text,
.com-hide-search-filter .odx-topic-hub-search__input-container,
.com-hide-search-filter .odx-topic-hub-filter__topics-and-reset-wrapper {
  display: none;
}

.ohio-card-bg-img--default {
  background-color: #a2b3c8;
}

/* Unset following properties to stop image overflow - Ian */
.ohio-card-bg {
  height: unset;
  overflow: unset;
}

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

a.btn-primary,
.theme-blue .ohio-button,
.theme-blue .ohio-login-dialogue-create-btn,
.theme-blue .ohio-login-dialogue-existing-btn,
.theme-blue .ohio-upload-multiple-label,
.theme-blue .ohio-vector-map-zoom-btn {
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
  color: #ffffff !important;
}

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

.tableOfContents li {
  list-style-type: initial;
}

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

.odx-content__image-container {
  margin-bottom: 20px;
  max-height: 420px;
}

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

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

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

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

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

.odx-get-in-touch .odx-get-in-touch__location-name {
  color: #0e3f75 !important;
}

/* ==== 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: Colors Override */
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice {
  background-color: #0e3f75;
  border-color: #0e3f75;
  color: #ffffff;
}

.iop-filter__container
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice,
.odx-topic-hub-filter__topics-container
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice {
  color: #ffffff;
}

.iop-filter__container
.ohio-select2
.select2-selection--multiple
.select2-selection__choice__remove,
.ohio-select2 .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}

.odx-events__search-pagination li a {
  color: #0e3f75;
}

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

.js-iop-filter-pagination .page-link:hover {
  color: #0e3f75;
}

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

/* END: Landing pages custom CSS classes */
/* START: Titles */
body .content-body .odx-content__title {
  color: #0e3f75;
  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: #0e3f75;
}

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: Mega Menu Desktop and Tablet */
#aw-header-navigation ul li a[aria-expanded="true"] {
  color: #ffffff;
  background-color: #082646;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: none;
}

#aw-header-navigation ul li a[aria-expanded="false"] {
  color: #000000;
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#aw-header-bottom-left div.odx-logo-wrapper img {
  max-width: 270px;
}

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

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

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

.sticky-header #aw-header-bottom-left div.odx-logo-wrapper img {
  height: auto;
  max-width: 220px;
}

@media (max-width: 1200px) {
  .sticky-header #aw-header-bottom-left div.odx-logo-wrapper img {
    max-width: 210px;
  }
}

.navigation #aw-header-navigation ul li a {
  padding-top: 35px;
  align-items: center;
  font-size: 1.15em;
  font-weight: 600;
}

.navigation #aw-header-navigation ul li a:hover {
  color: #0098d3;
}

.navigation #aw-header-navigation ul li a.mega-menu-top-section__background-color:hover {
  color: #ffffff;
}

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

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

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

@media (max-width: 1200px) {
  #aw-header-navigation ul li .odx-page-description {
    font-size: 1em;
    font-weight: 600;
  }
}

@media (max-width: 1024px) {
  #aw-header-navigation ul li .odx-page-description {
    font-size: 0.95em;
  }
}

.sticky-header #aw-header-navigation ul li a {
  font-weight: 600;
  font-size: 18px;
}

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

.sticky-header #aw-header-navigation .odx-page-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 0.25em;
}

@media (max-width: 1440px) {
  .sticky-header #aw-header-navigation .odx-page-description {
    font-size: 1.15em;
  }
}

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

@media (max-width: 1024px) {
  .sticky-header #aw-header-navigation .odx-page-description {
    font-size: 0.95em;
  }
}

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

#aw-header-navigation .b-mega-menu .b-mega-menu__section {
  padding: 20px 40px 20px 40px;
}

#aw-header-navigation .b-mega-menu .b-mega-menu__section-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  margin: 0 20px 0 20px;
  text-transform: none;
  font-size: 16px;
  line-height: 28px;
}

#aw-header-navigation .b-mega-menu .b-mega-menu__section-wrapper hr {
  margin: 0.25em 0 1em 0;
  border-color: #0098d3;
}

#aw-header-navigation .b-mega-menu .top-menu-item-subsection {
  width: 20%;
  margin: 0 25px 0 25px;
  text-align: left;
}

#aw-header-navigation .b-mega-menu ul.subsection-menu {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  position: initial;
  height: auto;
  display: block;
  margin: 0;
}

#aw-header-navigation .b-mega-menu ul.subsection-menu li.subsection-menu-item {
  margin-bottom: 15px;
  display: block;
}

#aw-header-navigation .b-mega-menu ul.subsection-menu li.subsection-menu-item a {
  border: none;
  text-transform: none;
  line-height: 1.25em;
  display: block;
}

#aw-header-navigation .b-mega-menu a.subsection-name.mega-menu-ajax-link {
  color: #ffffff;
  text-decoration: none;
  height: auto;
  padding: 0;
  font-weight: normal;
}

@media (max-width: 1440px) {
  #aw-header-navigation .b-mega-menu a.subsection-name.mega-menu-ajax-link {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  #aw-header-navigation .b-mega-menu a.subsection-name.mega-menu-ajax-link {
    transition: none;
  }
}

#aw-header-navigation .b-mega-menu a.subsection-name.mega-menu-ajax-link:hover {
  text-decoration: underline;
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

#aw-header-navigation .b-mega-menu .subsection-header {
  font-weight: bold;
  color: #ffffff;
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
}

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

/* 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: #ffffff;
    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: #ffffff;
  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: #5c5a5b;
  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: #5c5a5b;
}

#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: #5c5a5b;
  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: #5c5a5b;
  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: #ffffff;
  }
  #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: #ffffff;
  color: #5c5a5b;
  cursor: pointer;
}

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

#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: #5c5a5b;
  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: #5c5a5b;
  font-family: "FontAwesome";
  font-size: 24px;
  position: relative;
  top: 2px;
}

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

@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 Mobile Menu */
.iop_mobile-menu__nav {
  background-color: #ffffff;
}

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

/* END Mobile Menu */
/* START: Fix issue DOCBOARD-441 Mega menu was not displaying on Safari */
@media (min-width: 992px) {
  #aw-main-wrapper .navigation {
    overflow: unset;
  }
}

/* END: Fix issue DOCBOARD-441 Mega menu was not displaying on Safari */
/* 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: #5c5a5b;
}

@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: 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:focus {
  color: #0e3f75;
  border-color: #0e3f75;
}

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

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) {
  .b-breadcrumb__container > div.container.hidden-xs {
    height: 95px;
  }
  .aw-left-nav {
    top: -144px;
  }
  .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: 50px;
    padding-bottom: 10px;
  }
}

/* END - left nav image */
/* START: News */
.core-news__list {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background-color: #ffffff;
}

.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;
  display: none;
}

.core-news__list .core-news__info {
  background-color: #ffffff;
  padding: 10px 0 10px 20px;
  width: 100%;
}

body .content-body .core-news__list .core-news__info h3.core-news__title {
  color: #0e3f75;
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
  padding-bottom: 2px;
}

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

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

.content-body .core-news .core-news__header-container a {
  padding: 10px 16px;
  color: #0e3f75 !important;
  background-color: #ffffff;
  border: 1px solid #a2b3c8;
}

.content-body .core-news .core-news__header-container a:hover {
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
  color: #ffffff !important;
}

/* END: News */
/* START: Events */
.content-body .core-events .core-events__header-container a {
  padding: 10px 16px;
  background-color: #ffffff;
  border: 1px solid #a2b3c8;
  color: #0e3f75 !important;
}

.content-body .core-events .core-events__header-container a:hover {
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
  color: #ffffff !important;
}

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

.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,
.odx-events__item-date {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background-color: #f7f7f7;
  color: #0e3f75;
}

.core-events__list .core-events__item-date:hover,
.odx-events__item-date:hover {
  background-color: #0e3f75;
  color: #f7f7f7;
}

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

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

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

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

.core-events__list .core-events__item-summary,
.core-events__list .core-events__item-location-name,
.core-events__list .core-events__item-location {
  color: #525051;
}

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

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

/* END: Events */
/* ******** START: Generic Filter for News ******** */
.com-datepicker {
  display: inline-block;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
}

.com-datepicker .datepicker {
  border: none;
  width: 75%;
  padding: 0 5px;
  height: 42px;
  outline: none;
}

.odx-topic-hub-filter__topics-container
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice,
.iop-filter__taxonomies-container .ohio-select2 .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #0e3f75;
  border-color: #0e3f75;
}

.commerce-filter .iop-filter__first-section {
  border-radius: 16px 16px 0 0;
}

.commerce-filter .iop-filter__first-section {
  border-bottom: unset;
}

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

.commerce-filter .iop-filter__second-section {
  background-color: #ffffff;
}

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

.commerce-filter .iop-filter__input-filter-btn,
.commerce-filter .iop-filter__reset-btn {
  border-radius: 8px;
}

.commerce-filter .ohio-select2
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #ffffff;
}

.commerce-filter .select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice {
  color: #ffffff;
  background-color: #0e3f75;
  border-color: #0e3f75;
  height: 32px;
  margin: 5px;
  padding: 6px 12px;
  display: flex;
  flex-flow: row-reverse;
}

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

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

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

.commerce-filter #cards-generic-wrapper > .row {
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  margin-right: 0;
  margin-left: 0;
}

.commerce-filter .odx-news__thumbnail {
  border-radius: 16px;
  margin-bottom: unset;
}

.commerce-filter .commerce-news__title {
  font-size: 21px;
  color: #0e3f75;
}

.commerce-filter .commerce-news__summary span {
  color: #0e3f75;
  font-size: 18px;
}

.commerce-filter .odx-news__date {
  color: #525051;
  font-size: 16px;
}

.commerce-filter .odx-carousel-cards-item {
  padding: 8px 16px;
  margin-bottom: unset;
  background-color: #ffffff;
}

.commerce-filter .odx-carousel-cards-item[style*="display: block;"] {
  padding: 17px 16px 15px 16px;
  border-top: 1px solid #d8d8d8;
}

.commerce-filter .fist-item-in-page {
  border-top: unset;
  border-radius: 16px 16px 0 0;
}

.commerce-filter .last-item-in-page {
  border-radius: 0 0 16px 16px;
}

.commerce-filter .fist-item-in-page.last-item-in-page {
  border-radius: 16px;
}

.commerce-filter .datepicker-days table.table-condensed th,
.commerce-filter .datepicker-days table.table-condensed td {
  font-size: 16px;
}

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

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

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

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

/* ********* END: Generic Filter for News ********* */
/* 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,
.content-body .com-last-review-date,
.content-body .com-form-number,
.content-body .com-download-files {
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #e8ecf3;
}

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

.content-body .odx-more-information i.fa-file-text-o,
.odx-share-this__social--icon i {
  color: #0098d3;
}

.content-body .odx-more-information i.fa-file-text-o:hover,
.odx-share-this__social--icon i:hover {
  color: #0e3f75;
}

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

a.odx-external-link__button.btn-block.btn.btn-primary:hover {
  background-color: #0B325E;
  border-color: #0B325E;
  color: #ffffff !important;
  box-shadow: 1px 6px 12px 0 rgba(58, 62, 72, 0.3);
}

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

.odx-more-information_information .btn.btn-primary:hover {
  background-color: #0B325E;
  border-color: #0B325E;
  color: #ffffff !important;
}

/* END: Sidebar Containers */
/* START: Structured Stories */
.horizontalTabs .nav-tabs > li.active a, .horizontalTabs .nav-tabs > li.active a:hover, .horizontalTabs .nav-tabs > li.active a:focus {
  background-color: #0e3f75;
  color: #ffffff;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #ffffff;
  color: #0e3f75;
}

.twisty {
  background: transparent;
  border: none;
}

.odx-content__expand-collapse .btn:hover {
  background-color: #0e3f75;
  color: #ffffff !important;
}

.story .twisty [class*="sectionHeader"].closed h2::before,
.story .twisty [class*="sectionHeader"].opened h2::before,
.story .twisty [class*="sectionHeader"].closed h3::before,
.story .twisty [class*="sectionHeader"].opened h3::before {
  color: #0098d3;
}

.odx-common-questions__wrapper,
.odx-collapsible-sections-links__container {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}

body .content-body .odx-collapsable__title.odx-background-color-gray40,
.secondLevelSection .sectionHeader.opened,
.secondLevelSection .sectionHeader.closed {
  background-color: #ffffff;
  border-top: none;
  margin-bottom: 0;
  color: #000000;
}

body .content-body .twisty .closed h2, body .content-body .twisty .closed h3 {
  background: transparent;
}

.secondLevelSection [class*="sectionHeader"].opened,
.secondLevelSection [class*="sectionHeader"].closed {
  border: none;
  /* Force Text Alignment Left on Large Tablets and Lower - Ian */
}

@media only screen and (max-width: 1199px) {
  .secondLevelSection [class*="sectionHeader"].opened h3,
  .secondLevelSection [class*="sectionHeader"].closed h3 {
    text-align: left !important;
  }
}

.twisty .firstsectionBody,
.twisty .sectionBody {
  background-color: transparent;
  border: none;
  /* Force Text Alignment Left on Large Tablets and Lower - Ian */
}

@media only screen and (max-width: 1199px) {
  .twisty .firstsectionBody p,
  .twisty .sectionBody p {
    text-align: left !important;
  }
  .twisty .firstsectionBody ul li,
  .twisty .sectionBody ul li {
    text-align: left !important;
  }
}

@media only screen and (max-width: 992px) {
  .twisty .firstsectionBody,
  .twisty .sectionBody {
    overflow: auto;
  }
}

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

/* END: Structured Stories */
/* START: Content Body */
/* Safari Specific Media Query: https://wojtek.im/journal/targeting-safari-with-css-media-query */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .odx-content__body a {
    vertical-align: unset;
  }
}

/* START: Data table */
.dt-search {
  display: none !important;
}

.dt-container .dt-length {
  float: left !important;
  margin-bottom: 10px;
}

.dt-scroll {
  width: 100% !important;
}

/*END: Data table */
/* END: Content Body */
/* 17:07 */
