/* -------------------------------------------- */
/* Start of "Custom Dropdown" ID: 35907 */
.custom-select {
  z-index: 3;
  position: relative;
  width: 460px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.resource-button {
  z-index: 2;
  max-width: 460px;
  width: 100%;
  margin: 0 !important;
  margin-top: 10px !important;
}
.select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #f0f0f0;
}
.selected-option {
  margin-right: 10px;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
.option {
  padding: 8px 12px;
  cursor: pointer;
}
.option:hover {
  background-color: #f0f0f0;
}
/* End of "Custom Dropdown" */
/* -------------------------------------------- */
/* Start of "LeafletJS Map" ID: 33900 */
.leafletjs-map {
  height: 350px;
}
.leafletjs-map .leaflet-popup-content {
  text-align: center;
}
/* End of "LeafletJS Map" */
/* -------------------------------------------- */
/* Start of "Hero Day and Night Animation" ID: 18029 */
.top-heading {
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1;
}
.inner-wrap {
  width: 100%;
}
.inner-wrap .heading-left,
.inner-wrap .heading-right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  padding: 0 10px;
}
.inner-wrap .heading-left {
  border-right: 3px solid rgba(255, 255, 255, 0.4);
}
.hero_night_day {
  position: relative;
  z-index: 1;
  background: #222;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 80vh !important;
  max-height: 900px !important;
}
@media (max-width: 1024px) {
  .hero_night_day {
    height: auto !important;
    max-height: 1200px !important;
  }
}
.hero_night_day:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.hero_night_day .night-day-scape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.hero_night_day .night-day-scape .nd-back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero_night_day .night-day-scape .nd-back .night {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0e2228;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0e2228 0%, #1d464f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0e2228 0%, #1d464f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0e2228 0%, #1d464f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e2228', endColorstr='#1d464f', GradientType=0);
  /* IE6-9 */
}
.hero_night_day .night-day-scape .nd-back .night svg#stars {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero_night_day .night-day-scape .nd-back .day {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background: #418bae;
  /* Old browsers */
  background: -moz-linear-gradient(top, #418bae 0%, #6fc8ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #418bae 0%, #6fc8ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #418bae 0%, #6fc8ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#418bae', endColorstr='#6fc8ef', GradientType=0);
  /* IE6-9 */
}
.hero_night_day .night-day-scape .nd-back .day svg#clouds {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero_night_day .night-day-scape .nd-mid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.hero_night_day .night-day-scape .nd-mid .night {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero_night_day .night-day-scape .nd-mid .night svg#moon {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
}
.hero_night_day .night-day-scape .nd-mid .day {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.hero_night_day .night-day-scape .nd-mid .day svg#sun {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
}
.hero_night_day .night-day-scape .nd-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.hero_night_day .night-day-scape .nd-front .night {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_night_day .night-day-scape .nd-front .night svg#night-mountains {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
}
.hero_night_day.start-day-night-animation .night-day-scape .nd-back .day {
  -webkit-animation: night-day-bg 10s infinite;
  -moz-animation: night-day-bg 10s infinite;
  animation: night-day-bg 10s infinite;
}
.hero_night_day.start-day-night-animation .night-day-scape .nd-mid .night {
  -webkit-animation: night-moon 10s infinite, moon 10s infinite;
  -moz-animation: night-moon 10s infinite, moon 10s infinite;
  animation: night-moon 10s infinite, moon 10s infinite;
}
.hero_night_day.start-day-night-animation .night-day-scape .nd-mid .day {
  -webkit-animation: night-day-bg 10s infinite, sun 10s infinite;
  -moz-animation: night-day-bg 10s infinite, sun 10s infinite;
  animation: night-day-bg 10s infinite, sun 10s infinite;
}
.hero_night_day.start-day-night-animation .night-day-scape .nd-front .night #night-mountains #fire {
  -webkit-animation: night-moon 10s infinite;
  -moz-animation: night-moon 10s infinite;
  animation: night-moon 10s infinite;
}
@media (max-width: 1024px) {
  .hero_night_day {
    background-size: cover;
    background-position: 50% 50%;
  }
  .hero_night_day:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
  }
}
.hero_night_day .overlay {
  display: block;
  position: absolute;
  top: 50%;
  text-shadow: -2px 2px 0px #000000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 76%;
  margin-left: 12%;
  z-index: 200;
}
@media (max-width: 1024px) {
  .hero_night_day .overlay {
    display: block;
    position: relative;
    top: initial;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
    width: 100%;
    margin-left: 0;
    z-index: 200;
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .hero_night_day .overlay {
    display: block;
    position: relative;
    top: initial;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
    width: 100%;
    margin-left: 0;
    z-index: 200;
    padding: 60px 10px;
  }
}
.hero_night_day .overlay .playbtn {
  font-size: 40px;
  margin-right: 1rem;
  color: #ffffff;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .hero_night_day .overlay .playbtn {
    margin-right: 5px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
  }
}
.hero_night_day .overlay .text--topline,
.hero_night_day .overlay .text--videoline {
  text-align: center;
  padding: 0px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1024px) {
  .hero_night_day .overlay .text--topline,
  .hero_night_day .overlay .text--videoline {
    font-size: 2rem;
  }
}
.hero_night_day .overlay .heading-wrap {
  padding-bottom: 20px;
  display: block;
}
.hero_night_day .overlay .heading-wrap h4 {
  color: #fff !important;
}
.hero_night_day .overlay .text--topline {
  bottom: 50px;
}
@media (max-width: 1024px) {
  .hero_night_day .overlay .text--topline {
    bottom: 0rem;
    display: block;
  }
}
.hero_night_day .overlay .text--videoline {
  line-height: 40px;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero_night_day .overlay .text--videoline {
    font-size: 15px;
  }
}
.hero_night_day .overlay a.popup-video:hover,
.hero_night_day .overlay .popup-video:hover span,
.hero_night_day .overlay .popup-video:hover .playbtn {
  color: #fc8500 !important;
}
.hero_night_day .overlay .text--cta {
  font-size: 20rem;
  margin-top: 1rem;
}
.pl-res-phone .hero_night_day .overlay .text--cta {
  font-size: 5rem;
}
.pl-res-tablet .hero_night_day .overlay .text--cta {
  font-size: 10rem;
}
.hero_night_day .overlay p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-family: inherit;
  margin-bottom: 20px;
}
.hero_night_day .overlay a {
  color: #fff;
}
@keyframes night-day-bg {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes night-moon {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moon {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  40% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  90% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes moon {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  40% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  90% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sun {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  40% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  90% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* End of "Hero Day and Night Animation" */
/* -------------------------------------------- */
/* Start of "dual cta" ID: 17304 */
.dual-cta-wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: grid;
  max-width: 1150px;
  margin: auto;
  grid-template-columns: 50% 50%;
}
.dual-cta-wrap.one-link {
  width: 50%;
  display: block;
}
@media (max-width: 1200px) {
  .dual-cta-wrap {
    max-width: 980px;
    grid-template-columns: 100%;
  }
  .dual-cta-wrap.one-link {
    width: 100%;
    display: block;
  }
}
.dual-cta-wrap:after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.dual-cta-wrap a {
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px 0 0 10px;
  border-right: 5px solid #d8d8d8;
  display: block;
}
.dual-cta-wrap a:nth-child(2) {
  border-radius: 0 10px 10px 0;
  border-right: 0px solid #d8d8d8;
}
@media (max-width: 1200px) {
  .dual-cta-wrap a {
    border-radius: 10px 10px 0 0;
    border-right: 0px solid #d8d8d8;
    border-bottom: 5px solid #d8d8d8;
  }
  .dual-cta-wrap a:nth-child(2) {
    border-radius: 0 0 10px 10px;
    border-right: 0px solid #d8d8d8;
    border-bottom: 5px solid #d8d8d8;
  }
}
.dual-cta-wrap a .dc-block {
  padding: 60px 60px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.dual-cta-wrap a .dc-block .dual-cta-title {
  color: #418bae !important;
  font-size: 22px;
  text-transform: uppercase;
}
.dual-cta-wrap a .dc-block i {
  font-size: 20px;
  margin-left: 15px;
  color: #418bae !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.dual-cta-wrap a .dc-block p {
  color: #212121 !important;
  line-height: 1.4;
}
.dual-cta-wrap a:hover {
  background: #d5d5d5 !important;
}
.dual-cta-wrap a:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}
/* End of "dual cta" */
/* -------------------------------------------- */
/* Start of "Icon Accordion" ID: 28250 */
.icon-accordion-2-0 {
  border-top: 1px solid #bdc3c7;
  margin: 0 auto !important;
  list-style-type: none !important;
  padding: 0 !important;
}
.icon-accordion-2-0 > li {
  border-bottom: 1px solid #bdc3c7;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  position: relative;
}
.icon-accordion-2-0 > li .icon-acc-content {
  display: none;
  padding: 10px 50px 30px;
  color: #222;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
.icon-accordion-2-0 > li .icon-acc-content p {
  color: #222 !important;
  position: relative;
  z-index: 10;
}
.icon-accordion-2-0 > li .icon-acc-content .bg-icon {
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 150px;
  height: 140px;
  font-size: 140px;
  z-index: 1;
  opacity: .1;
  color: #fc8500;
}
.icon-accordion-2-0 > li .icon-accordion-title {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  font-size: 1.25rem;
  padding-top: 2px;
  text-indent: 0;
  user-select: none;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  padding: 20px 50px;
  color: #222222;
  background: #ffffff;
}
.icon-accordion-2-0 > li .icon-accordion-title i {
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  top: 10px;
  left: 10px;
  color: inherit;
}
.icon-accordion-2-0 > li .icon-accordion-title:hover {
  color: #e7e7e7;
  background: #fc8500;
}
.icon-accordion-2-0 > li .icon-accordion-title:after {
  display: none;
}
.icon-accordion-2-0 > li .icon-accordion-title.active {
  color: #e7e7e7;
  background: #fc8500;
}
.icon-accordion-2-0 > li .icon-accordion-title.active:after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-accordion-2-0 > li .icon-accordion-title.active:hover {
  color: #e7e7e7;
  background: #fc8500;
}
/* End of "Icon Accordion" */
/* -------------------------------------------- */
/* Start of "YouTube Video Slider" ID: 15895 */
.gallery-band-with-frame {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px solid #eeeeee;
}
.gallery-band-with-frame img {
  margin: auto;
  width: 100% !important;
  max-width: 480px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.gallery-band-with-frame .slick-slide .hldr {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.gallery-band-with-frame .slick-slide .hldr .gb-video {
  margin: 20px 10px;
}
.gallery-band-with-frame .slick-slide .hldr .gb-video:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  /* height: auto; */
  background: url('https://www.artisticsmiles.org/wp-content/uploads/2016/10/flat-frame-no-shadow-top.png');
  background-size: 100% auto;
  z-index: 10;
  top: 0;
  left: 0;
}
.gallery-band-with-frame .slick-slide .hldr .gb-video:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  /* height: auto; */
  background-position: bottom bottom;
  top: 0;
  left: 0;
  background: url('https://www.artisticsmiles.org/wp-content/uploads/2016/10/flat-frame-no-shadow-bottom-bar.png');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 12;
}
.gallery-band-with-frame .slick-slide .hldr .button {
  padding: 0px;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.gallery-band-with-frame .slick-slide .hldr .button.play-button {
  opacity: .6;
  border: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background: rgba(65, 150, 240, 0.5);
  color: rgba(255, 255, 255, 0.6);
}
.gallery-band-with-frame .slick-slide .hldr .button .fa-play {
  margin-left: 8px;
}
.gallery-band-with-frame .slick-slide .hldr .button:hover {
  cursor: pointer;
}
.gallery-band-with-frame .slick-slide .hldr .button.hide {
  display: none;
}
.gallery-band-with-frame .slick-slide .hldr .button.pause-button {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.gallery-band-with-frame .slick-slide .hldr a {
  position: relative;
  display: inline-block;
}
.gallery-band-with-frame .slick-slide .hldr a:hover .button.play-button {
  opacity: 1;
  background: rgba(65, 150, 240, 0.8);
  color: #ffffff;
}
.gallery-band-with-frame .slick-next {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(65, 150, 240, 0.5);
  border-radius: 3px;
  padding: 4px;
  width: 70px;
  height: 100%;
  top: 10px;
  right: 0%;
  margin-right: 0px;
  z-index: 20;
}
.gallery-band-with-frame .slick-next:hover {
  background: rgba(255, 255, 255, 0.7);
}
.gallery-band-with-frame .slick-next:hover:after {
  height: 0;
}
.gallery-band-with-frame .slick-next:hover:before {
  color: rgba(65, 150, 240, 0.8);
}
.gallery-band-with-frame .slick-next:before {
  content: "\f054" !important;
  font-family: 'FontAwesome' !important;
  opacity: 1;
  color: rgba(65, 150, 240, 0.5);
  font-size: 40px;
}
.gallery-band-with-frame .slick-next:after {
  content: "";
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.gallery-band-with-frame .slick-prev {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 4px;
  width: 70px;
  height: 100%;
  top: 10px;
  left: 0%;
  margin-left: 0px;
  z-index: 20;
}
.gallery-band-with-frame .slick-prev:hover {
  background: rgba(255, 255, 255, 0.7);
}
.gallery-band-with-frame .slick-prev:hover:after {
  height: 0;
}
.gallery-band-with-frame .slick-prev:hover:before {
  color: rgba(65, 150, 240, 0.8);
}
.gallery-band-with-frame .slick-prev:before {
  content: "\f053" !important;
  font-family: 'FontAwesome' !important;
  opacity: 1;
  color: rgba(65, 150, 240, 0.5);
  font-size: 40px;
}
.gallery-band-with-frame .slick-prev:after {
  content: "";
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
/*====== Zoom effect ======*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.play-overlay-indicator {
  display: block;
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  border-radius: 10px;
  width: 6rem;
  height: 4rem;
  margin-top: 8px;
}
.play-overlay-indicator .fa-stack {
  position: absolute;
  font-size: 24px;
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  height: 100%;
  line-height: 4rem;
  margin-left: 0;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.play-overlay-indicator .fa-stack:hover {
  background-color: #ffffff;
}
.play-overlay-indicator .fa-stack:hover .fa-play {
  color: #8C8C8C;
}
.play-overlay-indicator .fa-stack .fa-play {
  color: #fff;
  margin-left: 3px;
  z-index: 2;
}
.text--undervideo {
  text-align: center !important;
  font-style: italic;
}
.pl-res-phone .gallery-band-with-frame img {
  max-width: 300px;
}
/* End of "YouTube Video Slider" */
/* -------------------------------------------- */
/* Start of "Basic Hero 2" ID: 15884 */
.basic-hero-2 {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 0;
  max-height: 1000px;
}
@media (min-width: 981px) {
  .basic-hero-2.hs-half,
  .basic-hero-2.hs-no-header-half {
    height: 60vh !important;
  }
  .basic-hero-2 .heading-hero,
  .basic-hero-2 .heading-hero-alt,
  .basic-hero-2 .heading-primary,
  .basic-hero-2 .heading-secondary {
    color: #fff !important;
  }
}
.basic-hero-2:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .basic-hero-2 {
    height: auto !important;
    max-height: none;
    background: #fff !important;
  }
}
.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 .herospottxt {
  position: absolute;
  width: 80%;
  z-index: 101;
  display: block;
  vertical-align: middle;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt {
    position: relative !important;
    width: 100% !important;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    padding: 0;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
}
.basic-hero-2 .herospottxt .inner-text {
  width: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt .inner-text {
    padding: 50px;
    /* box-shadow: 0px -30px 40px #222; */
    z-index: 100;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .basic-hero-2 .herospottxt .inner-text {
    padding: 40px 20px;
  }
}
.basic-hero-2 .herospottxt .inner-text ol,
.basic-hero-2 .herospottxt .inner-text ul {
  list-style-type: disc;
  margin-left: 40px;
}
.basic-hero-2 .herospottxt .btn-wrap {
  display: inline-block;
  margin: 20px 0 0 0;
}
@media (max-width: 980px) {
  .basic-hero-2 .herospottxt .btn-wrap {
    display: block;
    margin: 20px 10px 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;
}
.arrow {
  position: absolute;
  bottom: -35px;
  width: 100%;
  padding-bottom: 3%;
  background-color: #fff;
}
.arrow:before,
.arrow:after {
  content: '';
  position: absolute;
  bottom: 99%;
  width: 50%;
  padding-bottom: inherit;
  background-color: inherit;
}
.arrow:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.arrow:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
/* End of "Basic Hero 2" */
/* -------------------------------------------- */
/* Start of "Inline GFORM" ID: 15860 */
.drop-us-a-line-2-0 {
  padding: 0px;
}
.drop-us-a-line-2-0 .gform_wrapper {
  margin: 0;
}
.drop-us-a-line-2-0 .gform_wrapper ul {
  max-width: 100%;
}
.drop-us-a-line-2-0 .gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.drop-us-a-line-2-0 .gform_wrapper .gform_body {
  width: 100%;
}
.drop-us-a-line-2-0 .gform_wrapper .gfield_html p {
  padding: 0 0 10px;
}
.drop-us-a-line-2-0 .gform_wrapper .gfield_html p:nth-last-child(1) {
  padding: 0 0 30px;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gsection {
  margin: 40px 0 30px !important;
}
.drop-us-a-line-2-0 .gform_wrapper .description,
.drop-us-a-line-2-0 .gform_wrapper .gfield_description,
.drop-us-a-line-2-0 .gform_wrapper .gsection_description {
  padding: 5px 0px 15px 0 !important;
}
.drop-us-a-line-2-0 .gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: .625em 0 .375em;
  font-weight: 400 !important;
  font-family: Source Sans Pro;
  color: #fff !important;
}
.drop-us-a-line-2-0 .gform_wrapper .sgform label {
  position: absolute;
  line-height: 44px !important;
  margin: 0 10px !important;
  left: 0;
  font-weight: 400 !important;
  color: #222222;
}
.drop-us-a-line-2-0 .gform_wrapper .sgform label.focus {
  bottom: 0;
  color: #ffffff;
  display: inline-block !important;
  left: 10px;
  width: 80px;
  height: 40px;
  text-align: center;
  margin: 0 !important;
  right: 0;
  top: -50px;
  font-size: 12px !important;
  line-height: 40px !important;
  padding: 0 10px !important;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1 !important;
  background: #fc8500;
}
.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: #fc8500;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li label.gfield_label,
.drop-us-a-line-2-0 .gform_wrapper ul li label.gfield_label {
  padding: 5px 0px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield {
  padding: 0 0 30px;
  margin: 0 0 5px 0;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield textarea,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield textarea {
  width: 100% !important;
  background: #ececec;
  border: 1px solid #cacaca;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield input,
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield select,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield select {
  width: 100%;
  padding: 0 5px;
  line-height: 44px;
  background: #ececec;
  border: 1px solid #cacaca;
  height: 44px;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left,
  .drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
}
@media (max-width: 767px) {
  .drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right,
  .drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left,
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right {
  padding-bottom: 30px;
}
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_left input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_left input,
.drop-us-a-line-2-0 .gform_wrapper ul.gform_fields li.gfield.gform_right input,
.drop-us-a-line-2-0 .gform_wrapper ul li.gfield.gform_right input {
  width: 100%;
  padding: 0 5px;
}
.drop-us-a-line-2-0 .gform_wrapper .gform_footer {
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 980px) {
  .drop-us-a-line-2-0 .gform_wrapper .gform_footer {
    text-align: center;
  }
}
.drop-us-a-line-2-0 .gform_wrapper .gform_footer .gform_button {
  text-align: center;
  padding: 0 20px !important;
  line-height: 40px !important;
  width: auto !important;
  text-transform: uppercase;
  background: #fc8500;
  color: #ffffff;
  line-height: initial;
  height: inherit;
  font-size: 16px !important;
  margin: 0;
  border: 0 !important;
}
.drop-us-a-line-2-0 .gform_wrapper .gform_footer .gform_button:hover {
  background: #418bae;
  color: #ffffff;
  cursor: pointer;
}
/* End of "Inline GFORM" */
/* -------------------------------------------- */
/* Start of "Drop Down Section" ID: 14350 */
.section-accordion-btn.centerline {
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 50px;
}
.section-accordion-btn.centerline:before,
.section-accordion-btn.centerline:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.section-accordion-btn.centerline:before {
  right: 0.5em;
  margin-left: -50%;
}
.section-accordion-btn.centerline:after {
  left: 0.5em;
  margin-right: -50%;
}
.section-accordion-btn.centerline .section-accordion-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  color: #222;
  opacity: 1;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.section-accordion-btn.centerline .section-accordion-icon i {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-accordion-btn.centerline.btn-clicked .section-accordion-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-accordion-btn.solid {
  display: block;
  background: #222;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 20px;
  box-sizing: border-box;
}
.section-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;
}
.section-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;
}
.section-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;
}
.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;
}
/* 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, #212121, transparent);
}
.style-divider-wrapper .styled-divider.color-primary.styled-arrow-down:after {
  background-color: #212121;
}
.style-divider-wrapper .styled-divider.color-secondary:before {
  background-image: linear-gradient(to right, transparent, #e7e7e7, transparent);
}
.style-divider-wrapper .styled-divider.color-secondary.styled-arrow-down:after {
  background-color: #e7e7e7;
}
.style-divider-wrapper .styled-divider.color-tertiary:before {
  background-image: linear-gradient(to right, transparent, #6d6e71, transparent);
}
.style-divider-wrapper .styled-divider.color-tertiary.styled-arrow-down:after {
  background-color: #6d6e71;
}
.style-divider-wrapper .styled-divider.color-accent-a:before {
  background-image: linear-gradient(to right, transparent, #fc8500, transparent);
}
.style-divider-wrapper .styled-divider.color-accent-a.styled-arrow-down:after {
  background-color: #fc8500;
}
.style-divider-wrapper .styled-divider.color-accent-b:before {
  background-image: linear-gradient(to right, transparent, #418bae, transparent);
}
.style-divider-wrapper .styled-divider.color-accent-b.styled-arrow-down:after {
  background-color: #418bae;
}
.style-divider-wrapper .styled-divider.color-black:before {
  background-image: linear-gradient(to right, transparent, #222222, transparent);
}
.style-divider-wrapper .styled-divider.color-black.styled-arrow-down:after {
  background-color: #222222;
}
.style-divider-wrapper .styled-divider.color-white:before {
  background-image: linear-gradient(to right, transparent, #ffffff, transparent);
}
.style-divider-wrapper .styled-divider.color-white.styled-arrow-down:after {
  background-color: #ffffff;
}
/* End of "Styled Divider" */
/* -------------------------------------------- */
/* Start of "Icon hover card" ID: 13200 */
.shadow-card {
  margin: auto;
  margin-top: 50px;
  max-width: 370px;
  text-align: center;
  display: block;
  border-radius: 10px;
  padding: 50px 20px;
  box-shadow: 0px 12px 70px rgba(50, 48, 57, 0.2);
  min-height: 420px;
  font-family: sans-serif;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.shadow-card .text-contain {
  position: relative;
  width: 200%;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.shadow-card .text-contain:after {
  content: "";
  display: block;
  clear: both;
}
.shadow-card p {
  line-height: 1.5;
  font-size: 19px;
}
.shadow-card .first-text {
  position: relative;
  opacity: 1;
  width: 50%;
  display: block;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0 10px;
  box-sizing: border-box;
}
.shadow-card .second-text {
  position: relative;
  opacity: 0;
  width: 50%;
  display: block;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0 10px;
  box-sizing: border-box;
}
.shadow-card img {
  max-width: 100px;
  margin-bottom: 30px;
  transition: all 0.4s, ease-out;
}
.shadow-card .heading {
  font-size: 45px;
  color: #323232;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
}
.shadow-card .sub-heading {
  margin: 0px 0 15px;
  font-size: 24px;
  font-weight: 500;
  display: block;
  color: #418bae !important;
  opacity: 1;
  line-height: 1.2;
}
.shadow-card .hover-direct {
  opacity: .2;
  color: #777;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  font-weight: 600;
  font-size: 25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.shadow-card:hover .text-contain {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shadow-card:hover .text-contain .first-text {
  opacity: 0;
}
.shadow-card:hover .text-contain .second-text {
  opacity: 1;
}
.shadow-card:hover .hover-direct {
  opacity: 0;
}
/* End of "Icon hover card" */
/* -------------------------------------------- */
/* Start of "Basic Hero" ID: 3457 */
.basic-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 99;
  max-height: 1000px;
}
@media (max-width: 980px) {
  .basic-hero {
    height: auto !important;
    max-height: none;
    background: #222 !important;
  }
}
.basic-hero .tablet-hero,
.basic-hero .mobile-hero {
  display: none;
}
@media (max-width: 980px) {
  .basic-hero .tablet-hero {
    display: block;
  }
}
.basic-hero .herospotoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
.basic-hero .herospottxt-wrap {
  position: absolute;
  width: 100%;
  max-width: 1550px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .basic-hero .herospottxt-wrap {
    position: relative;
    width: 100%;
    max-width: 1550px;
    height: auto;
    left: initial;
    top: initial;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.basic-hero .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 .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;
    margin: 0 !important;
  }
}
.basic-hero .herospottxt .inner-text {
  width: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .basic-hero .herospottxt .inner-text {
    padding: 50px;
    /* box-shadow: 0px -30px 40px #222; */
    z-index: 100;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .basic-hero .herospottxt .inner-text {
    padding: 40px 20px;
  }
}
.basic-hero .herospottxt .inner-text ol,
.basic-hero .herospottxt .inner-text ul {
  list-style-type: disc;
  margin-left: 40px;
}
.basic-hero .herospottxt .btn-wrap {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 980px) {
  .basic-hero .herospottxt .btn-wrap {
    display: block;
    margin: 10px;
  }
}
.basic-hero .herospottxt h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.basic-hero .herospottxt.hs-text-align-left {
  text-align: left;
}
@media (max-width: 980px) {
  .basic-hero .herospottxt.hs-text-align-left {
    text-align: center;
  }
}
.basic-hero .herospottxt.hs-text-align-center {
  text-align: center;
}
@media (max-width: 980px) {
  .basic-hero .herospottxt.hs-text-align-center {
    text-align: center;
  }
}
.basic-hero .herospottxt.hs-text-align-right {
  text-align: right;
}
@media (max-width: 980px) {
  .basic-hero .herospottxt.hs-text-align-right {
    text-align: center;
  }
}
.basic-hero .herospottxt.hs-aligncenter {
  width: 90%;
  left: 5%;
  right: 5%;
}
.basic-hero .herospottxt.hs-aligncenter.hs-aligntop {
  top: 50px;
}
.basic-hero .herospottxt.hs-aligncenter.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.basic-hero .herospottxt.hs-aligncenter.hs-alignbottom {
  bottom: 50px;
}
.basic-hero .herospottxt.hs-alignleft {
  width: 50%;
  left: 50%;
  margin-left: 50px;
}
.basic-hero .herospottxt.hs-alignleft .btn-wrap {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (max-width: 980px) {
  .basic-hero .herospottxt.hs-alignleft .btn-wrap {
    display: block;
    margin: 10px;
  }
}
.basic-hero .herospottxt.hs-alignleft.hs-aligntop {
  top: 50px;
}
.basic-hero .herospottxt.hs-alignleft.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}
.basic-hero .herospottxt.hs-alignleft.hs-alignbottom {
  bottom: 50px;
}
.basic-hero .herospottxt.hs-alignright {
  width: 50%;
  right: 50%;
  margin-right: 50px;
}
.basic-hero .herospottxt.hs-alignright .btn-wrap {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (max-width: 980px) {
  .basic-hero .herospottxt.hs-alignright .btn-wrap {
    display: block;
    margin: 10px;
  }
}
.basic-hero .herospottxt.hs-alignright.hs-aligntop {
  top: 50px;
}
.basic-hero .herospottxt.hs-alignright.hs-alignmiddle {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -moz-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}
.basic-hero .herospottxt.hs-alignright.hs-alignbottom {
  bottom: 50px;
}
.basic-hero .scrollhero {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .4s;
  opacity: .2;
  z-index: 101;
}
.basic-hero .scrollhero:hover {
  opacity: 1;
  cursor: pointer;
}
.basic-hero .scrollhero i {
  font-size: 50px;
  color: #ffffff;
}
/* End of "Basic Hero" */
/* -------------------------------------------- */
/* Start of "Basic Button" ID: 3453 */
.btn-wrap {
  position: relative;
  display: block;
}
.btn-wrap.btn-center {
  text-align: center;
}
.btn-wrap.btn-right {
  text-align: right;
}
.btn-wrap.btn-left {
  text-align: left;
}
@media (max-width: 980px) {
  .btn-wrap.btn-center,
  .btn-wrap.btn-right,
  .btn-wrap.btn-left {
    text-align: center;
  }
}
.basic-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 0px 30px;
  margin: 10px;
  line-height: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  border-radius: 2px !important;
  box-sizing: border-box;
}
.basic-btn i {
  -webkit-transition: width .4s;
  -moz-transition: width .4s;
  transition: width .4s;
}
.basic-btn.btn1x {
  font-size: 18px;
  padding: 12px 35px;
  line-height: 1;
  border-radius: 25x !important;
}
.basic-btn.btn2x {
  font-size: 20px;
  padding: 10px 25px 10px 25px;
  line-height: 1;
  border-radius: 0px !important;
}
.basic-btn.btn3x {
  font-size: 24px;
  padding: 10px 25px 10px 25px;
  line-height: 1.2;
  border-radius: 0px !important;
}
.color-a-btn {
  background-color: #fc8500 !important;
  border: 0px !important;
  color: #ffffff !important;
}
.color-a-ghost-btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 3px solid #fc8500 !important;
  color: #fc8500 !important;
}
.color-a-hover-btn:hover {
  color: #ffffff !important;
  background-color: #fc8500 !important;
  border-color: #fc8500 !important;
}
.color-a-hover-btn.hover {
  color: #ffffff !important;
  background-color: #fc8500 !important;
  border-color: #fc8500 !important;
}
.color-a-hover-btn.left-icon i {
  padding: 0 5px 0 0;
}
.color-a-hover-btn.right-icon i {
  padding: 0 0 0 5px;
}
.color-a-hover-btn i {
  width: auto;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.color-a-hover-btn:hover {
  color: #ffffff !important;
  background-color: #fc8500 !important;
  border-color: #fc8500 !important;
}
.color-a-hover-btn.hover {
  color: #ffffff !important;
  background-color: #fc8500 !important;
  border-color: #fc8500 !important;
}
.color-a-hover-btn.show-icon i {
  padding: 0;
  width: 0;
  overflow: hidden;
  text-align: right;
  line-height: inherit;
  vertical-align: middle;
}
.color-a-hover-btn.show-icon.left-icon i {
  text-align: left;
}
.color-a-hover-btn.show-icon:hover {
  color: #ffffff !important;
  background-color: #fc8500 !important;
  border-color: #fc8500 !important;
}
.color-a-hover-btn.show-icon:hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
.color-a-hover-btn.show-icon.hover {
  color: #ffffff !important;
  background-color: #fc8500 !important;
  border-color: #fc8500 !important;
}
.color-a-hover-btn.show-icon.hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
.color-b-btn {
  background-color: #ffffff !important;
  border: 0px !important;
  color: #000000 !important;
}
.color-b-ghost-btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.color-b-hover-btn:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.color-b-hover-btn.hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.color-b-hover-btn.left-icon i {
  padding: 0 5px 0 0;
}
.color-b-hover-btn.right-icon i {
  padding: 0 0 0 5px;
}
.color-b-hover-btn i {
  width: auto;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.color-b-hover-btn:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.color-b-hover-btn.hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.color-b-hover-btn.show-icon i {
  padding: 0;
  width: 0;
  overflow: hidden;
  text-align: right;
  line-height: inherit;
  vertical-align: middle;
}
.color-b-hover-btn.show-icon.left-icon i {
  text-align: left;
}
.color-b-hover-btn.show-icon:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.color-b-hover-btn.show-icon:hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
.color-b-hover-btn.show-icon.hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.color-b-hover-btn.show-icon.hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
.color-c-btn {
  background-color: #2980b9 !important;
  border: 0px !important;
  color: #ffffff !important;
}
.color-c-ghost-btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 3px solid #2980b9 !important;
  color: #2980b9 !important;
}
.color-c-hover-btn:hover {
  color: #ffffff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.color-c-hover-btn.hover {
  color: #ffffff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.color-c-hover-btn.left-icon i {
  padding: 0 5px 0 0;
}
.color-c-hover-btn.right-icon i {
  padding: 0 0 0 5px;
}
.color-c-hover-btn i {
  width: auto;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.color-c-hover-btn:hover {
  color: #ffffff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.color-c-hover-btn.hover {
  color: #ffffff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.color-c-hover-btn.show-icon i {
  padding: 0;
  width: 0;
  overflow: hidden;
  text-align: right;
  line-height: inherit;
  vertical-align: middle;
}
.color-c-hover-btn.show-icon.left-icon i {
  text-align: left;
}
.color-c-hover-btn.show-icon:hover {
  color: #ffffff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.color-c-hover-btn.show-icon:hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
.color-c-hover-btn.show-icon.hover {
  color: #ffffff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.color-c-hover-btn.show-icon.hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
.color-d-btn {
  background-color: #27ae60 !important;
  border: 0px !important;
  color: #ffffff !important;
}
.color-d-ghost-btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 3px solid #27ae60 !important;
  color: #27ae60 !important;
}
.color-d-hover-btn:hover {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.color-d-hover-btn.hover {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.color-d-hover-btn.left-icon i {
  padding: 0 5px 0 0;
}
.color-d-hover-btn.right-icon i {
  padding: 0 0 0 5px;
}
.color-d-hover-btn i {
  width: auto;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.color-d-hover-btn:hover {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.color-d-hover-btn.hover {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.color-d-hover-btn.show-icon i {
  padding: 0;
  width: 0;
  overflow: hidden;
  text-align: right;
  line-height: inherit;
  vertical-align: middle;
}
.color-d-hover-btn.show-icon.left-icon i {
  text-align: left;
}
.color-d-hover-btn.show-icon:hover {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.color-d-hover-btn.show-icon:hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
.color-d-hover-btn.show-icon.hover {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.color-d-hover-btn.show-icon.hover i {
  padding: 0;
  width: 20px;
  overflow: hidden;
}
/* End of "Basic Button" */
/* -------------------------------------------- */
/* Start of "Block Quote" ID: 1179 */
.blockquote1 .bq-hldr {
  width: 92%;
  margin: auto;
}
.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;
  font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.blockquote1 {
  border-left: 3px solid #b2b2b2;
  padding: 25px 0 5px;
  margin: 30px 0;
}
.blockquote1.no-border {
  border-left: 0px solid #b2b2b2 !important;
}
.bq-hldr.bq-left .bq-txt p {
  text-align: left;
}
.bq-hldr.bq-right .bq-txt p {
  text-align: right;
}
.bq-hldr.bq-center .bq-txt p {
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  .blockquote1 .bq-marks {
    font-size: 4rem;
    line-height: 20px;
    font-family: serif;
    letter-spacing: -10px;
    vertical-align: bottom;
    margin: 0 8px 0 0;
  }
  .blockquote1 .bq-txt p {
    font-size: 2rem;
  }
}
/* End of "Block Quote" */
/* -------------------------------------------- */
/* Start of "hover box 4" ID: 3409 */
.hover-box4-grid {
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  text-align: center;
}
.hover-box4-grid figure {
  background: #212121;
  border: 4px solid #e7e7e7;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 450px;
  display: block;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.hover-box4-grid figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: relative;
}
.hover-box4-grid figure figcaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 1.25em;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
.hover-box4-grid figure figcaption:before {
  pointer-events: none;
}
.hover-box4-grid figure figcaption:after {
  pointer-events: none;
}
.hover-box4-grid figure figcaption > a {
  font-size: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 1000;
}
.hover-box4-grid figure .hb-title {
  font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400;
  margin: 0;
  word-spacing: -0.15em;
}
.hover-box4-grid figure .hb-title span {
  font-weight: 400;
  color: #fff !important;
  text-shadow: 1px 1px 0 #6d6e71, -0.5px -0.5px 0 #6d6e71, 0.5px -0.5px 0 #6d6e71, -0.5px 0.5px 0 #6d6e71, 0.5px 0.5px 0 #6d6e71;
}
.hover-box4-grid figure p {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  color: #fff !important;
}
.hover-box4-grid figure.effect-hb4 {
  background: -webkit-linear-gradient(-45deg, #000000 0%, #ffffff 100%);
  background: linear-gradient(-45deg, #000000 0%, #ffffff 100%);
}
.hover-box4-grid figure.effect-hb4 .hb-title {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
  color: #fff !important;
  text-shadow: 1px 1px 0 #6d6e71, -0.5px -0.5px 0 #6d6e71, 0.5px -0.5px 0 #6d6e71, -0.5px 0.5px 0 #6d6e71, 0.5px 0.5px 0 #6d6e71;
}
.hover-box4-grid figure.effect-hb4 p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 200px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}
.hover-box4-grid figure.effect-hb4 img {
  margin: -3% 0 0 -3%;
  max-width: none;
  width: -webkit-calc(106%);
  width: calc(106%);
  height: 100%;
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-box4-grid figure.effect-hb4 figcaption::before,
.hover-box4-grid figure.effect-hb4 p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hover-box4-grid figure.effect-hb4 figcaption::before {
  position: absolute;
  right: -45%;
  bottom: -100%;
  width: 380px;
  height: 380px;
  border: 3px solid #e7e7e7;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hover-box4-grid figure.effect-hb4:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-box4-grid figure.effect-hb4:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  bottom: -60%;
}
.hover-box4-grid figure.effect-hb4:hover .hb-title,
.hover-box4-grid figure.effect-hb4:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 980px) {
  .hover-box4-grid figure.effect-hb4 img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .hover-box4-grid figure.effect-hb4 figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    bottom: -80%;
  }
  .hover-box4-grid figure.effect-hb4 .hb-title,
  .hover-box4-grid figure.effect-hb4 p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* End of "hover box 4" */
/* -------------------------------------------- */
/* Start of "Social Block Card" ID: 1142 */
.social-block-card {
  display: block;
  margin: 60px auto 0;
  width: 100%;
  max-width: 320px;
  text-align: center;
  border: 3px solid #222;
  padding: 50px 25px 25px;
  box-sizing: border-box;
  position: relative;
  color: #222;
  text-decoration: none;
  min-height: 240px;
}
.social-block-card:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 1;
}
.social-block-card.blog {
  border-color: #E84F25;
  max-width: 480px;
  padding: 60px 25px 25px;
}
.social-block-card.blog .sbc-icon {
  top: -60px;
}
.social-block-card.blog .sbc-icon img {
  max-width: 120px;
}
.social-block-card.blog:hover .sbc-cta {
  color: #E84F25;
}
.social-block-card.blog:before {
  border: 8px solid #E84F25;
}
.social-block-card.instagram {
  border-color: #5C9DD5;
}
.social-block-card.instagram:hover .sbc-cta {
  color: #5C9DD5;
}
.social-block-card.instagram:before {
  border: 8px solid #5C9DD5;
}
.social-block-card.pinterest {
  border-color: #BC2026;
}
.social-block-card.pinterest:hover .sbc-cta {
  color: #BC2026;
}
.social-block-card.pinterest:before {
  border: 8px solid #BC2026;
}
.social-block-card.linkedin {
  border-color: #0677B6;
}
.social-block-card.linkedin:hover .sbc-cta {
  color: #0677B6;
}
.social-block-card.linkedin:before {
  border: 8px solid #0677B6;
}
.social-block-card.google {
  border-color: #CA222B;
}
.social-block-card.google:hover .sbc-cta {
  color: #CA222B;
}
.social-block-card.google:before {
  border: 8px solid #CA222B;
}
.social-block-card.facebook {
  border-color: #3874AE;
}
.social-block-card.facebook:hover .sbc-cta {
  color: #3874AE;
}
.social-block-card.facebook:before {
  border: 8px solid #3874AE;
}
.social-block-card.twitter {
  border-color: #6AC4EF;
}
.social-block-card.twitter:hover .sbc-cta {
  color: #6AC4EF;
}
.social-block-card.twitter:before {
  border: 8px solid #6AC4EF;
}
.social-block-card .sbc-icon {
  position: absolute;
  top: -50px;
  width: 100%;
  left: 0;
  z-index: 10;
}
.social-block-card .sbc-icon img {
  max-width: 100px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.social-block-card h3 {
  font-size: 32px;
  margin: 0;
  padding: 0 0 15px;
  z-index: 10;
  position: relative;
}
.social-block-card p {
  font-size: 16px;
  z-index: 10;
  position: relative;
}
.social-block-card .sbc-cta {
  font-size: 24px;
  font-weight: 100;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.social-block-card:hover h3,
.social-block-card:hover p {
  color: #222;
}
.social-block-card:hover .sbc-icon img {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.social-block-card:hover:before {
  opacity: 1;
}
/* End of "Social Block Card" */
/* -------------------------------------------- */
/* Start of "hover box  3" ID: 1206 */
.hover-box3-grid {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
}
.hover-box3-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 400px;
  width: 100%;
  background: #fc8500;
  text-align: center;
}
.hover-box3-grid figure:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.hover-box3-grid figure img {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hover-box3-grid figure figcaption {
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-box3-grid figure figcaption:before,
.hover-box3-grid figure figcaption:after {
  pointer-events: none;
}
.hover-box3-grid figure figcaption,
.hover-box3-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-box3-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.hover-box3-grid figure .hb-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
}
.hover-box3-grid figure .hb-title span {
  font-weight: 800;
}
.hover-box3-grid figure .hb-title,
.hover-box3-grid figure p {
  margin: 0;
}
.hover-box3-grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  line-height: 1.2;
}
.hover-box3-grid figure.effect-hb3 {
  background: #fc8500;
}
.hover-box3-grid figure.effect-hb3 img {
  opacity: 0.6;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.hover-box3-grid figure.effect-hb3 figcaption {
  -webkit-transition: background-color 0.35s;
  -moz-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.hover-box3-grid figure.effect-hb3:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
  content: '';
}
.hover-box3-grid figure.effect-hb3 .hb-title {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  color: #fff !important;
}
.hover-box3-grid figure.effect-hb3:before,
.hover-box3-grid figure.effect-hb3 p {
  color: #fff !important;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hover-box3-grid figure.effect-hb3:hover .hb-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-box3-grid figure.effect-hb3:hover:before,
.hover-box3-grid figure.effect-hb3:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-box3-grid figure.effect-hb3:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
.hover-box3-grid figure.effect-hb3:hover img {
  opacity: 0.2;
}
@media (max-width: 980px) {
  .hover-box3-grid figure.effect-hb3 .hb-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .hover-box3-grid figure.effect-hb3:before,
  .hover-box3-grid figure.effect-hb3 p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .hover-box3-grid figure.effect-hb3 figcaption {
    background-color: rgba(58, 52, 42, 0);
  }
  .hover-box3-grid figure.effect-hb3 img {
    opacity: 0.2;
  }
}
/* End of "hover box  3" */
/* -------------------------------------------- */
/* Start of "Spotlight Grid Gallery" ID: 3562 */
.gridder-list:hover .gridder-overlay::after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.gridder {
  margin: auto !important;
  padding: 0px !important;
  list-style-type: none;
  text-align: center;
}
.gridder .gridder-list {
  padding: 15px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.gridder .gridder-list figure {
  background: #222;
}
.gridder .gridder-list figure figcaption {
  background: #e7e7e7;
}
.gridder .gridder-list figure figcaption .triangle:after {
  background: #e7e7e7;
}
.gridder .gridder-list figure figcaption .heading-tertiary {
  color: #212121 !important;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1;
}
.gridder .gridder-list figure:after {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .5s .2s;
  -moz-transition: opacity .5s .2s;
  -o-transition: opacity .5s .2s;
  transition: opacity .5s .2s;
  content: attr(data-title);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  opacity: 0;
}
.gridder .gridder-list:hover figure:after {
  opacity: 1;
}
@media (max-width: 900px) {
  .gridder .gridder-list {
    width: 99% !important;
    font-size: 18px;
    max-width: 380px;
  }
}
.gridder .gridder-list:hover {
  cursor: pointer;
}
.gridder .gridder-list .block-title {
  position: absolute;
  top: 50%;
  margin: 0;
  line-height: 1.2;
  font-size: 18px;
  color: #212121;
  letter-spacing: -0.03em;
  font-weight: 600;
  display: block;
  font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
  z-index: 100;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 5px 40px;
}
.gridder .gridder-list .block-text {
  position: absolute;
  top: 185px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #212121;
  text-align: left;
  font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
  opacity: 0;
  transform: translatey(-20px);
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.gridder .gridder-list:hover .block-text {
  transform: translatey(0);
  opacity: 1;
}
.gridder.hasSelectedItem .gridder-list {
  opacity: .5;
}
.gridder.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}
.gridder .gridder-show {
  display: block;
  text-align: left;
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 30px 60px 30px;
  box-sizing: border-box;
  margin-bottom: 0;
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
  font-size: 18px;
}
.gridder .gridder-show:after {
  clear: both;
  content: "";
  display: block;
}
.gridder .gridder-show .noslider:after {
  content: "";
  display: block;
  clear: both;
}
.gridder .gridder-show .noslider img {
  width: 46%;
  margin: 2%;
  display: block;
  float: left;
}
@media (max-width: 640px) {
  .gridder .gridder-show .noslider img {
    width: 80%;
    margin: 10%;
    display: block;
    float: left;
  }
}
.gridder .gridder-show .slider {
  width: 30%;
  display: block;
  float: left;
  padding: 5px 20px 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .gridder .gridder-show .slider {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gridder .gridder-show .slider {
    width: 50%;
    float: none;
    margin: auto;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  .gridder .gridder-show .slider {
    width: 100%;
    float: none;
    margin: auto;
    margin: 20px auto;
  }
}
.gridder .gridder-show .slider .baslider {
  padding: 0;
  margin: 0;
}
.gridder .gridder-show .slider .baslider img {
  margin: auto;
  max-width: 100%;
}
.gridder .gridder-show .slider .baslider .slick-next {
  right: 20px;
}
.gridder .gridder-show .slider .baslider .slick-prev {
  left: 20px;
}
.gridder .gridder-show .gridder-close {
  text-decoration: none;
  padding: 0px;
  color: #fff;
  background: #364150;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: sans-serif;
}
.gridder .gridder-show .gridder-close:hover {
  color: #222222;
}
.gridder .gridder-show .gridder-nav {
  text-decoration: none;
  padding: 0 5px;
  color: #222;
  border: 0px solid ddbc85;
  width: 90px;
  text-align: center;
  line-height: 40px;
  background: #e8e8e8;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.gridder .gridder-show .gridder-nav.next {
  bottom: 0;
  right: 0px;
  background: #737373;
  color: #fff;
}
.gridder .gridder-show .gridder-nav.prev {
  bottom: 0;
  left: 0;
}
.gridder .gridder-show .gridder-nav:hover {
  color: #ffffff;
  border: 0px solid #677485;
  background: #363e49;
}
.gridder-content {
  display: none;
  position: relative;
}
.gridder-content p {
  font-size: 18px;
  color: #222222 !important;
}
.gridder-expanded-content p {
  font-size: 18px;
  color: #222222 !important;
}
/* End of "Spotlight Grid Gallery" */
/* -------------------------------------------- */
/* Start of "Large Social Icons" ID: 1107 */
.band-hero .large-social-icons,
.band-hero-alt .large-social-icons,
.band-light .large-social-icons,
.band-light-alt .large-social-icons,
.band-dark .large-social-icons,
.band-dark-alt .large-social-icons,
.band-quote .large-social-icons,
.band-parallax .large-social-icons {
  display: block;
  width: 100%;
  text-align: center;
}
.band-hero .large-social-icons a,
.band-hero-alt .large-social-icons a,
.band-light .large-social-icons a,
.band-light-alt .large-social-icons a,
.band-dark .large-social-icons a,
.band-dark-alt .large-social-icons a,
.band-quote .large-social-icons a,
.band-parallax .large-social-icons a {
  width: 60px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 38px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px;
  color: #3c3c3c;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
}
.band-hero .large-social-icons a i,
.band-hero-alt .large-social-icons a i,
.band-light .large-social-icons a i,
.band-light-alt .large-social-icons a i,
.band-dark .large-social-icons a i,
.band-dark-alt .large-social-icons a i,
.band-quote .large-social-icons a i,
.band-parallax .large-social-icons a i {
  width: 60px;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
@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;
  }
}
.band-hero .large-social-icons a:hover,
.band-hero-alt .large-social-icons a:hover,
.band-light .large-social-icons a:hover,
.band-light-alt .large-social-icons a:hover,
.band-dark .large-social-icons a:hover,
.band-dark-alt .large-social-icons a:hover,
.band-quote .large-social-icons a:hover,
.band-parallax .large-social-icons a:hover {
  color: #fff;
}
.band-hero .large-social-icons a:hover:before,
.band-hero-alt .large-social-icons a:hover:before,
.band-light .large-social-icons a:hover:before,
.band-light-alt .large-social-icons a:hover:before,
.band-dark .large-social-icons a:hover:before,
.band-dark-alt .large-social-icons a:hover:before,
.band-quote .large-social-icons a:hover:before,
.band-parallax .large-social-icons a:hover:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #ffffff;
  top: -12px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.band-hero .large-social-icons a:hover:after,
.band-hero-alt .large-social-icons a:hover:after,
.band-light .large-social-icons a:hover:after,
.band-light-alt .large-social-icons a:hover:after,
.band-dark .large-social-icons a:hover:after,
.band-dark-alt .large-social-icons a:hover:after,
.band-quote .large-social-icons a:hover:after,
.band-parallax .large-social-icons a:hover:after {
  content: attr(data-title);
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  top: -34px;
  left: 50%;
  width: auto;
  line-height: 12px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.band-hero .large-social-icons a.fb:hover,
.band-hero-alt .large-social-icons a.fb:hover,
.band-light .large-social-icons a.fb:hover,
.band-light-alt .large-social-icons a.fb:hover,
.band-dark .large-social-icons a.fb:hover,
.band-dark-alt .large-social-icons a.fb:hover,
.band-quote .large-social-icons a.fb:hover,
.band-parallax .large-social-icons a.fb:hover {
  background: #3b5998;
}
.band-hero .large-social-icons a.li:hover,
.band-hero-alt .large-social-icons a.li:hover,
.band-light .large-social-icons a.li:hover,
.band-light-alt .large-social-icons a.li:hover,
.band-dark .large-social-icons a.li:hover,
.band-dark-alt .large-social-icons a.li:hover,
.band-quote .large-social-icons a.li:hover,
.band-parallax .large-social-icons a.li:hover {
  background: #007bb5;
}
.band-hero .large-social-icons a.tw:hover,
.band-hero-alt .large-social-icons a.tw:hover,
.band-light .large-social-icons a.tw:hover,
.band-light-alt .large-social-icons a.tw:hover,
.band-dark .large-social-icons a.tw:hover,
.band-dark-alt .large-social-icons a.tw:hover,
.band-quote .large-social-icons a.tw:hover,
.band-parallax .large-social-icons a.tw:hover {
  background: #55acee;
}
.band-hero .large-social-icons a.gp:hover,
.band-hero-alt .large-social-icons a.gp:hover,
.band-light .large-social-icons a.gp:hover,
.band-light-alt .large-social-icons a.gp:hover,
.band-dark .large-social-icons a.gp:hover,
.band-dark-alt .large-social-icons a.gp:hover,
.band-quote .large-social-icons a.gp:hover,
.band-parallax .large-social-icons a.gp:hover {
  background: #dd4b39;
}
.band-hero .large-social-icons a.yt:hover,
.band-hero-alt .large-social-icons a.yt:hover,
.band-light .large-social-icons a.yt:hover,
.band-light-alt .large-social-icons a.yt:hover,
.band-dark .large-social-icons a.yt:hover,
.band-dark-alt .large-social-icons a.yt:hover,
.band-quote .large-social-icons a.yt:hover,
.band-parallax .large-social-icons a.yt:hover {
  background: #bb0000;
}
.band-hero .large-social-icons a.ig:hover,
.band-hero-alt .large-social-icons a.ig:hover,
.band-light .large-social-icons a.ig:hover,
.band-light-alt .large-social-icons a.ig:hover,
.band-dark .large-social-icons a.ig:hover,
.band-dark-alt .large-social-icons a.ig:hover,
.band-quote .large-social-icons a.ig:hover,
.band-parallax .large-social-icons a.ig:hover {
  background: #e95950;
}
.band-hero .large-social-icons a.pi:hover,
.band-hero-alt .large-social-icons a.pi:hover,
.band-light .large-social-icons a.pi:hover,
.band-light-alt .large-social-icons a.pi:hover,
.band-dark .large-social-icons a.pi:hover,
.band-dark-alt .large-social-icons a.pi:hover,
.band-quote .large-social-icons a.pi:hover,
.band-parallax .large-social-icons a.pi:hover {
  background: #cb2027;
}
.band-hero .large-social-icons a.fl:hover,
.band-hero-alt .large-social-icons a.fl:hover,
.band-light .large-social-icons a.fl:hover,
.band-light-alt .large-social-icons a.fl:hover,
.band-dark .large-social-icons a.fl:hover,
.band-dark-alt .large-social-icons a.fl:hover,
.band-quote .large-social-icons a.fl:hover,
.band-parallax .large-social-icons a.fl:hover {
  background: #ff0084;
}
/* End of "Large Social Icons" */
/* -------------------------------------------- */
/* 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";
  font-family: 'PageLinesFont';
  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";
  font-family: 'PageLinesFont';
  opacity: 1;
  color: #fff;
}
.gallery-band .slick-prev:after {
  content: "";
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.gallery-band-popup-wrap .mfp-image-holder .mfp-close,
.gallery-band-popup-wrap .mfp-iframe-holder .mfp-close {
  font-size: 64px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  top: -40px !important;
  opacity: 0.2;
}
.gallery-band-popup-wrap .mfp-image-holder .mfp-figure .mfp-bottom-bar,
.gallery-band-popup-wrap .mfp-iframe-holder .mfp-figure .mfp-bottom-bar {
  position: relative;
  top: initial;
  left: initial;
  width: 100%;
  cursor: auto;
  text-align: center;
  padding: 0 20px;
  max-width: 100%;
  margin: 0px auto 0;
}
.gallery-band-popup-wrap .mfp-content .mfp-figure img.mfp-img {
  width: auto;
  max-width: initial;
  height: 100%;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
}
/*====== Zoom effect ======*/
.gallery-band-popup-wrap.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.gallery-band-popup-wrap.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.gallery-band-popup-wrap.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.gallery-band-popup-wrap.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.gallery-band-popup-wrap.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.gallery-band-popup-wrap.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* End of "Band Gallery Slider 2" */
/* -------------------------------------------- */
/* Start of "Simple Slider 1-3" ID: 1081 */
.band-dark .simple-slider,
.band-dark-alt .simple-slider,
.band-light .simple-slider,
.band-light-alt .simple-slider,
.band-parallax .simple-slider,
.band-quote .simple-slider {
  margin: 0 auto;
  margin-bottom: 0px !important;
  display: none;
}
.band-dark .simple-slider.slick-initialized,
.band-dark-alt .simple-slider.slick-initialized,
.band-light .simple-slider.slick-initialized,
.band-light-alt .simple-slider.slick-initialized,
.band-parallax .simple-slider.slick-initialized,
.band-quote .simple-slider.slick-initialized {
  display: block;
}
.band-dark .simple-slider img,
.band-dark-alt .simple-slider img,
.band-light .simple-slider img,
.band-light-alt .simple-slider img,
.band-parallax .simple-slider img,
.band-quote .simple-slider img {
  max-width: initial;
  width: 100%;
  max-height: initial;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.band-dark .simple-slider.scalehover .slick-slide,
.band-dark-alt .simple-slider.scalehover .slick-slide,
.band-light .simple-slider.scalehover .slick-slide,
.band-light-alt .simple-slider.scalehover .slick-slide,
.band-parallax .simple-slider.scalehover .slick-slide,
.band-quote .simple-slider.scalehover .slick-slide {
  overflow: hidden;
}
.band-dark .simple-slider.scalehover .slick-slide img:hover,
.band-dark-alt .simple-slider.scalehover .slick-slide img:hover,
.band-light .simple-slider.scalehover .slick-slide img:hover,
.band-light-alt .simple-slider.scalehover .slick-slide img:hover,
.band-parallax .simple-slider.scalehover .slick-slide img:hover,
.band-quote .simple-slider.scalehover .slick-slide img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.band-dark .simple-slider .slick-list,
.band-dark-alt .simple-slider .slick-list,
.band-light .simple-slider .slick-list,
.band-light-alt .simple-slider .slick-list,
.band-parallax .simple-slider .slick-list,
.band-quote .simple-slider .slick-list {
  margin: 0;
}
.band-dark .simple-slider .slick-prev,
.band-dark-alt .simple-slider .slick-prev,
.band-light .simple-slider .slick-prev,
.band-light-alt .simple-slider .slick-prev,
.band-parallax .simple-slider .slick-prev,
.band-quote .simple-slider .slick-prev {
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.band-dark .simple-slider .slick-prev:before,
.band-dark-alt .simple-slider .slick-prev:before,
.band-light .simple-slider .slick-prev:before,
.band-light-alt .simple-slider .slick-prev:before,
.band-parallax .simple-slider .slick-prev:before,
.band-quote .simple-slider .slick-prev:before {
  padding: 10px 0px 10px 0px;
}
.band-dark .simple-slider .slick-next,
.band-dark-alt .simple-slider .slick-next,
.band-light .simple-slider .slick-next,
.band-light-alt .simple-slider .slick-next,
.band-parallax .simple-slider .slick-next,
.band-quote .simple-slider .slick-next {
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.band-dark .simple-slider .slick-next:before,
.band-dark-alt .simple-slider .slick-next:before,
.band-light .simple-slider .slick-next:before,
.band-light-alt .simple-slider .slick-next:before,
.band-parallax .simple-slider .slick-next:before,
.band-quote .simple-slider .slick-next:before {
  padding: 10px 0px 10px 2px;
}
.band-dark .simple-slider .slick-prev:before,
.band-dark-alt .simple-slider .slick-prev:before,
.band-light .simple-slider .slick-prev:before,
.band-light-alt .simple-slider .slick-prev:before,
.band-parallax .simple-slider .slick-prev:before,
.band-quote .simple-slider .slick-prev:before,
.band-dark .simple-slider .slick-next:before,
.band-dark-alt .simple-slider .slick-next:before,
.band-light .simple-slider .slick-next:before,
.band-light-alt .simple-slider .slick-next:before,
.band-parallax .simple-slider .slick-next:before,
.band-quote .simple-slider .slick-next:before {
  color: #ffffff;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  width: 40px;
  text-align: center;
}
.band-dark .simple-slider .slick-dots,
.band-dark-alt .simple-slider .slick-dots,
.band-light .simple-slider .slick-dots,
.band-light-alt .simple-slider .slick-dots,
.band-parallax .simple-slider .slick-dots,
.band-quote .simple-slider .slick-dots {
  bottom: -10px;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0 !important;
  max-width: initial;
}
.band-dark .simple-slider .slick-dots li button,
.band-dark-alt .simple-slider .slick-dots li button,
.band-light .simple-slider .slick-dots li button,
.band-light-alt .simple-slider .slick-dots li button,
.band-parallax .simple-slider .slick-dots li button,
.band-quote .simple-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #29a3d6;
  outline: 0;
  background: 0 0;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  opacity: .5;
}
.band-dark .simple-slider .slick-dots li button:before,
.band-dark-alt .simple-slider .slick-dots li button:before,
.band-light .simple-slider .slick-dots li button:before,
.band-light-alt .simple-slider .slick-dots li button:before,
.band-parallax .simple-slider .slick-dots li button:before,
.band-quote .simple-slider .slick-dots li button:before {
  display: none;
}
.band-dark .simple-slider .slick-dots li button:hover,
.band-dark-alt .simple-slider .slick-dots li button:hover,
.band-light .simple-slider .slick-dots li button:hover,
.band-light-alt .simple-slider .slick-dots li button:hover,
.band-parallax .simple-slider .slick-dots li button:hover,
.band-quote .simple-slider .slick-dots li button:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #29a3d6;
}
.band-dark .simple-slider .slick-dots li.slick-active button,
.band-dark-alt .simple-slider .slick-dots li.slick-active button,
.band-light .simple-slider .slick-dots li.slick-active button,
.band-light-alt .simple-slider .slick-dots li.slick-active button,
.band-parallax .simple-slider .slick-dots li.slick-active button,
.band-quote .simple-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #29a3d6;
}
/* End of "Simple Slider 1-3" */
/* -------------------------------------------- */
/* Start of "Single Image Centered thumb nav" ID: 1069 */
.Single-Image-Centered-w-thumb .slick-dots li button:before {
  font-size: 20px;
}
.Single-Image-Centered-w-thumb.btnleft .slick-dots {
  text-align: left !important;
}
.Single-Image-Centered-w-thumb.btnright .slick-dots {
  text-align: right !important;
}
.Single-Image-Centered-w-thumb.btncenter .slick-dots {
  text-align: center !important;
}
.Single-Image-Centered-w-thumb .slick-dots {
  position: absolute;
  bottom: -15px !important;
}
.Single-Image-Centered-w-thumb img {
  margin: auto !important;
}
.Single-Image-Centered-w-thumb .slick-dots li {
  height: 5px !important;
  width: 20px !important;
}
.Single-Image-Centered-w-thumb .slick-dots li button:before {
  content: "" !important;
  width: 25px !important;
  height: 5px !important;
  background: #000000;
  opacity: 0.25;
}
.Single-Image-Centered-w-thumb .slick-dots li button:hover:before,
.Single-Image-Centered-w-thumb .slick-dots .slick-active button:before {
  opacity: 1;
}
.Single-Image-Centered-thumb-nav .slick-slide img {
  max-width: 100px;
  width: 100px;
  margin: auto;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
}
.pl-res-phone .Single-Image-Centered-thumb-nav .slick-slide img,
.pl-res-tablet .Single-Image-Centered-thumb-nav .slick-slide img {
  display: none;
}
.Single-Image-Centered-thumb-nav .slick-slide img:hover {
  opacity: 0.7;
  cursor: zoom-in;
}
/* End of "Single Image Centered thumb nav" */
/* -------------------------------------------- */
/* Start of "SVG Icons w Heading" ID: 2031 */
.svg-heading-card .animated-lines.dark-blue #svg-wrap .animated-line {
  stroke: #4095ec !important;
}
.svg-heading-card .animated-lines.red #svg-wrap .animated-line {
  stroke: #9569de !important;
}
.svg-heading-card .animated-lines.green #svg-wrap .animated-line {
  stroke: #2dc275 !important;
}
.svg-heading-card .animated-lines.svg-primary #svg-wrap .animated-line {
  stroke: #212121 !important;
}
.svg-heading-card .animated-lines.svg-secondary #svg-wrap .animated-line {
  stroke: #e7e7e7 !important;
}
.svg-heading-card .animated-lines.svg-tertiary #svg-wrap .animated-line {
  stroke: #6d6e71 !important;
}
.svg-heading-card .animated-lines.svg-accenta #svg-wrap .animated-line {
  stroke: #fc8500 !important;
}
.svg-heading-card .animated-lines.svg-accentb #svg-wrap .animated-line {
  stroke: #418bae !important;
}
.svg-heading-card {
  display: block;
  position: relative;
  max-width: 300px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  color: #222;
  text-decoration: none;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.svg-heading-card.in-view-animate .animated-line,
.svg-heading-card.in-view-animate-repeat .animated-line {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.svg-heading-card.in-view-animate.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.in-view-go .animated-line {
  opacity: 1;
  animation: draw 4s linear forwards;
  -webkit-animation: draw 4s linear forwards;
  -moz-animation: draw 4s linear forwards;
  -o-animation: draw 4s linear forwards;
}
.svg-heading-card.in-view-animate.delay-0-1s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-1s.in-view-go .animated-line {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
  animation: draw 4s .1s linear forwards !important;
  -webkit-animation: draw 4s .1s linear forwards !important;
  -moz-animation: draw 4s .1s linear forwards !important;
  -o-animation: draw 4s .1s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-2s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-2s.in-view-go .animated-line {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
  animation: draw 4s .2s linear forwards !important;
  -webkit-animation: draw 4s .2s linear forwards !important;
  -moz-animation: draw 4s .2s linear forwards !important;
  -o-animation: draw 4s .2s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-3s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-3s.in-view-go .animated-line {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  animation: draw 4s .3s linear forwards !important;
  -webkit-animation: draw 4s .3s linear forwards !important;
  -moz-animation: draw 4s .3s linear forwards !important;
  -o-animation: draw 4s .3s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-4s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-4s.in-view-go .animated-line {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
  animation: draw 4s .4s linear forwards !important;
  -webkit-animation: draw 4s .4s linear forwards !important;
  -moz-animation: draw 4s .4s linear forwards !important;
  -o-animation: draw 4s .4s linear forwards !important;
}
.svg-heading-card.in-view-animate.delay-0-5s.in-view-go .animated-line,
.svg-heading-card.in-view-animate-repeat.delay-0-5s.in-view-go .animated-line {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  animation: draw 4s .5s linear forwards !important;
  -webkit-animation: draw 4s .5s linear forwards !important;
  -moz-animation: draw 4s .5s linear forwards !important;
  -o-animation: draw 4s .5s linear forwards !important;
}
.svg-heading-card h3 {
  margin-top: 15px;
}
.svg-heading-card .animated-lines {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  overflow: hidden;
}
.svg-heading-card .animated-lines #svg-wrap {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.svg-heading-card .animated-lines #svg-wrap path,
.svg-heading-card .animated-lines #svg-wrap .animated-line {
  stroke: #7f8c8d !important;
  stroke-width: 5px !Important;
}
.svg-heading-card .animated-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  font-weight: bold;
  stroke-width: 5;
}
@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* End of "SVG Icons w Heading" */
/* -------------------------------------------- */
/* Start of "Line Grid 4 or 6" ID: 1968 */
.band-light-alt .band-fill {
  fill: #e9e9ea !important;
}
.line-grid-hldr {
  width: 100%;
  display: block;
  max-width: 1200px;
  margin: auto;
}
.line-grid-hldr .box-clear {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
}
.line-grid-hldr.six {
  position: relative;
}
.line-grid-hldr.six .six-midline {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #b2b2b2;
}
@media (max-width: 980px) {
  .line-grid-hldr.six .six-midline {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.six .six-midline {
    display: none;
  }
}
.line-grid-hldr.six:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 33.333%;
  top: 0;
  position: absolute;
  background: #b2b2b2;
}
.line-grid-hldr.six:after {
  content: "";
  width: 1px;
  height: 100%;
  left: 66.666%;
  top: 0;
  position: absolute;
  background: #b2b2b2;
}
@media (max-width: 980px) {
  .line-grid-hldr.six:before {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 33.333%;
    position: absolute;
    background: #b2b2b2;
  }
  .line-grid-hldr.six:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 66.666%;
    position: absolute;
    background: #b2b2b2;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.six:before,
  .line-grid-hldr.six:after {
    display: none;
  }
}
.line-grid-hldr.six .grid-box {
  display: block;
  width: 33.333%;
  padding: 0;
  float: left;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px solid #b2b2b2;
  height: 400px;
  position: relative;
}
@media (min-width: 981px) {
  .line-grid-hldr.six .grid-box:nth-child(4) {
    clear: both;
  }
}
@media (max-width: 980px) {
  .line-grid-hldr.six .grid-box {
    width: 50%;
    padding: 2%;
  }
  .line-grid-hldr.six .grid-box:nth-child(3) {
    clear: both;
  }
  .line-grid-hldr.six .grid-box:nth-child(5) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.six .grid-box {
    width: 100%;
    padding: 2%;
  }
  .line-grid-hldr.six .grid-box:after {
    position: absolute;
    bottom: 0;
    content: "";
    background: #b2b2b2;
    width: 50%;
    height: 1px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .line-grid-hldr.six .grid-box:nth-child(6):after {
    display: none;
  }
}
.line-grid-hldr.six .grid-box .grid-content {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.line-grid-hldr.six .grid-box .grid-content .grid-icon-link:hover {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content img,
.line-grid-hldr.six .grid-box .grid-content .svg-icon {
  min-width: 80px;
  height: auto !important;
  width: 100% !important;
  max-width: 60px;
}
.line-grid-hldr.six .grid-box .grid-content img path,
.line-grid-hldr.six .grid-box .grid-content .svg-icon path,
.line-grid-hldr.six .grid-box .grid-content img line,
.line-grid-hldr.six .grid-box .grid-content .svg-icon line,
.line-grid-hldr.six .grid-box .grid-content img polyline,
.line-grid-hldr.six .grid-box .grid-content .svg-icon polyline,
.line-grid-hldr.six .grid-box .grid-content img ellipse,
.line-grid-hldr.six .grid-box .grid-content .svg-icon ellipse {
  stroke-width: 4 !important;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_One,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Two,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Three {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#piggybank #coin {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#collaboration #topcurve,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#collaboration #bottomcurve {
  -webkit-transform-origin: 75px 75px;
  -moz-transform-origin: 75px 75px;
  transform-origin: 75px 75px;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top .speech {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom .speech {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom {
  opacity: .5;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom .speech {
  opacity: 0;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top {
  -webkit-animation: team-fade-one 6s infinite linear;
  -moz-animation: team-fade-one 6s infinite linear;
  animation: team-fade-one 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top .speech {
  -webkit-animation: team-fade-one-speech 6s infinite linear;
  -moz-animation: team-fade-one-speech 6s infinite linear;
  animation: team-fade-one-speech 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom {
  -webkit-animation: team-fade-left 6s infinite linear;
  -moz-animation: team-fade-left 6s infinite linear;
  animation: team-fade-left 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom .speech {
  -webkit-animation: team-fade-left-speech 6s infinite linear;
  -moz-animation: team-fade-left-speech 6s infinite linear;
  animation: team-fade-left-speech 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom {
  -webkit-animation: team-fade-right 6s infinite linear;
  -moz-animation: team-fade-right 6s infinite linear;
  animation: team-fade-right 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom .speech {
  -webkit-animation: team-fade-right-speech 6s infinite linear;
  -moz-animation: team-fade-right-speech 6s infinite linear;
  animation: team-fade-right-speech 6s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #topcurve,
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #bottomcurve {
  -webkit-animation: rotate-collaboration 4s infinite linear;
  -moz-animation: rotate-collaboration 4s infinite linear;
  animation: rotate-collaboration 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #coin {
  -webkit-transform-origin: 103px 20px;
  -moz-transform-origin: 103px 20px;
  transform-origin: 103px 20px;
  -webkit-animation: coin 4s infinite linear;
  -moz-animation: coin 4s infinite linear;
  animation: coin 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #star {
  -webkit-transform-origin: 72px 12px;
  -moz-transform-origin: 72px 12px;
  transform-origin: 72px 12px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#On_Page_SEO #Gear {
  -webkit-transform-origin: 77px 73px;
  -moz-transform-origin: 77px 73px;
  transform-origin: 77px 73px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Local_SEO #Gear {
  -webkit-transform-origin: 74.5px 61.5px;
  -moz-transform-origin: 74.5px 61.5px;
  transform-origin: 74.5px 61.5px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_One {
  -webkit-transform-origin: 68px 20px;
  -moz-transform-origin: 68px 20px;
  transform-origin: 68px 20px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Two {
  -webkit-transform-origin: 17.5px 84px;
  -moz-transform-origin: 17.5px 84px;
  transform-origin: 17.5px 84px;
  -webkit-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  animation: rotate 4s infinite linear, startwo 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Three {
  -webkit-transform-origin: 124px 109px;
  -moz-transform-origin: 124px 109px;
  transform-origin: 124px 109px;
  -webkit-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  animation: rotate 4s infinite linear, starthree 4s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Technical_SEO #Wrench {
  -webkit-transform-origin: 76px 89px;
  -moz-transform-origin: 76px 89px;
  transform-origin: 76px 89px;
  -webkit-animation: shake 3s infinite linear;
  -moz-animation: shake 3s infinite linear;
  animation: shake 3s infinite linear;
}
.line-grid-hldr.six .grid-box .grid-content h4 {
  padding: 0 0 0px;
  margin: 25px 0 0px;
  position: relative;
}
@media (max-width: 1024px) {
  .line-grid-hldr.six .grid-box .grid-content h4 {
    padding: 0;
    margin: 5px 0 0;
  }
}
.line-grid-hldr.six .grid-box .grid-content p {
  padding: 15px 10px 20px;
  margin: 0;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .line-grid-hldr.six .grid-box .grid-content p {
    padding: 0;
    margin: 10px auto 20px;
    width: 90%;
  }
}
.line-grid-hldr.six .grid-box .grid-content a span {
  position: relative;
  z-index: 1;
}
.line-grid-hldr.four {
  position: relative;
}
.line-grid-hldr.four:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  position: absolute;
  background: #b2b2b2;
}
.line-grid-hldr.four:after {
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  background: #b2b2b2;
}
@media (max-width: 767px) {
  .line-grid-hldr.four:before,
  .line-grid-hldr.four:after {
    display: none;
  }
}
.line-grid-hldr.four .grid-box {
  display: block;
  width: 50%;
  padding: 0;
  float: left;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px solid #b2b2b2;
  height: 320px;
  position: relative;
}
@media (min-width: 768px) {
  .line-grid-hldr.four .grid-box {
    width: 50%;
  }
  .line-grid-hldr.four .grid-box:nth-child(1) {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .line-grid-hldr.four .grid-box:nth-child(2) {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  .line-grid-hldr.four .grid-box:nth-child(3) {
    clear: both;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .line-grid-hldr.four .grid-box:nth-child(4) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.four .grid-box {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .line-grid-hldr.four .grid-box:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #b2b2b2;
  }
  .line-grid-hldr.four .grid-box:nth-child(4):after {
    display: none;
  }
}
.line-grid-hldr.four .grid-box .grid-content {
  position: relative;
  width: 90%;
  margin: auto;
  padding-top: 40px;
}
@media (max-width: 980px) and (min-width: 768px) {
  .line-grid-hldr.four .grid-box .grid-content {
    width: 90%;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .line-grid-hldr.four .grid-box .grid-content {
    width: 100%;
  }
}
.line-grid-hldr.four .grid-box .grid-content .grid-icon-link:hover {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content img,
.line-grid-hldr.four .grid-box .grid-content .svg-icon {
  min-width: 60px;
  height: auto !important;
  width: 100% !important;
  padding-bottom: 10px;
  max-width: 60px;
}
.line-grid-hldr.four .grid-box .grid-content img path,
.line-grid-hldr.four .grid-box .grid-content .svg-icon path,
.line-grid-hldr.four .grid-box .grid-content img line,
.line-grid-hldr.four .grid-box .grid-content .svg-icon line,
.line-grid-hldr.four .grid-box .grid-content img polyline,
.line-grid-hldr.four .grid-box .grid-content .svg-icon polyline,
.line-grid-hldr.four .grid-box .grid-content img ellipse,
.line-grid-hldr.four .grid-box .grid-content .svg-icon ellipse {
  stroke-width: 4 !important;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_One,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Two,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#Backlinks #Star_Three {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#piggybank #coin {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#collaboration #topcurve,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#collaboration #bottomcurve {
  -webkit-transform-origin: 75px 75px;
  -moz-transform-origin: 75px 75px;
  transform-origin: 75px 75px;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #top .speech {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #leftbottom .speech {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom {
  opacity: .5;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap .svg-icon#teamwork #rightbottom .speech {
  opacity: 0;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top {
  -webkit-animation: team-fade-one 6s infinite linear;
  -moz-animation: team-fade-one 6s infinite linear;
  animation: team-fade-one 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #top .speech {
  -webkit-animation: team-fade-one-speech 6s infinite linear;
  -moz-animation: team-fade-one-speech 6s infinite linear;
  animation: team-fade-one-speech 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom {
  -webkit-animation: team-fade-left 6s infinite linear;
  -moz-animation: team-fade-left 6s infinite linear;
  animation: team-fade-left 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #leftbottom .speech {
  -webkit-animation: team-fade-left-speech 6s infinite linear;
  -moz-animation: team-fade-left-speech 6s infinite linear;
  animation: team-fade-left-speech 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom {
  -webkit-animation: team-fade-right 6s infinite linear;
  -moz-animation: team-fade-right 6s infinite linear;
  animation: team-fade-right 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#teamwork #rightbottom .speech {
  -webkit-animation: team-fade-right-speech 6s infinite linear;
  -moz-animation: team-fade-right-speech 6s infinite linear;
  animation: team-fade-right-speech 6s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #topcurve,
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#collaboration #bottomcurve {
  -webkit-animation: rotate-collaboration 4s infinite linear;
  -moz-animation: rotate-collaboration 4s infinite linear;
  animation: rotate-collaboration 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #coin {
  -webkit-transform-origin: 103px 20px;
  -moz-transform-origin: 103px 20px;
  transform-origin: 103px 20px;
  -webkit-animation: coin 4s infinite linear;
  -moz-animation: coin 4s infinite linear;
  animation: coin 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#piggybank #star {
  -webkit-transform-origin: 72px 12px;
  -moz-transform-origin: 72px 12px;
  transform-origin: 72px 12px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#On_Page_SEO #Gear {
  -webkit-transform-origin: 77px 73px;
  -moz-transform-origin: 77px 73px;
  transform-origin: 77px 73px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Local_SEO #Gear {
  -webkit-transform-origin: 74.5px 61.5px;
  -moz-transform-origin: 74.5px 61.5px;
  transform-origin: 74.5px 61.5px;
  -webkit-animation: rotate 4s infinite linear;
  -moz-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_One {
  -webkit-transform-origin: 68px 20px;
  -moz-transform-origin: 68px 20px;
  transform-origin: 68px 20px;
  -webkit-animation: rotate 4s infinite linear, starone 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starone 4s infinite linear;
  animation: rotate 4s infinite linear, starone 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Two {
  -webkit-transform-origin: 17.5px 84px;
  -moz-transform-origin: 17.5px 84px;
  transform-origin: 17.5px 84px;
  -webkit-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, startwo 4s infinite linear;
  animation: rotate 4s infinite linear, startwo 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Backlinks #Star_Three {
  -webkit-transform-origin: 124px 109px;
  -moz-transform-origin: 124px 109px;
  transform-origin: 124px 109px;
  -webkit-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  -moz-animation: rotate 4s infinite linear, starthree 4s infinite linear;
  animation: rotate 4s infinite linear, starthree 4s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .svg-wrap.in-view-go .svg-icon#Technical_SEO #Wrench {
  -webkit-transform-origin: 76px 89px;
  -moz-transform-origin: 76px 89px;
  transform-origin: 76px 89px;
  -webkit-animation: shake 3s infinite linear;
  -moz-animation: shake 3s infinite linear;
  animation: shake 3s infinite linear;
}
.line-grid-hldr.four .grid-box .grid-content .grid-icon-link {
  position: inherit;
  text-align: left;
}
.line-grid-hldr.four .grid-box .grid-content .sm-btn {
  text-align: left;
  color: #fff;
  background-color: #212121;
  border-radius: 50px;
  padding: 5px 10px;
}
.line-grid-hldr.four .grid-box .grid-content .sm-btn:hover {
  background-color: #fc8500;
}
.line-grid-hldr.four .grid-box .grid-content h4 {
  text-align: left;
  position: relative;
}
@media (max-width: 1024px) {
  .line-grid-hldr.four .grid-box .grid-content h4 {
    padding: 0;
    margin: 5px 0 0;
  }
}
.line-grid-hldr.four .grid-box .grid-content p {
  padding: 10px 0 20px;
  margin: 0;
  width: 100%;
  text-align: left;
  display: block;
}
@media (max-width: 1024px) {
  .line-grid-hldr.four .grid-box .grid-content p {
    padding: 0;
    margin: 10px auto 20px;
    width: 90%;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes starone {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes starone {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes starone {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes startwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes startwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes startwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes starthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes starthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes starthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  37.5% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  62.5% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  87.5% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes coin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    transform: translateY(70px);
  }
}
@-webkit-keyframes rotate-collaboration {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-collaboration {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-collaboration {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes team-fade-one {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.5;
  }
  97% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes team-fade-one-speech {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes team-fade-left {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0.5;
  }
  97% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes team-fade-left-speech {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes team-fade-right {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  33% {
    opacity: 0.5;
  }
  63% {
    opacity: 0.8;
  }
  66% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  97% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes team-fade-right-speech {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  63% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* End of "Line Grid 4 or 6" */
/* -------------------------------------------- */
/* Start of "Hover Box 2" ID: 1235 */
.hover-box-2-0 {
  width: 100%;
  margin: auto;
  display: block;
  max-width: 480px;
  background: #277cd3;
  position: relative;
  overflow: hidden;
}
.hover-box-2-0 .img-wrap {
  position: relative;
  z-index: 1;
}
.hover-box-2-0 .img-wrap:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  top: 0;
}
.hover-box-2-0 .img-wrap img {
  top: 0%;
  z-index: 5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.hover-box-2-0 .hb-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}
.hover-box-2-0 .hb-content .title {
  color: #fff;
  font-size: 26px;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .hover-box-2-0 .hb-content .title {
    font-size: 24px;
  }
}
.hover-box-2-0 .hb-content .border {
  width: 100%;
  position: relative;
  height: 3px;
  display: block;
}
.hover-box-2-0 .hb-content .border:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.hover-box-2-0 .hb-content p {
  color: #fff !important;
  margin: 10px 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  transform: translateX(100px);
}
.hover-box-2-0:hover .hb-content .border:after {
  width: 100%;
}
.hover-box-2-0:hover .hb-content p {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.hover-box-2-0:hover .img-wrap img {
  left: 0;
}
.hover-box-2-0:hover .img-wrap:after {
  background: rgba(32, 48, 70, 0.8);
}
@media (max-width: 980px) {
  .hover-box-2-0 .hb-content .border:after {
    width: 100%;
  }
  .hover-box-2-0 .hb-content p {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  .hover-box-2-0 .img-wrap img {
    left: 0;
  }
  .hover-box-2-0 .img-wrap:after {
    background: rgba(32, 48, 70, 0.8);
  }
}
/* End of "Hover Box 2" */
/* -------------------------------------------- */
/* Start of "Testimonial Slider" ID: 1046 */
.band-parallax .slick-next:before,
.band-dark .slick-next:before,
.band-dark-alt .slick-next:before,
.band-parallax .slick-prev:before,
.band-dark .slick-prev:before,
.band-dark-alt .slick-prev:before {
  color: #fff;
}
.band-parallax .testimonial-dash-nav .slick-dots li button:before,
.band-dark .testimonial-dash-nav .slick-dots li button:before,
.band-dark-alt .testimonial-dash-nav .slick-dots li button:before {
  background: #fff;
}
.band-light .slick-next:before,
band-light-alt .slick-next:before,
.band-light .slick-prev:before,
band-light-alt .slick-prev:before {
  color: #222;
}
.band-light .testimonial-dash-nav .slick-dots li button:before,
band-light-alt .testimonial-dash-nav .slick-dots li button:before {
  background: #222;
}
.testimonial-dash-nav.slick-slider .slick-next {
  right: 0;
}
.testimonial-dash-nav.slick-slider .slick-prev {
  left: 0;
}
.testimonial-dash-nav.left .qtxt .heading-secondary,
.testimonial-dash-nav.left .qtxt p,
.testimonial-dash-nav.left .qsig p {
  text-align: left !important;
}
@media (max-width: 980px) {
  .testimonial-dash-nav.left .qtxt .heading-secondary,
  .testimonial-dash-nav.left .qtxt p,
  .testimonial-dash-nav.left .qsig p {
    text-align: center !important;
  }
}
.testimonial-dash-nav.left .qsig p {
  padding: 15px 0;
}
.testimonial-dash-nav.right .qtxt .quote-heading,
.testimonial-dash-nav.right .qtxt p,
.testimonial-dash-nav.right .qsig p {
  text-align: right !important;
}
@media (max-width: 980px) {
  .testimonial-dash-nav.right .qtxt .quote-heading,
  .testimonial-dash-nav.right .qtxt p,
  .testimonial-dash-nav.right .qsig p {
    text-align: center !important;
  }
}
.testimonial-dash-nav.right .qsig p {
  padding: 15px 0;
}
.testimonial-dash-nav.center .qtxt .quote-heading,
.testimonial-dash-nav.center .qtxt p,
.testimonial-dash-nav.center .qsig p {
  text-align: center !important;
}
@media (max-width: 980px) {
  .testimonial-dash-nav.center .qtxt .quote-heading,
  .testimonial-dash-nav.center .qtxt p,
  .testimonial-dash-nav.center .qsig p {
    text-align: center !important;
  }
}
.testimonial-dash-nav.center .qsig p {
  padding: 15px 0;
}
.testimonial-dash-nav .slick-slide .qsig,
.testimonial-dash-nav .slick-slide .qtxt {
  opacity: 0 !important;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.testimonial-dash-nav .slick-slide.slick-fadein .qsig,
.testimonial-dash-nav .slick-slide.slick-fadein .qtxt {
  opacity: 1 !important;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.testimonial-dash-nav .slick-dots li button:before {
  font-size: 20px;
}
.testimonial-dash-nav .slick-dots {
  position: absolute;
  bottom: -15px !important;
  text-align: center;
  padding: 0;
  max-width: 100%;
}
.testimonial-dash-nav .quote-heading:before {
  content: "‘‘";
  font-size: 52px;
  vertical-align: bottom;
  line-height: 10px;
}
.testimonial-dash-nav .quote-heading:after {
  content: "’’";
  font-size: 52px;
  vertical-align: bottom;
  line-height: 10px;
}
.testimonial-dash-nav .qhldr {
  width: 90%;
  margin: auto;
}
.testimonial-dash-nav .qmarks {
  position: relative;
  width: 40px;
  display: inline-block;
  line-height: 1;
  text-align: left;
}
.testimonial-dash-nav .qmarks span {
  position: absolute;
  font-size: 80px;
  letter-spacing: -6px;
  font-weight: 400;
  line-height: 8px;
  top: 0;
  opacity: 0.3;
}
.testimonial-dash-nav .qtxt {
  padding: 20px 30px 0 ;
}
.testimonial-dash-nav .qtxt .heading-quote-heading {
  text-align: center;
  padding: 20px 0px;
}
@media (max-width: 480px) {
  .testimonial-dash-nav .qtxt .heading-quote-heading {
    padding: 20px 20px;
  }
}
.testimonial-dash-nav .qtxt p {
  padding: 30px 30px 10px;
  line-height: 1.4;
  text-align: center;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.testimonial-dash-nav .qsig {
  width: 100%;
  margin: auto;
  padding-bottom: 0px;
}
.testimonial-dash-nav .qsig p {
  text-align: center !important;
  margin: 0;
  padding: 15px;
  opacity: 1;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.testimonial-dash-nav .slick-next:before,
.testimonial-dash-nav .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
}
.testimonial-dash-nav .slick-dots li {
  height: 5px !important;
  width: 20px !important;
}
.testimonial-dash-nav .slick-dots li button:before {
  content: "" !important;
  width: 25px !important;
  height: 5px !important;
  background: #fff;
  opacity: 0.25;
}
.testimonial-dash-nav .slick-dots li button:hover:before,
.testimonial-dash-nav .slick-dots .slick-active button:before {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .testimonial-dash-nav .qmarks {
    font-size: 4rem;
    line-height: 20px;
    font-family: serif;
    letter-spacing: -10px;
    vertical-align: bottom;
    margin: 0 8px 0 0;
  }
  .testimonial-dash-nav .qtxt p {
    font-size: 18px;
    padding: 10px 0px 10px;
  }
  .testimonial-dash-nav .qsig p {
    font-size: 16px;
    text-align: center;
  }
}
/* End of "Testimonial Slider" */
/* -------------------------------------------- */
/* Start of "Drop Down Band" ID: 2689 */
.band-dark .band-accordion-wrap .band-accordion-icon:hover i,
.band-dark-alt .band-accordion-wrap .band-accordion-icon:hover i {
  color: #9a9bb5;
}
.band-dark .band-accordion-wrap .band-accordion-btn:hover,
.band-dark-alt .band-accordion-wrap .band-accordion-btn:hover {
  color: #9a9bb5;
}
.band-light .band-accordion-wrap .band-accordion-icon,
.band-light-alt .band-accordion-wrap .band-accordion-icon {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.band-light .band-accordion-wrap .band-accordion-icon:hover i,
.band-light-alt .band-accordion-wrap .band-accordion-icon:hover i {
  color: #9a9bb5 !important;
}
.band-light .band-accordion-wrap .band-accordion-btn:hover,
.band-light-alt .band-accordion-wrap .band-accordion-btn:hover {
  color: #9a9bb5 !important;
}
.band-accordion-wrap {
  position: relative;
  display: block;
}
.band-accordion-wrap .band-accordion-icon {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  z-index: 50;
}
.band-accordion-wrap .band-accordion-icon:hover {
  cursor: pointer;
}
.band-accordion-wrap .band-accordion-icon:hover i {
  color: #862575 !important;
}
.band-accordion-wrap .band-accordion-icon i {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.band-accordion-wrap .band-accordion-icon.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.band-accordion-wrap .band-accordion-btn {
  position: relative;
  z-index: 100;
}
.band-accordion-wrap .band-accordion-btn:hover {
  color: #862575 !important;
}
.band-accordion-wrap .band-accordion-btn.centerline {
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 50px;
}
.band-accordion-wrap .band-accordion-btn.centerline:before,
.band-accordion-wrap .band-accordion-btn.centerline:after {
  background-color: #8A8888;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 480px) {
  .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;
}
.band-dark .mydivi-accordion .et_pb_mydivi_accordion_item .acc-content p,
.band-dark .mydivi-accordion-2-0 .et_pb_mydivi_accordion_item .acc-content p,
.band-dark-alt .mydivi-accordion .et_pb_mydivi_accordion_item .acc-content p,
.band-dark-alt .mydivi-accordion-2-0 .et_pb_mydivi_accordion_item .acc-content p {
  font-size: 17px !important;
}
.band-dark .mydivi-accordion .et_pb_mydivi_accordion_item .acc-content a:hover,
.band-dark .mydivi-accordion-2-0 .et_pb_mydivi_accordion_item .acc-content a:hover {
  color: #ffc07a;
}
@media (max-width: 980px) {
  .et_pb_gutters3 .et_pb_column_3_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_5 {
    width: 100%;
    margin-right: 5.5%;
  }
}
/* 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: #fc8500;
  border-color: #fc8500;
}
.animated-icon-card-wrap .animated-icon-card {
  display: block;
  position: relative;
}
.animated-icon-card-wrap .animated-icon-card .contact {
  position: relative;
  height: 120px;
}
.animated-icon-card-wrap .animated-icon-card .contact .envelope {
  position: relative;
  height: 70px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  background: #F9F9F9;
  transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
}
.animated-icon-card-wrap .animated-icon-card .contact .top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  z-index: 30;
  overflow: hidden;
  transform-origin: top;
  -ms-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transform-origin: top;
  transition: transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -ms-transition: -ms-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -moz-transition: -moz-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -o-transition: -o-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
  -webkit-transition: -webkit-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
}
.animated-icon-card-wrap .animated-icon-card .contact .outer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 53px solid #EEE;
}
.animated-icon-card-wrap .animated-icon-card .contact .outer .inner {
  position: absolute;
  left: -75px;
  top: -60px;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 55px solid #39364a;
}
.animated-icon-card-wrap .animated-icon-card .contact .bottom {
  position: absolute;
  z-index: 20;
  bottom: -1px;
  left: 5px;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 32px solid #39364a;
}
.animated-icon-card-wrap .animated-icon-card .contact .left {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  border-left: 73px solid #39364a;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
.animated-icon-card-wrap .animated-icon-card .contact .right {
  position: absolute;
  z-index: 20;
  top: 0px;
  right: 0px;
  border-right: 73px solid #39364a;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
.animated-icon-card-wrap .animated-icon-card .contact .cover {
  position: absolute;
  z-index: 15;
  bottom: 0px;
  left: 0px;
  height: 55%;
  width: 100%;
  background: #EEE;
}
.animated-icon-card-wrap .animated-icon-card .contact .paper {
  position: absolute;
  height: 83px;
  padding-top: 10px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #F9F9F9;
  z-index: 10;
  transition: margin-top 300ms 0ms;
  -ms-transition: margin-top 300ms 0ms;
  -moz-transition: margin-top 300ms 0ms;
  -o-transition: margin-top 300ms 0ms;
  -webkit-transition: margin-top 300ms 0ms;
}
.animated-icon-card-wrap .animated-icon-card .icon-hldr {
  height: 120px;
}
.animated-icon-card-wrap .animated-icon-card .icon-hldr i {
  font-size: 100px;
  margin-bottom: 10px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
}
.animated-icon-card-wrap .animated-icon-card .heading-hldr {
  margin-bottom: 20px;
}
/* End of "Animated Icon Hover" */
/* -------------------------------------------- */
/* Start of "Isotope Grid Links" ID: 935 */
/* ---- grid ---- */
.grid-2-0 {
  max-width: 100%;
}
.grid-2-0 * {
  box-sizing: border-box;
}
/* clear fix */
.grid-2-0:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-2-0 .grid-item {
  float: left;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .grid-2-0 .grid-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid-2-0 .grid-item {
    width: 100%;
  }
}
.grid-2-0 .grid-item .cf-accordions {
  background: #8EB021;
}
.grid-2-0 .grid-item .cf-accordions:hover {
  background: #A5C63B;
}
.grid-2-0 .grid-item .cf-buttons {
  background: #FFA800;
}
.grid-2-0 .grid-item .cf-buttons:hover {
  background: #FFCD02;
}
.grid-2-0 .grid-item .cf-cards {
  background: #2980B9;
}
.grid-2-0 .grid-item .cf-cards:hover {
  background: #3498DB;
}
.grid-2-0 .grid-item .cf-dividers {
  background: #8E44AD;
}
.grid-2-0 .grid-item .cf-dividers:hover {
  background: #9B59B6;
}
.grid-2-0 .grid-item .cf-grids {
  background: #2D3E52;
}
.grid-2-0 .grid-item .cf-grids:hover {
  background: #356272;
}
.grid-2-0 .grid-item .cf-lists {
  background: #C0392B;
}
.grid-2-0 .grid-item .cf-lists:hover {
  background: #E74C3C;
}
.grid-2-0 .grid-item .cf-sliders {
  background: #16A085;
}
.grid-2-0 .grid-item .cf-sliders:hover {
  background: #1ABC9C;
}
.grid-2-0 .grid-item .cf-quotes {
  background: #D45C9E;
}
.grid-2-0 .grid-item .cf-quotes:hover {
  background: #EC87BF;
}
.grid-2-0 .grid-item .box-link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 100;
  border: 0px solid #2d2d2d;
  overflow: hidden;
}
.grid-2-0 .grid-item .box-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 6;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link .box-link-label {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.grid-2-0 .grid-item .box-link .box-link-label .heading-tertiary {
  color: #fff !important;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link .box-link-label a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px 5px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.grid-2-0 .grid-item .box-link .box-link-label a:hover {
  background: #fff;
  color: #222;
}
.grid-2-0 .grid-item .box-link:hover:after {
  background: rgba(0, 0, 0, 0.6);
}
.grid-2-0 .grid-item .box-link:hover .box-link-label img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.grid-2-0 .grid-item .box-link:hover .box-link-label .heading-tertiary {
  color: #fff !important;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.grid-2-0 .grid-item .box-link:hover .box-link-label a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 980px) {
  .grid-2-0 .grid-item .box-link:after {
    background: rgba(0, 0, 0, 0.6);
  }
  .grid-2-0 .grid-item .box-link .box-link-label img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  .grid-2-0 .grid-item .box-link .box-link-label .heading-tertiary {
    color: #fff !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  .grid-2-0 .grid-item .box-link .box-link-label a {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.grid-2-0 .grid-item:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
}
.grid-2-0 .grid-item--width20 {
  width: 20%;
}
.grid-2-0 .grid-item--width40 {
  width: 40%;
}
.grid-2-0 .grid-item--width60 {
  width: 60%;
}
.grid-2-0 .grid-item--width80 {
  width: 80%;
}
.grid-2-0 .grid-item--width25 {
  width: 25%;
}
.grid-2-0 .grid-item--width50 {
  width: 50%;
}
.grid-2-0 .grid-item--width75 {
  width: 75%;
}
.grid-2-0 .grid-item--width33 {
  width: 33.333%;
}
.grid-2-0 .grid-item--width66 {
  width: 66.666%;
}
@media (max-width: 980px) {
  .grid-2-0 .grid-item--width20,
  .grid-2-0 .grid-item--width40,
  .grid-2-0 .grid-item--width60,
  .grid-2-0 .grid-item--width80,
  .grid-2-0 .grid-item--width25,
  .grid-2-0 .grid-item--width50,
  .grid-2-0 .grid-item--width75,
  .grid-2-0 .grid-item--width33,
  .grid-2-0 .grid-item--width66 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid-2-0 .grid-item--width20,
  .grid-2-0 .grid-item--width40,
  .grid-2-0 .grid-item--width60,
  .grid-2-0 .grid-item--width80,
  .grid-2-0 .grid-item--width25,
  .grid-2-0 .grid-item--width50,
  .grid-2-0 .grid-item--width75,
  .grid-2-0 .grid-item--width33,
  .grid-2-0 .grid-item--width66 {
    width: 100%;
  }
}
.grid-2-0 .grid-item--height:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
}
/* End of "Isotope Grid Links" */
/* -------------------------------------------- */
/* Start of "Get Started BTN" ID: 930 */
.get-started-btn {
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  position: relative;
  color: #fff;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.74);
}
.get-started-btn span {
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 94px;
  text-align: center;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.74);
}
.get-started-btn:hover {
  border: 2px solid rgba(255, 101, 99, 0.7);
}
.get-started-btn:hover span {
  background: rgba(255, 101, 99, 0.74);
}
/* End of "Get Started BTN" */
/* -------------------------------------------- */
/* 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;
}
.testimonial-slider-w-circle-image .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
.testimonial-slider-w-circle-image .slick-dots li button:before {
  opacity: .5;
  color: #fff;
  content: "\f111";
  font-family: FontAwesome;
}
.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: FontAwesome;
}
.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: FontAwesome;
}
.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 "Hero Video Popup" ID: 876 */
.herospot_vid {
  position: relative;
  z-index: 3;
  background: #222;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 80vh !important;
  max-height: 900px !important;
  /*****************************/
}
.herospot_vid:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .herospot_vid {
    background-image: url('../uploads/2018/04/team-laughing-outside.jpg');
    background-size: cover;
    background-position: 50% 50%;
  }
  .herospot_vid:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
  }
}
.herospot_vid video {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 10;
  opacity: .7;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .herospot_vid video {
    display: none;
  }
}
.herospot_vid .overlay {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 60%;
  margin-left: 20%;
  z-index: 200;
}
@media (max-width: 980px) {
  .herospot_vid .overlay {
    width: 90%;
    margin: 5%;
  }
}
.herospot_vid .overlay .playbtn {
  font-size: 40px;
  margin-right: 1rem;
  color: #ffffff;
  vertical-align: bottom;
}
.herospot_vid .overlay .text--topline,
.herospot_vid .overlay .text--videoline {
  text-align: center;
  padding: 0px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1024px) {
  .herospot_vid .overlay .text--topline,
  .herospot_vid .overlay .text--videoline {
    font-size: 2rem;
  }
}
.herospot_vid .overlay .heading-wrap {
  padding-bottom: 20px;
  display: block;
}
.herospot_vid .overlay .heading-wrap h4 {
  color: #fff !important;
}
.herospot_vid .overlay .text--topline {
  bottom: 50px;
}
@media (max-width: 1024px) {
  .herospot_vid .overlay .text--topline {
    bottom: 0rem;
    display: block;
  }
}
.herospot_vid .overlay .text--videoline {
  line-height: 40px;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .herospot_vid .overlay .text--videoline {
    font-size: 15px;
  }
}
.herospot_vid .overlay a.popup-video:hover,
.herospot_vid .overlay .popup-video:hover span,
.herospot_vid .overlay .popup-video:hover .playbtn {
  color: #fc8500 !important;
}
.herospot_vid .overlay .text--cta {
  font-size: 20rem;
  margin-top: 1rem;
}
.pl-res-phone .herospot_vid .overlay .text--cta {
  font-size: 5rem;
}
.pl-res-tablet .herospot_vid .overlay .text--cta {
  font-size: 10rem;
}
.herospot_vid .overlay p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-family: inherit;
  margin-bottom: 20px;
}
.herospot_vid .overlay a {
  color: #fff;
}
.mfp-bg.white-overlay {
  opacity: 0.7 !important;
  background: #000000 !important;
}
.mfp-wrap.custom-close .mfp-content {
  position: relative;
}
.mfp-wrap.custom-close .mfp-content .mfp-close {
  background-color: rgba(171, 212, 126, 0);
  border: solid 0px #eee;
  color: #eee;
  border-radius: 20%;
  opacity: 1;
  font-weight: 900;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 48px;
  position: absolute;
  top: -53px;
  right: -5px;
}
@media (max-width: 480px) {
  .mfp-wrap.custom-close .mfp-content .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 26px;
    position: absolute;
    top: -25px;
  }
}
iframe.mfp-iframe {
  position: absolute;
}
/* End of "Hero Video Popup" */
/* -------------------------------------------- */
/* Start of "Portfolio Grid" ID: 866 */
/* ---- settings ---- */
/* ---- grid ---- */
.grid-hldr {
  max-width: 100%;
  display: block;
  margin: 0%;
}
.grid-hldr .grid {
  max-width: 100%;
  /* ---- grid-item ---- */
}
.grid-hldr .grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-hldr .grid .grid-sizer {
  display: none !important;
}
.grid-hldr .grid .grid-sizer,
.grid-hldr .grid .grid-item {
  width: 33.333%;
  color: #fff;
  display: block;
  box-sizing: border-box;
  margin: 0%;
  position: relative;
}
.grid-hldr .grid .grid-sizer:after,
.grid-hldr .grid .grid-item:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.grid-hldr .grid .grid-sizer .grid-overlay-hldr,
.grid-hldr .grid .grid-item .grid-overlay-hldr {
  position: relative;
  z-index: 4;
}
.grid-hldr .grid .grid-sizer .grid-overlay-hldr:before,
.grid-hldr .grid .grid-item .grid-overlay-hldr:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
@media (max-width: 767px) {
  .grid-hldr .grid .grid-sizer,
  .grid-hldr .grid .grid-item {
    width: 48%;
    margin: 1%;
  }
}
@media (max-width: 640px) {
  .grid-hldr .grid .grid-sizer,
  .grid-hldr .grid .grid-item {
    width: 98%;
  }
  .grid-hldr .grid .grid-sizer:after,
  .grid-hldr .grid .grid-item:after {
    padding-top: 50%;
  }
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-sizer,
  .grid-hldr .grid .grid-item {
    width: 98%;
  }
  .grid-hldr .grid .grid-sizer:after,
  .grid-hldr .grid .grid-item:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 100%;
  }
}
.grid-hldr .grid .grid-sizer.dw,
.grid-hldr .grid .grid-item.dw {
  width: 66.666%;
}
.grid-hldr .grid .grid-sizer.dw:after,
.grid-hldr .grid .grid-item.dw:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 50%;
}
@media (max-width: 767px) {
  .grid-hldr .grid .grid-sizer.dw,
  .grid-hldr .grid .grid-item.dw {
    width: 48%;
  }
  .grid-hldr .grid .grid-sizer.dw:after,
  .grid-hldr .grid .grid-item.dw:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 100%;
  }
}
@media (max-width: 640px) {
  .grid-hldr .grid .grid-sizer.dw,
  .grid-hldr .grid .grid-item.dw {
    width: 98%;
  }
  .grid-hldr .grid .grid-sizer.dw:after,
  .grid-hldr .grid .grid-item.dw:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 50%;
  }
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-sizer.dw,
  .grid-hldr .grid .grid-item.dw {
    width: 98%;
  }
  .grid-hldr .grid .grid-sizer.dw:after,
  .grid-hldr .grid .grid-item.dw:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 100%;
  }
}
.grid-hldr .grid .grid-item {
  float: left;
  background: #222222;
  border: 0px solid #333;
  border-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.grid-hldr .grid .grid-item:hover .grid-overlay-hldr {
  background: rgba(255, 255, 255, 0);
}
.grid-hldr .grid .grid-item:hover .grid-overlay-hldr .grid-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.grid-hldr .grid .grid-item:hover .grid-content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 110;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  opacity: 1;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-title:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #ffffff !important;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
}
.grid-hldr .grid .grid-item:hover .grid-content p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  color: #ffffff !important;
  font-weight: 300;
  opacity: 1;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-btn {
  color: #fff;
  width: 110px;
  border: 1px solid #FFFFFF;
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-btn.left-btn {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  transform: translatey(0px);
}
.grid-hldr .grid .grid-item:hover .grid-content .grid-btn.right-btn {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  transform: translatey(0px);
}
.grid-hldr .grid .grid-item .grid-content {
  position: absolute;
  z-index: 5;
}
.grid-hldr .grid .grid-item .grid-content .quote-box {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-item .grid-content .quote-box {
    font-size: 15px;
  }
}
.grid-hldr .grid .grid-item .grid-content .quote-box .porfolio-quote {
  padding-bottom: 16px;
  display: inline-block;
}
.grid-hldr .grid .grid-item .grid-content .quote-box .porfolio-sig {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-item .grid-content .quote-box .porfolio-sig {
    font-size: 15px;
  }
}
.grid-hldr .grid .grid-item .grid-overlay-hldr {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
}
.grid-hldr .grid .grid-item .grid-overlay-hldr .grid-overlay {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transform: all .5s;
  -moz-transform: all .5s;
  transform: all .5s;
}
.grid-hldr .grid .grid-item .grid-content {
  position: absolute;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: all .5s;
  -moz-transform: all .5s;
  transform: all .5s;
}
.grid-hldr .grid .grid-item .grid-content.quotebox-hldr {
  padding: 25px;
}
.grid-hldr .grid .grid-item .grid-content .grid-title {
  padding: 0;
  margin: 0;
  color: #ffffff !important;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.1;
}
@media (max-width: 480px) {
  .grid-hldr .grid .grid-item .grid-content .grid-title {
    font-size: 20px;
  }
}
.grid-hldr .grid .grid-item .grid-content .grid-title:after {
  content: "";
  width: 150px;
  height: 1px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
}
.grid-hldr .grid .grid-item .grid-content p {
  color: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin: 10px 0 30px;
  opacity: 0;
  color: #ffffff;
}
.grid-hldr .grid .grid-item .grid-content .grid-btn {
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-decoration: none;
  padding: 7px;
  width: 110px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 12px;
  margin: 10px 10px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 1024px) {
  .grid-hldr .grid .grid-item .grid-content .grid-btn {
    background: #fff;
    color: #222222 !important;
  }
}
.grid-hldr .grid .grid-item .grid-content .grid-btn.left-btn {
  -webkit-transform: translatey(50px);
  -moz-transform: translatey(50px);
  transform: translatey(50px);
}
.grid-hldr .grid .grid-item .grid-content .grid-btn.right-btn {
  -webkit-transform: translatey(50px);
  -moz-transform: translatey(50px);
  transform: translatey(50px);
}
.grid-hldr .grid .grid-item .grid-content .grid-btn:hover {
  background: #fff;
  color: #222222;
}
@media (max-width: 1024px) {
  .grid-hldr .grid .grid-item .grid-overlay-hldr {
    background: rgba(255, 255, 255, 0);
  }
  .grid-hldr .grid .grid-item .grid-overlay-hldr .grid-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  .grid-hldr .grid .grid-item .grid-content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .grid-hldr .grid .grid-item .grid-content h3 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .grid-hldr .grid .grid-item .grid-content h3:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -75px;
  }
  .grid-hldr .grid .grid-item .grid-content p {
    display: none;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-btn {
    color: #fff;
    border: 1px solid #FFFFFF;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-btn.left-btn {
    display: none;
  }
  .grid-hldr .grid .grid-item .grid-content .grid-btn.right-btn {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  .grid-hldr .grid .grid-item.grid-item--width2:after {
    padding-top: 100%;
  }
}
/* End of "Portfolio Grid" */
/* -------------------------------------------- */
/* Start of "Transparent Hero" ID: 847 */
.band-hero .et_parallax_bg.et_pb_parallax_css {
  background-position: center;
}
.transparent-hero {
  position: relative;
  height: 85vh;
  overflow: hidden;
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .transparent-hero .heading-hero {
    font-size: 65px !important;
  }
}
.transparent-hero .fluid-width-video-wrapper {
  position: absolute;
  padding: 0 !important;
  background: #222;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.transparent-hero .youtube-hero-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120%;
  min-width: 120%;
  min-height: 120%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  opacity: .4;
}
.transparent-hero .text-rotator {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  display: block;
}
.transparent-hero .text-rotator .r-text {
  display: block;
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
  line-height: 90px;
  height: 90px;
}
@media (max-width: 1024px) {
  .transparent-hero .text-rotator .r-text {
    font-size: 40px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .transparent-hero .text-rotator .r-text {
    font-size: 20px;
    line-height: 30px;
    height: 90px;
  }
}
.transparent-hero .et_pb_more_button {
  display: inline-block;
  margin-top: 20px;
  color: inherit;
  text-shadow: none;
  text-decoration: none;
  border-color: #fff;
  color: #fff !important;
}
.transparent-hero .th-text-wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
  z-index: 10;
  max-width: 1400px;
}
.transparent-hero .th-text-wrap a i {
  font-size: 30px;
  color: #fc8500;
  transform: translatey(0px);
  transition: all .3s;
}
.transparent-hero .th-text-wrap a:hover i {
  transform: translatey(-10px);
}
.transparent-hero .th-text-wrap .th-headings {
  padding: 25px;
  border-radius: 8px;
}
.transparent-hero .th-text-wrap .th-headings .heading-hero,
.transparent-hero .th-text-wrap .th-headings .heading-primary {
  text-align: left;
  color: #fff !important;
  line-height: 1.1 !important;
}
/* End of "Transparent Hero" */
/* -------------------------------------------- */
/* Start of "Full Height Hero" ID: 864 */
.herospotimg {
  position: relative;
  width: 100%;
  display: block;
  z-index: 99;
  height: 100vh;
}
.herospotimg.hs-alignright {
  background-position: left center !important;
}
.herospotimg.hs-alignleft {
  background-position: right center !important;
}
.herospotimg.hs-auto {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center top !important;
}
.herospotimg.hs-auto .herospottxt {
  position: relative;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.herospotimg .herospotoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
.herospotimg .herospottxt {
  position: absolute;
  width: 80%;
  z-index: 101;
  display: block;
  vertical-align: middle;
  left: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.herospotimg .herospottxt .inner-text {
  width: 100%;
  margin: auto;
}
.herospotimg .herospottxt .inner-text ol,
.herospotimg .herospottxt .inner-text ul {
  list-style-type: disc;
  margin-left: 40px;
}
.herospotimg .herospottxt h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.herospotimg .herospottxt.hs-alignleft {
  text-align: left;
  padding-bottom: 45px;
}
.herospotimg .herospottxt.hs-aligncenter {
  text-align: center;
  width: 90%;
  left: 5%;
  right: 5%;
}
.herospotimg .herospottxt.hs-alignright {
  text-align: right;
  right: 5%;
  left: initial;
}
.herospotimg .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;
}
.herospotimg .scrollhero:hover {
  opacity: 1;
  cursor: pointer;
}
.herospotimg .scrollhero i {
  font-size: 50px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .herospotimg .herospottxt.hs-alignleft {
    text-align: center;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  .herospotimg .herospottxt.hs-alignleft ul,
  .herospotimg .herospottxt.hs-alignleft ol {
    display: inline-block;
  }
  .herospotimg .herospottxt.hs-alignleft ul li,
  .herospotimg .herospottxt.hs-alignleft ol li {
    text-align: left;
  }
  .herospotimg .herospottxt.hs-aligncenter {
    text-align: center;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  .herospotimg .herospottxt.hs-aligncenter ul,
  .herospotimg .herospottxt.hs-aligncenter ol {
    display: inline-block;
  }
  .herospotimg .herospottxt.hs-aligncenter ul li,
  .herospotimg .herospottxt.hs-aligncenter ol li {
    text-align: left;
  }
  .herospotimg .herospottxt.hs-alignright {
    text-align: center;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  .herospotimg .herospottxt.hs-alignright ul,
  .herospotimg .herospottxt.hs-alignright ol {
    display: inline-block;
  }
  .herospotimg .herospottxt.hs-alignright ul li,
  .herospotimg .herospottxt.hs-alignright ol li {
    text-align: left;
  }
}
/* End of "Full Height Hero" */
/* -------------------------------------------- */
/* Start of "Affiliate Slider" ID: 1566 */
.band-dark .logo-carousel .slick-prev:before,
.band-dark-alt .logo-carousel .slick-prev:before,
.band-quote .logo-carousel .slick-prev:before,
.band-parallax .logo-carousel .slick-prev:before,
.band-dark .logo-carousel .slick-next:before,
.band-dark-alt .logo-carousel .slick-next:before,
.band-quote .logo-carousel .slick-next:before,
.band-parallax .logo-carousel .slick-next:before {
  color: #ffffff;
}
.band-light .logo-carousel .slick-prev:before,
.band-light-alt .logo-carousel .slick-prev:before,
.band-light .logo-carousel .slick-next:before,
.band-light-alt .logo-carousel .slick-next:before {
  color: #222222;
}
.logo-carousel {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0px !important;
}
.logo-carousel .slick-list {
  margin: 0 25px;
  overflow: hidden;
}
.logo-carousel .slick-prev {
  left: 0px;
}
.logo-carousel .slick-next {
  right: 0px;
}
.logo-carousel .slick-prev:before,
.logo-carousel .slick-next:before {
  color: #e9e674;
}
.logo-carousel .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
}
.logo-carousel .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  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;
}
@media (max-width: 767px) {
  .logo-carousel .slick-slide img {
    position: relative;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
.logo-carousel .slick-slide .greyscaleimg {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -moz-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.logo-carousel .slick-slide .greyscaleimg:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
@media screen and (max-width: 480px) {
  .logo-carousel {
    width: 80%;
    margin: 2% auto;
  }
  .logo-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
}
/* End of "Affiliate Slider" */
/* ================================================ */
/* Start of Style Chunk CSS */
/* -------------------------------------------- */
/* Start of "(.riccobene-banner) &#8211; for Charlotte and Concord pages" ID: 36299 */
.riccobene-banner {
  z-index: 0;
}
/* End of "(.riccobene-banner) &#8211; for Charlotte and Concord pages */
/* -------------------------------------------- */
/* Start of "(.locations-styling) &#8211; Toggle modules on Home page" ID: 36277 */
#main-content .et_pb_section.locations-styling .et_pb_toggle p.toggle-text {
  color: #000 !important;
}
/* End of "(.locations-styling) &#8211; Toggle modules on Home page */
/* -------------------------------------------- */
/* Start of "(.payment-assistance-options-row) &#8211; mainly layout and image styling" ID: 35899 */
.payment-assistance-options-row .image-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.payment-assistance-options-row .image-column .sunbit-logo .et_pb_image_wrap img {
  width: 400px;
}
@media screen and (max-width: 981px) {
  .payment-assistance-options-row .image-column .sunbit-logo {
    margin: 0 auto;
  }
}
.payment-assistance-options-row .text-and-dropdown-column {
  z-index: 9 !important;
}
@media screen and (max-width: 981px) {
  .payment-assistance-options-row .text-and-dropdown-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* End of "(.payment-assistance-options-row) &#8211; mainly layout and image styling */
/* -------------------------------------------- */
/* Start of "et_pb_text_align_center" ID: 35441 */
.et_pb_text_align_center,
.et_pb_text_align_ {
  text-align: center;
}
.et_pb_text_align_left {
  text-align: left;
}
.et_pb_text_align_right {
  text-align: right;
}
@media (max-width: 980px) {
  .et_pb_text_align_left,
  .et_pb_text_align_right {
    text-align: center;
  }
}
/* End of "et_pb_text_align_center */
/* -------------------------------------------- */
/* Start of "Accordion and Popup Link Style" ID: 35275 */
.team-card-popup p a,
.team-card-popup ul a,
.team-card-popup ol a {
  color: #fc8500 !important;
}
.team-card-popup p a:hover,
.team-card-popup ul a:hover,
.team-card-popup ol a:hover {
  color: #212121 !important;
}
.icon-accordion-wrap .icon-accordion-2-0 .icon-acc-content .btn-wrap {
  margin-bottom: 1.2em;
}
.icon-accordion-wrap .icon-accordion-2-0 .icon-acc-content p a,
.icon-accordion-wrap .icon-accordion-2-0 .icon-acc-content ul a,
.icon-accordion-wrap .icon-accordion-2-0 .icon-acc-content ol a {
  color: #fc8500 !important;
}
.icon-accordion-wrap .icon-accordion-2-0 .icon-acc-content p a:hover,
.icon-accordion-wrap .icon-accordion-2-0 .icon-acc-content ul a:hover,
.icon-accordion-wrap .icon-accordion-2-0 .icon-acc-content ol a:hover {
  color: #212121 !important;
}
/* End of "Accordion and Popup Link Style */
/* -------------------------------------------- */
/* Start of "Footer Widget Margins" ID: 35231 */
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
  margin: 0 0 20px !important;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget.widget_fsocial_widget {
  margin-bottom: 40px !important;
  display: block;
  clear: both;
  width: 100%;
}
/* End of "Footer Widget Margins */
/* -------------------------------------------- */
/* Start of "Video Hero Fix" ID: 34844 */
@media (min-width: 1200px) {
  .transparent-hero .fluid-width-video-wrapper {
    height: 115% !important;
  }
  .transparent-hero .th-text-wrap {
    top: 55% !important;
  }
}
@media (max-width: 1199px) {
  .transparent-hero .fluid-width-video-wrapper {
    width: auto !important;
  }
}
/* End of "Video Hero Fix */
/* -------------------------------------------- */
/* Start of "Footer Style Fixes" ID: 33968 */
@media only screen and (min-width: 1366px) {
  div#custom_html-4 {
    margin-bottom: 13%;
  }
  div#custom_html-5 {
    margin-bottom: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  div#custom_html-2 {
    margin-bottom: 34%;
  }
}
@media only screen and (min-width: 1536px) {
  div#custom_html-2,
  div#custom_html-5 {
    margin-bottom: 26.347%;
  }
  div#custom_html-6 {
    margin-bottom: 32%;
  }
  div#custom_html-4 {
    margin-bottom: 21%;
  }
}
@media only screen and (min-width: 1600px) {
  div#custom_html-6 {
    margin-bottom: 26.347%;
  }
  div#custom_html-4 {
    margin-bottom: 26.347%;
  }
}
.footer-widget .widget_fsocial_widget {
  display: none !important;
}
/* End of "Footer Style Fixes */
/* -------------------------------------------- */
/* Start of "Team page fixes" ID: 33833 */
.page-id-17132 .et_pb_module.et_pb_image.et_pb_image_8 {
  margin-top: 0 !important;
}
/* End of "Team page fixes */
/* -------------------------------------------- */
/* Start of "Left aligned Button Fix" ID: 33757 */
.btn-left .basic-btn {
  margin-left: 0;
}
/* End of "Left aligned Button Fix */
/* -------------------------------------------- */
/* Start of "COVID Link Styling" ID: 33663 */
.coronav {
  color: #fff !important;
  font-weight: 600 !important;
}
.coronav:hover {
  color: #a6461a !important;
}
.ctext {
  color: #fff;
  font-weight: 400;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1.5;
  padding: 0 !important;
}
@media (max-width: 1245px) {
  .ctext {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 2.5;
    padding: 0 !important;
  }
}
.coronaband {
  background: #fc8500 !important;
  padding: 40px 0 !important;
}
@media (min-width: 1100px) {
  .coronaband {
    z-index: 99;
    position: relative;
  }
}
.coronaband-mobile {
  background: #fc8500 !important;
  padding: 40px 0 !important;
}
/* End of "COVID Link Styling */
/* -------------------------------------------- */
/* Start of "March 11 Bloom Popup" ID: 28377 */
.et_bloom .et_bloom_optin_4 .et_bloom_form_header img {
  max-width: 300px;
  width: 100%;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_header .et_bloom_form_text {
  padding: 5px;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_header .et_bloom_form_text p {
  line-height: 1.2;
  font-size: 14px;
  margin-top: 0.5em;
  color: #fff !important;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content {
  padding: 15px 30px;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #222;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content input {
  padding: 5px !important;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content textarea {
  height: 80px;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_footer {
  margin-top: 30px;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_footer button {
  background: #fc8500 !important;
  color: #fff;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_footer button span {
  color: #fff;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_footer button:hover {
  background: #222 !important;
  color: #fff;
  cursor: pointer;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_footer button:hover span {
  color: #fff;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_wrapper .top_label li.gfield.gf_left_half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  padding-left: 0px;
  float: none;
}
@media (max-width: 767px) {
  .et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_wrapper .top_label li.gfield.gf_right_half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 16px;
  padding-right: 0px;
  float: none;
}
@media (max-width: 767px) {
  .et_bloom .et_bloom_optin_4 .et_bloom_form_container .et_bloom_form_content .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
    padding-left: 16px;
    padding-right: 0px;
  }
}
/* End of "March 11 Bloom Popup */
/* -------------------------------------------- */
/* Start of "Text Box PopUp" ID: 28257 */
.text-box-popup {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px #222;
}
.text-box-popup p {
  color: #212121 !important;
}
.et_pb_text ul {
  list-style: disc;
  margin-left: 20px;
}
/* End of "Text Box PopUp */
/* -------------------------------------------- */
/* Start of "top-heading" ID: 28108 */
.top-heading {
  line-height: 1.2;
}
/* End of "top-heading */
/* -------------------------------------------- */
/* Start of "Bloom Storm" ID: 28106 */
.et_bloom .et_bloom_optin_3 .et_bloom_form_container {
  max-width: 600px;
}
.et_bloom .et_bloom_optin_3 .et_bloom_form_container .et_bloom_form_container_wrapper {
  max-width: 600px;
}
.et_bloom .et_bloom_optin_3 .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_header {
  padding: 0;
  margin: 0;
}
.et_bloom .et_bloom_optin_3 .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_header img {
  padding: 0;
  margin: 0;
}
.et_bloom .et_bloom_optin_3 .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content {
  padding: 0px;
}
/* End of "Bloom Storm */
/* -------------------------------------------- */
/* Start of "disable-link open-child-mobile" ID: 28091 */
.disable-link > a {
  pointer-events: none;
}
@media (max-width: 980px) {
  .open-child-mobile .sub-menu,
  .sidr-class-open-child-mobile .sub-menu,
  .open-child-mobile .sidr-class-sub-menu,
  .sidr-class-open-child-mobile .sidr-class-sub-menu {
    display: block !important;
  }
  .open-child-mobile .subnav-toggle,
  .sidr-class-open-child-mobile .subnav-toggle {
    display: none;
  }
}
/* End of "disable-link open-child-mobile */
/* -------------------------------------------- */
/* Start of "Footer Widget Mobile Fix" ID: 28088 */
@media (max-width: 980px) {
  .et_pb_widget {
    width: 100%;
  }
}
/* End of "Footer Widget Mobile Fix */
/* -------------------------------------------- */
/* Start of "circle pseudo elemetns mobile styling" ID: 18026 */
@media only screen and (max-width: 1024px) {
  .add-shapes2::after {
    opacity: 0.3;
  }
  .add-shapes2::before {
    opacity: 0.3;
  }
}
/* End of "circle pseudo elemetns mobile styling */
/* -------------------------------------------- */
/* Start of "quote band color &#8211; dark band alt p text" ID: 17998 */
#main-content .et_pb_section.band-dark-alt p {
  color: #fff !important;
}
#main-content .et_pb_section.band-quote {
  background-image: none;
  background-color: #1d5570 !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
/* End of "quote band color &#8211; dark band alt p text */
/* -------------------------------------------- */
/* Start of "contact icon fix" ID: 17936 */
.heading-spacer-icon .heading-tertiary:before {
  margin-right: 5px;
}
.fullheader #navigation .nav .ph-icon {
  display: none !important;
}
/* End of "contact icon fix */
/* -------------------------------------------- */
/* Start of "bottom angles" ID: 17926 */
.white-angle-right {
  position: relative;
}
.white-angle-right:before {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 100%;
  height: 15%;
  z-index: 5;
  background: linear-gradient(to left bottom, #ffffff 50%, transparent 50%);
}
.blue-angle-left {
  position: relative;
}
.blue-angle-left:before {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 100%;
  height: 15%;
  z-index: 5;
  background: linear-gradient(to right bottom, #418bae 50%, transparent 50%);
}
/* End of "bottom angles */
/* -------------------------------------------- */
/* Start of "Curves &#038; Services Mobile Styling" ID: 17837 */
@media only screen and (max-width: 1024px) {
  .orange-curve-top::before {
    top: -295px !important;
  }
  .white-curve-top::before {
    top: -470px !important;
  }
}
@media only screen and (max-width: 770px) {
  .orange-curve-top::before {
    top: -223px !important;
  }
  .white-curve::before {
    top: -490px !important;
  }
  .white-curve-top::before {
    top: -490px !important;
  }
}
@media only screen and (max-width: 500px) {
  .orange-curve-top::before {
    top: -106px !important;
  }
  .white-curve::before {
    top: -500px !important;
  }
  .line-grid-hldr.six .grid-box {
    height: 325px !important;
  }
  .line-grid-hldr.six .grid-box::after {
    background: #fff !important;
  }
  .white-curve-top::before {
    top: -495px !important;
  }
}
/* End of "Curves &#038; Services Mobile Styling */
/* -------------------------------------------- */
/* Start of "Location Mobile Styling" ID: 17827 */
@media only screen and (max-width: 770px) {
  .et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_specialty_column.et-last-child {
    z-index: 2;
  }
  .add-shapes2::before {
    opacity: 0.3;
  }
  .add-shapes2::after {
    opacity: 0.3;
  }
  .herospottxt.hs-aligncenter.hs-alignmiddle.hs-text-align-center {
    z-index: 900;
    position: relative !important;
  }
}
/* End of "Location Mobile Styling */
/* -------------------------------------------- */
/* Start of "G-form &#8220;Choose your location&#8221;" ID: 17817 */
#gformpop1 .gform_wrapper .gform_footer {
  display: none;
}
.gform-nightnday-button {
  color: #fc8500;
  display: block;
  text-align: center;
  padding: 20px;
  background: transparent;
  border: 2px solid #fc8500;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.gform-nightnday-button:hover {
  color: #fff;
  background: #fc8500;
}
.custom-form-popup-2-0 .gform_heading::before {
  z-index: 1;
}
#gform_submit_button_21 {
  display: none;
}
/* End of "G-form &#8220;Choose your location&#8221; */
/* -------------------------------------------- */
/* Start of "Meet the team Mobile Styling" ID: 17813 */
@media only screen and (max-width: 770px) {
  .inner-text h1 {
    color: #212121 !important;
    font-weight: 400 !important;
  }
  .inner-text h2 {
    color: #212121 !important;
    font-weight: 400 !important;
  }
  .inner-text h4 {
    color: #212121 !important;
    font-weight: 300 !important;
  }
}
@media only screen and (max-width: 500px) {
  .white-angle-right::before {
    width: 189% !important;
    z-index: 2 !important;
    bottom: -8% !important;
  }
  .blue-angle-left::before {
    width: 370% !important;
  }
}
/* End of "Meet the team Mobile Styling */
/* -------------------------------------------- */
/* Start of "HomePage Mobile Styling" ID: 17801 */
@media only screen and (max-width: 1024px) {
  .clip-img-1 img {
    max-width: 300px !important;
  }
  .clip-img-2 img {
    max-width: 300px !important;
    margin-top: 0 !important;
  }
  .orange-curve::before {
    top: -266px !important;
  }
  .clip-img-3 img {
    max-width: 300px !important;
    margin-top: 0 !important;
  }
  .line-grid-hldr.four::before {
    display: none;
  }
  .line-grid-hldr.four::after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .et_pb_module.et-waypoint.et_pb_image.et_pb_animation_left.et_pb_image_0.et_always_center_on_mobile.et-animated {
    padding-bottom: 40px;
  }
  .vert-align-text .et_pb_mydivi_headings,
  .vert-align-text .btn-wrap,
  .vert-align-text .et_pb_text {
    position: initial !important;
    transform: translatey(0) !important;
  }
  .orange-curve::before {
    top: -220px !important;
  }
  .clip-img-2 {
    max-width: 450px !important;
  }
  .clip-img-2 img {
    max-width: 450px !important;
  }
}
@media only screen and (max-width: 500px) {
  .orange-curve::before {
    top: -110px !important;
  }
  .clip-img-1 img {
    max-width: 300px !important;
  }
  .clip-img-2 img {
    max-width: 300px !important;
    margin-top: 0px !important;
  }
  .clip-img-3 img {
    max-width: 300px !important;
    margin-top: 0 !important;
  }
  .mobile-vidpopup .et_pb_column .heading-hero,
  .mobile-vidpopup .heading-hero {
    font-size: 42px !important;
    padding-top: 100px !important;
  }
  .mobile-vidpopup .et_pb_column .heading-secondary,
  .mobile-vidpopup .heading-secondary {
    font-size: 25px !important;
  }
  .mobile-vidpopup .herospot_vid .overlay p {
    margin-bottom: 80px !important;
  }
  .herospot_vid::after {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .dual-cta-wrap {
    width: 350px !important;
    left: -3% !important;
  }
  .dual-cta-wrap .dc-block {
    padding: 40px 10px !important;
  }
  #text-2 {
    float: right;
  }
}
@media only screen and (max-width: 375px) {
  .dual-cta-wrap {
    left: -8% !important;
  }
}
/* End of "HomePage Mobile Styling */
/* -------------------------------------------- */
/* Start of "Blog" ID: 17717 */
.et_pb_posts .et_pb_post .desc-wrap a.more-link,
.archive .et_pb_post .desc-wrap a.more-link {
  background: transparent !important;
  color: #fc8500 !important;
  border: 2px solid #fc8500 !important;
}
.et_pb_posts .et_pb_post .desc-wrap a.more-link:hover,
.archive .et_pb_post .desc-wrap a.more-link:hover {
  background: #fc8500 !important;
  color: #fff !important;
}
/* End of "Blog */
/* -------------------------------------------- */
/* Start of "Line grid 6" ID: 17667 */
.line-grid-hldr.six::before {
  background: #fff;
}
.line-grid-hldr.six::after {
  background: #fff;
}
.line-grid-hldr.six .six-midline {
  background: #fff;
}
.grid-content {
  padding-top: 50px;
}
/* End of "Line grid 6 */
/* -------------------------------------------- */
/* Start of "Accordion styling" ID: 17549 */
.band-light .mydivi-accordion li .accordion-title::before {
  background: #fc8500;
}
.accordion-title {
  color: #fff !important;
  font-weight: 600 !important;
  font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif !important;
}
.band-dark .mydivi-accordion li .accordion-title::before {
  background: #212121;
}
.band-dark .accordion-title {
  color: #212121 !important;
}
/* End of "Accordion styling */
/* -------------------------------------------- */
/* Start of "meet the team" ID: 17503 */
.nightnday-z {
  z-index: 2;
}
.add-shapes2::after {
  right: -170px !important;
}
/* End of "meet the team */
/* -------------------------------------------- */
/* Start of "dual cta" ID: 17477 */
.dual-cta-wrap .dc-block h4 {
  color: #fc8500 !important;
}
.arrow-cta .fa.fa-arrow-right {
  color: #fc8500 !important;
}
/* End of "dual cta */
/* -------------------------------------------- */
/* Start of "wide shadow" ID: 17344 */
.wide-shadow img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.add-shapes2 img {
  z-index: 4;
}
.add-shapes2:before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: 300px;
  left: -20px;
  background: #fc8500;
  z-index: 1;
  position: absolute;
}
.add-shapes2:after {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  bottom: 50px;
  right: -100px;
  background: #ea3c3a;
  z-index: 1;
  position: absolute;
}
/* End of "wide shadow */
/* -------------------------------------------- */
/* Start of "orange curve" ID: 17310 */
.cta-row {
  margin-bottom: -80px !important;
  z-index: 10;
}
.bottom-angle {
  position: relative;
}
.bottom-angle:after {
  content: "";
  position: absolute;
  bottom: -150px;
  width: 100%;
  height: 150px;
  left: 0;
  background-image: url(../uploads/2018/04/curve-orange-bottom-copy.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: block;
  z-index: 1;
}
.orange-curve:before {
  content: "";
  position: absolute;
  top: -400px;
  width: 100%;
  height: 400px;
  left: 0;
  background-image: url(../uploads/2018/04/orange-curve.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: block;
  z-index: 1;
}
.orange-curve:after {
  content: "";
  position: absolute;
  bottom: -300px;
  width: 100%;
  height: 300px;
  left: 0;
  background-image: url(../uploads/2018/04/bottom-curve.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: block;
  z-index: 1;
}
.blue-curve:before {
  content: "";
  position: absolute;
  top: -500px;
  width: 100%;
  height: 500px;
  left: 0;
  background-image: url(../uploads/2018/04/blue-curve-top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  display: block;
  z-index: 1;
}
.blue-curve:after {
  content: "";
  position: absolute;
  bottom: -300px;
  width: 100%;
  height: 300px;
  left: 0;
  background-image: url(../uploads/2018/04/bottom-curve-blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: block;
  z-index: 1;
}
.clip-img-1 img {
  max-width: 450px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}
.clip-img-2 img {
  max-width: 450px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
  margin-top: -140px;
}
.clip-img-3 img {
  max-width: 450px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
  margin-top: -100px;
}
.curve-content {
  position: relative;
  z-index: 4;
}
.orange-curve-top:before {
  content: "";
  position: absolute;
  top: -400px;
  width: 100%;
  height: 400px;
  left: 0;
  background-image: url(../uploads/2018/04/orange-curve.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: block;
  z-index: 1;
}
.white-curve:before {
  content: "";
  position: absolute;
  top: -500px;
  width: 100%;
  height: 500px;
  left: 0;
  background-image: url(../uploads/2018/04/white-curve.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  display: block;
  z-index: 1;
}
.white-curve:after {
  content: "";
  position: absolute;
  bottom: -300px;
  width: 100%;
  height: 300px;
  left: 0;
  background-image: url(../uploads/2018/04/bottom-curve-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: block;
  z-index: 1;
}
.white-curve-top:before {
  content: "";
  position: absolute;
  top: -500px;
  width: 100%;
  height: 500px;
  left: 0;
  background-image: url(../uploads/2018/04/white-curve.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  display: block;
  z-index: 1;
}
/* End of "orange curve */
/* -------------------------------------------- */
/* Start of "toggle style" ID: 17301 */
.et_pb_toggle {
  border-radius: 30px;
  background: #fff;
}
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title {
  color: #666;
  font-size: 21px;
  text-transform: uppercase;
  padding: 0 20px 0 0 !important;
}
.et_pb_toggle_open {
  padding: 20px 20px 30px;
  background-color: #fff;
}
#main-content .et_pb_section.band-dark-alt p {
  color: #e7e7e7 !important;
}
.toggle-btn {
  background: #fc8500;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff !important;
  display: inline-block;
}
.toggle-btn:hover {
  background: #c76c05;
}
.et_pb_toggle_title:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  color: #418bae !important;
  font-size: 16px;
  content: "\e050";
}
.et_pb_toggle_content.clearfix p {
  color: #212121 !important;
}
/* End of "toggle style */
/* -------------------------------------------- */
/* Start of "icon-band" ID: 17299 */
.icon-band .shadow-card {
  background: #fff;
  z-index: 4;
}
.icon-band:before {
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: -100px;
  right: -100px;
  background: #418bae;
  z-index: 1;
  position: absolute;
}
.icon-band:after {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  bottom: 0;
  left: -50px;
  background: #fdbf18;
  z-index: 1;
  position: absolute;
}
/* End of "icon-band */
/* -------------------------------------------- */
/* Start of "vert-align-text" ID: 17286 */
.vert-align-text {
  position: relative;
}
.vert-align-text .et_pb_mydivi_headings,
.vert-align-text .btn-wrap,
.vert-align-text .et_pb_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  transform: translatey(-50%);
}
#main-content .et_pb_section.band-light .heading-secondary {
  color: #c65002 !important;
  font-weight: 600;
}
.first-band {
  position: relative;
}
.first-band:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #fc8500 transparent transparent;
}
/* End of "vert-align-text */
/* -------------------------------------------- */
/* Start of "add bubbles" ID: 17280 */
.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 "add bubbles */
/* -------------------------------------------- */
/* Start of "Footer Update" ID: 17243 */
#main-footer .container {
  width: 90%;
}
#footer-widgets {
  padding-top: 12% !important;
}
/* End of "Footer Update */
/* -------------------------------------------- */
/* Start of "Image Opacity Hover" ID: 17234 */
.opacity-hover:hover {
  opacity: .5 !important;
}
/* 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 #212121;
}
.color-primary-bottom-border {
  border-bottom: 10px solid #212121;
}
.color-primary-top-border-thin {
  border-top: 4px solid #212121;
}
.color-primary-bottom-border-thin {
  border-bottom: 4px solid #212121;
}
.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 #e7e7e7;
}
.color-secondary-bottom-border {
  border-bottom: 10px solid #e7e7e7;
}
.color-secondary-top-border-thin {
  border-top: 4px solid #e7e7e7;
}
.color-secondary-bottom-border-thin {
  border-bottom: 4px solid #e7e7e7;
}
.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 #6d6e71;
}
.color-tertiary-bottom-border {
  border-bottom: 10px solid #6d6e71;
}
.color-tertiary-top-border-thin {
  border-top: 4px solid #6d6e71;
}
.color-tertiary-bottom-border-thin {
  border-bottom: 4px solid #6d6e71;
}
.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 #fc8500;
}
.color-accenta-bottom-border {
  border-bottom: 10px solid #fc8500;
}
.color-accenta-top-border-thin {
  border-top: 4px solid #fc8500;
}
.color-accenta-bottom-border-thin {
  border-bottom: 4px solid #fc8500;
}
.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 #418bae;
}
.color-accentb-bottom-border {
  border-bottom: 10px solid #418bae;
}
.color-accentb-top-border-thin {
  border-top: 4px solid #418bae;
}
.color-accentb-bottom-border-thin {
  border-bottom: 4px solid #418bae;
}
.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: #ffffff;
}
@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: #ffffff !important;
}
.overlap-form .gform_wrapper input {
  color: #222222;
  background: #ffffff;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label {
  color: #222222;
}
.overlap-form .gform_wrapper .gfield.sgform .gfield_label.focus {
  color: #ffffff;
  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: #ffffff !important;
}
.overlap-form .gform_wrapper .gform_footer .gform_button:hover {
  background: #f1c40f !important;
  color: #ffffff !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 */
.widget_fsocial_widget .widgettitle {
  width: 100%;
}
.widget_fsocial_widget .rsmm-socialbar-wrap {
  text-align: center;
  border: 1px solid #eee;
  padding-bottom: 14px;
}
.widget_fsocial_widget .rsmm-socialbar-wrap a {
  padding: 0 10px;
  position: relative;
}
.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;
}
.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;
}
.widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-facebook:after {
  content: "Facebook";
}
.widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-linkedin:after {
  content: "Linkedin";
}
.widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-twitter:after {
  content: "Twitter";
}
.widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-youtube:after {
  content: "Youtube";
}
.widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-google-plus:after {
  content: "Google+";
}
.widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-pinterest:after {
  content: "Pinterest";
}
.widget_fsocial_widget .rsmm-socialbar-wrap a:hover i.fa-instagram:after {
  content: "Instagram";
}
.widget_fsocial_widget.fwidget .rsmm-socialbar-wrap {
  text-align: left;
  border: 0px solid #eee;
  padding-bottom: 0;
}
.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 {
  column-count: 2;
}
@media (max-width: 980px) {
  .two-column-fa-list ul {
    column-count: 1;
  }
}
/* 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: #212121;
}
.custom-blog-feed.et_pb_posts .et_pb_post .post-meta {
  padding-left: 0px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  color: #212121 !important;
}
.custom-blog-feed.et_pb_posts .et_pb_post .post-meta a {
  color: #212121 !important;
}
.custom-blog-feed.et_pb_posts .et_pb_post .blog-content {
  display: none;
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap {
  text-align: center;
  padding-left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link {
  text-align: center;
  padding-left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  background: rgba(0, 0, 0, 0);
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link span {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 32px;
  left: 0;
  bottom: 15px;
  text-align: center;
  padding-left: 150px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link span {
    padding-left: 0px;
  }
}
.custom-blog-feed.et_pb_posts .et_pb_post .read_more_wrap a.more-link span:before {
  font: normal normal normal 32px/1 FontAwesome;
  position: relative;
  /* bottom: 30px; */
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
  /* left: 50%; */
  text-align: center;
  color: #222;
  box-sizing: border-box;
  content: "\f18e";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.custom-blog-feed.et_pb_posts .et_pb_post:hover {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.custom-blog-feed.et_pb_posts .et_pb_post:hover .read_more_wrap a.more-link span:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* End of "Custom Blog Feed */
/* -------------------------------------------- */
/* Start of "Bubbles" ID: 4565 */
.add-bubbles {
  position: relative;
  overflow: hidden;
}
.add-bubbles .et_pb_row {
  position: relative;
  z-index: 10;
}
.add-bubbles .bubbles {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* End of "Bubbles */
/* -------------------------------------------- */
/* Start of "Yoast SEO location and hour styles" ID: 3418 */
/* location */
.wpseo-location h3 {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
}
/* office hours */
table.wpseo-opening-hours {
  font-size: inherit;
  border: none;
  max-width: 400px;
}
table.wpseo-opening-hours td {
  padding: 0;
  border-top: none;
}
table.wpseo-opening-hours td.time {
  padding-left: 15px;
}
@media (max-width: 980px) {
  table.wpseo-opening-hours {
    max-width: 300px;
    margin: 0 auto;
  }
  table.wpseo-opening-hours td.time {
    text-align: right;
  }
}
/* class to hide weird br tags that sometimes crop up */
.disable-br-tags br {
  display: none;
}
/* End of "Yoast SEO location and hour styles */
/* -------------------------------------------- */
/* Start of "In View Animations" ID: 1166 */
.in-view-animate-repeat,
.in-view-animate {
  z-index: 1;
}
.in-view-animate-repeat.fade-in,
.in-view-animate.fade-in {
  opacity: 0;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.fade-in.in-view-go,
.in-view-animate.fade-in.in-view-go {
  opacity: 1;
}
.in-view-animate-repeat.zoom-in,
.in-view-animate.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.zoom-in.in-view-go,
.in-view-animate.zoom-in.in-view-go {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.in-view-animate-repeat.top-to-bottom,
.in-view-animate.top-to-bottom {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.top-to-bottom.in-view-go,
.in-view-animate.top-to-bottom.in-view-go {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.in-view-animate-repeat.bottom-to-top,
.in-view-animate.bottom-to-top {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.bottom-to-top.in-view-go,
.in-view-animate.bottom-to-top.in-view-go {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.in-view-animate-repeat.right-to-left,
.in-view-animate.right-to-left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.right-to-left.in-view-go,
.in-view-animate.right-to-left.in-view-go {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.in-view-animate-repeat.left-to-right,
.in-view-animate.left-to-right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.left-to-right.in-view-go,
.in-view-animate.left-to-right.in-view-go {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.in-view-animate-repeat.flip-from-left,
.in-view-animate.flip-from-left {
  opacity: 0;
  -webkit-transform: translateX(-100%) rotate(-180deg);
  -moz-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.flip-from-left.in-view-go,
.in-view-animate.flip-from-left.in-view-go {
  opacity: 1;
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
}
.in-view-animate-repeat.flip-from-right,
.in-view-animate.flip-from-right {
  opacity: 0;
  -webkit-transform: translateX(100%) rotate(180deg);
  -moz-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.flip-from-right.in-view-go,
.in-view-animate.flip-from-right.in-view-go {
  opacity: 1;
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
}
.in-view-animate-repeat.flip-from-top,
.in-view-animate.flip-from-top {
  opacity: 0;
  -webkit-transform: translateY(-100%) rotate(-180deg);
  -moz-transform: translateY(-100%) rotate(-180deg);
  transform: translateY(-100%) rotate(-180deg);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.flip-from-top.in-view-go,
.in-view-animate.flip-from-top.in-view-go {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}
.in-view-animate-repeat.flip-from-bottom,
.in-view-animate.flip-from-bottom {
  opacity: 0;
  -webkit-transform: translateY(100%) rotate(180deg);
  -moz-transform: translateY(100%) rotate(180deg);
  transform: translateY(100%) rotate(180deg);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.in-view-animate-repeat.flip-from-bottom.in-view-go,
.in-view-animate.flip-from-bottom.in-view-go {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}
.in-view-animate-repeat.delay-0-1s,
.in-view-animate.delay-0-1s {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
.in-view-animate-repeat.delay-0-2s,
.in-view-animate.delay-0-2s {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.in-view-animate-repeat.delay-0-3s,
.in-view-animate.delay-0-3s {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.in-view-animate-repeat.delay-0-4s,
.in-view-animate.delay-0-4s {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
.in-view-animate-repeat.delay-0-5s,
.in-view-animate.delay-0-5s {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.in-view-animate-repeat.delay-0-6s,
.in-view-animate.delay-0-6s {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.in-view-animate-repeat.delay-0-7s,
.in-view-animate.delay-0-7s {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
.in-view-animate-repeat.delay-0-8s,
.in-view-animate.delay-0-8s {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
.in-view-animate-repeat.delay-0-9s,
.in-view-animate.delay-0-9s {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.in-view-animate-repeat.delay-1-0s,
.in-view-animate.delay-1-0s {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.in-view-animate-repeat.delay-1-1s,
.in-view-animate.delay-1-1s {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.in-view-animate-repeat.delay-1-2s,
.in-view-animate.delay-1-2s {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.in-view-animate-repeat.delay-1-3s,
.in-view-animate.delay-1-3s {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.in-view-animate-repeat.delay-1-4s,
.in-view-animate.delay-1-4s {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.in-view-animate-repeat.delay-1-5s,
.in-view-animate.delay-1-5s {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.in-view-animate-repeat.delay-1-6s,
.in-view-animate.delay-1-6s {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.in-view-animate-repeat.delay-1-7s,
.in-view-animate.delay-1-7s {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.in-view-animate-repeat.delay-1-8s,
.in-view-animate.delay-1-8s {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.in-view-animate-repeat.delay-1-9s,
.in-view-animate.delay-1-9s {
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.in-view-animate-repeat.delay-2-0s,
.in-view-animate.delay-2-0s {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
@media (max-width: 1024px) {
  .in-view-animate-repeat.delay-0-1s,
  .in-view-animate.delay-0-1s,
  .in-view-animate-repeat.delay-0-2s,
  .in-view-animate.delay-0-2s,
  .in-view-animate-repeat.delay-0-3s,
  .in-view-animate.delay-0-3s,
  .in-view-animate-repeat.delay-0-4s,
  .in-view-animate.delay-0-4s,
  .in-view-animate-repeat.delay-0-5s,
  .in-view-animate.delay-0-5s,
  .in-view-animate-repeat.delay-0-6s,
  .in-view-animate.delay-0-6s,
  .in-view-animate-repeat.delay-0-7s,
  .in-view-animate.delay-0-7s,
  .in-view-animate-repeat.delay-0-8s,
  .in-view-animate.delay-0-8s,
  .in-view-animate-repeat.delay-0-9s,
  .in-view-animate.delay-0-9s,
  .in-view-animate-repeat.delay-1-0s,
  .in-view-animate.delay-1-0s,
  .in-view-animate-repeat.delay-1-0s,
  .in-view-animate.delay-1-0s,
  .in-view-animate-repeat.delay-1-2s,
  .in-view-animate.delay-1-2s,
  .in-view-animate-repeat.delay-1-3s,
  .in-view-animate.delay-1-3s,
  .in-view-animate-repeat.delay-1-4s,
  .in-view-animate.delay-1-4s,
  .in-view-animate-repeat.delay-1-5s,
  .in-view-animate.delay-1-5s,
  .in-view-animate-repeat.delay-1-6s,
  .in-view-animate.delay-1-6s,
  .in-view-animate-repeat.delay-1-7s,
  .in-view-animate.delay-1-7s,
  .in-view-animate-repeat.delay-1-8s,
  .in-view-animate.delay-1-8s,
  .in-view-animate-repeat.delay-1-9s,
  .in-view-animate.delay-1-9s,
  .in-view-animate-repeat.delay-2-0s,
  .in-view-animate.delay-2-0s {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
}
/* End of "In View Animations */
/* -------------------------------------------- */
/* Start of "Branded Blog" ID: 1014 */
#main-content > .heateor_sss_sharing_container {
  display: none;
}
.widget_ng_expanding_archives .widgettitle {
  width: 100%;
}
.et_pb_widget_area .widget_search #searchsubmit {
  width: 120px;
  background: #fc8500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: arial;
  height: 40px;
  border: 0;
}
.et_pb_widget_area .widget_search #searchsubmit:hover {
  background: #418bae;
  color: #ffffff;
}
.entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 30px;
}
#main-content .et_pb_widget {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 40px !important;
}
#main-content .et_pb_widget .et_pb_widget .entry-title a {
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 400;
}
#main-content .et_pb_widget .widgettitle {
  display: inline-block;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-bottom: 1px solid #fff;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
  margin-bottom: -1px;
}
#main-content .et_pb_widget .expanding-archives-title {
  background: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  padding: 0;
  line-height: 30px;
  font-size: 15px;
}
#main-content .et_pb_widget .expanding-archive-month {
  font-size: 16px;
}
.et_pb_posts .et_pb_post,
.archive .et_pb_post {
  margin-bottom: 40px;
  padding: 0px 20px 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}
@media (max-width: 767px) {
  .et_pb_posts .et_pb_post,
  .archive .et_pb_post {
    max-width: 410px;
    margin: 0 auto 40px;
    padding: 0px 0px 40px;
  }
}
.et_pb_posts .et_pb_post:after,
.archive .et_pb_post:after {
  content: "";
  display: block;
  clear: both;
}
.et_pb_posts .et_pb_post .entry-featured-image-url,
.archive .et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
.et_pb_posts .et_pb_post .entry-featured-image-url img,
.archive .et_pb_post .entry-featured-image-url img {
  max-width: initial;
  vertical-align: bottom;
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 767px) {
  .et_pb_posts .et_pb_post .entry-featured-image-url,
  .archive .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
.et_pb_posts .et_pb_post .entry-featured-image-url:hover img,
.archive .et_pb_post .entry-featured-image-url:hover img {
  opacity: .7;
}
.et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
.archive .et_pb_post.has-post-thumbnail .desc-wrap {
  float: left;
  width: 50%;
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .et_pb_posts .et_pb_post.has-post-thumbnail .desc-wrap,
  .archive .et_pb_post.has-post-thumbnail .desc-wrap {
    padding: 15px;
    width: 100%;
    float: none;
  }
}
.et_pb_posts .et_pb_post .desc-wrap,
.archive .et_pb_post .desc-wrap {
  float: none;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .et_pb_posts .et_pb_post .desc-wrap,
  .archive .et_pb_post .desc-wrap {
    width: 100%;
  }
}
.et_pb_posts .et_pb_post .desc-wrap .entry-title,
.archive .et_pb_post .desc-wrap .entry-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}
.et_pb_posts .et_pb_post .desc-wrap .entry-title a,
.archive .et_pb_post .desc-wrap .entry-title a {
  color: #212121;
}
.et_pb_posts .et_pb_post .desc-wrap .entry-title a:hover,
.archive .et_pb_post .desc-wrap .entry-title a:hover {
  color: #6d6e71;
}
.et_pb_posts .et_pb_post .desc-wrap .post-meta,
.archive .et_pb_post .desc-wrap .post-meta {
  margin-bottom: 6px;
  font-size: 12px;
}
.et_pb_posts .et_pb_post .desc-wrap a.more-link,
.archive .et_pb_post .desc-wrap a.more-link {
  display: block;
  clear: both;
  padding: 1px 0 0px;
  font-size: 12px;
  width: 100px;
  text-align: center;
  margin: 30px auto 0 0;
  background: #fc8500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 0;
}
.et_pb_posts .et_pb_post .desc-wrap a.more-link:hover,
.archive .et_pb_post .desc-wrap a.more-link:hover {
  background: #418bae;
  color: #ffffff;
}
.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
  width: 80% !important;
  max-width: 1555px !important;
  margin: auto;
}
.et_pb_post_single {
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
  border-radius: 4px 4px;
}
.et_pb_post_single h1 {
  font-size: 45px !important;
  line-height: 1.2;
}
.et_pb_post_single h2 {
  font-size: 30px;
  margin: 40px 0 10px;
  padding: 0;
  line-height: 1.2;
}
.et_pb_post_single h3 {
  font-size: 24px;
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 10px;
}
.et_pb_post_single h4 {
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 10px;
}
.et_pb_post_single p.post-meta {
  font-size: 14px;
  margin-bottom: 30px;
}
.et_pb_post_single ul {
  margin-left: 30px;
}
.et_pb_post_single ol {
  margin-left: 30px;
}
.et_pb_post_single blockquote {
  margin: 20px 0 30px 30px;
  padding: 20px;
  border-left: 3px solid #6d6e71;
}
.et_pb_post_single .wp-caption {
  max-width: 96%;
  margin-bottom: 10px;
  padding: 8px;
  padding-top: 4px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  text-align: center;
  margin: 10px auto 30px;
}
.et_pb_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: #fc8500;
  padding: 1px 20px 0;
  display: inline-block;
  border-radius: 40px;
  letter-spacing: 1px;
}
.pagination a:hover {
  background: #418bae;
  color: #fff;
}
#comment-wrap #commentform .form-submit {
  float: none;
}
#comment-wrap #commentform .form-submit .submit.et_pb_button {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-family: arial;
  line-height: 1 !important;
  padding: 10px 20px 10px;
  margin: 5px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  letter-spacing: .5px;
  border-color: #fc8500;
  color: #ffffff;
  background: #fc8500;
}
#comment-wrap #commentform .form-submit .submit.et_pb_button:hover {
  color: #ffffff;
  background: #418bae;
  border-color: #418bae;
}
/* End of "Branded Blog */
/* -------------------------------------------- */
/* Start of "Custom Form Popup &#8211;  Drop Us a Line" ID: 921 */
.sgform-clear {
  clear: both;
}
.custom-form-popup-2-0 {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}
.custom-form-popup-2-0 .mfp-close {
  color: #ffffff !important;
}
.custom-form-popup-2-0 .ginput_container {
  margin-top: 0px !important;
}
.custom-form-popup-2-0 .sgform label {
  position: absolute;
  line-height: 48px !important;
  margin: 0 10px !important;
  left: 0;
  font-weight: 400 !important;
}
.custom-form-popup-2-0 .sgform label.focus {
  bottom: 0;
  color: #ffffff;
  display: inline-block !important;
  left: 10px;
  width: 80px;
  height: 40px;
  text-align: center;
  margin: 0 !important;
  right: 0;
  top: -50px;
  font-size: 12px;
  line-height: 40px !important;
  padding: 0 10px;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1 !important;
  background: #fc8500;
}
.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: #fc8500;
}
.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: #212121;
  text-align: center;
  color: #ffffff !important;
  padding: 40px;
  position: relative;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
}
.custom-form-popup-2-0 .gform_confirmation_message h3 {
  font-size: 2em;
  font-weight: 600;
  padding: 20px 20px 0;
}
.custom-form-popup-2-0 .gform_confirmation_message h4 {
  background: #212121;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  padding: 50px 0;
  text-transform: uppercase;
  position: relative;
}
.custom-form-popup-2-0 .gform_confirmation_message h4:after {
  position: absolute;
  content: "";
  width: 30px;
  background: #fff;
  bottom: -15px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-form-popup-2-0 .gform_confirmation_message p {
  margin: 0;
  padding: 10px 20px 10px;
}
.custom-form-popup-2-0 .gform_confirmation_message p:nth-last-child(1) {
  padding-bottom: 60px;
}
.custom-form-popup-2-0 .gform_left {
  width: 48%;
  float: left;
  margin-right: 4%;
  clear: none !important;
}
.custom-form-popup-2-0 .gform_right {
  width: 48%;
  float: left;
  clear: none !important;
}
.custom-form-popup-2-0 .gform_wrapper {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
}
.custom-form-popup-2-0 .gform_wrapper ul {
  max-width: 100%;
}
.custom-form-popup-2-0 .gform_wrapper .gform_button {
  padding: 0 20px !important;
  text-transform: uppercase;
  background: #fc8500;
  border: 0;
  color: #ffffff;
  width: auto !important;
  line-height: 40px;
  height: 40px;
  margin: 0 !important;
}
.custom-form-popup-2-0 .gform_wrapper .gform_button:hover {
  background: #418bae !important;
  cursor: pointer;
  color: #ffffff;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 20px 10px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body ul li.gfield {
  margin-top: 16px;
  padding-bottom: 20px;
  padding-right: 0;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body select,
.custom-form-popup-2-0 .gform_wrapper .gform_body input {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  width: 100% !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: #fc8500;
  color: #ffffff;
  width: auto !important;
  line-height: initial;
  height: inherit;
  margin: 0;
  border: 0;
  line-height: 40px;
  height: 40px;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gform_page_footer .button:hover {
  background: #418bae;
  color: #ffffff;
  cursor: pointer;
}
.custom-form-popup-2-0 .gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  background: #eee;
  color: #222;
}
.custom-form-popup-2-0 .gform_wrapper .gform_footer {
  padding: 20px;
  text-align: right;
  margin: 0;
}
.custom-form-popup-2-0 .gform_wrapper .gf_progressbar_wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  border-bottom: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.custom-form-popup-2-0 .gform_wrapper .gf_progressbar_wrapper h3 {
  font-size: 18px;
  color: #fff;
}
.custom-form-popup-2-0 .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  display: none;
}
.custom-form-popup-2-0 .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}
.custom-form-popup-2-0.white-popup {
  padding: 0;
}
.custom-form-popup-2-0 .heading-tertiary.form-heading,
.custom-form-popup-2-0 .heading-secondary.form-heading {
  padding: 30px 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #1d2731;
  font-weight: 600 !important;
}
.custom-form-popup-2-0 .gform_heading {
  padding: 40px;
  background: #212121;
  color: #ffffff;
  position: relative;
  text-align: center;
  width: 100% !important;
}
.custom-form-popup-2-0 .gform_heading:before {
  position: absolute;
  content: "";
  width: 30px;
  background: #ffffff;
  bottom: -15px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  /* border-radius: 50%; */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-form-popup-2-0 .gform_heading .gform_title {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
}
.drop-us-a-line {
  padding: 0px;
}
.drop-us-a-line .gform_wrapper {
  margin: 0;
}
.drop-us-a-line .gform_wrapper ul {
  max-width: 100%;
}
.drop-us-a-line .gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.drop-us-a-line .gform_wrapper .gform_body {
  width: 100%;
}
.drop-us-a-line .gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: .625em 0 .375em;
  font-weight: 400 !important;
  font-family: Source Sans Pro;
  color: #fff !important;
}
.drop-us-a-line .gform_wrapper .sgform label {
  position: absolute;
  line-height: 45px !important;
  margin: 0 10px !important;
  left: 0;
  font-weight: 400 !important;
}
.drop-us-a-line .gform_wrapper .sgform label.focus {
  bottom: 0;
  color: #ffffff;
  display: inline-block !important;
  left: 10px;
  width: 80px;
  height: 40px;
  text-align: center;
  margin: 0 !important;
  right: 0;
  top: -50px;
  font-size: 12px;
  line-height: 40px !important;
  padding: 0 10px !important;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1 !important;
  background: #fc8500;
}
.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: #fc8500;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li label.gfield_label,
.drop-us-a-line .gform_wrapper ul li label.gfield_label {
  padding: 5px 0px;
  font-size: 14px;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield,
.drop-us-a-line .gform_wrapper ul li.gfield {
  padding: 0;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield textarea,
.drop-us-a-line .gform_wrapper ul li.gfield textarea {
  width: 100% !important;
  background: #ffffff;
  border: 1px solid #2980b9;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield input,
.drop-us-a-line .gform_wrapper ul li.gfield input {
  width: 100%;
  padding: 0 5px;
  line-height: 45px;
  background: #ffffff;
  border: 1px solid #2980b9;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left,
  .drop-us-a-line .gform_wrapper ul li.gfield.gform_left {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_right {
  clear: none;
  float: left;
  width: 49%;
  margin: 0;
}
@media (max-width: 767px) {
  .drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right,
  .drop-us-a-line .gform_wrapper ul li.gfield.gform_right {
    width: 100%;
    margin-right: 0%;
  }
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left,
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_right {
  padding-bottom: 30px;
}
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_left input,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_left input,
.drop-us-a-line .gform_wrapper ul.gform_fields li.gfield.gform_right input,
.drop-us-a-line .gform_wrapper ul li.gfield.gform_right input {
  width: 100%;
  padding: 0 5px;
}
.drop-us-a-line .gform_wrapper .gform_footer {
  text-align: right;
  margin: 0;
}
.drop-us-a-line .gform_wrapper .gform_footer .gform_button {
  text-align: center;
  padding: 0 20px !important;
  line-height: 40px !important;
  width: auto !important;
  text-transform: uppercase;
  background: #fc8500;
  color: #ffffff;
  line-height: initial;
  height: inherit;
  font-size: 16px !important;
  margin: 0;
  border: 0 !important;
}
.drop-us-a-line .gform_wrapper .gform_footer .gform_button:hover {
  background: #418bae;
  color: #ffffff;
  cursor: pointer;
}
/* End of "Custom Form Popup &#8211;  Drop Us a Line */
/* -------------------------------------------- */
/* Start of "Footer Social Icons" ID: 875 */
#main-footer .sb-links .sb-link {
  color: #fff;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link {
  color: #FFF;
  font-size: 20px;
  margin: 0 5px;
  position: relative;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-facebook {
  color: #547bbd;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-linkedin {
  color: #1b92bd;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-twitter {
  color: #78ccf0;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-youtube {
  color: #e9644a;
}
#main-footer .rsmm-socialbar-wrap .sb-links .sb-link:hover .fa-google {
  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: #6d6e71;
  color: #ffffff;
  margin: 0;
  border: 0;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
}
.sidebar-subscribe_wrapper.gform_wrapper .gform_footer button[type="submit"]:hover {
  cursor: pointer;
  color: #ffffff;
  background: #fc8500;
}
.sidebar-subscribe_wrapper.gform_wrapper .sgform label {
  font-weight: 400 !important;
}
.sidebar-subscribe_wrapper.gform_wrapper .sgform .focus {
  color: #fff;
  background: #fc8500;
  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: #fc8500;
  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: #fc8500;
}
.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: #fc8500;
}
.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 
 * ================================================ */
.gasoline-alley .disable-link > a {
  pointer-events: none;
}
.gasoline-alley .disable-link > a:hover {
  color: #fc8500;
  opacity: 1;
}
.top-hours #hshours {
  display: none;
}
.page-id-33794 .top-hours #hshours {
  display: block;
}
.page-id-33794 .top-hours #hours {
  display: none;
}
.calloverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 1100;
}
.calloverlay .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.calloverlay .close_btn:hover {
  cursor: pointer;
}
.calloverlay .close_btn i {
  color: #222;
  font-size: 30px;
  z-index: 1102;
  line-height: 50px;
}
.calloverlay.cohidden {
  display: none !important;
}
.calloverlay.covisible {
  display: block !important;
}
.calloverlay .calloverlaytxt {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #3B5062;
  font-size: 40px;
  margin-bottom: 0px;
  padding: 60px 0;
  overflow: scroll;
  -moz-transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.calloverlay .calloverlaytxt .l_hldr {
  margin-top: 30px;
}
.calloverlay .calloverlaytxt .heading_replacement {
  font-family: Raleway;
  font-weight: 300;
  text-align: center;
  color: #3b5062;
  font-size: 32px;
  margin: 0;
  line-height: 1.2;
}
.calloverlay .calloverlaytxt a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  background: #fc8500;
  padding: 10px 30px;
  margin: 10px auto;
  font-size: 16px;
  border: 0px solid #fff;
}
@media only screen and (max-width: 500px) {
  .top-bar {
    bottom: -65px;
    position: relative;
  }
  .top-bar .top-wrap .top-hours {
    width: 100%;
    text-align: center;
  }
  .top-bar .top-wrap .top-phone {
    float: left !important;
    width: 50%;
    font-size: 12px;
    margin: 0 !important;
    text-align: center;
    border: none !important;
  }
  .top-bar .top-wrap .top-phone i {
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
    font-size: 20px !important;
  }
}
.ph-icon.popup-inline {
  display: none !important;
}
.nightnday-topbar a {
  color: #212121 !important;
}
.nightnday-topbar a:hover {
  color: #fff !important;
}
.nightnday-topbar:hover {
  background: #418bae !important;
  border-radius: 8px;
}
.nightnday-topbar:hover a {
  color: #fff !important;
}
.top-bar {
  background: #fff;
  float: none;
  padding: 7px;
}
@media (max-width: 1240px) {
  .top-bar {
    display: none;
  }
}
.top-bar:after {
  clear: both;
  content: "";
  display: block;
}
.top-bar .top-wrap {
  max-width: 1350px;
  display: block;
  text-align: right;
  margin: 0 auto;
}
.top-bar .top-wrap .top-hours {
  float: right;
  color: #333;
  font-size: 16px;
  padding: 0px;
  border: 2px solid #fc8500;
  height: 50px;
  line-height: 46px;
  overflow: hidden;
}
.top-bar .top-wrap .top-hours .r-text {
  font-size: 16px;
  padding: 5px 15px;
  border: 0px solid #fc8500;
  height: 46px;
  line-height: 36px;
  display: block;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.top-bar .top-wrap .top-phone {
  float: none;
  color: #333;
  line-height: 2;
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0 4px 0 0;
}
.top-bar .top-wrap .top-phone a {
  color: #212121 !important;
  position: relative;
  display: block;
  padding-left: 40px;
  text-align: left;
  padding: 8px 0 8px 36px;
  line-height: 1;
  font-size: 15px;
}
.top-bar .top-wrap .top-phone a:hover {
  color: #fff !important;
}
.top-bar .top-wrap .top-phone i {
  background: #418bae;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-bar .top-wrap .top-phone:nth-last-child(1) {
  margin: 0;
  padding: 0 10px 0 0;
  border-right: 0px solid #eee;
}
#mobile-header {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .home .fullheader {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .home .fullheader.fixedhidden {
    background: #212121;
  }
  .home .fullheader.fixedvisible #navigation .nav .gasoline-alley li > a {
    color: #ffffff;
  }
  .home .fullheader #navigation {
    height: 100px;
  }
  .home .fullheader #navigation .nav .raa-icon,
  .home .fullheader #navigation .nav .ph-icon {
    margin: 28px 10px;
    display: none;
  }
  .home .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu {
    top: 163px;
  }
  .home .fullheader #navigation .ga-logo {
    height: 100px;
  }
  .home .fullheader #navigation .ga-logo img {
    top: 50%;
    left: 0;
    max-height: 90px;
  }
  .home .fullheader #navigation .nav .gasoline-alley li a {
    color: #ffffff;
    line-height: 80px;
  }
  .home .fullheader #navigation .nav .gasoline-alley li a:hover {
    color: #fc8500;
    opacity: 1;
  }
  .home .fullheader #navigation .nav .gasoline-alley li .sub-menu {
    top: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  .home .gasoline_hdr_spacer {
    position: relative;
    height: 0;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .fullheader {
    position: fixed;
    width: 100%;
    -moz-transition: top 1s;
    -webkit-transition: top 1s;
    transition: top 1s;
    z-index: 1000;
    background-color: #212121;
  }
  .fullheader.fixedhidden {
    top: -80px;
    opacity: 0;
    position: fixed;
    background: #212121;
  }
  .fullheader.fixedhidden.opone {
    opacity: 1;
  }
  .fullheader.fixedvisible {
    top: 0px;
    opacity: 1;
    position: fixed;
  }
  .fullheader.fixedvisible #navigation .nav .gasoline-alley li > a {
    color: #222222;
  }
  .fullheader #navigation {
    position: relative;
    z-index: 1003;
    max-width: 1350px;
    margin: auto;
  }
  .fullheader #navigation .ga-logo {
    position: absolute;
    left: 20px;
    top: 0;
    height: 80px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 1;
  }
  .fullheader #navigation .ga-logo img {
    top: 50%;
    left: 0;
    max-height: 60px;
    max-width: 200px;
    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.mlogo {
    display: none;
  }
  .fullheader #navigation .ga-logo:hover {
    opacity: 0.7;
  }
  .fullheader #navigation .nav {
    text-align: right;
    margin: 0 10px;
    height: 80px;
  }
  .fullheader #navigation .nav .raa-icon {
    background: #ffffff;
    width: 44px;
    height: 44px;
    line-height: 60px;
    display: none;
    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: #212121;
  }
  .fullheader #navigation .nav .raa-icon:hover {
    background: #fc8500;
    z-index: 11;
  }
  .fullheader #navigation .nav .raa-icon:hover i {
    color: #212121;
  }
  .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: #212121;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #ffffff;
    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: #ffffff;
    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: 40px;
    display: inline-block;
    margin: 18px 10px;
    float: none;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 9;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    padding: 0px 20px;
    border: 3px solid #ffffff;
    border-radius: 0px;
  }
  .fullheader #navigation .nav .ph-icon i {
    font-size: 36px;
    background: rgba(0, 0, 0, 0);
    line-height: 44px;
    top: 0;
    width: 44px;
    left: 0;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
  }
  .fullheader #navigation .nav .ph-icon:hover {
    z-index: 11;
    background: #fff;
    color: #fc8500;
  }
  .fullheader #navigation .nav .ph-icon:hover i {
    color: #fc8500;
  }
  .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 {
    display: inline-block;
    text-align: left;
    position: relative;
  }
  .fullheader #navigation .nav .gasoline-alley li li:before,
  .fullheader #navigation .nav .gasoline-alley li li:after {
    display: none;
  }
  .fullheader #navigation .nav .gasoline-alley li a {
    text-decoration: none;
    line-height: 60px;
    padding: 0 8px;
    margin: 10px 0px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    z-index: 10;
  }
  .fullheader #navigation .nav .gasoline-alley li a:hover {
    color: #fc8500;
    background: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu {
    position: absolute;
    text-align: left;
    left: 0;
    top: 80px;
    padding: 0;
    margin: 0;
    display: block;
    background: #ffffff;
    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: #ffffff;
    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;
    /*1*/
    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: #6d6e71 !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: #6d6e71;
    color: #ffffff !important;
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu .sub-menu {
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  .fullheader #navigation .nav .gasoline-alley li .sub-menu .sub-menu:after {
    display: none;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu:hover > a:after {
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(57, 127, 189, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu:after {
    display: none !important;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu:hover > .sub-menu {
    display: flex;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu {
    display: none;
    position: fixed;
    top: 143px;
    width: 100%;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: wrap;
    flex-direction: row;
    padding: 15px;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li {
    width: 33%;
    padding: 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li:nth-of-type(5n) {
    border-right: none;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li:nth-last-child(1) {
    border-bottom: none;
    border-right: none;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li:nth-last-child(2),
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li:nth-last-child(3),
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li:nth-last-child(3),
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li:nth-last-child(3) {
    border-bottom: none;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #418bae !important;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li a:hover {
    color: #fc8500 !important;
    background: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li .sub-menu {
    display: block;
    visibility: visible;
    position: relative;
    opacity: 1;
    transform: none;
    left: 0;
    top: 0;
    padding: 0;
    box-shadow: none;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li .sub-menu li {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li .sub-menu li a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #222 !important;
  }
  .fullheader #navigation .nav .gasoline-alley li.desktop-mega-menu .sub-menu li .sub-menu li a:hover {
    color: #fc8500 !important;
    background: rgba(0, 0, 0, 0);
  }
  .fullheader #navigation .nav .gasoline-alley li.whatsconcern > a {
    border: 1px solid #fff;
  }
  .fullheader #navigation .nav .gasoline-alley li.whatsconcern .sub-menu {
    right: 10px;
    left: initial;
  }
  .fullheader #navigation .nav .gasoline-alley li.whatsconcern .sub-menu:after {
    right: 30px !important;
    left: initial;
  }
}
@media only screen and (min-width: 1246px) {
  .sidr {
    display: none;
  }
  .gasoline_hdr_spacer {
    position: relative;
    height: 144px;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1245px) {
  .sidr-class-nav .sidr-class-gasoline-alley li.sidr-class-desktop-mega-menu .sidr-class-sub-menu li .sidr-class-sub-menu {
    display: none !important;
  }
  .gasoline_hdr_spacer {
    position: relative;
    height: 65px;
    display: block;
    width: 100%;
  }
  .fullheader {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #212121;
    height: 65px;
    left: 0;
  }
  .sidr .sidr-class-ga-logo {
    display: block;
    padding: 15px;
  }
  .sidr .sidr-class-ga-logo img {
    max-width: 180px;
    max-height: 40px;
  }
  .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: 150px;
  }
  #mobile-header .ga-logo img {
    top: 50%;
    left: 0;
    max-height: 50px;
    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: 60px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    height: 65px;
  }
  #mobile-header .mobile-icons i {
    position: absolute;
    top: 0;
    line-height: 60px;
    font-size: 30px;
    width: 50px;
    left: 0;
    color: #ffffff;
  }
  #mobile-header .mobile-icons#mobile-icon {
    right: 100px;
  }
  #mobile-header .mobile-icons#mobile-icon i {
    font-size: 40px;
  }
  #mobile-header .mobile-icons#map-icon {
    right: 50px;
  }
  #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: 60px;
    font-size: 30px;
    color: #fff;
    width: 50px;
    text-align: center;
  }
  #mobile-header #responsive-menu-button i {
    position: absolute;
    top: 0;
    line-height: 60px;
    font-size: 30px;
    width: 50px;
    left: 0;
    color: #ffffff;
  }
  #mobile-header #responsive-menu-button .fa-close {
    opacity: 0;
  }
  #mobile-header #responsive-menu-button .fa-bars {
    opacity: 1;
  }
  #mobile-header #responsive-menu-button.mopen .fa-bars {
    opacity: 0;
  }
  #mobile-header #responsive-menu-button.mopen .fa-close {
    opacity: 1;
  }
  #navigation {
    display: none;
  }
}
@media only screen and (max-width: 1245px) and (max-width: 480px) {
  #mobile-header .ga-logo img {
    max-width: 150px;
  }
}
@media (min-width: 1246px) {
  .gasoline_mobile_hdr_spacer {
    display: block;
    width: 100%;
    height: 82px;
    position: relative;
  }
  .home .gasoline_mobile_hdr_spacer {
    height: 0 !important;
  }
}
@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: #fc8500;
    color: #fff;
  }
  .sidr {
    background: #212121 !important;
    box-shadow: inset 0 0 5px #1d2731 !important;
    color: #ffffff !important;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    position: absolute;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 999999;
  }
  .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 #263646 !important;
    border-top: 1px solid #0d1319 !important;
    display: block;
    margin: 0 0 15px;
    padding: 0;
  }
  .sidr ul li {
    border-bottom: 1px solid #0d1319 !important;
    border-top: 1px solid #263646 !important;
    display: block;
    line-height: 48px;
    margin: 0;
    position: relative;
  }
  .sidr ul li:hover {
    border-top: none;
    line-height: 49px;
  }
  .sidr ul li a {
    color: #ffffff !important;
    display: block;
    padding: 0 15px;
    text-decoration: none;
  }
  .sidr ul li span {
    color: #ffffff !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: 13px;
    line-height: 40px;
  }
  .sidr ul li ul li:last-child {
    border-bottom: none;
  }
  .sidr ul li ul li:hover {
    border-top: none;
    line-height: 41px;
  }
  .sidr ul li ul li a {
    color: #ffffff !important;
    padding-left: 30px;
  }
  .sidr ul li ul li span {
    color: #ffffff !important;
    padding-left: 30px;
  }
  .sidr ul li ul li ul li a {
    padding-left: 45px;
  }
  .sidr ul li ul li.active {
    border-top: none;
    line-height: 41px;
  }
  .sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 41px;
  }
  .sidr ul li.active {
    border-top: none;
    line-height: 49px;
  }
  .sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 49px;
  }
  .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: #ffffff;
    color: #212121;
  }
  .sidr input[type=button]:hover {
    background: rgba(51, 51, 51, 0.9);
  }
  .sidr input[type=submit] {
    background: #ffffff;
    color: #212121;
  }
  .sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9);
  }
  .sidr.right {
    left: auto;
    right: -260px;
  }
  .sidr.left {
    left: -260px;
    right: auto;
  }
}
