@import url("https://s3.amazonaws.com/assets.roadsidemultimedia.com/icons/rs-icon-font/rs-icons.css");
/* -------------------------------------------- */
/* Start of "Icon Hero" ID: 38535 */
.icon-hero {
  padding: 80px 10px;
}
.icon-hero .icon-hero-content {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
}
.icon-hero .icon-hero-content h1,
.icon-hero .icon-hero-content .ih-desc,
.icon-hero .icon-hero-content .ih-icons {
  margin-bottom: 60px;
}
.icon-hero .icon-hero-content .ih-icons .ih-icon-item {
  display: inline-block;
  width: 300px;
  margin: 20px 0;
}
.icon-hero .icon-hero-content .ih-icons .ih-icon-item i {
  line-height: 120px;
  font-size: 100px;
  height: 120px;
  opacity: .3;
}
.icon-hero .icon-hero-content .ih-ctas .btn {
  margin: 10px;
}
/* End of "Icon Hero" */
/* -------------------------------------------- */
/* Start of "Hero Tab Slider" ID: 37426 */
.cat-tabs {
  position: absolute;
  z-index: 100;
  box-sizing: border-box;
  padding: 40px 0px;
  top: 50%;
  left: 80px;
  width: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .cat-tabs {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cat-tabs {
    padding: 20px 0px;
    left: 40px;
  }
}
.cat-tabs .tabs {
  padding: 0 0 0px;
  margin: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #fff;
}
@media (max-width: 980px) {
  .cat-tabs .tabs {
    display: none;
  }
}
.cat-tabs .tabs li {
  display: inline-block;
}
.cat-tabs .tabs li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  transition: all .7s;
  border-radius: 5px 5px 0px 0px;
}
.cat-tabs .tabs li a.active,
.cat-tabs .tabs li a:hover {
  background: #fff;
  color: #222;
}
.cat-tabs .tabgroup {
  display: block;
}
.cat-tabs .tabgroup > div {
  display: none;
}
.cat-tabs .tabgroup > div .tab-title {
  color: #fff;
  margin: 40px 0 20px;
  display: block;
}
.cat-tabs .tabgroup > div .cta-wrap {
  display: block;
}
.cat-tabs .tabgroup > div p,
.cat-tabs .tabgroup > div ul,
.cat-tabs .tabgroup > div ol {
  margin: 0 0 15px;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}
.cat-tabs .tabgroup > div.active {
  display: block;
}
.cat-slider-wrap {
  position: relative;
  display: block;
  background: #000;
}
.cat-slider-wrap h1 {
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
.cat-slider-wrap .cat-slider {
  overflow: hidden;
  margin: 0;
}
.cat-slider-wrap .cat-slider ul.slick-dots {
  width: 100%;
  max-width: 100%;
  padding: 0;
  bottom: 20px;
  z-index: 1;
}
.cat-slider-wrap .cat-slider ul.slick-dots li {
  width: 40px;
  height: 40px;
}
.cat-slider-wrap .cat-slider ul.slick-dots li button {
  width: 40px;
  height: 40px;
}
.cat-slider-wrap .cat-slider ul.slick-dots li button:before {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cat-slider-wrap .cat-slider .slick-prev {
  left: 10px;
  z-index: 1000;
}
.cat-slider-wrap .cat-slider .slick-prev:before {
  display: none;
}
.cat-slider-wrap .cat-slider .slick-prev path {
  fill: #fff;
}
.cat-slider-wrap .cat-slider .slick-next {
  right: 10px;
  z-index: 1000;
}
.cat-slider-wrap .cat-slider .slick-next:before {
  display: none;
}
.cat-slider-wrap .cat-slider .slick-next path {
  fill: #fff;
}
.cat-slider-wrap .cat-slider .slide-bg-wrap {
  display: block;
  height: 100vh !important;
  width: 100% !important;
  position: relative !important;
}
.cat-slider-wrap .cat-slider .slide-bg-wrap .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .7s;
  z-index: 1;
  opacity: .6;
  background-size: cover !important;
  background-position: center center !important;
}
.cat-slider-wrap .cat-slider .slide.active .slide-bg {
  animation: zoom 8s linear;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* End of "Hero Tab Slider" */
/* -------------------------------------------- */
/* Start of "LeafletJS Map" ID: 34381 */
.leafletjs-map {
  height: 350px;
}
.leafletjs-map .leaflet-popup-content {
  text-align: center;
}
/* End of "LeafletJS Map" */
/* -------------------------------------------- */
/* Start of "FA List Grid Filter" ID: 32036 */
.fa-list-grid-filter .filter-select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  display: none;
}
@media (max-width: 767px) {
  .fa-list-grid-filter .filter-select {
    display: block;
  }
}
.fa-list-grid-filter ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .fa-list-grid-filter ul {
    display: none;
  }
}
.fa-list-grid-filter ul li {
  width: 32%;
  padding: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  list-style: none;
  margin: 1% 0 0% 1%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px dashed #eaeaea;
  color: #fff;
  height: 60px;
  border-radius: 8px;
}
.fa-list-grid-filter ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .fa-list-grid-filter ul li {
    width: 32%;
  }
  .fa-list-grid-filter ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
.fa-list-grid-filter ul li:hover {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.fa-list-grid-filter ul li.active {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 2px;
}
.band-light .fa-list-grid-filter ul li,
.band-light-alt .fa-list-grid-filter ul li {
  padding: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  list-style: none;
  margin: 1% 0 0% 1%;
  background: #f9f9f9;
  border: 1px dashed #32b3bd;
  color: #222;
  height: 60px;
}
.band-light .fa-list-grid-filter ul li:hover,
.band-light-alt .fa-list-grid-filter ul li:hover {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.band-light .fa-list-grid-filter ul li.active,
.band-light-alt .fa-list-grid-filter ul li.active {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 2px;
}
/* End of "FA List Grid Filter" */
/* -------------------------------------------- */
/* Start of "FA List Grid" ID: 32034 */
.fa-list-grid ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  max-width: 100%;
}
.fa-list-grid ul li {
  width: 32%;
  padding: 10px 10px 10px 30px;
  margin: 1% .5% 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .fa-list-grid ul li {
    width: 32.333%;
  }
}
@media (max-width: 980px) {
  .fa-list-grid ul li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .fa-list-grid ul li {
    width: 98%;
  }
}
.fa-list-grid ul li.hidden {
  width: 0;
  height: 0;
  padding: 0;
  position: absolute;
}
.fa-list-grid ul li i {
  font-size: 20px;
  width: 20px;
  right: initial;
  left: 5px;
  bottom: initial;
  top: 15px;
  /* background: #afafaf; */
  text-align: center;
  line-height: 20px;
  position: absolute;
}
.fa-list-grid ul li p {
  font-size: 16px;
}
/* End of "FA List Grid" */
/* -------------------------------------------- */
/* Start of "MP4 Video Hero" ID: 31786 */
.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: none;
    background: #393939 !important;
  }
}
.mp4-video-hero .video-bg-hldr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.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%;
}
.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: 80%;
  z-index: 101;
  display: block;
  vertical-align: middle;
  padding: 40px;
  box-sizing: border-box;
}
@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;
    /* box-shadow: 0px -30px 40px #222; */
    z-index: 100;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mp4-video-hero .herospottxt .inner-text {
    padding: 40px 20px;
  }
}
.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;
}
@media (max-width: 980px) {
  .mp4-video-hero .herospottxt .btn-wrap {
    display: block;
    margin: 40px 10px 0;
  }
}
.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 "Button Standard" ID: 31692 */
/*@color-primary:#02334e;
@color-secondary:#f9f9f9;
@color-tertiary:#055580;
@color-accenta:#2297d4;
@color-accentb:#5a5d62;
body{
  height: 100%;
}*/
.btn-content-standard {
  display: block;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 980px) {
  .btn-content-standard {
    text-align: center !important;
    margin: 0;
  }
}
.btn-content-standard .btn-standard {
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-content-standard .btn-standard i {
  margin-right: 5px;
}
.btn-content-standard .btn-standard.small {
  font-size: 16px;
  padding: 8px 20px;
}
.btn-content-standard .btn-standard.medium {
  font-size: 18px;
  padding: 10px 30px;
}
.btn-content-standard .btn-standard.large {
  font-size: 21px;
  padding: 10px 40px;
}
.btn-content-standard .btn-standard.big {
  font-size: 25px;
  padding: 6px 40px;
}
.btn-content-standard .btn-standard:hover.solid-style-hv-accenta {
  border-color: #32b3bd !important;
  background: #32b3bd !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard:hover.solid-style-hv-accentb {
  border-color: #65c6ce !important;
  background: #65c6ce !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard:hover.solid-style-hv-primary {
  border-color: #222525 !important;
  background: #222525 !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard:hover.solid-style-hv-secondary {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #000 !important;
}
.btn-content-standard .btn-standard:hover.solid-style-hv-tertiary {
  border-color: #3a3631 !important;
  background: #3a3631 !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard:hover.solid-style-hv-white {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
}
.btn-content-standard .btn-standard:hover.solid-style-hv-black {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard:hover.style-2-hv-accenta {
  border-color: #32b3bd;
  background: #32b3bd !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standard .btn-standard:hover.style-2-hv-accentb {
  border-color: #65c6ce;
  background: #65c6ce !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standard .btn-standard:hover.style-2-hv-primary {
  border-color: #222525;
  background: #222525 !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standard .btn-standard:hover.style-2-hv-secondary {
  border-color: #ffffff;
  background: #ffffff !important;
  color: #000 !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standard .btn-standard:hover.style-2-hv-tertiary {
  border-color: #3a3631;
  background: #3a3631 !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standard .btn-standard.solid-style-accenta {
  border-color: #32b3bd;
  background: #32b3bd !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard.solid-style-accentb {
  border-color: #65c6ce;
  background: #65c6ce !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard.solid-style-primary {
  border-color: #222525;
  background: #222525 !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard.solid-style-secondary {
  border-color: #ffffff;
  background: #ffffff !important;
  color: #000 !important;
}
.btn-content-standard .btn-standard.solid-style-tertiary {
  border-color: #3a3631;
  background: #3a3631 !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard.solid-style-white {
  border-color: #fff;
  background: #fff !important;
  color: #000 !important;
}
.btn-content-standard .btn-standard.solid-style-black {
  border-color: #000;
  background: #000 !important;
  color: #fff !important;
}
.btn-content-standard .btn-standard.ghost-style-accenta {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #32b3bd !important;
  color: #32b3bd !important;
}
.btn-content-standard .btn-standard.ghost-style-accentb {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #65c6ce !important;
  color: #65c6ce !important;
}
.btn-content-standard .btn-standard.ghost-style-primary {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #222525 !important;
  color: #222525 !important;
}
.btn-content-standard .btn-standard.ghost-style-secondary {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-content-standard .btn-standard.ghost-style-tertiary {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #3a3631 !important;
  color: #3a3631 !important;
}
.btn-content-standard .btn-standard.ghost-style-white {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #32b3bd !important;
  color: #32b3bd !important;
}
.btn-content-standard .btn-standard.ghost-style-black {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #32b3bd !important;
  color: #32b3bd !important;
}
.btn-content-standard .btn-standard.animated-style-a-accenta:hover {
  border-color: #32b3bd;
}
.btn-content-standard .btn-standard.animated-style-a-accenta:hover:after,
.btn-content-standard .btn-standard.animated-style-a-accenta:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-a-accenta:after,
.btn-content-standard .btn-standard.animated-style-a-accenta:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-a-accenta:after {
  background: none repeat scroll 0 0 #32b3bd;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-content-standard .btn-standard.animated-style-a-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-a-accentb:hover {
  border-color: #65c6ce;
}
.btn-content-standard .btn-standard.animated-style-a-accentb:hover:after,
.btn-content-standard .btn-standard.animated-style-a-accentb:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-a-accentb:after,
.btn-content-standard .btn-standard.animated-style-a-accentb:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-a-accentb:after {
  background: none repeat scroll 0 0 #65c6ce;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-content-standard .btn-standard.animated-style-a-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-a-primary:hover {
  border-color: #222525;
}
.btn-content-standard .btn-standard.animated-style-a-primary:hover:after,
.btn-content-standard .btn-standard.animated-style-a-primary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-a-primary:after,
.btn-content-standard .btn-standard.animated-style-a-primary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-a-primary:after {
  background: none repeat scroll 0 0 #222525;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-content-standard .btn-standard.animated-style-a-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-a-secondary:hover {
  border-color: #ffffff;
}
.btn-content-standard .btn-standard.animated-style-a-secondary:hover:after,
.btn-content-standard .btn-standard.animated-style-a-secondary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-a-secondary:after,
.btn-content-standard .btn-standard.animated-style-a-secondary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-a-secondary:after {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-content-standard .btn-standard.animated-style-a-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-a-tertiary:hover {
  border-color: #3a3631;
}
.btn-content-standard .btn-standard.animated-style-a-tertiary:hover:after,
.btn-content-standard .btn-standard.animated-style-a-tertiary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-a-tertiary:after,
.btn-content-standard .btn-standard.animated-style-a-tertiary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-a-tertiary:after {
  background: none repeat scroll 0 0 #3a3631;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-content-standard .btn-standard.animated-style-a-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-b-accenta:hover {
  border-color: #32b3bd;
}
.btn-content-standard .btn-standard.animated-style-b-accenta:hover:after,
.btn-content-standard .btn-standard.animated-style-b-accenta:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-b-accenta:after,
.btn-content-standard .btn-standard.animated-style-b-accenta:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-b-accenta:after {
  background: none repeat scroll 0 0 #32b3bd;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-content-standard .btn-standard.animated-style-b-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-b-accentb:hover {
  border-color: #65c6ce;
}
.btn-content-standard .btn-standard.animated-style-b-accentb:hover:after,
.btn-content-standard .btn-standard.animated-style-b-accentb:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-b-accentb:after,
.btn-content-standard .btn-standard.animated-style-b-accentb:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-b-accentb:after {
  background: none repeat scroll 0 0 #65c6ce;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-content-standard .btn-standard.animated-style-b-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-b-primary:hover {
  border-color: #222525;
}
.btn-content-standard .btn-standard.animated-style-b-primary:hover:after,
.btn-content-standard .btn-standard.animated-style-b-primary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-b-primary:after,
.btn-content-standard .btn-standard.animated-style-b-primary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-b-primary:after {
  background: none repeat scroll 0 0 #222525;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-content-standard .btn-standard.animated-style-b-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-b-secondary:hover {
  border-color: #ffffff;
}
.btn-content-standard .btn-standard.animated-style-b-secondary:hover:after,
.btn-content-standard .btn-standard.animated-style-b-secondary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-b-secondary:after,
.btn-content-standard .btn-standard.animated-style-b-secondary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-b-secondary:after {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-content-standard .btn-standard.animated-style-b-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-b-tertiary:hover {
  border-color: #3a3631;
}
.btn-content-standard .btn-standard.animated-style-b-tertiary:hover:after,
.btn-content-standard .btn-standard.animated-style-b-tertiary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-b-tertiary:after,
.btn-content-standard .btn-standard.animated-style-b-tertiary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-b-tertiary:after {
  background: none repeat scroll 0 0 #3a3631;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-content-standard .btn-standard.animated-style-b-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-c-accenta:hover {
  border-color: #32b3bd;
}
.btn-content-standard .btn-standard.animated-style-c-accenta:hover:after,
.btn-content-standard .btn-standard.animated-style-c-accenta:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-c-accenta:after,
.btn-content-standard .btn-standard.animated-style-c-accenta:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-c-accenta:after {
  background: none repeat scroll 0 0 #32b3bd;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-c-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-c-accentb:hover {
  border-color: #65c6ce;
}
.btn-content-standard .btn-standard.animated-style-c-accentb:hover:after,
.btn-content-standard .btn-standard.animated-style-c-accentb:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-c-accentb:after,
.btn-content-standard .btn-standard.animated-style-c-accentb:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-c-accentb:after {
  background: none repeat scroll 0 0 #65c6ce;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-c-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-c-primary:hover {
  border-color: #222525;
}
.btn-content-standard .btn-standard.animated-style-c-primary:hover:after,
.btn-content-standard .btn-standard.animated-style-c-primary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-c-primary:after,
.btn-content-standard .btn-standard.animated-style-c-primary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-c-primary:after {
  background: none repeat scroll 0 0 #222525;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-c-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-c-secondary:hover {
  border-color: #ffffff;
}
.btn-content-standard .btn-standard.animated-style-c-secondary:hover:after,
.btn-content-standard .btn-standard.animated-style-c-secondary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-c-secondary:after,
.btn-content-standard .btn-standard.animated-style-c-secondary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-c-secondary:after {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-c-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-c-tertiary:hover {
  border-color: #3a3631;
}
.btn-content-standard .btn-standard.animated-style-c-tertiary:hover:after,
.btn-content-standard .btn-standard.animated-style-c-tertiary:hover:visited:after {
  height: 700%;
}
.btn-content-standard .btn-standard.animated-style-c-tertiary:after,
.btn-content-standard .btn-standard.animated-style-c-tertiary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-c-tertiary:after {
  background: none repeat scroll 0 0 #3a3631;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-c-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-d-accenta:hover {
  border-color: #32b3bd;
}
.btn-content-standard .btn-standard.animated-style-d-accenta:hover:after,
.btn-content-standard .btn-standard.animated-style-d-accenta:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standard .btn-standard.animated-style-d-accenta:after,
.btn-content-standard .btn-standard.animated-style-d-accenta:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 0%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-d-accenta:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 #32b3bd;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-d-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-d-accentb:hover {
  border-color: #65c6ce;
}
.btn-content-standard .btn-standard.animated-style-d-accentb:hover:after,
.btn-content-standard .btn-standard.animated-style-d-accentb:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standard .btn-standard.animated-style-d-accentb:after,
.btn-content-standard .btn-standard.animated-style-d-accentb:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 0%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-d-accentb:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 #65c6ce;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-d-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-d-primary:hover {
  border-color: #222525;
}
.btn-content-standard .btn-standard.animated-style-d-primary:hover:after,
.btn-content-standard .btn-standard.animated-style-d-primary:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standard .btn-standard.animated-style-d-primary:after,
.btn-content-standard .btn-standard.animated-style-d-primary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 0%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-d-primary:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 #222525;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-d-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-d-secondary:hover {
  border-color: #ffffff;
}
.btn-content-standard .btn-standard.animated-style-d-secondary:hover:after,
.btn-content-standard .btn-standard.animated-style-d-secondary:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standard .btn-standard.animated-style-d-secondary:after,
.btn-content-standard .btn-standard.animated-style-d-secondary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 0%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-d-secondary:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-d-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.animated-style-d-tertiary:hover {
  border-color: #3a3631;
}
.btn-content-standard .btn-standard.animated-style-d-tertiary:hover:after,
.btn-content-standard .btn-standard.animated-style-d-tertiary:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standard .btn-standard.animated-style-d-tertiary:after,
.btn-content-standard .btn-standard.animated-style-d-tertiary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 0%;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-content-standard .btn-standard.animated-style-d-tertiary:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 #3a3631;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standard .btn-standard.animated-style-d-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standard .btn-standard.style-2-accenta {
  border-color: #32b3bd;
  background: #32b3bd !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s!important;
}
.btn-content-standard .btn-standard.style-2-accentb {
  border-color: #65c6ce;
  background: #65c6ce !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s!important;
}
.btn-content-standard .btn-standard.style-2-primary {
  border-color: #222525;
  background: #222525 !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s!important;
}
.btn-content-standard .btn-standard.style-2-secondary {
  border-color: #ffffff;
  background: #ffffff !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s!important;
}
.btn-content-standard .btn-standard.style-2-tertiary {
  border-color: #3a3631;
  background: #3a3631 !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s!important;
}
.btn-content-standard .btn-standard.style-3 {
  line-height: 1;
  border-radius: 2px !important;
  position: relative;
  z-index: 5;
  display: inline;
  box-shadow: 7px 7px 0 0 #303030;
}
.btn-content-standard .btn-standard.style-3:hover {
  box-shadow: 4px 4px 0 0 #303030;
}
.btn-content-standard .btn-standard.style-4-accenta {
  background: transparent !important;
  color: #32b3bd !important;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  border: 0 !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  z-index: 10;
  padding: 12px 30px;
}
.btn-content-standard .btn-standard.style-4-accenta:hover:before,
.btn-content-standard .btn-standard.style-4-accenta:hover:after {
  width: 80%;
}
.btn-content-standard .btn-standard.style-4-accenta:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #32b3bd;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-accenta:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #32b3bd;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-accentb {
  background: transparent !important;
  color: #65c6ce !important;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  border: 0 !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  z-index: 10;
  padding: 12px 30px;
}
.btn-content-standard .btn-standard.style-4-accentb:hover:before,
.btn-content-standard .btn-standard.style-4-accentb:hover:after {
  width: 80%;
}
.btn-content-standard .btn-standard.style-4-accentb:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #65c6ce;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-accentb:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #65c6ce;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-primary {
  background: transparent !important;
  color: #222525 !important;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  border: 0 !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  z-index: 10;
  padding: 12px 30px;
}
.btn-content-standard .btn-standard.style-4-primary:hover:before,
.btn-content-standard .btn-standard.style-4-primary:hover:after {
  width: 80%;
}
.btn-content-standard .btn-standard.style-4-primary:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #222525;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-primary:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #222525;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-secondary {
  background: transparent !important;
  color: #ffffff !important;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  border: 0 !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  z-index: 10;
  padding: 12px 30px;
}
.btn-content-standard .btn-standard.style-4-secondary:hover:before,
.btn-content-standard .btn-standard.style-4-secondary:hover:after {
  width: 80%;
}
.btn-content-standard .btn-standard.style-4-secondary:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #ffffff;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-secondary:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-tertiary {
  background: transparent !important;
  color: #3a3631 !important;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  border: 0 !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  z-index: 10;
  padding: 12px 30px;
}
.btn-content-standard .btn-standard.style-4-tertiary:hover:before,
.btn-content-standard .btn-standard.style-4-tertiary:hover:after {
  width: 80%;
}
.btn-content-standard .btn-standard.style-4-tertiary:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #3a3631;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-4-tertiary:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: #3a3631;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: -3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-content-standard .btn-standard.style-5 {
  color: #fff;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  background: -moz-linear-gradient(top, #32b3bd 0, #65c6ce 100%);
  background: -webkit-linear-gradient(top, #32b3bd 0, #65c6ce 100%);
  background: linear-gradient(to bottom, #32b3bd 0, #65c6ce 100%);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.btn-content-standard .btn-standard.style-5:hover {
  background: -moz-linear-gradient(top, #65c6ce 0, #32b3bd 100%) !important;
  background: -webkit-linear-gradient(top, #65c6ce 0, #32b3bd 100%) !important;
  background: linear-gradient(to bottom, #65c6ce 0, #32b3bd 100%) !important;
}
.btn-content-standard .btn-standard.style-6-accenta {
  height: 50px;
  background: transparent !important;
  line-height: 50px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 45px;
  border-radius: 0 !important;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  position: relative;
  border-color: #32b3bd;
  color: #32b3bd !important;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-accenta:before,
.btn-content-standard .btn-standard.style-6-accenta:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid #32b3bd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-accenta:before {
  left: 0;
  top: 0;
}
.btn-content-standard .btn-standard.style-6-accenta:after {
  right: 0;
  bottom: 0;
}
.btn-content-standard .btn-standard.style-6-accenta:hover:before,
.btn-content-standard .btn-standard.style-6-accenta:hover:after {
  height: 100%;
}
.btn-content-standard .btn-standard.style-6-accentb {
  height: 50px;
  background: transparent !important;
  line-height: 50px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 45px;
  border-radius: 0 !important;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  position: relative;
  border-color: #65c6ce;
  color: #65c6ce !important;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-accentb:before,
.btn-content-standard .btn-standard.style-6-accentb:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid #65c6ce;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-accentb:before {
  left: 0;
  top: 0;
}
.btn-content-standard .btn-standard.style-6-accentb:after {
  right: 0;
  bottom: 0;
}
.btn-content-standard .btn-standard.style-6-accentb:hover:before,
.btn-content-standard .btn-standard.style-6-accentb:hover:after {
  height: 100%;
}
.btn-content-standard .btn-standard.style-6-primary {
  height: 50px;
  background: transparent !important;
  line-height: 50px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 45px;
  border-radius: 0 !important;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  position: relative;
  border-color: #222525;
  color: #222525 !important;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-primary:before,
.btn-content-standard .btn-standard.style-6-primary:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid #222525;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-primary:before {
  left: 0;
  top: 0;
}
.btn-content-standard .btn-standard.style-6-primary:after {
  right: 0;
  bottom: 0;
}
.btn-content-standard .btn-standard.style-6-primary:hover:before,
.btn-content-standard .btn-standard.style-6-primary:hover:after {
  height: 100%;
}
.btn-content-standard .btn-standard.style-6-secondary {
  height: 50px;
  background: transparent !important;
  line-height: 50px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 45px;
  border-radius: 0 !important;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  position: relative;
  border-color: #ffffff;
  color: #ffffff !important;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-secondary:before,
.btn-content-standard .btn-standard.style-6-secondary:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-secondary:before {
  left: 0;
  top: 0;
}
.btn-content-standard .btn-standard.style-6-secondary:after {
  right: 0;
  bottom: 0;
}
.btn-content-standard .btn-standard.style-6-secondary:hover:before,
.btn-content-standard .btn-standard.style-6-secondary:hover:after {
  height: 100%;
}
.btn-content-standard .btn-standard.style-6-tertiary {
  height: 50px;
  background: transparent !important;
  line-height: 50px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 45px;
  border-radius: 0 !important;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  position: relative;
  border-color: #3a3631;
  color: #3a3631 !important;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-tertiary:before,
.btn-content-standard .btn-standard.style-6-tertiary:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid #3a3631;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-content-standard .btn-standard.style-6-tertiary:before {
  left: 0;
  top: 0;
}
.btn-content-standard .btn-standard.style-6-tertiary:after {
  right: 0;
  bottom: 0;
}
.btn-content-standard .btn-standard.style-6-tertiary:hover:before,
.btn-content-standard .btn-standard.style-6-tertiary:hover:after {
  height: 100%;
}
/* End of "Button Standard" */
/* -------------------------------------------- */
/* Start of "MP4 Inline Player" ID: 31805 */
.responsive-mp4-wrap {
  position: relative;
}
.responsive-mp4-wrap.left {
  text-align: left;
}
.responsive-mp4-wrap.center {
  text-align: center;
}
.responsive-mp4-wrap.right {
  text-align: right;
}
@media (max-width: 980px) {
  .responsive-mp4-wrap.left,
  .responsive-mp4-wrap.center,
  .responsive-mp4-wrap.right {
    text-align: center;
  }
}
.responsive-mp4-wrap video {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
}
.responsive-mp4-wrap video:hover {
  cursor: pointer;
}
/* End of "MP4 Inline Player" */
/* -------------------------------------------- */
/* Start of "Lazy Load YouTube Inline" ID: 31807 */
.lazy-load-youtube-inline {
  max-width: 680px;
  margin: 20px auto;
  padding: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.lazy-load-youtube-inline .youtube {
  margin-bottom: 0px;
  position: relative;
  padding-top: 56.2%;
  overflow: hidden;
  cursor: pointer;
}
.lazy-load-youtube-inline .youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.lazy-load-youtube-inline .youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.lazy-load-youtube-inline .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #444444;
}
.lazy-load-youtube-inline .youtube img,
.lazy-load-youtube-inline .youtube .play-button {
  cursor: pointer;
}
.lazy-load-youtube-inline .youtube img,
.lazy-load-youtube-inline .youtube iframe,
.lazy-load-youtube-inline .youtube .play-button,
.lazy-load-youtube-inline .youtube .play-button:before {
  position: absolute;
}
.lazy-load-youtube-inline .youtube .play-button,
.lazy-load-youtube-inline .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lazy-load-youtube-inline .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.lazy-load-youtube-inline .youtube:hover .play-button {
  opacity: 1;
}
/* End of "Lazy Load YouTube Inline" */
/* -------------------------------------------- */
/* Start of "Image Standard" ID: 31571 */
.img-standard {
  text-align: center;
  position: relative;
  line-height: 0;
  transition: all .4s;
}
.img-standard.left {
  text-align: left;
}
.img-standard.right {
  text-align: right;
}
.img-standard.img-circle .img-overlay,
.img-standard.img-circle img {
  border-radius: 50%;
  overflow: hidden;
}
.img-standard a {
  display: inline-block;
}
.img-standard a .img-overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .4s;
}
.img-standard a .img-overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -20%);
  -moz-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  font-size: 48px;
  transition: all .4s;
}
.img-standard a:hover img {
  opacity: .7;
}
.img-standard a:hover.with-overlay img {
  opacity: 1;
}
.img-standard a:hover.with-overlay .img-overlay {
  opacity: 1;
}
.img-standard a:hover.with-overlay .img-overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.img-standard img {
  position: relative;
  max-width: 100%;
  display: inline-block;
  z-index: 1;
}
.img-main img {
  border: 3px solid #000;
  border-radius: 1px;
}
@media (max-width: 480px) {
  .img-main img {
    max-width: 280px;
  }
}
.band-dark .img-main img,
.band-dark-alt .img-main img {
  border: 3px solid #fff;
  border-radius: 1px;
}
/* End of "Image Standard" */
/* -------------------------------------------- */
/* Start of "Partial Image Slider" ID: 30681 */
.partial-image-slider-wrap .partial-image-slider-item {
  margin: 10px;
}
.partial-image-slider-wrap .slick-dots {
  bottom: -45px !important;
  max-width: none !important;
}
/* End of "Partial Image Slider" */
/* -------------------------------------------- */
/* Start of "Blurb Standard" ID: 30676 */
.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: #222222;
  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 0.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 0.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: #ffffff;
  padding: 15px;
  border-right: 4px solid #32b3bd;
  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 #ffffff 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: #222222;
  font-size: 18px;
}
.blurb-content .blurb-icon-image i.color-primary-icon {
  color: #222525 !important;
}
.blurb-content .blurb-icon-image i.color-secondary-icon {
  color: #ffffff !important;
}
.blurb-content .blurb-icon-image i.color-tertiary-icon {
  color: #3a3631 !important;
}
.blurb-content .blurb-icon-image i.color-accenta-icon {
  color: #32b3bd !important;
}
.blurb-content .blurb-icon-image i.color-accentb-icon {
  color: #65c6ce !important;
}
.blurb-content .blurb-icon-image i.color-white-icon {
  color: #ffffff !important;
}
.blurb-content .blurb-icon-image i.color-black-icon {
  color: #222222 !important;
}
.blurb-description {
  margin-bottom: 10px;
}
/* End of "Blurb Standard" */
/* -------------------------------------------- */
/* Start of "Hover Boxes" ID: 25933 */
@media (max-width: 1024px) {
  .band-dark .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-dark-alt .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-dark .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc,
  .band-dark-alt .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc {
    color: #ffffff !important;
  }
}
@media (max-width: 1024px) {
  .band-light .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-light-alt .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-light .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc,
  .band-light-alt .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc {
    color: #222222 !important;
  }
}
.hover-box {
  display: block;
  max-width: 450px;
  margin: auto;
  overflow: hidden;
  background: #000;
}
@media only screen and (max-width: 1024px) {
  .hover-box {
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .hover-box {
    max-width: 320px;
  }
}
.hover-box figure {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin: 0;
}
.hover-box figure img {
  display: block;
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.hover-box figure .hover-box-front-icon {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 150px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hover-box 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;
}
.hover-box figure .hb-text-wrap {
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .hover-box figure .hb-text-wrap {
    padding: 20px;
  }
}
.hover-box 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 figure .hb-text-wrap .hb-title-wrap {
    font-size: 26px;
    font-family: 'Philosopher';
    font-weight: 700;
  }
}
.hover-box figure .hb-text-wrap .hb-desc-wrap {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.hover-box figure .hb-text-wrap .hb-desc-wrap .hb-desc {
  position: relative;
  z-index: 5;
}
@media (min-width: 1025px) {
  .hover-box.hb-style-1 figure img {
    -webkit-transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
    -moz-transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
    transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
  }
  .hover-box.hb-style-1 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
  }
  .hover-box.hb-style-1 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .hover-box.hb-style-1 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff !important;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    transform: translatey(20px);
    height: 100%;
    position: relative;
  }
  .hover-box.hb-style-1 figure .hb-text-wrap .hb-desc-wrap p {
    font-size: 16px;
  }
  .hover-box.hb-style-1 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 90%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.hb-style-1 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.hb-style-1 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.hb-style-1:hover figure img {
    -webkit-transform: translate3d(0%, 0px, 0) translateY(0%) scale(1);
    -moz-transform: translate3d(0%, 0px, 0) translateY(0%) scale(1);
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1);
  }
  .hover-box.hb-style-1:hover figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.hb-style-1:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.hb-style-2 figure img {
    transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
    opacity: .6;
  }
  .hover-box.hb-style-2 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-2 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
  }
  .hover-box.hb-style-2 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
  }
  .hover-box.hb-style-2 figure .hb-text-wrap .hb-title-wrap:after {
    content: "";
    width: 0%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hover-box.hb-style-2 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    display: block;
    position: relative;
    height: 100%;
  }
  .hover-box.hb-style-2 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 85%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.hb-style-2 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.hb-style-2 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.hb-style-2:hover figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.2);
  }
  .hover-box.hb-style-2:hover figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.hb-style-2:hover figure .hb-text-wrap .hb-title-wrap:after {
    width: 100%;
  }
  .hover-box.hb-style-2:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .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(0.8);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.8);
    transform: translateY(-50%) translateX(-50%) scale(0.8);
  }
  .hover-box.hb-style-3 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
  }
  .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);
  }
  .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);
  }
  .hover-box.hb-style-4 figure img {
    opacity: .6;
  }
  .hover-box.hb-style-4 figure .hb-overlay-wrap {
    opacity: .5;
  }
  .hover-box.hb-style-4 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .hover-box.hb-style-4 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    text-align: left;
    z-index: 5;
  }
  .hover-box.hb-style-4 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
    z-index: 4;
    -webkit-transform: translateY(50%) translateX(50%);
    -moz-transform: translateY(50%) translateX(50%);
    transform: translateY(50%) translateX(50%);
    opacity: 0;
  }
  .hover-box.hb-style-4 figure .hb-text-wrap .hb-desc-wrap:after {
    content: "";
    z-index: 1;
    background: #ffffff;
    width: 150%;
    padding-top: 150%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-15%) translateX(-45%);
    -moz-transform: translateY(-15%) translateX(-45%);
    transform: translateY(-15%) translateX(-45%);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 600px rgba(0, 0, 0, 0.2);
  }
  .hover-box.hb-style-4 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    color: #222;
  }
  .hover-box.hb-style-4:hover figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.2);
    opacity: .4;
  }
  .hover-box.hb-style-4:hover figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.hb-style-4:hover figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-4:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.hb-style-5 figure img {
    opacity: .6;
  }
  .hover-box.hb-style-5 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-5 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(-55%) scale(1);
    -moz-transform: translateY(-50%) translateX(-55%) scale(1);
    transform: translateY(-50%) translateX(-55%) scale(1);
  }
  .hover-box.hb-style-5 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
  }
  .hover-box.hb-style-5 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    display: block;
  }
  .hover-box.hb-style-5 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    transform: translateX(-5%);
    height: 100%;
    position: relative;
  }
  .hover-box.hb-style-5 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 85%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.hb-style-5 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.hb-style-5 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.hb-style-5:hover figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.2);
  }
  .hover-box.hb-style-5:hover figure .hb-overlay-wrap {
    opacity: 1;
  }
  .hover-box.hb-style-5: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-5:hover figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-5:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .hover-box.hb-style-6 figure img {
    opacity: 1;
  }
  .hover-box.hb-style-6 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-6 figure .hb-text-wrap {
    position: absolute;
    bottom: 2%;
    left: 2%;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 96%;
    background: rgba(255, 255, 255, 0.8);
  }
  .hover-box.hb-style-6 figure .hb-text-wrap .hb-title-wrap {
    color: #222;
    font-size: 26px;
    line-height: 1.2;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .hover-box.hb-style-6 figure .hb-text-wrap .hb-desc-wrap {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin-bottom: -71px;
  }
  .hover-box.hb-style-6 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.1);
  }
  .hover-box.hb-style-6 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-6 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-6 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    margin-bottom: 0px;
    padding: 0 20px 20px;
  }
  .hover-box.hb-style-7 figure {
    padding-bottom: 50px;
  }
  .hover-box.hb-style-7 figure img {
    opacity: 1;
  }
  .hover-box.hb-style-7 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
    display: block;
    bottom: intial;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    background: #222;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px 50px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    top: 50%;
    left: 4%;
    width: 92%;
    max-height: 60%;
    position: absolute;
    padding: 0 10px;
    margin-top: -30px;
    transform: translateY(-50%);
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.4);
    margin-right: 0px;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #b9b9b9;
  }
  .hover-box.hb-style-7 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.1);
  }
  .hover-box.hb-style-7 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-title-wrap {
    line-height: 70px;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
  }
  .hover-box.hb-style-8 figure {
    padding-bottom: 0px;
  }
  .hover-box.hb-style-8 figure img {
    opacity: 1;
  }
  .hover-box.hb-style-8 figure .hb-overlay-wrap {
    opacity: .5;
  }
  .hover-box.hb-style-8 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .hover-box.hb-style-8 figure .hb-text-wrap .hb-title-wrap {
    font-family: 'Roboto';
    color: #fff !important;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
    display: block;
    bottom: intial;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hover-box.hb-style-8 figure .hb-text-wrap .hb-desc-wrap {
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px 50px;
    position: relative;
    top: 60px;
    left: 50%;
    width: 90%;
    height: 70%;
    z-index: 11;
    background: #ffffff;
    -webkit-transform: translateX(-50%) translateY(80px);
    -moz-transform: translateX(-50%) translateY(80px);
    transform: translateX(-50%) translateY(80px);
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .hover-box.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    text-align: left;
    padding: 0 10px 0 0;
  }
  .hover-box.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc p {
    color: #000 !important;
  }
  .hover-box.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: #efefef;
    margin-right: 0px;
  }
  .hover-box.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #b9b9b9;
  }
  .hover-box.hb-style-8:hover figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.1);
  }
  .hover-box.hb-style-8:hover figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.hb-style-8:hover figure .hb-text-wrap .hb-title-wrap {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .hover-box.hb-style-8:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }
  .hover-box.hb-style-9 figure {
    padding-bottom: 0px;
  }
  .hover-box.hb-style-9 figure img {
    opacity: 1;
  }
  .hover-box.hb-style-9 figure .hb-overlay-wrap {
    opacity: 1;
    height: 0%;
    width: 95%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.hb-style-9 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    height: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
  }
  .hover-box.hb-style-9 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 20;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -30px;
  }
  .hover-box.hb-style-9 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    z-index: 11;
    border-radius: 5px;
    top: 50%;
    left: 0;
  }
  .hover-box.hb-style-9 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 0 0;
  }
  .hover-box.hb-style-9:hover figure .hb-overlay-wrap {
    opacity: .7;
    height: 95%;
  }
  .hover-box.hb-style-9:hover figure .hb-text-wrap {
    height: 95%;
  }
  .hover-box.hb-style-9:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
  }
  .hover-box.hb-style-10 {
    border-radius: 50%;
    overflow: hidden;
    background: none;
  }
  .hover-box.hb-style-10 figure {
    padding-bottom: 0px;
    border-radius: 50%;
  }
  .hover-box.hb-style-10 figure img {
    opacity: 1;
  }
  .hover-box.hb-style-10 figure .hb-overlay-wrap {
    opacity: 1;
    height: 0%;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.hb-style-10 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 90%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
  }
  .hover-box.hb-style-10 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 20;
    top: 50%;
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hover-box.hb-style-10 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    z-index: 11;
    border-radius: 5px;
    top: 50%;
    left: 0;
  }
  .hover-box.hb-style-10 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 0 0;
    opacity: 0;
  }
  .hover-box.hb-style-10:hover figure .hb-overlay-wrap {
    opacity: .7;
    height: 100%;
  }
  .hover-box.hb-style-10:hover figure .hb-text-wrap {
    height: 95%;
  }
  .hover-box.hb-style-10:hover figure .hb-text-wrap .hb-title-wrap {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .hover-box.hb-style-10:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
  }
  .hover-box.hb-style-10:hover figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .hover-box.hb-style-11 figure {
    padding-bottom: 0px;
  }
  .hover-box.hb-style-11 figure img {
    opacity: 1;
  }
  .hover-box.hb-style-11 figure .hb-overlay-wrap {
    opacity: .6;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.hb-style-11 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 5%;
    padding: 0px;
    box-sizing: border-box;
    width: 90%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
  }
  .hover-box.hb-style-11 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    padding-bottom: 20px;
    position: relative;
  }
  .hover-box.hb-style-11 figure .hb-text-wrap .hb-title-wrap:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 90%;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.hb-style-11 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 11;
    border-radius: 5px;
  }
  .hover-box.hb-style-11 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .hover-box.hb-style-11:hover figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.hb-style-11:hover figure .hb-text-wrap .hb-title-wrap {
    padding-bottom: 10px;
  }
  .hover-box.hb-style-11:hover figure .hb-text-wrap .hb-title-wrap:before {
    width: 60%;
    bottom: 0px;
  }
  .hover-box.hb-style-11:hover figure .hb-text-wrap .hb-desc-wrap {
    padding: 10px 20px 20px;
  }
  .hover-box.hb-style-12 {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    overflow: visible;
    background: rgba(0, 0, 0, 0);
  }
  .hover-box.hb-style-12 figure {
    overflow: visible;
    padding-bottom: 0px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .hover-box.hb-style-12 figure .hb-image-wrap {
    opacity: 1;
    position: relative;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.hb-style-12 figure .hb-image-wrap .hb-title-wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    line-height: 1.5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hover-box.hb-style-12 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-12 figure .hb-text-wrap {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hover-box.hb-style-12 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 20;
    padding-bottom: 20px;
    position: relative;
  }
  .hover-box.hb-style-12 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    box-sizing: border-box;
    text-align: left;
    z-index: 11;
    border-radius: 5px;
    position: relative;
    height: 100%;
  }
  .hover-box.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 85%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.hb-style-12:hover figure .hb-image-wrap {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .hover-box.hb-style-12:hover figure .hb-text-wrap {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .hover-box.hb-style-13 {
    overflow: hidden;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0);
  }
  .hover-box.hb-style-13 figure {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: auto;
    margin: 0;
  }
  .hover-box.hb-style-13 figure .hover-img {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .hover-box.hb-style-13 figure .top-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 100%;
    height: auto;
  }
  .hover-box.hb-style-13 figure .hb-text-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    text-align: left;
  }
  .hover-box.hb-style-13:hover .top-img {
    opacity: 1;
  }
  .hover-box.hb-style-13:hover .hb-text-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-14 figure:before,
  .hover-box.hb-style-14 figure:after {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.hb-style-14 figure:before {
    content: "";
    top: 30px;
    left: 15px;
    bottom: 30px;
    right: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    z-index: 11;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .hover-box.hb-style-14 figure:after {
    content: "";
    left: 30px;
    top: 15px;
    right: 30px;
    bottom: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    z-index: 11;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .hover-box.hb-style-14 figure .hb-image-wrap {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: .75;
  }
  .hover-box.hb-style-14 figure .hb-text-wrap {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .hover-box.hb-style-14 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding: 0 0 15px;
  }
  .hover-box.hb-style-14 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.hb-style-14:hover figure:before,
  .hover-box.hb-style-14:hover figure:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .hover-box.hb-style-14:hover figure .hb-image-wrap {
    opacity: 0.2;
  }
  .hover-box.hb-style-14:hover figure .hb-text-wrap {
    top: 50%;
  }
  .hover-box.hb-style-14:hover figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.hb-style-14: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.mobile-hover-mode.hb-style-1 figure img {
    -webkit-transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
    -moz-transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
    transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 70%;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    transform: translatey(20px);
    height: 100%;
    position: relative;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap .hb-desc-wrap p {
    font-size: 16px;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 90%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure img {
    -webkit-transform: translate3d(0%, 0px, 0) translateY(0%) scale(1);
    -moz-transform: translate3d(0%, 0px, 0) translateY(0%) scale(1);
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1);
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mobile-hover-mode.hb-style-1 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure img {
    transform: translate3d(-10%, 0px, 0) translateY(0%) scale(1.2);
    opacity: .6;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 70%;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-title-wrap:after {
    content: "";
    width: 0%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    display: block;
    position: relative;
    height: 100%;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 85%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.2);
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-title-wrap:after {
    width: 100%;
  }
  .hover-box.mobile-hover-mode.hb-style-2 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .hover-box.mobile-hover-mode.hb-style-3 figure img {
    opacity: .6;
  }
  .hover-box.mobile-hover-mode.hb-style-3 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.mobile-hover-mode.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(0.8);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.8);
    transform: translateY(-50%) translateX(-50%) scale(0.8);
  }
  .hover-box.mobile-hover-mode.hb-style-3 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
  }
  .hover-box.mobile-hover-mode.hb-style-3 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    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.mobile-hover-mode.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);
  }
  .hover-box.mobile-hover-mode.hb-style-3 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.2);
  }
  .hover-box.mobile-hover-mode.hb-style-3 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mobile-hover-mode.hb-style-3 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.mobile-hover-mode.hb-style-3 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mobile-hover-mode.hb-style-3 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure img {
    opacity: .6;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-overlay-wrap {
    opacity: .5;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    text-align: left;
    z-index: 5;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    z-index: 4;
    -webkit-transform: translateY(50%) translateX(50%);
    -moz-transform: translateY(50%) translateX(50%);
    transform: translateY(50%) translateX(50%);
    opacity: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-text-wrap .hb-desc-wrap:after {
    content: "";
    z-index: 1;
    background: #ffffff;
    width: 200%;
    padding-top: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-5%) translateX(-50%);
    -moz-transform: translateY(-5%) translateX(-50%);
    transform: translateY(-5%) translateX(-50%);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 600px rgba(0, 0, 0, 0.2);
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    color: #222;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.2);
    opacity: .4;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mobile-hover-mode.hb-style-4 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure img {
    opacity: .6;
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-5 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(-55%) scale(1);
    -moz-transform: translateY(-50%) translateX(-55%) scale(1);
    transform: translateY(-50%) translateX(-55%) scale(1);
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    height: 70%;
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 10px;
    display: block;
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    transform: translateX(-5%);
    height: 100%;
    position: relative;
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 85%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.2);
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-overlay-wrap {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-5 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.mobile-hover-mode.hb-style-5 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mobile-hover-mode.hb-style-5 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure img {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure .hb-overlay-wrap {
    opacity: .7;
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure .hb-text-wrap {
    position: absolute;
    bottom: 2%;
    left: 2%;
    padding: 0px 0px;
    box-sizing: border-box;
    width: 96%;
    background: rgba(255, 255, 255, 0.8);
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure .hb-text-wrap .hb-title-wrap {
    color: #222;
    font-size: 26px;
    line-height: 1.2;
    padding: 10px 10px 20px;
    display: block;
    text-align: center;
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure .hb-text-wrap .hb-desc-wrap {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin-bottom: -71px;
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.1);
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mobile-hover-mode.hb-style-6 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    margin-bottom: 0px;
    padding: 0 10px 10px;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure {
    padding-bottom: 50px;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure img {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
    display: block;
    bottom: intial;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    background: #222 !important;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap .hb-desc-wrap {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px 50px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    top: 50%;
    left: 4%;
    width: 92%;
    max-height: 60%;
    position: absolute;
    padding: 0 10px;
    margin-top: -30px;
    transform: translateY(-50%);
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.4);
    margin-right: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #b9b9b9;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.1);
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-overlay-wrap {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap .hb-title-wrap {
    line-height: 70px;
  }
  .hover-box.mobile-hover-mode.hb-style-7 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure {
    padding-bottom: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure img {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-overlay-wrap {
    opacity: .5;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-title-wrap {
    font-family: 'Roboto';
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
    display: block;
    bottom: intial;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-desc-wrap {
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px 50px;
    position: relative;
    top: 60px;
    left: 50%;
    width: 90%;
    height: 70%;
    z-index: 11;
    background: #ffffff;
    -webkit-transform: translateX(-50%) translateY(80px);
    -moz-transform: translateX(-50%) translateY(80px);
    transform: translateX(-50%) translateY(80px);
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    text-align: left;
    padding: 0 10px 0 0;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc p {
    color: #000 !important;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: #efefef;
    margin-right: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #b9b9b9;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure img {
    transform: translate3d(0%, 0px, 0) translateY(0%) scale(1.1);
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-title-wrap {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .hover-box.mobile-hover-mode.hb-style-8 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure {
    padding-bottom: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure img {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-overlay-wrap {
    opacity: 1;
    height: 0%;
    width: 95%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    height: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 20;
    top: initial;
    left: 0;
    position: relative;
    margin-top: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 11;
    border-radius: 5px;
    top: initial;
    left: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 0 0;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-overlay-wrap {
    opacity: .7;
    height: 95%;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-text-wrap {
    height: 90%;
  }
  .hover-box.mobile-hover-mode.hb-style-9 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-10 {
    border-radius: 50%;
    overflow: hidden;
    background: none;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure {
    padding-bottom: 0px;
    border-radius: 50%;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure img {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-overlay-wrap {
    opacity: 1;
    height: 0%;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    box-sizing: border-box;
    width: 90%;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 20;
    top: initial;
    left: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 11;
    border-radius: 5px;
    top: initial;
    left: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 0 0;
    opacity: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-overlay-wrap {
    opacity: .7;
    height: 100%;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-text-wrap .hb-title-wrap {
    background: rgba(0, 0, 0, 0) !important;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-10 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure {
    padding-bottom: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure img {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-overlay-wrap {
    opacity: .6;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 5%;
    padding: 0px;
    box-sizing: border-box;
    width: 90%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    padding-bottom: 20px;
    position: relative;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap .hb-title-wrap:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 90%;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 11;
    border-radius: 5px;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap .hb-title-wrap {
    padding-bottom: 10px;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap .hb-title-wrap:before {
    width: 60%;
    bottom: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-11 figure .hb-text-wrap .hb-desc-wrap {
    padding: 10px 20px 20px;
  }
  .hover-box.mobile-hover-mode.hb-style-12 {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    overflow: visible;
    background: rgba(0, 0, 0, 0);
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure {
    overflow: visible;
    padding-bottom: 0px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-image-wrap {
    opacity: 1;
    position: relative;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-image-wrap .hb-title-wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    line-height: 1.5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-text-wrap {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 10;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-text-wrap .hb-title-wrap {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 20;
    padding-bottom: 20px;
    position: relative;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    box-sizing: border-box;
    text-align: left;
    z-index: 11;
    border-radius: 5px;
    position: relative;
    height: 100%;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    height: 100%;
    max-height: 85%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-image-wrap {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .hover-box.mobile-hover-mode.hb-style-12 figure .hb-text-wrap {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .hover-box.mobile-hover-mode.hb-style-13 {
    overflow: hidden;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0);
  }
  .hover-box.mobile-hover-mode.hb-style-13 figure {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: auto;
    margin: 0;
  }
  .hover-box.mobile-hover-mode.hb-style-13 figure .hover-img {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .hover-box.mobile-hover-mode.hb-style-13 figure .top-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 100%;
    height: auto;
  }
  .hover-box.mobile-hover-mode.hb-style-13 figure .hb-text-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    text-align: left;
  }
  .hover-box.mobile-hover-mode.hb-style-13 .top-img {
    opacity: 1;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure:before,
  .hover-box.mobile-hover-mode.hb-style-14 figure:after {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure:before {
    content: "";
    top: 15px;
    left: 10px;
    bottom: 15px;
    right: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    z-index: 11;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure:after {
    content: "";
    left: 15px;
    top: 10px;
    right: 15px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    z-index: 11;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-image-wrap {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: .75;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-text-wrap {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding: 0 0 15px;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure:before,
  .hover-box.mobile-hover-mode.hb-style-14 figure:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-image-wrap {
    opacity: 0.2;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-text-wrap {
    top: 50%;
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mobile-hover-mode.hb-style-14 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box:not(.mobile-hover-mode) figure .hb-overlay-wrap {
    background: transparent !important;
  }
}
@media (max-width: 1024px) {
  .hover-box.mb-text-over-image.hb-style-14 figure:before {
    content: "";
    top: 30px;
    left: 15px;
    bottom: 30px;
    right: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    z-index: 11;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .hover-box.mb-text-over-image.hb-style-14 figure:after {
    content: "";
    left: 30px;
    top: 15px;
    right: 30px;
    bottom: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    z-index: 11;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .hover-box.mb-text-over-image.hb-style-14 figure .hb-image-wrap {
    opacity: 0.2;
  }
  .hover-box.mb-text-over-image.hb-style-14 figure .hb-text-wrap {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .hover-box.mb-text-over-image.hb-style-14 figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    padding: 0 0 15px;
  }
  .hover-box.mb-text-over-image.hb-style-14 figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mb-no-image figure .hb-image-wrap {
    display: none;
  }
  .hover-box:not(.mobile-hover-mode) figure {
    background: none !important;
  }
  .hover-box:not(.mobile-hover-mode) figure .hb-title-wrap {
    background: none !important;
  }
  .hover-box:not(.mobile-hover-mode) figure .hb-text-wrap {
    padding: 20px 0;
    background: none !important;
  }
  .hover-box figure .top-img {
    display: none;
  }
}
/* End of "Hover Boxes" */
/* -------------------------------------------- */
/* Start of "Basic Hero 2 Slider" ID: 31813 */
.basic-hero-2-slider {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 0;
  max-height: 1000px;
  overflow: hidden;
}
.basic-hero-2-slider .hero-slider-nav {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  z-index: 20;
  margin: 0;
  padding: 0;
}
.basic-hero-2-slider .hero-slider-nav li {
  position: relative;
  display: block;
  padding: 5px;
  opacity: .5;
}
.basic-hero-2-slider .hero-slider-nav li.active {
  opacity: 1;
}
.basic-hero-2-slider .hero-slider-nav li:hover {
  cursor: pointer;
  opacity: 1;
}
.basic-hero-2-slider .hero-slider-nav li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}
.basic-hero-2-slider .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
.basic-hero-2-slider .hero-slider .slick-dots {
  position: absolute;
  bottom: initial;
  display: block;
  width: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 11;
  right: 30px;
  top: 50%;
}
.basic-hero-2-slider .hero-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.basic-hero-2-slider .hero-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: .5;
}
.basic-hero-2-slider .hero-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.basic-hero-2-slider .hero-slider .slick-list {
  height: 100%;
}
.basic-hero-2-slider .hero-slider .slick-list .slick-track {
  height: 100%;
}
.basic-hero-2-slider .hero-slider .hero-slider-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.basic-hero-2-slider .hero-slider .hero-slider-item img {
  display: none;
}
.basic-hero-2-slider.hs-half,
.basic-hero-2-slider.hs-no-header-half {
  height: 50vh;
}
.basic-hero-2-slider:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .basic-hero-2-slider {
    height: auto !important;
    max-height: none;
    background: #fff !important;
  }
}
.basic-hero-2-slider .tablet-hero,
.basic-hero-2-slider .mobile-hero {
  display: none;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .tablet-hero {
    display: block;
  }
}
.basic-hero-2-slider .herospotoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
.basic-hero-2-slider .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: 10;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .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;
  }
}
.basic-hero-2-slider .herospottxt {
  position: absolute;
  width: 80%;
  z-index: 101;
  display: block;
  vertical-align: middle;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .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;
  }
}
.basic-hero-2-slider .herospottxt .inner-text {
  width: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt .inner-text {
    padding: 50px;
    /* box-shadow: 0px -30px 40px #222; */
    z-index: 100;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .basic-hero-2-slider .herospottxt .inner-text {
    padding: 40px 20px;
  }
}
.basic-hero-2-slider .herospottxt .inner-text ol,
.basic-hero-2-slider .herospottxt .inner-text ul {
  list-style-type: disc;
  margin-left: 40px;
}
.basic-hero-2-slider .herospottxt .btn-wrap {
  display: inline-block;
  margin: 40px 0 0 0;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt .btn-wrap {
    display: block;
    margin: 40px 10px 0;
  }
}
.basic-hero-2-slider .herospottxt h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.basic-hero-2-slider .herospottxt.hs-text-align-left {
  text-align: left;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt.hs-text-align-left {
    text-align: center;
  }
}
.basic-hero-2-slider .herospottxt.hs-text-align-center {
  text-align: center;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt.hs-text-align-center {
    text-align: center;
  }
}
.basic-hero-2-slider .herospottxt.hs-text-align-right {
  text-align: right;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt.hs-text-align-right {
    text-align: center;
  }
}
.basic-hero-2-slider .herospottxt.hs-aligncenter {
  width: 90%;
  left: 5%;
  right: 5%;
}
.basic-hero-2-slider .herospottxt.hs-aligncenter.hs-aligntop {
  top: 50px;
}
.basic-hero-2-slider .herospottxt.hs-aligncenter.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2-slider .herospottxt.hs-aligncenter.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignleft {
  width: 45%;
  left: 5%;
}
.basic-hero-2-slider .herospottxt.hs-alignleft .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt.hs-alignleft .btn-wrap {
    display: block;
  }
}
.basic-hero-2-slider .herospottxt.hs-alignleft.hs-aligntop {
  top: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignleft.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2-slider .herospottxt.hs-alignleft.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignright-custom {
  right: 5%;
}
.basic-hero-2-slider .herospottxt.hs-alignright-custom .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt.hs-alignright-custom .btn-wrap {
    display: block;
  }
}
.basic-hero-2-slider .herospottxt.hs-alignright-custom.hs-aligntop {
  top: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignright-custom.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2-slider .herospottxt.hs-alignright-custom.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignleft-custom {
  left: 5%;
}
.basic-hero-2-slider .herospottxt.hs-alignleft-custom .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt.hs-alignleft-custom .btn-wrap {
    display: block;
  }
}
.basic-hero-2-slider .herospottxt.hs-alignleft-custom.hs-aligntop {
  top: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignleft-custom.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2-slider .herospottxt.hs-alignleft-custom.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignright {
  width: 45%;
  right: 5%;
}
.basic-hero-2-slider .herospottxt.hs-alignright .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2-slider .herospottxt.hs-alignright .btn-wrap {
    display: block;
  }
}
.basic-hero-2-slider .herospottxt.hs-alignright.hs-aligntop {
  top: 50px;
}
.basic-hero-2-slider .herospottxt.hs-alignright.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2-slider .herospottxt.hs-alignright.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2-slider .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;
}
.basic-hero-2-slider .scrollhero:hover {
  opacity: 1;
  cursor: pointer;
}
.basic-hero-2-slider .scrollhero i {
  font-size: 50px;
  color: #ffffff;
}
/* End of "Basic Hero 2 Slider" */
/* -------------------------------------------- */
/* Start of "Color Block" ID: 17811 */
.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.color-p {
  background: #222525;
}
.color-block-wrap .color-block.color-s {
  background: #ffffff;
}
.color-block-wrap .color-block.color-t {
  background: #3a3631;
}
.color-block-wrap .color-block.color-a {
  background: #32b3bd;
}
.color-block-wrap .color-block.color-b {
  background: #65c6ce;
}
.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 "YouTube Video Slider" ID: 15895 */
.gallery-band-with-frame {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px solid #eeeeee;
}
.gallery-band-with-frame img {
  margin: auto;
  width: 100% !important;
  max-width: 480px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.gallery-band-with-frame .slick-slide .hldr {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.gallery-band-with-frame .slick-slide .hldr .gb-video {
  margin: 20px 10px;
}
.gallery-band-with-frame .slick-slide .hldr .gb-video:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  /* height: auto; */
  background: url('https://www.artisticsmiles.org/wp-content/uploads/2016/10/flat-frame-no-shadow-top.png');
  background-size: 100% auto;
  z-index: 10;
  top: 0;
  left: 0;
}
.gallery-band-with-frame .slick-slide .hldr .gb-video:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  /* height: auto; */
  background-position: bottom bottom;
  top: 0;
  left: 0;
  background: url('https://www.artisticsmiles.org/wp-content/uploads/2016/10/flat-frame-no-shadow-bottom-bar.png');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 12;
}
.gallery-band-with-frame .slick-slide .hldr .button {
  padding: 0px;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.gallery-band-with-frame .slick-slide .hldr .button.play-button {
  opacity: .6;
  border: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background: rgba(65, 150, 240, 0.5);
  color: rgba(255, 255, 255, 0.6);
}
.gallery-band-with-frame .slick-slide .hldr .button .fa-play {
  margin-left: 8px;
}
.gallery-band-with-frame .slick-slide .hldr .button:hover {
  cursor: pointer;
}
.gallery-band-with-frame .slick-slide .hldr .button.hide {
  display: none;
}
.gallery-band-with-frame .slick-slide .hldr .button.pause-button {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.gallery-band-with-frame .slick-slide .hldr a {
  position: relative;
  display: inline-block;
}
.gallery-band-with-frame .slick-slide .hldr a:hover .button.play-button {
  opacity: 1;
  background: rgba(65, 150, 240, 0.8);
  color: #ffffff;
}
.gallery-band-with-frame .slick-next {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(65, 150, 240, 0.5);
  border-radius: 3px;
  padding: 4px;
  width: 70px;
  height: 100%;
  top: 10px;
  right: 0%;
  margin-right: 0px;
  z-index: 20;
}
.gallery-band-with-frame .slick-next:hover {
  background: rgba(255, 255, 255, 0.7);
}
.gallery-band-with-frame .slick-next:hover:after {
  height: 0;
}
.gallery-band-with-frame .slick-next:hover:before {
  color: rgba(65, 150, 240, 0.8);
}
.gallery-band-with-frame .slick-next:before {
  content: "\f054" !important;
  font-family: 'FontAwesome' !important;
  opacity: 1;
  color: rgba(65, 150, 240, 0.5);
  font-size: 40px;
}
.gallery-band-with-frame .slick-next:after {
  content: "";
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.gallery-band-with-frame .slick-prev {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 4px;
  width: 70px;
  height: 100%;
  top: 10px;
  left: 0%;
  margin-left: 0px;
  z-index: 20;
}
.gallery-band-with-frame .slick-prev:hover {
  background: rgba(255, 255, 255, 0.7);
}
.gallery-band-with-frame .slick-prev:hover:after {
  height: 0;
}
.gallery-band-with-frame .slick-prev:hover:before {
  color: rgba(65, 150, 240, 0.8);
}
.gallery-band-with-frame .slick-prev:before {
  content: "\f053" !important;
  font-family: 'FontAwesome' !important;
  opacity: 1;
  color: rgba(65, 150, 240, 0.5);
  font-size: 40px;
}
.gallery-band-with-frame .slick-prev:after {
  content: "";
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
/*====== Zoom effect ======*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.play-overlay-indicator {
  display: block;
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  border-radius: 10px;
  width: 6rem;
  height: 4rem;
  margin-top: 8px;
}
.play-overlay-indicator .fa-stack {
  position: absolute;
  font-size: 24px;
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  height: 100%;
  line-height: 4rem;
  margin-left: 0;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.play-overlay-indicator .fa-stack:hover {
  background-color: #ffffff;
}
.play-overlay-indicator .fa-stack:hover .fa-play {
  color: #8C8C8C;
}
.play-overlay-indicator .fa-stack .fa-play {
  color: #fff;
  margin-left: 3px;
  z-index: 2;
}
.text--undervideo {
  text-align: center !important;
  font-style: italic;
}
.pl-res-phone .gallery-band-with-frame img {
  max-width: 300px;
}
/* End of "YouTube Video Slider" */
/* -------------------------------------------- */
/* Start of "Basic Hero 2" ID: 15884 */
.basic-hero-2 {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 0;
  max-height: 1000px;
}
.basic-hero-2.hs-half,
.basic-hero-2.hs-no-header-half {
  height: 50vh;
}
.basic-hero-2:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .basic-hero-2 {
    height: auto !important;
    max-height: none;
    background: #222525 !important;
  }
  .basic-hero-2.mobile_over .herospottxt {
    background: 000;
  }
  .basic-hero-2.mobile_over .herospottxt img {
    opacity: .6;
  }
  .basic-hero-2.mobile_over .herospottxt .inner-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
  }
}
.basic-hero-2 .tablet-hero,
.basic-hero-2 .mobile-hero {
  display: none;
}
@media (max-width: 980px) {
  .basic-hero-2 .tablet-hero {
    display: block;
  }
}
.basic-hero-2 .herospotoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
.basic-hero-2 .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) {
  .basic-hero-2 .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;
  }
}
.basic-hero-2 .hero-kw {
  max-width: 1330px;
  margin: auto;
  padding-top: 10px;
}
@media (max-width: 1245px) {
  .basic-hero-2 .hero-kw {
    padding-left: 15px;
  }
}
.basic-hero-2 .hero-kw h1 {
  font-size: 16px;
  font-weight: 600;
}
.basic-hero-2 .herospottxt {
  position: absolute;
  width: 80%;
  z-index: 101;
  display: block;
  vertical-align: middle;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .basic-hero-2 .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;
  }
}
.basic-hero-2 .herospottxt .inner-text {
  width: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt .inner-text {
    padding: 50px;
    /* box-shadow: 0px -30px 40px #222; */
    z-index: 100;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .basic-hero-2 .herospottxt .inner-text {
    padding: 40px 20px;
  }
}
.basic-hero-2 .herospottxt .inner-text ol,
.basic-hero-2 .herospottxt .inner-text ul {
  list-style-type: disc;
  margin-left: 40px;
}
.basic-hero-2 .herospottxt .btn-wrap {
  display: inline-block;
  margin: 20px 0 0;
  vertical-align: top;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt .btn-wrap {
    margin: 15px 0px 0;
  }
}
.basic-hero-2 .herospottxt h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.basic-hero-2 .herospottxt.hs-text-align-left {
  text-align: left;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt.hs-text-align-left {
    text-align: center;
  }
}
.basic-hero-2 .herospottxt.hs-text-align-center {
  text-align: center;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt.hs-text-align-center {
    text-align: center;
  }
}
.basic-hero-2 .herospottxt.hs-text-align-right {
  text-align: right;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt.hs-text-align-right {
    text-align: center;
  }
}
.basic-hero-2 .herospottxt.hs-aligncenter {
  width: 90%;
  left: 5%;
  right: 5%;
}
.basic-hero-2 .herospottxt.hs-aligncenter.hs-aligntop {
  top: 50px;
}
.basic-hero-2 .herospottxt.hs-aligncenter.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2 .herospottxt.hs-aligncenter.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2 .herospottxt.hs-alignleft {
  width: 45%;
  left: 5%;
}
.basic-hero-2 .herospottxt.hs-alignleft .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt.hs-alignleft .btn-wrap {
    display: block;
  }
}
.basic-hero-2 .herospottxt.hs-alignleft.hs-aligntop {
  top: 50px;
}
.basic-hero-2 .herospottxt.hs-alignleft.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2 .herospottxt.hs-alignleft.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2 .herospottxt.hs-alignright-custom {
  right: 5%;
}
.basic-hero-2 .herospottxt.hs-alignright-custom .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt.hs-alignright-custom .btn-wrap {
    display: block;
  }
}
.basic-hero-2 .herospottxt.hs-alignright-custom.hs-aligntop {
  top: 50px;
}
.basic-hero-2 .herospottxt.hs-alignright-custom.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2 .herospottxt.hs-alignright-custom.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2 .herospottxt.hs-alignleft-custom {
  left: 5%;
}
.basic-hero-2 .herospottxt.hs-alignleft-custom .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt.hs-alignleft-custom .btn-wrap {
    display: block;
  }
}
.basic-hero-2 .herospottxt.hs-alignleft-custom.hs-aligntop {
  top: 50px;
}
.basic-hero-2 .herospottxt.hs-alignleft-custom.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2 .herospottxt.hs-alignleft-custom.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2 .herospottxt.hs-alignright {
  width: 45%;
  right: 5%;
}
.basic-hero-2 .herospottxt.hs-alignright .btn-wrap {
  display: inline-block;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt.hs-alignright .btn-wrap {
    display: block;
  }
}
.basic-hero-2 .herospottxt.hs-alignright.hs-aligntop {
  top: 50px;
}
.basic-hero-2 .herospottxt.hs-alignright.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero-2 .herospottxt.hs-alignright.hs-alignbottom {
  bottom: 50px;
}
.basic-hero-2 .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;
}
.basic-hero-2 .scrollhero:hover {
  opacity: 1;
  cursor: pointer;
}
.basic-hero-2 .scrollhero i {
  font-size: 50px;
  color: #ffffff;
}
/* End of "Basic Hero 2" */
/* -------------------------------------------- */
/* Start of "Inline GFORM with Title and Text" ID: 15865 */
.inline-gform-w-title-text {
  position: relative;
  display: block;
}
.inline-gform-w-title-text.style-2 {
  padding: 20px;
  background: #eee;
  border-radius: 3px;
}
.inline-gform-w-title-text.style-2 .gform_wrapper ul li.gfield input {
  border: none !important;
  border-radius: 3px;
}
.inline-gform-w-title-text.style-2 .gform_wrapper.gf_browser_chrome select {
  border: none !important;
  border-radius: 3px !important;
}
.inline-gform-w-title-text.style-3 {
  padding: 20px;
  background: #32b3bd;
}
.inline-gform-w-title-text.style-3 .gform_wrapper.gf_browser_chrome select {
  color: #fff !important;
}
.inline-gform-w-title-text.style-3 .heading-primary,
.inline-gform-w-title-text.style-3 .heading-secondary,
.inline-gform-w-title-text.style-3 .heading-tertiary,
.inline-gform-w-title-text.style-3 p {
  color: #fff !important;
}
.inline-gform-w-title-text.style-3 .gform_wrapper ul li.gfield input {
  border: none !important;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
.inline-gform-w-title-text.style-3 ul li label.gfield_label {
  color: #fff !important;
}
.inline-gform-w-title-text.style-3 .gform_wrapper.gf_browser_chrome select,
.inline-gform-w-title-text.style-3 ul li.gfield textarea {
  border: none !important;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
.inline-gform-w-title-text.style-4 {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
}
.inline-gform-w-title-text.style-4 .gform_wrapper ul.gform_fields li.gfield textarea,
.inline-gform-w-title-text.style-4 .gform_wrapper ul li.gfield textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cacaca;
}
.inline-gform-w-title-text.style-4 .gform_wrapper ul.gform_fields li.gfield input,
.inline-gform-w-title-text.style-4 .gform_wrapper ul li.gfield input,
.inline-gform-w-title-text.style-4 .gform_wrapper ul.gform_fields li.gfield select,
.inline-gform-w-title-text.style-4 .gform_wrapper ul li.gfield select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cacaca;
}
.inline-gform-w-title-text.style-4 .gform_footer .gform_button.button {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  position: relative;
}
.inline-gform-w-title-text.style-4 span {
  display: none;
}
.inline-gform-w-title-text.style-4 .gform_button:before {
  content: "\f1d8";
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 30px;
  margin: -25px 0 0 -20px;
  z-index: 1;
  left: 30px;
  font-size: 25px;
}
.inline-gform-w-title-text .gform_wrapper.gf_browser_chrome select {
  padding: 2px 0 2px 3px;
  height: 45px;
  border-radius: 0 !important;
  width: 100% !important;
  /* overflow: visible; */
  -webkit-appearance: none;
  border: 1px solid #2980b9;
}
.inline-gform-w-title-text.solid-style-primary .gform_button {
  background: #222525 !important;
  color: #fff !important;
}
.inline-gform-w-title-text.solid-style-secondary .gform_button {
  background: #ffffff !important;
  color: #000 !important;
}
.inline-gform-w-title-text.solid-style-tertiary .gform_button {
  background: #3a3631 !important;
}
.inline-gform-w-title-text.solid-style-accenta .gform_button {
  background: #32b3bd !important;
}
.inline-gform-w-title-text.solid-style-accentb .gform_button {
  background: #65c6ce !important;
}
.inline-gform-w-title-text.solid-style-hv-primary .gform_button:hover {
  background: #222525 !important;
  color: #fff !important;
}
.inline-gform-w-title-text.solid-style-hv-secondary .gform_button:hover {
  background: #ffffff !important;
  color: #000 !important;
}
.inline-gform-w-title-text.solid-style-hv-tertiary .gform_button:hover {
  background: #3a3631 !important;
}
.inline-gform-w-title-text.solid-style-hv-accenta .gform_button:hover {
  background: #32b3bd !important;
}
.inline-gform-w-title-text.solid-style-hv-accentb .gform_button:hover {
  background: #65c6ce !important;
}
.inline-gform-w-title-text.centeralign .heading-primary,
.inline-gform-w-title-text.centeralign .heading-secondary,
.inline-gform-w-title-text.centeralign .heading-tertiary,
.inline-gform-w-title-text.centeralign p,
.inline-gform-w-title-text.centeralign .gform_footer {
  text-align: center !important;
}
.inline-gform-w-title-text.leftalign .heading-primary,
.inline-gform-w-title-text.leftalign .heading-secondary,
.inline-gform-w-title-text.leftalign .heading-tertiary,
.inline-gform-w-title-text.leftalign p,
.inline-gform-w-title-text.leftalign .gform_footer {
  text-align: left !important;
}
.inline-gform-w-title-text.rightalign .heading-primary,
.inline-gform-w-title-text.rightalign .heading-secondary,
.inline-gform-w-title-text.rightalign .heading-tertiary,
.inline-gform-w-title-text.rightalign p,
.inline-gform-w-title-text.rightalign .gform_footer {
  text-align: right !important;
}
@media (max-width: 980px) {
  .inline-gform-w-title-text {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
.inline-gform-w-title-text .text-wrap {
  text-align: center;
}
.inline-gform-w-title-text .text-wrap h1,
.inline-gform-w-title-text .text-wrap h2,
.inline-gform-w-title-text .text-wrap h3,
.inline-gform-w-title-text .text-wrap h4,
.inline-gform-w-title-text .text-wrap h5,
.inline-gform-w-title-text .text-wrap h6,
.inline-gform-w-title-text .text-wrap p {
  color: inherit !important;
}
/* End of "Inline GFORM with Title and Text" */
/* -------------------------------------------- */
/* Start of "Inline GFORM" ID: 15860 */
.drop-us-a-line-2-0 {
  padding: 0px;
}
.drop-us-a-line-2-0 .gform_wrapper {
  margin: 0;
}
.drop-us-a-line-2-0 .gform_wrapper ul {
  max-width: 100%;
}
.drop-us-a-line-2-0 .gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.drop-us-a-line-2-0 .gform_wrapper .gform_body {
  width: 100%;
}
.drop-us-a-line-2-0 .gform_wrapper .gfield_html p {
  padding: 0 0 10px;
}
.drop-us-a-line-2-0 .gform_wrapper .gfield_html p:nth-last-child(1) {
  padding: 0 0 30px;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gsection {
  margin: 40px 0 30px !important;
}
.drop-us-a-line-2-0 .gform_wrapper .description,
.drop-us-a-line-2-0 .gform_wrapper .gfield_description,
.drop-us-a-line-2-0 .gform_wrapper .gsection_description {
  padding: 5px 0px 15px 0 !important;
}
.drop-us-a-line-2-0 .gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: .625em 0 .375em;
  font-weight: 400 !important;
  font-family: Source Sans Pro;
  color: #fff !important;
}
.drop-us-a-line-2-0 .gform_wrapper .sgform label {
  position: absolute;
  line-height: 44px !important;
  margin: 0 10px !important;
  left: 0;
  font-weight: 400 !important;
  color: #222222;
}
.drop-us-a-line-2-0 .gform_wrapper .sgform label.focus {
  bottom: 0;
  color: #ffffff;
  display: inline-block !important;
  left: 10px;
  width: 80px;
  height: 40px;
  text-align: center;
  margin: 0 !important;
  right: 0;
  top: -50px;
  font-size: 12px !important;
  line-height: 40px !important;
  padding: 0 10px !important;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1 !important;
  background: #32b3bd;
}
.drop-us-a-line-2-0 .gform_wrapper .sgform label.focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  border-top-color: #32b3bd;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li label.gfield_label,
.drop-us-a-line-2-0 .gform_wrapper ul li label.gfield_label {
  padding: 5px 0px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield {
  padding: 0 0 30px;
  margin: 0 0 5px 0;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield textarea,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield textarea {
  width: 100% !important;
  background: #ececec;
  border: 1px solid #cacaca;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield input,
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield select,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield select {
  width: 100%;
  padding: 0 5px;
  line-height: 44px;
  background: #ececec;
  border: 1px solid #cacaca;
  height: 44px;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left,
  .drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
}
@media (max-width: 767px) {
  .drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right,
  .drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left,
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right {
  padding-bottom: 30px;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left input,
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right input {
  width: 100%;
  padding: 0 5px;
}
.drop-us-a-line-2-0 .gform_wrapper .gform_footer {
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 980px) {
  .drop-us-a-line-2-0 .gform_wrapper .gform_footer {
    text-align: center;
  }
}
.drop-us-a-line-2-0 .gform_wrapper .gform_footer .gform_button {
  text-align: center;
  padding: 0 20px !important;
  line-height: 40px !important;
  width: auto !important;
  text-transform: uppercase;
  background: #32b3bd;
  color: #ffffff;
  line-height: initial;
  height: inherit;
  font-size: 16px !important;
  margin: 0;
  border: 0 !important;
}
.drop-us-a-line-2-0 .gform_wrapper .gform_footer .gform_button:hover {
  background: #65c6ce;
  color: #ffffff;
  cursor: pointer;
}
/* End of "Inline GFORM" */
/* -------------------------------------------- */
/* Start of "Coupon Card" ID: 15610 */
.coupon-card-hldr {
  position: relative;
}
.coupon-card-hldr:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.coupon-card-hldr .card-wrap {
  margin: 20px auto;
  display: block;
  max-width: 400px;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
.coupon-card-hldr .card-wrap.two {
  width: 50%;
  max-width: none;
  float: left;
}
.coupon-card-hldr .card-wrap.three {
  width: 33.333%;
  max-width: none;
  float: left;
}
.coupon-card-hldr .card-wrap.four {
  width: 25%;
  max-width: none;
  float: left;
}
.coupon-card-hldr .card-wrap.five {
  width: 20%;
  max-width: none;
  float: left;
}
.coupon-card-hldr .card-wrap.six {
  width: 16.666%;
  max-width: none;
  float: left;
}
@media (max-width: 980px) {
  .coupon-card-hldr .card-wrap.one,
  .coupon-card-hldr .card-wrap.two,
  .coupon-card-hldr .card-wrap.three,
  .coupon-card-hldr .card-wrap.four,
  .coupon-card-hldr .card-wrap.five,
  .coupon-card-hldr .card-wrap.six {
    float: none;
    width: 100% !important;
    clear: both;
    max-width: 400px;
  }
}
.coupon-card-hldr .card-wrap .card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.coupon-card-hldr .card-wrap .card .card-heading-wrap {
  position: relative;
}
.coupon-card-hldr .card-wrap .card .card-heading-wrap .card-heading {
  text-align: center;
  padding: 30px 50px 90px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 1024px) {
  .coupon-card-hldr .card-wrap .card .card-heading-wrap .card-heading {
    padding: 20px 20px 90px;
    color: #fff;
    font-size: 28px;
  }
}
.coupon-card-hldr .card-wrap .card .card-icon {
  font-size: 30px;
  line-height: 130px;
  background: #9b59b6;
  width: 140px;
  height: 140px;
  text-align: center;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  border-radius: 50%;
  border: 8px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.coupon-card-hldr .card-wrap .card .card-desc {
  padding: 80px 50px 40px;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.coupon-card-hldr .card-wrap .card .card-desc .save-text {
  font-size: 16px;
  font-weight: 900;
  padding: 10px 0 15px;
}
.coupon-card-hldr .card-wrap .card .card-desc p {
  margin: 10px 0;
  font-size: 14px;
}
.coupon-card-hldr .card-wrap .card .card-desc p:nth-last-child(1) {
  margin: 10px 0 0;
}
/* End of "Coupon Card" */
/* -------------------------------------------- */
/* Start of "RS Icons" ID: 15430 */
.rs-icon-wrap {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.rs-icon-wrap .rs-icon {
  font-size: 96px;
}
.rs-icon-wrap span {
  display: block;
  font-size: 14px;
}
/* End of "RS Icons" */
/* -------------------------------------------- */
/* Start of "Photo Border Image" ID: 15292 */
.photo-border {
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.photo-border.has-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #29a3d6;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 3;
  border: 10px solid #fff;
  box-sizing: border-box;
}
.photo-border.has-link:after {
  content: attr(title);
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  padding: 10px 15px;
  z-index: 4;
  font-size: 24px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  box-sizing: border-box;
}
.photo-border.has-link:hover:before {
  opacity: .6;
  z-index: 3;
}
.photo-border.has-link:hover:after {
  opacity: 1;
}
.photo-border .frame-border-top:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 52px;
  height: 48px;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/88150/photo-border.png');
  background-position: left top;
}
.photo-border .frame-border-top:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  content: "";
  width: 52px;
  height: 48px;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/88150/photo-border.png');
  background-position: right top;
}
.photo-border .photo-wrap {
  position: relative;
  display: block;
}
.photo-border .photo-wrap.frame-border-bottom:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 52px;
  height: 48px;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/88150/photo-border.png');
  background-position: left bottom;
}
.photo-border .photo-wrap.frame-border-bottom:after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  content: "";
  width: 52px;
  height: 48px;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/88150/photo-border.png');
  background-position: right bottom;
}
.photo-border .photo-wrap img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 10px solid #fff;
}
/* End of "Photo Border Image" */
/* -------------------------------------------- */
/* Start of "One Third Image w Text" ID: 14894 */
.one-third-img-hldr {
  position: relative;
  display: block;
  max-width: 1080px;
  margin: auto;
}
.one-third-img-hldr:after {
  width: 100%;
  content: "";
  display: block;
  clear: both;
  position: relative;
}
.one-third-img-hldr .img-wrap {
  display: block;
  width: 40%;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
  max-width: 360px;
  left: 0;
}
.one-third-img-hldr .img-wrap img {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 340px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.one-third-img-hldr .text-wrap {
  width: 70%;
  display: block;
  position: relative;
  right: 0;
  top: 0;
  float: right;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 100px;
  padding-left: 100px;
  box-sizing: border-box;
}
.one-third-img-hldr .text-wrap h1,
.one-third-img-hldr .text-wrap h2,
.one-third-img-hldr .text-wrap h3 {
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
  color: #f05536 !important;
}
.one-third-img-hldr .text-wrap p {
  position: relative;
  z-index: 10;
  color: #2b3840 !important;
}
.one-third-img-hldr .text-wrap .rs-quote-text {
  font-size: 23px;
  line-height: 1.4;
  font-style: italic;
}
.one-third-img-hldr .text-wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 40px;
  background: #fff;
  z-index: 0;
  padding-left: 40px;
  box-sizing: content-box;
}
@media (max-width: 980px) {
  .one-third-img-hldr .img-wrap {
    display: block;
    width: 100%;
    padding: 0 40px 40px;
    box-sizing: border-box;
    position: relative;
    transform: translateY(0);
    text-align: center;
    top: initial;
    max-width: 100%;
  }
  .one-third-img-hldr .text-wrap {
    width: 100%;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .one-third-img-hldr .text-wrap:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -80px;
    right: -40px;
    background: #fff;
    z-index: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 110px;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .one-third-img-hldr .text-wrap {
    padding: 0;
  }
}
/* End of "One Third Image w Text" */
/* -------------------------------------------- */
/* Start of "Drop Down Section" ID: 14350 */
.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-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:before {
  right: 0.5em;
  margin-left: -50%;
}
.section-accordion-btn.style-2:after {
  left: 0.5em;
  margin-right: -50%;
}
.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;
}
.section-accordion-btn.style-3.btn-clicked .section-accordion-icon::after {
  opacity: 0;
}
.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-accordion-btn.solid {
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  box-sizing: border-box;
}
.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;
}
.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;
}
.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;
}
.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-band-content {
  display: none;
}
.section-band-content.et_pb_row {
  overflow: hidden !important;
}
.band-light .section-accordion-btn.solid,
.band-light-alt .section-accordion-btn.solid {
  color: #fff !important;
  background: #222525;
}
.band-light .section-accordion-btn.solid:hover,
.band-light-alt .section-accordion-btn.solid:hover {
  color: #000000 !important;
}
.band-light .section-accordion-btn.solid:hover .section-accordion-icon,
.band-light-alt .section-accordion-btn.solid:hover .section-accordion-icon {
  border: 2px solid #000000;
}
.band-light .section-accordion-btn.solid:hover .section-accordion-icon:before,
.band-light-alt .section-accordion-btn.solid:hover .section-accordion-icon:before,
.band-light .section-accordion-btn.solid:hover .section-accordion-icon:after,
.band-light-alt .section-accordion-btn.solid:hover .section-accordion-icon:after {
  background: #000000;
}
.band-light .section-accordion-btn.solid .section-accordion-icon,
.band-light-alt .section-accordion-btn.solid .section-accordion-icon {
  border: 2px solid #fff;
}
.band-light .section-accordion-btn.solid .section-accordion-icon:before,
.band-light-alt .section-accordion-btn.solid .section-accordion-icon:before {
  background: #fff;
}
.band-light .section-accordion-btn.solid .section-accordion-icon:after,
.band-light-alt .section-accordion-btn.solid .section-accordion-icon:after {
  background: #fff;
}
.band-light .section-accordion-btn.style-1:hover,
.band-light-alt .section-accordion-btn.style-1:hover {
  color: #000000 !important;
}
.band-light .section-accordion-btn.style-1:hover .section-accordion-icon,
.band-light-alt .section-accordion-btn.style-1:hover .section-accordion-icon {
  color: #000000;
}
.band-light .section-accordion-btn.style-1:before,
.band-light-alt .section-accordion-btn.style-1:before,
.band-light .section-accordion-btn.style-1:after,
.band-light-alt .section-accordion-btn.style-1:after {
  background-color: #000;
}
.band-light .section-accordion-btn.style-2:hover,
.band-light-alt .section-accordion-btn.style-2:hover {
  color: #000000 !important;
}
.band-light .section-accordion-btn.style-2:hover .section-accordion-icon,
.band-light-alt .section-accordion-btn.style-2:hover .section-accordion-icon {
  color: #000000;
}
.band-light .section-accordion-btn.style-2:before,
.band-light-alt .section-accordion-btn.style-2:before,
.band-light .section-accordion-btn.style-2:after,
.band-light-alt .section-accordion-btn.style-2:after {
  background-color: #000;
}
.band-light .section-accordion-btn.style-3,
.band-light-alt .section-accordion-btn.style-3 {
  border-top: 1px solid #e54324;
}
.band-light .section-accordion-btn.style-3:hover,
.band-light-alt .section-accordion-btn.style-3:hover {
  color: #e54324 !important;
}
.band-light .section-accordion-btn.style-3 .section-accordion-icon,
.band-light-alt .section-accordion-btn.style-3 .section-accordion-icon {
  border: 2px solid #e54324;
}
.band-light .section-accordion-btn.style-3 .section-accordion-icon:before,
.band-light-alt .section-accordion-btn.style-3 .section-accordion-icon:before,
.band-light .section-accordion-btn.style-3 .section-accordion-icon:after,
.band-light-alt .section-accordion-btn.style-3 .section-accordion-icon:after {
  background: #e54324;
}
.band-dark .section-accordion-btn.solid,
.band-dark-alt .section-accordion-btn.solid {
  background: #32b3bd;
}
.band-dark .section-accordion-btn.solid:hover,
.band-dark-alt .section-accordion-btn.solid:hover {
  color: #65c6ce !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 #65c6ce;
}
.band-dark .section-accordion-btn.solid:hover .section-accordion-icon:before,
.band-dark-alt .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:after {
  background: #65c6ce;
}
.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: #000000 !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: #000000;
}
.band-dark .section-accordion-btn.style-1:before,
.band-dark-alt .section-accordion-btn.style-1:before,
.band-dark .section-accordion-btn.style-1:after,
.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: #000000 !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: #000000;
}
.band-dark .section-accordion-btn.style-2:before,
.band-dark-alt .section-accordion-btn.style-2:before,
.band-dark .section-accordion-btn.style-2:after,
.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-alt .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:after {
  background: #e54324;
}
/* End of "Drop Down Section" */
/* -------------------------------------------- */
/* Start of "Styled Divider" ID: 14323 */
.style-divider-wrapper {
  padding-bottom: 20px;
  overflow: hidden;
}
.style-divider-wrapper .styled-divider {
  position: relative;
  margin-top: 0px;
  height: 2px;
}
.style-divider-wrapper .styled-divider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #303133, transparent);
}
.style-divider-wrapper .styled-divider.styled-arrow-down:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background-color: #303133;
}
.style-divider-wrapper .styled-divider.color-primary:before {
  background-image: linear-gradient(to right, transparent, #222525, transparent);
}
.style-divider-wrapper .styled-divider.color-primary.styled-arrow-down:after {
  background-color: #222525;
}
.style-divider-wrapper .styled-divider.color-secondary:before {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.style-divider-wrapper .styled-divider.color-secondary.styled-arrow-down:after {
  background-color: #ffffff;
}
.style-divider-wrapper .styled-divider.color-tertiary:before {
  background-image: linear-gradient(to right, transparent, #3a3631, transparent);
}
.style-divider-wrapper .styled-divider.color-tertiary.styled-arrow-down:after {
  background-color: #3a3631;
}
.style-divider-wrapper .styled-divider.color-accent-a:before {
  background-image: linear-gradient(to right, transparent, #32b3bd, transparent);
}
.style-divider-wrapper .styled-divider.color-accent-a.styled-arrow-down:after {
  background-color: #32b3bd;
}
.style-divider-wrapper .styled-divider.color-accent-b:before {
  background-image: linear-gradient(to right, transparent, #65c6ce, transparent);
}
.style-divider-wrapper .styled-divider.color-accent-b.styled-arrow-down:after {
  background-color: #65c6ce;
}
.style-divider-wrapper .styled-divider.color-black:before {
  background-image: linear-gradient(to right, transparent, #222222, transparent);
}
.style-divider-wrapper .styled-divider.color-black.styled-arrow-down:after {
  background-color: #222222;
}
.style-divider-wrapper .styled-divider.color-white:before {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.style-divider-wrapper .styled-divider.color-white.styled-arrow-down:after {
  background-color: #ffffff;
}
/* End of "Styled Divider" */
/* -------------------------------------------- */
/* Start of "Animated Icon w Heading" ID: 4220 */
.animated-icon-w-heading {
  position: relative;
  text-align: center;
}
.animated-icon-w-heading.cta-bottom-padding {
  padding-bottom: 80px;
}
.animated-icon-w-heading h3 {
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.animated-icon-w-heading p {
  opacity: .8;
}
.animated-icon-w-heading .cta-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.animated-icon-w-heading .cta-holder .btn {
  background: rgba(0, 0, 0, 0);
}
.animated-icon-w-heading .cta-holder .btn:hover {
  background: #fff !important;
  color: #222 !important;
  border-color: #222;
}
.animated-icon-w-heading .icon-hldr {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 0;
}
.animated-icon-w-heading .icon-hldr .team {
  width: 90px;
  height: 90px;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.animated-icon-w-heading .icon-hldr .team path {
  position: relative;
  z-index: 10;
  stroke-width: 5 !important;
  stroke: #fff !important;
}
.animated-icon-w-heading .icon-hldr .swiss-army {
  width: 90px;
  height: 90px;
  margin-top: 20px;
  -webit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  transform: rotate(-15deg);
  opacity: 0;
  transition: all .4s;
}
.animated-icon-w-heading .icon-hldr .swiss-army .knife-base {
  position: relative;
  z-index: 10;
  stroke-width: 5 !important;
  stroke: #fff !important;
  fill: #2A273C !important;
}
.animated-icon-w-heading .icon-hldr .swiss-army .knife {
  display: block;
  background: #eee;
  position: relative;
  z-index: 1;
  -webkit-transform-origin: -14% 10%;
  -moz-transform-origin: -14% 10%;
  transform-origin: -14% 10%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.animated-icon-w-heading .icon-hldr .swiss-army .knife path,
.animated-icon-w-heading .icon-hldr .swiss-army .knife line {
  stroke: #fff !important;
}
.animated-icon-w-heading .icon-hldr .swiss-army .can-opener {
  display: block;
  stroke: #fff !important;
  background: #eee;
  position: relative;
  z-index: 1;
  -webkit-transform-origin: 0 top;
  -moz-transform-origin: 0 top;
  transform-origin: 0% 98%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.animated-icon-w-heading .icon-hldr .swiss-army .can-opener path,
.animated-icon-w-heading .icon-hldr .swiss-army .can-opener line {
  stroke: #fff !important;
}
.animated-icon-w-heading .icon-hldr .machine {
  width: 90px;
  height: 90px;
  margin-top: 30px;
}
.animated-icon-w-heading .icon-hldr .machine .small-shadow,
.animated-icon-w-heading .icon-hldr .machine .medium-shadow,
.animated-icon-w-heading .icon-hldr .machine .large-shadow {
  fill: rgba(0, 0, 0, 0.05);
}
.animated-icon-w-heading .icon-hldr .machine .small {
  -webkit-transform-origin: 100.136px 225.345px;
  -ms-transform-origin: 100.136px 225.345px;
  transform-origin: 100.136px 225.345px;
}
.animated-icon-w-heading .icon-hldr .machine .small-shadow {
  -webkit-transform-origin: 110.136px 235.345px;
  -ms-transform-origin: 110.136px 235.345px;
  transform-origin: 110.136px 235.345px;
}
.animated-icon-w-heading .icon-hldr .machine .medium {
  -webkit-transform-origin: 254.675px 379.447px;
  -ms-transform-origin: 254.675px 379.447px;
  transform-origin: 254.675px 379.447px;
}
.animated-icon-w-heading .icon-hldr .machine .medium-shadow {
  -webkit-transform-origin: 264.675px 389.447px;
  -ms-transform-origin: 264.675px 389.447px;
  transform-origin: 264.675px 389.447px;
}
.animated-icon-w-heading .icon-hldr .machine .large {
  -webkit-transform-origin: 461.37px 173.694px;
  -ms-transform-origin: 461.37px 173.694px;
  transform-origin: 461.37px 173.694px;
}
.animated-icon-w-heading .icon-hldr .machine .large-shadow {
  -webkit-transform-origin: 471.37px 183.694px;
  -ms-transform-origin: 471.37px 183.694px;
  transform-origin: 471.37px 183.694px;
}
.animated-icon-w-heading .icon-hldr .shield {
  display: block;
  width: 120px;
  height: 120px;
}
.animated-icon-w-heading .icon-hldr .shield path,
.animated-icon-w-heading .icon-hldr .shield line {
  opacity: 0;
  stroke: #fff !important;
  stroke-width: 5;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.animated-icon-w-heading .icon-hldr .clock {
  display: block;
  width: 120px;
  height: 120px;
}
.animated-icon-w-heading .icon-hldr .clock circle {
  stroke: #fff !important;
  stroke-width: 6;
}
.animated-icon-w-heading .icon-hldr .clock .lines {
  stroke-width: 5;
  stroke: #fff !important;
}
.animated-icon-w-heading .icon-hldr .clock .hour {
  display: block;
  width: 20px;
  height: 5px;
  -webkit-transform-origin: 125px 155px;
  -moz-transform-origin: 125px 155px;
  transform-origin: 125px 155px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.animated-icon-w-heading .icon-hldr .clock .hour polyline {
  stroke-width: 2;
  stroke: #fff !important;
}
.animated-icon-w-heading .icon-hldr .clock .minute {
  display: inline-block;
  -webkit-transform-origin: 125px 155px;
  -moz-transform-origin: 125px 155px;
  transform-origin: 125px 155px;
}
.animated-icon-w-heading .icon-hldr .clock .minute polyline {
  stroke-width: 2;
  stroke: #fff !important;
}
.animated-icon-w-heading .icon-hldr .lotus {
  display: block;
  width: 120px;
  height: 120px;
}
.animated-icon-w-heading .icon-hldr .lotus .center,
.animated-icon-w-heading .icon-hldr .lotus .lefta,
.animated-icon-w-heading .icon-hldr .lotus .leftb,
.animated-icon-w-heading .icon-hldr .lotus .leftc,
.animated-icon-w-heading .icon-hldr .lotus .righta,
.animated-icon-w-heading .icon-hldr .lotus .rightb,
.animated-icon-w-heading .icon-hldr .lotus .rightc {
  -webkit-transform-origin: 50% 90%;
  -moz-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
}
.animated-icon-w-heading .icon-hldr .lotus .center path,
.animated-icon-w-heading .icon-hldr .lotus .lefta path,
.animated-icon-w-heading .icon-hldr .lotus .leftb path,
.animated-icon-w-heading .icon-hldr .lotus .leftc path,
.animated-icon-w-heading .icon-hldr .lotus .righta path,
.animated-icon-w-heading .icon-hldr .lotus .rightb path,
.animated-icon-w-heading .icon-hldr .lotus .rightc path {
  stroke: #fff !important;
  stroke-width: 3px !Important;
}
.animated-icon-w-heading .icon-hldr .lotus .lefta,
.animated-icon-w-heading .icon-hldr .lotus .leftb,
.animated-icon-w-heading .icon-hldr .lotus .leftc,
.animated-icon-w-heading .icon-hldr .lotus .righta,
.animated-icon-w-heading .icon-hldr .lotus .rightb,
.animated-icon-w-heading .icon-hldr .lotus .rightc {
  opacity: 0;
}
.animated-icon-w-heading .icon-hldr .piggy-bank {
  height: 108px;
}
.animated-icon-w-heading .icon-hldr .piggy-bank .animated-line {
  stroke-width: 3px !Important;
}
.animated-icon-w-heading .icon-hldr .piggy-bank .piggy-coin {
  opacity: 0;
  -webkit-transform: scale(0.6) translateX(135px) translateY(-4px);
  -moz-transform: scale(0.6) translateX(135px) translateY(-4px);
  transform: scale(0.6) translateX(135px) translateY(-4px);
}
.animated-icon-w-heading .icon-hldr.aicon-primary .machine .animated-line {
  fill: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .piggy-bank .animated-line {
  stroke: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .team path {
  stroke: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock circle {
  stroke: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock .lines {
  stroke: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock .hour polyline {
  stroke: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock .minute polyline {
  stroke: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .lotus .center path,
.animated-icon-w-heading .icon-hldr.aicon-primary .lotus .lefta path,
.animated-icon-w-heading .icon-hldr.aicon-primary .lotus .leftb path,
.animated-icon-w-heading .icon-hldr.aicon-primary .lotus .leftc path,
.animated-icon-w-heading .icon-hldr.aicon-primary .lotus .righta path,
.animated-icon-w-heading .icon-hldr.aicon-primary .lotus .rightb path,
.animated-icon-w-heading .icon-hldr.aicon-primary .lotus .rightc path {
  stroke: #222525 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .machine path {
  fill: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .piggy-bank .animated-line {
  stroke: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .team path {
  stroke: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock circle {
  stroke: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock .lines {
  stroke: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock .hour polyline {
  stroke: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock .minute polyline {
  stroke: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .lotus .center path,
.animated-icon-w-heading .icon-hldr.aicon-secondary .lotus .lefta path,
.animated-icon-w-heading .icon-hldr.aicon-secondary .lotus .leftb path,
.animated-icon-w-heading .icon-hldr.aicon-secondary .lotus .leftc path,
.animated-icon-w-heading .icon-hldr.aicon-secondary .lotus .righta path,
.animated-icon-w-heading .icon-hldr.aicon-secondary .lotus .rightb path,
.animated-icon-w-heading .icon-hldr.aicon-secondary .lotus .rightc path {
  stroke: #ffffff !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .machine path {
  fill: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .piggy-bank .animated-line {
  stroke: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .team path {
  stroke: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock circle {
  stroke: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock .lines {
  stroke: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock .hour polyline {
  stroke: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock .minute polyline {
  stroke: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .lotus .center path,
.animated-icon-w-heading .icon-hldr.aicon-tertiary .lotus .lefta path,
.animated-icon-w-heading .icon-hldr.aicon-tertiary .lotus .leftb path,
.animated-icon-w-heading .icon-hldr.aicon-tertiary .lotus .leftc path,
.animated-icon-w-heading .icon-hldr.aicon-tertiary .lotus .righta path,
.animated-icon-w-heading .icon-hldr.aicon-tertiary .lotus .rightb path,
.animated-icon-w-heading .icon-hldr.aicon-tertiary .lotus .rightc path {
  stroke: #3a3631 !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .machine path {
  fill: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .piggy-bank .animated-line {
  stroke: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .team path {
  stroke: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock circle {
  stroke: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock .lines {
  stroke: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock .hour polyline {
  stroke: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock .minute polyline {
  stroke: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .lotus .center path,
.animated-icon-w-heading .icon-hldr.aicon-accenta .lotus .lefta path,
.animated-icon-w-heading .icon-hldr.aicon-accenta .lotus .leftb path,
.animated-icon-w-heading .icon-hldr.aicon-accenta .lotus .leftc path,
.animated-icon-w-heading .icon-hldr.aicon-accenta .lotus .righta path,
.animated-icon-w-heading .icon-hldr.aicon-accenta .lotus .rightb path,
.animated-icon-w-heading .icon-hldr.aicon-accenta .lotus .rightc path {
  stroke: #32b3bd !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .machine path {
  fill: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .piggy-bank .animated-line {
  stroke: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .team path {
  stroke: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock circle {
  stroke: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock .lines {
  stroke: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock .hour polyline {
  stroke: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock .minute polyline {
  stroke: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .lotus .center path,
.animated-icon-w-heading .icon-hldr.aicon-accentb .lotus .lefta path,
.animated-icon-w-heading .icon-hldr.aicon-accentb .lotus .leftb path,
.animated-icon-w-heading .icon-hldr.aicon-accentb .lotus .leftc path,
.animated-icon-w-heading .icon-hldr.aicon-accentb .lotus .righta path,
.animated-icon-w-heading .icon-hldr.aicon-accentb .lotus .rightb path,
.animated-icon-w-heading .icon-hldr.aicon-accentb .lotus .rightc path {
  stroke: #65c6ce !important;
}
.animated-icon-w-heading .icon-hldr.in-view-go .machine .small,
.animated-icon-w-heading .icon-hldr.in-view-go .machine .small-shadow {
  -webkit-animation: small 4s infinite;
  -moz-animation: small 4s infinite;
  animation: small 4s infinite;
}
.animated-icon-w-heading .icon-hldr.in-view-go .machine .medium,
.animated-icon-w-heading .icon-hldr.in-view-go .machine .medium-shadow {
  -webkit-animation: medium 4s infinite;
  -moz-animation: medium 4s infinite;
  animation: medium 4s infinite;
}
.animated-icon-w-heading .icon-hldr.in-view-go .machine .large,
.animated-icon-w-heading .icon-hldr.in-view-go .machine .large-shadow {
  -webkit-animation: large 4s infinite ;
  -moz-animation: large 4s infinite ;
  animation: large 4s infinite ;
}
.animated-icon-w-heading .icon-hldr.in-view-go .piggy-bank .piggy-tail {
  animation-name: piggy-tail;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .piggy-bank .piggy-coin {
  animation-name: piggy-coin, fade-in;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .team {
  opacity: 1;
}
.animated-icon-w-heading .icon-hldr.in-view-go .team .middle-man {
  animation-name: middleman;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .team .left-girl {
  animation-name: leftgirl;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .team .right-girl {
  animation-name: rightgirl;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .swiss-army {
  opacity: 1;
}
.animated-icon-w-heading .icon-hldr.in-view-go .swiss-army .knife {
  animation-name: knife;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .swiss-army .can-opener {
  animation-name: can-opener;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .shield {
  display: block;
  width: 120px;
  height: 120px;
}
.animated-icon-w-heading .icon-hldr.in-view-go .shield path,
.animated-icon-w-heading .icon-hldr.in-view-go .shield line {
  stroke: #FFF !important;
  stroke-width: 5;
  opacity: 1;
  animation: draw 4s linear forwards;
  -webkit-animation: draw 4s linear forwards;
  -moz-animation: draw 4s linear forwards;
  -o-animation: draw 4s linear forwards;
}
.animated-icon-w-heading .icon-hldr.in-view-go .clock .hour {
  animation-name: minutehand;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .clock .minute {
  animation-name: minutehand;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .lefta,
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .leftb,
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .leftc,
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .righta,
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .rightb,
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .rightc {
  opacity: 1;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .center {
  z-index: 10;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .lefta {
  animation-name: lotuslefta;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 5;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .leftb {
  animation-name: lotusleftb;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 8;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .leftc {
  animation-name: lotusleftc;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 7;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .righta {
  animation-name: lotusrighta;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 5;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .rightb {
  animation-name: lotusrightb;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 8;
}
.animated-icon-w-heading .icon-hldr.in-view-go .lotus .rightc {
  animation-name: lotusrightc;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 7;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes piggy-coin {
  0% {
    -webkit-transform: scale(0.6) translateX(90px) translateY(-4px);
    -moz-transform: scale(0.6) translateX(90px) translateY(-4px);
    transform: scale(0.6) translateX(90px) translateY(-4px);
  }
  100% {
    -webkit-transform: scale(0.6) translateX(90px) translateY(250px);
    -moz-transform: scale(0.6) translateX(90px) translateY(250px);
    transform: scale(0.6) translateX(90px) translateY(250px);
  }
}
@-webkit-keyframes piggy-coin {
  0% {
    -webkit-transform: scale(0.6) translateX(90px) translateY(-4px);
    -moz-transform: scale(0.6) translateX(90px) translateY(-4px);
    transform: scale(0.6) translateX(90px) translateY(-4px);
  }
  100% {
    -webkit-transform: scale(0.6) translateX(90px) translateY(250px);
    -moz-transform: scale(0.6) translateX(90px) translateY(250px);
    transform: scale(0.6) translateX(90px) translateY(250px);
  }
}
@keyframes piggy-tail {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 150px;
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
    transform-origin: 150px;
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 150px;
  }
}
@-webkit-keyframes piggy-tail {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 150px;
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
    transform-origin: 150px;
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 150px;
  }
}
@keyframes minutehand {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes minutehand {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes minutehand {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes knife {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes can-opener {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  75% {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes knife {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes can-opener {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  75% {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes knife {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes can-opener {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  75% {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes lotuslefta {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
  }
  20% {
    -webkit-transform: rotate(-18.5deg);
    -moz-transform: rotate(-18.5deg);
    transform: rotate(-18.5deg);
  }
  30% {
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
  }
  40% {
    -webkit-transform: rotate(-18.5deg);
    -moz-transform: rotate(-18.5deg);
    transform: rotate(-18.5deg);
  }
  50% {
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
  }
  60% {
    -webkit-transform: rotate(-18.5deg);
    -moz-transform: rotate(-18.5deg);
    transform: rotate(-18.5deg);
  }
  70% {
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
  }
  80% {
    -webkit-transform: rotate(-18.5deg);
    -moz-transform: rotate(-18.5deg);
    transform: rotate(-18.5deg);
  }
  80% {
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes lotusleftb {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  20% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  30% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  50% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  60% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  70% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  80% {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  90% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes lotusleftc {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-67.5deg);
    -moz-transform: rotate(-67.5deg);
    transform: rotate(-67.5deg);
  }
  20% {
    -webkit-transform: rotate(-62.5deg);
    -moz-transform: rotate(-62.5deg);
    transform: rotate(-62.5deg);
  }
  30% {
    -webkit-transform: rotate(-67.5deg);
    -moz-transform: rotate(-67.5deg);
    transform: rotate(-67.5deg);
  }
  40% {
    -webkit-transform: rotate(-62.5deg);
    -moz-transform: rotate(-62.5deg);
    transform: rotate(-62.5deg);
  }
  50% {
    -webkit-transform: rotate(-67.5deg);
    -moz-transform: rotate(-67.5deg);
    transform: rotate(-67.5deg);
  }
  60% {
    -webkit-transform: rotate(-62.5deg);
    -moz-transform: rotate(-62.5deg);
    transform: rotate(-62.5deg);
  }
  70% {
    -webkit-transform: rotate(-67.5deg);
    -moz-transform: rotate(-67.5deg);
    transform: rotate(-67.5deg);
  }
  80% {
    -webkit-transform: rotate(-62.5deg);
    -moz-transform: rotate(-62.5deg);
    transform: rotate(-62.5deg);
  }
  90% {
    -webkit-transform: rotate(-67.5deg);
    -moz-transform: rotate(-67.5deg);
    transform: rotate(-67.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes lotusrighta {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  20% {
    -webkit-transform: rotate(18.5deg);
    -moz-transform: rotate(18.5deg);
    transform: rotate(18.5deg);
  }
  30% {
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  40% {
    -webkit-transform: rotate(18.5deg);
    -moz-transform: rotate(18.5deg);
    transform: rotate(18.5deg);
  }
  50% {
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  60% {
    -webkit-transform: rotate(18.5deg);
    -moz-transform: rotate(18.5deg);
    transform: rotate(18.5deg);
  }
  70% {
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  80% {
    -webkit-transform: rotate(18.5deg);
    -moz-transform: rotate(18.5deg);
    transform: rotate(18.5deg);
  }
  80% {
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes lotusrightb {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  30% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  40% {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  70% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  80% {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  90% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes lotusrightc {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
  }
  20% {
    -webkit-transform: rotate(62.5deg);
    -moz-transform: rotate(62.5deg);
    transform: rotate(62.5deg);
  }
  30% {
    -webkit-transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
  }
  40% {
    -webkit-transform: rotate(62.5deg);
    -moz-transform: rotate(62.5deg);
    transform: rotate(62.5deg);
  }
  50% {
    -webkit-transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
  }
  60% {
    -webkit-transform: rotate(62.5deg);
    -moz-transform: rotate(62.5deg);
    transform: rotate(62.5deg);
  }
  70% {
    -webkit-transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
  }
  80% {
    -webkit-transform: rotate(62.5deg);
    -moz-transform: rotate(62.5deg);
    transform: rotate(62.5deg);
  }
  90% {
    -webkit-transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes middleman {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: .3;
  }
  97% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftgirl {
  0% {
    opacity: .3;
  }
  30% {
    opacity: .3;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: .3;
  }
  100% {
    opacity: .3;
  }
}
@keyframes rightgirl {
  0% {
    opacity: .3;
  }
  63% {
    opacity: .3;
  }
  66% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
  100% {
    opacity: .3;
  }
}
@-webkit-keyframes small {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes medium {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-240deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes large {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes small {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes medium {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-240deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes large {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes small {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes medium {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-240deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes large {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* End of "Animated Icon w Heading" */
/* -------------------------------------------- */
/* Start of "Block Quote" ID: 1179 */
.blockquote1 .bq-hldr {
  margin: auto;
  margin-bottom: 20px;
}
.blockquote1 .bq-hldr .sig {
  margin-top: 10px;
}
.blockquote1 .bq-hldr .bq-marks {
  display: inline-block;
  margin: 0 13px -6px 0;
  font-size: 6.5rem;
  line-height: 20px;
  font-family: Verdana;
  letter-spacing: -8px;
  vertical-align: bottom;
  opacity: .3;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.blockquote1 .bq-hldr .bq-txt p {
  font-size: 23px;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.blockquote1 {
  border-left: 3px solid #b2b2b2;
  padding: 15px 0 0  30px;
}
.blockquote1.no-border {
  border-left: 0px solid #b2b2b2 !important;
}
.bq-hldr.bq-left .bq-txt p {
  text-align: left;
}
.bq-hldr.bq-right .bq-txt p {
  text-align: right;
}
.bq-hldr.bq-center .bq-txt p {
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  .blockquote1 {
    padding: 15px 0 0  10px !important;
  }
  .blockquote1 .bq-marks {
    font-size: 4rem !important;
    line-height: 20px;
    font-family: serif;
    letter-spacing: -10px;
    vertical-align: bottom;
    margin: 0 8px 0 0;
  }
  .blockquote1 .bq-txt p {
    font-size: 19px !important;
  }
}
/* End of "Block Quote" */
/* -------------------------------------------- */
/* Start of "Spotlight Grid Gallery" ID: 3562 */
.gridder-list:hover .gridder-overlay::after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.gridder {
  margin: auto !important;
  padding: 0px !important;
  list-style-type: none;
  text-align: center;
}
.gridder .gridder-list {
  padding: 15px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.gridder .gridder-list figure {
  background: #222;
}
.gridder .gridder-list figure figcaption {
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.gridder .gridder-list figure figcaption .triangle {
  background: #ffffff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  overflow: hidden;
  -ms-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  -webkit-transform: scale(0.8, 1);
  transform: rotate(45deg);
  z-index: 1;
}
.gridder .gridder-list figure figcaption .heading-tertiary {
  color: #222525 !important;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 5;
}
.gridder .gridder-list figure:after {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .5s .2s;
  -moz-transition: opacity .5s .2s;
  -o-transition: opacity .5s .2s;
  transition: opacity .5s .2s;
  content: attr(data-title);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  opacity: 0;
}
.gridder .gridder-list:hover figure:after {
  opacity: 1;
}
@media (max-width: 900px) {
  .gridder .gridder-list {
    width: 99% !important;
    font-size: 18px;
    max-width: 380px;
  }
}
.gridder .gridder-list:hover {
  cursor: pointer;
}
.gridder .gridder-list .block-title {
  position: absolute;
  top: 50%;
  margin: 0;
  line-height: 1.2;
  font-size: 18px;
  color: #222525;
  letter-spacing: -0.03em;
  font-weight: 600;
  display: block;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  z-index: 100;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 5px 40px;
}
.gridder .gridder-list .block-text {
  position: absolute;
  top: 185px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #222525;
  text-align: left;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  opacity: 0;
  transform: translatey(-20px);
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.gridder .gridder-list:hover .block-text {
  transform: translatey(0);
  opacity: 1;
}
.gridder.hasSelectedItem .gridder-list {
  opacity: .5;
}
.gridder.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}
.gridder .gridder-show {
  display: block;
  text-align: left;
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 30px 60px 30px;
  box-sizing: border-box;
  margin-bottom: 0;
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
  font-size: 18px;
}
.gridder .gridder-show:after {
  clear: both;
  content: "";
  display: block;
}
.gridder .gridder-show .noslider:after {
  content: "";
  display: block;
  clear: both;
}
.gridder .gridder-show .noslider img {
  width: 46%;
  margin: 2%;
  display: block;
  float: left;
}
@media (max-width: 640px) {
  .gridder .gridder-show .noslider img {
    width: 80%;
    margin: 10%;
    display: block;
    float: left;
  }
}
.gridder .gridder-show .slider {
  width: 30%;
  display: block;
  float: left;
  padding: 5px 20px 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .gridder .gridder-show .slider {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gridder .gridder-show .slider {
    width: 50%;
    float: none;
    margin: auto;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  .gridder .gridder-show .slider {
    width: 100%;
    float: none;
    margin: auto;
    margin: 20px auto;
  }
}
.gridder .gridder-show .slider .baslider {
  padding: 0;
  margin: 0;
}
.gridder .gridder-show .slider .baslider img {
  margin: auto;
  max-width: 100%;
}
.gridder .gridder-show .slider .baslider .slick-next {
  right: 20px;
}
.gridder .gridder-show .slider .baslider .slick-prev {
  left: 20px;
}
.gridder .gridder-show .gridder-close {
  text-decoration: none;
  padding: 0px;
  color: #fff;
  background: #364150;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: sans-serif;
}
.gridder .gridder-show .gridder-close:hover {
  color: #222222;
}
.gridder .gridder-show .gridder-nav {
  text-decoration: none;
  padding: 0 5px;
  color: #222;
  border: 0px solid ddbc85;
  width: 90px;
  text-align: center;
  line-height: 40px;
  background: #e8e8e8;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.gridder .gridder-show .gridder-nav.next {
  bottom: 0;
  right: 0px;
  background: #737373;
  color: #fff;
}
.gridder .gridder-show .gridder-nav.prev {
  bottom: 0;
  left: 0;
}
.gridder .gridder-show .gridder-nav:hover {
  color: #ffffff;
  border: 0px solid #677485;
  background: #363e49;
}
.gridder-content {
  display: none;
  position: relative;
}
.gridder-content p {
  font-size: 18px;
  color: #222222 !important;
}
.gridder-expanded-content {
  color: #222222 !important;
}
.gridder-expanded-content ul {
  margin-left: 20px !important;
}
.gridder-expanded-content p,
.gridder-expanded-content ul,
.gridder-expanded-content li {
  font-size: 18px;
  color: #222222 !important;
}
/* End of "Spotlight Grid Gallery" */
/* -------------------------------------------- */
/* Start of "Large Social Icons" ID: 1107 */
.band-hero .large-social-icons,
.band-hero-alt .large-social-icons,
.band-light .large-social-icons,
.band-light-alt .large-social-icons,
.band-dark .large-social-icons,
.band-dark-alt .large-social-icons,
.band-quote .large-social-icons,
.band-parallax .large-social-icons {
  display: block;
  width: 100%;
  text-align: center;
}
.band-hero .large-social-icons a,
.band-hero-alt .large-social-icons a,
.band-light .large-social-icons a,
.band-light-alt .large-social-icons a,
.band-dark .large-social-icons a,
.band-dark-alt .large-social-icons a,
.band-quote .large-social-icons a,
.band-parallax .large-social-icons a {
  width: 60px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 38px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px;
  color: #3c3c3c;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
}
@media (max-width: 980px) {
  .band-hero .large-social-icons a,
  .band-hero-alt .large-social-icons a,
  .band-light .large-social-icons a,
  .band-light-alt .large-social-icons a,
  .band-dark .large-social-icons a,
  .band-dark-alt .large-social-icons a,
  .band-quote .large-social-icons a,
  .band-parallax .large-social-icons a {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .band-hero .large-social-icons a,
  .band-hero-alt .large-social-icons a,
  .band-light .large-social-icons a,
  .band-light-alt .large-social-icons a,
  .band-dark .large-social-icons a,
  .band-dark-alt .large-social-icons a,
  .band-quote .large-social-icons a,
  .band-parallax .large-social-icons a {
    width: 45px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .band-hero .large-social-icons a,
  .band-hero-alt .large-social-icons a,
  .band-light .large-social-icons a,
  .band-light-alt .large-social-icons a,
  .band-dark .large-social-icons a,
  .band-dark-alt .large-social-icons a,
  .band-quote .large-social-icons a,
  .band-parallax .large-social-icons a {
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.band-hero .large-social-icons a:hover,
.band-hero-alt .large-social-icons a:hover,
.band-light .large-social-icons a:hover,
.band-light-alt .large-social-icons a:hover,
.band-dark .large-social-icons a:hover,
.band-dark-alt .large-social-icons a:hover,
.band-quote .large-social-icons a:hover,
.band-parallax .large-social-icons a:hover {
  color: #fff;
}
.band-hero .large-social-icons a:hover:before,
.band-hero-alt .large-social-icons a:hover:before,
.band-light .large-social-icons a:hover:before,
.band-light-alt .large-social-icons a:hover:before,
.band-dark .large-social-icons a:hover:before,
.band-dark-alt .large-social-icons a:hover:before,
.band-quote .large-social-icons a:hover:before,
.band-parallax .large-social-icons a:hover:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #ffffff;
  top: -12px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.band-hero .large-social-icons a:hover:after,
.band-hero-alt .large-social-icons a:hover:after,
.band-light .large-social-icons a:hover:after,
.band-light-alt .large-social-icons a:hover:after,
.band-dark .large-social-icons a:hover:after,
.band-dark-alt .large-social-icons a:hover:after,
.band-quote .large-social-icons a:hover:after,
.band-parallax .large-social-icons a:hover:after {
  content: attr(data-title);
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  top: -34px;
  left: 50%;
  width: auto;
  line-height: 12px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.band-hero .large-social-icons a.fb:hover,
.band-hero-alt .large-social-icons a.fb:hover,
.band-light .large-social-icons a.fb:hover,
.band-light-alt .large-social-icons a.fb:hover,
.band-dark .large-social-icons a.fb:hover,
.band-dark-alt .large-social-icons a.fb:hover,
.band-quote .large-social-icons a.fb:hover,
.band-parallax .large-social-icons a.fb:hover {
  background: #3b5998;
}
.band-hero .large-social-icons a.li:hover,
.band-hero-alt .large-social-icons a.li:hover,
.band-light .large-social-icons a.li:hover,
.band-light-alt .large-social-icons a.li:hover,
.band-dark .large-social-icons a.li:hover,
.band-dark-alt .large-social-icons a.li:hover,
.band-quote .large-social-icons a.li:hover,
.band-parallax .large-social-icons a.li:hover {
  background: #007bb5;
}
.band-hero .large-social-icons a.tw:hover,
.band-hero-alt .large-social-icons a.tw:hover,
.band-light .large-social-icons a.tw:hover,
.band-light-alt .large-social-icons a.tw:hover,
.band-dark .large-social-icons a.tw:hover,
.band-dark-alt .large-social-icons a.tw:hover,
.band-quote .large-social-icons a.tw:hover,
.band-parallax .large-social-icons a.tw:hover {
  background: #55acee;
}
.band-hero .large-social-icons a.gp:hover,
.band-hero-alt .large-social-icons a.gp:hover,
.band-light .large-social-icons a.gp:hover,
.band-light-alt .large-social-icons a.gp:hover,
.band-dark .large-social-icons a.gp:hover,
.band-dark-alt .large-social-icons a.gp:hover,
.band-quote .large-social-icons a.gp:hover,
.band-parallax .large-social-icons a.gp:hover {
  background: #dd4b39;
}
.band-hero .large-social-icons a.yt:hover,
.band-hero-alt .large-social-icons a.yt:hover,
.band-light .large-social-icons a.yt:hover,
.band-light-alt .large-social-icons a.yt:hover,
.band-dark .large-social-icons a.yt:hover,
.band-dark-alt .large-social-icons a.yt:hover,
.band-quote .large-social-icons a.yt:hover,
.band-parallax .large-social-icons a.yt:hover {
  background: #bb0000;
}
.band-hero .large-social-icons a.ig:hover,
.band-hero-alt .large-social-icons a.ig:hover,
.band-light .large-social-icons a.ig:hover,
.band-light-alt .large-social-icons a.ig:hover,
.band-dark .large-social-icons a.ig:hover,
.band-dark-alt .large-social-icons a.ig:hover,
.band-quote .large-social-icons a.ig:hover,
.band-parallax .large-social-icons a.ig:hover {
  background: #e95950;
}
.band-hero .large-social-icons a.pi:hover,
.band-hero-alt .large-social-icons a.pi:hover,
.band-light .large-social-icons a.pi:hover,
.band-light-alt .large-social-icons a.pi:hover,
.band-dark .large-social-icons a.pi:hover,
.band-dark-alt .large-social-icons a.pi:hover,
.band-quote .large-social-icons a.pi:hover,
.band-parallax .large-social-icons a.pi:hover {
  background: #cb2027;
}
.band-hero .large-social-icons a.fl:hover,
.band-hero-alt .large-social-icons a.fl:hover,
.band-light .large-social-icons a.fl:hover,
.band-light-alt .large-social-icons a.fl:hover,
.band-dark .large-social-icons a.fl:hover,
.band-dark-alt .large-social-icons a.fl:hover,
.band-quote .large-social-icons a.fl:hover,
.band-parallax .large-social-icons a.fl:hover {
  background: #ff0084;
}
.band-light .large-social-icons a:hover,
.band-light-alt .large-social-icons a:hover {
  color: #333;
}
.band-light .large-social-icons a:hover:before,
.band-light-alt .large-social-icons a:hover:before {
  border-top-color: #333;
}
.band-light .large-social-icons a:hover:after,
.band-light-alt .large-social-icons a:hover:after {
  color: #333;
  border-bottom: 1px solid #333;
}
/* End of "Large Social Icons" */
/* -------------------------------------------- */
/* Start of "Map Standard" ID: 1093 */
@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;
  height: 32px;
  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 "Band Gallery Slider 2" ID: 1086 */
.gallery-band {
  padding-top: 0px;
  margin-top: 00px;
  border-top: 0px solid #eeeeee;
  margin-bottom: 0;
}
.gallery-band img {
  margin: auto;
  width: 100% !important;
  max-width: 480px;
  position: relative;
}
.gallery-band .slick-slide .hldr {
  margin: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.gallery-band .slick-slide .hldr a {
  position: relative;
  display: inline-block;
}
.gallery-band .slick-slide .hldr a:before {
  content: "+";
  position: absolute;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  top: 50%;
  background: rgba(0, 0, 0, 0.4);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
  border-radius: 50%;
  z-index: 100;
}
.gallery-band .slick-slide .hldr a:hover:before {
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}
.gallery-band .slick-next {
  display: block;
  background: #7f7f7f;
  color: #ffffff;
  border-radius: 3px;
  padding: 4px;
  width: 30px;
  height: 30px;
  top: -50px;
  right: 50%;
  margin-right: -40px;
}
.gallery-band .slick-next:hover {
  background: #16a085;
}
.gallery-band .slick-next:hover:after {
  height: 0;
}
.gallery-band .slick-next:hover:before {
  color: #ffffff;
}
.gallery-band .slick-next:before {
  content: "\f054";
  opacity: 1;
  color: #ffffff;
}
.gallery-band .slick-next:after {
  content: "";
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.gallery-band .slick-prev {
  display: block;
  background: #7f7f7f;
  border-radius: 3px;
  padding: 4px;
  width: 30px;
  height: 30px;
  top: -50px;
  left: 50%;
  margin-left: -40px;
  z-index: 2;
}
.gallery-band .slick-prev:hover {
  background: #16a085;
}
.gallery-band .slick-prev:hover:after {
  height: 0;
}
.gallery-band .slick-prev:hover:before {
  color: #ffffff;
}
.gallery-band .slick-prev:before {
  content: "\f053";
  opacity: 1;
  color: #fff;
}
.gallery-band .slick-prev:after {
  content: "";
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.gallery-band-popup-wrap .mfp-image-holder .mfp-close,
.gallery-band-popup-wrap .mfp-iframe-holder .mfp-close {
  font-size: 64px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  top: -40px !important;
  opacity: 0.2;
}
.gallery-band-popup-wrap .mfp-image-holder .mfp-figure .mfp-bottom-bar,
.gallery-band-popup-wrap .mfp-iframe-holder .mfp-figure .mfp-bottom-bar {
  position: relative;
  top: initial;
  left: initial;
  width: 100%;
  cursor: auto;
  text-align: center;
  padding: 0 20px;
  max-width: 100%;
  margin: 0px auto 0;
}
.gallery-band-popup-wrap .mfp-content .mfp-figure img.mfp-img {
  width: auto;
  max-width: initial;
  height: 100%;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
}
/*====== Zoom effect ======*/
.gallery-band-popup-wrap.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.gallery-band-popup-wrap.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.gallery-band-popup-wrap.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.gallery-band-popup-wrap.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.gallery-band-popup-wrap.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* End of "Band Gallery Slider 2" */
/* -------------------------------------------- */
/* Start of "Simple Slider 1-3" ID: 1081 */
.band-dark .simple-slider,
.band-dark-alt .simple-slider,
.band-light .simple-slider,
.band-light-alt .simple-slider,
.band-parallax .simple-slider,
.band-quote .simple-slider {
  margin: 0 auto;
  margin-bottom: 0px !important;
  display: none;
}
.band-dark .simple-slider.slick-initialized,
.band-dark-alt .simple-slider.slick-initialized,
.band-light .simple-slider.slick-initialized,
.band-light-alt .simple-slider.slick-initialized,
.band-parallax .simple-slider.slick-initialized,
.band-quote .simple-slider.slick-initialized {
  display: block;
}
.band-dark .simple-slider img,
.band-dark-alt .simple-slider img,
.band-light .simple-slider img,
.band-light-alt .simple-slider img,
.band-parallax .simple-slider img,
.band-quote .simple-slider img {
  max-width: initial;
  width: 100%;
  max-height: initial;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.band-dark .simple-slider.scalehover .slick-slide,
.band-dark-alt .simple-slider.scalehover .slick-slide,
.band-light .simple-slider.scalehover .slick-slide,
.band-light-alt .simple-slider.scalehover .slick-slide,
.band-parallax .simple-slider.scalehover .slick-slide,
.band-quote .simple-slider.scalehover .slick-slide {
  overflow: hidden;
}
.band-dark .simple-slider.scalehover .slick-slide img:hover,
.band-dark-alt .simple-slider.scalehover .slick-slide img:hover,
.band-light .simple-slider.scalehover .slick-slide img:hover,
.band-light-alt .simple-slider.scalehover .slick-slide img:hover,
.band-parallax .simple-slider.scalehover .slick-slide img:hover,
.band-quote .simple-slider.scalehover .slick-slide img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.band-dark .simple-slider .slick-list,
.band-dark-alt .simple-slider .slick-list,
.band-light .simple-slider .slick-list,
.band-light-alt .simple-slider .slick-list,
.band-parallax .simple-slider .slick-list,
.band-quote .simple-slider .slick-list {
  margin: 0;
}
.band-dark .simple-slider .slick-prev,
.band-dark-alt .simple-slider .slick-prev,
.band-light .simple-slider .slick-prev,
.band-light-alt .simple-slider .slick-prev,
.band-parallax .simple-slider .slick-prev,
.band-quote .simple-slider .slick-prev {
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.band-dark .simple-slider .slick-prev:before,
.band-dark-alt .simple-slider .slick-prev:before,
.band-light .simple-slider .slick-prev:before,
.band-light-alt .simple-slider .slick-prev:before,
.band-parallax .simple-slider .slick-prev:before,
.band-quote .simple-slider .slick-prev:before {
  padding: 10px 0px 10px 0px;
}
.band-dark .simple-slider .slick-next,
.band-dark-alt .simple-slider .slick-next,
.band-light .simple-slider .slick-next,
.band-light-alt .simple-slider .slick-next,
.band-parallax .simple-slider .slick-next,
.band-quote .simple-slider .slick-next {
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.band-dark .simple-slider .slick-next:before,
.band-dark-alt .simple-slider .slick-next:before,
.band-light .simple-slider .slick-next:before,
.band-light-alt .simple-slider .slick-next:before,
.band-parallax .simple-slider .slick-next:before,
.band-quote .simple-slider .slick-next:before {
  padding: 10px 0px 10px 2px;
}
.band-dark .simple-slider .slick-prev:before,
.band-dark-alt .simple-slider .slick-prev:before,
.band-light .simple-slider .slick-prev:before,
.band-light-alt .simple-slider .slick-prev:before,
.band-parallax .simple-slider .slick-prev:before,
.band-quote .simple-slider .slick-prev:before,
.band-dark .simple-slider .slick-next:before,
.band-dark-alt .simple-slider .slick-next:before,
.band-light .simple-slider .slick-next:before,
.band-light-alt .simple-slider .slick-next:before,
.band-parallax .simple-slider .slick-next:before,
.band-quote .simple-slider .slick-next:before {
  color: #ffffff;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  width: 40px;
  text-align: center;
}
.band-dark .simple-slider .slick-dots,
.band-dark-alt .simple-slider .slick-dots,
.band-light .simple-slider .slick-dots,
.band-light-alt .simple-slider .slick-dots,
.band-parallax .simple-slider .slick-dots,
.band-quote .simple-slider .slick-dots {
  bottom: -10px;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0 !important;
  max-width: initial;
}
.band-dark .simple-slider .slick-dots li button,
.band-dark-alt .simple-slider .slick-dots li button,
.band-light .simple-slider .slick-dots li button,
.band-light-alt .simple-slider .slick-dots li button,
.band-parallax .simple-slider .slick-dots li button,
.band-quote .simple-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #29a3d6;
  outline: 0;
  background: 0 0;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  opacity: .5;
}
.band-dark .simple-slider .slick-dots li button:before,
.band-dark-alt .simple-slider .slick-dots li button:before,
.band-light .simple-slider .slick-dots li button:before,
.band-light-alt .simple-slider .slick-dots li button:before,
.band-parallax .simple-slider .slick-dots li button:before,
.band-quote .simple-slider .slick-dots li button:before {
  display: none;
}
.band-dark .simple-slider .slick-dots li button:hover,
.band-dark-alt .simple-slider .slick-dots li button:hover,
.band-light .simple-slider .slick-dots li button:hover,
.band-light-alt .simple-slider .slick-dots li button:hover,
.band-parallax .simple-slider .slick-dots li button:hover,
.band-quote .simple-slider .slick-dots li button:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #29a3d6;
}
.band-dark .simple-slider .slick-dots li.slick-active button,
.band-dark-alt .simple-slider .slick-dots li.slick-active button,
.band-light .simple-slider .slick-dots li.slick-active button,
.band-light-alt .simple-slider .slick-dots li.slick-active button,
.band-parallax .simple-slider .slick-dots li.slick-active button,
.band-quote .simple-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #29a3d6;
}
/* End of "Simple Slider 1-3" */
/* -------------------------------------------- */
/* Start of "Single Image Centered thumb nav" ID: 1069 */
.Single-Image-Centered-w-thumb .slick-dots li button:before {
  font-size: 20px;
}
.Single-Image-Centered-w-thumb.btnleft .slick-dots {
  text-align: left !important;
}
.Single-Image-Centered-w-thumb.btnright .slick-dots {
  text-align: right !important;
}
.Single-Image-Centered-w-thumb.btncenter .slick-dots {
  text-align: center !important;
}
.Single-Image-Centered-w-thumb .slick-dots {
  position: absolute;
  bottom: -15px !important;
}
.Single-Image-Centered-w-thumb img {
  margin: auto !important;
}
.Single-Image-Centered-w-thumb .slick-dots li {
  height: 5px !important;
  width: 20px !important;
}
.Single-Image-Centered-w-thumb .slick-dots li button:before {
  content: "" !important;
  width: 25px !important;
  height: 5px !important;
  background: #000000;
  opacity: 0.25;
}
.Single-Image-Centered-w-thumb .slick-dots li button:hover:before,
.Single-Image-Centered-w-thumb .slick-dots .slick-active button:before {
  opacity: 1;
}
.Single-Image-Centered-thumb-nav .slick-slide img {
  max-width: 100px;
  width: 100px;
  margin: auto;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
}
.pl-res-phone .Single-Image-Centered-thumb-nav .slick-slide img,
.pl-res-tablet .Single-Image-Centered-thumb-nav .slick-slide img {
  display: none;
}
.Single-Image-Centered-thumb-nav .slick-slide img:hover {
  opacity: 0.7;
  cursor: zoom-in;
}
/* End of "Single Image Centered thumb nav" */
/* -------------------------------------------- */
/* Start of "SVG Icons w Heading" ID: 2031 */
.svg-heading-card .animated-lines.dark-blue #svg-wrap .animated-line {
  stroke: #4095ec !important;
}
.svg-heading-card .animated-lines.red #svg-wrap .animated-line {
  stroke: #9569de !important;
}
.svg-heading-card .animated-lines.green #svg-wrap .animated-line {
  stroke: #2dc275 !important;
}
.svg-heading-card .animated-lines.svg-primary #svg-wrap .animated-line {
  stroke: #222525 !important;
}
.svg-heading-card .animated-lines.svg-secondary #svg-wrap .animated-line {
  stroke: #ffffff !important;
}
.svg-heading-card .animated-lines.svg-tertiary #svg-wrap .animated-line {
  stroke: #3a3631 !important;
}
.svg-heading-card .animated-lines.svg-accenta #svg-wrap .animated-line {
  stroke: #32b3bd !important;
}
.svg-heading-card .animated-lines.svg-accentb #svg-wrap .animated-line {
  stroke: #65c6ce !important;
}
.svg-heading-card {
  display: block;
  position: relative;
  max-width: 300px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  color: #222;
  text-decoration: none;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.svg-heading-card.in-view-animate .animated-line,
.svg-heading-card.in-view-animate-repeat .animated-line {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.svg-heading-card.in-view-animate.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.in-view-go .animated-line {
  opacity: 1;
  animation: draw 4s linear forwards;
  -webkit-animation: draw 4s linear forwards;
  -moz-animation: draw 4s linear forwards;
  -o-animation: draw 4s linear forwards;
}
.svg-heading-card.in-view-animate.delay-0-1s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-1s.in-view-go .animated-line {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
  animation: draw 4s .1s linear forwards !important;
  -webkit-animation: draw 4s .1s linear forwards !important;
  -moz-animation: draw 4s .1s linear forwards !important;
  -o-animation: draw 4s .1s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-2s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-2s.in-view-go .animated-line {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
  animation: draw 4s .2s linear forwards !important;
  -webkit-animation: draw 4s .2s linear forwards !important;
  -moz-animation: draw 4s .2s linear forwards !important;
  -o-animation: draw 4s .2s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-3s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-3s.in-view-go .animated-line {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  animation: draw 4s .3s linear forwards !important;
  -webkit-animation: draw 4s .3s linear forwards !important;
  -moz-animation: draw 4s .3s linear forwards !important;
  -o-animation: draw 4s .3s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-4s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-4s.in-view-go .animated-line {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
  animation: draw 4s .4s linear forwards !important;
  -webkit-animation: draw 4s .4s linear forwards !important;
  -moz-animation: draw 4s .4s linear forwards !important;
  -o-animation: draw 4s .4s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-5s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-5s.in-view-go .animated-line {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  animation: draw 4s .5s linear forwards !important;
  -webkit-animation: draw 4s .5s linear forwards !important;
  -moz-animation: draw 4s .5s linear forwards !important;
  -o-animation: draw 4s .5s linear forwards !important;
}
.svg-heading-card h3 {
  margin-top: 15px;
}
.svg-heading-card .animated-lines {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  overflow: hidden;
}
.svg-heading-card .animated-lines #svg-wrap {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.svg-heading-card .animated-lines #svg-wrap path,
.svg-heading-card .animated-lines #svg-wrap .animated-line {
  stroke: #7f8c8d !important;
  stroke-width: 5px !Important;
}
.svg-heading-card .animated-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  font-weight: bold;
  stroke-width: 5;
}
@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* End of "SVG Icons w Heading" */
/* -------------------------------------------- */
/* Start of "Line Grid 4 or 6" ID: 1968 */
.band-light-alt .band-fill {
  fill: #e9e9ea !important;
}
.line-grid-hldr {
  width: 100%;
  display: block;
  max-width: 1200px;
  margin: auto;
}
.line-grid-hldr .box-clear {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
}
.line-grid-hldr.six {
  position: relative;
}
.line-grid-hldr.six .six-midline {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #b2b2b2;
}
@media (max-width: 980px) {
  .line-grid-hldr.six .six-midline {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.six .six-midline {
    display: none;
  }
}
.line-grid-hldr.six:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 33.333%;
  top: 0;
  position: absolute;
  background: #b2b2b2;
}
.line-grid-hldr.six:after {
  content: "";
  width: 1px;
  height: 100%;
  left: 66.666%;
  top: 0;
  position: absolute;
  background: #b2b2b2;
}
@media (max-width: 980px) {
  .line-grid-hldr.six:before {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 33.333%;
    position: absolute;
    background: #b2b2b2;
  }
  .line-grid-hldr.six:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 66.666%;
    position: absolute;
    background: #b2b2b2;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.six:before,
  .line-grid-hldr.six:after {
    display: none;
  }
}
.line-grid-hldr.six .grid-box {
  display: block;
  width: 33.333%;
  padding: 0;
  float: left;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px solid #b2b2b2;
  height: 400px;
  position: relative;
}
@media (min-width: 981px) {
  .line-grid-hldr.six .grid-box:nth-child(4) {
    clear: both;
  }
}
@media (max-width: 980px) {
  .line-grid-hldr.six .grid-box {
    width: 50%;
    padding: 2%;
  }
  .line-grid-hldr.six .grid-box:nth-child(3) {
    clear: both;
  }
  .line-grid-hldr.six .grid-box:nth-child(5) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.six .grid-box {
    width: 100%;
    padding: 2%;
  }
  .line-grid-hldr.six .grid-box:after {
    position: absolute;
    bottom: 0;
    content: "";
    background: #b2b2b2;
    width: 50%;
    height: 1px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .line-grid-hldr.six .grid-box:nth-child(6):after {
    display: none;
  }
}
.line-grid-hldr.six .grid-box .grid-content {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.line-grid-hldr.six .grid-box .grid-content .grid-icon-link:hover {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content img,
.line-grid-hldr.six .grid-box .grid-content .svg-icon {
  min-width: 80px;
  height: auto !important;
  width: 100% !important;
  max-width: 120px;
}
.line-grid-hldr.six .grid-box .grid-content img path,
.line-grid-hldr.six .grid-box .grid-content .svg-icon path,
.line-grid-hldr.six .grid-box .grid-content img line,
.line-grid-hldr.six .grid-box .grid-content .svg-icon line,
.line-grid-hldr.six .grid-box .grid-content img polyline,
.line-grid-hldr.six .grid-box .grid-content .svg-icon polyline,
.line-grid-hldr.six .grid-box .grid-content img ellipse,
.line-grid-hldr.six .grid-box .grid-content .svg-icon ellipse {
  stroke-width: 4 !important;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_One,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Two,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Three {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#piggybank #coin {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#collaboration #topcurve,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#collaboration #bottomcurve {
  -webkit-transform-origin: 75px 75px;
  -moz-transform-origin: 75px 75px;
  transform-origin: 75px 75px;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top .speech {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom .speech {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom .speech {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top {
  -webkit-animation: team-fade-one 6s infinite linear;
  -moz-animation: team-fade-one 6s infinite linear;
  animation: team-fade-one 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top .speech {
  -webkit-animation: team-fade-one-speech 6s infinite linear;
  -moz-animation: team-fade-one-speech 6s infinite linear;
  animation: team-fade-one-speech 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom {
  -webkit-animation: team-fade-left 6s infinite linear;
  -moz-animation: team-fade-left 6s infinite linear;
  animation: team-fade-left 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom .speech {
  -webkit-animation: team-fade-left-speech 6s infinite linear;
  -moz-animation: team-fade-left-speech 6s infinite linear;
  animation: team-fade-left-speech 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom {
  -webkit-animation: team-fade-right 6s infinite linear;
  -moz-animation: team-fade-right 6s infinite linear;
  animation: team-fade-right 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom .speech {
  -webkit-animation: team-fade-right-speech 6s infinite linear;
  -moz-animation: team-fade-right-speech 6s infinite linear;
  animation: team-fade-right-speech 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #topcurve,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #bottomcurve {
  -webkit-animation: rotate-collaboration 4s infinite linear;
  -moz-animation: rotate-collaboration 4s infinite linear;
  animation: rotate-collaboration 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #coin {
  -webkit-transform-origin: 103px 20px;
  -moz-transform-origin: 103px 20px;
  transform-origin: 103px 20px;
  -webkit-animation: coin 4s infinite linear;
  -moz-animation: coin 4s infinite linear;
  animation: coin 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #star {
  -webkit-transform-origin: 72px 12px;
  -moz-transform-origin: 72px 12px;
  transform-origin: 72px 12px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#On_Page_SEO #Gear {
  -webkit-transform-origin: 77px 73px;
  -moz-transform-origin: 77px 73px;
  transform-origin: 77px 73px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Local_SEO #Gear {
  -webkit-transform-origin: 74.5px 61.5px;
  -moz-transform-origin: 74.5px 61.5px;
  transform-origin: 74.5px 61.5px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_One {
  -webkit-transform-origin: 68px 20px;
  -moz-transform-origin: 68px 20px;
  transform-origin: 68px 20px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Two {
  -webkit-transform-origin: 17.5px 84px;
  -moz-transform-origin: 17.5px 84px;
  transform-origin: 17.5px 84px;
  -webkit-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  animation: rotate 4s infinite linear, startwo 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Three {
  -webkit-transform-origin: 124px 109px;
  -moz-transform-origin: 124px 109px;
  transform-origin: 124px 109px;
  -webkit-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  animation: rotate 4s infinite linear, starthree 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Technical_SEO #Wrench {
  -webkit-transform-origin: 76px 89px;
  -moz-transform-origin: 76px 89px;
  transform-origin: 76px 89px;
  -webkit-animation: shake 3s infinite linear;
  -moz-animation: shake 3s infinite linear;
  animation: shake 3s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content h5 {
  padding: 0 0 0px;
  margin: 25px 0 0px;
  position: relative;
}
@media (max-width: 1024px) {
  .line-grid-hldr.six .grid-box .grid-content h5 {
    padding: 0;
    margin: 5px 0 0;
  }
}
.line-grid-hldr.six .grid-box .grid-content p {
  padding: 15px 10px 20px;
  margin: 0;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .line-grid-hldr.six .grid-box .grid-content p {
    padding: 0;
    margin: 10px auto 20px;
    width: 90%;
  }
}
.line-grid-hldr.six .grid-box .grid-content a span {
  position: relative;
  z-index: 1;
}
.line-grid-hldr.four {
  position: relative;
}
.line-grid-hldr.four:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  position: absolute;
  background: #b2b2b2;
}
.line-grid-hldr.four:after {
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  background: #b2b2b2;
}
@media (max-width: 767px) {
  .line-grid-hldr.four:before,
  .line-grid-hldr.four:after {
    display: none;
  }
}
.line-grid-hldr.four .grid-box {
  display: block;
  width: 50%;
  padding: 0;
  float: left;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px solid #b2b2b2;
  height: 400px;
  position: relative;
}
@media (min-width: 768px) {
  .line-grid-hldr.four .grid-box {
    width: 50%;
  }
  .line-grid-hldr.four .grid-box:nth-child(1) {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .line-grid-hldr.four .grid-box:nth-child(2) {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  .line-grid-hldr.four .grid-box:nth-child(3) {
    clear: both;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .line-grid-hldr.four .grid-box:nth-child(4) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.four .grid-box {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .line-grid-hldr.four .grid-box:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #b2b2b2;
  }
  .line-grid-hldr.four .grid-box:nth-child(4):after {
    display: none;
  }
}
.line-grid-hldr.four .grid-box .grid-content {
  position: relative;
  width: 80%;
  margin: auto;
  padding-top: 70px;
}
@media (max-width: 980px) and (min-width: 768px) {
  .line-grid-hldr.four .grid-box .grid-content {
    width: 90%;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.four .grid-box .grid-content {
    width: 100%;
  }
}
.line-grid-hldr.four .grid-box .grid-content .grid-icon-link:hover {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content img,
.line-grid-hldr.four .grid-box .grid-content .svg-icon {
  min-width: 80px;
  height: auto !important;
  width: 100% !important;
  padding-bottom: 15px;
  max-width: 120px;
}
.line-grid-hldr.four .grid-box .grid-content img path,
.line-grid-hldr.four .grid-box .grid-content .svg-icon path,
.line-grid-hldr.four .grid-box .grid-content img line,
.line-grid-hldr.four .grid-box .grid-content .svg-icon line,
.line-grid-hldr.four .grid-box .grid-content img polyline,
.line-grid-hldr.four .grid-box .grid-content .svg-icon polyline,
.line-grid-hldr.four .grid-box .grid-content img ellipse,
.line-grid-hldr.four .grid-box .grid-content .svg-icon ellipse {
  stroke-width: 4 !important;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_One,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Two,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Three {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#piggybank #coin {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#collaboration #topcurve,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#collaboration #bottomcurve {
  -webkit-transform-origin: 75px 75px;
  -moz-transform-origin: 75px 75px;
  transform-origin: 75px 75px;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top .speech {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom .speech {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom .speech {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top {
  -webkit-animation: team-fade-one 6s infinite linear;
  -moz-animation: team-fade-one 6s infinite linear;
  animation: team-fade-one 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top .speech {
  -webkit-animation: team-fade-one-speech 6s infinite linear;
  -moz-animation: team-fade-one-speech 6s infinite linear;
  animation: team-fade-one-speech 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom {
  -webkit-animation: team-fade-left 6s infinite linear;
  -moz-animation: team-fade-left 6s infinite linear;
  animation: team-fade-left 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom .speech {
  -webkit-animation: team-fade-left-speech 6s infinite linear;
  -moz-animation: team-fade-left-speech 6s infinite linear;
  animation: team-fade-left-speech 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom {
  -webkit-animation: team-fade-right 6s infinite linear;
  -moz-animation: team-fade-right 6s infinite linear;
  animation: team-fade-right 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom .speech {
  -webkit-animation: team-fade-right-speech 6s infinite linear;
  -moz-animation: team-fade-right-speech 6s infinite linear;
  animation: team-fade-right-speech 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #topcurve,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #bottomcurve {
  -webkit-animation: rotate-collaboration 4s infinite linear;
  -moz-animation: rotate-collaboration 4s infinite linear;
  animation: rotate-collaboration 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #coin {
  -webkit-transform-origin: 103px 20px;
  -moz-transform-origin: 103px 20px;
  transform-origin: 103px 20px;
  -webkit-animation: coin 4s infinite linear;
  -moz-animation: coin 4s infinite linear;
  animation: coin 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #star {
  -webkit-transform-origin: 72px 12px;
  -moz-transform-origin: 72px 12px;
  transform-origin: 72px 12px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#On_Page_SEO #Gear {
  -webkit-transform-origin: 77px 73px;
  -moz-transform-origin: 77px 73px;
  transform-origin: 77px 73px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Local_SEO #Gear {
  -webkit-transform-origin: 74.5px 61.5px;
  -moz-transform-origin: 74.5px 61.5px;
  transform-origin: 74.5px 61.5px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_One {
  -webkit-transform-origin: 68px 20px;
  -moz-transform-origin: 68px 20px;
  transform-origin: 68px 20px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Two {
  -webkit-transform-origin: 17.5px 84px;
  -moz-transform-origin: 17.5px 84px;
  transform-origin: 17.5px 84px;
  -webkit-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  animation: rotate 4s infinite linear, startwo 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Three {
  -webkit-transform-origin: 124px 109px;
  -moz-transform-origin: 124px 109px;
  transform-origin: 124px 109px;
  -webkit-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  animation: rotate 4s infinite linear, starthree 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Technical_SEO #Wrench {
  -webkit-transform-origin: 76px 89px;
  -moz-transform-origin: 76px 89px;
  transform-origin: 76px 89px;
  -webkit-animation: shake 3s infinite linear;
  -moz-animation: shake 3s infinite linear;
  animation: shake 3s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content h3 {
  padding: 0 0 0px;
  margin: 25px 0 0px;
  position: relative;
}
@media (max-width: 1024px) {
  .line-grid-hldr.four .grid-box .grid-content h3 {
    padding: 0;
    margin: 5px 0 0;
  }
}
.line-grid-hldr.four .grid-box .grid-content p {
  padding: 15px 10px 20px;
  margin: 0;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .line-grid-hldr.four .grid-box .grid-content p {
    padding: 0;
    margin: 10px auto 20px;
    width: 90%;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes starone {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes starone {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes starone {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes startwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes startwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes startwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes starthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes starthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes starthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  37.5% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  62.5% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  87.5% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes coin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    transform: translateY(70px);
  }
}
@-webkit-keyframes rotate-collaboration {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-collaboration {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-collaboration {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes team-fade-one {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.5;
  }
  97% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes team-fade-one-speech {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes team-fade-left {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0.5;
  }
  97% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes team-fade-left-speech {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes team-fade-right {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  33% {
    opacity: 0.5;
  }
  63% {
    opacity: 0.8;
  }
  66% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  97% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes team-fade-right-speech {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  63% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* End of "Line Grid 4 or 6" */
/* -------------------------------------------- */
/* Start of "stat card" ID: 3394 */
/***** Do Not Edit Below unless you know what you are doing *****/
.stat_hld {
  background: rgba(0, 0, 0, 0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 30px auto;
}
.stats {
  text-align: center;
  position: relative;
  top: 50%;
  margin: 0 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stat_numb {
  font-size: 55px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 27px;
  font-weight: 300;
}
.stat_desc {
  margin: 0 10px;
}
.stat_desc .header_stat_desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
/* End of "stat card" */
/* -------------------------------------------- */
/* Start of "Testimonial Slider" ID: 1046 */
.band-parallax .slick-next:before,
.band-dark .slick-next:before,
.band-dark-alt .slick-next:before,
.band-parallax .slick-prev:before,
.band-dark .slick-prev:before,
.band-dark-alt .slick-prev:before {
  color: #32b3bd;
}
.band-parallax .testimonial-dash-nav .slick-dots li button:before,
.band-dark .testimonial-dash-nav .slick-dots li button:before,
.band-dark-alt .testimonial-dash-nav .slick-dots li button:before {
  background: #32b3bd;
}
.band-light .slick-next:before,
band-light-alt .slick-next:before,
.band-light .slick-prev:before,
band-light-alt .slick-prev:before {
  color: #32b3bd;
}
.band-light .testimonial-dash-nav .slick-dots li button:before,
band-light-alt .testimonial-dash-nav .slick-dots li button:before {
  background: #32b3bd;
}
.slick-next:before,
.slick-prev:before {
  color: #32b3bd !important;
}
.testimonial-dash-nav.slick-slider .slick-prev {
  left: -30px !important;
}
.testimonial-dash-nav.slick-slider .slick-next {
  right: -30px !important;
}
.testimonial-dash-nav.slick-slider .slick-next {
  right: 0;
}
.testimonial-dash-nav.slick-slider .slick-prev {
  left: 0;
}
.testimonial-dash-nav.left .qtxt .heading-secondary,
.testimonial-dash-nav.left .qtxt p,
.testimonial-dash-nav.left .qsig p {
  text-align: left !important;
}
@media (max-width: 980px) {
  .testimonial-dash-nav.left .qtxt .heading-secondary,
  .testimonial-dash-nav.left .qtxt p,
  .testimonial-dash-nav.left .qsig p {
    text-align: center !important;
  }
}
.testimonial-dash-nav.left .qsig p {
  padding: 15px 0;
}
.testimonial-dash-nav.right .qtxt .quote-heading,
.testimonial-dash-nav.right .qtxt p,
.testimonial-dash-nav.right .qsig p {
  text-align: right !important;
}
@media (max-width: 980px) {
  .testimonial-dash-nav.right .qtxt .quote-heading,
  .testimonial-dash-nav.right .qtxt p,
  .testimonial-dash-nav.right .qsig p {
    text-align: center !important;
  }
}
.testimonial-dash-nav.right .qsig p {
  padding: 15px 0;
}
.testimonial-dash-nav.center .qtxt .quote-heading,
.testimonial-dash-nav.center .qtxt p,
.testimonial-dash-nav.center .qsig p {
  text-align: center !important;
}
@media (max-width: 980px) {
  .testimonial-dash-nav.center .qtxt .quote-heading,
  .testimonial-dash-nav.center .qtxt p,
  .testimonial-dash-nav.center .qsig p {
    text-align: center !important;
  }
}
.testimonial-dash-nav.center .qsig p {
  padding: 15px 0;
}
.testimonial-dash-nav .slick-slide .qsig,
.testimonial-dash-nav .slick-slide .qtxt {
  opacity: 0 !important;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.testimonial-dash-nav .slick-slide.slick-fadein .qsig,
.testimonial-dash-nav .slick-slide.slick-fadein .qtxt {
  opacity: 1 !important;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.testimonial-dash-nav .slick-dots li button:before {
  font-size: 20px;
}
.testimonial-dash-nav .slick-dots {
  position: absolute;
  bottom: -15px !important;
  text-align: center;
  padding: 0;
  max-width: 100%;
}
.testimonial-dash-nav .quote-heading:before {
  content: "‘‘";
  font-size: 52px;
  vertical-align: bottom;
  line-height: 10px;
}
.testimonial-dash-nav .quote-heading:after {
  content: "’’";
  font-size: 52px;
  vertical-align: bottom;
  line-height: 10px;
}
.testimonial-dash-nav .qhldr {
  width: 90%;
  margin: auto;
}
.testimonial-dash-nav .qmarks {
  position: relative;
  width: 40px;
  display: inline-block;
  line-height: 1;
  text-align: left;
}
.testimonial-dash-nav .qmarks span {
  position: absolute;
  font-size: 80px;
  letter-spacing: -6px;
  font-weight: 400;
  line-height: 8px;
  top: 0;
  opacity: 0.3;
}
.testimonial-dash-nav .qtxt {
  padding: 10px 0px 0 ;
}
.testimonial-dash-nav .qtxt .heading-quote-heading {
  text-align: center;
  padding: 10px 0px;
}
@media (max-width: 480px) {
  .testimonial-dash-nav .qtxt .heading-quote-heading {
    padding: 10px 0px;
  }
}
.testimonial-dash-nav .qtxt p {
  line-height: 1.4;
  text-align: center;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.testimonial-dash-nav .qsig {
  width: 100%;
  margin: auto;
  padding-bottom: 0px;
}
.testimonial-dash-nav .qsig p {
  text-align: center !important;
  margin: 0;
  padding: 15px;
  opacity: 1;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.testimonial-dash-nav .slick-next:before,
.testimonial-dash-nav .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
}
.testimonial-dash-nav .slick-dots li {
  height: 5px !important;
  width: 20px !important;
}
.testimonial-dash-nav .slick-dots li button:before {
  content: "" !important;
  width: 25px !important;
  height: 5px !important;
  background: #32b3bd;
  opacity: 0.25;
}
.testimonial-dash-nav .slick-dots li button:hover:before,
.testimonial-dash-nav .slick-dots .slick-active button:before {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .testimonial-dash-nav .qmarks {
    font-size: 4rem;
    line-height: 20px;
    font-family: serif;
    letter-spacing: -10px;
    vertical-align: bottom;
    margin: 0 8px 0 0;
  }
  .testimonial-dash-nav .qtxt p {
    font-size: 18px;
    padding: 10px 0px 10px;
  }
  .testimonial-dash-nav .qsig p {
    font-size: 16px;
    text-align: center;
  }
}
/* End of "Testimonial Slider" */
/* -------------------------------------------- */
/* Start of "Drop Down Band" ID: 2689 */
.band-dark .band-accordion-wrap .band-accordion-icon:hover i,
.band-dark-alt .band-accordion-wrap .band-accordion-icon:hover i {
  color: #9a9bb5;
}
.band-dark .band-accordion-wrap .band-accordion-btn:hover,
.band-dark-alt .band-accordion-wrap .band-accordion-btn:hover {
  color: #9a9bb5;
}
.band-light .band-accordion-wrap .band-accordion-icon,
.band-light-alt .band-accordion-wrap .band-accordion-icon {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.band-light .band-accordion-wrap .band-accordion-icon:hover i,
.band-light-alt .band-accordion-wrap .band-accordion-icon:hover i {
  color: #9a9bb5 !important;
}
.band-light .band-accordion-wrap .band-accordion-btn:hover,
.band-light-alt .band-accordion-wrap .band-accordion-btn:hover {
  color: #9a9bb5 !important;
}
.band-accordion-wrap {
  position: relative;
  display: block;
}
.band-accordion-wrap .band-accordion-icon {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  z-index: 50;
}
.band-accordion-wrap .band-accordion-icon:hover {
  cursor: pointer;
}
.band-accordion-wrap .band-accordion-icon:hover i {
  color: #862575 !important;
}
.band-accordion-wrap .band-accordion-icon i {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.band-accordion-wrap .band-accordion-icon.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.band-accordion-wrap .band-accordion-btn {
  position: relative;
  z-index: 100;
}
.band-accordion-wrap .band-accordion-btn:hover {
  color: #862575 !important;
}
.band-accordion-wrap .band-accordion-btn.centerline {
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 50px;
}
.band-accordion-wrap .band-accordion-btn.centerline:before,
.band-accordion-wrap .band-accordion-btn.centerline:after {
  background-color: #8A8888;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 980px) {
  .band-accordion-wrap .band-accordion-btn.centerline:before,
  .band-accordion-wrap .band-accordion-btn.centerline:after {
    display: none;
  }
}
.band-accordion-wrap .band-accordion-btn.centerline:before {
  right: 0.5em;
  margin-left: -50%;
}
.band-accordion-wrap .band-accordion-btn.centerline:after {
  left: 0.5em;
  margin-right: -50%;
}
.band-accordion-wrap .band-accordion-btn.solid {
  display: block;
  background: #222;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 20px;
  box-sizing: border-box;
}
.band-accordion-wrap .band-accordion-btn.solid .section-accordion-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  line-height: 19px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}
.band-accordion-wrap .band-accordion-btn.solid .section-accordion-icon:before {
  content: "";
  width: 80%;
  height: 2px;
  background: #fff;
  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;
}
.band-accordion-wrap .band-accordion-btn.solid .section-accordion-icon:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #fff;
  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;
}
.band-accordion-wrap .band-accordion-btn.solid.active .band-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);
}
.band-accordion-wrap .band-accordion-btn.button {
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
  border: 3px solid transparent;
  font-weight: 400;
  box-shadow: none;
  text-transform: small-caps;
  font-size: 17px;
  font-family: trajan-pro-3;
  padding: 11px 25px;
  display: inline-block;
}
.band-accordion-wrap .band-accordion-btn.button .section-accordion-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  line-height: 19px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}
.band-accordion-wrap .band-accordion-btn.button .section-accordion-icon:before {
  content: "";
  width: 80%;
  height: 2px;
  background: #fff;
  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;
}
.band-accordion-wrap .band-accordion-btn.button .section-accordion-icon:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #fff;
  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;
}
.band-content {
  position: relative;
  display: none;
}
.band-content .pl-area-wrap {
  position: relative;
}
/* End of "Drop Down Band" */
/* -------------------------------------------- */
/* Start of "Animated Icon Hover" ID: 1618 */
.animated-icon-card-wrap {
  text-align: center;
  position: relative;
}
.animated-icon-card-wrap:hover .envelope {
  transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.animated-icon-card-wrap:hover .envelope .top {
  transition: transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
  -ms-transition: -ms-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
  -moz-transition: -moz-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
  -o-transition: -o-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
  -webkit-transition: -webkit-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
  height: 10px;
  top: -60px;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.animated-icon-card-wrap:hover .envelope .paper {
  margin-top: -60px;
  transition: margin-top 300ms 150ms;
  -ms-transition: margin-top 300ms 150ms;
  -moz-transition: margin-top 300ms 150ms;
  -o-transition: margin-top 300ms 150ms;
  -webkit-transition: margin-top 300ms 150ms;
}
.animated-icon-card-wrap:hover .animated-icon-card .icon-hldr i {
  -webkit-transform: translateX(20px) translateY(-20px);
  -moz-transform: translateX(20px) translateY(-20px);
  transform: translateX(20px) translateY(-20px);
}
.animated-icon-card-wrap:hover .animated-icon-card .btn {
  background: #32b3bd;
  border-color: #32b3bd;
}
.animated-icon-card-wrap .animated-icon-card {
  display: block;
  position: relative;
}
.animated-icon-card-wrap .animated-icon-card .contact {
  position: relative;
  height: 120px;
}
.animated-icon-card-wrap .animated-icon-card .contact .envelope {
  position: relative;
  height: 70px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  background: #F9F9F9;
  transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
}
.animated-icon-card-wrap .animated-icon-card .contact .top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  z-index: 30;
  overflow: hidden;
  transform-origin: top;
  -ms-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transform-origin: top;
  transition: transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -ms-transition: -ms-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -moz-transition: -moz-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -o-transition: -o-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -webkit-transition: -webkit-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
}
.animated-icon-card-wrap .animated-icon-card .contact .outer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 53px solid #EEE;
}
.animated-icon-card-wrap .animated-icon-card .contact .outer .inner {
  position: absolute;
  left: -75px;
  top: -60px;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 55px solid #39364a;
}
.animated-icon-card-wrap .animated-icon-card .contact .bottom {
  position: absolute;
  z-index: 20;
  bottom: -1px;
  left: 5px;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 32px solid #39364a;
}
.animated-icon-card-wrap .animated-icon-card .contact .left {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  border-left: 73px solid #39364a;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
.animated-icon-card-wrap .animated-icon-card .contact .right {
  position: absolute;
  z-index: 20;
  top: 0px;
  right: 0px;
  border-right: 73px solid #39364a;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
.animated-icon-card-wrap .animated-icon-card .contact .cover {
  position: absolute;
  z-index: 15;
  bottom: 0px;
  left: 0px;
  height: 55%;
  width: 100%;
  background: #EEE;
}
.animated-icon-card-wrap .animated-icon-card .contact .paper {
  position: absolute;
  height: 83px;
  padding-top: 10px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #F9F9F9;
  z-index: 10;
  transition: margin-top 300ms 0ms;
  -ms-transition: margin-top 300ms 0ms;
  -moz-transition: margin-top 300ms 0ms;
  -o-transition: margin-top 300ms 0ms;
  -webkit-transition: margin-top 300ms 0ms;
}
.animated-icon-card-wrap .animated-icon-card .icon-hldr {
  height: 120px;
}
.animated-icon-card-wrap .animated-icon-card .icon-hldr i {
  font-size: 100px;
  margin-bottom: 10px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
}
.animated-icon-card-wrap .animated-icon-card .heading-hldr {
  margin-bottom: 20px;
}
/* End of "Animated Icon Hover" */
/* -------------------------------------------- */
/* Start of "Isotope Grid Links" ID: 935 */
/* ---- grid ---- */
.grid-2-0 {
  max-width: 100%;
}
.grid-2-0 * {
  box-sizing: border-box;
}
/* clear fix */
.grid-2-0:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-2-0 .grid-item {
  float: left;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .grid-2-0 .grid-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid-2-0 .grid-item {
    width: 100%;
  }
}
.grid-2-0 .grid-item .cf-accordions {
  background: #8EB021;
}
.grid-2-0 .grid-item .cf-accordions:hover {
  background: #A5C63B;
}
.grid-2-0 .grid-item .cf-buttons {
  background: #FFA800;
}
.grid-2-0 .grid-item .cf-buttons:hover {
  background: #FFCD02;
}
.grid-2-0 .grid-item .cf-cards {
  background: #2980B9;
}
.grid-2-0 .grid-item .cf-cards:hover {
  background: #3498DB;
}
.grid-2-0 .grid-item .cf-dividers {
  background: #8E44AD;
}
.grid-2-0 .grid-item .cf-dividers:hover {
  background: #9B59B6;
}
.grid-2-0 .grid-item .cf-grids {
  background: #2D3E52;
}
.grid-2-0 .grid-item .cf-grids:hover {
  background: #356272;
}
.grid-2-0 .grid-item .cf-lists {
  background: #C0392B;
}
.grid-2-0 .grid-item .cf-lists:hover {
  background: #E74C3C;
}
.grid-2-0 .grid-item .cf-sliders {
  background: #16A085;
}
.grid-2-0 .grid-item .cf-sliders:hover {
  background: #1ABC9C;
}
.grid-2-0 .grid-item .cf-quotes {
  background: #D45C9E;
}
.grid-2-0 .grid-item .cf-quotes:hover {
  background: #EC87BF;
}
.grid-2-0 .grid-item .box-link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 100;
  border: 0px solid #2d2d2d;
  overflow: hidden;
}
.grid-2-0 .grid-item .box-link.overlay-hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 6;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link .box-link-label {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.grid-2-0 .grid-item .box-link .box-link-label .heading-tertiary {
  color: #fff !important;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link .box-link-label .grid-desc {
  color: #fff !important;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-top: 20px;
}
.grid-2-0 .grid-item .box-link .box-link-label .grid-desc p {
  color: #fff !important;
}
.grid-2-0 .grid-item .box-link .box-link-label a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px 5px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link .box-link-label a:hover {
  background: #fff;
  color: #222;
}
.grid-2-0 .grid-item .box-link:hover.overlay-hover:after {
  background: rgba(0, 0, 0, 0.6);
}
.grid-2-0 .grid-item .box-link:hover .box-link-label img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.grid-2-0 .grid-item .box-link:hover .box-link-label .heading-tertiary,
.grid-2-0 .grid-item .box-link:hover .box-link-label .grid-desc {
  color: #fff !important;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.grid-2-0 .grid-item .box-link:hover .box-link-label a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 980px) {
  .grid-2-0 .grid-item .box-link:after {
    background: rgba(0, 0, 0, 0.6);
  }
  .grid-2-0 .grid-item .box-link .box-link-label img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  .grid-2-0 .grid-item .box-link .box-link-label .heading-tertiary {
    color: #fff !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  .grid-2-0 .grid-item .box-link .box-link-label a {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.grid-2-0 .grid-item:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
}
.grid-2-0 .grid-item--width20 {
  width: 20%;
}
.grid-2-0 .grid-item--width40 {
  width: 40%;
}
.grid-2-0 .grid-item--width60 {
  width: 60%;
}
.grid-2-0 .grid-item--width80 {
  width: 80%;
}
.grid-2-0 .grid-item--width25 {
  width: 25%;
}
.grid-2-0 .grid-item--width50 {
  width: 50%;
}
.grid-2-0 .grid-item--width75 {
  width: 75%;
}
.grid-2-0 .grid-item--width33 {
  width: 33.333%;
}
.grid-2-0 .grid-item--width66 {
  width: 66.666%;
}
@media (max-width: 980px) {
  .grid-2-0 .grid-item--width20,
  .grid-2-0 .grid-item--width40,
  .grid-2-0 .grid-item--width60,
  .grid-2-0 .grid-item--width80,
  .grid-2-0 .grid-item--width25,
  .grid-2-0 .grid-item--width50,
  .grid-2-0 .grid-item--width75,
  .grid-2-0 .grid-item--width33,
  .grid-2-0 .grid-item--width66 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid-2-0 .grid-item--width20,
  .grid-2-0 .grid-item--width40,
  .grid-2-0 .grid-item--width60,
  .grid-2-0 .grid-item--width80,
  .grid-2-0 .grid-item--width25,
  .grid-2-0 .grid-item--width50,
  .grid-2-0 .grid-item--width75,
  .grid-2-0 .grid-item--width33,
  .grid-2-0 .grid-item--width66 {
    width: 100%;
  }
}
.grid-2-0 .grid-item--height:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
}
/* End of "Isotope Grid Links" */
/* -------------------------------------------- */
/* Start of "Testimonial Slider w Circle Image" ID: 879 */
.testimonial-slider-w-circle-image {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0;
}
.testimonial-slider-w-circle-image:hover .slick-prev,
.testimonial-slider-w-circle-image:hover .slick-next {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.testimonial-slider-w-circle-image .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 980px) {
  .testimonial-slider-w-circle-image .slick-dots {
    max-width: 900px;
  }
}
.testimonial-slider-w-circle-image .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e9e674;
  font-size: 20px;
}
.testimonial-slider-w-circle-image .slick-dots li button:before {
  opacity: .7;
  color: #e9e674;
  content: "\f111";
  font-size: 16px;
  font-family: 'Font Awesome 5 Pro';
}
.testimonial-slider-w-circle-image .slick-prev {
  left: 0px;
  top: 0;
  width: 100px;
  height: 100%;
  background: rgba(20, 87, 131, 0);
  z-index: 100;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 980px) {
  .testimonial-slider-w-circle-image .slick-prev {
    width: 40px;
  }
}
.testimonial-slider-w-circle-image .slick-prev:before {
  font-size: 40px;
  color: #e9e674 !important;
  content: "\f104";
  font-family: 'Font Awesome 5 Pro';
}
.testimonial-slider-w-circle-image .slick-next {
  right: 0px;
  top: 0;
  width: 100px;
  height: 100%;
  background: rgba(20, 87, 131, 0);
  z-index: 100;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .testimonial-slider-w-circle-image .slick-next {
    width: 40px;
  }
}
.testimonial-slider-w-circle-image .slick-next:before {
  font-size: 40px;
  content: "\f105";
  color: #e9e674 !important;
  font-family: 'Font Awesome 5 Pro';
}
.testimonial-slider-w-circle-image .tsci-item {
  position: relative;
  padding: 30px 50px;
}
.testimonial-slider-w-circle-image .tsci-item:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
@media (max-width: 980px) {
  .testimonial-slider-w-circle-image .tsci-item {
    padding: 30px 30px;
  }
}
.testimonial-slider-w-circle-image .tsci-item .tsci-image-wrap {
  display: block;
  float: left;
  width: 33%;
}
@media (max-width: 980px) {
  .testimonial-slider-w-circle-image .tsci-item .tsci-image-wrap {
    width: 100%;
    float: none;
  }
}
.testimonial-slider-w-circle-image .tsci-item .tsci-image-wrap img {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 300px;
  border-radius: 50%;
}
.testimonial-slider-w-circle-image .tsci-item .tsci-text-wrap {
  display: block;
  width: 66%;
  padding-right: 50px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
@media (max-width: 980px) {
  .testimonial-slider-w-circle-image .tsci-item .tsci-text-wrap {
    width: 100%;
    float: none;
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding-right: 0px;
  }
}
.testimonial-slider-w-circle-image .tsci-item .tsci-text-wrap .tsci-quote {
  font-style: italic;
  padding-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .testimonial-slider-w-circle-image .tsci-item .tsci-text-wrap .tsci-quote {
    font-size: 24px;
  }
}
.testimonial-slider-w-circle-image .tsci-item .tsci-text-wrap .tsci-sig {
  font-style: italic;
  font-size: 20px;
}
/* End of "Testimonial Slider w Circle Image" */
/* -------------------------------------------- */
/* Start of "Image Gallery Popup" ID: 877 */
.magnific-img-popup-gallery-wrap.mfp-gallery.mfp-move-from-left .mfp-arrow:hover {
  background: #4a4a4a !important;
}
.magnific-img-popup-gallery-wrap.mfp-gallery.mfp-move-from-left .mfp-arrow:hover:after {
  color: #fff !important;
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-arrow {
  position: absolute;
  opacity: 0.55;
  filter: alpha(opacity=55);
  margin: 0;
  top: 0 !important;
  text-align: center;
  background: #26a393 !important;
  margin-top: 0 !important;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  right: 50% !important;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  border-radius: 0 0 10px 0px;
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  left: 50% !important;
  border-radius: 0 0 0 10px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure {
  height: 80%;
  position: relative;
  display: inline-block;
  margin-top: 5%;
  width: auto;
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure img.mfp-img {
  width: auto;
  max-width: 800px;
  max-height: 600px !important;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 120px;
  margin: 0 auto;
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar {
  position: relative;
  top: initial;
  left: initial;
  width: 100%;
  cursor: auto;
  text-align: center;
  padding: 0 20px;
  max-width: 650px;
  margin: -100px auto 0;
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
  text-align: center;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  padding: 0;
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title .ipg-title {
  font-size: 32px;
  color: #38424f;
  padding-bottom: 15px;
}
.magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title span {
  color: #38424f;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure {
    margin-top: 60px;
  }
  .magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
    top: -60px !important;
  }
}
@media (max-width: 980px) {
  .magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure {
    margin-top: 100px;
  }
  .magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
    width: 65px;
    height: 65px;
  }
  .magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-img {
    max-width: 100% !important;
    padding: 10px 0 150px !important;
    height: auto !important;
  }
  .magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar {
    margin-top: -140px;
    padding: 0 30px;
  }
  .magnific-img-popup-gallery-wrap .mfp-container .mfp-content .mfp-figure .mfp-counter {
    right: 10px;
  }
}
.img-popup-gallery {
  text-align: center;
}
.img-popup-gallery a.anim-popup {
  display: block;
}
.img-popup-gallery a.anim-popup .heading-text {
  display: none;
}
a.anim-popup {
  position: relative;
  display: inline-block;
}
a.anim-popup img {
  display: block;
  max-width: none;
  width: 100%;
}
@media (max-width: 1024px) {
  a.anim-popup:after {
    content: "\f0a6";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #ffffff;
    font-size: 36px;
    z-index: 10;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    box-shadow: 2px 2px 5px rgba(34, 34, 34, 0.5);
  }
}
@media (min-width: 1025px) {
  a.anim-popup:after {
    content: "\f067";
    font-family: FontAwesome;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  a.anim-popup:before {
    position: absolute;
    background: rgba(52, 203, 187, 0.8);
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    top: 0%;
    left: 0%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  a.anim-popup:hover:after {
    opacity: 1;
  }
  a.anim-popup:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.magnific-img-popup-gallery-wrap {
  /*====== Move-from-right effect ======*/
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left {
  /* start state */
  /* animate in */
  /* animate out */
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left button.mfp-arrow {
  width: 64px !important;
  height: 64px !important;
  line-height: 1em !important;
  opacity: 1;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left button.mfp-arrow:after {
  color: #ffffff;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left button.mfp-arrow.mfp-arrow-right {
  right: 0px;
}
@media (min-width: 1025px) {
  .magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-open .mfp-figure img {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left .mfp-image-holder .mfp-close,
.magnific-img-popup-gallery-wrap.mfp-move-from-left .mfp-iframe-holder .mfp-close {
  font-size: 60px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  top: 0px !important;
  right: 1px;
  color: #ffffff;
  opacity: 1;
  background: #26a393;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 15%;
  margin-top: 0 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0;
  position: fixed;
  box-shadow: none;
  line-height: 60px;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left .mfp-image-holder .mfp-close:hover,
.magnific-img-popup-gallery-wrap.mfp-move-from-left .mfp-iframe-holder .mfp-close:hover {
  background: #38424f !important;
  opacity: 1;
  color: #fff;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left img.mfp-img {
  max-width: 100%;
  height: auto;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-bg {
  background: #FFFFFF;
}
@media (min-width: 1025px) {
  .magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-bg {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: .9;
  }
  .magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-bg.mfp-ready {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-bg.mfp-removing {
    opacity: 0.9;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (min-width: 1025px) {
  .magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-wrap {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  .magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-wrap.mfp-ready {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-wrap.mfp-removing {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left .mfp-content {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  text-align: center;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left .mfp-content .mfp-figure:after {
  display: none;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left .custom-form-popup {
  opacity: 0;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(0) translateX(100%);
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-ready .custom-form-popup {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-removing .custom-form-popup {
  transform: translateX(-100%);
  opacity: 0;
}
.magnific-img-popup-gallery-wrap.mfp-move-from-left.mfp-removing.mfp-bg {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* End of "Image Gallery Popup" */
/* -------------------------------------------- */
/* Start of "Portfolio Grid" ID: 866 */
/* ---- settings ---- */
/* ---- grid ---- */
.grid-hldr {
  max-width: 100%;
  display: block;
  margin: 0%;
}
.grid-hldr .grid {
  max-width: 100%;
  /* ---- grid-item ---- */
}
.grid-hldr .grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-hldr .grid .grid-sizer {
  display: none !important;
}
.grid-hldr .grid .grid-sizer,
.grid-hldr .grid .grid-item {
  width: 33.333%;
  color: #fff;
  display: block;
  box-sizing: border-box;
  margin: 0%;
  position: relative;
}
.grid-hldr .grid .grid-sizer:after,
.grid-hldr .grid .grid-item:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.grid-hldr .grid .grid-sizer .grid-overlay-hldr,
.grid-hldr .grid .grid-item .grid-overlay-hldr {
  position: relative;
  z-index: 4;
}
.grid-hldr .grid .grid-sizer .grid-overlay-hldr:before,
.grid-hldr .grid .grid-item .grid-overlay-hldr:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
@media (max-width: 1024px) {
  .grid-hldr .grid .grid-sizer,
  .grid-hldr .grid .grid-item {
    width: 100%;
    margin: 1%;
  }
  .grid-hldr .grid .grid-sizer:after,
  .grid-hldr .grid .grid-item:after {
    padding-top: 0%;
  }
}
.grid-hldr .grid .grid-sizer.dw,
.grid-hldr .grid .grid-item.dw {
  width: 66.666%;
}
.grid-hldr .grid .grid-sizer.dw:after,
.grid-hldr .grid .grid-item.dw:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 50%;
}
@media (max-width: 1024px) {
  .grid-hldr .grid .grid-sizer.dw,
  .grid-hldr .grid .grid-item.dw {
    width: 100%;
  }
  .grid-hldr .grid .grid-sizer.dw:after,
  .grid-hldr .grid .grid-item.dw:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 0%;
  }
}
.grid-hldr .grid .grid-item {
  float: left;
  background: #222222;
  border: 0px solid #333;
  border-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.grid-hldr .grid .grid-item:hover .grid-overlay-hldr,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-overlay-hldr {
  background: rgba(255, 255, 255, 0);
}
.grid-hldr .grid .grid-item:hover .grid-overlay-hldr .grid-overlay,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-overlay-hldr .grid-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.grid-hldr .grid .grid-item:hover .grid-content,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 110;
  opacity: 1;
  font-weight: 300;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-title,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-content .grid-title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  text-transform: uppercase;
  font-weight: 400 !important;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  opacity: 1;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-title:after,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-content .grid-title:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #ffffff !important;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
}
.grid-hldr .grid .grid-item:hover .grid-content p,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-content p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  color: #ffffff !important;
  font-weight: 300;
  opacity: 1;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-btn,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-content .grid-btn {
  color: #fff;
  width: 110px;
  border: 1px solid #FFFFFF;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-btn.left-btn,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-content .grid-btn.left-btn {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  transform: translatey(0px);
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-btn.right-btn,
.grid-hldr .grid .grid-item.quotebox-hldr .grid-content .grid-btn.right-btn {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  transform: translatey(0px);
}
.grid-hldr .grid .grid-item .grid-content {
  position: absolute;
  z-index: 5;
}
.grid-hldr .grid .grid-item .grid-content .quote-box {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-item .grid-content .quote-box {
    font-size: 15px;
  }
}
.grid-hldr .grid .grid-item .grid-content .quote-box .porfolio-quote {
  padding-bottom: 16px;
  display: inline-block;
}
.grid-hldr .grid .grid-item .grid-content .quote-box .porfolio-sig {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-item .grid-content .quote-box .porfolio-sig {
    font-size: 15px;
  }
}
.grid-hldr .grid .grid-item .grid-overlay-hldr {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
}
.grid-hldr .grid .grid-item .grid-overlay-hldr .grid-overlay {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transform: all .5s;
  -moz-transform: all .5s;
  transform: all .5s;
}
.grid-hldr .grid .grid-item .grid-content {
  position: absolute;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
.grid-hldr .grid .grid-item .grid-content.quotebox-hldr {
  padding: 25px;
}
.grid-hldr .grid .grid-item .grid-content .grid-title {
  padding: 0;
  margin: 0;
  color: #ffffff !important;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.1;
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-item .grid-content .grid-title {
    font-size: 20px;
  }
}
.grid-hldr .grid .grid-item .grid-content .grid-title:after {
  content: "";
  width: 150px;
  height: 1px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
}
.grid-hldr .grid .grid-item .grid-content p {
  color: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin: 10px 0 30px;
  opacity: 0;
  color: #ffffff;
}
.grid-hldr .grid .grid-item .grid-content .grid-btn {
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-decoration: none;
  padding: 7px;
  width: 110px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 12px;
  margin: 10px 10px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 1024px) {
  .grid-hldr .grid .grid-item .grid-content .grid-btn {
    background: #fff;
    color: #222222 !important;
  }
}
.grid-hldr .grid .grid-item .grid-content .grid-btn.left-btn {
  -webkit-transform: translatey(50px);
  -moz-transform: translatey(50px);
  transform: translatey(50px);
}
.grid-hldr .grid .grid-item .grid-content .grid-btn.right-btn {
  -webkit-transform: translatey(50px);
  -moz-transform: translatey(50px);
  transform: translatey(50px);
}
.grid-hldr .grid .grid-item .grid-content .grid-btn:hover {
  background: #fff;
  color: #222222;
}
@media (max-width: 1024px) {
  .grid-hldr .grid .grid-item .grid-overlay-hldr {
    background: rgba(0, 0, 0, 0.3);
    top: 0;
  }
  .grid-hldr .grid .grid-item .grid-overlay-hldr .grid-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  .grid-hldr .grid .grid-item .grid-content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(0%);
    position: relative;
    top: 0;
    padding: 15px;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
    opacity: 1;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-title:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -75px;
  }
  .grid-hldr .grid .grid-item .grid-content p {
    display: block;
    opacity: 1;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-btn {
    color: #fff;
    border: 1px solid #FFFFFF;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-btn.left-btn {
    display: none;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-btn.right-btn {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .grid-hldr .grid .grid-item.grid-item--width2:after {
    padding-top: 100%;
  }
}
/* End of "Portfolio Grid" */
/* -------------------------------------------- */
/* Start of "Affiliate Slider" ID: 1566 */
.band-dark .logo-carousel .slick-prev:before,
.band-dark-alt .logo-carousel .slick-prev:before,
.band-quote .logo-carousel .slick-prev:before,
.band-parallax .logo-carousel .slick-prev:before,
.band-dark .logo-carousel .slick-next:before,
.band-dark-alt .logo-carousel .slick-next:before,
.band-quote .logo-carousel .slick-next:before,
.band-parallax .logo-carousel .slick-next:before {
  color: #ffffff;
}
.band-light .logo-carousel .slick-prev:before,
.band-light-alt .logo-carousel .slick-prev:before,
.band-light .logo-carousel .slick-next:before,
.band-light-alt .logo-carousel .slick-next:before {
  color: #222222;
}
.logo-carousel {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0px !important;
}
.logo-carousel .slick-list {
  margin: 0 25px;
  overflow: hidden;
}
.logo-carousel .slick-prev {
  left: 0px;
}
.logo-carousel .slick-next {
  right: 0px;
}
.logo-carousel .slick-prev:before,
.logo-carousel .slick-next:before {
  color: #32b3bd;
}
.logo-carousel .slick-next:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
}
.logo-carousel .slick-prev:before {
  content: "\f104";
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
}
.logo-carousel p {
  line-height: 16px;
  font-size: 16px;
}
.logo-carousel .opacityimg {
  opacity: 1;
}
.logo-carousel .lc-tooltip:hover span {
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: inline-block;
  padding: 5px 6px;
  z-index: 1;
  font-size: 14px;
  transform: translateX(-50%);
  line-height: 1.5;
  border: 1px solid #eee;
  border-radius: 2px;
}
.logo-carousel .lc-tooltip:hover span:before {
  content: attr(data-tooltip);
  position: relative;
  font-size: 12px;
  line-height: 1.1;
  display: block;
  padding: 2px 5px;
}
.logo-carousel .lc-tooltip:hover span:after {
  content: "";
  border: 10px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #fff;
}
.logo-carousel a {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: inline-block;
}
.logo-carousel a:hover {
  opacity: 1;
  cursor: pointer;
}
.logo-carousel a:hover .opacityimg {
  opacity: 0.7;
}
.logo-carousel .slick-slide {
  text-align: center;
  position: relative;
  padding: 20px 0;
  vertical-align: middle;
  display: inline-block !important;
  float: none;
  height: 100%;
  min-height: 1px;
}
.logo-carousel .slick-slide img {
  margin: auto;
  display: block;
  vertical-align: middle;
  max-height: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .logo-carousel .slick-slide img {
    position: relative;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
.logo-carousel .slick-slide .greyscaleimg {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -moz-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.logo-carousel .slick-slide .greyscaleimg:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
@media screen and (max-width: 480px) {
  .logo-carousel {
    width: 80%;
    margin: 2% auto;
  }
  .logo-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
}
/* End of "Affiliate Slider" */
/* ================================================ */
/* Start of Style Chunk CSS */
/* -------------------------------------------- */
/* Start of "Checkbox gravity form styling" ID: 38557 */
li.gchoice input,
.custom-form-popup-2-0 li.gchoice input {
  width: 3% !important;
  margin-right: 10px;
}
/* End of "Checkbox gravity form styling */
/* -------------------------------------------- */
/* Start of "navlink-off" ID: 38478 */
.navlink-off a {
  color: rgba(88, 88, 88, 0.4) !important;
}
.navlink-off a:before {
  content: none !important;
}
/* End of "navlink-off */
/* -------------------------------------------- */
/* Start of "Responsive iFrame CSS" ID: 35832 */
.iframe-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 802px;
  border-radius: 4px;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}
/* This style goes on the div or section above that contains the iFrame as the relative position */
.framecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then this style goes on the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* End of "Responsive iFrame CSS */
/* -------------------------------------------- */
/* Start of "Popup mfp-hide text box &#8211; phone module, map box," ID: 35781 */
.phone-box {
  width: 80%;
  background: #fff;
  visibility: visible !important;
  max-width: 600px;
  margin: auto;
  color: #222;
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
  border: 5px solid #32b3bd;
  border-radius: 4px;
  position: relative;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .phone-box {
    padding: 30px 15px;
  }
}
/* End of "Popup mfp-hide text box &#8211; phone module, map box, */
/* -------------------------------------------- */
/* Start of "third-widgets" ID: 35776 */
@media (min-width: 981px) {
  .third-widgets > div {
    width: 29.666% !important;
  }
  .third-widgets > div:nth-of-type(3) {
    margin-right: 0 !important;
  }
}
/* End of "third-widgets */
/* -------------------------------------------- */
/* Start of "Responsive table &#8211; columns rows" ID: 35587 */
table {
  width: 750px;
  border-collapse: collapse;
  margin: 50px auto;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #32b3bd;
  color: white !important;
  font-weight: bold;
}
td,
th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }
}
/* End of "Responsive table &#8211; columns rows */
/* -------------------------------------------- */
/* Start of "Pulsating text &#8211; pulse glowing + Auto-hide element after 20seconds" ID: 35566 */
.pulsate {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.byebye {
  -moz-animation: cssAnimation 0.5s ease-out 20s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0.5s ease-out 20s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0.5s ease-out 20s forwards;
  /* Opera */
  animation: cssAnimation 0.5s ease-out 20s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
/* End of "Pulsating text &#8211; pulse glowing + Auto-hide element after 20seconds */
/* -------------------------------------------- */
/* Start of "Hubspot fixes &#8211; chatbot" ID: 35533 */
/* Curtis made the chat icon hover above the docked menu, but when clicked
the chat window is also affectad and users cannot close it. 

#hubspot-messages-iframe-container.widget-align-right {
  @media(max-width:980px) {
    display: initial!important;
    z-index: 2147483647;
    position: fixed!important;
    bottom: 60px !important;
  }
}

*/
/* End of "Hubspot fixes &#8211; chatbot */
/* -------------------------------------------- */
/* Start of "Footer Polylang, footer widget bottom margin" ID: 35392 */
#footer-widgets .footer-widget .widget_polylang {
  display: block;
  width: 100%;
}
#footer-widgets .footer-widget .widget_polylang li.lang-item {
  position: relative;
  padding-left: 0;
}
#footer-widgets .footer-widget .widget_polylang li.lang-item:before {
  display: none;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
  margin-bottom: 15% !important;
}
/* End of "Footer Polylang, footer widget bottom margin */
/* -------------------------------------------- */
/* Start of "Language Switch Fixes" ID: 35327 */
.lang-item-es a {
  background: url(https://www.holisticbiospa.com/wp-content/uploads/flag-mexican-1.png) no-repeat;
  padding: 10px 30px 10px 10px;
  margin: 0 auto;
  position: relative;
}
.lang-item-en a {
  background: url(https://www.holisticbiospa.com/wp-content/uploads/flag-us.png) no-repeat;
  padding: 10px 30px 10px 10px;
  margin: 0 auto;
  position: relative;
}
.lang-item-es img,
.lang-item-en img {
  display: none;
}
/* End of "Language Switch Fixes */
/* -------------------------------------------- */
/* Start of "popup-wufoo embed form" ID: 34920 */
.mfp-wrap .mfp-iframe-holder .mfp-content.mfp-wufoo-width {
  max-width: 915px;
  min-height: 90%;
  background: #FFF;
}
.mfp-wrap .mfp-iframe-holder .mfp-content.mfp-wufoo-width button.mfp-close {
  top: -2px !important;
  right: -30px;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.mfp-wrap .mfp-iframe-holder .mfp-content.mfp-wufoo-width button.mfp-close:hover {
  background: #2196F3 !important;
  color: #fff;
}
/* End of "popup-wufoo embed form */
/* -------------------------------------------- */
/* Start of "slider-fix" ID: 34781 */
.slider-fix .et_pb_slide_image {
  margin-top: 0 !important;
}
.slider-fix .et_pb_slide_description {
  display: none !Important;
}
/* End of "slider-fix */
/* -------------------------------------------- */
/* Start of "Slider First Image Opacity Fix" ID: 34759 */
.et_pb_slide:first-child .et_pb_slide_image img {
  opacity: 1;
}
/* End of "Slider First Image Opacity Fix */
/* -------------------------------------------- */
/* Start of "Hide header and footer on certain pages" ID: 34665 */
.page-id-34538 header {
  display: none;
}
.page-id-31572 footer,
.page-id-34538 footer {
  display: none;
}
/* End of "Hide header and footer on certain pages */
/* -------------------------------------------- */
/* Start of "FB Chat bubble mobile fix" ID: 34536 */
@media (max-width: 1245px) {
  .fb_iframe_widget iframe {
    bottom: 60px !important;
  }
}
@media (max-width: 1245px) {
  .fb_dialog_content iframe {
    bottom: 60px !important;
  }
}
/* End of "FB Chat bubble mobile fix */
/* -------------------------------------------- */
/* Start of "Coronavirus Link CSS" ID: 34522 */
.coronav {
  color: #fff !important;
  font-weight: 600 !important;
}
.coronav:hover {
  color: #3a3631 !important;
}
.ctext {
  color: #fff;
  font-weight: 400;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1.5;
  padding: 0 !important;
}
@media (max-width: 1245px) {
  .ctext {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 2.5;
    margin-top: 65px;
    padding: 0 !important;
  }
}
.coronaband {
  background: #32b3bd !important;
}
/* End of "Coronavirus Link CSS */
/* -------------------------------------------- */
/* Start of "Blog Pagination Color Fix" ID: 34515 */
.et_pb_posts_nav.nav-single > span a .meta-nav {
  background: #32b3bd !important;
}
.et_pb_posts_nav.nav-single > span {
  border-color: #32b3bd !important;
}
.et_pb_posts_nav.nav-single > span a:hover .meta-nav {
  background: #38d0dc !important;
}
.et_pb_posts_nav.nav-single > span:hover {
  border-color: #38d0dc !important;
}
/* End of "Blog Pagination Color Fix */
/* -------------------------------------------- */
/* Start of "ScrolltoTop Mobile" ID: 33628 */
/* Activate once the HubSpot chat widget is also on the right hand side of the screen

span.et_pb_scroll_top.et-pb-icon.et-visible {
    right: initial;
    left: 0;
    bottom: 85px;
  border-radius: 0 5px 5px 0;
}
*/
/* End of "ScrolltoTop Mobile */
/* -------------------------------------------- */
/* Start of "blog-post-search" ID: 33426 */
.blog-post-search {
  max-width: 1080px;
  margin: auto;
  text-align: right;
  border: 0;
  padding: 0 8px;
}
.blog-post-search form {
  width: 100%;
  text-align: right;
  max-width: 720px;
  margin: auto;
}
.blog-post-search form input[type="text"] {
  width: 100%;
  max-width: 720px;
  border: 1px solid #e2e2e2;
}
.blog-post-search form input[type="submit"] {
  background: #32b3bd;
  padding: 8px 15px;
  color: #fff;
}
.blog-post-search form input[type="submit"]:hover {
  cursor: pointer;
  background: #7d7d7d;
  color: #fff;
}
/* End of "blog-post-search */
/* -------------------------------------------- */
/* Start of "PageNavi" ID: 33424 */
.blog .wp-pagenavi {
  clear: both;
  margin-bottom: 30px;
  padding-top: 13px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
}
.blog .wp-pagenavi span.pages {
  float: left;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none;
}
.blog .wp-pagenavi .page,
.blog .wp-pagenavi .nextpostslink,
.blog .wp-pagenavi .previouspostslink {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #e2e2e2 !important;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
  color: #222 !important;
  margin: 0 2px;
  font-size: 16px;
  vertical-align: top;
}
.blog .wp-pagenavi span.current,
.blog .wp-pagenavi .page:hover,
.blog .wp-pagenavi .nextpostslink:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #eee;
  border: 1px solid #e2e2e2 !important;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
  color: #222 !important;
  margin: 0 2px;
  font-size: 16px !important;
  vertical-align: top;
}
/* End of "PageNavi */
/* -------------------------------------------- */
/* Start of "Blog Style With Featured Image &#8211; Single" ID: 33423 */
.et_pb_branded_blog .et_pb_post_single {
  padding: 0 20px;
  max-width: 1200px;
  margin: auto;
  border-radius: 4px 4px;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 60px;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper #comment-wrap {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper p.post-author {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 1px;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper p.post-author .author-img-link:hover {
  opacity: .6;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper p.post-author .wp-user-avatar {
  border-radius: 50%;
  vertical-align: middle;
  max-width: 70px;
  margin-right: 10px;
  border: 3px solid #32b3bd;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper a {
  color: #32b3bd;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper a:hover {
  color: #222;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper > div {
  width: 100%;
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px;
  margin: auto;
  max-width: 720px;
}
.et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper > img {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper > div,
  .et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper > img {
    width: 100%;
    padding: 0;
  }
  .et_pb_branded_blog .et_pb_post_single .et_post_meta_wrapper p.post-author {
    margin-bottom: 30px;
  }
}
.et_pb_branded_blog .et_pb_post_single .entry-content {
  max-width: 1080px;
  display: block;
  margin: 20px auto 0;
  padding: 0 180px;
  position: relative;
}
.et_pb_branded_blog .et_pb_post_single .entry-content div#sticky-wrapper {
  height: 0 !important;
}
.et_pb_branded_blog .et_pb_post_single .entry-content .heateor_sss_sharing_container {
  position: absolute;
  margin: 0 0 0 -180px !important;
  width: 72px !important;
}
.et_pb_branded_blog .et_pb_post_single .entry-content .heateor_sss_sharing_container .heateor_sss_sharing_title {
  display: none;
}
@media (max-width: 980px) {
  .et_pb_branded_blog .et_pb_post_single .entry-content {
    padding: 0;
  }
  .et_pb_branded_blog .et_pb_post_single .entry-content .heateor_sss_sharing_container {
    margin: 0 0 0 -72px !important;
  }
}
@media (max-width: 640px) {
  .et_pb_branded_blog .et_pb_post_single .entry-content .heateor_sss_sharing_container {
    margin: 0 0 0 -48px !important;
  }
}
i.heateorSssSharing {
  position: relative;
}
i.heateorSssSharing.heateorSssFacebookBackground:hover:before {
  content: "Share on Facebook";
  position: absolute;
  right: 6px;
  white-space: nowrap;
  line-height: 15px;
  font-size: 12px;
  background: #222;
  padding: 4px 8px;
  letter-spacing: 1px;
  color: #fff;
  transform: translateX(100%);
  margin: -8px 0 0;
  border-radius: 6px 6px 6px 0;
}
i.heateorSssSharing.heateorSssTwitterBackground:hover:before {
  content: "Share on Twitter";
  position: absolute;
  right: 6px;
  white-space: nowrap;
  line-height: 15px;
  font-size: 12px;
  background: #222;
  padding: 4px 8px;
  letter-spacing: 1px;
  color: #fff;
  transform: translateX(100%);
  margin: -8px 0 0;
  border-radius: 6px 6px 6px 0;
}
i.heateorSssSharing.heateorSssLinkedinBackground:hover:before {
  content: "Share on LinkedIn";
  position: absolute;
  right: 6px;
  white-space: nowrap;
  line-height: 15px;
  font-size: 12px;
  background: #222;
  padding: 4px 8px;
  letter-spacing: 1px;
  color: #fff;
  transform: translateX(100%);
  margin: -8px 0 0;
  border-radius: 6px 6px 6px 0;
}
i.heateorSssSharing.heateorSssPinterestBackground:hover:before {
  content: "Share on Pinterest";
  position: absolute;
  right: 6px;
  white-space: nowrap;
  line-height: 15px;
  font-size: 12px;
  background: #222;
  padding: 4px 8px;
  letter-spacing: 1px;
  color: #fff;
  transform: translateX(100%);
  margin: -8px 0 0;
  border-radius: 6px 6px 6px 0;
}
i.heateorSssSharing.heateorSssEmailBackground:hover:before {
  content: "Share via Email";
  position: absolute;
  right: 6px;
  white-space: nowrap;
  line-height: 15px;
  font-size: 12px;
  background: #222;
  padding: 4px 8px;
  letter-spacing: 1px;
  color: #fff;
  transform: translateX(100%);
  margin: -8px 0 0;
  border-radius: 6px 6px 6px 0;
}
/* End of "Blog Style With Featured Image &#8211; Single */
/* -------------------------------------------- */
/* Start of "relpost-thumb-container" ID: 33422 */
.relpost-thumb-container {
  margin-top: 60px;
  display: block;
}
.relpost-thumb-container #related_posts_thumbnails {
  display: flex;
  padding: 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .relpost-thumb-container #related_posts_thumbnails {
    display: block;
  }
}
.relpost-thumb-container #related_posts_thumbnails:after {
  content: "";
  clear: both;
  display: block;
}
.relpost-thumb-container #related_posts_thumbnails li {
  width: 32%;
  flex-basis: 32%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 1%;
  margin-left: 0px;
  vertical-align: top;
  float: none;
  border: 1px solid #eee;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  transition: all .4s;
  padding: 0px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .relpost-thumb-container #related_posts_thumbnails li {
    width: 98%;
  }
}
.relpost-thumb-container #related_posts_thumbnails li:hover {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.relpost-thumb-container #related_posts_thumbnails li:hover a {
  opacity: 1;
}
.relpost-thumb-container #related_posts_thumbnails li:first-child {
  margin-left: 0;
}
.relpost-thumb-container #related_posts_thumbnails li .relpost-post-image {
  width: 100%;
  height: auto;
  margin: 0;
}
.relpost-thumb-container #related_posts_thumbnails li .relpost_content {
  width: 100% !important;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  height: auto !important;
  padding: 10px 20px 15px;
}
/* End of "relpost-thumb-container */
/* -------------------------------------------- */
/* Start of "Single Post Related Nav" ID: 33421 */
.et_pb_posts_nav.nav-single {
  max-width: 800px;
  margin: auto;
  display: flex;
  width: 100%;
  padding: 0 20px;
}
.et_pb_posts_nav.nav-single > span {
  flex: 1 0;
  flex-basis: calc(49%);
  background: #f9f9f9;
  margin-right: 1rem;
  vertical-align: middle;
  border: 1px solid #7d7d7d;
}
.et_pb_posts_nav.nav-single > span:hover {
  border-color: #ed2475;
}
.et_pb_posts_nav.nav-single > span a {
  border: 0;
  padding: 0;
  display: block;
  vertical-align: middle;
}
.et_pb_posts_nav.nav-single > span a .meta-nav {
  width: 7%;
  position: relative;
  height: 60px;
  background: #7d7d7d;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.et_pb_posts_nav.nav-single > span a .nav-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0;
  width: 90%;
  color: #222;
  line-height: 1.2;
}
.et_pb_posts_nav.nav-single > span a:hover .meta-nav {
  background: #ed2475;
}
.et_pb_posts_nav.nav-single > span.nav-previous {
  text-align: left;
}
.et_pb_posts_nav.nav-single > span.nav-previous .meta-nav:before {
  content: "\f053";
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  line-height: 60px;
  width: 26px;
  text-align: center;
  display: block;
}
.et_pb_posts_nav.nav-single > span.nav-next {
  text-align: right;
}
.et_pb_posts_nav.nav-single > span.nav-next .meta-nav:before {
  content: "\f054";
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  line-height: 60px;
  width: 26px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .et_pb_posts_nav.nav-single {
    display: block;
  }
  .et_pb_posts_nav.nav-single > span {
    flex: none;
    flex-basis: unset;
    background: #f9f9f9;
    margin: 1rem 0;
    vertical-align: middle;
    border: 1px solid #7d7d7d;
    display: block;
    width: 100%;
  }
  .et_pb_posts_nav.nav-single > span a .meta-nav {
    width: 11%;
  }
  .et_pb_posts_nav.nav-single > span a .nav-label {
    width: 88%;
  }
}
/* End of "Single Post Related Nav */
/* -------------------------------------------- */
/* Start of "Team Card Popup Override" ID: 33259 */
/*actual img card*/
.team-card {
  background: #32b3bd;
  border-width: 3px;
  border-color: #32b3bd;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.team-card .heading-tertiary {
  color: #FFFFFF !important;
  padding-bottom: 5px;
}
/* Popup box */
.mfp-content .team-card-popup {
  position: relative;
  background: none repeat scroll 0% 0% #fff;
  padding: 0px 0px 10px 0px;
  width: 90%;
  margin: 0px auto;
  max-width: 600px;
  box-shadow: 0px 0px 0px 4px #00BCD4;
}
.mfp-content .team-card-popup > div {
  background: #FFF;
  padding: 20px;
  margin: auto;
}
@media (min-width: 768px) {
  .mfp-content .team-card-popup > div {
    display: table;
  }
  .mfp-content .team-card-popup > div img {
    padding: 0;
    display: table-cell;
    vertical-align: top;
  }
  .mfp-content .team-card-popup > div .tcp-wrap {
    display: table-cell;
    vertical-align: top;
  }
}
.mfp-wrap .mfp-container .team-card-popup .tcp-text {
  max-height: 500px;
  overflow-y: auto;
}
.mfp-wrap .mfp-container .team-card-popup .mfp-close {
  width: auto;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0px 10px;
  color: #222;
  font-style: normal;
  font-size: 18px;
  background: #fff !important;
  font-family: Lato,Arial,monospace;
  border-radius: 0;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4) !important;
}
.mfp-wrap .mfp-container .team-card-popup .mfp-close:hover {
  background: #00BCD4 !important;
}
/* End of "Team Card Popup Override */
/* -------------------------------------------- */
/* Start of "Footer Bottom Override" ID: 33256 */
@media only screen and (max-width: 1245px) {
  #footer-bottom {
    padding: 15px 0 70px !important;
  }
}
/* End of "Footer Bottom Override */
/* -------------------------------------------- */
/* Start of "<Mark> highlight class + Ordered list <ol> left margin" ID: 32229 */
.band-dark mark,
.band-dark-alt mark,
.band-quote mark {
  background-color: #E5F5F6;
}
.band-light mark,
.band-light-alt mark,
.et_pb_post_single mark {
  background-color: #84DAE2;
}
.band-dark ol,
.band-dark-alt ol,
.band-quote ol,
.band-light ol,
.band-light-alt ol {
  margin-left: 10px !important;
}
/* End of "<Mark> highlight class + Ordered list <ol> left margin */
/* -------------------------------------------- */
/* Start of "Footer Orchid" ID: 32048 */
#main-footer {
  position: relative;
}
#main-footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background: url(https://clinic.holisticbiospa.com/wp-content/uploads/orchid-small-vector.svg);
  width: 30%;
  height: 250px;
  z-index: 1;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  background-position: center left;
}
#main-footer .container {
  position: relative;
  z-index: 10;
}
/* End of "Footer Orchid */
/* -------------------------------------------- */
/* Start of "Gradient Band BG: Dark and Dark Alt Overrides" ID: 32045 */
#main-content .et_pb_section.band-dark {
  background: #17939f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #027d89 0%, #13a0ad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #027d89 0%, #13a0ad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #027d89 0%, #13a0ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027d89', endColorstr='#13a0ad', GradientType=1);
  /* IE6-9 */
}
#main-content .et_pb_section.band-dark-alt {
  position: relative;
  overflow: hidden;
}
#main-content .et_pb_section.band-dark-alt:before {
  content: "";
  display: block;
  position: absolute;
  background: #515151;
  background: -moz-radial-gradient(center, ellipse cover, #515151 0%, #131313 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #515151 0%, #131313 100%);
  background: radial-gradient(ellipse at center, #515151 0%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#131313', GradientType=1);
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
/* End of "Gradient Band BG: Dark and Dark Alt Overrides */
/* -------------------------------------------- */
/* Start of "ADA man fix" ID: 31709 */
@media (max-width: 1245px) {
  body .userway.userway_p5 {
    top: auto;
    bottom: 60px !important;
    left: 10px;
    right: auto;
  }
}
/* End of "ADA man fix */
/* -------------------------------------------- */
/* Start of "team card" ID: 31704 */
.team-card-popup p {
  text-align: left !important;
}
.team-card p {
  margin: 0 0 0;
  text-transform: uppercase;
  text-align: center !important;
}
/* End of "team card */
/* -------------------------------------------- */
/* Start of "blog feed grid" ID: 31685 */
.band-dark .blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before,
.band-dark-alt .blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before,
.band-dark .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before,
.band-dark-alt .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before {
  color: #fff;
  font-size: 24px;
}
.band-light .blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before,
.band-light-alt .blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before,
.band-light .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before,
.band-light-alt .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before {
  color: #222525;
  font-size: 24px;
}
.et_pb_blog_feed_grid {
  margin: auto;
  display: table;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts {
  width: 25%;
  display: table-cell;
  padding: 20px 20px 70px;
  background: #fff;
  border-right: 1px solid #eee;
  position: relative;
}
@media (max-width: 980px) {
  .et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts {
    width: 100%;
    clear: both;
    display: block;
    border-right: 0px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts:nth-last-child(1) {
  border: 0px solid rgba(0, 0, 0, 0) !important;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts:after {
  clear: both;
  content: "";
  display: block;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap {
  background: #fff;
  overflow: hidden;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta {
  font-size: 12px;
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
  line-height: 30px;
  padding: 0px;
  color: #222;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta p {
  color: #222 !important;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta a {
  color: #222;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta a:hover {
  opacity: .7;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .excerpt-wrap {
  font-size: 16px;
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
  line-height: 1.2;
  padding: 0px;
  color: #222;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .more-link {
  width: auto;
  height: 30px;
  display: block;
  line-height: 30px;
  background: #005765;
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 3px;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .more-link:hover {
  background: #f16522;
  color: #fff;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .entry-featured-image-url {
  display: block;
  position: relative;
  height: 130px;
  overflow: hidden;
  margin: 0 0 10px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .entry-featured-image-url img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .entry-featured-image-url:hover {
  opacity: .7;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .content_wrap {
  padding: 10px 0px 20px;
  color: #222;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .content_wrap .entry-title {
  font-size: 18px;
  font-weight: 500;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .content_wrap .entry-title a {
  color: #222;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .content_wrap .entry-title a:hover {
  opacity: .7;
}
.et_pb_blog_feed_grid .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .content_wrap .date_wrap {
  font-size: 14px;
  font-weight: 800;
}
.alignleft {
  float: none;
  margin: auto;
  text-align: center;
  padding: 10px;
}
/* End of "blog feed grid */
/* -------------------------------------------- */
/* Start of "Contact row styleing" ID: 31674 */
.contact-row-1,
.contact-row-2 {
  background: #eee;
  padding: 0;
  font-size: 20px;
}
.contact-row-1 .wpseo-location p,
.contact-row-2 .wpseo-location p {
  display: none;
}
.contact-row-1 .wpseo-location .wpseo-address-wrapper,
.contact-row-2 .wpseo-location .wpseo-address-wrapper {
  display: inline-block;
}
.contact-row-1 .wpseo-location i,
.contact-row-2 .wpseo-location i {
  vertical-align: top;
}
.contact-row-1 a,
.contact-row-2 a {
  font-size: 20px;
}
.contact-row-1 a:hover,
.contact-row-2 a:hover {
  color: #32b3bd;
}
.contact-row-1 i,
.contact-row-2 i {
  width: 35px !important;
  font-size: 17px !important;
  background: #fff;
  color: #fa4e25;
  margin-right: 5px;
  border-radius: 50%;
  padding: 9px;
  height: 35px;
}
.contact-row-1 .et_pb_column:nth-child(2),
.contact-row-2 .et_pb_column:nth-child(2) {
  padding: 30px;
  background: #222525;
}
.contact-row-1 .et_pb_column:nth-child(2) p,
.contact-row-2 .et_pb_column:nth-child(2) p,
.contact-row-1 .et_pb_column:nth-child(2) a,
.contact-row-2 .et_pb_column:nth-child(2) a,
.contact-row-1 .et_pb_column:nth-child(2) span,
.contact-row-2 .et_pb_column:nth-child(2) span,
.contact-row-1 .et_pb_column:nth-child(2) div,
.contact-row-2 .et_pb_column:nth-child(2) div,
.contact-row-1 .et_pb_column:nth-child(2) .heading-tertiary,
.contact-row-2 .et_pb_column:nth-child(2) .heading-tertiary {
  color: #fff !important;
}
/* End of "Contact row styleing */
/* -------------------------------------------- */
/* Start of "Affiliate spacing small screen &#8211; footer heading fix" ID: 31668 */
@media (max-width: 1200px) and (min-width: 980px) {
  .logo-carousel .slick-slide img {
    max-height: 75px !important;
  }
}
.footer-widget .title {
  font-size: 26px !important;
}
/* End of "Affiliate spacing small screen &#8211; footer heading fix */
/* -------------------------------------------- */
/* Start of "full-width-widgets" ID: 31660 */
.et_pb_gutters3 .et_pb_column_4_4 .full-width-widgets .et_pb_widget {
  width: 100%;
  margin-right: auto;
  margin-bottom: 5.5%;
  margin-left: auto;
  max-width: 800px;
  display: block;
  float: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.et_pb_gutters3 .et_pb_column_4_4 .full-width-widgets .et_pb_widget:nth-last-child(1) {
  margin-right: auto;
}
/* End of "full-width-widgets */
/* -------------------------------------------- */
/* Start of "Sidebar Styling" ID: 31658 */
#main-content .et_pb_widget_area .et_pb_widget .wpt_widget_content .wpt-tabs li {
  width: 100%;
  float: none;
  margin: 0 auto;
  display: block;
  line-height: 50px;
  padding: 0 10px !important;
  border: 1px solid #eee;
  border-bottom: 1px solid #fff;
  min-width: 120px;
  text-align: left;
  font-weight: bold;
  margin-bottom: -1px;
  background: #fbfbfb;
}
#main-content .et_pb_widget_area .et_pb_widget .wpt_widget_content .wpt-tabs li a {
  background: #fbfbfb;
}
#main-content .et_pb_widget_area .et_pb_widget .widgettitle {
  display: 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;
  background: #fbfbfb;
}
#main-content .et_pb_widget_area .et_pb_widget.widget_categories ul {
  padding: 15px !important;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
#main-content .et_pb_widget_area .et_pb_widget.widget_categories ul li a {
  color: #666;
  font-size: 16px;
}
#main-content .et_pb_widget_area .et_pb_widget.widget_categories ul li a:hover {
  color: #32b3bd;
}
/* End of "Sidebar Styling */
/* -------------------------------------------- */
/* Start of "text center mobile" ID: 31656 */
@media (max-width: 980px) {
  .center-mobile p {
    text-align: center !important;
  }
}
/* End of "text center mobile */
/* -------------------------------------------- */
/* Start of "white-hover-columns" ID: 31794 */
.white-hover-columns .et_pb_column {
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 20px 80px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: all .4s;
}
.white-hover-columns .et_pb_column .btn-holder {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.white-hover-columns .et_pb_column .img-standard img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 20px;
}
.white-hover-columns .et_pb_column:nth-child(2) {
  background: #32B3BD;
  transform: scale(1.02);
}
.white-hover-columns .et_pb_column:nth-child(2) p {
  color: #fff;
}
.white-hover-columns .et_pb_column:nth-child(2) .heading-tertiary {
  color: #fff !important;
}
.white-hover-columns .et_pb_column:nth-child(2) .img-standard img {
  filter: brightness(1);
}
.white-hover-columns .et_pb_column:hover {
  background: #32B3BD;
  transform: scale(1.02);
}
.white-hover-columns .et_pb_column:hover ~ .et_pb_column {
  background: #fff;
}
.white-hover-columns .et_pb_column:hover p {
  color: #fff;
}
.white-hover-columns .et_pb_column:hover .heading-tertiary {
  color: #fff !important;
}
.white-hover-columns .et_pb_column:hover .img-standard img {
  filter: brightness(1);
}
.et_pb_row:hover.white-hover-columns .et_pb_column:not(:hover) {
  background: #fff;
  transform: scale(1);
}
.et_pb_row:hover.white-hover-columns .et_pb_column:not(:hover) p {
  color: #222;
}
.et_pb_row:hover.white-hover-columns .et_pb_column:not(:hover) .heading-tertiary {
  color: #222 !important;
}
.et_pb_row:hover.white-hover-columns .et_pb_column:not(:hover) .img-standard img {
  filter: brightness(1);
}
/* End of "white-hover-columns */
/* -------------------------------------------- */
/* Start of "Make links underline" ID: 31637 */
/*
Should be deleted */
.band-dark a:not(.video-image-preview):not(.et-pb-arrow-next):not(.et-pb-arrow-prev):not(.et_pb_video_play):not(.btn):not(.accordion-title):not(.grid-btn):not(.hover-box):not(.btn-standard):not(.animBtn):not(.mfp-team-card):not(.section-accordion-btn):not(.sb-link):not(#recent-tab):not(.next):not(.more-link),
.band-dark-alt a:not(.video-image-preview):not(.et-pb-arrow-next):not(.et-pb-arrow-prev):not(.et_pb_video_play):not(.btn):not(.accordion-title):not(.grid-btn):not(.hover-box):not(.btn-standard):not(.animBtn):not(.mfp-team-card):not(.section-accordion-btn):not(.sb-link):not(#recent-tab):not(.next):not(.more-link) {
  border-bottom: 2px solid #222525;
}
.band-light a:not(.video-image-preview):not(.et-pb-arrow-next):not(.et-pb-arrow-prev):not(.et_pb_video_play):not(.btn):not(.accordion-title):not(.grid-btn):not(.hover-box):not(.btn-standard):not(.animBtn):not(.mfp-team-card):not(.section-accordion-btn):not(.sb-link):not(#recent-tab):not(.next):not(.more-link),
.band-light-alt a:not(.video-image-preview):not(.et-pb-arrow-next):not(.et-pb-arrow-prev):not(.et_pb_video_play):not(.btn):not(.accordion-title):not(.grid-btn):not(.hover-box):not(.btn-standard):not(.animBtn):not(.mfp-team-card):not(.section-accordion-btn):not(.sb-link):not(#recent-tab):not(.next):not(.more-link) {
  border-bottom: 2px solid #32b3bd;
}
.logo-carousel a,
.widget_categories a,
.entry-title a,
.et-pb-controllers a,
.img-standard a {
  border-bottom: none !important;
}
/* End of "Make links underline */
/* -------------------------------------------- */
/* Start of "Solid color mobile" ID: 31632 */
@media (max-width: 767px) {
  #main-content .entry-content .et_pb_section.mobile-bg-dark {
    background-image: none !important;
    background-color: #222525 !important;
  }
  #main-content .entry-content .et_pb_section.mobile-bg-dark.et_parallax_bg {
    background-image: none !important;
    display: none !important;
  }
  #main-content .entry-content .et_pb_section.band-quote {
    background-image: none !important;
    background-color: #222525 !important;
  }
  #main-content .entry-content .et_pb_section.band-quote.et_parallax_bg {
    background-image: none !important;
    display: none !important;
  }
}
/* End of "Solid color mobile */
/* -------------------------------------------- */
/* Start of "accordion font size / color fix (should be added into template)" ID: 31625 */
.mydivi-accordion .et_pb_mydivi_accordion_item .acc-content p,
.mydivi-accordion-2-0 .et_pb_mydivi_accordion_item .acc-content p {
  font-size: 16px !important;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .acc-content h2,
.mydivi-accordion-2-0 .et_pb_mydivi_accordion_item .acc-content h2,
.mydivi-accordion .et_pb_mydivi_accordion_item .acc-content h3,
.mydivi-accordion-2-0 .et_pb_mydivi_accordion_item .acc-content h3,
.mydivi-accordion .et_pb_mydivi_accordion_item .acc-content h4,
.mydivi-accordion-2-0 .et_pb_mydivi_accordion_item .acc-content h4 {
  color: #222525 !important;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
}
/* End of "accordion font size / color fix (should be added into template) */
/* -------------------------------------------- */
/* Start of "thank you" ID: 31617 */
.thank-you {
  position: relative;
  width: 250px;
  height: 200px;
  background: #32b3bd;
  border-radius: 50%;
  margin: auto;
}
.thank-you .heading-primary {
  color: #fff !important;
  text-align: center;
  top: 50%;
  position: relative;
  transform: translatey(-50%);
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.thank-you:before {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 9%;
  transform: rotate(30deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 70px;
  border-color: transparent transparent transparent #32b3bd;
}
/* End of "thank you */
/* -------------------------------------------- */
/* Start of "Default CTA left align &#8211; Icon color" ID: 31611 */
.left-mobile i {
  color: #32b3bd;
}
@media (max-width: 980px) {
  .left-mobile {
    max-width: 300px;
    text-align: left;
    margin: auto;
  }
}
/* End of "Default CTA left align &#8211; Icon color */
/* -------------------------------------------- */
/* Start of "Fix social stack fix" ID: 31586 */
#main-content .et_pb_widget .widgettitle {
  text-align: left !important;
}
.widget_fsocial_widget .rsmm-socialbar-wrap a {
  padding: 0 8px !important;
}
.widget_fsocial_widget .sb-links {
  display: block;
  text-align: left;
}
.widget_fsocial_widget .sb-links .sb-link {
  margin: 5px 5px;
  font-size: 23px;
}
/* End of "Fix social stack fix */
/* -------------------------------------------- */
/* Start of "Remove bottom row spacing" ID: 25938 */
@media (max-width: 980px) {
  .mobile-mbn {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}
/* End of "Remove bottom row spacing */
/* -------------------------------------------- */
/* Start of "FA custom mobile sizes" ID: 25937 */
@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;
  }
}
.fa-list-large.falist ul li i {
  margin-left: 0px;
  font-size: 40px !important;
}
.fa-list-large.falist ul li div.list__wrap {
  margin-left: 50px !important;
  margin-bottom: 15px !important;
}
.fa-list-large.falist ul li div.list__wrap p {
  font-size: 24px !important;
}
/* End of "FA custom mobile sizes */
/* -------------------------------------------- */
/* Start of "Vertical Centered Dual Column" ID: 25935 */
.vertical-centered-dual-column {
  vertical-align: middle;
  display: table;
}
.vertical-centered-dual-column .et_pb_column {
  vertical-align: middle;
  display: table-cell;
  float: none;
}
@media (max-width: 980px) {
  .vertical-centered-dual-column {
    display: block;
  }
  .vertical-centered-dual-column .et_pb_column {
    vertical-align: middle;
    display: block;
    float: none;
  }
}
/* End of "Vertical Centered Dual Column */
/* -------------------------------------------- */
/* Start of "Text Box PopUp" ID: 31636 */
.text-box-popup {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px #222;
}
.text-box-popup p {
  color: #222525 !important;
}
.et_pb_text ul {
  list-style: disc;
  margin-left: 20px;
}
/* End of "Text Box PopUp */
/* -------------------------------------------- */
/* Start of "DIV heading spacing fix" ID: 17906 */
div.heading-hero,
div.heading-hero-alt,
div.heading-primary,
div.heading-secondary,
div.heading-tertiary {
  padding-bottom: 10px;
}
/* End of "DIV heading spacing fix */
/* -------------------------------------------- */
/* Start of "Pop up styling and fixes" ID: 17902 */
.text-box-popup {
  display: block;
  max-width: 580px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px #222;
}
.text-box-popup a {
  color: #32b3bd;
}
.text-box-popup a:hover {
  color: #65c6ce;
}
.et_pb_text ul {
  list-style: disc;
  margin-left: 20px;
}
.team-card-popup a {
  color: #32b3bd;
}
.team-card-popup a:hover {
  color: #65c6ce;
}
.team-card-popup ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 20px !important;
}
/* End of "Pop up styling and fixes */
/* -------------------------------------------- */
/* Start of "Contact info mobile layout" ID: 17897 */
@media (max-width: 980px) {
  .left-align-300 {
    max-width: 300px;
    text-align: left !important;
    margin: auto;
  }
}
/* End of "Contact info mobile layout */
/* -------------------------------------------- */
/* Start of "Left align text mobile" ID: 17896 */
@media (max-width: 980px) {
  p,
  .desc-hldr {
    text-align: left !important;
  }
}
@media (max-width: 980px) {
  .center-mobile,
  .center-mobile p {
    text-align: center !important;
  }
}
/* End of "Left align text mobile */
/* -------------------------------------------- */
/* Start of "Location Grid Bullet fix" ID: 17890 */
.location-grid .lg-box .lg-address ul {
  color: rgba(0, 0, 0, 0) !important;
  opacity: 0;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0px;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
@media (min-width: 1025px) {
  .location-grid .lg-box:hover .lg-address ul {
    color: #fff !important;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .location-grid .lg-box .lg-location {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .location-grid .lg-box .lg-address p {
    text-align: left;
  }
  .location-grid .lg-box .lg-address ul {
    font-size: 18px;
    color: inherit !important;
    padding-left: 20px;
    opacity: 1;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .location-grid .lg-box .lg-location-hldr {
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .location-grid .lg-box .lg-location-hldr {
    padding: 20px 0;
  }
}
/* End of "Location Grid Bullet fix */
/* -------------------------------------------- */
/* Start of "Tooltip Hint" ID: 30527 */
info {
  position: relative;
  text-decoration: none;
}
info:before {
  font-family: FontAwesome;
  font-size: 18px;
  content: "f059";
  vertical-align: middle;
}
info hint {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
  background: #222;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
  font-family: sans-serif;
  line-height: 1.5;
  display: inline-table;
  max-width: 350px;
  font-weight: 300;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: initial;
}
info hint:after {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
info:hover hint {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
tt {
  position: relative;
  text-decoration: none;
  border-bottom: 2px dotted #222;
}
tt hint {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
  background: #222;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
  font-family: sans-serif;
  line-height: 1.5;
  display: inline-table;
  max-width: 350px;
  font-weight: 300;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
tt hint:after {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
tt:hover hint {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
[class*="hint--"] {
  position: relative;
  text-decoration: none;
  border-bottom: 2px dotted #222;
}
[class*="hint--"] [class*="hint--"]:before,
[class*="hint--"] [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}
[class*="hint--"] [class*="hint--"]:hover:before,
[class*="hint--"] [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}
[class*="hint--"] [class*="hint--"]:hover:before,
[class*="hint--"] [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}
[class*="hint--"] [class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
[class*="hint--"] [class*="hint--"]:after {
  background: #222;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
  font-family: sans-serif;
  line-height: 1.5;
  display: inline-table;
  max-width: 350px;
  width: 100%;
  font-weight: 300;
  border-radius: 5px;
}
[class*="hint--"] [class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}
[class*="hint--"] [class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}
[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #383838;
}
.hint--top-right:before {
  border-top-color: #383838;
}
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom-left:before {
  border-bottom-color: #383838;
}
.hint--bottom-right:before {
  border-bottom-color: #383838;
}
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--left:before {
  border-left-color: #383838;
}
.hint--right:before {
  border-right-color: #383838;
}
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:before {
  left: calc(44%);
}
.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:before {
  left: calc(44%);
}
.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
}
.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}
.hint--top-left:before {
  left: calc(44%);
}
.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hint--top-left:after {
  margin-left: 12px;
}
.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
}
.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}
.hint--top-right:before {
  left: calc(44%);
}
.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.hint--top-right:after {
  margin-left: -12px;
}
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
}
.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}
.hint--bottom-left:before {
  left: calc(44%);
}
.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hint--bottom-left:after {
  margin-left: 12px;
}
.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
}
.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}
.hint--bottom-right:before {
  left: calc(44%);
}
.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.hint--bottom-right:after {
  margin-left: -12px;
}
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}
.hint--small:after {
  width: 80px;
}
.hint--medium:after {
  width: 150px;
}
.hint--large:after {
  width: 300px;
}
/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}
[class*="hint--"]:after {
  text-shadow: 0 -1px 0px #000000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}
.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}
.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}
.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top-left:before {
  border-top-color: #458746;
}
.hint--success.hint--top-right:before {
  border-top-color: #458746;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}
.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
/* End of "Tooltip Hint */
/* -------------------------------------------- */
/* Start of "Pseudo + Dividers" ID: 30361 */
.band-divider {
  height: 0;
  overflow: visible;
}
.faded-psuedo-img:before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  transform: translateY(-50%);
  background: url(https://clinic.holisticbiospa.com/wp-content/uploads/holistic-logo21.png);
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .1;
  z-index: 1;
}
.faded-psuedo-img .et_pb_column {
  position: relative;
  z-index: 10;
}
.arrow-bottom-light:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 10;
  transform: translatex(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 60px 0 60px;
  border-color: #ffffff transparent transparent transparent;
}
/* End of "Pseudo + Dividers */
/* -------------------------------------------- */
/* Start of "Utility" ID: 30341 */
@media (max-width: 980px) {
  .center-mobile p {
    text-align: center !important;
  }
}
.btn-align-bottom .et_pb_column {
  padding-bottom: 90px;
}
.btn-align-bottom .btn-holder {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}
.text-box-popup {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px #222;
}
.solid-dropdown-section .et_pb_row {
  background: #eee;
  padding-left: 30px;
  padding-right: 30px;
}
.line-accordion .section-accordion-btn.solid {
  background: none;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #e54324;
  color: #222;
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0;
  transition: all .2s;
}
.line-accordion .section-accordion-btn.solid.btn-clicked .section-accordion-icon::after {
  opacity: 0;
}
.line-accordion .section-accordion-btn.solid:hover {
  color: #e54324;
}
.line-accordion .section-accordion-btn.solid:hover .section-accordion-icon:before,
.line-accordion .section-accordion-btn.solid:hover .section-accordion-icon::after {
  background: #e54324 !important;
}
.line-accordion .section-accordion-btn.solid .section-accordion-icon {
  height: 20px;
  width: 20px;
  border: 2px solid #e54324;
  line-height: 1;
  margin-left: 5px;
  top: -2px;
}
.line-accordion .section-accordion-btn.solid .section-accordion-icon:before,
.line-accordion .section-accordion-btn.solid .section-accordion-icon:after {
  background: #e54324;
}
.line-accordion .section-accordion-btn.solid .section-accordion-icon i {
  display: none;
}
.vertical-centered-dual-column {
  vertical-align: middle;
  display: table;
}
.vertical-centered-dual-column .et_pb_column {
  vertical-align: middle;
  display: table-cell;
  float: none;
}
@media (max-width: 980px) {
  .vertical-centered-dual-column {
    display: block;
  }
  .vertical-centered-dual-column .et_pb_column {
    vertical-align: middle;
    display: block;
    float: none;
  }
}
/* End of "Utility */
/* -------------------------------------------- */
/* Start of "Gform styles" ID: 27107 */
.gform-style-1 .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield input,
.gform-style-1 .drop-us-a-line .gform_wrapper ul li.gfield input {
  background: #fff;
  border: none;
}
.gform-style-1 .inline-gform-w-title-text {
  padding: 20px;
  background: #eee;
  border-radius: 3px;
}
.gform-style-1 .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield textarea,
.gform-style-1 .drop-us-a-line .gform_wrapper ul li.gfield textarea {
  border: none;
}
.gform-style-2 .drop-us-a-line .gform_wrapper .sgform label {
  color: #fff;
  font-weight: 500 !important;
}
.gform-style-2 .inline-gform-w-title-text {
  background: #32b3bd;
  border-radius: 10px;
  padding: 20px;
}
.gform-style-2 .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield input,
.gform-style-2 .drop-us-a-line .gform_wrapper ul li.gfield input {
  width: 100%;
  padding: 0 5px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: none;
  border-radius: 3px;
}
.gform-style-2 .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield textarea,
.gform-style-2 .drop-us-a-line .gform_wrapper ul li.gfield textarea {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px;
  border: none;
}
.gform-style-4 .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield input,
.gform-style-4 .drop-us-a-line .gform_wrapper ul li.gfield input {
  width: 100%;
  padding: 0 5px;
  line-height: 45px;
  background: #fff;
  border: 3px solid #eee;
  border-radius: 50px;
}
.gform-style-4 .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield textarea,
.gform-style-4 .drop-us-a-line .gform_wrapper ul li.gfield textarea {
  width: 100% !important;
  background: #fff;
  border-radius: 25px;
  border: 3px solid #eee;
}
.gform-southshore .drop-us-a-line-2-0 {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield textarea,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cacaca;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield input,
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield select,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cacaca;
}
.gform-southshore .drop-us-a-line-2-0 .gform_footer .gform_button.button {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  position: relative;
}
.gform-southshore span {
  display: none;
}
.gform-southshore .gform_button::before {
  content: "f1d8";
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 30px;
  margin: -25px 0 0 -20px;
  z-index: 1;
  left: 30px;
  font-size: 25px;
}
.custom-form-popup-2-0 {
  border-radius: 4px;
}
.gform_confirmation_wrapper {
  padding: 50px 10px 50px 10px !important;
  border-radius: 4px;
  width: auto;
}
li.gchoice {
  display: flex;
  align-items: center;
}
.custom-form-popup-2-0 li.gchoice {
  display: flex;
  align-items: center;
}
/* End of "Gform styles */
/* -------------------------------------------- */
/* Start of "Icon Module Styles" ID: 27085 */
.icon-style-1 {
  background: #32b3bd;
  border-radius: 5px;
  padding: 50px;
}
@media (max-width: 980px) {
  .icon-style-1 {
    padding: 50px 15px;
  }
}
.icon-style-1 .icon-img-card-wrap .icon-img-card .heading-tertiary,
.icon-style-1 .icon-img-card-wrap .icon-img-card .heading-secondary,
.icon-style-1 .icon-img-card-wrap .icon-img-card p {
  color: #fff !important;
}
.icon-style-1 .et_pb_column {
  position: relative;
}
.icon-style-1 .et_pb_column:before {
  content: "";
  background: #fff;
  height: 100%;
  top: 0;
  right: -10%;
  width: 2px;
  position: absolute;
}
@media screen and (max-width: 980px) {
  .icon-style-1 .et_pb_column:before {
    display: none;
  }
}
.icon-style-1 .et_pb_column:last-child:before {
  display: none;
}
.icon-style-2 .icon-hldr {
  margin: 10px 0 -70px !important;
  opacity: .3;
}
.icon-style-2 .heading-hldr .heading-tertiary {
  font-weight: 500;
}
.fa-list-large.falist ul li i {
  margin-left: 0px;
  font-size: 40px !important;
}
.fa-list-large.falist ul li div.list__wrap {
  margin-left: 50px !important;
  margin-bottom: 15px !important;
}
.fa-list-large.falist ul li div.list__wrap p {
  font-size: 24px !important;
}
/* End of "Icon Module Styles */
/* -------------------------------------------- */
/* Start of "Hex Background" ID: 17972 */
.hexagon-overlay-small {
  overflow: hidden;
}
.hexagon-overlay-small .et_pb_row {
  z-index: 4;
  position: relative;
}
.hexagon-overlay-small:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/88150/roadside-dental-marketing-white-tile.svg);
  background-size: 280px;
  z-index: 1;
  opacity: .2;
}
/* End of "Hex Background */
/* -------------------------------------------- */
/* Start of "Custom BG Mobile Class" ID: 17721 */
@media (max-width: 980px) {
  #main-content .et_pb_section.custom-bg-mobile {
    background-color: #222 !important;
  }
  #main-content .et_pb_section.custom-bg-mobile .et_parallax_bg {
    display: none !important;
  }
  #main-content .et_pb_section.custom-bg-mobile.et_pb_column {
    background-image: none !important;
  }
}
/* End of "Custom BG Mobile Class */
/* -------------------------------------------- */
/* Start of "Footer Update" ID: 17243 */
#main-footer .container {
  width: 90%;
}
/* End of "Footer Update */
/* -------------------------------------------- */
/* Start of "Image Opacity Hover" ID: 17234 */
.opacity-hover:hover {
  opacity: .5 !important;
}
.opacity-hover .image-wrap a:hover img {
  opacity: .5;
}
/* End of "Image Opacity Hover */
/* -------------------------------------------- */
/* Start of "Mobile BG Classes" ID: 17207 */
@media (max-width: 980px) {
  .no-bg-mobile .et_parallax_bg {
    display: none !important;
  }
  .no-bg-mobile.et_pb_column {
    background-image: none !important;
  }
}
@media (max-width: 980px) {
  .mobile-bg-cover {
    background-position: center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 980px) {
  #main-content .et_pb_section.band-dark.mobile-blue-gradient,
  #main-content .et_pb_section.band-dark-alt.mobile-blue-gradient,
  #main-content .et_pb_section.band-light.mobile-blue-gradient,
  #main-content .et_pb_section.band-light-alt.mobile-blue-gradient {
    background: #17939f;
    background: -moz-linear-gradient(left, #17939f 0%, #17c8ce 100%);
    background: -webkit-linear-gradient(left, #17939f 0%, #17c8ce 100%);
    background: linear-gradient(to right, #17939f 0%, #17c8ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17939f', endColorstr='#17c8ce', GradientType=1);
  }
}
@media (max-width: 980px) {
  #main-content .et_pb_section.band-dark.mobile-grey-gradient,
  #main-content .et_pb_section.band-dark-alt.mobile-grey-gradient,
  #main-content .et_pb_section.band-light.mobile-grey-gradient,
  #main-content .et_pb_section.band-light-alt.mobile-grey-gradient {
    background: #17939f;
    background: -moz-linear-gradient(left, #515151 0%, #131313 100%);
    background: -webkit-linear-gradient(left, #515151 0%, #131313 100%);
    background: linear-gradient(to right, #515151 0%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#131313', GradientType=1);
  }
}
@media (max-width: 980px) {
  #main-content .et_pb_section.band-dark.mobile-grey-circle-gradient:before,
  #main-content .et_pb_section.band-dark-alt.mobile-grey-circle-gradient:before,
  #main-content .et_pb_section.band-light.mobile-grey-circle-gradient:before,
  #main-content .et_pb_section.band-light-alt.mobile-grey-circle-gradient:before {
    content: "";
    display: block;
    position: absolute;
    background: #515151;
    background: -moz-radial-gradient(center, ellipse cover, #515151 0%, #131313 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #515151 0%, #131313 100%);
    background: radial-gradient(ellipse at center, #515151 0%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#131313', GradientType=1);
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  #main-content .et_pb_section.band-dark.mobile-grey-circle-gradient .et_pb_row,
  #main-content .et_pb_section.band-dark-alt.mobile-grey-circle-gradient .et_pb_row,
  #main-content .et_pb_section.band-light.mobile-grey-circle-gradient .et_pb_row,
  #main-content .et_pb_section.band-light-alt.mobile-grey-circle-gradient .et_pb_row {
    position: relative;
    z-index: 10;
  }
}
/* End of "Mobile BG Classes */
/* -------------------------------------------- */
/* Start of "FA Mobile Fix" ID: 17201 */
.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;
  }
}
/* End of "FA Mobile Fix */
/* -------------------------------------------- */
/* Start of "Band Horizontal Divider" ID: 16959 */
.band-horizontal-divider:before {
  content: "";
  width: 2px;
  height: 50%;
  position: absolute;
  background: #b7b7b7;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 980px) {
  .band-horizontal-divider:before {
    height: 2px;
    width: 50%;
  }
}
.color-primary-top-border {
  border-top: 10px solid #222525;
}
.color-primary-bottom-border {
  border-bottom: 10px solid #222525;
}
.color-primary-top-border-thin {
  border-top: 4px solid #222525;
}
.color-primary-bottom-border-thin {
  border-bottom: 4px solid #222525;
}
.color-primary-top-arrow:before {
  content: "";
  border: 30px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
}
.color-primary-top-arrow-small:before {
  content: "";
  border: 20px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}
.color-secondary-top-border {
  border-top: 10px solid #ffffff;
}
.color-secondary-bottom-border {
  border-bottom: 10px solid #ffffff;
}
.color-secondary-top-border-thin {
  border-top: 4px solid #ffffff;
}
.color-secondary-bottom-border-thin {
  border-bottom: 4px solid #ffffff;
}
.color-secondary-top-arrow:before {
  content: "";
  border: 30px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
}
.color-secondary-top-arrow-small:before {
  content: "";
  border: 20px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}
.color-tertiary-top-border {
  border-top: 10px solid #3a3631;
}
.color-tertiary-bottom-border {
  border-bottom: 10px solid #3a3631;
}
.color-tertiary-top-border-thin {
  border-top: 4px solid #3a3631;
}
.color-tertiary-bottom-border-thin {
  border-bottom: 4px solid #3a3631;
}
.color-tertiary-top-arrow:before {
  content: "";
  border: 30px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
}
.color-tertiary-top-arrow-small:before {
  content: "";
  border: 20px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}
.color-accenta-top-border {
  border-top: 10px solid #32b3bd;
}
.color-accenta-bottom-border {
  border-bottom: 10px solid #32b3bd;
}
.color-accenta-top-border-thin {
  border-top: 4px solid #32b3bd;
}
.color-accenta-bottom-border-thin {
  border-bottom: 4px solid #32b3bd;
}
.color-accenta-top-arrow:before {
  content: "";
  border: 30px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
}
.color-accenta-top-arrow-small:before {
  content: "";
  border: 20px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}
.color-accentb-top-border {
  border-top: 10px solid #65c6ce;
}
.color-accentb-bottom-border {
  border-bottom: 10px solid #65c6ce;
}
.color-accentb-top-border-thin {
  border-top: 4px solid #65c6ce;
}
.color-accentb-bottom-border-thin {
  border-bottom: 4px solid #65c6ce;
}
.color-accentb-top-arrow:before {
  content: "";
  border: 30px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
}
.color-accentb-top-arrow-small:before {
  content: "";
  border: 20px solid rgba(0, 0, 0, 0);
  border-top-color: #0b3c5d;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}
/* End of "Band Horizontal Divider */
/* -------------------------------------------- */
/* Start of "Overlap Form" ID: 15831 */
.overlap-form {
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #efefef;
  color: #222222;
  padding: 20px;
  border-top: 5px solid #32b3bd;
}
.overlap-form.inline-gform-w-title-text .heading-secondary {
  background: #efefef;
  padding: 20px;
  margin: -20px -20px 30px;
  text-align: center !important;
  border-top: 5px solid #32b3bd;
}
.overlap-form .gform_wrapper input {
  color: #222222;
  background: #eeeeee;
}
.overlap-form .gform_wrapper ul li.gfield input {
  border: 1px solid #32b3bd !important;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label {
  color: #222222;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label.focus {
  color: #222222;
  background: #e2e2e2;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label.focus:after {
  border-top-color: #e2e2e2;
}
.overlap-form .gform_wrapper .gform_footer .gform_button {
  background: #32b3bd !important;
  color: #ffffff !important;
}
.overlap-form .gform_wrapper .gform_footer .gform_button:hover {
  background: #222222 !important;
  color: #ffffff !important;
}
.overlap-form .gform_confirmation_wrapper {
  padding: 20px;
  text-align: center;
}
/* End of "Overlap Form */
/* -------------------------------------------- */
/* Start of "Footer Gutter Fix" ID: 15582 */
@media (min-width: 981px) {
  .et_pb_gutters3.et_pb_footer_columns4 #main-footer .footer-widget {
    width: 22.37%;
    margin: 0 3.5% 5.5% 0;
  }
  .et_pb_gutters3.et_pb_footer_columns4 #main-footer .footer-widget:nth-last-child(1) {
    margin: 0 0 5.5% 0;
  }
}
/* End of "Footer Gutter Fix */
/* -------------------------------------------- */
/* Start of "Stay Connected Social Links" ID: 15501 */
.heateor_sss_vertical_sharing {
  z-index: 100 !important;
}
#main-content .widget_fsocial_widget .widgettitle {
  width: 100%;
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap {
  text-align: center;
  border: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a {
  font-size: 24px;
  margin: 5px !important;
  display: inline-block;
  width: 30px;
  text-align: center;
  position: relative;
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover:before {
  content: "";
  position: absolute;
  bottom: -8px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #222;
  left: 50%;
  margin-left: -6px;
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i:after {
  position: absolute;
  bottom: -32px;
  font-size: 10px;
  line-height: 20px;
  left: 50%;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 2px 10px 0;
  border: 1px solid #dadada;
  border-radius: 3px;
  font-weight: 400;
  z-index: 10;
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-facebook:after {
  content: "Facebook";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-linkedin:after {
  content: "Linkedin";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-twitter:after {
  content: "Twitter";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-youtube:after {
  content: "Youtube";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-google:after {
  content: "Google";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-pinterest:after {
  content: "Pinterest";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-instagram:after {
  content: "Instagram";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-yelp:after {
  content: "Yelp";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-flickr:after {
  content: "Flickr";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-heartbeat:after {
  content: "Healthgrades";
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-spotify:after {
  content: "Spotify";
}
#main-content .widget_fsocial_widget.fwidget .rsmm-socialbar-wrap {
  text-align: left;
  border: 0px solid #eee;
  padding-bottom: 0;
}
#main-content .widget_fsocial_widget.fwidget .rsmm-socialbar-wrap a {
  padding: 0 5px;
}
/* End of "Stay Connected Social Links */
/* -------------------------------------------- */
/* Start of "Isotope Blog" ID: 15398 */
.et_pb_isotope_blog {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.et_pb_isotope_blog:after {
  content: '';
  display: block;
  clear: both;
}
.et_pb_isotope_blog.et_pb_posts .et_pb_post {
  width: 50%;
  float: left;
  display: block;
  margin: 0;
  padding: 0 15px 30px;
  border-bottom: 0px solid rgba(34, 34, 34, 0.3);
}
@media (max-width: 767px) {
  .et_pb_isotope_blog.et_pb_posts .et_pb_post {
    width: 100%;
  }
}
.et_pb_isotope_blog.et_pb_posts .et_pb_post .isotope-post-wrap {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.et_pb_isotope_blog.et_pb_posts .et_pb_post .entry-featured-image-url {
  float: none;
  width: 100%;
}
.et_pb_isotope_blog.et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap {
  float: none;
  width: 100%;
  padding: 20px;
}
.et_pb_isotope_blog.et_pb_posts .et_pb_post .desc-wrap {
  float: none;
  width: 100%;
  padding: 20px;
}
/* End of "Isotope Blog */
/* -------------------------------------------- */
/* Start of "Inline Tweet Styling" ID: 14825 */
[data-inline-tweet] a {
  text-decoration: none;
  color: #000;
}
[data-inline-tweet] a svg {
  margin-right: 10px;
}
[data-inline-tweet] a span {
  border-bottom: 1px dotted #00aced;
  font-style: italic;
  margin-right: 5px;
}
[data-inline-tweet] a:hover span {
  background-color: rgba(0, 172, 237, 0.1);
  color: #00aced;
}
/* End of "Inline Tweet Styling */
/* -------------------------------------------- */
/* Start of "Two Column Fa List" ID: 14562 */
.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;
  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;
  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 "Two Column Fa List */
/* -------------------------------------------- */
/* Start of "Custom Blog Feed" ID: 4676 */
.custom-blog-feed.et_pb_posts .et_pb_post {
  position: relative;
  width: 46%;
  float: left;
  margin: 2%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  transform: translateY(4px);
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .custom-blog-feed.et_pb_posts .et_pb_post {
    margin: 2% 0;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 480px) {
  .custom-blog-feed.et_pb_posts .et_pb_post {
    padding-bottom: 60px;
    padding-right: 0px;
  }
}
.custom-blog-feed.et_pb_posts .et_pb_post.has-post-thumbnail .entry-featured-image-url {
  display: block;
  width: 150px;
  height: 150px;
  position: relative;
  float: left;
  margin-right: 15px;
  padding-right: 0px;
}
@media (max-width: 480px) {
  .custom-blog-feed.et_pb_posts .et_pb_post.has-post-thumbnail .entry-featured-image-url {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
}
.custom-blog-feed.et_pb_posts .et_pb_post.has-post-thumbnail .entry-featured-image-url img {
  max-width: 100%;
  vertical-align: bottom;
}
.custom-blog-feed.et_pb_posts .et_pb_post .entry-title {
  padding-left: 0px;
  line-height: 1.2;
  font-size: 18px;
  padding: 0;
  text-align: center;
  margin-top: 12px;
}
.custom-blog-feed.et_pb_posts .et_pb_post .entry-title a {
  color: #222525;
}
.custom-blog-feed.et_pb_posts .et_pb_post .post-meta {
  padding-left: 0px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  color: #222525 !important;
}
.custom-blog-feed.et_pb_posts .et_pb_post .post-meta a {
  color: #222525 !important;
}
.custom-blog-feed.et_pb_posts .et_pb_post .blog-content {
  display: none;
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap {
  text-align: center;
  padding-left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link {
  text-align: center;
  padding-left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  background: rgba(0, 0, 0, 0);
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link span {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 32px;
  left: 0;
  bottom: 15px;
  text-align: center;
  padding-left: 150px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link span {
    padding-left: 0px;
  }
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link span:before {
  font: normal normal normal 32px/1 FontAwesome;
  position: relative;
  /* bottom: 30px; */
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
  /* left: 50%; */
  text-align: center;
  color: #222;
  box-sizing: border-box;
  content: "\f18e";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.custom-blog-feed.et_pb_posts .et_pb_post:hover {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.custom-blog-feed.et_pb_posts .et_pb_post:hover .read_more_wrap a.more-link span:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* End of "Custom Blog Feed */
/* -------------------------------------------- */
/* Start of "Bubbles" ID: 4565 */
.add-bubbles {
  position: relative;
  overflow: hidden;
}
.add-bubbles .et_pb_row {
  position: relative;
  z-index: 10;
}
.add-bubbles .bubbles {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* End of "Bubbles */
/* -------------------------------------------- */
/* Start of "Yoast SEO location and hour styles" ID: 3418 */
/* location */
.wpseo-location h3 {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
}
/* office hours */
table.wpseo-opening-hours {
  font-size: inherit;
  border: none;
  max-width: 400px;
}
table.wpseo-opening-hours td {
  padding: 0;
  border-top: none;
}
table.wpseo-opening-hours td.time {
  padding-left: 15px;
}
@media (max-width: 980px) {
  table.wpseo-opening-hours {
    max-width: 300px;
    margin: 0 auto;
  }
  table.wpseo-opening-hours td.time {
    text-align: right;
  }
}
/* class to hide weird br tags that sometimes crop up */
.disable-br-tags br {
  display: none;
}
/* End of "Yoast SEO location and hour styles */
/* -------------------------------------------- */
/* Start of "In View Animations" ID: 1166 */
@media (min-width: 981px) {
  .in-view-animate-repeat.fade-in,
  .in-view-animate.fade-in {
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.fade-in.in-view-go,
  .in-view-animate.fade-in.in-view-go {
    opacity: 1;
  }
  .in-view-animate-repeat.zoom-in,
  .in-view-animate.zoom-in {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.zoom-in.in-view-go,
  .in-view-animate.zoom-in.in-view-go {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .in-view-animate-repeat.top-to-bottom,
  .in-view-animate.top-to-bottom {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.top-to-bottom.in-view-go,
  .in-view-animate.top-to-bottom.in-view-go {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .in-view-animate-repeat.bottom-to-top,
  .in-view-animate.bottom-to-top {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.bottom-to-top.in-view-go,
  .in-view-animate.bottom-to-top.in-view-go {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .in-view-animate-repeat.right-to-left,
  .in-view-animate.right-to-left {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.right-to-left.in-view-go,
  .in-view-animate.right-to-left.in-view-go {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .in-view-animate-repeat.left-to-right,
  .in-view-animate.left-to-right {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.left-to-right.in-view-go,
  .in-view-animate.left-to-right.in-view-go {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .in-view-animate-repeat.flip-from-left,
  .in-view-animate.flip-from-left {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-180deg);
    -moz-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.flip-from-left.in-view-go,
  .in-view-animate.flip-from-left.in-view-go {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  .in-view-animate-repeat.flip-from-right,
  .in-view-animate.flip-from-right {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(180deg);
    -moz-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.flip-from-right.in-view-go,
  .in-view-animate.flip-from-right.in-view-go {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  .in-view-animate-repeat.flip-from-top,
  .in-view-animate.flip-from-top {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotate(-180deg);
    -moz-transform: translateY(-100%) rotate(-180deg);
    transform: translateY(-100%) rotate(-180deg);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.flip-from-top.in-view-go,
  .in-view-animate.flip-from-top.in-view-go {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  .in-view-animate-repeat.flip-from-bottom,
  .in-view-animate.flip-from-bottom {
    opacity: 0;
    -webkit-transform: translateY(100%) rotate(180deg);
    -moz-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  .in-view-animate-repeat.flip-from-bottom.in-view-go,
  .in-view-animate.flip-from-bottom.in-view-go {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  .in-view-animate-repeat.delay-0-1s,
  .in-view-animate.delay-0-1s {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
  }
  .in-view-animate-repeat.delay-0-2s,
  .in-view-animate.delay-0-2s {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
  }
  .in-view-animate-repeat.delay-0-3s,
  .in-view-animate.delay-0-3s {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
  }
  .in-view-animate-repeat.delay-0-4s,
  .in-view-animate.delay-0-4s {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
  }
  .in-view-animate-repeat.delay-0-5s,
  .in-view-animate.delay-0-5s {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s;
  }
  .in-view-animate-repeat.delay-0-6s,
  .in-view-animate.delay-0-6s {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s;
  }
  .in-view-animate-repeat.delay-0-7s,
  .in-view-animate.delay-0-7s {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    transition-delay: .7s;
  }
  .in-view-animate-repeat.delay-0-8s,
  .in-view-animate.delay-0-8s {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s;
  }
  .in-view-animate-repeat.delay-0-9s,
  .in-view-animate.delay-0-9s {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    transition-delay: .9s;
  }
  .in-view-animate-repeat.delay-1-0s,
  .in-view-animate.delay-1-0s {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
  }
  .in-view-animate-repeat.delay-1-1s,
  .in-view-animate.delay-1-1s {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .in-view-animate-repeat.delay-1-2s,
  .in-view-animate.delay-1-2s {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .in-view-animate-repeat.delay-1-3s,
  .in-view-animate.delay-1-3s {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .in-view-animate-repeat.delay-1-4s,
  .in-view-animate.delay-1-4s {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .in-view-animate-repeat.delay-1-5s,
  .in-view-animate.delay-1-5s {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .in-view-animate-repeat.delay-1-6s,
  .in-view-animate.delay-1-6s {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .in-view-animate-repeat.delay-1-7s,
  .in-view-animate.delay-1-7s {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .in-view-animate-repeat.delay-1-8s,
  .in-view-animate.delay-1-8s {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .in-view-animate-repeat.delay-1-9s,
  .in-view-animate.delay-1-9s {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .in-view-animate-repeat.delay-2-0s,
  .in-view-animate.delay-2-0s {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    transition-delay: 2s;
  }
}
@media (min-width: 981px) and (max-width: 1024px) {
  .in-view-animate-repeat.delay-0-1s,
  .in-view-animate.delay-0-1s,
  .in-view-animate-repeat.delay-0-2s,
  .in-view-animate.delay-0-2s,
  .in-view-animate-repeat.delay-0-3s,
  .in-view-animate.delay-0-3s,
  .in-view-animate-repeat.delay-0-4s,
  .in-view-animate.delay-0-4s,
  .in-view-animate-repeat.delay-0-5s,
  .in-view-animate.delay-0-5s,
  .in-view-animate-repeat.delay-0-6s,
  .in-view-animate.delay-0-6s,
  .in-view-animate-repeat.delay-0-7s,
  .in-view-animate.delay-0-7s,
  .in-view-animate-repeat.delay-0-8s,
  .in-view-animate.delay-0-8s,
  .in-view-animate-repeat.delay-0-9s,
  .in-view-animate.delay-0-9s,
  .in-view-animate-repeat.delay-1-0s,
  .in-view-animate.delay-1-0s,
  .in-view-animate-repeat.delay-1-0s,
  .in-view-animate.delay-1-0s,
  .in-view-animate-repeat.delay-1-2s,
  .in-view-animate.delay-1-2s,
  .in-view-animate-repeat.delay-1-3s,
  .in-view-animate.delay-1-3s,
  .in-view-animate-repeat.delay-1-4s,
  .in-view-animate.delay-1-4s,
  .in-view-animate-repeat.delay-1-5s,
  .in-view-animate.delay-1-5s,
  .in-view-animate-repeat.delay-1-6s,
  .in-view-animate.delay-1-6s,
  .in-view-animate-repeat.delay-1-7s,
  .in-view-animate.delay-1-7s,
  .in-view-animate-repeat.delay-1-8s,
  .in-view-animate.delay-1-8s,
  .in-view-animate-repeat.delay-1-9s,
  .in-view-animate.delay-1-9s,
  .in-view-animate-repeat.delay-2-0s,
  .in-view-animate.delay-2-0s {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
}
/* End of "In View Animations */
/* -------------------------------------------- */
/* Start of "Branded Blog" ID: 1014 */
#main-content > .heateor_sss_sharing_container {
  display: none;
}
.widget_ng_expanding_archives .widgettitle {
  width: 100%;
}
.et_pb_widget_area .widget_search #searchsubmit {
  width: 120px;
  background: #32b3bd;
  color: #ffffff;
  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: #65c6ce;
  color: #ffffff;
}
.entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 30px;
}
#main-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 {
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 400;
}
#main-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 {
  background: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  padding: 0;
  line-height: 30px;
  font-size: 15px;
}
#main-content .et_pb_widget .expanding-archive-month {
  font-size: 16px;
}
.et_pb_posts .et_pb_post,
.archive .et_pb_post {
  margin-bottom: 40px;
  padding: 0px 20px 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}
@media (max-width: 767px) {
  .et_pb_posts .et_pb_post,
  .archive .et_pb_post {
    max-width: 410px;
    margin: 0 auto 40px;
    padding: 0px 0px 40px;
  }
}
.et_pb_posts .et_pb_post:after,
.archive .et_pb_post:after {
  content: "";
  display: block;
  clear: both;
}
.et_pb_posts .et_pb_post .entry-featured-image-url,
.archive .et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
.et_pb_posts .et_pb_post .entry-featured-image-url img,
.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) {
  .et_pb_posts .et_pb_post .entry-featured-image-url,
  .archive .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
.et_pb_posts .et_pb_post .entry-featured-image-url:hover img,
.archive .et_pb_post .entry-featured-image-url:hover img {
  opacity: .7;
}
.et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
.archive .et_pb_post.has-post-thumbnail .desc-wrap {
  float: left;
  width: 50%;
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
  .archive .et_pb_post.has-post-thumbnail .desc-wrap {
    padding: 15px;
    width: 100%;
    float: none;
  }
}
.et_pb_posts .et_pb_post .desc-wrap,
.archive .et_pb_post .desc-wrap {
  float: none;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .et_pb_posts .et_pb_post .desc-wrap,
  .archive .et_pb_post .desc-wrap {
    width: 100%;
  }
}
.et_pb_posts .et_pb_post .desc-wrap .entry-title,
.archive .et_pb_post .desc-wrap .entry-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}
.et_pb_posts .et_pb_post .desc-wrap .entry-title a,
.archive .et_pb_post .desc-wrap .entry-title a {
  color: #222525;
}
.et_pb_posts .et_pb_post .desc-wrap .entry-title a:hover,
.archive .et_pb_post .desc-wrap .entry-title a:hover {
  color: #3a3631;
}
.et_pb_posts .et_pb_post .desc-wrap .post-meta,
.archive .et_pb_post .desc-wrap .post-meta {
  margin-bottom: 6px;
  font-size: 12px;
}
.et_pb_posts .et_pb_post .desc-wrap a.more-link,
.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: #32b3bd;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 0;
}
.et_pb_posts .et_pb_post .desc-wrap a.more-link:hover,
.archive .et_pb_post .desc-wrap a.more-link:hover {
  background: #65c6ce;
  color: #ffffff;
}
.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
  width: 80% !important;
  max-width: 1555px !important;
  margin: auto;
}
.et_pb_post_single {
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
  border-radius: 4px 4px;
}
.et_pb_post_single p.post-meta {
  font-size: 14px;
  margin-bottom: 30px;
}
.et_pb_post_single ul {
  margin-left: 30px;
}
.et_pb_post_single blockquote {
  margin: 20px 0 30px 30px;
  padding: 20px;
  border-left: 3px solid #3a3631;
}
.et_pb_post_single h1 {
  font-size: 36px !important;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.et_pb_post_single h2 {
  font-size: 28px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  margin: 30px 0 30px;
  padding: 0;
  line-height: 1.2;
}
.et_pb_post_single h3 {
  font-size: 22px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  margin: 10px 0 10px;
}
.et_pb_post_single h4 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}
.et_pb_post_single .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;
}
.et_pb_post_single #commentform input[type=email],
.et_pb_post_single #commentform input[type=text],
.et_pb_post_single #commentform input[type=url],
.et_pb_post_single #commentform textarea {
  padding: 12px;
  border-width: 0;
  color: #999;
  background-color: #eee;
  font-size: 18px;
  line-height: 1em;
  display: block;
  width: 100%;
}
.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: 12px !important;
  text-transform: uppercase;
  background: #32b3bd;
  padding: 1px 20px 0;
  display: inline-block;
  border-radius: 40px;
  letter-spacing: 1px;
}
.pagination a:hover {
  background: #65c6ce;
  color: #fff;
}
#comment-wrap #commentform .form-submit {
  float: none;
}
#comment-wrap #commentform .form-submit .submit.et_pb_button {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-family: arial;
  line-height: 1 !important;
  padding: 10px 20px 10px;
  margin: 5px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  letter-spacing: .5px;
  border-color: #32b3bd;
  color: #ffffff;
  background: #32b3bd;
}
#comment-wrap #commentform .form-submit .submit.et_pb_button:hover {
  color: #ffffff;
  background: #65c6ce;
  border-color: #65c6ce;
}
/* End of "Branded Blog */
/* -------------------------------------------- */
/* Start of "Custom Form Popup &#8211;  Drop Us a Line" ID: 921 */
.sgform-clear {
  clear: both;
}
.custom-form-popup-2-0 {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 50%;
  margin: 20px auto;
  text-align: left;
}
.custom-form-popup-2-0 .mfp-close {
  color: #ffffff !important;
}
.custom-form-popup-2-0 .ginput_container {
  margin-top: 0px !important;
}
.custom-form-popup-2-0 .sgform label {
  position: absolute;
  line-height: 48px !important;
  margin: 0 10px !important;
  left: 0;
  font-weight: 400 !important;
}
.custom-form-popup-2-0 .sgform label.focus {
  bottom: 0;
  color: #ffffff;
  display: inline-block !important;
  left: 10px;
  width: 80px;
  height: 40px;
  text-align: center;
  margin: 0 !important;
  right: 0;
  top: -50px;
  font-size: 12px;
  line-height: 40px !important;
  padding: 0 10px;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1 !important;
  background: #32b3bd;
}
.custom-form-popup-2-0 .sgform label.focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  border-top-color: #32b3bd;
}
.custom-form-popup-2-0 .sgcheckbox label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-form-popup-2-0 .sgcheckbox input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.custom-form-popup-2-0 .sgcheckbox input[type=checkbox] + label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}
.custom-form-popup-2-0 .sgcheckbox input[type=checkbox]:checked + label {
  background-position: 0 -15px;
}
.custom-form-popup-2-0 .sgcheckbox label {
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/88150/rs-checkbox2.png');
}
.custom-form-popup-2-0 .sgcheckbox input[type=checkbox] + label {
  padding-left: 22px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}
.custom-form-popup-2-0 .sgcheckbox input[type=checkbox]:hover + label {
  background-position: 0 -20px;
}
.custom-form-popup-2-0 .sgcheckbox input[type=checkbox]:checked + label {
  background-position: 0 -40px;
}
.custom-form-popup-2-0 .gform_confirmation_message {
  padding: 0;
  background: #FFFFFF;
  color: #222222;
  position: relative;
  text-align: center;
}
.custom-form-popup-2-0 .gform_confirmation_message h2 {
  background: #222525;
  text-align: center;
  color: #ffffff !important;
  padding: 40px;
  position: relative;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
}
.custom-form-popup-2-0 .gform_confirmation_message h3 {
  font-size: 2em;
  font-weight: 600;
  padding: 20px 20px 0;
}
.custom-form-popup-2-0 .gform_confirmation_message h4 {
  background: #222525;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  padding: 50px 0;
  text-transform: uppercase;
  position: relative;
}
.custom-form-popup-2-0 .gform_confirmation_message h4:after {
  position: absolute;
  content: "";
  width: 30px;
  background: #fff;
  bottom: -15px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-form-popup-2-0 .gform_confirmation_message p {
  margin: 0;
  padding: 10px 20px 10px;
}
.custom-form-popup-2-0 .gform_confirmation_message p:nth-last-child(1) {
  padding-bottom: 60px;
}
.custom-form-popup-2-0 .gform_left {
  width: 48%;
  float: left;
  margin-right: 4%;
  clear: none !important;
}
.custom-form-popup-2-0 .gform_right {
  width: 48%;
  float: left;
  clear: none !important;
}
.custom-form-popup-2-0 .gform_wrapper {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
}
.custom-form-popup-2-0 .gform_wrapper ul {
  max-width: 100%;
}
.custom-form-popup-2-0 .gform_wrapper .gform_button {
  padding: 0 20px !important;
  text-transform: uppercase;
  background: #32b3bd;
  border: 0;
  color: #ffffff;
  width: auto !important;
  line-height: 40px;
  height: 40px;
  margin: 0 !important;
}
.custom-form-popup-2-0 .gform_wrapper .gform_button:hover {
  background: #65c6ce !important;
  cursor: pointer;
  color: #ffffff;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 20px 10px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body ul li.gfield {
  margin-top: 16px;
  padding-bottom: 20px;
  padding-right: 0;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body select,
.custom-form-popup-2-0 .gform_wrapper .gform_body input {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  width: 100%;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body textarea {
  height: 120px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gsection_title {
  font-size: 20px;
  margin-bottom: 30px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gfield_radio li {
  width: 50px !important;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 20px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gfield_radio li input {
  width: auto;
  margin: 0 10px 0px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gform_page_footer {
  text-align: right;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gform_page_footer .button {
  padding: 0 20px;
  background: #32b3bd;
  color: #ffffff;
  width: auto !important;
  line-height: initial;
  height: inherit;
  margin: 0;
  border: 0;
  line-height: 40px;
  height: 40px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gform_page_footer .button:hover {
  background: #65c6ce;
  color: #ffffff;
  cursor: pointer;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  background: #eee;
  color: #222;
}
.custom-form-popup-2-0 .gform_wrapper .gform_footer {
  padding: 20px;
  text-align: right;
  margin: 0;
}
.custom-form-popup-2-0 .gform_wrapper .gf_progressbar_wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  border-bottom: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.custom-form-popup-2-0 .gform_wrapper .gf_progressbar_wrapper h3 {
  font-size: 18px;
  color: #fff;
}
.custom-form-popup-2-0 .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  display: none;
}
.custom-form-popup-2-0 .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}
.custom-form-popup-2-0.white-popup {
  padding: 0;
}
.custom-form-popup-2-0 .heading-tertiary.form-heading,
.custom-form-popup-2-0 .heading-secondary.form-heading {
  padding: 30px 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #1d2731;
  font-weight: 600 !important;
}
.custom-form-popup-2-0 .gform_heading {
  padding: 40px;
  background: #222525;
  color: #ffffff;
  position: relative;
  text-align: center;
  width: 100% !important;
}
.custom-form-popup-2-0 .gform_heading:before {
  position: absolute;
  content: "";
  width: 30px;
  background: #ffffff;
  bottom: -15px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  /* border-radius: 50%; */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-form-popup-2-0 .gform_heading .gform_title {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
}
.drop-us-a-line {
  padding: 0px;
}
.drop-us-a-line .gform_wrapper {
  margin: 0;
}
.drop-us-a-line .gform_wrapper ul {
  max-width: 100%;
}
.drop-us-a-line .gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.drop-us-a-line .gform_wrapper .gform_body {
  width: 100%;
}
.drop-us-a-line .gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: .625em 0 .375em;
  font-weight: 400 !important;
  font-family: Source Sans Pro;
  color: #fff !important;
}
.drop-us-a-line .gform_wrapper .sgform label {
  position: absolute;
  line-height: 45px !important;
  margin: 0 10px !important;
  left: 0;
  font-weight: 400 !important;
}
.drop-us-a-line .gform_wrapper .sgform label.focus {
  bottom: 0;
  color: #ffffff;
  display: inline-block !important;
  left: 10px;
  width: 80px;
  height: 40px;
  text-align: center;
  margin: 0 !important;
  right: 0;
  top: -50px;
  font-size: 12px;
  line-height: 40px !important;
  padding: 0 10px !important;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1 !important;
  background: #32b3bd;
}
.drop-us-a-line .gform_wrapper .sgform label.focus:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  border-top-color: #32b3bd;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li label.gfield_label,
.drop-us-a-line .gform_wrapper ul li label.gfield_label {
  padding: 5px 0px;
  font-size: 14px;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield,
.drop-us-a-line .gform_wrapper ul li.gfield {
  padding: 0;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield textarea,
.drop-us-a-line .gform_wrapper ul li.gfield textarea {
  width: 100% !important;
  background: #ffffff;
  border: 1px solid #2980b9;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield input,
.drop-us-a-line .gform_wrapper ul li.gfield input {
  width: 100%;
  padding: 0 5px;
  line-height: 45px;
  background: #ffffff;
  border: 1px solid #2980b9;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left,
  .drop-us-a-line .gform_wrapper ul li.gfield.gform_left {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_right {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
}
@media (max-width: 767px) {
  .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right,
  .drop-us-a-line .gform_wrapper ul li.gfield.gform_right {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left,
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_right {
  padding-bottom: 30px;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left input,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left input,
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right input,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_right input {
  width: 100%;
  padding: 0 5px;
}
.drop-us-a-line .gform_wrapper .gform_footer {
  text-align: right;
  margin: 0;
}
.drop-us-a-line .gform_wrapper .gform_footer .gform_button {
  text-align: center;
  padding: 0 20px !important;
  line-height: 40px !important;
  width: auto !important;
  text-transform: uppercase;
  background: #32b3bd;
  color: #ffffff;
  line-height: initial;
  height: inherit;
  font-size: 16px !important;
  margin: 0;
  border: 0 !important;
}
.drop-us-a-line .gform_wrapper .gform_footer .gform_button:hover {
  background: #65c6ce;
  color: #ffffff;
  cursor: pointer;
}
/* End of "Custom Form Popup &#8211;  Drop Us a Line */
/* -------------------------------------------- */
/* Start of "Footer Social Icons" ID: 875 */
#main-footer .sb-links .sb-link {
  color: #fff;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link {
  color: #FFF;
  font-size: 20px;
  margin: 0 5px;
  position: relative;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-facebook {
  color: #547bbd;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-linkedin {
  color: #1b92bd;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-twitter {
  color: #78ccf0;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-youtube {
  color: #e9644a;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-google-plus {
  color: #d94a39;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-pinterest {
  color: #ea5655;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-flickr {
  color: #FE0086;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-instagram {
  color: #46769E;
}
/* End of "Footer Social Icons */
/* -------------------------------------------- */
/* Start of "Sidebar Subscribe" ID: 874 */
.sidebar-subscribe_wrapper.gform_wrapper {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.sidebar-subscribe_wrapper.gform_wrapper ul li.gfield {
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-subscribe_wrapper.gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}
.sidebar-subscribe_wrapper.gform_wrapper input {
  width: 100% !important;
  height: 40px !important;
  margin: 0;
  padding: 0.7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal !important;
  padding-right: 120px !important;
  padding-left: 8px !important;
}
.sidebar-subscribe_wrapper.gform_wrapper .top_label .gfield_label {
  margin-left: 10px;
  line-height: 40px;
}
.sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"] {
  padding: 0 !important;
  display: block;
  width: 120px !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  background: #3a3631;
  color: #ffffff;
  margin: 0;
  border: 0;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
}
.sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"]:hover {
  cursor: pointer;
  color: #ffffff;
  background: #32b3bd;
}
.sidebar-subscribe_wrapper.gform_wrapper .sgform label {
  font-weight: 400 !important;
}
.sidebar-subscribe_wrapper.gform_wrapper .sgform .focus {
  color: #fff;
  background: #7bab64;
  font-size: 14px;
  font-weight: 100;
  line-height: 30px !important;
}
.sidebar-subscribe_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper input {
  width: 100% !important;
  height: 40px !important;
  margin: 0;
  padding: 0.7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal !important;
  padding-right: 100px !important;
  padding-left: 8px !important;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .top_label .gfield_label {
  margin-left: 10px;
  line-height: 40px;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"] {
  padding: 0 !important;
  display: block;
  width: 100px !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px !important;
  background: #7bab64;
  color: #fff !important;
  margin: 0;
  border: 0;
  height: 40px;
  overflow: hidden;
  font-weight: 100 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"] span {
  color: #fff !important;
  font-weight: 100 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  font-size: 12px !important;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"]:after {
  content: "\f1d9";
  position: relative;
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 5px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  top: 0px;
  right: 0px;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"]:hover {
  cursor: pointer;
  color: #fff;
  background: #abd47e;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"]:hover:after {
  top: -30px;
  right: -30px;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .sgform label {
  font-weight: 400 !important;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .sgform .focus {
  color: #fff;
  background: #a153e0;
  font-size: 12px;
  font-weight: 100 !important;
  text-transform: uppercase;
  line-height: 30px !important;
}
.et_bloom_form_container .sidebar-subscribe_wrapper.gform_wrapper .sgform .focus:after {
  border-top-color: #a153e0;
}
.et_bloom_form_container .sidebar-subscribe_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
/* End of "Sidebar Subscribe */
/* -------------------------------------------- */
/* Start of "Social Bar Icons" ID: 689 */
#main-footer .sb-links .sb-link {
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
}
.sb-links .sb-link {
  color: #fff;
  font-size: 24px;
  margin: 0 5px;
}
.sb-links .sb-link:hover .fa-facebook {
  color: #547bbd;
}
.sb-links .sb-link:hover .fa-linkedin {
  color: #1b92bd;
}
.sb-links .sb-link:hover .fa-twitter {
  color: #78ccf0;
}
.sb-links .sb-link:hover .fa-youtube {
  color: #e9644a;
}
.sb-links .sb-link:hover .fa-google-plus {
  color: #d94a39;
}
.sb-links .sb-link:hover .fa-pinterest {
  color: #ea5655;
}
/* End of "Social Bar Icons */
/* -------------------------------------------- 

 * End of Style Chunk CSS 
 * ================================================ */
.search-wrap {
  width: 100%;
  max-width: 800px;
  padding: 40px;
  position: relative;
  margin: auto;
  background: #fff;
  text-align: center;
  min-height: 400px;
  border-radius: 4px;
}
.search-wrap input {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
}
.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: #32b3bd;
}
.search-wrap #datafetch .result-title a:hover {
  color: #51c8d1;
}
#mobile-header {
  display: none;
}
.fullheader .search-wrap form button[type='submit'] {
  pointer-events: none;
}
.fullheader .search-wrap form button[type='submit'].active {
  pointer-events: initial;
}
@media only screen and (min-width: 1246px) {
  .home .fullheader {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 60px;
  }
  .home .fullheader.fixedhidden {
    background: #222525;
  }
  .home .fullheader.fixedvisible #navigation .nav .gasoline-alley li > a {
    color: #ffffff;
  }
  .home .fullheader #navigation {
    height: 60px;
  }
  .home .fullheader #navigation .nav .raa-icon,
  .home .fullheader #navigation .nav .ph-icon {
    margin: 10px 10px;
  }
  .home .fullheader #navigation .ga-logo {
    height: 60px;
  }
  .home .fullheader #navigation .ga-logo img {
    top: 50%;
    left: 0;
    height: 50px;
    max-width: 350px;
  }
  .home .fullheader #navigation .nav .gasoline-alley li a {
    color: #ffffff;
    line-height: 40px;
  }
  .home .fullheader #navigation .nav .gasoline-alley li a:hover {
    color: #32b3bd;
    opacity: 1;
  }
  .home .fullheader #navigation .nav .gasoline-alley li .sub-menu {
    top: 60px;
  }
}
@media only screen and (min-width: 1246px) {
  .home .gasoline_hdr_spacer {
    position: relative;
    height: 0px;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1246px) {
  .fullheader {
    position: fixed;
    width: 100%;
    -moz-transition: top 1s;
    -webkit-transition: top 1s;
    transition: top 1s;
    z-index: 1000;
    background-color: #222525;
  }
  .fullheader.fixedhidden {
    top: -60px;
    opacity: 0;
    position: fixed;
    background: #222525;
  }
  .fullheader.fixedhidden .dlogo {
    display: none !important;
  }
  .fullheader.fixedhidden .slogo {
    display: block !important;
  }
  .fullheader.fixedhidden.opone {
    opacity: 1;
  }
  .fullheader.fixedvisible {
    top: 0px;
    opacity: 1;
    position: fixed;
  }
  .fullheader.fixedvisible #navigation .nav .gasoline-alley li > a {
    color: #ffffff;
  }
  .fullheader #mobile-footer {
    display: none;
  }
  .fullheader #navigation {
    position: relative;
    z-index: 1003;
    max-width: 1350px;
    margin: auto;
  }
  .fullheader #navigation .ga-logo {
    position: absolute;
    left: 0px;
    top: 0;
    height: 60px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 1;
  }
  .fullheader #navigation .ga-logo img {
    top: 50%;
    left: 0;
    height: 40px;
    max-width: 350px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fullheader #navigation .ga-logo img.dlogo {
    display: block;
  }
  .fullheader #navigation .ga-logo img.slogo {
    display: none;
  }
  .fullheader #navigation .ga-logo img.mlogo {
    display: none;
  }
  .fullheader #navigation .ga-logo:hover {
    opacity: 0.7;
  }
  .fullheader #navigation .nav {
    text-align: right;
    margin: 0 10px;
    height: 60px;
  }
  .fullheader #navigation .nav .raa-icon {
    background: #32b3bd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 10px 10px;
    border-radius: 50%;
    float: none;
    text-align: center;
    position: relative;
    z-index: 9;
    vertical-align: middle;
  }
  .fullheader #navigation .nav .raa-icon i {
    font-size: 18px;
    line-height: 40px;
    top: 0;
    position: absolute;
    width: 40px;
    left: 0;
    color: #ffffff;
  }
  .fullheader #navigation .nav .raa-icon:hover {
    background: #65c6ce;
    z-index: 11;
  }
  .fullheader #navigation .nav .raa-icon:hover i {
    color: #ffffff;
  }
  .fullheader #navigation .nav .raa-icon:hover:before {
    content: attr(data-title);
    display: block;
    width: 185px;
    height: 35px;
    line-height: 35px;
    right: 0;
    font-size: 14px;
    top: 60px;
    color: #ffffff;
    background: #32b3bd;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .fullheader #navigation .nav .raa-icon:hover:after {
    left: 9px;
    top: 51px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #32b3bd;
    border-width: 10px;
    margin-top: -10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .fullheader #navigation .nav .raa-icon img {
    margin-top: 0px;
    display: block;
  }
  .fullheader #navigation .nav .mexican-flag i {
    background: url(https://clinic.holisticbiospa.com/wp-content/uploads/flag-mexican-1.png) no-repeat;
    padding: 4px 30px 10px 8px;
    margin: 0 auto;
    position: relative;
  }
  .fullheader #navigation .nav .mexican-flag:hover {
    z-index: 11;
    position: relative;
  }
  .fullheader #navigation .nav .mexican-flag:hover:before {
    content: attr(data-title);
    display: block;
    width: 185px;
    height: 35px;
    line-height: 35px;
    right: 0;
    font-size: 14px;
    top: 55px;
    color: #ffffff;
    background: #32b3bd;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    text-align: center;
  }
  .fullheader #navigation .nav .mexican-flag:hover:after {
    left: 9px;
    top: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #32b3bd;
    border-width: 10px;
    margin-top: -10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .fullheader #navigation .nav .usa-flag i {
    background: url(https://clinic.holisticbiospa.com/wp-content/uploads/flag-us.png) no-repeat;
    padding: 4px 30px 10px 8px;
    margin: 0 auto;
    position: relative;
  }
  .fullheader #navigation .nav .usa-flag:hover {
    z-index: 11;
    position: relative;
  }
  .fullheader #navigation .nav .usa-flag:hover:before {
    content: attr(data-title);
    display: block;
    width: 185px;
    height: 35px;
    line-height: 35px;
    right: 0;
    font-size: 14px;
    top: 55px;
    color: #ffffff;
    background: #32b3bd;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    text-align: center;
  }
  .fullheader #navigation .nav .usa-flag:hover:after {
    left: 9px;
    top: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #32b3bd;
    border-width: 10px;
    margin-top: -10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .fullheader #navigation .nav .search-wrap {
    display: inline-block;
    margin-left: 10px;
  }
  .fullheader #navigation .nav .search-wrap form {
    position: relative;
  }
  .fullheader #navigation .nav .search-wrap form label {
    display: block;
    text-indent: -1000px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    clip: initial;
    clip-path: initial;
    margin: 0;
  }
  .fullheader #navigation .nav .search-wrap form label:before {
    text-indent: 0;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
  }
  .fullheader #navigation .nav .search-wrap form input[type='text'] {
    line-height: 40px;
    height: 40px;
    padding: 0 10px !important;
    width: 40px;
    box-sizing: border-box;
    border-radius: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    position: relative;
    z-index: 10;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:focus,
  .fullheader #navigation .nav .search-wrap form input[type='text'].active {
    width: 200px;
    border-radius: 50px;
    border: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    outline: -webkit-focus-ring-color auto 0px;
    background: #fff;
    color: #222;
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:focus ~ button[type='submit'],
  .fullheader #navigation .nav .search-wrap form input[type='text'].active ~ button[type='submit'] {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:focus::-webkit-input-placeholder,
  .fullheader #navigation .nav .search-wrap form input[type='text'].active::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:focus::-moz-placeholder,
  .fullheader #navigation .nav .search-wrap form input[type='text'].active::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:focus:-ms-input-placeholder,
  .fullheader #navigation .nav .search-wrap form input[type='text'].active:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.5);
  }
  .fullheader #navigation .nav .search-wrap form input[type='text']:focus:-moz-placeholder,
  .fullheader #navigation .nav .search-wrap form input[type='text'].active:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5);
  }
  .fullheader #navigation .nav .search-wrap form button[type='submit'] {
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0;
    background: #32b3bd;
    z-index: 5;
    color: #fff;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    transform: translateX(-34px);
    visibility: none;
    opacity: 0;
  }
  .fullheader #navigation .nav .search-wrap form button[type='submit']:hover {
    cursor: pointer;
    background: #222;
    color: #fff;
  }
  .fullheader #navigation .nav .search-wrap:hover form label:before {
    color: #75c5ef;
  }
  .fullheader #navigation .nav .ph-icon {
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 10px 10px;
    font-weight: 400;
    float: none;
    text-align: center;
    position: relative;
    z-index: 9;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.32);
    padding: 0px 20px;
    border: 0px solid #ffffff;
    border-radius: 4px;
  }
  .fullheader #navigation .nav .ph-icon i {
    font-size: 36px;
    background: rgba(0, 0, 0, 0.32);
    line-height: 40px;
    top: 0;
    width: 40px;
    left: 0;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
  }
  .fullheader #navigation .nav .ph-icon:hover {
    z-index: 11;
    background: #ebebeb;
    color: #32b3bd;
  }
  .fullheader #navigation .nav .ph-icon:hover i {
    color: #32b3bd;
  }
  .fullheader #navigation .nav .ph-icon img {
    margin-top: 0px;
    display: block;
  }
  .fullheader #navigation .nav .gasoline-alley {
    display: inline-block;
    position: initial;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
  }
  .fullheader #navigation .nav .gasoline-alley li {
    display: inline-block;
    text-align: left;
    position: relative;
  }
  .fullheader #navigation .nav .gasoline-alley li li:before,
  .fullheader #navigation .nav .gasoline-alley li li:after {
    display: none;
  }
  .fullheader #navigation .nav .gasoline-alley li a {
    text-decoration: none;
    line-height: 40px;
    padding: 0 8px;
    margin: 10px 0px;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 1px;
    z-index: 10;
  }
  .fullheader #navigation .nav .gasoline-alley li a:hover {
    color: #32b3bd;
    background: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu {
    position: absolute;
    text-align: left;
    left: 0;
    top: 60px;
    padding: 0;
    margin: 0;
    display: none;
    background: #222525;
    border-radius: 3px;
    z-index: 1004;
    -webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
    transition: height .4s ease;
    border-top: 0px solid #2ea3f2;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(57, 127, 189, 0);
    border-bottom-color: #222525;
    border-width: 10px;
    margin-left: -10px;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu.edge {
    left: initial;
    right: 0;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu.edge:after {
    left: initial;
    right: 30px;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu li {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu li a {
    text-decoration: none;
    line-height: 1.2;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    color: #ffffff !important;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu li a:before,
  .fullheader #navigation .nav .gasoline-alley li .sub-menu li a:after {
    display: none;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu li a:hover {
    background: #222525;
    color: #32b3bd !important;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu .sub-menu {
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu .sub-menu:after {
    display: none;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu {
    position: initial;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu:hover a:after {
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(57, 127, 189, 0);
    border-bottom-color: #222525;
    border-width: 10px;
    margin-left: -10px;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu {
    width: 100%;
    display: none;
    flex-wrap: nowrap;
    padding: 10px 10px 20px;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu:after {
    display: none;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu > li {
    width: 33.333%;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu > li > a {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 0;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu > li > a > div {
    display: block;
    margin: 0 auto 10px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu > li > a span span {
    font-size: 14px;
    display: block;
    font-weight: 300;
    margin: 10px;
    line-height: 1.4;
    text-align: left;
    text-transform: initial;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    box-shadow: none;
    text-align: left;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu .sub-menu li {
    width: 100%;
  }
  .fullheader #navigation .nav .gasoline-alley li.mega-menu .sub-menu .sub-menu li a {
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
  }
  .fullheader #navigation .nav .gasoline-alley li:hover > .sub-menu {
    display: block;
  }
  .fullheader #navigation .nav .gasoline-alley li:hover.mega-menu > .sub-menu {
    display: flex;
  }
}
@media only screen and (min-width: 1246px) {
  .sidr {
    display: none;
  }
  .gasoline_hdr_spacer {
    position: relative;
    height: 60px;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1245px) {
  .sidr-class-et_pb_searchform {
    position: relative;
  }
  .sidr-class-et_pb_searchform label.sidr-class-screen-reader-text {
    display: block;
  }
  .sidr-class-et_pb_searchform input.sidr-class-et_pb_s {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 2px 30px 2px 2px;
  }
  .sidr-class-et_pb_searchform button.sidr-class-et_pb_searchsubmit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
  .sidr-class-et_pb_searchform button.sidr-class-et_pb_searchsubmit i {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: initial;
  }
  .sidr-class-et_pb_searchform button.sidr-class-et_pb_searchsubmit i:before {
    content: "\f002";
  }
  .gasoline_hdr_spacer {
    position: relative;
    height: 65px;
    display: block;
    width: 100%;
  }
  .fullheader {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #222525;
    height: 65px;
    left: 0;
  }
  .fullheader #mobile-footer {
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background: #222222;
    width: 100%;
  }
  .fullheader #mobile-footer:after {
    content: "";
    display: block;
    clear: both;
  }
  .fullheader #mobile-footer a {
    display: block;
    float: left;
    width: 33.333%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .fullheader #mobile-footer a i {
    line-height: 50px;
    font-size: 24px;
  }
  .sidr .sidr-class-ga-logo {
    display: block;
    padding: 15px;
    background: #222525;
  }
  .sidr .sidr-class-ga-logo img {
    max-width: 180px;
    display: none;
    max-height: 45px;
  }
  .sidr .sidr-class-ga-logo img.sidr-class-dlogo {
    display: none;
  }
  .sidr .sidr-class-ga-logo img.sidr-class-mlogo {
    display: block;
  }
  #mobile-header {
    display: block;
  }
  #mobile-header .ga-logo {
    position: fixed;
    left: 15px;
    top: 0;
    height: 65px;
    display: block;
    width: 280px;
  }
  #mobile-header .ga-logo img {
    top: 50%;
    left: 0;
    max-height: 55px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
  #mobile-header .mobile-icons {
    position: fixed;
    top: 0;
    display: block;
    line-height: 65px;
    font-size: 30px;
    width: 50px;
    text-align: center;
  }
  #mobile-header .mobile-icons i {
    position: absolute;
    top: 0;
    line-height: 65px;
    font-size: 30px;
    width: 50px;
    left: 0;
    color: #ffffff;
  }
  #mobile-header .mobile-icons#mobile-icon {
    right: 50px;
  }
  #mobile-header .mobile-icons#mobile-icon i {
    font-size: 40px;
  }
  #mobile-header .mobile-icons#map-icon {
    right: 100px;
  }
  #mobile-header .mobile-icons#map-icon i {
    font-size: 36px;
  }
  #mobile-header #responsive-menu-button {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    line-height: 65px;
    font-size: 30px;
    color: #fff;
    width: 50px;
    text-align: center;
  }
  #mobile-header #responsive-menu-button i {
    position: absolute;
    top: 0;
    line-height: 65px;
    font-size: 30px;
    width: 50px;
    left: 0;
    color: #ffffff;
  }
  #mobile-header #responsive-menu-button .fa-close {
    opacity: 0;
  }
  #mobile-header #responsive-menu-button .fa-bars {
    opacity: 1;
  }
  #mobile-header #responsive-menu-button.mopen .fa-bars {
    opacity: 0;
  }
  #mobile-header #responsive-menu-button.mopen .fa-close {
    opacity: 1;
  }
  #navigation {
    display: none;
  }
}
@media only screen and (max-width: 1245px) and (max-width: 480px) {
  #mobile-header .ga-logo img {
    max-width: 200px;
  }
}
@media (max-width: 1245px) {
  .sidr .sidr-class-raa-icon,
  .sidr .sidr-class-ph-icon {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    margin-bottom: 15px;
    background: #32b3bd;
    color: #fff;
  }
  .sidr {
    background: #ffffff !important;
    box-shadow: inset 0 0 5px #5f6972 !important;
    color: #222525 !important;
    font-size: 16px;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    position: absolute;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 1001;
  }
  .sidr span.subnav-toggle {
    position: absolute;
    top: 4px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 !important;
    border-radius: 8px;
    z-index: 100;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform-origin: 20px 20px;
    -moz-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
  }
  .sidr span.subnav-toggle:hover {
    cursor: pointer;
  }
  .sidr span.subnav-toggle.menu-open {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sidr .slide-nav-raa {
    display: none;
  }
  .sidr .sidr-class-menu-item-has-children .sidr-class-sub-menu {
    display: none;
  }
  .sidr .sidr-inner {
    padding: 0 0 15px;
  }
  .sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sidr p {
    font-size: 13px;
    margin: 0 0 12px;
  }
  .sidr p a {
    color: rgba(51, 51, 51, 0.9);
  }
  .sidr ul {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #838383 !important;
    display: block;
    margin: 0 0 15px;
    max-width: 260px;
    padding: 0;
  }
  .sidr ul li {
    border-bottom: 1px solid #838383 !important;
    border-top: 1px solid #d7d7d7 !important;
    display: block;
    line-height: 48px;
    margin: 0;
    position: relative;
  }
  .sidr ul li:hover {
    border-top: none;
  }
  .sidr ul li a {
    color: #222525 !important;
    display: block;
    padding: 0 15px;
    text-decoration: none;
  }
  .sidr ul li span {
    color: #222525 !important;
    display: block;
    padding: 0;
    text-decoration: none;
  }
  .sidr ul li span span {
    display: none;
  }
  .sidr ul li ul {
    border-bottom: none;
    margin: 0;
  }
  .sidr ul li ul li {
    font-size: 16px;
    line-height: 40px;
  }
  .sidr ul li ul li:last-child {
    border-bottom: none;
  }
  .sidr ul li ul li:hover {
    border-top: none;
  }
  .sidr ul li ul li a {
    color: #222525 !important;
    padding-left: 0px;
  }
  .sidr ul li ul li span {
    color: #222525 !important;
    padding-left: 30px;
  }
  .sidr ul li ul li ul li a {
    line-height: 1.2;
    padding: 10px 15px 10px 0;
    box-sizing: border-box;
  }
  .sidr form {
    margin: 0 15px;
  }
  .sidr label {
    font-size: 13px;
  }
  .sidr input[type=checkbox] {
    clear: none;
    display: inline;
    width: auto;
  }
  .sidr input[type=button] {
    background: #222525;
    color: #ffffff;
  }
  .sidr input[type=button]:hover {
    background: rgba(51, 51, 51, 0.9);
  }
  .sidr input[type=submit] {
    background: #222525;
    color: #ffffff;
  }
  .sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9);
  }
  .sidr.right {
    left: auto;
    right: -260px;
  }
  .sidr.left {
    left: -260px;
    right: auto;
  }
}
.sidr-class-toll-free,
.sidr-class-eng-raa,
.sidr-class-mx-local,
.sidr-class-es-raa,
.en-phone,
.es-phone,
.en-appt,
.es-appt {
  display: none !important;
}
.sidr-class-cta-spanish,
.sidr-class-cta-english {
  color: #fff;
  display: block;
  background: #222525;
  font-size: 16px;
  padding: 10px 15px;
}
html[lang='en-US'] #menu-spanish-menu.gasoline-alley,
html[lang='en-US'] #menu-spanish-menu-1.gasoline-alley,
html[lang='en-US'] #sidr-id-menu-spanish-menu.sidr-class-gasoline-alley,
html[lang='en-US'] #sidr-id-menu-spanish-menu-1.sidr-class-gasoline-alley,
html[lang='en-US'] .es-phone,
html[lang='en-US'] .es-appt {
  display: none !important;
}
html[lang='en-US'] .sidr-class-cta-spanish {
  display: block;
}
html[lang='en-US'] .sidr-class-cta-english {
  display: none;
}
html[lang='en-US'] .toll-free,
html[lang='en-US'] .eng-raa {
  display: inline-block !important;
}
html[lang='en-US'] .en-phone,
html[lang='en-US'] .en-appt {
  display: block !important;
}
html[lang='en-US'] .sidr-class-toll-free,
html[lang='en-US'] .sidr-class-eng-raa {
  display: block !important;
}
html[lang='es-MX'] #menu-primary.gasoline-alley,
html[lang='es-MX'] #menu-primary-1.gasoline-alley,
html[lang='es-MX'] #sidr-id-menu-primary.sidr-class-gasoline-alley,
html[lang='es-MX'] #sidr-id-menu-primary-1.sidr-class-gasoline-alley,
html[lang='es-MX'] .en-phone,
html[lang='es-MX'] .en-appt {
  display: none !important;
}
html[lang='es-MX'] .mx-local,
html[lang='es-MX'] .es-raa {
  display: inline-block !important;
}
html[lang='es-MX'] .sidr-class-cta-spanish {
  display: none;
}
html[lang='es-MX'] .sidr-class-cta-english {
  display: block;
}
html[lang='es-MX'] .sidr-class-mx-local,
html[lang='es-MX'] .sidr-class-es-raa {
  display: block !important;
}
html[lang='es-MX'] .es-phone,
html[lang='es-MX'] .es-appt {
  display: block !important;
}
