/** Fonts **/
/** Variables **/
/** Responsive breakpoints **/
/** Mixins **/
/** Styles **/
/** typography **/
body {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 20px;
  color: #0D1F2C;
  font-weight: 400;
  line-height: 1.3;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: arial;
  font-weight: 900;
}

h1, .h1 {
  margin-bottom: 0.5em;
  font-size: 34px;
  line-height: 1.1;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (min-width: 1800px) {
  h1, .h1 {
    font-size: 55px;
  }
}

h2, .h2 {
  font-size: 34px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  h2, .h2 {
    font-size: 48px;
  }
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

hr {
  height: 2px;
  margin: 60px 0;
  background: #ECECEC;
  border: none;
  color: #ECECEC;
}

a {
  color: #0D1F2C;
  text-decoration: none;
  outline: none;
  transition: all 0.25s;
}
a:hover, a:focus {
  color: #F26C52;
}

p {
  margin: 0 0 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

iframe {
  max-width: 100%;
}

blockquote {
  margin: 3rem 0;
  font-size: 140%;
}
blockquote:before, blockquote:after {
  display: none;
}

.more-link {
  display: inline-block;
  font-family: arial;
  font-size: 19px;
  font-weight: 900;
}

.full-link {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  cursor: pointer;
}

/** END typography **/
/** page-content **/
.entry-content h1:first-child, .entry-content .h1:first-child, .entry-content h2:first-child, .entry-content .h2:first-child, .entry-content h3:first-child, .entry-content .h3:first-child, .entry-content blockquote:first-child, .entry-content p:first-child {
  margin-top: 0;
}
.entry-content h1:last-child, .entry-content .h1:last-child, .entry-content h2:last-child, .entry-content .h2:last-child, .entry-content h3:last-child, .entry-content .h3:last-child, .entry-content blockquote:last-child, .entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content h2 + h3, .entry-content h2 + h4, .entry-content h2 + h5, .entry-content h3 + h4, .entry-content h3 + h5, .entry-content h4 + h5 {
  margin-top: 0;
}
.entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5 {
  margin-top: 6rem;
}
.entry-content a:not(.button) {
  color: #F26C52;
}
.entry-content a:not(.button):hover {
  color: #000000;
}
.entry-content ul:not([class]) {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.entry-content ul:not([class]) li {
  position: relative;
  padding: 5px 0 5px 26px;
}
.entry-content ul:not([class]) li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #F26C52;
  border-radius: 50%;
}
.entry-content table:not([class]) {
  width: 100%;
  margin: 2rem 0;
  border: none;
  border-collapse: collapse;
}
.entry-content table:not([class]) thead, .entry-content table:not([class]) tbody {
  border: none;
}
.entry-content table:not([class]) tr {
  border-bottom: 2px solid #ECECEC;
}
.entry-content table:not([class]) tr th, .entry-content table:not([class]) tr td {
  padding-left: 0;
  padding-right: 40px;
  border: none;
}
.entry-content table:not([class]) tr th {
  padding-top: 23px;
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.entry-content table:not([class]) tr td {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.4;
}
.entry-content div.table-responsive {
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/** END page-content **/
/** WP DEFAULT **/
.alignnone {
  margin: 30px 0;
}

.aligncenter {
  display: block;
  margin: 30px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 40px !important;
}

.alignleft {
  float: left;
  margin: 5px 40px 30px 0 !important;
}

@media (max-width: 1024px) {
  .aligncenter, .alignright, .alignleft, .alignnone {
    display: block;
    float: none;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.wp-caption {
  max-width: 100%;
  margin: 50px 0;
  padding: 0;
  border: 0;
  line-height: 0;
  text-align: left;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.4;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
}

/** END WP DEFAULT **/
/** Magnific Popup **/
.mfp-container .mfp-title {
  color: #ccc;
  font-size: 14px;
}

/** END Magnific Popup **/
/** button **/
.button,
.button-primary,
#searchsubmit {
  position: relative;
  display: inline-block;
  padding: 10px 15px 11px;
  background: none;
  border: solid 4px #F26C52;
  color: #000000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1 !important;
  text-align: center;
  transition: all 0.25s;
  cursor: pointer;
}
@media (min-width: 600px) {
  .button,
  .button-primary,
  #searchsubmit {
    font-size: 20px;
  }
}
.button:hover, .button:focus,
.button-primary:hover,
.button-primary:focus,
#searchsubmit:hover,
#searchsubmit:focus {
  background-color: #F26C52;
  color: #000000;
}

input[type=button],
input[type=submit] { /* iOS fix */
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/** END button **/
/** form **/
input, button, textarea {
  outline: none;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea,
.gform_wrapper select,
.searchform input[type=text],
.searchform input[type=email],
.searchform textarea,
.searchform select {
  width: 100%;
  height: 50px;
  padding: 10px 15px !important;
  background-color: #fff;
  border: 1px solid #9E9895;
  color: #0D1F2C;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px !important;
  /* to remove inner shadow and rounded corners on iOS */
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper textarea,
.searchform textarea {
  height: 140px;
}
.gform_wrapper select,
.searchform select {
  color: #9F9F9F;
}
.gform_wrapper ::placeholder,
.searchform ::placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.gform_wrapper ::-webkit-input-placeholder,
.searchform ::-webkit-input-placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.gform_wrapper ::-moz-placeholder,
.searchform ::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.gform_wrapper :-ms-input-placeholder,
.searchform :-ms-input-placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.gform_wrapper :-moz-placeholder,
.searchform :-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

/** END form **/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding-top: 90px;
  container-type: inline-size;
}

#main {
  flex-grow: 1;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}

/** HEADER **/
#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 17px 0;
  background-color: #fff;
}
#header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo {
  line-height: 0;
}
#header .logo a {
  display: inline-block;
}
#header .logo img {
  max-width: 120px;
}

/** END HEADER **/
/** page-content **/
#page-content {
  position: relative;
  z-index: 5;
  padding: 80px 0 150px;
}

/** END page-content **/
/** Posts 
Affects Category page and Search results **/
.posts__list .post__item {
  position: relative;
  margin: 35px 0;
  padding: 45px 38px;
  background-color: #ECECEC;
  transition: all 0.25s;
}
.posts__list .post__item .post__image {
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
  position: relative;
}
.posts__list .post__item .post__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts__list .post__item .post__date {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.2;
}
.posts__list .post__item .post__title {
  margin: 0 0 30px;
}
.posts__list .post__item .post__link {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .posts__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
  }
  .posts__list .post__item {
    width: 46%;
    margin: 35px 2%;
  }
}
@media (min-width: 1280px) {
  .posts__list .post__item {
    width: 29.333%;
  }
}
.post-page .post__date {
  margin-bottom: 60px;
}

/** END Posts **/
/** Search Results page **/
.search__params {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 700;
}

.searchform {
  padding: 40px 0 0 0;
}
.searchform input[type=search],
.searchform input[type=text] {
  height: 50px;
}
.searchform #searchsubmit {
  width: 100%;
  height: 50px;
  min-width: 0;
  margin: 10px 0;
}

@media (min-width: 600px) {
  .searchform {
    display: flex;
  }
  .searchform input[type=search],
  .searchform input[type=text] {
    width: 67%;
  }
  .searchform #searchsubmit {
    width: calc(33% - 5px);
    margin: 0 0 0 5px;
  }
}
@media (min-width: 768px) {
  .searchform {
    max-width: 760px;
  }
  .searchform input[type=search],
  .searchform input[type=text] {
    width: 72%;
  }
  .searchform #searchsubmit {
    width: calc(28% - 5px);
  }
}
/** END Search Results page **/
/** FOOTER **/
#footer {
  position: relative;
  padding: 65px 0 25px 0;
  background-color: #222F4A;
  color: #fff;
  font-size: 16px;
}
#footer:before { /* line */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  background: #B9E2F8 url(../images/valued-lives-pattern.png) no-repeat bottom center;
  background-size: cover;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #B9E2F8;
}
#footer .footer__logo {
  line-height: 0;
}
#footer .footer__logo a {
  display: inline-block;
}
#footer .footer__logo img {
  max-width: 148px;
}
#footer .footer__contacts {
  margin-top: 30px;
}
#footer .footer__contacts > div {
  position: relative;
  padding: 6px 0 6px 35px;
}
#footer .footer__contacts > div .icon {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 21px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#footer .footer__contacts > div.phone .icon {
  background-image: url(../svg/phone--white.svg);
  background-size: 19px auto;
}
#footer .footer__contacts > div.email .icon {
  background-image: url(../svg/email--white.svg);
  background-size: 19px auto;
}
#footer .footer__contacts > div.address .icon {
  background-image: url(../svg/map--white.svg);
}
#footer .footer__acknowledgement {
  margin-top: 50px;
}
#footer .footer__acknowledgement .heading {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 900;
}
#footer .footer__logos {
  display: flex;
  margin: 25px -12px 0;
}
#footer .footer__logos .item {
  position: relative;
  padding: 12px;
}
#footer .footer__logos .item img {
  max-height: 57px;
}
#footer .footer__copyright {
  margin-top: 40px;
  padding-top: 18px;
  border-top: solid 1px #B9E2F8;
  line-height: 1.2;
}
#footer .footer__copyright .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px -12px -3px -12px;
}
#footer .footer__copyright .links a {
  margin: 3px 12px;
}
#footer .footer__copyright .links .separator {
  color: #B9E2F8;
  line-height: 1;
}
#footer .footer__copyright .links .separator:first-child, #footer .footer__copyright .links .separator:last-child {
  display: none;
}
#footer .footer__copyright .socials {
  margin: 20px 0 0;
}
#footer .footer__copyright .socials ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer__copyright .socials ul li:not(:last-child) {
  padding-right: 20px;
}
#footer .footer__copyright .socials ul li a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
#footer .footer__copyright .socials ul li a:before, #footer .footer__copyright .socials ul li a:after { /* icons */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s;
}
#footer .footer__copyright .socials ul li a:after {
  opacity: 0;
}
#footer .footer__copyright .socials ul li a:hover:before, #footer .footer__copyright .socials ul li a:focus:before {
  opacity: 0;
}
#footer .footer__copyright .socials ul li a:hover:after, #footer .footer__copyright .socials ul li a:focus:after {
  opacity: 1;
}
#footer .footer__copyright .socials ul li a.facebook:before {
  background-image: url(../svg/facebook--white.svg);
}
#footer .footer__copyright .socials ul li a.facebook:after {
  background-image: url(../svg/facebook--blue.svg);
}
#footer .footer__copyright .socials ul li a.instagram:before {
  background-image: url(../svg/instagram--white.svg);
}
#footer .footer__copyright .socials ul li a.instagram:after {
  background-image: url(../svg/instagram--blue.svg);
}
#footer .footer__copyright .socials ul li a.linkedin:before {
  background-image: url(../svg/linkedin--white.svg);
}
#footer .footer__copyright .socials ul li a.linkedin:after {
  background-image: url(../svg/linkedin--blue.svg);
}

@media (min-width: 1024px) {
  #footer {
    padding: 75px 0 15px 0;
    text-align: left;
  }
  #footer:before { /* line */
    height: 41px;
  }
  #footer > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer > .container .col-1 {
    width: 30%;
  }
  #footer > .container .col-2 {
    width: 66%;
  }
  #footer .footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer__copyright .links {
    flex-grow: 1;
    margin: -3px -12px -3px 12px;
  }
  #footer .footer__copyright .links .separator:first-child {
    display: block;
  }
  #footer .footer__copyright .socials {
    margin: 0;
  }
}
/** END FOOTER **/
/** home-welcome **/
#home-welcome {
  padding: 50px 0 100px;
  background: #B9E2F8 url(../images/valued-lives-pattern.png) no-repeat center center;
  background-size: cover;
}
#home-welcome .text {
  position: relative;
  padding: 50px 25px 70px;
  background-color: #FBCFC7;
  color: #000000;
}
#home-welcome .text:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -80px;
  right: 5%;
  display: block;
  width: 90%;
  height: 150px;
  background: url(../svg/the-life-i-choose.svg) no-repeat top right;
  background-size: contain;
}
#home-welcome .text .description {
  font-size: 23px;
}
#home-welcome .text .button {
  position: relative;
  z-index: 2;
  margin-top: 35px;
}

@media (min-width: 600px) {
  #home-welcome {
    padding: 60px 0 110px;
  }
  #home-welcome .text {
    max-width: 620px;
    padding: 60px 40px 70px;
  }
  #home-welcome .text .button {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #home-welcome .text:after {
    right: -40px;
  }
  #home-welcome .text .description {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  #home-welcome .text:after {
    bottom: -30px;
    right: 0;
    transform: translateX(73%);
    width: 440px;
    height: 160px;
    background-position: top left;
  }
}
@media (min-width: 1440px) {
  #home-welcome {
    padding: 80px 0;
  }
  #home-welcome .text {
    max-width: 780px;
    padding: 60px 90px 70px 100px;
  }
  #home-welcome .text:after {
    bottom: -30px;
    right: 0;
    transform: translateX(73%);
    width: 600px;
    height: 224px;
  }
  #home-welcome .text .description {
    font-size: 29px;
  }
}
@media (min-width: 1800px) {
  #home-welcome .text {
    max-width: 860px;
    padding: 71px 110px 87px 100px;
  }
  #home-welcome .text .description {
    font-size: 32px;
  }
  #home-welcome .text .button {
    margin-top: 70px;
  }
}
/** END home-welcome **/
/** home-about **/
#home-about {
  margin: 80px 0;
}
#home-about > .container {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#home-about .heading {
  color: #000000;
}
#home-about .content {
  margin: 40px 0 0;
}

@media (min-width: 1024px) {
  #home-about {
    margin: 117px 0;
  }
}
/** END home-about **/
#video-block {
  margin: 80px 0;
}
#video-block .video-wrap {
  position: relative;
  background-color: #ECECEC;
}
#video-block .video-wrap:hover .play-pause-video-button.is-paused {
  opacity: 1;
}
#video-block .video-wrap .video {
  position: relative;
  z-index: 1;
  padding-bottom: 60%;
  background-color: #ECECEC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#video-block .video-wrap .video:after { /* black mask */ }
#video-block .video-wrap .video video {
  position: absolute;
  z-index: 1;
}
#video-block .video-wrap .play-pause-video-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: solid 4px #F26C52;
  transition: all 0.25s;
  cursor: pointer;
}
#video-block .video-wrap .play-pause-video-button:after { /* arrow */
  content: "";
  position: absolute;
  top: 11px;
  left: 15px;
  display: block;
  border: solid 10px transparent;
  border-left: solid 15px #F26C52;
  transition: all 0.25s;
}
#video-block .video-wrap .play-pause-video-button.is-paused {
  opacity: 0;
}
#video-block .video-wrap .play-pause-video-button.is-paused:before { /* pause symbol */
  content: "";
  position: absolute;
  top: 11px;
  left: 23px;
  display: block;
  height: 21px;
  border-left: solid 4px #F26C52;
  transition: all 0.25s;
}
#video-block .video-wrap .play-pause-video-button.is-paused:after { /* arrow >> pause symbol */
  height: 21px;
  border: none;
  border-left: solid 4px #F26C52;
}
#video-block .video-wrap .play-pause-video-button:hover {
  background-color: #F26C52;
}
#video-block .video-wrap .play-pause-video-button:hover:before { /* pause symbol */
  border-left-color: #fff;
}
#video-block .video-wrap .play-pause-video-button:hover:after { /* arrow + pause symbol */
  border-left-color: #fff;
}

@media (min-width: 1024px) {
  #video-block {
    margin: 117px 0;
  }
  #video-block .video-wrap .play-pause-video-button {
    width: 71px;
    height: 71px;
    margin: -35px 0 0 -35px;
  }
  #video-block .video-wrap .play-pause-video-button:after { /* arrow */
    top: 16px;
    left: 23px;
    border-width: 15px;
    border-left-width: 20px;
  }
  #video-block .video-wrap .play-pause-video-button.is-paused:before { /* pause symbol */
    top: 16px;
    left: 35px;
    height: 30px;
    border-left-width: 5px;
  }
  #video-block .video-wrap .play-pause-video-button.is-paused:after { /* arrow >> pause symbol */
    height: 30px;
    border-left-width: 5px;
  }
}
#video-iframe {
  margin: 80px 0;
}
@media (min-width: 1024px) {
  #video-iframe {
    margin: 117px 0;
  }
}
#video-iframe iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* Matches standard YouTube video proportions */
}

/** referral-process **/
#referral-process {
  position: relative;
  margin: 100px 0;
  padding: 100px 0 60px;
  background-color: #B9E2F8;
  text-align: center;
}
#referral-process:before { /* line */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  background: #FBCFC7 url(../images/valued-lives-pattern.png) no-repeat bottom center;
  background-size: cover;
}
#referral-process .heading {
  color: #000000;
}
#referral-process .description {
  max-width: 650px;
  margin: 0 auto;
}
#referral-process .items {
  margin-top: 70px;
}
#referral-process .items .item {
  min-height: 250px;
  margin: 0 0 15px;
  padding: 40px 40px 45px;
  background-color: #0D1F2C;
  color: #fff;
  font-size: 22px;
}
#referral-process .items .item .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 25px;
  position: relative;
}
#referral-process .items .item .icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#referral-process .items .item a {
  color: #fff;
  text-decoration: underline;
}
#referral-process .items .item a:hover {
  color: #B9E2F8;
}

@media (min-width: 768px) {
  #referral-process .items {
    display: flex;
    justify-content: space-between;
  }
  #referral-process .items .item {
    width: 32.333%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #referral-process {
    padding: 170px 0 120px;
  }
  #referral-process:before { /* line */
    height: 41px;
  }
  #referral-process .items {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  #referral-process .items .item .icon {
    width: 80px;
    height: 80px;
  }
}
/** END referral-process **/
/** contact-details **/
:root {
  --hsf-row__horizontal-spacing: 15px;
  --hsf-row__vertical-spacing: 25px;
  --hsf-field-input__background-color: #F1F1F1;
  --hsf-field-input__border-color: #fff;
  --hsf-field-input__border-radius: 0;
  --hsf-field-input__padding: 14px 16px 14px 16px;
  --hsf-button__border-radius: 0;
}

#contact-details {
  margin: 80px 0;
}
#contact-details .details > div {
  padding: 17px 0 14px;
  border-bottom: solid 2px #FBCFC7;
}
#contact-details #contact-form {
  padding: 80px 0 0;
}
#contact-details #contact-form .hsfc-Step__Content {
  padding: 12px 0 0 0;
}
#contact-details #contact-form .hsfc-RichText p {
  margin: 0 0 15px !important;
  color: #0D1F2C !important;
  font-size: 20px !important;
}
#contact-details #contact-form .hsfc-Heading {
  color: #0D1F2C !important;
  font-size: 34px;
}
#contact-details #contact-form label {
  margin: 0 0 5px;
  color: #0D1F2C !important;
  font-size: 16px;
}
#contact-details #contact-form label .hsfc-FieldLabel__RequiredIndicator {
  color: #0D1F2C !important;
}
#contact-details #contact-form textarea {
  min-height: 300px;
}
#contact-details #contact-form .hsfc-ErrorAlert {
  color: #F26C52 !important;
  font-size: 16px;
}

@media (min-width: 1024px) {
  #contact-details {
    margin: 117px 0;
  }
  #contact-details .container {
    display: flex;
    justify-content: space-between;
  }
  #contact-details .details {
    width: 37%;
  }
  #contact-details #contact-form {
    width: 47%;
    padding: 0;
  }
}
/** END contact-details **/
/** Hide/Show element **/
.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-none-sm {
    display: none;
  }
}
@media (min-width: 1024px) {
  .d-none-md {
    display: none;
  }
}
@media (min-width: 1280px) {
  .d-none-lg {
    display: none;
  }
}
@media (min-width: 1440px) {
  .d-none-xl {
    display: none;
  }
}
.d-block {
  display: block;
}

@media (min-width: 768px) {
  .d-block-sm {
    display: block;
  }
}
@media (min-width: 1024px) {
  .d-block-md {
    display: block;
  }
}
@media (min-width: 1280px) {
  .d-block-lg {
    display: block;
  }
}
@media (min-width: 1440px) {
  .d-block-xl {
    display: block;
  }
}
.d-flex {
  display: flex;
}

@media (min-width: 768px) {
  .d-flex-sm {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .d-flex-md {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .d-flex-lg {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .d-flex-xl {
    display: flex;
  }
}
/** END Hide/Show element **/
/** Position **/
.c-position-relative {
  position: relative;
}

/** END Position **/
/** Margins **/
.c-margin-0 {
  margin: 0 !important;
}

.c-margin-vert-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.c-margin-sides-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-margin-top-0 {
  margin-top: 0 !important;
}

.c-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.c-margin-left-0 {
  margin-left: 0 !important;
}

.c-margin-right-0 {
  margin-right: 0 !important;
}

.c-clear-p-margins p:first-child {
  margin-top: 0;
}
.c-clear-p-margins p:last-child {
  margin-bottom: 0;
}

/** END Margins **/
/** Paddings **/
.c-padding-0 {
  padding: 0 !important;
}

.c-padding-vert-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-padding-sides-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-padding-top-0 {
  padding-top: 0 !important;
}

.c-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.c-padding-left-0 {
  padding-left: 0 !important;
}

.c-padding-right-0 {
  padding-right: 0 !important;
}

/** END Paddings **/
/** Text styles **/
.c-text-left {
  text-align: left !important;
}

.c-text-center {
  text-align: center !important;
}

.c-text-right {
  text-align: right !important;
}

.c-word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.c-no-wrap {
  white-space: nowrap;
}

/** END Text styles **/