/*
Theme Name: Nura Pain Clinics
Theme URI: 
Author: Bret Hummel
Author URI: http://brethummel.com/
Description: Custom theme developed for Nura Pain Clinics
Version: 1.1.1
*/

/* Don't use this file. Make edits to files in 'sass/stylesheets/' and everything will compile at runtime. */
/* compiled by scssphp 1.3 on Thu, 05 Sep 2024 23:37:52 +0000 (0.7992s) */

@charset "UTF-8";
/* set the overriding variables */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

header {
  background-color: white;
  position: relative;
  z-index: 20;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2); }
@media (min-width: 992px) {
  header {
    height: 194px; } }
@media (max-width: 991.98px) {
  header {
    height: 106px; } }
@media (max-width: 575.98px) {
  header {
    height: 92px !important; } }
header.fixed {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: background-color 0.2s; }
header.transparent {
  background-color: transparent !important; }
@media (max-width: 991.98px) {
  header.transparent .main-menu {
    top: 0px;
    padding: 194px 30px 40px 30px; } }
header.transparent + .content-container > .content > .block:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 194px;
  width: 100%; }
header.transparent + .content-container > .content > .block.bkgnd-white:before {
  background-color: white; }
header.transparent + .content-container > .content > .block.bkgnd-light:before {
  background-color: #f3f1ed; }
header.transparent + .content-container > .content > .block.bkgnd-light2:before {
  background-color: #fff6ee; }
header.transparent + .content-container > .content > .block.bkgnd-primary:before {
  background-color: #f56600; }
header.transparent + .content-container > .content > .block.bkgnd-secondary:before {
  background-color: #f56600; }
header.transparent + .content-container > .content > .block.bkgnd-tertiary {
  background-color: #FBF9F5; }
header.transparent + .content-container > .content > .block.bkgnd-accent {
  background-color: #ff8023; }
header .hamburger {
  position: absolute;
  right: 0px;
  padding-right: 25px; }
@media (max-width: 359.98px) {
  header .hamburger {
    padding-right: 20px; } }
header .hamburger .hamburger-container {
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  margin: 0px 0px 2px auto;
  transition: margin-top 300ms ease-in;
  background-color: #fce8d3;
  border-radius: 100px;
  font-size: 0px; }
  header .hamburger .hamburger-container .line {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #f56600;
    margin-bottom: 5px;
    margin-left: 0px;
    left: 12px;
    border-radius: 5px;
    transition: top 300ms ease-in, left 300ms ease-in, background-color 300ms, opacity 300ms, transform 300ms ease-in; }
    header .hamburger .hamburger-container .line.top {
      top: 15px; }
    header .hamburger .hamburger-container .line.middle {
      top: 23px; }
    header .hamburger .hamburger-container .line.bottom {
      top: 31px;
      margin-bottom: 0px; }
header.menu-open .hamburger-container .line.top {
  transform: rotate(-43deg);
  top: 23px;
  z-index: 10;
  background-color: #424042; }
header.menu-open .hamburger-container .line.middle {
  margin-left: 0px !important;
  z-index: 1;
  opacity: 0;
  top: 23px; }
header.menu-open .hamburger-container .line.bottom {
  transform: rotate(43deg);
  top: 23px;
  z-index: 10;
  background-color: #424042; }
header .logo img {
  height: 66px;
  width: auto; }
@media (max-width: 575.98px) {
  header .logo img {
    height: 52px;
    width: auto; } }
@media (max-width: 359.98px) {
  header .logo img {
    height: 28px;
    width: auto; } }
header > .container {
  height: 100%;
  position: static !important; }
  header > .container .header-top .menu > ul, header > .container .header-bottom .menu > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px; }
    header > .container .header-top .menu > ul > li, header > .container .header-bottom .menu > ul > li {
      display: inline-block;
      font-family: myriad-pro, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px;
      margin: 0px 14px;
      position: relative; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      header > .container .header-top .menu > ul > li, header > .container .header-bottom .menu > ul > li {
        letter-spacing: 0.75px; } }
    header > .container .header-top .menu > ul > li:first-child, header > .container .header-bottom .menu > ul > li:first-child {
      margin-left: 0px; }
    header > .container .header-top .menu > ul > li:last-child, header > .container .header-bottom .menu > ul > li:last-child {
      margin-right: 0px; }
      header > .container .header-top .menu > ul > li.current a, header > .container .header-bottom .menu > ul > li.current a {
        color: #f56600; }
    header > .container .header-top .menu > ul > li.has-submenu, header > .container .header-bottom .menu > ul > li.has-submenu {
      margin-right: 28px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      header > .container .header-top .menu > ul > li.has-submenu, header > .container .header-bottom .menu > ul > li.has-submenu {
        margin-right: 22px; } }
    header > .container .header-top .menu > ul > li.has-submenu.conditions, header > .container .header-top .menu > ul > li.has-submenu.treatments, header > .container .header-bottom .menu > ul > li.has-submenu.conditions, header > .container .header-bottom .menu > ul > li.has-submenu.treatments {
      position: static; }
      header > .container .header-top .menu > ul > li.has-submenu.open > a, header > .container .header-bottom .menu > ul > li.has-submenu.open > a {
        color: #f56600; }
        header > .container .header-top .menu > ul > li.has-submenu.open > a:after, header > .container .header-bottom .menu > ul > li.has-submenu.open > a:after {
          content: "";
          font-size: 17px; }
      header > .container .header-top .menu > ul > li.has-submenu.open .mouse-hit, header > .container .header-bottom .menu > ul > li.has-submenu.open .mouse-hit {
        position: absolute;
        display: block;
        height: 85px;
        cursor: pointer; }
      header > .container .header-top .menu > ul > li.has-submenu.open > .mouse-hit, header > .container .header-bottom .menu > ul > li.has-submenu.open > .mouse-hit {
        width: 160%;
        top: -15px;
        left: -20px; }
        header > .container .header-top .menu > ul > li.has-submenu.open.conditions .mega.drop > .container > .row > .mouse-hit, header > .container .header-top .menu > ul > li.has-submenu.open.treatments .mega.drop > .container > .row > .mouse-hit, header > .container .header-bottom .menu > ul > li.has-submenu.open.conditions .mega.drop > .container > .row > .mouse-hit, header > .container .header-bottom .menu > ul > li.has-submenu.open.treatments .mega.drop > .container > .row > .mouse-hit {
          width: 150px;
          top: -100px; }
      @media (min-width: 1200px) {
        header > .container .header-top .menu > ul > li.has-submenu.open.treatments .mega.drop > .container > .row > .mouse-hit, header > .container .header-bottom .menu > ul > li.has-submenu.open.treatments .mega.drop > .container > .row > .mouse-hit {
          margin-left: 144px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      header > .container .header-top .menu > ul > li.has-submenu.open.treatments .mega.drop > .container > .row > .mouse-hit, header > .container .header-bottom .menu > ul > li.has-submenu.open.treatments .mega.drop > .container > .row > .mouse-hit {
        margin-left: 130px; } }
  header > .container .header-top .menu > ul > li.has-submenu > a:after, header > .container .header-bottom .menu > ul > li.has-submenu > a:after {
    content: "";
    font-family: 'typicons';
    text-transform: none;
    line-height: 1;
    color: #f56600;
    position: absolute;
    top: 2.5px;
    right: -14px; }
  header > .container .header-top .menu > ul > li.has-submenu > .mouse-hit, header > .container .header-bottom .menu > ul > li.has-submenu > .mouse-hit {
    display: none; }
  header > .container .header-top .menu > ul > li.has-submenu .mega.drop, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop {
    border-top: 1px solid #c5c5c5;
    padding: 32px 0px 40px 0px;
    text-transform: none; }
  @media (min-width: 992px) {
    header > .container .header-top .menu > ul > li.has-submenu .mega.drop, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop {
      top: 194px !important;
      left: 0px;
      width: 100vw; } }
header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .view-all a, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .view-all a {
  text-transform: uppercase;
  color: black;
  text-decoration: none; }
  header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .view-all a:after, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .view-all a:after {
    content: "";
    font-family: 'microns';
    color: #f56600;
    margin-left: 8px; }
  header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .view-all a:hover, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .view-all a:hover {
    color: #f56600; }
header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .descriptor, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .descriptor {
  padding: 0px 24px;
  margin-top: 28px;
  border-left: 2px solid #ff8023; }
  header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .descriptor p, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .descriptor p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0px;
    margin: 0px; }
header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 36px; }
@media (min-width: 992px) {
  header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container {
    column-count: 3; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container {
    column-count: 2; } }
header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category {
  font-size: 14px;
  text-transform: uppercase;
  color: #f56600; }
  header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions, header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments {
    list-style: none;
    margin: 10px 0px 30px 0px;
    padding: 0px;
    font-size: 0px; }
    header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li, header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li {
      text-transform: none;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 1.25;
      margin-bottom: 12.5px; }
      header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li:last-child, header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li:last-child, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li:last-child, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li:last-child {
        margin-bottom: 0px; }
      header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a, header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a {
        color: #424042;
        text-decoration: none;
        position: relative;
        display: inline; }
      @media (min-width: 992px) {
        header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a, header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a {
          border-bottom: 1.5px solid white;
          transition: all 0.4s; }
          header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a:hover, header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a:hover, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a:hover, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a:hover {
            border-bottom: 1.5px solid #f56600; } }
      header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a:hover, header > .container .header-top .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a:hover, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.conditions > li a:hover, header > .container .header-bottom .menu > ul > li.has-submenu .mega.drop > .container > .row .nav-container li.category ul.treatments > li a:hover {
        text-decoration: none; }
header > .container .header-top .menu > ul > li.has-submenu .drop, header > .container .header-bottom .menu > ul > li.has-submenu .drop {
  display: none; }
@media (min-width: 992px) {
  header > .container .header-top .menu > ul > li.has-submenu .drop, header > .container .header-bottom .menu > ul > li.has-submenu .drop {
    left: -20px;
    width: 250px;
    position: absolute;
    background-color: white;
    padding: 8px 20px 24px 20px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    top: 58px;
    text-align: left; } }
@media (min-width: 992px) {
  header > .container .header-top .menu > ul > li.has-submenu .drop h5, header > .container .header-bottom .menu > ul > li.has-submenu .drop h5 {
    display: none; } }
header > .container .header-top .menu > ul > li.has-submenu .drop > ul, header > .container .header-bottom .menu > ul > li.has-submenu .drop > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px; }
  header > .container .header-top .menu > ul > li.has-submenu .drop > ul > li, header > .container .header-bottom .menu > ul > li.has-submenu .drop > ul > li {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom: 8px; }
    header > .container .header-top .menu > ul > li.has-submenu .drop > ul > li:last-child, header > .container .header-bottom .menu > ul > li.has-submenu .drop > ul > li:last-child {
      margin-bottom: 0px; }
    header > .container .header-top .menu > ul > li.has-submenu .drop > ul > li a, header > .container .header-bottom .menu > ul > li.has-submenu .drop > ul > li a {
      color: #424042;
      text-decoration: none;
      position: relative; }
    @media (min-width: 992px) {
      header > .container .header-top .menu > ul > li.has-submenu .drop > ul > li a, header > .container .header-bottom .menu > ul > li.has-submenu .drop > ul > li a {
        border-bottom: 1.5px solid white;
        transition: all 0.4s; }
        header > .container .header-top .menu > ul > li.has-submenu .drop > ul > li a:hover, header > .container .header-bottom .menu > ul > li.has-submenu .drop > ul > li a:hover {
          border-bottom: 1.5px solid #f56600; } }
    header > .container .header-top .menu > ul > li.has-submenu .drop > ul > li a:hover, header > .container .header-bottom .menu > ul > li.has-submenu .drop > ul > li a:hover {
      text-decoration: none; }
header > .container .header-top .menu > ul > li > a, header > .container .header-bottom .menu > ul > li > a {
  color: black;
  text-decoration: none;
  position: relative;
  transition: all 0.4s; }
  header > .container .header-top .menu > ul > li > a:hover, header > .container .header-bottom .menu > ul > li > a:hover {
    color: #f56600;
    text-decoration: none; }
header .divider {
  width: 100%;
  border-top: 1px solid #c5c5c5; }
@media (max-width: 991.98px) {
  header .divider {
    display: none; } }
header .header-top {
  padding: 20px 0px; }
@media (max-width: 991.98px) {
  header .header-top {
    position: relative;
    background-color: white;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 22; } }
header .header-top .secondary-menu {
  padding-right: 0px; }
@media (max-width: 991.98px) {
  header .header-top .secondary-menu {
    display: none; } }
@media (min-width: 992px) {
  header .header-top .secondary-menu ul li {
    margin: 0px 8px !important; } }
header .header-top .appointments-button {
  text-align: right;
  padding-left: 0px; }
@media (max-width: 991.98px) {
  header .header-top .appointments-button {
    display: none; } }
header .header-top .appointments-button ul li {
  margin: 4px 0px 6px 0px !important; }
  header .header-top .appointments-button ul li a {
    background-color: #fff6ee;
    border-radius: 50px;
    padding: 12px 41px 12px 22px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    header .header-top .appointments-button ul li a {
      padding: 12px 40px 12px 19px; } }
  header .header-top .appointments-button ul li a:hover {
    background-color: #f56600;
    color: white !important; }
    header .header-top .appointments-button ul li a:hover:after {
      background-image: url("images/icon_request_appointment_over.png"); }
  header .header-top .appointments-button ul li a:after {
    content: "";
    background-image: url("images/icon_request_appointment.png");
    background-size: cover;
    height: 13.5px;
    width: 13.5px;
    position: absolute;
    top: 15.5px;
    right: 20px; }
header .header-bottom {
  padding: 24px 0px; }
@media (min-width: 992px) {
  header .header-bottom {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media (max-width: 991.98px) {
  header .header-bottom {
    position: relative;
    background-color: white;
    margin-right: -25px !important;
    margin-left: -25px !important;
    padding-top: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    display: none; }
    header .header-bottom.mega-open {
      width: calc(100% + 25px + 25px) !important;
      left: 0px !important; }
    header .header-bottom:before {
      content: "";
      position: absolute;
      height: 20px;
      width: 120%;
      top: -20px;
      left: -10%;
      background-color: white;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      z-index: 2; }
    header .header-bottom.transition-ready {
      transition: all 0.5s; }
    header .header-bottom .menu {
      transition: all 0.5s; }
      header .header-bottom .menu.appointments-button > ul > li > a {
        height: 48px; }
      header .header-bottom .menu.slide-collapse {
        margin: 0px !important; }
        header .header-bottom .menu.slide-collapse > ul > li {
          padding-top: 0px !important;
          padding-bottom: 0px !important;
          border-width: 0px; }
          header .header-bottom .menu.slide-collapse > ul > li.open .drop {
            display: block !important;
            top: 0px !important; }
            header .header-bottom .menu.slide-collapse > ul > li.open .drop.mega {
              padding: 20px 0px 20px 0px !important;
              border: none !important; }
              header .header-bottom .menu.slide-collapse > ul > li.open .drop.mega > .container {
                padding: 0px !important; }
                header .header-bottom .menu.slide-collapse > ul > li.open .drop.mega > .container .mouse-hit {
                  display: none !important; }
                  header .header-bottom .menu.slide-collapse > ul > li.open .drop.mega > .container ul.nav-container li:last-child ul.conditions {
                    margin-bottom: 0px !important; }
            header .header-bottom .menu.slide-collapse > ul > li.open .drop h5 {
              font-size: 14px;
              color: #f56600;
              margin-top: 20px;
              margin-bottom: 10px; }
          header .header-bottom .menu.slide-collapse > ul > li.request-appointment {
            margin: 0px !important; }
            header .header-bottom .menu.slide-collapse > ul > li.request-appointment a {
              padding: 0px !important; }
          header .header-bottom .menu.slide-collapse > ul > li > a {
            height: 0px;
            line-height: 0px; }
      header .header-bottom .menu > ul > li {
        transition: all 0.5s; }
        header .header-bottom .menu > ul > li > a {
          transition: all 0.5s;
          height: 24px;
          overflow: hidden;
          display: block !important; }
        header .header-bottom .menu > ul > li .mega.drop {
          transition: all 0.5s; }
    header .header-bottom .main-menu, header .header-bottom .audience-menu {
      text-align: left !important;
      padding: 0px !important;
      position: relative !important; }
      header .header-bottom .main-menu > ul > li, header .header-bottom .audience-menu > ul > li {
        display: block !important;
        margin: 0px !important;
        width: 100%;
        padding: 12px 25px !important;
        border-bottom: 2px solid #f3f1ed; }
        header .header-bottom .main-menu > ul > li.has-submenu, header .header-bottom .audience-menu > ul > li.has-submenu {
          position: relative !important; }
          header .header-bottom .main-menu > ul > li.has-submenu .drop, header .header-bottom .audience-menu > ul > li.has-submenu .drop {
            position: relative !important;
            width: 100% !important; }
        header .header-bottom .main-menu > ul > li > a, header .header-bottom .audience-menu > ul > li > a {
          display: inline-block;
          background-color: transparent !important;
          padding: 0px !important;
          width: 100%;
          border-radius: 0px; }
          header .header-bottom .main-menu > ul > li > a:after, header .header-bottom .audience-menu > ul > li > a:after {
            right: 0px !important; }
    header .header-bottom .secondary-menu {
      margin-top: 14px;
      position: relative; }
      header .header-bottom .secondary-menu > ul > li {
        display: block !important;
        margin: 0px !important;
        width: 100%;
        padding: 8px 25px !important; }
    header .header-bottom .appointments-button {
      margin-top: 14px;
      text-align: center;
      padding-left: 0px;
      width: 100%;
      position: relative; }
      header .header-bottom .appointments-button ul li {
        margin: 4px 0px 6px 0px !important;
        padding: 2px 25px !important; }
        header .header-bottom .appointments-button ul li a {
          background-color: #fff6ee;
          border-radius: 50px;
          padding: 12px 41px 12px 22px; }
          header .header-bottom .appointments-button ul li a:hover {
            background-color: #f56600;
            color: white !important; }
            header .header-bottom .appointments-button ul li a:hover:after {
              background-image: url("images/icon_request_appointment_over.png"); }
          header .header-bottom .appointments-button ul li a:after {
            content: "";
            background-image: url("images/icon_request_appointment.png");
            background-size: cover;
            height: 13.5px;
            width: 13.5px;
            position: absolute;
            top: 15.5px;
            right: 20px; } }
  @media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
    header .header-bottom {
      width: 360px;
      left: 350px; } }
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
  header .header-bottom {
    width: 360px;
    left: 170px; } }
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .header-bottom .menu.slide-collapse {
    left: -360px; } }
@media (max-width: 991.98px) and (max-width: 575.98px) {
  header .header-bottom .menu.slide-collapse {
    left: -100vw; } }
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .header-bottom .menu.slide-collapse > ul > li.open .drop {
    left: 360px; } }
@media (max-width: 991.98px) and (max-width: 575.98px) {
  header .header-bottom .menu.slide-collapse > ul > li.open .drop {
    left: 100vw; } }
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .header-bottom .menu.slide-collapse > ul > li.open .drop.mega > .container ul.nav-container {
    column-count: 2 !important; } }
@media (max-width: 991.98px) and (max-width: 575.98px) {
  header .header-bottom .menu.slide-collapse > ul > li.open .drop.mega > .container ul.nav-container {
    column-count: 1 !important; } }
header .header-bottom .menu-reset {
  background-color: #f3f1ed;
  padding: 10px 25px;
  position: relative;
  top: -4px;
  font-family: myriad-pro, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  display: none; }
@media (min-width: 992px) {
  header .header-bottom .menu-reset {
    display: none !important; } }
header .header-bottom .menu-reset a {
  display: inline-block;
  text-decoration: none;
  color: black;
  position: relative;
  padding-left: 16px;
  width: 100%; }
  header .header-bottom .menu-reset a:before {
    content: "";
    font-family: 'typicons';
    text-transform: none;
    line-height: 1;
    color: #424042;
    position: absolute;
    top: 4.5px;
    left: 0px; }
header .header-bottom .main-menu {
  position: static;
  padding-right: 0px; }
header .header-bottom .audience-menu {
  text-align: right;
  padding-left: 0px; }
@media (min-width: 1200px) {
  header .header-bottom .audience-menu > ul > li {
    margin: 4px 5px 6px 5px !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .header-bottom .audience-menu > ul > li {
    margin: 4px 3.5px 6px 3.5px !important; } }
header .header-bottom .audience-menu > ul > li > a {
  background-color: #f3f1ed;
  border-radius: 50px;
  padding: 10px 32px 10px 20px; }
@media (min-width: 992px) {
  header .header-bottom .audience-menu > ul > li > a:after {
    top: 12.5px !important;
    right: 18px !important; } }
@media (min-width: 992px) {
  header .header-bottom .audience-menu > ul > li .drop {
    left: -2px !important; } }

.top-bar {
  background-color: #f56600; }
  .top-bar .notice {
    text-align: center;
    padding: 12px 0px 10px 0px; }
    .top-bar .notice p {
      display: inline-block;
      color: white;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 6px; }
    .top-bar .notice a {
      font-size: 14px;
      display: inline-block;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: all 0.4s;
      color: white;
      text-decoration: none;
      display: inline-block;
      margin-left: 6px; }
      .top-bar .notice a:hover {
        color: #ffce35;
        text-decoration: none; }
      .top-bar .notice a:after {
        content: "";
        color: #ffce35;
        font-family: 'microns';
        display: inline-block;
        font-size: 16px;
        position: relative;
        top: 1.5px;
        margin-left: 5px; }

.logged-in header.fixed {
  top: 32px; }
@media only screen and (max-width: 600px) {
  .logged-in header.fixed {
    top: 0px; } }

html body {
  font-weight: normal;
  background-color: #f3f1ed;
  color: black; }
  html body .vert-center {
    align-items: flex-start !important; }
  html body .content {
    background-color: white; }
    html body.dev-env:before {
      color: #8c827b !important; }
  html body pre {
    color: inherit; }
    html body .block.bkgnd-grad-orange, html body .block.bkgnd-grad-orange .backgrounds, html body .block .bkgnd-grad-orange {
      background: #f56600;
      background: linear-gradient(0deg, #f56600 0%, rgba(245, 102, 0, 0.6) 100%); }
      html body .block.light h1, html body .block .light h1 {
        color: black; }
        html body .block.light h1 a, html body .block .light h1 a {
          color: black; }
          html body .block.light h1 a:hover, html body .block .light h1 a:hover {
            color: #f56600; }
      html body .block.light h2, html body .block .light h2 {
        color: #424042; }
        html body .block.light h2 a, html body .block .light h2 a {
          color: #424042; }
          html body .block.light h2 a:hover, html body .block .light h2 a:hover {
            color: #f56600; }
      html body .block.light h3, html body .block .light h3 {
        color: #424042; }
        html body .block.light h3 a, html body .block .light h3 a {
          color: #424042; }
          html body .block.light h3 a:hover, html body .block .light h3 a:hover {
            color: #f56600; }
      html body .block.light h4, html body .block .light h4 {
        color: #424042; }
      html body .block.light h5, html body .block .light h5 {
        color: #424042; }
      html body .block.light h6, html body .block .light h6 {
        color: #424042; }
      html body .block.light p, html body .block .light p {
        color: black; }
      html body .block.light a, html body .block .light a {
        color: #f56600; }
        html body .block.light a:hover, html body .block .light a:hover {
          color: #ff8023; }
        html body .block.light a.button, html body .block .light a.button {
          color: white; }
          html body .block.light a.button.primary, html body .block .light a.button.primary {
            color: black; }
            html body .block.light a.button.primary:hover, html body .block .light a.button.primary:hover {
              color: #f56600; }
          html body .block.light a.button.secondary, html body .block .light a.button.secondary {
            background-color: #f56600;
            color: white; }
            html body .block.light a.button.secondary:hover, html body .block .light a.button.secondary:hover {
              color: white;
              background-color: #ff8023; }
          html body .block.light a.button.tertiary, html body .block .light a.button.tertiary {
            background-color: #ffce35;
            color: white; }
            html body .block.light a.button.tertiary:hover, html body .block .light a.button.tertiary:hover {
              color: white;
              background-color: #ff8023; }
          html body .block.light a.button.accent, html body .block .light a.button.accent {
            background-color: #ff8023;
            color: white; }
            html body .block.light a.button.accent:hover, html body .block .light a.button.accent:hover {
              color: white;
              background-color: #f56600; }
          html body .block.light a.button.outline, html body .block .light a.button.outline {
            border: 1px solid white; }
            html body .block.light a.button.outline:hover, html body .block .light a.button.outline:hover {
              color: white;
              border: 1px solid #ff8023;
              background-color: #ff8023; }
      html body .block.light form button[type=submit], html body .block .light form button[type=submit] {
        background-color: black !important;
        color: white !important; }
        html body .block.light form button[type=submit]:hover, html body .block .light form button[type=submit]:hover {
          background-color: #ff8023 !important;
          color: white !important; }
    html body .block.dark h1, html body .block .dark h1 {
      color: white; }
      html body .block.dark h1 a, html body .block .dark h1 a {
        color: white; }
        html body .block.dark h1 a:hover, html body .block .dark h1 a:hover {
          color: #ffce35; }
    html body .block.dark h2, html body .block .dark h2 {
      color: white; }
      html body .block.dark h2 a, html body .block .dark h2 a {
        color: white; }
        html body .block.dark h2 a:hover, html body .block .dark h2 a:hover {
          color: #ffce35; }
    html body .block.dark h3, html body .block .dark h3 {
      color: white; }
      html body .block.dark h3 a, html body .block .dark h3 a {
        color: white; }
        html body .block.dark h3 a:hover, html body .block .dark h3 a:hover {
          color: #ffce35; }
    html body .block.dark h4, html body .block .dark h4 {
      color: white; }
    html body .block.dark h5, html body .block .dark h5 {
      color: white; }
    html body .block.dark h6, html body .block .dark h6 {
      color: white; }
    html body .block.dark p, html body .block .dark p {
      color: white; }
    html body .block.dark a, html body .block .dark a {
      color: white; }
      html body .block.dark a:hover, html body .block .dark a:hover {
        color: #ffce35; }
      html body .block.dark a.button, html body .block .dark a.button {
        color: #f56600; }
        html body .block.dark a.button.primary, html body .block .dark a.button.primary {
          color: black;
          box-shadow: 0px 4px 23px 0px #F5660033; }
          html body .block.dark a.button.primary:hover, html body .block .dark a.button.primary:hover {
            color: #f56600; }
        html body .block.dark a.button.secondary, html body .block .dark a.button.secondary {
          background-color: #ff8023;
          color: white; }
          html body .block.dark a.button.secondary:hover, html body .block .dark a.button.secondary:hover {
            color: white;
            background-color: black; }
        html body .block.dark a.button.tertiary, html body .block .dark a.button.tertiary {
          background-color: white;
          color: #ffce35; }
          html body .block.dark a.button.tertiary:hover, html body .block .dark a.button.tertiary:hover {
            color: #ff8023;
            background-color: white; }
        html body .block.dark a.button.accent, html body .block .dark a.button.accent {
          background-color: #ff8023;
          color: white; }
          html body .block.dark a.button.accent:hover, html body .block .dark a.button.accent:hover {
            color: white;
            background-color: #f56600; }
        html body .block.dark a.button.outline, html body .block .dark a.button.outline {
          border: 1px solid white; }
          html body .block.dark a.button.outline:hover, html body .block .dark a.button.outline:hover {
            color: white;
            border: 1px solid #ff8023;
            background-color: #ff8023; }
    html body .block.dark form button[type=submit], html body .block .dark form button[type=submit] {
      background-color: #ff8023 !important;
      color: white !important; }
      html body .block.dark form button[type=submit]:hover, html body .block .dark form button[type=submit]:hover {
        color: white !important;
        background-color: black !important; }
  html body h1 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.9px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    html body h1 {
      font-size: 48px; } }
@media (max-width: 767.98px) {
  html body h1 {
    font-size: 38px; } }
html body h1 sup {
  top: -1.1em;
  font-size: 40%; }
html body h2 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.9px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  html body h2 {
    font-size: 35px; } }
@media (max-width: 767.98px) {
  html body h2 {
    font-size: 32px; } }
html body h2 sup {
  top: -1.1em;
  font-size: 40%; }
html body h3 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -0.9px; }
@media (max-width: 991.98px) {
  html body h3 {
    font-size: 26px; } }
@media (max-width: 767.98px) {
  html body h3 {
    font-size: 24px; } }
html body h3 sup {
  top: -1.1em;
  font-size: 40%; }
html body h3 a {
  color: black; }
  html body h3 a:hover {
    color: #f56600;
    text-decoration: none; }
html body h4 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; }
@media (min-width: 768px) and (max-width: 991.98px) {
  html body h4 {
    font-size: 20px; } }
@media (max-width: 767.98px) {
  html body h4 {
    font-size: 18px; } }
html body h4 sup {
  top: -1.1em;
  font-size: 40%; }
html body h5 {
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px; }
@media (max-width: 767.98px) {
  html body h5 {
    font-size: 18px; } }
html body h5 sup {
  top: -1.1em;
  font-size: 40%; }
html body h6 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase; }
@media (max-width: 767.98px) {
  html body h6 {
    font-size: 18px; } }
html body h6 sup {
  top: -1.1em;
  font-size: 40%; }
html body p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }
  html body p.intro, html body p .intro {
    font-size: 20px; }
  html body p.caption, html body p .caption {
    font-size: 14px;
    font-style: italic; }
  html body p.button-container {
    margin-bottom: 0px; }
  html body p + ul {
    margin-top: 8px; }
html body .block.below p:last-child {
  margin-bottom: 18px !important; }
html body ul, html body ol {
  margin-bottom: 30px; }
  html body ul li, html body ol li {
    page-break-inside: avoid;
    break-inside: avoid-column;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 9px; }
    html body ul li ul, html body ol li ul {
      margin-top: 3px;
      margin-bottom: 6px; }
html body ol {
  list-style: none;
  counter-reset: steps;
  margin: 0px;
  padding: 0px; }
  html body ol li {
    counter-increment: steps;
    position: relative;
    padding-left: 46px;
    margin-bottom: 18px; }
    html body ol li:before {
      content: counter(steps);
      display: inline-grid;
      position: absolute;
      left: 0px;
      width: 28px;
      height: 28px;
      background: #f56600;
      color: white;
      font-size: 16px;
      border-radius: 60%;
      place-items: center;
      padding-bottom: 1.5px; }
html body h1 + p, html body h2 + p, html body h3 + p, html body h4 + p, html body h5 + p, html body h6 + p {
  margin-top: 18px; }
html body p + h1, html body p + h2, html body p + h3, html body p + h4, html body p + h5, html body p + h6 {
  margin-top: 36px; }
html body a {
  text-decoration: underline; }
  html body a[href^="tel:"], html body a[href^="mailto:"] {
    white-space: nowrap; }
  html body a:hover {
    text-decoration: underline; }
  html body a.button {
    display: inline-block;
    text-decoration: none;
    margin: 12px 8px 0px 0px;
    color: white;
    line-height: 1.1; }
    html body a.button:only-of-type {
      margin: 12px 0px 0px 0px; }
    html body a.button:last-of-type {
      margin: 12px 0px 0px 0px; }
    html body a.button:hover {
      text-decoration: none; }
    html body a.button.small {
      font-size: 14px;
      padding: 5px 14px;
      border-radius: 20px; }
    html body a.button.medium {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 12.5px 4px 14.5px 4px;
      border-radius: 50px;
      transition: all 0.4s; }
      html body a.button.medium span {
        padding: 9px 12px 10px 20px;
        border-radius: 50px;
        background-color: white; }
        html body a.button.medium span:after {
          content: "";
          color: #f56600;
          font-family: 'microns';
          display: inline-block;
          font-size: 18px;
          position: relative;
          top: 2px;
          margin-left: 5px; }
    html body a.button.primary {
      background: linear-gradient(90deg, #FFBF1B 0%, #FF8E3B 100%);
      color: black; }
      html body a.button.primary:hover {
        color: #f56600; }
    html body a.button.secondary {
      background-color: #f56600;
      color: white; }
      html body a.button.secondary:hover {
        color: white;
        background-color: #ff8023; }
    html body a.button.tertiary {
      background-color: #ffce35;
      color: white; }
      html body a.button.tertiary:hover {
        color: white;
        background-color: #ff8023; }
    html body a.button.accent {
      background-color: #ff8023;
      color: white; }
      html body a.button.accent:hover {
        color: white;
        background-color: #f56600; }
    html body a.button.outline {
      border: 1px solid white; }
      html body a.button.outline:hover {
        color: white;
        border: 1px solid #ff8023;
        background-color: #ff8023; }
html body form {
  font-family: myriad-pro, Arial, sans-serif !important;
  font-weight: normal !important;
  color: black !important; }
  html body form button[type=submit] {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 4.5px 4px 4.5px 4px !important;
    border: none !important;
    border-radius: 50px !important;
    background: linear-gradient(90deg, #FFBF1B 0%, #FF8E3B 100%) !important;
    transition: all 0.4s !important;
    margin-top: 0px !important; }
    html body form button[type=submit]:hover > span > span {
      color: #f56600 !important; }
  html body form button[type=submit] > span > span {
    padding: 9px 12px 10px 20px !important;
    border-radius: 50px !important;
    background-color: white !important;
    color: black !important;
    transition: all 0.4s !important; }
    html body form button[type=submit] > span > span:after {
      content: "" !important;
      color: #f56600 !important;
      font-family: 'microns' !important;
      display: inline-block !important;
      font-size: 18px !important;
      position: relative !important;
      top: 2px !important;
      margin-left: 5px !important; }
html .pop-overlay {
  background-color: rgba(0, 0, 0, 0.92); }
  html .pop-overlay .pop-modal {
    background-color: white;
    padding: 60px 50px;
    min-height: 65vh;
    max-height: 90vh;
    margin-top: 6vh;
    margin-bottom: 6vh;
    width: 80vw;
    max-width: 1140px; }
    html .pop-overlay .pop-modal .pop-close {
      top: 20px;
      right: 20px; }
      html .pop-overlay .pop-modal .pop-close img {
        height: 32px;
        width: 32px; }

footer .footer-container .container-xl {
  padding: 0px; }
footer .footer-container .content {
  padding-top: 52px;
  padding-bottom: 48.75px; }
  footer .footer-container .content .divider {
    margin: 36px 0px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    footer .footer-container .content .divider {
      clear: both; } }
  footer .footer-container .content .divider .line {
    width: 100%;
    border-top: 2px solid #c5c5c5; }
  footer .footer-container .content.top-footer {
    background-color: #FBF9F5;
    color: black; }
  @media (max-width: 991.98px) {
    footer .footer-container .content.top-footer .logo {
      margin-bottom: 46px; } }
@media (max-width: 767.98px) {
  footer .footer-container .content.top-footer .navigation {
    margin-bottom: -32px; } }
footer .footer-container .content.top-footer .navigation .nav-container > ul.categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 0px; }
  footer .footer-container .content.top-footer .navigation .nav-container > ul.categories p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 8px; }
  footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 29%; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li {
      width: 32%; }
      footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li:first-child {
        width: 36%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li {
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 32px; }
    footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li.feedback .hipaa-seal {
      position: static !important;
      bottom: unset !important;
      margin-top: 20px; } }
@media (max-width: 575.98px) {
  footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li {
    width: 100%;
    padding: 0px;
    margin-bottom: 32px; }
    footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li.feedback .hipaa-seal {
      position: static !important;
      bottom: unset !important;
      margin-top: 20px; } }
footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li.feedback {
  position: relative; }
  footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li.feedback .hipaa-seal {
    position: absolute;
    bottom: -100px;
    left: 0px; }
    footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li.feedback .hipaa-seal img {
      width: 101px;
      height: auto; }
footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li > ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li > ul > li {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom: 8px;
    display: block; }
    footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li > ul > li:last-child {
      margin-bottom: 0px; }
    footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li > ul > li a {
      color: #424042;
      text-decoration: none; }
      footer .footer-container .content.top-footer .navigation .nav-container > ul.categories > li > ul > li a:hover {
        color: #f56600;
        text-decoration: underline; }
@media (max-width: 991.98px) {
  footer .footer-container .content.top-footer .address .address-container {
    margin-bottom: -32px; } }
footer .footer-container .content.top-footer .address .address-container ul.locations {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px; }
  footer .footer-container .content.top-footer .address .address-container ul.locations li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 25%;
    padding: 0px 12px; }
  @media (max-width: 991.98px) {
    footer .footer-container .content.top-footer .address .address-container ul.locations li {
      width: 50%;
      padding: 0px 20px 0px 0px;
      margin-bottom: 32px; } }
@media (max-width: 575.98px) {
  footer .footer-container .content.top-footer .address .address-container ul.locations li {
    width: 100%;
    padding: 0px;
    margin-bottom: 32px; } }
footer .footer-container .content.top-footer .address .address-container ul.locations li:first-child {
  padding-left: 0px; }
footer .footer-container .content.top-footer .address .address-container ul.locations li:last-child {
  padding-right: 0px; }
footer .footer-container .content.top-footer .address .address-container ul.locations li p {
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-bottom: 0px; }
  footer .footer-container .content.top-footer .address .address-container ul.locations li p.title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 24px; }
    footer .footer-container .content.top-footer .address .address-container ul.locations li p.title:first-child {
      margin-top: 0px !important; }
  footer .footer-container .content.top-footer .address .address-container ul.locations li p a {
    color: black;
    text-decoration: none; }
    footer .footer-container .content.top-footer .address .address-container ul.locations li p a:hover {
      color: #f56600;
      text-decoration: underline; }
footer .footer-container .content.bottom-footer {
  background-color: #f3f1ed;
  color: black; }
  footer .footer-container .content.bottom-footer .legal-links {
    padding-right: 0px; }
    footer .footer-container .content.bottom-footer .legal-links .nav-container ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      footer .footer-container .content.bottom-footer .legal-links .nav-container ul {
        column-count: 2; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    footer .footer-container .content.bottom-footer .legal-links .nav-container ul {
      column-count: 2; } }
  footer .footer-container .content.bottom-footer .legal-links .nav-container ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0px 22px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    footer .footer-container .content.bottom-footer .legal-links .nav-container ul li {
      margin: 0px 13px; } }
@media (max-width: 991.98px) {
  footer .footer-container .content.bottom-footer .legal-links .nav-container ul li {
    display: block;
    margin: 0px;
    line-height: 2.5; } }
footer .footer-container .content.bottom-footer .legal-links .nav-container ul li:first-child {
  margin-left: 0px; }
footer .footer-container .content.bottom-footer .legal-links .nav-container ul li:last-child {
  margin-right: 0px; }
footer .footer-container .content.bottom-footer .legal-links .nav-container ul li a {
  color: #424042;
  text-decoration: underline; }
  footer .footer-container .content.bottom-footer .legal-links .nav-container ul li a:hover {
    color: #f56600; }
footer .footer-container .content.bottom-footer .social {
  text-align: right; }
@media (max-width: 767.98px) {
  footer .footer-container .content.bottom-footer .social {
    text-align: left;
    margin-top: 26px; } }
footer .footer-container .content.bottom-footer .social ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 0px; }
  footer .footer-container .content.bottom-footer .social ul li {
    display: inline-block;
    margin-right: 8px; }
    footer .footer-container .content.bottom-footer .social ul li a svg {
      fill: #f56600;
      transition: all 0.2s; }
      footer .footer-container .content.bottom-footer .social ul li a:hover svg {
        fill: #424042; }
footer .footer-container .content.bottom-footer .legal p {
  font-size: 14px;
  color: #424042;
  line-height: 1.2; }
footer .footer-container .content.bottom-footer .legal .copyright {
  margin-top: 20px; }
  footer .footer-container .content.bottom-footer .legal .copyright .copyright-container p {
    font-weight: 700;
    line-height: 1.1; }

body.patients .block.block-textimage .container .row .text-col p.intro:first-child {
  margin-bottom: 32px; }
body.post .block.block-text, body.post .block.block-textimage {
  padding-top: 48.75px;
  padding-bottom: 48.75px; }
  body.post .block.block-text + .block-textimage .container .row .text-col, body.post .block.block-textimage + .block-textimage .container .row .text-col {
    padding-top: 0px;
    padding-bottom: 48.75px;
    justify-content: flex-start; }
    body.post .block.block-text + .block-textimage .container .row .image-col .image-container, body.post .block.block-textimage + .block-textimage .container .row .image-col .image-container {
      margin-top: 0px;
      margin-bottom: 55.25px; }
    body.post .block.block-text + .block-textimage .container .row .image-col .caption, body.post .block.block-textimage + .block-textimage .container .row .image-col .caption {
      margin-bottom: 55.25px !important; }
@media (min-width: 992px) {
  body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important; }
    body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
      height: auto;
      margin-bottom: 48.75px; } }
@media (max-width: 991.98px) {
  body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
    height: 225px; }
    body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
      object-position: center center; } }
body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
  object-fit: contain; }
@media (min-width: 992px) {
  body.post .block.block-textimage.image-right:first-child .container .row .text-col.col-lg-7 {
    padding-right: 0px !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important; } }
@media (max-width: 991.98px) {
  body.post .block.block-textimage.image-right:first-child .container .row .text-col.col-lg-7 {
    padding-top: 42.25px; } }
body.post .block.block-textimage + .block-text {
  padding-top: 0px; }
body.post .block.block-fullimage {
  padding-top: 0px;
  padding-bottom: 48.75px; }
  body.post .block.block-fullimage:not(.captioned) + .block-gallery {
    margin-top: -32.75px; }
body.post .block.block-fullimage.captioned .caption-container {
  margin-bottom: 0px; }
body.post .block.block-fullimage + .block-text {
  padding-top: 0px; }
  body.post .block.block-fullimage + .block-textimage .container .row .text-col {
    padding-top: 15px;
    padding-bottom: 48.75px;
    justify-content: flex-start; }
    body.post .block.block-fullimage + .block-textimage .container .row .image-col .image-container {
      margin-top: 15px;
      margin-bottom: 55.25px; }
body.post .block.block-pullquote.padded {
  padding-top: 55.25px;
  padding-bottom: 55.25px; }
body.post h1 + h3 {
  margin-top: 12px; }

html body {
  font-family: myriad-pro, Arial, sans-serif;
  position: relative; }
  html body.no-scroll {
    overflow: hidden !important; }
  html body .vert-center {
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center; }
  html body .content {
    padding: 0px; }
  html body .container {
    padding: 0px 30px;
    position: relative; }
  @media (min-width: 1200px) {
    html body .container {
      padding: 0px 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .container {
    padding: 0px 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  html body .container {
    padding: 0px 25px; } }
@media (max-width: 359.98px) {
  html body .container {
    padding: 0px 20px; } }
html body .blocks-wrapper .block {
  background-color: unset !important; }
  html body .blocks-wrapper .block.padded {
    padding-top: 39px;
    padding-bottom: 39px; }
  html body .blocks-wrapper .block .container {
    padding-left: 15px;
    padding-right: 15px; }
html body .block.padded {
  padding-top: 65px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  html body .block.padded {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
html body .block.padded.above {
  padding-top: 0px !important;
  margin-top: -32.5px; }
@media (max-width: 575.98px) {
  html body .block.padded.above {
    margin-top: -6vw; } }
html body .block.padded.below {
  padding-bottom: 0px !important;
  margin-bottom: -32.5px; }
@media (max-width: 575.98px) {
  html body .block.padded.below {
    margin-bottom: -6vw; } }
html body .block.padded.below.has-buttons {
  margin-bottom: 0px !important; }
html body .block.left {
  text-align: left; }
html body .block.center {
  text-align: center; }
  html body .block.center ul {
    text-align: center;
    list-style-position: inside;
    padding: 0px; }
html body .block.right {
  text-align: right; }
  html body .block.right ul {
    text-align: right;
    list-style-position: inside; }
html body .block.bkgnd-white, html body .block .bkgnd-white {
  background-color: white; }
html body .block.bkgnd-light, html body .block .bkgnd-light {
  background-color: #f3f1ed; }
html body .block.bkgnd-light2, html body .block .bkgnd-light2 {
  background-color: #fff6ee; }
html body .block.bkgnd-primary, html body .block .bkgnd-primary {
  background-color: #f56600; }
html body .block.bkgnd-secondary, html body .block .bkgnd-secondary {
  background-color: #f56600; }
html body .block.bkgnd-tertiary, html body .block .bkgnd-tertiary {
  background-color: #FBF9F5; }
html body .block.bkgnd-accent, html body .block .bkgnd-accent {
  background-color: #ff8023; }
@media only screen and (max-width: 600px) {
  html body #wpadminbar {
    top: -46px; } }
html body.dev-env:before {
  content: "00";
  color: white;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 100;
  line-height: 1;
  font-size: 12px;
  content: "xxs"; }
@media (min-width: 360px) {
  html body.dev-env:before {
    content: "xs"; } }
@media (min-width: 576px) {
  html body.dev-env:before {
    content: "sm"; } }
@media (min-width: 768px) {
  html body.dev-env:before {
    content: "md"; } }
@media (min-width: 992px) {
  html body.dev-env:before {
    content: "lg"; } }
@media (min-width: 1200px) {
  html body.dev-env:before {
    content: "xl"; } }
html .pop-overlay {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  display: none; }
  html .pop-overlay .pop-modal {
    position: relative;
    display: block; }
    html .pop-overlay .pop-modal .pop-close {
      position: absolute;
      cursor: pointer; }
html .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.92) !important; }
  html .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-wrap {
    left: 10vw !important;
    right: 10vw !important;
    height: calc(80vw * .5625) !important;
    top: calc((100% - (80vw * .5625))/2) !important;
    bottom: unset !important; }

.block-accordion {
  padding-bottom: 81.25px; }
@media (max-width: 991.98px) {
  .block-accordion .hidden-mobile {
    display: none !important; } }
@media (min-width: 992px) {
  .block-accordion .hidden-desktop {
    display: none !important; } }
.block-accordion.cols-2 .accordion-container.open .category {
  opacity: 0.25; }
.block-accordion .category {
  transition: opacity 0.5s ease; }
  .block-accordion .category.open {
    opacity: 1 !important; }
    .block-accordion .category.open .tab h4:after {
      content: ""; }
  .block-accordion .category .tab {
    border-bottom: 1px solid #f56600;
    padding: 20px 0px;
    cursor: pointer;
    height: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center; }
    .block-accordion .category .tab h4 {
      position: relative;
      line-height: 1;
      margin: 0px;
      padding-right: 50px;
      width: 100%; }
      .block-accordion .category .tab h4:hover {
        color: #f56600; }
      .block-accordion .category .tab h4:after {
        position: absolute;
        font-family: typicons !important;
        content: "";
        top: 0px;
        right: 20px;
        margin-left: 6px; }
.block-accordion .category-detail {
  display: none; }
  .block-accordion .category-detail.init.open {
    display: block; }
  .block-accordion .category-detail .subcategories-container {
    border-top: 1px solid #f56600;
    margin-top: -1px;
    margin-bottom: 20px; }
    .block-accordion .category-detail .subcategories-container .subcategory {
      border-top: 1px solid #f56600;
      margin: -1px 15px 0px 15px; }
      .block-accordion .category-detail .subcategories-container .subcategory.open .tab h4:before {
        content: ""; }
      .block-accordion .category-detail .subcategories-container .subcategory .tab {
        border-bottom: 1px solid #f56600;
        padding: 20px 0px;
        cursor: pointer;
        height: 100%;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        align-items: center; }
        .block-accordion .category-detail .subcategories-container .subcategory .tab h4 {
          position: relative;
          line-height: 1;
          margin: 0px;
          padding-left: 40px;
          width: 100%;
          text-transform: capitalize;
          font-size: 108%;
          color: #f56600; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:hover {
            color: black; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:before {
            position: absolute;
            font-family: typicons !important;
            content: "";
            top: 0px;
            left: 15px;
            margin-right: 6px; }
      .block-accordion .category-detail .subcategories-container .subcategory .subcategory-detail {
        display: none; }
  .block-accordion .category-detail .blocks-wrapper {
    border-top: 1px solid #f56600;
    border-bottom: 1px solid #f56600;
    margin-top: -1px; }

.block-bio.light .bio-col .person-container p.title {
  color: black; }
.block-bio.dark .bio-col .person-container p.title {
  color: white; }
.block-bio .bio-col {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (min-width: 768px) {
  .block-bio .bio-col {
    padding-left: 40px; } }
.block-bio .bio-col .person-container {
  margin-bottom: 15px; }
  .block-bio .bio-col .person-container h3 {
    display: inline-block;
    margin-right: 9px; }
  .block-bio .bio-col .person-container p.title {
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    margin-top: 0px; }
.block-bio .bio-col p.read-more {
  display: block !important;
  margin-top: 8px; }
  .block-bio .bio-col p.read-more a {
    font-size: 14px; }
    .block-bio .bio-col p.read-more a:after {
      display: inline-block;
      position: relative;
      font-family: typicons !important;
      content: "";
      top: 1px;
      margin-left: 6px; }
      .block-bio .bio-col p.read-more a.open:after {
        content: ""; }
.block-bio .bio-col .bio-container.read-more {
  max-height: 280px;
  position: relative;
  overflow: hidden;
  transition: max-height 2s ease-out, height 0.3s ease-out; }
  .block-bio .bio-col .bio-container.read-more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    background-repeat: repeat-x;
    transition: opacity 0.3s;
    opacity: 1; }
  .block-bio .bio-col .bio-container.read-more.open {
    max-height: 2000px; }
    .block-bio .bio-col .bio-container.read-more.open:after {
      opacity: 0; }
  .block-bio .bio-col .bio-container.read-more.bkgnd-light:after {
    background-image: url("images/mask_bottom_light.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-white:after {
  background-image: url("images/mask_bottom_white.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-primary:after {
  background-image: url("images/mask_bottom_primary.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-secondary:after {
  background-image: url("images/mask_bottom_secondary.png"); }
.block-bio .bio-col .bio-container > .read-more {
  display: none;
  margin-bottom: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-buttons .buttons .button {
  margin-top: 0px; }

.block-contactform .form-col .frm_forms form {
  padding-top: 15px; }
  .block-contactform .form-col .frm_forms form label.frm_primary_label {
    /*display: none !important;*/ }
  .block-contactform .form-col .frm_forms form input, .block-contactform .form-col .frm_forms form select, .block-contactform .form-col .frm_forms form textarea {
    font-family: myriad-pro, Arial, sans-serif !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    border: none;
    box-shadow: 0px 0px 0px 0px !important; }
    .block-contactform .form-col .frm_forms form .frm_blank_field input, .block-contactform .form-col .frm_forms form .frm_blank_field select, .block-contactform .form-col .frm_forms form .frm_blank_field textarea {
      border: 0 !important;
      border-bottom: 2px solid #B94A48 !important; }
      .block-contactform .form-col .frm_forms form .frm_blank_field input:focus, .block-contactform .form-col .frm_forms form .frm_blank_field select:focus, .block-contactform .form-col .frm_forms form .frm_blank_field textarea:focus {
        border: 0 !important;
        border-bottom: 2px solid #B94A48 !important; }
  .block-contactform .form-col .frm_forms form .frm_error {
    margin-top: 6px;
    font-style: italic; }
    .block-contactform .form-col .frm_forms form .frm_submit button {
      font-family: myriad-pro, Arial, sans-serif;
      line-height: 24px; }
.block-contactform .map-col #map {
  font-size: 0px; }
  .block-contactform .map-col #map iframe {
    height: 450px;
    min-height: 400px;
    width: 100%;
    border: none; }
.block-contactform .info-map #map {
  font-size: 0px; }
  .block-contactform .info-map #map iframe {
    width: 100%;
    border: none; }
  @media (min-width: 1200px) {
    .block-contactform .info-map #map iframe {
      height: 360px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform .info-map #map iframe {
    height: 320px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform .info-map #map iframe {
    height: 300px; } }
@media (max-width: 767.98px) {
  .block-contactform .info-map #map iframe {
    height: 360px; } }
.block-contactform .info-col {
  padding-top: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col {
    padding-top: 40px; } }
.block-contactform .info-col .info {
  height: 100%; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info {
    border: none;
    padding-left: 0px; } }
.block-contactform .info-col .info h4 {
  margin-bottom: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info h4 {
    padding-right: 0px; } }
.block-contactform .info-col .info p {
  position: relative;
  margin-bottom: 25px; }
  .block-contactform .info-col .info p.icon {
    padding-left: 35px;
    margin-bottom: 16px; }
  .block-contactform .info-col .info p:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 1px;
    left: 0px; }
    .block-contactform .info-col .info p.phone:before {
      background-image: url(images/icon_phone.png); }
  .block-contactform .info-col .info p.fax:before {
    background-image: url(images/icon_fax.png); }
.block-contactform .info-col .info p.email:before {
  background-image: url(images/icon_email.png); }
.block-contactform .info-col .info p.address:before {
  background-image: url(images/icon_address.png); }
.block-contactform.info .info-col .info {
  padding-left: 30px;
  border-left: 1px solid black; }
.block-contactform.info-map .info-col .info {
  height: unset !important;
  margin-bottom: 65px; }
.block-contactform.map .info-col .info {
  padding-bottom: 65px; }
@media (min-width: 768px) {
  .block-contactform.map .info-col .info {
    padding-top: 65px; } }
.block-contactform.map.map-left .info-col .info {
  padding-left: 30px; }
.block-contactform.map.fill-column {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-contactform.map.fill-column .container {
    padding: 0px;
    max-width: unset !important; }
  @media (min-width: 768px) {
    .block-contactform.map.fill-column .container .info-col .info {
      padding-top: 65px;
      padding-bottom: 65px; } }
@media (min-width: 576px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 540px;
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 475px;
    max-width: 475px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 400px;
    max-width: 400px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 300px;
    max-width: 300px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 665px;
    max-width: 665px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 560px;
    max-width: 560px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 420px;
    max-width: 420px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 380px;
    max-width: 380px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 320px;
    max-width: 320px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 240px;
    max-width: 240px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 760px;
    max-width: 760px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 640px;
    max-width: 640px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
.block-contactform.map.fill-column.map-left .container .info-col .info {
  padding-right: 30px; }
@media (min-width: 1200px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 20px; } }
.block-contactform.bkgnd-white .form-col .frm_forms form input, .block-contactform.bkgnd-white .form-col .frm_forms form select, .block-contactform.bkgnd-white .form-col .frm_forms form textarea {
  background-color: #c5c5c5; }
  .block-contactform.bkgnd-white .form-col .frm_forms form input:focus, .block-contactform.bkgnd-white .form-col .frm_forms form select:focus, .block-contactform.bkgnd-white .form-col .frm_forms form textarea:focus {
    background-color: #c5c5c5 !important; }
.block-contactform.bkgnd-light .form-col .frm_forms form input, .block-contactform.bkgnd-light .form-col .frm_forms form select, .block-contactform.bkgnd-light .form-col .frm_forms form textarea {
  background-color: white; }
  .block-contactform.bkgnd-light .form-col .frm_forms form input:focus, .block-contactform.bkgnd-light .form-col .frm_forms form select:focus, .block-contactform.bkgnd-light .form-col .frm_forms form textarea:focus {
    background-color: white !important; }

.block-fullimage.carousel.full-width {
  font-size: 0px; }
  .block-fullimage.carousel.full-width .slides {
    z-index: 2; }
    .block-fullimage.carousel.full-width .slides .slide img {
      max-height: 800px;
      width: 100% !important;
      object-fit: cover;
      object-position: center center; }
  .block-fullimage.carousel.full-width .dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 5; }
    .block-fullimage.carousel.full-width .dots ul.slick-dots {
      text-align: center;
      margin: 0px auto;
      padding: 0px 0px 10px 0px;
      list-style: none;
      position: relative; }
      .block-fullimage.carousel.full-width .dots ul.slick-dots li {
        margin: 0px 6px;
        padding: 0px;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 8px;
        cursor: pointer;
        background-color: white;
        opacity: 0.35; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li.slick-active {
          opacity: 1; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li button {
          display: none !important; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li:before {
          display: none; }
.block-fullimage.image.full-width {
  max-height: 800px;
  overflow: hidden; }
  .block-fullimage.image.full-width img {
    max-height: 800px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center; }
.block-fullimage.image.scale img {
  max-width: 100% !important;
  height: auto !important;
  min-height: unset !important; }
@media (max-width: 767.98px) {
  .block-fullimage.image img {
    height: 480px !important;
    object-fit: cover;
    object-position: center center; } }
@media (max-width: 575.98px) {
  .block-fullimage.image img {
    height: 86.7vw !important;
    object-fit: cover;
    object-position: center center; } }
.block-fullimage.text {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media (max-width: 575.98px) {
  .block-fullimage.text {
    padding-top: 12vw;
    padding-bottom: 12vw; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.text {
    padding-top: 65px;
    padding-bottom: 65px; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.text {
    padding-top: 97.5px;
    padding-bottom: 97.5px; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.text {
    padding-top: 130px;
    padding-bottom: 130px; }
    .block-fullimage.text .text-container {
      width: 85%; } }
@media (min-width: 1200px) {
  .block-fullimage.text {
    padding-top: 130px;
    padding-bottom: 130px; }
    .block-fullimage.text .text-container {
      width: 75%; } }
.block-fullimage.text .text-container {
  padding: 65px;
  margin: 0px auto; }
@media (max-width: 575.98px) {
  .block-fullimage.text .text-container {
    padding: 12vw; } }
.block-fullimage.text .text-container.bkgnd-white {
  background-color: white; }
.block-fullimage.text .text-container.bkgnd-light {
  background-color: #f3f1ed; }
.block-fullimage.text .text-container.bkgnd-light2 {
  background-color: #f3f1ed; }
.block-fullimage.text .text-container.bkgnd-primary {
  background-color: #f56600; }
.block-fullimage.text .text-container.bkgnd-secondary {
  background-color: #f56600; }
.block-fullimage.video .video-container.oembed {
  position: relative;
  width: 100%;
  overflow: hidden; }
@media (max-width: 575.98px) {
  .block-fullimage.video .video-container.oembed {
    height: calc((100vw - 60px) * .5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 506.25px; } }
@media (min-width: 1200px) {
  .block-fullimage.video .video-container.oembed {
    height: 573.75px; } }
.block-fullimage.video .video-container.oembed iframe {
  height: 100%;
  width: 100%; }
.block-fullimage.video .video-container.lightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .block-fullimage.video .video-container.lightbox .play-button {
    position: absolute;
    width: 20%; }
.block-fullimage .caption-container {
  padding-top: 14px;
  margin-bottom: 30px; }
.block-fullimage + .block.padded.above {
  margin-top: -20px !important; }

.block-hero {
  position: relative; }
  .block-hero.image.top {
    background-position: top center; }
  .block-hero.image.middle {
    background-position: center center; }
  .block-hero.image.bottom {
    background-position: bottom center; }
  .block-hero.marquee {
    background-size: cover;
    background-position: center center;
    height: 500px;
    overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-hero.marquee {
      height: 476px; } }
@media (max-width: 767.98px) {
  .block-hero.marquee {
    max-height: 450px;
    height: 85vw; } }
.block-hero.marquee .title {
  justify-content: center; }
  .block-hero.marquee .title .text-container {
    margin-bottom: 5%; }
.block-hero.page-title {
  padding-top: 65px;
  padding-bottom: 65px;
  background: linear-gradient(90deg, #F56600 0%, rgba(245, 102, 0, 0.6) 100%);
  overflow: hidden; }
  .block-hero.page-title:before {
    content: "";
    position: absolute;
    background-image: url("images/nura_sun_white_corner.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
    bottom: 0px; }
  @media (min-width: 992px) {
    .block-hero.page-title:before {
      height: 200%;
      width: 60%;
      right: -15%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.page-title:before {
    height: 175%;
    width: 70%;
    right: -10%; } }
@media (max-width: 767.98px) {
  .block-hero.page-title:before {
    height: 150%;
    width: 65%;
    right: -10%; } }
@media (min-width: 992px) {
  .block-hero.page-title.has-subhead:before {
    height: 160%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.page-title.has-subhead:before {
    height: 130%; } }
@media (max-width: 767.98px) {
  .block-hero.page-title.has-subhead:before {
    height: 110%; } }
.block-hero.page-title .title {
  justify-content: flex-end; }
  .block-hero.page-title .title .text-container h1 {
    color: white; }
  @media (min-width: 992px) {
    .block-hero.page-title .title .text-container h1 {
      font-size: 48px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.page-title .title .text-container h1 {
    font-size: 38px; } }
@media (max-width: 767.98px) {
  .block-hero.page-title .title .text-container h1 {
    font-size: 32px; } }
.block-hero.page-title .title .text-container p {
  color: white; }
@media (min-width: 992px) {
  .block-hero.page-title .title .text-container p {
    padding-right: 10%; } }
.block-hero.page-title .title .text-container .paragraph {
  margin-top: 10px; }
.block-hero .title-container {
  height: 100%; }
  .block-hero .title-container .container {
    height: 100%; }
    .block-hero .title-container .container .row {
      height: 100%; }
  .block-hero .title-container .title {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .block-hero .title-container .title .text-container h1 {
      margin-bottom: 0px; }

.block-legal p {
  font-size: 12px;
  font-style: italic; }

.block-peoplegrid .person {
  margin-bottom: 30px; }
  .block-peoplegrid .person .image-container {
    position: relative; }
    .block-peoplegrid .person .image-container.over .image.rollover {
      opacity: 1; }
    .block-peoplegrid .person .image-container .image {
      margin-bottom: 15px; }
      .block-peoplegrid .person .image-container .image.rollover {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        transition: all 0.5s; }
  .block-peoplegrid .person .info-container {
    position: relative; }
    .block-peoplegrid .person .info-container .image {
      margin-bottom: 15px; }
  .block-peoplegrid .person .info-container h5 {
    margin-bottom: 0px; }
  .block-peoplegrid .person .info-container p.title {
    font-style: italic;
    font-size: 93.75%;
    margin-bottom: 0px; }
    .block-peoplegrid .person .info-container p.title a {
      text-decoration: none; }
      .block-peoplegrid .person .info-container p.title a:hover {
        text-decoration: underline; }
  .block-peoplegrid .person .info-container h5 + p {
    margin-top: 2px; }
  .block-peoplegrid .person .info-container .social {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .block-peoplegrid .person .info-container .social ul {
      margin: 0px;
      padding: 0px; }
      .block-peoplegrid .person .info-container .social ul li {
        display: inline-block; }
        .block-peoplegrid .person .info-container .social ul li.email svg {
          margin-top: 7px; }
      .block-peoplegrid .person .info-container .social ul li.instagram svg {
        margin-top: 3px; }
.block-peoplegrid .person .mini-bio-container p.mini-bio {
  margin-top: 16px;
  font-size: 15px; }
.block-peoplegrid .person .bio {
  display: none; }
.block-peoplegrid.light .person .info-container h5 {
  color: #f56600; }
  .block-peoplegrid.light .person .info-container h5 a:hover {
    color: black;
    text-decoration: none; }
.block-peoplegrid.light .person .info-container p.title a {
  color: #424042; }
  .block-peoplegrid.light .person .info-container p.title a:hover {
    color: #424042; }
.block-peoplegrid.light .person .info-container .social {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  .block-peoplegrid.light .person .info-container .social ul {
    margin: 0px;
    padding: 0px; }
    .block-peoplegrid.light .person .info-container .social ul li {
      display: inline-block;
      margin-right: 8px; }
      .block-peoplegrid.light .person .info-container .social ul li a svg {
        fill: #424042; }
        .block-peoplegrid.light .person .info-container .social ul li a:hover svg {
          fill: #ff8023; }
.block-peoplegrid.two-col .card-columns {
  -webkit-column-count: 2 !important;
  -moz-column-count: 2 !important;
  column-count: 2 !important; }
@media (max-width: 767.98px) {
  .block-peoplegrid.two-col .card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; } }
.block-peoplegrid.three-col .card-columns {
  -webkit-column-count: 3 !important;
  -moz-column-count: 3 !important;
  column-count: 3 !important; }
.block-peoplegrid.four-col .card-columns {
  -webkit-column-count: 4 !important;
  -moz-column-count: 4 !important;
  column-count: 4 !important; }
.block-peoplegrid .card-columns .card {
  max-width: 100% !important;
  border: none !important;
  margin-bottom: 42px; }

.block-posts {
  transition: all 0.4s; }
  .block-posts.padded {
    padding-bottom: 40px !important; }
  .block-posts .active-tags {
    margin-bottom: 16px; }
    .block-posts .active-tags h3 span.reset {
      font-size: 16px;
      margin-left: 16px; }
  .block-posts .posts-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px; }
    .block-posts .posts-container.no-flex {
      display: block !important; }
    .block-posts .posts-container .post-container {
      transition: all 0.4s; }
      .block-posts .posts-container .post-container.just-loaded {
        opacity: 0; }
  .block-posts .sidebar .search-bar {
    margin-bottom: 24px;
    position: relative; }
    .block-posts .sidebar .search-bar > span {
      background-color: #f3f1ed;
      display: inline-block;
      width: 36px;
      height: 32px;
      vertical-align: top;
      padding-left: 8px;
      padding-right: 6px; }
      .block-posts .sidebar .search-bar > span:before {
        content: "";
        font-family: 'microns';
        font-size: 21px;
        color: black;
        position: relative; }
    .block-posts .sidebar .search-bar input {
      display: inline-block;
      vertical-align: top;
      background-color: #f3f1ed;
      border: none;
      outline: 0px;
      width: calc(100% - 36px);
      padding: 4px 15px 4px 0px;
      position: relative; }
    .block-posts .sidebar .search-bar .search-results {
      position: absolute;
      background-color: white;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      width: 320px;
      right: 0px;
      top: 37px;
      padding: 24px 20px 20px 20px;
      display: none; }
      .block-posts .sidebar .search-bar .search-results .loading {
        text-align: center;
        padding-top: 14px;
        padding-bottom: 14px; }
      .block-posts .sidebar .search-bar .search-results ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .block-posts .sidebar .search-bar .search-results ul li {
          font-size: 16px;
          line-height: 1.3;
          margin-bottom: 13px;
          display: none; }
          .block-posts .sidebar .search-bar .search-results ul li a {
            color: #424042;
            text-decoration: none; }
            .block-posts .sidebar .search-bar .search-results ul li a:hover {
              color: #f56600;
              text-decoration: underline; }
          .block-posts .sidebar .search-bar .search-results ul li span.content-match {
            margin-top: 3px;
            margin-left: 8px;
            font-size: 13px;
            font-style: italic;
            color: #ff8023; }
      .block-posts .sidebar .search-bar .search-results p.no-results {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 0px;
        margin-bottom: 4px;
        display: none; }
      .block-posts .sidebar .search-bar .search-results p.all-results {
        font-size: 14px;
        margin-top: 18px;
        margin-bottom: 0px;
        display: none; }
  .block-posts .sidebar .tag-cloud h4 {
    margin-bottom: 20px; }
  .block-posts .sidebar .tag-cloud ul {
    list-style: none;
    padding: 0px; }
    .block-posts .sidebar .tag-cloud ul.tags li {
      line-height: 1.3;
      margin-bottom: 16px; }
  .block-posts .filter-row {
    display: flex;
    justify-content: space-between; }
  @media (max-width: 767.98px) {
    .block-posts .filter-row {
      display: block; } }
  .block-posts .filter-row h2 {
    vertical-align: baseline; }
  .block-posts .filter-row .filters {
    vertical-align: baseline; }
    .block-posts .filter-row .filters ul {
      list-style: none;
      padding: 0px; }
      .block-posts .filter-row .filters ul li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer; }
        .block-posts .filter-row .filters ul li:last-of-type {
          margin-right: 0px; }
        .block-posts .filter-row .filters ul li:before {
          position: relative;
          content: "";
          font-size: 27px;
          font-family: typicons !important;
          margin-right: 9px;
          top: 2px;
          color: #8c827b;
          opacity: 0.5; }
          .block-posts .filter-row .filters ul li.active:before {
            opacity: 0.35; }
          .block-posts .filter-row .filters ul li.active:after {
            position: absolute;
            content: "";
            font-size: 22px;
            font-family: typicons !important;
            top: 5px;
            left: 1px; }
  .block-posts .load-more {
    margin-top: 22px;
    text-align: center; }
    .block-posts .load-more.hide {
      display: none; }
      .block-posts .load-more p img {
        height: 32px;
        width: 32px; }
  .block-posts .view-all {
    margin-top: 20px; }
  .block-posts .no-results {
    display: none; }
    .block-posts .no-results p {
      border-top: 1px solid #8c827b;
      padding-top: 22px;
      font-size: 18px; }
    .block-posts .no-results.show {
      display: block; }

.block-published.padded {
  padding-top: 65px;
  padding-bottom: 0px !important;
  margin-bottom: -45.5px; }
@media (max-width: 575.98px) {
  .block-published.padded {
    padding-top: 9vw !important; } }

.block-pullquote .container .row .quote {
  text-align: center; }
@media (min-width: 992px) {
  .block-pullquote .container .row .quote {
    padding: 0px 15%; } }
.block-pullquote .container .row .quote p {
  color: black;
  font-size: 20px; }
  .block-pullquote .container .row .quote p:first-child:before {
    color: black;
    content: "“";
    display: block;
    text-align: center;
    font-size: 112px;
    margin-bottom: -100px;
    margin-top: -50px; }
.block-pullquote .container .row .attribution {
  text-align: center; }
  .block-pullquote .container .row .attribution p {
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 0px; }

.block-rule {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .block-rule {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.block-rule.above {
  margin-top: 0px !important; }
.block-rule.below {
  margin-bottom: 0px !important; }
.block-rule hr {
  border-top: 1px solid #424042;
  margin: 0px; }
  .block-rule hr.light {
    border-color: #8c827b;
    opacity: 0.35; }
  .block-rule hr.primary {
    border-color: black; }
  .block-rule hr.secondary {
    border-color: #f56600; }
  .block-rule hr.tertiary {
    border-color: #ffce35; }
  .block-rule hr.accent {
    border-color: #ff8023; }
  .block-rule hr.accent2 {
    border-color: #ffce35; }

@media (max-width: 991.98px) {
  .block-textimage.full + .block-rule {
    padding-top: 0px !important; } }

.block-share {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .block-share {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.block-share.above {
  margin-top: -10px !important; }
.block-share.below {
  margin-bottom: 0px !important; }
  .block-share .content-container .swp_social_panel .swp_share_button a {
    color: white; }

.block-strip {
  padding: 20px 0px 18px 0px; }
  .block-strip h1, .block-strip h2, .block-strip h3, .block-strip h4, .block-strip p {
    line-height: 1; }
    .block-strip p:first-child {
      margin-top: 6px !important; }
    .block-strip p:last-child {
      margin-bottom: 10px !important; }

@media (max-width: 767.98px) {
  .block-testimonials.image .slides-container .slides .slide .text-col {
    margin-top: 40px; } }
.block-testimonials.quote .dots {
  margin-top: 0px; }
.block-testimonials.logo .slides-container .slides .slide .text-col .logo {
  width: 100%;
  margin-bottom: 8px; }
  .block-testimonials.logo .slides-container .slides .slide .text-col .logo img {
    height: 152px;
    width: auto;
    margin: 0px auto; }
.block-testimonials .slides-container .slides .slide .text-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 25px; }
  .block-testimonials .slides-container .slides .slide .text-col .quote {
    position: relative;
    padding: 0px 25px;
    margin: 0px auto 15px auto;
    width: 93%; }
  @media (max-width: 991.98px) {
    .block-testimonials .slides-container .slides .slide .text-col .quote {
      width: 90%; } }
  .block-testimonials .slides-container .slides .slide .text-col .quote:before {
    content: "“";
    font-size: 112px;
    position: absolute;
    left: -25px;
    top: -48px;
    color: black;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote:after {
    content: "”";
    font-size: 112px;
    position: absolute;
    right: -25px;
    bottom: -94px;
    color: black;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote p {
    position: relative;
    line-height: 1.75;
    font-size: 18px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before, .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      font-size: 70px;
      line-height: 0px;
      position: relative;
      display: inline;
      color: black;
      z-index: 25; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before {
      content: "“";
      left: -8px;
      top: 28px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      content: "”";
      right: -9px;
      bottom: -33px; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .name {
  font-weight: 700; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .title {
  font-style: italic; }
.block-testimonials .dots {
  margin-top: 32.5px;
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 575.98px) {
  .block-testimonials .dots {
    margin-top: 6vw; } }
.block-testimonials .dots ul.slick-dots {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  position: relative; }
  .block-testimonials .dots ul.slick-dots li {
    margin: 0px 6px;
    padding: 0px;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #8c827b;
    opacity: 0.35; }
    .block-testimonials .dots ul.slick-dots li.slick-active {
      opacity: 1; }
    .block-testimonials .dots ul.slick-dots li button {
      display: none !important; }
    .block-testimonials .dots ul.slick-dots li:before {
      display: none; }
.block-testimonials .arrows {
  text-align: center;
  margin-top: 20px; }
  .block-testimonials .arrows .prev, .block-testimonials .arrows .next {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px;
    cursor: pointer; }
    .block-testimonials .arrows .prev:before, .block-testimonials .arrows .next:before {
      content: "";
      font-family: typicons !important;
      font-size: 27px;
      color: #8c827b;
      position: relative;
      top: 2px; }
      .block-testimonials .arrows .prev:hover:before, .block-testimonials .arrows .next:hover:before {
        color: white; }
  .block-testimonials .arrows .prev:before {
    content: ""; }

.blocks-wrapper .block-text.padded {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-text.padded {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.blocks-wrapper .block-text.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-text.padded.below {
  margin-bottom: 0px !important; }

.block-text.one-col.center .col-one .content-container {
  margin: 0px auto; }
@media (min-width: 1200px) {
  .block-text.one-col.center .col-one .content-container {
    width: 70%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.one-col.center .col-one .content-container {
    width: 80%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.one-col.center .col-one .content-container {
    width: 90%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.one-col.center .col-one .content-container {
    width: 93%; } }
.block-text.two-col.controlled {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px; }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.two-col.controlled {
    width: 100vw;
    overflow: hidden; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.two-col.controlled {
    overflow: hidden; } }
.block-text.two-col.controlled.unique-bkgnds .container .col-one {
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.unique-bkgnds .container .col-one {
    padding-bottom: 12vw; } }
.block-text.two-col.controlled.unique-bkgnds .container .col-two {
  padding-top: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.unique-bkgnds .container .col-two {
    padding-top: 12vw; } }
.block-text.two-col.controlled.has-buttons .container .col-one, .block-text.two-col.controlled.has-buttons .container .col-two {
  padding-bottom: 0px; }
.block-text.two-col.controlled.has-buttons .container .buttons-container {
  margin-top: 25px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.has-buttons .container .buttons-container {
    padding-bottom: 12vw; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled.has-buttons.unique-bkgnds .container .col-one {
    padding-bottom: 65px; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.has-buttons.unique-bkgnds .container .col-one {
    padding-bottom: 12vw; } }
.block-text.two-col.controlled .backgrounds {
  position: absolute;
  height: 100%;
  width: 100%; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .backgrounds {
    overflow: hidden; } }
.block-text.two-col.controlled .backgrounds .row {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px; }
  .block-text.two-col.controlled .backgrounds .row .col-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .col-two-bkgnd {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (min-width: 992px) {
    .block-text.two-col.controlled .backgrounds .row .col-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .col-two-bkgnd {
      height: 100%; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .backgrounds .row .col-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .col-two-bkgnd {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container {
    margin-right: 0px;
    margin-left: 0px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .row {
    margin-right: 0px;
    margin-left: 0px; } }
.block-text.two-col.controlled .container .col-one, .block-text.two-col.controlled .container .col-two, .block-text.two-col.controlled .container .buttons-container {
  padding-top: 65px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .container .col-one, .block-text.two-col.controlled .container .col-two, .block-text.two-col.controlled .container .buttons-container {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
.block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
  width: 100%; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 720px;
    max-width: 720px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 540px;
    max-width: 540px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px auto; } }
@media (max-width: 359.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px auto; } }
@media (min-width: 992px) {
  .block-text.two-col.controlled .container .col-one {
    padding-right: 55px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .col-one {
    padding-bottom: 0px; } }
@media (min-width: 992px) {
  .block-text.two-col.controlled .container .col-two {
    padding-left: 55px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .col-two {
    padding-top: 32.5px; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .container .col-two {
    padding-top: 6vw; } }
.block-text .col-one.wrapped {
  column-count: 2;
  column-gap: 115px; }
@media (max-width: 991.98px) {
  .block-text .col-one.wrapped {
    column-count: 1; } }
.block-text .col-two ul {
  padding: 0px 0px 0px 40px;
  margin: 15px 0px 30px 0px; }
.block-text .buttons-container {
  padding-top: 0px !important;
  margin-top: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }
  .blocks-wrapper .block-textimage.padded .text-col {
    padding-top: 39px;
    padding-bottom: 39px; }
  @media (max-width: 575.98px) {
    .blocks-wrapper .block-textimage.padded .text-col {
      padding-top: 7.2vw;
      padding-bottom: 7.2vw; } }
.blocks-wrapper .block-textimage.padded .image-col .image-container, .blocks-wrapper .block-textimage.padded .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.padded .image-col .image-container, .blocks-wrapper .block-textimage.padded .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }
.blocks-wrapper .block-textimage.padded.subcategories .image-col .image-container, .blocks-wrapper .block-textimage.padded.subcategories .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.padded.subcategories .image-col .image-container, .blocks-wrapper .block-textimage.padded.subcategories .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }
@media (max-width: 991.98px) {
  .blocks-wrapper .block-textimage.image-left .text-col, .blocks-wrapper .block-textimage.image-right .text-col {
    padding-top: 0px; }
    .blocks-wrapper .block-textimage.image-left .image-col .image-container, .blocks-wrapper .block-textimage.image-right .image-col .image-container {
      margin-bottom: 39px; } }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.image-left .image-col .image-container, .blocks-wrapper .block-textimage.image-right .image-col .image-container {
    margin-bottom: 7.2vw; } }

.block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .image-container, .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .image-container, .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }

.block-textimage.full.image {
  position: relative; }
  .block-textimage.full.image .full-image-row {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }
  @media (max-width: 991.98px) {
    .block-textimage.full.image .full-image-row {
      display: none; } }
  .block-textimage.full.image .full-image-row .image-col {
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px; }
    .block-textimage.full.image .full-image-row .image-col.right {
      left: unset !important;
      right: 0px; }
    .block-textimage.full.image .full-image-row .image-col.fifty {
      width: 50%; }
    @media (min-width: 1200px) {
      .block-textimage.full.image .full-image-row .image-col.one-third {
        width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .41666667 * (1140px - 60px - 60px + 15px + 15px) )); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .block-textimage.full.image .full-image-row .image-col.one-third {
      width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .41666667 * (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.two-thirds {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .58333333 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.two-thirds {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .58333333 * (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.one-fourth {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .25 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.one-fourth {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .25* (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.three-fourths {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .75 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.three-fourths {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .75* (960px - 30px - 30px + 15px + 15px) )); } }
.block-textimage.full.image .full-image-row .image-col img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
@media (max-width: 991.98px) {
  .block-textimage.full.image .image-col .image-container {
    position: relative;
    width: 100vw;
    margin-bottom: 32.5px !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: calc((((100vw - 720px) / 2) + 30px) * -1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: calc((((100vw - 540px) / 2) + 30px) * -1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: -25px; } }
@media (max-width: 359.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: -20px; } }
@media (min-width: 992px) {
  .block-textimage.full.image .image-col .image-container img {
    opacity: 0; } }
.block-textimage.padded {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-textimage.padded .text-col {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (max-width: 575.98px) {
    .block-textimage.padded .text-col {
      padding-top: 12vw;
      padding-bottom: 12vw; } }
.block-textimage.padded .image-col .image-container, .block-textimage.padded .image-col .video-container {
  margin-top: 65px;
  margin-bottom: 65px; }
@media (max-width: 991.98px) {
  .block-textimage.padded .image-col .image-container, .block-textimage.padded .image-col .video-container {
    margin-bottom: 39px; } }
.block-textimage.padded .image-col .image-container + p.caption, .block-textimage.padded .image-col .video-container + p.caption {
  margin-top: -29.25px;
  margin-bottom: 65px; }
.block-textimage.padded .image-col .lottie-container {
  background-size: cover;
  background-repeat: no-repeat; }
@media (min-width: 992px) {
  .block-textimage.image-right .container .text-col {
    padding-right: 55px; }
  .block-textimage.image-right .container .image-col {
    padding-left: 0px; } }
@media (max-width: 991.98px) {
  .block-textimage.image-right .container .image-col .image-container {
    margin-bottom: 0px; } }
@media (min-width: 992px) {
  .block-textimage.image-left .container .text-col {
    padding-left: 55px; }
  .block-textimage.image-left .container .image-col {
    padding-right: 0px; } }
@media (max-width: 991.98px) {
  .block-textimage.image-left .container .image-col .image-container {
    margin-bottom: 0px; } }
.block-textimage .container .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.block-textimage .container .image-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
  @media (max-width: 359.98px) {
    .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
      height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 372.5000031px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 422.5000035px; } }
.block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 450px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 510px; } }
.block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 527.4999969px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 597.4999965px; } }
.block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 238.0950020646px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 271.395002331px; } }
.block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 289.71px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 329.67px; } }
.block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 341.3249979354px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 387.944997669px; } }
.block-textimage .container .image-col.rect .image-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .block-textimage .container .image-col.rect .image-container img, .block-textimage .container .image-col.rect .image-container video {
    position: relative;
    object-fit: cover;
    height: 100%;
    width: 100%; }
.block-textimage .container .image-col.circle .image-container {
  border-radius: 60%;
  overflow: hidden; }
.block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 209.5312517438px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 237.6562519688px; } }
.block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 253.125px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 286.875px; } }
.block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 296.7187482563px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 336.0937480313px; } }
.block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 279.375002325px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 316.875002625px; } }
.block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 337.5px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 382.5px; } }
.block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 395.624997675px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 448.124997375px; } }
.block-textimage .container .image-col .video-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .block-textimage .container .image-col .video-container iframe {
    height: 100%;
    width: 100%; }
.block-textimage .container .top .image-container img {
  object-position: top center; }
.block-textimage .container .middle .image-container img {
  object-position: center center; }
.block-textimage .container .bottom .image-container img {
  object-position: bottom center; }

.block-tiles {
  padding-bottom: 30px; }
@media (min-width: 1200px) {
  .block-tiles .container {
    padding-right: 60px;
    padding-left: 60px; } }
.block-tiles.cards .tile {
  margin-bottom: 30px; }
  .block-tiles.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 30px 35px; }
  @media (max-width: 767.98px) {
    .block-tiles.cards .tile .card-container {
      padding: 40px 35px;
      width: 80%;
      margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile .card-container {
    width: 90%; } }
@media (max-width: 359.98px) {
  .block-tiles.cards .tile .card-container {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-tiles.cards .tile.image.col-md-5 {
    flex: 0 0 50%;
    max-width: 50%; } }
.block-tiles.cards .tile.image .card-container {
  position: relative;
  padding: 0px; }
  .block-tiles.cards .tile.image .card-container .image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .block-tiles.cards .tile.image .card-container .image {
      height: 200px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .image {
    height: 50vw;
    max-height: 220px; } }
.block-tiles.cards .tile.image .card-container .image img {
  max-width: unset !important;
  width: 100%;
  min-height: 100%;
  position: relative;
  object-fit: cover;
  object-position: center center;
  overflow: hidden; }
.block-tiles.cards .tile.image .card-container .text {
  padding: 10px 35px 30px 35px; }
@media (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 95%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
@media (min-width: 1200px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
.block-tiles.cards .tile.button {
  padding-bottom: 0px !important; }
  .block-tiles.cards .tile.button .card-container .buttons {
    bottom: 30px; }
.block-tiles.cards .tile.button.image .card-container {
  padding-bottom: 57px; }
.block-tiles.cards .tile.button.icon .card-container {
  padding-bottom: 87px; }
.block-tiles.cards .tile.button a.button:only-child {
  margin: 0px; }
.block-tiles .tile {
  text-align: center;
  margin-bottom: 55px;
  position: relative; }
  .block-tiles .tile .image {
    width: 55%;
    margin: 0px auto 25px auto; }
  @media (max-width: 575.98px) {
    .block-tiles .tile .image {
      width: 40%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles .tile .image {
    width: 50%; } }
.block-tiles .tile .image img {
  max-width: 100%; }
.block-tiles .tile .text {
  margin: 0px auto; }
@media (max-width: 575.98px) {
  .block-tiles .tile .text {
    width: 85%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles .tile .text {
    width: 75%; } }
@media (min-width: 1200px) {
  .block-tiles .tile .text {
    width: 90%; } }
.block-tiles .tile .text p {
  font-size: 93.75%; }
.block-tiles .tile.button.icon {
  padding-bottom: 57px; }
.block-tiles .tile.button .buttons {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-audioplayer {
  position: relative; }
  .block-audioplayer.padded {
    padding-top: 42.25px !important;
    padding-bottom: 42.25px !important; }
  .block-audioplayer .base-color, .block-audioplayer .progress-color, .block-audioplayer .cursor-color {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    display: none; }
  .block-audioplayer #awp-wrapper {
    width: 100%; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    @media (max-width: 767.98px) {
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
        -ms-flex-align: center !important;
        align-items: center !important; } }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info {
      margin-bottom: 12px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-title {
        font-size: 18px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle {
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle i {
        width: 48px;
        height: 50px;
        font-size: 40px !important;
        line-height: 50px !important;
        color: white;
        text-align: left;
        display: inline-block; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause {
        display: none; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause i {
          font-size: 36px !important; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-title {
        font-size: 18px; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper {
    height: 25px;
    width: 125px;
    margin: 0px 0px 0px auto;
    text-align: right; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume {
      width: 22px;
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume i {
        width: 25px;
        height: 25px;
        font-size: 18px !important;
        line-height: 25px !important;
        color: white; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar {
      position: relative;
      background: rgba(0, 0, 0, 0);
      cursor: pointer;
      touch-action: none;
      width: 80px;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
        position: absolute;
        width: 80px;
        height: 5px;
        background-color: rgba(255, 255, 255, 0.15); }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
          position: absolute;
          height: 100%;
          background-color: white; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform {
    position: relative; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap {
      margin-top: 20px;
      margin-bottom: 28px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-preloader {
        position: absolute;
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 12px;
        opacity: 0.5;
        left: 0px;
        top: 70px; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform canvas {
          max-width: none !important; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-img-progress-wrap {
        border-right: 3px solid #0000ff; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total, .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      position: absolute;
      bottom: 0px;
      font-size: 12px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total {
      right: 15px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      left: 15px; }
  .block-audioplayer #awp-playlist-list {
    display: none; }
  .block-audioplayer.dark {
    color: white; }
    .block-audioplayer.dark .base-color {
      background-color: rgba(255, 255, 255, 0.2); }
    .block-audioplayer.dark .progress-color {
      background-color: white; }
    .block-audioplayer.dark .cursor-color {
      background-color: white; }
  .block-audioplayer.light {
    color: black; }
    .block-audioplayer.light .base-color {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary .progress-color {
        background-color: black; }
      .block-audioplayer.light.primary .cursor-color {
        background-color: black; }
        .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
          color: black !important; }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
        color: black !important; }
    .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
        background-color: black !important; }
  .block-audioplayer.light.secondary .progress-color {
    background-color: #f56600; }
  .block-audioplayer.light.secondary .cursor-color {
    background-color: #f56600; }
    .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
      color: #f56600 !important; }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
    color: #f56600 !important; }
.block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #f56600 !important; }
.block-audioplayer.light.tertiary .progress-color {
  background-color: #ffce35; }
.block-audioplayer.light.tertiary .cursor-color {
  background-color: #ffce35; }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
    color: #ffce35 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
  color: #ffce35 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #ffce35 !important; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-gallery .row {
  margin-bottom: -36px !important; }
  .block-gallery.full-width .container {
    max-width: 100vw !important;
    width: 100vw !important;
    padding: 0px !important; }
.block-gallery.no-gutters .container .row {
  margin-left: 0px;
  margin-right: 0px; }
.block-gallery.no-gutters .gallery-item {
  padding: 0px !important;
  margin-bottom: 0px !important; }
  .block-gallery.no-gutters .gallery-item .image-container, .block-gallery.no-gutters .gallery-item .video-container {
    padding: 0px !important; }
    .block-gallery.no-gutters .gallery-item .image-container .image, .block-gallery.no-gutters .gallery-item .image-container video, .block-gallery.no-gutters .gallery-item .video-container .image, .block-gallery.no-gutters .gallery-item .video-container video {
      margin-bottom: 0px !important;
      border-radius: 0px !important; }
.block-gallery .gallery-item {
  position: relative;
  font-size: 0px;
  width: 100%;
  margin-bottom: 36px; }
  .block-gallery .gallery-item .image-container, .block-gallery .gallery-item .video-container {
    overflow: hidden;
    font-size: 0px;
    width: 100%; }
    .block-gallery .gallery-item .image-container img, .block-gallery .gallery-item .image-container video, .block-gallery .gallery-item .video-container img, .block-gallery .gallery-item .video-container video {
      position: relative;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .block-gallery .gallery-item .image-container iframe, .block-gallery .gallery-item .video-container iframe {
      width: 100% !important;
      height: 100% !important; }
  .block-gallery .gallery-item p.caption {
    font-size: 16px;
    margin-bottom: -12px;
    margin-top: 10px; }
    .block-gallery .gallery-item.square.col-lg-2 .image-container, .block-gallery .gallery-item.square.col-lg-2 .video-container {
      /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
    @media (max-width: 359.98px) {
      .block-gallery .gallery-item.square.col-lg-2 .image-container, .block-gallery .gallery-item.square.col-lg-2 .video-container {
        height: calc(100vw - (2 * 20px) * $ratio); } }
  @media (min-width: 360px) and (max-width: 575.98px) {
    .block-gallery .gallery-item.square.col-lg-2 .image-container, .block-gallery .gallery-item.square.col-lg-2 .video-container {
      /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
      height: calc(100vw - (2 * 25px) * $ratio); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.square.col-lg-2 .image-container, .block-gallery .gallery-item.square.col-lg-2 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.square.col-lg-2 .image-container, .block-gallery .gallery-item.square.col-lg-2 .video-container {
    height: 315px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.square.col-lg-2 .image-container, .block-gallery .gallery-item.square.col-lg-2 .video-container {
    height: 125.00000031px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.square.col-lg-2 .image-container, .block-gallery .gallery-item.square.col-lg-2 .video-container {
    height: 145.00000035px; } }
.block-gallery .gallery-item.square.col-lg-3 .image-container, .block-gallery .gallery-item.square.col-lg-3 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.square.col-lg-3 .image-container, .block-gallery .gallery-item.square.col-lg-3 .video-container {
    height: calc(100vw - (2 * 20px) * $ratio); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.square.col-lg-3 .image-container, .block-gallery .gallery-item.square.col-lg-3 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc(100vw - (2 * 25px) * $ratio); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.square.col-lg-3 .image-container, .block-gallery .gallery-item.square.col-lg-3 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.square.col-lg-3 .image-container, .block-gallery .gallery-item.square.col-lg-3 .video-container {
    height: 315px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.square.col-lg-3 .image-container, .block-gallery .gallery-item.square.col-lg-3 .video-container {
    height: 202.5px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.square.col-lg-3 .image-container, .block-gallery .gallery-item.square.col-lg-3 .video-container {
    height: 232.5px; } }
.block-gallery .gallery-item.square.col-lg-4 .image-container, .block-gallery .gallery-item.square.col-lg-4 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.square.col-lg-4 .image-container, .block-gallery .gallery-item.square.col-lg-4 .video-container {
    height: calc(100vw - (2 * 20px) * $ratio); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.square.col-lg-4 .image-container, .block-gallery .gallery-item.square.col-lg-4 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc(100vw - (2 * 25px) * $ratio); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.square.col-lg-4 .image-container, .block-gallery .gallery-item.square.col-lg-4 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.square.col-lg-4 .image-container, .block-gallery .gallery-item.square.col-lg-4 .video-container {
    height: 315px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.square.col-lg-4 .image-container, .block-gallery .gallery-item.square.col-lg-4 .video-container {
    height: 279.9999969px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.square.col-lg-4 .image-container, .block-gallery .gallery-item.square.col-lg-4 .video-container {
    height: 319.9999965px; } }
.block-gallery .gallery-item.square.col-lg-6 .image-container, .block-gallery .gallery-item.square.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.square.col-lg-6 .image-container, .block-gallery .gallery-item.square.col-lg-6 .video-container {
    height: calc(100vw - (2 * 20px) * $ratio); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.square.col-lg-6 .image-container, .block-gallery .gallery-item.square.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc(100vw - (2 * 25px) * $ratio); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.square.col-lg-6 .image-container, .block-gallery .gallery-item.square.col-lg-6 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.square.col-lg-6 .image-container, .block-gallery .gallery-item.square.col-lg-6 .video-container {
    height: 315px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.square.col-lg-6 .image-container, .block-gallery .gallery-item.square.col-lg-6 .video-container {
    height: 435px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.square.col-lg-6 .image-container, .block-gallery .gallery-item.square.col-lg-6 .video-container {
    height: 495px; } }
.block-gallery .gallery-item.widescreen.col-lg-2 .image-container, .block-gallery .gallery-item.widescreen.col-lg-2 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-2 .image-container, .block-gallery .gallery-item.widescreen.col-lg-2 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-2 .image-container, .block-gallery .gallery-item.widescreen.col-lg-2 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-2 .image-container, .block-gallery .gallery-item.widescreen.col-lg-2 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-2 .image-container, .block-gallery .gallery-item.widescreen.col-lg-2 .video-container {
    height: 177.1875px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-2 .image-container, .block-gallery .gallery-item.widescreen.col-lg-2 .video-container {
    height: 70.3125001744px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.widescreen.col-lg-2 .image-container, .block-gallery .gallery-item.widescreen.col-lg-2 .video-container {
    height: 81.5625001969px; } }
.block-gallery .gallery-item.widescreen.col-lg-3 .image-container, .block-gallery .gallery-item.widescreen.col-lg-3 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-3 .image-container, .block-gallery .gallery-item.widescreen.col-lg-3 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-3 .image-container, .block-gallery .gallery-item.widescreen.col-lg-3 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-3 .image-container, .block-gallery .gallery-item.widescreen.col-lg-3 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-3 .image-container, .block-gallery .gallery-item.widescreen.col-lg-3 .video-container {
    height: 177.1875px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-3 .image-container, .block-gallery .gallery-item.widescreen.col-lg-3 .video-container {
    height: 113.90625px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.widescreen.col-lg-3 .image-container, .block-gallery .gallery-item.widescreen.col-lg-3 .video-container {
    height: 130.78125px; } }
.block-gallery .gallery-item.widescreen.col-lg-4 .image-container, .block-gallery .gallery-item.widescreen.col-lg-4 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-4 .image-container, .block-gallery .gallery-item.widescreen.col-lg-4 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-4 .image-container, .block-gallery .gallery-item.widescreen.col-lg-4 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-4 .image-container, .block-gallery .gallery-item.widescreen.col-lg-4 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-4 .image-container, .block-gallery .gallery-item.widescreen.col-lg-4 .video-container {
    height: 177.1875px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-4 .image-container, .block-gallery .gallery-item.widescreen.col-lg-4 .video-container {
    height: 157.4999982563px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.widescreen.col-lg-4 .image-container, .block-gallery .gallery-item.widescreen.col-lg-4 .video-container {
    height: 179.9999980313px; } }
.block-gallery .gallery-item.widescreen.col-lg-6 .image-container, .block-gallery .gallery-item.widescreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-6 .image-container, .block-gallery .gallery-item.widescreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-6 .image-container, .block-gallery .gallery-item.widescreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-6 .image-container, .block-gallery .gallery-item.widescreen.col-lg-6 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-6 .image-container, .block-gallery .gallery-item.widescreen.col-lg-6 .video-container {
    height: 177.1875px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.widescreen.col-lg-6 .image-container, .block-gallery .gallery-item.widescreen.col-lg-6 .video-container {
    height: 244.6875px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.widescreen.col-lg-6 .image-container, .block-gallery .gallery-item.widescreen.col-lg-6 .video-container {
    height: 278.4375px; } }
.block-gallery .gallery-item.fullscreen.col-lg-2 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-2 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-2 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-2 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-2 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-2 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-2 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-2 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-2 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-2 .video-container {
    height: 236.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-2 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-2 .video-container {
    height: 93.7500002325px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.fullscreen.col-lg-2 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-2 .video-container {
    height: 108.7500002625px; } }
.block-gallery .gallery-item.fullscreen.col-lg-3 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-3 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-3 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-3 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-3 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-3 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-3 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-3 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-3 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-3 .video-container {
    height: 236.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-3 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-3 .video-container {
    height: 151.875px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.fullscreen.col-lg-3 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-3 .video-container {
    height: 174.375px; } }
.block-gallery .gallery-item.fullscreen.col-lg-4 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-4 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-4 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-4 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-4 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-4 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-4 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-4 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-4 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-4 .video-container {
    height: 236.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-4 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-4 .video-container {
    height: 209.999997675px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.fullscreen.col-lg-4 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-4 .video-container {
    height: 239.999997375px; } }
.block-gallery .gallery-item.fullscreen.col-lg-6 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-6 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px) ) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-6 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px) ) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-6 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-6 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-6 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-6 .video-container {
    height: 236.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery .gallery-item.fullscreen.col-lg-6 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-6 .video-container {
    height: 326.25px; } }
@media (min-width: 1200px) {
  .block-gallery .gallery-item.fullscreen.col-lg-6 .image-container, .block-gallery .gallery-item.fullscreen.col-lg-6 .video-container {
    height: 371.25px; } }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-logogrid .logo-container {
  margin-bottom: 40px; }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-fifths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-eighths {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
.block-logogrid .logo-container.col-lg-eighths .logo {
  padding: 6px; }
.block-logogrid .logo-container .logo {
  position: relative;
  padding: 30px; }
@media (max-width: 991.98px) {
  .block-logogrid .logo-container .logo {
    padding: 20px; } }
.block-logogrid .logo-container .logo a {
  display: block;
  position: relative; }
  .block-logogrid .logo-container .logo a p {
    position: absolute;
    left: 0px;
    width: 100%;
    text-decoration: underline; }
    .block-logogrid .logo-container .logo a:hover p {
      color: black;
      text-decoration: underline;
      opacity: 1; }
.block-logogrid .logo-container .logo img {
  height: 100%;
  width: 100%;
  transition: all 0.5s; }
.block-logogrid .logo-container .logo p {
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  color: black;
  transition: opacity 0.5s;
  opacity: 0; }

.block-photostrip.full .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
.block-photostrip.strip .photos-container {
  height: 320px;
  overflow: hidden; }
.block-photostrip.carousel {
  overflow: hidden; }
  .block-photostrip.carousel.focus .photos-container:before, .block-photostrip.carousel.focus .photos-container:after {
    margin: 25px 0px; }
  .block-photostrip.carousel.focus .photos-container .photo {
    margin: 25px 0px; }
    .block-photostrip.carousel.focus .photos-container .photo.slick-center, .block-photostrip.carousel.focus .photos-container .photo.slick-loop {
      height: 370px;
      margin: 0px; }
  .block-photostrip.carousel.focus .back, .block-photostrip.carousel.focus .next {
    height: 370px; }
  .block-photostrip.carousel .photos-container {
    position: relative; }
    .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
      content: "";
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 90px;
      height: 320px;
      position: absolute;
      top: 0px;
      z-index: 1; }
    @media (max-width: 575.98px) {
      .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
        width: 70px; } }
    .block-photostrip.carousel .photos-container:before {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_left.png");
      left: 0px; }
    .block-photostrip.carousel .photos-container:after {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_right.png");
      right: 0px; }
  .block-photostrip.carousel .back, .block-photostrip.carousel .next {
    position: absolute;
    align-items: center !important;
    width: 90px;
    height: 320px;
    z-index: 2;
    top: 0px; }
  @media (max-width: 575.98px) {
    .block-photostrip.carousel .back, .block-photostrip.carousel .next {
      width: 70px; } }
  .block-photostrip.carousel .back svg, .block-photostrip.carousel .next svg {
    height: 30px;
    width: 30px;
    opacity: 0.92;
    cursor: pointer; }
    .block-photostrip.carousel .back svg:hover, .block-photostrip.carousel .next svg:hover {
      opacity: 1; }
    .block-photostrip.carousel .back svg polyline, .block-photostrip.carousel .next svg polyline {
      fill: none;
      stroke: white;
      stroke-miterlimit: 10;
      stroke-width: 12px; }
  .block-photostrip.carousel .back {
    left: 15px;
    justify-content: flex-start; }
    .block-photostrip.carousel .back svg {
      margin-left: 8px; }
  .block-photostrip.carousel .next {
    right: 15px;
    justify-content: flex-end; }
    .block-photostrip.carousel .next svg {
      margin-right: 8px; }
.block-photostrip .photos-container {
  font-size: 0px; }
  .block-photostrip .photos-container .photo {
    display: inline-block;
    width: 25%;
    height: 320px;
    transition: height 0.9s, margin 0.9s; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-photostrip .photos-container .photo {
      width: 33.3333333333%; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-photostrip .photos-container .photo {
    width: 50%; } }
.block-photostrip .photos-container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.blocks-wrapper .block-resources.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-resources.padded.below {
  margin-bottom: 0px !important; }

.block-resources.bullets.columns-2 ul.resources {
  column-count: 2; }
.block-resources.bullets.columns-3 ul.resources {
  column-count: 3; }
.block-resources.bullets.columns-4 ul.resources {
  column-count: 4; }
.block-resources.bullets ul.resources {
  list-style: none;
  margin: 12px 0px 0px 0px;
  padding: 0px; }
  .block-resources.bullets ul.resources li {
    position: relative;
    line-height: 1.25;
    padding-left: 30px;
    margin-bottom: 12px; }
    .block-resources.bullets ul.resources li:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      background-image: url('partials/core/medium/block_resources/images/icon_pdf.png');
      background-size: cover;
      background-repeat: no-repeat;
      left: 0px;
      top: 3px; }
      .block-resources.bullets ul.resources li.doc:before {
        background-image: url('partials/core/medium/block_resources/images/icon_doc.png'); }
    .block-resources.bullets ul.resources li.ppt:before {
      background-image: url('partials/core/medium/block_resources/images/icon_ppt.png'); }
  .block-resources.bullets ul.resources li.url:before {
    background-image: url('partials/core/medium/block_resources/images/icon_url.png'); }
.block-resources.bullets ul.resources li.vid:before {
  background-image: url('partials/core/medium/block_resources/images/icon_vid.png'); }
.block-resources.bullets ul.resources li.xls:before {
  background-image: url('partials/core/medium/block_resources/images/icon_xls.png'); }
.block-resources.bullets ul.resources li.zip:before {
  background-image: url('partials/core/medium/block_resources/images/icon_zip.png'); }
.block-resources.cards .row {
  margin-bottom: -30px; }
.block-resources.cards .tile {
  margin-bottom: 30px; }
  .block-resources.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    height: 100%;
    padding: 20px; }
    .block-resources.cards .tile .card-container .icon {
      width: 64px;
      margin: 0px;
      display: flex;
      align-items: center; }
    .block-resources.cards .tile .card-container .text {
      text-align: left;
      padding-left: 24px;
      display: flex;
      align-items: center;
      width: calc(100% - 64px); }
      .block-resources.cards .tile .card-container .text p {
        line-height: 1.2; }

.block-section .block-text.one-col + .block-resources.padded {
  padding-top: 0px !important; }

.block-section.bkgnd-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .block-section > .block.padded {
    padding-top: 22.75px;
    padding-bottom: 22.75px; }
    .block-section > .block.padded:first-child {
      padding-top: 0px !important; }
      .block-section > .block.padded:first-child.block-text.two-col .container .row .col-one {
        padding-top: 0px !important; }
      @media (min-width: 992px) {
        .block-section > .block.padded:first-child.block-text.two-col .container .row .col-two {
          padding-top: 0px !important; } }
    .block-section > .block.padded:last-child:not(:only-child) {
      padding-bottom: 0px !important;
      margin-bottom: 0px !important; }
    @media (min-width: 992px) {
      .block-section > .block.padded:last-child.block-text.two-col .container .row .col-one {
        padding-bottom: 0px !important; } }
    .block-section > .block.padded:last-child.block-text.two-col .container .row .col-two {
      padding-bottom: 0px !important; }
    .block-section > .block.padded:last-child.block-text .buttons {
      margin-bottom: 0px !important; }
  .block-section > .block.padded.block-text.one-col {
    background-color: transparent; }
    .block-section > .block.padded.block-text.one-col .container .row .content-container .buttons {
      margin-bottom: 42.25px; }
  .block-section > .block.padded.block-text.two-col {
    padding-top: 0px;
    padding-bottom: 0px; }
    .block-section > .block.padded.block-text.two-col .backgrounds .row .col-one-bkgnd, .block-section > .block.padded.block-text.two-col .backgrounds .row .col-two-bkgnd {
      background: transparent !important;
      background-color: transparent !important; }
  .block-section > .block.padded.block-text.two-col .container .row .col-one, .block-section > .block.padded.block-text.two-col .container .row .col-two {
    padding-top: 26px;
    padding-bottom: 26px; }
.block-section > .block.padded.block-text .container .row .col-one, .block-section > .block.padded.block-text .container .row .col-two {
  background: transparent !important;
  background-color: transparent !important; }
.block-section > .block.padded.block-posts {
  background-color: transparent !important;
  padding-top: 0px !important; }
  .block-section > .block.padded.block-posts:not(:last-child) {
    margin-bottom: -55.25px !important; }
.block-section > .block.padded.block-tiles {
  background-color: transparent !important; }
  .block-section > .block.padded.block-tiles:not(:last-child) {
    margin-bottom: -55.25px !important; }
.block-section > .block.padded.block-textimage {
  background-color: transparent !important; }
  .block-section > .block.padded.block-textimage .container .text-col {
    padding-top: 22.75px;
    padding-bottom: 0px !important; }
    .block-section > .block.padded.block-textimage .container .image-col .image-container {
      display: flex;
      align-items: center;
      margin-top: 22.75px;
      margin-bottom: 0px !important; }
.block-section > .block.padded.block-accordion {
  background-color: transparent !important;
  padding-bottom: 42.25px; }
.block-section > .block.padded.block-fullimage {
  background-color: transparent !important;
  margin-bottom: 42.25px; }
.block-section > .block.padded.block-buttons {
  background-color: transparent !important;
  margin-bottom: 42.25px; }
  .block-section > .block.padded.block-buttons:last-child {
    margin-bottom: 0px !important; }
.block-section > .block.padded.block-related, .block-section > .block.padded.block-testimonials, .block-section > .block.padded.block-resources {
  background-color: transparent !important; }

.block-ticker {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }
  .block-ticker.dark .line-text {
    color: white; }
.block-ticker.light .line-text {
  color: black; }
.block-ticker.single .line-text {
  font-size: 0px; }
  .block-ticker.single .line-text span {
    font-size: 16px; }
    .block-ticker.single .line-text span:before {
      content: "•";
      margin-left: 8px;
      margin-right: 8px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-one {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-container, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.echo .eocjs-newsticker .eocjs-newsticker-two, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-two {
  height: 20px; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  overflow: hidden; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-one, .block-ticker .eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  line-height: 1; }

.blocks-wrapper .block-related.padded {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-related.padded {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.blocks-wrapper .block-related.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-related.padded.below {
  margin-bottom: 0px !important; }

.block-related.padded {
  padding-bottom: 40px !important; }
  .block-related .container .row .title-container h2 {
    margin-bottom: 22px; }
  .block-related .container .row h2 {
    /* old */
    margin-bottom: 22px; }
  .block-related .container .row .articles-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .block-related .container .row .articles-container .article-container {
      margin-bottom: 25px; }
      .block-related .container .row .articles-container .article-container .article .image-container img {
        width: 100%;
        max-width: 100%;
        height: 146px;
        object-fit: cover;
        object-position: center center; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .block-related .container .row .articles-container .article-container .article .image-container img {
          height: 160px; } }
    @media (max-width: 575.98px) {
      .block-related .container .row .articles-container .article-container .article .image-container img {
        height: 45vw; } }
  .block-related .container .row .articles-container .article-container .article .text-container h4 {
    margin-top: 20px; }
  .block-related .container .row .articles-container .article-container .article .text-container p {
    margin-top: 4px;
    margin-bottom: 6px; }

.block-map {
  padding-bottom: 30px !important; }
  .block-map.full-width {
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
    .block-map.full-width .container {
      padding: 0px;
      max-width: unset !important; }
      .block-map.full-width .container .row .map-container {
        font-size: 0px; }
        .block-map.full-width .container .row .map-container iframe {
          width: 100%;
          height: 460px; }

.post-container {
  margin-bottom: 25px; }
  .post-container .post {
    position: relative;
    padding: 0px;
    height: 100%;
    padding-bottom: 40px;
    box-shadow: 0px 4px 32px 0px #2A12001F;
    border-radius: 5px;
    overflow: hidden; }
    .post-container .post:hover .text-container h3 a, .post-container .post:hover .text-container h4 a {
      color: #f56600;
      text-decoration: none; }
  .post-container .post:hover .text-container p.read-more a.button.primary {
    color: #f56600; }
    .post-container .post:hover .text-container p.read-more a.button.primary:after {
      color: white;
      background: #f56600; }
  .post-container .post > a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2; }
  .post-container .post .image-container {
    position: relative;
    width: 100%;
    height: 200px; }
  @media (max-width: 767.98px) {
    .post-container .post .image-container {
      height: 37vw; } }
@media (max-width: 575.98px) {
  .post-container .post .image-container {
    height: 40vw; } }
.post-container .post .image-container .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
@media (max-width: 767.98px) {
  .post-container .post .image-container .image {
    height: 37vw; } }
@media (max-width: 575.98px) {
  .post-container .post .image-container .image {
    height: 40vw; } }
.post-container .post .text-container {
  padding: 18px 24px 12px 24px; }
  .post-container .post .text-container h3, .post-container .post .text-container h4 {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 400; }
    .post-container .post .text-container h3 a, .post-container .post .text-container h4 a {
      color: black;
      text-decoration: none;
      transition: all 0.4s; }
      .post-container .post .text-container h3 a:hover, .post-container .post .text-container h4 a:hover {
        color: #f56600;
        text-decoration: none; }
  .post-container .post .text-container p.read-more {
    position: absolute;
    width: 100%;
    height: 62px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 19px 0px 25px 24px;
    text-transform: uppercase;
    font-size: 0px; }
    .post-container .post .text-container p.read-more a.button.primary {
      color: black;
      margin: 0px;
      padding: 0px;
      font-size: 16px;
      background: transparent !important;
      border-radius: 0px !important;
      box-shadow: none !important; }
      .post-container .post .text-container p.read-more a.button.primary:after {
        content: "";
        font-family: 'microns';
        color: black;
        display: block;
        font-size: 24px;
        height: 62px;
        width: 62px;
        background: #F18A2133;
        position: absolute;
        bottom: 0px;
        right: 0px;
        border-top-left-radius: 80px;
        padding: 20px 0px 0px 25px;
        transition: all 0.4s; }
      .post-container .post .text-container p.read-more a.button.primary:hover {
        color: #f56600; }
        .post-container .post .text-container p.read-more a.button.primary:hover:after {
          color: white;
          background: #f56600; }
  .post-container .post .text-container p.type {
    font-weight: 700;
    color: #ff8023;
    margin-bottom: 3px; }
  .post-container .post .text-container p.date {
    margin-bottom: 4px;
    font-size: 13px;
    font-style: italic;
    color: #8c827b; }

.abstracts-posters .post-container, .physician-posts .post-container, .news-articles .post-container {
  margin-bottom: 16px; }
  .abstracts-posters .post-container .post, .physician-posts .post-container .post, .news-articles .post-container .post {
    background-color: #fff6ee;
    box-shadow: none;
    padding-bottom: 0px; }
    .abstracts-posters .post-container .post .text-container, .physician-posts .post-container .post .text-container, .news-articles .post-container .post .text-container {
      padding-right: 65px; }
      .abstracts-posters .post-container .post .text-container h4, .physician-posts .post-container .post .text-container h4, .news-articles .post-container .post .text-container h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4;
        margin-top: 4px;
        margin-bottom: 12px; }
        .abstracts-posters .post-container .post .text-container h4 strong, .physician-posts .post-container .post .text-container h4 strong, .news-articles .post-container .post .text-container h4 strong {
          font-weight: 700;
          text-decoration: underline; }
        .abstracts-posters .post-container .post .text-container h4 span.content-match, .physician-posts .post-container .post .text-container h4 span.content-match, .news-articles .post-container .post .text-container h4 span.content-match {
          margin-top: 3px;
          margin-left: 10px;
          font-size: 15px;
          font-style: italic;
          font-weight: 400;
          color: #ff8023; }
        .abstracts-posters .post-container .post .text-container h4 + p.attribution, .physician-posts .post-container .post .text-container h4 + p.attribution, .news-articles .post-container .post .text-container h4 + p.attribution {
          margin-top: -10px; }
      .abstracts-posters .post-container .post .text-container p.date, .physician-posts .post-container .post .text-container p.date, .news-articles .post-container .post .text-container p.date {
        font-size: 14px;
        text-transform: uppercase;
        color: #f56600;
        letter-spacing: 1px;
        font-weight: 700;
        font-style: normal; }
      .abstracts-posters .post-container .post .text-container p.attribution, .physician-posts .post-container .post .text-container p.attribution, .news-articles .post-container .post .text-container p.attribution {
        font-size: 18px;
        font-style: italic;
        color: black;
        margin-bottom: 12px; }
      @media (max-width: 575.98px) {
        .abstracts-posters .post-container .post .text-container p.attribution, .physician-posts .post-container .post .text-container p.attribution, .news-articles .post-container .post .text-container p.attribution {
          padding-right: 15px; } }

.event .post, .patient-stories .post {
  background-color: white; }
@media (min-width: 992px) {
  .event .post, .patient-stories .post {
    display: flex;
    flex-direction: row;
    padding-bottom: 0px; }
    .event .post .image-container, .patient-stories .post .image-container {
      width: 40%;
      height: 100%; }
    .event .post .text-container, .patient-stories .post .text-container {
      width: 60%;
      padding-top: 32px;
      padding-bottom: 20px; }
      .event .post .text-container p:not(.read-more):not(.webinar):not(.date), .patient-stories .post .text-container p:not(.read-more):not(.webinar):not(.date) {
        font-size: 16px;
        line-height: 1.2;
        padding-right: 62px; } }
.event .post .text-container h4, .patient-stories .post .text-container h4 {
  font-size: 23px;
  letter-spacing: -0.9px;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #f3f1ed;
  padding-bottom: 18px; }
  .event .post .text-container p.webinar, .event .post .text-container p.date, .patient-stories .post .text-container p.webinar, .patient-stories .post .text-container p.date {
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #8c827b;
    margin: 0px 0px 12px 0px; }
    .event .post .text-container p.webinar:before, .event .post .text-container p.date:before, .patient-stories .post .text-container p.webinar:before, .patient-stories .post .text-container p.date:before {
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("images/icon_calendar.png");
      background-size: cover;
      background-repeat: no-repeat;
      display: inline-block;
      margin-right: 8px;
      position: relative;
      top: 1.5px; }
  .event .post .text-container p.webinar:before, .patient-stories .post .text-container p.webinar:before {
    background-image: url("images/icon_ondemand.png"); }

.exam-room-resources .post-container.col-lg-6 .post {
  height: auto; }
  .exam-room-resources .post-container.col-lg-6 .post .video-container {
    /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
  @media (max-width: 359.98px) {
    .exam-room-resources .post-container.col-lg-6 .post .video-container {
      height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .exam-room-resources .post-container.col-lg-6 .post .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .exam-room-resources .post-container.col-lg-6 .post .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .exam-room-resources .post-container.col-lg-6 .post .video-container {
    height: 241.875px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .exam-room-resources .post-container.col-lg-6 .post .video-container {
    height: 179.296875px; } }
@media (min-width: 1200px) {
  .exam-room-resources .post-container.col-lg-6 .post .video-container {
    height: 204.609375px; } }
.exam-room-resources .post {
  padding-bottom: 0px; }
  .exam-room-resources .post .video-container {
    width: 100%;
    height: 100%; }
    .exam-room-resources .post .video-container iframe {
      width: 100%;
      height: 100%; }

.block-alltreatments {
  background-color: #f3f1ed;
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 19.5px !important; }
  .block-alltreatments:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 32px;
    width: 100%;
    background-color: white; }
  .block-alltreatments .category-container {
    margin-bottom: 30px; }
    .block-alltreatments .category-container.medical-cannabis .category h3:before {
      background-image: url("images/icon-medical-cannabis.png"); }
  .block-alltreatments .category-container.injections .category h3:before {
    background-image: url("images/icon-injections.png"); }
.block-alltreatments .category-container.interventional-procedures .category h3:before {
  background-image: url("images/icon-interventional-procedures.png"); }
.block-alltreatments .category-container.neurostimulation .category h3:before {
  background-image: url("images/icon-neurostimulation.png"); }
.block-alltreatments .category-container.targeted-drug-delivery .category h3:before {
  background-image: url("images/icon-targeted-drug-delivery.png"); }
.block-alltreatments .category-container.comprehensive-care .category h3:before {
  background-image: url("images/icon-comprehensive-care.png"); }
.block-alltreatments .category-container.back-and-neck-pain .category h3:before {
  background-image: url("images/icon-back-and-neck-pain.png"); }
.block-alltreatments .category-container.arm-and-leg-pain .category h3:before {
  background-image: url("images/icon-arm-and-leg-pain.png"); }
.block-alltreatments .category-container.general-body-pain .category h3:before {
  background-image: url("images/icon-general-body-pain.png"); }
.block-alltreatments .category-container.head-and-face-pain .category h3:before {
  background-image: url("images/icon-head-and-face-pain.png"); }
.block-alltreatments .category-container.cancer-pain .category h3:before {
  background-image: url("images/icon-cancer-pain.png"); }
@media (max-width: 767.98px) {
  .block-alltreatments .category-container.open .category h3:after {
    background-image: url("images/icon_minus.png"); } }
@media (max-width: 767.98px) {
  .block-alltreatments .category-container.open .category ul {
    display: block; } }
.block-alltreatments .category-container .category {
  background-color: white;
  border-radius: 5px;
  padding: 32px 26px;
  height: 100%;
  box-shadow: 0px 4px 32px 0px #2A12001F, 0px 0px 4px 0px #00000014; }
@media (max-width: 767.98px) {
  .block-alltreatments .category-container .category h3 {
    padding-right: 40px;
    position: relative;
    cursor: pointer; }
    .block-alltreatments .category-container .category h3:after {
      content: "";
      position: absolute;
      background-image: url("images/icon_plus.png");
      top: 2px;
      right: 0px;
      width: 32px;
      height: 32px;
      background-size: cover;
      background-repeat: no-repeat; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-alltreatments .category-container .category h3 {
    font-size: 27px; } }
@media (min-width: 768px) {
  .block-alltreatments .category-container .category h3 {
    padding-left: 40px;
    position: relative; }
    .block-alltreatments .category-container .category h3:before {
      content: "";
      position: absolute;
      top: 2px;
      left: -2px;
      width: 32px;
      height: 32px;
      background-size: cover;
      background-repeat: no-repeat; } }
.block-alltreatments .category-container .category ul {
  text-align: left;
  list-style: none;
  padding: 0px;
  margin: 30px 0px 0px 0px; }
@media (max-width: 767.98px) {
  .block-alltreatments .category-container .category ul {
    display: none; } }
@media (min-width: 768px) {
  .block-alltreatments .category-container .category ul {
    display: block !important; } }
.block-alltreatments .category-container .category ul li {
  display: inline-block;
  border-bottom: 1px solid #f3f1ed;
  line-height: 1.2;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 12px; }
  .block-alltreatments .category-container .category ul li:last-child {
    border-bottom: none;
    margin-bottom: -22px; }
  .block-alltreatments .category-container .category ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    width: 100%;
    position: relative;
    display: inline-block;
    transition: all 0.4s;
    padding-right: 18px; }
    .block-alltreatments .category-container .category ul li a:after {
      content: "";
      color: #f56600;
      font-family: 'typicons';
      position: absolute;
      right: 0px; }
    .block-alltreatments .category-container .category ul li a:hover {
      color: #f56600; }

.block-eventinfo.padded {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-eventinfo.padded .text-col {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (max-width: 575.98px) {
    .block-eventinfo.padded .text-col {
      padding-top: 12vw;
      padding-bottom: 12vw; } }
.block-eventinfo.padded .image-col .image-container, .block-eventinfo.padded .image-col .video-container {
  margin-top: 65px;
  margin-bottom: 65px; }
@media (max-width: 991.98px) {
  .block-eventinfo.padded .image-col .image-container, .block-eventinfo.padded .image-col .video-container {
    margin-bottom: 39px; } }
.block-eventinfo.padded .image-col .image-container + p.caption, .block-eventinfo.padded .image-col .video-container + p.caption {
  margin-top: -29.25px;
  margin-bottom: 65px; }
@media (max-width: 991.98px) {
  .block-eventinfo.image-right .container .image-col .image-container {
    margin-bottom: 0px; }
  .block-eventinfo.image-right .container .text-col {
    padding-top: 32.5px; } }
@media (max-width: 991.98px) {
  .block-eventinfo.image-left .container .image-col .image-container {
    margin-bottom: 0px; }
  .block-eventinfo.image-left .container .text-col {
    padding-top: 32.5px; } }
.block-eventinfo .container .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .block-eventinfo .container .text-col .content-container {
    background-color: white;
    padding: 48px;
    border-radius: 5px;
    box-shadow: 0px 4px 32px 0px #2A12001F, 0px 0px 4px 0px #00000014; }
    .block-eventinfo .container .text-col .content-container p.date-time {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #8c827b; }
      .block-eventinfo .container .text-col .content-container p.date-time:before {
        content: "";
        display: inline-block;
        position: relative;
        background-image: url("images/icon_calendar.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
        top: 2.5px;
        margin-right: 12px; }
    .block-eventinfo .container .text-col .content-container ul, .block-eventinfo .container .text-col .content-container ol {
      margin-bottom: 0px; }
      .block-eventinfo .container .text-col .content-container ul + p, .block-eventinfo .container .text-col .content-container ol + p {
        margin-top: 26px; }
      .block-eventinfo .container .text-col .content-container ul li, .block-eventinfo .container .text-col .content-container ol li {
        margin-bottom: 0px; }
    .block-eventinfo .container .text-col .content-container ol {
      list-style: decimal !important;
      padding-left: 40px; }
      .block-eventinfo .container .text-col .content-container ol li {
        padding-left: 0px;
        margin-bottom: 0px; }
        .block-eventinfo .container .text-col .content-container ol li:before {
          display: none; }
.block-eventinfo .container .image-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
@media (min-width: 992px) {
  .block-eventinfo .container .image-col {
    margin-top: 40px; } }
.block-eventinfo .container .image-col.square.col-lg-5 .image-container, .block-eventinfo .container .image-col.square.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-eventinfo .container .image-col.square.col-lg-5 .image-container, .block-eventinfo .container .image-col.square.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-eventinfo .container .image-col.square.col-lg-5 .image-container, .block-eventinfo .container .image-col.square.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-eventinfo .container .image-col.square.col-lg-5 .image-container, .block-eventinfo .container .image-col.square.col-lg-5 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-eventinfo .container .image-col.square.col-lg-5 .image-container, .block-eventinfo .container .image-col.square.col-lg-5 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-eventinfo .container .image-col.square.col-lg-5 .image-container, .block-eventinfo .container .image-col.square.col-lg-5 .video-container {
    height: 372.5000031px; } }
@media (min-width: 1200px) {
  .block-eventinfo .container .image-col.square.col-lg-5 .image-container, .block-eventinfo .container .image-col.square.col-lg-5 .video-container {
    height: 422.5000035px; } }
.block-eventinfo .container .image-col.square.col-lg-6 .image-container, .block-eventinfo .container .image-col.square.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-eventinfo .container .image-col.square.col-lg-6 .image-container, .block-eventinfo .container .image-col.square.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-eventinfo .container .image-col.square.col-lg-6 .image-container, .block-eventinfo .container .image-col.square.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-eventinfo .container .image-col.square.col-lg-6 .image-container, .block-eventinfo .container .image-col.square.col-lg-6 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-eventinfo .container .image-col.square.col-lg-6 .image-container, .block-eventinfo .container .image-col.square.col-lg-6 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-eventinfo .container .image-col.square.col-lg-6 .image-container, .block-eventinfo .container .image-col.square.col-lg-6 .video-container {
    height: 450px; } }
@media (min-width: 1200px) {
  .block-eventinfo .container .image-col.square.col-lg-6 .image-container, .block-eventinfo .container .image-col.square.col-lg-6 .video-container {
    height: 510px; } }
.block-eventinfo .container .image-col.square.col-lg-7 .image-container, .block-eventinfo .container .image-col.square.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-eventinfo .container .image-col.square.col-lg-7 .image-container, .block-eventinfo .container .image-col.square.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-eventinfo .container .image-col.square.col-lg-7 .image-container, .block-eventinfo .container .image-col.square.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-eventinfo .container .image-col.square.col-lg-7 .image-container, .block-eventinfo .container .image-col.square.col-lg-7 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-eventinfo .container .image-col.square.col-lg-7 .image-container, .block-eventinfo .container .image-col.square.col-lg-7 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-eventinfo .container .image-col.square.col-lg-7 .image-container, .block-eventinfo .container .image-col.square.col-lg-7 .video-container {
    height: 527.4999969px; } }
@media (min-width: 1200px) {
  .block-eventinfo .container .image-col.square.col-lg-7 .image-container, .block-eventinfo .container .image-col.square.col-lg-7 .video-container {
    height: 597.4999965px; } }
.block-eventinfo .container .image-col.rect.col-lg-5 .image-container, .block-eventinfo .container .image-col.rect.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-5 .image-container, .block-eventinfo .container .image-col.rect.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-5 .image-container, .block-eventinfo .container .image-col.rect.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-5 .image-container, .block-eventinfo .container .image-col.rect.col-lg-5 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-5 .image-container, .block-eventinfo .container .image-col.rect.col-lg-5 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-5 .image-container, .block-eventinfo .container .image-col.rect.col-lg-5 .video-container {
    height: 238.0950020646px; } }
@media (min-width: 1200px) {
  .block-eventinfo .container .image-col.rect.col-lg-5 .image-container, .block-eventinfo .container .image-col.rect.col-lg-5 .video-container {
    height: 271.395002331px; } }
.block-eventinfo .container .image-col.rect.col-lg-6 .image-container, .block-eventinfo .container .image-col.rect.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-6 .image-container, .block-eventinfo .container .image-col.rect.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-6 .image-container, .block-eventinfo .container .image-col.rect.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-6 .image-container, .block-eventinfo .container .image-col.rect.col-lg-6 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-6 .image-container, .block-eventinfo .container .image-col.rect.col-lg-6 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-6 .image-container, .block-eventinfo .container .image-col.rect.col-lg-6 .video-container {
    height: 289.71px; } }
@media (min-width: 1200px) {
  .block-eventinfo .container .image-col.rect.col-lg-6 .image-container, .block-eventinfo .container .image-col.rect.col-lg-6 .video-container {
    height: 329.67px; } }
.block-eventinfo .container .image-col.rect.col-lg-7 .image-container, .block-eventinfo .container .image-col.rect.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-7 .image-container, .block-eventinfo .container .image-col.rect.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-7 .image-container, .block-eventinfo .container .image-col.rect.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-7 .image-container, .block-eventinfo .container .image-col.rect.col-lg-7 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-7 .image-container, .block-eventinfo .container .image-col.rect.col-lg-7 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-eventinfo .container .image-col.rect.col-lg-7 .image-container, .block-eventinfo .container .image-col.rect.col-lg-7 .video-container {
    height: 341.3249979354px; } }
@media (min-width: 1200px) {
  .block-eventinfo .container .image-col.rect.col-lg-7 .image-container, .block-eventinfo .container .image-col.rect.col-lg-7 .video-container {
    height: 387.944997669px; } }
.block-eventinfo .container .image-col.rect .image-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .block-eventinfo .container .image-col.rect .image-container img, .block-eventinfo .container .image-col.rect .image-container video {
    position: relative;
    object-fit: cover;
    height: 100%;
    width: 100%; }
.block-eventinfo .container .image-col .image-container {
  border-radius: 5px;
  box-shadow: 0px 4px 32px 0px #2A12001F, 0px 0px 4px 0px #00000014; }
.block-eventinfo .container .top .image-container img {
  object-position: top center; }
.block-eventinfo .container .middle .image-container img {
  object-position: center center; }
.block-eventinfo .container .bottom .image-container img {
  object-position: bottom center; }

.block-featuredevent {
  position: relative; }
  .block-featuredevent.page-title:before {
    background-image: url("images/nura_sun_white.png");
    background-position: left 10%;
    bottom: unset !important;
    background-size: contain;
    top: -50px; }
  @media (min-width: 1200px) {
    .block-featuredevent.page-title:before {
      height: 200%;
      width: 70%;
      right: -30%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-featuredevent.page-title:before {
    height: 200%;
    width: 90%;
    right: -40%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-featuredevent.page-title:before {
    height: 175%;
    width: 100%;
    right: -40%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-featuredevent.page-title:before {
    height: 150%;
    width: 120%;
    right: -50%;
    top: -20%; } }
@media (max-width: 575.98px) {
  .block-featuredevent.page-title:before {
    height: 150%;
    width: 140%;
    right: -70%;
    top: -25%; } }
.block-featuredevent.page-title .posts-container {
  margin-top: 24px; }
@media (min-width: 768px) {
  .block-featuredevent.page-title .posts-container .post-container .post {
    display: flex;
    flex-direction: row;
    padding-bottom: 0px; }
    .block-featuredevent.page-title .posts-container .post-container .post .image-container {
      width: 50%;
      height: 100%; }
    .block-featuredevent.page-title .posts-container .post-container .post .text-container {
      width: 50%;
      padding-top: 65px;
      padding-bottom: 65px; }
      .block-featuredevent.page-title .posts-container .post-container .post .text-container p:not(.read-more):not(.webinar):not(.date) {
        font-size: 16px;
        line-height: 1.2;
        padding-right: 62px; } }
.block-featuredevent.page-title .posts-container .post-container .post .text-container p {
  padding-right: 0px !important; }

.block-patientstory {
  background-color: #f56600;
  position: relative;
  overflow: hidden; }
  .block-patientstory:before {
    content: "";
    background-image: url("images/nura_sun_tangerine.png");
    height: 500px;
    width: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -230px;
    left: -130px;
    opacity: 0.5;
    transform: rotate(8deg); }
  @media (min-width: 1200px) {
    .block-patientstory:before {
      left: 8%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-patientstory:before {
    left: -5%; } }
@media (max-width: 991.98px) {
  .block-patientstory:before {
    left: -10%; } }
.block-patientstory .container .row .image-col .image-container {
  border-radius: 300px;
  overflow: hidden;
  border: 15px solid white;
  box-shadow: 0px 4px 32px 0px #2A12001F;
  margin-top: 32px;
  position: relative;
  z-index: 1; }
@media (max-width: 991.98px) {
  .block-patientstory .container .row .image-col .image-container {
    margin: 0px auto;
    width: 360px;
    height: 360px; } }
@media (max-width: 575.98px) {
  .block-patientstory .container .row .image-col .image-container {
    width: 76vw;
    height: 76vw; } }
@media (min-width: 992px) {
  .block-patientstory .container .row .image-col .image-container {
    width: 320px;
    height: 320px; } }
.block-patientstory .container .row .image-col .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
.block-patientstory .container .row .content-col .content-container {
  background-color: #fff6ee;
  border-radius: 5px;
  position: relative; }
@media (max-width: 991.98px) {
  .block-patientstory .container .row .content-col .content-container {
    padding: 40px 48px 48px 98px; }
    .block-patientstory .container .row .content-col .content-container:before {
      content: "";
      background-color: #fff6ee;
      height: 215px;
      width: 100%;
      position: absolute;
      top: -208px;
      left: 0px;
      border-radius: 5px; } }
@media (max-width: 575.98px) {
  .block-patientstory .container .row .content-col .content-container {
    padding: 100px 48px 48px 48px;
    text-align: center; }
    .block-patientstory .container .row .content-col .content-container h5:after {
      top: -65px !important;
      left: calc(50% - 23px) !important; } }
@media (min-width: 992px) {
  .block-patientstory .container .row .content-col .content-container {
    padding: 48px 48px 48px 6px; }
    .block-patientstory .container .row .content-col .content-container:before {
      content: "";
      background-color: #fff6ee;
      height: 100%;
      width: 266px;
      position: absolute;
      top: 0px;
      left: -260px;
      border-radius: 5px; } }
.block-patientstory .container .row .content-col .content-container h5 {
  margin-bottom: 4px;
  position: relative; }
  .block-patientstory .container .row .content-col .content-container h5:after {
    content: "";
    background-image: url("images/icon_quote.png");
    height: 46px;
    width: 46px;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: -60px; }
.block-patientstory .container .row .content-col .content-container h4 {
  margin-bottom: 20px; }
.block-patientstory .container .row .content-col .content-container a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s;
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px; }
  .block-patientstory .container .row .content-col .content-container a:hover {
    color: #f56600;
    text-decoration: none; }
  .block-patientstory .container .row .content-col .content-container a:after {
    content: "";
    color: #f56600;
    font-family: 'microns';
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px; }

.block-tabs {
  padding-bottom: 81.25px; }
@media (max-width: 991.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .image-col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    order: 13;
    padding-left: 5px; }
    .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .image-col .image-container {
      margin-top: 39px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .image-col {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; } }
@media (max-width: 991.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .text-col {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-top: 39px !important;
    order: -1; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .text-col {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }
.block-tabs .container .row.tabs-container {
  margin-left: -4px;
  margin-right: -4px; }
@media (max-width: 991.98px) {
  .block-tabs .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .text-col {
    padding-top: 39px; } }
.block-tabs .container .row.details-container .tab-detail .blocks-wrapper .container {
  padding: 0px !important; }
.block-tabs .tabs-container > .tab {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px; }
  .block-tabs .tabs-container > .tab.open > .tab-text {
    border-color: #f56600; }
  .block-tabs .tabs-container > .tab > .tab-text {
    border-bottom: 4px solid #ffc080;
    padding: 32px 0px 20px 0px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease; }
    .block-tabs .tabs-container > .tab > .tab-text:hover {
      border-color: #f56600; }
      .block-tabs .tabs-container > .tab > .tab-text:hover h4 {
        color: #f56600; }
    .block-tabs .tabs-container > .tab > .tab-text h4 {
      position: absolute;
      line-height: 1;
      margin: 0px;
      width: 100%;
      transition: all 0.4s ease;
      bottom: 20px; }
.block-tabs .details-container {
  transition: all 0.4s ease;
  height: auto; }
  .block-tabs .details-container > .tab-detail {
    display: none; }
    .block-tabs .details-container > .tab-detail.open {
      display: block; }
    .block-tabs .details-container > .tab-detail .blocks-wrapper {
      margin-top: -1px; }

.block-accordion .category {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 4px 32px rgba(42, 18, 0, 0.12);
  padding: 0px 30px;
  margin-top: 15px; }
  .block-accordion .category:after {
    content: "";
    display: block;
    position: absolute;
    height: 18px;
    width: 99%;
    background-color: white;
    bottom: 2px;
    left: 0.5%;
    z-index: 2;
    transition-delay: 0.2s;
    transition: all 0.4s; }
  .block-accordion .category.open {
    border-radius: 5px 5px 0px 0px; }
    .block-accordion .category.open:after {
      height: 29px;
      bottom: -9px;
      width: 100%;
      left: 0px; }
      .block-accordion .category.open .tab h4:after {
        content: ""; }
  .block-accordion .category .tab {
    border-bottom: none; }
    .block-accordion .category .tab h4 {
      font-size: 28px;
      transition: all 0.3s;
      font-weight: 400;
      letter-spacing: -0.9px;
      line-height: 1.2; }
      .block-accordion .category .tab h4:after {
        content: "";
        font-family: 'microns' !important;
        text-align: center;
        background-color: #f56600;
        height: 26px;
        width: 26px;
        border-radius: 20px;
        padding: 1.75px 1px 1.75px 0px;
        font-size: 20px;
        color: white;
        top: 6px; }
.block-accordion .category-detail {
  background-color: white;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 4px 22px rgba(42, 18, 0, 0.12);
  position: relative; }
  .block-accordion .category-detail .blocks-wrapper {
    border: none; }
    .block-accordion .category-detail .blocks-wrapper .block-textimage:first-child .image-col .video-container {
      margin-top: 9.75px; }
    .block-accordion .category-detail .blocks-wrapper .block-textimage:first-child .text-col {
      padding-top: 9.75px; }

.block-text.one-col + script + .block-accordion .category:first-child {
  margin-top: -15px !important; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-audioplayer.dark {
  color: white; }
  .block-audioplayer.dark .base-color {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .block-audioplayer.dark .progress-color {
    background-color: white !important; }
  .block-audioplayer.dark .cursor-color {
    background-color: white !important; }
    .block-audioplayer.dark #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
      color: white !important; }
  .block-audioplayer.dark #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
    color: white !important; }
.block-audioplayer.dark #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(255, 255, 255, 0.15) !important; }
  .block-audioplayer.dark #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: white !important; }
.block-audioplayer.light {
  color: #424042; }
  .block-audioplayer.light .base-color {
    background-color: rgba(0, 0, 0, 0.2) !important; }

.block-bio .back-link {
  margin-bottom: 40px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-bio .portrait-col {
    padding-right: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-bio .portrait-col {
    margin-bottom: 32.5px; } }
@media (max-width: 575.98px) {
  .block-bio .portrait-col {
    margin-bottom: 6vw; } }
.block-bio .portrait-col img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 300px;
  border: 15px solid white;
  box-shadow: 0px 4px 15px 0px #0000001A; }
@media (min-width: 1200px) {
  .block-bio .portrait-col img {
    height: 320px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-bio .portrait-col img {
    height: 280px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-bio .portrait-col img {
    height: 215px;
    border: 10px solid white; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-bio .portrait-col img {
    height: 480px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-bio .portrait-col img {
    height: calc(100vw - (2 * 25px)); } }
@media (max-width: 359.98px) {
  .block-bio .portrait-col img {
    height: calc(100vw - (2 * 20px)); } }
.block-bio .bio-col .person-container h3 {
  font-size: 38px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-bio .bio-col .person-container h3 {
    font-size: 35px; } }
@media (max-width: 767.98px) {
  .block-bio .bio-col .person-container h3 {
    font-size: 32px; } }
.block-bio .bio-col .person-container p.title, .block-bio .bio-col .person-container p.certifications {
  padding-left: 24px;
  border-left: 3px solid #f56600; }
.block-bio .bio-col .person-container p.title {
  display: block;
  font-style: normal !important;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 16px; }
.block-bio .bio-col .person-container p.certifications {
  font-weight: 700;
  padding-bottom: 2px;
  margin-bottom: 12px; }
.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-contactform .form-col form.cog-cognito {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
  max-width: 100% !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: 0px 4px 32px 0px #2A12001F, 0px 0px 4px 0px #00000014 !important;
    border-radius: 5px !important;
    padding: 48px !important; }
    .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-helptext p {
      font-size: 18px; }
      .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-helptext p em {
        font-size: 16px !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-content p {
    font-size: 18px; }
.block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field.is-error:after {
  background-color: #f56600 !important;
  outline-color: #f56600 !important;
  opacity: 0.065 !important;
  border-radius: 1px !important; }
.block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field.is-error .cog-error-message {
  background-color: #f56600 !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field.is-error .cog-input input {
    background-color: white !important; }
.block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field > .cog-label {
  font-family: myriad-pro, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  color: #424042 !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-input input, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-input textarea {
    font-family: myriad-pro, Arial, sans-serif !important;
    border: none !important;
    background-color: #f3f1ed !important;
    border-radius: 10px !important;
    color: #424042;
    font-size: 18px;
    padding: 10px 20px; }
    .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-input input::placeholder, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-input textarea::placeholder {
      color: #8c827b !important; }
.block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__label, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__label, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__label, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__label, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__label, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__label, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__label, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__label {
  font-size: 16px;
  padding-left: 28px; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input.is-checked > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input.is-checked > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input.is-checked > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input.is-checked > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input.is-checked > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input.is-checked > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input.is-checked > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input.is-checked > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input.is-checked > .el-radio__inner {
    background-color: #f56600 !important; }
    .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input.is-checked > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input.is-checked > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input.is-checked > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input.is-checked > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input.is-checked > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input.is-checked > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input.is-checked > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input.is-checked > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input.is-checked > .el-radio__inner:after {
      height: 20px;
      width: 20px;
      background-color: #f3f1ed;
      border-radius: 50%;
      box-shadow: unset !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input > .el-radio__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input > .el-checkbox__inner, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input > .el-radio__inner {
    background-color: #f3f1ed !important;
    border: none !important;
    border-radius: 50%;
    height: 40px;
    width: 40px; }
    .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-checkbox__input > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-checkbox > .el-radio__input > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-checkbox__input > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-checkbox-group > .el-radio > .el-radio__input > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-checkbox__input > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-checkbox > .el-radio__input > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-checkbox__input > .el-radio__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input > .el-checkbox__inner:after, .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row .cog-field .cog-checkable > .el-radio-group > .el-radio > .el-radio__input > .el-radio__inner:after {
      border: unset !important;
      margin: unset !important;
      transform: unset !important;
      backface-visibility: unset !important;
      transform-origin: unset !important;
      transition: all 0.3s;
      position: relative;
      top: 10px;
      left: 10px; }
.block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section:first-child {
  margin-top: 0px !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section > .cog-section__inner h2 {
    font-family: 'Nunito Sans', Arial, sans-serif !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.21 !important;
    letter-spacing: -0.9px !important;
    color: #424042 !important;
    margin-bottom: 12px !important; }
  @media (max-width: 991.98px) {
    .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section > .cog-section__inner h2 {
      font-size: 26px !important; } }
@media (max-width: 767.98px) {
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section > .cog-section__inner h2 {
    font-size: 24px !important; } }
.block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section > .cog-section__inner > .cog-row > .cog-page__navigation button {
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 12.5px 4px 14.5px 4px !important;
  border-radius: 50px !important;
  background: linear-gradient(90deg, #FFBF1B 0%, #FF8E3B 100%) !important;
  color: black !important;
  transition: all 0.4s !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section > .cog-section__inner > .cog-row > .cog-page__navigation button:hover {
    color: #f56600 !important; }
  .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section > .cog-section__inner > .cog-row > .cog-page__navigation button span {
    padding: 9px 12px 10px 20px !important;
    border-radius: 50px !important;
    background-color: white !important; }
    .block-contactform .form-col form.cog-cognito .cog-form__container > .cog-form__content > .cog-body > .cog-page .cog-row > section.cog-section > .cog-section__inner > .cog-row > .cog-page__navigation button span:after {
      content: "" !important;
      color: #f56600 !important;
      font-family: 'microns' !important;
      display: inline-block !important;
      font-size: 18px !important;
      position: relative !important;
      top: 2px !important;
      margin-left: 5px !important; }
.block-container {
  position: relative; }

.block-gallery .image-container, .block-gallery .video-container {
  border-radius: 5px; }
  .block-gallery .image-container + p.caption, .block-gallery .video-container + p.caption {
    font-style: normal;
    font-size: 24px;
    line-height: 1.3; }

@media (max-width: 767.98px) {
  .block-hero.marquee {
    background-size: 120%;
    background-repeat: no-repeat;
    background-color: #f3f1ed; } }
.block-hero.marquee:not(.taller) {
  background-position: top right !important; }
@media (max-width: 767.98px) {
  .block-hero.marquee:not(.taller) {
    height: auto;
    max-height: unset !important; } }
@media (max-width: 767.98px) {
  .block-hero.marquee:not(.taller):before {
    background: linear-gradient(2deg, #f3f1ed 60%, rgba(243, 241, 237, 0.75) 64.44%, rgba(243, 241, 237, 0) 68.47%); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-hero.marquee:not(.taller) .title {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }
.block-hero.marquee.taller {
  height: 700px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.marquee.taller {
    height: 620px; } }
@media (max-width: 767.98px) {
  .block-hero.marquee.taller {
    height: auto;
    max-height: unset !important; } }
@media (min-width: 768px) {
  .block-hero.marquee.taller:before {
    background: linear-gradient(92deg, rgba(243, 241, 237, 0.95) 0.01%, rgba(243, 241, 237, 0.8) 42.58%, rgba(243, 241, 237, 0.6) 52.44%, rgba(243, 241, 237, 0) 65.47%); } }
@media (max-width: 767.98px) {
  .block-hero.marquee.taller:before {
    background: linear-gradient(2deg, #f3f1ed 60%, rgba(243, 241, 237, 0.75) 64.44%, rgba(243, 241, 237, 0) 68.47%); } }
.block-hero.marquee:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
@media (min-width: 768px) {
  .block-hero.marquee:before {
    background: linear-gradient(92deg, rgba(243, 241, 237, 0.95) 0.01%, rgba(243, 241, 237, 0.8) 42.58%, rgba(243, 241, 237, 0.6) 52.44%, rgba(243, 241, 237, 0) 65.47%); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-hero.marquee:before {
    background: linear-gradient(2deg, #f3f1ed 46%, rgba(243, 241, 237, 0.75) 54%, rgba(243, 241, 237, 0) 60%); } }
@media (max-width: 575.98px) {
  .block-hero.marquee:before {
    background: linear-gradient(2deg, #f3f1ed 50%, rgba(243, 241, 237, 0.75) 62%, rgba(243, 241, 237, 0) 70%); } }
@media (max-width: 767.98px) {
  .block-hero.marquee .title {
    padding-top: 45vw;
    padding-bottom: 36px; } }
.block-hero.marquee .title .text-container {
  display: flex;
  flex-direction: column; }
@media (max-width: 575.98px) {
  .block-hero.marquee .title .text-container:before {
    content: "";
    position: absolute;
    height: 20vw;
    width: 100vw;
    top: 36vw;
    left: -10px;
    background: linear-gradient(0deg, #f3f1ed 20%, rgba(243, 241, 237, 0.75) 45.44%, rgba(243, 241, 237, 0) 95.47%);
    z-index: 0; } }
.block-hero.marquee .title .text-container h1 {
  order: 2;
  z-index: 1; }
  .block-hero.marquee .title .text-container p.subhead {
    order: 1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1; }
.block-hero.marquee .title .text-container .paragraph {
  order: 3;
  margin-top: 12px; }
.block-hero.marquee .title .text-container .buttons {
  order: 3;
  margin-top: 14px; }

.block-peoplegrid .person {
  margin-bottom: 45px; }
  .block-peoplegrid .person .person-container {
    position: relative;
    padding-bottom: 40px;
    height: 100%; }
    .block-peoplegrid .person .person-container .image-container {
      text-align: center; }
      .block-peoplegrid .person .person-container .image-container img {
        width: 100%;
        object-fit: cover;
        object-position: center top;
        border-radius: 300px;
        border: 9px solid white;
        box-shadow: 0px 4px 15px 0px #0000001A; }
      @media (min-width: 992px) {
        .block-peoplegrid .person .person-container .image-container img {
          height: 240px;
          width: 240px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .block-peoplegrid .person .person-container .image-container img {
        height: 215px;
        width: 215px; } }
  @media (max-width: 767.98px) {
    .block-peoplegrid .person .person-container .image-container img {
      height: 240px;
      width: 240px; } }
  .block-peoplegrid .person .person-container .info-container {
    text-align: center; }
    .block-peoplegrid .person .person-container .info-container h5 {
      font-family: 'Nunito Sans', Arial, sans-serif;
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.9px;
      text-transform: unset !important;
      color: #424042; }
    @media (max-width: 991.98px) {
      .block-peoplegrid .person .person-container .info-container h5 {
        font-size: 26px; } }
  @media (max-width: 767.98px) {
    .block-peoplegrid .person .person-container .info-container h5 {
      font-size: 24px; } }
  .block-peoplegrid .person .person-container .info-container h5 a {
    color: #424042;
    text-decoration: none; }
    .block-peoplegrid .person .person-container .info-container h5 a:hover {
      color: #f56600;
      text-decoration: underline; }
  .block-peoplegrid .person .person-container .info-container p.title, .block-peoplegrid .person .person-container .info-container p.certifications {
    font-size: 18px; }
  .block-peoplegrid .person .person-container .info-container p.title {
    font-style: normal;
    margin-bottom: 12px; }
    .block-peoplegrid .person .person-container .info-container p.title:before {
      content: "";
      display: block;
      width: 44px;
      height: 3px;
      background-color: #f56600;
      margin: 14px auto; }
  .block-peoplegrid .person .person-container .info-container p.certifications {
    font-weight: 700; }
  .block-peoplegrid .person .person-container .link-container {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px; }
    .block-peoplegrid .person .person-container .link-container a {
      font-size: 16px;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      color: #424042;
      letter-spacing: 1px;
      transition: all 0.4s; }
      .block-peoplegrid .person .person-container .link-container a:after {
        content: "";
        color: #f56600;
        font-family: 'microns';
        display: inline-block;
        font-size: 18px;
        position: relative;
        top: 2px;
        margin-left: 5px; }
      .block-peoplegrid .person .person-container .link-container a:hover {
        color: #f56600; }

.block-posts .active-tags {
  margin-top: -28px;
  margin-bottom: 28px; }
  .block-posts .active-tags h3 {
    font-size: 22px; }
    .block-posts .active-tags h3 a {
      color: #f56600 !important;
      text-decoration: underline; }
      .block-posts .active-tags h3 a:hover {
        color: #424042 !important; }
.block-posts .sidebar .search-bar > span {
  background-color: #f3f1ed;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-left: 8px;
  padding-right: 6px; }
  .block-posts .sidebar .search-bar > span:before {
    color: #424042; }
.block-posts .sidebar .search-bar input {
  background-color: #f3f1ed;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px; }
.block-posts .sidebar .search-bar .search-results {
  border-radius: 5px; }
  .block-posts .sidebar .search-bar .search-results p.all-results {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
    .block-posts .sidebar .search-bar .search-results p.all-results a {
      text-decoration: none; }
      .block-posts .sidebar .search-bar .search-results p.all-results a:hover {
        text-decoration: none; }
      .block-posts .sidebar .search-bar .search-results p.all-results a:after {
        content: "";
        color: #f56600;
        font-family: 'microns';
        display: inline-block;
        font-size: 16px;
        position: relative;
        top: 1.5px;
        margin-left: 5px; }
.block-posts .sidebar .tag-cloud h4 {
  font-size: 22px; }
.block-posts .sidebar .tag-cloud ul {
  list-style: none;
  padding: 0px; }
  .block-posts .sidebar .tag-cloud ul.tags li {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600; }
    .block-posts .sidebar .tag-cloud ul.tags li.current a {
      color: #f56600 !important; }
    .block-posts .sidebar .tag-cloud ul.tags li a {
      color: #424042;
      text-decoration: underline; }
      .block-posts .sidebar .tag-cloud ul.tags li a:hover {
        color: #f56600; }
.block-posts .view-all a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s;
  color: black !important;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px; }
  .block-posts .view-all a:hover {
    color: #f56600 !important;
    text-decoration: none; }
  .block-posts .view-all a:after {
    content: "";
    color: #f56600;
    font-family: 'microns';
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px; }

.block-related .container .row .articles-container {
  -ms-flex-pack: center !important;
  justify-content: center !important; }
.block-resources.cards .row {
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: -24px; }
.block-resources.cards .tile {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px; }
  .block-resources.cards .tile .card-container {
    box-shadow: 0px 4px 10px 0px #002F6C1A;
    border-radius: 5px;
    padding: 20px; }
    .block-resources.cards .tile .card-container .text p a {
      font-weight: 600;
      color: #424042; }

.block-section.bkgnd-white + .block-section.bkgnd-white {
  padding-top: 42.25px !important; }
.block-section.sun-vignette, .block-section.hex-vignette {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-section.sun-vignette, .block-section.hex-vignette {
    background-size: 1160px; } }
@media (max-width: 767.98px) {
  .block-section.sun-vignette, .block-section.hex-vignette {
    background-size: 1300px; } }
.block-section.sun-vignette:after, .block-section.hex-vignette:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: white;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(0deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 100%); }
.block-section.sun-vignette .block-tiles, .block-section.hex-vignette .block-tiles {
  position: relative;
  z-index: 1; }
.block-section.sun-vignette {
  background-image: url("images/bkgnd_sun_vignette.jpg"); }
.block-section.hex-vignette {
  background-image: url("images/bkgnd_hex_vignette.jpg"); }
  .block-section.hex-vignette .block-tiles .tile .image {
    width: 60px !important; }
.block-section.icon-block .block-tiles.padded:last-child {
  margin-bottom: -55px !important; }
.block-section.icon-block .block-tiles .tile .text h4 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.9px; }
@media (min-width: 768px) {
  .block-section.icon-block.three-col .block-tiles .tile {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-section.icon-block.three-col .block-tiles .tile {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .block-section.icon-block.three-col .block-tiles .tile .card-container {
      margin: 0px;
      width: 100%; } }
@media (max-width: 575.98px) {
  .block-section.icon-block.three-col .block-tiles .tile {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.block-section.icon-block.three-col .block-tiles .tile .image {
  width: 120px;
  margin-bottom: 20px; }
@media (min-width: 992px) {
  .block-section.icon-block.five-col .block-tiles .tile {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-section.icon-block.five-col .block-tiles .tile {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media (max-width: 767.98px) {
  .block-section.icon-block.five-col .block-tiles .tile {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.block-section.icon-block.five-col .block-tiles .tile .image {
  width: 120px;
  margin-bottom: 20px; }
.block-section.how-to-pay-your-bill .block-text:first-child {
  padding-bottom: 0px !important; }
  .block-section.how-to-pay-your-bill .block-text:first-child + .block-text {
    padding-top: 0px !important; }
.block-section.how-to-pay-your-bill .block-fullimage.image.scale {
  text-align: center; }
@media (min-width: 992px) {
  .block-section.how-to-pay-your-bill .block-fullimage.image.scale img {
    max-width: 60% !important; } }
.block-section > .block.padded + .block.block-eventinfo .image-col .image-container {
  margin-top: 22.75px;
  margin-bottom: 22.75px; }
.block-section > .block.padded + .block.block-eventinfo .text-col {
  padding-top: 22.75px;
  padding-bottom: 22.75px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-strip {
  padding: 12px 0px 10px 0px; }
  .block-strip p {
    font-size: 16px;
    font-weight: 600; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-text.one-col.flex-block .column-one .content-container {
  border-left: 5px solid #f56600; }
@media (max-width: 767.98px) {
  .block-text.one-col.flex-block .column-one .content-container {
    padding: 24px 0px 24px 32px; } }
@media (min-width: 768px) {
  .block-text.one-col.flex-block .column-one .content-container {
    padding: 24px 0px 24px 48px; } }
@media (min-width: 992px) {
  .block-text.one-col.flex-block .column-one .content-container {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }
.block-text.one-col.flex-block .column-one .content-container ul {
  margin-top: 24px; }
  .block-text.one-col.flex-block .column-one .content-container ul:last-child {
    margin-bottom: 0px; }
    .block-text.one-col.flex-block .column-one .content-container ul li a:only-child {
      color: black;
      font-weight: 700;
      transition: all 0.4s; }
      .block-text.one-col.flex-block .column-one .content-container ul li a:only-child:hover {
        color: #f56600; }
.block-text.two-col.one-fourth.bkgnd-light2 .column-one .content-container h2 {
  margin-bottom: 32px; }
  .block-text.two-col.one-fourth.bkgnd-light2 .column-one .content-container h2:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 4px solid #f56600;
    margin-top: 18px; }
.block-text.two-col.one-fourth.bkgnd-light2 .column-two {
  display: flex;
  align-items: center; }
  .block-text.two-col.one-fourth.bkgnd-light2 .column-two .content-container p:only-child {
    padding-bottom: 30px; }
    .block-text.two-col.one-fourth.bkgnd-light2 .column-two .content-container p a:not([href^="tel:"]):not([href^="mailto:"]):only-child {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: all 0.4s;
      color: black;
      text-decoration: none;
      display: inline-block;
      margin-top: 10px; }
      .block-text.two-col.one-fourth.bkgnd-light2 .column-two .content-container p a:not([href^="tel:"]):not([href^="mailto:"]):only-child:hover {
        color: #f56600;
        text-decoration: none; }
      .block-text.two-col.one-fourth.bkgnd-light2 .column-two .content-container p a:not([href^="tel:"]):not([href^="mailto:"]):only-child:after {
        content: "";
        color: #f56600;
        font-family: 'microns';
        display: inline-block;
        font-size: 18px;
        position: relative;
        top: 2px;
        margin-left: 5px; }
.block-text.mid-page-cta {
  overflow: hidden;
  position: relative; }
  .block-text.mid-page-cta:before {
    content: "";
    background-image: url("images/nura_sun_tangerine.png");
    height: 380px;
    width: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: 20%;
    opacity: 0.5;
    transform: rotate(8deg); }
  @media (min-width: 1200px) {
    .block-text.mid-page-cta:before {
      left: 15%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.mid-page-cta:before {
    left: 10%; } }
@media (max-width: 991.98px) {
  .block-text.mid-page-cta:before {
    left: -10%; } }
.block-text.mid-page-cta:after {
  content: "";
  height: 113px;
  width: 113px;
  background-color: #ffc080;
  border-radius: 100px;
  position: absolute;
  top: -65px;
  left: 60%; }
@media (min-width: 1200px) {
  .block-text.mid-page-cta:after {
    left: 70%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.mid-page-cta:after {
    left: 70%; } }
@media (max-width: 991.98px) {
  .block-text.mid-page-cta:after {
    left: 70%; } }
.block-text.also-treats .container .row .content-container ul {
  text-align: left;
  list-style: none;
  padding: 0px;
  margin: 40px 0px 0px 0px;
  display: grid;
  gap: 0px 40px; }
@media (min-width: 768px) {
  .block-text.also-treats .container .row .content-container ul {
    grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.also-treats .container .row .content-container ul {
    grid-template-columns: repeat(2, 1fr); } }
.block-text.also-treats .container .row .content-container ul li {
  border-bottom: 1px solid #f3f1ed;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 12px; }
  .block-text.also-treats .container .row .content-container ul li a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    width: 100%;
    position: relative;
    display: inline-block;
    transition: all 0.4s;
    padding-right: 18px; }
    .block-text.also-treats .container .row .content-container ul li a:after {
      content: "";
      color: #f56600;
      font-family: 'typicons';
      position: absolute;
      top: 2px;
      right: 0px; }
    .block-text.also-treats .container .row .content-container ul li a:hover {
      color: #f56600; }
.block-text.com-program {
  background-image: url("images/questions_medication.png"); }
.block-text.questions-to-ask {
  background-image: url("images/questions_doctor.png"); }
.block-text.questions-to-ask, .block-text.com-program {
  background-repeat: no-repeat; }
@media (min-width: 768px) {
  .block-text.questions-to-ask, .block-text.com-program {
    background-size: 600px; } }
@media (max-width: 991.98px) {
  .block-text.questions-to-ask, .block-text.com-program {
    background-position: center bottom; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.questions-to-ask.padded, .block-text.com-program.padded {
    padding-bottom: 630px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.questions-to-ask, .block-text.com-program {
    background-size: 500px; }
    .block-text.questions-to-ask.padded, .block-text.com-program.padded {
      padding-bottom: 530px; } }
@media (max-width: 575.98px) {
  .block-text.questions-to-ask, .block-text.com-program {
    background-size: 90vw; }
    .block-text.questions-to-ask.padded, .block-text.com-program.padded {
      padding-bottom: 95vw; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.questions-to-ask, .block-text.com-program {
    background-position: calc(100px + 54vw) bottom; } }
@media (min-width: 1200px) {
  .block-text.questions-to-ask, .block-text.com-program {
    background-position: calc(180px + 54vw) bottom; } }
@media (min-width: 992px) {
  .block-text.questions-to-ask .column-one, .block-text.com-program .column-one {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }
.block-text.questions-to-ask .column-one .content-container ol, .block-text.com-program .column-one .content-container ol {
  margin-top: 32px;
  margin-bottom: 24px; }
@media (min-width: 992px) {
  .block-text.questions-to-ask .column-one .content-container ol, .block-text.com-program .column-one .content-container ol {
    column-count: 2;
    column-gap: 40px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.questions-to-ask .column-one .content-container ol, .block-text.com-program .column-one .content-container ol {
    padding-right: calc(100px + 3vw); } }
@media (min-width: 1200px) {
  .block-text.questions-to-ask .column-one .content-container ol, .block-text.com-program .column-one .content-container ol {
    padding-right: calc(80px + 3vw); } }
.block-text.clinical-trials .column-one .content-container h2 {
  margin-bottom: 12px; }
  .block-text.clinical-trials .column-one .content-container h2 + h4 {
    margin-top: 24px; }
.block-text.clinical-trials .column-one .content-container ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 32px; }
  .block-text.clinical-trials .column-one .content-container ul li a {
    color: #424042; }
    .block-text.clinical-trials .column-one .content-container ul li a:hover {
      color: #f56600; }
.block-text.referral-tabs .column-one .content-container ul {
  list-style: none;
  margin: 32px -4px 0px -4px;
  padding: 0px;
  font-size: 0px; }
  .block-text.referral-tabs .column-one .content-container ul li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 0px;
    cursor: pointer; }
  @media (max-width: 575.98px) {
    .block-text.referral-tabs .column-one .content-container ul li {
      width: 100%; } }
@media (min-width: 576px) {
  .block-text.referral-tabs .column-one .content-container ul li {
    width: 50%; } }
.block-text.referral-tabs .column-one .content-container ul li.open > .tab-text {
  border-color: #f56600; }
.block-text.referral-tabs .column-one .content-container ul li:hover > .tab-text {
  color: #f56600;
  border-color: #f56600; }
.block-text.referral-tabs .column-one .content-container ul li > .tab-text {
  display: block;
  border-bottom: 4px solid #ffc080;
  padding: 12px 0px 12px 0px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600; }
@media (max-width: 575.98px) {
  .block-text.referral-tabs .column-one .content-container ul li > .tab-text {
    font-size: 18px; } }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-textimage.request-appointment .container .row .image-col .image-container {
  margin-top: 22.75px;
  margin-bottom: 22.75px; }
@media (max-width: 991.98px) {
  .block-textimage.request-appointment .container .row .image-col .image-container {
    max-width: 460px;
    margin-top: 32.5px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 991.98px) {
  .block-textimage.request-appointment .container .row .text-col {
    padding-top: 8.125px; } }
.block-textimage.off-white-cta {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }
  .block-textimage.off-white-cta + .off-white-cta {
    padding-top: 0px !important;
    margin-top: -15px !important; }
  @media (max-width: 575.98px) {
    .block-textimage.off-white-cta .container .row {
      margin-left: 0px !important;
      margin-right: 0px !important; } }
@media (max-width: 991.98px) {
  .block-textimage.off-white-cta .container .row {
    position: relative;
    overflow: hidden; }
    .block-textimage.off-white-cta .container .row:before {
      content: "";
      background-image: url("images/nura_sun_white.png");
      height: 100%;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -10%;
      right: -50%;
      opacity: 0.5;
      transform: rotate(8deg);
      z-index: 1; } }
.block-textimage.off-white-cta .container .row .image-col {
  background-color: #f3f1ed; }
  .block-textimage.off-white-cta .container .row .image-col .image-container {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-left: 40px;
    padding-right: 30px;
    z-index: 2; }
  @media (max-width: 575.98px) {
    .block-textimage.off-white-cta .container .row .image-col .image-container {
      padding-left: 10px;
      padding-right: 10px; } }
.block-textimage.off-white-cta .container .row .text-col {
  background-color: #f3f1ed; }
@media (max-width: 575.98px) {
  .block-textimage.off-white-cta .container .row .text-col {
    padding-left: 25px !important;
    padding-right: 25px !important; } }
@media (max-width: 991.98px) {
  .block-textimage.off-white-cta .container .row .text-col {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 992px) {
  .block-textimage.off-white-cta .container .row .text-col {
    padding-top: 44px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    overflow: hidden; }
    .block-textimage.off-white-cta .container .row .text-col:before {
      content: "";
      background-image: url("images/nura_sun_white.png");
      height: 125%;
      width: 125%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: -3px;
      left: 20%;
      opacity: 0.5;
      transform: rotate(8deg); } }
.block-textimage.off-white-cta .container .row .text-col .content-container {
  z-index: 2; }
.block-textimage .container .row .text-col .content-container h2 + p a:only-child {
  margin-top: 28px; }
.block-textimage .container .row .text-col .content-container h2 + p + p a:only-child {
  margin-top: 28px; }
.block-textimage .container .row .text-col .content-container p a:not([href^="tel:"]):not([href^="mailto:"]):only-child {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s;
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px; }
  .block-textimage .container .row .text-col .content-container p a:not([href^="tel:"]):not([href^="mailto:"]):only-child:hover {
    color: #f56600;
    text-decoration: none; }
  .block-textimage .container .row .text-col .content-container p a:not([href^="tel:"]):not([href^="mailto:"]):only-child:after {
    content: "";
    color: #f56600;
    font-family: 'microns';
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px; }

.patients .block-textimage .container .row .image-col.circle .image-container {
  border: 15px solid white;
  box-shadow: 0px 4px 32px 0px #2A12001F;
  position: relative;
  z-index: 1; }

@media (min-width: 768px) {
  .block-tiles.cards.quick-facts .container .row {
    margin-left: -2px;
    margin-right: -2px; } }
.block-tiles.cards.quick-facts .tile {
  margin-bottom: 4px; }
@media (min-width: 768px) {
  .block-tiles.cards.quick-facts .tile {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 2px;
    padding-left: 2px; }
    .block-tiles.cards.quick-facts .tile:first-child .card-container {
      border-top-left-radius: 10px; }
  .block-tiles.cards.quick-facts .tile:nth-child(2) .card-container {
    border-top-right-radius: 10px; }
  .block-tiles.cards.quick-facts .tile:nth-last-child(2) .card-container {
    border-bottom-left-radius: 10px; }
  .block-tiles.cards.quick-facts .tile:last-child .card-container {
    border-bottom-right-radius: 10px; }
  .block-tiles.cards.quick-facts .tile .card-container .text {
    padding-left: 24px;
    width: calc(100% - 64px); } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-tiles.cards.quick-facts .tile .card-container {
    padding: 28px 40px 28px 22px !important; }
    .block-tiles.cards.quick-facts .tile .card-container .image {
      width: 50px !important; }
    .block-tiles.cards.quick-facts .tile .card-container .text {
      padding-left: 20px;
      width: calc(100% - 50px); } }
@media (max-width: 767.98px) {
  .block-tiles.cards.quick-facts .tile:first-child .card-container {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
  .block-tiles.cards.quick-facts .tile:last-child .card-container {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
  .block-tiles.cards.quick-facts .tile .card-container {
    width: 100%;
    flex-direction: column; }
    .block-tiles.cards.quick-facts .tile .card-container .image {
      margin-bottom: 24px !important; }
    .block-tiles.cards.quick-facts .tile .card-container .text {
      width: 100%; } }
.block-tiles.cards.quick-facts .tile .card-container {
  box-shadow: none;
  background-color: #f56600;
  display: flex;
  padding: 32px 48px 32px 28px; }
  .block-tiles.cards.quick-facts .tile .card-container .image {
    width: 64px;
    margin: 0px; }
  .block-tiles.cards.quick-facts .tile .card-container .text {
    text-align: left; }
    .block-tiles.cards.quick-facts .tile .card-container .text h4 {
      display: none; }
    .block-tiles.cards.quick-facts .tile .card-container .text h3 {
      color: white;
      margin-bottom: 0px; }
      .block-tiles.cards.quick-facts .tile .card-container .text h3 a {
        color: white;
        text-decoration: underline;
        white-space: nowrap; }
        .block-tiles.cards.quick-facts .tile .card-container .text h3 a:hover {
          color: #ffce35;
          text-decoration: underline; }
    .block-tiles.cards.quick-facts .tile .card-container .text p {
      color: white;
      font-size: 18px;
      line-height: 1.5; }
      .block-tiles.cards.quick-facts .tile .card-container .text p a {
        color: white;
        text-decoration: underline; }
        .block-tiles.cards.quick-facts .tile .card-container .text p a:hover {
          color: #ffce35;
          text-decoration: underline; }
        .block-tiles.cards.quick-facts .tile .card-container .text p a:only-child {
          font-size: 16px;
          font-weight: 700;
          letter-spacing: 1px;
          text-transform: uppercase;
          transition: all 0.4s;
          color: white;
          text-decoration: none;
          display: inline-block;
          margin-top: 10px; }
          .block-tiles.cards.quick-facts .tile .card-container .text p a:only-child:hover {
            color: #ffce35;
            text-decoration: none; }
            .block-tiles.cards.quick-facts .tile .card-container .text p a:only-child:hover:after {
              color: #ffce35; }
          .block-tiles.cards.quick-facts .tile .card-container .text p a:only-child:after {
            content: "";
            color: #ffce35;
            font-family: 'microns';
            transition: all 0.4s;
            display: inline-block;
            font-size: 18px;
            position: relative;
            top: 2px;
            margin-left: 5px; }

@media (min-width: 768px) {
  .home .block-hero.marquee:first-child .title .text-container:after {
    content: "";
    background-image: url("images/badge_top_doctor.png");
    height: 130px;
    width: 130px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    order: 4;
    margin-top: 32px; } }
@media (max-width: 767.98px) {
  .home .block-hero.marquee:first-child:after {
    content: "";
    background-image: url("images/badge_top_doctor_reversed.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 100%;
    height: 170px;
    background-color: #424042; } }
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .home .block-hero.marquee:first-child:after {
    height: 140px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .locations .block-hero.marquee:first-child.top {
    background-position: center -25% !important; } }
@media (max-width: 575.98px) {
  .locations .block-hero.marquee:first-child.top {
    background-position: center -20px !important; } }
@media (max-width: 767.98px) {
  .locations .block-contactform.map .map-col {
    padding: 0px !important;
    margin-bottom: 20px !important; } }
.locations .block-contactform.map .map-col #map {
  height: 100%; }
  .locations .block-contactform.map .map-col #map iframe {
    height: 100%; }
.locations .block-contactform.map .info-col {
  background-color: white;
  box-shadow: 0px 4px 32px 0px #2A12001F, 0px 0px 4px 0px #00000014; }
@media (max-width: 767.98px) {
  .locations .block-contactform.map .info-col {
    padding-top: 0px !important; } }
.locations .block-contactform.map .info-col .info {
  padding: 33px 23px; }
  .locations .block-contactform.map .info-col .info h4 {
    font-size: 38px; }

.treatments .block.bkgnd-white.block-section .block-text + .block-related, .treatments .block.bkgnd-white.block-section .block-text + .block-gallery, .conditions .block.bkgnd-white.block-section .block-text + .block-related, .conditions .block.bkgnd-white.block-section .block-text + .block-gallery {
  padding-top: 0px !important; }
  .treatments .block.bkgnd-white.block-section .block-text + script + .block-accordion, .conditions .block.bkgnd-white.block-section .block-text + script + .block-accordion {
    padding-top: 16.25px !important;
    padding-bottom: 65px !important; }
.treatments .block.bkgnd-white + .bkgnd-white.block-text, .conditions .block.bkgnd-white + .bkgnd-white.block-text {
  padding-top: 26px; }
.treatments .block.bkgnd-white + .bkgnd-white.block-section, .conditions .block.bkgnd-white + .bkgnd-white.block-section {
  padding-top: 26px; }
  .treatments .block.bkgnd-white + .bkgnd-white.block-section .block-text + .block-related, .conditions .block.bkgnd-white + .bkgnd-white.block-section .block-text + .block-related {
    padding-top: 0px !important; }
.treatments .block.bkgnd-white + .bkgnd-white.block-textimage .image-col .image-container, .treatments .block.bkgnd-white + .bkgnd-white.block-textimage .image-col .video-container, .conditions .block.bkgnd-white + .bkgnd-white.block-textimage .image-col .image-container, .conditions .block.bkgnd-white + .bkgnd-white.block-textimage .image-col .video-container {
  margin-top: 26px; }
.treatments .block.bkgnd-white + .bkgnd-white.block-textimage .text-col, .conditions .block.bkgnd-white + .bkgnd-white.block-textimage .text-col {
  padding-top: 26px; }
 .text-col, .conditions .block.bkgnd-white + .bkgnd-white.block-textimage .text-col {
  padding-top: 26px; }
