/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 20px;
  overflow-x: hidden;
}

p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #F31A7B;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  color: #000;
  font-family: "Oswald", serif;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 120%;
  margin: 30px 0 20px;
  padding: 0;
}

h1, .uk-h1 {
  font-size: 68px;
}

h2, .uk-h2 {
  font-size: 50px;
  margin-top: 0;
}

h3, .uk-h3 {
  font-size: 34px;
}

h4, .uk-h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
  font-weight: 500;
}

.semi {
  font-weight: 600;
}
.semi p {
  font-weight: 600;
}

.upper {
  text-transform: uppercase;
}

.txt-18 {
  font-size: 18px;
}
.txt-18 p {
  font-size: 18px;
}

.txt-24 {
  font-size: 24px;
}
.txt-24 p {
  font-size: 24px;
}

.txt-white {
  color: #fff;
}
.txt-white p, .txt-white .center-content *, .txt-white .hl-inner * {
  color: #fff;
}
.txt-white .hline {
  background: #fff;
}

.txt-grey {
  color: #333;
}
.txt-grey p {
  color: #333;
}

.txt-yellow {
  color: #F5F8A3;
}

.txt-red {
  color: #ED1652;
}

.txt-green {
  color: #06FB06;
}

.txt-black {
  color: #000;
}
.txt-black p {
  color: #000;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #000;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  outline: 0 !important;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 5px #00000070;
          box-shadow: 0 0 5px #00000070;
}
.button.btn-grey,
button.btn-grey,
input[type="submit"].btn-grey,
input[type="reset"].btn-grey,
input[type="button"].btn-grey {
  background-color: #333;
}
.button.btn-white,
button.btn-white,
input[type="submit"].btn-white,
input[type="reset"].btn-white,
input[type="button"].btn-white {
  background-color: #fff;
  color: #000;
}
.button.btn-white:hover,
button.btn-white:hover,
input[type="submit"].btn-white:hover,
input[type="reset"].btn-white:hover,
input[type="button"].btn-white:hover {
  color: #000;
}

.ht-link {
  background: #000;
  color: #06FB06;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 30px;
}
.ht-link:hover {
  color: #fff;
}

section .button {
  margin-top: 20px;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/
form input[type="color"], form input[type="date"], form input[type="datetime-local"], form input[type="datetime"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form select, form textarea {
  background: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-bottom: 2px solid #06FB06;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 17px 30px;
  outline: none;
  line-height: 100% !important;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  width: 100%;
}
form input[type="color"]:focus, form input[type="date"]:focus, form input[type="datetime-local"]:focus, form input[type="datetime"]:focus, form input[type="email"]:focus, form input[type="month"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="text"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="week"]:focus, form select:focus, form textarea:focus {
  background: none;
  color: #fff;
}
form ::-webkit-input-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
form ::-ms-input-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
form ::placeholder {
  color: #d2d2d2;
  opacity: 1;
}
form ::-ms-input-placeholder {
  color: #d2d2d2;
}

.form-wrap {
  background: #333;
  padding: 60px;
}

.wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translate(-50%,-50%);
  top: 100%;
  margin-top: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output{
  color: #fff;
  text-align: center;
}

.reg-form {
  margin-top: -30px;
  position: relative;
}

.brgh span {
  font-weight: 600;
  color: #fff;
}
.brgh span.borough {
  color: #06FB06;
}
.brgh span.txt-red {
  color: #ED1652;
}

/*------------------------------------*\
	BANNER
\*------------------------------------*/
.banner {
  position: relative;
  background: #F4F5F7;
  margin: 0 30px;
  margin-bottom: 60px !important;
}
.banner .banner-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  width: 100%;
}
.banner .bc-column {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.banner.bnr-with-image {
  margin: 30px;
}
.banner.bnr-with-image .banner-content {
  max-width: 620px;
  float: right;
  margin: 0;
  padding: 40px 0 40px 30px;
}
.banner .attachment-fullscreen, .banner .banner-video {
  margin-top: -30px;
  margin-right: -30px;
  width: calc(100% + 30px);
  max-width: unset;
  margin-bottom: -30px !important;
  height: calc(100% + 60px);
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 800px;
}
.banner h1 {
  margin-top: 0;
}
.banner .banner-sub p {
  font-size: 24px;
  font-weight: 500;
}
.banner .banner-back {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  font-family: "Oswald", serif;
  padding-bottom: 10px;
}
.banner .banner-icon {
  position: absolute;
  bottom: 0;
  left: 70px;
}

.home .banner, .page-template-template-home-fixed .banner {
  margin: 0;
  padding: 140px 0;
}

.hb-image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.hb-image-wrap:before {
  background: -webkit-gradient(linear, left top, right top, from(#06fb06), to(rgba(6, 251, 6, 0.5)));
  background: linear-gradient(to right, #06fb06 0%, rgba(6, 251, 6, 0.5) 100%);
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.banner .hb-image-wrap .attachment-fullscreen {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

.hb-right-inner {
  background: #333;
  color: #fff;
  padding: 60px;
}
.hb-right-inner p {
  color: #fff;
}
.hb-right-inner h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.hb-right-inner .button {
  margin-top: 20px;
  margin-right: 20px;
}
.hb-right-inner .button:last-child {
  margin-right: 0;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/
header {
  position: relative;
  z-index: 9999;
  padding-top: 20px;
  background: #fff;
}
header .logo {
  padding-bottom: 20px;
}
header nav .uk-navbar-nav {
  gap: 40px;
  margin-top: 20px;
}
header nav .uk-navbar-nav > li {
  position: relative;
}
header nav .uk-navbar-nav > li > a {
  min-height: auto;
  color: #1F294C;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  padding: 12px;
  padding-bottom: 20px;
}
header nav .uk-navbar-nav > li.current-menu-item > a {
  color: #F31A7B;
}
header nav .uk-navbar-nav > li.menu-item-has-children > a {
  padding-right: 20px;
}
header nav .uk-navbar-nav > li.menu-item-has-children > a:after {
  position: absolute;
  content: " ";
  background-image: url("img/menu-arrow.svg");
  width: 12px;
  height: 7px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
header nav .uk-navbar-nav > li.menu-item-has-children:hover > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
header nav .uk-navbar-nav > li:hover > a, header nav .uk-navbar-nav > li:focus > a {
  color: #F31A7B;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #F31A7B;
}

.uk-navbar-dropdown {
  min-width: 270px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-top: 2px solid #F31A7B;
}
.uk-navbar-dropdown li > a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}
.uk-navbar-dropdown li > a:hover {
  color: #F31A7B;
}

.uk-offcanvas-page header.header.uk-active {
  background-color: transparent;
}

.uk-offcanvas-bar {
  width: 100%;
  background-color: #fff;
  padding-top: 120px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}

.uk-offcanvas-bar-animation {
  -webkit-transition: left .2s ease-out;
  transition: left .2s ease-out;
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  width: 40px;
  float: right;
  margin-top: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.nav-toggle .bar {
  height: 4px;
  width: 80%;
  background-color: #F31A7B;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-toggle .bar:nth-of-type(2) {
  width: 100%;
}

.nav-toggle:hover {
  cursor: pointer;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(1) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 28px;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(2) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(3) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 28px;
}

.uk-offcanvas-page .nav-toggle {
  height: 23px;
}

.uk-offcanvas {
  text-align: center;
}
.uk-offcanvas .uk-nav li a {
  color: #1F294C !important;
  min-height: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.uk-offcanvas .uk-nav li .sub-menu {
  padding-left: 20px !important;
}
.uk-offcanvas .uk-nav li .sub-menu li a {
  font-weight: 400;
}

.callus-mobile {
  background: #000;
  color: #06FB06;
  text-align: center;
  width: 100%;
  display: block;
  padding: 12px;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
  background: #eee;
  color: #333;
  padding: 60px 0;
  position: relative;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
footer .footer-menu a {
  color: #333;
  font-weight: 400;
  padding: 5px 0;
  display: block;
  font-size: 18px;
  text-decoration: underline;
}
footer .footer-menu a:hover {
  color: #F31A7B;
}
footer p, footer a {
  color: #333;
}
footer .copyright {
  margin-top: 30px;
}

.social a {
  color: #F31A7B;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.social a:hover {
  color: #F31A7B;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-bottom: 0;
  padding-bottom: 5px;
}

.totop {
  position: absolute;
  right: 100px;
  top: -30px;
  background: #000;
  color: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.totop svg {
  width: 28px;
}

.footer-logos {
  padding: 30px 0;
  overflow: hidden;
}
.footer-logos img {
  max-height: 120px;
}
.footer-logos .uk-position-small {
  margin-left: 0;
  margin-right: 0;
}

.footer-cta:before {
  background-image: url("img/footer-cta-icon.svg");
  position: absolute;
  content: " ";
  width: 300px;
  height: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-cta .uk-first-column:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-cta h3 {
	font-size: 50px;
	margin-top: 0;
}

/*------------------------------------*\
	ACF FLEXI SECTIONS
\*------------------------------------*/
.title-content-image li, .middle-content li {
  font-weight: 600;
}

/* Horizontal line section */
.hl-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.hl-grid > div {
  max-width: 450px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.hl-grid.hlg-bottom > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.hl-grid.hlg-bottom > div .hl-icon {
  margin-top: -50px;
}

.hl-inner {
  max-width: 80%;
}
.hl-inner h5 {
  margin: 0;
  font-size: 22px;
}

.hl-icon {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
}
.hl-icon img {
  max-height: 70px;
  max-width: 70px;
}

.small-icons .hl-icon {
  background: none;
  height: 55px;
  width: 55px;
}

.hline-container {
  position: relative;
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hline {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 30px;
  background-color: #000;
  border-radius: 30px;
  -webkit-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}

/* Vertical line section */
.vl-icon {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
}
.vl-icon img {
  max-height: 80px;
}

.vl-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.vl-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.line {
  width: 5px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
}

.draw {
  position: absolute;
  width: 30px;
  height: 0;
  background-color: #000;
  opacity: 1;
  left: -12px;
  top: 0;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}

.draw:before, .draw:after {
  position: absolute;
  content: " ";
  width: 30px;
  height: 30px;
  background: #F31A7B;
  top: -40px;
  left: 0;
  border-radius: 30px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.draw:after {
  top: unset;
  bottom: -40px;
  opacity: 0;
  background: #06FB06;
}

.bg-red .draw:before, .bg-pink .draw:before {
  background: #006FEF;
}

.completed .draw:after {
  opacity: 1;
}

@media (min-width: 960px) {
  .vl-grid > div:nth-child(2n+1) {
    margin-top: -20px;
  }
  .vl-grid > div:nth-child(2n+1) .vl-inner {
    padding-right: 80px;
  }

  .vl-grid > div:nth-child(2n) {
    margin-top: 180px;
  }
  .vl-grid > div:nth-child(2n) .vl-inner {
    padding-left: 80px;
  }
  .vl-grid > div:nth-child(2n) .vl-icon {
    right: unset;
    left: -80px;
  }

  .vl-grid > div:first-child {
    margin-top: 0;
  }

  .vl-grid {
    margin-left: -160px;
  }
  .vl-grid > * {
    padding-left: 160px;
  }

  .vl-inner {
    opacity: 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }

  .vl-inner.in-view {
    opacity: 1;
  }
}
/* Calculators */
.calc-wrap .radio {
  padding: 10px 30px 12px 20px;
  background: #000;
  display: inline-block;
  margin: 10px;
  font-weight: 500;
  font-family: "Oswald", serif;
  font-size: 24px;
  cursor: pointer;
}
.calc-wrap .js-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.calc-wrap .radio__ipt {
  position: relative;
  display: block;
  width: 40px;
}
.calc-wrap .radio__label {
  padding-left: 40px;
}
.calc-wrap .radio__control {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.calc-wrap .js-radio:checked ~ .radio__control {
  background-color: #06FB06;
}
.calc-wrap .radio__control:after {
  content: "";
  position: absolute;
  display: none;
}
.calc-wrap .js-radio:checked ~ .radio__control:after {
  display: block;
}
.calc-wrap .radio__control:after {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #333;
}
.calc-wrap .range-slider__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.calc-wrap .sr-only {
  position: absolute;
  left: -62.5rem;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.calc-wrap .range-slider__input input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  display: block;
  margin: 0;
  width: 100%;
  height: 12px;
  background: #000;
  border-radius: 5px;
}
.calc-wrap .range-slider .ticks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.calc-wrap .range-slider .tick {
  line-height: 50px;
}
.calc-wrap .range-slider output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 111%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.calc-wrap .range-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  position: relative;
  margin-bottom: 3.75rem;
}
.calc-wrap .range-slider input[type=range]::-ms-fill-lower {
  display: none;
}
.calc-wrap .range-slider input[type=range]::-ms-fill-upper {
  display: none;
}
.calc-wrap .range-slider input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 100px;
  background: #06FB06;
}
.calc-wrap .range-slider input[type=range]::-moz-range-thumb {
  position: relative;
  -webkit-appearance: none;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 100px;
  background: #06FB06;
}
.calc-wrap .range-slider input[type=range]::-ms-thumb {
  position: relative;
  -webkit-appearance: none;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 100px;
  background: #06FB06;
}
.calc-wrap .calculator-values {
  background: #06FB06;
  padding: 40px;
}
.calc-wrap .calc-values-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.calc-wrap .calc-values-inner h3 {
  margin-bottom: 0;
}
.calc-wrap .calc-mo-yr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

/* Case studies */
.cs-quote {
  background: #ED1652;
  padding: 40px 60px 20px 60px;
}
.cs-quote:before, .cs-quote:after {
  position: absolute;
  content: " ";
  background-image: url("img/quote.svg");
  width: 35px;
  height: 30px;
  left: 10px;
  top: 10px;
}
.cs-quote:after {
  left: unset;
  top: unset;
  right: 20px;
  bottom: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.grid-inner img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.grid-inner.single-cs img{
  aspect-ratio: 1 / 1;
}

.page-template-template-case-studies .grid-inner img {
  aspect-ratio: 1 / 1;
}
.more-stories {
  background-image: url("img/more-stories-bg.jpg");
}

/* Cards */
.uk-dotnav > * > * {
  width: 12px;
  height: 12px;
  border: none;
  background: #fff;
}

.uk-dotnav > .uk-active > * {
  background: #000;
  width: 40px;
  border-radius: 5px;
}

.cards .section-title, .cards .card-main-content, .cards .card-bottom-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.card-inner {
  background: #fff;
  height: 100%;
  padding: 40px;
	position: relative;
  padding-bottom: 90px;
}
.card-inner .button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 10px 20px;
	max-width: max-content;
}
.card-inner.uk-text-center .button {
	right: 30px;
	margin: auto;
}
.card-icon {
  min-height: 56px;
}

/* Services */
.serv-list {
  padding-top: 120px;
  padding-bottom: 60px;
}

.serv-nav.uk-subnav-pill {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 0 20px;
}
.serv-nav.uk-subnav-pill > li {
  padding: 0;
}
.serv-nav.uk-subnav-pill > li a {
  font-size: 24px;
  font-family: "Oswald", serif;
  font-weight: 500;
  background: #333;
  color: #fff;
  padding: 22px 30px;
  min-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serv-nav.uk-subnav-pill > li a:hover {
  background: #000;
}
.serv-nav.uk-subnav-pill > li.uk-active a {
  background: #F31A7B;
}

.serv-content {
  background: #eee;
}

.sl-content {
  max-width: 1015px;
  float: right;
  width: 100%;
  padding-left: 30px;
}

.sl-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 50px;
  max-width: 900px;
  gap: 30px;
}
.sl-icons a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Oswald", serif;
}
.sl-icons a span {
  border-radius: 50%;
  color: #fff;
  background: #ED1652;
  border: 2px solid #333;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 44px;
  margin-right: 14px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.sl-icons a:hover {
  color: #ED1652;
}
.sl-icons a:hover span {
  border-color: #ED1652;
}

.sl-grey {
  padding: 40px 30px;
}
.sl-grey:after {
  position: absolute;
  content: " ";
  width: 500%;
  height: 100%;
  top: 0;
  right: 0;
  background: #333;
}
.sl-grey ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
.sl-grey ul li {
  color: #fff;
  position: relative;
}
.sl-grey ul li:after {
  position: absolute;
  content: " ";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sl-grey ul li:last-child:after {
  display: none;
}

.serv-ref .button {
  margin-right: 20px;
  margin-bottom: 20px;
}
.serv-ref span {
  display: inline-block;
}

.sl-content.no-location {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.sl-content.no-location .sl-grey:after {
  right: -100%;
}

/* Content - image */
.copy-inner .button {
  margin-top: 20px;
}

.copy-inner h2:first-child {
  margin-top: 0;
}

.title-image_image {
  margin-top: 20px;
}
.title-image_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ci-content > *:first-child {
  margin-top: 0;
}

/* Tabs */
.uk-tab:before {
  display: none;
}
.uk-tab li a {
  color: #1F294C;
  padding: 0 50px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 1px solid transparent;
  min-height: 70px;
  text-decoration: none;
}
.uk-tab li a span {
  max-width: 130px;
}
.uk-tab li.uk-active > a {
  border: 1px solid #1F294C;
}

.tabs h2 {
  font-size: 50px;
  margin-top: 0;
  text-transform: uppercase;
}
.tabs .tabs-image-grid .button span {
  display: none;
}
.tabs .tabs-image-grid .button img {
  max-height: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabs .tabs-grid-link {
  display: block;
  padding: 70px 20px;
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.tabs .tabs-grid-link:hover {
  opacity: 0.8;
}
.tabs .tabs-grid-link h3 {
  display: inline-block;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.tabs .tabs-end-content .button {
  margin-left: 20px;
}

.tabs-icon img {
  float: right;
  max-height: 48px;
}

/* Content columns */
.content-columns .content-column-inner {
  border-radius: 20px;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
.content-columns .content-column-inner p:last-child {
  margin-bottom: 0;
}
.content-columns .content-column-inner.with-inner-bg {
  padding-left: 30px;
  padding-right: 30px;
}
.content-columns .content-column-inner.uk-padding-remove-vertical h4:first-child {
  margin-top: 0;
}
.content-columns .alignleft {
  float: left;
  margin-right: 30px;
}
.content-columns h2, .content-columns h3 {
  display: inline-block;
}
.content-columns h4 {
  max-width: 460px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.content-columns h4:last-child {
  margin-bottom: 0;
}
.content-columns h4 em {
  font-style: normal;
  color: inherit;
  position: relative;
}
.content-columns h4 em:after {
  position: absolute;
  content: " ";
  width: calc(100% + 10px);
  height: 8px;
  background: #F9D340;
  display: inline-block;
  bottom: 2px;
  left: -5px;
  z-index: -1;
}
.content-columns ol {
  list-style: none;
  counter-reset: custom-counter;
  margin-top: 40px;
  padding: 0;
}
.content-columns ol li {
  counter-increment: custom-counter;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding-left: 90px;
  position: relative;
}
.content-columns ol li:before {
  content: counter(custom-counter);
  display: inline-block;
  color: #fff;
  background: #1F4DC5;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 40px;
  top: 22px;
}
.content-columns ul {
  padding: 0 !important;
  list-style: none;
}
.content-columns ul li {
  background: #fff;
  padding: 35px 25px 35px 40px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 10px;
}
.content-columns ul li:before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  background: #1F294C;
  border-radius: 50%;
  left: 20px;
  top: 45px;
}
.content-columns .btn-download {
  width: 100%;
}
.medicine .fp-image {
	display: none;
}
.medicine .fp-inner > div:nth-child(2) {
	width: 100%;
}

/* Accordions */
.accordion li {
  margin: 0 !important;
}
.accordion li.uk-open .uk-accordion-title .uk-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .uk-accordion-title {
  padding: 24px 0;
  border-top: 1px solid #ccc;
  text-decoration: none;
  position: relative;
}
.accordion .uk-accordion-title:before {
  display: none;
}
.accordion .uk-accordion-title .uk-icon {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  background: #1F4DC5;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: none;
          transform: none;
}
.accordion .uk-accordion-title h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #1F4DC5;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.accordion .uk-accordion-title h4 span {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion .acc-content-inner {
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

/*------------------------------------*\
	MISC
\*------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.acf-map {
  width: 100%;
  height: 800px;
  border: none;
  margin: 0;
}

.acf-map img {
  max-width: inherit !important;
}

section.uk-padding-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.center-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

section.bg-white + .cta {
  padding-top: 0;
}

.bg-green {
  background-color: #06FB06;
}

.bg-blue {
  background-color: #00A7FA;
}

.bg-pink {
  background-color: #F31A7B;
}

.bg-red {
  background-color: #ED1652;
}

.bg-yellow {
  background-color: #F5F8A3;
}

.bg-grey {
  background-color: #333;
}

.bg-white {
  background-color: #fff;
  color: #000;
}
.bg-white p {
  color: #000;
}

.middle-content, .cards {
  margin-left: 30px;
  height: calc(100% - 60px);
  margin-top: 30px;
  margin-bottom: 30px;
  width: calc(100% - 60px);
}

.line.page-line {
  right: auto;
  left: 150px;
}

.line-right .line.page-line {
  right: 150px;
  left: auto;
}

.title-content-image a:not(.button),
.middle-content a:not(.button),
.grid-content a:not(.button),
.vertical-line-section a:not(.button),
.horizontal-line-section a:not(.button),
.savings-calculator a:not(.button),
.footer-cta a:not(.button) {
	text-decoration: underline;
}
.middle-content.with-image a:not(.button),
.featured-post .fp-content a:not(.button) {
	color: white;
}
.wth-links .mc-content {
	padding-bottom: 10px;
}
.wth-links .button {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media (max-width: 1980px) {
  section.with-image {
    background-size: contain !important;
  }

  .footer-cta:before {
    left: -150px;
  }

  .line-right .line.page-line {
    right: 80px;
  }
}
@media (max-width: 1800px) {
  .line.page-line {
    left: 50px;
  }

  .line-right .line.page-line {
    right: 50px;
    left: auto;
  }
}
@media (max-width: 1500px) {
  header nav .uk-navbar-nav, footer .footer-menu {
    gap: 20px;
  }

  .logo-img {
    max-width: 150px;
  }

  .ht-link {
    font-size: 16px;
    padding: 10px 30px;
  }

  .nhs-img {
    max-width: 170px;
  }

  header nav .uk-navbar-nav > li > a, .uk-navbar-dropdown li > a, footer .footer-menu a, footer .copyright {
    font-size: 15px;
  }

  .footer-cta:before {
    left: -200px;
  }

  .page-line-wrap {
    display: none;
  }
}
@media (max-width: 1200px) {
  .logo-img {
    max-width: 100px;
  }

  .home .banner, .page-template-template-home-fixed .banner {
    padding: 80px 0;
  }

  .serv-nav.uk-subnav-pill > li a {
    font-size: 20px;
    min-width: 200px;
    padding: 20px;
  }

  section.uk-padding-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-cta:before {
    display: none;
  }

  .hline-container {
    display: none;
  }

  .hl-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .hl-inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hl-icon {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 960px) {
  h1, .uk-h1 {
    font-size: 50px;
  }

  h2, .uk-h2, .tabs h2, .section-title, .footer-cta h3 {
    font-size: 42px;
  }

  h3, .uk-h3, .hb-right-inner h2 {
    font-size: 26px;
  }

  h4, .uk-h4 {
    font-size: 22px;
  }

  h5, .uk-h5, .banner .banner-sub p, body, p, .txt-24, .txt-24 p {
    font-size: 18px;
  }

  .totop {
    top: 0;
    right: 0;
  }

  .banner.bnr-with-image, .banner {
    margin: 0;
  }

  .banner .banner-content, .banner.bnr-with-image .banner-content {
    float: none;
    max-width: 100%;
    padding: 40px 30px;
  }

  .banner.bnr-with-image .banner-content {
    padding: 40px 30px 0 30px;
  }

  .banner .attachment-fullscreen, .banner-video {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 18px;
    padding: 10px 30px;
  }

  .banner .banner-icon {
    left: 50px;
    bottom: 20px;
    max-height: 50px;
  }

  .home .banner, .page-template-template-home-fixed .banner {
    padding: 50px 0;
  }

  .serv-nav.uk-subnav-pill {
    gap: 20px;
  }

  .serv-nav.uk-subnav-pill > li a {
    font-size: 18px;
    min-width: 180px;
    padding: 15px;
  }

  .serv-list {
    padding-top: 20px;
  }

  .acf-map {
    height: 400px;
  }

  .sl-content {
    max-width: 100%;
    padding-right: 30px;
  }

  .sl-grey {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .sl-grey:after {
    right: -30px;
  }

  .form-wrap {
    background: #333;
    padding: 40px 30px;
  }

  .reg-form {
    margin: 0;
  }

  section.with-image {
    background-image: none !important;
  }

  section.uk-padding-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.title-content-image {
    padding-bottom: 0;
  }

  .line {
    display: none;
  }

  .vl-wrap {
    padding: 0;
  }
	.mc-title.uk-text-center {
		text-align: left !important;
	}
	.vl-grid > div {
		margin-top: 70px !important;
	}
		.vl-inner {
		padding-top: 30px;
	}

	.vl-icon {
		width: 100px;
		height: 100px;
		right: 0;
		left: 0;
		margin: auto;
		top: 0;
	}

  .middle-content, .cards {
    margin-left: 0;
    height: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
	.hl-icon {
		order: 9;
		margin-top: 20px !important;
	}
	.hl-grid.hlg-bottom {
		margin-top: 30px;
	}
}
@media (max-width: 640px) {
  h1, .uk-h1 {
    font-size: 42px;
  }

  h2, .uk-h2, .tabs h2, .section-title, .footer-cta h3 {
    font-size: 30px;
  }

  h3, .uk-h3 {
    font-size: 24px;
  }

  h4, .uk-h4 {
    font-size: 20px;
  }

  footer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

	.serv-nav.uk-subnav-pill {
		gap: 10px;
		flex-direction: column;
	}
	.serv-nav.uk-subnav-pill > li {
		width: 100%;
	}

  .serv-nav.uk-subnav-pill > li a {
    font-size: 14px;
    min-width: unset;
    padding: 15px 20px;
  }

  .sl-icons, .sl-grey ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sl-grey ul li::after {
    display: none;
  }

  .calc-wrap .radio {
    font-size: 20px;
    padding: 10px 20px 12px 15px;
  }

  .calc-wrap .radio__label {
    padding-left: 30px;
  }

  .calc-wrap .calc-mo-yr, .calc-wrap .calc-values-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .calc-wrap .calc-values-inner h3 {
    margin-top: 10px;
  }

  .calc-wrap .calculator-values {
    padding: 30px 20px;
  }
	.button {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.card-inner .button {
		position: relative;
		max-width: 100%;
		left: 0;
		margin-top: 30px !important;
	}
	.card-inner {
		padding-bottom: 0;
	}
	.hb-right-inner {
		padding: 30px;
	}
	.sl-icons a span {
		margin-right: 10px;
		width: 40px;
		height: 40px;
		line-height: 100%;
	}
	.sl-icons a span svg {
		width: 23px;
		margin-top: 5px;
	}
	.sl-icons a {
		font-size: 18px;
	}
	.wth-links .button {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
}
@media (min-width: 960px) {
	.hidden-bottom-icons .hl-grid.hlg-bottom .hl-icon {
		display: none;
	}
  .cta .fc-left {
    max-width: 350px;
  }

  .fc-left {
    max-width: 500px;
  }

  .fc-content {
    max-width: 620px;
  }

  .te_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding-left: 30px;
  }
  .te_image img {
    width: calc(100% - 60px);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .te_image .cs-quote {
    bottom: 30px;
    left: 30px;
    max-width: 620px;
    position: absolute !important;
  }

  .title-image_image {
    margin: 0;
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
  }
  .title-image_image:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%, white 100%);
  }
  .title-image_image.ti-right {
    right: 0;
  }
  .title-image_image.ti-right:before {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }

  section.with-image {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left;
  }
  section.with-image.bg-right {
    background-position: right;
  }
  section.with-image:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section.with-image.bg-pink:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 26, 123, 0.5)), color-stop(40%, #f31a7b), to(#f31a7b));
    background: linear-gradient(to right, rgba(243, 26, 123, 0.5) 0%, #f31a7b 40%, #f31a7b 100%);
  }
  section.with-image.bg-pink.bg-right:before {
    background: -webkit-gradient(linear, left top, right top, from(#f31a7b), color-stop(60%, #f31a7b), to(rgba(243, 26, 123, 0.5)));
    background: linear-gradient(to right, #f31a7b 0%, #f31a7b 60%, rgba(243, 26, 123, 0.5) 100%);
  }
  section.with-image.bg-blue:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 167, 250, 0.5)), color-stop(40%, #00a7fa), to(#00a7fa));
    background: linear-gradient(to right, rgba(0, 167, 250, 0.5) 0%, #00a7fa 40%, #00a7fa 100%);
  }
  section.with-image.bg-blue.bg-right:before {
    background: -webkit-gradient(linear, left top, right top, from(#00a7fa), color-stop(60%, #00a7fa), to(rgba(0, 167, 250, 0.5)));
    background: linear-gradient(to right, #00a7fa 0%, #00a7fa 60%, rgba(0, 167, 250, 0.5) 100%);
  }
  section.with-image.bg-yellow:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 248, 163, 0.5)), color-stop(40%, #f5f8a3), to(#f5f8a3));
    background: linear-gradient(to right, rgba(245, 248, 163, 0.5) 0%, #f5f8a3 40%, #f5f8a3 100%);
  }
  section.with-image.bg-yellow.bg-right:before {
    background: -webkit-gradient(linear, left top, right top, from(#f5f8a3), color-stop(60%, #f5f8a3), to(rgba(245, 248, 163, 0.5)));
    background: linear-gradient(to right, #f5f8a3 0%, #f5f8a3 60%, rgba(245, 248, 163, 0.5) 100%);
  }
  section.with-image.bg-red:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(237, 22, 82, 0.5)), color-stop(40%, #ed1652), to(#ed1652));
    background: linear-gradient(to right, rgba(237, 22, 82, 0.5) 0%, #ed1652 40%, #ed1652 100%);
  }
  section.with-image.bg-red.bg-right:before {
    background: -webkit-gradient(linear, left top, right top, from(#ed1652), color-stop(60%, #ed1652), to(rgba(237, 22, 82, 0.5)));
    background: linear-gradient(to right, #ed1652 0%, #ed1652 60%, rgba(237, 22, 82, 0.5) 100%);
  }
  section.with-image.bg-green:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(6, 251, 6, 0.5)), color-stop(40%, #06fb06), to(#06fb06));
    background: linear-gradient(to right, rgba(6, 251, 6, 0.5) 0%, #06fb06 40%, #06fb06 100%);
  }
  section.with-image.bg-green.bg-right:before {
    background: -webkit-gradient(linear, left top, right top, from(#06fb06), color-stop(60%, #06fb06), to(rgba(6, 251, 6, 0.5)));
    background: linear-gradient(to right, #06fb06 0%, #06fb06 60%, rgba(6, 251, 6, 0.5) 100%);
  }
  section.with-image.bg-grey:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.5)), color-stop(40%, #333333), to(#333333));
    background: linear-gradient(to right, rgba(51, 51, 51, 0.5) 0%, #333333 40%, #333333 100%);
  }
  section.with-image.bg-grey.bg-right:before {
    background: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(60%, #333333), to(rgba(51, 51, 51, 0.5)));
    background: linear-gradient(to right, #333333 0%, #333333 60%, rgba(51, 51, 51, 0.5) 100%);
  }
}

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