@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

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

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside {
  display: block;
}

body {
  background: #FFFFFF;
  text-align: center;
  font-family: muli, sans-serif;
  font-size: 16px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: auto;
  text-align: left;
  width: 876px;
  position: relative;
}

a {
  color: #0BD189;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #000000;
}

.clearfix {
  display: block;
  clear: both;
}

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

.spacer {
  height: 64px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 80px;
}
.spacer.spacer-extra-large {
  height: 96px;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000;
}

h1 {
  font-size: 30px;
  line-height: 48px;
}

h2 {
  font-size: 30px;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: 38px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

p {
  font-size: 16px;
  line-height: 28px;
}

small {
  font-size: 16px;
  line-height: 26px;
}

.hero {
  font-size: 38px;
  line-height: 54px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  padding-top: 32px;
  margin: 0 0 13px 0;
}

article .first-heading {
  padding-top: 0px;
}

article h1 {
  font-size: 38px;
  line-height: 54px;
}

article h2 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 20px 0;
}

article h3 {
  font-size: 26px;
  line-height: 40px;
}

article h4 {
  font-size: 20px;
  line-height: 32px;
}

article h5 {
  font-size: 18px;
  line-height: 28px;
}

article h6 {
  font-size: 16px;
  line-height: 26px;
}

article p {
  margin: 0 0 28px 0;
}
article p:last-child {
  margin-bottom: 0px;
}

article ul {
  margin: 0 0 11px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 20px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 0px;
  top: 0px;
  display: block;
}

article p + ul {
  margin-top: -11px;
}

article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

article p + ol {
  margin-top: -11px;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 600;
}

/*
@media all and (max-width: 1023px) {

	h1 {
		// font-size: 33px;
		// line-height: 36px;
		font-size: 26px;
		line-height: 40px;
	}

	h2 {
		font-size: 20px;
		line-height: 30px;
	}

	h3 {
		font-size: 18px;
		line-height: 28px;
	}

	h4 {
		font-size: 16px;
		line-height: 28px;
	}

	h5 {
		font-size: 14px;
		line-height: 26px;
	}

	h6 {
		font-size: 12px;
		line-height: 26px;
	}

	p {
		font-size: 16px;
		line-height: 26px;
	}

	small {
		font-size: 14px;
		line-height: 22px;
	}

	.hero {
		font-size: 26px;
		line-height: 40px;
	}

	article h1,
	article h2,
	article h3,
	article h4,
	article h5 {
		padding-top: 18px;
	}
	article h1 { font-size: 26px; line-height: 40px; }
	article h2 { font-size: 22px; line-height: 36px; }
	article h3 { font-size: 20px; line-height: 30px; }
	article h4 { font-size: 18px; line-height: 28px; }
	article h5 { font-size: 16px; line-height: 28px; }
	article h6 { font-size: 14px; line-height: 26px; }
	article p { margin: 0 0 26px 0; }

	article ul {
		margin: 0 0 11px 0;
		font-size: 16px;
	}
	article ol {
		margin: 0 0 11px 30px;
		font-size: 16px;
	}

}*/
.button {
  background: #0BD189;
  padding: 14px 22px;
  line-height: 28px;
  height: 56px;
  font-size: 16px;
  letter-spacing: 0.44px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:hover {
  background: #F299FF;
  color: #FFF;
}
.button:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.button:active {
  background: #F299FF;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #0BD189;
  box-shadow: none;
  padding: 12px 48px;
  color: #0BD189;
}
.button.button-bordered:hover {
  background: #0BD189;
  color: #FFF;
}
.button.button-bordered:active {
  background: #0BD189;
}
.button.button-white-fill {
  background: #FFF;
  color: #0BD189;
}
.button.button-white-fill:before {
  border-bottom: 60px solid #E9F6F5;
}
.button.button-white-bordered {
  border-color: #FFF;
  color: #FFF;
  line-height: 24px;
}
.button.button-white-bordered:hover {
  color: #0BD189;
}
.button.button-white-bordered:before {
  border-bottom: 60px solid #FFF;
}
.button svg {
  position: relative;
  vertical-align: middle;
  margin: 0 12px 0 0;
}

@media all and (max-width: 1023px) {
  .button:before {
    display: none !important;
  }
  .button.button-bordered {
    padding-left: 20px;
    padding-right: 20px;
  }
  .button.button-bordered:hover {
    color: #0BD189;
  }
  .button.button-bordered:active {
    color: #FFF;
  }
}
textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 2px solid #DDE0F4;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  font-family: muli, sans-serif;
  color: #000000;
  padding: 15px 14px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}

textarea {
  height: 95px;
}

.modal-popup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 2px solid #DDE0F4;
  border-radius: 4px;
  width: 100% !important;
  height: 56px;
  font-family: muli, sans-serif;
  color: #000000;
  padding: 15px 14px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background-image: url(../images/angle-down-regular.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 20px;
}

.select-field {
  position: relative;
  border: 2px solid #DDE0F4;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 56px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat;
  content: "";
}
.select-field select,
.select-field select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: muli, sans-serif;
  color: #000000;
  height: 52px;
  padding: 15px 84px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}

#site-header {
  background: #FFFFFF;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
#site-header .container {
  width: 1334px;
  max-width: 100%;
  margin: 0 auto;
  padding: 28px 0 0 0;
}
#site-header .logo {
  display: block;
  float: left;
}
#site-header .logo img {
  width: auto;
  height: 49px;
  display: block;
}
#site-header .toggle-search {
  float: right;
  display: block;
  margin: 12px 0 0 40px;
}
#site-header .toggle-nav {
  float: right;
  display: none;
  margin: 12px 0 0 40px;
  color: #000;
}
#site-header nav {
  float: right;
  padding: 14px 0 0 0;
}
#site-header nav li {
  float: left;
  display: block;
  margin: 0 0 0 40px;
  padding: 0 0 37px 0;
  position: relative;
}
#site-header nav li a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  position: relative;
  color: #000;
  font-family: canada-type-gibson, sans-serif;
}
#site-header nav li.current-menu-item:before {
  position: absolute;
  top: 26px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #DF00FF;
  content: "";
  display: block;
}
#site-header nav li.menu-item-has-children a {
  padding: 0 22px 0 0;
  background: url(../images/dropdown-nav-arrow.svg) no-repeat right center;
}
#site-header nav li.menu-item-has-children ul {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #0BD189;
  width: 210px;
  margin: 0 0 0 -105px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#site-header nav li.menu-item-has-children ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  float: none;
}
#site-header nav li.menu-item-has-children ul li.current-menu-item:before {
  display: none;
}
#site-header nav li.menu-item-has-children ul li a {
  line-height: 20px;
  padding: 15px 30px;
  display: block;
  float: none;
  background: none !important;
}
#site-header nav li.menu-item-has-children ul li a:hover {
  opacity: 0.6;
}
#site-header nav li.menu-item-has-children ul li ul {
  top: 0px;
  left: 100%;
  margin: 0px;
  opacity: 0;
  visibility: hidden;
}
#site-header nav li.menu-item-has-children:hover a {
  background-image: url(../images/dropdown-nav-arrow-up.svg);
}
#site-header nav li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
#site-header nav li.menu-item-has-children:hover ul li ul {
  opacity: 0;
  visibility: hidden;
}
#site-header nav li.menu-item-has-children:hover ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 1400px) {
  #site-header .container {
    width: auto;
    margin: 0 36px;
  }
}
@media all and (max-width: 1023px) {
  #site-header {
    height: auto;
  }
  #site-header .container {
    width: auto;
    padding: 16px 20px;
    margin: 0px;
  }
  #site-header nav {
    display: none;
  }
  #site-header .toggle-nav {
    display: block;
    margin: 13px 0 0 0;
  }
  #site-header .toggle-search {
    display: none;
  }
}
#mobile-nav {
  display: block;
  background: #0BD189;
  height: 100vh;
  overflow: auto;
  position: fixed;
  width: 100%;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 101;
}
#mobile-nav .container {
  width: auto;
  margin: 0px;
  max-width: none;
}
#mobile-nav .mobile-nav-header {
  padding: 28px 20px 22px 0;
}
#mobile-nav .mobile-nav-header .toggle-search {
  float: right;
  color: #000;
  display: block;
}
#mobile-nav .mobile-nav-header .close-nav {
  float: right;
  display: block;
  color: #000;
  margin: 3px 0 0 30px;
}
#mobile-nav nav {
  position: relative;
  padding: 0 0 42px 0;
  overflow: hidden;
}
#mobile-nav nav div.menu {
  position: relative;
}
#mobile-nav nav div.menu .menu-wrapper {
  width: 300%;
  float: left;
  position: relative;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-a {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-b {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-c {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 20px;
}
#mobile-nav nav div.menu .menu-wrapper li {
  display: block;
  padding: 10px 0;
  clear: both;
}
#mobile-nav nav div.menu .menu-wrapper li a {
  font-size: 36px;
  line-height: 52px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000;
  display: block;
  text-decoration: underline;
  position: relative;
}
#mobile-nav nav div.menu .menu-wrapper li ul {
  display: none;
}
#mobile-nav nav div.menu .menu-wrapper li.menu-item-has-children a {
  padding: 0 64px 0 0;
  background: url(../images/mobile-nav-arrow.svg) no-repeat right;
}
#mobile-nav nav div.menu .menu-wrapper li.current-menu-item {
  float: left;
  position: relative;
}
#mobile-nav nav div.menu .menu-wrapper li.current-menu-item a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px;
  background: none;
  text-decoration: none;
}
#mobile-nav nav div.menu .menu-wrapper li.current-menu-item:before {
  position: absolute;
  bottom: 20px;
  left: -5px;
  height: 16px;
  width: calc(100% + 10px);
  background: #FFF;
  content: "";
  display: block;
}
#mobile-nav nav div.menu .menu-wrapper .mobile-menu-back {
  display: block;
  padding: 10px 0 10px 26px;
  background: url(../images/mobile-nav-back.svg) no-repeat left center;
  color: #000;
  font-size: 26px;
  line-height: 52px;
  font-weight: 600;
}
#mobile-nav .mobile-nav-footer {
  background: #9DEDD0;
  padding: 30px 20px;
  text-align: center;
  margin: 0 20px 20px 20px;
}
#mobile-nav .mobile-nav-footer p {
  font-size: 26px;
  line-height: 36px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
}
#mobile-nav .mobile-nav-footer .button-bordered {
  border-color: #000;
  color: #000;
}

#search-wrapper {
  background: #9DEDD0;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 188px 0;
  z-index: 102;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  display: none;
}
#search-wrapper .container {
  max-width: 646px;
}
#search-wrapper .close-search {
  position: fixed;
  top: 42px;
  right: 55px;
  color: #FFF;
}
#search-wrapper .close-search:hover {
  opacity: 0.8;
}
#search-wrapper .toggle-nav-over-search {
  position: fixed;
  top: 42px;
  right: 55px;
  color: #000;
  display: none;
}
#search-wrapper .toggle-nav-over-search:hover {
  opacity: 0.8;
}
#search-wrapper form {
  position: relative;
  margin: 0 0 85px 0;
}
#search-wrapper form input[type=text] {
  display: block;
  border-radius: 0px;
  padding: 9px 30px 9px 0;
  font-size: 24px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: bottom;
  color: #000;
  line-height: 29px;
  border: none;
  border-bottom: 2px solid #000;
  height: 51px;
}
#search-wrapper form input[type=submit] {
  background: url(../images/icon-search.svg) no-repeat center center;
  width: 24px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}
#search-wrapper .search-results h5 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 2px 0;
}
#search-wrapper .search-results ul li {
  display: block;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
#search-wrapper .search-results ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  text-decoration: underline;
}
#search-wrapper .search-results ul li a span {
  background: #0BD189;
  font-weight: bold;
}
#search-wrapper .search-results ul li:last-child {
  border: none;
  padding-bottom: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #search-wrapper {
    padding: 90px 0;
    height: 100vh;
  }
  #search-wrapper .container {
    width: auto;
    max-width: none;
    margin: 0 20px;
  }
  #search-wrapper .close-search {
    top: 31px;
    right: 72px;
  }
  #search-wrapper .toggle-nav-over-search {
    top: 29px;
    right: 20px;
    display: block;
  }
}
#page-banner {
  position: relative;
  background: none no-repeat center center #000;
  background-size: cover;
}
#page-banner .page-banner-back {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, #121C25 96%);
}
#page-banner .container {
  height: 768px;
  width: 1173px;
  width: 1213px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#page-banner .container .banner-text {
  position: absolute;
  bottom: 160px;
  left: 0px;
  width: 100%;
}
#page-banner .container .banner-text h1 {
  font-size: 80px;
  line-height: 91px;
  color: #FFF;
  font-weight: 600;
}
#page-banner .container .banner-text h1 .fancy-underline {
  position: relative;
  display: inline-block;
}
#page-banner .container .banner-text h1 .fancy-underline:before {
  position: absolute;
  height: 26px;
  background: #DF00FF;
  bottom: 0px;
  left: -5px;
  width: calc(100% + 10px);
  display: block;
  content: "";
}
#page-banner .container .banner-text h1 .fancy-underline span {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner .container {
    height: 667px;
    margin: 0 20px;
    width: auto;
  }
  #page-banner .container .banner-text {
    bottom: 60px;
    padding: 0px;
  }
  #page-banner .container .banner-text h1 {
    font-size: 50px;
    line-height: 52px;
  }
  #page-banner .container .banner-text h1 br {
    display: none;
  }
}
.page-block-intro {
  position: relative;
  z-index: 1;
}
.page-block-intro .container {
  max-width: 1173px;
  width: 100%;
  margin: 0 auto;
}
.page-block-intro .intro-block {
  padding: 68px 150px 48px 150px;
  background: #FFF;
  margin: -100px 0 0 0;
}
.page-block-intro .intro-block h3 {
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
}
.page-block-intro .intro-block.has-button {
  padding-left: 114px;
  padding-right: 490px;
}
.page-block-intro .intro-block.has-button h3 {
  text-align: left;
}
.page-block-intro .intro-block.has-button .button {
  position: absolute;
  bottom: 59px;
  right: 114px;
}

body.single-case_study .page-block-intro .intro-block {
  margin: 0px;
  padding-top: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-intro .container {
    margin: 0 20px;
    width: auto;
  }
  .page-block-intro .intro-block {
    margin: 0px;
    padding: 34px 0;
  }
  .page-block-intro .intro-block h3 {
    font-size: 26px;
    line-height: 38px;
    text-align: left;
  }
  .page-block-intro .intro-block.has-button {
    padding: 34px 0;
  }
  .page-block-intro .intro-block.has-button .button {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 30px 0 0 0;
  }
}
.page-block-signposts .container {
  width: 1172px;
  margin: 0 auto;
  max-width: 100%;
}

.signposts {
  margin: 0 -16px -30px -16px;
  text-align: center;
}
.signposts section {
  float: none;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  padding: 0 16px 30px 16px;
}
.signposts section a {
  transition: 0.3s ease-in-out;
  display: block;
}
.signposts section a .signpost-image {
  width: 100%;
  display: block;
  height: 300px;
  background: none no-repeat center center;
  background-size: cover;
}
.signposts section a .signpost-content {
  position: relative;
  margin: -136px 26px 0 26px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 10px 14px 0 rgba(138, 138, 138, 0.14);
  z-index: 1;
  padding: 40px 40px 42px 40px;
  text-align: center;
}
.signposts section a .signpost-content h4 {
  font-size: 24px;
  line-height: 38px;
  color: #000;
  margin: 0 0 23px 0;
}
.signposts section a .signpost-content .button {
  transition: 0.3s ease-in-out;
}
.signposts section a:hover .button {
  background: #0BD189;
  color: #FFF;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-signposts .container {
    width: auto;
    margin: 0 20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .signposts section {
    width: 50%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .signposts section {
    width: auto;
    float: none;
    display: block;
  }
  .signposts section a .signpost-image {
    height: 270px;
  }
  .signposts section a .signpost-content {
    padding: 34px 30px;
    margin-top: -123px;
  }
  .signposts section a .signpost-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 20px 0;
  }
}
.page-block-cta-banner .container {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}
.page-block-cta-banner .cta-banner {
  background: #F299FF;
  padding: 62px 344px 62px 72px;
  position: relative;
}
.page-block-cta-banner .cta-banner h4 {
  font-size: 30px;
  line-height: 36px;
}
.page-block-cta-banner .cta-banner h4.has-icon {
  padding: 0 0 0 96px;
  position: relative;
}
.page-block-cta-banner .cta-banner h4.has-icon img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-cta-banner .cta-banner .button {
  top: 50%;
  right: 72px;
  margin: -28px 0 0 0;
  position: absolute;
  border-color: #000;
  color: #000;
}
.page-block-cta-banner .cta-banner .button:hover {
  background: #000;
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-cta-banner .container {
    max-width: none;
    margin: 0 20px;
    width: auto;
  }
  .page-block-cta-banner .cta-banner {
    padding: 30px;
    text-align: center;
  }
  .page-block-cta-banner .cta-banner h4 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .page-block-cta-banner .cta-banner h4.has-icon {
    padding: 93px 0 0 0;
  }
  .page-block-cta-banner .cta-banner h4.has-icon img {
    height: 80px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-block-cta-banner .cta-banner .button {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
}
.delivered-by {
  background: #F4F4F4;
  padding: 68px 0;
}
.delivered-by .container {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.delivered-by .container .column {
  max-width: 49%;
  width: 49%;
  vertical-align: middle;
  display: inline-block;
}
.delivered-by .container a {
  display: inline-block;
  vertical-align: middle;
  height: 62px;
  line-height: 62px;
}
.delivered-by .container a img {
  vertical-align: none;
}
.delivered-by .container h5 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .delivered-by .container {
    text-align: center;
  }
  .delivered-by .container .column {
    max-width: 45%;
    width: 45%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .delivered-by {
    padding: 40px 0;
  }
  .delivered-by .container {
    max-width: none;
    margin: 0 20px;
    width: auto;
    text-align: center;
  }
  .delivered-by .container .column {
    max-width: 100%;
    width: 100%;
  }
  .delivered-by .container h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
  }
  .delivered-by .container a {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    height: auto;
    line-height: normal;
  }
  .delivered-by .container a img {
    vertical-align: middle;
  }
  .delivered-by .container a .delivered-by-mayor-image {
    height: 50px;
    margin: 10px 0;
  }
  .delivered-by .container a .delivered-by-simply-connect-image {
    height: 49px;
  }
}
.page-header {
  padding: 220px 0 90px 0;
}
.page-header .container {
  max-width: 1173px;
  margin: 0 auto;
  width: 100%;
}
.page-header .page-header-text {
  padding: 0 0 0 600px;
  position: relative;
}
.page-header .page-header-text h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 80px;
  line-height: 91px;
  margin: 0px;
}
.page-header .page-header-text p {
  font-size: 24px;
  line-height: 36px;
  font-family: canada-type-gibson, sans-serif;
  padding: 10px 0;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-header .container {
    max-width: none;
    margin: 0 20px;
    width: auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-header {
    padding: 110px 0 14px 0;
  }
  .page-header .page-header-text {
    padding: 0px;
  }
  .page-header .page-header-text h1 {
    position: relative;
    font-size: 50px;
    line-height: 52px;
    margin: 0 0 14px 0;
  }
  .page-header .page-header-text p {
    font-size: 22px;
    padding: 0px;
    line-height: 34px;
  }
}
.filter-bar {
  padding: 0 0 80px 0;
}
.filter-bar .container {
  width: 1000px;
  margin: 0 auto;
}
.filter-bar .title {
  text-align: center;
  margin-bottom: 14px;
}
.filter-bar ul {
  margin: 0 -15px 0 -5px;
  text-align: center;
}
.filter-bar ul li {
  float: none;
  display: inline-block;
  padding: 0 3px;
  vertical-align: top;
}
.filter-bar ul li.filter-by {
  padding-right: 8px;
}
.filter-bar ul li h5 {
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0;
  letter-spacing: 0.5px;
}
.filter-bar ul li .button {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 15px;
}
.filter-bar ul li .button:hover {
  background: #0BD189;
  color: #FFF;
}

.mobile-filter {
  z-index: 10;
  display: none;
  padding: 0 0 30px 0;
  position: relative;
}
.mobile-filter.type {
  z-index: 5;
}
.mobile-filter .container {
  margin: 0 20px;
  width: auto;
}
.mobile-filter .mobile-filter-link {
  display: block;
  background: #0BD189;
  line-height: 56px;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  position: relative;
  font-family: canada-type-gibson, sans-serif;
}
.mobile-filter .mobile-filter-link:before {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 20px;
  height: 100%;
  content: "";
  display: block;
  background: url(../images/mobile-filter-arrow-down.svg) no-repeat center center;
}
.mobile-filter ul {
  background: #0BD189;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  display: none;
  padding: 16px 20px 16px 20px;
}
.mobile-filter ul li {
  margin: 0 0 16px 0;
}
.mobile-filter ul li a {
  display: block;
  position: relative;
  padding: 6px 0 6px 52px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.5px;
  font-family: canada-type-gibson, sans-serif;
}
.mobile-filter ul li a:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  content: "";
}
.mobile-filter ul li a:after {
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: #000;
  content: "";
}
.mobile-filter ul li.active a:after {
  display: block;
}
.mobile-filter.mobile-filter-active .mobile-filter-link:before {
  background-image: url(../images/mobile-filter-arrow-up.svg);
}
.mobile-filter.mobile-filter-active ul {
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .filter-bar {
    display: none;
  }
  .filter-bar .container {
    width: auto;
    margin: 0 20px;
  }

  .mobile-filter {
    display: block;
  }
}
.page-block-resources .container {
  width: 876px;
  margin: 0 auto;
}
.page-block-resources .resources-list {
  margin: 0 0 60px 0;
  border-bottom: 1px solid #979797;
}
.page-block-resources .resources-list section {
  border-top: 1px solid #979797;
  padding: 40px 0;
}
.page-block-resources .resources-list section .resource-item {
  position: relative;
}
.page-block-resources .resources-list section .resource-item h5 {
  font-size: 16px;
  color: #DF00FF;
  line-height: 20px;
  letter-spacing: 0.44px;
  margin: 0 0 10px 0;
}
.page-block-resources .resources-list section .resource-item .resource-content {
  position: relative;
}
.page-block-resources .resources-list section .resource-item h3 {
  width: 48%;
  padding: 0 110px 0 0;
  float: left;
}
.page-block-resources .resources-list section .resource-item .resource-right {
  float: right;
  padding: 0 172px 0 0;
  position: absolute;
  right: 0px;
  width: 52%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-block-resources .resources-list section .resource-item .resource-meta {
  float: left;
}
.page-block-resources .resources-list section .resource-item .resource-meta span {
  display: inline-block;
  margin: 0 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #595959;
  padding: 10px 0 10px 0;
}
.page-block-resources .resources-list section .resource-item .button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 172px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.load-more {
  padding: 0 0 100px 0;
  text-align: center;
}
.load-more .button {
  margin: 0 auto;
  color: #A3A3A3;
  border-color: #A3A3A3;
}
.load-more .button:hover {
  background: #A3A3A3;
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-resources .container {
    width: auto;
    margin: 0px;
  }
  .page-block-resources .container .resources-list section {
    padding: 30px 20px;
  }
  .page-block-resources .container .resources-list section .resource-item .resource-content h3 {
    padding: 0px;
    width: auto;
    float: none;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 4px 0;
  }
  .page-block-resources .container .resources-list section .resource-item .resource-content .resource-right {
    float: none;
    padding: 0px;
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    -ms-transform: none;
    transform: none;
  }
  .page-block-resources .container .resources-list section .resource-item .resource-content .resource-right .resource-meta {
    float: none;
    margin: 0 -10px 20px -10px;
  }
  .page-block-resources .container .resources-list section .resource-item .resource-content .resource-right .resource-meta span {
    margin: 0px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
  .page-block-resources .container .resources-list section .resource-item .resource-content .resource-right .resource-meta span br {
    display: none;
  }
  .page-block-resources .container .resources-list section .resource-item .resource-content .resource-right .button {
    position: relative;
    top: auto;
    right: auto;
  }
}
.page-block-case-studies .container {
  width: 1172px;
  max-width: 100%;
  margin: 0 auto;
}
.page-block-case-studies .case-studies-grid {
  margin: 0 -16px 60px -16px;
}
.page-block-case-studies .case-studies-grid section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.page-block-case-studies .case-studies-grid section a {
  display: block;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 10px 14px 0 rgba(138, 138, 138, 0.14);
}
.page-block-case-studies .case-studies-grid section a .case-study-image {
  position: relative;
  height: 0;
  padding-top: 70%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-case-studies .case-studies-grid section a .case-study-content {
  display: block;
  padding: 26px 25px 20px 25px;
}
.page-block-case-studies .case-studies-grid section a .case-study-content h4 {
  font-size: 16px;
  color: #0BD189;
  line-height: 20px;
  letter-spacing: 0.44px;
  margin: 0 0 10px 0;
}
.page-block-case-studies .case-studies-grid section a .case-study-content h3 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin: 0 0 20px 0;
}
.page-block-case-studies .case-studies-grid section a .case-study-content h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.39;
  color: #A2A2A2;
}
.page-block-case-studies .case-studies-grid section:nth-child(3n+1) {
  clear: left;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-case-studies .container {
    width: auto;
    max-width: none;
    margin: 0 20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-case-studies .case-studies-grid section {
    width: 50%;
  }
  .page-block-case-studies .case-studies-grid section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-case-studies .case-studies-grid section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-case-studies .case-studies-grid section {
    width: auto;
    float: none;
  }
}
.breadcrumbs {
  padding: 138px 0 38px 0;
}
.breadcrumbs .container {
  width: 1172px;
  max-width: 100%;
  margin: 0 auto;
}
.breadcrumbs .container p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.39px;
  color: #595959;
}
.breadcrumbs .container p a {
  color: #595959;
  text-decoration: underline;
}
.breadcrumbs .container p .breadcrumb-arrow {
  padding: 0 10px;
  display: inline-block;
}

.case-study-banner {
  position: relative;
}
.case-study-banner .container {
  width: 683px;
  max-width: 100%;
  margin: 0 auto;
}
.case-study-banner .container .case-study-banner-image {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 480px;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
}
.case-study-banner .container .case-study-banner-text {
  position: relative;
  margin: -83px 25px 0 25px;
  width: auto;
  z-index: 10;
  text-align: center;
  background: #FFF;
  padding: 20px 20px;
}
.case-study-banner .container .case-study-banner-text h4 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
  color: #0BD189;
  margin: 0 0 12px 0;
}
.case-study-banner .container .case-study-banner-text h1 {
  font-size: 50px;
  line-height: 61px;
  margin: 0 0 0 0;
}

.case-study-under-banner {
  padding: 0 0 80px 0;
}
.case-study-under-banner .container {
  width: 663px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.case-study-under-banner .container .case-study-banner-meta {
  margin: 0 -10px;
  padding: 0px;
  max-width: none;
}
.case-study-under-banner .container .case-study-banner-meta span {
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 0px;
}

.share-links {
  padding: 60px 0 88px 0;
}
.share-links .container {
  width: auto;
  margin: 0 20px;
  text-align: center;
}
.share-links .container h5 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
  letter-spacing: 0.44px;
}
.share-links .container ul {
  display: inline-block;
}
.share-links .container ul li {
  display: inline-block;
  padding: 0 15px;
}
.share-links .container ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #0BD189;
  text-decoration: underline;
}
.share-links .container ul li a:hover {
  color: #000;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .breadcrumbs .container {
    width: auto;
    max-width: none;
    margin: 0 20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .breadcrumbs {
    padding: 94px 0 14px 0;
  }
  .breadcrumbs .container p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media all and (max-width: 900px) and (min-width: 0px) {
  .case-study-banner .container {
    margin: 0px;
    width: auto;
    height: auto;
  }
  .case-study-banner .container .case-study-banner-image {
    position: relative;
    top: auto;
    right: auto;
    height: 0;
    float: none;
    padding-top: 70%;
    width: auto;
  }
  .case-study-banner .container .case-study-banner-text {
    text-align: left;
    position: relative;
    z-index: 10;
    margin: -50px 20px 0 0;
    background: #FFF;
    padding: 30px 20px 0 18px;
    top: auto;
    width: auto;
    -ms-transform: none;
    transform: none;
  }
  .case-study-banner .container .case-study-banner-text h4 {
    margin: 0 0 30px 0;
  }
  .case-study-banner .container .case-study-banner-text h1 {
    font-size: 50px;
    line-height: 52px;
    padding: 0px;
    margin: 0 0 22px 0;
  }

  .case-study-under-banner {
    padding: 0 0 40px 0;
  }
  .case-study-under-banner .container {
    margin: 0px;
    width: auto;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
  }
  .case-study-under-banner .container .case-study-banner-meta {
    margin: 0 -10px;
    padding: 0px;
    max-width: none;
  }
  .case-study-under-banner .container .case-study-banner-meta span {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    display: inline-block;
    letter-spacing: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .share-links .container h5 {
    display: block;
    margin: 0 0 20px 0;
  }
  .share-links .container ul {
    display: block;
    margin: 0 -15px;
  }
}
.page-block-content .container {
  width: 651px;
  margin: 0 auto;
  max-width: 100%;
}
.page-block-content article p a {
  text-decoration: underline;
  font-weight: 600;
}
.page-block-content.page-block-content-background-green .content-wrapper, .page-block-content.page-block-content-background-light-green .content-wrapper, .page-block-content.page-block-content-background-pink .content-wrapper {
  margin: 0 auto;
  width: 877px;
  max-width: 100%;
  padding: 70px 0;
}
.page-block-content.page-block-content-background-green .content-wrapper article p a, .page-block-content.page-block-content-background-light-green .content-wrapper article p a, .page-block-content.page-block-content-background-pink .content-wrapper article p a {
  color: #000;
}
.page-block-content.page-block-content-background-green .content-wrapper {
  background: #0BD189;
}
.page-block-content.page-block-content-background-light-green .content-wrapper {
  background: #9DEDD0;
}
.page-block-content.page-block-content-background-pink .content-wrapper {
  background: #F299FF;
}
.page-block-content .two-columns {
  margin: 0 -16px;
}
.page-block-content .two-columns article {
  float: left;
  padding: 0 16px;
  margin: 0px;
  width: 50%;
}

@media all and (max-width: 920px) and (min-width: 0px) {
  .page-block-content .container {
    width: auto;
    margin: 0 20px;
  }
  .page-block-content.page-block-content-background-green .content-wrapper, .page-block-content.page-block-content-background-light-green .content-wrapper, .page-block-content.page-block-content-background-pink .content-wrapper {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    padding: 58px 0;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-content .two-columns {
    margin: 0px;
  }
  .page-block-content .two-columns article {
    float: none;
    padding: 0px;
    margin: 0px;
    width: auto;
  }
  .page-block-content .two-columns article.left-content p:last-child {
    margin-bottom: 28px;
  }
}
.page-block-image-gallery .container {
  width: 877px;
  max-width: 100%;
  margin: 0 auto;
}
.page-block-image-gallery .image-gallery {
  margin: 0 -16px -32px -16px;
}
.page-block-image-gallery .image-gallery section {
  float: left;
  width: 50%;
  padding: 0 16px 32px 16px;
}
.page-block-image-gallery .image-gallery section a {
  display: block;
}
.page-block-image-gallery .image-gallery section a img {
  display: block;
  width: 100%;
}
.page-block-image-gallery .image-gallery section p {
  font-size: 12px;
  color: #595959;
  line-height: 28px;
}

@media all and (max-width: 900px) and (min-width: 0px) {
  .page-block-image-gallery .container {
    width: auto;
    max-width: none;
    margin: 0px;
  }
  .page-block-image-gallery .image-gallery {
    margin: 0 0 0 0;
    position: relative;
    padding: 28px 0 0 0;
  }
  .page-block-image-gallery .image-gallery section {
    padding: 0 8px;
  }
  .page-block-image-gallery .image-gallery section a {
    overflow: hidden;
  }
  .page-block-image-gallery .image-gallery section:first-child {
    padding-left: 20px;
  }
  .page-block-image-gallery .image-gallery section:first-child img {
    width: calc(100% + 11px);
    max-width: none;
  }
  .page-block-image-gallery .image-gallery .slick-arrow {
    z-index: 20;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    font-size: 1px;
    position: absolute;
    top: 0px;
    right: 65px;
    width: 13px;
    height: 20px;
    background: url(../images/gallery-nav-left.svg) no-repeat;
    display: block;
    text-indent: -9999px;
  }
  .page-block-image-gallery .image-gallery .slick-arrow.slick-next {
    right: 36px;
    left: auto;
    background-image: url(../images/gallery-nav-right.svg);
  }
}
.page-block-quote .container {
  width: 648px;
  max-width: 100%;
  margin: 0 auto;
}
.page-block-quote .quote blockquote {
  padding: 0 0 0 32px;
  border-left: 10px solid #0BD189;
}
.page-block-quote .quote blockquote p {
  font-size: 30px;
  line-height: 42px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
}

@media all and (max-width: 700px) and (min-width: 0px) {
  .page-block-quote .container {
    padding: 0 20px;
  }
  .page-block-quote .quote blockquote p {
    font-size: 26px;
    line-height: 38px;
  }
}
.page-block-image .container {
  width: 876px;
  max-width: 100%;
  margin: 0 auto;
}
.page-block-image .container img {
  display: block;
  width: 100%;
}
.page-block-image .container p {
  font-size: 12px;
  line-height: 28px;
}

@media all and (max-width: 900px) and (min-width: 0px) {
  .page-block-image .container {
    width: auto;
  }
  .page-block-image .container p {
    padding: 0 0 0 20px;
  }

  .image-has-padding .container {
    padding: 0 20px;
  }
}
.page-block-video .container {
  width: 876px;
  max-width: 100%;
  margin: 0 auto;
}
.page-block-video .container .video-link {
  display: block;
  position: relative;
}
.page-block-video .container .video-link img {
  display: block;
  width: 100%;
}
.page-block-video .container .video-link .video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url(../images/video-icon.svg) no-repeat 32px center rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  transition: 0.3s ease-in-out;
}
.page-block-video .container .video-link:hover .video-play {
  background-color: #FFF;
}
.page-block-video .container p {
  font-size: 12px;
  line-height: 28px;
}

@media all and (max-width: 900px) and (min-width: 0px) {
  .page-block-video .container {
    width: auto;
  }
  .page-block-video .container p {
    padding: 0 0 0 20px;
  }
}
.page-block-benefits .container article h2 {
  margin: 0 0 0 0;
}
.page-block-benefits .container article .benefits-block {
  padding: 60px 0 0 0;
  margin: 0 -16px 0 -16px;
}
.page-block-benefits .container article .benefits-block .benefits-block-image {
  width: 50%;
  padding: 0 16px;
  float: right;
}
.page-block-benefits .container article .benefits-block .benefits-block-image img {
  width: 100%;
}
.page-block-benefits .container article .benefits-block .benefits-block-content {
  width: 50%;
  padding: 0 16px;
  float: left;
}
.page-block-benefits .container article .benefits-block .benefits-block-content h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}
.page-block-benefits .container article .benefits-block .benefits-block-content ul li {
  line-height: 22px;
  margin-bottom: 6px;
}
.page-block-benefits .container article .benefits-block .benefits-block-content ul li:before {
  top: 0px;
  line-height: 22px;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-benefits .container article {
    margin-bottom: -30px;
  }
  .page-block-benefits .container article h2 {
    margin: 0 0 0 0;
  }
  .page-block-benefits .container article .benefits-block {
    padding: 30px 0;
    margin: 0px;
  }
  .page-block-benefits .container article .benefits-block .benefits-block-image {
    width: auto;
    float: none;
    padding: 0px;
    margin: 0 0 10px 0;
  }
  .page-block-benefits .container article .benefits-block .benefits-block-content {
    width: auto;
    float: none;
    padding: 0px;
  }
}
article .button-list {
  padding: 60px 0 0 0;
}
article .button-list .button-list-item {
  padding: 0 200px 0 0;
  position: relative;
}
article .button-list .button-list-item h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}
article .button-list .button-list-item p {
  margin: 0 0 30px 0;
}
article .button-list .button-list-item .button-holder {
  position: absolute;
  bottom: 8px;
  right: 0px;
}
article .button-list .button-list-item .button-holder .button {
  border-color: #000000;
  color: #000000;
  padding-left: 28px;
  padding-right: 28px;
}
article .button-list .button-list-item .button-holder .button:hover, article .button-list .button-list-item .button-holder .button:focus {
  background: #000;
  color: #FFF;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  article .button-list {
    padding: 40px 0 0 0;
  }
  article .button-list .button-list-item {
    padding: 0 0 40px 0;
  }
  article .button-list .button-list-item p {
    margin: 0 0 20px 0;
  }
  article .button-list .button-list-item .button-holder {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.page-block-icon-blocks .container {
  width: 877px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page-block-icon-blocks .container h2 {
  margin: 0 0 104px 0;
  font-size: 30px;
  padding: 0 110px;
  line-height: 48px;
}

.icon-blocks {
  margin: 0 -32px -44px -32px;
}
.icon-blocks section {
  display: inline-block;
  margin: 0px;
  padding: 0 32px 44px 32px;
  vertical-align: top;
  width: 33.33%;
}
.icon-blocks section .icon-block-icon {
  display: block;
  height: 130px;
  text-align: center;
}
.icon-blocks section p {
  font-size: 16px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-icon-blocks .container {
    width: auto;
    max-width: none;
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-icon-blocks .container h2 {
    margin: 0 0 40px 0;
    font-size: 30px;
    padding: 0px;
    line-height: 40px;
    text-align: left;
  }

  .icon-blocks {
    margin: 0 -16px -30px -16px;
  }
  .icon-blocks section {
    width: 50%;
    float: left;
    display: block;
    padding: 0 16px 30px 16px;
  }
  .icon-blocks section .icon-block-icon {
    height: 120px;
  }
  .icon-blocks section:nth-child(2n+1) {
    clear: left;
  }
}
.page-block-other-support article h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 41px 0;
}

article .support-list {
  margin-bottom: -32px;
}
article .support-list .support-list-item {
  padding: 32px 200px 32px 0;
  position: relative;
  border-top: 1px solid #000000;
}
article .support-list .support-list-item h4 {
  font-size: 26px;
  line-height: 48px;
  margin: 0px;
  padding: 0px;
}
article .support-list .support-list-item p {
  margin: -5px 0 0 0;
}
article .support-list .support-list-item .button-holder {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -28px 0 0 0;
}
article .support-list .support-list-item .button-holder .button {
  border-color: #000000;
  color: #000000;
  padding-left: 28px;
  padding-right: 28px;
}
article .support-list .support-list-item .button-holder .button:hover, article .support-list .support-list-item .button-holder .button:focus {
  background: #000;
  color: #FFF;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  article .support-list .support-list-item {
    padding: 30px 0;
  }
  article .support-list .support-list-item h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px 0;
  }
  article .support-list .support-list-item p {
    margin: -15px 0 20px 0;
  }
  article .support-list .support-list-item .button-holder {
    position: relative;
    bottom: auto;
    margin: 0px;
    top: auto;
    right: auto;
  }
}
.page-block-accordion .accordion section {
  border-bottom: 1px solid #000;
  padding: 0 0 51px 0;
  position: relative;
}
.page-block-accordion .accordion section header {
  cursor: pointer;
  padding: 51px 80px 0 0;
  position: relative;
}
.page-block-accordion .accordion section header h2 {
  font-size: 30px;
  line-height: 48px;
}
.page-block-accordion .accordion section header:before {
  position: absolute;
  top: 61px;
  right: 0px;
  width: 28px;
  height: 28px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  display: block;
  content: "";
}
.page-block-accordion .accordion section article {
  padding: 20px 0 0 0;
  display: none;
}
.page-block-accordion .accordion section article ol {
  margin: 0 0 -40px 0;
  padding: 0 112px 0 0;
  list-style: none;
  counter-reset: list-counter;
}
.page-block-accordion .accordion section article ol li {
  display: block;
  padding: 0 0 40px 72px;
  position: relative;
  margin: 0px;
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
  line-height: 28px;
  font-weight: 600;
  counter-increment: list-counter;
}
.page-block-accordion .accordion section article ol li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 70px;
  line-height: 60px;
  color: #DF00FF;
  font-family: canada-type-gibson, sans-serif;
  font-weight: bold;
  display: block;
  content: counter(list-counter);
}
.page-block-accordion .accordion section article ol li a {
  text-decoration: underline;
}
.page-block-accordion .accordion section article ol li:nth-child(2):before {
  opacity: 0.6;
}
.page-block-accordion .accordion section article ol li:nth-child(3):before {
  opacity: 0.4;
}
.page-block-accordion .accordion section article ol li:nth-child(4):before {
  opacity: 0.2;
}
.page-block-accordion .accordion section.active header:before {
  background-image: url(../images/accordion-minus.svg);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-accordion .accordion section {
    padding: 0 0 40px 0;
  }
  .page-block-accordion .accordion section header {
    padding: 40px 60px 0 0;
  }
  .page-block-accordion .accordion section header h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-block-accordion .accordion section article ol {
    padding: 0px;
  }
}
.four-oh-four {
  position: relative;
  padding: 196px 0 80px 0;
}
.four-oh-four .container {
  width: 883px;
  max-width: 100%;
  margin: 0 auto;
}
.four-oh-four .container .four-oh-four-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 683px;
  height: 480px;
  display: block;
  background: url(../images/404-image.jpg) no-repeat center center;
  background-size: cover;
}
.four-oh-four .container .four-oh-four-text {
  padding: 142px 0 0 0;
  position: relative;
  float: left;
  left: 0px;
  width: 528px;
  z-index: 10;
}
.four-oh-four .container .four-oh-four-text h1 {
  background: #FFF;
  padding: 10px 0 10px 0;
  font-size: 80px;
  line-height: 91px;
  margin: 0 0 24px 0;
}

@media all and (max-width: 900px) and (min-width: 0px) {
  .four-oh-four {
    padding: 80px 0 90px 0;
  }
  .four-oh-four .container {
    margin: 0px;
    width: auto;
    height: auto;
  }
  .four-oh-four .container .four-oh-four-image {
    position: relative;
    top: auto;
    right: auto;
    height: 0;
    padding-top: 70%;
    width: auto;
  }
  .four-oh-four .container .four-oh-four-text {
    position: relative;
    z-index: 10;
    margin: -50px 20px 0 0;
    background: #FFF;
    padding: 30px 20px 0 18px;
    top: auto;
    width: auto;
    -ms-transform: none;
    transform: none;
  }
  .four-oh-four .container .four-oh-four-text h1 {
    font-size: 50px;
    line-height: 52px;
    padding: 0px;
    margin: 0 0 22px 0;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(53, 53, 53, 0.95);
  z-index: 100;
  overflow-y: auto;
  display: none;
}
.modal--open {
  display: block;
}
.modal__inner {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 10px;
}
.modal__inner .gfield {
  padding-right: 0 !important;
}
.modal__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000000;
}
.modal__text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #000000;
}
.modal__close {
  position: absolute;
  top: -43px;
  right: 2px;
  cursor: pointer;
}
.modal .gfield_consent_label {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  display: inline-block;
  width: 90%;
}
.modal .gform_confirmation_message_1 {
  font-size: 16px;
  line-height: 1.4;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 20px;
  color: #155724;
}
.modal #input_1_5_1,
.modal #input_1_8_1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 2px solid #DDE0F4;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 0;
  margin-top: 5px;
  margin-right: 4px;
}
.modal #input_1_5_1:checked,
.modal #input_1_8_1:checked {
  background-image: url("../images/check-solid.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}

#site-footer {
  background: #1E2266;
  padding: 38px 0;
}
#site-footer .container {
  width: 1172px;
  max-width: 100%;
  margin: 0 auto;
}
#site-footer .logo {
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
}
#site-footer .copyright {
  font-size: 12px;
  line-height: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: #FFF;
  padding: 24px 0 0 170px;
  padding: 4px 0 0 170px;
}
#site-footer nav {
  float: right;
}
#site-footer nav li {
  display: inline-block;
  padding: 24px 0 0 28px;
}
#site-footer nav li a {
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  text-decoration: underline;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  #site-footer .container {
    width: auto;
    margin: 0 20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer {
    padding: 50px 0 23px 0;
  }
  #site-footer nav {
    float: none;
    padding: 0 0 138px 0;
    text-align: center;
  }
  #site-footer nav li {
    padding: 0 12px;
  }
  #site-footer .copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  #site-footer .logo {
    top: auto;
    bottom: 54px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #site-footer .logo img {
    margin: 0 auto;
  }
}
