@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: #EAFFE9;
  text-align: center;
  font-family: "co-text", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #255163;
  font-weight: 400;
  -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: 1183px;
  position: relative;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
a {
  color: #009FE3;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #0080B7;
}

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

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

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

/* 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;
}

.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.animated-delay-1000 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated-delay-1100 {
  animation-delay: 1s;
  -webkit-animation-delay: 1.1s;
}

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: co-headline, sans-serif;
  color: #002E41;
}

p {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.04px;
}

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: 48px;
}

article h1 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1.92px;
  margin-bottom: 21px;
}

article h2 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1.92px;
  margin-bottom: 21px;
}

article h3 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 1.28px;
  margin-bottom: 12px;
}

article h4 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.96px;
  margin-bottom: 7px;
}

article h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

article h6 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.72px;
  margin-bottom: 5px;
}

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

article p {
  margin: 0 0 20px 0;
}
article p a {
  color: #009FE3;
  text-decoration: underline;
}
article p a.button {
  text-decoration: none;
}

article table {
  width: 100%;
}
article table tr td {
  border-bottom: 1px solid #255163;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04px;
}

article ul {
  margin: 0 0 10px 0;
}
article ul li {
  margin: 0 0 33px 0;
  padding: 0 0 0 30px;
  line-height: 33px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 33px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}

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

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

article .button {
  vertical-align: middle;
  margin: 0 32px 20px 0;
}

article .arrow-link {
  vertical-align: middle;
  margin: 0px 32px 20px 0;
}

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

strong {
  font-weight: 700;
}

@media all and (max-width: 1023px) {
  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: 32px;
    line-height: 54px;
    letter-spacing: 1.28px;
  }

  article h2 {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.28px;
  }

  article h3 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.12px;
  }

  article h4 {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.96px;
  }

  article h5 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }

  article h6 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.72px;
  }

  article p {
    margin: 0 0 20px 0;
  }

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

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: co-headline, sans-serif;
  background: #009FE3;
  border-radius: 4px;
  padding: 13px 26px 15px 26px;
  line-height: 28px;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.72px;
}
.button:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  background: #0080B7;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #FFF;
}
.button:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.button:active {
  background: #0080B7;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #009FE3;
  box-shadow: none;
  padding: 12px 24px 12px 24px;
  color: #009FE3;
}
.button.button-bordered:before {
  background: #0080B7;
}
.button.button-bordered:hover {
  color: #FFF;
  border-color: #0080B7;
}
.button.button-bordered:active {
  background: #0080B7;
  border-color: #0080B7;
}
.button.button-bordered-secondary {
  background: transparent;
  border: 2px solid #61B559;
  box-shadow: none;
  padding: 12px 22px 12px 22px;
  color: #61B559;
}
.button.button-bordered-secondary:before {
  background: #61B559;
}
.button.button-bordered-secondary:hover {
  color: #FFF;
  border-color: #61B559;
}
.button.button-bordered-secondary:active {
  background: #61B559;
  border-color: #61B559;
}
.button.button-white-fill {
  background: #FFF;
  color: #009FE3;
}
.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: #009FE3;
}
.button.button-white-bordered:before {
  border-bottom: 60px solid #FFF;
}

.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #009FE3;
  display: inline-block;
  font-weight: 600;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover {
  color: #0080B7;
}

.arrow-link {
  padding: 0 28px 0 0;
  line-height: 28px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: co-headline, sans-serif;
  color: #009FE3;
  text-decoration: none !important;
  vertical-align: middle;
}
.arrow-link:before {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 18px;
  height: 100%;
  background: url(../images/arrow-link-active.svg) no-repeat right center;
  content: "";
  display: block;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.arrow-link:after {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 18px;
  height: 100%;
  background: url(../images/arrow-link-active-dark.svg) no-repeat right center;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.arrow-link:hover {
  color: #0080B7;
}
.arrow-link:hover:before {
  opacity: 0;
}
.arrow-link:hover:after {
  opacity: 1;
}

a:hover .arrow-link {
  color: #0080B7;
}
a:hover .arrow-link:before {
  opacity: 0;
}
a:hover .arrow-link:after {
  opacity: 1;
}

@media all and (max-width: 1023px) {
  .arrow-link {
    font-size: 16px;
  }
  .arrow-link:before, .arrow-link:after {
    top: 2px;
  }
}
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: 2px;
  width: 100%;
  height: 56px;
  font-family: "co-text", Helvetica, Arial, sans-serif;
  color: #255163;
  padding: 15px 14px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}

textarea {
  height: 95px;
}

.select-field {
  position: relative;
  border: 2px solid #DDE0F4;
  border-radius: 2px;
  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: "co-text", Helvetica, Arial, sans-serif;
  color: #255163;
  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;
}

.page-block-form {
  padding: 0 0 168px 0;
}
.page-block-form header {
  float: left;
  width: 30%;
  padding: 152px 68px 0 0;
}
.page-block-form header h2 {
  font-size: 48px;
  line-height: 54px;
  margin: 0 -30px 24px 0;
  letter-spacing: 1.92px;
}
.page-block-form header p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 25px 0;
  letter-spacing: 0.72px;
}
.page-block-form header .contact-link {
  display: block;
  margin: 0 0 18px 0;
}
.page-block-form header .contact-link a {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  font-family: co-headline, sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.page-block-form header .contact-link a:before {
  display: block;
  transition: 0.3s ease-in-out;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  content: "";
  background: #0080B7;
  position: absolute;
}
.page-block-form header .contact-link a:hover:before {
  width: 100%;
}
.page-block-form header .social-links {
  padding: 10px 0 0 0;
}
.page-block-form header .social-links a {
  display: inline-block;
  margin: 0 32px 0 0;
}
.page-block-form .form-wrapper {
  float: right;
  width: 70%;
  padding: 0 43px 0 0;
}
.page-block-form .form-wrapper .form-success {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(97, 181, 89, 0.16);
  border-radius: 12px;
  padding: 104px 174px;
}
.page-block-form .form-wrapper .form-success article {
  text-align: center;
  margin-bottom: -23px;
}
.page-block-form .form-wrapper .form-success article h4 {
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 1.28px;
  margin-bottom: 9px;
}
.page-block-form .form-wrapper .form-success article p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 23px;
}
.page-block-form .form-wrapper .form-holder article {
  margin-bottom: 0px;
}
.page-block-form .form-wrapper .form-holder article h3 {
  margin: 0 0 11px 0;
}
.page-block-form .form-wrapper .form-holder article p {
  margin: 0 0 40px 0;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper {
  overflow: hidden;
  margin: 0px;
  text-align: left;
  position: relative;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper .gform_body {
  background: #FFF;
  box-shadow: 0 8px 16px 0 rgba(97, 181, 89, 0.16);
  border-radius: 12px;
  padding: 69px 69px 56px 69px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields {
  margin: 0 -16px !important;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield {
  float: left;
  width: calc(50% - 32px);
  margin: 0 16px 32px 16px !important;
  display: block;
  clear: none;
  position: relative;
  padding: 0px;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield:before {
  position: absolute;
  top: 19px;
  right: 26px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.39px;
  z-index: 3;
  display: block;
  content: "Optional";
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.gfield_contains_required:before {
  display: none;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.gfield_contains_required span.gfield_required {
  display: none;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .gfield_label {
  position: absolute;
  top: 15px;
  left: 23px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #61B559;
  text-transform: uppercase;
  display: block;
  margin: 0px;
  z-index: 2;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield textarea,
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 42px 22px 22px 23px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0px;
  height: 86px;
  border: 1px solid #D2D7FF;
  border-radius: 12px;
  color: #002E41;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield textarea:focus,
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #61B559;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 86px;
  border-radius: 2px;
  border: 1px solid #D2D7FF;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select:before {
  width: 20px;
  height: 20px;
  background: url(../images/form-select-arrow.svg) no-repeat right center;
  right: 43px;
  top: 50%;
  margin: -10px 0 0 0;
  content: "";
  display: block;
  position: absolute;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: "co-text", Helvetica, Arial, sans-serif;
  color: #255163;
  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;
  padding: 38px 22px 22px 23px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.56px;
  margin: 0px;
  height: 86px;
  color: #212121;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select select:focus {
  border-color: #61B559;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select:focus-within {
  border-color: #61B559;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-message {
  clear: both;
  width: calc(100% - 32px);
  float: none;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-message .gfield_label {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  padding: 14px 0 0 22px;
  border-radius: 12px 12px 0 0;
  background: #FFF;
  z-index: 2;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-message textarea {
  height: 132px;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-accept {
  float: left;
  margin-bottom: 0px !important;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-captcha {
  float: right;
  height: 78px;
  text-align: right;
  margin-bottom: 0px !important;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-captcha:before {
  display: none !important;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-captcha .gfield_label {
  display: none !important;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.gfield_error textarea,
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.gfield_error .ginput_container_select {
  border-color: #E31700;
}
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.gfield_error div.validation_message {
  padding: 9px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.33px;
  font-weight: normal;
  color: #E31700;
}
.page-block-form .form-wrapper .form-holder .gform_footer {
  padding: 0px;
  margin: -12px 0 0 0;
  position: relative;
  z-index: 9;
}
.page-block-form .form-wrapper .form-holder .gform_footer .button {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(97, 181, 89, 0.16);
  border-radius: 0 0 12px 12px;
  width: 100%;
  border: none;
  margin: 0px;
  padding: 44px 0 32px 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #009FE3;
  height: 116px;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.page-block-form .form-wrapper .form-holder .gform_footer .button:hover, .page-block-form .form-wrapper .form-holder .gform_footer .button:focus {
  color: #0080B7;
  background: #FFF;
}

body .gform_wrapper .top_label div.ginput_container {
  margin: 0px !important;
}

body .gform_wrapper ul li div.ginput_container_checkbox,
body .gform_wrapper ul li div.ginput_container_radio {
  width: auto;
  margin: 0px;
}
body .gform_wrapper ul li div.ginput_container_checkbox label,
body .gform_wrapper ul li div.ginput_container_radio label {
  display: none !important;
}
body .gform_wrapper ul li div.ginput_container_checkbox ul li,
body .gform_wrapper ul li div.ginput_container_radio ul li {
  position: relative;
  margin: 0px;
}
body .gform_wrapper ul li div.ginput_container_checkbox ul li input,
body .gform_wrapper ul li div.ginput_container_radio ul li input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
body .gform_wrapper ul li div.ginput_container_checkbox ul li label,
body .gform_wrapper ul li div.ginput_container_radio ul li label {
  display: block !important;
  font-size: 12px !important;
  position: relative !important;
  line-height: 22px !important;
  margin: 0 !important;
  max-width: none;
  width: auto !important;
  color: #72758D;
  padding: 0 0 6px 38px !important;
}
body .gform_wrapper ul li div.ginput_container_checkbox ul li label a,
body .gform_wrapper ul li div.ginput_container_radio ul li label a {
  text-decoration: underline;
  color: #72758D;
}
body .gform_wrapper ul li div.ginput_container_checkbox ul li label:before,
body .gform_wrapper ul li div.ginput_container_radio ul li label:before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #009FE3;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
}
body .gform_wrapper ul li div.ginput_container_checkbox ul li label:after,
body .gform_wrapper ul li div.ginput_container_radio ul li label:after {
  width: 24px;
  height: 24px;
  background: url(../images/icon-tick.svg) no-repeat center center #009FE3;
  border-radius: 4px;
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: none;
}
body .gform_wrapper ul li div.ginput_container_checkbox ul li input:checked + label:after,
body .gform_wrapper ul li div.ginput_container_radio ul li input:checked + label:after {
  display: block;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  border: none !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal !important;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  .page-block-form header {
    float: none;
    width: auto;
    padding: 0 0 48px 0;
  }
  .page-block-form .form-wrapper {
    float: none;
    width: auto;
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-form {
    padding: 0 0 80px 0;
  }
  .page-block-form header {
    text-align: center;
    padding: 0 0 48px 0;
  }
  .page-block-form header h2 {
    font-size: 32px;
    line-height: 54px;
    margin: 0 0 9px 0;
  }
  .page-block-form header p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px 0;
  }
  .page-block-form header .contact-link {
    margin: 0 0 17px 0;
  }
  .page-block-form header .social-links {
    text-align: center;
  }
  .page-block-form header .social-links a {
    margin: 0 16px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper .gform_body {
    padding: 32px 24px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield {
    float: none;
    width: auto;
    margin-bottom: 20px !important;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .gfield_label {
    top: 10px;
    left: 19px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-message .gfield_label {
    padding-top: 10px;
    padding-left: 19px;
    top: 1px;
    left: 1px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield textarea,
.page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 35px 22px 16px 19px;
    font-size: 18px;
    line-height: 24px;
    height: 77px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select {
    height: 77px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select:before {
    right: 28px;
    top: auto;
    bottom: 17px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield .ginput_container_select select {
    padding: 35px 22px 16px 19px;
    font-size: 18px;
    height: 77px;
    line-height: 24px;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-accept {
    width: auto;
    float: none;
    margin-bottom: 24px !important;
  }
  .page-block-form .form-wrapper .form-holder .gform_wrapper ul.gform_fields li.gfield.field-captcha {
    width: auto;
    float: none;
    max-width: none;
    margin: 0 -8px !important;
    text-align: center;
  }
  .page-block-form .form-wrapper .form-holder .gform_footer .button {
    height: 92px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    min-height: none !important;
    padding: 38px 0 26px 0 !important;
  }
  .page-block-form .form-wrapper .form-success {
    padding: 32px 32px;
  }
  .page-block-form .form-wrapper .form-success article {
    margin-bottom: -22px;
  }
  .page-block-form .form-wrapper .form-success article img {
    width: 80px;
  }
  .page-block-form .form-wrapper .form-success article h4 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.25px;
    margin: 0 0 7px 0;
  }
  .page-block-form .form-wrapper .form-success article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 22px 0;
  }
}
.logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 102;
}
.logo img {
  display: block;
}

nav.page-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 45px 41px 0 0;
  z-index: 100;
}
nav.page-nav ul {
  margin: 0 -24px;
}
nav.page-nav ul li {
  display: inline-block;
  padding: 0 24px;
}
nav.page-nav ul li a {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #FFF;
  font-family: co-headline, sans-serif;
  font-weight: 700;
}

@media all and (max-width: 1023px) {
  .logo {
    width: 128px;
  }

  nav.page-nav {
    display: none;
  }
}
.toggle-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
  z-index: 100;
}

#mobile-nav {
  background: #009FE3;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 101;
}
#mobile-nav .close-mobile-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}
#mobile-nav ul {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
  transform: translateY(-50%);
}
#mobile-nav ul li {
  padding: 10px 0;
  text-align: center;
}
#mobile-nav ul li a {
  font-weight: bold;
  display: block;
  text-align: center;
  text-align: center;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 1.6px;
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .toggle-nav {
    display: block;
  }
}
#page-banner {
  overflow: hidden;
}
#page-banner .container {
  padding: 94px 0 150px 0;
  display: flex;
  align-items: center;
}
#page-banner .container .banner-side-image {
  float: right;
  width: calc(100% - 660px);
}
#page-banner .container .banner-side-image img {
  max-width: 650px;
}
#page-banner .container .banner-sponsor {
  float: right;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0px;
  display: block;
}
#page-banner .container .banner-sponsor img {
  height: 120px;
}
#page-banner .container .banner-text {
  float: left;
  width: 100%;
  max-width: 660px;
  padding: 0 80px 0 0;
  position: relative;
  left: 0px;
}
#page-banner .container .banner-text h5 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 54px;
  letter-spacing: 2px;
  color: #61B559;
  margin: 0 0 4px 0;
}
#page-banner .container .banner-text h1,
#page-banner .container .banner-text h2 {
  font-size: 56px;
  line-height: 54px;
  letter-spacing: 2.24px;
  margin: 0 0 23px 0;
}
#page-banner .container .banner-text p {
  font-style: 22px;
  line-height: 33px;
  letter-spacing: 0.05px;
  margin: 0px;
}
#page-banner.page-banner-background {
  margin: 0 0 105px 0;
  background: none no-repeat center center;
  background-size: cover;
}
#page-banner.page-banner-background .page-banner-back {
  background: rgba(97, 181, 89, 0.8);
}
#page-banner.page-banner-background .container {
  display: block;
  height: 623px;
  padding: 0px;
}
#page-banner.page-banner-background .container .banner-text {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 60px 0 0 0;
}
#page-banner.page-banner-background .container .banner-text h5 {
  color: #FFF;
}
#page-banner.page-banner-background .container .banner-text h1,
#page-banner.page-banner-background .container .banner-text h2 {
  color: #FFF;
}
#page-banner.page-banner-background .container .banner-text p {
  color: #FFF;
}
#page-banner.page-banner-just-header .container {
  display: block;
  height: auto;
  padding: 163px 0;
}
#page-banner.page-banner-just-header .container .banner-text {
  width: auto;
  float: none;
  padding: 0px;
  max-width: none;
  left: auto;
  text-align: center;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner .container {
    padding: 200px 0 90px 0;
  }
  #page-banner .container .banner-side-image {
    display: none;
  }
  #page-banner .container .banner-text {
    padding: 0px;
    top: auto;
    -ms-transform: none;
    transform: none;
  }
  #page-banner .container .banner-text h5 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.83px;
  }
  #page-banner .container .banner-text h1,
#page-banner .container .banner-text h2 {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 1.6px;
    margin: 0 0 19px 0;
  }
  #page-banner .container .banner-text p {
    font-size: 20px;
    line-height: 28px;
  }
  #page-banner .container .banner-sponsor {
    position: absolute;
    top: auto;
    right: auto;
    -ms-transform: none;
    transform: none;
    float: none;
    bottom: 20px;
  }
  #page-banner .container .banner-sponsor img {
    height: 80px;
  }
  #page-banner.page-banner-background {
    margin: 0 0 62px 0;
  }
  #page-banner.page-banner-background .container {
    height: 650px;
  }
  #page-banner.page-banner-background .container .banner-text {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #page-banner.page-banner-just-header .container {
    padding: 193px 0 64px 0;
  }
}
.page-block-content {
  padding: 0 0 150px 0;
}
.page-block-content .container article {
  padding: 0 204px;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  .page-block-content {
    padding: 0 0 63px 0;
  }
  .page-block-content .container article {
    padding: 0px;
  }
}
.page-block-sports {
  overflow: hidden;
  padding: 0 0 94px 0;
}
.page-block-sports .sports section {
  float: left;
  width: 33.33%;
  padding: 0 16px 0 16px;
}
.page-block-sports .sports section img {
  display: block;
  margin: 0 0 15px 0;
}
.page-block-sports .sports section h2 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1.92px;
  margin: 0 0 23px 0;
}
.page-block-sports .sports section h3 {
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 1.28px;
  margin: 0 0 9px 0;
}
.page-block-sports .sports section p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.04px;
  margin: 0px;
}
.page-block-sports .sports section:nth-of-type(2) {
  padding-top: 58px;
}
.page-block-sports .sports section:nth-of-type(3) {
  padding-top: 104px;
}
.page-block-sports .sports section:nth-of-type(4) {
  margin-top: -32px;
  clear: left;
}
.page-block-sports .sports section:nth-of-type(5) {
  padding-top: 49px;
}
.page-block-sports .sports section:nth-of-type(6) {
  padding-top: 97px;
}
.page-block-sports .sports section.sports-intro p {
  line-height: 33px;
}

.sports-slider {
  position: absolute;
  left: -999px;
  margin: 0 -20px;
}
.sports-slider section {
  padding: 0 16px 55px 20px;
  width: 100%;
  float: left;
}
.sports-slider section img {
  margin: 0 0 20px 0;
}
.sports-slider section h3 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.12px;
  margin: 0 0 14px 0;
}
.sports-slider section p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04px;
  margin: 0px;
}
.sports-slider .slick-dots {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 5px 0 0 0;
}
.sports-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.sports-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #9599B9;
  background: transparent;
}
.sports-slider .slick-dots li.slick-active button {
  border: 1px solid #009FE3;
  background: #009FE3;
}
.sports-slider .slick-arrow {
  z-index: 20;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  font-size: 1px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 21px;
  height: 16px;
  background: url(../images/slick-arrow-left.svg) no-repeat left center;
  display: block;
  text-indent: -9999px;
}
.sports-slider .slick-arrow.slick-next {
  right: 20px;
  left: auto;
  background: url(../images/slick-arrow-right.svg) no-repeat right center;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-sports {
    padding: 0 0 76px 0;
  }
  .page-block-sports .sports {
    margin: 0px;
  }
  .page-block-sports .sports section {
    display: none;
    width: auto;
    padding: 0px;
  }
  .page-block-sports .sports section.sports-intro {
    display: block;
  }
  .page-block-sports .sports section.sports-intro h2 {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.28px;
    margin: 0 0 9px 0;
  }
  .page-block-sports .sports section.sports-intro p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 67px 0;
  }

  .sports-slider {
    position: relative;
    left: auto;
  }
}
.page-block-image-and-content .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-image-and-content .image-and-content article {
  width: 60%;
  padding: 0 71px 0 134px;
}
.page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1.92px;
  margin: 0 0 23px 0;
  padding: 0px;
}
.page-block-image-and-content .image-and-content article p {
  margin: 0px;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 40%;
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
  height: auto;
}
.page-block-image-and-content .image-and-content .image-holder video {
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.page-block-image-and-content .image-and-content .image-holder .video-placeholder-image {
  opacity: 0;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-right article {
  padding: 0 155px 0 70px;
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content article {
    width: 60%;
    padding: 0 0 0 64px;
  }
  .page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
  }
  .page-block-image-and-content .image-and-content article p {
    font-size: 18px;
    line-height: 26px;
  }
  .page-block-image-and-content .image-and-content article .button {
    margin-top: 32px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: 40%;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content article {
    padding: 0 64px 0 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    display: block;
    padding: 0 0 10px 0 !important;
  }
  .page-block-image-and-content .image-and-content article h3 {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.28px;
    margin: 0 0 9px 0;
  }
  .page-block-image-and-content .image-and-content article p {
    line-height: 26px;
    font-size: 16px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    display: block;
    margin: 0 0 43px 0;
  }
}
#our-charity .image-and-content article p {
  margin-bottom: 20px;
}

.page-block-dates {
  padding: 150px 0;
}
.page-block-dates header {
  float: left;
  width: 34%;
  padding: 0 32px 0 0;
}
.page-block-dates header h2 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1.92px;
  margin: 0 0 24px 0;
}
.page-block-dates header p {
  line-height: 28px;
  letter-spacing: 0.72px;
  font-size: 18px;
}
.page-block-dates .dates {
  float: left;
  width: 66%;
  padding: 9px 0 0 0;
}
.page-block-dates .dates section {
  margin: 0 0 32px 0;
}
.page-block-dates .dates section a {
  background: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(97, 181, 89, 0.16);
  border-radius: 12px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 37px 32px 42px 48px;
}
.page-block-dates .dates section a:before {
  width: 4px;
  background: #61B559;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  content: "";
  display: block;
}
.page-block-dates .dates section a h5 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #61B559;
  margin: 0px;
}
.page-block-dates .dates section a h4 {
  font-size: 32px;
  line-height: 54px;
  color: #002E41;
  letter-spacing: 1.28px;
  margin: 0 0 8px 0;
  transition: 0.3s ease-in-out;
}
.page-block-dates .dates section a span.date-details {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #255163;
  margin: 0 0 23px 0;
}
.page-block-dates .dates section a .arrow-link {
  transition: 0.3s ease-in-out;
}
.page-block-dates .dates section a .arrow-link:before {
  background-image: url(../images/arrow-link.svg);
}
.page-block-dates .dates section a .arrow-link:after {
  background-image: url(../images/arrow-link-active.svg);
}
.page-block-dates .dates section a:hover {
  box-shadow: 0 8px 16px 0 rgba(97, 181, 89, 0.29);
}
.page-block-dates .dates section a:hover h4 {
  color: #009FE3;
}
.page-block-dates .dates section a:hover .arrow-link {
  color: #009FE3;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-dates {
    padding: 76px 0 60px 0;
  }
  .page-block-dates header {
    float: none;
    width: auto;
    padding: 0 0 64px 0;
  }
  .page-block-dates header h2 {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.28px;
    margin: 0 0 9px 0;
  }
  .page-block-dates header p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-dates .dates {
    float: none;
    width: auto;
    padding: 0px;
  }
  .page-block-dates .dates section {
    margin: 0 0 20px 0;
  }
  .page-block-dates .dates section a {
    padding: 21px 32px 32px 32px;
  }
  .page-block-dates .dates section a h5 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.33px;
    margin: 0 0 2px 0;
  }
  .page-block-dates .dates section a h4 {
    font-size: 24px;
    line-height: 39.2px;
    letter-spacing: 0.96px;
    margin: 0 0 8px 0;
  }
  .page-block-dates .dates section a span.date-details {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 17px 0;
  }
}
.page-block-coaches {
  padding: 0 0 150px 0;
  overflow: hidden;
}
.page-block-coaches header {
  text-align: center;
}
.page-block-coaches header h2 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1.92px;
  margin: 0 auto 24px auto;
  max-width: 572px;
}
.page-block-coaches header p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.72px;
  margin: 0 auto 67px auto;
  max-width: 572px;
}
.page-block-coaches .coaches-slider {
  margin: 0 -16px;
  margin: 0 -20px;
}
.page-block-coaches .coaches-slider section {
  float: left;
  width: 25%;
  padding: 0 16px;
  padding: 0 16px 62px 20px;
}
.page-block-coaches .coaches-slider section .coach-image-holder {
  display: block;
  margin: 0 0 26px 8px;
  margin: 0 0 34px 8px;
  width: calc(100% - 8px);
  position: relative;
}
.page-block-coaches .coaches-slider section .coach-image-holder:before {
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  background: #61B559;
  border-radius: 100%;
  z-index: 0;
}
.page-block-coaches .coaches-slider section .coach-image-holder .coach-image {
  padding-top: 100%;
  height: 0px;
  width: 100%;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  background: none no-repeat center center;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.page-block-coaches .coaches-slider section h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.96px;
  margin: 0 0 12px 0;
  text-align: center;
}
.page-block-coaches .coaches-slider section .coaches-text {
  height: 130px;
  overflow: hidden;
  position: relative;
}
.page-block-coaches .coaches-slider section .coaches-text a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 11;
  display: block;
  text-align: center;
  line-height: 30px;
  padding: 40px 0 0 0;
  width: 100%;
  font-size: 14px;
  background: linear-gradient(0deg, #eaffe9 0%, #eaffe9 50%, rgba(255, 255, 255, 0) 100%);
}
.page-block-coaches .coaches-slider section.show-text .coaches-text {
  height: auto;
}
.page-block-coaches .coaches-slider section p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-align: center;
}
.page-block-coaches .coaches-slider .slick-dots {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 5px 0 0 0;
}
.page-block-coaches .coaches-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.page-block-coaches .coaches-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #9599B9;
  background: transparent;
}
.page-block-coaches .coaches-slider .slick-dots li.slick-active button {
  border: 1px solid #009FE3;
  background: #009FE3;
}
.page-block-coaches .coaches-slider .slick-arrow {
  z-index: 20;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  font-size: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 21px;
  height: 16px;
  background: url(../images/slick-arrow-left.svg) no-repeat left center;
  display: block;
  text-indent: -9999px;
}
.page-block-coaches .coaches-slider .slick-arrow.slick-next {
  right: 0px;
  left: auto;
  background: url(../images/slick-arrow-right.svg) no-repeat right center;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-coaches {
    padding: 0 0 64px 0;
    overflow: hidden;
  }
  .page-block-coaches header h2 {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 1.28px;
    margin: 0 auto 9px auto;
  }
  .page-block-coaches header p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04px;
    margin: 0 auto 41px auto;
  }
}
.page-block-faqs {
  padding: 0 0 150px 0;
}
.page-block-faqs header.faqs-intro {
  float: left;
  width: 34%;
  padding: 0 56px 0 0;
}
.page-block-faqs header.faqs-intro h2 {
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 1.6px;
  margin: 0 0 21px 0;
}
.page-block-faqs header.faqs-intro p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.72px;
}
.page-block-faqs .accordion {
  float: right;
  width: 66%;
  margin-top: -16px;
}
.page-block-faqs .accordion section {
  border-bottom: 1px solid #9599B9;
}
.page-block-faqs .accordion section header {
  position: relative;
}
.page-block-faqs .accordion section header a {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #002E41;
  display: block;
  font-weight: 700;
  font-family: co-headline, sans-serif;
  padding: 16px 80px 16px 0;
  cursor: pointer;
}
.page-block-faqs .accordion section header a:before {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  top: 19px;
  right: 11px;
  content: "";
  display: block;
}
.page-block-faqs .accordion section header a:focus, .page-block-faqs .accordion section header a:active {
  color: #009FE3;
}
.page-block-faqs .accordion section .accordion-content {
  padding: 0 0 0 0;
  display: none;
}
.page-block-faqs .accordion section .accordion-content p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-faqs .accordion section.active {
  border-color: #009FE3;
}
.page-block-faqs .accordion section.active header a {
  color: #009FE3;
}
.page-block-faqs .accordion section.active header a:before {
  background-image: url(../images/accordion-minus.svg);
}
.page-block-faqs .accordion section.active .accordion-content {
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-faqs {
    padding: 0 0 64px 0;
  }
  .page-block-faqs header.faqs-intro {
    float: none;
    text-align: center;
    padding: 0 0 30px 0;
    width: auto;
  }
  .page-block-faqs header.faqs-intro h2 {
    margin: 0 0 9px 0;
    font-size: 32px;
    letter-spacing: 1.28px;
  }
  .page-block-faqs header.faqs-intro p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-faqs .accordion {
    margin: 0px;
    float: none;
    width: auto;
  }
  .page-block-faqs .accordion section header a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.72px;
    padding: 12px 40px 12px 0;
  }
  .page-block-faqs .accordion section header a:before {
    top: 50%;
    right: 0px;
    margin: -12px 0 0 0;
  }
  .page-block-faqs .accordion section .accordion-content p {
    margin: 0 0 13px 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.64px;
  }
}
.page-block-location {
  padding: 0 0 132px 0;
}
.page-block-location .container {
  height: 533px;
  border-radius: 12px;
  overflow: hidden;
}
.page-block-location .location-map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

@media all and (min-width: 1024px) {
  .page-block-location section {
    position: absolute;
    background: #FFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 102px;
    border-radius: 12px;
    padding: 54px 70px 70px 69px;
    z-index: 10;
  }
  .page-block-location section h3 {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 1.6px;
    margin: 0 0 21px 0;
  }
  .page-block-location section p {
    font-size: 18px;
    letter-spacing: 28px;
    letter-spacing: 0.72px;
    margin: 0 0 34px 0;
  }
  .page-block-location section .arrow-link:before {
    background-image: url(../images/arrow-link.svg);
  }
  .page-block-location section .arrow-link:after {
    background-image: url(../images/arrow-link-active.svg);
  }
  .page-block-location section .arrow-link:hover {
    color: #009FE3;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-location {
    padding: 0 0 82px 0;
  }
  .page-block-location .container {
    height: auto;
    border-radius: 0px;
    overflow: visible;
  }
  .page-block-location section {
    padding: 0 0 54px 0;
  }
  .page-block-location section h3 {
    font-size: 32px;
    line-height: 54px;
    margin: 0 0 9px 0;
  }
  .page-block-location section p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px 0;
  }
  .page-block-location section p br {
    display: none;
  }
  .page-block-location .location-map {
    width: auto;
    height: 476px;
    margin: 0 -20px;
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0px;
  }
}
.page-block-booking-widget {
  padding: 0 0 150px 0;
}
.page-block-booking-widget .booking-widget {
  background: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(97, 181, 89, 0.16);
  border-radius: 12px;
  overflow: hidden;
}
.page-block-booking-widget .booking-widget iframe {
  display: block;
  width: 100%;
  min-height: 637px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-booking-widget {
    padding: 0 0 63px 0;
  }
  .page-block-booking-widget .container {
    margin: 0px;
  }
  .page-block-booking-widget .container .booking-widget {
    border-radius: 0px;
  }
  .page-block-booking-widget .container .booking-widget iframe {
    min-height: 637px;
    display: block;
  }
}
.booking-modal-back {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.37);
  visibility: hidden;
}

.booking-modal {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 577px;
  max-width: 90%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10001;
  background: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(97, 181, 89, 0.16);
  border-radius: 12px;
  padding: 32px 48px 48px 48px;
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .booking-modal {
    padding: 16px 24px 24px 24px;
  }
}
.booking-modal .booking-modal-close {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  background: rgba(0, 159, 227, 0.04);
  border-radius: 0 0 0 100%;
  color: #009FE3;
  width: 59px;
  height: 59px;
}
.booking-modal .booking-modal-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  margin: -12px 0 0 -2px;
}
.booking-modal .booking-modal-close:hover {
  background: #009FE3;
  color: #FFF;
}
.booking-modal h4 {
  font-size: 32px;
  line-height: 54px;
  margin: 0px;
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .booking-modal h4 {
    font-size: 22px;
  }
}
.booking-modal ul li {
  display: block;
  padding: 24px 0 0 0;
}
.booking-modal ul li a {
  position: relative;
  padding: 13px 60px 16px 22px;
  border: 2px solid #EBEDFF;
  display: block;
  border-radius: 12px;
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .booking-modal ul li a {
    padding-right: 40px;
  }
}
.booking-modal ul li a .event-name {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #61B559;
  font-weight: 500;
  font-weight: 700;
  font-family: co-headline, sans-serif;
  text-transform: uppercase;
  display: block;
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .booking-modal ul li a .event-name {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 11px;
  }
}
.booking-modal ul li a .event-date {
  font-size: 18px;
  line-height: 28px;
  color: #002E41;
  letter-spacing: 0.72px;
  font-weight: 500;
  font-weight: 700;
  font-family: co-headline, sans-serif;
  display: block;
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .booking-modal ul li a .event-date {
    line-height: 24px;
    font-size: 16px;
  }
}
.booking-modal ul li a svg {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 37px;
  color: #B4B9DF;
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .booking-modal ul li a svg {
    right: 17px;
  }
}
.booking-modal ul li a:hover {
  border-color: #009FE3;
}
.booking-modal ul li a:hover svg {
  color: #009FE3;
}

body.booking-modal-active .booking-modal-back {
  visibility: visible;
  opacity: 1;
}
body.booking-modal-active .booking-modal {
  visibility: visible;
  opacity: 1;
}

.booking-row {
  position: fixed;
  text-align: left;
  height: 73px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0 -4px 16px 0 rgba(97, 181, 89, 0.16);
  padding: 0 222px 0 48px;
}
.booking-row ul {
  margin: 0 -32px;
}
.booking-row ul li {
  padding: 23px 32px 22px 32px;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}
.booking-row ul li img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 16px 0 0;
}
.booking-row .details-link {
  display: none;
}
.booking-row .book-now-link {
  width: 222px;
  font-family: co-headline, sans-serif;
  font-weight: 700;
  text-align: center;
  background: #009FE3;
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  padding: 22px 0 23px 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
.booking-row .book-now-link span {
  padding: 0 30px 0 0;
  background: url(../images/arrow-right-white.svg) no-repeat right 12px;
}
.booking-row .book-now-link:hover {
  background: #0080B7;
}

.booking-row-placeholder {
  height: 73px;
}

@media all and (max-width: 1400px) and (min-width: 0px) {
  .booking-row {
    padding: 0 180px 0 20px;
  }
  .booking-row ul {
    margin: 0 -10px;
  }
  .booking-row ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .booking-row ul li img {
    margin-right: 6px;
  }
  .booking-row .book-now-link {
    width: 180px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .booking-row-placeholder {
    height: 58px;
  }

  .booking-row {
    height: 58px;
    padding: 0px;
  }
  .booking-row .details-link {
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    width: 40%;
    line-height: 58px;
    font-family: co-headline, sans-serif;
    font-weight: 700;
    padding: 0 20px;
    text-align: left;
    background: #FFF;
  }
  .booking-row .details-link span {
    padding: 0 30px 0 0;
    background: url(../images/details-arrow.svg) no-repeat right 12px;
    display: inline-block;
    color: #009FE3;
    font-size: 18px;
    line-height: 28px;
  }
  .booking-row ul {
    margin: 0px;
    position: absolute;
    bottom: -300px;
    transition: bottom 0.3s ease-in-out;
    left: 0px;
    width: 100%;
    padding: 22px 20px;
    background: #FFFFFF;
    z-index: 102;
    box-shadow: 0 -4px 16px 0 rgba(97, 181, 89, 0.16);
  }
  .booking-row ul li {
    display: block;
    clear: both;
    position: relative;
    padding: 10px 0 10px 36px;
    font-size: 16px;
    line-height: 26px;
  }
  .booking-row ul li img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    margin: 0px;
    display: block;
  }
  .booking-row .book-now-link {
    position: relative;
    z-index: 10;
    width: 60%;
    float: right;
    line-height: 58px;
    padding: 0 20px;
    text-align: left;
  }
  .booking-row .book-now-link span {
    display: block;
    background-position: right 22px;
  }
  .booking-row .booking-row-buttons {
    position: relative;
    overflow: hidden;
    z-index: 103;
    box-shadow: 0 -4px 16px 0 rgba(97, 181, 89, 0.16);
  }
  .booking-row.active:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 6000px;
    background: rgba(0, 0, 0, 0.52);
    z-index: 101;
    content: "";
    display: block;
  }
  .booking-row.active ul {
    bottom: 58px;
  }
  .booking-row.active .details-link span {
    background-image: url(../images/details-arrow-up.svg);
  }
}
.page-block-sponsors {
  padding: 0 0 132px 0;
}
.page-block-sponsors .container {
  text-align: center;
}
.page-block-sponsors h2 {
  font-size: 40px;
  line-height: 54px;
  color: #002E41;
  font-weight: bold;
  margin: 0 0 46px 0;
  letter-spacing: 1.6px;
}
.page-block-sponsors .sponsors-logos {
  margin: 0 -16px;
}
.page-block-sponsors .sponsors-logos section {
  width: 25%;
  display: inline-block;
  padding: 0 16px 38px 16px;
}
.page-block-sponsors .sponsors-logos section a {
  display: block;
  height: 180px;
  position: relative;
  border-radius: 12px;
}
.page-block-sponsors .sponsors-logos section a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  max-height: 80px;
}
.page-block-sponsors .sponsors-logos section a:hover {
  opacity: 0.8;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-sponsors {
    padding: 0 0 64px 0;
  }
  .page-block-sponsors h2 {
    font-size: 32px;
    line-height: 44px;
    color: #002E41;
    font-weight: bold;
    margin: 0 0 36px 0;
    letter-spacing: 1.28px;
  }
  .page-block-sponsors .sponsors-logos {
    margin: 0 -8px;
  }
  .page-block-sponsors .sponsors-logos section {
    padding: 0 8px 16px 8px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-sponsors .sponsors-logos section {
    width: 50%;
    padding: 0 8px 16px 8px;
  }
}
#site-footer {
  background: url(../images/footer.svg) no-repeat center bottom;
  padding: 81px 0 33px 0;
  position: relative;
}
#site-footer .container {
  width: auto;
  margin: 0 40px;
}
#site-footer .footer-image {
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  margin: 0 0 0 -123.5px;
}
#site-footer .footer-left {
  float: left;
}
#site-footer .footer-right {
  float: right;
  text-align: right;
}
#site-footer p {
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
  letter-spacing: 0.64px;
  margin: 0 0 7px 0;
}
#site-footer p a {
  text-decoration: underline;
  color: #FFF;
}
#site-footer p a:hover {
  opacity: 0.8;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer {
    padding: 144px 0 26px 0;
    background-image: url(../images/footer-mobile.svg);
  }
  #site-footer .container {
    margin: 0 20px;
  }
  #site-footer .footer-image {
    top: 0px;
  }
  #site-footer p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px 0;
  }
}
.page-block-quotes {
  padding: 0 0 146px 0;
}
.page-block-quotes .container {
  overflow: hidden;
}
.page-block-quotes .quote-slider section {
  float: left;
}
.page-block-quotes .quote-slider section blockquote {
  padding: 84px 202px 60px 202px;
  text-align: center;
  background: url(../images/quote-icon.svg) no-repeat center top;
}
.page-block-quotes .quote-slider section blockquote p {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.88px;
  color: #255163;
  margin: 0 0 16px 0;
}
.page-block-quotes .quote-slider section blockquote cite {
  font-size: 14px;
  line-height: 28px;
  color: #002E41;
  font-weight: bold;
}
.page-block-quotes .quote-slider .slick-dots {
  bottom: 3px;
  left: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 5px 0 0 0;
}
.page-block-quotes .quote-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.page-block-quotes .quote-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #9599B9;
  background: transparent;
}
.page-block-quotes .quote-slider .slick-dots li.slick-active button {
  border: 1px solid #009FE3;
  background: #009FE3;
}
.page-block-quotes .quote-slider .slick-arrow {
  z-index: 20;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  font-size: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 21px;
  height: 16px;
  background: url(../images/slick-arrow-left.svg) no-repeat left center;
  display: block;
  text-indent: -9999px;
  margin: 0 0 0 -70px;
}
.page-block-quotes .quote-slider .slick-arrow.slick-next {
  right: auto;
  left: 50%;
  margin-left: 46px;
  background: url(../images/slick-arrow-right.svg) no-repeat right center;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-quotes .quote-slider section blockquote {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-block-video-banner {
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
.page-block-video-banner .video-banner-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(266deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.63) 100%);
}
.page-block-video-banner .container {
  height: 700px;
  z-index: 1;
}
.page-block-video-banner article {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #FFF;
}
.page-block-video-banner article h2,
.page-block-video-banner article h3 {
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 23px 0;
  color: #FFF;
}
.page-block-video-banner article p {
  margin: 0 0 57px 0;
  max-width: 530px;
}
.page-block-video-banner article .button svg {
  margin: 0 9px -4px 0;
  position: relative;
  top: 1px;
}

body button.mfp-close {
  width: 54px !important;
  height: 54px !important;
  background: url('data:image/svg+xml,<svg width="17.5563475px" height="17.5563493px" viewBox="0 0 17.5563475 17.5563493" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="modal" transform="translate(-1275, -127)" fill="%23009FE3"><g id="Group-3" transform="translate(1257, 109)"><g id="x" transform="translate(18, 18)"><path d="M8.7781775,7.36396103 L15.8492475,0.292893225 C16.2397675,-0.097631075 16.8729375,-0.097631075 17.2634575,0.292893225 C17.6539775,0.683417525 17.6539775,1.31658253 17.2634575,1.70710682 L10.1923875,8.77817462 L17.2634575,15.8492424 C17.6539775,16.2397667 17.6539775,16.8729317 17.2634575,17.263456 C16.8729375,17.6539803 16.2397675,17.6539803 15.8492475,17.263456 L8.7781775,10.1923882 L1.7071075,17.263456 C1.3165875,17.6539803 0.6834175,17.6539803 0.2928975,17.263456 C-0.0976325,16.8729317 -0.0976325,16.2397667 0.2928975,15.8492424 L7.3639675,8.77817462 L0.2928975,1.70710682 C-0.0976325,1.31658253 -0.0976325,0.683417525 0.2928975,0.292893225 C0.6834175,-0.097631075 1.3165875,-0.097631075 1.7071075,0.292893225 L8.7781775,7.36396103 Z" id="Combined-Shape"></path></g></g></g></g></svg>') no-repeat center center #FFFFFF;
  border-radius: 4px !important;
  top: -89px !important;
  right: 2px !important;
  opacity: !important;
}
body button.mfp-close:hover, body button.mfp-close:active, body button.mfp-close:focus {
  background-color: #E9F6F5 !important;
}

.mfp-iframe-holder {
  padding: 120px 0 40px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-video-banner .container {
    height: 600px;
  }
  .page-block-video-banner article {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 0 0 40px 0;
    position: absolute;
  }
  .page-block-video-banner article h2,
.page-block-video-banner article h3 {
    font-size: 32px;
    line-height: 54px;
    margin: 0 0 9px 0;
  }
  .page-block-video-banner article p {
    margin: 0 0 34px 0;
  }
}

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