.stylist #layout > main {
  margin-top: -250px;
  z-index: 10;
}

.stylist #layout > header p {
  color: #fff!important;
}
.stylist #layout > header > div {
  height: 800px;
}
.stylist div.intro {
  max-width: 860px;
  margin: 0 auto;
  background: rgba(255,255,255,0.8);
}
.stylist div.intro h1 {
  line-height: 1.1em;
  color: var(--colour-darkteal);
}
.stylist h2,
.stylist h3 {
  color: var(--colour-darkteal);
}
.stylist div.intro > div {
  max-width: 760px;
}
.stylist div.intro > div p {
  font-size: 1.66em;
  line-height: 1.1em!important;
}
.stylist form {
  text-align: center;
}
.stylist .button {
  font-size: 1.15em;
  margin: 20px auto;
  padding: 15px 25px;
  white-space: normal;
  max-width: 80%;
}

.stylist-promise {
  max-width: 1100px;
  padding: 25px;
  background: var(--colour-lightteal);
}

.stylist .cta {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.stylist .cta .button {
  font-size: 1.15em;
}

.stylist .asseenin {
  max-width: 1100px;
  margin: 0 auto 50px;
}

.stylist .tier.stylisthowitworks h2,
.stylist .tier.stylistshopping h2 {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.stylist .stylisthowitworks h3 {
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  color: #00bfac;
}
.stylist .stylisthowitworks > div > div {
  padding-top: 35px;
  padding-bottom: 35px;
}
.stylist .stylisthowitworks > div > div:nth-of-type(2) {
  border-top: 1px dashed #006367;
  padding-left: 90px;
}

.stylist .tier.stylistshopping {
  position: relative;
  background: linear-gradient(90deg, rgba(240,240,240,1) 50%, rgba(212,255,236,1) 50%);
}
.stylist .tier.stylistshopping h2 {
  padding: 80px 0 0;
  text-align: center;
}
.stylist .tier.stylistshopping h3 {
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 48px;
  color: #736357;
}
.stylist .stylistshopping img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -115px;
  margin-top: -125px;
}
.stylist .tier.stylistshopping div.half-col:first-of-type {
  width: calc(49.2% - 100px);
  padding-right: 100px;
}
.stylist .tier.stylistshopping div.half-col:last-of-type {
  width: calc(49.2% - 100px);
  padding-left: 100px;
}
.stylist .tier.stylistshopping p {
  color: #000;
}
.stylist .tier.stylistshopping p em {
  color: #8f043d;
  font-weight: 700;
}
.stylist .tier.stylistshopping div.half-col:last-of-type h3,
.stylist .tier.stylistshopping div.half-col:last-of-type p {
  color: #008080;
}

.stylist .otherwomensay {
  padding: 25px;
}
.stylist .otherwomensay h2 {
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: var(--colour-teal);
  text-align: center;
}
.stylist .otherwomensay strong {
  font-size: 1.2em;
  color: var(--colour-teal);  
}

.stylist .tier.herobox {
  position: relative;
  width: 95%;
  max-width: 95%;
  margin: 35px auto 0;
  padding-top: 70px;
  padding-bottom: 30px;
  border-radius: 18px;
  background: #e8fff5;
  text-align: center;
  color: #006367;
}
.stylist .tier.herobox h2 {
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4rem;
  text-align: center;
  color: var(--colour-teal);
}
.stylist .tier.herobox .flex-grid,
.stylist .tier.herobox .flex-grid-thirds {
  text-align: left;
}

.stylist .tier.herobox.foryou {
  margin: 20px auto 0;
  padding-top: 40px;
}
.stylist .tier.herobox.foryou h2 {
  font-family: Arboria, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}
.stylist .tier.herobox.foryou .col {
  padding: 15px 25px 25px;
  background: #fff;
  border-radius: 9px;
}

.stylist .cta.pullquote {
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.1em;
  color: var(--colour-salmon);
}

.stylist .youget {
  max-width: 960px;
  margin: 50px auto;
}
.stylist .youget h2 {
  margin-top: 70px;
  font-family: chaparral-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.1em;
  text-align: center;
}
.stylist .youget h2:first-of-type {
  margin-top: 15px;
}
.stylist .youget > h3 {
  text-align: center;
}
.stylist .youget > p {
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
}
.stylist .youget > div {
  margin: 30px auto 0;
  padding: 25px;
  border: 8px solid #85ffc9;
  border-radius: 11px;
}
.stylist .youget > div.bonus {
  border: 8px solid var(--colour-midsalmon);
}
.stylist .youget > div h3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: chaparral-pro, serif;
  font-weight: 700;
  font-style: normal;
  color: var(--colour-darkteal);
}
.stylist .youget > div.bonus h3 {
  color: var(--colour-brown);
}
.stylist .youget > div h3 span {
  display: inline-block;
  width: fit-content;
  min-width: 125px;
  padding: 15px 25px;
  background: var(--colour-teal);
  border-radius: 7px;
  font-family: Arboria, serif;
  color: #fff;
}
.stylist .youget > div.bonus h3 span {
  background: var(--colour-salmon);
}
.stylist .youget div.ctabox {
  margin-bottom: 25px!important;
}

.stylist div.ctabox {
  max-width: 400px;
  margin: 0 auto;
  min-height: 70px;
  border: 2px dotted #85ffc9;
  background: #eefff8;
  padding: 15px;
  border-radius: 11px;
  text-align: center;
}
.stylist .ctabox h4 {
  margin: 0;
  font-family: chaparral-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  color: var(--colour-darkteal);
}
.stylist .ctabox p.stylist-price {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4em!important;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--colour-teal);
}
.stylist .ctabox p.stylist-price small {
  display: block;
  font-size: 20px;
  line-height: 2.5em!important;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--colour-darkteal);
}
.stylist .ctabox p.stylist-step1 {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00bfac;
}

.stylist .ctabox .half-col:last-of-type {
  text-align: center;
}
.stylist .ctabox.ctabox-twocol {
  display: flex;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.stylist .ctabox.ctabox-twocol .half-col:first-of-type {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {

  .stylist .tier.stylistshopping {
    padding: 0!important;
  }
  .stylist .tier.stylistshopping .segment {
    width: 100%;
    margin: 0;
  }
  .stylist .tier.stylistshopping div.half-col:first-of-type {
    width: calc(100% - 10%);
    padding: 15px 5%;
    background: rgba(240,240,240,1);
  }
  .stylist .tier.stylistshopping div.half-col:last-of-type {
    width: calc(100% - 10%);
    padding: 35px 5%;
    background: rgba(212,255,236,1);
  }
  .stylist .stylistshopping img {
    width: 133px;
    height: 200px;
    right: 30px;
    top: 55%;
    margin-left: auto;
    margin-top: -100px;  
  }
  .stylist .tier.stylistshopping {
    background: rgba(240,240,240,1);
  }
  .stylist .tier.stylistshopping h2 {
    font-size: 30px;
  }
  .stylist .tier.stylistshopping h3 {
    font-size: 38px;
  }

  .stylist .tier.herobox {
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }

}


/* old */

.stylist .herobox .twothird-col {
  text-align: left;
  width: 60%;
  font-size: 21px;
  line-height: 27px!important;
}

#contentcontainer #subsubmenu .announcement {
  display: none;
}
.stylist p {
  font-size: 19px;
  line-height: 25px!important;
  color: #006367;
}
.stylist .tier.introquote {
  padding-bottom: 0;
}
.stylist .tier.introquote .segment {
  max-width: 570px;
  width: 570px;
  margin: 0 auto;
  text-align: center;
}
.stylist .tier.introquote h3 {
	font-size: 31px;
  font-weight: 400;
  font-style: italic;
  color: #00bfac;
}
.stylist .tier.introquote p {
  font-size: 40px;
  font-weight: 700;
  color: #00bfac;
}


.stylist .stylist-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 780px;
  margin: 1em auto 0;
}
.stylist .stylist-icons img:first-of-type,
.stylist .stylist-icons img:nth-of-type(3) {
  margin-top: -15px;
}


body.stylist input[type=submit] {
  box-shadow: 0 4px 1px #e4e4e4;
}
body.stylist input[type=submit]:hover {
  opacity: 0.8;
}
body.stylist input[type=submit]:focus {
	box-shadow: none;
  background-color: #003030;
}

.stylist .stylistherophoto {
	margin-top: -120px;
	padding: 0!important;
}
.stylist .stylistherophoto img {
  width: 100%;
  height: auto;
}

.stylist .tier.stylistvideobox {
	padding: 70px 0;
	background: #ffe6f0;
}
.stylist .stylistvideobox .segment {
	display: flex;
}
.stylist .stylistvideobox .half-col {
	display: flex;
	align-items: center;
}
.stylist .stylistvideobox p {
	display: block;
  font-size: 25px;
  line-height: 38px!important;
  font-style: italic;
  color: #bd0650;
  padding: 0 30px;
}

.stylist .stylistfeelings {
  background: #f0ebe4;
  padding-top: 70px;
  padding-bottom: 120px!important;
  color: #736357!important;
}
.stylist .stylistfeelings > div:first-of-type h2 {
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 400; 
  text-align: center;
  font-style: normal;
  color: #736357;
}
.stylist .stylistfeelings > div:first-of-type p {
	display: block;
  max-width: 850px;
  margin: 17px auto 35px;
  font-size: 21px;
  line-height: 31px!important;
  text-align: center;
  color: #736357;
}
.stylist .stylistfeelings .segment {
	display: flex;
}
.stylist .stylistfeelings div.third-col {
	position: relative;
	width: calc(33.33% - 49px);
  border: 2px solid #c5b097;
  padding: 15px;
  margin-right: 15px;
  text-align: left;
}
.stylist .stylistfeelings div.third-col:last-of-type {
  margin-right: 0;
}
.stylist .stylistfeelings div.third-col h4 {
  margin: 0;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700; 
  color: #000;
}
.stylist .stylistfeelings div.third-col h4:last-of-type {
	display: block;
	position: absolute;
	left: 10px;
	bottom: -35px;
  font-weight: 700; 
  color: #008080;
}
.stylist .stylistfeelings div.third-col p {
	padding-right: 33%;
  font-size: 18px;
  color: #000;
}
.stylist .stylistfeelings div.third-col img {
	display: block;
	position: absolute;
  right: 15px;
	bottom: -40px;
}

.stylist .tier.stylisttestimonial {
	position: relative;
	display: flex;
	align-items: center;
	background: url(/images/stylist-testimonial.jpg) right center no-repeat;
	background-size: cover;
	min-height: 500px;
}
.stylist .tier.stylisttestimonial .segment {
	height: fit-content;
}
.stylist .tier.stylisttestimonial p {
  font-size: 28px;
  line-height: 40px!important;
  font-weight: 700;
  font-style: italic;
}



@media only screen and (max-width: 1200px) {
  .stylist .stylist-icons {
    transform: scale(0.9);
    width: fit-content;
  }
  .stylist .herobox .ctabox {
    width: calc(45% - 46px);
  }
  .stylist .herobox .twothird-col {
    width: calc(55% - 1.6%);
  }
  .stylist .herobox .twothird-col p:first-of-type {
    margin-top: 0;
  }
  .stylist .stylistfeelings div.third-col img {
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
    transform: scale(0.8);
  }
  .stylist .stylistfeelings > div:first-of-type {
    width: 94%;
    margin: 0 3%;
  }
  .stylist .tier.stylisttestimonial .segment .half-col:first-of-type {
    width: fit-content;
    background: rgba(255,255,255,0.8);
    border-radius: 7px;
  }
}
@media only screen and (max-width: 767px) {
  /* phones */
  .stylist .tier.introquote .segment {
    width: 90%;
    margin: 0 auto;
  }
 
	.stylist .stylisthowitworks > div > div:nth-of-type(2) {
	  padding-left: 0;
	}
  .stylist .stylist-icons {
    width: 94%;
    margin: 0 3%;
  }
  .stylist .stylist-icons {
    display: none;
  }
  .stylist .ctabox {
    width: calc(100% - 50px);
  }
  .stylist .ctabox h4 {
    font-size: 18px;
  }
  .stylist .ctabox p.stylist-price small {
    display: none;
  }
  .stylist .stylistherophoto {
    margin-top: 0;
  }
  .stylist .stylistvideobox .segment,
  .stylist .stylistfeelings .segment {
    flex-direction: column;
  }
	.stylist .stylistfeelings div.third-col {
		width: calc(95% - 34px);
		position: relative;
	  padding: 15px;
	  margin: 45px auto!important;
	}
  .stylist .herobox .twothird-col {
    width: 100%;
    margin: 0;
  }
  .stylist .tier.stylisttestimonial {
    align-items: flex-end;
    background: url(/images/stylist-testimonial.jpg) -900px center no-repeat;
  }
  .stylist .tier.stylisttestimonial p {
    font-size: 22px;
    line-height: 28px!important;
  }
  .stylist .tier.stylisttestimonial .segment {
    width: 100%;
  }
  .stylist .tier.stylisttestimonial .segment p {
    padding: 15px;
  }
  .stylist .youget > div h3 {
    display: inline;
  }
  .stylist .youget > div h3 span {
    display: block;
    text-align: center;
  }

}