@font-face {
  font-family: Gotham Rounded Bold;
  src: url('../fonts/GothamRoundedBold_21016.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Rounded Light;
  src: url('../fonts/GothamRoundedLight_21020.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Rounded Medium;
  src: url('../fonts/GothamRoundedMedium_21022.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Rounded Reg;
  src: url('../fonts/GothamRoundedBook_21018.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --coral: #e38854;
  --indian-red: #c25142;
  --teal: #067668;
  --maroon: #6c1a0f;
  --dim-grey: #4f5e67;
  --chocolate: #c96b35;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Rounded Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #fff;
  text-decoration: none;
}

.smallnav {
  background-image: linear-gradient(#e38854, #e38854);
  justify-content: space-between;
  height: 37px;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.nav {
  float: none;
  background-image: linear-gradient(#fff, #fff);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 125px;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.contactbox {
  z-index: 1001;
  background-image: linear-gradient(#e38854, #e38854);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navlinkswrapper {
  text-align: right;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navlink {
  color: #4f5e67;
  letter-spacing: .2px;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Gotham Rounded Bold, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.sociallinks {
  background-image: linear-gradient(#c96b35, #c96b35);
  align-self: center;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paralight {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Gotham Rounded Medium, sans-serif;
  font-size: 12px;
}

.socialiconsmall {
  margin-left: 15px;
  margin-right: 0;
}

.smallnavright {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.callicon {
  margin-right: 15px;
}

.areasdropdown {
  z-index: 5;
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#c25142cc, #c25142cc);
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 52px;
  margin-left: 25px;
  font-family: Gotham Rounded Medium, sans-serif;
  font-size: 12px;
  display: flex;
}

.dropdowntext {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdownicon {
  color: #fff;
}

.dropdownlist.w--open {
  color: #fff;
  background-image: linear-gradient(#c25142, #c25142);
  flex: 1;
  align-self: flex-start;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.contactareawrapper {
  align-self: center;
  align-items: center;
  display: flex;
}

.lead {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-right: 25px;
  font-family: Gotham Rounded Bold, sans-serif;
}

.ctaform {
  letter-spacing: 1px;
  background-color: #c25142;
  border-radius: 10px;
  flex: none;
  align-self: center;
  height: 50px;
  margin-left: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gotham Rounded Medium, sans-serif;
}

.ctaform.nopadding {
  background-color: #e38854;
  margin-left: 0;
}

.headlinesection {
  opacity: 1;
  background-image: url('../images/BG-Texture.jpg');
  background-position: 50%;
  background-size: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 525px;
  padding: 0 25px;
  display: flex;
}

.headlinesection.aboutpage {
  flex-direction: column;
  justify-content: flex-start;
  height: 210vh;
  padding-top: 0;
  padding-left: 105px;
  padding-right: 105px;
}

.headlineteaxtwrapper {
  flex: 0 auto;
  align-self: center;
  margin-top: 100px;
  margin-left: 105px;
  margin-right: 105px;
}

.headlineteaxtwrapper.reverse {
  text-align: left;
  flex: 1;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 54px;
  margin-right: 0;
}

.headlineteaxtwrapper.alterante {
  flex: 1;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 54px;
}

.h1 {
  color: #fff;
  letter-spacing: 1px;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Rounded Reg, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.h1.other {
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1.color {
  color: #e38854;
  font-size: 26px;
}

.headlinelead {
  color: #fff;
  width: 35%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Gotham Rounded Reg, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.ctaheadline {
  background-image: linear-gradient(#c96b35, #c96b35);
  border-radius: 10px;
  height: 50px;
  padding: 15px 20px;
  font-family: Gotham Rounded Medium, sans-serif;
}

.imagewrapper {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 490px;
  height: 325px;
  padding: 20px;
  display: flex;
}

.maincontentsection {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5em 105px;
  display: flex;
}

.contentwrapper {
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.h2 {
  color: #4f5e67;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Rounded Bold, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.hr {
  background-image: linear-gradient(#067668, #067668);
  width: 100px;
  height: 3px;
  margin: 25px auto;
  display: block;
}

.paragraph {
  color: #4f5e67;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gotham Rounded Medium, sans-serif;
  font-size: 12px;
  line-height: 26px;
}

.paragraph.red {
  color: #e38854;
  text-align: left;
  margin-bottom: 0;
}

.paragraph.alignleft {
  text-align: left;
  flex: 0 auto;
  align-self: center;
}

.paragraph.alignleftwhite {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 25px;
}

.paragraph.listpara {
  text-align: left;
  margin-bottom: 0;
}

.paragraph.price {
  direction: ltr;
  text-align: center;
  margin-bottom: 0;
  margin-left: 20px;
}

.paragraph.hidden {
  display: none;
}

.homecol {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.colimage {
  margin-top: 0;
  margin-bottom: 30px;
}

.colrow {
  flex: 0 auto;
  align-self: stretch;
  height: 25em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.testomonialssection {
  background-image: url('../images/BG-Texture.jpg');
  background-position: 0 0;
  background-size: 1440px;
  flex-direction: column;
  justify-content: center;
  height: 425px;
  padding: 50px 210px 25px;
  display: flex;
}

.slidernav {
  color: #362020;
  margin-bottom: 0;
}

.h2white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.testname {
  color: #4f5e67;
  text-align: center;
  letter-spacing: .5px;
  font-family: Gotham Rounded Bold, sans-serif;
}

.footermain {
  background-image: linear-gradient(#e38854, #e38854);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footerlink {
  color: #fff;
  margin-right: 50px;
  font-family: Gotham Rounded Bold, sans-serif;
}

.footerlinks {
  display: flex;
}

.socialiconlarge {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.masktest {
  border-radius: 10px;
}

.footersmall {
  justify-content: space-between;
  align-items: center;
  height: 25px;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.footersmallright {
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.backtotop {
  color: #e38854;
  text-decoration: none;
}

.navbar {
  float: none;
  clear: none;
  justify-content: flex-start;
  width: 100%;
  display: block;
  position: static;
}

.smallheadline {
  background-image: url('../images/BG-Texture.jpg');
  background-position: 0 0;
  background-size: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
}

.aboutcontent {
  justify-content: center;
  align-items: center;
  height: 285px;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.abouttextwrapper {
  margin-right: 0;
}

.contentrow {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.pricescontent {
  background-image: url('../images/pawBG.png');
  background-position: 0 0;
  background-size: 422px;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 5em 105px;
  display: flex;
}

.pricespanelwrapper {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 25px;
  padding-left: 0;
  display: flex;
}

.pricepanel {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #4f5e6733;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 500px;
  height: 805px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricepanel.smallpanel {
  background-image: linear-gradient(#fff, #fff);
  width: 500px;
  height: 600px;
}

.h2dark {
  color: #4f5e67;
  font-family: Gotham Rounded Bold, sans-serif;
  font-size: 20px;
}

.panelheadingwrapper {
  text-align: center;
  flex: 0 auto;
  padding-left: 125px;
  padding-right: 125px;
}

.panellistitem {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.iconsmall {
  align-self: center;
  margin-right: 20px;
  overflow: visible;
}

.iconsmall.invis {
  max-width: 0%;
  overflow: visible;
}

.panellist {
  flex: 0 auto;
  align-self: stretch;
  padding-left: 25px;
  padding-right: 25px;
}

.priceslist {
  background-image: url('../images/pawBG.png');
  background-position: 0 0;
  background-size: 422px;
  background-attachment: scroll;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bonctaalternate {
  margin-top: 40px;
}

.testimonialsslide {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  padding: 50px 188px;
}

.tetimonialsslider {
  border-radius: 10px;
  align-self: center;
  width: 905px;
  height: 300px;
  margin-top: 25px;
  margin-bottom: 50px;
  box-shadow: 1px 10px 11px 4px #4c4c4c80;
}

.contactwrapper {
  justify-content: center;
  padding: 50px 105px;
  display: flex;
}

.contacttextwrapper {
  margin-right: 100px;
  padding-right: 0;
}

.contactformwrapper {
  flex: none;
}

.formtext {
  color: #4f5e67;
  font-family: Gotham Rounded Light, sans-serif;
}

.contactform {
  width: 453px;
}

.formfield {
  border-radius: 5px;
  width: 50%;
}

.formfieldbig {
  border-radius: 5px;
}

.memberscontetnwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0 65px 5em;
  display: flex;
}

.memberrow {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
}

.memberphoto {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 315px;
  height: 350px;
  margin-left: 18px;
  margin-right: 18px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  transform: rotate(0);
  box-shadow: 0 -2px 6px 1px #a7a7a780;
}

.memberphoto.rotateleft {
  border-radius: 5px;
  height: 350px;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
  transform: rotate(-10deg);
}

.memberphoto.rotateright {
  height: 350px;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
  transform: rotate(10deg);
}

.memberimage {
  border-radius: 5px;
  margin-top: 15px;
}

.membersliderwrapper {
  margin-top: 5em;
  margin-bottom: 5em;
  padding-left: 35px;
  padding-right: 35px;
}

.memberpaw {
  margin-top: -30px;
}

.redlink {
  color: #e38854;
}

.heroslider {
  border-radius: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  height: 475px;
  display: block;
}

.heroslide {
  background-image: linear-gradient(#00000040, #00000040), url('../images/dog-walking-winchester.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.heroslidernav {
  text-align: left;
  margin-left: 105px;
  display: block;
}

.heroslide2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/professional-dog-walker-winchester.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 10px;
  display: inline-block;
}

.heroslide3 {
  background-image: linear-gradient(#0003, #0003), url('../images/happy-schnozzles-dog-walking.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.heroslide4 {
  background-image: linear-gradient(#0003, #0003), url('../images/happy-shnozzles-dog-walking-winchester.jpg');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
  border-radius: 10px;
}

.heroslide5 {
  background-image: linear-gradient(#0003, #0003), url('../images/dog-walking-kings-worthy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: inline-block;
}

.heroslide6 {
  background-image: linear-gradient(#0009, #0009), url('../images/heroSlider6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: inline-block;
}

.heroslide7 {
  background-image: linear-gradient(#0003, #0003), url('../images/happy-schnozzles-dog-walker-winchester.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.heroslide8 {
  background-image: linear-gradient(#0003, #0003), url('../images/dog-walker-winchester_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heroslide9 {
  background-image: linear-gradient(#0003, #0003), url('../images/happy-schnozzles-dog-walking-hampshire.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.aboutimage {
  border-radius: 10px;
  flex: 0 auto;
}

.bonectaalternate {
  margin-top: 22px;
}

.paragraphpanel {
  color: #4f5e67;
  margin-top: 55px;
  margin-bottom: 0;
  font-family: Gotham Rounded Medium, sans-serif;
  font-size: 12px;
  line-height: 26px;
}

.dropdownlink {
  color: #fff;
  background-color: #c96b35;
}

.pawrating {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.successmessage {
  background-color: #fff;
  border-radius: 10px;
}

.successtext {
  color: #4f5e67;
  background-color: #fcfcfc;
  border-style: none;
  border-color: #000;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 15px 25px;
  font-family: Gotham Rounded Medium, sans-serif;
  line-height: 25px;
  box-shadow: 0 0 6px 1px #4b4b4b26;
}

.leadhome {
  color: #fff;
  margin-right: 25px;
  font-family: Gotham Rounded Bold, sans-serif;
  font-size: 16px;
}

.leadhome.ctatrigegr {
  color: var(--coral);
  margin-bottom: 10px;
  margin-right: 0;
}

.footerflyout {
  z-index: 1000;
  opacity: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
  padding-left: 25px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.flyoutcontent {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  width: 480px;
  margin-bottom: 100px;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 5px #4b4b4b80;
}

.flyoutwrapper {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  display: flex;
  transform: translate(0, 120px);
}

.locationslist {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.locationscol {
  padding-left: 0;
  padding-right: 50px;
}

.html-embed {
  display: block;
}

.dropdown-toggle {
  z-index: 5;
  background-color: #c96b35;
}

.newstuffwrapper {
  z-index: 10;
  width: 100px;
  height: 100px;
  display: none;
  position: fixed;
  inset: auto 1% 1% auto;
}

.image {
  position: static;
  inset: auto 3% 3% auto;
}

.link-block {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.ctamodel {
  z-index: 11;
  background-color: #222222e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modelcard {
  background-image: url('../images/pawBG.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, auto;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 520px;
  height: auto;
  padding: 50px 20px 20px;
  display: flex;
}

.image-2 {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.bold-text {
  color: var(--coral);
}

.textorange {
  color: var(--coral);
  font-weight: 500;
}

.modalcontentwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.sign-up-form-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  border-radius: 20px;
  width: 40%;
  padding: 35px;
}

.login-wrapper {
  background-image: url('../images/happy-schnozzles-dog-walking-hampshire.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100%;
  max-width: none;
}

.link-block-2, .link-block-3 {
  color: var(--indian-red);
}

.checkbox-label, .text-span {
  font-family: Gotham Rounded Light, sans-serif;
}

.link-block-4 {
  color: var(--coral);
  font-family: Gotham Rounded Bold, sans-serif;
}

.sign-up-heading {
  font-family: Gotham Rounded Bold, sans-serif;
}

.fieldlabel, .text-span-2 {
  font-family: Gotham Rounded Light, sans-serif;
}

.textlink {
  color: var(--teal);
  font-family: Gotham Rounded Bold, sans-serif;
  font-weight: 700;
}

html.w-mod-js [data-ix="memberfade"], html.w-mod-js [data-ix="memberfade-2"], html.w-mod-js [data-ix="memberfade-3"] {
  opacity: 0;
  transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  .smallnav {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navlink {
    margin-left: 10px;
    margin-right: 10px;
  }

  .headlinesection.aboutpage {
    height: 240vh;
    padding-left: 50px;
    padding-right: 50px;
  }

  .headlineteaxtwrapper {
    margin-top: 15px;
  }

  .headlinelead {
    width: 50%;
  }

  .ctaheadline {
    display: inline-block;
  }

  .imagewrapper {
    width: 300px;
    height: 200px;
  }

  .maincontentsection {
    padding-left: 50px;
    padding-right: 50px;
  }

  .homecol, .footermain {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footersocial {
    flex: 1;
  }

  .socialiconlarge {
    margin-right: 15px;
  }

  .smallheadline {
    margin-bottom: 0;
  }

  .aboutcontent {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contentrow {
    margin-top: 50px;
  }

  .pricescontent {
    height: 150vh;
    padding: 25px;
  }

  .pricespanelwrapper {
    margin-top: 25px;
  }

  .pricepanel {
    flex: 0 auto;
    width: 375px;
    height: 760px;
  }

  .pricepanel.smallpanel {
    height: 525px;
  }

  .panelheadingwrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .panellist {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bonctaalternate {
    margin-top: 120px;
  }

  .testimonialsslide {
    padding-left: 100px;
    padding-right: 100px;
  }

  .tetimonialsslider {
    width: 750px;
  }

  .contactwrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contactform {
    width: 375px;
  }

  .memberscontetnwrapper {
    height: 375vh;
  }

  .memberrow {
    flex: 1;
    align-self: stretch;
    margin-top: 15px;
  }

  .memberphoto {
    height: 350px;
  }

  .bonectaalternate {
    margin-top: 15px;
  }

  .paragraphpanel {
    margin-top: 35px;
  }

  .successmessage {
    font-family: Gotham Rounded Medium, sans-serif;
  }

  .successtext {
    font-size: 12px;
  }

  .html-embed {
    display: block;
  }

  .modelcard {
    width: 300px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .smallnav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .navlinkswrapper {
    flex: none;
  }

  .navlink, .navlink.w--current {
    font-size: 13px;
  }

  .headlinesection.aboutpage {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .headlineteaxtwrapper.reverse {
    margin-top: 2em;
    margin-left: 0;
  }

  .maincontentsection {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .colrow {
    height: auto;
  }

  .testomonialssection {
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footermain {
    flex-direction: column;
    height: auto;
    padding: 3em 2em;
  }

  .footersmall {
    height: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  .logo.w--current {
    width: 25%;
    margin-right: 2em;
  }

  .contentrow {
    flex-direction: column;
    justify-content: center;
  }

  .pricescontent {
    height: auto;
  }

  .pricespanelwrapper {
    flex-direction: column;
  }

  .pricepanel {
    margin-bottom: 2em;
  }

  .testimonialsslide {
    padding: 30px;
  }

  .tetimonialsslider {
    width: 90%;
    height: auto;
  }

  .contactwrapper {
    flex-direction: column;
  }

  .contacttextwrapper {
    margin-right: 0;
  }

  .contactform {
    width: 100%;
    margin-top: 1em;
  }

  .formfield {
    width: 70%;
  }

  .memberscontetnwrapper {
    height: auto;
    padding-top: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .memberphoto {
    height: 230px;
  }

  .memberphoto.rotateleft, .memberphoto.rotateright {
    height: 230px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .smallnav {
    justify-content: space-between;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 15px 15px 15px 10px;
    display: flex;
  }

  .contactbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .navlinkswrapper {
    z-index: 0;
    float: none;
    text-align: right;
    background-color: #0000;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0;
  }

  .navlink {
    float: none;
    color: #4f5e67;
    text-align: center;
    letter-spacing: .6px;
    flex: 1;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 15px;
    display: block;
  }

  .navlink.w--current {
    float: none;
    color: #c25142;
    text-align: center;
    flex: 1;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .sociallinks {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    overflow: hidden;
  }

  .paralight {
    text-align: left;
    flex: 1;
    align-self: center;
    margin-left: 5px;
    font-size: 12px;
  }

  .smallnavright {
    flex: 1;
    justify-content: space-between;
    align-self: center;
  }

  .callicon {
    margin-right: 0;
  }

  .areasdropdown {
    flex: none;
    justify-content: center;
    height: 40px;
    margin-left: 15px;
    margin-right: 0;
  }

  .contactareawrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }

  .lead {
    text-align: center;
    margin-right: 0;
  }

  .headlinesection {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 3em 5px;
  }

  .headlinesection.aboutpage {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5em 25px;
  }

  .headlineteaxtwrapper {
    flex: 0 auto;
    align-self: center;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .headlineteaxtwrapper.reverse {
    text-align: center;
    margin-top: 25px;
    margin-left: 0;
  }

  .headlineteaxtwrapper.alterante {
    text-align: center;
    align-self: flex-start;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h1 {
    margin-bottom: 0;
  }

  .headlinelead {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ctaheadline {
    flex: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
  }

  .imagewrapper {
    flex: none;
    align-self: stretch;
    width: auto;
    height: auto;
    padding: 10px;
  }

  .maincontentsection {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contentwrapper {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.red {
    text-align: center;
  }

  .homecol {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .colrow {
    height: auto;
    margin-top: 0;
  }

  .testomonialssection {
    justify-content: flex-start;
    align-items: stretch;
    height: 525px;
    padding: 25px 0 0;
  }

  .slidernav {
    margin-top: 25px;
  }

  .footermain {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 10px 0;
  }

  .footerlink {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footerlinks {
    flex-direction: column;
    flex: 0 auto;
    margin-bottom: 10px;
  }

  .footersocial {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .socialiconlarge {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footersmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .backtotop {
    float: none;
    display: none;
  }

  .navbar {
    background-color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .logo.w--current {
    width: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .smallheadline {
    text-align: center;
    margin-bottom: 0;
  }

  .aboutcontent {
    flex-direction: column;
    height: auto;
    padding: 3em 25px;
  }

  .contentrow {
    flex-direction: column;
    margin-top: 0;
  }

  .pricescontent {
    height: auto;
    padding: 3em 25px;
  }

  .pricespanelwrapper {
    flex-direction: column;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricepanel {
    flex: 0 auto;
    align-self: center;
    width: 300px;
    height: 900px;
    margin-bottom: 25px;
  }

  .pricepanel.smallpanel {
    width: 300px;
    height: auto;
  }

  .panelheadingwrapper, .panellist {
    padding-left: 25px;
    padding-right: 25px;
  }

  .priceslist {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bonctaalternate {
    margin-top: 25px;
  }

  .testimonialsslide {
    height: 400px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tetimonialsslider {
    width: 300px;
    height: 400px;
  }

  .contactwrapper {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contacttextwrapper {
    margin-right: 0;
  }

  .contactform {
    text-align: left;
    width: 100%;
  }

  .formfield {
    width: 100%;
  }

  .memberscontetnwrapper {
    align-items: center;
    height: auto;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .memberrow {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .memberphoto {
    align-self: center;
    height: 350px;
    margin-top: 40px;
  }

  .memberphoto.rotateleft {
    flex: 0 auto;
    align-self: center;
    height: 350px;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .memberphoto.rotateright {
    align-self: center;
  }

  .membersliderwrapper {
    display: none;
  }

  .heroslider {
    height: 520px;
  }

  .heroslide {
    display: inline-block;
  }

  .heroslidernav {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heroslide2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/heroSlide.jpg');
    background-size: auto, cover;
  }

  .heroslide3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/heroSlider4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heroslide4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/heroSlide2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heroslide5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/heroSlider3.jpg');
    background-position: 0 0, 50%;
  }

  .heroslide7 {
    background-image: linear-gradient(to bottom, null, null), url('../images/membersCarousel13.jpg');
    background-position: 0 0, 50%;
  }

  .heroslide8 {
    background-image: linear-gradient(to bottom, null, null), url('../images/heroSlider7.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heroslide9 {
    background-image: linear-gradient(to bottom, null, null), url('../images/HeroSlider8.jpg');
    background-position: 0 0, 50%;
  }

  .leadhome {
    text-align: center;
    margin-right: 0;
  }

  .contactimage {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footerflyout {
    padding-left: 0;
    display: none;
  }

  .flyoutcontent {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .locationscol {
    padding-right: 0;
  }

  .html-embed {
    display: block;
  }

  .div-block {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .modelcard {
    flex: none;
    align-self: stretch;
    width: auto;
    height: auto;
    padding: 10px;
  }
}


@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url('../fonts/GothamRoundedBold_21016.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Rounded Light';
  src: url('../fonts/GothamRoundedLight_21020.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url('../fonts/GothamRoundedMedium_21022.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Rounded Reg';
  src: url('../fonts/GothamRoundedBook_21018.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}