/* START - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > OBM2 > obm2-custom-styles.scss */
/*Start: News and spotlight */
.core-full-height-wrapper {
  margin-bottom: 40px;
  gap: 0px 20px;
}

/*End: News and Spotlight*/
/* START: Bonds & Investors Modal */
body .content-body #bonds-and-investors-modal .modal-body p {
  font-size: 14px;
}

#bonds-and-investors-modal .modal-header {
  background-image: url("");
}

#bonds-and-investors-modal .modal-title {
  text-align: center;
  font-size: 36px;
  max-width: 60%;
  margin: 20px auto;
  font-weight: normal;
  font-family: "Source Sans Pro";
}

#bonds-and-investors-modal .bonds-and-investors-modal__button--accept {
  background-color: #4fac69;
  color: #ffffff;
}

#bonds-and-investors-modal .bonds-and-investors-modal__button--reject {
  background-color: #e2e2e2;
  color: #464846;
}

/* END: Bonds & Investors Modal */
/*Start: Footer*/
@media (min-width: 768px) and (max-width: 992px) {
  body .content-body .single-column-footer .odx_primary-footer .ohio-footer-navigation {
    width: 100%;
  }
}

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

/*End: Footer*/
/*Start: spotlight*/
body .content-body .odx-no-margin-bottom .margin-bottom-md .core-spotlight__container.core-spotlight__container--full-width.margin-bottom-md {
  margin-bottom: 40px;
}

/*End: Spotlight*/
/*START: No SOCIAL MEDIA ON RESOURCE */
.content-body .odx-share-this {
  display: none;
}

/*END: No SOCIAL MEDIA ON RESOURCE */
/* END - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > OBM2 > obm2-custom-styles.scss */
