#legacy-content {
  img,
table {
  max-width: 100%;
}

.oa_blogs > * {
  max-width: 100%;
}

section,
.oa_banner_single,
.oa_blogs {
  overflow: hidden;
}

/* BANNER */
section#oa_banner.oa_banner_short div.oa_banner_content div.oa_content_holder {
  padding-bottom: 1%;
}

/* BREAD-CRUMBS */
section#oa_breadcrumbs {
  padding: 5px;
  background-color: #fbfbfb;
}
section#oa_breadcrumbs .oa_right_content {
  text-align: right;
}
section#oa_breadcrumbs div.oa_sub_sec {
  display: inline-block;
  margin-left: 20px;
}
section#oa_breadcrumbs div.oa_sub_sec * {
  color: #5e5e5e;
}
section#oa_breadcrumbs div.oa_sub_sec.left {
  margin-left: -10px;
}
section#oa_breadcrumbs div.oa_sub_sec a {
  display: inline-block;
  padding: 10px;
}
section#oa_breadcrumbs div.oa_sub_sec a:hover {
  text-decoration: none;
}
section#oa_breadcrumbs div.oa_sub_sec a i {
  position: relative;
  top: -3px;
  left: -5px;
}

/* BANNER_SINGLE_PAGE */
div.oa_banner_single {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.oa_banner_single > img {
  height: 0px !important;
  margin: 0px;
  padding: 0px;
  display: none;
}
div.oa_banner_single div.oa_banner_single_content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 2;
  padding-top: 190px;
  padding-bottom: 1px;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (min-width: 992px) {
  div.oa_banner_single div.oa_banner_single_content {
    padding-top: 290px;
  }
}
div.oa_banner_single div.oa_banner_single_content div.container {
  margin-bottom: 30px;
}
div.oa_banner_single div.oa_banner_single_content div.oa_title h1,
div.oa_banner_single div.oa_banner_single_content div.oa_title h2,
div.oa_banner_single div.oa_banner_single_content div.oa_title h3,
div.oa_banner_single div.oa_banner_single_content div.oa_title h4,
div.oa_banner_single div.oa_banner_single_content div.oa_title h5,
div.oa_banner_single div.oa_banner_single_content div.oa_title h6 {
  text-align: center;
  color: white;
  font-weight: regular;
  font-size: 16pt !important;
  text-transform: uppercase;
}
div.oa_banner_single div.oa_banner_single_content div.oa_details {
  display: table;
  clearfix: both;
  margin: 0px auto;
  padding-top: 15px;
}
div.oa_banner_single div.oa_banner_single_content div.oa_details div.oa_name {
  float: left;
  color: white;
  font-size: 12pt;
}
div.oa_banner_single div.oa_banner_single_content div.oa_details div.oa_name a {
  color: #fff;
}
div.oa_banner_single div.oa_banner_single_content div.oa_details div.oa_dot {
  float: left;
  background-color: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0px 10px;
  position: relative;
  top: 12px;
}
div.oa_banner_single div.oa_banner_single_content div.oa_details div.oa_date {
  float: left;
  color: white;
  font-size: 12pt;
}

/* BLOGS LISTS */
div.oa_blogs {
  margin-top: 40px;
}
div.oa_blogs article.oa_article:nth-child(3n+1) {
  clear: both;
}
div.oa_blogs article.oa_article img.oa_featured {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.oa_blogs article.oa_article div.oa_details {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
div.oa_blogs article.oa_article div.oa_category {
  margin: 0 -4px;
}
div.oa_blogs article.oa_article div.oa_category p {
  color: #5e5e5e;
}
div.oa_blogs article.oa_article div.oa_category p a {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10pt;
  font-weight: bold;
  color: #1a8fcb;
}
div.oa_blogs article.oa_article div.oa_title h1,
div.oa_blogs article.oa_article div.oa_title h2,
div.oa_blogs article.oa_article div.oa_title h3,
div.oa_blogs article.oa_article div.oa_title h4,
div.oa_blogs article.oa_article div.oa_title h5,
div.oa_blogs article.oa_article div.oa_title h6 {
  color: #5e5e5e;
  font-size: 15pt;
  text-align: left;
}
div.oa_blogs article.oa_article div.article_footer {
  margin-top: 20px;
  border-top: solid 1px #ddd;
  padding-top: 10px;
}
div.oa_blogs article.oa_article div.article_footer div.oa_author {
  float: left;
}
div.oa_blogs article.oa_article div.article_footer div.oa_author p {
  font-size: 12px;
}
div.oa_blogs article.oa_article div.article_footer div.oa_date_published {
  float: right;
}
div.oa_blogs article.oa_article div.article_footer div.oa_date_published p {
  font-size: 12px;
}
div.oa_blogs article.oa_article.oa_widget_event div.oa_details {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
}
div.oa_blogs article.oa_article.oa_widget_event div.oa_exerpt.oa_sub_description p {
  font-size: 10pt !important;
  text-align: left !important;
}
div.oa_blogs article.oa_article.oa_widget_event div.oa_title h1,
div.oa_blogs article.oa_article.oa_widget_event div.oa_title h2,
div.oa_blogs article.oa_article.oa_widget_event div.oa_title h3,
div.oa_blogs article.oa_article.oa_widget_event div.oa_title h4,
div.oa_blogs article.oa_article.oa_widget_event div.oa_title h5,
div.oa_blogs article.oa_article.oa_widget_event div.oa_title h6 {
  font-size: 12pt;
  text-align: left !important;
}
div.oa_blogs div.oa_latest_blog_container {
  margin-bottom: 50px;
}
div.oa_blogs div.oa_latest_blog_container .carousel-control {
  background-image: none !important;
}
div.oa_blogs div.oa_latest_blog_container ol.carousel-indicators {
  bottom: -45px !important;
}
div.oa_blogs div.oa_latest_blog_container ol.carousel-indicators li {
  background-color: #ddd;
  margin-right: 10px;
}
div.oa_blogs div.oa_latest_blog_container ol.carousel-indicators li.active {
  background-color: #1a8fcb;
}
div.oa_blogs div.oa_latest_blog_container ol.carousel-indicators li:last-child {
  margin-right: 1px;
}
div.oa_blogs div.oa_posts_container {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.oa_blogs div.oa_posts_container.oa_archive_studies article.oa_article {
  width: 33.33333%;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 991px) {
  div.oa_blogs div.oa_posts_container.oa_archive_studies article.oa_article {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  div.oa_blogs div.oa_posts_container.oa_archive_studies article.oa_article {
    width: 100%;
  }
}
div.oa_blogs div.oa_posts_container.oa_page_single {
  border: 0px;
}
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content {
  margin-bottom: 90px;
}
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content.study_page {
  margin-bottom: 10px;
}
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content img {
  width: 100%;
  height: auto !important;
  margin-bottom: 10px;
}
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content p,
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content li,
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content span,
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content label {
  font-size: 14pt;
}
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content h2,
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content h3,
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content h4,
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content h5,
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content h6 {
  font-size: 17pt;
}
div.oa_blogs div.oa_posts_container.oa_page_single p {
  font-size: 16pt;
}
div.oa_blogs div.oa_posts_container article.oa_article {
  width: 50%;
  padding: 15px;
  float: left;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 991px) {
  div.oa_blogs div.oa_posts_container article.oa_article {
    /* RESPOND-MIN */
    /* RESPOND-MAX */
    /* RESPOND-LANDSCAPE */
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  div.oa_blogs div.oa_posts_container article.oa_article {
    width: 100%;
  }
}
div.oa_blogs div.oa_posts_container article.oa_article .oa_title h1,
div.oa_blogs div.oa_posts_container article.oa_article .oa_title h2,
div.oa_blogs div.oa_posts_container article.oa_article .oa_title h3,
div.oa_blogs div.oa_posts_container article.oa_article .oa_title h4,
div.oa_blogs div.oa_posts_container article.oa_article .oa_title h5,
div.oa_blogs div.oa_posts_container article.oa_article .oa_title h6 {
  text-align: left;
}
div.oa_blogs div.oa_posts_container article.oa_article .oa_details {
  padding: 0px 10px;
  margin-top: 10px;
}
div.oa_blogs div.oa_posts_container article.oa_article .oa_details div.oa_category {
  margin-top: 5px;
}
div.oa_blogs div.oa_posts_container article.oa_article .oa_details div.article_footer {
  font-size: 12px;
}

/* STUDIES */
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content img.oa_study_featured_image {
  width: 50% !important;
}

.oa_banner_single_content.oam_studies_single {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-dimmer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}

ul.oa_study_preview_ss {
  margin: 20px 0px;
  padding: 0px;
  text-align: center;
}
ul.oa_study_preview_ss li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 10px;
}
ul.oa_study_preview_ss li img {
  height: 200px;
  border: solid 1px #aaa;
}
ul.oa_study_preview_ss li:first-child {
  display: block;
  width: 100%;
}
ul.oa_study_preview_ss li:first-child img {
  width: 500px;
  height: auto !important;
}

/* POSTS NAVIGATION */
nav.posts-navigation {
  margin: 30px 0px;
}
nav.posts-navigation .screen-reader-text {
  display: none;
}
nav.posts-navigation div.nav-links {
  text-align: center;
}
nav.posts-navigation div.nav-links div.nav-previous,
nav.posts-navigation div.nav-links div.nav-next {
  display: inline-block;
}
nav.posts-navigation div.nav-links div.nav-previous:first-child,
nav.posts-navigation div.nav-links div.nav-next:first-child {
  margin-right: 20px;
}
nav.posts-navigation div.nav-links div.nav-previous:last-child,
nav.posts-navigation div.nav-links div.nav-next:last-child {
  margin-right: 0;
}
nav.posts-navigation div.nav-links div.nav-previous a,
nav.posts-navigation div.nav-links div.nav-next a {
  color: #737475;
  font-size: 16px;
  font-weight: 600;
}

/* AUTHOR CONTAINER */
div.oa_author_detail_container {
  background-color: #fafafa;
  padding: 5px;
  padding-left: 130px;
  position: relative;
}
div.oa_author_detail_container div.oa_author_avatar_container {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 23px;
  top: 15px;
  border: solid 2px #e3e3e3;
  height: 90px;
  width: 90px;
}
div.oa_author_detail_container div.oa_author_avatar_container img {
  width: 100% !important;
}
div.oa_author_detail_container div.oa_author_content div.oa_top {
  border-bottom: solid 1px #ebebeb;
  padding: 10px;
}
div.oa_author_detail_container div.oa_author_content div.oa_top div.oa_name {
  display: inline-block;
}
div.oa_author_detail_container div.oa_author_content div.oa_top div.oa_name h3 {
  margin: 0px;
  padding: 0px;
  font-size: 15pt;
  font-color: #5e5e5e;
}
div.oa_author_detail_container div.oa_author_content div.oa_top div.oa_social_media {
  float: right;
  display: inline-block;
}
div.oa_author_detail_container div.oa_author_content div.oa_top div.oa_social_media ul.oa_social_media_ul {
  padding: 0px;
  margin: 0px;
}
div.oa_author_detail_container div.oa_author_content div.oa_top div.oa_social_media ul.oa_social_media_ul li {
  display: inline-block;
}
div.oa_author_detail_container div.oa_author_content div.oa_top div.oa_social_media ul.oa_social_media_ul li img {
  width: 30px;
}
div.oa_author_detail_container div.oa_author_content div.oa_middle {
  padding: 10px;
}

/* COMMENT STYLE */
/* COMMENT FORM */
div.comment-respond h3.comment-reply-title {
  font-size: 15pt;
  color: #888;
}
div.comment-respond form.comment-form p.comment-form-comment label {
  width: 100%;
  font-size: 12pt;
}
div.comment-respond form.comment-form p.comment-form-comment textarea#comment {
  width: 100% !important;
  min-width: 100%;
  border: solid 1px #ddd;
}
div.comment-respond form.comment-form p.comment-form-author,
div.comment-respond form.comment-form p.comment-form-email {
  display: inline-block;
  width: 50%;
  float: left;
}
div.comment-respond form.comment-form p.comment-form-author label,
div.comment-respond form.comment-form p.comment-form-email label {
  width: 100%;
  font-size: 12pt;
}
div.comment-respond form.comment-form p.comment-form-author input,
div.comment-respond form.comment-form p.comment-form-email input {
  width: 100% !important;
  min-width: 100%;
  border: solid 1px #ddd;
}
div.comment-respond form.comment-form p.comment-form-url {
  width: 100%;
}
div.comment-respond form.comment-form p.comment-form-url label {
  width: 100%;
  font-size: 12pt;
}
div.comment-respond form.comment-form p.comment-form-url input {
  width: 100% !important;
  min-width: 100%;
  border: solid 1px #ddd;
}
div.comment-respond form.comment-form p.form-submit input.submit {
  background-color: transparent;
  border: solid 1px #618397;
  color: #1a8fcb;
  padding: 7px 14px;
}

/* SIDEBAR  */
/* SEARCH BAR */
div.oa_search_bar div.oa_search_input {
  position: relative;
  width: 100%;
}
div.oa_search_bar div.oa_search_input input.oa_search_box {
  border: 0px;
  border-bottom: solid 2px #ddd;
  width: 100%;
  padding: 10px;
  color: #5e5e5e;
}
div.oa_search_bar div.oa_search_input input.oa_search_box::-moz-placeholder {
  color: #959595;
}
div.oa_search_bar div.oa_search_input input.oa_search_box::placeholder {
  color: #959595;
}
div.oa_search_bar div.oa_search_input input.oa_search_icon {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0px;
  top: 0px;
  background-image: url("../img/search_icon.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
  background-color: transparent;
}

div.oa_before_widget {
  padding: 0px 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: dashed 2px #ddd;
}
div.oa_before_widget:last-child {
  border-bottom: none;
}
div.oa_before_widget div.oa_before_title {
  font-size: 12pt;
  color: #1a8fcb;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.oa_search_widget .oa_before_title {
  display: none;
}

.oa_recent_widget img,
.oa_latest_studies_widget img {
  border-radius: 50%;
  border: solid 2px #ccc;
  height: 70px;
  width: 70px;
}
.oa_recent_widget .rpwwt-post-title,
.oa_latest_studies_widget .rpwwt-post-title {
  position: relative;
  top: 14px;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #5e5e5e;
}
.oa_recent_widget .rpwwt-post-date,
.oa_latest_studies_widget .rpwwt-post-date {
  position: relative;
  top: 16px;
  color: #bbb;
}

.oa_category_widget ul {
  margin: 0px;
  padding-left: 20px;
}
.oa_category_widget ul li {
  padding-bottom: 10px;
}
.oa_category_widget ul li a {
  color: #5e5e5e;
  font-size: 14px;
}

/* RECENT POSTS */
div.oa_recent_post,
.oa_latest_studies_widget {
  padding: 0px 10px;
  margin: 0px;
}
div.oa_recent_post div.oa_title h1,
div.oa_recent_post div.oa_title h2,
div.oa_recent_post div.oa_title h3,
div.oa_recent_post div.oa_title h4,
div.oa_recent_post div.oa_title h5,
div.oa_recent_post div.oa_title h6,
.oa_latest_studies_widget div.oa_title h1,
.oa_latest_studies_widget div.oa_title h2,
.oa_latest_studies_widget div.oa_title h3,
.oa_latest_studies_widget div.oa_title h4,
.oa_latest_studies_widget div.oa_title h5,
.oa_latest_studies_widget div.oa_title h6 {
}
div.oa_recent_post .oa_posts_container,
.oa_latest_studies_widget .oa_posts_container {
  border: 0px !important;
}
div.oa_recent_post .oa_posts_container .oa_post_item,
.oa_latest_studies_widget .oa_posts_container .oa_post_item {
  position: relative;
  margin-bottom: 15px;
}
div.oa_recent_post .oa_posts_container .oa_post_item:last-child,
.oa_latest_studies_widget .oa_posts_container .oa_post_item:last-child {
  margin-bottom: 0px;
}
div.oa_recent_post .oa_posts_container .oa_post_item .oa_featured_img,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_featured_img {
  position: relative;
  float: left;
  height: 80px;
  width: 80px;
  border: solid 3px #ddd;
  margin-right: 10px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail {
  vartical-align: middle;
}
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title {
  margin-top: 8px;
}
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h1,
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h2,
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h3,
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h4,
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h5,
div.oa_recent_post .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h6,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h1,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h2,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h3,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h4,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h5,
.oa_latest_studies_widget .oa_posts_container .oa_post_item .oa_post_detail .oa_post_title h6 {
  margin-top: 13px;
}
div.oa_latest_studies_widget img {
  border-radius: 0px !important;
}

/* PLUGINS STYLES */
/* SOCILA SHARE */
.dpsp-share-text {
  display: none;
}

/* GENERAL */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* BLOG CONTENT */
.wp-caption-text {
  font-size: 12pt !important;
  background-color: #f3f3f3;
  padding: 5px;
  margin-top: -11px;
}

.fts-jal-fb-header {
  display: none !important;
}

.fts-jal-fb-group-display.fts-simple-fb-wrapper > a.fts-powered-by-text {
  display: none !important;
}

.fts-jal-single-fb-post:last-child {
  border-bottom: none !important;
}

.fts-fb-scrollable {
  padding-right: 10px;
}

.fts-jal-fb-user-name {
  padding-top: 14px;
}
.fts-jal-fb-user-name a {
  font-size: 14px;
  color: #5e5e5e;
}

.fts-jal-fb-message {
  font-size: 12px;
  color: #5e5e5e;
}

.fts-jal-fb-name,
.fts-jal-fb-message a,
.fts-jal-single-fb-post a {
  color: #1a8fcb;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 ul li,
.widget-text.wp_widget_plugin_box.rpwwt-widget ul li {
  overflow: unset !important;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 ul li a,
.widget-text.wp_widget_plugin_box.rpwwt-widget ul li a {
  display: flex;
  align-items: center;
  color: #5e5e5e;
  font-weight: bold;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 ul li a img,
.widget-text.wp_widget_plugin_box.rpwwt-widget ul li a img {
  border-radius: 50%;
  border: 2px solid #ddd;
  margin: 0;
  margin-right: 18px;
}

ul li.cat-item {
  margin-bottom: 10px;
}
ul li.cat-item:last-child {
  margin-bottom: 0;
}
ul li.cat-item a {
  color: #5e5e5e;
  font-weight: bold;
}

div.oa_blogs article.oa_article img.oa_featured {
  padding: 0 10px;
}

div.oa_blogs article.oa_article div.oa_details {
  padding-left: 10px;
  padding-right: 10px;
}

/* RESPOND-MIN */
@media only screen and (min-width: 992px) {
  .row {
    display: flex;
  }
  .row .oa_article {
    position: relative;
    padding-bottom: 48px !important;
  }
  .row .oa_article .oa_details .article_footer {
    width: calc(100% - 50px);
    position: absolute;
    bottom: 0;
  }
}
/* RESPOND-MAX */
/* RESPOND-LANDSCAPE */
div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content img {
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  div.oa_blogs div.oa_posts_container.oa_page_single article div.entry-content img {
    width: 100% !important;
    display: block;
  }
}

/* RESPOND-MIN */
/* RESPOND-MAX */
@media only screen and (max-width: 767px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}
/* RESPOND-LANDSCAPE */
div.oa_blogs div.oa_posts_container {
  display: flex;
  flex-wrap: wrap;
}

ol.two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
}

ol.two-columns li {
  text-align: left;
}

.table-of-contents {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0 20px 20px;
  margin: 30px 0;
  background: #f4f4f4;
}

.table-of-contents h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12pt !important;
}

.table-of-contents h2 + * {
  width: 100%;
}

.table-of-contents li {
  font-size: 12pt !important;
  font-weight: bold;
}

.table-of-contents li a {
  color: inherit;
}

.wp-video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

.wp-video-shortcode {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 767px) {
  article {
    width: 100%;
  }
  article table {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .oa_narrow_text {
    padding: 0 !important;
  }
}
/* RESPOND-MIN */
/* RESPOND-MAX */
/* RESPOND-LANDSCAPE */
.pull-quote {
  width: 50%;
  font-weight: bold;
  font-size: 18pt !important;
  float: right;
  padding-left: 30px;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  .pull-quote {
    width: 100%;
    float: unset;
    padding-left: 0;
  }
}
.pull-quote.left {
  float: left;
  padding-left: 0;
  padding-right: 30px;
}/*# sourceMappingURL=page_index.css.map */
}