@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Lato";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-BlackItalic.ttf") format("truetype");
}
/*

font-family: 'Lato', sans-serif;
  300 - Light
  400 - Regular
  700 - Bold
  900 - Black

font-family: 'Merriweather', serif;
  400 - Regular
  900 - Black

*/
#content:focus {
  box-shadow: none;
  outline: 0 none;
}

#navigation {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  background-color: #F6F4F7;
}
#navigation .mobileDrop {
  display: none !important;
}
#navigation .phoneNumber {
  background: #451f49;
  padding: 1px 0 4px 0;
}
#navigation .phoneNumber .content {
  display: flex;
  align-items: center;
}
#navigation .phoneNumber .notice {
  width: calc(100% - 250px);
  color: white;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.03em;
  padding: 12px 30px 12px 0;
}
#navigation .phoneNumber p a:not(.email) {
  font-size: 19px;
  line-height: 35px;
  text-align: right;
  color: #fff;
  letter-spacing: 0.46666667px;
  font-weight: bold;
  display: block;
  border-bottom: none;
  font-style: normal;
}
#navigation .phoneNumber p a:not(.email) strong {
  font-weight: 900;
}
#navigation .phoneNumber p a.email {
  color: white;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
}
#navigation .container .content {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
}
#navigation .logoCont {
  padding: 3px 0;
}
#navigation .logoCont, #navigation .logoCont a, #navigation .logoCont img {
  display: block;
}
#navigation .logoCont img {
  width: 179px;
  height: auto;
  object-fit: contain;
}
#navigation .logoCont a {
  margin-top: 7px;
}
#navigation .linkCont {
  display: flex;
  align-items: center;
  text-align: left;
}
#navigation .linkCont .linkContInner {
  display: flex;
  justify-content: space-between;
}
#navigation .linkCont a {
  font-size: 1.125rem;
  line-height: 26px;
  color: #451f49;
  display: block;
  padding: 9px 12px 24px 12px;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-bottom: 6px solid transparent;
}
#navigation .linkCont a.sel, #navigation .linkCont a:hover {
  color: #592C5E;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  border-bottom-color: #592C5E;
}
#navigation .loginContact {
  display: flex;
  align-items: flex-start;
}
#navigation .loginContact a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.86px;
  display: block;
  border: 2px solid #592C5E;
  border-radius: 5px;
  padding: 13px 22px;
  letter-spacing: 0.87px;
  font-weight: bold;
}
#navigation .loginContact a:first-child {
  margin-right: 10px;
  color: #592C5E;
}
#navigation .loginContact a:last-child {
  background-color: #592C5E;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  #navigation .linkCont a {
    padding: 9px 9px 24px 9px;
  }
  #navigation .loginContact a {
    padding: 13px 8px;
  }
}
@media screen and (min-width: 1201px) {
  #navigation .linkCont .linkContInner {
    display: flex !important;
  }
}
@media screen and (max-width: 1200px) {
  #navigation .navbar {
    box-shadow: 0px 2px 4px rgba(64, 70, 86, 0.15);
  }
  #navigation .navbar .content {
    padding-bottom: 10px;
  }
  #navigation .mobileDrop {
    display: block !important;
    width: 100%;
    font-weight: 900;
    border-bottom: none !important;
    color: #592C5E !important;
    font-stretch: medium;
    cursor: pointer;
  }
  #navigation .mobileDrop:after, #navigation .mobileDrop:before {
    content: "";
    display: block;
    background-color: #592C5E;
    height: 3px;
    width: 10px;
    position: absolute;
    top: 23px;
    transform-origin: center center;
  }
  #navigation .mobileDrop:after {
    transform: rotate(225deg) translate(-50%, -50%);
    right: 40px;
    top: 21px;
  }
  #navigation .mobileDrop:before {
    transform: rotate(-45deg) translate(-50%, -50%);
    right: 27px;
  }
  #navigation .mobileDrop.sel:after {
    transform: rotate(135deg) translate(-50%, -50%);
    right: 40px;
    top: 25px;
  }
  #navigation .mobileDrop.sel:before {
    transform: rotate(45deg) translate(-50%, -50%);
    top: 27px;
  }
  #navigation .content {
    position: relative;
    top: 0;
    left: 0;
  }
  #navigation .linkCont {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 466px);
  }
  #navigation .linkCont a {
    padding: 13px 32px;
    border: none !important;
  }
  #navigation .linkCont a.sel {
    font-weight: 900;
  }
  #navigation .linkCont .linkContInner {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #F6F4F7;
    box-shadow: 0px 2px 4px rgba(64, 70, 86, 0.15);
    padding-bottom: 13px;
  }
  #navigation .phoneNumber .notice br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #navigation .phoneNumber {
    padding-bottom: 10px;
  }
  #navigation .phoneNumber .content {
    align-items: flex-end;
    flex-flow: column;
  }
  #navigation .phoneNumber .notice {
    width: 100%;
    font-size: 14px;
    padding: 10px 0 7px 0;
  }
  #navigation .phoneNumber p a:not(.email) {
    font-size: 16px;
    line-height: 27px;
  }
  #navigation .phoneNumber p a.email {
    font-size: 14px;
  }
  #navigation .navbar .content {
    padding-top: 12px;
  }
  #navigation .logoCont {
    padding: 6px 0;
  }
  #navigation .logoCont img {
    max-width: 130px;
    height: auto;
  }
  #navigation .loginContact a {
    font-size: 13px;
    padding: 12px 10px;
  }
  #navigation .loginContact a:first-child {
    margin-right: 8px;
  }
  #navigation .linkCont {
    background-color: white;
    width: calc(100% - 400px);
  }
  #navigation .linkCont a {
    font-size: 1rem;
    line-height: 24px;
    padding: 10px 32px;
  }
  #navigation .linkCont .linkContInner {
    background-color: white;
    top: 45px;
  }
  #navigation .mobileDrop:after {
    top: 18px;
  }
  #navigation .mobileDrop:before {
    top: 20px;
  }
  #navigation .mobileDrop.sel:after {
    top: 22px;
  }
  #navigation .mobileDrop.sel:before {
    top: 24px;
  }
}
@media screen and (max-width: 700px) {
  #navigation .navbar .content {
    padding-bottom: 65px;
  }
  #navigation .linkCont {
    position: absolute;
    bottom: 0;
    left: -16px;
    width: 100vw;
    top: auto;
    border-top: 1px solid #e1e5ee;
  }
  #navigation .linkCont a {
    padding: 14px 32px;
  }
  #navigation .linkCont .linkContInner {
    top: 53px;
  }
  #navigation .loginContact a {
    padding: 12px 14px;
  }
  #navigation .mobileDrop:after {
    top: 21px;
  }
  #navigation .mobileDrop:before {
    top: 23px;
  }
  #navigation .mobileDrop.sel:after {
    top: 25px;
  }
  #navigation .mobileDrop.sel:before {
    top: 27px;
  }
}
@media screen and (max-width: 400px) {
  #navigation .loginContact a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 359px) {
  #navigation .loginContact a {
    margin: 0;
    letter-spacing: 0.87px;
  }
  #navigation .loginContact a:last-child {
    display: none;
  }
}

footer {
  padding-top: 50px;
  background-color: #F6F4F7;
}
footer .content {
  padding: 0 0 90px 0;
  display: flex;
  justify-content: flex-start;
}
footer a {
  color: #451f49;
  display: block;
  line-height: 26px;
}
footer a.sel, footer a:hover {
  color: #451f49;
}
footer .logoCont {
  margin-left: calc((100% - 220px) / 12 + 20px);
  width: calc((100% - 220px) / 12 * 3);
  margin-right: 60px;
}
footer .logoCont .addressCont {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 300px;
  padding-top: 14px;
  margin-left: calc((100% - 344px) / 2);
}
footer .logoCont .addressCont p {
  font-size: 0.875rem;
  line-height: 1.3em;
}
footer .linkCont {
  width: calc((100% - 220px) / 12 * 3 + 40px);
  margin-right: calc((100% - 220px) / 12 + 40px);
  display: flex;
  justify-content: space-between;
}
footer .linkCont a {
  font-size: 1rem;
  padding: 7px 0 8px 0;
}
footer .linkCont div a:first-child {
  padding-top: 2px;
}
footer .linkCont2 {
  width: calc((100% - 220px) / 12 * 3 + 40px - 128px);
}
footer .linkCont2 a {
  font-size: 0.875rem;
  padding: 7px 0 8px 0;
}
footer .linkCont2 a:first-child {
  padding-top: 2px;
}
footer .footerSocial {
  margin-right: calc((100% - 220px) / 12 + 20px);
  padding-top: 2px;
  display: flex;
  align-items: flex-start;
}
footer .footerSocial a {
  display: block;
  margin-left: 16px;
}
footer .footerSocial a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  footer .logoCont {
    margin-right: 40px;
    width: calc((100% - 220px) / 12 * 3 + 20px);
  }
  footer .linkCont {
    margin-right: calc((100% - 220px) / 12 + 20px);
  }
  footer .linkCont2 {
    width: calc((100% - 220px) / 12 * 3 + 40px - 108px);
  }
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 54px;
  }
  footer .content {
    flex-wrap: wrap;
  }
  footer .logoCont {
    margin: 0;
    width: 50%;
    order: 3;
  }
  footer .logoCont .addressCont {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
  footer .logoCont .addressCont p + p {
    margin-left: 30px;
  }
  footer .linkCont {
    margin: 0;
    width: 66.6666666667%;
    order: 1;
  }
  footer .linkCont div {
    width: 50%;
  }
  footer .linkCont2 {
    margin: 0;
    width: 33.3333333333%;
    order: 2;
  }
  footer .footerSocial {
    margin: 0;
    width: 50%;
    order: 4;
    display: flex;
    justify-content: flex-end;
  }
  footer .footerSocial a {
    margin-top: 6px;
  }
  footer .logoCont, footer .footerSocial {
    padding-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 31px;
  }
  footer .content {
    padding-top: 0;
    padding-bottom: 63px;
  }
  footer .linkCont div, footer .logoCont a, footer .logoCont p {
    padding-left: 14px;
  }
  footer .linkCont {
    display: block;
    width: 50%;
  }
  footer .linkCont div {
    width: auto;
  }
  footer .linkCont div:last-child {
    padding-top: 6px;
  }
  footer .linkCont a {
    padding: 8px 0 9px 0;
  }
  footer .linkCont2 {
    width: 50%;
  }
  footer .linkCont2 a {
    padding-right: 14px;
  }
  footer .logoCont, footer .footerSocial {
    padding-top: 21px;
  }
  footer .logoCont a + p {
    font-size: 14px;
    margin-top: 6px;
  }
  footer .logoCont .addressCont {
    flex-flow: column;
    padding-top: 5px;
  }
  footer .logoCont .addressCont p + p {
    margin-left: 0;
    margin-top: 12px;
  }
  footer .footerSocial a {
    margin-left: 15px;
  }
  footer .footerSocial a:last-child {
    margin-right: 14px;
  }
}
@media screen and (max-width: 410px) {
  footer .logoCont {
    width: 100%;
  }
  footer .footerSocial {
    width: 100%;
    justify-content: flex-start;
  }
  footer .footerSocial a:first-child {
    margin-left: 14px;
  }
}

#section_hero {
  padding-top: 40px;
  background: url(../images/hero_BG.svg) no-repeat left top;
  background-size: 100% auto;
}
#section_hero.imageRight h1:not(.headerMedium), #section_hero.imageRight h2 {
  padding-right: 30px;
}
#section_hero h1:not(.headerMedium) {
  color: #451f49;
  font-family: "Merriweather", serif;
  font-size: 84px;
  font-weight: 900;
  line-height: 84px;
  margin-bottom: 27px;
  margin-top: 20%;
}
#section_hero h1.headerMedium {
  text-align: left;
  margin-bottom: 21px;
}
#section_hero h1.headerMedium + h2 + a + .logos {
  margin-top: 50px;
}
#section_hero h1.headerMedium + h2 {
  max-width: none;
}
#section_hero h2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5em;
}
#section_hero h2 + .styled_button {
  margin-top: 36px;
}
#section_hero h2 {
  max-width: 444px;
}
#section_hero .left p {
  max-width: 515px;
}
#section_hero .left p:not(.heroBold p) {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  color: #592C5E;
  margin: 20px 0 36px 0;
  font-weight: 400;
}
#section_hero .left p:not(.heroBold p) span:not(:last-child) strong:after {
  content: "|";
  font-weight: 400;
  margin: 0 7px 0 12px;
}
#section_hero .left p:not(.heroBold p) strong {
  font-style: italic;
  font-weight: 700;
  padding-right: 7px;
}
#section_hero .left p + a + .logos {
  margin-top: 40px;
}
#section_hero .heroBold {
  padding: 12px 0 37px 0;
}
#section_hero .heroBold p {
  font-style: italic;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #592C5E;
}
#section_hero .heroBold p strong {
  font-style: normal;
  font-weight: 900;
}
#section_hero .heroBold p a {
  border-bottom: none;
  font-weight: 900;
}
#section_hero .heroBold + p {
  display: none !important;
}
#section_hero .logos {
  position: absolute;
  bottom: -32px;
  left: 10px;
  max-width: calc(100% - 30px);
}
#section_hero .heroImgCont {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 10px;
}
#section_hero .heroImgCont .heroImg {
  width: 100%;
  height: auto;
  display: block;
}
#section_hero.imageLeft .halfs {
  flex-flow: row-reverse;
}
#section_hero.imageLeft .shadowRectangle {
  bottom: auto;
  right: auto;
  top: -14px;
  left: -14px;
}
#section_hero.imageLeft .heroImgCont {
  margin: 0 9% 0 0;
}
#section_hero.imageLeft .left h1, #section_hero.imageLeft .left h2, #section_hero.imageLeft .left a.styled_button, #section_hero.imageLeft .left .logos, #section_hero.imageLeft .left ul {
  margin-left: 30px;
}
#section_hero.imageLeft .left .logos {
  max-width: calc(100% - 40px);
}
#section_hero.imageLeft .logos {
  position: relative;
  margin-top: 120px;
  bottom: auto;
}
#section_hero.imageLeft h1 {
  margin-top: 70px;
}
#section_hero.heroWithContact .innerCont {
  padding-right: 40px;
}
#section_hero.heroWithContact h1 {
  font-size: 44px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.06em;
  padding-right: 0 !important;
}
#section_hero.heroWithContact h1 + h2 {
  margin-top: 9px;
}
#section_hero.heroWithContact h2 {
  font-weight: 700;
  color: #451f49;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-right: 0 !important;
}
#section_hero.heroWithContact p {
  max-width: none !important;
}
#section_hero.heroWithContact .heroNewText {
  margin-top: 18px;
}
#section_hero.heroWithContact .right.half {
  display: flex;
  align-content: center;
  align-items: center;
}
#section_hero.heroWithContact .contactFormContainer {
  margin-top: 16px;
}
#section_hero.heroWithContact .logos {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: none;
  width: 100%;
  margin-top: 20px !important;
}
.page-template-page-contact-new #section_hero {
  padding-bottom: 90px;
}
.page-template-page-contact-new #section_hero h2 {
  max-width: none !important;
}
.page-template-page-contact-new #section_hero ul {
  padding-left: 36px;
  padding-bottom: 20px;
  padding-top: 11px;
}
.page-template-page-contact-new #section_hero ul li {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.25em;
}
.page-template-page-contact-new #section_hero ul li:before {
  content: "•";
  color: #451f49;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: absolute;
  top: 0;
  left: -1em;
}
.page-template-page-contact-new #section_hero ul li + li {
  padding-top: 12px;
}
.page-template-page-contact-new #section_hero ul li + li:before {
  top: 12px;
}
.page-template-page-contact-new #section_hero .logos {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .page-template-page-contact-new #section_hero {
    padding-bottom: 45px;
  }
}
.page-template-page-contact-new #section_hero + #learnMore {
  background: none !important;
}
@media screen and (max-width: 1249px) {
  #section_hero h1:not(.headerMedium) {
    font-size: 65px;
  }
  #section_hero.imageLeft h1, #section_hero h1 {
    margin-top: 5%;
  }
  #section_hero .logos {
    position: relative;
    top: 0;
    margin-top: 45px !important;
  }
  #section_hero .left p {
    max-width: calc(100% - 30px);
  }
  #section_hero.heroWithContact h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #section_hero.imageLeft .halfs .half {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #section_hero h1:not(.headerMedium), #section_hero .h1:not(.headerMedium) {
    margin-top: 0 !important;
    font-size: 52px;
    line-height: 1em;
  }
  #section_hero .halfs {
    flex-flow: column;
  }
  #section_hero .halfs .half {
    width: 100%;
  }
  #section_hero .halfs #page_contact {
    background: none;
  }
  #section_hero.heroWithContact h1 {
    font-size: 44px;
  }
  #section_hero.heroWithContact .innerCont {
    padding-right: 0;
  }
  #section_hero.heroWithContact .heroImgCont {
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  #section_hero {
    background: url(../images/hero_BG_mobile.svg) no-repeat left top;
    background-size: 100% auto;
    padding-top: 0;
  }
  #section_hero .content.halfs {
    flex-flow: column-reverse;
  }
  #section_hero .content.halfs .half.left {
    width: calc(100% - 28px);
    padding: 0 14px;
  }
  #section_hero .content.halfs .half.right {
    margin: 8px 0 45px 0;
  }
  #section_hero.imageLeft .heroImgCont {
    margin-right: 0;
    margin-left: 14px;
  }
  #section_hero.imageLeft .left h1, #section_hero.imageLeft .left h2, #section_hero.imageLeft .left a.styled_button, #section_hero.imageLeft .left .logos {
    margin-left: 0px;
  }
  #section_hero h1, #section_hero h2, #section_hero .logos {
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    left: 0;
  }
  #section_hero .heroBold {
    padding: 0;
  }
  #section_hero .logos {
    margin-bottom: 19px;
  }
  #section_hero .heroImgCont {
    margin-left: 0;
    margin-right: 14px;
  }
  .page-template-page-how-it-works #section_hero .heroImgCont {
    margin-top: 58px;
  }
  #section_hero .shadowRectangle {
    width: 48%;
    height: 89%;
  }
  #section_hero h1 {
    margin-bottom: 25px;
  }
  #section_hero .left p {
    margin: 18px 0 33px 0;
    font-size: 15px;
    line-height: 1.467em;
    max-width: none;
    display: block;
  }
  #section_hero .left p:not(.heroBold p) {
    margin: 20px 0 16px 0;
  }
  #section_hero .left p:not(.heroBold p) + a {
    margin-bottom: 18px;
  }
  .page-template-page-contact-new #section_hero .heroBold {
    padding: 7px 0 37px 0;
  }
}
@media screen and (max-width: 500px) {
  #section_hero .left p {
    max-width: 315px;
  }
}
@media screen and (max-width: 400px) {
  #section_hero h1:not(.headerMedium) {
    font-size: 45px;
  }
}
@media screen and (min-width: 1700px) {
  #section_hero {
    background-position: left bottom;
    background-size: cover;
  }
}

#section_conciergeBM {
  /*
  ul {
  	margin-top:40px;
  	margin-left:33px;
  	max-width:495px;
  	padding-bottom:30px;
  }

  li {
  	& + li {
  		margin-top:32px;
  	}
  	&:before, &:after {
  		left:-23px;
  	}
  	&:before {
  		top:11px;
  	}
  	&:after {
  		top:15px;
  	}
  }

  strong {
  	font-family: 'Merriweather', serif;
  	font-size:1.25rem;
  	line-height:1.4;
  	letter-spacing:.06em;
  	color:$purple;
  	font-weight:900;
  	display:block;
  	margin-bottom:12px;
  }
  */
}
#section_conciergeBM .half {
  box-sizing: border-box;
}
#section_conciergeBM .half.right {
  padding-left: 50px;
}
#section_conciergeBM h1 {
  margin-bottom: 0.3em;
}
#section_conciergeBM h1 + h2 {
  margin-top: 12px;
  margin-bottom: 11px;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: normal;
  color: #451f49;
}
#section_conciergeBM.BMTitleAlignCenter h1 + h2 {
  text-align: center;
  letter-spacing: 0.06em;
}
#section_conciergeBM.BMTitleAlignLeft h1, #section_conciergeBM.BMTitleAlignLeft h1 + h2 {
  text-align: left;
}
#section_conciergeBM.BMTitleAlignLeft h1 + h2 {
  margin-bottom: 36px;
}
#section_conciergeBM.BMTitleAlignLeft ul {
  margin-top: 0;
}
#section_conciergeBM img {
  width: 100%;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}
#section_conciergeBM ul {
  margin-top: 40px;
}
#section_conciergeBM ul + p {
  margin-top: 40px;
}
#section_conciergeBM li:before, #section_conciergeBM li:after {
  left: -29px;
}
#section_conciergeBM li:before {
  top: 12px;
}
#section_conciergeBM li:after {
  top: 16px;
}
#section_conciergeBM li + li, #section_conciergeBM p + p {
  margin-top: 25px;
}
#section_conciergeBM li + li h5, #section_conciergeBM p + p h5 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #section_conciergeBM h1 {
    margin-bottom: 0.8em;
  }
  #section_conciergeBM .half.right {
    padding-left: 30px;
  }
  #section_conciergeBM img {
    padding: 0;
  }
  #section_conciergeBM h1 + h2 {
    margin-bottom: 31px;
  }
  #section_conciergeBM ul {
    margin-top: 30px;
  }
}

#section_hero + #section_conciergeBM {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  #section_hero + #section_conciergeBM {
    margin-top: 54px !important;
  }
}

.section_HIHT {
  padding: 50px 0 14px 0;
}
.section_HIHT.backgroundShow {
  background: url(../images/HIHT_BG.svg) no-repeat left top;
  background-size: 100% auto;
}
.section_HIHT h3 {
  text-align: left;
  margin: 52px 0;
}
.section_HIHT h3 + p {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: -30px 0 0 0;
}
.section_HIHT .halfs {
  align-items: flex-start;
}
.section_HIHT:not(.section_HIHL) li:before, .section_HIHT:not(.section_HIHL) li:after {
  left: -29px;
}
.section_HIHT:not(.section_HIHL) li:before {
  top: 12px;
}
.section_HIHT:not(.section_HIHL) li:after {
  top: 16px;
}
.section_HIHT ul {
  padding-left: 72px;
}
.section_HIHT ul, .section_HIHT h3 {
  padding-right: 36px;
}
.section_HIHT p + ul, .section_HIHT ul + p {
  margin-top: 36px;
}
.section_HIHT li + li {
  margin-top: 25px;
}
.section_HIHT li + li h5 {
  margin-top: 30px;
}
.section_HIHT ul + p a, .section_HIHT .styled_button {
  margin-left: 73px;
}
.section_HIHT ul h5 {
  margin-bottom: 14px;
}
.section_HIHT .styled_button {
  margin-top: 40px;
}
.section_HIHT .imgCont {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  float: right;
}
.section_HIHT .halfs.imageLeft {
  flex-flow: row-reverse;
}
.section_HIHT .halfs.imageLeft .imgCont {
  float: left;
}
.section_HIHT .halfs.imageLeft h3 {
  padding-right: 0;
}
.section_HIHT .halfs.imageLeft ul {
  padding: 0 0 0 40px;
}
.section_HIHT .halfs.imageLeft .styled_button {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .section_HIHT ul {
    padding-left: 45px;
  }
  .section_HIHT ul + p a, .section_HIHT .styled_button {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .section_HIHT h3 {
    margin: 0 0 27px 0;
  }
  .section_HIHT ul {
    padding-right: 0;
  }
  .section_HIHT ul + p a {
    margin-top: 36px;
    border-bottom: none;
    text-decoration: underline;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .section_HIHT {
    padding: 42px 0 14px 0;
  }
  .section_HIHT.backgroundShow {
    background: url(../images/HIHT_BG_mobile.svg) no-repeat left calc(100% - 31px);
    background-size: 100% 100%;
  }
  .section_HIHT h3 {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 23px;
  }
  .section_HIHT ul {
    padding-left: 30px;
    padding-right: 14px;
  }
  .section_HIHT:not(.section_HIHL) li:before, .section_HIHT:not(.section_HIHL) li:after {
    left: -23px;
  }
  .section_HIHT ul + p a {
    margin-top: 29px;
  }
  .section_HIHT p a {
    padding-right: 14px;
  }
  .section_HIHT .styled_button {
    margin-top: 26px;
  }
  .section_HIHT ul + p a, .section_HIHT .styled_button {
    margin-left: 22px;
  }
  .section_HIHT .imgCont.mobile {
    width: calc(100% - 14px);
    float: none;
    margin-bottom: 56px;
  }
  .section_HIHT .imgCont.mobile .shadowRectangle {
    height: 92%;
    width: 50%;
  }
  .section_HIHT .halfs.imageLeft {
    flex-flow: column;
  }
}

#section_conciergeBM + .section_HIHT {
  margin-top: 54px;
}

#section_fourLeads + .section_HIHT {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  #section_fourLeads + .section_HIHT {
    margin-top: 27px;
  }
}

#section_hero + .section_HIHT {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #section_hero + .section_HIHT .halfs.imageLeft .left.half {
    display: flex;
    flex-flow: column;
  }
  #section_hero + .section_HIHT .halfs.imageLeft .left.half h3 {
    order: 1;
    margin: 7px 14px 43px 14px;
  }
  #section_hero + .section_HIHT .halfs.imageLeft .left.half .imgCont.mobile {
    order: 3;
    float: none;
    margin: 49px 0 0 16px;
  }
  #section_hero + .section_HIHT .halfs.imageLeft .left.half ul {
    order: 2;
  }
  #section_hero + .section_HIHT .halfs.imageLeft .left.half ul h5 {
    margin-bottom: 11px;
  }
  #section_hero + .section_HIHT .halfs.imageLeft .left.half li + li h5 {
    margin-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  #page_contact + .section_HIHT .halfs.imageLeft .left.half h3, #page_contact + .section_HIHT + .section_HIHT + .section_HIHT .halfs.imageLeft .left.half h3 {
    margin: 7px 14px 43px 14px;
  }
  #page_contact + .section_HIHT .halfs.imageLeft .left.half .imgCont.mobile, #page_contact + .section_HIHT + .section_HIHT + .section_HIHT .halfs.imageLeft .left.half .imgCont.mobile {
    float: none;
    margin: 49px 0 56px 16px;
  }
  #page_contact + .section_HIHT .halfs.imageLeft .left.half ul h5, #page_contact + .section_HIHT + .section_HIHT + .section_HIHT .halfs.imageLeft .left.half ul h5 {
    margin-bottom: 11px;
  }
  #page_contact + .section_HIHT .halfs.imageLeft .left.half li + li h5, #page_contact + .section_HIHT + .section_HIHT + .section_HIHT .halfs.imageLeft .left.half li + li h5 {
    margin-top: 34px;
  }
}

#section_hero.imageLeft + .section_HIHT {
  margin-top: 85px;
}

#section_hero.imageLeft + .section_HIHT, .section_HIHL {
  padding-bottom: 85px;
  position: relative;
  top: 0;
  left: 0;
}
#section_hero.imageLeft + .section_HIHT.backgroundShow, .section_HIHL.backgroundShow {
  background: none;
  padding-top: 0;
}
#section_hero.imageLeft + .section_HIHT.backgroundShow:after, #section_hero.imageLeft + .section_HIHT.backgroundShow:before, .section_HIHL.backgroundShow:after, .section_HIHL.backgroundShow:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
}
#section_hero.imageLeft + .section_HIHT.backgroundShow:after, .section_HIHL.backgroundShow:after {
  top: 100px;
  height: calc(100% - 100px);
  background: url(../images/HIHT_BG.svg) no-repeat left bottom;
  background-size: 100% auto;
  transform-origin: center;
  transform: scaleY(-1);
}
#section_hero.imageLeft + .section_HIHT.backgroundShow:before, .section_HIHL.backgroundShow:before {
  background-color: #F6F4F7;
  bottom: 0;
  height: calc(100% - 42.4vw - 100px);
}
#section_hero.imageLeft + .section_HIHT .container, .section_HIHL .container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
#section_hero.imageLeft + .section_HIHT h3, #section_hero.imageLeft + .section_HIHT p, #section_hero.imageLeft + .section_HIHT ul, .section_HIHL h3, .section_HIHL p, .section_HIHL ul {
  padding-left: calc((100% - 110px) / 6 + 20px);
}
#section_hero.imageLeft + .section_HIHT p, #section_hero.imageLeft + .section_HIHT ul, .section_HIHL p, .section_HIHL ul {
  max-width: 440px;
}
@media screen and (max-width: 1100px) {
  #section_hero.imageLeft + .section_HIHT h3, #section_hero.imageLeft + .section_HIHT p, .section_HIHL h3, .section_HIHL p {
    padding-left: 0;
  }
  #section_hero.imageLeft + .section_HIHT ul, .section_HIHL ul {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1023px) {
  #section_hero.imageLeft + .section_HIHT.backgroundShow:after, .section_HIHL.backgroundShow:after {
    top: 0;
    height: 100%;
    background: url(../images/HIHT_BG.svg) no-repeat left bottom;
    background-size: 100% auto;
    transform-origin: center;
    transform: scaleY(-1);
  }
  #section_hero.imageLeft + .section_HIHT.backgroundShow:before, .section_HIHL.backgroundShow:before {
    background-color: #F6F4F7;
    bottom: 0;
    height: calc(100% - 42.4vw);
  }
  #section_hero.imageLeft + .section_HIHT h3, #section_hero.imageLeft + .section_HIHT p, .section_HIHL h3, .section_HIHL p {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #section_hero.imageLeft + .section_HIHT, .section_HIHL {
    padding-bottom: 45px;
  }
  #section_hero.imageLeft + .section_HIHT h3, #section_hero.imageLeft + .section_HIHT p, .section_HIHL h3, .section_HIHL p {
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  #section_hero.imageLeft + .section_HIHT ul, .section_HIHL ul {
    max-width: none;
  }
}

#section_conciergeBMRoundChecks + .section_HIHT {
  padding-top: 50px;
  margin-top: 72px;
}
#section_conciergeBMRoundChecks + .section_HIHT.backgroundShow {
  background: none;
  position: relative;
  top: 0;
  left: 0;
}
#section_conciergeBMRoundChecks + .section_HIHT.backgroundShow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
}
#section_conciergeBMRoundChecks + .section_HIHT.backgroundShow:after {
  top: 0;
  height: 100%;
  background: url(../images/HIHT_BG.svg) no-repeat left top;
  background-size: 100% auto;
  transform-origin: center;
  transform: scalex(-1);
}
#section_conciergeBMRoundChecks + .section_HIHT.backgroundShow .container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
#section_conciergeBMRoundChecks + .section_HIHT .halfs.imageLeft ul {
  padding-left: 72px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #section_conciergeBMRoundChecks + .section_HIHT {
    padding-top: 36px;
    margin-top: 63px;
  }
  #section_conciergeBMRoundChecks + .section_HIHT.backgroundShow {
    background: url(../images/HIHT_BG_mobile.svg) no-repeat left calc(100% + 14px);
    background-size: 100% 100%;
  }
  #section_conciergeBMRoundChecks + .section_HIHT .halfs.imageLeft .imgCont {
    float: none;
  }
  #section_conciergeBMRoundChecks + .section_HIHT .halfs.imageLeft ul {
    padding-left: 30px;
    padding-right: 14px;
  }
  #section_conciergeBMRoundChecks + .section_HIHT .shadowRectangle {
    top: auto !important;
    left: auto !important;
    bottom: -14px !important;
    right: -14px !important;
  }
}

#section_FAQ {
  padding-top: 55px;
  padding-bottom: 89px;
  background: url(../images/FAQsBG.svg) no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0;
  left: 0;
}
.infoPage + #section_FAQ {
  margin-top: 20px;
}
#section_FAQ:after {
  content: "";
  display: block;
  background-color: #F6F4F7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 67vw);
}
#section_FAQ .container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
#section_FAQ .halfs .left {
  width: calc((100% - 220px) / 3 + 80px);
  margin-left: calc((100% - 220px) / 12 + 20px);
}
#section_FAQ .halfs .left h3 {
  margin-top: 108px;
}
#section_FAQ .halfs .right {
  width: calc((100% - 220px) / 2 + 100px);
}
#section_FAQ h3 {
  text-align: left;
  margin-bottom: 30px;
}
#section_FAQ h3 + p {
  margin-bottom: 18px;
}
#section_FAQ .faqItem {
  background-color: white;
  position: relative;
  top: 0;
  left: 0;
}
#section_FAQ .faqItem + .faqItem {
  margin-top: 10px;
}
#section_FAQ .faqItem a {
  line-height: 1.75rem;
  font-size: 1.125rem;
  display: block;
  color: #592C5E;
  font-weight: 700;
}
#section_FAQ .faqItem .response, #section_FAQ .faqItem a:not(.plusMinus) {
  padding-left: 30px;
  padding-right: 110px;
}
#section_FAQ .faqItem a:not(.plusMinus) {
  padding-top: 26px;
  padding-bottom: 27px;
}
#section_FAQ .faqItem .plusMinus {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 35px;
  right: 35px;
}
#section_FAQ .faqItem .plusMinus:after, #section_FAQ .faqItem .plusMinus:before {
  content: "";
  position: absolute;
  background-color: #592C5E;
}
#section_FAQ .faqItem .plusMinus:after {
  height: 2px;
  width: 100%;
  top: 6px;
  left: 0;
}
#section_FAQ .faqItem .plusMinus:before {
  width: 2px;
  height: 100%;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
}
#section_FAQ .faqItem .response {
  display: none;
  padding-bottom: 27px;
}
#section_FAQ .faqItem.sel .response {
  display: block;
}
#section_FAQ .faqItem.sel a {
  color: #592C5E;
  font-weight: 700;
}
#section_FAQ .faqItem.sel .plusMinus:before {
  height: 0;
}
@media screen and (max-width: 1023px) {
  #section_FAQ .halfs .left {
    width: calc((100% - 220px) * 0.4166666667 + 100px);
    margin-left: 0;
  }
  #section_FAQ .halfs .right {
    width: calc((100% - 220px) / 2 + 100px);
  }
  #section_FAQ .faqItem .response, #section_FAQ .faqItem a:not(.plusMinus) {
    padding-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  #section_FAQ {
    background: url(../images/FAQsBG_mobile.svg) no-repeat right top;
    background-size: 100% 100%;
    padding-bottom: 63px;
  }
  #section_FAQ .halfs .half {
    width: 100%;
  }
  #section_FAQ .halfs .left h3, #section_FAQ .halfs .left p {
    margin-left: 14px;
    margin-right: 14px;
  }
  #section_FAQ .halfs .left h3 {
    margin-top: 38px;
    margin-bottom: 18px;
  }
  #section_FAQ .halfs .right {
    padding-top: 9px;
  }
  #section_FAQ .faqItem .response, #section_FAQ .faqItem a:not(.plusMinus) {
    padding-left: 16px;
  }
  #section_FAQ .faqItem a:not(.plusMinus) {
    padding-top: 19px;
  }
  #section_FAQ .faqItem .plusMinus {
    top: 28px;
    right: 24px;
  }
}

#learnMore {
  padding-bottom: 52px;
  background-color: #F6F4F7;
}
#learnMore .learnMoreCont {
  background-color: #451f49;
  padding: 92px 0 95px 0;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 0px 8px 25px rgba(13, 24, 33, 0.2);
}
#learnMore .learnMoreCont h3 {
  color: white;
  text-align: center;
  padding: 0 7%;
}
#learnMore .learnMoreCont .LMbuttonCont {
  margin-top: 59px;
  display: flex;
  justify-content: center;
}
#learnMore .learnMoreCont .LMbuttonCont a {
  margin: 0 10px;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#learnMore .learnMoreCont.partner {
  padding: 79px calc((100% - 220px) * 0.0833333333 + 20px) 74px calc((100% - 220px) * 0.0833333333 + 20px);
  display: flex;
  justify-content: space-between;
}
#learnMore .learnMoreCont.partner .partnerLeft {
  width: calc((100% - 180px) * 0.4 + 60px);
}
#learnMore .learnMoreCont.partner .partnerLeft h3 {
  text-align: left;
  margin-bottom: 43px;
  padding-left: 0;
}
#learnMore .learnMoreCont.partner .partnerRight {
  width: calc((100% - 180px) * 0.6 + 120px);
}
#learnMore .learnMoreCont.partner .partnerRight a {
  color: #D7C9AA;
  border-bottom-color: #D7C9AA;
}
#learnMore .learnMoreCont p {
  color: white;
  font-size: 1.25rem;
  line-height: 1.5em;
}
#learnMore .learnMoreCont p + p {
  margin-top: 19px;
}
@media screen and (max-width: 1023px) {
  #learnMore {
    padding-bottom: 40px;
  }
  #learnMore .learnMoreCont.partner {
    padding: 79px 30px 74px 30px;
  }
  #learnMore .partnerRight {
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  #learnMore {
    padding-bottom: 58px;
  }
  #learnMore .learnMoreCont {
    padding: 63px 16px 64px 16px !important;
  }
  #learnMore .learnMoreCont h3 {
    padding: 0;
  }
  #learnMore .learnMoreCont .LMbuttonCont {
    margin-top: 36px;
  }
  #learnMore .learnMoreCont p {
    font-size: 1.125rem;
  }
  #learnMore .learnMoreCont.partner {
    flex-flow: column;
  }
  #learnMore .learnMoreCont.partner .partnerLeft, #learnMore .learnMoreCont.partner .partnerRight {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  #learnMore .learnMoreCont.partner .partnerLeft h3 {
    text-align: center;
    margin-bottom: 27px;
  }
  #learnMore .learnMoreCont.partner .styled_button.mobile {
    margin: 58px 16px 4px 16px;
    text-align: center;
  }
}
@media screen and (max-width: 410px) {
  #learnMore .learnMoreCont .LMbuttonCont {
    flex-flow: column;
  }
  #learnMore .learnMoreCont .LMbuttonCont a {
    margin: 0;
    width: 100%;
  }
  #learnMore .learnMoreCont .LMbuttonCont a + a {
    margin-top: 24px;
  }
}

#page_about + #learnMore {
  background: none;
  padding-bottom: 83px;
}
@media screen and (max-width: 1023px) {
  #page_about + #learnMore {
    padding-bottom: 63px;
  }
}

.section_halfRoundChecks h4 + p {
  margin-top: 25px;
}
.section_halfRoundChecks p + p {
  margin-top: 18px;
}
.section_halfRoundChecks p + ul {
  margin-top: 21px;
}
.section_halfRoundChecks strong {
  font-style: italic;
}
.section_halfRoundChecks .halfs .half img {
  max-width: calc(100% - 60px);
}
.section_halfRoundChecks .halfs.imageLeft h4, .section_halfRoundChecks .halfs.imageLeft ul, .section_halfRoundChecks .halfs.imageLeft p {
  margin-left: 10px !important;
  width: calc((100% - 110px) * 0.8333333333 + 80px);
}
.section_halfRoundChecks .halfs.imageLeft .right.half {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.section_halfRoundChecks .halfs.imageRight {
  flex-flow: row-reverse;
}
.section_halfRoundChecks .halfs.imageRight h4, .section_halfRoundChecks .halfs.imageRight p, .section_halfRoundChecks .halfs.imageRight ul {
  margin-left: calc((100% - 110px) * 0.1666666667 + 20px);
  margin-right: 10px;
}
.section_halfRoundChecks .halfs.imageRight img {
  display: block;
  float: right;
}
@media screen and (max-width: 1100px) {
  .section_halfRoundChecks .halfs.imageRight h4, .section_halfRoundChecks .halfs.imageRight ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .section_halfRoundChecks .halfs.imageRight h4, .section_halfRoundChecks .halfs.imageRight p, .section_halfRoundChecks .halfs.imageRight ul {
    margin-left: 0;
  }
  .section_halfRoundChecks .halfs.imageLeft h4, .section_halfRoundChecks .halfs.imageLeft p, .section_halfRoundChecks .halfs.imageLeft ul {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .section_halfRoundChecks img {
    max-width: 33.3333333333% !important;
    min-width: 140px;
  }
  .section_halfRoundChecks h4 {
    margin-top: 18px;
  }
  .section_halfRoundChecks .halfs.imageLeft h4, .section_halfRoundChecks .halfs.imageLeft ul, .section_halfRoundChecks .halfs.imageLeft p {
    width: auto;
    margin-left: 14px !important;
    margin-right: 14px;
  }
  .section_halfRoundChecks .halfs.imageRight {
    flex-flow: column;
  }
  .section_halfRoundChecks .halfs.imageRight img {
    float: none;
  }
  .section_halfRoundChecks .halfs.imageRight h4, .section_halfRoundChecks .halfs.imageRight p, .section_halfRoundChecks .halfs.imageRight ul {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 1023px) {
  #section_halfRoundChecks .halfs.imageLeft h4, #section_halfRoundChecks .halfs.imageLeft ul, #section_halfRoundChecks .halfs.imageLeft p {
    width: calc(100% - 14px);
  }
}
.section_HIHT + #section_halfRoundChecks {
  padding-top: 50px;
}

#section_halfRoundChecksTitle + #section_halfRoundChecks {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  #section_halfRoundChecksTitle + #section_halfRoundChecks {
    margin-top: 59px;
  }
}

#section_hero.imageLeft + .section_HIHT + #section_halfRoundChecks {
  padding-top: 86px;
}
@media screen and (max-width: 767px) {
  #section_hero.imageLeft + .section_HIHT + #section_halfRoundChecks {
    padding-top: 45px;
  }
}

#section_halfRoundChecksTitle .left.half {
  width: calc((100% - 220px) / 12 * 7 + 120px);
}
#section_halfRoundChecksTitle .right.half {
  width: calc((100% - 220px) / 12 * 5 + 110px);
}
#section_halfRoundChecksTitle h3 {
  text-align: left;
}
#section_halfRoundChecksTitle h4 {
  margin: 58px 0 0 0px;
}
#section_halfRoundChecksTitle ul {
  max-width: 563px;
}
#section_halfRoundChecksTitle h4, #section_halfRoundChecksTitle ul {
  padding-left: calc((100% - 120px) / 7 * 1 + 20px);
}
#section_halfRoundChecksTitle img {
  position: absolute;
  top: 42px;
  right: 0;
}
@media screen and (max-width: 1100px) {
  #section_halfRoundChecksTitle h4, #section_halfRoundChecksTitle ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #section_halfRoundChecksTitle .halfs {
    flex-flow: column-reverse;
  }
  #section_halfRoundChecksTitle .half {
    width: 100% !important;
  }
  #section_halfRoundChecksTitle h3, #section_halfRoundChecksTitle h4, #section_halfRoundChecksTitle ul {
    padding-left: 14px;
    padding-right: 14px;
  }
  #section_halfRoundChecksTitle img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 33.3333333333%;
    min-width: 130px;
  }
  #section_halfRoundChecksTitle h3 {
    margin-bottom: 35px;
  }
  #section_halfRoundChecksTitle h4 {
    margin-top: 18px;
  }
  #section_halfRoundChecksTitle ul {
    max-width: none;
  }
}

.section_HIHT + #section_halfRoundChecksTitle {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .section_HIHT + #section_halfRoundChecksTitle {
    margin-top: 50px;
  }
}

#section_halfRoundChecks + #section_halfRoundChecks2 {
  padding-top: 61px;
}

#section_halfRoundChecks2 + #section_halfRoundChecks3 {
  padding-top: 36px;
}

#section_conciergeBMRoundChecks + .section_HIHT + #section_halfRoundChecks {
  padding-top: 33px;
}
#section_conciergeBMRoundChecks + .section_HIHT + #section_halfRoundChecks .right.half {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#section_conciergeBMRoundChecks + .section_HIHT + #section_halfRoundChecks .right.half ul {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #section_conciergeBMRoundChecks + .section_HIHT + #section_halfRoundChecks .right.half ul {
    margin-bottom: 54px;
  }
}

#section_conciergeBMRoundChecks + .section_HIHT + #section_halfRoundChecks + #section_halfRoundChecks2 {
  padding-top: 0;
  margin-top: -68px;
}
@media screen and (max-width: 1100px) {
  #section_conciergeBMRoundChecks + .section_HIHT + #section_halfRoundChecks + #section_halfRoundChecks2 {
    margin-top: 0;
  }
}

#section_insurance .halfs .half img {
  max-width: calc(100% - 60px);
}
#section_insurance .left.half h4, #section_insurance .left.half ul {
  margin-left: 108px;
}
#section_insurance .left.half img {
  margin-top: 34px;
  float: right;
}
#section_insurance .right.half img {
  position: absolute;
  top: -58px;
  right: 0;
}
@media screen and (max-width: 1100px) {
  #section_insurance .right.half img {
    top: 0;
  }
  #section_insurance .left.half h4, #section_insurance .left.half ul {
    margin-left: 0;
  }
  #section_insurance .left.half img {
    margin-top: 34px;
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  #section_insurance .right.half img {
    top: 36px;
  }
}
@media screen and (max-width: 767px) {
  #section_insurance .halfs {
    flex-flow: column-reverse;
  }
  #section_insurance .halfs .half.right {
    padding: 0;
  }
  #section_insurance .halfs .half img {
    max-width: 33.3333333333%;
    min-width: 140px;
    position: relative;
    top: auto;
    right: auto;
  }
  #section_insurance .halfs .half ul + img {
    max-width: calc(100% - 68px);
    margin-left: 54px;
    margin-top: 18px;
  }
  #section_insurance .halfs .half.left h4, #section_insurance .halfs .half.left ul {
    margin-left: 14px;
    margin-right: 14px;
  }
  #section_insurance h4 {
    margin-top: 14px;
  }
}

.section_halfRoundChecks + #section_insurance .half {
  padding-top: 63px;
  padding-bottom: 163px;
}
@media screen and (max-width: 767px) {
  .section_halfRoundChecks + #section_insurance .half.right {
    padding-top: 54px;
  }
  .section_halfRoundChecks + #section_insurance .half.left {
    padding: 0 0 50px 0;
  }
}

#section_halfRoundChecks2 + #section_insurance .half {
  padding-bottom: 111px;
}
@media screen and (max-width: 767px) {
  #section_halfRoundChecks2 + #section_insurance .half.right {
    padding: 54px 0 0 0;
  }
  #section_halfRoundChecks2 + #section_insurance .half.left {
    padding: 0 0 63px 0;
  }
}

#section_fourLeads h4 {
  display: none;
}
#section_fourLeads .FLItemCont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 calc((100% - 220px) * 0.0833333333 + 20px);
}
#section_fourLeads .FLItem {
  width: calc(50% - 34px);
  display: flex;
  padding-bottom: 33px;
}
#section_fourLeads .FLItem div:first-child {
  min-width: 56px;
  text-align: center;
}
#section_fourLeads .FLItem div + div {
  padding-left: 19px;
}
#section_fourLeads img {
  width: auto;
  display: block;
}
#section_fourLeads h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #section_fourLeads .FLItemCont {
    padding: 0;
  }
}
#section_insurance + #section_fourLeads {
  padding-top: 29px;
}
#section_insurance + #section_fourLeads .content h4 {
  display: none;
}
#section_insurance + #section_fourLeads .content .FLItem h4 {
  display: block;
}

.section_HIHT + #section_fourLeads {
  padding-top: 47px;
}
.section_HIHT + #section_fourLeads h4 {
  display: block;
  margin-bottom: 41px;
}
.section_HIHT + #section_fourLeads .FLItem h4 {
  margin-bottom: 10px;
}
.section_HIHT + #section_fourLeads .FLItemCont {
  padding: 0;
}
.section_HIHT + #section_fourLeads .FLItem {
  width: calc(25% - 20px);
  padding-bottom: 0;
  display: block;
}
.section_HIHT + #section_fourLeads .FLItem div {
  text-align: left;
  padding-left: 0;
}
.section_HIHT + #section_fourLeads .FLItem div:first-child {
  min-width: 0px;
  height: 72px;
}
.section_HIHT + #section_fourLeads .FLItem h4 {
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .section_HIHT + #section_fourLeads .FLItem {
    width: calc(50% - 34px);
    display: flex;
    padding-bottom: 33px;
  }
  .section_HIHT + #section_fourLeads .FLItem div:first-child {
    min-width: 56px;
    text-align: center;
  }
  .section_HIHT + #section_fourLeads .FLItem div + div {
    padding-left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .section_HIHT + #section_fourLeads {
    padding-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  .section_HIHT + #section_fourLeads h4, #section_fourLeads h4 {
    padding: 0 14px;
  }
  .section_HIHT + #section_fourLeads .FLItemCont, #section_fourLeads .FLItemCont {
    flex-flow: column;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem, #section_fourLeads .FLItemCont .FLItem {
    width: calc(100% - 28px);
    margin-left: 14px;
    display: block;
    padding-bottom: 33px;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem:nth-child(1), #section_fourLeads .FLItemCont .FLItem:nth-child(1) {
    order: 1;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem:nth-child(2), #section_fourLeads .FLItemCont .FLItem:nth-child(2) {
    order: 3;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem:nth-child(3), #section_fourLeads .FLItemCont .FLItem:nth-child(3) {
    order: 2;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem:nth-child(4), #section_fourLeads .FLItemCont .FLItem:nth-child(4) {
    order: 4;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem div:first-child, #section_fourLeads .FLItemCont .FLItem div:first-child {
    min-width: auto;
    width: 37px;
    height: 41px;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem div:first-child img, #section_fourLeads .FLItemCont .FLItem div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem h4, #section_fourLeads .FLItemCont .FLItem h4 {
    font-size: 1.25rem;
    line-height: 1.4em;
    padding: 0;
  }
  .section_HIHT + #section_fourLeads .FLItemCont .FLItem div + div, #section_fourLeads .FLItemCont .FLItem div + div {
    padding: 18px 0 0 0;
  }
}

.section_testimonials {
  background: url(../images/TestimonialBG.svg) no-repeat center bottom;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 105px;
}
.section_testimonials h4 {
  text-align: center;
}
.section_testimonials .sliderCont .slideInnner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: white;
  box-shadow: 0px 2px 20px rgba(13, 24, 33, 0.08);
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}
.section_testimonials .sliderCont .slideInnner h6 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.556em;
  color: #592C5E;
}

#section_testimonials .testimonialCont {
  padding: 0 calc((100% - 220px) * 0.0833333333 + 20px);
}
#section_testimonials .sliderNav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
#section_testimonials .sliderNav a {
  display: block;
  width: 10px;
  height: 10px;
  padding: 11px;
  position: relative;
  top: 0;
  left: 0;
}
#section_testimonials .sliderNav a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c6c9d4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_testimonials .sliderNav a.sel:after {
  height: 10px;
  width: 10px;
  background-color: #592C5E;
}
#section_testimonials .sliderCont {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 36px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: grab;
}
#section_testimonials .sliderCont .slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
#section_testimonials .sliderCont .slide.sel {
  position: relative;
  opacity: 1;
}
#section_testimonials .sliderCont .shadowRectangle {
  width: 78%;
  height: 81%;
}
#section_testimonials .sliderCont .slideInnner {
  padding: 61px 60px 63px 60px;
}
#section_testimonials .sliderCont .slideInnner p {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
}
#section_testimonials .sliderCont .slideInnner h6 {
  margin-top: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_testimonials {
    padding-top: 47px;
  }
  #section_testimonials h4 {
    font-size: 1.25rem;
  }
  #section_testimonials .testimonialCont {
    padding: 0 14px;
  }
  #section_testimonials .sliderCont .slideInnner {
    padding: 51px 30px 51px 30px;
  }
  #section_testimonials .sliderNav a {
    padding: 11px 6px;
  }
}

#section_fourLeads + #section_testimonials {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #section_fourLeads + #section_testimonials {
    margin-top: 25px;
  }
}

.section_asSeenIn {
  padding-bottom: 72px;
}
.section_asSeenIn .content {
  text-align: center;
}
.section_asSeenIn .content div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 27px;
}
.section_asSeenIn .content div img {
  max-width: 150px;
  max-height: 55px;
}
.section_asSeenIn .content div .ignore {
  cursor: default;
}
@media screen and (max-width: 1250px) {
  .section_asSeenIn .content div {
    justify-content: center;
  }
  .section_asSeenIn .content div a {
    width: 25%;
    margin-bottom: 18px;
  }
  .section_asSeenIn .content div img {
    height: 83px;
    width: 200px;
    object-fit: contain;
    max-width: 81%;
  }
  .section_asSeenIn {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 1023px) {
  .section_asSeenIn .content div {
    margin-top: 45px;
  }
  .section_asSeenIn .content div a {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .section_asSeenIn .content div a {
    width: 50%;
  }
  .section_asSeenIn {
    padding-bottom: 30px;
  }
}

#page_bills + .section_asSeenIn, #page_pricing + .section_asSeenIn {
  margin-top: 51px;
  padding-bottom: 20px;
}
#page_bills + .section_asSeenIn .content div, #page_pricing + .section_asSeenIn .content div {
  margin-left: calc((100% - 220px) * 0.0833333333 + 20px);
  margin-right: calc((100% - 220px) * 0.0833333333 + 20px);
}
@media screen and (max-width: 767px) {
  #page_bills + .section_asSeenIn, #page_pricing + .section_asSeenIn {
    margin-top: 58px;
    padding-bottom: 36px;
  }
}

#section_GenInfo + .section_asSeenIn {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  #section_GenInfo + .section_asSeenIn {
    padding-top: 63px;
  }
}
@media screen and (max-width: 767px) {
  #section_GenInfo + .section_asSeenIn {
    padding-top: 10px;
  }
}

.section_HIHT.section_HIHL + .section_asSeenIn {
  padding-top: 81px;
}
@media screen and (max-width: 1023px) {
  .section_HIHT.section_HIHL + .section_asSeenIn {
    padding-top: 63px;
  }
}

#section_testimonials2 {
  padding-bottom: 92px;
}
#section_testimonials2 .sliderCont {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  align-items: flex-start;
}
#section_testimonials2 .sliderCont .slide:first-child .shadowRectangle {
  display: block;
  width: 84%;
  height: 89%;
}
#section_testimonials2 .slide {
  width: calc(25% - 15px);
  position: relative;
  top: 0;
  left: 0;
}
#section_testimonials2 .slide .slideInnner {
  padding: 50px 30px 65px 30px;
}
#section_testimonials2 .slide .slideInnner p {
  font-size: 1.125rem;
  line-height: 1.556em;
}
#section_testimonials2 .slide .slideInnner h6 {
  margin-top: 23px;
}
#section_testimonials2 .slide .shadowRectangle {
  display: none;
}
@media screen and (max-width: 1100px) {
  #section_testimonials2 .testimonialCont {
    padding: 0 calc((100% - 220px) * 0.0833333333 + 20px);
  }
  #section_testimonials2 .sliderNav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #section_testimonials2 .sliderNav a {
    display: block;
    width: 10px;
    height: 10px;
    padding: 11px;
    position: relative;
    top: 0;
    left: 0;
  }
  #section_testimonials2 .sliderNav a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c6c9d4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section_testimonials2 .sliderNav a.sel:after {
    height: 10px;
    width: 10px;
    background-color: #592C5E;
  }
  #section_testimonials2 .sliderCont {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 36px;
    margin-bottom: 30px;
  }
  #section_testimonials2 .sliderCont .slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
  }
  #section_testimonials2 .sliderCont .slide.sel {
    position: relative;
    opacity: 1;
  }
  #section_testimonials2 .sliderCont .shadowRectangle {
    display: block;
    width: 78%;
    height: 81%;
    top: auto;
    left: auto;
    right: -14px;
    bottom: -14px;
  }
  #section_testimonials2 .sliderCont .slideInnner {
    padding: 61px 60px 63px 60px;
  }
  #section_testimonials2 .sliderCont .slideInnner p {
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: center;
  }
  #section_testimonials2 .sliderCont .slideInnner h6 {
    margin-top: 34px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #section_testimonials2 {
    padding-top: 47px;
  }
  #section_testimonials2 h4 {
    font-size: 1.25rem;
  }
  #section_testimonials2 .testimonialCont {
    padding: 0 14px;
  }
  #section_testimonials2 .sliderCont .slideInnner {
    padding: 51px 30px 51px 30px;
  }
  #section_testimonials2 .sliderNav a {
    padding: 11px 6px;
  }
}

#section_insurance + #section_testimonials2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #section_insurance + #section_testimonials2 {
    margin-top: 0;
  }
}

.section_HIHL {
  padding-top: 0;
  padding-bottom: 54px;
}
.section_HIHL h3 {
  margin-bottom: 36px;
}
.section_HIHL .halfs.imageRight h3, .section_HIHL .halfs.imageRight p, .section_HIHL .halfs.imageRight ul {
  margin-left: calc((100% - 110px) * 0.1666666667 + 20px);
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.section_HIHL .halfs.imageRight li {
  padding-left: 54px;
}
.section_HIHL .halfs.imageRight li:before {
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 1200px) {
  .section_HIHL .halfs .half img {
    max-width: 90%;
    float: right;
  }
}
@media screen and (max-width: 1100px) {
  .section_HIHL .halfs.imageRight h3, .section_HIHL .halfs.imageRight p, .section_HIHL .halfs.imageRight ul {
    margin-left: 0;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .section_HIHL {
    padding: 42px 0 14px 0 !important;
  }
  .section_HIHL.backgroundShow {
    background: url(../images/HIHT_BG_mobile.svg) no-repeat left calc(100% - 31px);
    background-size: 100% 100%;
  }
  .section_HIHL.backgroundShow:before, .section_HIHL.backgroundShow:after {
    display: none;
  }
  .section_HIHL h3 {
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin: 0 0 23px 0 !important;
  }
  .section_HIHL .imgCont.mobile {
    width: calc(100% - 16px);
    float: none;
    margin-bottom: 56px;
  }
  .section_HIHL .imgCont.mobile .shadowRectangle {
    height: 92%;
    width: 50%;
  }
  .section_HIHL .imgCont.mobile img {
    float: none !important;
    max-width: 100% !important;
  }
  .section_HIHL .halfs.imageRight li {
    padding-left: 53px;
  }
  .section_HIHL .halfs.imageRight li:before {
    top: 5px;
    left: 14px;
  }
}

#section_halfRoundChecks3 + .section_HIHL {
  margin-top: 72px;
}

#section_conciergeBMRoundChecks {
  padding-top: 90px;
}
#section_conciergeBMRoundChecks h3, #section_conciergeBMRoundChecks p {
  text-align: left;
}
#section_conciergeBMRoundChecks h3 + p {
  margin-top: 12px;
  margin-bottom: 11px;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #451f49;
}
#section_conciergeBMRoundChecks h4 {
  margin-top: 40px;
}
#section_conciergeBMRoundChecks .left.half {
  width: calc((100% - 220px) * 7 / 12 + 130px);
}
#section_conciergeBMRoundChecks .left.half h4, #section_conciergeBMRoundChecks .left.half ul {
  margin-left: calc((100% - 140px) * 1 / 7 + 20px);
  max-width: 81%;
}
#section_conciergeBMRoundChecks .right.half {
  width: calc((100% - 220px) * 5 / 12 + 80px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #section_conciergeBMRoundChecks .left.half h4, #section_conciergeBMRoundChecks .left.half ul {
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #section_conciergeBMRoundChecks {
    padding-top: 45px;
  }
  #section_conciergeBMRoundChecks .right.half {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #section_conciergeBMRoundChecks .left.half {
    width: 100%;
  }
  #section_conciergeBMRoundChecks h3, #section_conciergeBMRoundChecks p, #section_conciergeBMRoundChecks ul {
    padding-left: 14px;
    padding-right: 14px;
  }
  #section_conciergeBMRoundChecks h3 + p {
    margin-bottom: 0;
  }
}

#section_hero + #section_conciergeBM {
  margin-top: 114px;
}
@media screen and (max-width: 1023px) {
  #section_hero + #section_conciergeBM {
    margin-top: 45px;
  }
}

#page_contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/hero_BG_flipped.svg) no-repeat left bottom;
  background-size: cover;
  margin-bottom: 60px;
}
#page_contact .halfs {
  align-items: flex-start;
}
#page_contact h1 {
  text-align: left !important;
  margin-bottom: 24px;
}
#page_contact .left .innerCont {
  padding-right: 20px;
}
#page_contact .buttonCont {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  margin-bottom: 25px;
}
#page_contact .buttonCont a {
  padding: 15px 27px 15px 30px;
  border: 2px solid #592C5E;
  width: calc(50% - 78px);
}
#page_contact .underButtonCont {
  margin-bottom: 18px;
}
#page_contact .logos {
  max-width: 100%;
  width: 100%;
}
#page_contact .logos a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#page_contact .heroImgCont {
  padding-left: 30px;
  position: relative;
  top: 50px;
  left: 0;
}
body[pagetemplate="page-contact-landing.php"] #page_contact h1, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.12em;
}
body[pagetemplate="page-contact-landing.php"] #page_contact h4, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact h4 {
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
body[pagetemplate="page-contact-landing.php"] #page_contact h4 + p, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact h4 + p {
  margin-top: 7px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact p + h4, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact p + h4 {
  margin-top: 30px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact p.smaller, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact p.smaller {
  font-size: 14px;
  margin-top: 14px;
  line-height: 1.4;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .heroImgCont, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .heroImgCont {
  top: 0;
  padding-left: 0;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .halfs, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs {
  align-items: initial;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.left, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.left {
  width: 47%;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.right, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.right {
  width: 53%;
  box-sizing: border-box;
  padding-left: 30px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.right .contactFormContainer, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.right .contactFormContainer {
  margin: 38px 0 0 0;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.right img, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.right img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .contactFormContainer, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .contactFormContainer {
  margin-top: 27px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .logos, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .logos {
  margin-top: 20px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .right ul, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .right ul {
  margin-left: 10px;
  margin-top: 30px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .right ul li, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .right ul li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 16px;
  font-size: 16px;
  line-height: 28px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .right ul li + li, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .right ul li + li {
  margin-top: 10px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .right ul li:before, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .right ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #451f49;
  position: absolute;
  top: 12px;
  left: 0;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .left ul, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .left ul {
  margin-left: 9px;
  margin-top: 5px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .left ul + p, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .left ul + p {
  margin-top: 20px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .left ul li, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .left ul li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 16px;
  font-size: 16px;
  line-height: 28px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .left ul li + li, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .left ul li + li {
  margin-top: 4px;
}
body[pagetemplate="page-contact-landing.php"] #page_contact .left ul li:before, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .left ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #451f49;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 1330px) {
  #page_contact .buttonCont {
    flex-flow: column;
  }
  #page_contact .buttonCont a {
    width: calc(100% - 57px);
  }
  #page_contact .buttonCont a + a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #page_contact .halfs {
    flex-flow: column;
  }
  #page_contact .halfs .half {
    width: 100%;
  }
  #page_contact .left .innerCont {
    padding-right: 0;
  }
  #page_contact .logos.desktop {
    display: none;
  }
  #page_contact .buttonCont {
    flex-flow: row;
    justify-content: flex-start;
  }
  #page_contact .buttonCont a {
    color: transparent;
    width: 200px;
    height: 38px;
  }
  #page_contact .buttonCont a.noHover {
    background-color: #8c93a8;
    border-color: #8c93a8;
  }
  #page_contact .buttonCont a.noHover span {
    color: white;
  }
  #page_contact .buttonCont a.sb_whitePurpleBorder span {
    color: #592C5E;
  }
  #page_contact .buttonCont a.sb_whitePurpleBorder:hover span {
    color: white;
  }
  #page_contact .buttonCont a + a {
    margin-top: 0;
    margin-left: 20px;
  }
  #page_contact .heroImgCont {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 14px;
  }
  #page_contact .logos.mobile {
    display: flex !important;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact {
    margin-bottom: 0;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.left, body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.right, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.left, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.right {
    width: 100%;
    padding-left: 0;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.left .logos, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.left .logos {
    margin-bottom: 27px;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.right.formOnRight .heroImgCont, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.right.formOnRight .heroImgCont {
    display: none;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .halfs .half.right ul, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .halfs .half.right ul {
    margin-left: 22px;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .heroImgCont, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .heroImgCont {
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact {
    margin-bottom: 11px;
    background: url(../images/FAQsBG_mobile_flipped.svg) no-repeat left top;
    background-size: 100% 83%;
  }
  #page_contact .content.halfs {
    flex-flow: column-reverse;
  }
  #page_contact .content.halfs .right {
    margin-top: 8px;
  }
  #page_contact .content.halfs .left h1 {
    margin-top: 30px;
  }
  #page_contact .content.halfs .left .logos {
    margin-top: 0 !important;
  }
  #page_contact .left .innerCont {
    padding-right: 14px;
    padding-left: 14px;
  }
  #page_contact .buttonCont {
    margin-top: 38px;
  }
  #page_contact .buttonCont a {
    width: calc(50% - 72px);
    overflow: hidden;
    padding: 15px 27px 5px 30px !important;
  }
  #page_contact .buttonCont a span {
    top: 2px;
  }
  #page_contact .shadowRectangle {
    width: 50%;
    height: 67%;
    bottom: auto;
    right: auto;
    left: 0px;
    top: -14px;
  }
  #page_contact .logos.mobile {
    margin-top: 38px;
    max-width: calc(100% - 28px);
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .content.halfs, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .content.halfs {
    flex-flow: column;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .content.halfs .left h1, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .content.halfs .left h1 {
    margin-top: 0;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .content.halfs .left .logos, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .content.halfs .left .logos {
    margin-top: 20px !important;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .content.halfs .right ul, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .content.halfs .right ul {
    margin-top: 18px;
  }
  body[pagetemplate="page-contact-landing.php"] #page_contact .content.halfs .right .contactFormContainer, body[pagetemplate="page-contact-landing-NAV.php"] #page_contact .content.halfs .right .contactFormContainer {
    margin: 27px 0 0 14px;
  }
}
@media screen and (max-width: 359px) {
  #page_contact .buttonCont {
    flex-flow: column;
  }
  #page_contact .buttonCont a {
    width: calc(100% - 62px);
  }
  #page_contact .buttonCont a + a {
    margin: 20px 0 0 0;
  }
}

body[pagetemplate="page-contact-landing.php"] #navigation .linkCont {
  opacity: 0 !important;
  pointer-events: none;
}
body[pagetemplate="page-contact-landing.php"] footer {
  margin-top: 27px;
}
body[pagetemplate="page-contact-landing.php"] footer .content > div:not(.logoCont, .linkCont2), body[pagetemplate="page-contact-landing.php"] #section_FAQ .left.half p, body[pagetemplate="page-contact-landing.php"] #navigation .loginContact, body[pagetemplate="page-contact-landing.php"] #continually-container, body[pagetemplate="page-contact-landing.php"] #learnMore .styled_button {
  display: none !important;
}
body[pagetemplate="page-contact-landing.php"] footer .linkCont2 {
  order: 3;
  padding-left: 42px;
  width: auto;
  display: flex;
  align-items: flex-start;
}
body[pagetemplate="page-contact-landing.php"] footer .linkCont2 a {
  padding-top: 7px !important;
  padding-right: 10px;
  padding-left: 10px;
}
body[pagetemplate="page-contact-landing.php"] footer .linkCont2 a:last-child {
  display: none;
}
body[pagetemplate="page-contact-landing.php"] footer .logoCont {
  padding-top: 0;
}
body[pagetemplate="page-contact-landing.php"] footer .content {
  justify-content: space-between;
}
@media screen and (max-width: 1220px) {
  body[pagetemplate="page-contact-landing.php"] footer .linkCont2 {
    flex-flow: column;
    padding-left: 0;
  }
  body[pagetemplate="page-contact-landing.php"] footer .linkCont2 a {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  body[pagetemplate="page-contact-landing.php"] #navigation .navbar .content {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 514px) {
  body[pagetemplate="page-contact-landing.php"] footer .linkCont2 {
    padding-left: 15px;
    padding-top: 18px;
  }
}

.blogPost {
  background: url(../images/hero_BG.svg) no-repeat left top;
  background-size: 100% auto;
}
.blogPost .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.blogPost p, .blogPost ul, .blogPost ol {
  width: calc((100% - 220px) * 0.6666666667 + 140px);
}
.blogPost h1, .blogPost .postImg {
  width: calc((100% - 220px) * 0.8333333333 + 180px);
}
.blogPost h1 {
  font-family: "Merriweather", serif;
  margin: 100px 0 54px 0;
}
.blogPost h1 + p {
  margin-top: 0;
}
.blogPost .postImg {
  margin-bottom: 31px;
  position: relative;
  top: 0;
  left: 0;
}
.blogPost .postImg .postImgActual {
  height: 530px;
  overflow: hidden;
}
.blogPost .postImg .postImgActual img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.blogPost .postImg .shadowRectangle {
  height: 90%;
  width: 45%;
}
.blogPost p, .blogPost li {
  font-size: 1.25rem;
  line-height: 1.4em;
  margin-top: 23px;
}
.blogPost p strong {
  font-family: "Merriweather", serif;
  color: #451f49;
}
.blogPost p + p strong {
  display: inline-block;
  padding-top: 10px;
}
.blogPost ul {
  margin-bottom: 30px;
}
.blogPost ul li {
  list-style: disc;
  margin-left: 38px;
}
.blogPost ul li strong {
  color: #451f49;
  font-weight: 400;
}
.blogPost ol li {
  margin-left: 38px;
}
.blogPost p + img {
  margin-top: 23px;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .blogPost h1, .blogPost .postImg {
    width: calc(100vw - 60px);
  }
  .blogPost p, .blogPost ul, .blogPost ol {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1023px) {
  .blogPost h1 {
    margin: 54px 0 42px 0;
  }
  .blogPost h1, .blogPost .postImg, .blogPost p, .blogPost ul, .blogPost ol {
    width: 100%;
  }
  .blogPost .postImg .postImgActual {
    height: auto;
  }
  .blogPost .postImg .postImgActual img {
    top: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .blogPost h1, .blogPost .postImg, .blogPost p, .blogPost ul, .blogPost ol {
    width: calc(100% - 28px);
  }
  .blogPost ul li, .blogPost ol li {
    margin-left: 21px;
  }
}

#section_blog {
  background: url(../images/hero_BG.svg) no-repeat left top;
  background-size: 100% auto;
  padding-bottom: 85px;
}
#section_blog .blogListCont {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section_blog .blogPostLitem {
  width: calc((100% - 40px) / 3);
  margin-top: 54px;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 49px;
}
#section_blog .blogPostLitem p:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}
#section_blog .postImg {
  margin-bottom: 20px;
  position: relative;
  top: 0;
  left: 0;
}
#section_blog .postImg .postImgActual {
  max-height: 250px;
  overflow: hidden;
}
#section_blog .postImg .postImgActual img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
#section_blog h5 {
  margin-bottom: 12px;
}
#section_blog ul.page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 63px;
}
#section_blog ul.page-numbers .page-numbers {
  color: #451f49;
  font-size: 1.125rem;
  line-height: 1.556em;
  font-weight: 400;
  padding: 10px;
}
#section_blog ul.page-numbers .page-numbers.current, #section_blog ul.page-numbers .page-numbers.next:not(.disabled), #section_blog ul.page-numbers .page-numbers.prev:not(.disabled) {
  color: #592C5E;
  font-weight: 800;
}
#section_blog ul.page-numbers .page-numbers.next, #section_blog ul.page-numbers .page-numbers.prev {
  padding: 10px 3px;
}
@media screen and (max-width: 1023px) {
  #section_blog {
    padding-bottom: 63px;
  }
  #section_blog h1 {
    margin-bottom: 0 !important;
  }
  #section_blog .blogPostLitem {
    width: calc((100% - 40px) / 2);
    margin-top: 45px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  #section_blog {
    background: url(../images/infoBG_mobile.svg) no-repeat left top;
    background-size: 100% auto;
    padding-bottom: 45px;
  }
  #section_blog .blogListCont {
    justify-content: center;
  }
  #section_blog .blogPostLitem {
    width: calc(100% - 28px);
    margin-top: 42px;
    padding-bottom: 42px;
  }
  #section_blog ul.page-numbers {
    margin-top: 45px;
  }
}

#page_help h1, #section_GenInfo h1 {
  margin-bottom: 59px;
}
#page_help li, #page_help p, #section_GenInfo li, #section_GenInfo p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
#page_help h5, #section_GenInfo h5 {
  margin-bottom: 24px;
}
#page_help ul + h5, #page_help ol + h5, #section_GenInfo ul + h5, #section_GenInfo ol + h5 {
  margin-top: 63px;
}
#page_help ul, #page_help h5, #page_help p, #page_help .wp-block-table, #page_help ol, #page_help h4, #section_GenInfo ul, #section_GenInfo h5, #section_GenInfo p, #section_GenInfo .wp-block-table, #section_GenInfo ol, #section_GenInfo h4 {
  margin-left: 8%;
}
#page_help .helpContainer, #section_GenInfo .helpContainer {
  display: flex;
}
#page_help .helpContainer .helpMenu, #section_GenInfo .helpContainer .helpMenu {
  width: calc((100% - 220px) * 0.1666666667 + 20px);
  margin-left: calc((100% - 220px) * 0.0833333333 + 20px);
}
#page_help .helpContainer .helpMenu:not(.fixed, .absolute) .helpMenuCont, #section_GenInfo .helpContainer .helpMenu:not(.fixed, .absolute) .helpMenuCont {
  top: auto !important;
}
#page_help .helpContainer .helpMenu .helpMenuCont, #section_GenInfo .helpContainer .helpMenu .helpMenuCont {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}
#page_help .helpContainer .helpMenu.fixed:not(.absolute) .helpMenuCont, #section_GenInfo .helpContainer .helpMenu.fixed:not(.absolute) .helpMenuCont {
  position: fixed;
  left: auto;
  widthx: calc((100vw - 1276px - 220px) * 0.1666666667 + 20px);
  width: 196px;
}
#page_help .helpContainer .helpMenu.absolute, #section_GenInfo .helpContainer .helpMenu.absolute {
  position: relative;
  top: 0;
  left: 0;
}
#page_help .helpContainer .helpMenu.absolute .helpMenuCont, #section_GenInfo .helpContainer .helpMenu.absolute .helpMenuCont {
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
#page_help .helpContainer .helpMenu a, #section_GenInfo .helpContainer .helpMenu a {
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 400;
  color: #451f49;
  border-bottom: 4px solid transparent;
  display: block;
  padding: 16px 0 7px 0;
  font-family: "Merriweather", serif;
}
#page_help .helpContainer .helpMenu a.active, #page_help .helpContainer .helpMenu a:hover, #section_GenInfo .helpContainer .helpMenu a.active, #section_GenInfo .helpContainer .helpMenu a:hover {
  font-weight: 900;
  color: #592C5E;
  border-bottom: 4px solid #592C5E;
}
#page_help .helpContainer .helpMenu a:first-child, #section_GenInfo .helpContainer .helpMenu a:first-child {
  padding-top: 0;
}
#page_help .helpContainer .helpContent, #section_GenInfo .helpContainer .helpContent {
  width: calc((100% - 220px) * 0.6666666667 + 180px);
}
#page_help .helpContainer .helpContent ul, #section_GenInfo .helpContainer .helpContent ul {
  padding-left: 36px;
}
#page_help .helpContainer .helpContent ul li, #section_GenInfo .helpContainer .helpContent ul li {
  position: relative;
  top: 0;
  left: 0;
}
#page_help .helpContainer .helpContent ul li:before, #section_GenInfo .helpContainer .helpContent ul li:before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #451f49; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  position: absolute;
  top: 0;
  left: -1em;
}
#page_help .helpContainer .helpContent ul li + li, #section_GenInfo .helpContainer .helpContent ul li + li {
  padding-top: 33px;
}
#page_help .helpContainer .helpContent ul li + li:before, #section_GenInfo .helpContainer .helpContent ul li + li:before {
  top: 33px;
}
#page_help .helpContainer .helpContent ul strong, #section_GenInfo .helpContainer .helpContent ul strong {
  display: inline-block;
}
#page_help .helpContainer .helpContent ul strong:first-of-type, #section_GenInfo .helpContainer .helpContent ul strong:first-of-type {
  margin-bottom: 6px;
}
#page_help .helpContainer .helpContent strong, #section_GenInfo .helpContainer .helpContent strong {
  color: #451f49;
}
@media screen and (max-width: 1200px) {
  #page_help .helpContainer .helpMenu, #section_GenInfo .helpContainer .helpMenu {
    width: calc((100% - 220px) * 0.25 + 40px);
    margin-left: 0;
  }
  #page_help .helpContainer .helpMenu .helpMenuCont, #section_GenInfo .helpContainer .helpMenu .helpMenuCont {
    width: 196px;
  }
  #page_help .helpContainer .helpContent, #section_GenInfo .helpContainer .helpContent {
    width: calc((100% - 220px) * 0.75 + 180px);
  }
  #page_help ul, #page_help h5, #page_help p, #page_help .wp-block-table, #page_help ol, #section_GenInfo ul, #section_GenInfo h5, #section_GenInfo p, #section_GenInfo .wp-block-table, #section_GenInfo ol {
    margin-left: 14px;
  }
}
@media screen and (max-width: 960px) {
  #page_help .helpContainer .helpMenu, #page_help .helpContainer .helpMenu .helpMenuCont, #section_GenInfo .helpContainer .helpMenu, #section_GenInfo .helpContainer .helpMenu .helpMenuCont {
    width: 171px !important;
  }
  #page_help .helpContainer .helpContent, #section_GenInfo .helpContainer .helpContent {
    width: calc(100% - 171px);
  }
  #page_help ul, #page_help h5, #page_help p, #page_help .wp-block-table, #page_help ol, #section_GenInfo ul, #section_GenInfo h5, #section_GenInfo p, #section_GenInfo .wp-block-table, #section_GenInfo ol {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_help .helpContainer, #section_GenInfo .helpContainer {
    display: block;
  }
  #page_help .helpContainer .helpMenu, #section_GenInfo .helpContainer .helpMenu {
    display: none;
  }
  #page_help .helpContainer .helpContent, #section_GenInfo .helpContainer .helpContent {
    width: 100%;
  }
  #page_help h5, #page_help p, #page_help .wp-block-table, #section_GenInfo h5, #section_GenInfo p, #section_GenInfo .wp-block-table {
    margin-left: 14px;
    margin-right: 14px;
  }
  #page_help ul, #section_GenInfo ul {
    margin-left: 0;
    margin-right: 14px;
  }
  #page_help ol, #section_GenInfo ol {
    margin-left: 0;
    margin-right: 14px;
  }
  #page_help ol li + li, #section_GenInfo ol li + li {
    padding-top: 16px !important;
  }
  #page_help ol li + li:before, #section_GenInfo ol li + li:before {
    top: 16px;
  }
  #page_help ul + h5, #page_help ol + h5, #section_GenInfo ul + h5, #section_GenInfo ol + h5 {
    margin-top: 47px;
  }
  #page_help h1, #section_GenInfo h1 {
    margin: 0 14px 34px 14px;
  }
  #page_help h5, #section_GenInfo h5 {
    margin-bottom: 10px;
  }
}

.infoPage#page_trust h4, .infoPage#page_contact h4 {
  margin: 34px 0 18px 0;
}
.infoPage#page_trust ul, .infoPage#page_contact ul {
  padding-left: 36px;
}
.infoPage#page_trust ul:last-child, .infoPage#page_contact ul:last-child {
  margin-bottom: 45px;
}
.infoPage#page_trust ul li, .infoPage#page_contact ul li {
  position: relative;
  top: 0;
  left: 0;
}
.infoPage#page_trust ul li:before, .infoPage#page_contact ul li:before {
  content: "•";
  color: #451f49;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: absolute;
  top: 0;
  left: -1em;
}
.infoPage#page_trust ul li + li, .infoPage#page_contact ul li + li {
  padding-top: 12px;
}
.infoPage#page_trust ul li + li:before, .infoPage#page_contact ul li + li:before {
  top: 12px;
}
.infoPage#page_trust p + ul, .infoPage#page_trust ul + p, .infoPage#page_contact p + ul, .infoPage#page_contact ul + p {
  margin-top: 21px;
}
.infoPage#page_trust p + a.styled_button, .infoPage#page_contact p + a.styled_button {
  margin-top: 36px;
}
.infoPage#page_trust p, .infoPage#page_contact p {
  font-size: 1.25rem;
}
.infoPage h1 + ul {
  margin-top: 72px;
}
.infoPage li {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.infoPage h4 + p {
  margin-top: 10px;
}
.infoPage p + h4, .infoPage ul + h4 {
  margin-top: 48px;
}
.infoPage#page_bills ul {
  columns: 4;
  column-gap: 47px;
  margin-left: calc((100% - 220px) * 0.0833333333 + 20px);
  margin-right: calc((100% - 220px) * 0.0833333333 + 20px);
}
.infoPage#page_bills ul li {
  list-style: disc;
  margin-bottom: 20px;
}
@media screen and (max-width: 1250px) {
  .infoPage#page_bills ul {
    columns: 3;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .infoPage h1 + ul {
    margin-top: 63px;
  }
  .infoPage#page_bills ul {
    columns: 2;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infoPage h1 + ul {
    margin-top: 45px;
  }
  .infoPage#page_bills ul {
    columns: auto;
  }
}

#page_pricing {
  font-size: 1rem;
  line-height: 1.625em;
}
#page_pricing h1 {
  margin-bottom: 0 !important;
}
#page_pricing h1 + p {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_pricing h1 + p {
    font-size: 1.125rem;
  }
}
#page_pricing h1 + h2 {
  font-weight: 700;
  color: #592C5E;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 36px;
}
#page_pricing h2 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #00affa;
}
#page_pricing h2 a {
  color: inherit;
}
#page_pricing strong {
  font-weight: normal;
}
#page_pricing div strong {
  font-weight: inherit;
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#page_pricing div strong em {
  font-style: normal;
}
#page_pricing .priceTableActualTable {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#page_pricing .priceTableActualTable tr:nth-child(1) td:nth-child(3) {
  padding: 13px 32px;
}
#page_pricing .priceTableActualTable td {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: inset 0px -1px rgba(219, 219, 219, 0.5);
  min-height: 50px;
  padding: 13px 32px;
}
#page_pricing .priceTableActualTable td p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25;
}
#page_pricing .priceTableActualTable td strong {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #592C5E;
  font-weight: bold;
  position: initial;
  transform: none;
}
#page_pricing .priceTableActualTable td:nth-child(2) {
  background-color: #faf8fa;
}
#page_pricing .priceTableActualTable td:nth-child(3) {
  max-width: 200px;
  padding-left: 24px;
  padding-right: 24px;
}
#page_pricing .priceTable {
  margin-top: 59px;
}
#page_pricing .priceTable + p {
  margin-top: 40px;
}
#page_pricing .priceTable, #page_pricing .priceTable .priceTableMobileSlide {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  justify-content: center;
}
#page_pricing .priceTable .priceTableMobileSlide .column {
  text-align: center;
}
#page_pricing .priceTable .column {
  color: #592C5E;
}
#page_pricing .priceTable .column:not(:nth-child(1)) {
  text-align: center;
}
#page_pricing .priceTable .column div {
  background-color: white;
  box-shadow: inset 0px -1px rgba(219, 219, 219, 0.5);
  height: 50px;
}
#page_pricing .priceTable .column div:nth-child(2), #page_pricing .priceTable .column div:nth-child(3), #page_pricing .priceTable .column div:nth-child(4) {
  margin-bottom: 7px;
}
#page_pricing .priceTable .column div span {
  display: block;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
}
#page_pricing .priceTable .column div span:before, #page_pricing .priceTable .column div span:after {
  content: "";
  position: absolute;
  background-color: #592C5E;
  width: 3px;
}
#page_pricing .priceTable .column div span:before {
  height: 8px;
  top: calc(50% + 0px);
  left: calc(50% - 5px);
  transform: rotate(-45deg);
}
#page_pricing .priceTable .column div span:after {
  height: 16px;
  top: calc(50% - 7px);
  left: calc(50% + 2px);
  transform: rotate(45deg);
}
#page_pricing .priceTable .column div:nth-child(1) {
  background-color: transparent;
  line-height: 1.286em;
  height: 80px;
  padding-bottom: 7px;
}
#page_pricing .priceTable .column div:nth-child(2) {
  padding-top: 13px;
  padding-bottom: 13px !important;
}
#page_pricing .priceTable .column.col_1, #page_pricing .priceTable .column.col_2 {
  font-size: 1.25rem;
  line-height: 1.5em;
}
#page_pricing .priceTable .column.col_1 {
  display: flex;
  flex-flow: column;
}
#page_pricing .priceTable .column.col_1 div {
  padding-left: 32px;
  padding-right: 32px;
  line-height: 1.25em;
  text-align: center;
}
#page_pricing .priceTable .column.col_1 div strong {
  padding-bottom: 1px;
}
#page_pricing .priceTable .column.col_1 div:nth-child(1) {
  background-color: transparent;
}
#page_pricing .priceTable .column.col_1 div:nth-child(2) {
  font-weight: bold;
}
#page_pricing .priceTable .column.col_2 div:nth-child(1), #page_pricing .priceTable .column.col_3 div:nth-child(1) {
  font-family: "Merriweather", serif;
  font-weight: bold;
}
#page_pricing .priceTable .column.col_2 div:nth-child(1), #page_pricing .priceTable .column.col_3 div:nth-child(1) {
  font-size: 1.625rem;
  line-height: 1.308em;
  color: #451f49;
  background-color: #f1edf2;
  border-top-right-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 5px;
  padding-bottom: 15px;
  height: 67px;
}
#page_pricing .priceTable .column.col_2 div:nth-child(2), #page_pricing .priceTable .column.col_3 div:nth-child(2) {
  color: #592C5E;
  line-height: 1.2em !important;
}
#page_pricing .priceTable .column.col_2 div:nth-child(2) strong, #page_pricing .priceTable .column.col_3 div:nth-child(2) strong {
  padding-bottom: 1px;
  font-weight: bold;
}
#page_pricing .priceTable .column.col_2 div:last-child, #page_pricing .priceTable .column.col_3 div:last-child {
  border-bottom-left-radius: 30px;
  position: relative;
  top: 0;
  left: 0;
}
#page_pricing .priceTable .column.col_2 div:last-child:after, #page_pricing .priceTable .column.col_3 div:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}
#page_pricing .priceTable .column.col_2 div {
  background-color: #faf8fa;
}
#page_pricing .priceTable .column:not(.col_1) div {
  padding-left: 32px;
  padding-right: 32px;
}
#page_pricing .priceTable .column:not(.col_1) div:nth-child(2) {
  line-height: 1.286em;
}
#page_pricing .priceTable .column:not(.col_1, .col_2, .col_3) div:not(:nth-child(1), :nth-child(2)) {
  font-size: 1.25rem;
  line-height: 48px;
}
#page_pricing .priceTable .column.col_5 div {
  padding-right: 32px;
}
#page_pricing .aboveForm, #page_pricing .contactFormContainer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#page_pricing .aboveForm {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  margin-top: 32px;
}
#page_pricing .aboveForm .phoneLink {
  font-style: normal;
  font-weight: 800;
}
#page_pricing .contactFormContainer {
  margin-top: 35px;
}
#page_pricing ul {
  margin-left: 9px;
  margin-top: 5px;
}
#page_pricing ul li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 16px;
  font-size: 16px;
  line-height: 28px;
}
#page_pricing ul li + li {
  margin-top: 4px;
}
#page_pricing ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #451f49;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #page_pricing div strong em {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  #page_pricing .priceTable .column.col_1, #page_pricing .priceTable .column.col_2, #page_pricing .priceTable .column.col_3 {
    font-size: 1.125rem;
  }
  #page_pricing .priceTableXXX .column div {
    height: 72px;
  }
  #page_pricing .priceTableXXX .column div span {
    height: 72px;
  }
  #page_pricing .priceTableXXX .column.col_1, #page_pricing .priceTableXXX .column.col_2 {
    font-size: 1.125rem;
  }
  #page_pricing .priceTableXXX .column.col_1 div {
    padding-left: 16px;
    padding-right: 16px;
  }
  #page_pricing .priceTableXXX .column.col_1 div strong {
    padding-bottom: 5px;
  }
  #page_pricing .priceTableXXX .column:not(.col_1, .col_2) div:not(:nth-child(1), :nth-child(2)) {
    line-height: 66px;
  }
  #page_pricing .priceTableXXX .column:not(.col_1) div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #page_pricing h1 {
    padding-left: 14px;
    padding-right: 14px;
  }
  #page_pricing .priceTable .column div:nth-child(2) {
    margin-bottom: 5px;
  }
  #page_pricing .priceTable .column div:nth-child(3), #page_pricing .priceTable .column div:nth-child(4) {
    margin-bottom: 0;
  }
  #page_pricing .priceTableXXX {
    margin-top: 45px;
  }
  #page_pricing .priceTableXXX .column div:first-child, #page_pricing .priceTableXXX .column div:nth-child(2), #page_pricing .priceTableXXX .column div:nth-child(3), #page_pricing .priceTableXXX .column div:nth-child(4) {
    font-size: 0.875rem;
  }
  #page_pricing .priceTableXXX .column.col_2 div:nth-child(1) {
    font-size: 1.25rem;
  }
  #page_pricing .priceTableXXX .column div:nth-child(2) {
    padding-top: 13px;
    padding-bottom: 10px !important;
  }
  #page_pricing .priceTableXXX .column.col_2 div:nth-child(1) {
    padding-left: 16px;
    padding-right: 16px;
  }
  #page_pricing .priceTableXXX .column.col_1 div, #page_pricing .priceTableXXX .column.col_2 div, #page_pricing .priceTableXXX .column.col_1 div:nth-child(2) {
    font-size: 1rem;
  }
  #page_pricing .priceTableXXX .column.col_1 div strong {
    padding-bottom: 0;
  }
  #page_pricing .priceTableXXX .column.col_2 div:nth-child(2) {
    font-size: 1.1rem;
  }
  #page_pricing .priceTableXXX .column div:nth-child(2) {
    margin-bottom: 5px;
  }
  #page_pricing .priceTableXXX .column div:nth-child(3), #page_pricing .priceTableXXX .column div:nth-child(4) {
    margin-bottom: 0;
  }
  #page_pricing .priceTableXXX .column div {
    height: 76px;
  }
  #page_pricing h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639px) {
  #page_pricing .priceTable .column.col_1, #page_pricing .priceTable .column.col_2, #page_pricing .priceTable .column.col_3 {
    font-size: 1rem;
  }
  #page_pricing .priceTableXXX {
    position: relative;
    top: 0;
    left: 0;
  }
  #page_pricing .priceTableXXX .column.col_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    z-index: 1;
  }
  #page_pricing .priceTableXXX .column.col_1 div:nth-child(1) {
    background-color: #F6F4F7;
  }
  #page_pricing .priceTableXXX .column.col_2 {
    position: absolute;
    top: 0;
    left: 156px;
    width: 117px;
    z-index: 1;
  }
  #page_pricing .priceTableXXX .priceTableMobileSlide {
    padding-left: 273px;
    width: calc(100% - 273px);
    overflow-x: scroll;
    justify-content: flex-start;
  }
  #page_pricing .priceTableXXX .priceTableMobileSlide .column {
    width: 109px;
    min-width: 109px;
  }
  #page_pricing .priceTableXXX .column.col_2 div:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
  }
  #page_pricing .priceTableActualTable tr:nth-child(1) td:nth-child(3) {
    padding: 13px 15px;
  }
  #page_pricing .priceTableActualTable td {
    padding: 13px 15px;
  }
  #page_pricing .priceTableActualTable td:nth-child(3) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 410px) {
  #page_pricing .priceTableXXX .column.col_1 div, #page_pricing .priceTableXXX .column.col_2 div, #page_pricing .priceTableXXX .column.col_1 div:nth-child(2) {
    font-size: 0.875rem;
  }
  #page_pricing .priceTableXXX .column.col_1 {
    width: 100px;
  }
  #page_pricing .priceTableXXX .column.col_1 div {
    padding-left: 6px;
    padding-right: 6px;
  }
  #page_pricing .priceTableXXX .column.col_2 {
    left: 100px;
    width: 96px;
  }
  #page_pricing .priceTableXXX .column.col_2 div:nth-child(1), #page_pricing .priceTableXXX .column.col_2 div:nth-child(2) {
    font-size: 1rem;
  }
  #page_pricing .priceTableXXX .priceTableMobileSlide {
    padding-left: 196px;
    width: calc(100% - 196px);
  }
  #page_pricing .priceTableXXX .priceTableMobileSlide .column {
    width: 97px;
    min-width: 97px;
  }
  #page_pricing .priceTableXXX .column:not(.col_1) div {
    padding-left: 6px;
    padding-right: 6px;
  }
  #page_pricing .priceTableActualTable tr:nth-child(1) td:nth-child(3) {
    padding: 13px 10px;
  }
  #page_pricing .priceTableActualTable td {
    padding: 13px 10px;
  }
  #page_pricing .priceTableActualTable td p {
    font-size: 0.875rem;
  }
  #page_pricing .priceTableActualTable td strong {
    font-size: 1rem;
  }
  #page_pricing .priceTableActualTable td:nth-child(3) {
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#page_about {
  xbackground: url(../images/FAQsBG_flipped.svg) no-repeat right bottom;
  xbackground-size: 100% auto;
  padding-bottom: 21px;
}
#page_about .topSection {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: calc((100% - 220px) * 0.6666666667 + 140px);
}
#page_about .topSection * {
  text-align: center;
}
#page_about .topSection p {
  padding: 0 58px;
  margin-top: 22px;
  font-size: 1.25rem;
  line-height: 1.5em;
}
#page_about .topSection .customAlertBox {
  padding: 22px 30px;
  border: 2px solid #451f49;
  transform: translate(0, -27px);
}
#page_about .topSection .customAlertBox p {
  margin: 0;
  padding: 0;
  color: #451f49;
}
#page_about .mainTeam {
  display: flex;
  margin-top: 69px;
  align-items: flex-start;
}
#page_about .mainTeam .mainTeamImage {
  position: relative;
  top: 0;
  left: 0;
  width: calc((100% - 220px) * 0.4166666667 + 80px);
  margin-left: calc((100% - 220px) * 0.0833333333 + 20px);
}
#page_about .mainTeam .mainTeamImage img {
  max-width: calc(100% - 48px);
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
#page_about .mainTeam .maintteamContent {
  width: calc((100% - 220px) * 0.5 + 100px);
  margin-left: 20px;
}
#page_about .mainTeam .maintteamContent h4 {
  margin-bottom: 27px;
}
#page_about .mainTeam .maintteamContent h4 strong, #page_about .mainTeam .maintteamContent h4 em {
  font-size: 1.2rem;
  color: #592C5E;
  font-weight: normal;
}
#page_about .mainTeam .maintteamContent h4 strong {
  font-style: normal;
  font-family: "Lato", sans-serif;
}
#page_about .mainTeam .maintteamContent h4 br {
  display: none;
}
#page_about .mainTeam .maintteamContent p + p {
  margin-top: 20px;
}
#page_about .mainTeam + h4 {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 45px;
}
#page_about .teamProfiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#page_about .teamProfiles .teamProfile {
  width: calc((100% - 220px) * 0.1666666667 + 20px);
  margin-bottom: 49px;
}
#page_about .teamProfiles .teamProfile + .teamProfile {
  margin-left: 20px;
}
#page_about .teamProfiles .teamProfile:nth-child(6n+1) {
  margin-left: 0;
}
#page_about .teamProfiles .teamProfile .bio {
  display: none;
}
@media screen and (max-width: 1100px) {
  #page_about .teamProfiles .teamProfile {
    width: calc((100% - 220px) * 0.25 + 40px);
  }
  #page_about .teamProfiles .teamProfile:nth-child(6n+1) {
    margin-left: 20px;
  }
  #page_about .teamProfiles .teamProfile:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  #page_about .topSection {
    max-width: none;
  }
  #page_about .topSection h1 {
    margin-bottom: 30px;
  }
  #page_about .topSection .customAlertBox {
    transform: translate(0, -22px);
  }
  #page_about .mainTeam .mainTeamImage {
    margin-left: 0;
  }
  #page_about .mainTeam .maintteamContent {
    width: calc((100% - 220px) * 0.5833333333 + 140px);
    margin-left: 0;
  }
  #page_about .mainTeam .maintteamContent h4 br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #page_about {
    padding-bottom: 29px;
  }
  #page_about .topSection h1, #page_about .topSection p {
    text-align: left;
    margin-left: 14px;
    margin-right: 14px;
  }
  #page_about .topSection h1 {
    margin-bottom: 26px;
  }
  #page_about .topSection p {
    font-size: 1.125rem;
    padding: 0;
  }
  #page_about .mainTeam {
    flex-flow: column;
    margin-top: 59px;
  }
  #page_about .mainTeam .mainTeamImage, #page_about .mainTeam .maintteamContent {
    width: 100%;
  }
  #page_about .mainTeam .mainTeamImage img {
    max-width: calc(100% - 14px);
    margin-left: 14px;
  }
  #page_about .mainTeam .mainTeamImage .shadowRectangle {
    left: 0;
    width: 50%;
    height: 75%;
  }
  #page_about .mainTeam .maintteamContent h4, #page_about .mainTeam .maintteamContent p {
    margin-left: 14px;
    margin-right: 14px;
  }
  #page_about .mainTeam .maintteamContent h4 {
    font-size: 1.25rem;
    line-height: 1.4em;
    margin-top: 32px;
    margin-bottom: 19px;
  }
  #page_about .mainTeam .maintteamContent h4 br {
    height: 20px;
  }
  #page_about .mainTeam .maintteamContent h4 span {
    display: block;
    padding-top: 9px;
  }
  #page_about .mainTeam + h4 {
    text-align: left;
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 54px;
  }
  #page_about .teamProfiles {
    margin-left: 14px;
    margin-right: 14px;
  }
  #page_about .teamProfiles .teamProfile {
    width: calc(50% - 8px);
    margin-bottom: 27px;
  }
  #page_about .teamProfiles .teamProfile + .teamProfile {
    margin-left: 16px;
  }
  #page_about .teamProfiles .teamProfile:nth-child(4n+1) {
    margin-left: 16px;
  }
  #page_about .teamProfiles .teamProfile:nth-child(2n+1) {
    margin-left: 0;
  }
  #page_about .headshot .image div:before {
    font-size: 0.813rem !important;
    letter-spacing: 0.87px !important;
    font-weight: 900 !important;
  }
}

#page_about .headshot, #page_about .headshot .image, .tpContent .headshot, .tpContent .headshot .image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#page_about .headshot .image, .tpContent .headshot .image {
  overflow: hidden;
  background-size: cover;
}
#page_about .headshot .image div, .tpContent .headshot .image div {
  background-color: #451f49;
  opacity: 0;
}
#page_about .headshot .image div:after, .tpContent .headshot .image div:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#page_about .headshot .image div:before, .tpContent .headshot .image div:before {
  content: "VIEW DETAILS";
  font-size: 1rem;
  line-height: 1.4em;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 20px;
  width: calc(100% - 40px);
  transform: translate(0, -50%);
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  text-align: center;
}
#page_about .headshot .shadowRectangle, .tpContent .headshot .shadowRectangle {
  opacity: 0;
  width: 71%;
  height: 89%;
}
#page_about h5, .tpContent h5 {
  margin: 21px 0 7px 0;
}
#page_about h5 span, .tpContent h5 span {
  font-style: italic;
  font-weight: 400;
}
#page_about h5 + p, .tpContent h5 + p {
  font-size: 1rem;
  line-height: 1.625em;
}
@media screen and (max-width: 767px) {
  #page_about h5, .tpContent h5 {
    font-size: 1.125rem;
    line-height: 1.333em;
    margin: 17px 0 6px 0;
  }
  #page_about h5 + p, .tpContent h5 + p {
    font-size: 0.875rem;
    line-height: 1.571em;
  }
}

.teamPop {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 688px;
  max-width: 1130px;
  width: 90%;
  background: white;
  box-shadow: 0px 2px 20px rgba(13, 24, 33, 0.08);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.teamPop a {
  position: absolute;
  top: 45px;
  right: 55px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.teamPop a:before, .teamPop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 3px;
  background-color: #592C5E;
}
.teamPop a:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.teamPop a:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.teamPop.active {
  opacity: 1;
  z-index: 10;
}
.teamPop .shadowRectangle {
  opacity: 1;
}
.teamPop .tpContent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 78px 55px 79px 51px;
}
.teamPop .tpContent .headshot {
  width: 196px;
}
.teamPop .tpContent .popContentActual {
  padding-left: 30px;
  width: calc(100% - 196px);
}
.teamPop .tpContent .popContentActual h5 {
  font-size: 1.625rem;
  line-height: 1.308em;
  margin-top: 0;
}
.teamPop .tpContent .popContentActual .bio {
  margin-top: 21px;
  max-height: 444px;
  overflow-y: auto;
  padding-right: 17px;
}
.teamPop .tpContent .popContentActual .bio p + p {
  margin-top: 14px;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .teamPop a {
    top: 39px;
    right: 50px;
  }
  .teamPop .tpContent {
    padding: 63px 30px 54px 30px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .teamPop {
    height: calc(100vh - 32px);
    width: calc(100vw - 32px);
    max-height: none;
  }
  .teamPop a {
    top: 28px;
    right: 28px;
  }
  .teamPop .tpContent {
    padding: 33px 16px 33px 16px;
    flex-flow: column;
  }
  .teamPop .tpContent .popContentActual {
    padding-left: 0;
    width: auto;
  }
  .teamPop .tpContent .popContentActual h5 {
    padding-right: 50px;
    font-size: 1.125rem;
    line-height: 1.333em;
    margin: 17px 0 6px 0;
  }
  .teamPop .tpContent .popContentActual .bio {
    margin-top: 10px;
    max-height: calc(100vh - 325px);
    padding-right: 0;
  }
  .teamPop .tpContent .headshot {
    width: 150px;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .teamPop {
    height: calc(100vh - 32px);
    width: calc(100vw - 32px);
  }
  .teamPop a {
    top: 28px;
    right: 28px;
  }
  .teamPop .tpContent {
    padding: 33px 16px 33px 16px;
  }
  .teamPop .tpContent .popContentActual h5 {
    padding-right: 50px;
    font-size: 1.125rem;
    line-height: 1.333em;
    margin: 17px 0 6px 0;
  }
  .teamPop .tpContent .popContentActual .bio {
    margin-top: 10px;
    max-height: calc(100vh - 175px);
  }
  .teamPop .tpContent .headshot {
    width: 150px;
  }
}

#section_awards {
  background: url(../images/FAQsBG.svg) no-repeat right top;
  background-size: 100% auto;
  padding-bottom: 52px;
}
#section_awards h5 {
  margin-bottom: 42px;
  text-align: center;
}
#section_awards .content div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_awards .content div a {
  width: calc((100% - 220px) * 0.1666666667 + 20px);
  background-color: white;
  box-shadow: 0px 2px 20px rgba(13, 24, 33, 0.08);
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  cursor: default;
}
#section_awards .content div a img {
  max-width: calc(100% - 16px);
  max-height: 75px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_awards .content div a:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media screen and (max-width: 767px) {
  #section_awards {
    padding-bottom: 47px;
    background-size: cover;
  }
  #section_awards .content h5, #section_awards .content div {
    margin-left: 14px;
    margin-right: 14px;
  }
  #section_awards .content h5 {
    margin-bottom: 35px;
  }
  #section_awards .content div a {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 12px;
  }
}

#section_GenInfo a {
  color: #451f49;
}
#section_GenInfo p + p {
  margin-top: 14px;
}
#section_GenInfo p + h5 {
  margin-top: 30px;
}
#section_GenInfo p + ul, #section_GenInfo p + ol {
  margin-top: 18px;
}
#section_GenInfo .helpContainer .helpContent ul li + li {
  padding-top: 18px;
}
#section_GenInfo .helpContainer .helpContent ul li + li:before {
  top: 18px;
}
#section_GenInfo ul + p {
  margin-top: 48px;
}
#section_GenInfo ul + p.h5 {
  margin-top: 24px;
}
#section_GenInfo ul ul {
  margin-left: -14px !important;
  margin-top: 6px;
}
#section_GenInfo table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 33px;
}
#section_GenInfo table, #section_GenInfo table th, #section_GenInfo table td {
  border: 1px solid #333;
}
#section_GenInfo table td {
  border-width: 0 1px 1px 0;
  font-size: 0.875rem;
  line-height: 1.2em;
  padding: 5px;
  width: 50%;
}
#section_GenInfo ol {
  padding-left: 36px;
}
#section_GenInfo ol + ol, #section_GenInfo ol + p {
  margin-top: 18px;
}
#section_GenInfo ol li:beforeX {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #451f49; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#section_GenInfo ol li + li {
  padding-top: 33px;
}
#section_GenInfo .wp-block-table + h5 {
  margin-top: 45px;
}
* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  background-color: white;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #242930;
}
body.show {
  opacity: 1;
}
body.noAnimations * {
  transition: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mobile {
  display: none !important;
}

#mobileTell {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.wp-menu-image img {
  max-width: 16px;
}

main#content {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.content {
  margin: 0 auto;
  max-width: 1276px;
  width: calc(100vw - 60px);
}

a {
  text-decoration: none;
  color: initial;
}

p a, .blogPost li a {
  color: #592C5E;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  border-bottom: 1px solid #592C5E;
}

p, li {
  line-height: 1.75rem;
  color: #451f49;
  font-size: 1.125rem;
}

h3, h1.headerMedium, #page_contact h1, .blogPost h1, #section_hero .contact_hero h1 {
  color: #451f49;
  font-size: 2.625rem;
  line-height: 1.4em;
  font-weight: 900;
  font-family: "Merriweather", serif;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.06em;
}

h4 {
  color: #451f49;
  font-size: 1.625rem;
  line-height: 1.308em;
  font-family: "Merriweather", serif;
  font-weight: 900;
  letter-spacing: 0.06em;
}

h5, .h5 {
  color: #451f49;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-family: "Merriweather", serif;
  font-weight: 900;
  letter-spacing: 0.06em;
}

ul li {
  list-style: none;
}

#section_conciergeBM li, .section_HIHT:not(.section_HIHL) li {
  position: relative;
  top: 0;
  left: 0;
}
#section_conciergeBM li:before, #section_conciergeBM li:after, .section_HIHT:not(.section_HIHL) li:before, .section_HIHT:not(.section_HIHL) li:after {
  content: "";
  display: block;
  background-color: #c6c9d4;
  width: 9px;
  height: 3px;
  position: absolute;
}
#section_conciergeBM li:before, .section_HIHT:not(.section_HIHL) li:before {
  transform: rotate(45deg);
}
#section_conciergeBM li:after, .section_HIHT:not(.section_HIHL) li:after {
  transform: rotate(-45deg);
}

#section_blog, #page_help, .infoPage, .home #section_conciergeBM:first-child {
  padding-top: 63px;
}

#page_help, #page_bills, #page_pricing, #section_GenInfo {
  background: url(../images/hero_BG_flipped.svg) no-repeat left top;
  background-size: 100% auto;
}

.halfs {
  display: flex;
  justify-content: space-between;
}
.halfs .half {
  width: 50%;
  position: relative;
  top: 0;
  left: 0;
}
.halfs .half img {
  max-width: 100%;
  height: auto;
}

.styled_button {
  display: inline-block;
  font-weight: 900;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #592C5E;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 21px 52px 21px 55px;
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}
.styled_button.sb_whitePurpleBorder {
  background-color: transparent;
  border: 2px solid #592C5E;
  color: #592C5E;
}
.styled_button.sb_white {
  background-color: white;
  color: #592C5E;
}
.styled_button.sb_grey {
  color: white;
  background-color: #8c93a8;
}
.styled_button span {
  text-transform: uppercase;
  display: block;
  font-size: 0.813rem;
  padding-bottom: 3px;
}

.section_halfRoundChecks ul, #section_insurance ul, .section_HIHL ul {
  margin: 27px 0 0 0;
}
.section_halfRoundChecks ul li, #section_insurance ul li, .section_HIHL ul li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 42px;
}
.section_halfRoundChecks ul li:before, #section_insurance ul li:before, .section_HIHL ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 4px;
  background: url(../images/CheckmarkPurple.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.section_halfRoundChecks ul li + li, #section_insurance ul li + li, .section_HIHL ul li + li {
  margin-top: 18px;
}

#section_hero .heroImg, .section_HIHT img, .contactContainer, .postImgActual, .mainTeamImage img, .headshot .image {
  box-shadow: 4px 4px 10px rgba(13, 24, 33, 0.15);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
}

.shadowRectangle {
  width: 77%;
  height: 94%;
  position: absolute;
  bottom: -14px;
  right: -14px;
  border: 2px solid #592C5E;
}

#section_hero .halfs.imageLeft .shadowRectangle, .section_HIHT .halfs.imageLeft .shadowRectangle, .headshot .shadowRectangle, .mainTeamImage .shadowRectangle, #section_testimonials2 .shadowRectangle {
  top: -14px;
  left: -14px;
}

.logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 570px;
  max-width: 100%;
}
.logos a {
  display: block;
}
.logos a.ignore {
  cursor: default;
}
.logos a:nth-child(1) {
  width: 25%;
}
.logos a:nth-child(2) {
  width: 32%;
}
.logos a:nth-child(3) {
  width: 15%;
}
.logos a:nth-child(4) {
  width: 15%;
}
@media screen and (max-width: 500px) {
  .logos {
    justify-content: space-around;
  }
  .logos a:nth-child(1), .logos a:nth-child(2) {
    width: 45%;
  }
  .logos a:nth-child(3), .logos a:nth-child(4) {
    width: 25%;
    max-width: 70px;
  }
}

.plusMinus:after, .plusMinus:before {
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.sliderNav a, .helpMenuCont a, footer a, .mobileDrop:before, .mobileDrop:after {
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.sliderCont .slide {
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.blogPost + #learnMore, #page_help + #learnMore {
  background: none;
  padding-top: 107px;
}

.teamProfile.active .shadowRectangle, .teamProfile:hover .shadowRectangle {
  opacity: 1 !important;
}
.teamProfile.active .headshot .image img, .teamProfile:hover .headshot .image img {
  filter: blur(2px);
}
.teamProfile.active .headshot .image div, .teamProfile:hover .headshot .image div {
  opacity: 0.9 !important;
}
.teamProfile.active .shadowRectangle, .teamProfile.active .headshot .image div, .teamProfile.active .headshot .image img, .teamProfile:hover .shadowRectangle, .teamProfile:hover .headshot .image div, .teamProfile:hover .headshot .image img {
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

body.noScroll {
  max-height: 100vh;
  overflow: hidden;
}
body.noScroll #continually-container {
  display: none;
}

#shade {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: none;
  z-index: 4;
  transition: opacity 1.2s ease-out 0s, display 0s linear 0s;
}
#shade.active {
  opacity: 1;
  display: block;
  transition: opacity 1.2s ease-out 0s, display 0s linear 1.2s;
}

.teamPop, #shadow {
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, z-index 0s linear 0.5s;
}

#shadow {
  width: 100%;
  height: 100%;
  background-color: #451f49;
}

.teamPop.active, #shadow.active {
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, z-index 0s linear 0s;
}

#shadow.active {
  opacity: 0.8;
  z-index: 9;
}

#navigation .loginContact a {
  transition: all 0.3s ease-out;
}

.styled_button:not(.noHover):hover {
  border: 2px solid #592C5E;
  background-color: transparent;
  color: #592C5E;
}
.styled_button:not(.noHover).sb_whitePurpleBorder:hover {
  background-color: #592C5E;
  color: white;
}
.styled_button:not(.noHover).sb_white:hover, .styled_button:not(.noHover).sb_grey:hover {
  background-color: #592C5E;
  color: white;
}

#navigation .loginContact a:first-child:hover {
  background-color: #592C5E;
  color: white;
}

#navigation .loginContact a:last-child:hover {
  background-color: white;
  color: #592C5E;
}

p.callUs {
  color: #451f49 !important;
  display: block !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin: 0 !important;
}
p.callUs a {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: 800;
  font-style: normal;
}

p.smaller {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  #section_blog, #page_help, .infoPage {
    padding-top: 54px;
  }
  #section_blog h1, #page_help h1, .infoPage h1 {
    margin-bottom: 42px;
  }
  .blogPost + #learnMore, #page_help + #learnMore {
    padding-top: 81px;
  }
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  #mobileTell {
    display: block;
  }
  .content {
    margin: 0 auto;
    width: calc(100vw - 32px);
  }
  .halfs {
    flex-flow: column;
  }
  .halfs .half {
    width: 100%;
  }
  #section_conciergeBM .content {
    width: calc(100vw - 60px);
    padding-left: 14px;
    padding-right: 14px;
  }
  .styled_button {
    font-size: 13px;
    letter-spacing: 0.867px;
    padding: 19px 52px;
  }
  .section_halfRoundChecks ul li:before, #section_insurance ul li:before, .section_HIHL ul li:before {
    left: 0;
  }
  .section_halfRoundChecks ul li, #section_insurance ul li, .section_HIHL ul li {
    padding-left: 40px;
  }
  h3 {
    font-size: 2.125rem;
    line-height: 1.118em;
  }
  #page_help, #page_bills, #page_pricing, #section_GenInfo {
    background: url(../images/infoBG_mobile.svg) no-repeat left top;
    background-size: 100% auto;
  }
  #section_blog, #page_help, .infoPage {
    padding-top: 56px;
  }
  h3, h1.headerMedium, #page_contact h1, .blogPost h1, #section_hero .contact_hero h1 {
    font-size: 2.125rem;
    line-height: 1.118em;
  }
  .blogPost + #learnMore, #page_help + #learnMore {
    padding-top: 63px;
  }
  .logos a:nth-child(1), .logos a:nth-child(2), .logos a:nth-child(3), .logos a:nth-child(4) {
    margin-bottom: 4px;
  }
}
.contactFormContainer {
  background-color: white;
  padding: 16px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.contactFormContainer h2 {
  background-color: #5C9A1B;
  color: white;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.333;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contactFormContainer h2, .contactFormContainer h2 strong {
  border-radius: 4px;
}
.contactFormContainer h2 span {
  display: block;
  padding: 7px 20px 7px 16px;
  width: calc(100% - 234px);
}
.contactFormContainer h2 strong {
  background-color: white;
  color: #5C9A1B;
  margin: 8px 8px 8px auto;
  padding: 9px 16px;
}
.contactFormContainer h2 strong em {
  font-style: normal;
  letter-spacing: 0;
  text-transform: initial;
}
.contactFormContainer br {
  display: none !important;
}
.contactFormContainer .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contactFormContainer .wpcf7-form-control-wrap + .wpcf7-form-control-wrap, .contactFormContainer .wpcf7-form-control-wrap.recaptcha {
  margin-top: 24px;
}
.contactFormContainer p {
  margin: 0 !important;
  max-width: none !important;
}
.contactFormContainer input:not([type=submit]) {
  background-color: #F6F4F7;
  border: none;
  border-radius: 4px;
  line-height: 48px;
  padding: 0 12px;
  width: calc(100% - 24px);
}
.contactFormContainer input:not([type=submit]), .contactFormContainer input:not([type=submit])::placeholder {
  color: #451f49;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  opacity: 1;
}
.contactFormContainer .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 3px);
  left: 12px;
  font-size: 14px;
  line-height: 1;
  color: #E50C31;
  font-weight: 500;
}
.contactFormContainer .bottomBlock {
  margin-top: 24px;
}
.contactFormContainer .bottomBlock p {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.contactFormContainer .bottomBlock p.googleLegal {
  padding-top: 11px;
  display: none !important;
}
.contactFormContainer .bottomBlock p.googleLegal, .contactFormContainer .bottomBlock p.googleLegal a {
  font-size: 13px !important;
  line-height: 1.2 !important;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap {
  width: 178px;
  margin-top: 9px;
  display: none !important;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap .wpcf7-list-item-label {
  color: #451f49;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap .wpcf7-list-item {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 8px;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap .wpcf7-list-item:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #451f49;
  position: absolute;
  top: 7px;
  left: 0;
  pointer-events: none;
  background: transparent;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap .wpcf7-list-item.active:before {
  background: url("../images/CheckmarkPurple.svg") no-repeat center;
  background-size: contain;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap label, .contactFormContainer .bottomBlock .wpcf7-form-control-wrap input {
  cursor: pointer;
  user-select: none;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap input {
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 11px;
  opacity: 0;
}
.contactFormContainer .bottomBlock .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
  display: none;
}
.contactFormContainer .bottomBlock .wpcf7-form-control.styled_button {
  height: 48px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.contactFormContainer .bottomBlock .wpcf7-form-control.styled_button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.contactFormContainer .bottomBlock .wpcf7-spinner {
  position: absolute;
  top: 12px;
  left: 60%;
  left: 50%;
  margin: 0 0 0 76px;
}
@media screen and (max-width: 767px) {
  .contactFormContainer h2 {
    flex-flow: column;
    padding: 9px 0 10px 0;
    text-align: center;
  }
  .contactFormContainer h2 span {
    padding: 7px 16px 7px 16px;
    width: auto;
  }
  .contactFormContainer h2 strong {
    margin: 8px;
  }
  .contactFormContainer .bottomBlock .wpcf7-spinner {
    margin: 0 0 0 57px;
  }
}
@media screen and (max-width: 500px) {
  .contactFormContainer .bottomBlock {
    margin-top: 9px;
  }
  .contactFormContainer .bottomBlock p {
    flex-flow: column !important;
    flex-wrap: wrap;
  }
  .contactFormContainer .bottomBlock .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contactFormContainer .bottomBlock .wpcf7-form-control.styled_button {
    width: 100%;
    margin-top: 15px;
  }
  .contactFormContainer .bottomBlock .wpcf7-spinner {
    top: 27px;
  }
}

/*# sourceMappingURL=custom.css.map */
