:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbtncontainer a {
	font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}


.hdr_landingpage {
  color: #713226;
}

.herolandingpage.txt_maincolor {
  float: none;
  color: #713226;
  width: auto;
  margin-left: 85px;
}

.herolandingpage.mainheaderlp {
  margin-top: 50px;
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 5.1rem;
  font-weight: 400;
  line-height: 6.4rem;
  text-shadow: 2px 1px 7px rgba(128, 128, 128, .5);
}

.herolandingpage.secondaryheader {
  width: 738px;
  margin-left: 0;
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 3.157rem;
  font-weight: 500;
  line-height: 65px;
}

.herolandingpage.secondaryheader.formsectiontitle {
  margin-left: 85px;
}

.heroimage {
  float: left;
  max-width: 545px;
  margin-top: -306px;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.thankyouimage{
	margin-top: 1.75%;
	margin-left: -5%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1504px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1430px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.btnmainnav {
  float: left;
  color: #713226;
  background-color: rgba(56, 152, 236, 0);
  margin-top: 0;
  font-family: Notosans Semicondensed, sans-serif;
}

.navbtncontainer {
  float: right;
  height: 80px;
  margin-top: 0;
  padding-top: 1.33%;
}

.brandsection {
  float: left;
}

.brandname {
  float: left;
  color: #713226;
  margin-top: 46px;
  margin-left: 15px;
  padding-top: 0;
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 28px;
}

.imglogo {
  float: left;
  margin-top: 10px;
}

.main-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  max-width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  overflow: clip;
}

.imginnerhero {
  max-width: 100%;
  position: static;
}

.imginnerhero-thankyou {
  max-width: 180%;
  position: static;
}

.heading {
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 68px;
}

.btnherocta {
  color: #713226;
  text-align: left;
  letter-spacing: 0;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/btnFrameHero.svg');
  background-position: 0 0;
  background-size: auto;
  width: 261px;
  height: 75px;
  margin-top: 25px;
  margin-left: 100px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.thankyoucta{
  padding-top: 2.5%;
  padding-left: 0px;
  padding-right: 0;
  text-align: center;
}

.btnherocta.subherocta {
  text-align: center;
  width: 261px;
  margin-top: 10px;
  margin-left: 180px;
  padding-top: 10px;
  padding-left: 0;
}

.herocta {
  float: left;
  padding-left: 5%;
}

.hero-ctasection {
  margin-bottom: 220px;
}

.herocopy {
  padding-right: 55px;
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 1.777rem;
  line-height: 60px;
}

.spacer {
  margin-bottom: 150px;
}

.subherosection {
  color: #713226;
  margin-left: 85px;
}

.herosupport {
  width: auto;
  margin-bottom: 50px;
}

.herosupport.herosupportshift {
  margin-left: 97px;
}

.herosupportcta {
  float: left;
  color: #fff;
  background-color: #cd7569;
  border-radius: 25px;
  width: 738px;
  margin-top: 40px;
  margin-right: 145px;
  padding: 20px 40px 40px;
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 1.777rem;
  line-height: 60px;
}

.herosupportcta.formcrop {
  height: auto;
  padding-bottom: 35px;
  font-size: 1.333rem;
  line-height: 1.95rem;
  margin-bottom: 75px;
}


.subheroimage {
  float: left;
  max-width: 492px;
}

.herolandingblog {
  z-index: -1000000;
  border: 2px solid #cd7569;
  border-radius: 25px;
  height: 568px;
  margin-bottom: -134px;
  position: relative;
  overflow: clip;
}

.heroblogimgplacement {
  margin-top: -179px;
}

.heading-2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
}

.ctaform {
  margin-top: 30px;
}

.ctaform-header {
  font-size: 30px;
  font-weight: 600;
}

.ctaform-copy {
  font-weight: 400;
}

.radiobtncontainer {
  float: left;
  margin-right: 0;
}

.radiobtncontainer.rigtcontainer {
  float: right;
}

.radio-button-field {
  float: left;
  clear: none;
  width: 127px;
  margin-top: -15px;
}

.ctaform-radiobtn {
  margin-top: 18px;
  margin-right: 15px;
}

.submit-button {
  color: #713226;
  -webkit-text-fill-color: inherit;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/btnFrameHero.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  height: auto;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 27%;
  padding: 15px 31px 13px 30px;
  line-height: 45px;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 27%;
}

#mc_embed_signup input {
    border-width: 0px;
    color: #cd7569;
}

.ctafromcol {
  width: 100%;
}

.checkbox {
  margin-top: 20px;
}

.formsubheader {
  color: #fff;
  text-align: left;
  background-color: #eda554;
  border-radius: 15px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 25px 35px;
  font-size: 1.333rem;
  font-weight: 500;
  line-height: 40px;
}

.formtelephone {
  color: #fff;
}

.ctacheckbox-label {
  margin-left: 10px;
}

.radiobtnblock {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.subherocopy {
  float: left;
  width: 43.5%;
  margin-left: 85px;
  font-family: Notosans Semicondensed, sans-serif;
  font-size: 1.35rem;
  line-height: 40px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.subhero-ctasection {
  margin-bottom: 220px;
}

.herosupportcta p{
	font-size: 1.333rem;
	line-height: 2.5rem;
}

.bgdpattern {
  z-index: -1;
  background-image: url('../images/bgd_LandingPage.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.onlyDisplayMobile{
	display: none;
}

.navMenuHeader{
	background: #F6D8A9;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Notosans Semicondensed, sans-serif;
	text-align: left;
}

@media screen and (min-width: 1440px) and (max-width: 1792px){
	.thankyouimage {
		margin-left: -7%;
		position: fixed;
		right: 17%;
	}
	.imginnerhero-thankyou {
		max-width: 165%;
	}
}

@media screen and (min-width: 1440px) {
  .main-container {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .herosupport.herosupportshift {
    z-index: 2;
    position: relative;
  }

  .herolandingblog {
    z-index: 0;
  }

  .heroblogimgplacement {
    background-image: url('../images/blogHero1-LifesChoopyWaters.jpg');
    background-position: 0 0;
    background-size: auto;
    margin-top: -235px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1600px){
	.herolandingpage.mainheaderlp {
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
	
	.heading {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	
	.hero-ctasection {
		max-width: 100%;
	}
	
	.herocta {
		float: left;
		padding-left: 0%;
		margin-left: 0%;
		margin-right: 0%;
		max-width: 50%;
	}
	
	.thankyoucta {
		padding-top: 3.75%;
	}
	
	.heroimage {
	    max-width: 40%;
	}
	
	.herolandingpage.mainheaderlp {
		margin-top: 10%;
	}
	
	.herocopy {
		line-height: 2.95rem;
		margin-bottom: 20px;
	}
	
	.btnherocta {
		margin-left: 0;
		margin-right: 20px;
		margin-top: 10px;
	}
	
	.heroimage {
		top: 10%;
		padding-left: 4%;
	}
	
	.herolandingpage.secondaryheader {
		width: 100%;
		font-size: 2.2rem;
		line-height: 3.4rem;
	}
	
	.herosupportcta {
		width: 55%;
		font-size: 1.4rem;
		line-height: 3.25rem;
		margin-right: 3.5%;
		margin-top: 0px;
        margin-bottom: 48px;
    }
	
	.secondaryHeroCta{
		max-width: 90%;
	}
	
	.subheroimage {
		max-width: 425px;
	}
	
	.btnherocta.subherocta {
		margin-left: 22%;
	}
	
	.subhero-ctasection {
		margin-bottom: 80px;
	}
	
	.herolandingpage.secondaryheader.formsectiontitle {
		margin-left: 0;
	}
	
	.subherocopy {
		width: 52.5%;
		margin-left: 0px;
		margin-bottom: 35px;
	}
	
	.herosupportcta.formcrop {
		width: 100%;
	}
	
	.ctaform {
		margin-top: 15px;
	}
	
	.ctaform-header {
		font-size: 1.65rem;
	}
	
	.ctaform-radiobtn {
		margin-top: 20px;
	}
	
	.radiobtncontainer, .radiobtncontainer.rigtcontainer {
		float: none;
	}
	
	.submit-button {
		margin-left: 23%;
	}
	
	.herocta.heroblogshift {
		max-width: 100%;
	}
	
	.herolandingblog {
		position: relative;
		z-index: 0;
		height: 410px;
	}
	
	.herosupport.herosupportshift {
		position: relative;
		z-index: 10;
	}
	
}

@media screen and (min-width: 1280px) and (max-width: 1366px){
	.thankyouimage {
		margin-left: -7%;
		position: fixed;
		right: 17%;
	}
	.imginnerhero-thankyou {
		max-width: 165%;
	}
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 67% 0;
    background-size: cover;
  }

  .herolandingpage.txt_maincolor {
    margin-left: auto;
    padding-left: 0;
    position: relative;
  }

  .herolandingpage.mainheaderlp {
    font-size: 4rem;
    line-height: 80px;
  }

  .herolandingpage.secondaryheader {
    width: auto;
    font-size: 2rem;
    line-height: 49px;
  }

  .heroimage {
    z-index: auto;
    margin-top: -2055px;
    margin-left: 15%;
  }

  .heroimage.secondary {
    display: none;
  }
	
 .hero-ctasection {
    margin-bottom: 350px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .btnmainnav {
    float: none;
  }

  .navbtncontainer {
    z-index: 1000;
    height: auto;
    padding-top: 0%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .brandsection {
    padding-left: 5%;
  }

  .imginnerhero {
    margin-top: -115px;
	max-width: 125%;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 60px;
  }

  .btnherocta {
    margin-left: 30px;
  }

  .btnherocta.subherocta {
    margin-left: 17%;
  }

  .herocta {
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 9%;
    padding-right: 5%;
    position: relative;
  }

  .herocta.formplacementmobile {
    margin-top: 25px;
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .herocta.heroblogshift {
    padding-top: 0;
  }

  .hero-ctasection {
    background-image: url('../images/heroCopyBackground.png');
    background-position: 50% 72%;
    background-size: 120% 113%;
    border: 1px #000;
    max-width: none;
    padding-bottom: 80px;
  }

  .hero-ctasection.mobilemarginremoval {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .herocopy {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }

  .subherosection {
    margin-left: 0;
  }

  .herosupport {
    position: relative;
  }

  .herosupport.herosupportshift {
    margin-left: -15px;
  }

  .herosupportcta {
    width: auto;
    max-width: 76%;
    margin-top: 60%;
    margin-left: 53px;
    margin-right: 0;
  }

  .herosupportcta.formcrop {
    margin-top: 0%;
    padding-top: 0;
  }

  .herosupportcta.heroblogshift {
    max-width: 70%;
    margin-top: -7%;
  }

  .subheroimage {
    z-index: -10000000;
    max-width: 526px;
    position: absolute;
  }

  .herolandingblog {
    height: 360px;
    max-height: none;
    margin-bottom: auto;
  }

  .heroblogimgplacement {
    margin-top: 0;
  }

  .ctaform-header {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .radiobtncontainer, .radiobtncontainer.rigtcontainer {
    float: none;
  }

  .ctaform-radiobtn {
    margin-top: 20px;
  }

  .submit-button {
    margin-left: 16%;
  }

  .formsubheader {
    width: 100%;
  }

  .subherocopy {
    width: 73%;
  }

  .menu-button-2 {
    color: #713226;
  }

  .subhero-ctasection {
    border: 1px #000;
    max-width: none;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .paragraph {
    font-size: 1.35rem;
    line-height: 40px;
  }
  .onlyDisplayMobile{
	display: block;
  }
  .navbtncontainer a {
	font-size: 0.825rem;
  }
}

@media screen and (max-width: 768px) {
  .body {
    background-position: 55% 0;
  }
  
  .herocta {
    padding-top: 250px;
    padding-left: 12%;
    padding-right: 5%;
  }

  .herolandingpage.mainheaderlp {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .herolandingpage.secondaryheader {
    font-size: 1.7rem;
    line-height: 40px;
  }

  .heroimage {
    margin-top: -2190px;
    margin-left: 20%;
  }
	
 .imginnerhero {
    margin-top: -130px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    font-size: 2.2rem;
    line-height: 55px;
  }

  .btnherocta {
    margin-left: 3%;
  }

  .btnherocta.subherocta {
    margin-top: 10px;
    margin-left: 5%;
  }

  .herocopy {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .herosupportcta {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .herosupportcta.heroblogshift {
    max-width: 77%;
  }

  .heroblogimgplacement {
    max-width: 135%;
  }

  .submit-button {
    margin-top: 0;
    margin-left: 2%;
  }

  .ctafromcol {
    margin-bottom: 35px;
  }

  .checkbox {
    margin-top: 3%;
  }

  .formsubheader {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .ctacheckbox-label {
    font-size: 1.35rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .herolandingpage.mainheaderlp {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .herolandingpage.secondaryheader.formsectiontitle {
    margin-left: 13%;
  }

  .heroimage {
    max-width: none;
    margin-top: -2300px;
    margin-left: 0%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .brandname {
    margin-top: 17px;
    margin-left: 0;
    font-size: 1.1rem;
  }

  .imglogo {
    width: 15%;
    max-width: 100%;
  }
	
  .imgLogoThankyou{
	width: 100%
  }
	
  .w-nav-brand{
	width: 20%;
  }
  
  .heroImageThankyou{
	display: none;
  }

  .main-container {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .imginnerhero {
    max-width: 120%;
    margin-top: -110px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.44rem;
    line-height: 2.1rem;
  }

  .btnherocta {
    margin-top: 20px;
    margin-left: 10%;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .btnherocta.subherocta {
    margin-left: 10%;
  }

  .herocta {
    padding-top: 80%;
    padding-left: 5%;
    padding-right: 9%;
  }
	
  .heroctaThankyou{
	padding-top: 0;
  }
	
  .btnherocta.subherocta {
    margin-left: 0%;
  }
	
  .thankyoucta {
    padding-top: 7.5%;
  }

  .hero-ctasection {
    background-image: url('../images/heroCopyBackground.png');
    background-position: 50% 46%;
    background-size: 120% 118%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .hero-ctasection.mobilemarginremoval {
    padding-left: 0;
  }

  .herocopy {
    padding-right: 0;
  }

  .subherosection {
    padding-left: 0%;
  }

  .herosupportcta {
    max-width: 80%;
    margin-top: 74%;
    margin-left: 37px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .herosupportcta.formcrop {
    max-width: 90%;
  }

  .herosupportcta.heroblogshift {
    max-width: 85%;
  }

  .herolandingblog {
    height: 285px;
  }

  .ctaform-copy, .radio-button-field {
    font-size: 1.3rem;
  }
	
  .submit-button {
    margin-left: 6%;
	line-height: 49px;
  }
	
  #mc-embedded-subscribe {
    margin: 1em 0 1em 0%;
  }

  .formsubheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subherocopy {
    margin-left: 13%;
  }

  .bgdpattern {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
	
  .heroblogimgplacement {
    width: 180%;
  }
  .btnherocta.subherocta.blogAdjust {
	  
    margin-left: 4%;
  }
}


@media screen and (max-width: 420px) {
  .herolandingpage.mainheaderlp {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }

  .herolandingpage.secondaryheader.formsectiontitle {
    margin-left: 13%;
  }

  .heroimage {
    max-width: none;
    margin-top: -2300px;
    margin-left: 0%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .brandname {
    margin-top: 17px;
    margin-left: 0;
    font-size: 1.1rem;
  }

  .imglogo {
    width: 15%;
    max-width: 100%;
  }
	
  .imgLogoThankyou{
	width: 100%
  }

  .main-container {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .imginnerhero {
    max-width: 125%;
    margin-top: -90px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .btnherocta {
    margin-top: 20px;
    margin-left: 10%;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .btnherocta.subherocta {
    margin-left: 6%;
  }

  .herocta {
    padding-top: 70%;
    padding-left: 5%;
    padding-right: 9%;
  }

  .heroctaThankyou{
	padding-top: 0;
  }

  .hero-ctasection {
    background-image: url('../images/heroCopyBackground.png');
    background-position: 50% 46%;
    background-size: 120% 118%;
	padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-ctasection.mobilemarginremoval {
    padding-left: 0;
  }

  .herocopy {
    padding-right: 0;
  }

  .subherosection {
    padding-left: 0%;
  }

  .herosupportcta {
    max-width: 90%;
    margin-top: 74%;
    margin-left: 5%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .herosupportcta.formcrop {
    max-width: 90%;
  }

  .herosupportcta.heroblogshift {
    max-width: 93%;
  }

  .herolandingblog {
    height: 285px;
  }

  .ctaform-copy, .radio-button-field {
    font-size: 1.3rem;
  }
	
  .submit-button {
    margin-left: 8%;
	line-height: 46px;
  }

  .formsubheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subherocopy {
    margin-left: 13%;
  }

  .bgdpattern {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
	
  .heroblogimgplacement {
    max-width: 147%;
    margin-left: -10%;
  }
  .btnherocta.subherocta.blogAdjust {
    margin-left: 9%;
  }
}

@media screen and (max-width: 415px)  {
  .herocta {
	padding-top: 64%;
	padding-left: 5%;
	padding-right: 9%;
  }
	
  .heroctaThankyou{
	padding-top: 0;
  }
}

@media screen and (max-width: 393px) {
  .herolandingpage.mainheaderlp {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
	
   .herocta {
     padding-top: 75%;
     padding-left: 5%;
     padding-right: 9%;
  }

  .heroctaThankyou{
	padding-top: 0;
  }
	
  .hero-ctasection {
	padding-top: 5px;
  }
	
  .btnherocta.subherocta {
    margin-left: 3%;
  }
  .ctaform-copy {
    font-size: 1.2rem;
	line-height: 2rem;
  }
	
  .ctaform-header {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
	
  .ctacheckbox-label {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  
  .submit-button {
    margin-left: 5%;
    line-height: 49px;
  }
  .paragraph {
    font-size: 1.25rem;
    line-height: 2.0rem;
  }
	
  .heroblogimgplacement {
	margin-left: -16%;
    max-width: 150%;
  }
	
  .herosupportcta.heroblogshift{
    max-width: 85%;
    margin-left: 9%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .btnherocta.subherocta.blogAdjust {
    margin-left: -1%;
  }
}

@media screen and (max-width: 370px) {
	
  .herocta {
    padding-top: 68%;
	padding-left: 3%;
    padding-right: 3%;
  }
  .heroctaThankyou{
	padding-top: 0;
  }	
  .herosupportcta {
    max-width: 85%;
    margin-top: 74%;
    margin-left: 3%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .btnherocta.subherocta {
    margin-left: -2%;
  }
  .ctaform-copy {
    font-size: 1.2rem;
	line-height: 2rem;
  }
	
  .ctaform-header {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
	
  .ctacheckbox-label {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  
  .submit-button {
    margin-left: -2%;
    line-height: 40px;
  }
  .paragraph {
    font-size: 1.25rem;
    line-height: 2.0rem;
  }
	
  .heroblogimgplacement {
	margin-left: -16%;
    max-width: 150%;
  }
	
}


@media screen and (min-height: 1024px) {
  .imginnerhero {
    max-width: 155%;
	margin-top: -140px;
  }
	
  .heroVerticalAdjustmentCTA1 {
	margin-top: 350px;
  }

  .heroVerticalAdjustmentCTA2 {
	margin-bottom: 0px;
  }
	
  .herolandingpage.mainheaderlp {
    marging-top: 5%;
  }
 
  .heroimage {
    top: 12%;
  }
}



@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSans_SemiCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans_Condensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans_ExtraCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSans_Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans_SemiCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSans_ExtraCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Semicondensed';
  src: url('../fonts/NotoSans_SemiCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Condensed';
  src: url('../fonts/NotoSans_Condensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Extracondensed';
  src: url('../fonts/NotoSans_ExtraCondensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}