/*! -------------------------------------------- */
/*! Start of "Map Standard" ID: 35037 */
@media (max-width: 767px) {
  .map-wrap {
    height: auto !important;
  }
}
.map-wrap .placeDiv {
  z-index: 100;
  position: absolute;
}
@media (max-width: 767px) {
  .map-wrap .placeDiv {
    width: 100%;
    position: relative;
  }
}
.map-wrap .star-container {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.map-wrap .star-container .stars {
  display: inline-block;
  vertical-align: middle;
}
.map-wrap .star-container .stars .star {
  width: 15px;
  height: 20px;
}
.map-wrap .star-container .stars[data-stars] .star polygon {
  fill: #ffd055;
}
.map-wrap .star-container .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.map-wrap .star-container .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.map-wrap .star-container .stars[data-stars="2"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.map-wrap .star-container .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.map-wrap .star-container .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}
.map-wrap .placecard__container {
  box-shadow: rgba(0,0,0,0.298039) 0px 1px 4px -1px;
  max-width: 330px;
  width: 100%;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px/normal Roboto, Arial, sans-serif;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map-wrap .placecard__container {
    max-width: 100%;
    margin: 0px;
  }
}
.map-wrap .placecard__container .cta-wrap {
  display: block;
  clear: both;
  padding: 10px 0 0;
}
.map-wrap .placecard__container .cta-wrap .raa-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #2980b9;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.map-wrap .placecard__left {
  float: left;
  width: 75%;
}
.map-wrap .placecard__left .read-reviews {
  text-decoration: none;
  color: #222;
}
.map-wrap .placecard__left .read-reviews:hover {
  color: #888;
}
.map-wrap .placecard__right {
  text-align: center;
  float: left;
  width: 25%;
}
.map-wrap .placecard__business-name {
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  perspective-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.map-wrap .placecard__info {
  color: #5b5b5b;
  cursor: default;
  width: 200px;
  column-rule-color: #5b5b5b;
  perspective-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px/normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: #5b5b5b none 0px;
  display: block;
}
.map-wrap .placecard__direction-icon {
  background: url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png");
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}
.map-wrap .placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}
.map-wrap .placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}
/*! End of "Map Standard" */
/*! -------------------------------------------- */
/*! Start of "Drop Down Section" ID: 32770 */
.section-accordion-btn.solid {
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  box-sizing: border-box;
  color: #fff !important;
  background: var(--color-primary);
}
.section-accordion-btn.solid:hover {
  color: var(--color-accenta) !important;
}
.section-accordion-btn.solid:hover .section-accordion-icon {
  border: 2px solid var(--color-accenta);
}
.section-accordion-btn.solid:hover .section-accordion-icon:before,
.section-accordion-btn.solid:hover .section-accordion-icon:after {
  background: var(--color-accenta);
}
.section-accordion-btn.solid .section-accordion-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 19px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  border: 2px solid #fff;
}
.section-accordion-btn.solid .section-accordion-icon:before {
  content: "";
  width: 80%;
  height: 2px;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  background: #fff;
}
.section-accordion-btn.solid .section-accordion-icon:after {
  content: "";
  width: 80%;
  height: 2px;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #fff;
}
.section-accordion-btn.solid.active .section-accordion-icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.section-accordion-btn.solid.btn-clicked .section-accordion-icon:after {
  opacity: 0;
}
.section-accordion-btn.style-1 {
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 50px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.section-accordion-btn.style-1:before,
.section-accordion-btn.style-1:after {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 980px) {
  .section-accordion-btn.style-1:before,
  .section-accordion-btn.style-1:after {
    display: none;
  }
}
.section-accordion-btn.style-1:before {
  right: 0.5em;
  margin-left: -50%;
}
.section-accordion-btn.style-1:after {
  left: 0.5em;
  margin-right: -50%;
}
.section-accordion-btn.style-1 .section-accordion-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  opacity: 1;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.section-accordion-btn.style-1 .section-accordion-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-accordion-btn.style-1.btn-clicked .section-accordion-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-accordion-btn.style-1:hover {
  color: var(--color-accenta) !important;
}
.section-accordion-btn.style-1:hover .section-accordion-icon {
  color: var(--color-accenta);
}
.section-accordion-btn.style-1:before,
.section-accordion-btn.style-1:after {
  background-color: #000;
}
.section-accordion-btn.style-2 {
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 320px) {
  .section-accordion-btn.style-2 {
    padding-bottom: 5px;
  }
}
.section-accordion-btn.style-2:before,
.section-accordion-btn.style-2:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 980px) {
  .section-accordion-btn.style-2:before,
  .section-accordion-btn.style-2:after {
    display: none;
  }
}
.section-accordion-btn.style-2:hover {
  color: var(--color-accenta) !important;
}
.section-accordion-btn.style-2:hover .section-accordion-icon {
  color: var(--color-accenta);
}
.section-accordion-btn.style-2:before {
  right: 0.5em;
  margin-left: -50%;
  background-color: #000;
}
.section-accordion-btn.style-2:after {
  left: 0.5em;
  margin-right: -50%;
  background-color: #000;
}
.section-accordion-btn.style-2 p {
  display: inline-block;
  color: #000 !important;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-accordion-btn.style-2 .section-accordion-icon {
  position: relative;
  bottom: 2px;
  left: 20px;
  padding-right: 15px;
  opacity: 1;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.section-accordion-btn.style-2 .section-accordion-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 26px;
}
.section-accordion-btn.style-2.btn-clicked .section-accordion-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-accordion-btn.style-3 {
  background: none;
  text-transform: uppercase;
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0;
  transition: all .2s;
  display: block;
  line-height: 30px;
  box-sizing: border-box;
  border-top: 1px solid #e54324;
}
.section-accordion-btn.style-3.btn-clicked .section-accordion-icon::after {
  opacity: 0;
}
.section-accordion-btn.style-3:hover {
  color: #e54324 !important;
}
.section-accordion-btn.style-3:hover .section-accordion-icon:before,
.section-accordion-btn.style-3:hover .section-accordion-icon::after {
  background: #e54324 !important;
}
.section-accordion-btn.style-3 .section-accordion-icon {
  height: 20px;
  width: 20px;
  border: 2px solid #e54324;
  line-height: 1.5;
  margin-left: 5px;
  top: -2px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
.section-accordion-btn.style-3 .section-accordion-icon:before {
  content: "";
  width: 80%;
  height: 2px;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.section-accordion-btn.style-3 .section-accordion-icon:after {
  content: "";
  width: 80%;
  height: 2px;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.section-accordion-btn.style-3 .section-accordion-icon:before,
.section-accordion-btn.style-3 .section-accordion-icon:after {
  background: #e54324;
}
.section-accordion-btn.style-3 .section-accordion-icon i {
  display: none;
}
.section-band-content {
  display: none;
}
.section-band-content.et_pb_row {
  overflow: hidden !important;
}
.band-dark .section-accordion-btn.solid,
.band-dark-alt .section-accordion-btn.solid {
  background: var(--color-accenta);
}
.band-dark .section-accordion-btn.solid:hover,
.band-dark-alt .section-accordion-btn.solid:hover {
  color: var(--color-accentb) !important;
}
.band-dark .section-accordion-btn.solid:hover .section-accordion-icon,
.band-dark-alt .section-accordion-btn.solid:hover .section-accordion-icon {
  border: 2px solid var(--color-accentb);
}
.band-dark .section-accordion-btn.solid:hover .section-accordion-icon:before,
.band-dark .section-accordion-btn.solid:hover .section-accordion-icon:after,
.band-dark-alt .section-accordion-btn.solid:hover .section-accordion-icon:before,
.band-dark-alt .section-accordion-btn.solid:hover .section-accordion-icon:after {
  background: var(--color-accentb);
}
.band-dark .section-accordion-btn.solid .section-accordion-icon,
.band-dark-alt .section-accordion-btn.solid .section-accordion-icon {
  border: 2px solid #fff;
}
.band-dark .section-accordion-btn.solid .section-accordion-icon:before,
.band-dark-alt .section-accordion-btn.solid .section-accordion-icon:before {
  background: #fff;
}
.band-dark .section-accordion-btn.solid .section-accordion-icon:after,
.band-dark-alt .section-accordion-btn.solid .section-accordion-icon:after {
  background: #fff;
}
.band-dark .section-accordion-btn.style-1:hover,
.band-dark-alt .section-accordion-btn.style-1:hover {
  color: var(--color-accenta) !important;
}
.band-dark .section-accordion-btn.style-1:hover .section-accordion-icon,
.band-dark-alt .section-accordion-btn.style-1:hover .section-accordion-icon {
  color: var(--color-accenta);
}
.band-dark .section-accordion-btn.style-1:before,
.band-dark .section-accordion-btn.style-1:after,
.band-dark-alt .section-accordion-btn.style-1:before,
.band-dark-alt .section-accordion-btn.style-1:after {
  background-color: #fff;
}
.band-dark .section-accordion-btn.style-2:hover,
.band-dark-alt .section-accordion-btn.style-2:hover {
  color: var(--color-accenta) !important;
}
.band-dark .section-accordion-btn.style-2:hover .section-accordion-icon,
.band-dark-alt .section-accordion-btn.style-2:hover .section-accordion-icon {
  color: var(--color-accenta);
}
.band-dark .section-accordion-btn.style-2:before,
.band-dark .section-accordion-btn.style-2:after,
.band-dark-alt .section-accordion-btn.style-2:before,
.band-dark-alt .section-accordion-btn.style-2:after {
  background-color: #fff;
}
.band-dark .section-accordion-btn.style-3,
.band-dark-alt .section-accordion-btn.style-3 {
  border-top: 1px solid #e54324;
}
.band-dark .section-accordion-btn.style-3:hover,
.band-dark-alt .section-accordion-btn.style-3:hover {
  color: #e54324 !important;
}
.band-dark .section-accordion-btn.style-3 .section-accordion-icon,
.band-dark-alt .section-accordion-btn.style-3 .section-accordion-icon {
  border: 2px solid #e54324;
}
.band-dark .section-accordion-btn.style-3 .section-accordion-icon:before,
.band-dark .section-accordion-btn.style-3 .section-accordion-icon:after,
.band-dark-alt .section-accordion-btn.style-3 .section-accordion-icon:before,
.band-dark-alt .section-accordion-btn.style-3 .section-accordion-icon:after {
  background: #e54324;
}
/*! End of "Drop Down Section" */
/*! -------------------------------------------- */
/*! Start of "Hover Box &#8211; Style 3" ID: 32226 */
.hover-box.hb-style-3 {
  display: block;
  max-width: 450px;
  margin: auto;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1024px) {
  .hover-box.hb-style-3 {
    margin-bottom: 30px;
    background: rgba(0,0,0,0);
  }
}
@media only screen and (max-width: 767px) {
  .hover-box.hb-style-3 {
    max-width: 320px;
  }
}
.hover-box.hb-style-3 figure {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin: 0;
}
.hover-box.hb-style-3 figure img {
  display: block;
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.hover-box.hb-style-3 figure .hb-overlay-wrap {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: var(--color-tertiary);
}
.hover-box.hb-style-3 figure .hb-text-wrap {
  z-index: 10;
  width: 100%;
  background: #fff;
}
.hover-box.hb-style-3 figure .hb-text-wrap .hb-title-wrap {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
@media only screen and (max-width: 980px) {
  .hover-box.hb-style-3 figure .hb-text-wrap .hb-title-wrap {
    font-size: 26px;
    font-weight: 700;
  }
}
.hover-box.hb-style-3 figure .hb-text-wrap .hb-desc-wrap {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.hover-box.hb-style-3 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
  position: relative;
  z-index: 5;
}
@media (min-width: 1025px) {
  .hover-box.hb-style-3 figure img {
    opacity: .6;
  }
  .hover-box.hb-style-3 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-3 figure .hb-overlay-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 96%;
    border: 2px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(.8);
    -moz-transform: translateY(-50%) translateX(-50%) scale(.8);
    transform: translateY(-50%) translateX(-50%) scale(.8);
  }
  .hover-box.hb-style-3 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
    background: transparent;
  }
  .hover-box.hb-style-3 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    display: block;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  .hover-box.hb-style-3 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    padding: 0 5px 0 0;
  }
  .hover-box.hb-style-3 figure .hb-text-wrap .hb-desc-wrap::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    margin-right: 0px;
  }
  .hover-box.hb-style-3 figure .hb-text-wrap .hb-desc-wrap::-webkit-scrollbar-thumb {
    background: #b9b9b9;
  }
  .hover-box.hb-style-3 figure .hb-text-wrap .hb-desc-wrap p {
    font-size: 16px;
    color: #fff !important;
  }
  .hover-box.hb-style-3:hover figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.2);
  }
  .hover-box.hb-style-3:hover figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.hb-style-3:hover figure .hb-overlay-wrap:before {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  .hover-box.hb-style-3:hover figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-3:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width: 1024px) {
  .hover-box.hb-style-3.mobile-hover-mode figure img {
    opacity: .6;
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-overlay-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 96%;
    border: 2px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(.8);
    -moz-transform: translateY(-50%) translateX(-50%) scale(.8);
    transform: translateY(-50%) translateX(-50%) scale(.8);
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    display: block;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
  }
  .hover-box.hb-style-3.mobile-hover-mode figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.2);
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-overlay-wrap:before {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-3.mobile-hover-mode figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.hb-style-3:not(.mobile-hover-mode) figure .hb-overlay-wrap {
    background: transparent !important;
  }
}
@media (max-width: 1024px) {
  .hover-box.hb-style-3.mb-no-image figure .hb-image-wrap {
    display: none;
  }
  .hover-box.hb-style-3:not(.mobile-hover-mode) figure {
    background: #fff !important;
  }
  .hover-box.hb-style-3:not(.mobile-hover-mode) figure .hb-title-wrap {
    background: #fff !important;
  }
  .hover-box.hb-style-3:not(.mobile-hover-mode) figure .hb-text-wrap {
    padding: 20px;
    background: none !important;
  }
  .hover-box.hb-style-3 figure .top-img {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hover-box.hb-style-3 figure .hb-text-wrap .hb-desc-wrap {
    max-height: 200px;
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .hover-box.hb-style-3:not(.mobile-hover-mode) figure .hb-title-wrap {
    padding-bottom: 15px;
  }
}
/*! End of "Hover Box &#8211; Style 3" */
/*! -------------------------------------------- */
/*! Start of "Blurb Standard" ID: 32064 */
.blurb-content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
}
.blurb-content .style-rs-blurb-default .main-blurb-image {
  display: table-cell !important;
  max-width: 100%;
  width: 28px;
  vertical-align: top;
}
.blurb-content .style-rs-blurb-default .main-blurb-image .image-wrap {
  display: block;
  margin: auto;
}
.blurb-content .style-rs-blurb-default .main-blurb-image .image-wrap .blurb-icon-image i {
  color: #222;
  font-size: 18px;
}
.blurb-content .style-rs-blurb-default .main-blurb-image .image-wrap .blurb-icon-image img {
  position: relative;
  right: 10px;
}
.blurb-content .style-rs-blurb-default .blurb-container {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.blurb-content .style-rs-blurb-default .blurb-container .module-header {
  font-size: 24px;
  margin: 0;
}
.blurb-content .style-rs-blurb-default .blurb-container .blurb-description {
  font-size: 16px;
}
.blurb-content .style-rs-blurb-default .cta-blurb {
  margin-top: 20px;
}
.blurb-content .style-rs-blurb-1 {
  transition: all 0.4s;
}
.blurb-content .style-rs-blurb-1 .main-blurb-image {
  display: table-cell;
  vertical-align: top;
  max-width: 100%;
  width: 32px;
}
.blurb-content .style-rs-blurb-1 .main-blurb-image .image-wrap {
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  height: 48px;
}
.blurb-content .style-rs-blurb-1 .main-blurb-image .image-wrap .blurb-icon-image i {
  font-size: 24px;
  text-align: center;
  background: #fff;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: rotateY(0);
  transition: all .4s ease-in-out;
}
.blurb-content .style-rs-blurb-1 .main-blurb-image .image-wrap .blurb-icon-image img {
  max-width: 44px;
  background: #fff;
  padding: 9px;
  transform: rotateY(0);
  transition: all .4s ease-in-out;
}
.blurb-content .style-rs-blurb-1 .blurb-container {
  display: table-cell;
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container {
  background: #fff;
  padding: 15px;
  border-right: 4px solid var(--color-accenta);
  display: block;
  vertical-align: top;
  text-align: left;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  left: 20px;
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #fff transparent transparent;
  left: -15px;
  top: 10px;
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container:hover {
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container .module-header {
  font-size: 24px;
  margin: 0;
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container .blurb-description {
  font-size: 16px;
}
.blurb-content .style-rs-blurb-1 .cta-blurb {
  display: block;
  width: 70%;
  margin: 0 auto;
  z-index: 1;
  transform: translateY(-75px);
  transition: all 0.4s;
}
.blurb-content .style-rs-blurb-1:hover .main-blurb-image .image-wrap .blurb-icon-image i {
  transform: rotateY(360deg);
}
.blurb-content .style-rs-blurb-1:hover .main-blurb-image .image-wrap .blurb-icon-image img {
  transform: rotateY(360deg);
}
.blurb-content .style-rs-blurb-1:hover .cta-blurb {
  transform: translateY(20px);
}
.blurb-content .style-rs-blurb-2 .main-blurb-image {
  display: inline-block !important;
  margin-bottom: 15px;
  max-width: 100px;
}
.blurb-content .style-rs-blurb-2 .blurb-icon-image i {
  font-size: 40px;
}
.blurb-content .blurb-icon-image i {
  color: #222;
  font-size: 18px;
}
.blurb-content .blurb-icon-image i.color-primary-icon {
  color: var(--color-primary) !important;
}
.blurb-content .blurb-icon-image i.color-secondary-icon {
  color: var(--color-secondary) !important;
}
.blurb-content .blurb-icon-image i.color-tertiary-icon {
  color: var(--color-tertiary) !important;
}
.blurb-content .blurb-icon-image i.color-accenta-icon {
  color: var(--color-accenta) !important;
}
.blurb-content .blurb-icon-image i.color-accentb-icon {
  color: var(--color-accentb) !important;
}
.blurb-content .blurb-icon-image i.color-white-icon {
  color: var(--color-white) !important;
}
.blurb-content .blurb-icon-image i.color-black-icon {
  color: var(--color-black) !important;
}
.blurb-description {
  margin-bottom: 10px;
}
/*! End of "Blurb Standard" */
/*! -------------------------------------------- */
/*! Start of "PopUp Image Modal" ID: 32003 */
.popcard-wrapper {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}
.popcard-wrapper img {
  margin: 0 auto;
  display: block;
}
.popcard-wrapper .marker {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--color-tertiary);
  top: 10%;
  right: 50%;
  z-index: 1;
  border-radius: 50px;
}
.popcard-wrapper .marker:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--color-tertiary);
  top: 50%;
  left: 50%;
  transition: .4s all;
  transform: scale(1) translate(-50%,-50%);
  border-radius: 50%;
  animation: wave 2s infinite;
  opacity: .5;
  transform-origin: 0 0;
}
.popcard-wrapper .marker .markerpop-wrapper {
  position: absolute;
  background: var(--color-tertiary);
  width: 500px;
  top: 30px;
  left: -60px;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
  transform: scale(0.005);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .popcard-wrapper .marker .markerpop-wrapper {
    width: 200px;
    padding: 15px;
    left: 50%;
    font-size: 15px;
    transform: scale(0.005) translateX(-50%);
  }
}
.popcard-wrapper .marker:hover {
  cursor: pointer;
}
@media (max-width: 980px) {
  .popcard-wrapper .marker:hover {
    z-index: 10;
  }
}
.popcard-wrapper .marker:hover .markerpop-wrapper {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 980px) {
  .popcard-wrapper .marker:hover .markerpop-wrapper {
    transform: scale(1) translateX(-50%);
  }
}
@keyframes wave {
  0% {
    transform: scale(1) translate(-50%,-50%);
  }
  50% {
    transform: scale(1.2) translate(-50%,-50%);
  }
  100% {
    transform: scale(1) translate(-50%,-50%);
  }
}
/*! End of "PopUp Image Modal" */
/*! -------------------------------------------- */
/*! Start of "Color Block" ID: 31961 */
.color-block-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.color-block-wrap .color-block {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}
.color-block-wrap .color-block-hex,
.color-block-wrap .color-block-label {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
/*! End of "Color Block" */
/*! -------------------------------------------- */
/*! Start of "MP4 Video Hero" ID: 31916 */
.mp4-video-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 0;
  max-height: 1000px;
  overflow: hidden;
}
.mp4-video-hero.hs-half,
.mp4-video-hero.hs-no-header-half {
  height: 50vh;
}
.mp4-video-hero:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .mp4-video-hero {
    height: auto !important;
    max-height: auto !important;
    background: #373e5c !important;
  }
}
.mp4-video-hero .video-bg-hldr {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mp4-video-hero .video-bg-hldr:before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 980px) {
  .mp4-video-hero .video-bg-hldr:before {
    content: none;
  }
}
.mp4-video-hero .video-bg-hldr #intro-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: 300% !important;
  height: auto;
  min-height: 100% !important;
  transform: translateX(-50%) translateY(-50%);
}
.mp4-video-hero .tablet-hero,
.mp4-video-hero .mobile-hero {
  display: none;
}
@media (max-width: 980px) {
  .mp4-video-hero .tablet-hero {
    display: block;
  }
}
.mp4-video-hero .herospotoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.7);
}
.mp4-video-hero .hero-text-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1550px;
  z-index: 1;
}
@media (max-width: 980px) {
  .mp4-video-hero .hero-text-wrap {
    width: auto;
    height: auto;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    max-width: 1350px;
  }
}
.mp4-video-hero .herospottxt {
  position: absolute;
  width: 100%;
  z-index: 101;
  display: block;
  vertical-align: middle;
  padding: 40px;
  box-sizing: border-box;
  bottom: 10%;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt {
    position: relative !important;
    width: 100% !important;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    padding: 0;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
}
.mp4-video-hero .herospottxt .inner-text {
  width: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt .inner-text {
    padding: 50px;
    padding-bottom: 150px;
    z-index: 100;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mp4-video-hero .herospottxt .inner-text {
    padding: 50px;
    padding-bottom: 150px;
  }
}
.mp4-video-hero .herospottxt .inner-text ol,
.mp4-video-hero .herospottxt .inner-text ul {
  list-style-type: disc;
  margin-left: 40px;
}
.mp4-video-hero .herospottxt .btn-wrap {
  display: inline-block;
  margin: 40px 20px 0;
}
.mp4-video-hero .herospottxt .btn-wrap:nth-of-type(1) {
  margin-left: 0;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt .btn-wrap {
    display: block;
    margin: 40px 10px 0;
  }
  .mp4-video-hero .herospottxt .btn-wrap:nth-of-type(1) {
    margin-left: 10px;
  }
}
.mp4-video-hero .herospottxt h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mp4-video-hero .herospottxt.hs-text-align-left {
  text-align: left;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt.hs-text-align-left {
    text-align: center;
  }
}
.mp4-video-hero .herospottxt.hs-text-align-center {
  text-align: center;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt.hs-text-align-center {
    text-align: center;
  }
}
.mp4-video-hero .herospottxt.hs-text-align-right {
  text-align: right;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt.hs-text-align-right {
    text-align: center;
  }
}
.mp4-video-hero .herospottxt.hs-aligncenter {
  width: 90%;
  left: 5%;
  right: 5%;
}
.mp4-video-hero .herospottxt.hs-aligncenter.hs-aligntop {
  top: 50px;
}
.mp4-video-hero .herospottxt.hs-aligncenter.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mp4-video-hero .herospottxt.hs-aligncenter.hs-alignbottom {
  bottom: 50px;
}
.mp4-video-hero .herospottxt.hs-alignleft {
  width: 45%;
  left: 5%;
}
.mp4-video-hero .herospottxt.hs-alignleft .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt.hs-alignleft .btn-wrap {
    display: block;
  }
}
.mp4-video-hero .herospottxt.hs-alignleft.hs-aligntop {
  top: 50px;
}
.mp4-video-hero .herospottxt.hs-alignleft.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mp4-video-hero .herospottxt.hs-alignleft.hs-alignbottom {
  bottom: 50px;
}
.mp4-video-hero .herospottxt.hs-alignright-custom {
  right: 5%;
}
.mp4-video-hero .herospottxt.hs-alignright-custom .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt.hs-alignright-custom .btn-wrap {
    display: block;
  }
}
.mp4-video-hero .herospottxt.hs-alignright-custom.hs-aligntop {
  top: 50px;
}
.mp4-video-hero .herospottxt.hs-alignright-custom.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mp4-video-hero .herospottxt.hs-alignright-custom.hs-alignbottom {
  bottom: 50px;
}
.mp4-video-hero .herospottxt.hs-alignleft-custom {
  left: 5%;
}
.mp4-video-hero .herospottxt.hs-alignleft-custom .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt.hs-alignleft-custom .btn-wrap {
    display: block;
  }
}
.mp4-video-hero .herospottxt.hs-alignleft-custom.hs-aligntop {
  top: 50px;
}
.mp4-video-hero .herospottxt.hs-alignleft-custom.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mp4-video-hero .herospottxt.hs-alignleft-custom.hs-alignbottom {
  bottom: 50px;
}
.mp4-video-hero .herospottxt.hs-alignright {
  width: 45%;
  right: 5%;
}
.mp4-video-hero .herospottxt.hs-alignright .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt.hs-alignright .btn-wrap {
    display: block;
  }
}
.mp4-video-hero .herospottxt.hs-alignright.hs-aligntop {
  top: 50px;
}
.mp4-video-hero .herospottxt.hs-alignright.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mp4-video-hero .herospottxt.hs-alignright.hs-alignbottom {
  bottom: 50px;
}
.mp4-video-hero .scrollhero {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .4s;
  opacity: .2;
  z-index: 101;
}
.mp4-video-hero .scrollhero:hover {
  opacity: 1;
  cursor: pointer;
}
.mp4-video-hero .scrollhero i {
  font-size: 50px;
  color: #ffffff;
}
/*! End of "MP4 Video Hero" */
/*! -------------------------------------------- */
/*! Start of "Before And After Slider" ID: 31901 */
.cocoen {
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  user-select: none;
  display: inline-block;
}
.cocoen:before {
  content: "AFTER";
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  background: rgba(0,0,0,0.3);
  line-height: 30px;
  font-size: 12px;
  font-family: sans-serif;
  padding: 0 15px;
  color: #fff;
}
.cocoen > div {
  z-index: 10;
}
.cocoen > div:nth-child(1):before {
  content: "BEFORE";
  position: absolute;
  z-index: 20;
  top: 15px;
  left: 15px;
  background: rgba(0,0,0,0.3);
  line-height: 30px;
  font-size: 12px;
  font-family: sans-serif;
  padding: 0 15px;
  color: #fff;
}
.cocoen.french-labels:before {
  content: "APRES";
}
.cocoen.french-labels > div:nth-child(1):before {
  content: "AVANT";
}
.cocoen img {
  z-index: 10;
}
.cocoen * {
  box-sizing: inherit;
}
.cocoen *::after,
.cocoen *::before {
  box-sizing: inherit;
}
.cocoen img,
.cocoen picture > img {
  max-width: 100%;
}
.cocoen > img,
.cocoen > picture > img {
  display: inline-block;
}
.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}
.cocoen > div:first-child img,
picture .cocoen > div img {
  max-width: none;
}
.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 100;
}
.cocoen-drag::before {
  border: 3px solid #fff;
  background: #fff;
  color: var(--color-primary);
  border-radius: 50%;
  content: '\f07e';
  font-family: 'FONT AWESOME 5 PRO';
  height: 35px;
  left: 50%;
  font-size: 30px;
  margin-left: -18px;
  position: absolute;
  top: 45%;
  width: 35px;
  line-height: 1.02;
  -webkit-animation: pulse 1.5s infinite;
}
.befo-after-slider-content {
  display: block;
  width: auto;
  max-width: 675px;
  margin: auto;
}
.befo-after-slider-content .slick-next,
.befo-after-slider-content .slick-prev {
  width: 10px !important;
}
.befo-after-slider-content .slick-slide {
  text-align: center;
}
.befo-after-slider-content .cocoen .before {
  display: none;
}
.befo-after-slider-content .cocoen.coco-active .before {
  display: block;
}
@-webkit-keyframes pulse {
  70% {
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
/*! End of "Before And After Slider" */
 /*! ================================================ */
/*! Start of Style Chunk CSS */

/*! -------------------------------------------- */
/*! Start of "Password protected pages form" ID: 228760 */
.post-password-form {
  padding: 100px !important;
}
/*! End of "Password protected pages form */
/*! -------------------------------------------- */
/*! Start of "Go to top arrow fix" ID: 228727 */
.top {
  padding: 0;
}
.top svg {
  padding: 10px;
  box-sizing: content-box;
}
/*! End of "Go to top arrow fix */
/*! -------------------------------------------- */
/*! Start of "Button Fix: Promo Details + Read more" ID: 228726 */
.sv-product__cta-btn {
  padding: 15px 40px !important;
}
a.more-link {
  padding: 10px !important;
}
/*! End of "Button Fix: Promo Details + Read more */
/*! -------------------------------------------- */
/*! Start of "Toggle Icon Fix" ID: 34568 */
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before {
  content: "\f067" !important;
  font-family: 'Font Awesome 5 Pro' !important;
}
/*! End of "Toggle Icon Fix */
/*! -------------------------------------------- */
/*! Start of "dark-overlay" ID: 34561 */
.dark-overlay:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
}
.dark-overlay > div {
  z-index: 10;
}
/*! End of "dark-overlay */
/*! -------------------------------------------- */
/*! Start of "reCAPTCHA v3 badge hidden" ID: 34229 */
/*! End of "reCAPTCHA v3 badge hidden */
/*! -------------------------------------------- */
/*! Start of "grid-posts" ID: 34126 */
.site-content .et_pb_posts.grid-posts > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.site-content .et_pb_posts.grid-posts > div .et_pb_post {
  width: 31.333%;
  position: relative;
  margin: 1%;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
  padding: 0 0 80px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .site-content .et_pb_posts.grid-posts > div .et_pb_post {
    width: 48%;
  }
}
@media (max-width: 680px) {
  .site-content .et_pb_posts.grid-posts > div .et_pb_post {
    width: 98%;
  }
}
.site-content .et_pb_posts.grid-posts > div .et_pb_post .entry-featured-image-url {
  display: block !important;
  width: 100% !important;
}
.site-content .et_pb_posts.grid-posts > div .et_pb_post .entry-title {
  padding: 0 20px 20px;
}
.site-content .et_pb_posts.grid-posts > div .et_pb_post .post-meta {
  padding: 0 20px 20px !important;
}
.site-content .et_pb_posts.grid-posts > div .et_pb_post .post-content {
  padding: 0 20px 20px;
}
.site-content .et_pb_posts.grid-posts > div .et_pb_post .more-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/*! End of "grid-posts */
/*! -------------------------------------------- */
/*! Start of "Happy Forms Title" ID: 34113 */
.happyforms-form__title {
  font-size: var(--heading-tertiary);
}
.happyforms-styles h3.happyforms-form__title {
  margin-bottom: 0;
}
/*! End of "Happy Forms Title */
/*! -------------------------------------------- */
/*! Start of "Happy Form Button Fix" ID: 34082 */
.happyforms-button--submit,
[data-happyforms-type="attachment"] {
  pointer-events: initial !important;
}
/*! End of "Happy Form Button Fix */
/*! -------------------------------------------- */
/*! Start of "Language Popup Adjustment" ID: 34080 */
.lang-popup-wrap .et_pb_menu .et_mobile_nav_menu {
  display: none !important;
}
.lang-popup-wrap .et_pb_menu .et_pb_menu__menu,
.lang-popup-wrap .et_pb_menu .et_pb_menu__wrap {
  display: block !important;
}
/*! End of "Language Popup Adjustment */
/*! -------------------------------------------- */
/*! Start of "Branded Blog" ID: 34057 */
#main-content > .heateor_sss_sharing_container {
  display: none;
}
.widget_ng_expanding_archives .widgettitle {
  width: 100%;
}
p.logged-in-as a {
  font-size: 14px;
}
.et_pb_widget_area .widget_search #searchsubmit {
  width: 120px;
  background: var(--color-accentb);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: arial;
  height: 40px;
  border: 0;
}
.et_pb_widget_area .widget_search #searchsubmit:hover {
  background: #7d7d7d;
  color: #fff;
}
.entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 30px;
}
#main-content .et_pb_widget,
.site-content .et_pb_widget {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 40px !important;
}
#main-content .et_pb_widget .et_pb_widget .entry-title a,
.site-content .et_pb_widget .et_pb_widget .entry-title a {
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 400;
}
#main-content .et_pb_widget .widgettitle,
.site-content .et_pb_widget .widgettitle {
  display: inline-block;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-bottom: 1px solid #fff;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
  margin-bottom: -1px;
}
#main-content .et_pb_widget .expanding-archives-title,
.site-content .et_pb_widget .expanding-archives-title {
  background: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  padding: 0;
  line-height: 30px;
  font-size: 15px;
}
#main-content .et_pb_widget .expanding-archive-month,
.site-content .et_pb_widget .expanding-archive-month {
  font-size: 16px;
}
#main-content .et_pb_posts .et_pb_post,
#main-content .archive .et_pb_post,
.site-content .et_pb_posts .et_pb_post,
.site-content .archive .et_pb_post {
  display: block;
  margin-bottom: 40px;
  padding: 0px 20px 40px;
  border-bottom: 1px solid rgba(34,34,34,0.3);
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post,
  #main-content .archive .et_pb_post,
  .site-content .et_pb_posts .et_pb_post,
  .site-content .archive .et_pb_post {
    max-width: 410px;
    margin: 0 auto 40px;
    padding: 0px 0px 40px;
  }
}
#main-content .et_pb_posts .et_pb_post:after,
#main-content .archive .et_pb_post:after,
.site-content .et_pb_posts .et_pb_post:after,
.site-content .archive .et_pb_post:after {
  content: "";
  display: block;
  clear: both;
}
#main-content .et_pb_posts .et_pb_post .post-content,
#main-content .archive .et_pb_post .post-content,
.site-content .et_pb_posts .et_pb_post .post-content,
.site-content .archive .et_pb_post .post-content {
  width: 100%;
  padding: 0;
}
#main-content .et_pb_posts .et_pb_post .entry-featured-image-url,
#main-content .archive .et_pb_post .entry-featured-image-url,
.site-content .et_pb_posts .et_pb_post .entry-featured-image-url,
.site-content .archive .et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
#main-content .et_pb_posts .et_pb_post .entry-featured-image-url img,
#main-content .archive .et_pb_post .entry-featured-image-url img,
.site-content .et_pb_posts .et_pb_post .entry-featured-image-url img,
.site-content .archive .et_pb_post .entry-featured-image-url img {
  max-width: initial;
  vertical-align: bottom;
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post .entry-featured-image-url,
  #main-content .archive .et_pb_post .entry-featured-image-url,
  .site-content .et_pb_posts .et_pb_post .entry-featured-image-url,
  .site-content .archive .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
#main-content .et_pb_posts .et_pb_post .entry-featured-image-url:hover img,
#main-content .archive .et_pb_post .entry-featured-image-url:hover img,
.site-content .et_pb_posts .et_pb_post .entry-featured-image-url:hover img,
.site-content .archive .et_pb_post .entry-featured-image-url:hover img {
  opacity: .7;
}
#main-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
#main-content .archive .et_pb_post.has-post-thumbnail .desc-wrap,
.site-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
.site-content .archive .et_pb_post.has-post-thumbnail .desc-wrap {
  float: left;
  width: 50%;
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
  #main-content .archive .et_pb_post.has-post-thumbnail .desc-wrap,
  .site-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
  .site-content .archive .et_pb_post.has-post-thumbnail .desc-wrap {
    padding: 15px;
    width: 100%;
    float: none;
  }
}
#main-content .et_pb_posts .et_pb_post .desc-wrap,
#main-content .archive .et_pb_post .desc-wrap,
.site-content .et_pb_posts .et_pb_post .desc-wrap,
.site-content .archive .et_pb_post .desc-wrap {
  float: none;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post .desc-wrap,
  #main-content .archive .et_pb_post .desc-wrap,
  .site-content .et_pb_posts .et_pb_post .desc-wrap,
  .site-content .archive .et_pb_post .desc-wrap {
    width: 100%;
  }
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .entry-title,
#main-content .archive .et_pb_post .desc-wrap .entry-title,
.site-content .et_pb_posts .et_pb_post .desc-wrap .entry-title,
.site-content .archive .et_pb_post .desc-wrap .entry-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a,
#main-content .archive .et_pb_post .desc-wrap .entry-title a,
.site-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a,
.site-content .archive .et_pb_post .desc-wrap .entry-title a {
  color: var(--color-primary);
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a:hover,
#main-content .archive .et_pb_post .desc-wrap .entry-title a:hover,
.site-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a:hover,
.site-content .archive .et_pb_post .desc-wrap .entry-title a:hover {
  color: var(--color-tertiary);
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .post-meta,
#main-content .archive .et_pb_post .desc-wrap .post-meta,
.site-content .et_pb_posts .et_pb_post .desc-wrap .post-meta,
.site-content .archive .et_pb_post .desc-wrap .post-meta {
  margin-bottom: 15px;
  font-size: 14px;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a,
#main-content .archive .et_pb_post .desc-wrap .post-meta .author a,
.site-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a,
.site-content .archive .et_pb_post .desc-wrap .post-meta .author a {
  font-size: 14px;
  font-weight: 400;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a:hover,
#main-content .archive .et_pb_post .desc-wrap .post-meta .author a:hover,
.site-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a:hover,
.site-content .archive .et_pb_post .desc-wrap .post-meta .author a:hover {
  opacity: .6;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap a.more-link,
#main-content .archive .et_pb_post .desc-wrap a.more-link,
.site-content .et_pb_posts .et_pb_post .desc-wrap a.more-link,
.site-content .archive .et_pb_post .desc-wrap a.more-link {
  display: block;
  clear: both;
  padding: 1px 0 0px;
  font-size: 12px;
  width: 100px;
  text-align: center;
  margin: 30px auto 0 0;
  background: var(--color-accentb);
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 3px;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap a.more-link:hover,
#main-content .archive .et_pb_post .desc-wrap a.more-link:hover,
.site-content .et_pb_posts .et_pb_post .desc-wrap a.more-link:hover,
.site-content .archive .et_pb_post .desc-wrap a.more-link:hover {
  background: #7d7d7d;
  color: #fff;
}
.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
  width: 80% !important;
  max-width: 1555px !important;
  margin: auto;
}
.single-post .post-content {
  padding: 80px 20px;
  max-width: 800px;
  margin: auto;
  border-radius: 4px 4px;
}
@media (max-width: 767px) {
  .single-post .post-content {
    padding: 60px 0;
  }
}
.single-post .post-content .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 60px;
}
.single-post .post-content .heateor_sss_sharing_title {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin: 10px 0 10px;
  font-weight: 400 !important;
  color: #222;
}
.single-post .post-content p.post-meta {
  font-size: 14px;
  margin-bottom: 30px;
}
.single-post .post-content ul,
.single-post .post-content ol {
  margin-left: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .post-content ul li,
.single-post .post-content ol li {
  line-height: 1.6;
  padding: 0 0 20px 5px;
  list-style-position: outside;
}
.single-post .post-content ul li::marker,
.single-post .post-content ol li::marker {
  font-weight: 600;
}
.single-post .post-content .entry-content img {
  margin: 20px auto;
}
.single-post .post-content blockquote {
  margin: 20px 0 30px 30px;
  padding: 20px;
  border-left: 3px solid var(--color-tertiary);
}
.single-post .post-content h1 {
  font-size: var(--heading-primary) !important;
  line-height: 1.2;
}
.single-post .post-content h2 {
  font-size: var(--heading-secondary);
  margin: 40px 0 10px;
  padding: 0;
  line-height: 1.2;
}
.single-post .post-content h3 {
  font-size: var(--heading-tertiary);
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 10px;
}
.single-post .post-content h4 {
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 10px;
}
.single-post .post-content .wp-caption {
  max-width: 96%;
  margin-bottom: 10px;
  padding: 8px;
  padding-top: 4px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  text-align: center;
  margin: 10px auto 30px;
}
.single-post .post-content .related-posts {
  margin: 70px 0 0;
  padding-top: 70px;
  border-top: 1px solid #c9c9c9;
}
.single-post .post-content .comments-area {
  margin: 70px 0 0;
  padding-top: 70px;
  border-top: 1px solid #c9c9c9;
}
.single-post .post-content .comment-author {
  font-size: 20px;
}
.single-post .post-content .comments-title span {
  font-weight: 600;
}
.single-post .post-content p.comment-time {
  padding: 0 0 5px;
}
.single-post .post-content #reply-title {
  font-size: 22px;
  font-weight: 600;
}
.single-post .post-content #commentform input[type=email],
.single-post .post-content #commentform input[type=text],
.single-post .post-content #commentform input[type=url],
.single-post .post-content #commentform textarea {
  padding: 12px;
  border: 1px solid #ddd;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  line-height: 1em;
  display: block;
  width: 100%;
}
.single-post .post-content #commentform input[type="checkbox"] + label::before {
  border-color: var(--color-primary);
}
.single-post .post-content #commentform input[type="checkbox"] + label:hover::before {
  border-color: var(--color-accenta);
}
.single-post .post-content #commentform input[type="checkbox"]:checked + label::before {
  background-color: var(--color-primary);
  box-shadow: none;
  border-color: var(--color-primary);
  transition: transform .2s;
}
.single-post .post-content #commentform input[type="submit"] {
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  padding: 8px 15px;
  background: var(--color-accenta);
  color: #fff;
  cursor: pointer;
}
.single-post .post-content #commentform input[type="submit"]:hover {
  background: var(--color-accentb);
  color: #fff;
}
.et_pb_widget_area_left {
  padding-right: 0px !important;
  border-right: 0px solid rgba(0,0,0,0.1) !important;
}
.pagination a {
  line-height: 34px;
  color: #fff;
  font-size: 14px !important;
  text-transform: uppercase;
  background: var(--color-accenta) !important;
  padding: 1px 20px 0;
  display: inline-block;
  border-radius: 40px;
  letter-spacing: 1px;
}
.pagination a:hover {
  background: #7d7d7d;
  color: #fff;
}
#comment-wrap #commentform .form-submit {
  float: none;
  text-align: left;
}
#comment-wrap #commentform .form-submit .submit.et_pb_button {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1 !important;
  padding: 10px 20px 10px;
  margin: 0px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  letter-spacing: .5px;
  border-color: #ed2475;
  color: #fff;
  background: #ed2475;
}
#comment-wrap #commentform .form-submit .submit.et_pb_button:hover {
  color: #fff;
  background: #7d7d7d;
  border-color: #7d7d7d;
}
/*! End of "Branded Blog */
/*! -------------------------------------------- */
/*! Start of "link decoration" ID: 32958 */
.band-hero a:not(.btn):not(.animBtn),
.band-hero-alt a:not(.btn):not(.animBtn),
.band-dark a:not(.btn):not(.animBtn),
.band-dark-alt a:not(.btn):not(.animBtn) {
  text-decoration: underline;
}
.band-hero a:not(.btn):not(.animBtn):hover,
.band-hero-alt a:not(.btn):not(.animBtn):hover,
.band-dark a:not(.btn):not(.animBtn):hover,
.band-dark-alt a:not(.btn):not(.animBtn):hover {
  text-decoration: none;
}
/*! End of "link decoration */
/*! -------------------------------------------- */
/*! Start of "navlink-off" ID: 32782 */
.navlink-off a {
  color: rgba(88,88,88,0.4) !important;
}
.navlink-off a:before {
  content: none !important;
}
/*! End of "navlink-off */
/*! -------------------------------------------- */
/*! Start of "Search wrap" ID: 32669 */
.search-wrap {
  width: 100%;
  position: relative;
  margin: auto;
  background: #fff;
  text-align: center;
  min-height: 400px;
  border-radius: 10px !important;
}
.search-wrap button.mfp-close {
  top: 0px !important;
  right: 0px !important;
}
.search-wrap input {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  margin-top: 30px;
}
.search-wrap #datafetch {
  height: 300px;
  overflow: auto;
  text-align: left;
  margin-top: 40px;
}
.search-wrap #datafetch::-webkit-scrollbar {
  width: 5px;
  background: #fff;
  margin-right: 0px;
}
.search-wrap #datafetch::-webkit-scrollbar-thumb {
  background: #b9b9b9;
}
.search-wrap #datafetch .result-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
}
.search-wrap #datafetch .result-category {
  display: block;
  margin-bottom: 0px;
}
.search-wrap #datafetch .result-category a {
  font-size: 12px;
  color: #222;
  text-decoration: underline;
  display: inline-block;
  margin-right: 5px;
}
.search-wrap #datafetch .result-category a:hover {
  opacity: .7;
}
.search-wrap #datafetch .result-title {
  font-size: 24px;
  line-height: 1.2;
}
.search-wrap #datafetch .result-title a {
  color: var(--color-primary);
}
.search-wrap #datafetch .result-title a:hover {
  color: var(--color-accenta);
}
/*! End of "Search wrap */
/*! -------------------------------------------- */
/*! Start of "Blog Feed Slider Styling" ID: 32649 */
.blog_feed_slick_slider .slick-track {
  display: flex !important;
}
.blog_feed_slick_slider .slick-track .slick-slide {
  height: inherit !important;
}
.blog_feed_slick_slider .slick-track .slick-slide .et_pb_blog_feed_grid_posts_wrap {
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}
.blog_feed_slick_slider .slick-track .slick-slide .et_pb_blog_feed_grid_posts_wrap a.more-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/*! End of "Blog Feed Slider Styling */
/*! -------------------------------------------- */
/*! Start of "Multiple FA List &#8211; Two &#038; Three Columns" ID: 32427 */
.falist ul li i {
  font-size: 17px !important;
  left: 4px !important;
}
.falist ul {
  padding: 0px !important;
  list-style: none;
  display: inline-block;
  text-align: left;
  position: relative;
}
@media (max-width: 980px) {
  .falist ul {
    width: 100%;
    display: block;
    max-width: 280px;
    margin: auto;
  }
}
@media (max-width: 980px) {
  .falist ul {
    max-width: 300px;
  }
  .fa-mobile-wide.falist ul {
    max-width: 580px;
  }
  .fa-mobile-narrow.falist ul {
    max-width: 200px;
  }
}
.two-column-fa-list ul {
  display: grid !important;
  grid-gap: 10px;
  width: 100%;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
}
@media (max-width: 980px) {
  .two-column-fa-list ul {
    grid-template-columns: 100%;
  }
}
.three-column-fa-list ul {
  display: grid !important;
  grid-gap: 10px;
  width: 100%;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: auto;
}
@media (max-width: 980px) {
  .three-column-fa-list ul {
    grid-template-columns: 100%;
  }
}
/*! End of "Multiple FA List &#8211; Two &#038; Three Columns */
/*! -------------------------------------------- */
/*! Start of "Free Lord icon &#8211; animated emoji" ID: 32383 */
lord-icon {
  display: block;
  margin: auto;
}
/*! End of "Free Lord icon &#8211; animated emoji */
/*! -------------------------------------------- */
/*! Start of "Slick Slider prev next styling" ID: 32346 */
.band-light .slick-slider .slick-prev:before,
.band-light-alt .slick-slider .slick-prev:before {
  content: "\f053";
  color: var(--color-primary);
}
.band-light .slick-slider .slick-next:before,
.band-light-alt .slick-slider .slick-next:before {
  content: "\f054";
  color: var(--color-primary);
}
.band-dark .slick-slider .slick-prev:before,
.band-dark-alt .slick-slider .slick-prev:before {
  content: "\f053";
  color: #fff;
}
.band-dark .slick-slider .slick-next:before,
.band-dark-alt .slick-slider .slick-next:before {
  content: "\f054";
  color: #fff;
}
/*! End of "Slick Slider prev next styling */
/*! -------------------------------------------- */
/*! Start of "Blog Feed Grid Styiling" ID: 32334 */
.et_pb_blog_feed_grid_posts_wrap,
.more-link {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.content_wrap,
.post-meta {
  padding: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
p.post-meta {
  padding-top: 10px !important;
}
a.more-link {
  background: var(--color-primary);
  padding: 10px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #fff !important;
  transition: all 0.4s;
}
a.more-link:hover {
  background: var(--color-accenta);
  color: #000 !important;
}
/*! End of "Blog Feed Grid Styiling */
/*! -------------------------------------------- */
/*! Start of "Category page slider" ID: 32296 */
.categories-post .slick-slide {
  padding: 10px !important;
}
.slick-slide img {
  margin: 0 auto;
}
.et_pb_blog_feed_grid_posts_wrap {
  max-width: 300px;
  margin: 0 auto;
  background: #f9f9f9;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.content_wrap,
.post-meta {
  padding: 10px;
}
/*! End of "Category page slider */
/*! -------------------------------------------- */
/*! Start of "Hero SVG Wave Animation" ID: 32249 */
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 160px;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}
.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}
/*! End of "Hero SVG Wave Animation */
/*! -------------------------------------------- */
/*! Start of "Button font weight" ID: 32238 */
#main #et-boc .et-l a.btn.btn-2x,
.site a.btn.btn-2x {
  font-weight: 600;
  border-radius: 10px !important;
}
a.btn.btn-solid.btn-2x.color-accenta-btn.color-accentb-btn-hover,
a.cta-blurb.btn.btn-solid.btn-1x.color-accenta-btn.color-accentb-btn-hover {
  font-weight: 600 !important;
  border-radius: 10px !important;
}
/*! End of "Button font weight */
/*! -------------------------------------------- */
/*! Start of "Footer Styling" ID: 32161 */
.site-footer .footer-widgets {
  padding: 110px 0;
}
.site-footer .footer-widgets .widget-footer-col .widget-title {
  font-weight: 600;
}
.site-footer .footer-widgets .widget-footer-col .textwidget {
  font-size: 16px;
  font-weight: 400;
}
.site-footer .footer-widgets .widget-footer-col a {
  text-decoration: underline;
}
.site-footer .footer-widgets .widget-footer-col a:hover {
  text-decoration: none;
}
.site-footer .bttm-footer-wrap .bttm-footer {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1244px) {
  .site-footer .bttm-footer-wrap .bttm-footer {
    padding-bottom: 60px;
  }
}
.rsmm-socialbar-wrap .sb-links a {
  display: inline-block;
  padding: 8px;
  font-size: var(--heading-tertiary);
  margin-right: 5px;
}
.textwidget.custom-html-widget {
  padding-bottom: 30px;
}
/*! End of "Footer Styling */
/*! -------------------------------------------- */
/*! Start of "Accordion Styling" ID: 32140 */
.et_pb_accordion .et_pb_toggle {
  margin-bottom: 20px !important;
  border-radius: 20px !important;
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
  color: #2d424b !important;
  font-size: 22px !important;
  font-weight: 600;
}
h3.et_pb_toggle_title {
  margin: 0;
}
.accordion-position .et_pb_accordion {
  margin-top: -23%;
}
/*! End of "Accordion Styling */
/*! -------------------------------------------- */
/*! Start of "Band Hero Alt Styling" ID: 32113 */
.band-hero-alt {
  background-position: center;
  z-index: 2;
}
/*! End of "Band Hero Alt Styling */
/*! -------------------------------------------- */
/*! Start of "mfp-container" ID: 32046 */
.mfp-container .mfp-content > div.lang-popup-wrap {
  max-width: 600px;
}
.mfp-container .mfp-content > div {
  background: #fff;
  margin: 50px auto;
  padding: 20px;
  max-width: 800px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.mfp-close-btn-in .mfp-container .mfp-close {
  background: var(--color-accenta);
  color: #fff;
}
.mfp-close-btn-in .mfp-container .mfp-close:hover {
  opacity: 1;
  background: var(--color-accentb);
  color: #fff;
}
/*! End of "mfp-container */
/*! -------------------------------------------- */
/*! Start of "Coupon Cards" ID: 32080 */
.coupon-cards .blurb-content .style-rs-blurb-2 {
  transform: scale(1);
  transition: all 0.4s;
}
.coupon-cards .blurb-content .style-rs-blurb-2 .main-blurb-image {
  display: block !important;
  margin: 0 auto;
  text-align: center;
  height: 60px;
  width: 60px;
  background: var(--color-tertiary);
  line-height: 78px;
  border-radius: 50px;
  transform: translateY(25px);
}
.coupon-cards .blurb-content .style-rs-blurb-2 .main-blurb-image .blurb-icon-image i {
  color: #fff !important;
}
.coupon-cards .blurb-content .style-rs-blurb-2 .main-blurb-image:before {
  background: url(https://idealbodyclinic.premiumweb.ca/wp-content/uploads/2021/05/leaf-icon.svg);
  position: absolute;
  width: 300%;
  height: 160%;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s;
  left: -100%;
}
.coupon-cards .blurb-content .style-rs-blurb-2 .text-container {
  text-align: center;
}
.coupon-cards .blurb-content .style-rs-blurb-2 .blurb-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 10px;
  transition: all 0.4s;
}
.coupon-cards .blurb-content:hover .style-rs-blurb-2 {
  transform: scale(1.05);
}
.cta-blurb.btn.color-accenta-btn.color-accentb-btn-hover {
  color: #fff !important;
}
.cta-blurb.btn.color-accenta-btn.color-accentb-btn-hover:hover {
  color: #fff !important;
}
/*! End of "Coupon Cards */
/*! -------------------------------------------- */
/*! Start of "Band Dark Gradient Background Animation" ID: 31990 */
.band-dark {
  z-index: 2;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
}
.band-animation {
  background: linear-gradient(-45deg,#4c7181,#5d6a9d,#7fbbd6);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite !important;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*! End of "Band Dark Gradient Background Animation */
/*! -------------------------------------------- */
/*! Start of "Band Column Fix" ID: 31981 */
.et_pb_column {
  width: 100%;
}
/*! End of "Band Column Fix */
/*! -------------------------------------------- */
/*! Start of "Pseudo bg colors &#8211; pseudo-beans" ID: 31945 */
.pseudo-beans:before {
  content: "";
  background-image: url(https://idealbodyclinic.premiumweb.ca/wp-content/uploads/2021/05/bean-shapes-bottom-full.svg);
  position: absolute;
  height: 100%;
  width: 300px;
  background-repeat: no-repeat;
  right: 20px;
  bottom: 40px;
  background-position: bottom;
  z-index: 0;
}
.pseudo-beans:after {
  content: "";
  background-image: url(https://idealbodyclinic.premiumweb.ca/wp-content/uploads/2021/05/bean-shapes-top.svg);
  width: 300px;
  height: 100%;
  position: absolute;
  left: 3%;
  top: 12%;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  .pseudo-beans:after {
    top: 3%;
  }
}
/*! End of "Pseudo bg colors &#8211; pseudo-beans */
/*! -------------------------------------------- */
/*! Start of "Brush pseudoelement" ID: 31935 */
.brush-heading .heading-hero:before,
.brush-heading .heading-hero-alt:before {
  content: "";
  background: url(https://idealbodyclinic.premiumweb.ca/wp-content/uploads/2021/05/ideal-body-brush-element-orange.svg);
  position: absolute;
  width: 50%;
  height: 50%;
  left: 0;
  background-repeat: no-repeat;
  right: 0;
  margin: auto;
  top: 35px;
  opacity: 0.4;
  z-index: -1;
}
.brush-heading-white .heading-hero:before,
.brush-heading-white .heading-hero-alt:before {
  content: "";
  background: url(https://idealbodyclinic.premiumweb.ca/wp-content/uploads/2021/05/ideal-body-brush-element.svg);
  position: absolute;
  max-width: 400px;
  height: 50%;
  left: 0;
  background-repeat: no-repeat;
  right: 0;
  margin: auto;
  top: 0;
  opacity: 0.4;
  z-index: -1;
}
/*! End of "Brush pseudoelement */
/*! -------------------------------------------- 

 * End of Style Chunk CSS 
 * ================================================ */
 