@charset "UTF-8";
/*
Theme Name: SWHP 2018
Theme URI: http://southwestheatpumps.co.uk
Author: Kameleon Digital
Author URI:
Description: Bespoke theme made for South West Heat Pumps
Version: 1.0
*/
.dev * {
  outline: solid red 1px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b, strong *, b * {
  font-weight: bold;
}

em, i, em *, i * {
  font-style: italic;
}

html, body {
  font-size: 62.5%;
  margin: 0 auto;
  color: #242424;
}

body {
  font-size: 1.6rem;
  padding-top: 7.1rem;
}
body.admin-bar {
  margin-top: 48px;
  padding-top: calc(7.1rem - 48px);
}
@media (min-width: 992px) {
  body.admin-bar {
    margin-top: 32px;
    padding-top: calc(13.6rem - 32px);
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 13.6rem;
  }
}

.shadow--container {
  padding-top: 7.1rem;
}
@media screen and (min-width: 992px) {
  .shadow--container {
    padding-top: 13.6rem;
  }
}
.admin-bar .shadow--container {
  margin-top: -46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .shadow--container {
    margin-top: -32px;
  }
}
@media (min-width: 1440px) {
  .shadow--container {
    -webkit-box-shadow: 0px 0px 3.2rem 0.8rem rgba(36, 36, 36, 0.25);
            box-shadow: 0px 0px 3.2rem 0.8rem rgba(36, 36, 36, 0.25);
  }
}

main {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
}

/* Webkit */
::-moz-selection {
  background-color: #ababab;
  color: #FFFFFF;
}
::selection {
  background-color: #ababab;
  color: #FFFFFF;
}

/* Gecko/Mozilla */
::-moz-selection {
  background-color: #ababab;
  color: #FFFFFF;
}

.ct-block {
  position: relative;
  position: relative;
  margin-bottom: 1.6rem;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.ct-block:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ct-block > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ct-block > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .ct-block {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .ct-block {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .ct-block {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .ct-block {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
.ct-block .content:before, .ct-block .content:after {
  content: "";
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 50%;
  z-index: 99;
}
.ct-block .content:before {
  left: 0;
}
.ct-block .content:after {
  right: 0;
}

.clear {
  clear: both;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container--full {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  width: calc(100% + 3.2rem);
}
.container--full::after {
  clear: both;
  content: "";
  display: block;
}
.container--max--900 {
  max-width: 800px;
  margin: 0 auto;
}
.container--max--1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.container--max--1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.container--max--1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.section::after {
  clear: both;
  content: "";
  display: block;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.sidebar__right {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .sidebar__right {
    width: calc(16.6666666667% - 1.8666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}

.contact-form--sm {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 992px) {
  .contact-form--sm {
    width: calc(41.6666666667% - 2.2666666667rem);
    float: left;
    margin-left: 1.6rem;
  }
}

.map--wide {
  position: relative;
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
.map--wide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.75%;
}
.map--wide > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map--wide > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

.flexbox .l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .l-flex::after {
  clear: both;
  content: "";
  display: block;
}
.flexbox .l-flex::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 992px) {
  .content-wrapper {
    width: calc(91.6666666667% - 3.0666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(4.1666666667% - 1.6666666667rem + 3.2rem);
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    width: calc(83.3333333333% - 2.9333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}

.sidebar__wrapper {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .sidebar__wrapper {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .sidebar__wrapper {
    width: calc(25% - 2rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
    margin-top: 8rem;
  }
}

.content__wrapper__main-col {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .content__wrapper__main-col {
    width: calc(58.3333333333% - 2.5333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .content__wrapper__main-col {
    width: calc(41.6666666667% - 2.2666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(16.6666666667% - 1.8666666667rem + 3.2rem);
    margin-top: 8rem;
  }
}

/*
We've all been there, in need of a helper class, all alone and scared. Afraid to ask. Well fear no more for helper classes have you found.
*/
.clearfix:before, .clearfix:after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}

.backgroundblendmode .blend--overlay {
  mix-blend-mode: overlay;
}
.backgroundblendmode .blend--multiply {
  mix-blend-mode: multiply;
}
.backgroundblendmode .blend--screen {
  mix-blend-mode: screen;
}
.backgroundblendmode .blend--difference {
  mix-blend-mode: difference;
}
.backgroundblendmode .blend--colorburn {
  mix-blend-mode: color-burn;
}

.no-backgroundblendmode .blend--overlay, .no-backgroundblendmode .blend--multiply, .no-backgroundblendmode .blend--screen, .no-backgroundblendmode .blend--difference, .no-backgroundblendmode .blend--colorburn {
  opacity: 0.5;
}

.mar-cent {
  margin: 0 auto !important;
}
@media screen and (max-width: 992px) {
  .mar-cent--max--md {
    margin: 0 auto !important;
  }
}

.block {
  display: block !important;
}

.flt-lft {
  float: left !important;
}

.flt-rgt {
  float: right !important;
}
@media screen and (min-width: 992px) {
  .flt-rgt--at--md {
    float: right !important;
  }
}

.pos--rel, .has-topper, .has-ovrflw--hidden {
  position: relative;
}
.pos--abs {
  position: absolute;
}
.pos--fxd {
  position: fixed;
}
.pos--stc {
  position: static;
}

.has-ovrflw--hidden {
  overflow: hidden;
}
.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-low {
  text-transform: lowercase;
}

.txt-sntnc {
  text-transform: none;
}

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

.txt-r {
  text-align: right !important;
}

.txt-l {
  text-align: left !important;
}

.flexbox .flex-mar {
  margin: auto;
}

.mar-0 {
  margin: 0 auto !important;
}

.pad-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.strong {
  font-weight: 700 !important;
}

.strongest, .lead {
  font-weight: 900 !important;
}

.lightweight {
  font-weight: 400 !important;
}

.extralightweight {
  font-weight: 100 !important;
}

.fw--bold {
  font-weight: 700 !important;
}
.fw--boldest {
  font-weight: 900 !important;
}
.fw--std {
  font-weight: 400 !important;
}
.fw--light {
  font-weight: 300 !important;
}
.fw--lightest {
  font-weight: 100 !important;
}

.fluid {
  width: 100%;
}
.fluid--full {
  height: 100%;
}

.p--xxxs {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.p--xxs {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.p--xs {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.p--sm {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.p--md {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.p--lg {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}
.p--xl {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.p--xxl {
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}
.p--xxxl {
  padding-top: 11.2rem;
  padding-bottom: 11.2rem;
}
.p--all--xs {
  padding: 0.8rem;
}
.p--all--sm {
  padding: 1.6rem;
}
.p--all--md {
  padding: 3.2rem;
}
.p--all--lg {
  padding: 5.6rem;
}
.p--all--xl {
  padding: 6.4rem;
}
.p--top--xs {
  padding-top: 0.8rem;
}
.p--top--sm {
  padding-top: 1.6rem;
}
.p--top--md {
  padding-top: 3.2rem;
}
.p--top--lg {
  padding-top: 5.6rem;
}
.p--top--xl {
  padding-top: 6.4rem;
}
.p--top--xxl {
  padding-top: 8.8rem;
}
.p--top--xxxl {
  padding-top: 11.2rem;
}
.p--btm--xs {
  padding-bottom: 0.8rem;
}
.p--btm--sm {
  padding-bottom: 1.6rem;
}
.p--btm--md {
  padding-bottom: 3.2rem;
}
.p--btm--lg {
  padding-bottom: 5.6rem;
}
.p--btm--xl {
  padding-bottom: 6.4rem;
}
.p--btm--xxl {
  padding-bottom: 8.8rem;
}
.p--btm--xxxl {
  padding-bottom: 11.2rem;
}
.p--lft--xs {
  padding-left: 0.8rem;
}
.p--lft--sm {
  padding-left: 1.6rem;
}
.p--lft--md {
  padding-left: 3.2rem;
}
.p--lft--lg {
  padding-left: 5.6rem;
}
.p--lft--xl {
  padding-left: 6.4rem;
}
.p--lft--xxl {
  padding-left: 8.8rem;
}
.p--rgt--xs {
  padding-right: 0.8rem;
}
.p--rgt--sm {
  padding-right: 1.6rem;
}
.p--rgt--md {
  padding-right: 3.2rem;
}
.p--rgt--lg {
  padding-right: 5.6rem;
}
.p--rgt--xl {
  padding-right: 6.4rem;
}
.p--rgt--xxl {
  padding-right: 8.8rem;
}

.m--xxs {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.m--xs {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.m--sm {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.m--md {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.m--lg {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}
.m--xl {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}
.m--xxl {
  margin-top: 8.8rem;
  margin-bottom: 8.8rem;
}
.m--xxxl {
  margin-top: 11.2rem;
  margin-bottom: 11.2rem;
}
.m--top--xs {
  margin-top: 0.8rem;
}
.m--top--sm {
  margin-top: 1.6rem;
}
.m--top--md {
  margin-top: 3.2rem;
}
.m--top--lg {
  margin-top: 5.6rem;
}
.m--top--xl {
  margin-top: 6.4rem;
}
.m--top--xxl {
  margin-top: 8.8rem;
}
.m--top--xxxl {
  margin-top: 11.2rem;
}
.m--btm--xs {
  margin-bottom: 0.8rem;
}
.m--btm--sm {
  margin-bottom: 1.6rem;
}
.m--btm--md {
  margin-bottom: 3.2rem;
}
.m--btm--lg {
  margin-bottom: 5.6rem;
}
.m--btm--xl {
  margin-bottom: 6.4rem;
}
.m--btm--xxl {
  margin-bottom: 8.8rem;
}
.m--btm--xxxl {
  margin-bottom: 11.2rem;
}
.m--lft--xs {
  margin-left: 0.8rem;
}
.m--lft--sm {
  margin-left: 1.6rem;
}
.m--lft--md {
  margin-left: 3.2rem;
}
.m--lft--lg {
  margin-left: 5.6rem;
}
.m--lft--xl {
  margin-left: 6.4rem;
}
.m--lft--xxl {
  margin-left: 8.8rem;
}
.m--rgt--xs {
  margin-right: 0.8rem;
}
.m--rgt--sm {
  margin-right: 1.6rem;
}
.m--rgt--md {
  margin-right: 3.2rem;
}
.m--rgt--lg {
  margin-right: 5.6rem;
}
.m--rgt--xl {
  margin-right: 6.4rem;
}
.m--rgt--xxl {
  margin-right: 8.8rem;
}

.rotate--180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pad-ratio--16x9 {
  position: relative;
}
.pad-ratio--16x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.pad-ratio--16x9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--16x9 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.pad-ratio--4x3 {
  position: relative;
}
.pad-ratio--4x3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.pad-ratio--4x3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--4x3 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.pad-ratio--2x1 {
  position: relative;
}
.pad-ratio--2x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.pad-ratio--2x1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--2x1 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.pad-ratio--1x1 {
  position: relative;
}
.pad-ratio--1x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.pad-ratio--1x1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--1x1 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .pad-ratio--sm--1x1 {
    position: relative;
  }
  .pad-ratio--sm--1x1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .pad-ratio--sm--1x1 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pad-ratio--sm--1x1 > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .pad-ratio--sm--4x3 {
    position: relative;
  }
  .pad-ratio--sm--4x3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .pad-ratio--sm--4x3 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pad-ratio--sm--4x3 > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .pad-ratio--sm--32x41 {
    position: relative;
  }
  .pad-ratio--sm--32x41:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 128.125%;
  }
  .pad-ratio--sm--32x41 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pad-ratio--sm--32x41 > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}

.iframe-responsive {
  width: 100%;
}

.border--sm {
  border: solid 0.5rem;
}

.img--fluid, .aligncenter {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.has--shadow {
  -webkit-box-shadow: 0rem 0.8rem 1.6rem -0.35rem rgba(36, 36, 36, 0.3), 0rem 8rem 3.2rem -8.8rem;
          box-shadow: 0rem 0.8rem 1.6rem -0.35rem rgba(36, 36, 36, 0.3), 0rem 8rem 3.2rem -8.8rem;
}
.has--hover-fx--shadow {
  -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(36, 36, 36, 0);
          box-shadow: 0rem 0rem 0rem 0rem rgba(36, 36, 36, 0);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.has--hover-fx--shadow:hover, .has--hover-fx--shadow:focus {
  -webkit-box-shadow: 0rem 0.8rem 1.6rem -0.35rem rgba(36, 36, 36, 0.3), 0rem 8rem 3.2rem -8.8rem rgba(36, 36, 36, 0.6);
          box-shadow: 0rem 0.8rem 1.6rem -0.35rem rgba(36, 36, 36, 0.3), 0rem 8rem 3.2rem -8.8rem rgba(36, 36, 36, 0.6);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "halyard-display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  -webkit-font-feature-settings: "ss18";
          font-feature-settings: "ss18";
}

p, h1, h2, h3, h4, .h1, .h2, .h3, .h4, ul {
  margin-bottom: 0.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
p > a, p span a, .wysiwyg li a, label a, a.link__footer, .cb-intro__copy a, h1 a, h2 a, h3 a, h4 a, .h1 a, .h2 a, .h3 a, .h4 a {
  color: #242424;
  text-decoration: none;
  padding: 0 0.4rem;
  display: inline;
  position: relative;
  font-weight: normal;
  z-index: 1;
  -webkit-box-shadow: inset 0rem -0.2rem #41a14b;
          box-shadow: inset 0rem -0.2rem #41a14b;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
p > a:hover, p span a:hover, .wysiwyg li a:hover, label a:hover, a.link__footer:hover, .cb-intro__copy a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #242424;
  -webkit-box-shadow: inset 0rem -1.5em rgba(36, 36, 36, 0.25);
          box-shadow: inset 0rem -1.5em rgba(36, 36, 36, 0.25);
  cursor: pointer;
}

.cats__wrapper a {
  padding: 0 0.4rem;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-weight: inherit;
  line-height: 1.25;
}

h1, .h1 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.25;
}
h1 span, .h1 span {
  display: block;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 5.6rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 6.4rem;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 3.2rem;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 4.8rem;
  }
}

h3, .h3 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.8rem;
  }
}
blockquote h3, blockquote .h3 {
  line-height: 1.1;
}

h4, .h4 {
  font-size: 1.6rem;
  font-weight: 900;
}

h5 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.6rem;
  }
}

small, .font_small, small p, .small p {
  font-size: 1.2rem;
}
.h1 small, h1 small, .h1 .font_small, h1 .font_small, .h1 small p, h1 small p, .h1 .small p, h1 .small p {
  font-size: 0.5em;
  font-weight: bold;
  padding-top: 5.6rem;
  display: block;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.wysiwyg ul, ul--basic, .wysiwyg .ul, .ul--basic, .card__list--basic {
  list-style: disc outside none;
}
.wysiwyg ul li, ul--basic li, .wysiwyg .ul li, .ul--basic li, .card__list--basic li {
  position: relative;
  margin-left: calc( 1.6rem + 0.4rem );
}
.nav ul, .nav .ul {
  padding-left: 0;
}
ul.unstyled, .ul.unstyled {
  list-style: none;
}

ol {
  list-style-type: decimal;
  counter-reset: item;
}
.wysiwyg ol {
  padding: 1.6rem;
  position: relative;
  z-index: 1;
  margin-top: -1.2rem;
}
.wysiwyg ol li {
  position: relative;
}
ol + ol, ol + ul {
  margin-bottom: 1.6rem;
}
ol.num {
  list-style-type: decimal;
}
ol.rom-l {
  list-style-type: lower-roman;
}
ol.rom-u {
  list-style-type: upper-roman;
}
ol.alph-l {
  list-style-type: lower-alpha;
}
ol.alph-u {
  list-style-type: upper-alpha;
}

blockquote {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
  padding: 1.6rem;
}
@media (min-width: 768px) {
  blockquote {
    padding: 5.6rem;
  }
}
.wysiwyg blockquote > p {
  color: #242424;
  margin: 0 auto;
}

.section__heading {
  font-size: 3.2rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section__heading {
    font-size: 5.6rem;
  }
}
@media (min-width: 992px) {
  .section__heading {
    font-size: 7.2rem;
  }
}
.section__heading__wrapper {
  text-align: center;
}
.section__heading__wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.card__cta__primary-markets, .card__wrapper__primary-service__promo .btn__market-promo__download, .expanding-form-stripe__cta, .btn--start, .simple-cta__action, .cta__link__primary, .cta__link__primary--sm, .card__cta, .frm_button_submit.frm_final_submit {
  border-color: #41a14b;
  background-color: #41a14b;
  color: #FFFFFF;
}
.card__cta__primary-markets:hover, .card__wrapper__primary-service__promo .btn__market-promo__download:hover, .expanding-form-stripe__cta:hover, .btn--start:hover, .simple-cta__action:hover, .cta__link__primary:hover, .cta__link__primary--sm:hover, .card__cta:hover, .frm_button_submit.frm_final_submit:hover, .card__cta__primary-markets:focus, .card__wrapper__primary-service__promo .btn__market-promo__download:focus, .expanding-form-stripe__cta:focus, .btn--start:focus, .simple-cta__action:focus, .cta__link__primary:focus, .cta__link__primary--sm:focus, .card__cta:focus, .frm_button_submit.frm_final_submit:focus, .card__cta__primary-markets:active, .card__wrapper__primary-service__promo .btn__market-promo__download:active, .expanding-form-stripe__cta:active, .btn--start:active, .simple-cta__action:active, .cta__link__primary:active, .cta__link__primary--sm:active, .card__cta:active, .frm_button_submit.frm_final_submit:active {
  border-color: #41a14b;
  background-color: #3a8f43;
  outline: none;
  color: #FFFFFF;
}

.btn--delete {
  border-color: #E41E1D;
  background-color: #E41E1D;
  color: #FFFFFF;
}
.btn--delete:hover, .btn--delete:focus, .btn--delete:active {
  border-color: #E41E1D;
  background-color: #cf1a19;
  outline: none;
  color: #FFFFFF;
}

.nav .menu > li.nav--cta-btn a, .btn--order, .btn--submit {
  border-color: #41a14b;
  background-color: #41a14b;
  color: #FFFFFF;
}
.nav .menu > li.nav--cta-btn a:hover, .btn--order:hover, .btn--submit:hover, .nav .menu > li.nav--cta-btn a:focus, .btn--order:focus, .btn--submit:focus, .nav .menu > li.nav--cta-btn a:active, .btn--order:active, .btn--submit:active {
  border-color: #41a14b;
  background-color: #3a8f43;
  outline: none;
  color: #FFFFFF;
}

.nav .menu > li.nav--cta-btn--alt a {
  border-color: #41a14b;
  background-color: #41a14b;
  color: #FFFFFF;
}
.nav .menu > li.nav--cta-btn--alt a:hover, .nav .menu > li.nav--cta-btn--alt a:focus, .nav .menu > li.nav--cta-btn--alt a:active {
  border-color: #ababab;
  background-color: #41a14b;
  outline: none;
  color: #FFFFFF;
}

.hero--flat {
  background-color: #d7d7d7;
  color: #242424;
}

.video-testimonials.bg--lightgrey, .card__wrapper__primary-markets, .card__wrapper__primary-service__promo, .text-block__standout-box, .section__image-text--inline.lightgrey-bg, .simple-cta.bg--lightgrey {
  background-color: #ebebeb;
  color: #242424;
}

.expanding-form-stripe__form-wrapper {
  background-color: #FFFFFF;
  color: #242424;
}

.card__wrapper__primary-service__promo {
  background-color: #E41E1D;
  color: #FFFFFF;
}

::-webkit-input-placeholder {
  color: #d7d7d7;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d7d7d7;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d7d7d7;
}

:-ms-input-placeholder {
  color: #d7d7d7;
}

::-webkit-inner-spin-button {
  display: none;
}

input[type=search], input[type=email], input[type=number] {
  -webkit-appearance: none;
}

.cb-intro__copy .frm_style_swhp {
  padding-top: 2.4rem;
}
.frm_range_value {
  font-size: 2.4rem !important;
  padding: 1.6rem;
  background: #ababab;
  font-weight: 400;
  color: #FFFFFF;
}

.frm_button_submit.frm_final_submit {
  padding: 1.6rem 2.4rem !important;
  font-size: 1.8rem;
  font-weight: 300 !important;
}

/** DONT DELETE, will hide add remove buttons on booking form */
.list__promo {
  margin-bottom: 5.6rem;
}
.list__promo__item {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .list__promo__item {
    font-size: 3.2rem;
  }
}
.list__item, .list__item--arrow, .list__item--arrow-r {
  text-transform: uppercase;
  font-weight: 700 !important;
  line-height: 1.2;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .list__item, .list__item--arrow, .list__item--arrow-r {
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
  }
}
.list__item--arrow, .list__item--arrow--arrow, .list__item--arrow-r--arrow {
  padding-left: 1.6em;
  background-image: url(assets/images/svg/arrow-right-black.svg);
  background-repeat: no-repeat;
  background-position: left 0.6em;
  background-size: 1.2em;
}
.list__item--arrow-r, .list__item--arrow--arrow-r, .list__item--arrow-r--arrow-r {
  text-align: right;
  padding-right: 1.6em;
  background-image: url(assets/images/svg/arrow-left-black.svg);
  background-repeat: no-repeat;
  background-position: right 0.6em;
  background-size: 1.2em;
}

.cta__link__primary--sm, .card__cta {
  font-size: 1.6rem;
  left: initial;
}

.simple-cta {
  text-align: center;
  padding: 3.2rem 1.6rem;
}
.simple-cta + .video-testimonials {
  padding-top: 0;
}
@media (min-width: 992px) {
  .simple-cta {
    padding: 6.4rem 0;
  }
}
@media (max-width: 992px) {
  .simple-cta__wrapper {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
.simple-cta__sub-heading {
  font-size: 110%;
  font-weight: 400;
}
.simple-cta .swhp-form, .simple-cta .frm_message {
  max-width: 98rem;
  margin: 0 auto;
}

.supernav--subtle-promo-link, .supernav--link, .card__cta__primary-markets, .card__wrapper__primary-service__promo .btn__market-promo__download, .expanding-form-stripe__cta, .btn--start, .btn--delete, .nav .menu > li.nav--cta-btn a, .btn--order, .btn--submit, .nav .menu > li.nav--cta-btn--alt a, .frm_button_submit.frm_final_submit, .cta__link__primary, .cta__link__primary--sm, .card__cta, .simple-cta__action {
  display: inline-block;
  padding: 1.6rem 3.2rem;
  border-radius: 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.supernav--link {
  border-radius: 0;
}

/*
This is the main navigation
*/
@-webkit-keyframes navFadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes navFadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.content__row {
  max-width: 1520px;
  margin: 0 auto;
}

.nav {
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: -100%;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 100%;
}
@media (max-width: 991px) {
  .nav--is-open .nav {
    text-align: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.nav li {
  position: relative;
}
@media (min-width: 992px) {
  .nav {
    width: auto;
    float: right;
    right: auto;
    position: relative;
    overflow: visible;
    border-left: none;
    font-size: 1.2rem;
  }
  .nav li {
    display: inline-block;
    float: left;
  }
  .nav a {
    height: 100%;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}
.nav__wrapper {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 7.2rem;
  width: 100%;
  max-width: 1920px;
  z-index: 999;
}
.admin-bar .nav__wrapper {
  top: 46px;
}
@media (min-width: 782px) {
  .admin-bar .nav__wrapper {
    height: auto;
    top: 32px;
  }
}
@media (min-width: 992px) {
  .nav__wrapper {
    width: auto;
    padding: 0 1.6rem;
    height: auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0rem 0rem 0rem #242424;
            box-shadow: 0 0rem 0rem 0rem #242424;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    transition: -webkit-box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  }
  .scrolled .nav__wrapper {
    -webkit-box-shadow: 0 0 5.6rem -2.4rem;
            box-shadow: 0 0 5.6rem -2.4rem;
  }
}
.nav .menu {
  list-style: none;
  margin: 0;
}
@media (max-width: 992px) {
  .nav .menu {
    top: 7.1rem;
    width: 100%;
    position: absolute;
  }
  .admin-bar .nav .menu {
    top: calc(7.1rem + 48px);
  }
}
@media (min-width: 992px) {
  .nav .menu {
    float: right;
    margin: 0;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav .menu > li {
  display: block;
}
@media (min-width: 992px) {
  .nav .menu > li {
    display: block;
    float: left;
  }
}
@media (min-width: 1200px) {
  .nav .menu > li:not(.nav--cta-btn--alt) {
    margin-right: 2.4rem;
  }
}
.nav .menu > li a {
  padding: 3.2rem 2.4rem;
  display: block;
  color: #242424;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 992px) {
  .nav .menu > li a {
    padding: 3.2rem 1.2rem;
    display: block;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .nav .menu > li a {
    padding: 3.2rem 2.4rem;
    padding: 3.45rem 2.4rem;
  }
}
@media (min-width: 1200px) {
  .nav .menu > li a {
    font-size: 1.2rem;
  }
}
.nav .menu > li:hover:not(.nav--cta-btn--alt):not(.nav--cta-btn):before, .nav .menu > li:focus:not(.nav--cta-btn--alt):not(.nav--cta-btn):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #41a14b;
  height: 0.2rem;
}
.nav .menu > li:hover:not(.nav--cta-btn--alt):not(.nav--cta-btn) a, .nav .menu > li:focus:not(.nav--cta-btn--alt):not(.nav--cta-btn) a {
  color: #242424;
  background-color: #ebebeb;
}
.nav .menu > li:hover:not(.nav--cta-btn--alt):not(.nav--cta-btn) a:before, .nav .menu > li:hover:not(.nav--cta-btn--alt):not(.nav--cta-btn) a:after, .nav .menu > li:focus:not(.nav--cta-btn--alt):not(.nav--cta-btn) a:before, .nav .menu > li:focus:not(.nav--cta-btn--alt):not(.nav--cta-btn) a:after {
  background-color: #242424;
}
@media (min-width: 992px) {
  .nav .menu > li:hover:not(.nav--cta-btn--alt):not(.nav--cta-btn) a, .nav .menu > li:focus:not(.nav--cta-btn--alt):not(.nav--cta-btn) a {
    color: #242424;
  }
}
.nav .menu > li.nav--cta-btn a {
  margin: 1.6rem 0 1.6rem 0;
  padding: 1.6rem;
}
@media (min-width: 992px) {
  .nav .menu > li.nav--cta-btn a {
    margin: 1.6rem 0.8rem 1.6rem 0;
  }
}
.nav .menu > li.nav--cta-btn--alt a {
  margin: 1.6rem 0 1.6rem 0;
  padding: 1.6rem;
}
@media (min-width: 992px) {
  .nav .menu > li.nav--cta-btn--alt a {
    margin: 1.6rem 0 1.6rem 0.8rem;
  }
}

@media (min-width: 992px) {
  .menu-item-has-children > a:before, .menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.8rem;
    background-color: #242424;
    position: absolute;
    right: 1.6rem;
    top: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .menu-item-has-children > a:before, .menu-item-has-children > a:after {
    top: 4rem;
  }
}
@media (min-width: 992px) {
  .menu .menu-item-has-children a {
    padding-right: 4rem !important;
  }
}
.menu .menu-item-has-children > a:before {
  right: 2.3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.menu .menu-item-has-children > a:after {
  right: 1.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.menu-item-has-children.is--open a {
  background-color: #ebebeb;
}
.menu-item-has-children.is--open a:before {
  background-color: #242424;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-item-has-children.is--open a:after {
  background-color: #242424;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-item-has-children .sub-menu {
  list-style: none;
  display: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  right: 0;
  padding: 0;
}
.menu-item-has-children .sub-menu--open {
  display: block;
  height: 100%;
}
@media (min-width: 992px) {
  .menu-item-has-children .sub-menu {
    position: absolute;
    height: auto;
    min-width: 17em;
  }
}
.menu-item-has-children .sub-menu > li {
  width: 100%;
}
.menu-item-has-children .sub-menu > li a {
  border-radius: 0;
  color: #242424;
  padding: 1.6rem 3.2rem;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .menu-item-has-children .sub-menu > li a {
    padding-right: 0.8rem !important;
    border-bottom: solid 0.2rem rgba(198, 198, 198, 0);
  }
}
@media screen and (min-width: 992px) {
  .menu-item-has-children:hover > .sub-menu {
    display: block !important;
    -webkit-box-shadow: 0 1.5rem 2.5rem -1.5rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 1.5rem 2.5rem -1.5rem rgba(0, 0, 0, 0.5);
  }
}
.menu-item-has-children:hover > .sub-menu li:hover a, .menu-item-has-children:hover > .sub-menu li:focus a {
  background-color: #d7d7d7;
  color: #242424;
  border-color: #c6c6c6;
}

.menu-trigger {
  cursor: pointer;
  position: absolute;
  text-align: center;
  overflow: hidden;
  width: 8.8rem;
  right: 0;
  height: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #ababab;
  line-height: 0;
  background-color: #EDEDED;
  z-index: 9994;
}
.menu-trigger__txt {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 3.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.menu-trigger__txt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.menu-trigger__txt.close {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.menu-trigger__txt.open {
  color: #FFFFFF;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.menu-trigger__txt.open:before {
  background-color: #242424;
}
.nav--is-open .menu-trigger__txt.close {
  color: #ababab;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.nav--is-open .menu-trigger__txt.close:before {
  background-color: #EDEDED;
}
.nav--is-open .menu-trigger__txt.open {
  color: #FFFFFF;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.nav--is-open .menu-trigger__txt.open:before {
  background-color: #242424;
}
@media (min-width: 992px) {
  .menu-trigger {
    display: none;
    visibility: hidden;
    top: -100%;
  }
}

.supernav__wrapper {
  display: none;
  background: #EDEDED;
  border-bottom: 0.1rem solid #d7d7d7;
  margin: 0 -1.6rem;
}
@media (min-width: 992px) {
  .supernav__wrapper {
    display: block;
  }
}
.supernav__container {
  font-size: 0;
  margin: 0 auto;
  max-width: 1520px;
}
.supernav__container::after {
  clear: both;
  content: "";
  display: block;
}
.supernav__links--left {
  float: left;
}
.supernav__links--right {
  float: right;
}
.supernav__links--left a, .supernav__links--right a {
  border-left: 0.1rem solid #d7d7d7 !important;
}
.supernav__links--left a:last-of-type, .supernav__links--right a:last-of-type {
  border-right: 0.1rem solid #d7d7d7 !important;
}
.supernav--link {
  border-color: #EDEDED;
  background-color: #EDEDED;
  color: #ababab;
  padding: 1.6rem;
  font-size: 1.4rem;
}
.supernav--link:hover, .supernav--link:focus, .supernav--link:active {
  border-color: #EDEDED;
  background-color: #c6c6c6;
  outline: none;
  color: #242424;
}
.supernav--subtle-promo-link {
  text-decoration: underline;
  border-color: #41a14b;
  background-color: #41a14b;
  color: #FFFFFF;
}
.supernav--subtle-promo-link:hover, .supernav--subtle-promo-link:focus, .supernav--subtle-promo-link:active {
  border-color: #41a14b;
  background-color: #3a8f43;
  outline: none;
  color: #FFFFFF;
}

/*////// Footer ///////*/
.footer {
  background: #FFFFFF;
  max-width: 1920px;
  margin: 0 auto;
}
.footer__links {
  border-top: 0.1rem solid #d7d7d7;
  padding: 6.4rem 0 6.4rem;
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .footer__links {
    display: initial;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
.footer__links::after {
  clear: both;
  content: "";
  display: block;
}
.footer__links p, .footer__links a:not(.footer__links--calvert-trust) {
  color: #ababab;
  position: relative;
  display: inline-block;
  margin-right: 6.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer__links a:not(.footer__links--calvert-trust) {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin-left: -0.8rem;
}
.footer__links a:not(.footer__links--calvert-trust):hover {
  color: #ababab;
  background-color: #ebebeb;
}
.footer__links a:not(.footer__links--calvert-trust):focus {
  color: #ababab;
  background-color: #ebebeb;
  border-radius: 0.2rem;
  padding-left: 0.4rem;
  outline: none;
}
.footer__links__col {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 600px) {
  .footer__links__col {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 940px) {
  .footer__links__col {
    width: calc(25% - 2rem);
    float: left;
    margin-left: 1.6rem;
    margin-top: 0;
  }
}
.footer__links__heading {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.footer__legal {
  font-weight: 400;
  text-align: left;
  background-color: #FFFFFF;
  color: #ababab;
  padding-bottom: 1.6rem;
}
.footer__legal::after {
  clear: both;
  content: "";
  display: block;
}
.footer__legal a:not(.footer__links--calvert-trust) {
  position: relative;
  color: #ababab;
  padding: 0.8rem;
  display: inline-block;
}
.footer__legal a:not(.footer__links--calvert-trust):first-of-type {
  margin-left: -0.8rem;
}
.footer__legal a:not(.footer__links--calvert-trust):hover, .footer__legal a:not(.footer__links--calvert-trust):focus {
  color: #ababab;
  background-color: #ebebeb;
}
.footer__legal__copyright {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
}
.footer__legal__docs {
  margin-bottom: 1.6rem;
}

.blog__index__wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.blog__sidebar-wrapper, .single-post__sidebar-wrapper {
  margin-top: 1.6rem;
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 992px) {
  .blog__sidebar-wrapper, .single-post__sidebar-wrapper {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
.blog__main-content, .single-post__article-wrapper {
  margin-top: 1.6rem;
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .blog__main-content, .single-post__article-wrapper {
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
  }
}
.blog__grid__wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.blog__grid-item__wrapper {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .blog__grid-item__wrapper {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 992px) {
  .blog-search__input {
    width: 64%;
  }
}
.blog-search__btn-wrapper {
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .blog-search__btn-wrapper {
    width: calc(100% - 3.2rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 992px) {
  .blog-search__btn-wrapper {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0;
  }
}

.single-post__main {
  padding-top: 1.6rem;
}
.single-post__main::after {
  clear: both;
  content: "";
  display: block;
}
.single-post__article-wrapper {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 992px) {
  .single-post__article-wrapper {
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
  }
}
.single-post__section {
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .single-post__section {
    width: calc(83.3333333333% - 2.9333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}
.single-post__title__wrapper {
  text-align: center;
  margin-top: 5.6rem;
}
.alignright {
  float: right;
  margin-top: 1.6rem;
  margin-right: 0;
  margin-bottom: 1.6rem;
  margin-left: 1.6rem;
}
.alignleft {
  float: left;
  margin-top: 1.6rem;
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  margin-left: 0;
}
.aligncenter {
  margin: 1.6rem auto;
}
.alignnone {
  margin: 1.6rem;
  margin-left: 0;
  float: none;
  display: inline;
  width: inherit;
  height: inherit;
}

.temp-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-image: url(./assets/images/img/image-texture-overlay-wide.png);
}
@media (min-width: 992px) {
  .temp-img-overlay {
    background-image: url(./assets/images/img/image-texture-overlay-tall.png);
  }
}
@media (min-width: 1200px) {
  .temp-img-overlay {
    background-image: url(./assets/images/img/image-texture-overlay-sq.png);
  }
}

.promo-stripe {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background-color: #242424;
  color: #FFFFFF;
}
.promo-stripe__content-wrapper {
  position: relative;
}
.promo-stripe::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .promo-stripe {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 992px) {
  .promo-stripe {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 1200px) {
  .promo-stripe {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.promo-stripe__logo {
  margin: 0 auto 1.6rem;
  max-width: 3.2rem;
}
@media (min-width: 992px) {
  .promo-stripe__logo {
    margin-bottom: 4rem;
    max-width: 5.6rem;
  }
}
.promo-stripe__main-text, .promo-stripe__main-text__home, .promo-stripe__main-text__cta {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 992px) {
  .promo-stripe__main-text, .promo-stripe__main-text__home, .promo-stripe__main-text__cta {
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(16.6666666667% - 1.8666666667rem + 3.2rem);
  }
}
@media (min-width: 1050px) {
  .promo-stripe__main-text, .promo-stripe__main-text__home, .promo-stripe__main-text__cta {
    font-size: 3.2rem;
  }
}
@media (min-width: 1440px) {
  .promo-stripe__main-text, .promo-stripe__main-text__home, .promo-stripe__main-text__cta {
    font-size: 4rem;
  }
}
@media (min-width: 1800px) {
  .promo-stripe__main-text, .promo-stripe__main-text__home, .promo-stripe__main-text__cta {
    font-size: 5.6rem;
  }
}
.promo-stripe__main-text__home, .promo-stripe__main-text__cta {
  margin-left: 0;
}
@media (min-width: 768px) {
  .promo-stripe__main-text__home, .promo-stripe__main-text__cta {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .promo-stripe__main-text__home, .promo-stripe__main-text__cta {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
.promo-stripe__main-text p, .promo-stripe__main-text__home p, .promo-stripe__main-text__cta p {
  margin-bottom: 0;
}
.promo-stripe__image-wrapper__home {
  display: none;
}
@media (min-width: 768px) {
  .promo-stripe__image-wrapper__home {
    display: block;
    width: calc(41.6666666667%);
    float: left;
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: -3.2rem;
  }
}
@media (min-width: 1200px) {
  .promo-stripe__image-wrapper__home {
    width: calc(41.6666666667%);
    float: left;
    margin-left: 0;
    bottom: -5.6rem;
  }
}

.expanding-form-stripe {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background-color: #242424;
  color: #FFFFFF;
}
.expanding-form-stripe__content-wrapper {
  position: relative;
}
.expanding-form-stripe::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .expanding-form-stripe {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 992px) {
  .expanding-form-stripe {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 1200px) {
  .expanding-form-stripe {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.expanding-form-stripe__cta {
  font-size: 2.4rem;
  margin: 0 auto;
}
.expanding-form-stripe__cta__wrapper {
  text-align: center;
}
.expanding-form-stripe__form-wrapper {
  padding: 2.4rem;
  margin-top: 3.2rem;
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .expanding-form-stripe__form-wrapper {
    width: calc(83.3333333333% - 2.9333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}
@media (min-width: 768px) {
  .expanding-form-stripe__form-wrapper {
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(16.6666666667% - 1.8666666667rem + 3.2rem);
  }
}
.expanding-form-stripe__image-wrapper__home {
  display: none;
}
@media (min-width: 768px) {
  .expanding-form-stripe__image-wrapper__home {
    display: block;
    width: calc(41.6666666667%);
    float: left;
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: -3.2rem;
  }
}
@media (min-width: 1200px) {
  .expanding-form-stripe__image-wrapper__home {
    width: calc(41.6666666667%);
    float: left;
    margin-left: 0;
    bottom: -5.6rem;
  }
}

.testimonial {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background-color: #ebebeb;
  color: #242424;
}
.testimonial__meta {
  margin-bottom: 2.4rem;
}
.testimonial__meta::after {
  clear: both;
  content: "";
  display: block;
}
.testimonial__content-wrapper {
  position: relative;
}
.testimonial::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .testimonial {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 992px) {
  .testimonial {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 1200px) {
  .testimonial {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.testimonial__avatar {
  background-color: #FFFFFF;
  margin: 0 auto 0.8rem;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  position: relative;
}
.testimonial__avatar svg {
  max-width: 5.7rem;
  max-height: 5.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .testimonial__avatar {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 992px) {
  .text-block__content-block__wrapper .testimonial__avatar {
    margin: 0 0 1.6rem 0;
    max-width: 7.7rem;
    max-height: 7.7rem;
    width: calc(25%);
    float: left;
    margin-left: 0;
  }
  .text-block__content-block__wrapper .testimonial__avatar svg {
    max-width: 3.7rem;
    max-height: 3.7rem;
  }
}
.testimonial__main-text, .testimonial__name, .testimonial__subhead {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .testimonial__main-text, .testimonial__name, .testimonial__subhead {
    width: 66.66667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonial__main-text p, .testimonial__name p, .testimonial__subhead p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .testimonial__main-text p, .testimonial__name p, .testimonial__subhead p {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .testimonial__main-text p, .testimonial__name p, .testimonial__subhead p {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .text-block__content-block__wrapper .testimonial__main-text, .text-block__content-block__wrapper .testimonial__name, .text-block__content-block__wrapper .testimonial__subhead {
    text-align: left;
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
.testimonial__main-text {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .text-block__content-block__wrapper .testimonial__name {
    margin-bottom: 0.4rem;
    margin-top: 1.6rem;
  }
}
@media (min-width: 992px) {
  .text-block__content-block__wrapper .testimonial__subhead {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 992px) {
  .text-block__content-block__wrapper .testimonial__name, .text-block__content-block__wrapper .testimonial__subhead {
    width: calc(75% - 2.8rem);
    float: left;
    margin-left: 1.6rem;
  }
}

.product-spec {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background-color: #4a4a4a;
  color: #FFFFFF;
}
.product-spec__content-wrapper {
  position: relative;
}
.product-spec::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .product-spec {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .product-spec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.product-spec__row {
  position: relative;
  padding: 3.2rem 0 1.6rem;
  border-bottom: 0.2rem solid rgba(215, 215, 215, 0.5);
}
.product-spec__row:first-of-type {
  padding-top: 0;
}
.product-spec__row::after {
  clear: both;
  content: "";
  display: block;
}
.product-spec__row__data {
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .product-spec__row__data {
    width: calc(83.3333333333%);
    float: left;
    margin-left: 0;
  }
}
.product-spec__row__data-heading {
  font-size: 2.4rem;
}
.product-spec__row__data-title {
  font-weight: 600;
  opacity: 0.7;
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .product-spec__row__data-title {
    width: calc(16.6666666667%);
    float: left;
    margin-left: 0;
  }
}
.product-spec__head {
  font-size: 3.2rem;
}
.product-spec__notes {
  font-size: 70%;
  padding: 1.6rem 0;
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .product-spec__notes {
    width: calc(66.6666666667%);
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .product-spec__notes {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}

.icon-cards__wrapper, .video-testimonials__cards__wrapper, .primary-markets__cards-wrapper, .text-block__standout-box__content-wrapper, .cb-intro__content-wrapper, .column--single__wrapper, .cb-image-text--split, .cb-two-text--columns, .accreditations__wrapper, .simple-cta__wrapper, .footer__row, .promo-stripe__content-wrapper, .expanding-form-stripe__content-wrapper, .testimonial__content-wrapper, .product-spec__content-wrapper {
  max-width: 1520px;
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 1440px) {
  .icon-cards__wrapper, .video-testimonials__cards__wrapper, .primary-markets__cards-wrapper, .text-block__standout-box__content-wrapper, .cb-intro__content-wrapper, .column--single__wrapper, .cb-image-text--split, .cb-two-text--columns, .accreditations__wrapper, .simple-cta__wrapper, .footer__row, .promo-stripe__content-wrapper, .expanding-form-stripe__content-wrapper, .testimonial__content-wrapper, .product-spec__content-wrapper {
    width: calc(83.3333333333%);
    float: left;
    margin-left: 0;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}

.section__text-columns--2 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 3.2rem 0;
}
.section__text-columns--2::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .section__text-columns--2 {
    padding: 5.6rem 0;
  }
}

.section__image-text--inline::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .section__image-text--inline {
    padding: 5.6rem 0;
  }
}

.section__accreditations {
  max-width: 1920px;
  margin: 0 auto;
  padding: 3.2rem 0;
}
.section__accreditations::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .section__accreditations {
    padding: 5.6rem 0;
  }
}

.accreditations__wrapper {
  padding: 3.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .accreditations__wrapper {
    padding: 6.4rem 0;
  }
}
.accreditations__wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.accreditations__wrapper img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  max-width: 4.6rem;
}
@media (min-width: 580px) {
  .accreditations__wrapper img {
    max-width: 7.2rem;
  }
}
@media (min-width: 992px) {
  .accreditations__wrapper img {
    max-width: 9.6rem;
  }
}

@media (min-width: 768px) {
  .cb-two-text--left, .cb-two-text--right {
    width: calc(83.3333333333% - 2.9333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 992px) {
  .cb-two-text--left, .cb-two-text--right {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .cb-two-text--left, .cb-two-text--right {
    width: calc(41.6666666667% - 2.2666666667rem);
    float: left;
    margin-left: 1.6rem;
  }
}
.cb-two-text--right {
  padding-top: 3rem;
}
@media (min-width: 1200px) {
  .cb-two-text--right {
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
    padding-top: initial;
  }
}

.cb-image-text--split__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  width: calc(100% + 3.2rem);
}
.cb-image-text--split__content-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.cb-image-text--split__content-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .cb-image-text--split__content-wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
}
.cb-image-text--split__text-wrapper, .cb-image-text--split__text-wrapper--left, .cb-image-text--split__image-wrapper, .cb-image-text--split__image-wrapper--inline {
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cb-image-text--split__text-wrapper, .cb-image-text--split__text-wrapper--left, .cb-image-text--split__image-wrapper, .cb-image-text--split__image-wrapper--inline {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
}
.cb-image-text--split__image-wrapper--inline {
  margin-left: 0;
}
.cb-image-text--split__text-wrapper, .cb-image-text--split__text-wrapper--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.2rem 1.6rem;
}
.cb-image-text--split__text-wrapper::after, .cb-image-text--split__text-wrapper--left::after {
  clear: both;
  content: "";
  display: block;
}
.cb-image-text--split__text-wrapper::after, .cb-image-text--split__text-wrapper--left::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .cb-image-text--split__text-wrapper, .cb-image-text--split__text-wrapper--left {
    padding: 5.6rem 1.6rem 4rem;
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 992px) {
  .cb-image-text--split__text-wrapper, .cb-image-text--split__text-wrapper--left {
    padding: 0;
    width: calc(41.6666666667% - 2.2666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}
@media (min-width: 1440px) {
  .cb-image-text--split__text-wrapper, .cb-image-text--split__text-wrapper--left {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(16.6666666667% - 1.8666666667rem + 3.2rem);
  }
}
.cb-image-text--split__text-wrapper .wysiwyg, .cb-image-text--split__text-wrapper--left .wysiwyg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
}
.cb-image-text--split__text-wrapper .wysiwyg p, .cb-image-text--split__text-wrapper--left .wysiwyg p, .cb-image-text--split__text-wrapper .wysiwyg ul, .cb-image-text--split__text-wrapper--left .wysiwyg ul {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.cb-image-text--split__text-wrapper .wysiwyg li, .cb-image-text--split__text-wrapper--left .wysiwyg li {
  margin-bottom: 1.6rem;
}
.cb-image-text--split__text-wrapper .wysiwyg h4, .cb-image-text--split__text-wrapper--left .wysiwyg h4 {
  margin-top: 1em;
  font-size: 110%;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .cb-image-text--split__text-wrapper .wysiwyg h4, .cb-image-text--split__text-wrapper--left .wysiwyg h4 {
    font-size: 120%;
  }
}
@media (min-width: 768px) {
  .cb-image-text--split__text-wrapper--left {
    margin-left: calc(0% - 1.6rem + 3.2rem);
  }
}
@media (min-width: 1440px) {
  .cb-image-text--split__text-wrapper--left {
    margin-left: -1.6rem;
  }
}
.cb-image-text--split__text-wrapper--left + .cb-image-text--split__image-wrapper {
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .cb-image-text--split__text-wrapper--left + .cb-image-text--split__image-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .cb-image-text--split__text-wrapper--left + .cb-image-text--split__image-wrapper {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
    margin-left: calc(8.33333% - 1.73333rem + 4.8rem);
  }
}
@media (min-width: 1440px) {
  .cb-image-text--split__text-wrapper--left + .cb-image-text--split__image-wrapper {
    margin-left: calc(16.6666666667% - 1.8666666667rem + 3.2rem);
  }
}
@media (min-width: 768px) {
  .cb-image-text--split__text-wrapper--left + .cb-image-text--split__image-wrapper--inline {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .cb-image-text--split__text-wrapper--left + .cb-image-text--split__image-wrapper--inline {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.33333% - 1.73333rem + 4.8rem);
  }
}
@media (min-width: 1440px) {
  .cb-image-text--split__text-wrapper--left + .cb-image-text--split__image-wrapper--inline {
    margin-left: calc(16.6666666667% - 1.8666666667rem + 3.2rem);
  }
}
.cb-image-text--split__image-wrapper {
  position: relative;
}
.cb-image-text--split__image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cb-image-text--split__image-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cb-image-text--split__image-wrapper > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.cb-image-text--split__image-wrapper .content {
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .cb-image-text--split__image-wrapper {
    position: relative;
  }
  .cb-image-text--split__image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .cb-image-text--split__image-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cb-image-text--split__image-wrapper > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
  .cb-image-text--split__image-wrapper .content {
    background-size: cover;
  }
}
@media (min-width: 1440px) {
  .cb-image-text--split__image-wrapper {
    margin-left: 1.6rem;
  }
}
@media (min-width: 480px) {
  .cb-image-text--split__image-wrapper--inline {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-left: auto;
  }
}
@media (min-width: 580px) {
  .cb-image-text--split__image-wrapper--inline {
    width: calc(75% - 2.8rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: auto;
    max-width: 76rem;
  }
}
@media (min-width: 992px) {
  .cb-image-text--split__image-wrapper--inline {
    margin-left: -1.6rem;
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1440px) {
  .cb-image-text--split__image-wrapper--inline {
    margin-left: -1.6rem;
  }
}

.column--single__wrapper {
  padding: 3.2rem 0;
}
@media (min-width: 992px) {
  .column--single__wrapper {
    padding: 5.6rem 0;
  }
}
@media (min-width: 768px) {
  .column--single__wrapper .wysiwyg {
    width: calc(58.3333333333% - 2.5333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
.column--single__wrapper .wysiwyg p, .column--single__wrapper .wysiwyg ul {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.column--single__wrapper .wysiwyg li {
  margin-bottom: 1.6rem;
}
.column--single__wrapper .wysiwyg h4 {
  margin-top: 1em;
  font-size: 110%;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .column--single__wrapper .wysiwyg h4 {
    font-size: 120%;
  }
}

.cb-intro__content-wrapper {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .cb-intro__content-wrapper {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cb-intro__content-wrapper {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
@media (min-width: 992px) {
  .cb-intro__content-wrapper {
    padding: 6.4rem 0;
  }
}
.cb-intro__content-wrapper h2 {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .cb-intro__content-wrapper h2 {
    width: calc(83.3333333333% - 2.9333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 992px) {
  .cb-intro__content-wrapper h2 {
    font-size: 4rem;
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .cb-intro__content-wrapper h2 {
    font-size: 5.4rem;
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
.cb-intro__copy {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cb-intro__copy {
    font-size: 2rem;
    width: calc(83.3333333333% - 2.9333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 992px) {
  .cb-intro__copy {
    padding-top: 1.6rem;
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .cb-intro__copy {
    width: calc(41.6666666667% - 2.2666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}

.text-block__standout-box__content-wrapper {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .text-block__standout-box__content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .text-block__standout-box__content-wrapper {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.text-block__standout-box .wysiwyg p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.text-block__content-block__wrapper {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .text-block__content-block__wrapper {
    margin-bottom: 1.6rem;
    width: calc(41.6666666667% - 2.2666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: 0;
  }
}

.standout-box__wrapper {
  background-color: #FFFFFF;
  padding: 2.4rem;
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .standout-box__wrapper {
    margin-top: 1.6rem;
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(10.4166666667% - 1.7666666667rem + 3.2rem);
    padding: 4rem 5.6rem 5.6rem 5.6rem;
  }
}

.hero {
  max-width: 1920px;
  margin: 0 auto;
}
.hero__wrapper {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.hero--full {
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.hero--full:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.hero--full > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero--full > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .hero--full {
    position: relative;
  }
  .hero--full:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 34.6153846154%;
  }
  .hero--full > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hero--full > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}
.hero--sm {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero--sm {
    height: 60vh;
  }
}
.hero--sm:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.hero--sm > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero--sm > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.hero .content {
  -webkit-overflow-scrolling: touch;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (min-width: 992px) {
  .hero .content {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
}
.hero .content .content__row {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero .content img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero .content .heading {
  font-weight: 400;
  color: #FFFFFF;
  z-index: 1;
  position: absolute;
  bottom: 4rem;
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
  max-width: 1200px;
  text-align: left;
  font-size: 4rem;
}
@media (min-width: 580px) {
  .hero .content .heading {
    font-size: 5.6rem;
  }
}
@media (min-width: 768px) {
  .hero .content .heading {
    font-size: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .hero .content .heading {
    font-size: 8.8rem;
  }
}
@media (min-width: 1521px) {
  .hero .content .heading {
    bottom: 10vh;
  }
}
.hero .content .heading--top-third {
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.hero--inline {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero--inline .gradient__img {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.hero--inline .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(215, 215, 215, 0);
  background-image: linear-gradient(45deg, rgba(215, 215, 215, 0), #ebebeb);
  display: block;
}
.hero--inline .overlay::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d7d7d7;
  background-image: linear-gradient(-45deg, rgba(215, 215, 215, 0), #ebebeb);
  content: "";
  display: block;
}
.hero--inline:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.hero--inline > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero--inline > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .hero--inline {
    position: relative;
  }
  .hero--inline:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%;
  }
  .hero--inline > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hero--inline > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}
@media (min-width: 992px) {
  .hero--inline {
    position: relative;
  }
  .hero--inline:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 35.4166666667%;
  }
  .hero--inline > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hero--inline > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}
.hero--inline .content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;
}
@media (min-width: 992px) {
  .hero--inline .content {
    background-position: 100% 18%;
    background-attachment: fixed;
    background-size: 35%;
  }
}
@media (min-width: 1200px) {
  .hero--inline .content {
    background-position: 100% 22.5%;
  }
}
@media (min-width: 1200px) {
  .hero--inline .content {
    background-position: 100% 25%;
  }
}
@media (min-width: 1550px) {
  .hero--inline .content {
    background-position: 100% 30%;
  }
}
@media (min-width: 1800px) {
  .hero--inline .content {
    background-position: 100% 38%;
  }
}
.hero--flat {
  padding: 4rem 1.6rem 0;
}
.hero--flat::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .hero--flat {
    padding: 6rem 1.6rem;
  }
}
.hero--flat h1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1520px;
  text-align: left;
  font-size: 4rem;
  font-weight: 400;
}
@media (min-width: 580px) {
  .hero--flat h1 {
    font-size: 5.6rem;
  }
}
@media (min-width: 768px) {
  .hero--flat h1 {
    font-size: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .hero--flat h1 {
    font-size: 8.8rem;
  }
}

.logo svg .fill--logomark {
  fill: #41a14b;
}
.logo svg .fill--logotext {
  fill: #242424;
}
.logo__wrapper__nav {
  float: left;
  padding: 1.1rem 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  position: relative;
  padding-left: 1.6rem;
}
.logo__wrapper__nav svg {
  max-height: 4.8rem;
  max-width: 18rem;
}
@media screen and (min-width: 992px) {
  .logo__wrapper__nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.6rem;
    height: auto;
    width: 18rem;
    text-align: center;
    z-index: 9001;
    margin-left: initial;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.logo__wrapper__nav a {
  height: 100%;
  text-align: center;
  display: block;
}
@media screen and (min-width: 992px) {
  .logo__wrapper__nav a {
    width: 100%;
  }
}
.logo__wrapper__nav a img {
  height: 100%;
  width: 100%;
  display: block;
}
.logo__wrapper__nav a svg {
  display: block;
}
@media screen and (min-width: 992px) {
  .logo__wrapper__nav a svg {
    max-width: initial;
    max-height: initial;
  }
}
.logo__footer {
  width: 20rem;
  margin: 0 3.2rem 0 0;
}
.logo__footer svg .fill--logomark {
  fill: #41a14b;
}
.logo__footer svg .fill--logotext {
  fill: #242424;
}

.card-flex {
  margin-bottom: 1.6rem;
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
  display: block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 480px) {
  .card-flex {
    max-width: 80%;
    margin: 0 auto 1.6rem;
  }
}
@media (min-width: 480px) {
  .card-flex {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .card-flex {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.card-flex--std__img-wrapper {
  position: relative;
}
.card-flex--std__img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.card-flex--std__img-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-flex--std__img-wrapper > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.card-flex--std__img-wrapper .content {
  max-width: 280px;
}
.card-flex--std__img-wrapper .content img {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 280px;
}
@media (min-width: 480px) {
  .card-flex--lg {
    width: calc(100% - 3.2rem);
    float: left;
    margin-left: 1.6rem;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .card-flex--lg {
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 992px) {
  .card-flex--lg {
    position: relative;
    margin-bottom: 3.2rem;
  }
}
.card-flex--lg__txt-wrapper, .card-flex--lg__img-wrapper {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 580px) {
  .card-flex--lg__txt-wrapper, .card-flex--lg__img-wrapper {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
}
.card-flex--lg__img-wrapper img {
  max-width: 22rem;
}
.card-flex--lg__btn-wrapper {
  margin-top: 1.6rem;
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
}
@media (min-width: 480px) {
  .card-flex--lg__btn-wrapper {
    width: calc(83.3333333333% - 2.9333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}
@media (min-width: 580px) {
  .card-flex--lg__btn-wrapper {
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(16.6666666667% - 1.8666666667rem + 3.2rem);
  }
}
@media (min-width: 768px) {
  .card-flex--lg__btn-wrapper {
    width: calc(66.6666666667% - 2.6666666667rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(33.3333333333% - 2.1333333333rem + 3.2rem);
  }
}
@media (min-width: 992px) {
  .card-flex--lg__btn-wrapper {
    position: absolute;
    bottom: 5.6rem;
    right: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .card-flex--lg__btn-wrapper {
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(50% - 2.4rem + 3.2rem);
  }
}
.card-flex__btn--btm {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.card__content, .card__wrapper, .card__wrapper__primary-markets, .card__wrapper__primary-service__promo, .card__wrapper__primary-service {
  padding: 3.2rem;
}
.card__content::after, .card__wrapper::after, .card__wrapper__primary-markets::after, .card__wrapper__primary-service__promo::after, .card__wrapper__primary-service::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  .card__content, .card__wrapper, .card__wrapper__primary-markets, .card__wrapper__primary-service__promo, .card__wrapper__primary-service {
    padding: 5.6rem;
  }
}
.card__heading, .card__heading__primary-markets, .card__heading__services {
  font-size: 3.2rem;
  font-weight: 500;
}
.card__heading__wrapper {
  position: relative;
}
.card__heading__services {
  padding-left: 5.6rem;
  line-height: 1.25;
  color: #242424;
}
.card__heading__primary-markets {
  font-weight: 400;
  line-height: 1.25;
  color: #242424;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .card__heading__primary-markets {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .card__heading__primary-markets {
    font-size: 3.2rem;
  }
}
.card__wrapper, .card__wrapper__primary-markets, .card__wrapper__primary-service__promo, .card__wrapper__primary-service {
  position: relative;
}
.card__wrapper__primary-service {
  border: solid 0.1rem rgba(215, 215, 215, 0);
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}
.card__wrapper__primary-service:hover, .card__wrapper__primary-service:focus, .card__wrapper__primary-service:active {
  border-color: rgba(215, 215, 215, 0.25);
}
@media (min-width: 768px) {
  .card__wrapper__primary-service {
    padding-bottom: 8.8rem;
    width: calc(50% - 2.4rem);
    float: left;
    margin-left: 1.6rem;
  }
  .card__wrapper__primary-service:nth-child(1) {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .card__wrapper__primary-service {
    border: none;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .card__wrapper__primary-service:hover, .card__wrapper__primary-service:focus, .card__wrapper__primary-service:active {
    border: none;
  }
  .card__wrapper__primary-service:nth-child(1) {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
  .card__wrapper__primary-service:nth-child(2) {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0;
    margin-left: calc(8.3333333333% - 1.7333333333rem + 3.2rem);
  }
}
@media (min-width: 1440px) {
  .card__wrapper__primary-service:nth-child(1) {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0;
    margin-left: calc(0% - 1.6rem + 3.2rem);
  }
  .card__wrapper__primary-service:nth-child(2) {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0;
    margin-left: calc(20.8333333333% - 1.9333333333rem + 3.2rem);
  }
}
@media (min-width: 1200px) {
  .card__wrapper__primary-service {
    padding: 0;
    padding-bottom: 8.8rem;
  }
}
.card__wrapper__primary-service__promo {
  padding-top: 1.6rem;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}
.card__wrapper__primary-service__promo .card__heading, .card__wrapper__primary-service__promo .card__heading__services, .card__wrapper__primary-service__promo .card__heading__primary-markets {
  color: inherit;
  padding-left: 0;
}
.card__wrapper__primary-service__promo .btn__market-promo__download {
  right: 3.2rem;
  bottom: 3.2rem;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .card__wrapper__primary-service__promo .btn__market-promo__download {
    position: absolute;
    margin-top: 0;
  }
}
.card__wrapper__primary-markets, .card__wrapper__primary-service__promo {
  text-decoration: none;
  text-align: center;
  border-bottom: 0.1rem solid #d7d7d7;
  border-width: 0.4rem;
  padding: 0;
  margin-bottom: 3.2rem;
  width: calc(100%);
  float: left;
  margin-left: 0;
}
@media (min-width: 580px) {
  .card__wrapper__primary-markets, .card__wrapper__primary-service__promo {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 580px) {
  .card__wrapper__primary-markets, .card__wrapper__primary-service__promo {
    margin-left: 3.2rem;
  }
  .card__wrapper__primary-markets:nth-of-type(1), .card__wrapper__primary-service__promo:nth-of-type(1) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .card__wrapper__primary-markets, .card__wrapper__primary-service__promo {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 0;
    width: calc(25%);
    float: left;
    margin-left: 0;
  }
  .card__wrapper__primary-markets:nth-of-type(2), .card__wrapper__primary-service__promo:nth-of-type(2), .card__wrapper__primary-markets:nth-of-type(3), .card__wrapper__primary-service__promo:nth-of-type(3) {
    margin-left: calc(10.4166666667% - 1.7666666667rem + 3.2rem);
  }
}
.card__header-img {
  position: relative;
}
.card__header-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.card__header-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card__header-img > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.card__header-img .content {
  -webkit-overflow-scrolling: touch;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}
.card__list--basic li {
  margin-bottom: 1.6rem;
}
.card__markets__icon__wrapper {
  width: 4rem;
  float: left;
  position: absolute;
  top: -1.1rem;
  margin-right: 1.6rem;
}
.card__markets__icon__wrapper .icon {
  fill: #d7d7d7;
}
.card__cta {
  bottom: 1.6rem;
  color: #242424;
  cursor: pointer;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .card__cta {
    position: absolute;
    padding-bottom: 1.6rem;
    margin-top: 0;
  }
}
.card__cta:before {
  background-color: #dedede;
}
.card__body {
  font-weight: 400;
  padding: 1.6rem;
}
.card__body p {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .card__body p {
    margin-bottom: 2.4rem;
  }
}

.primary-markets {
  padding: 3.2rem 1.6rem;
}
@media (min-width: 992px) {
  .primary-markets {
    padding: 6.4rem 0;
  }
}
@media (max-width: 992px) {
  .primary-markets__cards-wrapper {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
.primary-markets__cards__row {
  width: calc(100%);
  float: left;
  margin-left: 0;
}

.video-testimonials {
  padding: 3.2rem 1.6rem;
}
@media (min-width: 992px) {
  .video-testimonials {
    padding: 6.4rem 0;
  }
}
@media (max-width: 992px) {
  .video-testimonials__cards__wrapper {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
.video-card__wrapper {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .video-card__wrapper {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
    margin-bottom: auto;
  }
}
.video-card__player__wrapper {
  margin-bottom: 1.6rem;
}
.icon-cards {
  padding: 3.2rem 1.6rem;
}
@media (min-width: 992px) {
  .icon-cards {
    padding: 6.4rem 0;
  }
}
@media (max-width: 992px) {
  .icon-cards__wrapper {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}
.icon-cards__row {
  width: calc(100%);
  float: left;
  margin-left: 0;
}
.icon-card__wrapper {
  width: calc(100% - 3.2rem);
  float: left;
  margin-left: 1.6rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .icon-card__wrapper {
    width: calc(33.3333333333% - 2.1333333333rem);
    float: left;
    margin-left: 1.6rem;
  }
}
@media (min-width: 992px) {
  .icon-card__wrapper {
    width: calc(25% - 2rem);
    float: left;
    margin-left: 1.6rem;
    margin-left: calc(4.1666666667% - 1.6666666667rem + 3.2rem);
  }
  .icon-card__wrapper:first-of-type {
    margin-left: calc(0% - 1.6rem + 3.2rem);
  }
}
.icon-card__icon__wrapper {
  display: block;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .icon-card__icon__wrapper {
    margin-bottom: 2.4rem;
  }
}
.icon-card__icon__wrapper svg {
  max-width: 6.4rem;
  max-height: 5.6rem;
}
.icon-card__heading {
  font-size: 2rem;
}
.icon-card__body.wysiwyg p, .icon-card__body.wysiwyg ul {
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 400;
}
.icon-card__body.wysiwyg p li, .icon-card__body.wysiwyg ul li {
  margin-bottom: 1.6rem;
}

.has--icon--right, .has--icon--left {
  position: relative;
}
.has--icon--right:after, .has--icon--left:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.4rem);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.8rem;
  height: 8.8rem;
}
.has--icon--right:after {
  right: 0.2rem;
}
.has--icon--left:after {
  left: 0.2rem;
}
.btn .has--icon {
  position: absolute;
  right: 6.4rem;
  top: 0.4rem;
}
.btn .has--icon:after {
  top: 0;
}
@media (min-width: 768px) {
  .btn .has--icon:after {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.icon--arrow:after {
  content: "⟶";
  position: absolute;
  font-size: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon--wrapped {
  display: inline-block;
  padding: 2px;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 5.6rem;
  height: 5.6rem;
}
@media (min-width: 768px) {
  .icon--wrapped {
    width: 8.8rem;
    height: 8.8rem;
  }
}
.icon--wrapped:after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.icon--wrapped:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.icon--facebook:after {
  content: "";
  background-image: url(assets/images/svg/icon--facebook.svg);
}
.icon--youtube:after {
  content: "";
  background-image: url(assets/images/svg/icon--youtube.svg);
}
.icon--instagram:after {
  content: "";
  background-image: url(assets/images/svg/icon--instagram.svg);
}
.icon--twitter:after {
  content: "";
  background-image: url(assets/images/svg/icon--twitter.svg);
}

.social__wrapper {
  width: calc(25%);
  float: left;
  margin-left: 0;
  text-align: center;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  background-color: rgba(58, 143, 67, 0);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.6rem 0;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .social__wrapper {
    padding: 8.8rem 0;
    font-size: 3.2rem;
  }
}
.social__wrapper:hover {
  background-color: #3a8f43;
  color: #FFFFFF;
}

.arrow, .cross {
  width: 100%;
}
.arrow--sm, .cross--sm {
  max-width: 5.6rem;
  stroke-width: 4;
}
.arrow--lg, .cross--lg {
  max-width: 10.5rem;
  stroke-width: 3;
}
.arrow--xl, .cross--xl {
  max-width: 25rem;
  stroke-width: 3;
}

.icon--filter:before {
  background-image: url(assets/images/svg/filter.svg);
}
.icon--filter2:before {
  background-image: url(assets/images/svg/filter2.svg);
}
.icon--filter3:before {
  background-image: url(assets/images/svg/filter3.svg);
}
.icon--filter3--dark:before {
  background-image: url(assets/images/svg/filter3-dark.svg);
}
.icon--sq, .icon--sq__footer {
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  display: block;
  margin-right: 0.5rem;
}
.supernav--social .icon--sq, .supernav--social .icon--sq__footer {
  margin: 0;
  width: auto;
  height: auto;
  display: inline;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}
.icon--sq.fb, .fb.icon--sq__footer {
  background-image: url("assets/images/svg/icon--facebook.svg");
}
.icon--sq.tw, .tw.icon--sq__footer {
  background-image: url("assets/images/svg/icon--twitter.svg");
}
.icon--sq__footer {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
}
/*# sourceMappingURL=style.css.map */
