/*
Theme Name: Noia 2019
Theme URI:
Description:
Version: 1.0
Tags:
Text Domain: noiaca
Domain Path: noiaca
Author: Triware Technologies Inc.
Author URI: http://triware.ca/
*/

/* GLOBAL */

@font-face {
  font-family: "BasicGothicPro-Medium";
  src: url("assets/fonts/BasicGothicPro-Medium.eot?") format("eot"),
    url("assets/fonts/BasicGothicPro-Medium.woff") format("woff"),
    url("assets/fonts/BasicGothicPro-Medium.ttf") format("truetype");
}

/* @font-face {
      font-family:'BasicGothicPro-Medium';
      src:url(assets/fonts/BasicGothicPro-Medium.otf);
  } */

@font-face {
  font-family: "BasicGothicPro-Book";
  src: url("assets/fonts/BasicGothicPro-Book.eot?") format("eot"),
    url("assets/fonts/BasicGothicPro-Book.woff") format("woff"),
    url("assets/fonts/BasicGothicPro-Book.ttf") format("truetype");
}

/* @font-face {
      font-family:'BasicGothicPro-Book';
      src:url(assets/fonts/BasicGothicPro-Book.otf);
  } */

@font-face {
  font-family: "BasicGothicPro-Demibold";
  src: url("assets/fonts/BasicGothicPro-Demibold.eot?") format("eot"),
    url("assets/fonts/BasicGothicPro-Demibold.woff") format("woff"),
    url("assets/fonts/BasicGothicPro-Demibold.ttf") format("truetype");
}

/* @font-face {
      font-family:'BasicGothicPro-Demibold';
      src:url(assets/fonts/BasicGothicPro-Demibold.otf);
  } */

@font-face {
  font-family: "BasicGothicPro-Bold";
  src: url("assets/fonts/BasicGothicPro-Bold.eot?") format("eot"),
    url("assets/fonts/BasicGothicPro-Bold.woff") format("woff"),
    url("assets/fonts/BasicGothicPro-Bold.ttf") format("truetype");
}

/* @font-face {
      font-family:'BasicGothicPro-Bold';
      src:url(assets/fonts/BasicGothicPro-Bold.otf);
  } */

/* * {
      font-family: 'ff-basic-gothic-pro';
  } */

* {
  font-family: "BasicGothicPro-Book";
}

h1 {
  font-family: "BasicGothicPro-Bold";
}

a {
  font-family: "BasicGothicPro-Bold";
}

ul.sub-menu li {
  list-style: none;
}

.blue {
  color: rgb(0, 90, 140) !important;
}

.yellow {
  color: #e3652d !important;
}

/* .inner-holder #post-* img {
      width: initial;
      max-width: 100%;
      height: auto;
  } */

/* HEADER */

header .header-top-bar {
  background-color: rgb(0, 90, 140);
  padding: 15px 0;
}

header .header-top-bar .header-top-sidebar,
header .header-top-bar .header-top-sidebar a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  font-family: "BasicGothicPro-Bold";
}

header .header-top-bar .header-top-sidebar ul {
  margin-bottom: 0;
}

header .header-top-bar .header-top-sidebar .widget-title {
  display: none;
}

header .header-top-bar .header-top-left-sidebar .widget {
  float: left;
  margin-right: 40px;
}

header .header-top-bar .header-top-left-sidebar .widget:last-child {
  margin-right: 0;
}

header .header-top-bar .header-top-left-sidebar ul li {
  padding-right: 24px;
}

header .header-top-bar .header-top-left-sidebar ul li:last-child {
  padding-right: 0;
}

header .header-top-bar .header-top-right-sidebar .widget {
  float: right;
  margin-left: 40px;
}

header .header-top-bar .header-top-right-sidebar .widget:last-child {
  color: #e3652d;
  margin-left: 0;
}

header .header-top-bar .header-top-right-sidebar ul li {
  padding-right: 24px;
}

header .header-top-bar .header-top-right-sidebar ul li:last-child {
  padding-right: 0;
}

header .header-top {
  border-bottom: 2px solid #e3652d;
  padding-bottom: 16px;
}

header .header-top .header-advertisement {
  background-color: #e6e6e6;
  margin-bottom: 16px;
}

header .header-top .advertisement-contents {
  padding: 25px 10px;
}

header .header-top .header-search {
  bottom: 0;
  max-width: 420px;
  position: absolute;
  right: 0;
  width: 100%;
}

header .header-top .header-search .form-control::-webkit-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}

header .header-top .header-search .form-control::placeholder {
  color: #b9b9b9;
  opacity: 1;
}

header .header-top .header-search .s,
header .header-top-bar-wrap .header-search .s {
  /*border-color: #f8f8f2;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;*/
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgb(0, 90, 140);
  border: none;
}

header .header-top .header-search .search-submit,
header .header-top-bar-wrap .header-search .search-submit {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: none;
  color: #e3652d;
  font-size: 20px;
  padding: 4px 8px;
}

header .header-top-bar-wrap .header-search .input-group-btn {
  height: auto;
}

header .header-top .header-logo a {
  color: rgb(0, 90, 140);
  text-decoration: none;
}

header .header-top .header-logo h1 {
  font-family: "BasicGothicPro-Book";
  font-size: 30px;
  font-weight: 600;
}

header .header-top .header-logo img {
  max-width: 175px;
}

/* PRIMARY MENU */

header .header-top .header-primary-menu .navbar {
  padding: 0;
}

header .header-top .header-primary-menu .navbar li {
  line-height: 1.25;
  margin-right: 28px;
  position: relative;
}

header .header-top .header-primary-menu .navbar li[class*="fsm-"] {
  margin-right: 30px;
}

header .header-top .header-primary-menu .navbar li:last-child {
  margin-right: 0;
}

header .header-top .header-primary-menu .navbar li[class*="fsm-"]::after {
  color: #b9b9b9;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-top: -2px;
  margin-left: 5px;
  position: absolute;
}

header .header-top .header-primary-menu .navbar li a {
  color: rgb(0, 90, 140);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

header .header-top .header-primary-menu .navbar ul.sub-menu {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(2, 51, 91, 0.4);
  -moz-box-shadow: 2px 2px 5px 0 rgba(2, 51, 91, 0.4);
  box-shadow: 2px 2px 5px 0 rgba(2, 51, 91, 0.4);
  display: none;
  left: 0;
  margin-top: 5px;
  min-width: 230px;
  padding-left: 0;
  position: absolute;
  z-index: 1001;
}

header .header-top .header-primary-menu .navbar li:hover ul.sub-menu {
  display: block;
}

header .header-top .header-primary-menu .navbar ul.sub-menu li {
  background-color: rgba(255, 255, 255, 0.95);
  padding-right: 0;
}

header .header-top .header-primary-menu .navbar ul.sub-menu li a {
  display: block;
  font-size: 15px;
  padding: 9px 15px;
  text-decoration: none;
}

header .header-top .header-primary-menu .navbar ul.sub-menu li a:hover {
  background-color: #fff;
  border-left: 4px solid rgb(0, 90, 140);
  padding-left: 11px;
}

/* FANCY SUB-MENU */

header .header-fancy-sub-menus {
  background-color: rgb(0, 90, 140);
  border-bottom: 2px solid #e3652d;
  display: none;
  height: 1px;
}

header .header-fancy-sub-menus .header-fancy-sub-menu {
  display: none;
  padding: 120px 0 80px 60px;
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col1 h4 {
  border-top: 10px solid #e3652d;
  color: #fff;
  font-family: "BasicGothicPro-Bold";
  font-size: 26px;
  margin-top: -50px;
  margin-bottom: 0;
  padding-top: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col2 ul {
  margin-bottom: 0;
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col2 ul li {
  font-size: 14px;
  line-height: 2.25;
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col2 ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "BasicGothicPro-Book";
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col3 p {
  margin-bottom: 0;
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col3 a.image {
  display: inline-block;
  margin-bottom: 10px;
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col3 a.image img {
  border-bottom: 5px solid #e3652d;
  max-height: 100px;
  width: auto;
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col3 a.title {
  color: #fff;
  display: block;
  font-family: "BasicGothicPro-Book";
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

header .header-fancy-sub-menus .header-fancy-sub-menu-col3 span.excerpt {
  color: #fff;
  display: block;
  font-size: 14px;
}

/* SOCIAL ICONS */

header .header-social li {
  display: inline;
}

header .header-social li i.fab {
  font-size: 17px;
}

/* FLOATING MENU */

header .header-floating-menu {
  position: fixed;
  top: 40%;
  left: 0;
  width: auto;
  width: 90px;
}

header .header-floating-menu .header-floating-menu-wrap {
  background-color: rgb(0, 90, 140);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
  left: 0;
  max-width: 45px;
  padding: 18px 6px;
  position: absolute;
  top: 0;
  z-index: 1000;
}

header .header-floating-menu .header-floating-menu-wrap.fixed {
  position: fixed;
  top: 42px;
}

header .header-floating-menu .header-floating-menu-wrap .widget-title {
  display: none;
}

header .header-floating-menu .header-floating-menu-wrap .menu-sidebar ul {
  margin-bottom: 0;
}

header .header-floating-menu .header-floating-menu-wrap .menu-sidebar ul li {
  padding-bottom: 15px;
  position: relative;
}

header
  .header-floating-menu
  .header-floating-menu-wrap
  .menu-sidebar
  ul
  li:last-child {
  padding-bottom: 0;
}

header
  .header-floating-menu
  .header-floating-menu-wrap
  .menu-sidebar
  ul
  li
  a
  img {
  position: relative;
  z-index: 1;
}

header
  .header-floating-menu
  .header-floating-menu-wrap
  .menu-sidebar
  ul
  li
  a
  span {
  background-color: rgb(0, 90, 140);
  border: 1px solid #c6d1da;
  border-left: none;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(2, 51, 91, 0.4);
  -moz-box-shadow: 2px 2px 5px 0 rgba(2, 51, 91, 0.4);
  box-shadow: 2px 2px 5px 0 rgba(2, 51, 91, 0.4);
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 700;
  left: 27px;
  min-width: 130px;
  padding: 3px 15px 3px 20px;
  position: absolute;
  top: 3px;
  white-space: nowrap;
  font-family: "BasicGothicPro-Bold";
}

header
  .header-floating-menu
  .header-floating-menu-wrap
  .menu-sidebar
  ul
  li:hover
  a
  span,
header
  .header-floating-menu
  .header-floating-menu-wrap
  .menu-sidebar
  ul
  li
  a:hover
  span,
header
  .header-floating-menu
  .header-floating-menu-wrap
  .menu-sidebar
  ul
  li
  a
  span:hover {
  display: inline-block;
}

header .header-floating-menu .header-floating-menu-wrap .social-sidebar {
  padding-top: 18px;
  text-align: center;
}

header .header-floating-menu .header-floating-menu-wrap .social-sidebar ul {
  margin-bottom: 0;
}

header .header-floating-menu .header-floating-menu-wrap .social-sidebar ul li {
  padding-bottom: 10px;
}

header
  .header-floating-menu
  .header-floating-menu-wrap
  .social-sidebar
  ul
  li:last-child {
  padding-bottom: 0;
}

header
  .header-floating-menu
  .header-floating-menu-wrap
  .social-sidebar
  ul
  li
  a {
  color: #fff;
  font-size: 18px;
}

/* FOOTER */

footer {
  background-color: rgb(0, 90, 140);
}

footer .about-holder {
  background-color: #f8f8f2;
  padding: 60px 0;
}

footer .about-holder .about-image {
  margin-bottom: 20px;
  text-align: center;
}

footer .about-holder .about-image img {
  max-width: 160px;
}

footer .about-holder .about-details p {
  color: rgb(0, 90, 140);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0;
}

footer .footer-top .footer-top-sidebar,
footer .footer-top .footer-top-sidebar a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: "BasicGothicPro-Book";
}

footer .footer-top .footer-top-sidebar ul {
  margin-bottom: 0;
}

footer .footer-top .footer-top-sidebar .widget-title {
  font-family: "BasicGothicPro-Bold";
  font-size: 20px;
  margin-bottom: 15px;
}

footer .footer-top .footer-top-wrap {
  border-bottom: 2px solid #fff;
  padding: 40px 0 0;
}

footer .footer-top .footer-list {
  margin-bottom: 40px;
}

footer .footer-top .footer-list .widget {
  margin-bottom: 40px;
}

footer .footer-top .footer-list .widget:last-child {
  margin-bottom: 0;
}

footer .footer-top .footer-list ul li {
  padding-bottom: 7px;
}

footer .footer-top .footer-list ul li ul.sub-menu {
  padding: 7px 0 0 20px;
}

footer .footer-top .footer-list ul li ul.sub-menu li:last-child {
  padding-bottom: 0;
}

footer .footer-top .footer-list.footer-last .widget:first-child {
  border-bottom: 2px solid #fff;
  display: none;
  padding-bottom: 40px;
}

footer .footer-top .footer-list .widget_search .s {
  background-color: #012141;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 50px;
}

footer
  .footer-top
  .footer-list
  .widget_search
  .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

footer .footer-top .footer-list .widget_search .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

footer .footer-top .footer-list .widget_search .search-submit {
  background-color: #012141;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
  height: 50px;
  padding: 8px 20px;
}

footer .footer-top .footer-list-separator {
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  width: 2px;
}

footer .footer-bottom .footer-bottom-sidebar,
footer .footer-bottom .footer-bottom-sidebar a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: "BasicGothicPro-Book";
}

footer .footer-bottom .footer-bottom-sidebar ul {
  margin-bottom: 0;
}

footer .footer-bottom .footer-bottom-sidebar .widget-title {
  display: none;
}

footer .footer-bottom .footer-bottom-wrap {
  padding: 40px 0;
}

footer .footer-bottom .footer-menu .widget {
  margin-bottom: 15px;
}

footer .footer-bottom .footer-menu ul li {
  padding-bottom: 5px;
}

footer .footer-bottom .footer-menu ul li a {
  text-transform: uppercase;
}

footer .footer-bottom .footer-social .widget {
  margin-bottom: 15px;
}

footer .footer-bottom .footer-social p {
  margin-bottom: 0;
}

footer .footer-bottom .footer-social ul li {
  padding: 0 10px;
}

footer .footer-bottom .footer-social ul li a {
  font-size: 18px;
}

/* RESPONSIVE */

/* sm - small bootstrap */
@media (min-width: 576px) {
  .membership-contents {
    margin-bottom: 30px;
  }
}

/* md - medium bootstrap */
@media (min-width: 768px) {
  /* GLOBAL */

  /* HEADER */
  header .header-top .header-logo h1 {
    font-size: 40px;
  }

  /* PRIMARY MENU */

  /* FANCY SUB-MENU */

  /* FLOATING MENU */

  /* FOOTER */
  footer .about-holder .row {
    align-items: center;
  }

  footer .about-holder .about-image {
    margin-bottom: 0;
  }

  footer .footer-bottom .footer-menu ul li {
    padding-right: 15px;
    padding-bottom: 0;
  }

  footer .footer-bottom .footer-menu ul li:last-child {
    padding-right: 0;
  }
}

/* lg - large bootstrap */
@media (min-width: 992px) {
  /* GLOBAL */

  /* HEADER */
  header .header-top {
    /* padding: 24px 0; */
  }

  header .header-top .header-advertisement {
    display: inline-block;
  }

  header .header-top .advertisement-contents {
    padding: 15px;
  }

  header .header-top .header-logo {
    /* margin-bottom: 20px; */
  }

  header .header-top .header-logo img {
    max-width: 300px;
  }

  /* PRIMARY MENU */

  /* FANCY SUB-MENU */

  /* FLOATING MENU */
  header .header-floating-menu .header-floating-menu-wrap {
    max-width: 75px;
    padding: 22px 10px;
  }

  header .header-floating-menu .header-floating-menu-wrap.fixed {
    top: 0;
  }

  header .header-floating-menu .header-floating-menu-wrap .menu-sidebar ul li {
    padding-bottom: 18px;
  }

  header
    .header-floating-menu
    .header-floating-menu-wrap
    .menu-sidebar
    ul
    li
    a
    span {
    font-size: 14px;
    left: 46px;
    padding: 7px 15px 7px 20px;
    top: 9px;
  }

  header .header-floating-menu .header-floating-menu-wrap .social-sidebar {
    padding-top: 22px;
  }

  header
    .header-floating-menu
    .header-floating-menu-wrap
    .social-sidebar
    ul
    li {
    padding-bottom: 13px;
  }

  header
    .header-floating-menu
    .header-floating-menu-wrap
    .social-sidebar
    ul
    li
    a {
    font-size: 22px;
  }

  /* FOOTER */
  footer .about-holder .about-image img {
    max-width: 250px;
    margin-left: -30px;
  }

  footer .about-holder .about-details p {
    font-size: 17px;
  }

  footer .about-details p {
    margin-left: 50px;
  }

  footer .footer-top .footer-top-wrap {
    padding-bottom: 40px;
  }

  footer .footer-top .footer-list {
    margin-bottom: 0;
  }

  footer .footer-top .footer-list.footer-last .widget:first-child {
    display: block;
  }

  footer .footer-bottom .footer-menu .widget {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }

  footer .footer-bottom .footer-menu .widget:last-child {
    margin-right: 0;
  }

  footer .footer-bottom .footer-menu ul li {
    padding-right: 25px;
  }

  footer .footer-bottom .footer-social .widget {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
  }

  footer .footer-bottom .footer-social .widget:last-child {
    margin-left: 0;
  }
}

/* xl - extra-large bootstrap */
@media (min-width: 1200px) {
  /* GLOBAL */

  /* HEADER */
  header .header-top-bar .header-top-sidebar,
  header .header-top-bar .header-top-sidebar a {
    font-size: 16px;
  }

  header .header-top .header-logo h1 {
    font-size: 50px;
  }

  /* PRIMARY MENU */
  header .header-top .header-primary-menu .navbar li {
    min-width: fit-content;
    margin-right: 20px;
  }

  header .header-top .header-primary-menu .navbar li[class*="fsm-"] {
    margin-right: 40px;
  }

  header .header-top .header-primary-menu .navbar li[class*="fsm-"]::after {
    margin-top: 0;
    margin-left: 7px;
  }

  header .header-top .header-primary-menu .navbar li a {
    font-size: 18px;
  }

  header .header-top .header-primary-menu .navbar ul.sub-menu {
    margin-top: 6px;
  }

  header .header-top .header-primary-menu .navbar ul.sub-menu li a {
    font-size: 16px;
    padding: 10px 15px;
  }

  /* FANCY SUB-MENU */
  header .header-fancy-sub-menus .header-fancy-sub-menu-col1 h4 {
    font-size: 29px;
  }

  header .header-fancy-sub-menus .header-fancy-sub-menu-col3 a.image {
    float: left;
    margin-bottom: 0;
    width: 48%;
  }

  header .header-fancy-sub-menus .header-fancy-sub-menu-col3 a.image img {
    max-height: 180px;
  }

  header .header-fancy-sub-menus .header-fancy-sub-menu-col3 a.title {
    float: right;
    width: 48%;
  }

  header .header-fancy-sub-menus .header-fancy-sub-menu-col3 span.excerpt {
    float: right;
    width: 48%;
  }

  /* FLOATING MENU */
  header .header-floating-menu .header-floating-menu-wrap {
    max-width: none;
    padding: 25px 15px;
  }

  header .header-floating-menu .header-floating-menu-wrap .menu-sidebar ul li {
    padding-bottom: 20px;
  }

  header
    .header-floating-menu
    .header-floating-menu-wrap
    .menu-sidebar
    ul
    li
    a
    span {
    font-size: 15px;
    left: 56px;
    padding: 10px 15px 10px 20px;
    top: 11px;
  }

  header .header-floating-menu .header-floating-menu-wrap .social-sidebar {
    padding-top: 25px;
  }

  header
    .header-floating-menu
    .header-floating-menu-wrap
    .social-sidebar
    ul
    li {
    padding-bottom: 15px;
  }

  header
    .header-floating-menu
    .header-floating-menu-wrap
    .social-sidebar
    ul
    li
    a {
    font-size: 25px;
  }

  /* FOOTER */
  footer .about-holder {
    padding: 90px 0;
  }

  footer .about-holder .about-details p {
    font-size: 19px;
  }

  footer .footer-top .footer-top-wrap {
    padding: 70px 0;
  }

  footer .footer-top .footer-list .widget-title {
    font-size: 25px;
  }
}

/* custom - non-bootstrap */
@media (min-width: 1600px) {
  /* GLOBAL */
  .container {
    max-width: 1430px;
  }

  /* HEADER */

  /* PRIMARY MENU */
  header .header-top .header-primary-menu .navbar li {
    margin-right: 40px;
  }

  header .header-top .header-primary-menu .navbar li[class*="fsm-"] {
    margin-right: 50px;
  }

  header .header-top .header-primary-menu .navbar li[class*="fsm-"]::after {
    margin-top: 2px;
    margin-left: 9px;
  }

  header .header-top .header-primary-menu .navbar li a {
    font-size: 20px;
  }

  header .header-top .header-primary-menu .navbar ul.sub-menu {
    margin-top: 7px;
  }

  header .header-top .header-primary-menu .navbar ul.sub-menu li a {
    font-size: 17px;
    padding: 11px 15px;
  }

  /* FANCY SUB-MENU */
  header .header-fancy-sub-menus .header-fancy-sub-menu-col1 h4 {
    font-size: 32px;
  }

  header .header-fancy-sub-menus .header-fancy-sub-menu-col2 ul li {
    font-size: 16px;
  }

  header .header-fancy-sub-menus .header-fancy-sub-menu-col3 a.title {
    font-size: 21px;
  }

  header .header-fancy-sub-menus .header-fancy-sub-menu-col3 span.excerpt {
    font-size: 16px;
  }

  /* FLOATING MENU */

  /* FOOTER */
}

/* FRONT PAGE */

.pricing-holder {
  background-color: white;
  padding: 30px 0;
  border-bottom: 1px solid #80808026;
}

.pricing-holder > .ticker-container {
  padding-left: 0 !important;
}

.pricing-holder .pricing-title {
  background-color: rgb(0, 90, 140);
  padding: 6px 6px 6px 12px;
  position: relative;
}

.pricing-holder .pricing-title::after {
  border-top: 14px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid rgb(0, 90, 140);
  content: "";
  height: 0;
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
}

.pricing-holder .pricing-title h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.pricing-holder .pricing-contents {
  position: relative;
}

.pricing-holder .pricing-details {
  margin-top: 13px;
  margin-right: 1px;
  margin-left: 1px;
}

.pricing-holder .pricing-details table {
  margin: 0 !important;
  max-width: 750px;
  width: 100%;
}

.pricing-holder .pricing-details table td {
  color: rgb(0, 90, 140);
  font-size: 15px;
  font-weight: 700 !important;
  line-height: normal;
  padding: 0 !important;
  text-align: center;
  vertical-align: text-top;
  white-space: normal !important;
}

.pricing-holder .pricing-details table td:nth-child(1) {
  width: 56%;
}

.pricing-holder .pricing-details table td:nth-child(1) a {
  color: #e3652d;
  font-family: "BasicGothicPro-Book";
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.pricing-holder .pricing-details table td:nth-child(2) {
  width: 22%;
}

.pricing-holder .pricing-details table td:nth-child(3) {
  width: 22%;
}

.pricing-holder .owl-theme .owl-nav {
  background-color: #ffffff;
  display: none;
  margin-top: 0 !important;
  padding: 5px;
  position: absolute;
  right: 0;
  top: -7px;
}

.pricing-holder .owl-theme .owl-nav .owl-prev,
.pricing-holder .owl-theme .owl-nav .owl-next {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  color: transparent;
  height: 42px;
  margin: 0;
  outline: 0;
  width: 42px;
}

.pricing-holder .owl-theme .owl-nav .owl-prev:hover,
.pricing-holder .owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

.pricing-holder .owl-theme .owl-nav .owl-prev {
  background-image: url(assets/images/pricing-carousel-prev.png);
  margin-right: 5px;
}

.pricing-holder .owl-theme .owl-nav .owl-next {
  background-image: url(assets/images/pricing-carousel-next.png);
}

.banner-holder {
  background-color: #f8f8f2;
  padding-bottom: 60px;
}

.banner-holder .banner-contents {
  margin-bottom: 95px;
  position: relative;
}

.banner-holder .banner-contents img {
  width: 100%;
}

.banner-holder .banner-details {
  background-color: #e3652d;
  /*bottom: -35px;*/
  bottom: -75px;
  left: 0;
  margin: 0 auto;
  padding: 30px;
  position: absolute;
  right: 0;
  width: 90%;
}

.banner-holder .banner-details h4 {
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  font-family: "BasicGothicPro-Book";
  font-size: 25px;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  margin-bottom: 0;
  /*max-height: 69px;
      overflow: hidden; */
  max-height: 100px;
}

.banner-holder .banner-details h4 a {
  color: #fff;
  font-family: "BasicGothicPro-Bold";
  text-decoration: none;
}

.banner-holder .banner-carousel {
  background-color: #fff;
  border-top: 15px solid #e3652d;
  height: 100%;
  padding: 35px 25px;
  position: relative;
}

.banner-holder .banner-carousel h4 {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Bold";
  font-size: 25px;
  margin-bottom: 30px;
}

.banner-holder .banner-carousel-upcoming-events .mn-scroll-item,
.banner-holder .banner-carousel-more-news .banner-carousel-news-item {
  margin-bottom: 40px;
}

.banner-holder .banner-carousel-upcoming-events .mn-scroll-item:last-child,
.banner-holder
  .banner-carousel-more-news
  .banner-carousel-news-item:last-child {
  margin-bottom: 0;
}

.banner-holder .banner-carousel-more-news .banner-carousel-news-item-category,
.banner-holder .banner-carousel-upcoming-events .mn-scroll-date,
.banner-holder .banner-carousel-more-news .banner-carousel-news-item-date {
  color: #999b9e;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.banner-holder .banner-carousel-more-news .banner-carousel-news-item-category {
  color: #e3652d;
}

.banner-holder .banner-carousel-upcoming-events .mn-scroll-name,
.banner-holder .banner-carousel-more-news .banner-carousel-news-item-headline {
  color: rgb(0, 90, 140);
  display: block;
  font-family: "BasicGothicPro-Bold";
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
}

.banner-holder .banner-carousel .owl-dots {
  background-color: #fff;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-holder .banner-carousel .owl-dot {
  outline: none;
}

.banner-holder .banner-carousel .owl-dot span {
  background-color: transparent;
  border: 2px solid #999b9e;
  height: 12px;
  margin: 0 3px;
  width: 12px;
}

.banner-holder .banner-carousel .owl-dot.active span,
.banner-holder .banner-carousel .owl-dot:hover span {
  background-color: #e3652d;
  border: 2px solid #e3652d;
}

.featured-holder {
  background-color: #f8f8f2;
}

.featured-holder .featured-wrap {
  /* border-top: 2px solid #999b9e; */
  /* border-bottom: 2px solid #999b9e; */
  padding: 60px 0 20px;
}

.featured-holder .featured-contents {
  margin-bottom: 40px;
}

.featured-holder .featured-image {
  border-bottom: 15px solid #e3652d;
  margin-bottom: 15px;
}

.featured-holder .featured-image img {
  width: 100%;
}

.featured-holder .featured-details h4 {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Book";
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0;
}

.featured-holder .featured-details h4 a {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Bold";
  text-decoration: none;
}

.top-story-holder {
  background-color: #f8f8f2;
  padding: 60px 0;
}

.top-story-holder .top-story-image {
  border-bottom: 15px solid #e3652d;
  margin-bottom: 15px;
}

.top-story-holder .top-story-image img {
  width: 100%;
}

.top-story-holder .top-story-details h4 {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Book";
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.top-story-holder .top-story-details h4 a {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Bold";
  text-decoration: none;
}

.top-story-holder .top-story-details .top-story-body {
  color: rgb(0, 90, 140);
  line-height: 1.7;
  margin-bottom: 0;
}

.top-story-holder .top-story-details .top-story-date {
  color: #e3652d;
}

.top-story-holder .top-story-details .top-story-body a {
  color: #e3652d;
  text-decoration: none;
}

.top-story-holder .top-story-twitter h4 {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Bold";
  font-size: 25px;
  margin-bottom: 5px;
}

.explore-holder {
  background-color: #e6e6e6;
  padding: 60px 0;
}

.explore-holder .explore-heading h4 {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Bold";
  font-size: 35px;
  margin-bottom: 35px;
}

.explore-holder .explore-contents ul {
  margin-bottom: 0;
}

.explore-holder .explore-contents ul li {
  background-color: #999b9e;
  display: inline-block;
  margin-bottom: 12px;
}

.explore-holder .explore-contents ul li a {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}

.membership-holder .membership-wrap {
  /* border-bottom: 2px solid #999b9e; */
  padding: 60px 0;
}

.membership-holder .advertisement-contents {
  margin-bottom: 20px;
}

.membership-holder .membership-image {
  border-bottom: 15px solid #e3652d;
}

.membership-holder .membership-image img {
  width: 100%;
}
.membership-holder .advertisement-image {
  border-bottom: 15px solid #e3652d;
  margin-bottom: 15px;
}

.membership-holder .advertisement-image img {
  width: 100%;
}

.membership-holder .membership-details h4 {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Book";
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.membership-holder .advertisement-details h4 {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Book";
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.membership-holder .membership-details h4 a {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Bold";
  text-decoration: none;
}

.membership-holder .advertisement-details h4 a {
  color: rgb(0, 90, 140);
  font-family: "BasicGothicPro-Bold";
  text-decoration: none;
}

.membership-holder .membership-details .membership-body {
  color: rgb(0, 90, 140);
  line-height: 1.7;
  margin-bottom: 0;
}

.membership-holder .advertisement-details .advertisement-body {
  color: rgb(0, 90, 140);
  line-height: 1.7;
  margin-bottom: 0;
}

.membership-holder .membership-yellow-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e3652d;
  padding: 40px;
}
.membership-holder .advertisement-yellow-block {
  padding: 30px;
  background-color: white;
  border: 3px solid #e3652d;
}

.membership-holder .membership-yellow-block h4 {
  color: #fff;
  font-family: "BasicGothicPro-Bold";
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.membership-holder .advertisement-yellow-block h4 {
  color: #fff;
  font-family: "BasicGothicPro-Bold";
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.membership-holder .membership-yellow-block .membership-yellow-body {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.membership-holder .advertisement-yellow-block .advertisement-yellow-body {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.membership-holder .membership-yellow-block a {
  background-color: #e3652d;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 18px;
  text-decoration: none;
  width: 100%;
}

.membership-holder .advertisement-yellow-block a {
  background-color: #e3652d;
  border: 2px solid #e3652d;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 18px;
  text-decoration: none;
  width: 100%;
}

.membership-holder .membership-yellow-block a:hover {
  background-color: #fff;
  color: #e3652d;
}

.membership-holder .advertisement-yellow-block a:hover {
  background-color: #fff;
  color: #e3652d;
}

.advertisement-holder {
  background-color: #fff;
}

.advertisement-holder .advertisement-contents {
  padding: 60px 0;
}

.advertisement-holder .advertisement-contents img {
  border-bottom: 5px solid #e3652d;
}

.membership-logo {
  width: 65%;
  margin-bottom: 30px;
  border: 5px solid #ffffff;
}

/* RESPONSIVE */

/* sm - small bootstrap */
@media (min-width: 576px) {
  /* FRONT PAGE */
  .pricing-holder .pricing-title {
    padding-left: 20px;
  }

  .pricing-holder .pricing-title::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .pricing-holder .pricing-title h4 {
    font-size: 15px;
  }

  .pricing-holder .pricing-details {
    margin-top: 14px;
  }
}

/* SPEAKERS PAGE */
.inner-holder .inner-wrap .entry-content .speakerrow .row {
  border-bottom: groove;
  padding-bottom: 10px;
}

/*end*/

/* Moved out of the min width 768 - Katie June 9 */
@media (min-width: 796px) {
  .banner-holder .banner-details {
    padding: 35px;
  }
  .banner-holder .banner-details h4 {
    font-size: 30px;
    max-height: 83px;
  }
}

/* md - medium bootstrap */
@media (min-width: 768px) {
  /* FRONT PAGE */
  .pricing-holder .pricing-title::after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }

  .pricing-holder .pricing-title h4 {
    font-size: 18px;
  }

  .pricing-holder .pricing-details {
    margin-top: 11px;
  }

  .pricing-holder .pricing-details table td {
    font-size: 18px;
  }

  .pricing-holder .pricing-details table td:nth-child(1) a {
    font-size: 18px;
  }

  .explore-holder .explore-contents ul li {
    margin-right: 7px;
  }

  .explore-holder .explore-contents ul li a {
    padding: 10px 12px;
  }
}

/* lg - large bootstrap */
@media (min-width: 992px) {
  /* FRONT PAGE */
  .pricing-holder .pricing-details {
    margin-top: 9px;
  }

  .pricing-holder .pricing-details table td {
    font-size: 18px;
  }

  .pricing-holder .pricing-details table td:nth-child(1) a {
    font-size: 18px;
  }

  .pricing-holder .owl-theme .owl-nav {
    display: block;
  }

  .banner-holder {
    padding-bottom: 100px;
  }

  .banner-holder .banner-contents {
    margin-bottom: 0;
  }

  .banner-holder .banner-details {
    /*bottom: -60px;*/
    bottom: -80px;
    padding: 40px;
  }

  .banner-holder .banner-details h4 {
    font-size: 35px;
    -webkit-line-clamp: 3;
    max-height: 140px;
  }

  .banner-holder .banner-carousel {
    padding: 25px 15px;
  }

  .banner-holder .banner-carousel h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .banner-holder .banner-carousel-upcoming-events .mn-scroll-item,
  .banner-holder .banner-carousel-more-news .banner-carousel-news-item {
    margin-bottom: 25px;
  }

  .banner-holder .banner-carousel-more-news .banner-carousel-news-item-category,
  .banner-holder .banner-carousel-upcoming-events .mn-scroll-date,
  .banner-holder .banner-carousel-more-news .banner-carousel-news-item-date {
    font-size: 13px;
  }

  .banner-holder .banner-carousel-upcoming-events .mn-scroll-name,
  .banner-holder
    .banner-carousel-more-news
    .banner-carousel-news-item-headline {
    font-size: 15px;
  }

  .featured-holder .featured-wrap {
    padding-bottom: 60px;
  }

  .featured-holder .featured-contents {
    border-bottom: 2px solid rgb(0, 90, 140);
    height: 100%;
    margin-bottom: 0;
  }

  .featured-holder .featured-image {
    margin-bottom: 25px;
  }

  .featured-holder .featured-details h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .top-story-holder .top-story-contents {
    border-bottom: 2px solid rgb(0, 90, 140);
    height: 100%;
    padding-bottom: 30px;
  }

  .top-story-holder .top-story-image {
    margin-bottom: 25px;
  }

  .top-story-holder .top-story-details h4 {
    font-size: 20px;
  }

  .explore-holder .explore-heading h4 {
    font-size: 40px;
  }

  .explore-holder .explore-contents {
    margin: 0 auto;
    max-width: 930px;
  }

  .explore-holder .explore-contents ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .explore-holder .explore-contents ul li a {
    padding: 12px 15px;
  }

  .membership-holder .membership-contents {
    border-bottom: 2px solid rgb(0, 90, 140);
    height: 100%;
    margin-bottom: 0;
  }

  .membership-holder .advertisement-contents {
    border-bottom: 2px solid rgb(0, 90, 140);
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .membership-holder .membership-details h4 {
    font-size: 20px;
  }

  .membership-holder .membership-yellow-block {
    height: 100%;
    padding: 30px;
  }

  .membership-holder .membership-yellow-block h4 {
    font-size: 25px;
  }

  .membership-holder .membership-yellow-block .membership-yellow-body {
    font-size: 15px;
  }

  .membership-holder .membership-yellow-block a {
    font-size: 15px;
    padding: 10px 20px;
  }

  .membership-holder .advertisement-yellow-block {
    height: 100%;
    padding: 20px;
  }

  .membership-holder .advertisement-yellow-block h4 {
    font-size: 25px;
  }

  .membership-holder .advertisement-yellow-block .advertisement-yellow-body {
    font-size: 15px;
  }

  .membership-holder .advertisement-yellow-block a {
    font-size: 15px;
    padding: 10px 20px;
  }
}

/* xl - extra-large bootstrap */
@media (min-width: 1265px) {
  /* FRONT PAGE */
  .pricing-holder {
    padding: 35px 0;
  }

  .pricing-holder .pricing-title {
    padding-left: 10px;
  }

  .pricing-holder .pricing-title::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .pricing-holder .pricing-title h4 {
    font-size: 15px;
  }

  .pricing-holder .pricing-details {
    margin-top: 4px;
  }

  .pricing-holder .pricing-details table td {
    font-size: 18px;
  }

  .pricing-holder .pricing-details table td:nth-child(1) a {
    font-size: 20px;
  }

  .pricing-holder .owl-theme .owl-nav {
    right: -100px;
  }

  .banner-holder {
    padding-bottom: 140px;
  }

  .banner-holder .banner-details {
    padding: 45px;
  }

  .banner-holder .banner-details h4 {
    font-size: 40px;
    max-height: 161px;
  }

  .banner-holder .banner-carousel {
    padding: 35px 25px;
  }

  .banner-holder .banner-carousel h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .banner-holder .banner-carousel-upcoming-events .mn-scroll-item,
  .banner-holder .banner-carousel-more-news .banner-carousel-news-item {
    margin-bottom: 30px;
  }

  .banner-holder .banner-carousel-more-news .banner-carousel-news-item-category,
  .banner-holder .banner-carousel-upcoming-events .mn-scroll-date,
  .banner-holder .banner-carousel-more-news .banner-carousel-news-item-date {
    font-size: 14px;
  }

  .banner-holder .banner-carousel-upcoming-events .mn-scroll-name,
  .banner-holder
    .banner-carousel-more-news
    .banner-carousel-news-item-headline {
    font-size: 17px;
  }

  .banner-holder .banner-carousel .owl-dot span {
    height: 13px;
    width: 13px;
  }

  .featured-holder .featured-wrap {
    padding: 100px 0;
  }

  .featured-holder .featured-details h4 {
    font-size: 25px;
    margin-bottom: 50px;
  }

  .top-story-holder {
    padding: 100px 0;
  }

  .top-story-holder .top-story-details h4 {
    font-size: 25px;
  }

  .top-story-holder .top-story-twitter h4 {
    font-size: 30px;
  }

  .explore-holder {
    padding: 100px 0;
  }

  .explore-holder .explore-heading h4 {
    font-size: 45px;
    margin-bottom: 45px;
  }

  .explore-holder .explore-contents ul li {
    margin-right: 12px;
    margin-bottom: 17px;
  }

  .explore-holder .explore-contents ul li a {
    padding: 12px 20px;
  }

  .membership-holder .membership-wrap {
    padding: 100px 0;
  }

  .membership-holder .membership-details h4 {
    font-size: 25px;
  }

  .membership-holder .advertisement-details h4 {
    font-size: 25px;
  }

  .membership-holder .membership-yellow-block {
    padding: 40px;
  }

  .membership-holder .membership-yellow-block h4 {
    font-size: 30px;
  }

  .membership-holder .membership-yellow-block .membership-yellow-body {
    font-size: 16px;
  }

  .membership-holder .membership-yellow-block a {
    font-size: 16px;
    padding: 12px 18px;
  }

  .advertisement-holder .advertisement-contents {
    padding: 100px 0;
  }

  .membership-holder .advertisement-yellow-block {
    padding: 30px;
  }

  .membership-holder .advertisement-yellow-block h4 {
    font-size: 30px;
  }

  .membership-holder .advertisement-yellow-block .membership-yellow-body {
    font-size: 16px;
  }

  .membership-holder .advertisement-yellow-block a {
    font-size: 16px;
    padding: 12px 18px;
  }

  .advertisement-holder .advertisement-contents {
    padding: 100px 0;
  }
}

/* custom - non-bootstrap */
@media (min-width: 1600px) {
  /* FRONT PAGE */
  .pricing-holder .pricing-title {
    padding-left: 20px;
  }

  .pricing-holder .pricing-title::after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }

  .pricing-holder .pricing-title h4 {
    font-size: 18px;
  }

  .pricing-holder .owl-theme .owl-nav {
    right: 0;
    top: -10px;
  }

  .banner-holder .banner-details {
    padding: 50px;
  }

  .banner-holder .banner-details h4 {
    font-size: 45px;
    max-height: 179px;
  }

  .banner-holder .banner-carousel h4 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .banner-holder .banner-carousel-upcoming-events .mn-scroll-item,
  .banner-holder .banner-carousel-more-news .banner-carousel-news-item {
    margin-bottom: 40px;
  }

  .banner-holder .banner-carousel-more-news .banner-carousel-news-item-category,
  .banner-holder .banner-carousel-upcoming-events .mn-scroll-date,
  .banner-holder .banner-carousel-more-news .banner-carousel-news-item-date {
    font-size: 16px;
  }

  .banner-holder .banner-carousel-upcoming-events .mn-scroll-name,
  .banner-holder
    .banner-carousel-more-news
    .banner-carousel-news-item-headline {
    font-size: 20px;
  }

  .banner-holder .banner-carousel .owl-dot span {
    margin: 0 5px;
  }

  .explore-holder .explore-heading h4 {
    font-size: 50px;
  }

  .explore-holder .explore-contents {
    max-width: 1110px;
  }

  .membership-holder .membership-yellow-block {
    padding: 50px;
  }

  .membership-holder .membership-yellow-block h4 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .membership-holder .membership-yellow-block .membership-yellow-body {
    margin-bottom: 30px;
  }

  .membership-holder .membership-yellow-block a {
    padding: 15px 22px;
  }

  .membership-holder .advertisement-yellow-block {
    padding: 40px;
  }

  .membership-holder .advertisement-yellow-block h4 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .membership-holder .advertisement-yellow-block .advertisement-yellow-body {
    margin-bottom: 30px;
  }

  .membership-holder .advertisement-yellow-block a {
    padding: 15px 22px;
  }
}

.membership-holder .advertisement-yellow-block img {
  min-height: 150px !important;
  max-height: 300px !important;
  margin-bottom: 20px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* INNER PAGE */

.inner-holder {
  background-color: #f8f8f2;
}

.inner-holder .inner-wrap,
.wpsc-single-session {
  /* border-bottom: 2px solid #999b9e; */
  padding: 40px 0 20px;
}

.inner-holder h1 {
  color: rgb(0, 90, 140);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.inner-holder h1 a {
  color: rgb(0, 90, 140);
  text-decoration: none;
}

.inner-holder h2 {
  color: rgb(0, 90, 140);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}

.inner-holder h2 a {
  color: rgb(0, 90, 140);
  text-decoration: none;
}

.inner-holder h3 {
  color: rgb(0, 90, 140);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}

.inner-holder h3 a {
  color: rgb(0, 90, 140);
  text-decoration: none;
}

.inner-holder p {
  color: rgb(0, 90, 140);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.inner-holder hr {
  border-top: 2px dotted #999b9e;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.inner-holder .entry-meta {
  color: #999b9e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-left: 5px;
}

.inner-holder .entry-meta span {
  margin-right: 12px;
}

.inner-holder .entry-meta span:last-child {
  margin-right: 0;
}

.inner-holder .entry-meta span a {
  color: #999b9e;
  text-decoration: none;
}

.inner-holder .entry-meta span a:hover {
  color: rgb(0, 90, 140);
}

.inner-holder .entry-thumbnail-mini img {
  border-bottom: 5px solid #e3652d;
  margin-top: 5px;
  width: 100%;
}

/* Make any images placed in content of inner pages responsive */
.inner-holder .entry-content img {
  /* 	width: initial; */
  max-width: 100%;
  height: auto;
}

.inner-holder a.btn-read-more {
  background-color: #fff;
  border: 2px solid rgb(0, 90, 140);
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgb(0, 90, 140);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 18px;
  text-decoration: none;
}

.inner-holder a.btn-read-more:hover {
  background-color: rgb(0, 90, 140);
  color: #fff;
}

/* SIDEBAR */

.inner-holder .widget-area {
  border-top: 2px solid #999b9e;
  margin-top: 15px;
  padding-top: 40px;
}

.inner-holder .widget-area .widget-title {
  color: rgb(0, 90, 140);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.inner-holder .widget-area .widget {
  background-color: #fff;
  border-bottom: 5px solid #e3652d;
  font-size: 15px;
  margin-bottom: 0;
  padding: 20px;
}

.inner-holder .widget-area .widget:last-child {
  margin-bottom: 40px;
}

.inner-holder .widget-area .widget ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.inner-holder .widget-area .widget ul li {
  margin-bottom: 5px;
}

.inner-holder .widget-area .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-holder .widget-area .widget ul li a,
.inner-holder .widget-area .widget .tagcloud a {
  color: rgb(0, 90, 140);
  text-decoration: none;
}

.inner-holder .widget-area .widget ul li .post-date {
  color: #999b9e;
}

.inner-holder .widget-area .widget .s {
  font-size: 15px;
}

/* ARTICLE */

.single .inner-holder .entry-thumbnail-hero img {
  border: 15px solid #e3652d;
  margin-bottom: 30px;
  width: 100%;
}

.inner-holder .ceopage .entry-thumbnail-hero img {
  border: 15px solid #e3652d;
  margin-bottom: 30px;
  width: 100%;
}

.single .inner-holder .widget-area {
  margin-top: 40px;
}

.blog .inner-holder .widget-area .widget,
.single .inner-holder .widget-area .widget,
.page .inner-holder .widget-area .widget {
  margin-bottom: 40px;
}

/* ARTICLE SIDEBAR */

.inner-holder .widget-area .widget .social-bar-widget {
  margin-bottom: 0;
}

.inner-holder .widget-area .widget .social-bar-widget li {
  border-radius: 2px;
  margin-bottom: 10px;
}

.inner-holder .widget-area .widget .social-bar-widget li:last-child {
  margin-bottom: 0;
}

.inner-holder .widget-area .widget .social-bar-widget li a {
  color: #fff;
  display: block;
  font-size: 22px;
  text-decoration: none;
}

.inner-holder .widget-area .widget .social-bar-widget li a .social-media-icon {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  padding: 8px 10px 6px 9px;
}

.inner-holder .widget-area .widget .social-bar-widget li a .social-media-cta {
  display: inline-block;
  font-size: 15px;
  margin-left: 12px;
  vertical-align: text-top;
}

.inner-holder .widget-area .sidebar-yellow-block {
  background-color: #fff;
  border: 10px solid #e3652d;
  margin-bottom: 40px;
  padding: 60px 30px;
}

.inner-holder .widget-area .sidebar-yellow-block h4 {
  color: #e3652d;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

.inner-holder .widget-area .sidebar-yellow-block a {
  background-color: #fff;
  border: 2px solid #e3652d;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #e3652d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
  padding: 12px 18px;
  text-decoration: none;
  width: 100%;
}

.inner-holder .widget-area .sidebar-yellow-block a:hover {
  background-color: #e3652d;
  color: #fff;
}

.inner-holder .widget-area .advertisement-contents {
  margin-bottom: 40px;
}

.inner-holder .widget-area .advertisement-contents img {
  border-bottom: 10px solid #e3652d;
}
/* Triware 2020-02-19 Adding Styling to conference sidebar */
.inner-holder .widget-conference {
  border-top: none;
  margin-top: 41px;
  padding-top: 0;
}

.inner-holder .widget-conference .reg-contnet {
  padding: 15px;
  background-color: #e3652d;
  margin: 0 -47px;
  width: 384px;
}

.inner-holder .widget-conference .reg-contnet .widget {
  border: 2px solid white;
  padding: 19px;
  background-color: #e3652d;
  margin-bottom: 0px;
}

.reg-contnet .widget_text p {
  color: white;
}

.reg-contnet .widget_text h1 {
  font-weight: 600;
  color: white;
  font-family: "BasicGothicPro-Book";
}

.reg-contnet .widget_text h4 {
  color: white;
  margin-bottom: 0rem;
}

.inner-holder .engage-content {
  /* margin: 0 -46px; */
  padding-top: 25px;
  margin: auto;
  display: table;
  /* width: 384px; */
}

/* Adding styling to Registration Page content */
.inner-holder .reg-page-content {
  padding-right: 100px;
}

.inner-holder .reg-page-content h5 {
  color: rgb(0, 90, 140);
}

.inner-holder .reg-page-content li {
  color: rgb(0, 90, 140);
}

/* ACF Repeater */

.cols {
  display: block;
  clear: both;
}

.cols:after {
  content: "";
  display: table;
  clear: both;
}

.cols .col-l {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  float: left;
}

.cols .col-r {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  float: right;
}

.cols .col {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.cols .col-1of2 {
  width: 48%;
  margin-right: 4%;
}

.cols .col-1of2:nth-child(2n) {
  margin-right: 0;
}

.cols .col-1of3 {
  width: 31%;
  margin-right: 3.5%;
}

.cols .col-1of3:nth-child(3n) {
  margin-right: 0;
}

.cols .col-1of2:nth-child(n + 3),
.cols .col-1of3:nth-child(n + 4) {
  margin-top: 15px;
}

#wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.stdpadr {
  padding-right: 30px;
}
@media screen and (min-width: 1152px) {
  .home .stdpadr {
    padding-right: 0px;
  }
}

.stdpadr {
  padding-right: 75px;
}

.stdpadr,
.stdwidth {
  padding-right: 50px;
}
.stdpadr,
.stdwidth {
  padding-right: 25px;
  margin-left: -20px;
}

.col-r .stdpadr {
  padding-right: 25px;
  padding-left: 25px;
  margin-left: 0;
}

.grid-wrap {
  padding-top: 50px;
}

#main-grid {
  list-style: none;
  margin: 0;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(auto, 180px);
  gap: 1.5rem;
}
#cell {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
}

#cell a {
  font-family: "verbcondbold", "Arial Black", Impact, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}

#cell #cell-content {
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#cell #cell-content a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cell img {
  max-height: 100%;
}
.carousel-indicators {
  visibility: hidden;
}
@media screen and (max-width: 862px) {
  #main-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(auto, 140px);
  }
  /* #cell #cell-content { */
  /* width: 80%; */
  /* height: 80%; */
  /* min-width: 200px; */
  /* min-height: 128px; */
  /* max-height: 120px; */
  /* } */
  /* #cell #cell-content img { */
  /* width: 100px; */
  /* padding: 6.5% 24.4%; */
  /* } */
}

@media screen and (max-width: 490px) {
  /* #cell #cell-content {
    min-width: 150px;
    width: 60%;
    min-height: 96px;
    height: 60%;
  } */

  #cell #cell-content img {
    /* width: 76px; */
    margin: 0;
  }
}

@media screen and (max-width: 712px) {
  /* #cell {
    float: left;
    width: 48%;
  } */
  #cell #cell-content a {
    justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  #cell #cell-content a {
    justify-content: center;
  }
}

/* END ACF Repeater */

/* SEARCH FORM */

.inner-holder .search-form-content-wrapper {
  margin: 40px auto 33px;
  max-width: 750px;
}

.inner-holder .s {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgb(0, 90, 140);
}

.inner-holder .search-submit {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgb(0, 90, 140);
  font-size: 25px;
  padding: 3px 10px;
}

/* BREADCRUMBS */

.inner-holder .breadcrumbs {
  margin-bottom: 30px;
}

.inner-holder .breadcrumbs,
.inner-holder .breadcrumbs a,
.inner-holder .breadcrumbs span {
  color: #999b9e;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  /* font-family: 'BasicGothicPro-Demibold'; */
}

.inner-holder .breadcrumbs a:hover,
.inner-holder .breadcrumbs a:hover span {
  color: rgb(0, 90, 140);
}

.inner-holder .breadcrumbs span[property="name"] {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

/* SOCIAL SHARES */

.inner-holder .simplesocialbuttons {
  background-color: #fff;
  margin: 30px 0 0 0;
  padding: 20px;
  -webkit-transition: none;
  transition: none;
}

.inner-holder .simplesocialbuttons h4 {
  color: rgb(0, 90, 140);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* PAGE NAVIGATION */

.wp-pagenavi {
  color: rgb(0, 90, 140);
  font-size: 15px;
  margin-bottom: 21px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #999b9e;
  margin: 4px;
  padding: 4px 8px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: rgb(0, 90, 140);
}

/* MOBILE MENU */

html body div.wprm-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

#wprmenu_bar .menu_title a {
  top: 0;
}

div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
  background-color: #fff;
  height: 33px;
  margin: 1px 1px 1px 0;
}

/* GROWTHZONE */

.gz-block.gz-powered-by,
.mn-block.mn-powered-by {
  visibility: hidden !important;
}

.btn.gz-share-btn,
#gzns .gz-grid-col .card-header,
#gzns .gz-details-reps .card .card-img-top {
  display: none !important;
}

#gzns .gz-card-title {
  border-top: none !important;
}

#gzns .gz-prim-contact {
  top: 0 !important;
}

/* CONFERENCE SPONSORS */
.sponsor-holder .sponsor-wrap {
  padding-right: 25px;
  border-right: 2px solid #c8c9cb;
}
.sponsor-holder .owl-carousel .owl-item img {
  height: auto;
}

.sponsor-holder .owl-carousel-sponsor {
  padding-bottom: 25px;
  border-bottom: 2px solid #c8c9cb;
}

.sponsor-holder .owl-carousel-sponsor .sponsor-level h4 {
  color: #c8c9cb;
}

.sponsor-holder {
  background-color: #ffffff;
  padding: 50px 0;
}

/* CONFERENCE SCHEDULE  */

/*
  
  .inner-holder #post-405 .schedule-content {
      padding-right:100px;
  }
  
  .inner-holder .schedule-content .day-title {
      border: 4px solid #E3652D;
      margin-bottom: 25px;
      margin-top: 25px;
  }
  
  .inner-holder .schedule-content .day-title h3 {
      margin-top: 25px;
      padding-left:25px;
      color: #E3652D;
      font-family: 'BasicGothicPro-Bold';
  }
  
  .inner-holder .schedule-content .event-day h4 {
      color: rgb(0,90,140);
      font-weight: 600;
      padding-top: 25px;
  }
  
  .inner-holder .schedule-content .event-day .event-content {
      border-bottom: 1px solid #a8a9ab;
  }
  
  .inner-holder .schedule-content .entry-content li {
      color: rgb(0,90,140);
  }
  
  
  */
/* RESPONSIVE */
/* Custom sizing  */
@media (max-width: 413px) {
  .inner-holder .widget-conference .reg-contnet {
    margin: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .inner-holder .widget-conference .reg-contnet {
    margin: auto;
    /* width: 100%; */
    height: auto;
  }

  .inner-holder .engage-content img {
    width: 100%;
    height: auto;
  }
}
/* sm - small bootstrap */
@media (min-width: 576px) {
  /* INNER PAGE */

  /* SIDEBAR */

  /* ARTICLE */

  /* ARTICLE SIDEBAR */

  /* SEARCH FORM */

  /* BREADCRUMBS */

  /* SOCIAL SHARES */

  /* PAGE NAVIGATION */

  /* MOBILE MENU */

  /* GROWTHZONE */
  /* CONFERENCE SIDE BAR RESPONSIVE */

  .inner-holder .widget-conference .reg-contnet {
    margin: auto;
  }
}

/* md - medium bootstrap */
@media (min-width: 768px) {
  /* INNER PAGE */

  /* SIDEBAR */

  /* ARTICLE */

  /* ARTICLE SIDEBAR */

  /* SEARCH FORM */

  /* BREADCRUMBS */

  /* SOCIAL SHARES */

  /* PAGE NAVIGATION */

  /* MOBILE MENU */

  /* GROWTHZONE */

  /* CONFERENCE SIDE BAR RESPONSIVE */

  .inner-holder .widget-conference .reg-contnet {
    margin: auto;
  }
}

/* lg - large bootstrap */
@media (min-width: 992px) {
  /* INNER PAGE */

  /* SIDEBAR */
  .inner-holder .widget-area {
    border-top: none;
    margin-top: 41px;
    padding-top: 0;
  }

  /* CONFERENCE SIDEBAR */
  .inner-holder .widget-conference {
    border-top: none;
    margin-top: 41px;
    padding-top: 0;
  }

  /* CONFERENCE SIDE BAR RESPONSIVE */

  .inner-holder .widget-conference .reg-contnet {
    margin: auto;
  }

  /* ARTICLE */
  .single .inner-holder .entry-thumbnail-hero img {
    margin-bottom: 40px;
  }

  .single .inner-holder .widget-area {
    margin-top: -13px;
  }

  /* ARTICLE SIDEBAR */

  /* SEARCH FORM */

  /* BREADCRUMBS */

  /* SOCIAL SHARES */
  .inner-holder .simplesocialbuttons {
    padding: 35px 45px;
  }

  /* PAGE NAVIGATION */

  /* MOBILE MENU */

  /* GROWTHZONE */
}

/* xl - extra-large bootstrap */
@media (min-width: 1200px) {
  /* INNER PAGE */
  .inner-holder h1 {
    font-size: 45px;
    margin-bottom: 25px;
  }

  .inner-holder h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .inner-holder h3 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .inner-holder p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  /* SIDEBAR */

  /* ARTICLE */

  /* ARTICLE SIDEBAR */

  /* SEARCH FORM */

  /* BREADCRUMBS */
  .inner-holder .breadcrumbs,
  .inner-holder .breadcrumbs a,
  .inner-holder .breadcrumbs span {
    font-size: 16px;
  }

  /* SOCIAL SHARES */

  /* PAGE NAVIGATION */

  /* MOBILE MENU */

  /* GROWTHZONE */
}

/* custom - non-bootstrap */
@media (min-width: 1600px) {
  /* INNER PAGE */
  .inner-holder .container {
    max-width: 1280px;
  }

  /* SIDEBAR */

  /* ARTICLE */

  /* ARTICLE SIDEBAR */

  /* SEARCH FORM */

  /* BREADCRUMBS */

  /* SOCIAL SHARES */

  /* PAGE NAVIGATION */

  /* MOBILE MENU */

  /* GROWTHZONE */
}

/* Added CSS for Window Resizing FRONT PAGE */

@media (max-width: 1325px) {
  .pricing-holder .container,
  .banner-holder .container,
  .featured-holder .container,
  .top-story-holder .container,
  .explore-holder .container,
  .membership-holder .container,
  .advertisement-holder .container {
    max-width: 1200px;
    padding-left: 70px;
  }
  .header-top-bar .container {
    max-width: 1200px;
    padding-left: 70px;
  }
  .header-top .container {
    max-width: 1200px;
    padding-left: 70px;
  }

  /*.footer .footer-top .container{
          max-width: 1300px;
      }
         .footer .footer-top .footer-top-wrap {
          padding: 70px 100px 20px;
      }*/

  .princing-wrap2 {
    width: 100%;
  }
}

@media (max-width: 1265px) {
  .pricing-holder .container,
  .banner-holder .container,
  .featured-holder .container,
  .top-story-holder .container,
  .explore-holder .container,
  .membership-holder .container,
  .advertisement-holder .container {
    max-width: 1100px;
    padding-left: 70px;
  }
  .header-top-bar .container {
    max-width: 1100px;
    padding-left: 70px;
  }
  .header-top .container {
    max-width: 1100px;
    padding-left: 70px;
  }

  header .header-top .header-primary-menu .navbar li a {
    font-size: 17px;
  }
  .col-xl-8 {
    max-width: 88.666667%;
  }
}

@media (max-width: 1130px) {
  .pricing-holder .container,
  .banner-holder .container,
  .featured-holder .container,
  .top-story-holder .container,
  .explore-holder .container,
  .membership-holder .container,
  .advertisement-holder .container {
    max-width: 1000px;
  }
  .header-top-bar .container {
    max-width: 1000px;
  }
  .header-top .container {
    max-width: 1000px;
  }

  .col-xl-8 {
    max-width: 100%;
  }
}

/* New Footer CSS */

@media (max-width: 1620px) {
  .footer-top .col-lg-1 {
    max-width: 2.333333%;
  }
  .footer-top .container .footer-top-wrap,
  .footer-bottom .container .footer-bottom-wrap {
    margin-left: 75px;
  }
}

@media (max-width: 1600px) {
  .footer-top .container,
  .footer-bottom .container {
    max-width: 1440px;
  }

  .footer-top .container .footer-top-wrap,
  .footer-bottom .container .footer-bottom-wrap {
    margin-left: 100px;
  }
}

@media (max-width: 1330px) {
  .footer-top .container .footer-top-wrap,
  .footer-bottom .container .footer-bottom-wrap {
    margin-left: 140px;
  }

  .footer-top .footer-top-wrap .col-lg-2 {
    max-width: 90.666667%;
  }

  .footer-top .col-lg-1 {
    max-width: 0px;
  }
  footer .footer-top .footer-list .widget-title {
    font-size: 20px;
  }

  .footer-top-wrap .row .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 25.666667%;
    max-width: 19.666667%;
  }

  .about-holder .container {
    max-width: 1000px;
  }
}

@media (max-width: 1090px) {
  .about-holder .container {
    max-width: 930px;
  }
}

@media (max-width: 1030px) {
  .about-holder .container {
    max-width: 885px;
  }
}

@media (max-width: 992px) {
  .pricing-holder .container,
  .banner-holder .container,
  .featured-holder .container,
  .top-story-holder .container,
  .explore-holder .container,
  .membership-holder .container,
  .advertisement-holder .container {
    max-width: 720px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer-top .footer-top-wrap .col-sm-12 {
    max-width: unset;
  }

  .footer-top-wrap .row .col-sm-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .membership-holder .advertisement-yellow-block img {
    max-height: 250px !important;
  }

  .sponsor-contents #main-grid {
    padding: 0 !important;
  }
}
@media (max-width: 795px) {
  .pricing-holder .container,
  .banner-holder .container,
  .featured-holder .container,
  .top-story-holder .container,
  .explore-holder .container,
  .membership-holder .container,
  .advertisement-holder .container {
    max-width: 540px;
  }
}

/* More footer - Very Bottom 
  
  @media (max-width: 1540px) {
            .footer-bottom .container {
        
   margin-left: 9%;
       
      }
  }
  
  @media (max-width: 1500px) {
            .footer-bottom .container {
        
   margin-left: 8%;
       
      }
  }
  
  @media (max-width: 1460px) {
            .footer-bottom .container {
        max-width: 1280px;
   margin-left: 7%;
       
      }
  }
  
  @media (max-width: 1385px) {
            .footer-bottom .container {
        max-width: 1200px;
  
       
      }
  }
  
  @media (max-width: 1330px) {
            .footer-bottom .container {
        max-width: 1100px;
   margin-left: 12%;
       
      }
  }
  
  @media (max-width: 1267px) {
            .footer-bottom .container {
        max-width: 1050px;
  
       
      }
  }
  
  @media (max-width: 1200px) {
            .footer-bottom .container {
        max-width: 1000px;
   margin-left: 13%;
       
      }
  }
  
  @media (max-width: 1160px) {
            .footer-bottom .container {
        max-width: 900px;
   
       
      }
  }
  
  @media (max-width: 1037px) {
            .footer-bottom .container {
        max-width: 850px;
   margin-left: 14%;
       
      }
  }
  
  */

@media (max-width: 992px) {
  .footer-bottom .container {
    max-width: 720px;
  }
  .footer-top .container {
    max-width: 720px;
  }
  .footer-top .container .footer-top-wrap,
  .footer-bottom .container .footer-bottom-wrap {
    margin-left: auto;
  }
}

@media (max-width: 795px) {
  .footer-bottom .container {
    max-width: 540px;
  }

  .footer-top .container {
    max-width: 540px;
  }

  .footer-top .container .footer-top-wrap {
    margin-left: 0;
  }
}

/* End */

/* Added CSS for Window Resizing INNER PAGE */

@media (min-width: 1325px) {
  .wpsc-single-session {
    padding-left: 115px;
  }
}

@media (max-width: 1325px) {
  .inner-holder .container {
    max-width: 1200px;
    padding-left: 85px;
  }

  .wpsc-single-session {
    padding-left: 115px;
  }
}

@media (max-width: 1265px) {
  .inner-holder .container {
    max-width: 1100px;
  }
}

@media (max-width: 1130px) {
  .inner-holder .container {
    max-width: 1000px;
  }
}

@media (max-width: 1025px) {
  .inner-holder .container {
    max-width: 900px;
  }
}

@media (max-width: 1025px) {
  .inner-holder .container {
    max-width: 900px;
  }
}

@media (max-width: 992px) {
  .inner-holder .container {
    max-width: 720px;
    padding-left: 20px;
  }
  .wpsc-single-session {
    padding-left: 30px;
  }
}

@media (max-width: 795px) {
  .inner-holder .container {
    max-width: 540px;
  }
}

/* Links Fix */

.entry-content a {
  color: #014073;
}

img.alignright {
  float: right !important;
  margin: 0 0 1em 1em !important;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Floating sidebar fix */

@media (max-width: 1024px) {
  .header-floating-menu .d-md-block {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 993px) {
  .pricing-holder .container,
  .banner-holder .container,
  .featured-holder .container,
  .top-story-holder .container,
  .explore-holder .container,
  .membership-holder .container,
  .advertisement-holder .container {
    padding-left: 30px;
  }
  .header-top-bar .container {
    padding-left: 30px;
  }
  .header-top .container {
    padding-left: 30px;
  }
  .footer-top .container .footer-top-wrap,
  .footer-bottom .container .footer-bottom-wrap {
    margin-left: 30px;
  }
}

.pastrecip h4 {
  font-weight: 600 !important;
}

.pastrecip-wrap h3 {
  font-weight: 600 !important;
  margin-bottom: 50px;
}

.videos p {
  padding: 15px;
}

.mbottom {
  margin-bottom: 25px;
}

.mbottom2 {
  margin-bottom: 45px;
}
.itpa {
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00529a;
  color: #fff;
}

@media (max-width: 767px) {
  .itpimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 250px;
  }
}

.advocacy-inner hr {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

a.jaw_years {
  text-decoration: underline !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10% !important;
}

.sponsor-contents #cell-content {
  margin: 0 !important;
}

/* .sponsor-holder #cell {
  height: 100px !important;
} */

.sponsor-holder .carousel-item h4 {
  text-align: left;
  color: #999b9e;
  font-weight: 800;
}

.sponsor-holder hr {
  border-top: 1px solid #e2e2e2 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
footer .fa-twitter-square {
  padding-top: 2px;
}
/* overide for new twitter icon */
footer .fa-twitter-square:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
  width: 18px;
  display: inline-block;
}
/* custom bluesky image */
footer .fab.fa-blogger:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 568 501"><path fill="white" d="M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.21C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 388.56 473.333 453.32c-119.86 122.992-172.272-30.859-185.702-70.281-2.462-7.227-3.614-10.608-3.631-7.733-.017-2.875-1.169.506-3.631 7.733-13.43 39.422-65.842 193.273-185.702 70.281-63.111-64.76-33.89-129.52 80.986-149.071-65.72 11.185-139.6-7.295-159.875-79.748C9.945 203.659 0 75.291 0 57.946 0-28.906 76.135-1.612 123.121 33.664Z"></path></svg>');
  width: 18px;
  display: inline-block;
}
