/*! -------------------------------------------- */
/*! Start of "Lazy Load YouTube Inline" ID: 44289 */
.lazy-load-youtube-inline {
  max-width: 680px;
  margin: 20px auto;
  padding: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #222;
}
.lazy-load-youtube-inline .youtube {
  margin-bottom: 0px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.lazy-load-youtube-inline .youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}
.lazy-load-youtube-inline .youtube .play-button {
  background-color: rgba(0,0,0,0.7);
  width: 70px;
  height: 50px;
  z-index: 1;
  opacity: 1;
  border-radius: 14px;
  -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: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
}
.lazy-load-youtube-inline .youtube .play-button:after {
  content: "Load YouTube Video";
  color: #fff;
  position: absolute;
  width: 200%;
  text-align: center;
  bottom: -20px;
  left: 50%;
  font-size: 14px;
  white-space: nowrap;
  transform: translateX(-50%);
}
.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 "Hover Box 6" ID: 44035 */
@media (max-width: 1024px) {
  .band-dark .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-dark .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc,
  .band-dark-alt .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-dark-alt .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc {
    color: #000 !important;
  }
}
@media (max-width: 1024px) {
  .band-light .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-light .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc,
  .band-light-alt .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-title-wrap,
  .band-light-alt .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap .hb-desc {
    color:  !important;
  }
}
.hb-style-6 {
  display: block;
  margin: auto;
  overflow: hidden;
  max-width: 600px;
}
@media only screen and (max-width: 1024px) {
  .hb-style-6 {
    margin-bottom: 30px;
    background: rgba(0,0,0,0);
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hb-style-6 {
    max-width: 320px;
  }
}
.hb-style-6 figure {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin: 0;
  border-radius: 20px;
}
.hb-style-6 figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.hb-style-6 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%);
}
.hb-style-6 figure .hb-overlay-wrap {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: ;
}
.hb-style-6 figure .hb-text-wrap {
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .hb-style-6 figure .hb-text-wrap {
    padding: 18px;
  }
}
.hb-style-6 figure .hb-text-wrap .hb-title-wrap {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.hb-style-6 figure .hb-text-wrap .hb-desc-wrap {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.hb-style-6 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
  position: relative;
  z-index: 5;
}
@media (min-width: 1025px) {
  .hb-style-6 figure img {
    opacity: 1;
  }
  .hb-style-6 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hb-style-6 figure .hb-text-wrap {
    position: absolute;
    bottom: -16%;
    left: 0%;
    padding: 0px 18px;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(176deg,rgba(62,83,62,0) -264.12%,#3e533e 96.73%);
  }
  .hb-style-6 figure .hb-text-wrap .hb-title-wrap {
    color: white !important;
    font-size: 22px;
    line-height: 1.2;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .hb-style-6 figure .hb-text-wrap .hb-desc-wrap {
    color: white !important;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin-bottom: -71px;
  }
  .hb-style-6 figure .hb-text-wrap .hb-desc-wrap .hover-text-link a {
    color: var(--color-accenta) !important;
    font-weight: 700;
    font-size: 20px;
  }
  .hb-style-6 figure .hb-text-wrap .hb-desc-wrap .hover-text-link a:hover {
    color: var(--color-accentb) !important;
  }
  .hb-style-6:hover figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.1);
  }
  .hb-style-6:hover figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hb-style-6:hover figure .hb-text-wrap {
    height: 116%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .hb-style-6:hover figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hb-style-6:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    margin-bottom: 0px;
    padding: 0 20px 20px;
  }
  .hb-style-6:hover figure .hb-text-wrap .hb-desc-wrap .hover-text-link {
    margin-top: 6%;
  }
}
@media (min-width: 1025px) and (min-width: 1401px) and (max-width: 2600px) {
  .hb-style-6 figure .hb-text-wrap {
    bottom: -8%;
    padding: 0px;
  }
}
@media (min-width: 1025px) and (min-width: 1401px) and (max-width: 2600px) {
  .hb-style-6:hover figure .hb-text-wrap {
    height: 108%;
  }
}
@media (min-width: 1025px) and (min-width: 1300px) {
  .hb-style-6:hover figure .hb-text-wrap .hb-title-wrap {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (min-width: 1250px) {
  .hb-style-6:hover figure .hb-text-wrap .hb-desc-wrap .hover-text-link {
    margin-top: 24%;
  }
}
@media (max-width: 1024px) {
  .hb-style-6.mobile-hover-mode figure img {
    opacity: 1;
  }
  .hb-style-6.mobile-hover-mode figure .hb-overlay-wrap {
    opacity: 0.7;
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap {
    position: absolute;
    bottom: 0%;
    left: 0%;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: linear-gradient(176deg,rgba(62,85,62,0) -264.12%,#3e533e 96.73%);
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap .hb-title-wrap {
    color: white !important;
    font-size: 20px;
    line-height: 1.2;
    padding: 10px 0px 10px;
    display: block;
    text-align: center;
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap .hb-desc-wrap {
    color: white !important;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin-bottom: -71px;
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap .hb-desc-wrap .hover-text-link {
    margin-top: 7%;
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap .hb-desc-wrap .hover-text-link a {
    color: var(--color-accenta) !important;
    font-weight: 700;
    font-size: 20px;
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap .hb-desc-wrap .hover-text-link a:hover {
    color: var(--color-accentb) !important;
  }
  .hb-style-6.mobile-hover-mode figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.1);
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    margin-bottom: 0px;
    padding: 0 10px 10px;
  }
  .hb-style-6:not(.mobile-hover-mode) figure .hb-overlay-wrap {
    background: transparent !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (max-width: 980px) {
  .hb-style-6.mobile-hover-mode figure .hb-text-wrap {
    padding-top: 25%;
  }
}
@media (max-width: 1024px) {
  .hb-style-6.mb-no-image figure .hb-image-wrap {
    display: none;
  }
  .hb-style-6:not(.mobile-hover-mode) figure {
    background: none !important;
  }
  .hb-style-6:not(.mobile-hover-mode) figure .hb-title-wrap {
    background: none !important;
  }
  .hb-style-6:not(.mobile-hover-mode) figure .hb-text-wrap {
    padding: 20px 0;
    background: none !important;
  }
  .hb-style-6 figure .top-img {
    display: none;
  }
}
/*! End of "Hover Box 6" */
/*! -------------------------------------------- */
/*! Start of "Button Standard" ID: 31692 */
.btn-content-standar {
  display: block;
  position: relative;
  margin: 20px 0;
}
.btn-content-standar .btn-standar {
  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-standar .btn-standar.small {
  font-size: 16px;
  padding: 8px 20px;
}
.btn-content-standar .btn-standar.medium {
  font-size: 18px;
  padding: 10px 30px;
}
.btn-content-standar .btn-standar.large {
  font-size: 21px;
  padding: 10px 40px;
}
.btn-content-standar .btn-standar.big {
  font-size: 25px;
  padding: 6px 40px;
}
.btn-content-standar .btn-standar:hover.solid-style-hv-accenta {
  border-color: var(--color-accenta) !important;
  background: var(--color-accenta) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar:hover.solid-style-hv-accentb {
  border-color: var(--color-accentb) !important;
  background: var(--color-accentb) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar:hover.solid-style-hv-primary {
  border-color: var(--color-primary) !important;
  background: var(--color-primary) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar:hover.solid-style-hv-secondary {
  border-color: var(--color-secondary) !important;
  background: var(--color-secondary) !important;
  color: #000 !important;
}
.btn-content-standar .btn-standar:hover.solid-style-hv-tertiary {
  border-color: var(--color-tertiary) !important;
  background: var(--color-tertiary) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar:hover.solid-style-hv-white {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
}
.btn-content-standar .btn-standar:hover.solid-style-hv-black {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar:hover.style-2-hv-accenta {
  border-color: var(--color-accenta);
  background: var(--color-accenta) !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standar .btn-standar:hover.style-2-hv-accentb {
  border-color: var(--color-accentb);
  background: var(--color-accentb) !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standar .btn-standar:hover.style-2-hv-primary {
  border-color: var(--color-primary);
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standar .btn-standar:hover.style-2-hv-secondary {
  border-color: var(--color-secondary);
  background: var(--color-secondary) !important;
  color: #000 !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standar .btn-standar:hover.style-2-hv-tertiary {
  border-color: var(--color-tertiary);
  background: var(--color-tertiary) !important;
  color: #fff !important;
  border-radius: 50px 20px 50px 20px !important;
}
.btn-content-standar .btn-standar.solid-style-accenta {
  border-color: var(--color-accenta);
  background: var(--color-accenta) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar.solid-style-accentb {
  border-color: var(--color-accentb);
  background: var(--color-accentb) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar.solid-style-primary {
  border-color: var(--color-primary);
  background: var(--color-primary) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar.solid-style-secondary {
  border-color: var(--color-secondary);
  background: var(--color-secondary) !important;
  color: #000 !important;
}
.btn-content-standar .btn-standar.solid-style-tertiary {
  border-color: var(--color-tertiary);
  background: var(--color-tertiary) !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar.solid-style-white {
  border-color: #fff;
  background: #fff !important;
  color: #000 !important;
}
.btn-content-standar .btn-standar.solid-style-black {
  border-color: #000;
  background: #000 !important;
  color: #fff !important;
}
.btn-content-standar .btn-standar.ghost-style-accenta {
  background: rgba(0,0,0,0) !important;
  border-color: var(--color-accenta) !important;
  color: var(--color-accenta) !important;
}
.btn-content-standar .btn-standar.ghost-style-accentb {
  background: rgba(0,0,0,0) !important;
  border-color: var(--color-accentb) !important;
  color: var(--color-accentb) !important;
}
.btn-content-standar .btn-standar.ghost-style-primary {
  background: rgba(0,0,0,0) !important;
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}
.btn-content-standar .btn-standar.ghost-style-secondary {
  background: rgba(0,0,0,0) !important;
  border-color: var(--color-secondary) !important;
  color: var(--color-secondary) !important;
}
.btn-content-standar .btn-standar.ghost-style-tertiary {
  background: rgba(0,0,0,0) !important;
  border-color: var(--color-tertiary) !important;
  color: var(--color-tertiary) !important;
}
.btn-content-standar .btn-standar.ghost-style-white {
  background: rgba(0,0,0,0) !important;
  border-color: var(--color-accenta) !important;
  color: var(--color-accenta) !important;
}
.btn-content-standar .btn-standar.ghost-style-black {
  background: rgba(0,0,0,0) !important;
  border-color: var(--color-accenta) !important;
  color: var(--color-accenta) !important;
}
.btn-content-standar .btn-standar.animated-style-a-accenta:hover {
  border-color: var(--color-accenta);
}
.btn-content-standar .btn-standar.animated-style-a-accenta:hover:after,
.btn-content-standar .btn-standar.animated-style-a-accenta:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-a-accenta:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-a-accenta:after {
  background: none repeat scroll 0 0 var(--color-accenta);
  -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-standar .btn-standar.animated-style-a-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-a-accentb:hover {
  border-color: var(--color-accentb);
}
.btn-content-standar .btn-standar.animated-style-a-accentb:hover:after,
.btn-content-standar .btn-standar.animated-style-a-accentb:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-a-accentb:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-a-accentb:after {
  background: none repeat scroll 0 0 var(--color-accentb);
  -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-standar .btn-standar.animated-style-a-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-a-primary:hover {
  border-color: var(--color-primary);
}
.btn-content-standar .btn-standar.animated-style-a-primary:hover:after,
.btn-content-standar .btn-standar.animated-style-a-primary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-a-primary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-a-primary:after {
  background: none repeat scroll 0 0 var(--color-primary);
  -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-standar .btn-standar.animated-style-a-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-a-secondary:hover {
  border-color: var(--color-secondary);
}
.btn-content-standar .btn-standar.animated-style-a-secondary:hover:after,
.btn-content-standar .btn-standar.animated-style-a-secondary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-a-secondary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-a-secondary:after {
  background: none repeat scroll 0 0 var(--color-secondary);
  -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-standar .btn-standar.animated-style-a-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-a-tertiary:hover {
  border-color: var(--color-tertiary);
}
.btn-content-standar .btn-standar.animated-style-a-tertiary:hover:after,
.btn-content-standar .btn-standar.animated-style-a-tertiary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-a-tertiary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-a-tertiary:after {
  background: none repeat scroll 0 0 var(--color-tertiary);
  -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-standar .btn-standar.animated-style-a-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-b-accenta:hover {
  border-color: var(--color-accenta);
}
.btn-content-standar .btn-standar.animated-style-b-accenta:hover:after,
.btn-content-standar .btn-standar.animated-style-b-accenta:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-b-accenta:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-b-accenta:after {
  background: none repeat scroll 0 0 var(--color-accenta);
  -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-standar .btn-standar.animated-style-b-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-b-accentb:hover {
  border-color: var(--color-accentb);
}
.btn-content-standar .btn-standar.animated-style-b-accentb:hover:after,
.btn-content-standar .btn-standar.animated-style-b-accentb:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-b-accentb:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-b-accentb:after {
  background: none repeat scroll 0 0 var(--color-accentb);
  -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-standar .btn-standar.animated-style-b-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-b-primary:hover {
  border-color: var(--color-primary);
}
.btn-content-standar .btn-standar.animated-style-b-primary:hover:after,
.btn-content-standar .btn-standar.animated-style-b-primary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-b-primary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-b-primary:after {
  background: none repeat scroll 0 0 var(--color-primary);
  -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-standar .btn-standar.animated-style-b-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-b-secondary:hover {
  border-color: var(--color-secondary);
}
.btn-content-standar .btn-standar.animated-style-b-secondary:hover:after,
.btn-content-standar .btn-standar.animated-style-b-secondary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-b-secondary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-b-secondary:after {
  background: none repeat scroll 0 0 var(--color-secondary);
  -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-standar .btn-standar.animated-style-b-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-b-tertiary:hover {
  border-color: var(--color-tertiary);
}
.btn-content-standar .btn-standar.animated-style-b-tertiary:hover:after,
.btn-content-standar .btn-standar.animated-style-b-tertiary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-b-tertiary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-b-tertiary:after {
  background: none repeat scroll 0 0 var(--color-tertiary);
  -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-standar .btn-standar.animated-style-b-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-c-accenta:hover {
  border-color: var(--color-accenta);
}
.btn-content-standar .btn-standar.animated-style-c-accenta:hover:after,
.btn-content-standar .btn-standar.animated-style-c-accenta:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-c-accenta:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-c-accenta:after {
  background: none repeat scroll 0 0 var(--color-accenta);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-c-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-c-accentb:hover {
  border-color: var(--color-accentb);
}
.btn-content-standar .btn-standar.animated-style-c-accentb:hover:after,
.btn-content-standar .btn-standar.animated-style-c-accentb:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-c-accentb:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-c-accentb:after {
  background: none repeat scroll 0 0 var(--color-accentb);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-c-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-c-primary:hover {
  border-color: var(--color-primary);
}
.btn-content-standar .btn-standar.animated-style-c-primary:hover:after,
.btn-content-standar .btn-standar.animated-style-c-primary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-c-primary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-c-primary:after {
  background: none repeat scroll 0 0 var(--color-primary);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-c-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-c-secondary:hover {
  border-color: var(--color-secondary);
}
.btn-content-standar .btn-standar.animated-style-c-secondary:hover:after,
.btn-content-standar .btn-standar.animated-style-c-secondary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-c-secondary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-c-secondary:after {
  background: none repeat scroll 0 0 var(--color-secondary);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-c-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-c-tertiary:hover {
  border-color: var(--color-tertiary);
}
.btn-content-standar .btn-standar.animated-style-c-tertiary:hover:after,
.btn-content-standar .btn-standar.animated-style-c-tertiary:hover:visited:after {
  height: 700%;
}
.btn-content-standar .btn-standar.animated-style-c-tertiary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-c-tertiary:after {
  background: none repeat scroll 0 0 var(--color-tertiary);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-c-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-d-accenta:hover {
  border-color: var(--color-accenta);
}
.btn-content-standar .btn-standar.animated-style-d-accenta:hover:after,
.btn-content-standar .btn-standar.animated-style-d-accenta:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standar .btn-standar.animated-style-d-accenta:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-d-accenta:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 var(--color-accenta);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-d-accenta span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-d-accentb:hover {
  border-color: var(--color-accentb);
}
.btn-content-standar .btn-standar.animated-style-d-accentb:hover:after,
.btn-content-standar .btn-standar.animated-style-d-accentb:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standar .btn-standar.animated-style-d-accentb:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-d-accentb:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 var(--color-accentb);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-d-accentb span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-d-primary:hover {
  border-color: var(--color-primary);
}
.btn-content-standar .btn-standar.animated-style-d-primary:hover:after,
.btn-content-standar .btn-standar.animated-style-d-primary:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standar .btn-standar.animated-style-d-primary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-d-primary:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 var(--color-primary);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-d-primary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-d-secondary:hover {
  border-color: var(--color-secondary);
}
.btn-content-standar .btn-standar.animated-style-d-secondary:hover:after,
.btn-content-standar .btn-standar.animated-style-d-secondary:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standar .btn-standar.animated-style-d-secondary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-d-secondary:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 var(--color-secondary);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-d-secondary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.animated-style-d-tertiary:hover {
  border-color: var(--color-tertiary);
}
.btn-content-standar .btn-standar.animated-style-d-tertiary:hover:after,
.btn-content-standar .btn-standar.animated-style-d-tertiary:hover:visited:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.btn-content-standar .btn-standar.animated-style-d-tertiary:after,
.btn-content-standar .btn-standar.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-standar .btn-standar.animated-style-d-tertiary:after {
  opacity: .5;
  border-radius: 50%;
  background: none repeat scroll 0 0 var(--color-tertiary);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-content-standar .btn-standar.animated-style-d-tertiary span {
  position: relative;
  z-index: 1;
}
.btn-content-standar .btn-standar.style-2-accenta {
  border-color: var(--color-accenta);
  background: var(--color-accenta) !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s !important;
}
.btn-content-standar .btn-standar.style-2-accentb {
  border-color: var(--color-accentb);
  background: var(--color-accentb) !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s !important;
}
.btn-content-standar .btn-standar.style-2-primary {
  border-color: var(--color-primary);
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s !important;
}
.btn-content-standar .btn-standar.style-2-secondary {
  border-color: var(--color-secondary);
  background: var(--color-secondary) !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s !important;
}
.btn-content-standar .btn-standar.style-2-tertiary {
  border-color: var(--color-tertiary);
  background: var(--color-tertiary) !important;
  color: #fff !important;
  border-radius: 20px 50px 20px 50px !important;
  transition: all .7s !important;
}
.btn-content-standar .btn-standar.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-standar .btn-standar.style-3:hover {
  box-shadow: 4px 4px 0 0 #303030;
}
.btn-content-standar .btn-standar.style-4-accenta {
  background: transparent !important;
  color: var(--color-accenta) !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-standar .btn-standar.style-4-accenta:hover:before,
.btn-content-standar .btn-standar.style-4-accenta:hover:after {
  width: 80%;
}
.btn-content-standar .btn-standar.style-4-accenta:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-accenta);
  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-standar .btn-standar.style-4-accenta:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-accenta);
  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-standar .btn-standar.style-4-accentb {
  background: transparent !important;
  color: var(--color-accentb) !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-standar .btn-standar.style-4-accentb:hover:before,
.btn-content-standar .btn-standar.style-4-accentb:hover:after {
  width: 80%;
}
.btn-content-standar .btn-standar.style-4-accentb:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-accentb);
  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-standar .btn-standar.style-4-accentb:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-accentb);
  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-standar .btn-standar.style-4-primary {
  background: transparent !important;
  color: var(--color-primary) !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-standar .btn-standar.style-4-primary:hover:before,
.btn-content-standar .btn-standar.style-4-primary:hover:after {
  width: 80%;
}
.btn-content-standar .btn-standar.style-4-primary:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-primary);
  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-standar .btn-standar.style-4-primary:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-primary);
  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-standar .btn-standar.style-4-secondary {
  background: transparent !important;
  color: var(--color-secondary) !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-standar .btn-standar.style-4-secondary:hover:before,
.btn-content-standar .btn-standar.style-4-secondary:hover:after {
  width: 80%;
}
.btn-content-standar .btn-standar.style-4-secondary:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-secondary);
  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-standar .btn-standar.style-4-secondary:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-secondary);
  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-standar .btn-standar.style-4-tertiary {
  background: transparent !important;
  color: var(--color-tertiary) !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-standar .btn-standar.style-4-tertiary:hover:before,
.btn-content-standar .btn-standar.style-4-tertiary:hover:after {
  width: 80%;
}
.btn-content-standar .btn-standar.style-4-tertiary:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-tertiary);
  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-standar .btn-standar.style-4-tertiary:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 2px;
  background: var(--color-tertiary);
  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-standar .btn-standar.style-5 {
  color: #fff;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.6);
  background: -moz-linear-gradient(top,var(--color-accenta) 0,var(--color-accentb) 100%);
  background: -webkit-linear-gradient(top,var(--color-accenta) 0,var(--color-accentb) 100%);
  background: linear-gradient(to bottom,var(--color-accenta) 0,var(--color-accentb) 100%);
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.1) !important;
}
.btn-content-standar .btn-standar.style-5:hover {
  background: -moz-linear-gradient(top,var(--color-accentb) 0,var(--color-accenta) 100%) !important;
  background: -webkit-linear-gradient(top,var(--color-accentb) 0,var(--color-accenta) 100%) !important;
  background: linear-gradient(to bottom,var(--color-accentb) 0,var(--color-accenta) 100%) !important;
}
.btn-content-standar .btn-standar.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: var(--color-accenta);
  color: var(--color-accenta) !important;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-accenta:before,
.btn-content-standar .btn-standar.style-6-accenta:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid var(--color-accenta);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-accenta:before {
  left: 0;
  top: 0;
}
.btn-content-standar .btn-standar.style-6-accenta:after {
  right: 0;
  bottom: 0;
}
.btn-content-standar .btn-standar.style-6-accenta:hover:before,
.btn-content-standar .btn-standar.style-6-accenta:hover:after {
  height: 100%;
}
.btn-content-standar .btn-standar.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: var(--color-accentb);
  color: var(--color-accentb) !important;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-accentb:before,
.btn-content-standar .btn-standar.style-6-accentb:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid var(--color-accentb);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-accentb:before {
  left: 0;
  top: 0;
}
.btn-content-standar .btn-standar.style-6-accentb:after {
  right: 0;
  bottom: 0;
}
.btn-content-standar .btn-standar.style-6-accentb:hover:before,
.btn-content-standar .btn-standar.style-6-accentb:hover:after {
  height: 100%;
}
.btn-content-standar .btn-standar.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: var(--color-primary);
  color: var(--color-primary) !important;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-primary:before,
.btn-content-standar .btn-standar.style-6-primary:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid var(--color-primary);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-primary:before {
  left: 0;
  top: 0;
}
.btn-content-standar .btn-standar.style-6-primary:after {
  right: 0;
  bottom: 0;
}
.btn-content-standar .btn-standar.style-6-primary:hover:before,
.btn-content-standar .btn-standar.style-6-primary:hover:after {
  height: 100%;
}
.btn-content-standar .btn-standar.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: var(--color-secondary);
  color: var(--color-secondary) !important;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-secondary:before,
.btn-content-standar .btn-standar.style-6-secondary:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid var(--color-secondary);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-secondary:before {
  left: 0;
  top: 0;
}
.btn-content-standar .btn-standar.style-6-secondary:after {
  right: 0;
  bottom: 0;
}
.btn-content-standar .btn-standar.style-6-secondary:hover:before,
.btn-content-standar .btn-standar.style-6-secondary:hover:after {
  height: 100%;
}
.btn-content-standar .btn-standar.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: var(--color-tertiary);
  color: var(--color-tertiary) !important;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-tertiary:before,
.btn-content-standar .btn-standar.style-6-tertiary:after {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 2px solid var(--color-tertiary);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-content-standar .btn-standar.style-6-tertiary:before {
  left: 0;
  top: 0;
}
.btn-content-standar .btn-standar.style-6-tertiary:after {
  right: 0;
  bottom: 0;
}
.btn-content-standar .btn-standar.style-6-tertiary:hover:before,
.btn-content-standar .btn-standar.style-6-tertiary:hover:after {
  height: 100%;
}
/*! End of "Button Standard" */
/*! -------------------------------------------- */
/*! Start of "Inline Horizontal Form" ID: 31892 */
.horizontal-form .gform_wrapper {
  margin: 0;
}
.horizontal-form .gform_wrapper ul.gform_fields {
  max-width: 100%;
  width: 100%;
}
.horizontal-form form {
  margin: 0;
  position: relative;
}
.horizontal-form form .gform_body {
  padding-right: 160px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 980px) {
  .horizontal-form form .gform_body {
    padding-right: 0px;
  }
}
.horizontal-form form .gform_body:after {
  display: block;
  content: "";
  clear: both;
}
.horizontal-form form .gform_body .gform_fields > li {
  float: left;
  padding: 0 10px !important;
  box-sizing: border-box;
  width: 33%;
  margin: 0;
  display: block;
  clear: initial;
}
.horizontal-form form .gform_body .gform_fields > li div.ginput_container {
  margin-top: 0 !important;
}
.horizontal-form form .gform_body .gform_fields > li label {
  display: none !important;
}
@media (max-width: 980px) {
  .horizontal-form form .gform_body .gform_fields > li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .horizontal-form form .gform_body .gform_fields > li {
    width: 100%;
  }
}
.horizontal-form form .gform_body .gform_fields > li input {
  width: 100%;
  margin: 0 !important;
  background: #fff;
  color: #222;
  border: 1px solid var(--color-accenta);
  box-sizing: border-box;
  height: 48px;
}
@media (max-width: 980px) {
  .horizontal-form form .gform_body .gform_fields > li input {
    margin: 0 0 10px !important;
  }
}
.horizontal-form form .gform_body .gform_fields > li select {
  margin-top: 0;
  line-height: 37px;
  height: 48px;
  width: 100%;
  margin: 0 !important;
  background: #fff;
  color: #222;
  border: 1px solid var(--color-accenta);
}
.horizontal-form form .gform_body .gform_fields > li select option {
  background: #fff;
  color: #222;
}
@media (max-width: 980px) {
  .horizontal-form form .gform_body .gform_fields > li select {
    margin: 0 0 10px !important;
  }
}
.horizontal-form form .gform_body .gform_fields > li ::-webkit-input-placeholder {
  color: #222;
}
.horizontal-form form .gform_body .gform_fields > li ::-moz-placeholder {
  color: #222;
}
.horizontal-form form .gform_body .gform_fields > li :-ms-input-placeholder {
  color: #222;
}
.horizontal-form form .gform_body .gform_fields > li :-moz-placeholder {
  color: #222;
}
.horizontal-form form .gform_footer {
  height: auto;
  width: auto;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 140px;
  padding: 0;
  margin: 0;
}
@media (max-width: 980px) {
  .horizontal-form form .gform_footer {
    width: 100%;
    position: relative;
    display: block;
    top: initial;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.horizontal-form form .gform_footer .gform_button {
  height: 48px;
  padding: 0px !important;
  line-height: 48px;
  width: 100%;
  border-color: var(--color-accenta) !important;
  background: var(--color-accenta) !important;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  letter-spacing: 1px;
}
.horizontal-form form .gform_footer .gform_button:hover {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  cursor: pointer;
  color: #fff !important;
}
/*! End of "Inline Horizontal Form" */
/*! -------------------------------------------- */
/*! 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.img-main img {
  border: 8px solid var(--color-primary);
  box-shadow: 8px 5px 20px 7px rgba(0,0,0,0.3);
}
.img-standard a {
  display: inline-block;
  position: relative;
}
.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;
}
/*! End of "Image Standard" */
/*! -------------------------------------------- */
/*! Start of "Blurb Standard" ID: 30676 */
.blurb-content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}
.blurb-content .style-rs-blurb-default .main-blurb-image {
  display: table-cell !important;
  max-width: 100%;
  width: 28px;
  vertical-align: top;
}
.blurb-content .style-rs-blurb-default .main-blurb-image .image-wrap {
  display: block;
  margin: auto;
}
.blurb-content .style-rs-blurb-default .main-blurb-image .image-wrap .blurb-icon-image i {
  color: #222;
  font-size: 18px;
}
.blurb-content .style-rs-blurb-default .main-blurb-image .image-wrap .blurb-icon-image img {
  position: relative;
  right: 10px;
}
.blurb-content .style-rs-blurb-default .blurb-container {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.blurb-content .style-rs-blurb-default .blurb-container .module-header {
  font-size: 20px;
  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;
}
@media only screen and (max-width: 500px) {
  .blurb-content .style-rs-blurb-1 .main-blurb-image {
    display: none;
  }
}
.blurb-content .style-rs-blurb-1 .main-blurb-image .image-wrap {
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  height: 48px;
}
.blurb-content .style-rs-blurb-1 .main-blurb-image .image-wrap .blurb-icon-image i {
  font-size: 24px;
  text-align: center;
  background: #fff;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: rotateY(0);
  transition: all .4s ease-in-out;
}
.blurb-content .style-rs-blurb-1 .main-blurb-image .image-wrap .blurb-icon-image img {
  max-width: 44px;
  background: #fff;
  padding: 9px;
  transform: rotateY(0);
  transition: all .4s ease-in-out;
}
.blurb-content .style-rs-blurb-1 .blurb-container {
  display: table-cell;
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container {
  background: #fff;
  padding: 15px;
  border-right: 4px solid var(--color-accenta);
  display: block;
  vertical-align: top;
  text-align: left;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  left: 20px;
}
@media only screen and (max-width: 500px) {
  .blurb-content .style-rs-blurb-1 .blurb-container .text-container {
    left: 0px;
  }
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #fff transparent transparent;
  left: -15px;
  top: 10px;
}
@media only screen and (max-width: 500px) {
  .blurb-content .style-rs-blurb-1 .blurb-container .text-container:before {
    content: none;
  }
}
.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: 20px;
  margin: 0;
}
.blurb-content .style-rs-blurb-1 .blurb-container .text-container .blurb-description {
  font-size: 16px;
}
.blurb-content .style-rs-blurb-1 .cta-blurb {
  display: block;
  width: 70%;
  margin: 0 auto;
  z-index: 1;
  transform: translateY(-75px);
  transition: all 0.4s;
}
.blurb-content .style-rs-blurb-1:hover .main-blurb-image .image-wrap .blurb-icon-image i {
  transform: rotateY(360deg);
}
.blurb-content .style-rs-blurb-1:hover .main-blurb-image .image-wrap .blurb-icon-image img {
  transform: rotateY(360deg);
}
.blurb-content .style-rs-blurb-1:hover .cta-blurb {
  transform: translateY(20px);
}
.blurb-content .style-rs-blurb-2 .main-blurb-image {
  display: inline-block !important;
  margin-bottom: 15px;
  max-width: 100px;
}
.blurb-content .style-rs-blurb-2 .blurb-icon-image i {
  font-size: 40px;
}
.blurb-content .blurb-icon-image i {
  color: #222;
  font-size: 18px;
}
.blurb-content .blurb-icon-image i.color-primary-icon {
  color: var(--color-primary) !important;
}
.blurb-content .blurb-icon-image i.color-secondary-icon {
  color: var(--color-secondary) !important;
}
.blurb-content .blurb-icon-image i.color-tertiary-icon {
  color: var(--color-tertiary) !important;
}
.blurb-content .blurb-icon-image i.color-accenta-icon {
  color: var(--color-accenta) !important;
}
.blurb-content .blurb-icon-image i.color-accentb-icon {
  color: var(--color-accentb) !important;
}
.blurb-content .blurb-icon-image i.color-white-icon {
  color: var(--color-white) !important;
}
.blurb-content .blurb-icon-image i.color-black-icon {
  color: var(--color-black) !important;
}
.blurb-description {
  margin-bottom: 10px;
}
/*! End of "Blurb Standard" */
/*! -------------------------------------------- */
/*! Start of "Hover Boxes" ID: 25933 */
.hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
  width: 5px;
  background: rgba(0,0,0,0.2);
  margin-right: 0px;
}
.hover-box {
  display: block;
  max-width: 450px;
  margin: auto;
  overflow: hidden;
  background: #000;
}
@media (min-width: 980px) and (max-width: 1100px) {
  .hover-box.long-text figure {
    height: 350px;
  }
  .hover-box.long-text figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
    height: 350px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 77%,#000000 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 77%,#000000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 77%,#000000 100%);
  }
}
.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;
  background: rgba(0,0,0,0.9);
}
.hover-box figure .hb-text-wrap {
  z-index: 10;
}
.hover-box figure .hb-text-wrap .hb-title-wrap {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.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: 981px) {
  .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;
  }
  .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;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    transform: translatey(20px);
  }
  .hover-box.hb-style-1 figure .hb-text-wrap .hb-desc-wrap p {
    font-size: 16px;
  }
  .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;
    background: rgba(8,79,57,0.9);
  }
  .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;
  }
  .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);
  }
  .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(.8);
    -moz-transform: translateY(-50%) translateX(-50%) scale(.8);
    transform: translateY(-50%) translateX(-50%) scale(.8);
  }
  .hover-box.hb-style-3 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
  }
  .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;
  }
  .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%);
  }
  .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:hover figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.1);
  }
  .hover-box.hb-style-6:hover figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-6:hover figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-6:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    margin-bottom: 0px;
    padding: 0 20px 20px;
  }
  .hover-box.hb-style-7 figure {
    padding-bottom: 40px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
  }
  .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: 40px;
    padding: 0;
    display: block;
    text-align: center;
    bottom: intial;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 500;
    z-index: 20;
    background: #598971;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-title-wrap:before {
    content: "";
    background: url("https://www.keystonedentistry.com/wp-content/uploads/2019/06/wave-green-secondary.svg");
    background-size: cover;
    position: absolute;
    height: 80px;
    width: 100%;
    display: block;
    top: -97px;
    transform: scale(1.5);
    left: 0;
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap {
    color: #000;
    font-size: 16px;
    line-height: 1.1;
    opacity: 0;
    padding: 0px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 15px 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.8);
  }
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    top: 5%;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 0 30px;
    line-height: 1.4;
    box-sizing: border-box;
    max-height: 70%;
    overflow-y: scroll;
  }
  .hover-box.hb-style-7:hover figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.1);
  }
  .hover-box.hb-style-7:hover figure .hb-overlay-wrap {
    opacity: 0.8;
  }
  .hover-box.hb-style-7:hover figure .hb-text-wrap .hb-title-wrap {
    line-height: 60px;
  }
  .hover-box.hb-style-7:hover 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 {
    color: #fff !important;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
    display: block;
    text-align: center;
    bottom: intial;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    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;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 20;
    top: 50%;
    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;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 20;
    top: 50%;
    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;
    text-align: center;
    left: 0;
    width: 100%;
    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 {
    color: #fff !important;
    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;
    text-align: left;
    left: 0;
    width: 100%;
    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;
  }
  .hover-box.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .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 img.hover-img {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .hover-box.hb-style-13 figure img.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 img.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: 1;
  }
  .hover-box.hb-style-14 figure .hb-text-wrap {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .hover-box.hb-style-14 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    -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 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    opacity: 0;
    -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,
  .hover-box.hb-style-14 .mb-hover figure:before,
  .hover-box.hb-style-14 .mb-hover figure:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .hover-box.hb-style-14:hover figure .hb-image-wrap,
  .hover-box.hb-style-14 .mb-hover figure .hb-image-wrap {
    opacity: 0.4;
  }
  .hover-box.hb-style-14:hover figure .hb-text-wrap .hb-title-wrap,
  .hover-box.hb-style-14 .mb-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,
  .hover-box.hb-style-14 .mb-hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
  }
  .hover-box.hb-style-15 figure .hb-image-wrap 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-15 figure .hb-image-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
  }
  .hover-box.hb-style-15 figure .hb-overlay-wrap {
    opacity: 1;
    transform: rotate(135deg) translateX(0px) scale(1.5);
    transition: all 0.3s;
  }
  .hover-box.hb-style-15 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
  }
  .hover-box.hb-style-15 figure .hb-text-wrap .hb-title-wrap {
    position: absolute;
    bottom: 0;
    color: #fff !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .hover-box.hb-style-15 figure .hb-text-wrap .hb-desc-wrap {
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    transform: translatey(20px);
  }
  .hover-box.hb-style-15 figure .hb-text-wrap .hb-desc-wrap p {
    font-size: 16px;
  }
  .hover-box.hb-style-15: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-15:hover figure .hb-overlay-wrap {
    opacity: 1;
    transform: translate(-100%,-100%) rotate(45deg);
  }
  .hover-box.hb-style-15:hover figure .hb-text-wrap .hb-title-wrap {
    color: var(--color-accenta) !important;
  }
  .hover-box.hb-style-15: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-16 {
    transition: transform .3s ease-out;
  }
  .hover-box.hb-style-16 .hb-image-wrap:after {
    z-index: 1;
    background-image: linear-gradient(180deg,transparent,#000);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .hover-box.hb-style-16 figure img {
    opacity: 1;
    transform: translate3d(15%,0px,0) translateY(0%) scale(1.4);
    transition: all .4s ease-out;
  }
  .hover-box.hb-style-16 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-16 figure .hb-text-wrap {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0%;
    padding: 0px 68px 40px 30px;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .hover-box.hb-style-16 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 20px;
    display: block;
    transform: translateY(-55px);
    text-align: left;
  }
  .hover-box.hb-style-16 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    box-sizing: border-box;
    text-align: left;
    padding: 0 0px 0px;
  }
  .hover-box.hb-style-16 figure .hb-16-pseudo-elements {
    bottom: 28px;
    height: 28px;
    position: absolute;
    right: 28px;
    transform: translate(0);
    transition: transform .2s ease-out;
    width: 28px;
    z-index: 9999;
  }
  .hover-box.hb-style-16 figure .hb-16-pseudo-elements:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    transition: transform .2s ease-out;
    width: 2px;
  }
  .hover-box.hb-style-16 figure .hb-16-pseudo-elements:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: transform .2s ease-out;
    width: 2px;
  }
  .hover-box.hb-style-16:hover {
    transform: scale(1.12);
  }
  .hover-box.hb-style-16:hover figure img {
    transform: translate3d(-15%,0px,0) translateY(0%) scale(1.4);
    transition: all 7s ease-out;
  }
  .hover-box.hb-style-16:hover figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.hb-style-16:hover figure .hb-text-wrap {
    transform: translateY(0%);
  }
  .hover-box.hb-style-16:hover figure .hb-text-wrap .hb-title-wrap {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.hb-style-16:hover figure .hb-text-wrap .hb-desc-wrap {
    opacity: 1;
    margin-bottom: 0px;
    padding: 0 20px 0px;
  }
  .hover-box.hb-style-16:hover figure .hb-16-pseudo-elements {
    bottom: 47px;
    right: 47px;
  }
  .hover-box.hb-style-16:hover figure .hb-16-pseudo-elements:before {
    transform: translate(-50%,-50%) rotate(-90deg);
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .hover-box.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    max-height: 60%;
  }
}
@media only screen and (max-width: 980px) {
  .hover-box.mb-standard {
    margin-bottom: 10px;
    background: rgba(0,0,0,0);
  }
  .hover-box.mb-standard figure {
    background: transparent !important;
  }
  .hover-box.mb-standard figure .hb-image-wrap .top-img {
    display: none !important;
  }
  .hover-box.mb-standard figure .title-twlv {
    display: none;
  }
  .hover-box.mb-standard figure .hb-overlay-wrap {
    background: transparent !important;
  }
  .hover-box.mb-standard figure .hb-text-wrap {
    padding: 20px 0;
    border-top: 3px solid #fff;
    background: transparent !important;
  }
  .hover-box.mb-standard figure .hb-text-wrap .hb-title-wrap {
    font-size: 26px;
    font-weight: 700;
    background: transparent !important;
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-1 figure .hb-overlay-wrap {
    opacity: 0.8;
  }
  .hover-box.mb-hover.hb-style-1 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-1 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    transform: translatey(0px);
  }
  .hover-box.mb-hover.hb-style-1 figure .hb-text-wrap .hb-desc-wrap p {
    font-size: 16px;
  }
  .hover-box.mb-hover.hb-style-2 figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.2);
    opacity: .6;
  }
  .hover-box.mb-hover.hb-style-2 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mb-hover.hb-style-2 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-2 figure .hb-text-wrap .hb-title-wrap:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hover-box.mb-hover.hb-style-2 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .hover-box.mb-hover.hb-style-3 figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.2);
    opacity: .6;
  }
  .hover-box.mb-hover.hb-style-3 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mb-hover.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-transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  .hover-box.mb-hover.hb-style-3 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
  }
  .hover-box.mb-hover.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(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mb-hover.hb-style-3 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mb-hover.hb-style-4 figure img {
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.2);
    opacity: .4;
  }
  .hover-box.mb-hover.hb-style-4 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mb-hover.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.mb-hover.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;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mb-hover.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;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-4 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    color: #222;
  }
  .hover-box.mb-hover.hb-style-5 figure img {
    opacity: .6;
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.2);
  }
  .hover-box.mb-hover.hb-style-5 figure .hb-overlay-wrap {
    opacity: 1;
  }
  .hover-box.mb-hover.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-transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  .hover-box.mb-hover.hb-style-5 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  .hover-box.mb-hover.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;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mb-hover.hb-style-5 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .hover-box.mb-hover.hb-style-6 figure img {
    opacity: 1;
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.1);
  }
  .hover-box.mb-hover.hb-style-6 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.mb-hover.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.mb-hover.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;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hover-box.mb-hover.hb-style-6 figure .hb-text-wrap .hb-desc-wrap {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px 20px;
    margin-bottom: 0px;
  }
  .hover-box.mb-hover.hb-style-7 figure {
    padding-bottom: 50px;
  }
  .hover-box.mb-hover.hb-style-7 figure img {
    opacity: 1;
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.1);
  }
  .hover-box.mb-hover.hb-style-7 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-7 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 70px;
    padding: 0;
    display: block;
    text-align: center;
    bottom: intial;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #222;
  }
  .hover-box.mb-hover.hb-style-7 figure .hb-text-wrap .hb-desc-wrap {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    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.mb-hover.hb-style-7 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 0 10px;
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .hover-box.mb-hover.hb-style-8 figure {
    padding-bottom: 0px;
  }
  .hover-box.mb-hover.hb-style-8 figure img {
    opacity: 1;
    transform: translate3d(0%,0px,0) translateY(0%) scale(1.1);
  }
  .hover-box.mb-hover.hb-style-8 figure .hb-overlay-wrap {
    opacity: .8;
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-8 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
    display: block;
    text-align: center;
    bottom: intial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .hover-box.mb-hover.hb-style-8 figure .hb-text-wrap .hb-desc-wrap {
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    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(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc p {
    color: #000 !important;
  }
  .hover-box.mb-hover.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar {
    width: 5px;
    background: #efefef;
    margin-right: 0px;
  }
  .hover-box.mb-hover.hb-style-8 figure .hb-text-wrap .hb-desc-wrap .hb-desc::-webkit-scrollbar-thumb {
    background: #b9b9b9;
  }
  .hover-box.mb-hover.hb-style-9 figure {
    padding-bottom: 0px;
  }
  .hover-box.mb-hover.hb-style-9 figure img {
    opacity: 1;
  }
  .hover-box.mb-hover.hb-style-9 figure .hb-overlay-wrap {
    opacity: .7;
    height: 95%;
    width: 95%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.mb-hover.hb-style-9 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    box-sizing: border-box;
    width: 90%;
    height: 95% !important;
    -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.mb-hover.hb-style-9 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 20;
    top: 50%;
    position: absolute;
    margin-top: -30px;
  }
  .hover-box.mb-hover.hb-style-9 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1 !important;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    z-index: 11;
    border-radius: 5px;
    top: 50%;
    left: 0;
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-10 {
    border-radius: 50%;
    overflow: hidden;
    background: none;
  }
  .hover-box.mb-hover.hb-style-10 figure {
    padding-bottom: 0px;
    border-radius: 50%;
  }
  .hover-box.mb-hover.hb-style-10 figure img {
    opacity: 1;
  }
  .hover-box.mb-hover.hb-style-10 figure .hb-overlay-wrap {
    opacity: .7;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .hover-box.mb-hover.hb-style-10 figure .hb-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 95%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    z-index: 10;
  }
  .hover-box.mb-hover.hb-style-10 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 20;
    top: 50%;
    position: absolute;
    background: rgba(0,0,0,0) !important;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .hover-box.mb-hover.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.mb-hover.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: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .hover-box.mb-hover.hb-style-11 figure {
    padding-bottom: 0px;
  }
  .hover-box.mb-hover.hb-style-11 figure img {
    opacity: 1;
  }
  .hover-box.mb-hover.hb-style-11 figure .hb-overlay-wrap {
    opacity: .8;
    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.mb-hover.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;
    z-index: 10;
  }
  .hover-box.mb-hover.hb-style-11 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 20;
    padding-bottom: 10px;
    position: relative;
  }
  .hover-box.mb-hover.hb-style-11 figure .hb-text-wrap .hb-title-wrap:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 60%;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-11 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    padding: 10px 20px 20px;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .hover-box.mb-hover.hb-style-12 {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    overflow: visible;
    background: rgba(0,0,0,0);
  }
  .hover-box.mb-hover.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.mb-hover.hb-style-12 figure .hb-image-wrap {
    opacity: 1;
    position: relative;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hover-box.mb-hover.hb-style-12 figure .hb-image-wrap .hb-title-wrap {
    color: #fff !important;
    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.mb-hover.hb-style-12 figure .hb-overlay-wrap {
    opacity: 0;
  }
  .hover-box.mb-hover.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;
    z-index: 10;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hover-box.mb-hover.hb-style-12 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    display: block;
    text-align: left;
    left: 0;
    width: 100%;
    z-index: 20;
    padding-bottom: 20px;
    position: relative;
  }
  .hover-box.mb-hover.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;
  }
  .hover-box.mb-hover.hb-style-12 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .hover-box.mb-hover.hb-style-13 {
    overflow: hidden;
    display: block;
    text-align: center;
    background: rgba(0,0,0,0);
  }
  .hover-box.mb-hover.hb-style-13 figure {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: auto;
    margin: 0;
  }
  .hover-box.mb-hover.hb-style-13 figure img.hover-img {
    position: relative;
    z-index: 1;
    width: auto;
  }
  .hover-box.mb-hover.hb-style-13 figure img.top-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    width: 100%;
    height: auto;
  }
  .hover-box.mb-hover.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%);
    text-align: left;
  }
  .hover-box.mb-hover.hb-style-13 figure .hb-text-wrap .hb-desc-wrap .hb-desc {
    color: #fff;
  }
  .hover-box.mb-hover.hb-style-14 figure:before,
  .hover-box.mb-hover.hb-style-14 figure:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .hover-box.mb-hover.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);
  }
  .hover-box.mb-hover.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-hover.hb-style-14 figure .hb-image-wrap {
    opacity: 0.4;
  }
  .hover-box.mb-hover.hb-style-14 figure .hb-text-wrap {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .hover-box.mb-hover.hb-style-14 figure .hb-text-wrap .hb-title-wrap {
    color: #fff !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mb-hover.hb-style-14 figure .hb-text-wrap .hb-desc-wrap {
    color: #fff;
    opacity: 1;
  }
  .hover-box.mb-hover.hb-style-15 figure .hb-image-wrap 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.mb-hover.hb-style-15 figure .hb-image-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
  }
  .hover-box.mb-hover.hb-style-15 figure .hb-overlay-wrap {
    opacity: 1;
    transform: rotate(100deg) translateY(600px) scale(1.5);
  }
  .hover-box.mb-hover.hb-style-15 figure .hb-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
  }
  .hover-box.mb-hover.hb-style-15 figure .hb-text-wrap .hb-title-wrap {
    position: absolute;
    bottom: 0;
    color: var(--color-accenta) !important;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .hover-box.mb-hover.hb-style-15 figure .hb-text-wrap .hb-desc-wrap {
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .hover-box.mb-hover.hb-style-15 figure .hb-text-wrap .hb-desc-wrap p {
    font-size: 16px;
  }
  .hover-box.mb-noimg {
    margin-bottom: 10px;
    background: rgba(0,0,0,0);
  }
  .hover-box.mb-noimg figure {
    background: transparent !important;
  }
  .hover-box.mb-noimg figure .hb-image-wrap {
    display: none !important;
  }
  .hover-box.mb-noimg figure .title-twlv {
    display: none;
  }
  .hover-box.mb-noimg figure .hb-overlay-wrap {
    background: transparent !important;
  }
  .hover-box.mb-noimg figure .hb-text-wrap {
    padding: 20px 0;
    border-top: 3px solid #fff;
    background: transparent !important;
  }
  .hover-box.mb-noimg figure .hb-text-wrap .hb-title-wrap {
    font-size: 26px;
    font-weight: 700;
    background: transparent !important;
  }
}
@media (max-width: 980px) {
  .hb-style-7:hover {
    opacity: .6;
  }
}
/*! End of "Hover Boxes" */
/*! -------------------------------------------- */
/*! 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: var(--color-primary);
}
.color-block-wrap .color-block.color-s {
  background: var(--color-secondary);
}
.color-block-wrap .color-block.color-t {
  background: var(--color-tertiary);
}
.color-block-wrap .color-block.color-a {
  background: var(--color-accenta);
}
.color-block-wrap .color-block.color-b {
  background: var(--color-accentb);
}
.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%;
  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%;
  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;
}
.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;
}
.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;
}
.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;
}
@media (max-width: 980px) {
  .basic-hero-2 {
    height: auto !important;
    max-height: none;
    background: var(--color-primary) !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;
    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;
}
@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: #222;
}
.drop-us-a-line-2-0 .gform_wrapper .sgform label.focus {
  bottom: 0;
  color: #fff;
  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: ;
}
.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: ;
}
.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.gform_fields li.gfield select,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield input,
.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.gform_fields li.gfield.gform_right,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left,
.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.gform_fields li.gfield.gform_right input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left 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: var(--color-accenta);
  color: #fff;
  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: var(--color-accentb);
  color: #fff;
  cursor: pointer;
}
/*! End of "Inline GFORM" */
/*! -------------------------------------------- */
/*! Start of "RS Icons" ID: 15430 */
@import url("https://s3.amazonaws.com/assets.roadsidemultimedia.com/icons/rs-icon-font/rs-icons.css");
.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: var(--color-primary);
}
.band-light .section-accordion-btn.solid:hover,
.band-light-alt .section-accordion-btn.solid:hover {
  color: var(--color-accenta) !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 var(--color-accenta);
}
.band-light .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:before,
.band-light-alt .section-accordion-btn.solid:hover .section-accordion-icon:after {
  background: var(--color-accenta);
}
.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: var(--color-accenta) !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: var(--color-accenta);
}
.band-light .section-accordion-btn.style-1:before,
.band-light .section-accordion-btn.style-1:after,
.band-light-alt .section-accordion-btn.style-1:before,
.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: var(--color-accenta) !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: var(--color-accenta);
}
.band-light .section-accordion-btn.style-2:before,
.band-light .section-accordion-btn.style-2:after,
.band-light-alt .section-accordion-btn.style-2:before,
.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 .section-accordion-btn.style-3 .section-accordion-icon:after,
.band-light-alt .section-accordion-btn.style-3 .section-accordion-icon:before,
.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: var(--color-accenta);
}
.band-dark .section-accordion-btn.solid:hover,
.band-dark-alt .section-accordion-btn.solid:hover {
  color: var(--color-accentb) !important;
}
.band-dark .section-accordion-btn.solid:hover .section-accordion-icon,
.band-dark-alt .section-accordion-btn.solid:hover .section-accordion-icon {
  border: 2px solid var(--color-accentb);
}
.band-dark .section-accordion-btn.solid:hover .section-accordion-icon:before,
.band-dark .section-accordion-btn.solid:hover .section-accordion-icon:after,
.band-dark-alt .section-accordion-btn.solid:hover .section-accordion-icon:before,
.band-dark-alt .section-accordion-btn.solid:hover .section-accordion-icon:after {
  background: var(--color-accentb);
}
.band-dark .section-accordion-btn.solid .section-accordion-icon,
.band-dark-alt .section-accordion-btn.solid .section-accordion-icon {
  border: 2px solid #fff;
}
.band-dark .section-accordion-btn.solid .section-accordion-icon:before,
.band-dark-alt .section-accordion-btn.solid .section-accordion-icon:before {
  background: #fff;
}
.band-dark .section-accordion-btn.solid .section-accordion-icon:after,
.band-dark-alt .section-accordion-btn.solid .section-accordion-icon:after {
  background: #fff;
}
.band-dark .section-accordion-btn.style-1:hover,
.band-dark-alt .section-accordion-btn.style-1:hover {
  color: var(--color-accenta) !important;
}
.band-dark .section-accordion-btn.style-1:hover .section-accordion-icon,
.band-dark-alt .section-accordion-btn.style-1:hover .section-accordion-icon {
  color: var(--color-accenta);
}
.band-dark .section-accordion-btn.style-1:before,
.band-dark .section-accordion-btn.style-1:after,
.band-dark-alt .section-accordion-btn.style-1:before,
.band-dark-alt .section-accordion-btn.style-1:after {
  background-color: #fff;
}
.band-dark .section-accordion-btn.style-2:hover,
.band-dark-alt .section-accordion-btn.style-2:hover {
  color: var(--color-accenta) !important;
}
.band-dark .section-accordion-btn.style-2:hover .section-accordion-icon,
.band-dark-alt .section-accordion-btn.style-2:hover .section-accordion-icon {
  color: var(--color-accenta);
}
.band-dark .section-accordion-btn.style-2:before,
.band-dark .section-accordion-btn.style-2:after,
.band-dark-alt .section-accordion-btn.style-2:before,
.band-dark-alt .section-accordion-btn.style-2:after {
  background-color: #fff;
}
.band-dark .section-accordion-btn.style-3,
.band-dark-alt .section-accordion-btn.style-3 {
  border-top: 1px solid #e54324;
}
.band-dark .section-accordion-btn.style-3:hover,
.band-dark-alt .section-accordion-btn.style-3:hover {
  color: #e54324 !important;
}
.band-dark .section-accordion-btn.style-3 .section-accordion-icon,
.band-dark-alt .section-accordion-btn.style-3 .section-accordion-icon {
  border: 2px solid #e54324;
}
.band-dark .section-accordion-btn.style-3 .section-accordion-icon:before,
.band-dark .section-accordion-btn.style-3 .section-accordion-icon:after,
.band-dark-alt .section-accordion-btn.style-3 .section-accordion-icon:before,
.band-dark-alt .section-accordion-btn.style-3 .section-accordion-icon:after {
  background: #e54324;
}
/*! End of "Drop Down Section" */
/*! -------------------------------------------- */
/*! Start of "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,var(--color-primary),transparent);
}
.style-divider-wrapper .styled-divider.color-primary.styled-arrow-down:after {
  background-color: var(--color-primary);
}
.style-divider-wrapper .styled-divider.color-secondary:before {
  background-image: linear-gradient(to right,transparent,var(--color-secondary),transparent);
}
.style-divider-wrapper .styled-divider.color-secondary.styled-arrow-down:after {
  background-color: var(--color-secondary);
}
.style-divider-wrapper .styled-divider.color-tertiary:before {
  background-image: linear-gradient(to right,transparent,var(--color-tertiary),transparent);
}
.style-divider-wrapper .styled-divider.color-tertiary.styled-arrow-down:after {
  background-color: var(--color-tertiary);
}
.style-divider-wrapper .styled-divider.color-accent-a:before {
  background-image: linear-gradient(to right,transparent,var(--color-accenta),transparent);
}
.style-divider-wrapper .styled-divider.color-accent-a.styled-arrow-down:after {
  background-color: var(--color-accenta);
}
.style-divider-wrapper .styled-divider.color-accent-b:before {
  background-image: linear-gradient(to right,transparent,var(--color-accentb),transparent);
}
.style-divider-wrapper .styled-divider.color-accent-b.styled-arrow-down:after {
  background-color: var(--color-accentb);
}
.style-divider-wrapper .styled-divider.color-black:before {
  background-image: linear-gradient(to right,transparent,var(--color-black),transparent);
}
.style-divider-wrapper .styled-divider.color-black.styled-arrow-down:after {
  background-color: var(--color-black);
}
.style-divider-wrapper .styled-divider.color-white:before {
  background-image: linear-gradient(to right,transparent,var(--color-white),transparent);
}
.style-divider-wrapper .styled-divider.color-white.styled-arrow-down:after {
  background-color: var(--color-white);
}
/*! 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(.6) translateX(135px) translateY(-4px);
  -moz-transform: scale(.6) translateX(135px) translateY(-4px);
  transform: scale(.6) translateX(135px) translateY(-4px);
}
.animated-icon-w-heading .icon-hldr.aicon-primary .machine .animated-line {
  fill: var(--color-primary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .piggy-bank .animated-line {
  stroke: var(--color-primary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .team path {
  stroke: var(--color-primary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock circle {
  stroke: var(--color-primary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock .lines {
  stroke: var(--color-primary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock .hour polyline {
  stroke: var(--color-primary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-primary .clock .minute polyline {
  stroke: var(--color-primary) !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: var(--color-primary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .machine path {
  fill: var(--color-secondary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .piggy-bank .animated-line {
  stroke: var(--color-secondary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .team path {
  stroke: var(--color-secondary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock circle {
  stroke: var(--color-secondary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock .lines {
  stroke: var(--color-secondary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock .hour polyline {
  stroke: var(--color-secondary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-secondary .clock .minute polyline {
  stroke: var(--color-secondary) !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: var(--color-secondary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .machine path {
  fill: var(--color-tertiary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .piggy-bank .animated-line {
  stroke: var(--color-tertiary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .team path {
  stroke: var(--color-tertiary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock circle {
  stroke: var(--color-tertiary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock .lines {
  stroke: var(--color-tertiary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock .hour polyline {
  stroke: var(--color-tertiary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-tertiary .clock .minute polyline {
  stroke: var(--color-tertiary) !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: var(--color-tertiary) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .machine path {
  fill: var(--color-accenta) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .piggy-bank .animated-line {
  stroke: var(--color-accenta) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .team path {
  stroke: var(--color-accenta) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock circle {
  stroke: var(--color-accenta) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock .lines {
  stroke: var(--color-accenta) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock .hour polyline {
  stroke: var(--color-accenta) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accenta .clock .minute polyline {
  stroke: var(--color-accenta) !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: var(--color-accenta) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .machine path {
  fill: var(--color-accentb) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .piggy-bank .animated-line {
  stroke: var(--color-accentb) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .team path {
  stroke: var(--color-accentb) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock circle {
  stroke: var(--color-accentb) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock .lines {
  stroke: var(--color-accentb) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock .hour polyline {
  stroke: var(--color-accentb) !important;
}
.animated-icon-w-heading .icon-hldr.aicon-accentb .clock .minute polyline {
  stroke: var(--color-accentb) !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: var(--color-accentb) !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(.6) translateX(90px) translateY(-4px);
    -moz-transform: scale(.6) translateX(90px) translateY(-4px);
    transform: scale(.6) translateX(90px) translateY(-4px);
  }
  100% {
    -webkit-transform: scale(.6) translateX(90px) translateY(250px);
    -moz-transform: scale(.6) translateX(90px) translateY(250px);
    transform: scale(.6) translateX(90px) translateY(250px);
  }
}
@-webkit-keyframes piggy-coin {
  0% {
    -webkit-transform: scale(.6) translateX(90px) translateY(-4px);
    -moz-transform: scale(.6) translateX(90px) translateY(-4px);
    transform: scale(.6) translateX(90px) translateY(-4px);
  }
  100% {
    -webkit-transform: scale(.6) translateX(90px) translateY(250px);
    -moz-transform: scale(.6) translateX(90px) translateY(250px);
    transform: scale(.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 rgba(0,0,0,0.3);
  padding: 15px 0 0 30px;
}
.blockquote1.no-border {
  border-left: 0px solid rgba(0,0,0,0.3) !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 "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 !important;
  -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 !important;
}
.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);
}
.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 .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 .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 .simple-slider .slick-next:before,
.band-dark-alt .simple-slider .slick-prev:before,
.band-dark-alt .simple-slider .slick-next:before,
.band-light .simple-slider .slick-prev:before,
.band-light .simple-slider .slick-next:before,
.band-light-alt .simple-slider .slick-prev:before,
.band-light-alt .simple-slider .slick-next:before,
.band-parallax .simple-slider .slick-prev:before,
.band-parallax .simple-slider .slick-next:before,
.band-quote .simple-slider .slick-prev:before,
.band-quote .simple-slider .slick-next:before {
  color: #fff;
  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: var(--color-primary) !important;
}
.svg-heading-card .animated-lines.svg-secondary #svg-wrap .animated-line {
  stroke: var(--color-secondary) !important;
}
.svg-heading-card .animated-lines.svg-tertiary #svg-wrap .animated-line {
  stroke: var(--color-tertiary) !important;
}
.svg-heading-card .animated-lines.svg-accenta #svg-wrap .animated-line {
  stroke: var(--color-accenta) !important;
}
.svg-heading-card .animated-lines.svg-accentb #svg-wrap .animated-line {
  stroke: var(--color-accentb) !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 "stat card" ID: 3394 */
.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 "Hover box 10" ID: 1000 */
.bio-box {
  display: block;
  position: relative;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .bio-box {
    height: auto;
  }
}
.bio-box img {
  max-width: 955px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bio-box img {
    position: relative;
    transform: scale(1);
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.bio-box .box-overlay {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.bio-box .box-overlay figcaption {
  top: 50%;
  left: 50%;
  width: 90%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: all .1s ease-in .1s;
  -moz-transition: all .1s ease-in .1s;
  transition: all .1s ease-in .1s;
}
.bio-box .box-overlay figcaption p {
  color: #fff !important;
}
.bio-box .box-overlay figcaption .heading-tertiary {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .bio-box .box-overlay figcaption {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
    width: 100%;
    padding: 20px;
  }
}
.bio-box .box-overlay:before {
  content: "";
  background: var(--color-primary);
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%;
  animation: slide-out .4s ease-out;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .bio-box .box-overlay {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
    width: 100%;
  }
}
.bio-box:hover .box-overlay:before {
  animation: slide .4s ease-out;
  animation-fill-mode: forwards;
}
.bio-box:hover .box-overlay figcaption {
  opacity: 1;
}
@media (max-width: 980px) {
  .bio-box .box-overlay:before {
    animation: slide .4s ease-out;
    animation-fill-mode: forwards;
  }
  .bio-box .box-overlay figcaption {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
    height: 0%;
    width: 0%;
    opacity: .8;
  }
  50% {
    height: 1%;
    width: 100%;
    opacity: .9;
  }
  100% {
    height: 100%;
    width: 100%;
    opacity: .9;
  }
}
@-webkit-keyframes slide-out {
  0% {
    height: 100%;
    width: 100%;
    opacity: .9;
  }
  50% {
    height: 1%;
    width: 100%;
    opacity: .8;
  }
  100% {
    height: 0%;
    width: 0%;
    opacity: 0;
  }
}
@-moz-keyframes slide {
  0% {
    height: 0%;
    width: 0%;
    opacity: .8;
  }
  50% {
    height: 1%;
    width: 100%;
    opacity: .9;
  }
  100% {
    height: 100%;
    width: 100%;
    opacity: .9;
  }
}
@-moz-keyframes slide-out {
  0% {
    height: 100%;
    width: 100%;
    opacity: .9;
  }
  50% {
    height: 1%;
    width: 100%;
    opacity: .8;
  }
  100% {
    height: 0%;
    width: 0%;
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    height: 0%;
    width: 0%;
    opacity: .8;
  }
  50% {
    height: 1%;
    width: 100%;
    opacity: .9;
  }
  100% {
    height: 100%;
    width: 100%;
    opacity: .9;
  }
}
@keyframes slide-out {
  0% {
    height: 100%;
    width: 100%;
    opacity: .9;
  }
  50% {
    height: 1%;
    width: 100%;
    opacity: .8;
  }
  100% {
    height: 0%;
    width: 0%;
    opacity: 0;
  }
}
/*! End of "Hover box 10" */
/*! -------------------------------------------- */
/*! Start of "Testimonial Slider" ID: 1046 */
.band-parallax .slick-next:before,
.band-parallax .slick-prev:before,
.band-dark .slick-next:before,
.band-dark .slick-prev:before {
  color: #fff !important;
}
.band-parallax .testimonial-dash-nav .slick-dots li button:before,
.band-dark .testimonial-dash-nav .slick-dots li button:before {
  background: #fff;
}
.band-light .slick-next:before,
.band-light .slick-prev:before,
.band-light-alt .slick-next:before,
.band-light-alt .slick-prev:before,
.band-dark-alt .slick-next:before,
.band-dark-alt .slick-prev:before {
  color: var(--color-accenta);
}
.band-light .testimonial-dash-nav .slick-dots li button:before,
.band-light-alt .testimonial-dash-nav .slick-dots li button:before,
.band-dark-alt .testimonial-dash-nav .slick-dots li button:before {
  background: var(--color-accenta);
}
.slick-next:before,
.slick-prev:before {
  color: var(--color-accenta) !important;
}
.testimonial-dash-nav.slick-slider .slick-prev {
  left: 10px !important;
  z-index: 100;
}
.testimonial-dash-nav.slick-slider .slick-next {
  right: 10px !important;
  z-index: 100;
}
.testimonial-dash-nav.slick-slider {
  padding: 0 30px;
  box-sizing: border-box;
}
.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%;
  left: 0;
}
.testimonial-dash-nav .quote-heading:before {
  display: none;
  content: "‘‘";
  font-size: 52px;
  vertical-align: bottom;
  line-height: 10px;
}
.testimonial-dash-nav .quote-heading:after {
  display: none;
  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;
  font-family: "Font Awesome 5 Pro";
}
.testimonial-dash-nav .slick-next:before {
  content: "\f054";
}
.testimonial-dash-nav .slick-prev:before {
  content: "\f053";
}
.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: var(--color-accenta);
  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 !important;
}
.band-dark .band-accordion-wrap .band-accordion-btn:hover,
.band-dark-alt .band-accordion-wrap .band-accordion-btn:hover {
  color: #9a9bb5 !important;
}
.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 !important;
}
.band-light .band-accordion-wrap .band-accordion-btn:hover,
.band-light-alt .band-accordion-wrap .band-accordion-btn:hover {
  color: #9a9bb5 !important !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: var(--color-accenta);
  border-color: var(--color-accenta);
}
.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 "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(.8);
    -moz-transform: scale(.8);
    transform: scale(.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.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: #fff;
}
.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: #fff;
  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(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/*! End of "Image Gallery Popup" */
/*! -------------------------------------------- */
/*! Start of "Affiliate Slider" ID: 1566 */
.band-dark .logo-carousel .slick-prev:before,
.band-dark .logo-carousel .slick-next:before,
.band-dark-alt .logo-carousel .slick-prev:before,
.band-dark-alt .logo-carousel .slick-next:before,
.band-quote .logo-carousel .slick-prev:before,
.band-quote .logo-carousel .slick-next:before,
.band-parallax .logo-carousel .slick-prev:before,
.band-parallax .logo-carousel .slick-next:before {
  color: #fff;
}
.band-light .logo-carousel .slick-prev:before,
.band-light .logo-carousel .slick-next:before,
.band-light-alt .logo-carousel .slick-prev:before,
.band-light-alt .logo-carousel .slick-next:before {
  color: #222;
}
.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: var(--color-accenta);
}
.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");
  filter: gray;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.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 "footer accessibility button fix" ID: 44194 */
#footerAccBtn:hover {
  color: var(--color-accenta) !important;
}
/*! End of "footer accessibility button fix */
/*! -------------------------------------------- */
/*! Start of "blog feed grid" ID: 34236 */
.band-dark .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-prev.slick-arrow:before,
.band-dark-alt .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before {
  color: var(--color-white) !important;
  font-size: 24px;
}
.band-light .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-prev.slick-arrow:before,
.band-light-alt .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before {
  color: var(--color-primary) !important;
  font-size: 24px;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) {
  margin: auto;
  display: table;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts:nth-last-child(1) {
  border: 0px solid rgba(0,0,0,0) !important;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts:after {
  clear: both;
  content: "";
  display: block;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap {
  background: #fff;
  overflow: hidden;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta p {
  color: #222 !important;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta a {
  color: #222;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta a:hover {
  opacity: .7;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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: #3e533e;
  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:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .more-link:hover {
  background: #000;
  color: #fff;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .content_wrap .date_wrap {
  font-size: 14px;
  font-weight: 800;
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .slick-track {
  display: flex !Important;
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .et_pb_blog_feed_grid_posts {
  padding: 0 5px;
  height: inherit !Important;
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap {
  padding: 15px 15px 15px;
  background: #fff;
  border-right: 1px solid #eee;
  position: relative;
  display: block;
  height: 100%;
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .entry-title a {
  font-size: var(--heading-tertiary);
  line-height: 1.2;
  margin: 5px 0 10px;
  color: #222 !important;
  display: block;
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .date_wrap {
  font-size: 16px;
  margin: 10px 0;
}
.alignleft {
  float: none;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.et_pb_blog_feed_grid_posts_wrap img:hover {
  opacity: .6 !important;
}
.et_pb_blog_feed_grid_posts_wrap .content_wrap .entry-title a:hover {
  opacity: .6 !important;
}
/*! End of "blog feed grid */
/*! -------------------------------------------- */
/*! Start of "bg-auto-md" ID: 34093 */
@media (max-width: 1400px) {
  .bg-auto-md {
    background-size: auto !important;
    background-position: top center !important;
  }
}
/*! End of "bg-auto-md */
/*! -------------------------------------------- */
/*! Start of "row1000" ID: 34087 */
.row1000 {
  max-width: 1000px !important;
}
/*! End of "row1000 */
/*! -------------------------------------------- */
/*! Start of "fix-hero-alt1 fix-hero-alt2" ID: 34080 */
@media (max-width: 767px) {
  .fix-hero-alt1 {
    background-position: top right !important;
  }
}
@media (max-width: 1200px) {
  .fix-hero-alt2 {
    background-position: top right !important;
  }
}
/*! End of "fix-hero-alt1 fix-hero-alt2 */
/*! -------------------------------------------- */
/*! Start of "fix-hb10-sm" ID: 34054 */
@media (max-width: 1200px) and (min-width: 981px) {
  .fix-hb10-sm .box-overlay p {
    font-size: 16px;
  }
}
/*! End of "fix-hb10-sm */
/*! -------------------------------------------- */
/*! Start of "email footer fix overlap" ID: 34034 */
span.fix-email {
  display: inline-block;
}
/*! End of "email footer fix overlap */
/*! -------------------------------------------- */
/*! Start of "fix form in popup" ID: 34033 */
.custom-form-popup-2-0 .gform_wrapper .gform_body textarea {
  border: solid 2px #d9d9d9;
}
/*! End of "fix form in popup */
/*! -------------------------------------------- */
/*! Start of "userway mobile" ID: 34030 */
@media (max-width: 767px) {
  body .uwy.userway_p5 .uai {
    top: auto;
    bottom: 70px !important;
  }
}
/*! End of "userway mobile */
/*! -------------------------------------------- */
/*! Start of "Footer" ID: 33967 */
.site-footer .footer-widgets {
  padding: 80px 0;
  width: 90%;
}
.site-footer .footer-widgets .widget:nth-of-type(1) {
  padding-bottom: 40px;
}
.site-footer .bttm-footer-wrap .bttm-footer {
  padding: 10px;
  font-size: 14px;
}
/*! End of "Footer */
/*! -------------------------------------------- */
/*! Start of "Primary Heading Uppercase &#038; mobile align" ID: 33958 */
#main-content .et_pb_section.band-light .heading-primary {
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .et_pb_mydivi_headings .et_pb_text_align_left {
    text-align: center !important;
  }
}
/*! End of "Primary Heading Uppercase &#038; mobile align */
/*! -------------------------------------------- */
/*! Start of "Hide Icon CTA" ID: 33822 */
.icon-img-card-wrap .icon-img-card-hldr .icon-img-cta-hldr {
  display: none !important;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card.bottom-padding {
  padding-bottom: 0px !important;
}
/*! End of "Hide Icon CTA */
/*! -------------------------------------------- */
/*! Start of "band-dark img border &#038; link color" ID: 33818 */
.band-dark .img-standard.img-main img {
  border: 8px solid #fff !important;
}
.band-dark p>a {
  color: #f4cf00 !important;
  border-bottom: 2px solid #f4cf00;
}
.band-dark p>a:hover {
  color: #fff !important;
}
/*! End of "band-dark img border &#038; link color */
/*! -------------------------------------------- */
/*! Start of "Coronavirus CSS" ID: 33709 */
.coronav {
  color: #323232 !important;
  font-weight: 600 !important;
}
.coronav:hover {
  color: #ffffff !important;
}
.ctext {
  color: #323232;
  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: 0px;
    padding: 0 !important;
  }
}
.coronaband {
  background: #F3CF00 !important;
}
/*! End of "Coronavirus CSS */
/*! -------------------------------------------- */
/*! Start of "text left on mobile" ID: 33449 */
.frce-txt-l .et_pb_column .et_pb_text_align_left {
  text-align: left !important;
}
/*! End of "text left on mobile */
/*! -------------------------------------------- */
/*! Start of "text pop up fix" ID: 33431 */
@media (max-width: 320px) {
  .mfp-content .text-box-popup .et_pb_text_inner img {
    display: block !important;
    float: unset !important;
  }
}
/*! End of "text pop up fix */
/*! -------------------------------------------- */
/*! Start of "hero alt letter spacing fix" ID: 33430 */
.et_pb_column .heading-hero-alt {
  letter-spacing: 2px;
}
/*! End of "hero alt letter spacing fix */
/*! -------------------------------------------- */
/*! Start of "center hero text mobile" ID: 33427 */
@media (min-width: 981px) {
  .band-hero-alt {
    padding-top: 130px !important;
    padding-bottom: 110px !important;
  }
}
@media (max-width: 1024px) {
  .band-hero-alt .et_pb_column.left-mobile {
    width: 100%;
    max-width: unset !important;
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .band-hero-alt .et_pb_mydivi_headings .heading-hero-alt,
  .band-hero-alt .et_pb_mydivi_headings .heading-tertiary {
    text-align: center !important;
  }
}
/*! End of "center hero text mobile */
/*! -------------------------------------------- */
/*! Start of "colum-img-tablet-bg" ID: 33420 */
@media (max-width: 1024px) {
  .colum-img-tablet-bg {
    background-image: url(https://www.keystonedentistry.com/wp-content/uploads/2019/09/Keystone-Team-background-tablet.jpg) !important;
  }
}
@media (max-width: 1024px) {
  .colum-img-tablet-bg2 {
    background-image: url(https://www.keystonedentistry.com/wp-content/uploads/2019/09/Children-and-doctor.jpg) !important;
  }
}
@media (max-width: 1200px) {
  .colum-img-tablet-bg3 {
    background-image: url(https://www.keystonedentistry.com/wp-content/uploads/2019/09/Our-Team-Background-tablet.jpg) !important;
  }
}
/*! End of "colum-img-tablet-bg */
/*! -------------------------------------------- */
/*! Start of "fix hp form overlap" ID: 33418 */
@media (max-width: 1200px) and (min-width: 1023px) {
  .et_pb_column.pddmb {
    padding-left: 35px;
  }
}
@media (max-width: 1024px) and (min-width: 981px) {
  .et_pb_column.pddmb {
    padding-left: 48px;
  }
}
/*! End of "fix hp form overlap */
/*! -------------------------------------------- */
/*! Start of "Font awesome list" ID: 33417 */
@media (max-width: 980px) {
  .falist ul {
    max-width: unset !important;
  }
}
/*! End of "Font awesome list */
/*! -------------------------------------------- */
/*! Start of "accordian color hover" ID: 33187 */
.band-dark .section-accordion-btn.style-2:hover,
.band-dark-alt .section-accordion-btn.style-2:hover {
  color: var(--color-accentb) !important;
}
/*! End of "accordian color hover */
/*! -------------------------------------------- */
/*! Start of "form tooltip fix" ID: 33142 */
.gform-style-1 .drop-us-a-line .gform_wrapper ul.gform_fields li label.gfield_label.focus,
.gform-style-1 .drop-us-a-line .gform_wrapper ul li label.gfield_label.focus {
  color: #fff !important;
}
/*! End of "form tooltip fix */
/*! -------------------------------------------- */
/*! Start of "(1024px) 40px overdrive padding on pediatric services" ID: 33100 */
@media screen and (max-width: 1024px) and (min-width: 980px) {
  .pad-htablet {
    padding: 40px !important;
  }
}
/*! End of "(1024px) 40px overdrive padding on pediatric services */
/*! -------------------------------------------- */
/*! Start of "Button color overdrive" ID: 33040 */
.color-accenta-btn,
#footer-widgets .footer-widget .color-accenta-btn {
  background: #323232;
  border-color: #323232;
}
/*! End of "Button color overdrive */
/*! -------------------------------------------- */
/*! Start of "band-hero-alt mobile (500px) background position overdrive" ID: 33035 */
#main-content .et_pb_section.band-hero-alt {
  background-position: center right;
}
/*! End of "band-hero-alt mobile (500px) background position overdrive */
/*! -------------------------------------------- */
/*! Start of "Button Hidden &#8211; Services Pediatric" ID: 32936 */
@media only screen and (min-width: 1200px) {
  .button-hidden .btn-holder {
    z-index: 0;
    transform: translateY(-100%);
    transition: all 0.4s;
  }
  .button-hidden:hover .btn-holder {
    transform: translateY(0);
  }
}
/*! End of "Button Hidden &#8211; Services Pediatric */
/*! -------------------------------------------- */
/*! Start of "Col Fullwidth" ID: 32703 */
@media only screen and (max-width: 980px) {
  .fw-col .et_pb_column {
    width: 100% !important;
  }
}
/*! End of "Col Fullwidth */
/*! -------------------------------------------- */
/*! Start of "Main Area Max width" ID: 32084 */
@media only screen and (min-width: 1921px) {
  #page-container {
    background: #eee;
  }
  #et-main-area {
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
  }
  .entry-content {
    overflow: hidden;
  }
}
/*! End of "Main Area Max width */
/*! -------------------------------------------- */
/*! Start of "band hero alt overlay &#8211; btn ada" ID: 32044 */
.color-accenta-btn {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .band-hero-alt {
    position: relative;
  }
  .band-hero-alt .et_pb_mydivi_headings {
    z-index: 5;
  }
  .band-hero-alt:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #545e55;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .band-hero-alt .et_pb_mydivi_headings {
    position: relative;
  }
}
/*! End of "band hero alt overlay &#8211; btn ada */
/*! -------------------------------------------- */
/*! Start of "testimonial  and office tour Pseudo elements" ID: 32033 */
.office-tour-column {
  position: relative;
}
.office-tour-column:before {
  content: "Click & Drag Around";
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 3px black;
  font-size: 25px;
  font-weight: 600;
  top: 30px;
  left: 50%;
  z-index: 1000;
  transform: translatex(-50%);
}
@media only screen and (max-width: 500px) {
  .office-tour-column:before {
    content: "Click to check out or virtual tour";
    text-align: center;
    width: 100%;
    top: 15px;
    line-height: 0.9;
  }
}
.testimonial-column {
  position: relative;
}
.testimonial-column .testimonial-dash-nav {
  z-index: 4;
}
.testimonial-column:before {
  content: "";
  position: absolute;
  background-image: url("https://www.keystonedentistry.com/wp-content/uploads/2019/06/quote-marks.png");
  top: 25%;
  opacity: .1;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  width: 300px;
  height: 300px;
  background-size: cover;
}
.testimonial-column .et_pb_mydivi_headings {
  position: relative;
  z-index: 3;
}
.testimonial-column .slick-next:before,
.testimonial-column .slick-prev:before {
  color: #fff !important;
}
.testimonial-column .testimonial-dash-nav .slick-dots li button:before {
  color: #fff !important;
  background: #fff !important;
}
.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: var(--color-accenta);
}
/*! End of "testimonial  and office tour Pseudo elements */
/*! -------------------------------------------- */
/*! Start of "background sizing" ID: 32027 */
#main-content .et_pb_section.band-dark-alt {
  background-size: 400px !important;
}
/*! End of "background sizing */
/*! -------------------------------------------- */
/*! Start of "Fa List Mobile styles" ID: 31930 */
@media only screen and (min-width: 981px) {
  .two-col-list .falist ul li {
    width: 50%;
    display: inline-block;
  }
}
@media only screen and (max-width: 980px) {
  .fa-list-fullw .falist ul {
    max-width: 500px;
  }
}
/*! End of "Fa List Mobile styles */
/*! -------------------------------------------- */
/*! Start of "White Text overdrive" ID: 31900 */
.text-white-over .heading-tertiary,
.text-white-over .heading-secondary,
.text-white-over p {
  color: #fff !important;
}
/*! End of "White Text overdrive */
/*! -------------------------------------------- */
/*! Start of "Right border and horizontal align" ID: 31786 */
.r-border .et_pb_column:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #545E54;
  position: absolute;
  right: -15%;
}
@media only screen and (max-width: 980px) {
  .r-border .et_pb_column:before {
    right: -5%;
  }
}
.r-border .et_pb_column:nth-last-child(1):before {
  content: none;
}
/*! End of "Right border and horizontal align */
/*! -------------------------------------------- */
/*! Start of "Icon Boxes" ID: 31769 */
.icon-box {
  padding: 30px;
  background: #323232;
  box-shadow: 0px 19px 38px rgba(0,0,0,0.3), 0px 15px 12px rgba(0,0,0,0.22);
}
.icon-box .heading-secondary,
.icon-box p {
  color: #fff !important;
  font-weight: 600 !important;
}
.icon-box .falist ul li i {
  color: #fff;
}
.icon-box a {
  color: var(--color-accentb) !important;
}
.icon-box a:after {
  background: var(--color-accentb) !important;
}
.icon-box a:hover {
  color: #fff !important;
}
.icon-box a:hover:after {
  background: #fff !important;
}
@media only screen and (max-width: 980px) {
  .icon-box .falist ul {
    max-width: 500px;
  }
  .icon-box a {
    color: var(--color-accentb) !important;
  }
  .icon-box a:hover {
    color: #fff !important;
  }
}
.negative-margin {
  margin-top: -150px;
}
@media only screen and (max-width: 980px) {
  .negative-margin {
    margin-top: 30px;
  }
  .negative-margin:nth-child(1) {
    margin-top: 0;
  }
}
.negative-margin-x {
  margin-top: -350px;
}
@media only screen and (max-width: 980px) {
  .negative-margin-x {
    margin-top: 30px;
  }
  .negative-margin-x:nth-child(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 980px) {
  .mobile-ibox-margin {
    margin-top: 30px;
  }
  .mobile-ibox-margin:nth-child(1) {
    margin-top: 0;
  }
}
/*! End of "Icon Boxes */
/*! -------------------------------------------- */
/*! Start of "Ribbon Text" ID: 31764 */
.ribbon-text {
  position: absolute;
  bottom: 10%;
  padding: 10px;
  background: var(--color-primary);
  height: 40px;
  right: 0;
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
  .ribbon-text {
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .ribbon-text {
    position: relative;
    height: auto;
  }
}
.ribbon-text p {
  color: #fff !important;
}
.ribbon-text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent var(--color-primary) transparent transparent;
  position: absolute;
  left: -40px;
  top: 0;
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
  .ribbon-text:before {
    border-width: 60px 60px 0 0;
  }
}
.ribbon-text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  left: -40px;
  top: 0;
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
  .ribbon-text:after {
    border-width: 60px 0 0 60px;
  }
}
.ribbon-text-left {
  position: absolute;
  transition: all 0.2s;
  bottom: 10%;
  padding: 10px;
  background: var(--color-primary);
  height: 40px;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
  .ribbon-text-left {
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .ribbon-text-left {
    position: relative;
    height: auto;
  }
}
.ribbon-text-left p {
  color: #fff !important;
}
.ribbon-text-left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: var(--color-primary) transparent transparent transparent;
  position: absolute;
  right: -40px;
  top: 0;
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
  .ribbon-text-left:before {
    border-width: 60px 60px 0 0;
  }
}
.ribbon-text-left:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent var(--color-primary);
  position: absolute;
  right: -40px;
  top: 0;
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
  .ribbon-text-left:after {
    border-width: 60px 0 0 60px;
  }
}
.ribbon-col:hover .ribbon-text-left {
  left: -50% !important;
}
/*! End of "Ribbon Text */
/*! -------------------------------------------- */
/*! Start of "Heading primary transform uppercase overdrive" ID: 31750 */
.heading-primary {
  text-transform: uppercase !important;
}
/*! End of "Heading primary transform uppercase overdrive */
/*! -------------------------------------------- */
/*! Start of "Gform styles" ID: 31743 */
.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: #545e55 2px solid;
}
.gform-style-1 .inline-gform-w-title-text {
  padding: 20px;
  background: none;
  border-radius: 3px;
}
.gform-style-1 .inline-gform-w-title-text .heading-tertiary {
  color: var(--color-primary) !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
}
@media (max-width: 980px) {
  .gform-style-1 .inline-gform-w-title-text .heading-tertiary {
    color: #fff !important;
  }
}
.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 {
  background: #fff;
  border: #545e55 2px solid;
}
.gform-style-1 .drop-us-a-line .gform_wrapper ul.gform_fields li label.gfield_label,
.gform-style-1 .drop-us-a-line .gform_wrapper ul li label.gfield_label {
  color: var(--color-primary);
}
.gform-style-1 .drop-us-a-line .gform_wrapper .gform_footer .gform_button {
  color: #222;
  background: var(--color-accentb);
  width: 100% !important;
}
@media screen and (max-width: 980px) and (min-width: 501px) {
  .gform-style-1 .drop-us-a-line .gform_wrapper .gform_footer .gform_button {
    width: 70% !important;
    margin: 0 auto;
    display: block;
  }
}
.gform-style-1 .drop-us-a-line .gform_wrapper .gform_footer .gform_button:hover {
  background: var(--color-primary);
  color: #fff;
}
.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: var(--color-accenta);
  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;
}
/*! End of "Gform styles */
/*! -------------------------------------------- */
/*! Start of "White Wave Pseudo" ID: 31732 */
.white-wave .heading-hero {
  text-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.white-wave .heading-secondary {
  text-shadow: 0 0 10px black;
}
.white-wave:before {
  content: "";
  background: url(https://www.keystonedentistry.com/wp-content/uploads/2019/06/White-wave-overlay.svg);
  background-size: cover;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 45%;
  height: 100%;
  opacity: .8;
}
@media only screen and (max-width: 1200px) {
  .white-wave:before {
    right: -5%;
  }
}
@media only screen and (max-width: 980px) {
  .white-wave:before {
    background: #3a3a3a;
    width: 100%;
    right: 0;
  }
}
/*! End of "White Wave Pseudo */
/*! -------------------------------------------- */
/*! Start of "blog feed grid slider" ID: 31685 */
.band-dark .blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before,
.band-dark .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 .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before,
.band-light-alt .blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before,
.band-light-alt .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before,
.band-dark-alt .blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before,
.band-dark-alt .blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before {
  color: var(--color-primary) !important;
  font-size: 24px;
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .slick-next:before,
.et_pb_blog_feed_grid.blog_feed_slick_slider .slick-prev:before {
  color: var(--color-accenta) !important;
  font-family: 'Font Awesome 5 Pro';
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .slick-next:before {
  content: '\f054';
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .slick-prev:before {
  content: '\f053';
}
.et_pb_blog_feed_grid.blog_feed_slick_slider .et_pb_blog_feed_grid_posts_wrap img {
  display: block;
  width: 100%;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) {
  margin: auto;
  display: table;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts:nth-last-child(1) {
  border: 0px solid rgba(0,0,0,0) !important;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts:after {
  clear: both;
  content: "";
  display: block;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap {
  background: #fff;
  overflow: hidden;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta p {
  color: #222 !important;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta a {
  color: #222;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .et_pb_blog_feed_grid_posts .et_pb_blog_feed_grid_posts_wrap .post-meta a:hover {
  opacity: .7;
}
.et_pb_blog_feed_grid:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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:not(.blog_feed_slick_slider) .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 slider */
/*! -------------------------------------------- */
/*! 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: var(--color-accenta);
}
.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: var(--color-primary);
}
.contact-row-1 .et_pb_column:nth-child(2) p,
.contact-row-1 .et_pb_column:nth-child(2) a,
.contact-row-1 .et_pb_column:nth-child(2) span,
.contact-row-1 .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) p,
.contact-row-2 .et_pb_column:nth-child(2) a,
.contact-row-2 .et_pb_column:nth-child(2) span,
.contact-row-2 .et_pb_column:nth-child(2) div,
.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: var(--color-accenta);
}
/*! End of "Sidebar Styling */
/*! -------------------------------------------- */
/*! Start of "text center mobile" ID: 31656 */
@media (max-width: 980px) {
  .center-mobile p {
    text-align: center !important;
  }
  .left-mobile p,
  .left-mobile .heading-hero-alt,
  .left-mobile .heading-tertiary {
    text-align: left !important;
  }
}
/*! End of "text center mobile */
/*! -------------------------------------------- */
/*! Start of "Make links underline" ID: 31637 */
p > a,
a.tel,
a.email,
li > a,
li .list__wrap a {
  border-bottom: 2px solid var(--color-accenta);
}
p > a:hover,
a.tel:hover,
a.email:hover,
li > a:hover,
li .list__wrap a:hover {
  border-bottom: 2px solid var(--color-accentb);
}
/*! 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: var(--color-primary) !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: var(--color-primary) !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 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;
}
/*! End of "accordion font size fix (should be added into template) */
/*! -------------------------------------------- */
/*! Start of "thank you" ID: 31617 */
.thank-you {
  position: relative;
  width: 250px;
  height: 200px;
  background: var(--color-accenta);
  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 var(--color-accenta);
}
/*! End of "thank you */
/*! -------------------------------------------- */
/*! Start of "Default CTA left align &#8211; Icon color" ID: 31611 */
.left-mobile i {
  color: var(--color-accenta);
}
@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;
}
.footer-widgets .widget_fsocial_widget .rsmm-socialbar-wrap a {
  color: #fff;
}
.widget_fsocial_widget .rsmm-socialbar-wrap a {
  padding: 0 8px !important;
  color: #222;
}
.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;
  width: 100%;
}
.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 "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 */
.mfp-wrap .mfp-content .et_pb_section.text-box-popup,
.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;
}
.mfp-wrap .mfp-content .et_pb_section.text-box-popup a,
.text-box-popup a {
  color: var(--color-accenta);
}
.mfp-wrap .mfp-content .et_pb_section.text-box-popup a:hover,
.text-box-popup a:hover {
  color: var(--color-accentb);
}
.et_pb_text ul {
  list-style: disc;
  margin-left: 20px;
}
.team-card-popup a {
  color: var(--color-accenta);
}
.team-card-popup a:hover {
  color: var(--color-accentb);
}
.team-card-popup ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 20px !important;
}
.mfp-inline-holder .mfp-content {
  width: 90% !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 "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;
  }
}
/*! 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 var(--color-primary);
}
.color-primary-bottom-border {
  border-bottom: 10px solid var(--color-primary);
}
.color-primary-top-border-thin {
  border-top: 4px solid var(--color-primary);
}
.color-primary-bottom-border-thin {
  border-bottom: 4px solid var(--color-primary);
}
.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 var(--color-secondary);
}
.color-secondary-bottom-border {
  border-bottom: 10px solid var(--color-secondary);
}
.color-secondary-top-border-thin {
  border-top: 4px solid var(--color-secondary);
}
.color-secondary-bottom-border-thin {
  border-bottom: 4px solid var(--color-secondary);
}
.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 var(--color-tertiary);
}
.color-tertiary-bottom-border {
  border-bottom: 10px solid var(--color-tertiary);
}
.color-tertiary-top-border-thin {
  border-top: 4px solid var(--color-tertiary);
}
.color-tertiary-bottom-border-thin {
  border-bottom: 4px solid var(--color-tertiary);
}
.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 var(--color-accenta);
}
.color-accenta-bottom-border {
  border-bottom: 10px solid var(--color-accenta);
}
.color-accenta-top-border-thin {
  border-top: 4px solid var(--color-accenta);
}
.color-accenta-bottom-border-thin {
  border-bottom: 4px solid var(--color-accenta);
}
.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 var(--color-accentb);
}
.color-accentb-bottom-border {
  border-bottom: 10px solid var(--color-accentb);
}
.color-accentb-top-border-thin {
  border-top: 4px solid var(--color-accentb);
}
.color-accentb-bottom-border-thin {
  border-bottom: 4px solid var(--color-accentb);
}
.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 {
  background: #2980b9;
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  transform: translateY(-180px);
  color: #fff;
}
@media (max-width: 980px) {
  .overlap-form {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.overlap-form h1,
.overlap-form h2,
.overlap-form h3,
.overlap-form h4,
.overlap-form h5,
.overlap-form h6,
.overlap-form p {
  color: #fff !important;
}
.overlap-form .gform_wrapper input {
  color: #222;
  background: #fff;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label {
  color: #222;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label.focus {
  color: #fff;
  background: #2c3e50;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label.focus:after {
  border-top-color: #2c3e50;
}
.overlap-form .gform_wrapper .gform_footer .gform_button {
  background: #2c3e50 !important;
  color: #fff !important;
}
.overlap-form .gform_wrapper .gform_footer .gform_button:hover {
  background: #f1c40f !important;
  color: #fff !important;
}
.overlap-form .gform_confirmation_wrapper {
  padding: 20px 0 0;
  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,
.site-footer .widget_fsocial_widget .widgettitle {
  width: 100%;
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap,
.site-footer .widget_fsocial_widget .rsmm-socialbar-wrap {
  text-align: left;
  border: 0px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
#main-content .widget_fsocial_widget .rsmm-socialbar-wrap a,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .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,
.site-footer .widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-spotify:after {
  content: "Spotify";
}
#main-content .widget_fsocial_widget.fwidget .rsmm-socialbar-wrap,
.site-footer .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,
.site-footer .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 */
.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: var(--color-primary);
}
.custom-blog-feed.et_pb_posts .et_pb_post .post-meta {
  padding-left: 0px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  color: var(--color-primary) !important;
}
.custom-blog-feed.et_pb_posts .et_pb_post .post-meta a {
  color: var(--color-primary) !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;
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
  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 */
.wpseo-location h3 {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
}
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;
  }
}
.disable-br-tags br {
  display: none;
}
/*! End of "Yoast SEO location and hour styles */
/*! -------------------------------------------- */
/*! Start of "In View Animations" ID: 1166 */
/*! 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%;
}
p.logged-in-as a {
  font-size: 14px;
}
a.cat-link {
  padding-right: 5px;
  margin-right: 5px;
  line-height: 1;
  display: inline-block;
}
a.cat-link:nth-last-of-type(1) {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid #222;
}
.et_pb_widget_area .widget_search {
  position: relative;
  margin-bottom: 20px;
}
.et_pb_widget_area .widget_search .search-submit {
  width: 120px;
  background: var(--color-accenta);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  font-family: arial;
  height: 40px;
  border: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
}
.et_pb_widget_area .widget_search .search-submit:hover {
  background: var(--color-accentb);
  color: #fff;
}
.et_pb_widget_area .widget_search input[type='search'] {
  width: 100%;
  padding: 0 120px 0 10px;
  line-height: 38px;
  border: 1px solid #ddd;
}
.entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 30px;
}
#main-content .et_pb_widget,
.site-content .et_pb_widget {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 40px !important;
}
#main-content .et_pb_widget .et_pb_widget .entry-title a,
.site-content .et_pb_widget .et_pb_widget .entry-title a {
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 400;
}
#main-content .et_pb_widget .widgettitle,
.site-content .et_pb_widget .widgettitle {
  display: inline-block;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-bottom: 1px solid #fff;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
  margin-bottom: -1px;
}
#main-content .et_pb_widget .expanding-archives-title,
.site-content .et_pb_widget .expanding-archives-title {
  background: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  padding: 0;
  line-height: 30px;
  font-size: 15px;
}
#main-content .et_pb_widget .expanding-archive-month,
.site-content .et_pb_widget .expanding-archive-month {
  font-size: 16px;
}
#main-content .et_pb_posts .et_pb_post,
#main-content .archive .et_pb_post,
.site-content .et_pb_posts .et_pb_post,
.site-content .archive .et_pb_post {
  display: block;
  margin-bottom: 40px;
  padding: 0px 20px 40px;
  border-bottom: 1px solid rgba(34,34,34,0.3);
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post,
  #main-content .archive .et_pb_post,
  .site-content .et_pb_posts .et_pb_post,
  .site-content .archive .et_pb_post {
    max-width: 410px;
    margin: 0 auto 40px;
    padding: 0px 0px 40px;
  }
}
#main-content .et_pb_posts .et_pb_post:after,
#main-content .archive .et_pb_post:after,
.site-content .et_pb_posts .et_pb_post:after,
.site-content .archive .et_pb_post:after {
  content: "";
  display: block;
  clear: both;
}
#main-content .et_pb_posts .et_pb_post .post-content,
#main-content .archive .et_pb_post .post-content,
.site-content .et_pb_posts .et_pb_post .post-content,
.site-content .archive .et_pb_post .post-content {
  width: 100%;
  padding: 0;
}
#main-content .et_pb_posts .et_pb_post .entry-featured-image-url,
#main-content .archive .et_pb_post .entry-featured-image-url,
.site-content .et_pb_posts .et_pb_post .entry-featured-image-url,
.site-content .archive .et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
#main-content .et_pb_posts .et_pb_post .entry-featured-image-url img,
#main-content .archive .et_pb_post .entry-featured-image-url img,
.site-content .et_pb_posts .et_pb_post .entry-featured-image-url img,
.site-content .archive .et_pb_post .entry-featured-image-url img {
  max-width: initial;
  vertical-align: bottom;
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post .entry-featured-image-url,
  #main-content .archive .et_pb_post .entry-featured-image-url,
  .site-content .et_pb_posts .et_pb_post .entry-featured-image-url,
  .site-content .archive .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
#main-content .et_pb_posts .et_pb_post .entry-featured-image-url:hover img,
#main-content .archive .et_pb_post .entry-featured-image-url:hover img,
.site-content .et_pb_posts .et_pb_post .entry-featured-image-url:hover img,
.site-content .archive .et_pb_post .entry-featured-image-url:hover img {
  opacity: .7;
}
#main-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
#main-content .archive .et_pb_post.has-post-thumbnail .desc-wrap,
.site-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
.site-content .archive .et_pb_post.has-post-thumbnail .desc-wrap {
  float: left;
  width: 50%;
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
  #main-content .archive .et_pb_post.has-post-thumbnail .desc-wrap,
  .site-content .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
  .site-content .archive .et_pb_post.has-post-thumbnail .desc-wrap {
    padding: 15px;
    width: 100%;
    float: none;
  }
}
#main-content .et_pb_posts .et_pb_post .desc-wrap,
#main-content .archive .et_pb_post .desc-wrap,
.site-content .et_pb_posts .et_pb_post .desc-wrap,
.site-content .archive .et_pb_post .desc-wrap {
  float: none;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #main-content .et_pb_posts .et_pb_post .desc-wrap,
  #main-content .archive .et_pb_post .desc-wrap,
  .site-content .et_pb_posts .et_pb_post .desc-wrap,
  .site-content .archive .et_pb_post .desc-wrap {
    width: 100%;
  }
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .entry-title,
#main-content .archive .et_pb_post .desc-wrap .entry-title,
.site-content .et_pb_posts .et_pb_post .desc-wrap .entry-title,
.site-content .archive .et_pb_post .desc-wrap .entry-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a,
#main-content .archive .et_pb_post .desc-wrap .entry-title a,
.site-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a,
.site-content .archive .et_pb_post .desc-wrap .entry-title a {
  color: var(--color-primary);
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a:hover,
#main-content .archive .et_pb_post .desc-wrap .entry-title a:hover,
.site-content .et_pb_posts .et_pb_post .desc-wrap .entry-title a:hover,
.site-content .archive .et_pb_post .desc-wrap .entry-title a:hover {
  color: var(--color-tertiary);
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .post-meta,
#main-content .archive .et_pb_post .desc-wrap .post-meta,
.site-content .et_pb_posts .et_pb_post .desc-wrap .post-meta,
.site-content .archive .et_pb_post .desc-wrap .post-meta {
  margin-bottom: 15px;
  font-size: 14px;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a,
#main-content .archive .et_pb_post .desc-wrap .post-meta .author a,
.site-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a,
.site-content .archive .et_pb_post .desc-wrap .post-meta .author a {
  font-size: 14px;
  font-weight: 400;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a:hover,
#main-content .archive .et_pb_post .desc-wrap .post-meta .author a:hover,
.site-content .et_pb_posts .et_pb_post .desc-wrap .post-meta .author a:hover,
.site-content .archive .et_pb_post .desc-wrap .post-meta .author a:hover {
  opacity: .6;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap a.more-link,
#main-content .archive .et_pb_post .desc-wrap a.more-link,
.site-content .et_pb_posts .et_pb_post .desc-wrap a.more-link,
.site-content .archive .et_pb_post .desc-wrap a.more-link {
  display: block;
  clear: both;
  padding: 1px 0 0px;
  font-size: 12px;
  width: 100px;
  text-align: center;
  margin: 30px auto 0 0;
  background: var(--color-accenta);
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 0;
}
#main-content .et_pb_posts .et_pb_post .desc-wrap a.more-link:hover,
#main-content .archive .et_pb_post .desc-wrap a.more-link:hover,
.site-content .et_pb_posts .et_pb_post .desc-wrap a.more-link:hover,
.site-content .archive .et_pb_post .desc-wrap a.more-link:hover {
  background: var(--color-accentb);
  color: #fff;
}
.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
  width: 80% !important;
  max-width: 1555px !important;
  margin: auto;
}
.single-post .post-content {
  padding: 80px 20px;
  max-width: 800px;
  margin: auto;
  border-radius: 4px 4px;
}
@media (max-width: 767px) {
  .single-post .post-content {
    padding: 60px 0;
  }
}
.single-post .post-content .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 60px;
}
.single-post .post-content .heateor_sss_sharing_title {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin: 10px 0 10px;
  font-weight: 400 !important;
  color: #222;
}
.single-post .post-content p.post-meta {
  font-size: 14px;
  margin-bottom: 30px;
}
.single-post .post-content ul {
  list-style: disc;
}
.single-post .post-content ol {
  list-style: auto;
}
.single-post .post-content ul,
.single-post .post-content ol {
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
.single-post .post-content ul li,
.single-post .post-content ol li {
  line-height: 1.6;
  padding: 0 0 0px 5px;
  list-style-position: outside;
}
.single-post .post-content ul li::marker,
.single-post .post-content ol li::marker {
  font-weight: 600;
}
.single-post .post-content .entry-content img {
  margin: 20px auto;
}
.single-post .post-content blockquote {
  margin: 20px 0 30px 30px;
  padding: 20px;
  border-left: 3px solid var(--color-tertiary);
}
.single-post .post-content h1 {
  font-size: var(--heading-primary) !important;
  line-height: 1.2;
}
.single-post .post-content h2 {
  font-size: var(--heading-secondary);
  margin: 40px 0 10px;
  padding: 0;
  line-height: 1.2;
}
.single-post .post-content h3 {
  font-size: var(--heading-tertiary);
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 10px;
}
.single-post .post-content h4 {
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 10px;
}
.single-post .post-content .wp-caption {
  max-width: 96%;
  margin-bottom: 10px;
  padding: 8px;
  padding-top: 4px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  text-align: center;
  margin: 10px auto 30px;
}
.single-post .post-content .related-posts {
  margin: 70px 0 0;
  padding-top: 70px;
  border-top: 1px solid #c9c9c9;
}
.single-post .post-content .comments-area {
  margin: 70px 0 0;
  padding-top: 70px;
  border-top: 1px solid #c9c9c9;
}
.single-post .post-content .comment-author {
  font-size: 20px;
}
.single-post .post-content .comments-title span {
  font-weight: 600;
}
.single-post .post-content p.comment-time {
  padding: 0 0 5px;
}
.single-post .post-content #reply-title {
  font-size: 22px;
  font-weight: 600;
}
.single-post .post-content #commentform input[type=email],
.single-post .post-content #commentform input[type=text],
.single-post .post-content #commentform input[type=url],
.single-post .post-content #commentform textarea {
  padding: 12px;
  border: 1px solid #ddd;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  line-height: 1em;
  display: block;
  width: 100%;
}
.single-post .post-content #commentform input[type="checkbox"] + label::before {
  border-color: var(--color-primary);
}
.single-post .post-content #commentform input[type="checkbox"] + label:hover::before {
  border-color: var(--color-accenta);
}
.single-post .post-content #commentform input[type="checkbox"]:checked + label::before {
  background-color: var(--color-primary);
  box-shadow: none;
  border-color: var(--color-primary);
  transition: transform .2s;
}
.single-post .post-content #commentform input[type="submit"] {
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  padding: 8px 15px;
  background: var(--color-accenta);
  color: #fff;
  cursor: pointer;
}
.single-post .post-content #commentform input[type="submit"]:hover {
  background: var(--color-accentb);
  color: #fff;
}
.et_pb_widget_area_left {
  padding-right: 0px !important;
  border-right: 0px solid rgba(0,0,0,0.1) !important;
}
.pagination a {
  line-height: 34px;
  color: #fff;
  font-size: 12px !important;
  text-transform: uppercase;
  background: var(--color-accenta);
  padding: 1px 20px 0;
  display: inline-block;
  border-radius: 40px;
  letter-spacing: 1px;
}
.pagination a:hover {
  background: var(--color-accentb);
  color: #fff;
}
#comment-wrap #commentform .form-submit {
  float: none;
  text-align: left;
}
#comment-wrap #commentform .form-submit .submit.et_pb_button {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1 !important;
  padding: 10px 20px 10px;
  margin: 0px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  letter-spacing: .5px;
  border-color: var(--color-accenta);
  color: #fff;
  background: var(--color-accenta);
}
#comment-wrap #commentform .form-submit .submit.et_pb_button:hover {
  color: #fff;
  background: var(--color-accentb);
  border-color: var(--color-accentb);
}
/*! End of "Branded Blog */
/*! -------------------------------------------- */
/*! Start of "Custom Form Popup &#8211;  Drop Us a Line" ID: 921 */
.sgform-clear {
  clear: both;
}
.sgform {
  position: relative;
}
.sgform label {
  z-index: 100;
}
.custom-form-popup-2-0 {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}
.custom-form-popup-2-0 .mfp-close {
  color: #fff !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: #fff;
  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: var(--color-accenta);
}
.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: var(--color-accenta);
}
.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: var(--color-primary);
  text-align: center;
  color: #fff !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: var(--color-primary);
  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;
  width: auto !important;
  text-transform: uppercase;
  background: var(--color-accenta);
  border: 0;
  color: #fff;
  line-height: 40px;
  height: 40px;
  margin: 0 !important;
}
.custom-form-popup-2-0 .gform_wrapper .gform_button:hover {
  background: var(--color-accentb) !important;
  cursor: pointer;
  color: #fff;
}
.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% !important;
}
.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: var(--color-accenta);
  color: #fff;
  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: var(--color-accentb);
  color: #fff;
  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: var(--color-primary);
  color: #fff;
  position: relative;
  text-align: center;
  width: 100% !important;
}
.custom-form-popup-2-0 .gform_heading:before {
  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_heading .gform_title {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  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: #fff;
  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: var(--color-accenta);
}
.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: var(--color-accenta);
}
.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.gform_fields li.gfield.gform_right,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left,
.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.gform_fields li.gfield.gform_right input,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left 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: var(--color-accenta);
  color: #fff;
  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: var(--color-accentb);
  color: #fff;
  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: var(--color-tertiary);
  color: #fff;
  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: #fff;
  background: var(--color-accenta);
}
.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 
 * ================================================ */
 .upper {
  display: none;
}
@media screen and (min-width: 1246px) {
  .upper {
    display: block;
    height: 40px;
    background: #fff;
  }
  .upper .btn-container {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    height: 40px;
    align-items: center;
  }
  .upper .btn-container a {
    font-weight: 600;
    color: var(--color-primary);
    margin-right: 20px;
  }
  .upper .btn-container a i {
    margin-right: 10px;
  }
  .upper .btn-container a:hover {
    color: var(--color-accenta) !important;
  }
}
#mobile-header {
  display: none;
}
@media only screen and (min-width: 1246px) {
  .home .fullheader {
    position: absolute;
    background: var(--color-primary);
    height: 140px;
  }
  .home .fullheader.fixedhidden {
    background: var(--color-primary);
  }
  .home .fullheader.fixedvisible #navigation .nav .gasoline-alley li >a {
    color: #fff;
  }
  .home .fullheader #navigation {
    height: 100px;
  }
  .home .fullheader #navigation .nav .raa-icon,
  .home .fullheader #navigation .nav .ph-icon {
    margin: 28px 10px;
  }
  .home .fullheader #navigation .ga-logo {
    height: 100px;
  }
  .home .fullheader #navigation .ga-logo img {
    top: 50%;
    left: 0;
    height: 90px;
    max-width: 350px;
  }
  .home .fullheader #navigation .nav .gasoline-alley li a {
    color: #fff;
    line-height: 80px;
  }
  .home .fullheader #navigation .nav .gasoline-alley li a:hover {
    color: var(--color-accentb);
    opacity: 1;
  }
  .home .fullheader #navigation .nav .gasoline-alley li .sub-menu {
    top: 100px;
  }
}
@media only screen and (min-width: 1246px) {
  .home .gasoline_hdr_spacer {
    position: relative;
    height: 60px;
    display: block;
    width: 100%;
  }
}
.fullheader {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
@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: var(--color-primary);
  }
  .fullheader.fixedhidden {
    top: -90px;
    opacity: 0;
    position: fixed;
    background: var(--color-primary);
  }
  .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: #fff;
  }
  .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: 90px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 1;
  }
  .fullheader #navigation .ga-logo img {
    top: 50%;
    left: 0;
    height: 70px;
    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: .7;
  }
  .fullheader #navigation .nav {
    text-align: right;
    margin: 0 10px;
    height: 90px;
  }
  .fullheader #navigation .nav .raa-icon {
    background: transparent;
    width: 44px;
    height: 44px;
    line-height: 60px;
    display: inline-block;
    margin: 18px 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: 25px;
    line-height: 44px;
    top: 0;
    position: absolute;
    width: 44px;
    left: 0;
    color: #fff;
  }
  .fullheader #navigation .nav .raa-icon:hover {
    background: transparent;
    z-index: 11;
  }
  .fullheader #navigation .nav .raa-icon:hover i {
    color: #222;
  }
  .fullheader #navigation .nav .raa-icon:hover:before {
    content: attr(data-title);
    display: block;
    width: 185px;
    height: 35px;
    line-height: 35px;
    left: 45px;
    font-size: 14px;
    top: 60px;
    color: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    background: transparent;
    position: absolute;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .fullheader #navigation .nav .raa-icon:hover:after {
    left: 12px;
    top: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: transparent;
    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 .ph-icon {
    width: auto;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    margin: 18px 10px;
    font-weight: 600;
    float: none;
    text-align: center;
    position: relative;
    z-index: 9;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background: transparent;
    padding: 0px 10px;
    border: 0px solid #fff;
    border-radius: 4px;
  }
  .fullheader #navigation .nav .ph-icon i {
    font-size: 30px;
    background: transparent;
    line-height: 44px;
    top: 0;
    width: 44px;
    left: 0;
    color: #fff;
    vertical-align: middle;
    margin-right: 0px;
    border-radius: 50%;
  }
  .fullheader #navigation .nav .ph-icon:hover {
    z-index: 11;
    background: transparent;
    color: var(--color-accentb);
  }
  .fullheader #navigation .nav .ph-icon:hover i {
    color: var(--color-accentb);
  }
  .fullheader #navigation .nav .ph-icon img {
    margin-top: 0px;
    display: block;
  }
  .fullheader #navigation .nav .gasoline-alley {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
  }
  .fullheader #navigation .nav .gasoline-alley li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .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: 70px;
    padding: 0 8px;
    margin: 10px 0px;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 1px;
    z-index: 10;
  }
  .fullheader #navigation .nav .gasoline-alley li a:hover {
    color: var(--color-accentb);
    background: rgba(0,0,0,0);
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu {
    position: absolute;
    text-align: left;
    left: 0;
    top: 90px;
    padding: 0;
    margin: 0;
    display: block;
    background: #fff;
    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: #fff;
    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;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu li a {
    text-decoration: none;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    color: var(--color-primary) !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: var(--color-primary);
    color: #fff !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;
  }
}
@media only screen and (min-width: 1246px) {
  .sidr {
    display: none;
  }
  .gasoline_hdr_spacer {
    position: relative;
    height: 90px;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1245px) {
  .gasoline_hdr_spacer {
    position: relative;
    height: 65px;
    display: block;
    width: 100%;
  }
  .fullheader {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: var(--color-primary);
    height: 65px;
    left: 0;
  }
  .fullheader #mobile-footer {
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background: #222;
    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: #fff;
  }
  .fullheader #mobile-footer a i {
    line-height: 50px;
    font-size: 24px;
  }
  .sidr .sidr-class-ga-logo {
    display: block;
    padding: 15px;
  }
  .sidr .sidr-class-ga-logo img {
    max-width: 180px;
    display: none;
    max-height: 80px;
  }
  .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;
    height: 70px;
    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: #fff;
  }
  #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: #fff;
  }
  #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: #f4cf00;
    color: #222;
  }
  .sidr {
    background: var(--color-primary) !important;
    box-shadow: inset 0 0 5px #5f6972 !important;
    color: #fff !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: 25px;
    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: #fff !important;
    display: block;
    padding: 0 15px;
    text-decoration: none;
  }
  .sidr ul li span {
    color: #fff !important;
    display: block;
    padding: 0 15px;
    text-decoration: 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: #fff !important;
    padding-left: 15px;
  }
  .sidr ul li ul li span {
    color: #fff !important;
    padding-left: 30px;
  }
  .sidr ul li ul li ul li a {
    padding-left: 45px;
  }
  .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: #fff;
    color: var(--color-primary);
  }
  .sidr input[type=button]:hover {
    background: rgba(51,51,51,0.9);
  }
  .sidr input[type=submit] {
    background: #fff;
    color: var(--color-primary);
  }
  .sidr input[type=submit]:hover {
    background: rgba(51,51,51,0.9);
  }
  .sidr.right {
    left: auto;
    right: -260px;
  }
  .sidr.left {
    left: -260px;
    right: auto;
  }
}
@media (max-width: 1245px) {
  .block-footer {
    margin-bottom: 50px;
  }
}
