.popup-inline:hover,
.video-link:hover {
  cursor: pointer;
}
.mfp-content button.mfp-close {
  font-size: 16px;
  width: auto;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close {
  width: auto;
  border-radius: 0;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
}
.section_has_divider .et_pb_row {
  z-index: 10;
}
.et_pb_with_border img {
  border-style: solid;
}
.et_pb_section {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.force_fullwidth_on {
  width: 100%;
  max-width: initial;
}
@media (max-width: 1024px) {
  .fullwidth_columns_tablet .et_pb_column {
    width: 100% !important;
  }
}
.mobile-white-bg-overlay {
  position: relative;
}
@media (max-width: 1024px) {
  .mobile-white-bg-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
}
.mobile-white-bg-overlay .et_parallax_bg {
  z-index: 0;
}
.mobile-white-bg-overlay .et_pb_row {
  z-index: 5;
}
@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;
  }
}
.soft-gated-content {
  display: none;
}
.et_pb_section .et_pb_column {
  z-index: initial;
}
body .mfp-bg {
  z-index: 1010;
}
body .mfp-wrap {
  z-index: 1015;
}
.mp4-popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 20px;
  max-width: 800px;
  display: block;
  box-sizing: border-box;
  z-index: 10000;
}
.mp4-popup-wrap .mp4-popup {
  background: #fff;
  position: relative;
}
.mp4-popup-wrap .mp4-popup video {
  width: 100% !important;
  height: auto;
  position: relative;
  z-index: 10;
  display: block;
  margin: 0px 0 -1px 0;
}
.mp4-popup-wrap .mp4-popup .mp4_loader {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: mp4loader 1s linear infinite alternate;
  -moz-animation: mp4loader 1s linear infinite alternate;
  animation: mp4loader 1s linear infinite alternate;
  margin: 0px auto;
  /* Not necessary- its only for layouting*/
  left: 50%;
  margin-left: -15px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mp4-popup-wrap .mfp-close {
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 5px;
  right: 5px;
}
.mp4-popup-wrap .mfp-close:hover {
  background: #222;
  color: #fff;
}
@-webkit-keyframes mp4loader {
  0% {
    background-color: #000000;
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  25% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px #000000, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px #000000;
  }
}
@-moz-keyframes mp4loader {
  0% {
    background-color: #000000;
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  25% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px #000000, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px #000000;
  }
}
@keyframes mp4loader {
  0% {
    background-color: #000000;
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  25% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px #000000, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px #000000;
  }
}
.mfp-wrap .mfp-container .mp4-popup .mfp-close {
  background: #fff !important;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 20px;
  top: 5px;
  right: 5px;
  box-shadow: 0 0 10px #222;
  opacity: 1;
}
.mfp-wrap .mfp-container .mp4-popup .mfp-close:hover {
  color: #fff;
  background: #222 !important;
}
a.image-link-hover-opacity:hover img {
  opacity: .5;
}
table.wpseo-opening-hours td.time {
  padding-left: 10px;
}
.et_pb_blurb_title {
  padding-bottom: 15px;
}
.footer-widget .fwidget .title {
  margin-bottom: 15px;
}
.blog_feed_slick_slider.slick-slider .slick-next {
  right: -20px;
  z-index: 40;
}
.blog_feed_slick_slider.slick-slider .slick-next.slick-arrow:before {
  color: #222;
  font-size: 24px;
}
.blog_feed_slick_slider.slick-slider .slick-prev {
  left: -20px;
  z-index: 40;
}
.blog_feed_slick_slider.slick-slider .slick-prev.slick-arrow:before {
  color: #222;
  font-size: 24px;
}
.updated:not(.published) {
  display: none;
}
.mfp-wrap .mfp-arrow-left .mfp-a,
.mfp-wrap .mfp-arrow-left:after,
.mfp-wrap .mfp-arrow-right .mfp-a,
.mfp-wrap .mfp-arrow-right:after {
  font-size: 48px;
  line-height: 48px;
}
.mfp-wrap .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: #fff;
  z-index: 1112;
}
@media (max-width: 980px) {
  .mfp-wrap .mfp-iframe-scaler {
    padding-top: 100%;
  }
}
@media (max-width: 480px) {
  .mfp-wrap .mfp-iframe-scaler {
    padding-top: 150%;
  }
}
.mfp-wrap .mfp-iframe-scaler iframe {
  z-index: 1050;
}
.mfp-wrap .mfp-iframe-scaler .mfp-iframe-preloader {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: mp4loader 1s linear infinite alternate;
  -moz-animation: mp4loader 1s linear infinite alternate;
  animation: mp4loader 1s linear infinite alternate;
  margin: 0px auto;
  /* Not necessary- its only for layouting*/
  left: 50%;
  margin-left: -15px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mfp-wrap .mfp-iframe-holder .mfp-close {
  font-size: 20px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  opacity: .2;
  line-height: 1;
  height: 20px;
  width: 20px;
  top: 0px;
  background: #fff;
  padding: 0;
  margin: 0;
  display: block;
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  color: #222;
  box-shadow: 0 0 10px 1px rgba(34, 34, 34, 0.79), 0 0 2px 0px rgba(34, 34, 34, 0.4) inset;
  z-index: 1111;
}
.mfp-wrap .mfp-iframe-holder iframe {
  background: rgba(0, 0, 0, 0);
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  z-index: 1100;
}
.mfp-wrap .mfp-image-holder .mfp-close {
  font-size: 20px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  opacity: .2;
  line-height: 1;
  height: 20px;
  width: 20px;
  top: 30px;
  background: #fff;
  padding: 0;
  margin: 0;
  display: block;
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  color: #222;
  box-shadow: 0 0 10px 1px rgba(34, 34, 34, 0.79), 0 0 2px 0px rgba(34, 34, 34, 0.4) inset;
  z-index: 1111;
}
@media (max-width: 980px) {
  ul,
  ol {
    display: block;
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  ul,
  ol {
    display: block;
    max-width: 480px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  ul,
  ol {
    display: block;
    max-width: 320px;
    margin: auto;
  }
}
@media (max-width: 360px) {
  ul,
  ol {
    display: block;
    max-width: 250px;
    margin: auto;
  }
}
ul li,
ol li {
  text-align: left;
}
.footer-roadside {
  color: #cded2c;
}
#footer-bottom #footer-info {
  float: none;
}
#footer-bottom #footer-info a:hover {
  color: #fff;
  opacity: 1;
}
.logo_container {
  z-index: 100;
}
@media (max-width: 1024px) and (max-width: 980px) {
  .et_mobile_device #main-content .et_pb_section.band-parallax,
  .et_mobile_device #main-content .et_pb_section.band-quote,
  .et_mobile_device #main-content .et_pb_section.band-dark,
  .et_mobile_device #main-content .et_pb_section.band-dark-alt,
  .et_mobile_device #main-content .et_pb_section.band-light,
  .et_mobile_device #main-content .et_pb_section.band-light-alt,
  .et_mobile_device #main-content .et_pb_section.band-hero,
  .et_mobile_device #main-content .et_pb_section.band-hero-alt {
    background-attachment: initial !important;
  }
}
@media (max-width: 980px) {
  .et_pb_column .et_pb_text_align_left,
  .et_pb_column .et_pb_text_align_right {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_fullwidth,
  .et_pb_section .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#page-container {
  overflow: hidden;
}
@media (min-width: 981px) {
  #main-content .et_pb_row.et_pb_row_fullwidth,
  #main-content .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 980px) {
  .et_header_style_split #main-header {
    padding: 0 !important;
  }
  .et_header_style_split #main-header .container.et_menu_container #et-top-navigation {
    display: block;
    padding-top: 0px;
    line-height: initial;
    padding: 0px 0 !important;
  }
  .et_header_style_split #main-header .container.et_menu_container #et-top-navigation #et_mobile_nav_menu {
    display: block;
    float: none;
    position: relative;
    margin-top: 0px;
  }
  .et_header_style_split #main-header .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav {
    display: block;
    padding: 5px 0px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    text-align: right;
  }
  .et_header_style_split #main-header .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
    display: block;
    position: relative;
    line-height: 0;
    padding: 5px 0px;
    z-index: 105;
  }
  .et_header_style_split #main-header .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
    top: 65px;
    text-align: left;
    padding: 0;
  }
  .et_header_style_split #main-header .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .select_page {
    display: none;
  }
}
@media (max-width: 980px) {
  #main-header {
    height: 65px;
  }
}
@media (min-width: 981px) {
  #main-header .centered-inline-logo-wrap {
    width: auto !important;
    margin: 0 !important;
  }
  #main-header .centered-inline-logo-wrap .logo_container {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    display: inline-block;
    height: auto;
    z-index: 100;
  }
  #main-header .centered-inline-logo-wrap .logo_container a {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #main-header .centered-inline-logo-wrap .logo_container a img {
    height: auto;
  }
}
#main-header .logo_container {
  z-index: 100;
}
#main-header .logo_container.et_header_style_centered a {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#main-header .logo_container a {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  z-index: 1001;
}
#main-header .logo_container a .logo {
  display: block;
  height: 60%;
  position: absolute;
  width: auto;
  max-width: inherit !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  #main-header .logo_container a .logo {
    display: none;
  }
}
#main-header .logo_container a .logo#slogo {
  display: none;
}
#main-header .logo_container a .logo#mlogo {
  display: none;
}
@media (max-width: 980px) {
  #main-header .logo_container a .logo#mlogo {
    display: inline-block;
  }
  #main-header .logo_container a .logo#slogo {
    display: none;
  }
}
#main-header.et-fixed-header .logo_container {
  z-index: 100;
}
#main-header.et-fixed-header .logo_container a .logo {
  display: none;
}
#main-header.et-fixed-header .logo_container a .logo#slogo {
  display: inline-block;
}
@media (max-width: 980px) {
  #main-header.et-fixed-header .logo_container a .logo#slogo {
    display: none !important;
  }
}
@media (min-width: 981px) {
  #main-header #et-top-navigation {
    z-index: 105;
    position: relative;
  }
  #main-header #et-top-navigation .nav li ul.sub-menu {
    padding: 0 !important;
  }
  #main-header #et-top-navigation .nav li ul.sub-menu li {
    width: 100%;
    padding: 0 !important;
  }
  #main-header #et-top-navigation .nav li ul.sub-menu li a {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  .container.et_menu_container {
    z-index: 99;
    width: 100% !important;
    height: 65px;
  }
  .container.et_menu_container #et-top-navigation {
    display: block;
    padding-top: 0px;
    line-height: 50px;
    padding: 5px 0 !important;
  }
  .container.et_menu_container #et-top-navigation .mobile_menu_bar {
    display: block;
    position: relative;
    line-height: 0;
    padding: 5px 5px;
    z-index: 105;
  }
  .container.et_menu_container #et-top-navigation .mobile_menu_bar:before {
    font-size: 50px;
  }
}
.et_header_style_slide ul#mobile_menu_slide,
.et_header_style_fullscreen ul#mobile_menu_slide {
  display: block !important;
  padding: 10px 0px !important;
  border: none;
  background: none;
  box-shadow: none;
}
.et_header_style_slide .et_slide_menu_top,
.et_header_style_fullscreen .et_slide_menu_top {
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 78px;
}
.et_header_style_slide #main-header #et-top-navigation,
.et_header_style_fullscreen #main-header #et-top-navigation {
  padding: 14px 0 14px 0 !important;
}
@media (max-width: 980px) {
  .et_header_style_slide #main-header #et-top-navigation,
  .et_header_style_fullscreen #main-header #et-top-navigation {
    padding: 8px 0 8px 0 !important;
  }
}
.et_header_style_slide #main-header .logo_container,
.et_header_style_fullscreen #main-header .logo_container {
  display: inline-block;
  width: auto;
}
.et_header_style_slide #main-header #et-info-phone,
.et_header_style_fullscreen #main-header #et-info-phone {
  margin-right: 13px;
  position: absolute;
  right: 80px;
  display: inline-block;
  font-size: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .et_header_style_slide #main-header #et-info-phone,
  .et_header_style_fullscreen #main-header #et-info-phone {
    display: none;
  }
}
.et_header_style_slide .mobile_menu_bar.et_pb_header_toggle,
.et_header_style_fullscreen .mobile_menu_bar.et_pb_header_toggle {
  width: 50px;
  padding: 0 !important;
}
.et_header_style_slide .mobile_menu_bar.et_pb_header_toggle:before,
.et_header_style_fullscreen .mobile_menu_bar.et_pb_header_toggle:before {
  font-size: 50px;
}
.et_header_style_slide .mobile_menu_bar.et_pb_header_toggle:after,
.et_header_style_fullscreen .mobile_menu_bar.et_pb_header_toggle:after {
  left: -50px;
  font-size: 50px;
}
.et_header_style_slide .mobile-icons,
.et_header_style_fullscreen .mobile-icons {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  width: 100px;
}
@media (min-width: 981px) {
  .et_header_style_slide .mobile-icons,
  .et_header_style_fullscreen .mobile-icons {
    display: none;
  }
}
.et_header_style_slide .mobile-icons a,
.et_header_style_fullscreen .mobile-icons a {
  line-height: 50px;
  padding: 14px 0;
  width: 50px;
  text-align: center;
  display: inline-block;
  font-size: 50px;
}
.et_header_style_slide .mobile-icons a i,
.et_header_style_fullscreen .mobile-icons a i {
  width: 100%;
  display: block;
}
.et_header_style_slide .mobile-icons a .fa-map-marker,
.et_header_style_fullscreen .mobile-icons a .fa-map-marker {
  font-size: 44px;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.mobile-icons {
  display: none;
}
@media (max-width: 980px) {
  .mobile-icons {
    display: block;
    position: absolute;
    top: 0;
    right: 60px;
    width: 100px;
    z-index: 1000;
  }
  .mobile-icons a {
    line-height: 50px;
    padding: 8px 0;
    width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 50px;
  }
  .mobile-icons a .fa-map-marker {
    font-size: 44px;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
#et-main-area .et_pb_row {
  max-width: 1555px !important;
  margin: auto;
}
/*====== 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;
}
/*====== SUPER GRAVITYFORMS LABEL MASKING ======*/
.sgform {
  position: relative;
}
.sgform label {
  position: absolute;
  line-height: 48px;
  margin: 0 10px;
  left: 0;
}
.sgform label .white-popup {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sgform label.hideme {
  opacity: 0 !important;
}
.sgform.gf_right_half label {
  position: absolute;
  margin: 0 25px;
}
.sgform.gf_right_half label .section-plcolumn.span12 {
  padding-left: 3%;
}
.sgform .focus {
  bottom: 0;
  color: #fff;
  display: inline-block;
  left: 0;
  width: 80px;
  height: 30px;
  text-align: center;
  margin: 0;
  right: 0;
  top: -42px;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1 !important;
}
.sgform .focus:after,
.sgform .focus:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sgform .focus:after {
  border-width: 10px;
  margin-left: -10px;
}
/*==== Show/Hide Classes ==== */
@media (max-width: 980px) {
  .show-desktop {
    display: none;
  }
}
.show-tablet {
  display: block;
}
@media (min-width: 981px) {
  .show-tablet {
    display: none;
  }
}
@media (max-width: 480px) {
  .show-tablet {
    display: none;
  }
}
.show-mobile {
  display: block;
}
@media (min-width: 481px) {
  .show-mobile {
    display: none;
  }
}
@media (min-width: 981px) {
  .hide-desktop {
    display: none;
  }
}
@media (max-width: 980px) {
  .hide-tablet {
    display: none;
  }
}
@media (min-width: 481px) {
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}
@media (max-width: 980px) {
  .center-mobile-tablet .et_pb_text_align_left {
    text-align: center;
  }
  .center-mobile-tablet.et_pb_text_align_left {
    text-align: center;
  }
}
@media (min-width: 981px) {
  .et_pb_column_5_6 .et_pb_row_inner,
  .et_pb_column_4_5 .et_pb_row_inner {
    padding: 3.735% 0;
  }
  .et_pb_gutters1 {
    /* Six Columns*/
    /* 7 Columns */
    /* 8 Columns */
    /* 9 Columns */
    /* 10 Columns */
  }
  .et_pb_gutters1 .et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_5,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_1_5 {
    width: 20%;
  }
  .et_pb_gutters1 .et_pb_column_2_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_2_5,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_2_5 {
    width: 40%;
  }
  .et_pb_gutters1 .et_pb_column_3_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_3_5,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_3_5 {
    width: 60%;
  }
  .et_pb_gutters1 .et_pb_column_4_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_4_5,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_4_5 {
    width: 80%;
  }
  .et_pb_gutters1 .et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_6,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_1_6 {
    width: 16.665%;
  }
  .et_pb_gutters1 .et_pb_column_2_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_2_6,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_2_6 {
    width: 33.332%;
  }
  .et_pb_gutters1 .et_pb_column_3_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_3_6,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_3_6 {
    width: 50%;
  }
  .et_pb_gutters1 .et_pb_column_4_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_4_6,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_4_6 {
    width: 66.665%;
  }
  .et_pb_gutters1 .et_pb_column_5_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_5_6,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_5_6 {
    width: 83.33%;
  }
  .et_pb_gutters1 .et_pb_column_1_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_8,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_1_8 {
    width: 12.5%;
  }
  .et_pb_gutters1 .et_pb_column_2_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_2_8,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_2_8 {
    width: 25%;
  }
  .et_pb_gutters1 .et_pb_column_3_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_3_8,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_3_8 {
    width: 37.5%;
  }
  .et_pb_gutters1 .et_pb_column_4_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_4_8,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_4_8 {
    width: 50%;
  }
  .et_pb_gutters1 .et_pb_column_5_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_5_8,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_5_8 {
    width: 62.5%;
  }
  .et_pb_gutters1 .et_pb_column_6_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_6_8,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_6_8 {
    width: 75%;
  }
  .et_pb_gutters1 .et_pb_column_7_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_7_8,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_7_8 {
    width: 87.5%;
  }
  .et_pb_gutters1 .et_pb_column_1_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_1_10 {
    width: 10%;
  }
  .et_pb_gutters1 .et_pb_column_2_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_2_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_2_10 {
    width: 20%;
  }
  .et_pb_gutters1 .et_pb_column_3_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_3_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_3_10 {
    width: 30%;
  }
  .et_pb_gutters1 .et_pb_column_4_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_4_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_4_10 {
    width: 40%;
  }
  .et_pb_gutters1 .et_pb_column_5_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_5_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_5_10 {
    width: 50%;
  }
  .et_pb_gutters1 .et_pb_column_6_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_6_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_6_10 {
    width: 60%;
  }
  .et_pb_gutters1 .et_pb_column_7_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_7_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_7_10 {
    width: 70%;
  }
  .et_pb_gutters1 .et_pb_column_8_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_8_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_8_10 {
    width: 80%;
  }
  .et_pb_gutters1 .et_pb_column_9_10,
  .et_pb_gutters1 .et_pb_row .et_pb_column_9_10,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_9_10 {
    width: 90%;
  }
  .et_pb_gutters1 .et_pb_column_1_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_1_12 {
    width: 8.333%;
  }
  .et_pb_gutters1 .et_pb_column_2_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_2_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_2_12 {
    width: 16.666%;
  }
  .et_pb_gutters1 .et_pb_column_3_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_3_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_3_12 {
    width: 25%;
  }
  .et_pb_gutters1 .et_pb_column_4_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_4_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_4_12 {
    width: 33.333%;
  }
  .et_pb_gutters1 .et_pb_column_5_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_5_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_5_12 {
    width: 41.666%;
  }
  .et_pb_gutters1 .et_pb_column_6_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_6_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_6_12 {
    width: 50%;
  }
  .et_pb_gutters1 .et_pb_column_7_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_7_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_7_12 {
    width: 58.333%;
  }
  .et_pb_gutters1 .et_pb_column_8_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_8_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_8_12 {
    width: 66.666%;
  }
  .et_pb_gutters1 .et_pb_column_9_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_9_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_9_12 {
    width: 75%;
  }
  .et_pb_gutters1 .et_pb_column_10_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_10_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_10_12 {
    width: 83.333%;
  }
  .et_pb_gutters1 .et_pb_column_11_12,
  .et_pb_gutters1 .et_pb_row .et_pb_column_11_12,
  body .et_pb_gutters1.et_pb_row > .et_pb_column_11_12 {
    width: 91.66%;
  }
  /* Gutters 2 (3%) -- 5 -- 6 -- 8 -- 10 -- 12 */
  .et_pb_gutters2 {
    /* 5 columns */
  }
  .et_pb_gutters2 .et_pb_column_1_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_5,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_1_5 {
    width: 17.6%;
  }
  .et_pb_gutters2 .et_pb_column_2_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_2_5,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_2_5 {
    width: 38.2%;
  }
  .et_pb_gutters2 .et_pb_column_3_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_3_5,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_3_5 {
    width: 58.8%;
  }
  .et_pb_gutters2 .et_pb_column_4_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_4_5,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_4_5 {
    width: 79.4%;
  }
  .et_pb_gutters2 .et_pb_column_1_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_6,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_1_6 {
    width: 14.16%;
  }
  .et_pb_gutters2 .et_pb_column_2_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_2_6,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_2_6 {
    width: 31.33%;
  }
  .et_pb_gutters2 .et_pb_column_3_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_3_6,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_3_6 {
    width: 48.5%;
  }
  .et_pb_gutters2 .et_pb_column_4_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_4_6,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_4_6 {
    width: 65.66%;
  }
  .et_pb_gutters2 .et_pb_column_5_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_5_6,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_5_6 {
    width: 82.83%;
  }
  .et_pb_gutters2 .et_pb_column_1_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_8,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_1_8 {
    width: 9.875%;
  }
  .et_pb_gutters2 .et_pb_column_2_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_2_8,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_2_8 {
    width: 22.75%;
  }
  .et_pb_gutters2 .et_pb_column_3_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_3_8,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_3_8 {
    width: 35.62%;
  }
  .et_pb_gutters2 .et_pb_column_4_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_4_8,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_4_8 {
    width: 48.5%;
  }
  .et_pb_gutters2 .et_pb_column_5_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_5_8,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_5_8 {
    width: 61.37%;
  }
  .et_pb_gutters2 .et_pb_column_6_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_6_8,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_6_8 {
    width: 74.25%;
  }
  .et_pb_gutters2 .et_pb_column_7_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_7_8,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_7_8 {
    width: 87.12%;
  }
  .et_pb_gutters2 .et_pb_column_1_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_1_10 {
    width: 7.3%;
  }
  .et_pb_gutters2 .et_pb_column_2_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_2_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_2_10 {
    width: 17.6%;
  }
  .et_pb_gutters2 .et_pb_column_3_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_3_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_3_10 {
    width: 27.9%;
  }
  .et_pb_gutters2 .et_pb_column_4_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_4_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_4_10 {
    width: 38.2%;
  }
  .et_pb_gutters2 .et_pb_column_5_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_5_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_5_10 {
    width: 48.5%;
  }
  .et_pb_gutters2 .et_pb_column_6_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_6_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_6_10 {
    width: 58.8%;
  }
  .et_pb_gutters2 .et_pb_column_7_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_7_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_7_10 {
    width: 69.1%;
  }
  .et_pb_gutters2 .et_pb_column_8_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_8_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_8_10 {
    width: 79.4%;
  }
  .et_pb_gutters2 .et_pb_column_9_10,
  .et_pb_gutters2 .et_pb_row .et_pb_column_9_10,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_9_10 {
    width: 89.7%;
  }
  .et_pb_gutters2 .et_pb_column_1_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_1_12 {
    width: 5.583%;
  }
  .et_pb_gutters2 .et_pb_column_2_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_2_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_2_12 {
    width: 14.16%;
  }
  .et_pb_gutters2 .et_pb_column_3_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_3_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_3_12 {
    width: 22.75%;
  }
  .et_pb_gutters2 .et_pb_column_4_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_4_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_4_12 {
    width: 31.33%;
  }
  .et_pb_gutters2 .et_pb_column_5_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_5_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_5_12 {
    width: 39.91%;
  }
  .et_pb_gutters2 .et_pb_column_6_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_6_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_6_12 {
    width: 48.5%;
  }
  .et_pb_gutters2 .et_pb_column_7_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_7_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_7_12 {
    width: 57.08%;
  }
  .et_pb_gutters2 .et_pb_column_8_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_8_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_8_12 {
    width: 65.66%;
  }
  .et_pb_gutters2 .et_pb_column_9_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_9_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_9_12 {
    width: 74.25%;
  }
  .et_pb_gutters2 .et_pb_column_10_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_10_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_10_12 {
    width: 82.83%;
  }
  .et_pb_gutters2 .et_pb_column_10_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_10_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_10_12 {
    width: 82.83%;
  }
  .et_pb_gutters2 .et_pb_column_11_12,
  .et_pb_gutters2 .et_pb_row .et_pb_column_11_12,
  body .et_pb_gutters2.et_pb_row > .et_pb_column_11_12 {
    width: 91.41%;
  }
  /*gutters 3 --- 5% ----*/
  .et_pb_gutters3 {
    /* 5 columns */
    /* Six Columns*/
    /* 7 Columns */
    /* 8 Columns */
    /* 9 Columns */
    /* 10 Columns */
    /* 11 Columns */
    /* 12 Columns*/
  }
  .et_pb_gutters3 .et_pb_column_1_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_5,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_1_5 {
    width: 15.6%;
  }
  .et_pb_gutters3 .et_pb_column_2_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_5,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_2_5 {
    width: 36.7%;
  }
  .et_pb_gutters3 .et_pb_column_3_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_5,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_3_5 {
    width: 57.8%;
  }
  .et_pb_gutters3 .et_pb_column_4_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_4_5,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_4_5 {
    width: 78.9%;
  }
  .et_pb_gutters3 .et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_6,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_1_6 {
    width: 12.08%;
  }
  .et_pb_gutters3 .et_pb_column_2_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_6,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_2_6 {
    width: 29.66%;
  }
  .et_pb_gutters3 .et_pb_column_3_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_6,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_3_6 {
    width: 47.25%;
  }
  .et_pb_gutters3 .et_pb_column_4_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_4_6,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_4_6 {
    width: 64.83%;
  }
  .et_pb_gutters3 .et_pb_column_5_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_5_6,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_5_6 {
    width: 82.41%;
  }
  .et_pb_gutters3 .et_pb_column_1_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_8,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_1_8 {
    width: 7.687%;
  }
  .et_pb_gutters3 .et_pb_column_2_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_8,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_2_8 {
    width: 20.87%;
  }
  .et_pb_gutters3 .et_pb_column_3_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_8,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_3_8 {
    width: 34.06%;
  }
  .et_pb_gutters3 .et_pb_column_4_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_4_8,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_4_8 {
    width: 47.25%;
  }
  .et_pb_gutters3 .et_pb_column_5_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_5_8,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_5_8 {
    width: 60.43%;
  }
  .et_pb_gutters3 .et_pb_column_6_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_6_8,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_6_8 {
    width: 73.62%;
  }
  .et_pb_gutters3 .et_pb_column_7_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_7_8,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_7_8 {
    width: 86.81%;
  }
  .et_pb_gutters3 .et_pb_column_1_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_1_10 {
    width: 5.05%;
  }
  .et_pb_gutters3 .et_pb_column_2_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_2_10 {
    width: 15.6%;
  }
  .et_pb_gutters3 .et_pb_column_3_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_3_10 {
    width: 26.15%;
  }
  .et_pb_gutters3 .et_pb_column_4_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_4_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_4_10 {
    width: 36.7%;
  }
  .et_pb_gutters3 .et_pb_column_5_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_5_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_5_10 {
    width: 47.25%;
  }
  .et_pb_gutters3 .et_pb_column_6_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_6_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_6_10 {
    width: 57.8%;
  }
  .et_pb_gutters3 .et_pb_column_7_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_7_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_7_10 {
    width: 68.35%;
  }
  .et_pb_gutters3 .et_pb_column_8_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_8_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_8_10 {
    width: 78.9%;
  }
  .et_pb_gutters3 .et_pb_column_9_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_9_10,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_9_10 {
    width: 89.45%;
  }
  .et_pb_gutters3 .et_pb_column_1_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_1_12 {
    width: 3.291%;
  }
  .et_pb_gutters3 .et_pb_column_2_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_2_12 {
    width: 12.08%;
  }
  .et_pb_gutters3 .et_pb_column_3_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_3_12 {
    width: 20.87%;
  }
  .et_pb_gutters3 .et_pb_column_4_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_4_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_4_12 {
    width: 29.66%;
  }
  .et_pb_gutters3 .et_pb_column_5_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_5_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_5_12 {
    width: 38.45%;
  }
  .et_pb_gutters3 .et_pb_column_6_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_6_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_6_12 {
    width: 47.25%;
  }
  .et_pb_gutters3 .et_pb_column_7_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_7_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_7_12 {
    width: 56.04%;
  }
  .et_pb_gutters3 .et_pb_column_8_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_8_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_8_12 {
    width: 64.83%;
  }
  .et_pb_gutters3 .et_pb_column_9_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_9_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_9_12 {
    width: 73.62%;
  }
  .et_pb_gutters3 .et_pb_column_10_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_10_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_10_12 {
    width: 82.41%;
  }
  .et_pb_gutters3 .et_pb_column_11_12,
  .et_pb_gutters3 .et_pb_row .et_pb_column_11_12,
  body .et_pb_gutters3.et_pb_row > .et_pb_column_11_12 {
    width: 91.20%;
  }
  /*gutters 4 --- 8% ---*/
  .et_pb_gutters4 {
    /* 5 columns */
    /* Six Columns*/
    /* 7 Columns */
    /* 8 Columns */
    /* 9 Columns */
    /* 10 Columns */
    /* 11 Columns */
    /* 12 Columns*/
  }
  .et_pb_gutters4 .et_pb_column_1_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_5,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_1_5 {
    width: 13.6%;
  }
  .et_pb_gutters4 .et_pb_column_2_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_2_5,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_2_5 {
    width: 35.2%;
  }
  .et_pb_gutters4 .et_pb_column_3_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_3_5,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_3_5 {
    width: 56.8%;
  }
  .et_pb_gutters4 .et_pb_column_4_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_4_5,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_4_5 {
    width: 78.4%;
  }
  .et_pb_gutters4 .et_pb_column_1_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_6,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_1_6 {
    width: 10%;
  }
  .et_pb_gutters4 .et_pb_column_2_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_2_6,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_2_6 {
    width: 28%;
  }
  .et_pb_gutters4 .et_pb_column_3_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_3_6,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_3_6 {
    width: 46%;
  }
  .et_pb_gutters4 .et_pb_column_4_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_4_6,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_4_6 {
    width: 64%;
  }
  .et_pb_gutters4 .et_pb_column_5_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_5_6,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_5_6 {
    width: 82%;
  }
  .et_pb_gutters4 .et_pb_column_1_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_8,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_1_8 {
    width: 5.5%;
  }
  .et_pb_gutters4 .et_pb_column_2_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_2_8,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_2_8 {
    width: 19%;
  }
  .et_pb_gutters4 .et_pb_column_3_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_3_8,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_3_8 {
    width: 32.5%;
  }
  .et_pb_gutters4 .et_pb_column_4_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_4_8,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_4_8 {
    width: 46%;
  }
  .et_pb_gutters4 .et_pb_column_5_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_5_8,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_5_8 {
    width: 59.5%;
  }
  .et_pb_gutters4 .et_pb_column_6_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_6_8,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_6_8 {
    width: 73%;
  }
  .et_pb_gutters4 .et_pb_column_7_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_7_8,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_7_8 {
    width: 86.5%;
  }
  .et_pb_gutters4 .et_pb_column_1_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_1_10 {
    width: 2.8%;
  }
  .et_pb_gutters4 .et_pb_column_2_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_2_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_2_10 {
    width: 13.6%;
  }
  .et_pb_gutters4 .et_pb_column_3_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_3_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_3_10 {
    width: 24.4%;
  }
  .et_pb_gutters4 .et_pb_column_4_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_4_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_4_10 {
    width: 35.2%;
  }
  .et_pb_gutters4 .et_pb_column_5_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_5_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_5_10 {
    width: 46%;
  }
  .et_pb_gutters4 .et_pb_column_6_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_6_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_6_10 {
    width: 56.8%;
  }
  .et_pb_gutters4 .et_pb_column_7_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_7_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_7_10 {
    width: 67.6%;
  }
  .et_pb_gutters4 .et_pb_column_8_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_8_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_8_10 {
    width: 78.4%;
  }
  .et_pb_gutters4 .et_pb_column_9_10,
  .et_pb_gutters4 .et_pb_row .et_pb_column_9_10,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_9_10 {
    width: 89.2%;
  }
  .et_pb_gutters4 .et_pb_column_1_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_1_12 {
    width: 1%;
  }
  .et_pb_gutters4 .et_pb_column_2_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_2_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_2_12 {
    width: 10%;
  }
  .et_pb_gutters4 .et_pb_column_3_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_3_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_3_12 {
    width: 19%;
  }
  .et_pb_gutters4 .et_pb_column_4_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_4_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_4_12 {
    width: 28%;
  }
  .et_pb_gutters4 .et_pb_column_5_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_5_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_5_12 {
    width: 37%;
  }
  .et_pb_gutters4 .et_pb_column_6_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_6_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_6_12 {
    width: 46%;
  }
  .et_pb_gutters4 .et_pb_column_7_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_7_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_7_12 {
    width: 55%;
  }
  .et_pb_gutters4 .et_pb_column_8_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_8_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_8_12 {
    width: 64%;
  }
  .et_pb_gutters4 .et_pb_column_9_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_9_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_9_12 {
    width: 73%;
  }
  .et_pb_gutters4 .et_pb_column_10_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_10_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_10_12 {
    width: 82%;
  }
  .et_pb_gutters4 .et_pb_column_11_12,
  .et_pb_gutters4 .et_pb_row .et_pb_column_11_12,
  body .et_pb_gutters4.et_pb_row > .et_pb_column_11_12 {
    width: 91%;
  }
}
@media (max-width: 980px) {
  /*gutters 1*/
  .et_pb_gutters1 .et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_column_1_7,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters1 .et_pb_column_1_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_8 {
    width: 33.3% !important;
    margin-right: 0%;
  }
  .et_pb_gutters1 .et_pb_column_2_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_2_5 {
    width: 40%;
    margin-right: 0%;
  }
  .et_pb_gutters1 .et_pb_column_3_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_3_5 {
    width: 60%;
    margin-right: 0%;
  }
  /*gutters 2*/
  .et_pb_gutters2 .et_pb_column_1_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters2 .et_pb_column_1_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters2 .et_pb_column_1_7,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters2 .et_pb_column_1_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_8 {
    width: 31.28% !important;
    margin-right: 3%;
  }
  .et_pb_gutters2 .et_pb_column_2_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_2_5 {
    width: 38.5%;
    margin-right: 3%;
  }
  .et_pb_gutters2 .et_pb_column_3_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_3_5 {
    width: 58.5%;
    margin-right: 3%;
  }
  /*gutters 3*/
  .et_pb_gutters3 .et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_column_1_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters3 .et_pb_column_1_7,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters3 .et_pb_column_1_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_8 {
    width: 29.667% !important;
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column_2_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_5 {
    width: 34.6%;
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column_3_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_5 {
    width: 59.9%;
    margin-right: 5.5%;
  }
  /*gutters 4*/
  .et_pb_gutters4 .et_pb_column_1_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters4 .et_pb_column_1_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters4 .et_pb_column_1_7,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters4 .et_pb_column_1_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_8 {
    width: 28% !important;
    margin-right: 8%;
  }
  .et_pb_gutters4 .et_pb_column_2_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_2_5 {
    width: 36.6%;
    margin-right: 8%;
  }
  .et_pb_gutters4 .et_pb_column_3_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_3_5 {
    width: 55.40%;
    margin-right: 8%;
  }
  .et_pb_section .et_pb_row .et_pb_column.et_pb_specialty_column,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_single {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .et_pb_column_1_7:nth-child(3n+0),
  .et_pb_row .et_pb_column_1_7:nth-child(3n+0),
  .et_pb_column_1_8:nth-child(3n+0),
  .et_pb_row .et_pb_column_1_8:nth-child(3n+0),
  .et_pb_column_1_6:nth-child(3n+0),
  .et_pb_row .et_pb_column_1_6:nth-child(3n+0),
  .et_pb_column_1_5:nth-child(3n+0),
  .et_pb_row .et_pb_column_1_5:nth-child(3n+0) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  /*gutters 1*/
  .et_pb_gutters1 .et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_column_1_7,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters1 .et_pb_column_1_8,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_8,
  .et_pb_gutters1 .et_pb_column_5_6,
  .et_pb_gutters1 .et_pb_row .et_pb_column_5_6,
  .et_pb_gutters1 .et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_column_2_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_2_5,
  .et_pb_gutters1 .et_pb_column_3_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_3_5,
  .et_pb_gutters1 .et_pb_column_4_5,
  .et_pb_gutters1 .et_pb_row .et_pb_column_4_5 {
    width: 100% !important;
    margin-right: 0%;
  }
  /*gutters 2*/
  .et_pb_gutters2 .et_pb_column_1_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters2 .et_pb_column_1_7,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters2 .et_pb_column_1_8,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_8,
  .et_pb_gutters2 .et_pb_column_5_6,
  .et_pb_gutters2 .et_pb_row .et_pb_column_5_6,
  .et_pb_gutters2 .et_pb_column_1_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters2 .et_pb_column_2_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_2_5,
  .et_pb_gutters2 .et_pb_column_3_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_3_5,
  .et_pb_gutters2 .et_pb_column_4_5,
  .et_pb_gutters2 .et_pb_row .et_pb_column_4_5 {
    width: 100% !important;
    margin-right: 0;
  }
  /*gutters 3*/
  .et_pb_gutters3 .et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_column_1_7,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters3 .et_pb_column_1_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_8,
  .et_pb_gutters3 .et_pb_column_5_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_5_6,
  .et_pb_gutters3 .et_pb_column_1_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters3 .et_pb_column_2_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_5,
  .et_pb_gutters3 .et_pb_column_3_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_5,
  .et_pb_gutters3 .et_pb_column_4_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_4_5 {
    width: 100% !important;
    margin-right: 0;
  }
  /*gutters 4*/
  .et_pb_gutters4 .et_pb_column_1_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters4 .et_pb_column_1_7,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters4 .et_pb_column_1_8,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_8,
  .et_pb_gutters4 .et_pb_column_5_6,
  .et_pb_gutters4 .et_pb_row .et_pb_column_5_6,
  .et_pb_gutters4 .et_pb_column_1_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters4 .et_pb_column_2_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_2_5,
  .et_pb_gutters4 .et_pb_column_3_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_3_5,
  .et_pb_gutters4 .et_pb_column_4_5,
  .et_pb_gutters4 .et_pb_row .et_pb_column_4_5 {
    width: 100% !important;
    margin-right: 0;
  }
  .et_pb_column_1_6:nth-child(even),
  .et_pb_row .et_pb_column_1_6:nth-child(even),
  .et_pb_column_1_7:nth-child(even),
  .et_pb_row .et_pb_column_1_7:nth-child(even) .et_pb_column_1_8:nth-child(even),
  .et_pb_row .et_pb_column_1_8:nth-child(even),
  .et_pb_column_5_6:nth-child(even),
  .et_pb_row .et_pb_column_5_6:nth-child(even),
  .et_pb_column_1_5:nth-child(even),
  .et_pb_row .et_pb_column_1_5:nth-child(even),
  .et_pb_column_2_5:nth-child(even),
  .et_pb_row .et_pb_column_2_5:nth-child(even),
  .et_pb_column_3_5:nth-child(even),
  .et_pb_row .et_pb_column_3_5:nth-child(even),
  .et_pb_column_4_5:nth-child(even),
  .et_pb_row .et_pb_column_4_5:nth-child(even),
  .et_pb_column_1_4:nth-child(even),
  .et_pb_row .et_pb_column_1_4:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media (max-width: 479px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_6,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_7,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_8,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_5_6,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_5,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_5,
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_4_5 {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  .et_pb_row .et_pb_column.et_pb_column_1_6:last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_7:last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_8:last-child,
  .et_pb_row .et_pb_column.et_pb_column_5_6:last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
  .et_pb_row .et_pb_column.et_pb_column_2_5:last-child,
  .et_pb_row .et_pb_column.et_pb_column_3_5:last-child,
  .et_pb_row .et_pb_column.et_pb_column_4_5:last-child {
    margin-bottom: 0;
  }
}
.mydivi-accordion {
  border-top: 1px solid #d9e5e8;
  margin: 0 auto !important;
  list-style-type: none !important;
  padding: 0 !important;
}
.mydivi-accordion .et_pb_mydivi_accordion_item {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .acc-content {
  display: none;
  padding: 20px 40px;
  color: #4c4c4c;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .acc-content p {
  color: #4c4c4c;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .accordion-title {
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: sans-serif;
  text-transform: initial;
  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 30px;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .accordion-title:before {
  content: "";
  display: block;
  height: 100%;
  background: #4a6e78;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .accordion-title:hover:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .accordion-title:after {
  display: none;
}
.mydivi-accordion .et_pb_mydivi_accordion_item .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;
}
.fancy-caption2 {
  display: block;
  position: relative;
  margin: 10px;
  width: 100%;
  max-width: 480px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 980px) {
  .fancy-caption2 {
    border-radius: 50%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .fancy-caption2 {
    width: 100% !important;
  }
}
.fancy-caption2.ci_left {
  margin-left: 0;
}
.fancy-caption2.ci_right {
  margin-right: 0;
}
.fancy-caption2 img {
  display: block;
  max-width: 480px !important;
  width: 100% !important;
  border-radius: 50%;
}
.fancy-caption2:before {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 480px;
  color: #fff;
  padding: 20px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 100%;
  border-radius: 50%;
  background: inherit;
  font-size: 2.7rem;
  font-weight: 300;
  top: 0;
}
@media (max-width: 980px) {
  .fancy-caption2:before {
    opacity: .9;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 480px;
    color: #fff;
    padding: 20px;
    text-align: center;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 30px;
    border-radius: 0;
    background: inherit;
    font-size: 2.7rem;
    font-weight: 300;
    top: initial;
    bottom: 40px;
    display: none;
  }
}
.fancy-caption2:after {
  content: attr(data-title);
  opacity: 0;
  position: absolute;
  top: 50%;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 980px) {
  .fancy-caption2:after {
    content: attr(data-title);
    opacity: 1;
    position: absolute;
    top: initial;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0%;
    bottom: 50px;
    max-width: 480px;
    padding: 10px 40px;
    line-height: 20px;
    box-sizing: border-box;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(0%);
    transform: translateY(0);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    background: inherit;
  }
}
.fancy-caption2:hover:before {
  opacity: .9;
}
.fancy-caption2:hover:after {
  opacity: 1;
}
.falist.facenter {
  text-align: center;
}
.falist.faleft {
  text-align: left;
  margin-left: 50px;
}
.falist.faright {
  text-align: right;
}
.falist ul {
  padding: 0px !important;
  list-style: none;
  display: inline-block;
  text-align: left;
  position: relative;
}
.falist ul li {
  margin-bottom: 10px;
  position: relative;
}
.falist ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.falist ul li i {
  margin-left: 0px;
  position: absolute;
  font-size: 24px;
  line-height: inherit;
  top: 0;
  left: 0;
}
.falist ul li img {
  margin-left: 0px;
  position: absolute;
  max-height: 24px;
  top: 0;
  left: 0;
}
.falist ul li div.list__wrap {
  margin-left: 5rem;
}
.falist ul li.color-primary p {
  color: #222525 !important;
}
.falist ul li.color-secondary p {
  color: #ffffff !important;
}
.falist ul li.color-tertiary p {
  color: #3a3631 !important;
}
.falist ul li.color-accenta p {
  color: #32b3bd !important;
}
.falist ul li.color-accentb p {
  color: #65c6ce !important;
}
@media (max-width: 480px) {
  .falist.facenter {
    text-align: left;
    margin-left: 45px;
  }
  .falist.faleft {
    text-align: left;
    margin-left: 45px;
  }
  .falist.faright {
    text-align: left;
    margin-left: 45px;
  }
}
.fbwo figure {
  position: relative;
  margin: 0 auto;
  padding-bottom: 0;
  overflow: hidden;
  display: block;
  max-width: 480px;
  width: 100%;
  background: #32b3bd;
  -webkit-transition: box-shadow 1s;
  -moz-transition: box-shadow 1s;
  transition: box-shadow 1s;
}
.fbwo figure img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s 0.05s ease, opacity 0.3s;
  transition: transform 0.5s .05s ease,opacity 0.3s;
  opacity: 1;
}
.fbwo figure a {
  display: block;
}
.fbwo figure a:hover:after {
  opacity: 1;
  color: #ffffff;
}
.fbwo figure a:after {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  top: 50%;
  margin-top: -30px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.5s .2s;
  -moz-transition: opacity 0.5s .2s;
  -o-transition: opacity 0.5s .2s;
  transition: opacity 0.5s .2s;
  content: attr(data-title);
  font-size: inherit;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
}
.fbwo figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.fbwo figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  top: auto;
  bottom: 0;
  opacity: 1;
  padding: 10px;
  background: #95a8c0;
  color: #ffffff !important;
}
.fbwo figcaption p {
  padding: 0;
}
.fbwo figcaption .fbwo_title {
  margin: 0;
  padding: 2px 0 0;
  font-size: 28px;
  line-height: 28px;
  font-family: sans-serif;
  font-weight: 400;
  color: #ffffff;
  z-index: 10;
  position: relative;
}
.fbwo .triangle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  overflow: hidden;
  -ms-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  -webkit-transform: scale(0.8, 1);
  transform: rotate(45deg);
  background: #ffffff;
  z-index: 1;
}
.gallery-band .image-link {
  position: relative;
  display: block;
}
.gallery-band .image-link:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.gallery-band .image-link:after {
  content: "\f00e";
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  top: 50%;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.gallery-band .image-link:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.gallery-band .image-link:hover:after {
  opacity: 1;
}
.maphldr {
  width: 100%;
  position: relative;
}
.maphldr .gmapc {
  width: 100%;
}
.icon-img-card-wrap {
  display: block;
  width: 100%;
  margin: 0;
}
.icon-img-card-wrap:after {
  content: "";
  clear: both;
  display: table;
}
.icon-img-card-wrap .icon-img-card-hldr {
  position: relative;
}
.icon-img-card-wrap .icon-img-card-hldr.autoheight {
  height: auto !important;
}
.icon-img-card-wrap .icon-img-card-hldr.center {
  text-align: center;
}
.icon-img-card-wrap .icon-img-card-hldr.left {
  text-align: left;
}
.icon-img-card-wrap .icon-img-card-hldr.right {
  text-align: right;
}
.icon-img-card-wrap .icon-img-card-hldr.justify {
  text-align: justify;
}
.icon-img-card-wrap .icon-img-card-hldr.one {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .icon-img-card-wrap .icon-img-card-hldr.one {
    height: auto !important;
  }
}
.icon-img-card-wrap .icon-img-card-hldr.two {
  width: 50%;
  display: block;
  float: left;
}
@media (max-width: 768px) {
  .icon-img-card-wrap .icon-img-card-hldr.two {
    height: auto !important;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .icon-img-card-wrap .icon-img-card-hldr.two:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.icon-img-card-wrap .icon-img-card-hldr.three {
  width: 33.333%;
  display: block;
  float: left;
}
@media (max-width: 768px) {
  .icon-img-card-wrap .icon-img-card-hldr.three {
    height: auto !important;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .icon-img-card-wrap .icon-img-card-hldr.three:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.icon-img-card-wrap .icon-img-card-hldr.four {
  width: 25%;
  display: block;
  float: left;
}
@media (max-width: 1024px) {
  .icon-img-card-wrap .icon-img-card-hldr.four {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .icon-img-card-wrap .icon-img-card-hldr.four {
    height: auto !important;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .icon-img-card-wrap .icon-img-card-hldr.four:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.icon-img-card-wrap .icon-img-card-hldr.five {
  width: 20%;
  display: block;
  float: left;
}
@media (max-width: 768px) {
  .icon-img-card-wrap .icon-img-card-hldr.five {
    height: auto !important;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .icon-img-card-wrap .icon-img-card-hldr.five:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.icon-img-card-wrap .icon-img-card-hldr.six {
  width: 16.666%;
  display: block;
  float: left;
}
@media (max-width: 1024px) {
  .icon-img-card-wrap .icon-img-card-hldr.six {
    width: 33.333%;
    float: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .icon-img-card-wrap .icon-img-card-hldr.six {
    height: auto !important;
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card a:hover .icon-hldr,
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card a:hover .heading-hldr {
  opacity: .7;
}
@media (max-width: 767px) {
  .icon-img-card-wrap .icon-img-card-hldr .icon-img-card {
    height: auto !important;
  }
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card.autoheight {
  height: auto !important;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card.bottom-padding {
  padding-bottom: 50px;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .heading-hldr .heading-tertiary {
  padding: 15px 0 20px;
}
@media (max-width: 767px) {
  .icon-img-card-wrap .icon-img-card-hldr .icon-img-card .heading-hldr .heading-tertiary {
    padding: 0px 0 20px;
  }
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .heading-hldr a .heading-tertiary {
  opacity: 1;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  padding: 15px 0 20px;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .heading-hldr a .heading-tertiary:hover {
  opacity: .7;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .heading-hldr a:hover {
  opacity: .7;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .icon-hldr.circularborder {
  width: 160px;
  height: 160px;
  border: 1px solid #222;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .icon-hldr.circularborder i {
  line-height: 160px;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .icon-hldr a {
  opacity: 1;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .icon-hldr a:hover {
  opacity: .7;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .icon-hldr i {
  line-height: 120px;
  font-size: 100px;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-card .icon-hldr img {
  height: 120px;
  margin: 10px 0 0;
}
.icon-img-card-wrap .icon-img-card-hldr .desc-hldr {
  padding: 0px 0px 20px;
}
.icon-img-card-wrap .icon-img-card-hldr .desc-hldr.cta-bottom-padding {
  padding: 0px 20px 20px;
}
@media (max-width: 767px) {
  .icon-img-card-wrap .icon-img-card-hldr .desc-hldr.cta-bottom-padding {
    padding: 0px 20px 20px !important;
  }
}
.icon-img-card-wrap .icon-img-card-hldr .desc-hldr ul,
.icon-img-card-wrap .icon-img-card-hldr .desc-hldr ol {
  margin: 15px 30px;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-cta-hldr {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: auto;
  width: 100%;
  max-width: 320px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: initial;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-cta-hldr.cta-center {
  text-align: center;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-cta-hldr.cta-left {
  text-align: left;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-cta-hldr.cta-right {
  text-align: right;
}
.icon-img-card-wrap .icon-img-card-hldr .icon-img-cta-hldr .icon-img-cta {
  background: #222 !important;
  color: #fff !important;
  padding: 0 20px !important;
  line-height: 36px !important;
  margin-top: 24px;
  display: inline-block;
}
.et_pb_image a {
  color: #d9b310;
  display: inline-block;
  position: relative;
}
.et_pb_image a .et_pb_hover_text {
  margin: 0 !important;
}
.et_pb_image a .et_pb_hover_text:before {
  display: none;
}
.et_pb_image a .et_pb_hover_text div {
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.2;
}
.location-grid {
  display: grid;
}
.location-grid:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}
@media (max-width: 980px) {
  .location-grid:after {
    display: none;
  }
}
.location-grid.lg-half {
  grid-template-columns: 50% 50%;
}
@media (max-width: 767px) {
  .location-grid.lg-half {
    grid-template-columns: 100%;
    margin: 10px auto;
  }
}
.location-grid.lg-third {
  grid-template-columns: 33% 33% 33%;
}
@media (max-width: 1024px) {
  .location-grid.lg-third {
    grid-template-columns: 100%;
    margin: 10px auto;
  }
}
.location-grid.lg-fourth {
  grid-template-columns: 25% 25% 25% 25%;
}
@media (max-width: 1024px) {
  .location-grid.lg-fourth {
    grid-template-columns: 50% 50%;
  }
  .location-grid.lg-fourth .lg-box {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .location-grid.lg-fourth {
    grid-template-columns: 100%;
    margin: 10px auto;
  }
  .location-grid.lg-fourth .lg-box {
    grid-template-columns: 100%;
  }
}
.location-grid .lg-box {
  overflow: hidden;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.location-grid .lg-box:after {
  content: "";
  display: block;
  padding-top: 100%;
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -o-transition: padding-top 0.5s;
  transition: padding-top 0.5s;
}
@media (max-width: 1024px) {
  .location-grid .lg-box:after {
    display: none;
  }
}
.location-grid .lg-box .lg-icon-wrap {
  padding: 0 20px 20px;
}
.location-grid .lg-box .lg-location-hldr {
  top: 50%;
  position: absolute;
  display: block;
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  z-index: 10;
}
.location-grid .lg-box .lg-location {
  width: 80%;
  margin: auto;
  position: relative;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.location-grid .lg-box .lg-location .lg-heading {
  color: #fff !important;
  padding: 0;
  margin: 0 0 15px;
}
@media (max-width: 1024px) {
  .location-grid .lg-box .lg-location {
    width: 100%;
  }
}
.location-grid .lg-box .lg-address {
  width: 80%;
  margin: auto;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.location-grid .lg-box .lg-address p {
  color: rgba(0, 0, 0, 0) !important;
  opacity: 0;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0px;
  padding: 10px 0px 15px;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 1024px) {
  .location-grid .lg-box .lg-address {
    width: 100%;
  }
}
.location-grid .lg-box .lg-address a {
  opacity: 0;
  margin-top: 15px;
}
.location-grid .lg-box .lg-color-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 1024px) {
  .location-grid .lg-box .lg-color-overlay {
    display: none;
  }
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_1 {
  opacity: 0.1;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_2 {
  opacity: 0.2;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_3 {
  opacity: 0.3;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_4 {
  opacity: 0.4;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_5 {
  opacity: 0.5;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_6 {
  opacity: 0.6;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_7 {
  opacity: 0.7;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_8 {
  opacity: 0.8;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_0_9 {
  opacity: 0.9;
}
.location-grid .lg-box .lg-color-overlay.lg_overlay_static_1_0 {
  opacity: 1;
}
.location-grid .lg-box .lg-mobile-img-wrap {
  display: none;
}
@media (min-width: 1025px) {
  .location-grid .lg-box:hover .lg-color-overlay,
  .location-grid .lg-box.focused .lg-color-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_1,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_1 {
    opacity: 0.1;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_2,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_2 {
    opacity: 0.2;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_3,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_3 {
    opacity: 0.3;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_4,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_4 {
    opacity: 0.4;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_5,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_5 {
    opacity: 0.5;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_6,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_6 {
    opacity: 0.6;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_7,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_7 {
    opacity: 0.7;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_8,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_8 {
    opacity: 0.8;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_0_9,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_0_9 {
    opacity: 0.9;
  }
  .location-grid .lg-box:hover .lg-color-overlay.lg_overlay_hover_1_0,
  .location-grid .lg-box.focused .lg-color-overlay.lg_overlay_hover_1_0 {
    opacity: 1;
  }
  .location-grid .lg-box:hover .lg-location-hldr,
  .location-grid .lg-box.focused .lg-location-hldr {
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    margin-top: 0 !important;
  }
  .location-grid .lg-box:hover .lg-address p,
  .location-grid .lg-box.focused .lg-address p {
    color: #ffffff !important;
    opacity: 1;
  }
  .location-grid .lg-box:hover .lg-address p:after,
  .location-grid .lg-box.focused .lg-address p:after {
    background: #fff;
  }
  .location-grid .lg-box:hover .lg-address a,
  .location-grid .lg-box.focused .lg-address a {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .location-grid .lg-box {
    display: grid;
    grid-template-columns: 50% 50%;
    background: none !important;
  }
  .location-grid .lg-box .lg-icon-wrap i {
    color: inherit !important;
  }
  .location-grid .lg-box .lg-icon-wrap.invert-color img {
    -wenbit-filter: invert(1);
    -moz-filter: invert(1);
    filter: invert(1);
  }
  .location-grid .lg-box .lg-icon-wrap.hide-icon {
    display: none;
  }
  .location-grid .lg-box .lg-mobile-img-wrap {
    display: block;
  }
  .location-grid .lg-box .lg-color-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  .location-grid .lg-box .lg-location-hldr {
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 40px;
  }
  .location-grid .lg-box .lg-location-hldr .lg-location {
    padding: 0 0px 0px;
  }
  .location-grid .lg-box .lg-location-hldr .lg-location .lg-heading {
    color: inherit !important;
  }
  .location-grid .lg-box .lg-address p {
    font-size: 18px;
    color: inherit !important;
    padding: 0px 0px 20px;
    opacity: 1;
  }
  .location-grid .lg-box .lg-address p:after {
    background: #fff;
  }
  .location-grid .lg-box .lg-address a {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .location-grid .lg-box {
    grid-template-columns: 100%;
  }
}
.team-card {
  display: block;
  position: relative;
  text-align: center;
}
.team-card a {
  display: block;
  max-width: 480px;
  width: 100%;
  opacity: 1;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.team-card a:hover {
  opacity: .7;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.team-card a.alt-img-hover img {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
}
.team-card a.alt-img-hover:hover {
  opacity: 1;
}
.team-card a.alt-img-hover:hover img {
  opacity: 0;
}
.team-card a.alt-img-hover:hover img.mt-hover-image {
  opacity: 1;
}
.team-card .heading-tertiary {
  text-align: center;
  margin: 0;
  padding: 0 0 0px;
  line-height: 1;
}
.team-card p {
  margin: 0 0 0;
  text-transform: uppercase;
}
.team-card__img-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.team-card__img-wrap.mt_circular {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.team-card__img-wrap.mt_circular:before {
  position: absolute;
  content: "Full Bio";
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #222;
  color: #fff;
  bottom: 0;
  z-index: 1;
}
.team-card__img-wrap img {
  max-width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  display: block;
  margin: auto;
}
.team-card__img-wrap img.mt-hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
}
.team-card-popup {
  position: relative;
  background: none repeat scroll 0% 0% #FFF;
  padding: 0px 0px 10px 0px;
  width: auto;
  margin: 0px auto;
  max-width: 600px;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .team-card-popup {
    margin: 0px auto;
  }
}
.team-card-popup > div {
  background: #FFF;
  padding: 20px;
  margin: auto;
}
.team-card-popup p {
  text-align: justify;
}
.team-card-popup img {
  padding: 0;
}
.team-card-popup .tcp-title-wrap {
  margin: 0 0 15px;
}
.team-card-popup .tcp-title-wrap .heading-tertiary {
  text-align: left;
  margin: 0;
  padding: 0 0 0px;
  line-height: 1;
}
.team-card-popup .tcp-title-wrap p {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.team-card-popup ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.team-card-popup .mtp-cta {
  padding-top: 30px;
}
.team-card-popup__img {
  max-width: 140px;
  height: auto;
  float: left;
  margin: 0 20px 0;
}
@media (max-width: 480px) {
  .team-card-popup__img {
    max-width: 180px;
    height: auto;
    float: none;
    margin: 0 auto 20px;
  }
}
.et_pb_mydivi_headings a:hover h1,
.et_pb_mydivi_headings a:hover h2,
.et_pb_mydivi_headings a:hover h3,
.et_pb_mydivi_headings a:hover h4,
.et_pb_mydivi_headings a:hover h5,
.et_pb_mydivi_headings a:hover h6,
.et_pb_mydivi_headings a:hover div {
  opacity: 0.6;
}
.btn-holder {
  display: block;
  position: relative;
}
.btn,
#footer-widgets .footer-widget .btn {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.25;
  color: #333;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 2px solid;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-shadow: none;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn.btn-0x,
#footer-widgets .footer-widget .btn.btn-0x {
  font-size: 14px;
  padding: 8px 10px;
}
.btn.btn-1x,
#footer-widgets .footer-widget .btn.btn-1x {
  font-size: 16px;
  padding: 8px 20px;
}
.btn.btn-2x,
#footer-widgets .footer-widget .btn.btn-2x {
  font-size: 18px;
  padding: 10px 30px;
}
.btn.btn-3x,
#footer-widgets .footer-widget .btn.btn-3x {
  font-size: 24px;
  padding: 10px 40px;
}
.btn.btn-4x,
#footer-widgets .footer-widget .btn.btn-4x {
  font-size: 28px;
  padding: 6px 40px;
}
.btn:hover.hover-glow,
#footer-widgets .footer-widget .btn:hover.hover-glow {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
.btn:hover.hover-shadow,
#footer-widgets .footer-widget .btn:hover.hover-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.color-primary {
  color: #222525;
}
.color-primary-bg {
  background: #222525;
}
.color-primaryi {
  color: #222525 !important;
}
.color-primary-hdri .heading-hero,
.color-primary-hdri .heading-hero-alt,
.color-primary-hdri .heading-primary,
.color-primary-hdri .heading-secondary,
.color-primary-hdri .heading-tertiary,
.color-primary-hdri h1,
.color-primary-hdri h2,
.color-primary-hdri h3,
.color-primary-hdri h4,
.color-primary-hdri h5,
.color-primary-hdri h6 {
  color: #222525 !important;
}
.color-primary-bgi {
  background: #222525 !important;
}
.color-primary-btn,
#footer-widgets .footer-widget .color-primary-btn {
  border-color: #222525;
  background: #222525;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.color-primary-btn.btn-ghost,
#footer-widgets .footer-widget .color-primary-btn.btn-ghost {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #222525 !important;
  color: #222525 !important;
}
.color-primary-btn.animBtn,
#footer-widgets .footer-widget .color-primary-btn.animBtn {
  background: #222525;
  color: #ffffff !important;
}
.color-primary-icon i,
#footer-widgets .footer-widget .color-primary-icon i {
  color: #222525;
}
.color-primary-btn-hover.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover.animBtn:after {
  background: none repeat scroll 0 0 #222525;
}
.color-primary-btn-hover:hover,
#footer-widgets .footer-widget .color-primary-btn-hover:hover {
  border-color: #222525;
  background: #222525 !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.color-primary-btn-hover:hover.btn-ghost,
#footer-widgets .footer-widget .color-primary-btn-hover:hover.btn-ghost {
  border-color: #222525 !important;
  background: #222525 !important;
  color: #ffffff !important;
}
.color-primary-btn-hover:hover.animBtn,
#footer-widgets .footer-widget .color-primary-btn-hover:hover.animBtn {
  color: #ffffff !important;
}
.color-primary-btn-hover:hover.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover:hover.animBtn:after {
  background: none repeat scroll 0 0 #222525;
}
.color-primary-btn-hover-saturate.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-saturate.animBtn:after {
  background: none repeat scroll 0 0 #103737;
}
.color-primary-btn-hover-saturate:hover,
#footer-widgets .footer-widget .color-primary-btn-hover-saturate:hover {
  border-color: #103737;
  background: #103737 !important;
  position: relative;
  overflow: hidden;
}
.color-primary-btn-hover-saturate:hover.btn-ghost,
#footer-widgets .footer-widget .color-primary-btn-hover-saturate:hover.btn-ghost {
  border-color: #222525 !important;
  background: #222525 !important;
  color: #ffffff !important;
}
.color-primary-btn-hover-saturate:hover.animBtn,
#footer-widgets .footer-widget .color-primary-btn-hover-saturate:hover.animBtn {
  color: #ffffff !important;
}
.color-primary-btn-hover-saturate:hover.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-saturate:hover.animBtn:after {
  background: none repeat scroll 0 0 #103737;
}
.color-primary-btn-hover-lighten-x.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-x.animBtn:after {
  background: none repeat scroll 0 0 #3a4040;
}
.color-primary-btn-hover-lighten-x:hover,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-x:hover {
  border-color: #3a4040;
  background: #3a4040 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-x:hover.btn-ghost,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-x:hover.btn-ghost {
  border-color: #3a4040 !important;
  background: #3a4040 !important;
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-x:hover.animBtn,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-x:hover.animBtn {
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-x:hover.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-x:hover.animBtn:after {
  background: none repeat scroll 0 0 #3a4040;
}
.color-primary-btn-hover-lighten-xx.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xx.animBtn:after {
  background: none repeat scroll 0 0 #535a5a;
}
.color-primary-btn-hover-lighten-xx:hover,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xx:hover {
  border-color: #535a5a;
  background: #535a5a !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-xx:hover.btn-ghost,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xx:hover.btn-ghost {
  border-color: #535a5a !important;
  background: #535a5a !important;
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-xx:hover.animBtn,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xx:hover.animBtn {
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-xx:hover.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xx:hover.animBtn:after {
  background: none repeat scroll 0 0 #535a5a;
}
.color-primary-btn-hover-lighten-xxx.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xxx.animBtn:after {
  background: none repeat scroll 0 0 #6b7575;
}
.color-primary-btn-hover-lighten-xxx:hover,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xxx:hover {
  border-color: #6b7575;
  background: #6b7575 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-xxx:hover.btn-ghost,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xxx:hover.btn-ghost {
  border-color: #6b7575 !important;
  background: #6b7575 !important;
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-xxx:hover.animBtn,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xxx:hover.animBtn {
  color: #ffffff !important;
}
.color-primary-btn-hover-lighten-xxx:hover.animBtn:after,
#footer-widgets .footer-widget .color-primary-btn-hover-lighten-xxx:hover.animBtn:after {
  background: none repeat scroll 0 0 #6b7575;
}
.color-secondary {
  color: #ffffff;
}
.color-secondary-bg {
  background: #ffffff;
}
.color-secondaryi {
  color: #ffffff !important;
}
.color-secondary-hdri .heading-hero,
.color-secondary-hdri .heading-hero-alt,
.color-secondary-hdri .heading-primary,
.color-secondary-hdri .heading-secondary,
.color-secondary-hdri .heading-tertiary,
.color-secondary-hdri h1,
.color-secondary-hdri h2,
.color-secondary-hdri h3,
.color-secondary-hdri h4,
.color-secondary-hdri h5,
.color-secondary-hdri h6 {
  color: #ffffff !important;
}
.color-secondary-bgi {
  background: #ffffff !important;
}
.color-secondary-btn,
#footer-widgets .footer-widget .color-secondary-btn {
  border-color: #ffffff;
  background: #ffffff;
  color: #222222 !important;
  position: relative;
  overflow: hidden;
}
.color-secondary-btn.btn-ghost,
#footer-widgets .footer-widget .color-secondary-btn.btn-ghost {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.color-secondary-btn.animBtn,
#footer-widgets .footer-widget .color-secondary-btn.animBtn {
  background: #ffffff;
  color: #222222 !important;
}
.color-secondary-icon i,
#footer-widgets .footer-widget .color-secondary-icon i {
  color: #ffffff;
}
.color-secondary-btn-hover.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover:hover,
#footer-widgets .footer-widget .color-secondary-btn-hover:hover {
  border-color: #ffffff;
  background: #ffffff !important;
  color: #222222 !important;
  position: relative;
  overflow: hidden;
}
.color-secondary-btn-hover:hover.btn-ghost,
#footer-widgets .footer-widget .color-secondary-btn-hover:hover.btn-ghost {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #222222 !important;
}
.color-secondary-btn-hover:hover.animBtn,
#footer-widgets .footer-widget .color-secondary-btn-hover:hover.animBtn {
  color: #222222 !important;
}
.color-secondary-btn-hover:hover.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover:hover.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-saturate.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-saturate.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-saturate:hover,
#footer-widgets .footer-widget .color-secondary-btn-hover-saturate:hover {
  border-color: #ffffff;
  background: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.color-secondary-btn-hover-saturate:hover.btn-ghost,
#footer-widgets .footer-widget .color-secondary-btn-hover-saturate:hover.btn-ghost {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #222222 !important;
}
.color-secondary-btn-hover-saturate:hover.animBtn,
#footer-widgets .footer-widget .color-secondary-btn-hover-saturate:hover.animBtn {
  color: #222222 !important;
}
.color-secondary-btn-hover-saturate:hover.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-saturate:hover.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-lighten-x.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-x.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-lighten-x:hover,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-x:hover {
  border-color: #ffffff;
  background: #ffffff !important;
  position: relative;
  overflow: hidden;
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-x:hover.btn-ghost,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-x:hover.btn-ghost {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-x:hover.animBtn,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-x:hover.animBtn {
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-x:hover.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-x:hover.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-lighten-xx.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xx.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-lighten-xx:hover,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xx:hover {
  border-color: #ffffff;
  background: #ffffff !important;
  position: relative;
  overflow: hidden;
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-xx:hover.btn-ghost,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xx:hover.btn-ghost {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-xx:hover.animBtn,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xx:hover.animBtn {
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-xx:hover.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xx:hover.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-lighten-xxx.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xxx.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-secondary-btn-hover-lighten-xxx:hover,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xxx:hover {
  border-color: #ffffff;
  background: #ffffff !important;
  position: relative;
  overflow: hidden;
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-xxx:hover.btn-ghost,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xxx:hover.btn-ghost {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-xxx:hover.animBtn,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xxx:hover.animBtn {
  color: #222222 !important;
}
.color-secondary-btn-hover-lighten-xxx:hover.animBtn:after,
#footer-widgets .footer-widget .color-secondary-btn-hover-lighten-xxx:hover.animBtn:after {
  background: none repeat scroll 0 0 #ffffff;
}
.color-tertiary {
  color: #3a3631;
}
.color-tertiary-bg {
  background: #3a3631;
}
.color-tertiaryi {
  color: #3a3631 !important;
}
.color-tertiary-hdri .heading-hero,
.color-tertiary-hdri .heading-hero-alt,
.color-tertiary-hdri .heading-primary,
.color-tertiary-hdri .heading-secondary,
.color-tertiary-hdri .heading-tertiary,
.color-tertiary-hdri h1,
.color-tertiary-hdri h2,
.color-tertiary-hdri h3,
.color-tertiary-hdri h4,
.color-tertiary-hdri h5,
.color-tertiary-hdri h6 {
  color: #3a3631 !important;
}
.color-tertiary-bgi {
  background: #3a3631 !important;
}
.color-tertiary-btn,
#footer-widgets .footer-widget .color-tertiary-btn {
  border-color: #3a3631;
  background: #3a3631;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.color-tertiary-btn.btn-ghost,
#footer-widgets .footer-widget .color-tertiary-btn.btn-ghost {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #3a3631 !important;
  color: #3a3631 !important;
}
.color-tertiary-btn.animBtn,
#footer-widgets .footer-widget .color-tertiary-btn.animBtn {
  background: #3a3631;
  color: #ffffff !important;
}
.color-tertiary-icon i,
#footer-widgets .footer-widget .color-tertiary-icon i {
  color: #3a3631;
}
.color-tertiary-btn-hover.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover.animBtn:after {
  background: none repeat scroll 0 0 #3a3631;
}
.color-tertiary-btn-hover:hover,
#footer-widgets .footer-widget .color-tertiary-btn-hover:hover {
  border-color: #3a3631;
  background: #3a3631 !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.color-tertiary-btn-hover:hover.btn-ghost,
#footer-widgets .footer-widget .color-tertiary-btn-hover:hover.btn-ghost {
  border-color: #3a3631 !important;
  background: #3a3631 !important;
  color: #ffffff !important;
}
.color-tertiary-btn-hover:hover.animBtn,
#footer-widgets .footer-widget .color-tertiary-btn-hover:hover.animBtn {
  color: #ffffff !important;
}
.color-tertiary-btn-hover:hover.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover:hover.animBtn:after {
  background: none repeat scroll 0 0 #3a3631;
}
.color-tertiary-btn-hover-saturate.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-saturate.animBtn:after {
  background: none repeat scroll 0 0 #553916;
}
.color-tertiary-btn-hover-saturate:hover,
#footer-widgets .footer-widget .color-tertiary-btn-hover-saturate:hover {
  border-color: #553916;
  background: #553916 !important;
  position: relative;
  overflow: hidden;
}
.color-tertiary-btn-hover-saturate:hover.btn-ghost,
#footer-widgets .footer-widget .color-tertiary-btn-hover-saturate:hover.btn-ghost {
  border-color: #3a3631 !important;
  background: #3a3631 !important;
  color: #ffffff !important;
}
.color-tertiary-btn-hover-saturate:hover.animBtn,
#footer-widgets .footer-widget .color-tertiary-btn-hover-saturate:hover.animBtn {
  color: #ffffff !important;
}
.color-tertiary-btn-hover-saturate:hover.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-saturate:hover.animBtn:after {
  background: none repeat scroll 0 0 #553916;
}
.color-tertiary-btn-hover-lighten-x.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-x.animBtn:after {
  background: none repeat scroll 0 0 #565048;
}
.color-tertiary-btn-hover-lighten-x:hover,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-x:hover {
  border-color: #565048;
  background: #565048 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-x:hover.btn-ghost,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-x:hover.btn-ghost {
  border-color: #565048 !important;
  background: #565048 !important;
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-x:hover.animBtn,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-x:hover.animBtn {
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-x:hover.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-x:hover.animBtn:after {
  background: none repeat scroll 0 0 #565048;
}
.color-tertiary-btn-hover-lighten-xx.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xx.animBtn:after {
  background: none repeat scroll 0 0 #716960;
}
.color-tertiary-btn-hover-lighten-xx:hover,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xx:hover {
  border-color: #716960;
  background: #716960 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-xx:hover.btn-ghost,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xx:hover.btn-ghost {
  border-color: #716960 !important;
  background: #716960 !important;
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-xx:hover.animBtn,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xx:hover.animBtn {
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-xx:hover.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xx:hover.animBtn:after {
  background: none repeat scroll 0 0 #716960;
}
.color-tertiary-btn-hover-lighten-xxx.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xxx.animBtn:after {
  background: none repeat scroll 0 0 #8d8377;
}
.color-tertiary-btn-hover-lighten-xxx:hover,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xxx:hover {
  border-color: #8d8377;
  background: #8d8377 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-xxx:hover.btn-ghost,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xxx:hover.btn-ghost {
  border-color: #8d8377 !important;
  background: #8d8377 !important;
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-xxx:hover.animBtn,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xxx:hover.animBtn {
  color: #ffffff !important;
}
.color-tertiary-btn-hover-lighten-xxx:hover.animBtn:after,
#footer-widgets .footer-widget .color-tertiary-btn-hover-lighten-xxx:hover.animBtn:after {
  background: none repeat scroll 0 0 #8d8377;
}
.color-accenta {
  color: #32b3bd;
}
.color-accenta-bg {
  background: #32b3bd;
}
.color-accentai {
  color: #32b3bd !important;
}
.color-accenta-hdri .heading-hero,
.color-accenta-hdri .heading-hero-alt,
.color-accenta-hdri .heading-primary,
.color-accenta-hdri .heading-secondary,
.color-accenta-hdri .heading-tertiary,
.color-accenta-hdri h1,
.color-accenta-hdri h2,
.color-accenta-hdri h3,
.color-accenta-hdri h4,
.color-accenta-hdri h5,
.color-accenta-hdri h6 {
  color: #32b3bd !important;
}
.color-accenta-bgi {
  background: #32b3bd !important;
}
.color-accenta-btn,
#footer-widgets .footer-widget .color-accenta-btn {
  border-color: #32b3bd;
  background: #32b3bd;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.color-accenta-btn.btn-ghost,
#footer-widgets .footer-widget .color-accenta-btn.btn-ghost {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #32b3bd !important;
  color: #32b3bd !important;
}
.color-accenta-btn.animBtn,
#footer-widgets .footer-widget .color-accenta-btn.animBtn {
  background: #32b3bd;
  color: #ffffff !important;
}
.color-accenta-icon i,
#footer-widgets .footer-widget .color-accenta-icon i {
  color: #32b3bd;
}
.color-accenta-btn-hover.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover.animBtn:after {
  background: none repeat scroll 0 0 #32b3bd;
}
.color-accenta-btn-hover:hover,
#footer-widgets .footer-widget .color-accenta-btn-hover:hover {
  border-color: #32b3bd;
  background: #32b3bd !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.color-accenta-btn-hover:hover.btn-ghost,
#footer-widgets .footer-widget .color-accenta-btn-hover:hover.btn-ghost {
  border-color: #32b3bd !important;
  background: #32b3bd !important;
  color: #ffffff !important;
}
.color-accenta-btn-hover:hover.animBtn,
#footer-widgets .footer-widget .color-accenta-btn-hover:hover.animBtn {
  color: #ffffff !important;
}
.color-accenta-btn-hover:hover.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover:hover.animBtn:after {
  background: none repeat scroll 0 0 #32b3bd;
}
.color-accenta-btn-hover-saturate.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-saturate.animBtn:after {
  background: none repeat scroll 0 0 #00deef;
}
.color-accenta-btn-hover-saturate:hover,
#footer-widgets .footer-widget .color-accenta-btn-hover-saturate:hover {
  border-color: #00deef;
  background: #00deef !important;
  position: relative;
  overflow: hidden;
}
.color-accenta-btn-hover-saturate:hover.btn-ghost,
#footer-widgets .footer-widget .color-accenta-btn-hover-saturate:hover.btn-ghost {
  border-color: #32b3bd !important;
  background: #32b3bd !important;
  color: #ffffff !important;
}
.color-accenta-btn-hover-saturate:hover.animBtn,
#footer-widgets .footer-widget .color-accenta-btn-hover-saturate:hover.animBtn {
  color: #ffffff !important;
}
.color-accenta-btn-hover-saturate:hover.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-saturate:hover.animBtn:after {
  background: none repeat scroll 0 0 #00deef;
}
.color-accenta-btn-hover-lighten-x.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-x.animBtn:after {
  background: none repeat scroll 0 0 #51c8d1;
}
.color-accenta-btn-hover-lighten-x:hover,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-x:hover {
  border-color: #51c8d1;
  background: #51c8d1 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-accenta-btn-hover-lighten-x:hover.btn-ghost,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-x:hover.btn-ghost {
  border-color: #51c8d1 !important;
  background: #51c8d1 !important;
  color: #222222 !important;
}
.color-accenta-btn-hover-lighten-x:hover.animBtn,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-x:hover.animBtn {
  color: #ffffff !important;
}
.color-accenta-btn-hover-lighten-x:hover.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-x:hover.animBtn:after {
  background: none repeat scroll 0 0 #51c8d1;
}
.color-accenta-btn-hover-lighten-xx.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xx.animBtn:after {
  background: none repeat scroll 0 0 #79d5dc;
}
.color-accenta-btn-hover-lighten-xx:hover,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xx:hover {
  border-color: #79d5dc;
  background: #79d5dc !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-accenta-btn-hover-lighten-xx:hover.btn-ghost,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xx:hover.btn-ghost {
  border-color: #79d5dc !important;
  background: #79d5dc !important;
  color: #222222 !important;
}
.color-accenta-btn-hover-lighten-xx:hover.animBtn,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xx:hover.animBtn {
  color: #ffffff !important;
}
.color-accenta-btn-hover-lighten-xx:hover.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xx:hover.animBtn:after {
  background: none repeat scroll 0 0 #79d5dc;
}
.color-accenta-btn-hover-lighten-xxx.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xxx.animBtn:after {
  background: none repeat scroll 0 0 #a2e1e6;
}
.color-accenta-btn-hover-lighten-xxx:hover,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xxx:hover {
  border-color: #a2e1e6;
  background: #a2e1e6 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
}
.color-accenta-btn-hover-lighten-xxx:hover.btn-ghost,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xxx:hover.btn-ghost {
  border-color: #a2e1e6 !important;
  background: #a2e1e6 !important;
  color: #222222 !important;
}
.color-accenta-btn-hover-lighten-xxx:hover.animBtn,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xxx:hover.animBtn {
  color: #ffffff !important;
}
.color-accenta-btn-hover-lighten-xxx:hover.animBtn:after,
#footer-widgets .footer-widget .color-accenta-btn-hover-lighten-xxx:hover.animBtn:after {
  background: none repeat scroll 0 0 #a2e1e6;
}
.color-accentb {
  color: #65c6ce;
}
.color-accentb-bg {
  background: #65c6ce;
}
.color-accentbi {
  color: #65c6ce !important;
}
.color-accentb-hdri .heading-hero,
.color-accentb-hdri .heading-hero-alt,
.color-accentb-hdri .heading-primary,
.color-accentb-hdri .heading-secondary,
.color-accentb-hdri .heading-tertiary,
.color-accentb-hdri h1,
.color-accentb-hdri h2,
.color-accentb-hdri h3,
.color-accentb-hdri h4,
.color-accentb-hdri h5,
.color-accentb-hdri h6 {
  color: #65c6ce !important;
}
.color-accentb-bgi {
  background: #65c6ce !important;
}
.color-accentb-btn,
#footer-widgets .footer-widget .color-accentb-btn {
  border-color: #65c6ce;
  background: #65c6ce;
  color: #222222 !important;
  position: relative;
  overflow: hidden;
}
.color-accentb-btn.btn-ghost,
#footer-widgets .footer-widget .color-accentb-btn.btn-ghost {
  background: rgba(0, 0, 0, 0) !important;
  border-color: #65c6ce !important;
  color: #65c6ce !important;
}
.color-accentb-btn.animBtn,
#footer-widgets .footer-widget .color-accentb-btn.animBtn {
  background: #65c6ce;
  color: #222222 !important;
}
.color-accentb-icon i,
#footer-widgets .footer-widget .color-accentb-icon i {
  color: #65c6ce;
}
.color-accentb-btn-hover.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover.animBtn:after {
  background: none repeat scroll 0 0 #65c6ce;
}
.color-accentb-btn-hover:hover,
#footer-widgets .footer-widget .color-accentb-btn-hover:hover {
  border-color: #65c6ce;
  background: #65c6ce !important;
  color: #222222 !important;
  position: relative;
  overflow: hidden;
}
.color-accentb-btn-hover:hover.btn-ghost,
#footer-widgets .footer-widget .color-accentb-btn-hover:hover.btn-ghost {
  border-color: #65c6ce !important;
  background: #65c6ce !important;
  color: #222222 !important;
}
.color-accentb-btn-hover:hover.animBtn,
#footer-widgets .footer-widget .color-accentb-btn-hover:hover.animBtn {
  color: #222222 !important;
}
.color-accentb-btn-hover:hover.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover:hover.animBtn:after {
  background: none repeat scroll 0 0 #65c6ce;
}
.color-accentb-btn-hover-saturate.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-saturate.animBtn:after {
  background: none repeat scroll 0 0 #34f0ff;
}
.color-accentb-btn-hover-saturate:hover,
#footer-widgets .footer-widget .color-accentb-btn-hover-saturate:hover {
  border-color: #34f0ff;
  background: #34f0ff !important;
  position: relative;
  overflow: hidden;
}
.color-accentb-btn-hover-saturate:hover.btn-ghost,
#footer-widgets .footer-widget .color-accentb-btn-hover-saturate:hover.btn-ghost {
  border-color: #65c6ce !important;
  background: #65c6ce !important;
  color: #222222 !important;
}
.color-accentb-btn-hover-saturate:hover.animBtn,
#footer-widgets .footer-widget .color-accentb-btn-hover-saturate:hover.animBtn {
  color: #222222 !important;
}
.color-accentb-btn-hover-saturate:hover.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-saturate:hover.animBtn:after {
  background: none repeat scroll 0 0 #34f0ff;
}
.color-accentb-btn-hover-lighten-x.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-x.animBtn:after {
  background: none repeat scroll 0 0 #8cd4da;
}
.color-accentb-btn-hover-lighten-x:hover,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-x:hover {
  border-color: #8cd4da;
  background: #8cd4da !important;
  position: relative;
  overflow: hidden;
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-x:hover.btn-ghost,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-x:hover.btn-ghost {
  border-color: #8cd4da !important;
  background: #8cd4da !important;
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-x:hover.animBtn,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-x:hover.animBtn {
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-x:hover.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-x:hover.animBtn:after {
  background: none repeat scroll 0 0 #8cd4da;
}
.color-accentb-btn-hover-lighten-xx.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xx.animBtn:after {
  background: none repeat scroll 0 0 #b2e3e7;
}
.color-accentb-btn-hover-lighten-xx:hover,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xx:hover {
  border-color: #b2e3e7;
  background: #b2e3e7 !important;
  position: relative;
  overflow: hidden;
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-xx:hover.btn-ghost,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xx:hover.btn-ghost {
  border-color: #b2e3e7 !important;
  background: #b2e3e7 !important;
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-xx:hover.animBtn,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xx:hover.animBtn {
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-xx:hover.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xx:hover.animBtn:after {
  background: none repeat scroll 0 0 #b2e3e7;
}
.color-accentb-btn-hover-lighten-xxx.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xxx.animBtn:after {
  background: none repeat scroll 0 0 #d9f1f3;
}
.color-accentb-btn-hover-lighten-xxx:hover,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xxx:hover {
  border-color: #d9f1f3;
  background: #d9f1f3 !important;
  position: relative;
  overflow: hidden;
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-xxx:hover.btn-ghost,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xxx:hover.btn-ghost {
  border-color: #d9f1f3 !important;
  background: #d9f1f3 !important;
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-xxx:hover.animBtn,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xxx:hover.animBtn {
  color: #222222 !important;
}
.color-accentb-btn-hover-lighten-xxx:hover.animBtn:after,
#footer-widgets .footer-widget .color-accentb-btn-hover-lighten-xxx:hover.animBtn:after {
  background: none repeat scroll 0 0 #d9f1f3;
}
.animBtn,
#footer-widgets .footer-widget .animBtn {
  font-size: 16px;
  padding: 8px 20px;
}
.animBtn.btn-0x,
#footer-widgets .footer-widget .animBtn.btn-0x {
  font-size: 14px;
  padding: 8px 10px;
}
.animBtn.btn-1x,
#footer-widgets .footer-widget .animBtn.btn-1x {
  font-size: 16px;
  padding: 8px 20px;
}
.animBtn.btn-2x,
#footer-widgets .footer-widget .animBtn.btn-2x {
  font-size: 18px;
  padding: 10px 30px;
}
.animBtn.btn-3x,
#footer-widgets .footer-widget .animBtn.btn-3x {
  font-size: 24px;
  padding: 10px 40px;
}
.animBtn.btn-4x,
#footer-widgets .footer-widget .animBtn.btn-4x {
  font-size: 28px;
  padding: 6px 40px;
}
.animBtn,
.animBtn:visited {
  position: relative;
  display: inline-block;
  margin: 0px auto 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.animBtn span,
.animBtn:visited span {
  position: relative;
  z-index: 1;
}
.animBtn:after,
.animBtn:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  -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 ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.animBtn:hover,
.animBtn:visited:hover {
  color: #333;
  text-shadow: none;
}
.animBtn:hover:after,
.animBtn:visited:hover:after {
  height: 700%;
}
.animBtn.themeA:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.animBtn.themeB:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.animBtn.themeC:after {
  opacity: .5;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.animBtn.themeC:hover:after {
  height: 140%;
  opacity: 1;
}
.animBtn.themeD:after {
  width: 0%;
  border-radius: 50%;
  opacity: .5;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.animBtn.themeD:hover:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.slick-slider {
  height: inherit !important;
}
.slick-slider .slick-slide {
  height: inherit !important;
}
.slick-slider .slick-slide img {
  display: block;
  margin: auto;
}
.slick-slider .slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-slider .slick-prev:before {
  content: '\f053';
  font-family: "Font Awesome 5 Pro";
}
.slick-slider .slick-next {
  right: 20px;
  z-index: 1;
}
.slick-slider .slick-next:before {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
}
.video-image-preview-wrap {
  text-align: center;
}
.video-image-preview-wrap.et_pb_text_align_left {
  text-align: left;
}
.video-image-preview-wrap .vp-trouble-link {
  font-size: 14px;
  display: block;
  padding: 20px 5px;
}
.video-image-preview {
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.ie .video-image-preview img {
  width: 100%;
}
.video-image-preview img {
  padding: none;
  display: block;
  max-width: 480px !important;
  margin: auto;
  width: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.video-image-preview .video-overlay-indicator {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-image-preview .fa-stack {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 80px;
  font-size: 32px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  width: 80px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.video-image-preview .fa-play {
  color: #fff;
  margin-left: 3px;
  z-index: 2;
}
.video-image-preview:hover {
  opacity: 1 !important;
}
.video-image-preview:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.video-image-preview:hover .fa-stack {
  opacity: .75;
}
.video-image-preview.vid-pop-style-2 .fa-stack {
  top: initial;
  left: 0;
  bottom: 0;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  color: #fff;
}
.video-image-preview.vid-pop-style-2 .fa-stack i {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 80%;
  margin-right: 10px;
}
.video-image-preview.vid-pop-style-3 {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.video-image-preview.vid-pop-style-3 img {
  position: absolute;
  height: 100% !important;
  width: auto !important;
  left: 50%;
  transform: translateX(-50%);
}
/*====== 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;
}
.calloverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 120000;
}
.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: #16bdcd;
  font-size: 30px;
  z-index: 1102;
  line-height: 50px;
}
.calloverlay.cohidden {
  display: none !important;
}
.calloverlay.covisible {
  display: block !important;
}
.calloverlay .calloverlaytxt {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3B5062;
  font-size: 40px;
}
.calloverlay .calloverlaytxt .l_hldr:nth-child(2) {
  margin-top: 30px;
}
.calloverlay .calloverlaytxt .overlay-title {
  font-weight: 400;
  text-align: center;
  color: #3b5062;
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 15px;
}
.masonryholder .grid li.shown,
.no-js .masonryholder .grid li,
.no-cssanimations .masonryholder .grid li {
  opacity: 1;
  background: #ccc;
}
.masonryholder .grid {
  max-width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
.masonryholder .grid li {
  display: block;
  float: left;
  margin: .5%;
  padding: 0;
  width: 24%;
  opacity: 0;
  background: #ccc;
}
.masonryholder .grid li a,
.masonryholder .grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
.masonryholder .grid li img {
  width: 100%;
}
/* Effect 1: opacity */
.masonryholder .grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
/* Effect 2: Move Up */
.masonryholder .grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Effect 3: Scale up */
.masonryholder .grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Effect 4: fall perspective */
.masonryholder .grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.masonryholder .grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.masonryholder .grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.masonryholder .grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards;
}
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.masonryholder .grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.masonryholder .grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.masonryholder .grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.masonryholder .grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 8:  */
.masonryholder .grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.masonryholder .grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .masonryholder .grid li {
    width: 32%;
    margin: .5%;
  }
}
@media screen and (max-width: 480px) {
  .masonryholder .grid li {
    width: 98%;
  }
}
.masonryholder .grid p {
  color: inherit !important;
  padding: 20px;
  margin: 0;
}
