/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2022 | 15:34:37 */
#page-container {
  overflow-x: hidden;
}

/* BUTTONS */
body #page-container .et_pb_section .et_pb_button.button-simple-text:after {
  display: inline-block !important;
}

/* TYPOGRAPHY */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 36px;
}

h4, .et_pb_circle_counter h3, .et_pb_number_counter h3, .et_pb_column_1_3 .et_pb_post h2, .et_pb_column_1_4 .et_pb_post h2, .et_pb_blog_grid h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_3_8 .et_quote_content blockquote p, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_blog_grid .et_audio_content h2, .et_pb_column_3_8 .et_pb_audio_module_content h2, .et_pb_column_1_3 .et_pb_audio_module_content h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    font-size: 24px !important;
}

.text-red {
  color: #E31837;
}

.text-icon {
  font-family: 'Elegant Icons',Helvetica,Arial,Lucida,sans-serif !important;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, 
.et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 46px;
}

/* Breadcrumbs */
.subpage-header-title + .dsm_breadcrumbs li.dsm_breadcrumbs_item, 
.subpage-header-title + .dsm_breadcrumbs li.dsm_breadcrumbs_separator {
  margin-bottom: 0 !important;
}

/* Lists */
.et_pb_text ul, 
.et_pb_blurb ul {
  list-style-type: none;
  line-height: 1.6em;
  padding-left: 2em;
} 

.et_pb_blurb ul {
	padding-bottom: 0;
}

.et_pb_blurb p + ul {
	padding-top: 15px;
}

.et_pb_text ul li, 
.et_pb_blurb ul li {
  position: relative;
}

.et_pb_text ul li:before, 
.et_pb_blurb ul li:before {
  position: absolute;
  top: 0;
  left: -1.5em;
  content: "•";
  color: #E31837;
}

.et_pb_text ul li:not(:last-child), 
.et_pb_blurb ul li:not(:last-child) {
  margin-bottom: 15px;
}

.et_pb_text ol {
  counter-reset: ordered-list-counter;
  list-style-type: none;
}

.et_pb_text ol li:before {
	content: counter(ordered-list-counter, decimal)".";
	counter-increment: ordered-list-counter;
  color: #E31837 !important;
  font-weight: bold;
  margin-right: .5em;
}

.list-4-col .dsm_icon_list_items {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 8px;
}

@media only screen and (max-width: 1200px) {
	.list-4-col .dsm_icon_list_items {
		grid-template-columns: repeat(3,1fr);
	}
}

@media only screen and (max-width: 650px) {
	.list-4-col .dsm_icon_list_items {
		grid-template-columns: repeat(2,1fr);
	}
}

@media only screen and (max-width: 350px) {
	.list-4-col .dsm_icon_list_items {
		grid-template-columns: repeat(1,1fr);
	}
}

/* FIXES */
/* Specialty section fix */
.et_pb_column_3_4 .et_pb_row_inner, 
.et_pb_column_single {
    padding: 0;
}

/* UTILITIES */
.grecaptcha-badge {
  display: none !important;
}

.et_pb_row.row-flex,
.et_pb_row_inner.row-flex > .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.et_pb_row.row-flex > *,
.et_pb_row_inner.row-flex > .et_pb_column > * {
  width: 100%;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row-align-content-center .et_pb_column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-link-row .et_pb_column {
  min-height: 300px;
}

.box-link-row.small .et_pb_column {
  min-height: 200px;
}

.box-link-row.column-middle .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-link-row.et_pb_row .et_pb_column_1_4 {
  width: 24.25%;
}

.box-link-row.et_pb_row .et_pb_column {
  margin-right: 1%;
}

.et_pb_module.et_pb_image.image-cover .et_pb_image_wrap img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.et_pb_module.et_pb_image.image-cover.top .et_pb_image_wrap img {
	-o-object-position: 50% 10%;
	   object-position: 50% 10%;
}

.et_pb_module.et_pb_image.image-cover .et_pb_image_wrap {
  display: block;
}

.sidebar-row-col-two-thirds.et_pb_row_inner .et_pb_column:first-child {
	width: 64.666%;
	margin-right: 4%;
}

.sidebar-row-col-two-thirds.et_pb_row_inner .et_pb_column:last-child {
	width: 31.333%;
}

@media (min-width: 981px) {
	.row-column-first-middle .et_pb_column:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media only screen and (max-width: 980px) {
  .et_pb_row.row-flex,
  .et_pb_row_inner.row-flex > .et_pb_column {
    display: block;
  }

	.sidebar-row-col-two-thirds.et_pb_row_inner .et_pb_column:first-child {
		width: 100%;
		margin-right: 0%;
	}

	.sidebar-row-col-two-thirds.et_pb_row_inner .et_pb_column:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_blurb.left-phone .et_pb_image_wrap {
		margin: 0;
	}
}

/* BLURBS */
.blurb-align-middle.et_pb_module .et_pb_main_blurb_image, 
.blurb-align-middle.et_pb_module .et_pb_blurb_container {
	vertical-align: middle;
}

.facilitator-blurb.et_pb_module .et_pb_blurb_container {
	vertical-align: middle;
}

/* SITE HEADER */
/* Topbar */
.header-topbar-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topbar .et_pb_social_media_follow li {
  margin-bottom: 0;
}

#topbar-menu .dsm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#topbar-menu .dsm-menu li {
  padding: 0 12px;
}

@media only screen and (max-width: 980px) {
	.header-topbar-column {
		justify-content: space-between;
	}
}

/* @media only screen and (max-width: 450px) {
	.header-topbar-column {
		flex-direction: column-reverse;
	}
	
	#topbar-menu {
		margin-bottom: 20px;
	}
	
	.header-topbar-column .et_pb_module.et_pb_social_media_follow {
		margin-right: 0 !important;
	}
}
 */
/* Header */
#header .et_pb_row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 980px) {
	#header .et_pb_row .et_pb_column {
/* 		justify-content: space-between; */
	}
}

/* Logo */
#header-logo {
  width: 230px; 
  height: 100px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header-logo a,
#header-logo .et_pb_image_wrap, 
#header-logo .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.et_pb_section.et_pb_sticky #header-logo {
  height: 85px;
}

#header-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

@media only screen and (max-width: 980px) {
	#header-logo {
		max-width: 170px;
		margin-right: auto !important;
	}
}

/* Menu  */
#header #header-menu li {
  margin-top: 0;
}

#header #header-menu .et-menu > li > a {
  padding: 48px 8px !important;
  position: relative;
}

#header #header-menu li a:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 8px;
  width: 0;
  height: 3px;
  background: #E31837;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header #header-menu li.menu-conditions ul.sub-menu {
  width: 300px;
}

#header #header-menu .sub-menu {
  padding: 8px 0;
}

#header #header-menu .sub-menu li {
  display: block;
  width: 100%;
  padding: 0;
}

#header #header-menu .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
}

#header #header-menu .sub-menu li a {
  line-height: 1.4em;
}

#header #header-menu .sub-menu li a:after {
  display: none;
}

#header #header-menu .et-menu .menu-item-has-children > a:first-child::after {
  top: auto;
  right: auto;
}

#header #header-menu li.current_page_item a:after {
  width: 30px;
}

#header #header-menu li:hover a:after {
  width: 30px;
}
  
  #header-logo {
    min-width: 205px;
  }

@media (max-width: 1200px) {
  #header #header-menu li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1100px) {
  #header #header-menu li a {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  #header #header-menu li a {
    font-size: 16px;
  }
  
  #header #header-menu .sub-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  #header-menu {
    width: 100%;
  }
  
  #header-menu .et_pb_menu__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #header-menu .mobile_nav {
    padding-top: 25px;
	padding-bottom: 25px;
  }
  
  #header-logo {
    min-width: 166.667px;
  }
}

@media only screen and (max-width: 768px) {
  #header-menu .et_pb_menu__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  #header-menu .et_mobile_menu {
    width: 140%;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

@media (max-width: 500px) {
  #header-menu .et_mobile_menu {
    width: 160%;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

@media (max-width: 400px) {
  #header-menu .et_mobile_menu {
    width: 300%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* Search Function */
#header-search-box {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(90%);
        -ms-transform: translateY(90%);
            transform: translateY(90%);
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header-search-box.visible {
  height: 38.03333px;
  opacity: 1;
}

/* Donate Button */
#header-donate-button {
  margin-bottom: 0;
}

#header-donate-button .et_pb_widget {
  width: 100%;
	margin: 0;
}

#header-donate-button .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 150px;
  text-align: center;
  background: #E31837;
  border: 1px solid #E31837;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header-donate-button .menu > li > a {
  position: relative;
  z-index: 10;
}

#header-donate-button .menu > li:hover > a {
  background: #fff;
  color: #E31837;
}

#header-donate-button .menu > li > a:after {
  content: "2";
  display: block;
  font-family: 'Elegant Icons',Helvetica,Arial,Lucida,sans-serif !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  top: calc(50% + 2px);
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header-donate-button .menu > li:hover > a:after {
  color: #E31837;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

#header-donate-button .menu > li {
  position: relative;
  margin-bottom: 0;
}

#header-donate-button .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: .35em!important;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header-donate-button .sub-menu li {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  margin-bottom: .35em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header-donate-button .sub-menu li a {
  font-size: 14px;
}

#header-donate-button .menu > li:hover > a + .sub-menu {
  padding-top: calc(50px + .35em) !important;
}

#header-donate-button .menu > li:hover > a + .sub-menu li {
  position: relative;
}

/* MOBILE HEADER/MENU */
#mobile-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 150px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.offcanvas-mobile-menu.et_pb_module .dsm-menu > li:not(:last-child) {
	margin-bottom: 45px;
}

.offcanvas-mobile-menu.et_pb_module .dsm-menu > li .sub-menu li {
	margin-top: 12px;
}

.offcanvas-mobile-menu.et_pb_module .dsm-menu > li .sub-menu li a {
	display: block;
	line-height: 1.4em;
}

/* Offcanvas Menu */
#offcanvas-menu, 
.et-db #et-boc .et-l #offcanvas-menu {
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*   overflow-x: hidden;
  overflow-y: scroll; */
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#offcanvas-menu.open, 
.et-db #et-boc .et-l #offcanvas-menu.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 980px) {
	#header .et_pb_row .et_pb_column .et_pb_button_module_wrapper, 
	#header-donate-button {
		margin-left: 10px !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 400px) {
	#mobile-menu-button {
		width: 100px;
	}
}

/* FOOTER */
/* Sub */
#footer-sub-menu .et_pb_widget {
  width: 100%;
  margin: 0 !important;
}

#footer-sub-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer-sub-menu .menu li {
  margin: 0 !important;
}

#footer-sub-menu .menu li a {
  font-size: 14px;
  margin-left: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#footer-sub-menu .menu li a:hover {
  color: rgba(255,255,255,.75);
}

@media only screen and (max-width: 980px) {
  #footer-sub .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  #footer-sub .et_pb_row .et_pb_column:first-child {
    margin-bottom: 0 !important;
  }
  
  #footer-sub .et_pb_row .et_pb_column:last-child {
    margin-bottom: 30px !important;
  }
  
  #footer-sub-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #footer-sub-menu .menu li a {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* ALERT BOX */
.alert-text-box {
  position: relative;
}

.alert-text-box:after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  content: "5";
  font-family: 'Elegant Icons',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 30px;
  color: #E31837;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.alert-text-box:hover:after {
  right: 5px;
}

/* HOME PAGE */
/* Hero */
#home-page-hero h1, 
#home-page-hero h2 {
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-size: 54px;
}

.hero-slider .et_pb_slide {
  padding: 0 !important;
}

.hero-slider .et-pb-slider-arrows {
    position: absolute;
    height: 50px;
    bottom: 11%;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1500px;
  left: calc((100vw - 1500px) / 2 );
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  z-index: 15;
}

.hero-slider .et-pb-arrow-next, 
.hero-slider .et-pb-arrow-prev {
  position: relative;
  margin-top: 0;
  top: 0;
}

.hero-slider .et-pb-arrow-next {
  margin-left: 11%;
}

.hero-slider .et-pb-controllers {
    bottom: 14%;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    max-width: 1500px;
  left: calc((100vw - 1500px) / 2 );
    padding-left: 0%;
  padding-right: 1265px;
}

.home-page-hero-warning-signs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  max-width: 1200px;
}

.home-page-hero-warning-sign {
    width: 31%;
}

@media (max-width: 1580px) {
	.hero-slider .et-pb-slider-arrows {
  		left: 2.5%;
/* 		width: 90%;
		justify-content: space-between;
		transform: none; */
		bottom: 30px;
  }

	.hero-slider .et-pb-arrow-next {
	  margin-left: 150px;
	}
  
  .hero-slider .et-pb-controllers {
    left: 2.5%;
	  padding-left: 48px;
	  width: 170px;
	  padding-right: 0;
	  bottom: 48px;
  }
}

@media only screen and (max-width: 980px) {
	#home-page-hero h1, 
	#home-page-hero h2 {
		font-size: 42px;
	}
	
	.hero-slider .et-pb-slider-arrows {
		left: 5%;
		width: 90%;
		justify-content: space-between;
		transform: none;
	}

	.hero-slider .et-pb-arrow-next {
		left: auto;
		right: 0;
		margin-left: 0;
	}

	.hero-slider .et-pb-controllers {
		left: 50%;
		width: 50%;
		padding-right: 0;
		/* 	  bottom: 13%; */
		transform: translateX(-50%);
	}
	
	.home-page-hero-warning-signs {
		flex-direction: column;
	}

	.home-page-hero-warning-sign {
		width: 100%;
	}

	.home-page-hero-warning-sign:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.home-page-hero-warning-sign svg,
	.home-page-hero-warning-sign img {
		width: 50px;
	}
	
	.home-page-hero-warning-sign p {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	#home-page-hero h1, 
	#home-page-hero h2 {
		font-size: 36px;
	}
	
  .hero-slider .et-pb-slider-arrows {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 3%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  }
  
  .hero-slider .et-pb-arrow-next {
    margin-left: 0%;
	}
  
  .hero-slider .et-pb-controllers {
    bottom: 7%;
  	padding-right: 50px;
    padding-left: 50px;
  }
}

/* Subhero */
.home-subhero-buttons .et_pb_column {
  position: absolute;
  bottom: 0;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.home-subhero-buttons .et_pb_column:nth-child(1) {
  left: 0;
}

.home-subhero-buttons .et_pb_column:nth-child(2) {
  left: 33.333%;
}

.home-subhero-buttons .et_pb_column:nth-child(3) {
  right: 0;
}

.home-subhero-buttons .et_pb_column:hover {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .home-subhero-buttons.et_pb_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .home-subhero-buttons .et_pb_column {
    position: relative;
    bottom: 0;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    width: 100% !important;
  }

  .home-subhero-buttons .et_pb_column:nth-child(1) {
    left: 0;
  }

  .home-subhero-buttons .et_pb_column:nth-child(2) {
    left: 0;
  }

  .home-subhero-buttons .et_pb_column:nth-child(3) {
    left: 0;
  }

  .home-subhero-buttons .et_pb_column:hover {
    padding-bottom: 0;
    padding-top: 0;
  }
}

/* Blurb Box */
.hover-blurb-box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.hover-blurb-box .button-2 {
  height: 0;
}

.hover-blurb-box:hover .button-1 {
  height: 0px;
}

.hover-blurb-box:hover .button-2 {
  height: 50px;
}

.resource-blurb.et_pb_blurb .et_pb_image_wrap {
  width: 100%;
  height: 200px;
}

.resource-blurb.et_pb_blurb .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Map */
.international-map-marker-outer {
  position: absolute;
}

.international-map-marker-canada {
  top: 12%;
  left: 13%;
}

.international-map-marker-chile {
  top: 55%;
  left: 26%;
}

.international-map-marker-uk {
  top: 17%;
  left: 44.5%;
}

.international-map-marker-italy {
  top: 24.5%;
  left: 49%;
}

.international-map-marker-china {
  top: 33%;
  left: 72%;
}

.international-map-marker-china .international-map-marker-box {
  left: auto;
  right: 0;
  -webkit-transform: translateY(calc(-100% - 15px)) translateX(10%);
      -ms-transform: translateY(calc(-100% - 15px)) translateX(10%);
          transform: translateY(calc(-100% - 15px)) translateX(10%);
}

.international-map-marker-china .international-map-marker-box:after {
  right: calc(10% + 3px);
  left: auto;
}

.international-map-marker-icon {
  width: 25px;
  cursor: pointer;
  -webkit-animation: dropIn .25s .5s;
          animation: dropIn .25s .5s;
}

@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translatey(-200px);
            transform: translatey(-200px);
   	opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
   	opacity: 1;
  }
}

@keyframes dropIn {
  0% {
    -webkit-transform: translatey(-200px);
            transform: translatey(-200px);
   	opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
   	opacity: 1;
  }
}

.international-map-marker-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  padding: 20px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(calc(-100% - 15px)) translateX(-10%);
      -ms-transform: translateY(calc(-100% - 15px)) translateX(-10%);
          transform: translateY(calc(-100% - 15px)) translateX(-10%);
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
          box-shadow: 0 0 30px rgba(0,0,0,.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

.international-map-marker-box:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: 0;
  left: calc(10% + 3px);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
	display: block;
}

.international-map-marker-outer:hover .international-map-marker-box {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.international-map-marker-box h3 {
  font-size: 24px;
  color: #E31837;
}

.international-map-marker-box .et_pb_button {
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .international-map-marker-uk .international-map-marker-box,
  .international-map-marker-italy .international-map-marker-box {
    left: auto;
    right: 0;
    -webkit-transform: translateY(calc(-100% - 15px)) translateX(10%);
        -ms-transform: translateY(calc(-100% - 15px)) translateX(10%);
            transform: translateY(calc(-100% - 15px)) translateX(10%);
  }

  .international-map-marker-uk .international-map-marker-box:after,
  .international-map-marker-italy .international-map-marker-box:after {
    right: calc(10% + 3px);
    left: auto;
  }
}

/* Slider */
.et_pb_module.slider-half-image {
  overflow: visible !important;
}

.et_pb_module.slider-half-image .et-pb-controllers {
  -webkit-transform: translateY(calc(100% + 60px));
      -ms-transform: translateY(calc(100% + 60px));
          transform: translateY(calc(100% + 60px));
}

.et_pb_module .et-pb-controllers a {
  width: 12px;
  height: 12px;
  background: transparent !important;
  border: 1px solid #E31837;
  opacity: 1 !important;
}

.et_pb_module .et-pb-arrow-next, 
.et_pb_module .et-pb-arrow-prev {
  opacity: 1;
}

.et_pb_module .et-pb-arrow-next {
  right: 0 !important;
}

.et_pb_module .et-pb-arrow-prev {
  left: 0 !important;
}

.et_pb_module .et-pb-controllers a.et-pb-active-control {
  background: #E31837 !important;
}

.slider-half-image .et_pb_slider_container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
}

.slider-half-image .et_pb_slide_image {
  position: relative;
  margin-top: 0 !important;
  height: 100%;
  min-height: 50vh;
  width: 50%;
  margin-right: 0;
}

.slider-half-image .et_pb_slide_image img {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  min-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.et_pb_module.slider-half-image .et_pb_slider_container_inner .et_pb_slide_description {
  padding-right: 7.5% !important;
  padding-left: 7.5% !important;
}

.slider-half-image  .et_pb_slide_title {
  margin-bottom: 30px;
  font-weight: 800;
}

.slider-half-image .et_pb_button {
  margin-top: 60px;
}

@media only screen and (max-width: 980px) {
  .slider-half-image .et_pb_slide_image {
    min-height: 80vh;
  }

  .slider-half-image .et_pb_slide_image img {
    min-height: 80vh;
  }
}

@media only screen and (max-width: 768px) {
  .et_pb_module.slider-half-image .et_pb_slide {
    padding: 0 !important;
  }
  
  .slider-half-image .et_pb_slide_image {
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: .15 !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  
  .slider-half-image .et_pb_slide_image img {
    min-height: 100%;
  }

  .et_pb_module.slider-half-image .et_pb_slider_container_inner .et_pb_slide_description {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .et_pb_module.slider-half-image .et-pb-slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .et_pb_module.slider-half-image .et-pb-arrow-next, 
	.et_pb_module.slider-half-image .et-pb-arrow-prev {
      position: relative;
      margin-top: 0;
      top: 0;
  }
  
  .et_pb_module.slider-half-image .et-pb-controllers {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
    bottom: 3%;
  }
}

/* INNER PAGES */
/* Sidebar */
#page-sidebar .et_pb_widget {
  -webkit-box-shadow: 0px 2px 25px -10px rgba(0,0,0,0.15);
          box-shadow: 0px 2px 25px -10px rgba(0,0,0,0.15);
}

#page-sidebar .widgettitle {
  background: #E31837;
  color: #fff;
  padding: 20px 12.5%;
  margin-bottom: 15px;
}

#page-sidebar .menu {
  padding-bottom: 10px !important;
}

#page-sidebar .menu li {
  width: 100%;
}

#page-sidebar .menu li a {
  font-size: 14px;
  line-height: 1.2em;
  padding: 6px 15% 6px 12.5%;
  display: block;
  position: relative;
  color: #272727;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#page-sidebar .menu li a:hover {
  color: #E31837;
}

#page-sidebar .menu li a:after {
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  content: "5";
  font-family: 'Elegant Icons',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 24px;
  color: #D6D6D6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#page-sidebar .menu li a:hover:after  {
  color: #E31837;
}

#page-sidebar .menu li.outbound-link a::after {
  content: "&";
  font-size: 16px;
}

#page-sidebar .menu li.current_page_item a {
  font-weight: bold;
}

#page-sidebar .menu li.current_page_item a:after { 
	color:#272727;
}

#page-sidebar .sub-menu li {
  margin-left: 0;
  padding-left: 15px;
}

#page-sidebar .sub-menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
	#page-sidebar {
		padding-top: 0 !important;
	}
	
  #page-sidebar .et_pb_widget {
    width: 100%;
      margin: 0 !important;
  }
  
  #page-sidebar .widgettitle {
    padding: 30px 5%;
  }

	#page-sidebar .menu li a {
    padding: 8px 5%;
  }
}

/* CONTACT FORM */
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form-column-third {
  width: calc(33.333% - 1.5%);
}

.contact-form-field {
  margin-bottom: 30px;
}

.contact-form-field-fifth {
  width: calc(20% - 1.5%);
}

.contact-form-field-quarter {
  width: calc(25% - 1.5%);
}

.contact-form-field-threequarter {
  width: calc(75% - 1.5%);
}

.contact-form-field-third {
  width: calc(33.333% - 1.5%);
}

.contact-form-field-half {
  width: 48.5%;
}

.contact-form-field-full {
  width: 100%;
}

.dsm_contact_form_7 .contact-form-column .wpcf7-form-control.wpcf7-textarea {
    height: 261.1px;
}

@media only screen and (max-width: 767px) {
  .contact-form-field-fifth, 
  .contact-form-field-quarter, 
  .contact-form-field-threequarter, 
  .contact-form-field-third,
  .contact-form-field-half,
  .contact-form-column-third {
    width: 100%;
  }
}

/* GF CONTACT FORMS */
.gform_wrapper input.text, 
.gform_wrapper input.title, 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="password"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="text"], 
.gform_wrapper select, 
.gform_wrapper textarea {
  border: 1px solid #ccc;
  color: #000;
  border-radius: 5px;
}

.gform_wrapper input[type="submit"] {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: auto;
	min-width: 150px;
	padding: .3em 1em !important;
  text-align: center;
  background: #E31837;
  border: 1px solid #E31837;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.gform_wrapper input[type="submit"]:hover {
  background: #fff;
  color: #E31837;
}

/* EMAIL SUBSCRIPTION */
.et_bloom .resource-download-form .et_bloom_inline_form {
  margin: 0;
}

.et_bloom .resource-download-form .et_bloom_form_container .et_bloom_form_header, 
.et_bloom .resource-download-form .et_bloom_form_header .et_bloom_form_text {
  padding: 0;
}

.et_bloom .resource-download-form .et_bloom_form_container .et_bloom_form_header {
  padding-bottom: 30px;
}

/* ACCORDIONS */
.et_pb_accordion.accordion-blank-first .et_pb_accordion_item:first-child {
  display: none;
}

/* NEWSLETTER */
.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_header, 
.et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_header {
	padding: 0;
}

.et_bloom .et_bloom_form_header.split img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: bottom center;
	   object-position: bottom center;
	padding: 0;
}

.et_bloom_optin_3 .et_bloom_form_text {
	height: 100%;
	padding: 30px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* === HEALING WALL === */
/* Search & Filter */
form.searchandfilter ul {
	padding: 0;
	list-style-type: none;
	display: flex;
/* 	justify-content: center; */
}

form.searchandfilter ul li {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0 !important;
	margin-left: 8px;
	margin-right: 8px;
}

form.searchandfilter ul li:before {
	display: none;
}

form.searchandfilter ul li h4 {
	  font-size: 14px !important;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0 , -100%);
}

form.searchandfilter input.text, 
form.searchandfilter input.title, 
form.searchandfilter input[type="text"], 
form.searchandfilter select, 
form.searchandfilter textarea, 
.searchandfilter select.sf-input-select {
	border: 1px solid #ccc;
	color: #000;
	border-radius: 5px;
	font-size: 15px;
	padding: 8px;
	min-width: 300px;
}

@media only screen and (max-width: 980px) {
	form.searchandfilter ul {
		flex-direction: column;
	}
	
	form.searchandfilter ul li:not(:last-child) {
		margin-bottom: 45px !important;
	}
}

/* Results */
.healing-wall-list .cl-template .entry-featured-image-url {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 0;
}

.healing-wall-list .cl-template .entry-featured-image-url:before {
	content: "";
	z-index: 1;
}

.healing-wall-list .cl-template .entry-featured-image-url img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top center;
	filter: grayscale(1);
	transition: all .3s ease-in-out;
}

.healing-wall-list .cl-layout__item:hover .cl-template .entry-featured-image-url img {
	filter: grayscale(0);
}

.healing-wall-list .cl-layout__item .cl-template div.cl-element--instance-1003 {
	padding-bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.15);
	padding: 0;
	z-index: 10;
}

.healing-wall-list .cl-layout__item .cl-template div.cl-element--instance-1003 h3, 
.healing-wall-list .cl-layout__item .cl-template div.cl-element--instance-1003 h3 a {
	width: 100%;
	height: 100%;
}

.healing-wall-list .cl-layout__item .cl-template div.cl-element--instance-1003 h3 {
	text-shadow: 0 0 20px rgba(0,0,0,.75);
	justify-content: center;
}

.healing-wall-list .cl-layout__item .cl-template div.cl-element--instance-1003 h3 a {
	display: flex;
	justify-content: center;	
	align-items: flex-end;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.healing-wall-list .cl-layout__item .cl-template div.cl-element--instance-1003 h3 a:hover {
	text-decoration: none;
}