#hero {
    position: relative;
    padding: 7em 0
    margin-bottom: -1px;
}

#hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5)
}


.slogan {
    z-index: 100;
   
}

.slogan h1 {
    display: inline-block;
    font-size: 2rem
}

.slogan h1:after,.slogan h1:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: 0 10px;
    border-bottom: 2px solid var(--color-theme-secondary)
}

.slogan h2 {
    font-size: 2.5rem;
    line-height: 1;
    font-family: lato,sans-serif
}

@media screen and (min-width: 768px) {
    #hero {
        padding:11em 0
    }

    .slogan h1 {
        font-size: 2.5em
    }

    .slogan h1:after,.slogan h1:before {
        width: 60px
    }

    .slogan h2 {
        font-size: 3.75rem
    }
}

.hero-divider-container,.about-divider-container {
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin-bottom: -16px
}

@media(max-width:425px){
    .hero-divider-container,.about-divider-container {
        margin-bottom:0px;
    }
}



.cw-custom .cw-title {
	padding-bottom: 50px;
	color: var(color-theme-text);
}

.cw-custom {
	padding-bottom: 80px;
	align-content: center;
}

.cw-custom a {
	font-weight: 600;
	color: #fff;
	transition: All 0.25s ease-in;
	-webkit-transition: All 0.25s ease-in;
	-moz-transition: All 0.25s ease-in;
	-o-transition: All 0.25s ease-in;
}

.cw-custom a:hover {
	color: #0085dd;
	transform: scale(1.125);
}

.cw-bottom-img {
	position: relative;
	background: url('https://apihoard.webit.com/api/v1/Image/6DE95233DCF33F846AA8D94A87FE4B34/6DE95233DCF33F846AA8D94A87FE4B34.png?size=Original') no-repeat bottom center;
	min-height: 300px;
	background-size: cover;
}

.cw-custom .cw-one-border,
.cw-custom .cw-two-border,
.cw-custom .cw-three-border {
	border: 2px solid #29693E;
    border-radius: 20%;
	width: 90%;
	margin: auto;
	min-height: 300px;
	padding: 10%;
	display: flex;
	align-items: center;
}

.cw-custom .cw-one-border,
.cw-custom .cw-three-border {
	transform: skew(0deg, 10deg);
}


.cw-custom .cw-one,
.cw-custom .cw-three {
	transform: skew(0deg, -10deg);
}


.cw-custom .cw-one h4,
.cw-custom .cw-one p,
.cw-custom .cw-two h4,
.cw-custom .cw-two p,
.cw-custom .cw-three h4,
.cw-custom .cw-three p {
    color: var(color-theme-text);

}

.cw-custom .cw-two-border {
	transform: skew(0deg, -10deg);
}

.cw-custom .cw-two {
	transform: skew(0deg, 10deg);
}

.cw-custom .cw-two-border,
.cw-custom .cw-three-border {
	margin-top: 5em;
}





/*XXS: 330px & Up */
@media (min-width: 330px) {}

/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {
	.cw-custom .col-md-4 {
		padding: 0;
	}

	.cw-custom .cw-two-border,
	.cw-custom .cw-three-border {
		margin-top: 0;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {}

/* LG: 1200px & Up */
@media (min-width: 1200px) {

	.cw-custom .cw-one h4,
	.cw-custom .cw-two h4,
	.cw-custom .cw-three h4 {
		font-size: 2em;
	}

	.cw-custom .cw-title h4 {
		font-size: 2.5em;
	}
}



.image-line1 {
    position: relative;
    min-height: 200px;
    background: #fff;
  }

  .image-line1-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .image-line1-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 159px;
  }

  .image-line1-divider .shape-fill {
    fill: var(--color-theme-background);
  }


  .image-liner {
    position: relative;
    min-height: 200px;
    background: var(--color-theme-background);
  }

  .image-liner-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .image-liner-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 159px;
  }

  .image-liner-divider .shape-fill {
    fill: #fff;
  }



  .cw-checklist{
    background-color: #29693E;
}

.cw-checklist li {
    display: inline-block;
    /* padding: .5rem; */
}

.cw-checklist li:before {
    content: "\f046";
    font-family: FontAwesome;
    margin-right: .5rem;
    color: var(--color-theme-highlight);
}



.cw-list1 {
  position: relative;
  min-height: 200px;
  background: #29693E;
}

.cw-list1-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.cw-list1-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 159px;
}

.cw-list1-divider .shape-fill {
  fill: var(--color-theme-background);
}


.cw-list {
  position: relative;
  min-height: 200px;
  background: var(--color-theme-background);
}

.cw-list-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.cw-list-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 159px;
}

.cw-list-divider .shape-fill {
  fill: #29693E;
}



.cw-checklist{
    background-color: #29693E;
}

.cw-checklist li {
    display: inline-block;
    /* padding: .5rem; */
}

.cw-checklist li:before {
    content: "\f046";
    font-family: FontAwesome;
    margin-right: .5rem;
    color: var(--color-theme-highlight);
}



.cw-title1 {
  position: relative;
  min-height: 200px;
  background: #29693E;
}

.cw-title1-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.cw-title1-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 159px;
}

.cw-title1-divider .shape-fill {
  fill: var(--color-theme-background);
}


.cw-title {
  position: relative;
  min-height: 200px;
  background: var(--color-theme-background);
}

.cw-title-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.cw-title-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 159px;
}

.cw-title-divider .shape-fill {
  fill: #29693E;
}


	/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}