@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("fonts/avenir/354416_0_0.eot");
  src: url("fonts/avenir/354416_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/avenir/354416_0_0.woff2") format("woff2"), url("fonts/avenir/354416_0_0.woff") format("woff"), url("fonts/avenir/354416_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("fonts/avenir/354416_1_0.eot");
  src: url("fonts/avenir/354416_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/avenir/354416_1_0.woff2") format("woff2"), url("fonts/avenir/354416_1_0.woff") format("woff"), url("fonts/avenir/354416_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTStd-Light";
  src: url("fonts/avenir/354416_2_0.eot");
  src: url("fonts/avenir/354416_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/avenir/354416_2_0.woff2") format("woff2"), url("fonts/avenir/354416_2_0.woff") format("woff"), url("fonts/avenir/354416_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTStd-LightOblique";
  src: url("fonts/avenir/354416_3_0.eot");
  src: url("fonts/avenir/354416_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/avenir/354416_3_0.woff2") format("woff2"), url("fonts/avenir/354416_3_0.woff") format("woff"), url("fonts/avenir/354416_3_0.ttf") format("truetype");
}
body {
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
}

.h1 {
  font-size: em(56);
  line-height: 1.1;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-weight: normal;
}

.h2 {
  font-size: em(44);
  line-height: 1.1;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-weight: normal;
}

.h3, .gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: em(34);
  line-height: 1.2;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  font-weight: normal;
}

.h4, .gform_confirmation_wrapper {
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-size: em(24);
  line-height: 1.3;
  font-weight: normal;
}

.h5 {
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-size: em(20);
  line-height: 1.5;
  font-weight: normal;
}

.p, .gform_wrapper .top_label .gsection_description, .gform_wrapper label.gfield_label, .wysiwyg p, .wysiwyg ul > li, .wysiwyg ol > li {
  font-size: em(17.6);
  line-height: 1.5;
}
.p--sm {
  font-size: em(14) !important;
}
.p--lg {
  font-size: em(22) !important;
}
.p--xl {
  font-size: em(22) !important;
}

strong,
.strong {
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
}

.heavy {
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
}

.caption, .gform_wrapper .field_description_below .gfield_description, .wysiwyg .wp-caption p.wp-caption-text {
  font-size: em(14);
  line-height: 1.5;
}
.caption--md {
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
}

i,
em,
.em {
  font-style: italic;
  font-family: "AvenirLTStd-LightOblique", Arial, sans-serif;
}

.first-p-bold p:first-child {
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
}

sup {
  vertical-align: top;
  font-size: 0.6em;
  margin-left: 1px;
}

sub {
  vertical-align: bottom;
  font-size: 0.6em;
  margin-left: 1px;
}

.wysiwyg p, .wysiwyg ul > li, .wysiwyg ol > li {
  margin: pad("sm") 0;
}
.wysiwyg p a, .wysiwyg ul > li a, .wysiwyg ol > li a {
  text-decoration: underline;
  transition: all 0.25s ease;
}
.wysiwyg p a:hover, .wysiwyg ul > li a:hover, .wysiwyg ol > li a:hover {
  color: color("text");
}
.footer .wysiwyg p a, .footer .wysiwyg ul > li a, .footer .wysiwyg ol > li a {
  text-decoration: none;
}
.footer .wysiwyg p a:hover, .footer .wysiwyg p a:focus, .footer .wysiwyg ul > li a:hover, .footer .wysiwyg ul > li a:focus, .footer .wysiwyg ol > li a:hover, .footer .wysiwyg ol > li a:focus {
  background: none;
}
.wysiwyg hr {
  padding: 0;
  margin: 3rem 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid color("secondary");
}
.wysiwyg .alignleft,
.wysiwyg img.alignleft {
  margin-right: 1.5em;
  display: block;
}
.wysiwyg .alignright,
.wysiwyg img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.wysiwyg .aligncenter, .wysiwyg img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wysiwyg .alignnone, .wysiwyg img.alignnone {
  /* not sure about this one */
}
.wysiwyg .wp-caption {
  margin-bottom: 2rem;
  text-align: right;
}
.wysiwyg .wp-caption:after {
  content: "";
  display: table;
  clear: both;
}
.wysiwyg .wp-caption img {
  padding: 0;
  margin-bottom: 1rem;
}
.wysiwyg .wp-caption p.wp-caption-text {
  float: right;
  max-width: 450px;
  margin: 0;
}
.wysiwyg .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.wysiwyg blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.wysiwyg blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 22px 20px 20px;
  padding-right: 40px;
  top: 0;
  left: 0;
  color: #ffffff;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-size: 0.9375em;
  line-height: 1.2;
  text-decoration: none;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border: none;
  transition: all 0.25s ease;
  outline: none;
  background: #BA0C2F;
  background: -moz-linear-gradient(top, #d31245 0%, #b8113d 100%);
  background: -webkit-linear-gradient(top, #d31245 0%, #b8113d 100%);
  background: linear-gradient(to bottom, #d31245 0%, #b8113d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d31245", endColorstr="#b8113d",GradientType=0 );
  transition: all 0.25s ease;
  -webkit-box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  height: 18px;
  width: 18px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("img/icons/btn-arrow-fwd.svg");
  background-size: 100%;
}

.btn:hover {
  background: #970c31;
  background: -moz-linear-gradient(top, #d31245 0%, #970c31 100%);
  background: -webkit-linear-gradient(top, #d31245 0%, #970c31 100%);
  background: linear-gradient(to bottom, #d31245 0%, #970c31 100%);
}

.btn:active, .btn:focus {
  background: #6d0925;
  background: -moz-linear-gradient(top, #bb113e 0%, #6d0925 100%);
  background: -webkit-linear-gradient(top, #bb113e 0%, #6d0925 100%);
  background: linear-gradient(to bottom, #bb113e 0%, #6d0925 100%);
}

.btn:active {
  top: 4px;
  left: 4px;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
}

.btn:focus {
  background-color: #ef4370;
}

@media screen and (min-width: 768px) {
  .btn {
    padding: 20px 30px;
    padding-right: 60px;
    font-size: 1.25em;
  }
  .btn::after {
    right: 25px;
  }
}
progress {
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  /* Reset the appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;
  /* Progress bar value for IE10+ */
  color: #BA0C2F;
  transition: all 0.25s ease;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #BA0C2F;
}

progress::-moz-progress-bar {
  background-color: #BA0C2F;
}

@media screen and (min-width: 768px) {
  progress {
    display: block;
    height: 7px;
    bottom: 0;
  }
}
.hide {
  display: none;
}

.fixed {
  position: fixed;
}

/*.calendly-popup-button { opacity: 0; visibility: hidden; bottom: 230px; left: 30px; z-index: 1; -webkit-transition: all, .4s; -o-transition: all, .4s;transition: all, .4s; }
.popup-transition-true .calendly-popup-button { opacity: 1 !important; visibility: visible; bottom: 10px; z-index: 3; }*/
.popup-action {
  opacity: 0;
  visibility: hidden;
  bottom: 230px;
  left: 30px;
  z-index: 1;
  -webkit-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}

.popup-transition-true .popup-action {
  opacity: 1 !important;
  visibility: visible;
  bottom: 30px;
  z-index: 99999;
}

.smart-vest-popup {
  background-color: rgba(31, 31, 31, 0.4);
  top: 125px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.smart-vest-popup.show-popup {
  display: block !important;
  visibility: visible;
  z-index: 99999;
}

.smart-vest-popup .inner {
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
}

.smart-vest-popup .close-popup {
  width: 100%;
  color: white;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px;
}

.smart-vest-popup .close-popup button {
  background-color: transparent;
  font-size: 26px;
  border: 0;
}

.smart-vest-popup .gform_wrapper {
  padding: 30px;
  background-color: white;
  border-radius: 12px 0;
}

.smart-vest-popup .gform_wrapper h3.gform_title {
  font-size: 26px;
  color: #BA0C2F;
  text-align: center;
}

.hide-popup-button {
  display: none;
  background: white;
  color: #333;
  border-radius: 100%;
  position: absolute;
  left: -35px;
  top: 19px;
  border: 0;
  line-height: 1;
  box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
  height: 25px;
  width: 25px;
  padding: 0;
}

.hide-popup-button span {
  display: block;
}

@media (max-width: 643px) {
  .hide-popup-button {
    display: block;
  }
  /*.calendly-popup-button,*/
  .popup-action {
    left: initial;
    right: 20px;
  }
  /*.popup-transition-true .calendly-popup-button,*/
  .popup-transition-true .popup-action {
    left: initial;
    right: 20px;
    bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .popup-button {
    display: none;
  }
}
.gform_wrapper {
  margin: 0;
}
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: normal;
}
.gform_wrapper .top_label .gsection_description {
  margin-top: 10px;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 25px;
}
body .gform_wrapper ul li.gfield.gf-mb-0 {
  margin-bottom: 0 !important;
}
body .gform_wrapper ul li.gfield.gf-mb-1 {
  margin-bottom: 10px !important;
}
.gform_wrapper ul li.gfield.field_description_below + li.gsection {
  margin-top: 50px !important;
}
.gform_wrapper ul li.gfield.field_description_below + li.gsection:first-child {
  margin-top: 0;
}
.gform_wrapper ul li.gfield.gfield_error.gfield_contains_required {
  padding: 20px;
  margin-bottom: 20px !important;
}
.gform_wrapper input[type=text], .gform_wrapper textarea, .gform_wrapper select {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper select {
  height: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.gform_wrapper input[type=submit], .gform_wrapper button {
  position: relative;
  display: inline-block;
  padding: 22px 20px 20px;
  padding-right: 40px;
  top: 0;
  left: 0;
  color: #ffffff;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-size: em(15);
  line-height: 1.2;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border: none;
  transition: all 0.25s ease;
  outline: none;
  background: #d31245;
  background: -moz-linear-gradient(top, #d31245 0%, #b8113d 100%);
  background: -webkit-linear-gradient(top, #d31245 0%, #b8113d 100%);
  background: linear-gradient(to bottom, #d31245 0%, #b8113d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d31245", endColorstr="#b8113d",GradientType=0 );
  transition: all 0.25s ease;
  -webkit-box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
  padding: 20px !important;
  font-size: em(15) !important;
}
.gform_wrapper input[type=submit]::after, .gform_wrapper button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  height: 18px;
  width: 18px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/icons/btn-arrow-fwd.svg");
  background-size: 100%;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper button:hover {
  background: #970c31;
  background: -moz-linear-gradient(top, #d31245 0%, #970c31 100%);
  background: -webkit-linear-gradient(top, #d31245 0%, #970c31 100%);
  background: linear-gradient(to bottom, #d31245 0%, #970c31 100%);
}
.gform_wrapper input[type=submit]:active, .gform_wrapper input[type=submit]:focus, .gform_wrapper button:active, .gform_wrapper button:focus {
  background: #6d0925;
  background: -moz-linear-gradient(top, #bb113e 0%, #6d0925 100%);
  background: -webkit-linear-gradient(top, #bb113e 0%, #6d0925 100%);
  background: linear-gradient(to bottom, #bb113e 0%, #6d0925 100%);
}
.gform_wrapper input[type=submit]:active, .gform_wrapper button:active {
  top: 4px;
  left: 4px;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
}
@media screen and (min-width: 768px) {
  .gform_wrapper input[type=submit], .gform_wrapper button {
    padding: 20px 30px;
    padding-right: 60px;
    font-size: em(20);
  }
  .gform_wrapper input[type=submit]::after, .gform_wrapper button::after {
    right: 25px;
  }
}
@media print {
  .gform_wrapper input[type=submit], .gform_wrapper button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper input[type=submit], .gform_wrapper button {
    font-size: em(20) !important;
  }
}
body .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
.gform_wrapper .ginput_preview {
  position: relative;
  padding-left: 25px;
}
.gform_wrapper .ginput_preview img {
  position: absolute;
  left: 0;
  top: 5px;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 0;
  margin-top: 5px;
}
.gform_wrapper .field_sublabel_below .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  margin-bottom: 0;
}

.gform_confirmation_wrapper {
  text-align: center;
  color: #ffffff;
  padding: 2rem;
  background-color: #4b4b4b;
  border-radius: 6px;
}

/* Custom Styles Entered via FTP */
.page-id-4004 .flex--text-block {
  overflow-y: hidden;
  margin-top: 0;
}

@media screen and (max-width: 400px) {
  .flex--testimonial .testimonial-wrapper .text-wrapper .quote {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .flex--testimonial .testimonial-wrapper .text-wrapper .name {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .flex--testimonial .testimonial-wrapper .text-wrapper .read-more {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-id-115 section.homepage--hero {
    background-image: inherit !important;
  }
  .page-id-4005 section.homepage--hero {
    height: 700px;
  }
  .page-id-4005 .flex--text-block .container h2 {
    font-size: 2.5rem;
  }
  .page-id-4004 .flex--text-block {
    padding-top: 4rem;
    padding-left: 3.5rem;
  }
  .page-id-4004 .flex--text-block pre {
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .page-id-4004 .flex--text-block {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-id-115 .homepage--hero {
    background-position: center;
  }
  .page-id-4005 .homepage--hero {
    background-position: bottom;
  }
  .page-id-3879 .homepage--hero {
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-3897 .flex--info-block {
    padding-top: 6.5rem;
  }
  .page-id-4005 .homepage--hero {
    background-size: contain;
  }
}
/* blog posts css */
.brando-row {
  display: flex;
  flex-direction: column;
}

.brando-col-3 img {
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .brando-row {
    flex-direction: row;
    width: 75%;
    margin: 0 auto;
    column-gap: 1rem;
  }
  .brando-col-3 img {
    width: 21vw;
  }
}
@media screen and (min-width: 1024px) {
  .brando-col-3 img {
    width: 18vw;
    margin-bottom: 5rem;
  }
}
.header-wrap {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  .header-wrap {
    height: 86px;
  }
}
@media screen and (min-width: 1000px) {
  .header-wrap {
    height: 96px;
  }
}
@media print {
  .header-wrap {
    position: relative;
    max-width: 70%;
    margin: 0 auto 2rem;
  }
}

.header {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  overflow: visible;
  -webkit-box-shadow: 1px 3px 11px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 3px 11px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 3px 11px 0px rgba(50, 50, 50, 0.5);
}
.header .container {
  z-index: 1;
  position: relative;
  max-width: 1180px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 86px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .container {
    position: relative;
    padding-top: 35px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    height: 96px;
    overflow: hidden;
  }
}
@media print {
  .header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.header-background {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header-background {
    display: none;
  }
}

.header-menu-btn {
  z-index: 3;
  position: relative;
  float: right;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .header-menu-btn {
    display: none;
  }
}

.header-logo {
  z-index: 3;
  position: absolute;
  display: block;
  bottom: 10px;
  left: 20px;
  width: 145px;
  padding-right: 10px;
  top: 40px;
}
@media (max-width: 767px) {
  .header-logo {
    top: 10px;
  }
}
.header-logo a {
  display: block;
}
.header-logo a img {
  width: 100%;
  height: inherit;
  max-width: 210px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 145px;
    margin-top: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .header-logo {
    width: 200px;
    padding-right: 10px;
    top: 40px;
  }
}
@media print {
  .header-logo {
    left: 0px;
  }
}

.header-nav {
  z-index: 1;
  position: absolute;
  top: -599px;
  left: 0;
  right: 0;
  padding: 0 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 10px 11px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 10px 11px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 10px 11px 0px rgba(50, 50, 50, 0.5);
  transition: all 0.75s ease;
}
@media (min-width: 769px) {
  .header-nav {
    right: 0px !important;
  }
}
.header-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.mobile-menu-is-visible .header-nav {
  top: 50px;
}
.header-nav li {
  background-image: linear-gradient(to right, #333 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.header-nav li a {
  position: relative;
  display: block;
  padding: 17px 0 15px;
  color: #BA0C2F;
  font-size: em(18);
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  line-height: 1.3;
  text-decoration: none;
}
.header-nav li.sv-connect {
  font-size: 0.75rem;
}
.header-nav li.sv-connect a {
  color: #BA0C2F;
}
.header-nav li.secondary {
  font-size: inherit;
  font-size: em(15);
}
.header-nav li.secondary a {
  color: #A2988A;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .header-nav {
    position: relative;
    top: auto;
    left: auto;
    right: 50px !important;
    padding: 0;
    float: right;
    width: 72%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mobile-menu-is-visible .header-nav {
    display: table-cell;
  }
  .header-nav ul {
    display: table;
    margin: 0; /* EDIT */
  }
  .header-nav li {
    background: none;
    display: table-cell;
    width: 12.5%;
    border: none;
    vertical-align: bottom;
  }
  .header-nav li a {
    display: block;
    color: #695E4A;
    text-align: center;
    padding: 0 8px;
    font-size: 0.875em;
    outline: none;
  }
  .header-nav li.is-active a,
  .header-nav li a:hover,
  .header-nav li a:focus {
    color: #BA0C2F;
    font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  }
  .header-nav li.secondary a {
    font-size: 0.875em;
  }
  .header-nav li.secondary a:hover, .header-nav li.secondary a:focus {
    font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  }
  .header-nav li.sv-connect {
    position: absolute;
    top: -46px;
    right: 0;
    width: auto;
    padding: 0;
  }
  .header-nav li.sv-connect a {
    position: relative;
    display: inline-block;
    padding: 22px 20px 20px;
    padding-right: 40px;
    top: 0;
    left: 0;
    color: #ffffff;
    font-family: "AvenirLTStd-Light", Arial, sans-serif;
    font-size: em(15);
    line-height: 1.2;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border: none;
    transition: all 0.25s ease;
    outline: none;
    background: #d31245;
    background: -moz-linear-gradient(top, #d31245 0%, #b8113d 100%);
    background: -webkit-linear-gradient(top, #d31245 0%, #b8113d 100%);
    background: linear-gradient(to bottom, #d31245 0%, #b8113d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d31245", endColorstr="#b8113d",GradientType=0 );
    transition: all 0.25s ease;
    -webkit-box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 6px 10px 0px rgba(50, 50, 50, 0.5);
    color: #ffffff;
    font-size: em(12) !important;
    padding: 20px 15px 7px !important;
    border-radius: 0;
    border-bottom-right-radius: 8px;
  }
  .header-nav li.sv-connect a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 18px;
    width: 18px;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../img/icons/btn-arrow-fwd.svg");
    background-size: 100%;
  }
  .header-nav li.sv-connect a:hover {
    background: #970c31;
    background: -moz-linear-gradient(top, #d31245 0%, #970c31 100%);
    background: -webkit-linear-gradient(top, #d31245 0%, #970c31 100%);
    background: linear-gradient(to bottom, #d31245 0%, #970c31 100%);
  }
  .header-nav li.sv-connect a:active, .header-nav li.sv-connect a:focus {
    background: #6d0925;
    background: -moz-linear-gradient(top, #bb113e 0%, #6d0925 100%);
    background: -webkit-linear-gradient(top, #bb113e 0%, #6d0925 100%);
    background: linear-gradient(to bottom, #bb113e 0%, #6d0925 100%);
  }
  .header-nav li.sv-connect a:active {
    top: 4px;
    left: 4px;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.6);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-nav li.sv-connect a {
    padding: 20px 30px;
    padding-right: 60px;
    font-size: em(20);
  }
  .header-nav li.sv-connect a::after {
    right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav li.sv-connect a::after {
    content: "";
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .header-nav li.sv-connect a:hover {
    font-family: "AvenirLTStd-Light", Arial, sans-serif;
  }
}
@media screen and (min-width: 1000px) {
  .header-nav {
    width: 79.6610169492%;
    right: 0px !important;
  }
  .header-nav li {
    width: 12.5%;
  }
  .header-nav li a {
    padding: 0 15px;
    font-size: em(16);
  }
  .header-nav li.secondary a {
    font-size: em(14);
  }
}
@media print {
  .header-nav {
    display: none;
  }
}

.header-submenu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  background-color: #BA0C2F;
  border-bottom-right-radius: 16px;
  transition: all 0.5s ease;
  display: none;
}
.header-submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-submenu ul:after {
  content: "";
  display: table;
  clear: both;
}
.header-submenu ul.menu-items-3 li {
  width: 33.333%;
}
.header-submenu ul.menu-items-4 li {
  width: 25%;
}
.header-submenu ul.menu-items-5 li {
  width: 20%;
}
.header-submenu ul.menu-items-6 li {
  width: 16.666%;
}
.header-submenu ul.menu-items-7 li {
  width: 14.285%;
}
.header-submenu ul.menu-items-8 li {
  width: 12.5%;
}
.header-submenu li {
  float: left;
  font-size: em(12);
}
.header-submenu li a {
  display: block;
  padding: 1rem 0.25rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  transition: opacity 0.25s ease;
  outline: none;
  text-decoration: none;
  color: white;
}
.header-submenu li a:hover, .header-submenu li a:focus {
  opacity: 0.6;
}
.header-submenu.is-active {
  top: 86px;
}
@media screen and (min-width: 768px) {
  .header-submenu {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .header-submenu li {
    font-size: em(15);
  }
  .header-submenu.is-active {
    top: 96px;
  }
}
@media print {
  .header-submenu {
    display: none;
  }
}

.edge-pad {
  padding-left: 20px;
  padding-right: 20px;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0 auto;
  color: #695E4A;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.btn-holder {
  margin-bottom: 2rem;
}

section {
  padding: 2rem;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  section {
    margin: 2rem auto;
  }
}

section.seamless {
  padding: 2rem 2rem 2rem !important;
  margin: 0rem auto 0rem !important;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
}

.container-xl {
  margin: 0 auto;
  max-width: 1180px;
}

.section-title {
  color: #BA0C2F;
  text-align: center;
  font-size: 8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  margin-right: 20px;
}
.hamburger:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #BA0C2F;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  padding: 13px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  margin-right: 20px;
}
.hamburger:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #BA0C2F;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  top: 350px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: #BA0C2F !important;
}

footer {
  color: #FFFFFF;
  padding: 1rem 0;
  text-align: center;
  background-color: #22211D;
  padding: 2.5rem 0;
  position: relative;
  height: auto;
}
@media (max-width: 1023px) {
  footer {
    height: auto;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 1.25rem;
  }
}
footer .container {
  padding: 5px;
  margin: 5px auto;
  position: relative;
}
footer a {
  color: #FFFFFF;
}
footer .top-section {
  position: relative;
  padding: 5px;
  margin: 5px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .top-section {
    display: block;
  }
}
footer .top-section .logo {
  width: 250px;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  footer .top-section .logo {
    margin: 0 auto;
  }
}
footer .top-section h3 {
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer .top-section h3 {
    margin: 1.5rem auto 1rem;
  }
}
footer .top-section .footer__social {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .top-section .footer__social {
    display: block;
    margin: 1.5rem 0;
  }
}
footer .top-section .footer__social span {
  text-align: left;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  footer .top-section .footer__social span {
    display: none;
  }
}
footer .top-section .footer__social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .top-section .footer__social ul li {
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
}
footer .middle-section {
  position: relative;
  padding: 5px;
  margin: 5px;
  display: block;
}
footer .middle-section p, footer .middle-section h1, footer .middle-section h2, footer .middle-section h3, footer .middle-section h4, footer .middle-section h5, footer .middle-section h6 {
  color: white;
  opacity: 0.8;
  font-size: 0.9rem;
  line-height: 1.5;
}
footer .middle-section a {
  text-decoration: none;
  opacity: 0.8;
}
footer .middle-section a:hover {
  color: #f15a82;
}
footer .middle-section .new-middle-section {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  color: white;
  opacity: 0.8;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  footer .middle-section .new-middle-section {
    display: block;
    margin: 1rem 0;
  }
}
footer .middle-section .new-middle-section .tagline {
  text-align: left;
  width: 50%;
}
@media (max-width: 767px) {
  footer .middle-section .new-middle-section .tagline {
    width: 100%;
    text-align: center;
  }
}
footer .middle-section .new-middle-section .address-contact {
  text-align: left;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  footer .middle-section .new-middle-section .address-contact {
    padding: 1rem 0;
    text-align: center;
  }
}
footer .middle-section ul.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
@media (max-width: 767px) {
  footer .middle-section ul.footer-links {
    display: block;
  }
}
footer .middle-section ul.footer-links li a {
  text-decoration: none;
  opacity: 0.8;
  font-size: 0.85rem;
}
footer .middle-section ul.footer-links li a:hover {
  color: #f15a82;
}
footer .middle-section .legal-terms {
  color: white;
  opacity: 0.8;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  footer .middle-section .legal-terms {
    text-align: center;
  }
}
footer .copyright {
  clear: both;
  position: relative;
  padding: 5px;
  margin: 5px;
}
footer .copyright p {
  color: white;
  opacity: 0.8;
  font-size: 0.75rem;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
  max-width: 1170px;
  margin: 0 auto;
}
.pagination-container .nav-previous a, .pagination-container .nav-next a {
  text-decoration: none;
  color: #000000;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.pagination-container .nav-previous a:hover, .pagination-container .nav-next a:hover {
  border-bottom: 1px solid #BA0C2F;
  color: #BA0C2F;
}
section.flex--text-block .container hr {
  margin: 2rem 0;
}
section.flex--text-block .container h1, section.flex--text-block .container h2, section.flex--text-block .container h3, section.flex--text-block .container h4, section.flex--text-block .container h5 {
  font-size: 3.5em;
  line-height: 1.1;
  color: #BA0C2F;
  margin-bottom: 2rem;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-weight: normal;
}
section.flex--text-block .container a {
  color: #BA0C2F;
  text-decoration: underline;
}
section.flex--text-block .container a.btn {
  color: white;
  text-decoration: none;
}

section.flex--info-block {
  background-color: #FFFFFF;
  padding: 4rem 1rem 2rem;
  margin: 0 auto;
}
section.flex--info-block .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.flex--info-block .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
section.flex--info-block .reverse {
  flex-direction: row-reverse !important;
}
@media (max-width: 767px) {
  section.flex--info-block .reverse {
    flex-direction: column-reverse !important;
  }
}
section.flex--info-block .text-container {
  max-width: 600px;
  width: 100%;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  section.flex--info-block .text-container {
    margin: 0 auto;
  }
}
section.flex--info-block .text-container h1, section.flex--info-block .text-container h2, section.flex--info-block .text-container h3, section.flex--info-block .text-container h4, section.flex--info-block .text-container h5 {
  font-size: 3.5em;
  line-height: 1.1;
  color: #BA0C2F;
  margin-bottom: 2rem;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 1023px) {
  section.flex--info-block .text-container h1, section.flex--info-block .text-container h2, section.flex--info-block .text-container h3, section.flex--info-block .text-container h4, section.flex--info-block .text-container h5 {
    font-size: 2.75em;
  }
}
@media (max-width: 767px) {
  section.flex--info-block .text-container h1, section.flex--info-block .text-container h2, section.flex--info-block .text-container h3, section.flex--info-block .text-container h4, section.flex--info-block .text-container h5 {
    font-size: 2em;
  }
}
section.flex--info-block .text-container p {
  line-height: 1.5;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  section.flex--info-block .text-container p {
    font-size: 1em;
  }
}
section.flex--info-block .text-container a {
  color: #BA0C2F;
}
section.flex--info-block .text-container a.btn {
  color: white;
}
section.flex--info-block .text-container strong {
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
section.flex--info-block .text-container ul li {
  line-height: 2;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
section.flex--info-block .text-container blockquote {
  font-size: 1.25rem;
  font-style: italic;
  border-left: 2px solid #CCC;
  margin: 2em 1em;
  padding-left: 1em;
  font-style: italic;
  color: #BA0C2F;
}
@media (max-width: 1023px) {
  section.flex--info-block .hide-yt-on-mobile {
    display: none;
  }
}
section.flex--info-block .media-container {
  max-width: 550px;
  height: auto;
  margin: 0 1rem;
}
section.flex--info-block .media-container img {
  max-width: 500px;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  section.flex--info-block .media-container img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  section.flex--info-block .media-container img {
    max-width: 90%;
  }
}

section.flex--multi-column {
  padding: 1px 2rem 8rem;
  margin: 0 auto 0rem;
}
@media (max-width: 1023px) {
  section.flex--multi-column {
    padding: 1px 2rem 6rem;
    margin: 0 auto 0rem;
  }
}
section.flex--multi-column .container {
  padding: 0;
  max-width: 1480px;
}
section.flex--multi-column .container .btn-holder {
  text-align: center;
}
section.flex--multi-column .section-title {
  color: #BA0C2F;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  font-size: 2.125em;
  line-height: 1.2;
  text-align: left;
  max-width: 650px;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto 4rem;
}
@media (max-width: 767px) {
  section.flex--multi-column .section-title {
    font-size: 1.75em;
  }
}
section.flex--multi-column .columns-wrapper {
  display: flex;
  justify-content: center;
  align-items: normal;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
section.flex--multi-column .columns-wrapper .column-item {
  width: 100%;
  max-width: 225px;
  height: auto;
  margin: 0 1.25rem;
  padding: 0.5rem;
}
@media (max-width: 1023px) {
  section.flex--multi-column .columns-wrapper .column-item {
    max-width: 200px;
    margin: 0 0.75rem;
  }
}
section.flex--multi-column .columns-wrapper .column-item img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
section.flex--multi-column .columns-wrapper .column-item .circle {
  border-radius: 50%;
}
section.flex--multi-column .columns-wrapper .column-item h3 {
  text-align: center;
}
section.flex--multi-column .columns-wrapper .column-item h3.standard {
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #BA0C2F;
}
@media (max-width: 1023px) {
  section.flex--multi-column .columns-wrapper .column-item h3.standard {
    font-size: 1.25rem;
  }
}
section.flex--multi-column .columns-wrapper .column-item h3.large {
  font-size: 2.125em;
  line-height: 1.2;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  margin: 1rem auto;
}
section.flex--multi-column .columns-wrapper .column-item h3.small {
  font-size: 0.875em !important;
  color: gray;
  color: #695E4A;
}
section.flex--multi-column .columns-wrapper .column-item p.normal {
  text-align: center;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.5;
  color: gray;
}
section.flex--multi-column .columns-wrapper .column-item p.large {
  text-align: center;
  font-weight: 100;
  font-size: 1.35rem;
  line-height: 1.5;
  color: gray;
}
section.flex--multi-column .columns-wrapper .column-item a {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #BA0C2F;
}
section.flex--multi-column .columns-wrapper .column-item .btn {
  color: #BA0C2F;
}

section.flex--testimonial {
  background-color: #FFFFFF;
  margin: 5rem auto;
  position: relative;
}
@media (max-width: 1023px) {
  section.flex--testimonial {
    margin: 2.5rem auto;
  }
}
section.flex--testimonial .container {
  margin: 0 auto;
  position: relative;
}
section.flex--testimonial .testimonial-wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 680px;
  position: relative;
}
@media (max-width: 1023px) {
  section.flex--testimonial .testimonial-wrapper {
    max-width: 540px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  section.flex--testimonial .testimonial-wrapper {
    display: block;
  }
}
section.flex--testimonial .testimonial-wrapper:before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("./img/quote-left@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: -125px;
  position: absolute;
  display: block;
  z-index: 999;
}
@media (max-width: 1023px) {
  section.flex--testimonial .testimonial-wrapper:before {
    width: 75px;
    height: 75px;
    left: -100px;
  }
}
@media (max-width: 767px) {
  section.flex--testimonial .testimonial-wrapper:before {
    display: none;
  }
}
section.flex--testimonial .testimonial-wrapper:after {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("./img/quote-right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50px;
  right: -125px;
  position: absolute;
  display: block;
  z-index: 999;
}
@media (max-width: 1023px) {
  section.flex--testimonial .testimonial-wrapper:after {
    width: 75px;
    height: 75px;
    right: -100px;
  }
}
@media (max-width: 767px) {
  section.flex--testimonial .testimonial-wrapper:after {
    display: none;
  }
}
section.flex--testimonial img {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin: 0 2rem;
}
@media (max-width: 1023px) {
  section.flex--testimonial img {
    height: 150px;
    width: 150px;
    margin: 0 1rem;
  }
}
section.flex--testimonial .text-wrapper {
  height: auto;
  padding-top: 1.5rem;
}
section.flex--testimonial .text-wrapper .pre-text {
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-size: 0.875rem;
  margin: 1.5rem 0;
}
section.flex--testimonial .text-wrapper .dotted-line {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0;
  border-width: 0;
  background-image: linear-gradient(to right, #695E4A 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
section.flex--testimonial .text-wrapper .quote {
  font-size: 1.375em;
  line-height: 1.5;
  color: #695E4A;
  padding: 1rem 0;
  text-align: left;
}
@media (max-width: 1023px) {
  section.flex--testimonial .text-wrapper .quote {
    font-size: 1.125em;
  }
}
section.flex--testimonial .text-wrapper .name {
  line-height: 2;
  margin-top: 1rem;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
}
section.flex--testimonial .text-wrapper .category {
  line-height: 1.5;
}
section.flex--testimonial .text-wrapper a.read-more {
  color: #BA0C2F;
  text-decoration: none;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #BA0C2F;
}

.red-alt {
  background-color: #BA0C2F !important;
  color: white !important;
  margin: 0 auto !important;
  padding: 5rem 0 !important;
}
.red-alt .testimonial-wrapper .text-wrapper .pre-text {
  color: white !important;
}
.red-alt .testimonial-wrapper .text-wrapper .dotted-line {
  background-image: linear-gradient(to right, #FFFFFF 20%, rgba(255, 255, 255, 0) 0%);
}
.red-alt .testimonial-wrapper .text-wrapper .quote {
  color: white !important;
}
.red-alt .testimonial-wrapper .text-wrapper .name {
  color: white !important;
}
.red-alt .testimonial-wrapper .text-wrapper .category {
  color: white !important;
}
.red-alt .testimonial-wrapper .text-wrapper a.read-more {
  color: white !important;
  border-bottom: 1px solid white !important;
}

section.flex--resources {
  padding: 0;
  margin: 0 auto 8rem;
}
section.flex--resources .container {
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  justify-content: space-around;
  max-width: 960px;
}
section.flex--resources .resource-item {
  display: block;
  width: 40%;
  margin: 1rem;
  padding: 0;
}
@media (max-width: 767px) {
  section.flex--resources .resource-item {
    width: 100%;
  }
}
section.flex--resources .resource-item a {
  color: #BA0C2F;
}
section.flex--resources .resource-item a.link {
  color: #BA0C2F;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  line-height: 1.3;
  transition: all 0.25s ease;
  border-bottom: 1px solid #BA0C2F;
}
section.flex--resources .resource-item p {
  font-size: 0.875rem;
}
section.flex--resources .resource-item p a.link {
  color: #BA0C2F;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  line-height: 1.3;
  transition: all 0.25s ease;
  border-bottom: 1px solid #BA0C2F;
}

section.flex--team-members {
  background-color: #F0F0EE;
  margin: 0;
  padding: 2rem 0 4rem;
}
section.flex--team-members .container {
  background-color: #F0F0EE;
  max-width: 900px;
}
section.flex--team-members .container .section-title {
  font-size: 2.125em;
  line-height: 1.2;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  text-align: left;
  margin-bottom: 3rem;
  padding-left: 1rem;
  color: #695E4A;
}
section.flex--team-members .team-members-wrapper {
  background-color: #F0F0EE;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  section.flex--team-members .team-members-wrapper {
    justify-content: space-around;
  }
}
section.flex--team-members .team-member {
  width: 100%;
  max-width: 425px;
  height: auto;
  margin-bottom: 2.5rem;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  section.flex--team-members .team-member {
    max-width: 300px;
    margin-bottom: 115px;
  }
}
section.flex--team-members .team-member .info-block {
  background-color: white;
  position: relative;
  padding: 8rem 2.5rem 3rem;
}
section.flex--team-members .team-member .info-block img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
section.flex--team-members .team-member .info-block .name {
  font-size: 2.125em;
  line-height: 1.2;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  text-align: center;
}
section.flex--team-members .team-member .info-block .position {
  font-size: 0.875em;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  letter-spacing: 1px;
}
section.flex--team-members .team-member .info-block .excerpt {
  font-size: 0.875em !important;
  line-height: 1.5;
  text-align: center;
}

section.flex--knowledgebase {
  padding: 0;
  margin: 0 auto 8rem;
}
section.flex--knowledgebase .section-title {
  color: #695E4A;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
  font-size: 2.125em;
  line-height: 1.2;
  text-align: left;
  max-width: 650px;
  font-weight: bold;
  text-align: left;
  margin: 1rem 1rem 4rem;
}
section.flex--knowledgebase .article-container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  margin: 0 0rem 4rem;
}
@media (max-width: 767px) {
  section.flex--knowledgebase .article-container {
    display: block;
  }
}
section.flex--knowledgebase .article-container .article {
  display: block;
  width: 28%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  section.flex--knowledgebase .article-container .article {
    width: 90%;
  }
}
section.flex--knowledgebase .article-container .article a.title {
  display: block;
  color: #BA0C2F;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  line-height: 1.3;
  transition: all 0.25s ease;
  border-bottom: 1px solid #BA0C2F;
  margin-bottom: 1rem;
}
section.flex--knowledgebase .article-container .article a.title:hover {
  color: black;
  border-bottom: 1px solid black;
}
section.flex--knowledgebase .article-container .article a.read-more {
  display: block;
  color: #BA0C2F;
  text-decoration: none;
  font-size: 1rem;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  line-height: 1.3;
  transition: all 0.25s ease;
  border-bottom: 1px solid #BA0C2F;
}
section.flex--knowledgebase .article-container .article p {
  font-size: 0.875rem;
  line-height: 1.5;
}

section.flex--savings-calc {
  background-color: #F0F0EE;
  padding: 8rem 2rem;
  margin: 0;
}
section.flex--savings-calc h2 {
  font-size: 3.5em;
  line-height: 1.1;
  color: #BA0C2F;
  margin-bottom: 2rem;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
}
@media (max-width: 767px) {
  section.flex--savings-calc h2 {
    font-size: 3em;
  }
}
section.flex--savings-calc h3 {
  font-size: 2.125em;
  line-height: 1.2;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
}
section.flex--savings-calc .calc__p {
  font-size: 1em;
  line-height: 1.5;
}
section.flex--savings-calc .calc__body-block {
  display: block;
  position: relative;
  min-height: 45px;
  margin-bottom: 1rem;
  padding-left: 55px;
}
section.flex--savings-calc .calc__body-block:after {
  content: "";
  display: table;
  clear: both;
}
section.flex--savings-calc .calc__subline {
  display: block;
  padding-top: 0;
  float: left;
}
section.flex--savings-calc .calc__result-stat {
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-size: 150%;
}
section.flex--savings-calc .calc__label {
  line-height: 1.5;
}
section.flex--savings-calc .calc__input {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
  margin: 0;
  font-size: 1.4em !important;
  text-align: center;
  -webkit-box-shadow: 1px 4px 16px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 4px 16px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 4px 16px 0px rgba(50, 50, 50, 0.3);
  -moz-appearance: textfield;
}
section.flex--savings-calc .calc__input::-webkit-outer-spin-button,
section.flex--savings-calc .calc__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
section.flex--savings-calc .calc--edited .calc__input,
section.flex--savings-calc .calc--edited .calc__result-stat,
section.flex--savings-calc .calc--edited .calc__label {
  color: #BA0C2F;
}
section.flex--savings-calc .calc__cta {
  background-image: linear-gradient(to right, #695E4A 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  padding-top: 2rem;
}
section.flex--savings-calc .calc__results br {
  display: none;
}
@media screen and (min-width: 629px) {
  section.flex--savings-calc .calc__subline {
    padding-top: 12px;
  }
  section.flex--savings-calc .calc__results br {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  section.flex--savings-calc .calc__body-block {
    display: inline;
    position: relative;
    min-height: auto;
    margin-bottom: auto;
    padding-left: 0;
  }
  section.flex--savings-calc .calc__body-block:after {
    content: "";
    display: none;
  }
  section.flex--savings-calc .calc__body-block:last-child {
    margin-left: 0.5rem;
  }
  section.flex--savings-calc .calc__subline {
    display: inline;
    padding-top: 0;
    float: none;
  }
  section.flex--savings-calc .calc__input {
    position: relative;
    top: auto;
    left: auto;
    height: 45px;
    width: 45px;
    margin: 0 0.5rem;
    font-size: 2em !important;
  }
  section.flex--savings-calc .calc__input:first-child {
    margin-left: 0;
  }
  section.flex--savings-calc .calc__results {
    padding-right: 10rem;
  }
  section.flex--savings-calc .calc__results.calc__p {
    line-height: 1.4;
  }
  section.flex--savings-calc .calc__result-stat {
    font-size: 200%;
  }
  section.flex--savings-calc .calc__footnotes,
  section.flex--savings-calc .calc__cta {
    padding-right: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  section.flex--savings-calc .calc__body {
    margin-left: 8.4745762712%;
  }
  section.flex--savings-calc .calc__p {
    font-size: 1.375em;
  }
  section.flex--savings-calc .calc__cta {
    padding-right: 12rem;
  }
}
section.flex--savings-calc a.arrow-link {
  color: #BA0C2F;
}

section.flex--customizer h2 {
  font-size: 3em;
  line-height: 1.1;
  color: #BA0C2F;
  margin-bottom: 2rem;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
}
@media (max-width: 767px) {
  section.flex--customizer h2 {
    font-size: 3em;
  }
}
section.flex--customizer p {
  line-height: 1.5;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
section.flex--customizer h4.color-list-header {
  text-align: center;
  text-transform: uppercase;
}
section.flex--customizer .customizer:after {
  content: "";
  display: table;
  clear: both;
}
section.flex--customizer .customizer__intro {
  margin-bottom: 4rem;
}
section.flex--customizer .customizer__intro:after {
  content: "";
  display: table;
  clear: both;
}
section.flex--customizer .customizer__vest {
  margin-bottom: 2rem;
}
section.flex--customizer .customizer__vest:after {
  content: "";
  display: table;
  clear: both;
}
section.flex--customizer .customizer__generator {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
section.flex--customizer .customizer__generator:after {
  content: "";
  display: table;
  clear: both;
}
section.flex--customizer .customizer__details {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.flex--customizer .customizer__intro {
    margin-bottom: 2rem;
  }
  section.flex--customizer .customizer__vest {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  section.flex--customizer .customizer__intro .offset-excerpt {
    float: right;
    width: 57.6271186441%;
  }
  section.flex--customizer .customizer__vest {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1300px) {
  section.flex--customizer .customizer__vest {
    margin-bottom: 7rem;
  }
  section.flex--customizer .customizer__generator {
    margin-bottom: 4rem;
  }
}
section.flex--customizer .customizer-product {
  background-color: #F7F7F5;
}
section.flex--customizer .customizer-product:after {
  content: "";
  display: table;
  clear: both;
}
section.flex--customizer .customizer-product__image {
  top: -2rem;
  position: relative;
  max-width: 220px;
  margin: 0 auto -2rem;
}
section.flex--customizer .customizer-product__image img {
  display: block;
  width: 100%;
  max-width: 370px;
  height: auto;
  margin: 0 auto 0;
  -webkit-backface-visibility: hidden;
}
section.flex--customizer .customizer-product--generator .customizer-product__image {
  max-width: 320px;
}
section.flex--customizer .customizer-product--generator .customizer-product__image img {
  max-width: 450px;
}
section.flex--customizer .customizer-product__colors {
  padding: 2rem 1rem 0;
}
@media screen and (min-width: 629px) {
  section.flex--customizer .customizer-product__image {
    float: left;
    width: 40.6779661017%;
    margin-left: 2rem;
    margin-right: -2rem;
  }
  section.flex--customizer .customizer-product--generator .customizer-product__image {
    float: right;
    top: 0;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  section.flex--customizer .customizer-product--generator .customizer-product__image img {
    width: 120%;
  }
  section.flex--customizer .customizer-product__colors {
    float: right;
    width: 57.6271186441%;
  }
  section.flex--customizer .customizer-product--generator .customizer-product__colors {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  section.flex--customizer .customizer-product {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  section.flex--customizer .customizer-product__image {
    top: -2rem;
    width: 40.6779661017%;
    max-width: 275px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -9rem;
  }
  section.flex--customizer .customizer-product__image img {
    max-width: 100%;
  }
  section.flex--customizer .customizer-product--generator .customizer-product__image {
    width: 40.6779661017%;
    max-width: none;
    margin-bottom: -3rem;
  }
  section.flex--customizer .customizer-product--generator .customizer-product__image img {
    max-width: none;
  }
  section.flex--customizer .customizer-product__colors {
    width: 56.1525423729%;
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 1000px) {
  section.flex--customizer .customizer-product__image {
    max-width: 375px;
  }
}
@media screen and (min-width: 1300px) {
  section.flex--customizer .customizer-product {
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
  section.flex--customizer .customizer-product__image {
    float: left;
    width: 37.2881355932%;
    max-width: none;
    top: -4rem;
    margin-bottom: -10rem;
    margin-left: 3.3898305085%;
  }
  section.flex--customizer .customizer-product--generator .customizer-product__image img {
    width: 115%;
  }
}
section.flex--customizer .product-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
section.flex--customizer .product-image.show-product {
  display: block;
  opacity: 1;
}
section.flex--customizer .color-list {
  text-align: center;
  width: 100%;
  max-width: 370px;
  margin: 0 auto 3rem;
}
section.flex--customizer .color-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 629px) {
  section.flex--customizer .color-list {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  section.flex--customizer .color-list {
    margin: 0 0 3rem 0;
  }
}
section.flex--customizer .color-option {
  position: relative;
  display: inline-block;
  width: 19%;
  margin: 5px;
  padding-bottom: 30px;
}
section.flex--customizer .color-option a {
  display: block;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.5s ease, border 0.25s ease;
  -webkit-box-shadow: 1px 2px 11px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 2px 11px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 2px 11px 0px rgba(50, 50, 50, 0.3);
}
section.flex--customizer .color-option a.selected {
  border: 3px solid #ffffff;
}
section.flex--customizer .color-option img {
  display: block;
  width: 100%;
  height: inherit;
}
section.flex--customizer .color-option__swatch {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
section.flex--customizer .color-option__label {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  display: block;
  padding-top: 0.5rem;
}
section.flex--customizer .color-option--red a {
  background-color: #BA0C2F;
}
section.flex--customizer .color-option--black a {
  background-color: #000000;
}
section.flex--customizer .color-option--blue a {
  background-color: #2067A4;
}
section.flex--customizer .color-option--pink a {
  background-color: #EC6F85;
}
section.flex--customizer .color-option--purple a {
  background-color: #5A458B;
}
section.flex--customizer .color-option--gray a {
  background-color: #D8D7D3;
}
section.flex--customizer .color-option--bright-blue a {
  background-color: #34BBE9;
}
section.flex--customizer .color-option--pink-camo a {
  background-image: url("../img/customizer/swatch/pink-camo.png");
}
section.flex--customizer .color-option--green-camo a {
  background-image: url("../img/customizer/swatch/green-camo.png");
}
@media screen and (min-width: 768px) {
  section.flex--customizer .color-option {
    margin: 5px;
  }
}
@media screen and (min-width: 1000px) {
  section.flex--customizer .color-option {
    margin: 10px;
  }
}
@media screen and (min-width: 1300px) {
  section.flex--customizer .color-option {
    width: 84px;
    margin: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  section.flex--customizer .product-details__intro p {
    margin-left: 8.4745762712%;
    max-width: 40.6779661017%;
  }
  section.flex--customizer .product-details__text {
    margin-left: 8.4745762712%;
    width: 83.0508474576%;
  }
  section.flex--customizer .product-details__text:after {
    content: "";
    display: table;
    clear: both;
  }
  section.flex--customizer .product-details__text-left {
    float: left;
    width: 48.9795918367%;
    margin-right: 1.6949152542%;
  }
  section.flex--customizer .product-details__text-right {
    float: left;
    width: 48.9795918367%;
  }
}
section.flex--customizer progress {
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #BA0C2F;
  transition: all 0.25s ease;
}
section.flex--customizer progress::-webkit-progress-bar {
  background-color: transparent;
}
section.flex--customizer progress::-webkit-progress-value {
  background-color: #BA0C2F;
}
section.flex--customizer progress::-moz-progress-bar {
  background-color: #BA0C2F;
}
@media screen and (min-width: 768px) {
  section.flex--customizer progress {
    display: block;
    height: 7px;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  section.flex--customizer .form-module__form {
    position: relative;
    margin-left: 8.4745762712%;
    width: 83.0508474576%;
  }
}
section.flex--customizer .pagination-nav {
  width: 100%;
  text-align: center;
}
section.flex--customizer .pagination-nav li {
  display: none;
  margin: 0;
}
section.flex--customizer .pagination-nav li a {
  display: block;
  padding: 1rem 0.5rem;
  color: #BA0C2F;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.25s ease;
}
section.flex--customizer .pagination-nav li a:hover {
  color: #695E4A;
}
section.flex--customizer .pagination-nav li.active a,
section.flex--customizer .pagination-nav li.active a:hover {
  color: #695E4A;
}
@media screen and (min-width: 629px) {
  section.flex--customizer .pagination-nav li {
    display: inline-block;
  }
}
section.flex--customizer .pagination-nav__previous-link {
  display: inline-block !important;
}
section.flex--customizer .pagination-nav__previous-link a:before {
  content: "< ";
}
section.flex--customizer .pagination-nav__next-link {
  display: inline-block !important;
}
section.flex--customizer .pagination-nav__next-link a:after {
  content: " >";
}

section.flex--statistics {
  padding: 3rem 2rem 5rem;
  background-color: #F2F2F0;
  margin: 0 auto;
}
section.flex--statistics h2 {
  text-align: center;
  color: #BA0C2F;
  font-size: 2.25rem;
  margin: 2rem auto;
  padding: 2rem;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
}
@media only screen and (max-width: 390px) {
  section.flex--statistics h2 {
    padding: 0;
    font-size: 2rem;
  }
}
section.flex--statistics .number {
  display: block;
  color: #BA0C2F;
  font-size: 4.5rem;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 9999;
  width: 100px;
  margin: 0 auto;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
}
section.flex--statistics .number:before {
  content: "";
  background-color: #EEC0A2;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  position: absolute;
  z-index: -1;
  top: -15px;
  right: 12px;
}
section.flex--statistics sup {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
}
section.flex--statistics p {
  text-align: center;
  font-size: 1.375rem;
  max-width: 425px;
  margin: 2rem auto;
  padding-bottom: 2rem;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
}
section.flex--statistics .stat-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 390px) {
  section.flex--statistics .stat-container {
    display: block;
  }
}
section.flex--statistics .stat-box {
  background: white;
  padding: 1rem 3rem 0.5rem;
  height: 100px;
}
@media only screen and (max-width: 390px) {
  section.flex--statistics .stat-box {
    margin: 7rem auto;
    height: 125px;
  }
}
section.flex--statistics .stat-box .number {
  margin-top: -3.5rem;
}

section.video-background {
  background-color: #F0F0EE;
  height: 250px;
  padding: 8rem 0 2rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1023px) {
  section.video-background {
    height: 120px;
  }
}
@media (max-width: 767px) {
  section.video-background {
    height: 75px;
  }
}
section.video-background .container {
  position: relative;
  margin: 2.5rem auto;
  z-index: 888;
}
section.video-background .container h1 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 888;
  color: #BA0C2F;
  font-size: 3.5rem;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
}


.flex--clinician-hero .container {
  padding-top:40px;
}

.banner__media {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  margin-top: 99px;
}
@media (max-width: 1023px) {
  .banner__media {
    margin-top: 12px;
  }
}

.banner__media img {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.banner__media video {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__pause {
  z-index: 3;
  display: block;
  position: absolute;
  top: 1rem;
  right: 20px;
}

.banner__content {
  z-index: 2;
  position: relative;
}

.banner__content h1 {
  position: relative;
  color: #BA0C2F;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.banner__content h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -47px;
  height: 43px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  background-image: url("../img/title-arrow@2x.png");
}

@media (min-width: 470px) {
  .banner__media video {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .banner {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .banner__content h1:before {
    top: -13px;
    left: -70px;
    height: 64px;
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__content h1:before {
    top: -20px;
    left: -105px;
    height: 93px;
    width: 88px;
  }
  .banner__media img {
    width: 100%;
    height: auto;
  }
}
.banner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.lt-ie9 .banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner__media {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.banner__media img {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.banner__media video {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__pause {
  z-index: 3;
  display: block;
  position: absolute;
  top: 1rem;
  right: 20px;
}
.banner__content {
  z-index: 2;
  position: relative;
}
.banner__content h1 {
  position: relative;
  color: color("primary");
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.banner__content h1::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -47px;
  height: 43px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  background-image: url("../img/title-arrow@2x.png");
}
@media (min-width: 470px) {
  .banner__media video {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .banner {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .banner__content h1::before {
    top: -13px;
    left: -70px;
    height: 64px;
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__content h1::before {
    top: -20px;
    left: -105px;
    height: 93px;
    width: 88px;
  }
  .banner__media img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .banner {
    padding: 2rem 0 6rem;
  }
  .banner__media {
    display: none;
  }
}

.banner-pause {
  opacity: 0.5;
  position: relative;
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  border: 3px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
  background: #666666;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-fit: border !important;
}
.banner-pause__label {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.banner-pause:hover {
  transition: opacity 0.25s ease;
  opacity: 1;
}
.banner-pause::before, .banner-pause::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 7px;
  height: 11px;
  width: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.banner-pause::after {
  left: auto;
  right: 7px;
}
.banner-pause.is-paused::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  background: none;
}
.banner-pause.is-paused::after {
  display: none;
}

section.homepage--hero {
  background-repeat: no-repeat;
  background-position: center right;
  height: 900px;
  margin: 0;
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  section.homepage--hero {
    background-image: none !important;
  }
}
section.homepage--hero .container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
section.homepage--hero .text-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
}
@media (max-width: 1023px) {
  section.homepage--hero .text-container {
    max-width: 90%;
    margin: 0 auto;
  }
}
section.homepage--hero .text-container p.subheading {
  font-size: 1rem;
  font-weight: bold;
}
section.homepage--hero .text-container h1 {
  font-size: 4em;
  line-height: 1.1;
  color: #BA0C2F;
  margin-bottom: 2rem;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 1023px) {
  section.homepage--hero .text-container h2 {
    font-size: 3em;
  }
}
section.homepage--hero .text-container p {
 	line-height: 1.5;
    font-family: "AvenirLTStd-Light", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
}
section.homepage--hero .text-container blockquote {
  font-size: 1.25rem;
  font-style: italic;
  border-left: 2px solid #CCC;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
section.homepage--hero .empty-container {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  height: 1px;
}
@media (max-width: 1023px) {
  section.homepage--hero .empty-container {
    display: none;
  }
}

section.homepage--latest {
  position: relative;
  display: block;
}
section.homepage--latest h2.section-title {
  font-size: 3.5rem;
  color: #BA0C2F;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  section.homepage--latest h2.section-title {
    font-size: 2.5em;
  }
}
section.homepage--latest .news-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  section.homepage--latest .news-wrapper {
    display: block;
  }
}
section.homepage--latest .news-wrapper .news-item {
  display: block;
  margin: 0 1rem;
  max-width: 500px;
}
section.homepage--latest .news-wrapper .news-item img {
  max-width: 275px;
  border-radius: 50%;
  box-shadow: 1px 6px 25px 0px rgba(50, 50, 50, 0.2);
  margin: 0 auto;
  display: block;
}
section.homepage--latest .news-wrapper .news-item p.date {
  font-size: 0.75rem;
}
section.homepage--latest .news-wrapper .news-item h2 {
  color: #695E4A;
  font-size: 2.25rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.homepage--latest .news-wrapper .news-item p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
section.homepage--latest .news-wrapper .news-item a {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #BA0C2F;
  font-size: 1.1rem;
}

section.single-post {
  height: auto;
  padding: 8rem 0 2rem;
  margin: 0 auto;
}
section.single-post .container {
  max-width: 1180px;
  height: auto;
}
@media (max-width: 1023px) {
  section.single-post .container {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  section.single-post .container {
    max-width: 360px;
  }
}
section.single-post .container h1.post-title {
  font-size: 2.625em;
  line-height: 1.1;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  color: #BA0C2F;
}
@media (max-width: 1023px) {
  section.single-post .container h1.post-title {
    font-size: 2em;
  }
}
section.single-post .container .post-content p {
  font-size: 1.1em;
  line-height: 1.5;
}
section.single-post .container .post-content a {
  color: #BA0C2F;
  overflow-wrap: break-word;
  word-wrap: break-word;
	-ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
section.single-post .container .post-content h2 {
  font-size: 1.875em;
  line-height: 1.2;
  font-family: "AvenirLTStd-Medium", Arial, sans-serif;
}
section.single-post .container .post-content h3 {
  font-size: 1.5em;
  line-height: 1.3;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
}
section.single-post .container .post-content h4 {
  font-size: 1.5em;
  line-height: 1.3;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  color: #BA0C2F;
  font-weight: bold;
}

section.blog-header {
  height: auto;
  margin: 0 auto;
  padding: 0;
}
section.blog-header .section-title {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 8rem 0 2rem;
}
@media (max-width: 1023px) {
  section.blog-header .section-title {
    margin: 0 2rem;
  }
}
section.blog-header .section-title h1 {
  display: block;
  font-size: 3.5rem;
  line-height: 1.1;
  color: #BA0C2F;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  text-align: left;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  section.blog-header .section-title h1 {
    font-size: 2rem;
  }
}
section.blog-header .section-title h2 {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  color: #BA0C2F;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  text-align: left;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  section.blog-header .section-title h2 {
    font-size: 1.5rem;
  }
}
section.blog-header .section-title h1.small {
  font-size: 2.5rem !important;
  margin: 0;
}

section.page--blog {
  height: auto;
  margin: 0 auto;
  padding: 0;
}
section.page--blog .container {
  display: flex;
  max-width: 1180px;
}
@media (max-width: 1023px) {
  section.page--blog .posts-column {
    margin: 0 auto;
  }
}
section.page--blog .posts-column.recent-news {
  display: flex;
}
@media (max-width: 768px) {
  section.page--blog .posts-column.recent-news {
    display: block;
  }
}
section.page--blog .posts-column.recent-news .post-preview {
  display: block;
  margin: 1rem 2rem;
  background-color: white;
}
section.page--blog .posts-column.recent-news .post-preview .post-text {
  background-color: white;
  padding-left: 0px;
}
section.page--blog .posts-column.recent-news .post-preview .post-text .post-title {
  font-size: 22px;
  line-height: 1.5;
}
section.page--blog .posts-column .post-preview {
  display: flex;
  margin-bottom: 2rem;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  section.page--blog .posts-column .post-preview {
    display: block;
  }
}
section.page--blog .posts-column .post-preview .post-thumbnail {
  height: auto;
  display: flex;
  align-items: center;
}
section.page--blog .posts-column .post-preview .post-thumbnail img {
  display: block;
  height: auto;
  max-width: 350px;
}
@media (max-width: 1023px) {
  section.page--blog .posts-column .post-preview .post-thumbnail img {
    max-width: 325px;
  }
}
@media (max-width: 767px) {
  section.page--blog .posts-column .post-preview .post-thumbnail img {
    margin: 0 auto;
  }
}
section.page--blog .posts-column .post-preview .post-text {
  max-width: 450px;
  height: auto;
  box-sizing: border-box;
  padding: 20px;
  padding-left: 30px;
  background-color: #F9F9F9;
}
@media (max-width: 1023px) {
  section.page--blog .posts-column .post-preview .post-text {
    max-width: 425px;
  }
}
section.page--blog .posts-column .post-preview .post-text:hover {
  background-color: #F0F0EE;
}
section.page--blog .posts-column .post-preview .post-text .post-title {
  font-size: 26px;
  font-family: "AvenirLTStd-Heavy", Arial, sans-serif;
  color: #BA0C2F;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 10px;
}
section.page--blog .posts-column .post-preview .post-text .post-title a {
  color: #BA0C2F;
  text-decoration: none;
}
section.page--blog .posts-column .post-preview .post-text .post-title a:hover {
  border-bottom: 2px solid #BA0C2F;
}
section.page--blog .posts-column .post-preview .post-text .excerpt {
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
section.page--blog .posts-column .post-preview .post-text .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 13px 60px 10px 20px;
  background-color: #009CA6;
  background-image: none;
}
section.page--blog .sidebar-column {
  width: 300px;
  height: 1000px;
  margin-left: 2rem;
}
@media (max-width: 1023px) {
  section.page--blog .sidebar-column {
    display: none;
  }
}
section.page--blog .sidebar-column ul {
  border-left: 3px solid #BA0C2F;
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style-type: none;
}
section.page--blog .sidebar-column ul li {
  font-size: 28px;
  line-height: 36px;
  color: #BA0C2F;
  line-height: 1.5;
}
section.page--blog .sidebar-column ul li a {
  color: #000;
  font-size: 18px;
  padding: 8px;
  text-decoration: none;
  color: black;
  margin-left: 1rem;
}
section.page--blog .sidebar-column ul li a:hover {
  background-color: #F0F0EE;
}

/*# sourceMappingURL=style.css.map */


.blog-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .blog-cards { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .blog-cards { grid-template-columns: repeat(3, 1fr); }
}


/* Airway Clearance Landing Page */



.page-id-4466 .video-background {
display:none !important;
}

@media (max-width: 544px) {

.page-id-4466 #symptoms img {
  max-width:100%;
  border-radius: 0 !important;
  aspect-ratio:3/2;
  object-fit:cover;
  object-position: center;
}

.page-id-4466 section.flex--info-block .media-container {
  margin:0 !important;
  max-width:100%;
}
.page-id-4466 .flex--multi-column .column-item {
  width:calc(50% - 18px) !important;
  margin:0 !important;
}

.page-id-4466 .flex--multi-column {
  padding:1px 1rem 6rem !important;
}

.page-id-4466 .column-item h3 {
  color:#695E4A !important;
  line-height: 1.5;
  font-family: "AvenirLTStd-Light", Arial, sans-serif;
  font-weight: 400;
  font-size:1em !important;
}

.page-id-4466 section.flex--multi-column .columns-wrapper .column-item img {
  max-width:100px !important;
}

.page-id-4466 section.flex--testimonial, .page-id-4466 section.flex--info-block  {
  padding-top:20px !important;
  padding-bottom:20px !important;
}

.page-id-4466 #symptoms {
  padding-top:60px !important;
}
.page-id-4466 .flex--multi-column {
  padding-bottom:20px !important;
}

.page-id-4466 .flex--multi-column.three-col-mobile .column-item {
  width:calc(33.33% - 18px) !important;
}

.page-id-4466 #chat-with-therapist .media-container img  {
  max-width:125px;
  margin-left:0;

} 
.page-id-4466 #chat-with-therapist .media-container {
  width:100%;
}
.page-id-4466 #chat-with-therapist .media-container p {
  margin-bottom:0 !important;
}	

.video-container{
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
		height: 0;
}
	
	.video-container iframe{
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

.js-sticky-container {
	height: 1000px;
	margin-bottom: calc(-1000px + 14rem);
}
.js-sticky-widget {
	border: 2px solid #ccc;
	border-radius: 1rem;
	padding: 2rem;
	background: #fff;
	z-index: 10;
	top: 110px !important;
	
	h4 {
		margin-top: 0;
	}
	
	.button-container {
		display: flex;
		flex-wrap: nowrap;
		gap: 25px;
	}
	
	a.btn {
		color: #fff !important;
		text-decoration: none !important;
	}
}
@media screen and (max-width: 768px) {
	.js-sticky-container {
		margin-bottom: calc(-1000px + 23rem);
	}
	.js-sticky-widget {
		top: 55px !important;
		h4 {
			font-size: 1rem !important;
		}
		.button-container {
			gap: 12px !important;
		}
		a.btn {
			padding-block: 10px !important;
		}
	}
}