/* START - ODX Common Design / Utility / Style Sheets / SCSS / Agencies / MED / med-custom-styles.scss */
/* COLOR PALLETE */
::selection {
  background-color: #0e3f75;
}

/* START: Titles */
body .content-body {
  color: #464846;
}

body .content-body h1,
body .content-body h2,
body .content-body h3,
body .content-body h4,
body .content-body h5 {
  color: #000000;
  font-weight: bold;
}

/* END: Titles */
/* START: Buttons and Links */
body .content-body a,
body .content-body a:visited {
  color: #0e3f75;
  font-weight: bold;
  word-wrap: break-word;
}

body .content-body a:hover,
body .content-body a:active,
body .content-body a:focus {
  color: #0098D3;
  font-weight: bold;
  text-decoration: underline solid #0098D3;
}

body .content-body .btn-primary,
body .content-body .btn-primary:visited,
body .content-body .btn.btn-primary,
body .content-body .btn.btn-primary:visited {
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
}

body .content-body .btn-primary:hover,
body .content-body .btn-primary:visited:hover,
body .content-body .btn.btn-primary:hover,
body .content-body .btn.btn-primary:visited:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

.content-body a.odx-view-more {
  text-transform: capitalize;
}

body .content-body .core-more-button {
  font-size: 16px;
  background-color: #ffffff;
  color: #0e3f75 !important;
  border: 1px solid #dadada;
}

body .content-body .core-more-button:hover {
  background-color: #0e3f75;
  color: #ffffff !important;
  border: 1px solid #0e3f75;
  transition: all 0.2s ease-in-out;
}

body .content-body .core-more-button a:hover {
  text-decoration: none;
}

.core-more-button:hover a,
.core-more-button a:hover {
  color: #ffffff !important;
}

.odx-get-in-touch .odx-get-in-touch__body a.btn.btn-primary.btn-block {
  border-radius: 40px;
  margin-top: 10px;
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
}

.odx-get-in-touch .odx-get-in-touch__body a.btn.btn-primary.btn-block:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

.odx-get-in-touch__body {
  margin-top: 0;
}

.odx-get-in-touch__body a {
  text-decoration: none !important;
}

.content-body .odx-get-in-touch p {
  margin-bottom: 0;
}

/* END: Buttons and Links */
/* START: Header */
.navigation #aw-header-navigation ul {
  gap: 40px;
}

.navigation #aw-header-navigation ul li a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: inherit;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #464846;
  gap: 5px;
  text-align: center;
}

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

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

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

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

#aw-main-wrapper .navigation.js-searchbox-is-enabled {
  background: #dadada;
}

@media (min-width: 992px) {
  #aw-main-wrapper .navigation.js-searchbox-is-enabled {
    background: #dadada;
  }
}

@media (min-width: 992px) {
  #aw-main-wrapper .navigation.js-searchbox-is-enabled #aw-header-bottom-left {
    background-color: #dadada;
  }
}

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

.iop-utility-toolbar__item:hover, .iop-utility-toolbar__item:active {
  text-decoration: none;
  color: #0e3f75;
}

.iop-utility-toolbar__item--search:hover, .iop-utility-toolbar__item--search:active {
  border: 3px solid #0e3f75;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .iop-utility-toolbar__item--search:hover, .iop-utility-toolbar__item--search:active {
    border: none;
  }
}

.iop-searchbox__input-wrapper i {
  background-color: #0e3f75;
}

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

.iop-searchbox__button--close {
  border: 3px solid #464846;
  background: transparent;
}

.iop-searchbox__button--close .iop-searchbox__button-icon {
  color: #464846;
}

.iop-searchbox__button--close .iop-searchbox__button-title {
  color: #464846;
}

.iop-searchbox__button--close:hover {
  border: 3px solid #0e3f75;
  background: #ffffff;
}

.iop-searchbox__button--close:hover span {
  color: #0e3f75;
}

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

@media (max-width: 991px) {
  #aw-main-wrapper div.header {
    position: relative;
  }
}

/* END: Header */
/* START: Breadcrumb */
body .content-body .b-breadcrumb li:first-child > a,
body .content-body .b-breadcrumb a:visited,
body .content-body .b-breadcrumb a {
  color: #0e3f75;
  font-weight: bold;
  text-decoration: underline;
}

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

body .content-body .b-breadcrumb li a:hover {
  color: #0098D3;
  text-decoration-color: #0098D3;
  text-decoration: underline;
}

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

.content-body .b-breadcrumb li + li:before {
  color: #0e3f75;
}

@media (max-width: 992px) {
  body .content-body .b-breadcrumb {
    display: flex;
  }
}

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

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

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

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

body .content-body .aw-left-nav__icon .aw-left-nav__icon-text {
  font-weight: 900;
  font-size: 24px;
  padding-left: 0;
  max-height: unset;
  margin-top: unset;
  color: #000000;
}

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

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

body .content-body .aw-left-nav a.left-navigation__link,
body .content-body .aw-left-nav a.left-navigation__link:visited,
body .content-body .aw-left-nav a.left-navigation__link:active,
body .content-body .aw-left-nav a.left-navigation__link:focus {
  color: #5c5a5b;
}

.odx-navigation--left li:hover,
.odx-navigation--left li:active,
.odx-navigation--left li:focus {
  background-color: transparent;
}

body .content-body .aw-left-nav a.left-navigation__link:hover {
  color: #0e3f75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.odx-external-link .btn.odx-external-link__button {
  background-color: #0e3f75;
  border-color: #0e3f75;
  border-radius: 8px;
}

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

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

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

.content-body .odx-more-information,
.content-body .odx-related-laws-and-forms,
.content-body .odx-external-resources,
.content-body .odx-share-this,
.odx-meet-leadership {
  background-color: transparent;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #a2b3c8;
}

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

a.odx-external-link__button.btn-block.btn.btn-primary:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

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

.odx-more-information_information .btn.btn-primary:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

/* END: Sidebar Containers */
/* START: GET IN TOUCH */
.odx-get-in-touch {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid #a2b3c8;
}

.remove-get-in-touch-margin-top .odx-get-in-touch.margin-bottom-sm.margin-top-sm {
  margin-top: 0px;
}

/* END: GET IN TOUCH */
/* ===== START: Featured Cards ===== */
.med-feature-cards-wrapper .core-featured-cards__container {
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0;
}

.core-featured-cards__list .core-featured-cards__item {
  border-radius: 8px;
}

.smbo-homepage .core-featured-cards__list .core-featured-cards__content {
  border-radius: 0 0 8px 8px;
}

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

.smbo-homepage .core-featured-cards__header {
  display: none;
}

.smbo-homepage .core-featured-cards__list .core-featured-cards__title {
  color: #0e3f75;
  text-align: left;
  margin-bottom: 5px;
}

.smbo-homepage .core-featured-cards__list .core-featured-cards__summary {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.smbo-homepage .core-featured-cards__container {
  background-color: #f7f7f7;
}

.core-featured-cards__remove-summary .core-featured-cards__container .core-featured-cards__header {
  display: none;
}

.core-featured-cards__remove-summary .core-featured-cards__list .core-featured-cards__item {
  border-radius: 12px;
}

.core-featured-cards__remove-summary .core-featured-cards__list .core-featured-cards__thumbnail {
  height: 145px;
  border-radius: 12px 12px 0 0;
}

.core-featured-cards__remove-summary .core-featured-cards__list .core-featured-cards__content {
  padding: 15px 10px;
  height: 80px;
  background-color: #f7f7f7;
  color: #0e3f75;
  border-radius: 0 0 12px 12px;
}

.core-featured-cards__remove-summary .core-featured-cards__list .core-featured-cards__title {
  max-height: unset;
  line-height: 1.15em;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 49px;
  color: #0e3f75;
}

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

/* ===== END: Featured Cards ===== */
/* ===== START: Popular Topics Carousel ===== */
.ohio-carousel-icons___button-left:hover div,
.ohio-carousel-icons___button-right:hover div {
  background-color: #0098D3;
}

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

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

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

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

body .content-body .core-carousel__header-container.margin-bottom-sm {
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .content-body .core-carousel__header-container.margin-bottom-sm h2,
body .content-body .core-carousel__header-container.margin-bottom-sm .core-more-button {
  margin-top: 0;
}

.core-carousel__header-container h2 {
  display: inline-block;
  margin: 20px 0px;
}

.core-carousel__header-container .core-more-button {
  float: right;
  margin: 20px 0px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #0e3f75 !important;
  border: 1px solid #dadada;
}

.core-carousel__header-container .core-more-button:hover {
  background-color: #0e3f75;
  color: #ffffff !important;
  border: 1px solid #0e3f75;
  transition: all 0.2s ease-in-out;
}

.core-carousel__header-container .core-more-button a:hover {
  text-decoration: none;
}

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

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

.iop-filter__content .core-events__list .odx-events__item-title {
  font-size: 21px;
}

.iop-filter__content .core-events__list .core-events__item-duration {
  font-weight: lighter;
}

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

.iop-filter__content .core-events__list .odx-events__item-date-month {
  font-size: 1.1em;
  color: #0e3f75;
}

.iop-filter__content .core-events__list .odx-events__item-date-day {
  font-size: 2.5em;
  color: #0e3f75;
}

.core-events__list .core-events__item-date-month,
.core-events__list .core-events__item-date-day {
  color: #0e3f75;
}

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

.core-events__list .core-events__item-right .core-events__item-title:hover {
  text-decoration: underline solid #0e3f75;
}

.core-events__list .core-events__item-right .core-events__item-duration {
  color: #464846;
  font-weight: lighter;
  font-size: 18px;
}

.core-events__list .core-events__item {
  margin-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: none;
  background-color: transparent;
  padding: 15px;
  border-radius: 20px;
}

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

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

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

@media (min-width: 768px) {
  .training .core-events__list.margin-bottom-md {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .training .core-events__list .core-events__item {
    flex-basis: 50%;
  }
}

.training .core-events__header-container h2.core-events__header-title {
  font-size: 26px;
}

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

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

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

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

.b-event__button a.btn-primary:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

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

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

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

.odx-more-information .odx-events a.core-more-button {
  font-weight: bold;
  border-radius: 8px;
  background-color: #ffffff;
  color: #0e3f75 !important;
  border: 1px solid #dadada;
}

.odx-more-information .odx-events a.core-more-button:hover {
  background-color: #0e3f75;
  color: #ffffff !important;
  border: 1px solid #0e3f75;
  transition: all 0.2s ease-in-out;
}

.odx-more-information .odx-events a.core-more-button a:hover {
  text-decoration: none;
}

.content-body .odx-more-information:has(.odx-events.core-events) {
  background-color: transparent;
}

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

.odx-more-information .odx-events__item-link:hover .odx-events__item-left .odx-events__item-date .odx-events__item-date,
.odx-more-information .odx-events__item:hover .odx-events__item-left .odx-events__item-date {
  background-color: #0e3f75;
  color: #ffffff;
}

.odx-events__list article + article {
  border-top: none;
}

.core-news__list .core-news__info {
  background-color: #f7f7f7;
  border-radius: 20px;
}

.core-news__list .core-news__item {
  gap: 1rem;
}

.core-news__list .core-news__thumbnail {
  border-radius: 20px;
}

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

.core-news__list .core-news__info .core-news__summary {
  color: #5c5a5b;
}

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

.iop-filter__content .core-events__list {
  row-gap: 20px;
}

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

/* END: NEWS & EVENTS PT */
/* ===== START: Collapsible Sections ====== */
body .content-body .twisty .secondLevelSection.nested h3 {
  background: transparent;
}

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

.twisty .firstsectionBody, .twisty .sectionBody {
  padding: 20px 15px 5px 25px;
  background-color: transparent;
}

.twisty {
  border: none;
  background: transparent;
  border-radius: 8px;
}

.secondLevelSection.nested [class*="sectionBody"] {
  background-color: transparent;
}

.firstsectionHeader.opened, .sectionHeader.opened {
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #dadada;
}

body .content-body .twisty h2 {
  background-color: transparent;
  font-size: 21px;
  color: #0e3f75;
  font-weight: 700;
}

body .content-body .twisty .closed h2, body .content-body .twisty .closed h3 {
  width: 100%;
  color: #5c5a5b;
  font-size: 21px;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 8px;
  padding-right: 2.5rem;
  border: 1px solid #dadada;
}

body .content-body .twisty .closed h3 {
  border-bottom: none;
}

body .content-body .twisty .sectionHeader.opened h3 {
  color: #0e3f75;
}

.odx-content__body .twisty .sectionHeader {
  background-color: #ffffff;
  border-radius: 8px;
}

.secondLevelSection [class*="sectionHeader"].opened,
.secondLevelSection [class*="sectionHeader"].closed {
  border-bottom: 1px solid #dadada;
}

.story .twisty [class*="sectionHeader"].closed h2::before,
.story .twisty [class*="sectionHeader"].opened h2::before,
.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,
.story .twisty [class*="sectionHeader"].closed h3::before,
.story .twisty [class*="sectionHeader"].opened h3::before {
  color: #0098D3;
}

/* ===== END: Collapsible Sections ====== */
/* ===== START: Horizontal Tabs ====== */
.nav-tabs {
  border-bottom: none;
}

.horizontalTabs .nav-tabs > li.active a, .horizontalTabs .nav-tabs > li.active a:hover, .horizontalTabs .nav-tabs > li.active a:focus {
  background-color: #0e3f75;
  border-color: #0e3f75;
  font-weight: bold;
}

.nav-tabs > li > a {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  color: #0e3f75;
  font-weight: bold;
}

.nav-tabs > li > a:hover {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  color: #0098D3;
  font-weight: bold;
}

.verticalTabs .wrapper, .horizontalTabs .wrapper {
  background-color: #f7f7f7;
}

/* ===== END: Horizontal Tabs ====== */
/* START: RESOURCE PT */
.odx-content__expand-collapse .btn {
  border-radius: 25px;
  color: #0e3f75 !important;
  background-color: #ffffff;
  border: 1px solid #0e3f75;
}

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

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

.content-body .odx-more-information {
  background-color: transparent;
  border-radius: 8px;
  box-shadow: none;
}

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

.content-body .odx-more-information a.btn-primary {
  border-radius: 25px;
  font-weight: 700;
  border-width: 2px;
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
}

.content-body .odx-more-information a.btn-primary:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

.odx-external-resources {
  background-color: transparent;
  border-radius: 8px;
  box-shadow: none;
}

.content-body .odx-related-laws-and-forms {
  background-color: transparent;
  border-radius: 8px;
  box-shadow: none;
}

.odx-content__body .odx-get-in-touch {
  background-color: #0098D3;
}

.content-body .odx-more-information p,
.content-body .odx-related-laws-and-forms p,
.content-body .odx-external-resources__links p {
  word-wrap: break-word;
  color: #464846;
}

/* END: RESOURCE PT */
/* START: Body Tables */
.odx-content__body table {
  border: 1px solid #dadada;
}

.odx-content__body table td,
.odx-content__body table th {
  padding: 5px 10px 0;
  border: none;
}

.odx-content__body table tr {
  border-bottom: 1px solid #dadada;
}

.odx-content__body table th {
  background-color: #ffffff;
  font-weight: bold;
  color: #000000;
}

.odx-content__body table span {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif !important;
}

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

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

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

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

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

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

body .content-body table.dataTable a {
  color: #0e3f75;
  text-decoration: underline solid #0e3f75;
}

body .content-body table.dataTable a:hover {
  color: #0098D3;
  text-decoration: underline solid #0098D3;
}

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

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

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

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

.field-required:after,
.tab-error::after {
  color: #c12637;
}

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

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

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

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

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

.dataTables_paginate .pagination .paginate_button.disabled a {
  color: #dadada;
}

/* ==== END: Data Source ==== */
/* ==== START: ohio-card ==== */
.ohio-card {
  border: 1px solid #dadada;
  border-radius: 8px;
  box-shadow: none;
}

.ohio-card .ohio-card-content .ohio-card-content-header {
  color: #0e3f75;
  font-weight: bold;
}

/* ==== END: ohio-card ==== */
/* START: FILTER */
.iop-filter__first-section {
  border-color: #dadada;
  background-color: #f7f7f7;
  color: #464846;
}

.iop-filter__second-section {
  border-color: #dadada;
}

.iop-filter__boxes-wrapper label,
.iop-filter__title-container .iop-filter__help-text {
  color: #5c5a5b;
}

.iop-filter__input-filter-btn,
.iop-filter__reset-btn:hover {
  background-color: #0e3f75;
  border-color: #0e3f75;
  border-radius: 40px;
  text-transform: capitalize;
  color: #ffffff;
}

.iop-filter__reset-btn, .iop-filter__input-filter-btn:hover {
  background-color: #ffffff;
  border-radius: 40px;
  border-color: #0e3f75;
  color: #0e3f75;
  text-transform: capitalize;
  border-width: 2px;
}

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

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

.select2-container--default .select2-results__option--highlighted,
.select2-results__option.select2-results__option--highlighted:hover,
.select2-results__option.select2-results__option--highlighted:active,
.select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted:focus {
  background: #0e3f75;
  color: #ffffff;
}

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

.iop-filter__results-number {
  font-size: 18px;
  font-weight: bold;
  color: #5c5a5b;
}

.iop-filter__content .pagination .page-item {
  border-color: #dadada;
}

.iop-filter__content .pagination .page-item.disabled .page-link {
  color: #dadada;
}

.iop-filter__content .pagination .page-item .page-link {
  color: #0e3f75;
}

.iop-filter__content .pagination .page-item .page-link:hover {
  color: #0e3f75;
  text-decoration: none;
}

.iop-filter__content .pagination .page-item.active > a, .iop-filter__content .pagination .page-item.active > a:focus, .iop-filter__content .pagination .page-item.active > a:hover, .iop-filter__content .pagination .page-item.active > span, .iop-filter__content .pagination .page-item.active > span:focus, .iop-filter__content .pagination .page-item.active > span:hover {
  border-color: #0e3f75;
  background-color: #0e3f75;
}

/* END: FILTER */
/* ==== 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: Forms */
#formio input,
#formio textarea,
#formio .form-control.dropdown,
#formio .formio-component-datetime .form-control,
#formio .has-feedback .form-control {
  border: 1px solid #dadada;
}

#formio .formio-component-datetime .input-group-addon {
  border-color: #dadada;
}

#formio .formio-component-datetime .form-control {
  border-radius: 5px 0 0 5px;
}

#formio button.btn.btn-primary {
  border-radius: 40px;
  padding: 10px 50px 5px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
}

#formio button.btn.btn-primary:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

.odx-form__container #formio .formio-component .choices__list .choices__placeholder {
  color: #dadada;
  opacity: 1;
}

input.form-control,
select.form-control,
.form-control.dropdown, textarea.form-control {
  border-color: unset;
}

.formio-button-remove-row {
  border-color: #0e3f75;
  color: #0e3f75;
}

@media (max-width: 650px) {
  .formio-choices.form-group {
    min-width: unset !important;
  }
  .formio-component .table {
    table-layout: fixed;
  }
  #formio .formio-component-datetime .form-control {
    border-radius: 5px;
  }
}

/* END: Forms */
/* START: Spotlight */
.core-spotlight__header {
  display: none;
}

.core-spotlight__container--full-width .core-spotlight__thumbnail {
  border-radius: 20px 0 0 20px;
}

.core-spotlight__container--2col .core-spotlight__info, .core-spotlight__container--full-width .core-spotlight__info {
  border-radius: 0 20px 20px 0;
  background-color: #0e3f75;
}

.core-spotlight__container--2col .core-spotlight__title, .core-spotlight__container--full-width .core-spotlight__title {
  color: #ffffff;
  font-size: 32px;
}

body .content-body .core-spotlight__summary {
  color: #ffffff;
  font-size: 18px;
}

body .content-body .core-spotlight__info .core-spotlight__button,
body .content-body .core-spotlight__info .core-spotlight__button:visited {
  border-radius: 40px;
  padding: 10px 50px 7px;
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 2px solid #ffffff;
}

body .content-body .core-spotlight__info .core-spotlight__button:hover,
body .content-body .core-spotlight__info .core-spotlight__button:visited:hover {
  color: #0e3f75 !important;
  background-color: #ffffff;
  border: 1px solid #0e3f75;
}

.reverse-spotlight .core-spotlight__container--2col,
.reverse-spotlight .core-spotlight__container--full-width {
  flex-direction: row-reverse;
}

.reverse-spotlight .core-spotlight__container--full-width .core-spotlight__thumbnail {
  border-radius: 0px 20px 20px 0;
}

.reverse-spotlight .core-spotlight__container--2col .core-spotlight__info, .reverse-spotlight .core-spotlight__container--full-width .core-spotlight__info {
  border-radius: 20px 0 0 20px;
}

@media (max-width: 991px) {
  .reverse-spotlight .core-spotlight__container--2col,
  .reverse-spotlight .core-spotlight__container--full-width {
    flex-direction: column;
  }
  .reverse-spotlight .core-spotlight__container--full-width .core-spotlight__thumbnail,
  .core-spotlight__container--full-width .core-spotlight__thumbnail {
    border-radius: 20px 20px 0 0;
  }
  .reverse-spotlight .core-spotlight__container--2col .core-spotlight__info,
  .reverse-spotlight .core-spotlight__container--full-width .core-spotlight__info,
  .core-spotlight__container--2col .core-spotlight__info,
  .core-spotlight__container--full-width .core-spotlight__info {
    border-radius: 0 0 20px 20px;
    background-color: #0e3f75;
  }
}

@media (min-width: 350px) and (max-width: 1199px) {
  .core-spotlight__info .core-spotlight__button,
  .core-spotlight__info .core-spotlight__button:visited {
    padding: 10px 35px 7px;
    white-space: normal;
  }
}

/* END: Spotlight */
/* START: Slider */
.core-slider__image-wrapper {
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.core-slider__image {
  border-radius: 20px;
}

.core-slider__button-previous-slide {
  border-radius: 0 20px 0 20px;
}

.core-slider__button-next-slide {
  border-radius: 20px 0 20px 0;
}

.core-slider__button-previous-slide i,
.core-slider__button-next-slide i {
  color: #0098D3;
}

.core-slider__button-previous-slide:hover,
.core-slider__button-next-slide:hover {
  background-color: #0098D3;
}

.core-slider__button-previous-slide:hover i,
.core-slider__button-next-slide:hover i {
  color: #ffffff;
}

.core-slider__title {
  color: #000000;
}

body .content-body .core-slider__summary {
  color: #000000;
}

.core-slider__link,
.core-slider__link:active {
  border-radius: 24px;
  padding: .42857143em 2em;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
}

.core-slider__link:hover,
.core-slider__link:active:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

.core-slider__link:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

@media (min-width: 475px) and (max-width: 768px) {
  .core-slider__info {
    margin-top: 0;
  }
  .core-slider.core-slider__container {
    padding-bottom: 0;
  }
}

@media (max-width: 474px) {
  .core-slider.core-slider__container {
    padding-bottom: 80px;
  }
}

/* END: Slider */
/* START: Featured Video */
.core-featured-video .core-featured-video__container .core-featured-video__play-icon {
  background-color: #000000;
  color: #ffffff;
  opacity: 0.6;
  border-radius: 16px;
  width: 98px;
  height: 67px;
}

.core-featured-video .core-featured-video__container {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #dadada;
}

.core-featured-video
.core-featured-video__container
.core-featured-video__play-icon:hover {
  background-color: #c12637;
}

.core-featured-video
.core-featured-video__container .core-featured-video__item-title {
  color: #000000;
}

.core-featured-video__item-summary {
  color: #5c5a5b;
}

.core-featured-video .core-featured-video__container .core-featured-video__button {
  border-radius: 24px;
  padding: 0.42857143em 2em;
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
}

.core-featured-video .core-featured-video__container .core-featured-video__button:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

.theme-blue .ohio-modal .close {
  color: #0e3f75;
}

.core-featured-video .core-featured-video__container .core-featured-video__item-thumbnail {
  border-radius: 20px 20px 0 0;
}

@media (min-width: 992px) {
  .core-featured-video .core-featured-video__container .core-featured-video__item-thumbnail {
    border-radius: 20px 0 0 20px;
  }
}

/* END: Featured Video */
/* ==== START: Video Gallery ==== */
.core-playlist__current-video-text {
  background-color: #0e3f75;
}

.core-playlist__videos-container .video-gallery__icon-container .video-gallery__icon-circle i {
  color: #0e3f75;
}

/* ==== END: Video Gallery ==== */
/* START: SOCIAL MEDIA SIDEBAR ADS */
.iop-social-ads__link i, .iop-social-ads__link i.fab,
.iop-social-ads__link i,
.iop-social-ads__link i.fab {
  color: #0e3f75;
}

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

.iop-social-ads__title {
  color: #000000;
}

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

/* END: SOCIAL MEDIA SIDEBAR ADS */
/* START: Divisions carousel */
.core-divisions-carousel .core-divisions-carousel__item {
  background-color: #f7f7f7;
  border-radius: 12px;
  height: 92px;
  filter: drop-shadow(rgba(0, 0, 0, 0.13) 0px 4px 5.83333px);
}

.core-divisions-carousel .core-divisions-carousel__list {
  padding: 17px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.core-divisions-carousel
.core-divisions-carousel__item
.core-divisions-carousel__link {
  padding: 25px 10px;
  color: #0e3f75;
}

.core-divisions-carousel
.core-divisions-carousel__item
.core-divisions-carousel__link:hover {
  color: #ffffff;
}

.core-divisions-carousel
.core-divisions-carousel__item
.core-divisions-carousel__title {
  color: #0e3f75;
}

.core-divisions-carousel
.core-divisions-carousel__item
.core-divisions-carousel__title:hover {
  color: #ffffff;
}

.core-divisions-carousel .core-divisions-carousel__item:hover {
  background-color: #0e3f75;
  color: #ffffff;
}

.core-divisions-carousel .core-divisions-carousel__item:hover .core-divisions-carousel__title {
  color: #ffffff;
}

.core-carousel-button-left .icon,
.core-carousel-button-right .icon {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  color: #0098D3;
  font-size: 24px;
  border-color: #ffffff;
}

.core-carousel-button-left .icon:hover,
.core-carousel-button-right .icon:hover {
  background-color: #0098D3;
  color: #ffffff;
  border-color: #0098D3;
}

.core-carousel-button-right .icon {
  left: -35px;
}

.core-carousel-button-left .icon {
  right: -25px;
}

/* END: Divisions carousel */
/** ============ START: Bio Cards ============ **/
.core-bio-card__item .core-bio-card__info {
  padding: 20px 20px 0 0;
}

.core-bio-card__item .core-bio-card__title {
  color: #000000;
  margin-top: 10px;
}

.core-bio-card__item .core-bio-card__body a {
  font-weight: normal;
}

.odx-leader-content__header {
  display: none;
}

.odx-leader-content__header + hr {
  display: none !important;
}

.med-board-members .core-bio-card__list {
  flex-flow: column;
  gap: 60px;
}

a.core-bio-card__button.btn.btn-primary {
  width: 223px;
  height: 50px;
  font-size: 18px;
  padding: 12px 34px;
  color: #ffffff !important;
  background-color: #0e3f75;
  border: 1px solid #0e3f75;
}

a.core-bio-card__button.btn.btn-primary:hover {
  color: #ffffff !important;
  background-color: #082646;
  border: 1px solid #082646;
}

/** ============ END: Bio Cards ============ **/
/* START: Banner & Intro */
body .content-body .intro-text__container h1 {
  margin-top: 0;
  font-weight: bold;
}

.intro-text__container p {
  margin-bottom: 0;
}

.intro-text__container .btn {
  margin-top: 20px;
  width: max-content;
}

@media (min-width: 768px) and (max-width: 991px) {
  .smbo-homepage .odx-top-container {
    top: 110px;
    position: relative;
  }
  .intro-text__container {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .smbo-homepage .odx-mega-banner {
    display: block;
  }
}

/* END: Banner & Intro */
/* START: Footer */
body .content-body .single-column-footer {
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .content-body .single-column-footer .odx_secondary-footer .odx_secondary-footer__social ul li a {
  color: #ffffff;
}

body .content-body .single-column-footer .odx_secondary-footer .odx_secondary-footer__social ul li a:hover {
  color: #0098D3;
}

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

body
.content-body
.single-column-footer
.odx_primary-footer
.odx-footer-navigation__main-item
.ohio-footer-navigation__header {
  color: #000000;
}

.iop_mobile-menu__nav ul li .odx-page-description {
  display: none;
}

body
.content-body
.single-column-footer
.odx_primary-footer
.odx-footer-navigation__main-item
a {
  color: #000000;
}

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

/* END: Footer */
/* START: Questions LP */
.med-questions-lp .ohio-card {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #0e3f75;
  height: 212px;
}

.med-questions-lp .ohio-card:hover {
  background-color: #0e3f75;
  border-color: #0e3f75;
  color: #ffffff;
}

.med-questions-lp .ohio-card:hover .ohio-card-content .ohio-card-content-header {
  color: #ffffff;
}

.med-questions-lp .ohio-card .ohio-card-bg {
  display: none;
}

.med-questions-lp .ohio-card .ohio-card-content .ohio-card-content-header {
  color: #0e3f75;
}

.med-questions-lp .ohio-card .ohio-card-content .ohio-card-content-header:hover {
  color: #ffffff;
}

/* END: Questions LP */
/* START: Help Center LP */
.med-helpCenter-lp .odx-section-resources-cards-list .odx-carousel-cards-item {
  background-color: #f7f7f7;
  color: #0e3f75;
  border-radius: 12px;
  height: 92px;
  filter: drop-shadow(rgba(0, 0, 0, 0.13) 0px 4px 5.83333px);
}

.med-helpCenter-lp .odx-section-resources-cards-list .odx-carousel-cards-item:hover {
  color: #ffffff;
  background-color: #0e3f75;
}

.med-helpCenter-lp .odx-section-resources-cards-list .ohio-card {
  border: none;
}

.med-helpCenter-lp .odx-section-resources-cards-list .ohio-card .ohio-card-bg {
  display: none;
}

.med-helpCenter-lp .odx-section-resources-cards-list .ohio-card .ohio-card-content {
  border: none;
  min-height: 92px;
  padding: 10px 15px;
}

.med-helpCenter-lp .odx-section-resources-cards-list .ohio-card .ohio-card-content p {
  display: none;
}

.med-helpCenter-lp .odx-section-resources-cards-list .ohio-card .ohio-card-content-header {
  margin: 15px 0 0;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0e3f75;
  overflow: hidden;
}

.med-helpCenter-lp .odx-section-resources-cards-list .ohio-card .ohio-card-content-header:hover {
  color: #ffffff;
}

/* END: Help Center LP */
/* START: Subscribe Banner */
.iop-call-to-action {
  display: none;
}

.med-subscribe-banner .iop-call-to-action {
  display: block;
}

body .content-body .single-column-footer .iop-call-to-action {
  background-color: #dadada;
}

body .content-body .single-column-footer .iop-call-to-action__container .iop-call-to-action__content .iop-call-to-action__prefix {
  display: none;
}

body .content-body .single-column-footer .iop-call-to-action__container .iop-call-to-action__content .iop-call-to-action__title {
  color: #464846;
  font-size: 28px;
  line-height: 1.15em;
}

body .content-body .single-column-footer .iop-call-to-action__action {
  padding: 6px 32px 2px;
  background-color: #0e3f75;
  border-color: #0e3f75;
}

@media (min-width: 768px) {
  body .content-body .single-column-footer .iop-call-to-action__container .iop-call-to-action__content {
    width: 40%;
  }
}

/* END: Subscribe Banner */
/*START: Image caption*/
.odx-content__image-caption {
  display: none;
}

/* END: Image Caption */
/* END - ODX Common Design / Utility / Style Sheets / SCSS / Agencies / MED / med-custom-styles.scss */
