<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #5C5C5C;
  -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;
  max-width: 1232px;
  position: relative;
}

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

a:hover {
  color: #5C5C5C;
}

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

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

.page-block.admin-only {
  display: none;
}
.page-block.page-block-bottom-padding-extra-small {
  padding-bottom: 16px;
}
.page-block.page-block-bottom-padding-small {
  padding-bottom: 32px;
}
.page-block.page-block-bottom-padding-medium {
  padding-bottom: 48px;
}
.page-block.page-block-bottom-padding-large {
  padding-bottom: 64px;
}
.page-block.page-block-top-padding-extra-small {
  padding-top: 16px;
}
.page-block.page-block-top-padding-small {
  padding-top: 32px;
}
.page-block.page-block-top-padding-medium {
  padding-top: 48px;
}
.page-block.page-block-top-padding-large {
  padding-top: 64px;
}

body.logged-in .page-block.admin-only {
  display: block;
}

.spacer {
  height: 64px;
}
.spacer.spacer-extra-small {
  height: 16px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 48px;
}
.spacer.spacer-extra-large {
  height: 64px;
}

body.page-template-page-professionals-zone .breadcrumbs-holder {
  height: 32px;
}

body.page-template-page-professionals-zone .breadcrumbs-holder p#breadcrumbs {
  display: none;
}

p#breadcrumbs {
  padding: 0 0 60px 0;
  font-size: 14px;
  line-height: 28px;
  color: #553062;
  margin: 0 0 0 -7px;
}
p#breadcrumbs a {
  color: #5C5C5C;
  padding: 0 7px;
  text-decoration: underline;
}
p#breadcrumbs a:hover {
  color: #553062;
}
p#breadcrumbs a:active, p#breadcrumbs a:focus {
  box-shadow: none;
  background: #F5F5F5;
}
p#breadcrumbs a,
p#breadcrumbs span {
  display: inline-block;
  vertical-align: top;
}
p#breadcrumbs .breadcrumb-arrow {
  width: 14px;
  height: 28px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
}

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

.search-result {
  padding: 40px 0;
  border-bottom: 1px solid #EEE;
}

@media all and (max-width: 1300px) {
  .container {
    padding: 0 32px;
    width: auto;
    max-width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .container {
    padding: 0 32px;
    width: auto;
    max-width: 100%;
  }

  .page-block.page-block-bottom-padding-extra-small {
    padding-bottom: 8px;
  }
  .page-block.page-block-bottom-padding-small {
    padding-bottom: 16px;
  }
  .page-block.page-block-bottom-padding-medium {
    padding-bottom: 24px;
  }
  .page-block.page-block-bottom-padding-large {
    padding-bottom: 32px;
  }
  .page-block.page-block-top-padding-extra-small {
    padding-top: 8px;
  }
  .page-block.page-block-top-padding-small {
    padding-top: 16px;
  }
  .page-block.page-block-top-padding-medium {
    padding-top: 24px;
  }
  .page-block.page-block-top-padding-large {
    padding-top: 32px;
  }

  .spacer {
    height: 32px;
  }
  .spacer.spacer-extra-small {
    height: 8px;
  }
  .spacer.spacer-small {
    height: 16px;
  }
  .spacer.spacer-large {
    height: 24px;
  }
  .spacer.spacer-extra-large {
    height: 32px;
  }
}
@media all and (max-width: 767px) {
  .container {
    padding: 0 20px;
    width: auto;
    max-width: 100%;
  }
}
.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  max-width: 817px;
  margin: 20px auto;
}

.modal-close {
  background: url(../images/modal-close.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  top: 26px;
  right: 21px;
  display: block;
  position: absolute;
  text-indent: -9999px;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .mfp-container {
    padding: 0px !important;
  }

  .white-popup-block {
    max-width: none;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
  }

  .modal-close {
    top: 10px;
    right: 10px;
  }
}
a.logo:active,
a.logo:focus,
a:active,
a:focus,
button:active,
button:focus,
.button:focus,
.header__menu button:active,
.header__menu button:focus,
.header__contact .button:active,
.header__contact .button:focus {
  outline: none;
  box-shadow: 0 0 0 3px #E7E7E7;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px #E7E7E7 !important;
}

#cookie-law-info-bar {
  box-shadow: none !important;
  text-align: center !important;
  padding: 0px !important;
  background: #F5F5F5 !important;
}
#cookie-law-info-bar .cli-bar-container {
  padding: 12px 20px;
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#cookie-law-info-bar .cli-bar-message {
  color: #000000;
  line-height: 23px;
  font-size: 14px;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #543062;
  text-decoration: underline;
}
#cookie-law-info-bar .cli-bar-message a:hover {
  background: #2C8287;
}
#cookie-law-info-bar .cli-plugin-main-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  -webkit-appearance: none;
  border: none;
  background: #543062;
  padding: 18px 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
  transition: 0.3s ease-in-out;
  border-radius: 0px !important;
}
#cookie-law-info-bar .cli-plugin-main-button:hover {
  background: #2C8287;
  color: #FFF;
}

.cli-modal-dialog {
  display: none !important;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .cli-style-v2 .cli-bar-btn_container {
    display: block;
    width: 100%;
  }

  #cookie-law-info-bar .cli-bar-message {
    font-size: 12px;
  }
  #cookie-law-info-bar .cli-plugin-main-button {
    margin: 0px;
    display: block !important;
    width: 100%;
  }
}
.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;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000000;
}

article h1 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 32px 0;
  font-weight: bold;
  color: #000000;
}
article h1 a:not([class]) {
  text-decoration: underline;
}
article h1 a:not([class]):hover {
  color: #2C8287;
}

article h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 40px 0;
  font-weight: bold;
  color: #000000;
}
article h2 a:not([class]) {
  text-decoration: underline;
}
article h2 a:not([class]):hover {
  color: #2C8287;
}

article h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 28px 0;
  font-weight: bold;
  color: #000000;
}
article h3 a:not([class]) {
  text-decoration: underline;
}
article h3 a:not([class]):hover {
  color: #2C8287;
}

article h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 28px 0;
  font-weight: bold;
  color: #000000;
}
article h4 a:not([class]) {
  text-decoration: underline;
}
article h4 a:not([class]):hover {
  color: #2C8287;
}

article h5 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 28px 0;
  font-weight: bold;
  color: #000000;
}
article h5 a:not([class]) {
  text-decoration: underline;
}
article h5 a:not([class]):hover {
  color: #2C8287;
}

article h6 {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 28px 0;
  font-weight: bold;
  color: #000000;
}
article h6 a:not([class]) {
  text-decoration: underline;
}
article h6 a:not([class]):hover {
  color: #2C8287;
}

article p {
  font-size: 18px;
  line-height: 29px;
  margin: 0 0 32px 0;
}
article p a:not([class]) {
  text-decoration: underline;
}
article p a:not([class]):hover {
  color: #2C8287;
}

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

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

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

article ul {
  margin: 0 0 11px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 30px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}
article ul li a:not([class]) {
  text-decoration: underline;
}
article ul li a:not([class]):hover {
  color: #2C8287;
}

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 ol li a:not([class]) {
  text-decoration: underline;
}
article ol li a:not([class]):hover {
  color: #2C8287;
}

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

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

strong {
  font-weight: bold;
}

@media all and (max-width: 1023px) {
  article h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 30px 0;
  }

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

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

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

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

  article p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 20px 0;
  }

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

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

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

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #2C8287;
  padding: 18px 27px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  display: inline-block;
  border-radius: 0px !important;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 60px solid #5CC6CB;
}
.button:hover {
  background: #2C8287;
  color: #FFF;
}
.button:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.button:active, .button:focus {
  background: #2C8287;
  color: #FFF;
  box-shadow: inset 0 0 0 2px #5CC6CB;
}
.button:active:before, .button:focus:before {
  display: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.button.button-bordered {
  border: 2px solid #2C8287;
  padding: 16px 25px;
  background-color: transparent;
  color: #2C8287;
}
.button.button-bordered:before {
  border-bottom: 60px solid #2C8287;
}
.button.button-bordered:hover {
  border-color: #2C8287;
  color: #FFF;
}
.button.button-bordered:focus, .button.button-bordered:active {
  box-shadow: none;
  background: #2C8287;
  border-color: #5CC6CB;
  color: #FFF;
}
.button.button-white-bordered {
  border-color: #FFF;
  color: #FFF;
}
.button.button-white-bordered:before {
  border-bottom: 60px solid #FFF;
}
.button.button-white-bordered:hover {
  border-color: #FFF;
  color: #2C8287;
}
.button.button-white-bordered:focus, .button.button-white-bordered:active {
  background: #FFF;
  border-color: #FFF;
  color: #2C8287;
}
.button.button-white-bordered:focus:before, .button.button-white-bordered:active:before {
  display: none;
}
.button.button-white-fill {
  background: #FFF;
  color: #2C8287;
}
.button.button-white-fill:before {
  border-bottom: 60px solid #2C8287;
}
.button.button-white-fill:hover {
  color: #FFF;
}
.button.button-white-fill:focus, .button.button-white-fill:active {
  background: #FFF;
  color: #2C8287;
  box-shadow: inset 0 0 0 2px #5CC6CB;
}
.button.button-white-fill:focus:before, .button.button-white-fill:active:before {
  display: none;
}

.back-link {
  padding: 0 0 0 23px;
  background: url(../images/back-link-arrow.svg) no-repeat left center;
  display: block;
  line-height: 18px;
  text-transform: uppercase;
  color: #5C5C5C;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.back-link:hover {
  color: #543062;
  background-image: url(../images/back-link-arrow-purple.svg);
}

/*.arrow-link {
	padding: 0 26px 0 0;
	display: inline-block;
	line-height: 19px;
 	font-size: 16px;
 	color: $primary-color;
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	font-weight: bold;
 	background: url(../images/arrow-link.svg) no-repeat right center;
 	&amp;:hover {
		color: #2C8287;
		background-image: url(../images/arrow-link-active.svg);
 	}
}*/
.arrow-link {
  padding: 0 32px 5px 0;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 32px;
  color: #2C8287;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
}
.arrow-link svg {
  position: absolute;
  right: 0px;
  top: 4px;
}
.arrow-link:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0px;
  background: #2C8287;
  content: "";
  transition: 0.3s ease-in-out;
  display: block;
}
.arrow-link:hover {
  color: #2C8287;
}
.arrow-link:hover:before {
  width: 100%;
}
.arrow-link:focus, .arrow-link:active {
  box-shadow: none;
  color: #553062;
}
.arrow-link:focus:before, .arrow-link:active:before {
  width: 100%;
  background: #553062;
}

.external-link {
  padding: 0 0 5px 24px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #2C8287;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  margin-right: 32px;
}
.external-link svg {
  position: absolute;
  left: 0px;
  top: 0px;
}
.external-link:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0px;
  background: #2C8287;
  content: "";
  transition: 0.3s ease-in-out;
  display: block;
}
.external-link:hover {
  color: #2C8287;
}
.external-link:hover:before {
  width: 100%;
}
.external-link:focus, .external-link:active {
  color: #553062;
  box-shadow: none;
}
.external-link:focus:before, .external-link:active:before {
  width: 100%;
  background: #553062;
}

.download-link {
  padding: 0 0 5px 30px;
  margin-right: 32px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #2C8287;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
}
.download-link svg {
  position: absolute;
  left: 0px;
  top: 0px;
}
.download-link:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0px;
  background: #2C8287;
  content: "";
  transition: 0.3s ease-in-out;
  display: block;
}
.download-link:hover {
  color: #2C8287;
}
.download-link:hover:before {
  width: 100%;
}
.download-link:focus, .download-link:active {
  color: #553062;
  box-shadow: none;
}
.download-link:focus:before, .download-link:active:before {
  width: 100%;
  background: #553062;
}

.share-item {
  position: relative;
  float: right;
}
.share-item .share-item-list {
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 170px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 6px 0;
  padding: 0px;
  width: 300px;
}
.share-item .share-item-list li.share-link {
  padding: 6px;
  display: block;
}
.share-item .share-item-list li.share-link input {
  font-size: 12px !important;
}
.share-item .share-item-list li.share-link .copied {
  display: none;
  position: absolute;
  font-size: 12px;
  background: #FFF;
  color: green;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px;
  top: 50%;
  right: 14px;
  z-index: 1000;
  margin: -14px 0 0 0;
}
.share-item .share-item-list li a {
  display: block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #72758D;
}
.share-item .share-item-list li a:hover {
  color: #4A99D3;
}
.share-item.share-item-active .share-item-link {
  color: #3F8AC1;
}
.share-item.share-item-active .share-item-list {
  display: block;
}

textarea,
#site-wrapper .gform_wrapper textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#site-wrapper .gform_wrapper 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: 1px solid rgba(92, 92, 92, 0.11);
  border-radius: 4px;
  width: 100%;
  height: 42px;
  background: #FBFBFB;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #5C5C5C;
  padding: 9px 13px 9px 13px;
  line-height: 29px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

textarea,
#site-wrapper .gform_wrapper textarea {
  height: 95px;
}

.gform_wrapper .top_label .gfield_label {
  color: #000;
  font-weight: bold;
  margin: 0 0 1px 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  margin: 0 0 40px 0;
  padding: 0px;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0px !important;
}

.select-field {
  position: relative;
  background: #FBFBFB;
  border: 1px solid rgba(92, 92, 92, 0.09);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 42px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 8px;
  margin: -4px 0 0 0;
  background: url(../images/select-arrow.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: "Montserrat", Helvetica, Arial, sans-serif;
  color: #5C5C5C;
  height: 40px;
  padding: 8px 60px 8px 13px;
  line-height: 24px;
  font-size: 18px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}

.gform_wrapper .gform_footer {
  padding: 0px !important;
  margin: 0px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border: none;
  cursor: pointer;
  border-radius: 0px;
}

#site-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  background: transparent !important;
  max-width: 100% !important;
  padding: 0px !important;
  border: none !important;
}

#site-wrapper .gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .field_description_below .gfield_description {
  padding: 5px 0 0 0 !important;
  margin: 0 0 30px 0 !important;
}

#site-wrapper .gform_wrapper {
  margin: 0px;
}

#site-wrapper .gform_wrapper div.validation_error {
  line-height: 1.3;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background-size: 20px auto;
  }

  #site-wrapper .gform_wrapper .gform_footer input.button,
#site-wrapper .gform_wrapper .gform_footer input[type=submit],
#site-wrapper .gform_wrapper .gform_page_footer input.button,
#site-wrapper .gform_wrapper .gform_page_footer input[type=submit] {
    display: inline-block !important;
    width: auto !important;
    line-height: 20px;
  }

  #site-wrapper textarea,
#site-wrapper .gform_wrapper textarea, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #site-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
  }
}
.gform_wrapper div.validation_error {
  background: rgba(206, 0, 0, 0.1) !important;
  padding: 24px 55px !important;
  font-weight: 500 !important;
  color: #CE0000 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  border: none !important;
  margin: 20px 20px 0 20px !important;
  width: auto !important;
}

.gform_wrapper .validation_message {
  color: #CE0000 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  display: block !important;
  font-weight: normal !important;
  padding: 4px 0 0 0 !important;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #CE0000 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #CE0000 !important;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
#site-header {
  background: #543062;
  position: relative;
  z-index: 11;
}
#site-header .container {
  z-index: 1;
  height: 120px;
  padding: 0 0 0 184px;
}
#site-header .toggle-nav {
  display: block;
  float: right;
  margin: 27px 0 0 24px;
  width: 22px;
  height: 22px;
  background: url(../images/icon-toggle-nav.svg) no-repeat center center;
  text-indent: -9999px;
  display: none;
  position: relative;
  z-index: 1;
}
#site-header .toggle-search {
  display: block;
  float: right;
  margin: 27px 0 0 28px;
  width: 22px;
  height: 22px;
  background: url(../images/icon-search.svg) no-repeat center center;
  text-indent: -9999px;
  display: none;
  position: relative;
  z-index: 1;
}
#site-header .toggle-search.active {
  background-image: url(../images/close-search-icon.svg);
}
#site-header .logo {
  display: block;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 24px 0;
  padding: 20px 0;
  padding: 16px 20px;
  top: 8px;
  text-align: center;
  width: 184px;
  width: auto;
}
#site-header .logo img {
  height: 72px;
  display: block;
  margin: 0 auto;
}
#site-header .logo:active, #site-header .logo:focus, #site-header .logo:hover {
  box-shadow: none;
  background: #4C2858;
}
#site-header .mobile-zone {
  display: none;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0 50px 0 100px;
  text-align: center;
  height: 100%;
}
#site-header .mobile-zone p {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#site-header .mobile-zone p a {
  color: #FFF;
  display: inline-block;
  padding: 0 22px 0 0;
  background: url(../images/zone-arrow.svg) no-repeat right 8px;
}
#site-header nav.top-nav {
  background: #44264E;
  height: 42px;
}
#site-header nav.top-nav ul {
  float: right;
}
#site-header nav.top-nav ul li {
  display: inline-block;
  margin: 0 0 0 39px;
  position: relative;
}
#site-header nav.top-nav ul li a {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0;
  color: #FFF;
  font-weight: 500;
  display: inline-block;
}
#site-header nav.top-nav ul li a:hover {
  color: #5CC6CB;
}
#site-header nav.top-nav ul li.current-menu-item a {
  color: #5CC6CB;
}
#site-header nav.main-nav ul {
  float: right;
}
#site-header nav.main-nav ul li {
  display: inline-block;
  margin: 0 0 0 39px;
  margin: 0 0 0 34px;
  margin: 0 0 0 2px;
  position: relative;
  vertical-align: top;
  padding: 37px 0 37px 0;
}
#site-header nav.main-nav ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  font-weight: bold;
  padding: 28px 0;
  padding: 45px 0;
  padding: 12px 18px;
  position: relative;
}
#site-header nav.main-nav ul li a:hover {
  color: #5CC6CB;
}
#site-header nav.main-nav ul li a:active, #site-header nav.main-nav ul li a:focus {
  background: #4C2858;
  box-shadow: none;
}
#site-header nav.main-nav ul li.menu-item-has-children a {
  position: relative;
  padding-right: 43px;
}
#site-header nav.main-nav ul li.menu-item-has-children a:before {
  position: absolute;
  top: 36px;
  top: 52px;
  top: 20px;
  right: 0px;
  right: 20px;
  width: 14px;
  height: 8px;
  background: url(../images/nav-dropdown-arrow.svg) no-repeat;
  display: block;
  content: "";
}
#site-header nav.main-nav ul li.menu-item-has-children.active a:before {
  background-image: url(../images/nav-dropdown-arrow-up-green.svg);
}
#site-header nav.main-nav ul li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -24px;
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 12px 0 18px 0;
  width: 285px;
  text-align: left;
}
#site-header nav.main-nav ul li.menu-item-has-children ul:active, #site-header nav.main-nav ul li.menu-item-has-children ul:focus {
  visibility: visible;
  opacity: 1;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li {
  display: block;
  padding: 0px;
  margin: 0px;
  float: none;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li a {
  margin: 0px;
  float: none;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 19px;
  border: none;
  color: #5C5C5C !important;
  padding: 8px 24px;
  display: block;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li a:before {
  display: none !important;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li a:hover {
  color: #2C8287 !important;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li a:active, #site-header nav.main-nav ul li.menu-item-has-children ul li a:focus {
  background: #F5F5F5;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li.current-menu-item a {
  color: #2C8287 !important;
  background: #F5F5F5;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li.menu-item-has-children {
  border-top: 1px solid #F6F6F6;
  padding-top: 12px;
  margin-top: 12px;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li.menu-item-has-children &gt; a {
  position: relative;
  display: block;
  padding-left: 24px;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li.menu-item-has-children &gt; a:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  display: block;
  margin: -10px 0 0 0;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li.menu-item-has-children.active ul {
  display: block;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li ul {
  box-shadow: none;
  padding: 0;
  width: auto;
  float: none;
  left: auto;
  top: auto;
  display: block;
  position: relative;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li ul li {
  display: block;
  margin: 0px;
}
#site-header nav.main-nav ul li.menu-item-has-children ul li ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 5px 24px;
}
#site-header nav.main-nav ul li.menu-item-has-children:hover a, #site-header nav.main-nav ul li.menu-item-has-children:active a, #site-header nav.main-nav ul li.menu-item-has-children:focus a, #site-header nav.main-nav ul li.menu-item-has-children:focus-within a {
  color: #5CC6CB;
}
#site-header nav.main-nav ul li.menu-item-has-children:hover a:before, #site-header nav.main-nav ul li.menu-item-has-children:active a:before, #site-header nav.main-nav ul li.menu-item-has-children:focus a:before, #site-header nav.main-nav ul li.menu-item-has-children:focus-within a:before {
  background-image: url(../images/nav-dropdown-arrow-up-green.svg);
}
#site-header nav.main-nav ul li.menu-item-has-children:hover ul, #site-header nav.main-nav ul li.menu-item-has-children:active ul, #site-header nav.main-nav ul li.menu-item-has-children:focus ul, #site-header nav.main-nav ul li.menu-item-has-children:focus-within ul {
  visibility: visible;
  opacity: 1;
}
#site-header nav.main-nav ul li.menu-item-has-children:hover ul ul, #site-header nav.main-nav ul li.menu-item-has-children:active ul ul, #site-header nav.main-nav ul li.menu-item-has-children:focus ul ul, #site-header nav.main-nav ul li.menu-item-has-children:focus-within ul ul {
  visibility: visible;
  opacity: 1;
}
#site-header nav.main-nav ul li.current-menu-item &gt; a {
  color: #5CC6CB;
  background: #4C2858;
  box-shadow: none;
}
#site-header nav.main-nav ul li.current-menu-item &gt; a:before {
  background-image: url(../images/nav-dropdown-arrow-green.svg);
}
#site-header nav.main-nav ul li.nav-activity-portal {
  padding: 34px 0;
}
#site-header nav.main-nav ul li.nav-activity-portal a {
  padding: 15px 22px;
  color: #553062;
  background: #FFF;
  display: block;
  position: relative;
  overflow: hidden;
}
#site-header nav.main-nav ul li.nav-activity-portal a span {
  position: relative;
  z-index: 1;
}
#site-header nav.main-nav ul li.nav-activity-portal a:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 60px solid #2C8287;
}
#site-header nav.main-nav ul li.nav-activity-portal a:hover {
  background: #2C8287;
  color: #FFF;
}
#site-header nav.main-nav ul li.nav-activity-portal a:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#site-header nav.main-nav ul li.nav-activity-portal a:active, #site-header nav.main-nav ul li.nav-activity-portal a:focus {
  background: #2C8287;
  color: #FFF;
  box-shadow: inset 0 0 0 2px #5CC6CB;
}
#site-header nav.main-nav ul li.nav-activity-portal a:active:before, #site-header nav.main-nav ul li.nav-activity-portal a:focus:before {
  display: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#site-header nav.main-nav ul li.nav-search {
  margin: 0 0 0 9px;
  padding: 34px 0;
}
#site-header nav.main-nav ul li.nav-search a {
  display: inline-block;
  padding: 0px;
  border: 2px solid #FFF;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
#site-header nav.main-nav ul li.nav-search a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(../images/icon-search.svg) no-repeat center center;
  margin: -15px 0 0 -15px;
  z-index: 1;
}
#site-header nav.main-nav ul li.nav-search a:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 60px solid #FFF;
}
#site-header nav.main-nav ul li.nav-search a:hover {
  border-color: #FFF;
  background-color: #FFF;
}
#site-header nav.main-nav ul li.nav-search a:hover span {
  background-image: url(../images/icon-search-purple.svg);
}
#site-header nav.main-nav ul li.nav-search a:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#site-header nav.main-nav ul li.nav-search a.active {
  background: transparent;
}
#site-header nav.main-nav ul li.nav-search a.active:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#site-header nav.main-nav ul li.nav-search a.active span {
  background-image: url(../images/close-search-icon.svg);
}
#site-header nav.main-nav ul li.nav-zones a {
  position: relative;
  padding-right: 24px;
}
#site-header nav.main-nav ul li.nav-zones a:before {
  position: absolute;
  top: 36px;
  right: 0px;
  width: 16px;
  height: 10px;
  background: url(../images/nav-dropdown-arrow.svg) no-repeat;
  display: block;
  content: "";
}
#site-header nav.main-nav ul li.nav-zones.active a:before {
  background-image: url(../images/nav-dropdown-arrow-up.svg);
}

#search-bar {
  padding: 32px 0;
  background: #FFF;
  background: #f5f5f5;
  border-bottom: 1px solid #CCC;
  display: none;
}
#search-bar .filter-search-holder {
  padding: 0 138px 0 0;
  position: relative;
}
#search-bar .filter-search-holder input[type=text] {
  height: 56px;
  border-radius: 0px;
  padding: 17px 20px 20px 57px;
  border-color: #FFF;
  background-color: #FFF;
  background-image: url(../images/icon-search-grey.svg);
  background-repeat: no-repeat;
  background-position: 20px 16px;
}
#search-bar .filter-search-holder .button {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
#search-bar .filter-search-holder input[type=submit] {
  display: block;
  background: #2C8287;
  border: none;
  line-height: 58px;
  height: 58px;
  width: 175px;
  font-size: 15px;
  letter-spacing: 1.34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#search-bar .filter-search-holder input[type=submit]:hover {
  border: 2px solid #5CC6CB;
  background: #2C8287;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  #site-header .container {
    padding: 0 32px 0 184px;
  }
  #site-header .container .logo {
    padding-left: 32px;
  }
}
@media all and (max-width: 1200px) and (min-width: 0px) {
  #site-header nav.main-nav ul li {
    margin: 0 0 0 2px;
  }
  #site-header nav.main-nav ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  #site-header {
    padding: 16px 0;
  }
  #site-header .container {
    padding: 0 32px;
    height: auto;
  }
  #site-header .container .logo {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    border: none;
    padding: 0px;
  }
  #site-header .container .logo img {
    height: 40px;
  }
  #site-header:before {
    display: none;
  }
  #site-header .toggle-nav {
    display: block;
    margin-top: 10px;
  }
  #site-header .toggle-search {
    display: block;
    margin-top: 10px;
  }
  #site-header nav {
    display: none;
  }

  #site-header .mobile-zone {
    display: block;
  }

  #search-bar {
    padding: 20px 0;
  }
  #search-bar .filter-search-holder {
    padding: 0px;
    position: relative;
  }
  #search-bar .filter-search-holder input[type=text] {
    height: 48px;
    padding: 15px 20px 15px 50px;
    background-position: 15px 11px;
    margin: 0 0 12px 0;
  }
  #search-bar .filter-search-holder .button {
    line-height: 48px;
    padding: 0px;
    height: 48px;
    width: 100%;
    display: block;
    font-size: 14px;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #site-header .container {
    padding: 0 20px;
  }
}
#zones-header {
  background: #F6F6F6;
  padding: 48px 0;
  display: none;
}
#zones-header .select-zone-boxes {
  margin: 0 -16px;
}
#zones-header .select-zone-boxes section {
  float: left;
  width: 33.33%;
  padding: 0 16px 0 16px;
}
#zones-header .select-zone-boxes section a {
  display: block;
  position: relative;
  padding: 33px 70px 33px 40px;
}
#zones-header .select-zone-boxes section a .zone-arrow {
  display: block;
  position: absolute;
  top: 36px;
  right: 29px;
  width: 52px;
  height: 28px;
  transition: 0.3s ease-in-out;
  background: url(../images/zone-arrow-white.svg) no-repeat;
}
#zones-header .select-zone-boxes section a h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin: 0px;
  color: #FFF;
}
#zones-header .select-zone-boxes section a:hover .zone-arrow {
  transform: scale(1.2);
}
#zones-header .select-zone-boxes section.zone-teal a {
  background: #5CC6CB;
  color: #543062;
}
#zones-header .select-zone-boxes section.zone-teal a h3,
#zones-header .select-zone-boxes section.zone-teal a .zone-text {
  color: #543062;
}
#zones-header .select-zone-boxes section.zone-teal a .zone-arrow {
  background: url(../images/zone-arrow-purple.svg) no-repeat;
}
#zones-header .select-zone-boxes section.zone-purple a {
  background: #543062;
  color: #FFF;
}
#zones-header .select-zone-boxes section.zone-grey a {
  background: #5C5C5C;
  color: #FFF;
}

#mobile-nav {
  background: #543062;
  height: 100vh;
  overflow: auto;
  position: fixed;
  width: 100%;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#mobile-nav .close-nav {
  background: url(../images/icon-nav-close.svg) no-repeat center center;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  top: 30px;
  right: 20px;
  display: block;
  position: fixed;
  text-indent: -9999px;
  z-index: 101;
}
#mobile-nav .container {
  width: auto;
  padding: 0px;
}
#mobile-nav .logo {
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
}
#mobile-nav .logo img {
  display: block;
  height: 40px;
}
#mobile-nav .mobile-menu-back {
  position: absolute;
  left: 20px;
  top: 28px;
  padding: 0 0 0 23px;
  background: url(../images/mobile-menu-back-arrow.svg) no-repeat left center;
  display: none;
  color: #FFF;
  z-index: 10;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
#mobile-nav nav {
  position: relative;
  padding: 90px 0 0 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 h5 {
  font-size: 14px;
  color: #D2C8D5;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
#mobile-nav nav div.menu .menu-wrapper h4 {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 10px 0;
  color: #FFF;
}
#mobile-nav nav div.menu .menu-wrapper h4 a {
  color: #FFF;
}
#mobile-nav nav div.menu .menu-wrapper li {
  display: block;
  padding: 14px 0;
}
#mobile-nav nav div.menu .menu-wrapper li a {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #FFF;
  display: block;
  padding: 0 40px 0 0;
}
#mobile-nav nav div.menu .menu-wrapper li ul {
  display: none;
}
#mobile-nav nav div.menu .menu-wrapper li.nav-zones, #mobile-nav nav div.menu .menu-wrapper li.nav-search {
  display: none;
}
#mobile-nav nav div.menu .menu-wrapper li.menu-item-has-children a {
  background: url(../images/mobile-nav-arrow.svg) no-repeat right;
}
#mobile-nav nav div.menu .menu-wrapper li.current-menu-item a {
  color: #5CC6CB;
}
#mobile-nav nav div.menu .menu-wrapper li.menu-item-zone {
  padding: 10px 0;
}
#mobile-nav nav div.menu .menu-wrapper li.menu-item-student-zone {
  margin: 0 0 12px 0;
}
#mobile-nav nav div.menu .menu-wrapper li.menu-item-news, #mobile-nav nav div.menu .menu-wrapper li.menu-item-contact {
  padding: 0px;
}
#mobile-nav nav div.menu .menu-wrapper li.menu-item-news a, #mobile-nav nav div.menu .menu-wrapper li.menu-item-contact a {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0;
}
#mobile-nav nav div.menu .menu-wrapper li.menu-item-news {
  margin: 29px -20px 0 0;
  border-top: 1px solid #44264E;
  padding: 25px 0 0 0;
}
#mobile-nav nav div.menu .menu-wrapper li.nav-activity-portal a {
  padding: 15px 22px;
  color: #553062;
  background: #FFF;
  display: block;
  text-align: center;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-b ul li {
  padding: 10px 0;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-b ul li a {
  font-size: 18px;
  line-height: 22px;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-c ul li {
  padding: 10px 0;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-c ul li a {
  font-size: 18px;
  line-height: 22px;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-c ul li ul {
  display: block;
  padding: 10px 0 0 0;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-c ul li ul li {
  padding: 6px 0;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-c ul li ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
#mobile-nav nav div.menu .menu-wrapper .menu-position-c ul li.menu-item-has-children a {
  background: none !important;
}

#home-banner {
  background: none no-repeat center center #000;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#home-banner .container {
  height: 763px;
  z-index: 1;
}
#home-banner .container .home-banner-text {
  max-width: 734px;
  position: absolute;
  bottom: 26px;
  left: 0px;
}
#home-banner .container .home-banner-text:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #5CC6CB;
  clip-path: polygon(1% 12%, 95% 8%, 97% 97%, 0% 100%);
  -webkit-clip-path: polygon(1% 12%, 95% 8%, 97% 97%, 0% 100%);
}
#home-banner .container .home-banner-text:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #FFF;
  clip-path: polygon(3% 0, 99% 2%, 100% 93%, 4% 90%);
  -webkit-clip-path: polygon(3% 0, 99% 2%, 100% 93%, 4% 90%);
}
#home-banner .container .home-banner-text .home-banner-text-inner {
  padding: 27px 30px 42px 52px;
  position: relative;
  z-index: 10;
}
#home-banner .container .home-banner-text .home-banner-text-inner h2 {
  font-size: 36px;
  line-height: 52px;
  color: #543062;
  font-weight: bold;
  letter-spacing: -0.25px;
  margin: 0px;
  padding: 0px;
}
#home-banner:before {
  background: #FFF;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
  height: 197px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 0;
  content: "";
  display: block;
}

@media all and (min-width: 1200px) {
  #home-banner {
    background-attachment: fixed;
  }
}
@media all and (max-width: 1300px) and (min-width: 0px) {
  #home-banner .container .home-banner-text {
    left: 16px;
  }
}
@media all and (max-width: 1200px) and (min-width: 0px) {
  #home-banner .container {
    height: 600px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #home-banner:before {
    height: 96px;
  }
  #home-banner .container {
    height: 360px;
    margin: 0 10px;
  }
  #home-banner .container .home-banner-text {
    width: calc(100% - 20px);
    left: 0px;
    height: auto;
  }
  #home-banner .container .home-banner-text .home-banner-text-inner {
    width: calc(100% + 20px);
    padding-left: 42px;
  }
  #home-banner .container .home-banner-text .home-banner-text-inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
body.home #site-wrapper {
  background: url(../images/home-zones-back.png) no-repeat center 894px #FFF;
  background-size: 1700px auto;
}

.home-zones {
  padding: 59px 0 130px 0;
}
.home-zones header {
  padding: 0 0 36px 0;
  text-align: center;
}
.home-zones header h2 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
}
.home-zones .select-zone-boxes {
  margin: 0 -38px;
  margin: 0 -28px;
}
.home-zones .select-zone-boxes section {
  float: left;
  width: 33.33%;
  padding: 0 38px 28px 38px;
  padding: 0 28px 28px 28px;
}
.home-zones .select-zone-boxes section a {
  display: block;
  height: 280px;
  position: relative;
  padding: 148px 20px 0 31px;
}
.home-zones .select-zone-boxes section a .zone-icon {
  display: block;
  position: absolute;
  top: 29px;
  left: 31px;
  opacity: 0.41;
}
.home-zones .select-zone-boxes section a .zone-arrow {
  display: block;
  position: absolute;
  top: 32px;
  right: 29px;
  width: 52px;
  height: 28px;
  transition: 0.3s ease-in-out;
  background: url(../images/zone-arrow-white.svg) no-repeat;
}
.home-zones .select-zone-boxes section a h3 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #FFF;
}
.home-zones .select-zone-boxes section a .zone-text {
  display: block;
  font-size: 18px;
  line-height: 29px;
  color: #FFF;
}
.home-zones .select-zone-boxes section a:hover .zone-arrow {
  transform: scale(1.2);
}
.home-zones .select-zone-boxes section.zone-teal a {
  background: #5CC6CB;
  color: #543062;
}
.home-zones .select-zone-boxes section.zone-teal a h3,
.home-zones .select-zone-boxes section.zone-teal a .zone-text {
  color: #543062;
}
.home-zones .select-zone-boxes section.zone-teal a .zone-arrow {
  background: url(../images/zone-arrow-purple.svg) no-repeat;
}
.home-zones .select-zone-boxes section.zone-purple a {
  background: #543062;
  color: #FFF;
}
.home-zones .select-zone-boxes section.zone-grey a {
  background: #5C5C5C;
  color: #FFF;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  body.home #site-wrapper {
    background-position: center 734px;
    background-size: 1200px auto;
  }

  .home-zones .select-zone-boxes {
    margin: 0 -16px;
  }
  .home-zones .select-zone-boxes section {
    float: left;
    width: 33.33%;
    padding: 0 16px 28px 16px;
  }
  .home-zones .select-zone-boxes section a h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 8px 0;
  }
  .home-zones .select-zone-boxes section a .zone-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .home-zones {
    padding-bottom: 0px;
  }
  .home-zones .select-zone-boxes {
    margin: 0px;
  }
  .home-zones .select-zone-boxes section {
    float: none;
    width: auto;
    padding: 0 0 28px 0;
  }
  .home-zones .select-zone-boxes section a {
    height: auto;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  body.home #site-wrapper {
    background-position: center 634px;
    background-size: 900px auto;
  }
}
.home-video {
  padding: 68px 0 70px 0;
  position: relative;
  overflow: hidden;
}
.home-video:before {
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  position: absolute;
  background: #f5f5f5;
  height: 168px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.home-video:after {
  content: "";
  display: block;
  top: 167px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f5f5f5;
}
.home-video .container {
  z-index: 2;
}
.home-video .home-video-wrapper {
  width: 59%;
  float: left;
}
.home-video .home-video-holder {
  height: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 53%;
}
.home-video .home-video-holder iframe {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.home-video .home-video-text {
  float: right;
  width: 41%;
  padding: 68px 0 0 104px;
}
.home-video .home-video-text h2 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 34px 0;
}
.home-video .home-video-text p {
  font-size: 18px;
  line-height: 29px;
  margin: 0 0 38px 0;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .home-video .home-video-wrapper {
    width: 50%;
  }
  .home-video .home-video-text {
    width: 50%;
    padding: 60px 0 0 40px;
  }
  .home-video .home-video-text h2 {
    margin: 0 0 20px 0;
  }
  .home-video .home-video-text p {
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .home-video {
    padding: 100px 0 60px 0;
  }
  .home-video:before {
    height: 70px;
  }
  .home-video:after {
    height: 100%;
    top: 69px;
  }
  .home-video .home-video-wrapper {
    width: auto;
    float: none;
  }
  .home-video .home-video-text {
    width: auto;
    float: none;
    padding: 30px 0 80px 0;
  }
  .home-video .home-video-text p {
    font-size: 14px;
    line-height: 23px;
  }
}
.home-tweets {
  position: relative;
  padding: 140px 0 118px 0;
  margin-top: -30px;
}
.home-tweets:before {
  background: url(../images/tweets-back.jpg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}
.home-tweets .container {
  z-index: 1;
}
.home-tweets header {
  margin: 0 0 70px 0;
  text-align: center;
}
.home-tweets header a {
  display: inline-block;
  background: url(../images/twitter-icon-follow.svg) no-repeat 37px 21px #543062;
  clip-path: polygon(1% 0, 99% 5%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(1% 0, 99% 5%, 100% 100%, 0 100%);
  padding: 19px 32px 0 101px;
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  color: #FFF;
  height: 75.42px;
  letter-spacing: -0.29px;
}
.home-tweets header a span.twitter-handle {
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.home-tweets header a:hover {
  background-color: #2C8287;
  background-image: url(../images/twitter-icon-follow-white.svg);
  color: #FFF;
}
.home-tweets .tweets {
  margin: 0 -16px;
}
.home-tweets .tweets section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
  display: block;
}
.home-tweets .tweets section .tweet {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}
.home-tweets .tweets section .tweet .tweet-header {
  padding: 35px 35px 35px 35px;
}
.home-tweets .tweets section .tweet .tweet-header img {
  float: left;
  width: 58px;
  height: 58px;
  margin: 0 18px 0 0;
}
.home-tweets .tweets section .tweet .tweet-header p {
  font-size: 13px;
  line-height: 16px;
  color: #5C5C5C;
  padding: 13px 0 0 0;
  margin: 0px;
}
.home-tweets .tweets section .tweet .tweet-image {
  margin: 0 0 36px 0;
}
.home-tweets .tweets section .tweet .tweet-image img {
  display: block;
}
.home-tweets .tweets section .tweet .tweet-text {
  padding: 0 35px 36px 35px;
}
.home-tweets .tweets section .tweet .tweet-text p {
  font-size: 13px;
  line-height: 20px;
  color: #5C5C5C;
}
.home-tweets .tweets section .tweet .tweet-text p a {
  font-weight: bold;
}
.home-tweets .tweets section .tweet .tweet-footer {
  background: #543062;
  padding: 17px 35px;
}
.home-tweets .tweets section .tweet .tweet-footer p {
  font-size: 10px;
  line-height: 14px;
  float: left;
  color: #FFF;
  margin: 0px;
}
.home-tweets .tweets section .tweet .tweet-footer p.tweet-date {
  float: right;
}
.home-tweets .tweets section .tweet .tweet-footer p a {
  color: #FFF;
}
.home-tweets .tweets section .tweet .tweet-footer p a:hover {
  text-decoration: underline;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .home-tweets {
    padding: 80px 0 20px 0;
  }
  .home-tweets header {
    margin: 0 0 20px 0;
  }
  .home-tweets header a {
    background-position: 20px center;
    background-size: 30px auto;
    font-size: 16px;
    line-height: 24px;
    height: 58.42px;
    padding-left: 60px;
  }
  .home-tweets header a span.twitter-handle {
    font-size: 12px;
    line-height: 24px;
    margin-left: 0px;
  }
  .home-tweets .tweets {
    margin: 0px;
  }
  .home-tweets .tweets section {
    padding: 0 0 16px 0;
    float: none;
    width: auto;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .home-tweets .tweets section .tweet .tweet-footer p {
    float: none;
  }

  .home-tweets .tweets section .tweet .tweet-footer p.tweet-date {
    float: none;
    padding: 5px 0 0 0;
  }

  .home-tweets .tweets section .tweet .tweet-image {
    margin: 0 0 24px 0;
  }

  .home-tweets .tweets section .tweet .tweet-header {
    padding: 24px 24px 24px 24px;
  }

  .home-tweets .tweets section .tweet .tweet-text {
    padding: 0 24px 24px 24px;
  }

  .home-tweets .tweets section .tweet .tweet-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.partner-logos {
  padding: 90px 0;
  background: #FFF;
}
.partner-logos ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -16px;
}
.partner-logos ul li {
  padding: 0 16px;
  text-align: center;
}
.partner-logos ul li a {
  display: block;
}
.partner-logos ul li img {
  height: 51px;
  display: block;
  margin: 0 auto;
}
.partner-logos ul .slick-arrow {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  text-indent: -9999px;
  border: none;
  background: url(../images/arrow-left-grey.svg) no-repeat center center transparent;
}
.partner-logos ul .slick-arrow.slick-next {
  background-image: url(../images/arrow-right-grey.svg);
  right: 10px;
  left: auto;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .partner-logos {
    padding: 40px 0;
  }
  .partner-logos ul {
    display: block;
    margin: 0 16px;
  }
  .partner-logos ul li {
    float: left;
    width: 20%;
    padding: 0 0 0 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .partner-logos ul li {
    width: 25%;
  }
}
@media all and (max-width: 639px) and (min-width: 0px) {
  .partner-logos ul li {
    width: 33.33%;
  }
}
#page-banner {
  position: relative;
}
#page-banner .page-banner-background {
  background: none no-repeat center center;
  background-size: cover;
  height: 580px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}
#page-banner .container {
  height: 580px;
}
#page-banner .container .page-banner-text {
  position: absolute;
  max-width: 670px;
  height: auto;
  padding: 27px 33px 41px 58px;
  position: relative;
  top: 50%;
  float: left;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-banner .container .page-banner-text:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #5CC6CB;
  clip-path: polygon(1% 13%, 97% 8%, 96% 96%, 0 100%);
  -webkit-clip-path: polygon(1% 13%, 97% 8%, 96% 96%, 0 100%);
  content: "";
  position: absolute;
  top: 24px;
  left: -20px;
  top: 0px;
  left: 0px;
}
#page-banner .container .page-banner-text:after {
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  clip-path: polygon(5% 0, 99% 2%, 100% 87%, 5% 90%);
  -webkit-clip-path: polygon(5% 0, 99% 2%, 100% 87%, 5% 90%);
  content: "";
  position: absolute;
}
#page-banner .container .page-banner-text .page-banner-text-inner {
  position: relative;
  z-index: 1;
}
#page-banner .container .page-banner-text h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #543062;
  letter-spacing: -0.25px;
}
#page-banner .container .page-banner-text p {
  font-size: 18px;
  line-height: 29px;
  padding: 24px 0 0 0;
}

.page-header {
  padding: 64px 0;
  background: #F5F5F5;
}
.page-header h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 0px;
  color: #543062;
  font-weight: bold;
  letter-spacing: -0.25px;
}
.page-header p {
  padding: 10px 0 0 0;
  letter-spacing: 1.55px;
  font-weight: bold;
  color: #543062;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

#page {
  padding: 86px 0 0 0;
  padding: 22px 0 0 0;
}
#page .page-side {
  float: left;
  width: 280px;
}
#page .page-side ul {
  border-left: 2px solid rgba(84, 48, 98, 0.17);
}
#page .page-side ul li {
  display: block;
}
#page .page-side ul li a {
  display: block;
  margin: 0 0 20px -2px;
  padding: 18px 0 18px 43px;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
}
#page .page-side ul li a:hover {
  color: #543062;
}
#page .page-side ul li.current-item a {
  color: #543062;
  border-left: 2px solid rgba(84, 48, 98, 0.86);
}
#page .page-side .select-field {
  display: none;
}
#page .page-content {
  float: right;
  width: 910px;
}
#page .page-content .container {
  width: auto;
  margin: 0px;
  padding: 0px;
}

#sub-nav {
  background: #FFF;
  position: relative;
  z-index: 10;
}
#sub-nav ul {
  margin: 0 -27px;
  margin: 0 -13px;
}
#sub-nav ul li {
  display: block;
  float: left;
  padding: 15px 30px 13px 30px;
  padding: 15px 16px 13px 16px;
  padding: 15px 2px 13px 2px;
  border-bottom: 2px solid #FFF;
  position: relative;
}
#sub-nav ul li a {
  line-height: 45px;
  float: left;
  display: block;
  font-size: 16px;
  color: #5C5C5C;
  padding: 0 16px;
  font-weight: 500;
  position: relative;
}
#sub-nav ul li a:hover {
  color: #2C8287 !important;
}
#sub-nav ul li a:focus, #sub-nav ul li a:active {
  color: #2C8287 !important;
  background: #F5F5F5 !important;
  box-shadow: none;
}
#sub-nav ul li.menu-item-has-children a {
  position: relative;
  padding-right: 43px;
}
#sub-nav ul li.menu-item-has-children a:before {
  position: absolute;
  top: 19px;
  right: 24px;
  width: 14px;
  height: 8px;
  content: "";
  display: block;
  background: url(../images/icon-sub-nav-arrow.svg) no-repeat;
}
#sub-nav ul li.menu-item-has-children a:hover:before {
  background-image: url(../images/nav-dropdown-arrow-green-sub.svg);
}
#sub-nav ul li.current-menu-item:after {
  height: 3px;
  background: #2C8287;
  display: block;
  content: "";
  bottom: -3px;
  position: absolute;
  left: 0px;
  width: 100%;
}
#sub-nav ul li.current-menu-item &gt; a {
  color: #2C8287;
}
#sub-nav ul li.current-menu-item &gt; a:before {
  background-image: url(../images/nav-dropdown-arrow-green-sub.svg);
}
#sub-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 286px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin: 2px 0 0 0;
  padding: 23px 30px;
  padding: 10px 0;
}
#sub-nav ul li ul li {
  display: block;
  float: none;
  margin: 0px;
  padding: 7px 0 7px 0;
  padding: 0px;
}
#sub-nav ul li ul li:after {
  display: none !important;
}
#sub-nav ul li ul li a {
  margin: 0px;
  float: none;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 19px;
  border: none;
  color: #5C5C5C !important;
  padding: 8px 24px;
  display: block;
}
#sub-nav ul li ul li a:before {
  display: none !important;
}
#sub-nav ul li ul li a:hover {
  color: #2C8287 !important;
}
#sub-nav ul li ul li a:active, #sub-nav ul li ul li a:focus {
  background: #F5F5F5 !important;
}
#sub-nav ul li ul li ul {
  position: relative;
  left: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  padding: 0px;
  padding: 6px 0 12px 0;
  border: none;
}
#sub-nav ul li ul li ul li {
  padding: 6px 0;
}
#sub-nav ul li ul li ul li a {
  margin: 0px;
  float: none;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 19px;
  border: none;
  color: #5C5C5C !important;
  padding: 8px 24px;
  display: block;
}
#sub-nav ul li ul li ul li a:before {
  display: none !important;
}
#sub-nav ul li ul li ul li a:hover {
  color: #2C8287 !important;
}
#sub-nav ul li ul li ul li a:active, #sub-nav ul li ul li ul li a:focus {
  background: #F5F5F5;
}
#sub-nav ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
#sub-nav ul li#menu-item-794 ul {
  left: auto;
  right: 0px;
}
#sub-nav ul li.menu-item-has-children:hover {
  border-bottom: 3px solid #2C8287;
}
#sub-nav ul li.menu-item-has-children:hover ul li {
  border: none;
}
#sub-nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
#sub-nav .sub-nav-left {
  float: left;
}
#sub-nav .sub-nav-left ul {
  margin: 0px;
}
#sub-nav .sub-nav-left ul li {
  padding-left: 0px;
  padding-right: 0px;
  border: none !important;
}
#sub-nav .sub-nav-left ul li a {
  font-weight: bold;
  color: #543062;
  border: none !important;
}
#sub-nav .sub-nav-left ul li:after {
  display: none !important;
}
#sub-nav .sub-nav-right {
  float: right;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  #sub-nav ul li {
    padding-left: 14px;
    padding-right: 14px;
  }
  #sub-nav ul li a {
    font-size: 14px;
  }
}
/*@media all and (max-width: 1023px) and (min-width: 0px) {
	#sub-nav {
		overflow: hidden;
		.container {
		    .sub-nav-left {
		    	float: none;
		    	display: none;
		    }
		    .sub-nav-right {
		    	float: none;
		    }
		    ul {
		    	float: none;
				display: flex;
			    width: 100% !important;
			    overflow-x: auto !important;
			    padding-bottom: 1rem;
				float: left;
			    position: relative;
			    overflow: hidden;
		    	li {
		    		float: none;
		    		a {
			    		float: none;
		    		}
		    	}
		    }
		}
	}
}*/
body.fixed-header #sub-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}

.mobile-sub-sub-nav {
  display: none;
  text-align: left;
}
.mobile-sub-sub-nav h6 a {
  display: block;
  border: 1px solid #553062;
  border-radius: 2px;
  padding: 10px 11px;
  color: #553062;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}
.mobile-sub-sub-nav h6 a:before {
  background: url(../images/mobile-sub-sub-nav-arrow.svg) no-repeat;
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -5px 0 0 0;
  content: "";
}
.mobile-sub-sub-nav .sub-links {
  border: 1px solid #F5F5F5;
  display: none;
  padding: 10px 0 0 14px;
}
.mobile-sub-sub-nav .sub-links ul li {
  display: block;
  border-bottom: 1px solid #F5F5F5;
}
.mobile-sub-sub-nav .sub-links ul li a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #5C5C5C;
  display: block;
  padding: 12px 0;
}
.mobile-sub-sub-nav .sub-links ul li ul {
  padding: 0 0 4px 0;
}
.mobile-sub-sub-nav .sub-links ul li ul li {
  margin: 0px;
  border: none;
}
.mobile-sub-sub-nav .sub-links ul li ul li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 12px 0;
}
.mobile-sub-sub-nav.active h6 a {
  background: #553062;
  color: #FFF;
  border-radius: 2px 2px 0 0;
}
.mobile-sub-sub-nav.active h6 a:before {
  background-image: url(../images/mobile-sub-sub-nav-arrow-up.svg);
}
.mobile-sub-sub-nav.active .sub-links {
  display: block;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  #page .page-side {
    width: 25%;
  }
  #page .page-side ul li a {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0 8px 20px;
  }
  #page .page-content {
    width: 75%;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #page {
    padding: 42px 0 0 0;
  }
  #page .page-side {
    width: auto;
    float: none;
    margin: 0 0 50px 0;
  }
  #page .page-side ul {
    display: none;
  }
  #page .page-side .select-field {
    display: block;
  }
  #page .page-content {
    width: auto;
    float: none;
  }

  .mobile-sub-sub-nav {
    display: block;
  }

  #sub-nav {
    display: block;
    overflow: auto;
    height: 50px;
    background: #F6F6F6;
  }
  #sub-nav .container {
    margin: 0px;
    padding: 0px;
    width: 20000px;
    max-width: none;
    float: left;
  }
  #sub-nav .sub-nav-left {
    float: left;
    width: auto;
    padding: 0 0 0 10px;
  }
  #sub-nav .sub-nav-right {
    float: left;
    width: auto;
  }
  #sub-nav ul {
    margin: 0px;
    float: left;
    display: block;
  }
  #sub-nav ul li {
    border-bottom: 2px solid #F6F6F6;
    padding: 0px;
    margin: 0 8px 0 0;
  }
  #sub-nav ul li a {
    line-height: 48px;
    font-size: 14px;
    padding: 0 8px;
  }
  #sub-nav ul li.menu-item-has-children {
    padding: 0px;
  }
  #sub-nav ul li.menu-item-has-children a {
    padding: 0 8px;
    background: none !important;
  }
  #sub-nav ul li.current-menu-item {
    border-bottom: 2px solid #553062 !important;
  }
  #sub-nav ul li.current-menu-item a {
    color: #553062;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #page-banner .page-banner-background {
    height: 360px;
    height: 276px;
  }
  #page-banner .container {
    height: 276px;
  }
  #page-banner .container .page-banner-text {
    padding: 17px 13px 31px 38px;
    max-width: 470px;
  }
  #page-banner .container .page-banner-text h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.error404 #page {
  padding: 0px;
}

.page-block-content-four-oh-four {
  padding: 154px 0 180px 0;
}
.page-block-content-four-oh-four .container {
  max-width: 1080px;
}
.page-block-content-four-oh-four article {
  position: relative;
  padding: 0 0 0 402px;
}
.page-block-content-four-oh-four article .four-oh-four-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-content-four-oh-four article .four-oh-four-content h4 {
  font-weight: 600;
  font-size: 16px;
  color: #553062;
  margin: 0 0 13px 0;
  letter-spacing: 1px;
}
.page-block-content-four-oh-four article .four-oh-four-content h2 {
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 19px 0;
}
.page-block-content-four-oh-four article .four-oh-four-content p {
  margin: 0 0 26px 0;
}
.page-block-content-four-oh-four article .four-oh-four-content h3 {
  font-weight: 600;
  margin: 0 0 16px 0;
  padding: 10px 0 0 0;
}
.page-block-content-four-oh-four article .four-oh-four-content #search-bar.search-bar-on-search-page {
  display: block !important;
  padding: 0px;
  background: transparent;
  border: none;
}
.page-block-content-four-oh-four article .four-oh-four-content #search-bar.search-bar-on-search-page form {
  background: #FBFBFB;
  padding: 4px;
}
.page-block-content-four-oh-four article .four-oh-four-content #search-bar.search-bar-on-search-page .filter-search-holder input[type=text] {
  background-color: #FBFBFB;
  border: none;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content-four-oh-four {
    padding: 40px 0 60px 0;
  }
  .page-block-content-four-oh-four article {
    padding: 0px;
    text-align: center;
  }
  .page-block-content-four-oh-four article .four-oh-four-icon {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 29px auto;
  }
  .page-block-content-four-oh-four article .four-oh-four-icon img {
    height: 96px;
  }
  .page-block-content-four-oh-four article .four-oh-four-content h4 {
    margin: 0 0 15px 0;
  }
  .page-block-content-four-oh-four article .four-oh-four-content h2 {
    margin: 0 0 17px 0;
    font-size: 22px;
    line-height: 27px;
  }
  .page-block-content-four-oh-four article .four-oh-four-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-block-image-and-content.page-block-image-and-content-style-a .container {
  position: relative;
}
.page-block-image-and-content.page-block-image-and-content-style-a .image-left {
  display: none;
  float: left;
  margin: 0 0 0 0;
}
.page-block-image-and-content.page-block-image-and-content-style-a .image-left .image-mask img {
  display: block;
  clip-path: polygon(4% 4%, 100% 0, 96% 100%, 0 93%);
  -webkit-clip-path: polygon(4% 4%, 100% 0, 96% 100%, 0 93%);
}
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper {
  max-width: 639px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #5CC6CB;
  clip-path: polygon(0 0, 94% 4%, 93% 97%, 2% 100%);
  -webkit-clip-path: polygon(0 0, 94% 4%, 93% 97%, 2% 100%);
}
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #FFF;
  clip-path: polygon(4% 6%, 100% 6%, 97% 92%, 6% 94%);
  -webkit-clip-path: polygon(4% 6%, 100% 6%, 97% 92%, 6% 94%);
}
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article {
  position: relative;
  padding: 75px 90px;
  z-index: 10;
}
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article h2,
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article h3 {
  margin: 0 0 17px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article p {
  margin: 0 0 19px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article .button {
  margin-top: 1px;
}
.page-block-image-and-content.page-block-image-and-content-style-a .image-right {
  float: right;
  margin: 0 -130px 0 0;
}
.page-block-image-and-content.page-block-image-and-content-style-a .image-right .image-mask img {
  display: block;
  clip-path: polygon(4% 4%, 100% 0, 96% 100%, 0 93%);
  -webkit-clip-path: polygon(4% 4%, 100% 0, 96% 100%, 0 93%);
}
.page-block-image-and-content.page-block-image-and-content-style-b .container {
  position: relative;
}
.page-block-image-and-content.page-block-image-and-content-style-b .image-left {
  display: none;
  float: left;
  width: 50%;
  margin: 0 0 0 0;
}
.page-block-image-and-content.page-block-image-and-content-style-b .image-left .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-b .content-wrapper {
  width: 50%;
  height: auto;
  float: left;
  z-index: 1;
}
.page-block-image-and-content.page-block-image-and-content-style-b .content-wrapper article {
  position: relative;
  padding: 0 60px 0 0;
}
.page-block-image-and-content.page-block-image-and-content-style-b .content-wrapper article h2,
.page-block-image-and-content.page-block-image-and-content-style-b .content-wrapper article h3 {
  margin: 0 0 17px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-b .content-wrapper article p {
  margin: 0 0 19px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-b .image-right {
  float: right;
  width: 50%;
}
.page-block-image-and-content.page-block-image-and-content-style-b .image-right .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-b.page-block-image-on-left .content-wrapper article {
  padding: 0 0 0 60px;
}
@media all and (min-width: 1024px) {
  .page-block-image-and-content.page-block-image-and-content-style-b.centre-content .container {
    display: flex;
    align-items: center;
  }
}
.page-block-image-and-content.page-block-image-and-content-style-c {
  background: #F5F5F5;
  position: relative;
  padding: 94px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-c:before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #FFF;
  content: "";
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-c:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #FFF;
  content: "";
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-c .container {
  position: relative;
}
.page-block-image-and-content.page-block-image-and-content-style-c .image-left {
  display: none;
  float: left;
  width: 50%;
  margin: 0 0 0 0;
}
.page-block-image-and-content.page-block-image-and-content-style-c .image-left .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-c .content-wrapper {
  width: 50%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.page-block-image-and-content.page-block-image-and-content-style-c .content-wrapper article {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 60px;
}
.page-block-image-and-content.page-block-image-and-content-style-c .content-wrapper article h2,
.page-block-image-and-content.page-block-image-and-content-style-c .content-wrapper article h3 {
  margin: 0 0 17px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-c .content-wrapper article p {
  margin: 0 0 19px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-c .image-right {
  float: right;
  width: 50%;
}
.page-block-image-and-content.page-block-image-and-content-style-c .image-right .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-c.page-block-image-on-left .content-wrapper article {
  padding: 0 0 0 60px;
}
.page-block-image-and-content.page-block-image-and-content-style-d {
  background: #F5F5F5;
  position: relative;
}
.page-block-image-and-content.page-block-image-and-content-style-d:before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 50px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0px;
  background: #FFF;
  content: "";
  display: block;
  z-index: 10;
}
.page-block-image-and-content.page-block-image-and-content-style-d:after {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background: #FFF;
  content: "";
  display: block;
  z-index: 10;
}
.page-block-image-and-content.page-block-image-and-content-style-d .container {
  position: relative;
}
.page-block-image-and-content.page-block-image-and-content-style-d .image-left {
  display: none;
  float: left;
  width: calc(50% + 100px);
  margin: 0 -100px 0 0;
}
.page-block-image-and-content.page-block-image-and-content-style-d .image-left .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-d .content-wrapper {
  padding: 94px 0;
  width: 50%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.page-block-image-and-content.page-block-image-and-content-style-d .content-wrapper article {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 60px;
}
.page-block-image-and-content.page-block-image-and-content-style-d .content-wrapper article h2,
.page-block-image-and-content.page-block-image-and-content-style-d .content-wrapper article h3 {
  margin: 0 0 17px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-d .content-wrapper article p {
  margin: 0 0 19px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-d .image-right {
  float: right;
  width: 50%;
}
.page-block-image-and-content.page-block-image-and-content-style-d .image-right .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-d.page-block-image-on-left .content-wrapper article {
  padding: 0 0 0 60px;
}
.page-block-image-and-content.page-block-image-and-content-style-e {
  background: #553062;
  position: relative;
  padding: 86px 0;
}
.page-block-image-and-content.page-block-image-and-content-style-e .container {
  position: relative;
}
.page-block-image-and-content.page-block-image-and-content-style-e .image-left {
  display: none;
  float: left;
  width: 42%;
  margin: 0 0 0 0;
  padding: 0 94px 0 0;
}
.page-block-image-and-content.page-block-image-and-content-style-e .image-left .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper {
  width: 58%;
  float: left;
  z-index: 1;
}
.page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article {
  position: relative;
  padding: 0;
  color: #FFF;
}
.page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article h2,
.page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article h3 {
  margin: 0 0 17px 0;
  color: #FFF;
}
.page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article p {
  margin: 0 0 19px 0;
  color: #FFF;
}
.page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article p a {
  color: #FFF;
  text-decoration: underline;
}
.page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article p a:hover, .page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article p a:active, .page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article p a:focus {
  color: #5CC6CB;
}
.page-block-image-and-content.page-block-image-and-content-style-e .image-right {
  float: right;
  width: 42%;
  padding: 0 0 0 94px;
}
.page-block-image-and-content.page-block-image-and-content-style-e .image-right .image-mask img {
  display: block;
}
.page-block-image-and-content.page-block-image-on-left .image-left {
  display: block;
}
.page-block-image-and-content.page-block-image-on-left .image-right {
  display: none;
}
.page-block-image-and-content.page-block-image-on-left .content-wrapper {
  left: auto;
  right: 0px;
}
@media all and (min-width: 1024px) {
  .page-block-image-and-content.centre-content .container {
    display: flex;
    align-items: center;
  }
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-image-and-content.page-block-image-and-content-style-a .container {
    text-align: center;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .image-left {
    display: block;
    float: none;
    width: 100%;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .image-left img {
    height: auto;
    width: 100%;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .image-right {
    display: none;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper {
    position: relative;
    margin: -30% auto 0 auto;
    left: auto;
    top: auto;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 639px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article {
    text-align: left;
  }

  .page-block-image-and-content.page-block-image-and-content-style-b .image-left,
.page-block-image-and-content.page-block-image-and-content-style-b .image-right {
    float: none;
    width: 100%;
  }
  .page-block-image-and-content.page-block-image-and-content-style-b .image-left .image-mask img,
.page-block-image-and-content.page-block-image-and-content-style-b .image-right .image-mask img {
    width: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-b .content-wrapper {
    float: none;
    width: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-b .content-wrapper article {
    padding: 0 32px 0 0 !important;
    margin-bottom: -19px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-b.page-block-image-on-left .content-wrapper article {
    padding: 0 0 0 32px !important;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-and-content.page-block-image-and-content-style-b.page-block-image-on-left .content-wrapper article {
    padding: 32px 0 0 0 !important;
  }
  .page-block-image-and-content.page-block-image-and-content-style-b.page-block-image-on-right .content-wrapper article {
    padding: 0 0 32px 0 !important;
  }

  .page-block-image-and-content.page-block-image-and-content-style-c {
    padding: 60px 0;
  }
  .page-block-image-and-content.page-block-image-and-content-style-c:before, .page-block-image-and-content.page-block-image-and-content-style-c:after {
    height: 20px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-c .image-left,
.page-block-image-and-content.page-block-image-and-content-style-c .image-right {
    float: none;
    width: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-c .image-left .image-mask img,
.page-block-image-and-content.page-block-image-and-content-style-c .image-right .image-mask img {
    width: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-c .content-wrapper {
    float: none;
    width: auto;
    position: relative;
    height: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-c .content-wrapper article {
    padding: 0 0 40px 0;
    top: auto;
    transform: none;
    -ms-transform: none;
  }

  .page-block-image-and-content.page-block-image-and-content-style-d:before, .page-block-image-and-content.page-block-image-and-content-style-d:after {
    height: 20px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-d .image-left,
.page-block-image-and-content.page-block-image-and-content-style-d .image-right {
    float: none;
    width: auto;
    margin: 0 -32px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-d .image-left .image-mask img,
.page-block-image-and-content.page-block-image-and-content-style-d .image-right .image-mask img {
    width: 100%;
  }
  .page-block-image-and-content.page-block-image-and-content-style-d .content-wrapper {
    padding: 60px 0 0 0;
    float: none;
    width: auto;
    position: relative;
    height: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-d .content-wrapper article {
    padding: 0 0 40px 0;
    top: auto;
    transform: none;
    -ms-transform: none;
  }

  .page-block-image-and-content.page-block-image-and-content-style-e {
    padding: 64px 0;
  }
  .page-block-image-and-content.page-block-image-and-content-style-e .image-left,
.page-block-image-and-content.page-block-image-and-content-style-e .image-right {
    float: none;
    width: auto;
    padding: 0 0 42px 0;
  }
  .page-block-image-and-content.page-block-image-and-content-style-e .image-left .image-mask img,
.page-block-image-and-content.page-block-image-and-content-style-e .image-right .image-mask img {
    width: auto;
    max-width: 201px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper {
    float: none;
    width: auto;
    position: relative;
    height: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-e .content-wrapper article {
    padding: 0 0 40px 0;
    top: auto;
    transform: none;
    -ms-transform: none;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper {
    width: 500px;
  }
}
@media all and (max-width: 639px) and (min-width: 0px) {
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper {
    width: calc(100% - 40px);
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article {
    padding: 45px 60px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article h2, .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article h3, .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article p {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 479px) and (min-width: 0px) {
  .container .page-block-image-and-content.page-block-image-and-content-style-a {
    margin: 0 -20px;
  }

  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper {
    width: auto;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article {
    padding: 35px 10px 30px 35px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article h2, .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article h3, .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article p {
    margin-bottom: 8px;
  }
  .page-block-image-and-content.page-block-image-and-content-style-a .content-wrapper article p {
    line-height: 20px;
  }
}
.page-block-linked-list section {
  position: relative;
  padding: 6px 0 64px 98px;
  overflow: hidden;
}
.page-block-linked-list section:before {
  display: block;
  width: 68px;
  height: 68px;
  left: 0px;
  top: 0px;
  position: absolute;
  content: "";
  background: #F5F5F5;
  border-radius: 100%;
}
.page-block-linked-list section:after {
  display: block;
  width: 68px;
  top: 68px;
  left: 0px;
  height: 100%;
  background: url(../images/linked-list-link.svg) repeat-y center top;
  position: absolute;
  content: "";
}
.page-block-linked-list section article p {
  margin: 0px;
}
.page-block-linked-list section.linked-list-item-last:after {
  display: none;
}

.page-block-video {
  position: relative;
}
.page-block-video .container {
  text-align: center;
  z-index: 1;
}
.page-block-video .video-wrapper {
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}
.page-block-video .video-holder {
  height: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 53%;
}
.page-block-video .video-holder iframe {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.about-video {
  padding: 150px 0 170px 0;
}
.about-video:before {
  position: absolute;
  width: 736px;
  height: 757px;
  top: 0px;
  content: "";
  display: block;
  left: 240px;
  background: url(../images/about-video-back.png) no-repeat 40% top;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .about-video {
    padding: 0 0 72px 0;
  }
  .about-video:before {
    display: none;
  }
}
.page-block-statistic .statistic-left {
  float: left;
  width: 62.5%;
}
.page-block-statistic .statistic-right {
  float: right;
  width: 37.5%;
  padding: 0 0 0 60px;
}
.page-block-statistic .statistic-right article h2 {
  margin: 0 0 25px 0;
}
.page-block-statistic .statistic-right article p {
  margin: 0 0 50px 0;
}

section.statistic header {
  background: url(../images/statistic-icon-purple.svg) no-repeat 61px 77px #E1D5F2;
  padding: 35px 64px 50px 270px;
}
section.statistic header .stat-number {
  font-size: 90px;
  line-height: 110px;
  font-weight: bold;
  color: #543062;
  margin: 0 0 16px 0;
}
section.statistic header p {
  font-size: 18px;
  line-height: 29px;
  color: #543062;
  margin: 0 0 29px 0;
  font-weight: 600;
}
section.statistic header a.read-more-link {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.8px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 0 30px;
  background: url(../images/plus-icon-purple.svg) no-repeat left center;
  color: #543062;
}
section.statistic.active header a.read-more-link {
  background-image: url(../images/minus-icon-purple.svg);
}
section.statistic footer {
  display: none;
  background: #CEC2E0;
  padding: 41px 64px 36px 64px;
}
section.statistic footer p {
  font-size: 18px;
  line-height: 29px;
  color: #543062;
  margin: 0px;
  font-weight: 600;
}
section.statistic.statistic-colour-green header {
  background-color: rgba(92, 198, 203, 0.25);
}
section.statistic.statistic-colour-green footer {
  background-color: rgba(92, 198, 203, 0.4);
}
section.statistic.statistic-colour-grey header {
  background-color: #F5F5F5;
}
section.statistic.statistic-colour-grey footer {
  background-color: #EEE;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-statistic .statistic-left {
    float: none;
    width: auto;
  }
  .page-block-statistic .statistic-right {
    float: none;
    width: auto;
    padding: 40px 0 0 0;
  }
  .page-block-statistic .statistic-right article h2 br {
    display: none;
  }
  .page-block-statistic .statistic-right article p {
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  section.statistic header {
    background-size: 87px auto;
    background-position: 40px 44px;
    padding: 35px 40px 30px 180px;
  }
  section.statistic header .stat-number {
    font-size: 63px;
    line-height: 77px;
    margin: 0 0 15px 0;
  }
  section.statistic header p {
    font-size: 14px;
    line-height: 29px;
    margin: 0 0 31px 0;
  }
  section.statistic footer {
    padding: 40px;
  }
  section.statistic footer p {
    font-size: 14px;
    line-height: 29px;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  section.statistic header {
    padding: 160px 40px 30px 40px;
  }
}
.page-block-partners section {
  padding: 0 0 45px 0;
}
.page-block-partners section .partner {
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 35px 80px 44px 44px;
  position: relative;
}
.page-block-partners section .partner.partner-has-logo {
  padding-left: 385px;
}
.page-block-partners section .partner.partner-has-logo .partner-logo {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 300px;
}
.page-block-partners section .partner.partner-has-logo .partner-logo img {
  position: absolute;
  left: 44px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 256px;
  max-height: 80%;
  display: block;
  height: auto;
}
.page-block-partners section .partner article h2 {
  font-size: 29px;
  line-height: 35px;
  margin: 0 0 15px 0;
}
.page-block-partners section .partner article p {
  margin: 0 0 22px 0;
}
.page-block-partners section .partner article .button {
  display: inline-block;
}

.partner-modal {
  background: #F5F5F5 !important;
  padding-bottom: 35px;
}
.partner-modal .partner-modal-header {
  height: 286px;
}
.partner-modal .partner-modal-header .partner-modal-header-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  display: block;
}
.partner-modal .partner-modal-header .close-partner-modal {
  display: block;
  position: absolute;
  top: 90px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/icon-close.svg) no-repeat center center;
  text-indent: -9999px;
}
.partner-modal .container {
  max-width: 986px;
  z-index: 1;
}
.partner-modal .partner-modal-content {
  background: #FFFFFF;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
  padding: 60px 74px 35px 74px;
}
.partner-modal .partner-modal-content header {
  margin: 0 0 70px 0;
  position: relative;
}
.partner-modal .partner-modal-content header h2 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 23px 0;
  color: #000000;
}
.partner-modal .partner-modal-content header p {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-weight: bold;
}
.partner-modal .partner-modal-content header.partner-modal-content-header-has-image {
  padding-left: 254px;
}
.partner-modal .partner-modal-content header.partner-modal-content-header-has-image img {
  position: absolute;
  top: 50%;
  left: 0px;
  max-width: 197px;
  height: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.partner-modal .partner-modal-content article .mobile-summary {
  display: none;
}
.partner-modal .partner-modal-content .partner-team {
  padding: 40px 0 0 0;
}
.partner-modal .partner-modal-content .partner-team h2 {
  font-size: 29px;
  line-height: 35px;
  color: #000;
  font-weight: bold;
  margin: 0 0 24px 0;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members {
  margin: 0 -18px;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section {
  float: left;
  width: 50%;
  padding: 0 18px 36px 18px;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member {
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13);
  padding: 25px 32px 32px 32px;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image {
  position: relative;
  padding: 0 32px 0 163px;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image img {
  display: block;
  height: 136px;
  width: 136px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image .partner-person-text {
  height: 136px;
  position: relative;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image .partner-person-text .partner-person-text-inner {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  margin: 0 0 7px 0;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member h5 {
  font-size: 12px;
  line-height: 15px;
  color: #543062;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member a.email-link {
  padding: 0 0 0 28px;
  background: url(../images/icon-email-green.svg) no-repeat left center;
  line-height: 13px;
  font-size: 10px;
  color: #5C5C5C;
  font-weight: 500;
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-partners section .partner.partner-has-logo {
    padding: 40px 30px 30px 250px;
  }
  .page-block-partners section .partner.partner-has-logo .partner-logo img {
    width: 180px;
    left: 34px;
  }

  .partner-modal {
    border: 24px solid rgba(0, 0, 0, 0.78);
  }
  .partner-modal .partner-modal-header {
    height: 196px;
  }
  .partner-modal .partner-modal-header .close-partner-modal {
    right: 32px;
  }
  .partner-modal .partner-modal-content {
    padding: 48px 32px 16px 32px;
  }
  .partner-modal .partner-modal-content header {
    margin: 0 0 32px 0;
  }
  .partner-modal .partner-modal-content header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .partner-modal .partner-modal-content header p {
    display: none;
  }
  .partner-modal .partner-modal-content article .mobile-summary {
    display: block;
    font-weight: bold;
  }
  .partner-modal .partner-modal-content .partner-team .partner-team-members section {
    float: none;
    width: auto;
    padding-bottom: 16px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-partners section .partner.partner-has-logo {
    padding: 30px 30px 30px 30px;
  }
  .page-block-partners section .partner.partner-has-logo .partner-logo {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
    transform: none;
  }

  .page-block-partners section .partner article h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .partner-modal .partner-modal-content header.partner-modal-content-header-has-image {
    padding: 0px;
  }
  .partner-modal .partner-modal-content header.partner-modal-content-header-has-image img {
    position: relative;
    top: auto;
    transform: none;
    -ms-transform: none;
  }
}
@media all and (max-width: 639px) and (min-width: 0px) {
  .partner-modal .partner-modal-header {
    height: 106px;
  }

  .partner-modal .partner-modal-header .close-partner-modal {
    top: 20px;
    right: 20px;
  }

  .partner-modal .partner-modal-content {
    padding: 20px;
  }

  .partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member {
    padding: 20px;
  }

  .partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image {
    padding: 20px;
    height: auto;
  }

  .partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image .partner-person-text {
    height: auto;
  }
  .partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image .partner-person-text .partner-person-text-inner {
    position: relative;
    top: auto;
    transform: none;
    -ms-transform: none;
  }

  .partner-modal .partner-modal-content .partner-team .partner-team-members section .partner-team-member.partner-team-member-has-image img {
    display: none;
  }
}
.page-block-team section {
  padding: 0 0 45px 0;
}
.page-block-team section .team-member {
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 35px 80px 44px 44px;
  position: relative;
  min-height: 322px;
  height: 322px;
}
.page-block-team section .team-member.team-member-has-image {
  padding: 0 80px 0 385px;
}
.page-block-team section .team-member.team-member-has-image img {
  position: absolute;
  top: 0px;
  display: block;
  left: 0px;
  width: 322px;
  height: 322px;
}
.page-block-team section .team-member article {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-block-team section .team-member article h2 {
  font-size: 29px;
  line-height: 35px;
  margin: 0 0 4px 0;
}
.page-block-team section .team-member article h3 {
  font-weight: bold;
  font-size: 15px;
  color: #543062;
  color: #5C5C5C;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  letter-spacing: 1.8px;
}
.page-block-team section .team-member article p {
  margin: 0 0 22px 0;
}
.page-block-team section .team-member article .button {
  display: inline-block;
}
.page-block-team section .team-member article .contact-details .contact-detail {
  display: inline-block;
  padding: 0 0 0 33px;
  margin: 0 60px 0 0;
  background: url(../images/icon-team-phone.svg) no-repeat left center;
  font-size: 18px;
  line-height: 29px;
}
.page-block-team section .team-member article .contact-details .contact-detail.contact-detail-email {
  background-image: url(../images/icon-team-email.svg);
}
.page-block-team section .team-member article .contact-details .contact-detail a {
  text-decoration: underline;
}

.team-modal {
  background: #FFF !important;
  padding: 0 0 0 322px;
}
.team-modal .close-team-modal {
  position: absolute;
  top: 45px;
  right: 52px;
  width: 20px;
  height: 20px;
  background: url(../images/team-modal-close.svg) no-repeat;
  display: block;
  text-indent: -9999px;
}
.team-modal .team-modal-left {
  width: 322px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/team-modal-back.png) no-repeat left 322px #543062;
}
.team-modal .team-modal-left img {
  width: 322px;
  height: 322px;
  display: block;
}
.team-modal .team-modal-content {
  text-align: left;
  padding: 64px 70px 64px 64px;
}
.team-modal .team-modal-content header {
  margin: 0 0 32px 0;
}
.team-modal .team-modal-content header .team-modal-header-wrapper img {
  display: none;
}
.team-modal .team-modal-content header h2 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  color: #000;
  margin: 0 0 4px 0;
}
.team-modal .team-modal-content header h5 {
  font-weight: bold;
  font-size: 15px;
  color: #543062;
  text-transform: uppercase;
  margin: 0 0 45px 0;
  letter-spacing: 1.8px;
}
.team-modal .team-modal-content header .contact-details .contact-detail {
  display: inline-block;
  padding: 0 0 0 33px;
  margin: 0 60px 0 0;
  background: url(../images/icon-team-phone.svg) no-repeat left center;
  font-size: 18px;
  line-height: 29px;
}
.team-modal .team-modal-content header .contact-details .contact-detail.contact-detail-email {
  background-image: url(../images/icon-team-email.svg);
}
.team-modal .team-modal-content header .contact-details .contact-detail a {
  text-decoration: underline;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-team section .team-member {
    height: auto;
    min-height: 0px;
  }
  .page-block-team section .team-member article {
    top: auto;
    -ms-transform: none;
    transform: none;
  }

  .page-block-team section .team-member.team-member-has-image {
    padding: 32px 32px 32px 240px;
  }
  .page-block-team section .team-member.team-member-has-image img {
    width: 180px;
    height: 180px;
    top: 32px;
    left: 32px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-team section .team-member article h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-block-team section .team-member article h5 {
    margin: 0 0 10px 0;
  }

  .page-block-team section .team-member.team-member-has-image {
    padding: 140px 24px 24px 24px;
  }
  .page-block-team section .team-member.team-member-has-image img {
    width: 102px;
    height: 102px;
    top: 20px;
    left: 20px;
  }

  .team-modal {
    padding: 0px;
    border: 24px solid rgba(0, 0, 0, 0.78);
  }
  .team-modal .close-team-modal {
    right: 20px;
    top: 20px;
  }
  .team-modal .team-modal-left {
    display: none;
  }
  .team-modal .team-modal-content {
    padding: 48px 24px 24px 24px;
  }
  .team-modal .team-modal-content header .team-modal-header-wrapper {
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .team-modal .team-modal-content header .team-modal-header-wrapper img {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
  }
  .team-modal .team-modal-content header .team-modal-header-wrapper h2 {
    padding: 16px 0 0 0;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  .team-modal .team-modal-content header .team-modal-header-wrapper h5 {
    margin: 0px;
  }
  .team-modal .team-modal-content header .contact-details .contact-detail {
    font-size: 14px;
  }
}
body.page-template-page-contact #site-wrapper {
  background: url(../images/contact-icons-back.png) no-repeat center 796px #FFF;
  background-size: 1431px auto;
}

#contact-banner {
  position: relative;
}
#contact-banner .contact-banner-background {
  background: none no-repeat center center;
  background-size: cover;
  height: 650px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}
#contact-banner .container {
  height: 330px;
}
#contact-banner .container .contact-banner-text {
  position: absolute;
  width: 494px;
  height: 207px;
  padding: 0 20px 0 73px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contact-banner .container .contact-banner-text:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #5CC6CB;
  clip-path: polygon(1% 13%, 97% 8%, 96% 96%, 0 100%);
  -webkit-clip-path: polygon(1% 13%, 97% 8%, 96% 96%, 0 100%);
  content: "";
  position: absolute;
  top: 24px;
  left: -20px;
  top: 0px;
  left: 0px;
}
#contact-banner .container .contact-banner-text:after {
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  clip-path: polygon(5% 0, 99% 2%, 100% 91%, 5% 94%);
  -webkit-clip-path: polygon(5% 0, 99% 2%, 100% 91%, 5% 94%);
  content: "";
  position: absolute;
}
#contact-banner .container .contact-banner-text .contact-banner-text-inner {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 142px;
  z-index: 1;
}
#contact-banner .container .contact-banner-text h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #543062;
  letter-spacing: -0.25px;
  margin: 0 0 24px 0;
}
#contact-banner .container .contact-banner-text p {
  font-size: 18px;
  line-height: 29px;
}

.page-block-contact-form {
  position: relative;
  margin: 0 0 80px 0;
  z-index: 10;
}
.page-block-contact-form .container {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  padding: 42px 57px 51px 57px;
}
.page-block-contact-form .container article h2 {
  margin: 0 0 32px 0;
}
.page-block-contact-form .container .contact-form-holder {
  width: 54%;
  float: left;
}
.page-block-contact-form .container .contact-form-success {
  width: 54%;
  float: left;
  display: none;
}
.page-block-contact-form .container .contact-details-holder {
  float: left;
  width: 46%;
  padding: 0 0 0 77px;
}
.page-block-contact-form .container .contact-details-holder .contact-detail {
  display: block;
  padding: 0 0 0 33px;
  margin: 0 0 29px 0;
  background: url(../images/icon-contact-details-phone.svg) no-repeat left center;
  font-size: 18px;
  line-height: 29px;
}
.page-block-contact-form .container .contact-details-holder .contact-detail.contact-detail-email {
  background-image: url(../images/icon-contact-details-email.svg);
}
.page-block-contact-form .container .contact-details-holder .contact-detail.contact-detail-address {
  background-image: url(../images/icon-contact-details-address.svg);
  background-position: left top;
}
.page-block-contact-form .container .contact-details-holder .contact-detail.contact-detail-twitter {
  background-image: url(../images/icon-contact-details-twitter.svg);
}
.page-block-contact-form .container .contact-details-holder .contact-detail a {
  text-decoration: underline;
}

#site-wrapper .page-block-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#site-wrapper .page-block-contact-form .gform_wrapper textarea {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}

#site-wrapper .page-block-contact-form .gform_wrapper textarea {
  height: 202px;
}

.page-block-visit-us {
  padding: 0 0 5px 0;
}
.page-block-visit-us article h2 {
  margin: 0 0 36px 0;
}
.page-block-visit-us .visit-us-columns {
  margin: 0 -50px;
}
.page-block-visit-us .visit-us-columns article {
  float: left;
  width: 50%;
  padding: 0 50px;
}
.page-block-visit-us .visit-us-columns article p {
  margin: 0 0 24px 0;
}
.page-block-visit-us .visit-us-columns article .contact-detail-address {
  background: url(../images/icon-contact-details-address.svg) no-repeat left top;
  padding: 0 0 0 33px;
  font-size: 18px;
  line-height: 29px;
  margin: 33px 0 0 0;
}

.page-block-contact-map {
  position: relative;
}
.page-block-contact-map:before {
  height: 112px;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.page-block-contact-map #contact-map {
  width: 100%;
  height: 665px;
  display: block;
  margin: 0px;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  #contact-banner .contact-banner-background {
    height: 600px;
  }

  .page-block-contact-form .container {
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #contact-banner {
    position: relative;
    margin: 0 0 30px 0;
  }
  #contact-banner .contact-banner-background {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  }
  #contact-banner .container .contact-banner-text {
    top: auto;
    bottom: 30px;
    width: calc(100% - 40px);
    height: auto;
    padding: 20px 20px 40px 43px;
    transform: none;
    -ms-transform: none;
    position: absolute;
    max-width: 400px;
  }
  #contact-banner .container .contact-banner-text .contact-banner-text-inner {
    transform: none;
    -ms-transform: none;
    height: auto;
    top: auto;
  }
  #contact-banner .container .contact-banner-text .contact-banner-text-inner h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 10px 0;
  }
  #contact-banner .container .contact-banner-text .contact-banner-text-inner p {
    font-size: 14px;
    line-height: 22px;
  }

  .page-block-contact-form .container {
    margin: 0 32px;
    padding: 40px 40px 40px 40px;
  }
  .page-block-contact-form .container .contact-form-holder,
.page-block-contact-form .container .contact-form-success,
.page-block-contact-form .container .contact-details-holder {
    padding: 0px;
    float: none;
    width: auto;
  }
  .page-block-contact-form .container .contact-details-holder {
    padding-top: 66px;
  }

  .page-block-visit-us .visit-us-columns {
    margin: 0px;
  }
  .page-block-visit-us .visit-us-columns article {
    float: none;
    width: auto;
    padding: 0 0 32px 0;
  }
  .page-block-visit-us .visit-us-columns article .contact-detail-address {
    font-size: 14px;
    line-height: 23px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-contact-form .container {
    margin: 0 20px;
    padding: 20px;
  }

  .page-block-contact-map #contact-map {
    height: 455px;
  }

  .page-block-contact-map:before {
    height: 52px;
  }

  .page-block-contact-form .container .contact-details-holder .contact-detail {
    font-size: 14px;
    line-height: 20px;
  }
}
body.page-template-page-resources .page-header {
  height: 305px;
  padding: 93px 0 0 0;
}

body.page-template-page-useful-links .page-header {
  height: 305px;
  padding: 93px 0 0 0;
}

#site-wrapper .filter-form {
  margin: -112px 0 0 0;
  position: relative;
}
#site-wrapper .filter-form .container {
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.16);
}
#site-wrapper .filter-form .container .filter-search {
  background: #FFFFFF;
  position: relative;
  z-index: 10;
  padding: 45px 68px 35px 53px;
}
#site-wrapper .filter-form .container .filter-search h5 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
  margin: 0 0 16px 0;
}
#site-wrapper .filter-form .container .filter-search .filter-search-holder {
  padding: 0 0 0 0;
  position: relative;
}
#site-wrapper .filter-form .container .filter-search .filter-search-holder input[type=text] {
  width: 100%;
  height: 58px;
  padding: 17px 20px 20px 57px;
  border-color: #FBFBFB;
  background-color: #FBFBFB;
  border-radius: 0 0 3px 3px;
  background-image: url(../images/icon-search-grey.svg);
  background-repeat: no-repeat;
  background-position: 20px 16px;
}
#site-wrapper .filter-form .container .filter-search .filter-search-holder input[type=submit] {
  display: block;
  background: #543062;
  border: none;
  line-height: 58px;
  height: 58px;
  width: 175px;
  font-size: 15px;
  letter-spacing: 1.34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  z-index: 10;
}
#site-wrapper .filter-form .container .filter-search .filter-search-holder input[type=submit]:hover {
  background: #2C8287;
}
#site-wrapper .filter-form .container .filter-lists {
  background: #FBFBFB;
  padding: 15px 53px;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row {
  margin: 0 -25px;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list {
  padding: 0 25px;
  display: inline-block;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list .select-field {
  width: auto;
  border-color: #FBFBFB;
  display: inline-block;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list .select-field:before {
  right: 0px;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list .select-field select {
  position: relative;
  padding-left: 0px;
  padding-right: 20px;
  font-weight: bold;
  font-weight: normal;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list:hover .select-field:before {
  background-image: url(../images/select-arrow-purple.svg);
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list:hover .select-field select {
  color: #543062;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list.filter-list-activity-type {
  width: 195px;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list.filter-list-activity-themes {
  width: 224px;
}
#site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list.filter-list-hosted-by {
  width: 170px;
}

.page-block-select-resource-category {
  padding: 50px 0 42px 0;
}
.page-block-select-resource-category header h3 {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 29px 0;
}
.page-block-select-resource-category .resource-categories {
  margin: 0 -31px;
}
.page-block-select-resource-category .resource-categories li {
  display: block;
  float: left;
  width: 14.2857143%;
  padding: 0 31px 42px 31px;
  text-align: center;
}
.page-block-select-resource-category .resource-categories li .resource-category-icon {
  display: block;
  width: 117px;
  height: 117px;
  border-radius: 100%;
  background: none no-repeat center center #F5F5F5;
  margin: 0 auto 11px auto;
}
.page-block-select-resource-category .resource-categories li .resource-category-title {
  font-size: 18px;
  line-height: 23px;
  color: #543062;
  margin: 0 -31px;
  display: block;
}

.page-block-resources {
  padding: 0 0 80px 0;
}
.page-block-resources header h3 {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 34px 0;
}
.page-block-resources header h3 strong {
  color: #5C5C5C;
}
.page-block-resources .resources section {
  margin: 0 0 45px 0;
}
.page-block-resources .resources section .resource {
  display: block;
  background: #FFF;
  position: relative;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
}
.page-block-resources .resources section .resource .resource-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  float: left;
  width: 27%;
  height: 100%;
  text-align: center;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-resources .resources section .resource .resource-image img {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
.page-block-resources .resources section .resource .resource-details {
  float: right;
  width: 73%;
  padding: 34px 44px 34px 40px;
}
.page-block-resources .resources section .resource .resource-details h3 {
  font-size: 29px;
  line-height: 35px;
  margin: 0 0 22px 0;
}
.page-block-resources .resources section .resource .resource-details .resource-link {
  padding: 0 0 0 35px;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 40px 0;
  background: url(../images/icon-link.svg) no-repeat left center;
}
.page-block-resources .resources section .resource .resource-details .resource-link a {
  text-decoration: underline;
}
.page-block-resources .resources section .resource .resource-details p {
  margin: 0 0 27px 0;
}
.page-block-resources .resources section .resource .resource-details .resource-categories-links a {
  display: inline-block;
  padding: 4px 12px;
  background: #543062;
  margin: 0 3px 1px 0;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  font-weight: 600;
}
.page-block-resources.page-block-resources-grid .resources {
  margin: 0 -16px;
}
.page-block-resources.page-block-resources-grid .resources section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.page-block-resources.page-block-resources-grid .resources section:nth-child(3n+1) {
  clear: left;
}
.page-block-resources.page-block-resources-grid .resources section .resource {
  padding: 180px 0 0 0;
  position: relative;
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-image {
  height: 180px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-image span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-resources.page-block-resources-grid .resources section .resource:hover .resource-image span {
  transform: scale(1.2);
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-details {
  padding: 25px 32px 120px 32px;
  min-height: 314px;
  float: none;
  width: auto;
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-details h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 10px 0;
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-details p {
  font-size: 14px;
  line-height: 24px;
  color: #5C5C5C;
  margin: 0px;
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-details .button {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-details .button:hover {
  background: #2C8287;
  color: #FFF;
}
.page-block-resources.page-block-resources-grid .resources section .resource .resource-details .resource-categories-links {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 10;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  body.page-template-page-resources .page-header {
    height: 263px;
  }

  body.page-template-page-useful-links .page-header {
    height: 263px;
  }

  #site-wrapper .filter-form .container {
    margin: 0 32px;
    padding: 0px;
  }

  .page-block-select-resource-category .resource-categories {
    margin: 0px;
  }
  .page-block-select-resource-category .resource-categories li {
    padding: 0 0 38px 0;
  }
  .page-block-select-resource-category .resource-categories li .resource-category-icon {
    width: 98px;
    height: 98px;
  }
  .page-block-select-resource-category .resource-categories li .resource-category-title {
    font-size: 14px;
    line-height: 19px;
    margin: 0px;
  }

  #site-wrapper .filter-form {
    margin-top: -62px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-select-resource-category .resource-categories {
    margin: 0px;
    text-align: center;
  }
  .page-block-select-resource-category .resource-categories li {
    width: 25%;
    float: none;
    display: inline-block;
  }

  .page-block-resources.page-block-resources-grid .resources section {
    width: 50%;
  }
  .page-block-resources.page-block-resources-grid .resources section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-resources.page-block-resources-grid .resources section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #site-wrapper .filter-form .container {
    margin: 0 20px;
  }
  #site-wrapper .filter-form .container .filter-search {
    padding: 62px 36px 36px 36px;
  }
  #site-wrapper .filter-form .container .filter-search h5 {
    font-size: 23px;
    line-height: 29px;
    margin: 0 0 48px 0;
  }
  #site-wrapper .filter-form .container .filter-search .filter-search-holder {
    padding: 0px;
  }
  #site-wrapper .filter-form .container .filter-search .filter-search-holder input[type=text] {
    margin: 0 0 16px 0;
    border-radius: 3px;
  }
  #site-wrapper .filter-form .container .filter-search .filter-search-holder input[type=submit] {
    width: 100%;
    display: block;
    position: relative;
    right: auto;
    top: auto;
  }
  #site-wrapper .filter-form .container .filter-lists {
    padding: 19px 36px 8px 36px;
  }
  #site-wrapper .filter-form .container .filter-lists .filter-lists-row {
    margin: 0px;
  }
  #site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list {
    float: none;
    margin: 0 0 16px 0;
    padding: 0px;
    width: 100% !important;
    display: block;
  }
  #site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list .select-field {
    width: 100%;
    border: 1px solid rgba(92, 92, 92, 0.11);
    background: #FFFFFF;
  }
  #site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list .select-field:before {
    right: 19px;
  }
  #site-wrapper .filter-form .container .filter-lists .filter-lists-row .filter-list .select-field select {
    padding: 8px 60px 8px 13px;
    font-weight: normal;
  }

  .page-block-select-resource-category .resource-categories li {
    width: 33.3%;
  }

  .page-block-resources .resources section .resource .resource-details h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 9px 0;
  }
  .page-block-resources .resources section .resource .resource-details .resource-link {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 22px 0;
  }
  .page-block-resources .resources section .resource .resource-details p {
    margin: 0 0 22px 0;
  }

  .page-block-resources.page-block-resources-grid .resources section {
    width: auto;
    float: none;
    padding-bottom: 0px;
  }
  .page-block-resources.page-block-resources-grid .resources section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-resources.page-block-resources-grid .resources section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-resources.page-block-resources-grid .resources section .resource .resource-details {
    min-height: 0px;
  }
}
@media all and (max-width: 639px) and (min-width: 0px) {
  .page-block-select-resource-category .resource-categories li {
    width: 50%;
  }

  #site-wrapper .filter-form .container {
    margin: 0 10px;
  }
  #site-wrapper .filter-form .container .filter-search {
    padding: 20px;
  }
  #site-wrapper .filter-form .container .filter-search h5 {
    margin: 0 0 16px 0;
  }
  #site-wrapper .filter-form .container .filter-lists {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-block-resources .resources section .resource .resource-image {
    height: 300px;
    float: none;
    width: auto;
    position: relative;
  }
  .page-block-resources .resources section .resource .resource-image-logo {
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 24px;
  }
  .page-block-resources .resources section .resource .resource-image-logo img {
    top: auto;
    -ms-transform: none;
    transform: none;
  }
  .page-block-resources .resources section .resource .resource-details {
    float: none;
    width: auto;
    padding: 24px;
  }
}
.mfp-content #announcement-modal-content {
  padding: 50px 48px 32px 48px;
}
.mfp-content #announcement-modal-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 28px 0;
}
.mfp-content #announcement-modal-content form {
  position: relative;
}
.mfp-content #announcement-modal-content form label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.mfp-content #announcement-modal-content form br {
  display: none;
}
.mfp-content #announcement-modal-content form input[type=email] {
  background: #f5f5f5;
  border: none;
  height: 64px;
  padding: 19px 120px 19px 28px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 12px 0;
  border: none;
  color: #595959;
  border-radius: 0px;
}
.mfp-content #announcement-modal-content form input[type=email]:focus {
  box-shadow: 0 0 0 3px #2C8287;
}
.mfp-content #announcement-modal-content form input[type=submit] {
  position: absolute;
  top: 34px;
  right: 8px;
  z-index: 10;
  height: 48px;
  padding: 14px 14px 15px 14px;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.mfp-content #announcement-modal-content form input[type=submit]:focus {
  box-shadow: 0 0 0 3px #2C8287;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox {
  position: relative;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 28px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox label a {
  text-decoration: underline;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  content: "";
  border: 2px solid #543062;
  border-radius: 2px;
  display: block;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox label:active, .mfp-content #announcement-modal-content form .newsletter-checkbox label:focus {
  outline: none;
  box-shadow: 0 0 0 3px #2C8287;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox input:checked + label:before {
  background: url(../images/checkbox-white.svg) no-repeat center center #FFF;
}
.mfp-content #announcement-modal-content form .newsletter-checkbox input:focus + label:before,
.mfp-content #announcement-modal-content form .newsletter-checkbox input:active + label:before {
  outline: none;
  box-shadow: 0 0 0 3px #2C8287;
}

#activity-search-banner {
  background: #F6F6F6;
  position: relative;
}
#activity-search-banner .container {
  position: relative;
  text-align: center;
  padding: 150px 20px 150px 20px;
}
#activity-search-banner h1 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
#activity-search-banner h3 {
  font-size: 36px;
  line-height: 52px;
  margin: 0 0 35px 0;
  font-weight: 600;
  color: #543062;
}
#activity-search-banner form {
  margin: 0 auto 58px auto;
  max-width: 575px;
  position: relative;
}
#activity-search-banner form input[type=text] {
  height: 56px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 18px 20px 18px 20px;
}
#activity-search-banner form .autocomplete {
  position: absolute;
  display: none;
  top: 53px;
  left: 0px;
  width: 100%;
  padding: 3px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 3px 3px;
}
#activity-search-banner form .autocomplete li a {
  display: block;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #EEE;
  font-weight: 600;
  text-decoration: underline;
}
#activity-search-banner form .autocomplete li a:hover {
  color: #2C8287;
}
#activity-search-banner form .no-schools-found {
  position: absolute;
  display: none;
  top: 53px;
  left: 0px;
  width: 100%;
  padding: 3px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 3px 3px;
  text-align: left;
  padding: 26px 26px 32px 26px;
}
#activity-search-banner form .no-schools-found h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #000;
}
#activity-search-banner form .no-schools-found p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 7px;
  font-weight: normal;
}
#activity-search-banner form .no-schools-found p a {
  color: #553062;
  text-decoration: underline;
}
#activity-search-banner form .no-schools-found p a:hover {
  color: #2C8287;
}
#activity-search-banner form .button {
  border-radius: 0 3px 3px 0;
  height: 56px;
  padding: 18px 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
#activity-search-banner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
#activity-search-banner p .arrow-link {
  margin-top: 10px;
}
#activity-search-banner.searched .container {
  padding: 68px 20px;
}
#activity-search-banner.searched form {
  margin-bottom: 0px;
}

@media all and (min-height: 970px) {
  #activity-search-banner.no-filters {
    height: calc(100vh - 278px - 195px);
  }
  #activity-search-banner.no-filters .container {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.show-activities-filter {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 61px;
  height: 61px;
  border-radius: 100%;
  background: #FFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.show-activities-filter svg {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

body.page-template-page-activities-for-all #page-banner {
  margin: 0 0 42px 0;
  padding: 0 0 60px 0;
}
body.page-template-page-activities-for-all #page-banner .page-banner-text p {
  padding: 10px 0 0 0;
}
body.page-template-page-activities-for-all #page-banner .container {
  height: 553px;
}
body.page-template-page-activities-for-all #page-banner .page-banner-background {
  height: 553px;
}
body.page-template-page-activities-for-all #page-banner .is-in-partnership {
  position: absolute;
  bottom: -60px;
  right: 0px;
  width: 393px;
  text-align: center;
  background: #F6F6F6;
  padding: 48px;
}
body.page-template-page-activities-for-all #page-banner .is-in-partnership h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px 0;
}
body.page-template-page-activities-for-all #page-banner .is-in-partnership p {
  font-size: 14px;
  line-height: 24px;
  color: #5C5C5C;
  margin: 0 0 32px 0;
}

.activities-for-all-intro {
  padding: 0 0 56px 0;
}
.activities-for-all-intro article {
  padding: 0 212px;
}
.activities-for-all-intro article h2 {
  margin: 0 0 12px 0;
}

.page-block-external-links {
  padding: 0 0 96px 0;
}
.page-block-external-links .external-links {
  margin: 0 -16px;
}
.page-block-external-links section {
  padding: 0 16px 32px 16px;
  float: left;
  width: 50%;
}
.page-block-external-links section .external-link {
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: block;
  overflow: hidden;
  padding: 32px 42px 40px 32px;
}
.page-block-external-links section .external-link h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 14px 0;
}
.page-block-external-links section .external-link p {
  font-size: 14px;
  line-height: 24px;
  color: #5C5C5C;
  margin: 0 0 26px 0;
}
.page-block-external-links section .external-link .button {
  display: block;
  float: left;
}
.page-block-external-links section .external-link .button svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  position: relative;
  top: -2px;
}
.page-block-external-links section:nth-child(2n+1) {
  clear: left;
}

.is-in-partnership-mobile {
  display: none;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  body.page-template-page-activities-for-all #page-banner .is-in-partnership {
    right: 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  body.page-template-page-activities-for-all #page-banner {
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  body.page-template-page-activities-for-all #page-banner .container,
body.page-template-page-activities-for-all #page-banner .page-banner-background {
    height: 323px;
  }
  body.page-template-page-activities-for-all #page-banner .is-in-partnership {
    display: none;
  }

  .is-in-partnership-mobile {
    display: block;
    text-align: center;
    background: #F6F6F6;
    padding: 48px;
    margin: 0 20px 48px 20px;
  }
  .is-in-partnership-mobile h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }
  .is-in-partnership-mobile p {
    font-size: 14px;
    line-height: 24px;
    color: #5C5C5C;
    margin: 0 0 32px 0;
  }

  .activities-for-all-intro article {
    padding: 0px;
  }

  .page-block-external-links section {
    width: 50%;
  }
  .page-block-external-links section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-external-links section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-external-links section {
    width: auto;
    float: none;
  }
}
#activities-search {
  padding: 56px 0 124px 0;
}
#activities-search .activities-search-left {
  float: left;
  width: 75%;
}
#activities-search .activities-search-left header {
  margin: 0 0 27px 0;
}
#activities-search .activities-search-left header h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  float: left;
}
#activities-search .activities-search-left header .sort-by {
  float: right;
  margin: -8px 0 -8px 0;
}
#activities-search .activities-search-left header .sort-by .select-field {
  width: 172px;
  border: none;
  background: transparent;
}
#activities-search .activities-search-left header .sort-by .select-field select {
  text-align: right;
  font-size: 16px;
  padding-left: 0px;
}
#activities-search .activities-search-left header .sort-by .select-field:before {
  right: 0px;
  margin: -6px 0 0 0;
  background: url(../images/filter-arrow-down.svg) no-repeat center center;
}
#activities-search .activities-search-left section {
  margin: 0 0 32px 0;
}
#activities-search .activities-search-left .load-more {
  padding: 18px 0 0 0;
  text-align: center;
}
#activities-search .activities-search-left .load-more .button-bordered {
  color: #5C5C5C;
  border-color: #5C5C5C;
}
#activities-search .activities-search-left .load-more .button-bordered:hover {
  border-color: #543062;
  background: #543062;
  color: #FFF;
}
#activities-search .activities-search-left .has-another-page {
  display: none;
}
#activities-search .share-item-page {
  position: absolute;
  top: 10px;
  z-index: 10;
  right: 0px;
}
#activities-search .share-item-page .share-item-link {
  padding: 0 0 0 24px;
  font-size: 14px;
  line-height: 18px;
  color: #5C5C5C;
  font-weight: 500;
  position: relative;
}
#activities-search .share-item-page .share-item-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
#activities-search .share-item-page .share-item-link:hover {
  color: #543062;
}
#activities-search .activities-search-right {
  float: left;
  width: 25%;
  padding: 10px 0 0 32px;
  position: relative;
}
#activities-search .activities-search-right header {
  position: relative;
}
#activities-search .activities-search-right header .back-link,
#activities-search .activities-search-right header .reset-results {
  display: none;
}
#activities-search .activities-search-right header h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 19px 0;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-search {
  position: relative;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #E9E9E9;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-search input[type=text] {
  background: #F5F5F5;
  padding: 19px 60px 19px 22px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  line-height: 20px;
  height: 58px;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-search .search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  line-height: 60px;
  z-index: 1;
  text-align: center;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-search .search-button svg {
  position: relative;
  top: 2px;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field {
  border-bottom: 1px solid #E9E9E9;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field h5 {
  padding: 20px 0 20px 0;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field h5:before {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 20px;
  margin: -10px 0 0 0;
  background: url(../images/filter-arrow-down.svg) no-repeat center center;
  content: "";
  display: block;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul {
  position: relative;
  display: none;
  margin: -9px 0 12px 0;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul li {
  position: relative;
  padding: 2px 0;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul li input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul li label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0;
  color: #5C5C5C;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul li label:before {
  position: absolute;
  top: 2px;
  left: -31px;
  width: 31px;
  height: 24px;
  background: url(../images/filter-tick.svg) no-repeat left center;
  opacity: 0;
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul li label:hover {
  color: #543062;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul li input:checked + label {
  padding-left: 31px;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field ul li input:checked + label:before {
  left: 0px;
  opacity: 1;
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field.active h5:before {
  background-image: url(../images/filter-arrow-up.svg);
}
#activities-search .activities-search-right .activities-filter-form .activities-filter-form-field.active ul {
  display: block;
}
#activities-search .activities-search-right .activities-filter-form .reset-filters-holder {
  text-align: center;
  padding: 29px 0 0 0;
}
#activities-search .activities-search-right .activities-filter-form .reset-filters {
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #543062;
}
#activities-search .activities-search-right .button-apply-filters {
  display: none;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  #activities-search .activities-search-left {
    width: 70%;
  }
  #activities-search .activities-search-right {
    width: 30%;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .show-activities-filter {
    display: block;
  }

  #activity-search-banner {
    padding: 60px 0 114px 0;
  }
  #activity-search-banner h3 {
    font-size: 26px;
    line-height: 36px;
  }
  #activity-search-banner form {
    margin-bottom: 64px;
  }
  #activity-search-banner form input[type=text] {
    margin: 0 0 16px 0;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 20px;
  }
  #activity-search-banner form .button {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  #activity-search-banner .arrow-link {
    padding: 0 0 25px 0;
    font-size: 16px;
    line-height: 19px;
    display: block;
    text-align: center;
    background-position: center bottom;
  }
  #activity-search-banner.searched {
    padding: 64px 0;
  }
  #activity-search-banner.searched form {
    margin-bottom: 0px;
  }

  .activity-card .activity-card-actions {
    top: 16px;
    right: 16px;
  }

  #activities-search {
    padding: 32px 0 60px 0;
  }
  #activities-search .activities-search-left {
    width: auto;
    float: none;
  }
  #activities-search .activities-search-left header {
    margin: 0px;
  }
  #activities-search .activities-search-left header h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 8px 0;
  }
  #activities-search .share-item-page {
    margin: 0 0 32px 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: none;
  }
  #activities-search .share-item-page .share-item-list {
    right: auto;
    left: 0px;
  }
  #activities-search .activities-search-right {
    display: none;
    background: #FFF;
    z-index: 1000;
    width: 100%;
    top: 0px;
    left: 0px;
    float: none;
    position: fixed;
    padding: 72px 0 52px 0;
    height: calc(100vh);
    z-index: 100;
  }
  #activities-search .activities-search-right header {
    background: #543062;
    height: 72px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  #activities-search .activities-search-right header h5 {
    color: #FFF;
    font-size: 16px;
    line-height: 72px;
    text-align: center;
  }
  #activities-search .activities-search-right header .back-link {
    position: absolute;
    height: 72px;
    width: 60px;
    background: url(../images/mobile-filters-arrow.svg) no-repeat center center;
    display: block;
    top: 0px;
    left: 0px;
    text-indent: -9999px;
  }
  #activities-search .activities-search-right header .reset-results {
    line-height: 72px;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 20px;
    display: block;
  }
  #activities-search .activities-search-right form {
    height: calc(100vh - 124px);
    overflow: auto;
    padding: 32px 20px 40px 20px;
  }
  #activities-search .activities-search-right .button-apply-filters {
    padding: 16px 0;
    text-align: center;
    display: block;
    height: 52px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1.42px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #activity-search-banner .container {
    text-align: left;
  }
  #activity-search-banner .container p {
    text-align: center;
  }
  #activity-search-banner form {
    max-width: none;
  }
}
.activities-no-search-results h5 {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #553062;
  margin: 0 0 16px 0;
}
.activities-no-search-results h2 {
  margin: 0 0 19px 0;
  font-size: 28px;
}
.activities-no-search-results p {
  font-size: 18px;
  line-height: 26px;
  max-width: 670px;
  margin: 0 0 32px 0 !important;
}
.activities-no-search-results .button {
  display: block;
  float: left;
}

.back-bar {
  background: #FFF;
  padding: 32px 0;
}
.back-bar a {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.24px;
  font-weight: bold;
  color: #000;
  background: url(../images/icon-back.svg) no-repeat left center;
  padding: 0 0 0 35px;
  text-transform: uppercase;
}
.back-bar a:hover {
  color: #2C8287;
  background-image: url(../images/icon-back-green.svg);
}

.activity-header-bar {
  background: #FFFFFF;
  position: fixed;
  top: -200px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  left: 0px;
  width: 100%;
  z-index: 100;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
.activity-header-bar .container {
  padding: 0 260px 0 0;
  position: relative;
}
.activity-header-bar .button {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -28px 0 0 0;
}
.activity-header-bar .button svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.activity-header-bar h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 13px 0;
}

body.show-activity-header-bar .activity-header-bar {
  opacity: 1;
  display: block;
  top: 0px;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  .activity-header-bar .container {
    margin: 0 32px;
  }
}
#activity-banner {
  position: relative;
  padding: 263px 0 0 0;
}
#activity-banner .activity-banner-background {
  background: none no-repeat center center #f6f6f6;
  background-size: cover;
  height: 533px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}
#activity-banner .activity-header {
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 64px;
  position: relative;
}
#activity-banner .activity-header .activity-header-actions {
  position: absolute;
  top: 24px;
  right: 20px;
}
#activity-banner .activity-header .activity-header-actions .share-item {
  display: block;
  float: left;
  margin: 0 32px 0 0;
}
#activity-banner .activity-header .activity-header-actions .share-item .share-item-link {
  font-size: 14px;
  line-height: 22px;
}
#activity-banner .activity-header .activity-header-actions .share-item .share-item-link span {
  vertical-align: top;
  display: inline-block;
  padding: 0 0 0 10px;
  font-weight: 600;
}
#activity-banner .activity-header .activity-header-actions a {
  color: #5c5c5c;
}
#activity-banner .activity-header .activity-header-actions a:hover {
  color: #543062;
}
#activity-banner .activity-header .activity-header-actions .favourite-item {
  font-size: 14px;
  line-height: 22px;
  float: left;
}
#activity-banner .activity-header .activity-header-actions .favourite-item span {
  vertical-align: top;
  display: inline-block;
  padding: 0 0 0 10px;
  font-weight: 600;
}
#activity-banner .activity-header .activity-header-actions .favourite-item svg {
  display: none;
}
#activity-banner .activity-header .activity-header-actions .favourite-item .off {
  display: inline-block;
}
#activity-banner .activity-header .activity-header-actions .favourite-item.active .on {
  display: inline-block;
}
#activity-banner .activity-header .activity-header-actions .favourite-item.active .off {
  display: none;
}
#activity-banner .activity-header h5 {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5c5c5c;
  margin: 0 0 10px 0;
}
#activity-banner .activity-header h1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  margin: 0px;
}
#activity-banner .activity-header .button {
  margin: 37px 0 0 0;
  display: block;
  float: left;
}
#activity-banner .activity-header .button svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.activity-content {
  padding: 81px 0 80px 0;
}
.activity-content .container .activity-content-left {
  float: left;
  width: 68%;
  padding: 0 32px 0 0;
}
.activity-content .container article ul.activity-meta {
  margin: 0 0 0px -32px;
}
.activity-content .container article ul.activity-meta li {
  padding: 0 32px 14px 32px;
  margin: 0px;
}
.activity-content .container article ul.activity-meta li:before {
  display: none;
}
.activity-content .container article h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 30px 0 0 0;
}
.activity-content .container article h4:nth-child(1) {
  padding-top: 0px;
}
.activity-content .container article p {
  margin: 0 0 20px 0;
}
.activity-content .container article .activity-pdfs {
  padding: 30px 0 0 0;
}
.activity-content .container article .activity-pdfs ul {
  margin: 0 -20px;
}
.activity-content .container article .activity-pdfs ul li {
  display: inline-block;
  padding: 0 20px 20px 20px;
  margin: 0px;
}
.activity-content .container article .activity-pdfs ul li:before {
  display: none;
}
.activity-content .container article .activity-pdfs ul li a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.activity-content .container article .activity-pdfs ul li a svg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin: 0 13px 0 0;
}
.activity-content .container .activity-content-right {
  float: right;
  width: 32%;
  padding: 45px 50px 45px 50px;
  background: #F6F6F6;
  margin: 0 0 58px 0;
}
.activity-content .container .activity-content-right h4 {
  padding: 18px 0 0 0;
  margin: 0 0 9px 0;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.activity-content .container .activity-content-right p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.activity-content .activity-schools {
  padding: 26px 0 0 0;
  border-top: 1px solid #F3F3F3;
}

.page-block-related-activities {
  padding: 58px 0 96px 0;
  position: relative;
}
.page-block-related-activities:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 255px;
  background: #F6F6F6;
  content: "";
  display: block;
}
.page-block-related-activities header {
  text-align: center;
  position: relative;
}
.page-block-related-activities header h2 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 31px 0;
}
.page-block-related-activities header .back-link {
  position: absolute;
  top: 12px;
  left: 0px;
}
.page-block-related-activities .related-cards {
  margin: 0 -16px;
}
.page-block-related-activities .related-cards section {
  float: left;
  width: 33.33%;
  padding: 10px 16px;
}

.activity-book-success {
  overflow: hidden;
  display: none;
}
.activity-book-success article {
  padding: 50px 48px 40px 48px;
}
.activity-book-success article h2 {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 14px 0;
}
.activity-book-success article p {
  margin: 0 0 28px 0;
}
.activity-book-success footer {
  background: #FFFFFF;
  box-shadow: 0 -3px 11px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 20px 48px;
}
.activity-book-success footer .button {
  float: right;
}

.activity-book-form header {
  padding: 50px 48px 32px 48px;
  border-bottom: 1px solid #E9E9E9;
}
.activity-book-form header h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  margin: 0 0 14px 0;
}
.activity-book-form header p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}
.activity-book-form .gform_wrapper {
  margin: 0px;
}
.activity-book-form .gform_wrapper form {
  overflow: hidden;
}
.activity-book-form .gform_wrapper form .gform_footer {
  background: #FFFFFF;
  box-shadow: 0 -3px 11px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 20px 48px !important;
  margin: 0px !important;
}
.activity-book-form .gform_wrapper form .gform_footer .button {
  float: right;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label {
  padding: 22px 48px 32px 48px;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield {
  position: relative;
  padding-right: 0px;
  margin: 0 0 40px 0;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield:before {
  position: absolute;
  top: 4px;
  right: 0px;
  font-size: 12px;
  line-height: 15px;
  z-index: 3;
  display: block;
  content: "Optional";
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.gfield_contains_required:before {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.gfield_contains_required span.gfield_required {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .gfield_label,
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield h4 {
  padding-right: 100px;
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 11px 0;
  font-weight: 600;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.gfield_contains_required .gfield_label,
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.gfield_contains_required h4 {
  padding-right: 0px;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield p {
  padding: 3px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 16px 0;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .gfield_description {
  margin: -3px 0 12px 0;
  font-size: 14px;
  line-height: 26px;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.gsection {
  padding: 10px 0 0 0;
  margin: 0 0 22px 0;
  border: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.gsection:before {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.gsection h2 {
  font-size: 20px;
  line-height: 44px;
  margin: 0px;
  font-weight: 600;
  border: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield textarea, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield #site-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  height: 58px;
  background: #f5f5f5;
  padding: 19px 24px;
  line-height: 20px;
  font-size: 16px;
  border-radius: 3px;
  color: #000000;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept {
  padding: 10px 0 0 0;
  margin: 0 0 50px 0;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept .gfield_label {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li {
  position: relative;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li label {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: normal !important;
  padding: 0 0 0 37px;
  cursor: pointer;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li label a {
  text-decoration: underline;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li label:before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #553062;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li label:after {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #553062;
  background: url(../images/checkbox.svg) no-repeat center center #553062;
  content: "";
  display: none;
  top: 0px;
  left: 0px;
  position: absolute;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li input:checked + label:before {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-accept li input:checked + label:after {
  display: block;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-year-groups ul.gfield_checkbox {
  margin: 0 -4px;
  overflow: hidden;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-year-groups ul.gfield_checkbox li {
  position: relative;
  display: block;
  float: left;
  margin: 0px !important;
  padding: 0 4px 5px 4px !important;
  width: auto;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-year-groups ul.gfield_checkbox li input {
  position: absolute;
  left: -9999px;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-year-groups ul.gfield_checkbox li label {
  cursor: pointer;
  padding: 0 22px;
  line-height: 52px;
  display: block;
  max-width: none;
  width: auto;
  float: left;
  background: #FFF;
  border: 2px solid #543062 !important;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #543062;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-year-groups ul.gfield_checkbox li input:checked + label {
  background: #543062;
  color: #FFF;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-activity-email, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-activity-link {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-parking-intro {
  margin: 0 0 21px 0;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-parking-intro:before {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-parking-intro p {
  font-size: 14px;
  line-height: 26px;
  margin: -5px 0 0 0;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-coach-parking-spaces, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-minibus-parking-spaces, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-car-parking-spaces {
  float: left !important;
  clear: none !important;
  width: calc(33.33% - 21.3333333px) !important;
  margin: 0 32px 40px 0 !important;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-coach-parking-spaces:before, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-minibus-parking-spaces:before, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-car-parking-spaces:before {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-coach-parking-spaces .gfield_label, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-minibus-parking-spaces .gfield_label, .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-car-parking-spaces .gfield_label {
  padding-right: 0px;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-car-parking-spaces {
  margin-right: 0px !important;
  clear: right !important;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector {
  position: relative;
  z-index: 10;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector .choose-month {
  display: block;
  border: none;
  height: 58px;
  background: #f5f5f5;
  padding: 19px 24px;
  line-height: 20px;
  font-size: 16px;
  border-radius: 3px;
  color: #000000;
  overflow: hidden;
  position: relative;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector .choose-month:before {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 11px;
  margin: -5.5px 0 0 0;
  background: url(../images/select-arrow-booking.svg) no-repeat;
  content: "";
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul {
  max-height: 200px;
  overflow: auto;
  display: none;
  padding: 0 0 0 25px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 58px;
  left: 0px;
  width: 100%;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul li {
  position: relative;
  border-bottom: 1px solid #F5F5F5;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul li input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul li label {
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 20px 0 20px 37px;
  cursor: pointer;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul li label:before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #553062;
  content: "";
  display: block;
  top: 20px;
  left: 0px;
  position: absolute;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul li label:after {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #553062;
  background: url(../images/checkbox.svg) no-repeat center center #553062;
  content: "";
  display: none;
  top: 20px;
  left: 0px;
  position: absolute;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul li input:checked + label:before {
  display: none;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector ul li input:checked + label:after {
  display: block;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector.active .choose-month:before {
  background-image: url(../images/select-arrow-booking-up.svg);
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .month-selector.active ul {
  display: block;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .ginput_container_select {
  border: none;
  height: 58px;
  background: #f5f5f5;
  padding: 19px 24px;
  line-height: 20px;
  font-size: 16px;
  border-radius: 3px;
  color: #000000;
  overflow: hidden;
  position: relative;
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .ginput_container_select:before {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 11px;
  margin: -5.5px 0 0 0;
  background: url(../images/select-arrow-booking.svg) no-repeat;
  content: "";
}
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .ginput_container_select select,
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield .ginput_container_select select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #5C5C5C;
  height: 58px;
  padding: 19px 24px;
  line-height: 20px;
  font-size: 16px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  .page-block-related-activities .related-cards section {
    width: 50%;
  }
  .page-block-related-activities .related-cards section:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #activity-banner {
    background: #f6f6f6;
    padding: 189px 0 10px 0;
  }
  #activity-banner .activity-banner-background {
    height: 271px;
  }
  #activity-banner .activity-header {
    padding: 36px 32px;
  }
  #activity-banner .activity-header .activity-header-actions {
    top: 16px;
    right: 16px;
  }
  #activity-banner .activity-header .activity-header-actions .share-item {
    margin-right: 22px;
  }
  #activity-banner .activity-header .activity-header-actions .share-item .share-item-link span,
#activity-banner .activity-header .activity-header-actions .favourite-item span {
    display: none;
  }
  #activity-banner .activity-header h5 {
    margin: 0 0 14px 0;
  }
  #activity-banner .activity-header h1 {
    font-size: 20px;
    line-height: 31px;
  }
  #activity-banner .activity-header .button {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 999;
  }

  .activity-content {
    padding: 0 0 40px 0;
  }
  .activity-content .container {
    max-width: 1106px;
  }
  .activity-content .container .activity-content-left {
    float: none;
    padding: 60px 0;
    width: auto;
  }
  .activity-content .container .activity-content-left p {
    font-size: 16px;
    line-height: 26px;
  }
  .activity-content .container .activity-content-right {
    float: none;
    padding: 35px 45px 10px 32px;
    margin: 0 -32px;
    width: auto;
  }
  .activity-content .container .activity-content-right p {
    font-size: 16px;
    line-height: 26px;
  }

  .page-block-related-activities {
    padding: 40px 0 0 0;
  }
  .page-block-related-activities .container {
    margin: 0px;
    padding: 0px;
  }
  .page-block-related-activities header {
    padding: 37px 20px 0 20px;
    margin: 0 0 17px 0;
    text-align: left;
  }
  .page-block-related-activities header h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }
  .page-block-related-activities header .back-link {
    position: absolute;
    top: 0px;
    left: 20px;
  }
  .page-block-related-activities .related-cards {
    overflow: hidden;
    margin: 0 0 40px 0;
    position: relative;
  }
  .page-block-related-activities .related-cards section {
    width: auto;
    float: left;
    padding: 10px 8px 36px 8px;
  }
  .page-block-related-activities .related-cards section:nth-child(1) {
    padding: 10px 8px 36px 20px;
  }
  .page-block-related-activities .related-cards section:nth-child(3) {
    display: block;
  }
  .page-block-related-activities .related-cards .slick-dots {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 5px 0 0 0;
  }
  .page-block-related-activities .related-cards .slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  .page-block-related-activities .related-cards .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 #C1CAD4;
    background: #FFF;
  }
  .page-block-related-activities .related-cards .slick-dots li.slick-active button {
    border: 1px solid #543062;
    background: #543062;
  }
  .page-block-related-activities .related-cards .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;
    display: block;
    text-indent: -9999px;
  }
  .page-block-related-activities .related-cards .slick-arrow.slick-next {
    right: 20px;
    left: auto;
    background-image: url(../images/slick-arrow-right.svg);
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .activity-content .container .activity-content-right {
    float: none;
    padding: 35px 20px 10px 20px;
    margin: 0 -20px;
    width: auto;
  }

  .activity-book-form header {
    padding: 36px 20px 32px 20px;
  }
  .activity-book-form header h2 {
    font-size: 26px;
    margin: 0 0 11px 0;
  }
  .activity-book-form header p {
    font-size: 16px;
    line-height: 28px;
  }
  .activity-book-form .gform_wrapper form ul.gform_fields.top_label {
    padding: 32px 20px;
  }
  .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-coach-parking-spaces,
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-minibus-parking-spaces,
.activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield.field-car-parking-spaces {
    width: 100% !important;
    float: none !important;
    margin: 0 0 40px 0 !important;
    padding: 0px !important;
    clear: both !important;
  }
  .activity-book-form .gform_wrapper form .gform_footer {
    padding: 0px !important;
  }
  .activity-book-form .gform_wrapper form .gform_footer .button {
    display: block;
    width: 100%;
    line-height: 20px !important;
    font-size: 16px !important;
    margin: 0px !important;
    float: none;
  }

  .activity-book-form .gform_wrapper form ul.gform_fields.top_label li.gfield p {
    font-size: 16px;
    line-height: 26px;
  }

  .activity-book-success article {
    height: 100vh;
    padding: 36px 20px;
  }
  .activity-book-success article h2 {
    font-size: 26px;
    margin: 0 0 11px 0;
  }
  .activity-book-success article p {
    font-size: 16px;
    line-height: 28px;
  }
  .activity-book-success footer {
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
  }
  .activity-book-success footer .button {
    width: 100%;
    float: none;
    display: block;
  }
}
@media all and (max-width: 479px) and (min-width: 0px) {
  #activity-banner .activity-header .activity-header-top {
    padding: 20px;
  }

  #activity-banner .activity-header .activity-header-top h1 {
    margin: 0 0 20px 0;
  }

  #activity-banner .activity-header .activity-header-bottom {
    padding: 20px;
  }

  #activity-banner .activity-header .activity-header-bottom .activity-meta {
    margin-bottom: 0px;
  }

  .activity-content .container .activity-content-right {
    padding: 20px;
  }
}
.page-block-under-banner-signposts {
  position: relative;
  margin-top: -86px;
  z-index: 1;
}
.page-block-under-banner-signposts .signposts {
  margin: 0 -38px -28px -38px;
}
.page-block-under-banner-signposts .signposts section {
  float: left;
  width: 33.33%;
  padding: 0 38px 28px 38px;
}
.page-block-under-banner-signposts .signposts section a {
  display: block;
  height: 280px;
  position: relative;
  background: #5CC6CB;
  padding: 148px 20px 0 31px;
}
.page-block-under-banner-signposts .signposts section a .signpost-box-image {
  background: none no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.2;
  filter: grayscale(100%);
}
.page-block-under-banner-signposts .signposts section a .signpost-icon {
  display: block;
  position: absolute;
  top: 29px;
  left: 31px;
  opacity: 0.41;
}
.page-block-under-banner-signposts .signposts section a .signpost-arrow {
  display: block;
  position: absolute;
  top: 32px;
  right: 29px;
  width: 52px;
  height: 28px;
  transition: 0.3s ease-in-out;
  background: url(../images/zone-arrow-white.svg) no-repeat;
}
.page-block-under-banner-signposts .signposts section a .signpost-link-text {
  padding: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.page-block-under-banner-signposts .signposts section a .signpost-link-text h3 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #FFF;
  transition: 0.3s ease-in-out;
}
.page-block-under-banner-signposts .signposts section a .signpost-link-text .signpost-text {
  display: block;
  font-size: 18px;
  line-height: 29px;
  color: #FFF;
  transition: 0.3s ease-in-out;
}
.page-block-under-banner-signposts .signposts section a:hover .signpost-arrow {
  transform: scale(1.2);
}
.page-block-under-banner-signposts .signposts section a.has-background-image:hover {
  background: #FFF;
}
.page-block-under-banner-signposts .signposts section a.has-background-image:hover .signpost-link-text h3 {
  color: #543062;
}
.page-block-under-banner-signposts .signposts section a.has-background-image:hover .signpost-link-text .signpost-text {
  color: #543062;
}
.page-block-under-banner-signposts .signposts section a.has-background-image:hover .signpost-arrow {
  background-image: url(../images/zone-arrow-purple.svg);
  transform: scale(1.2);
}
.page-block-under-banner-signposts .signposts section.signpost-teal a {
  background: #5CC6CB;
  color: #543062;
}
.page-block-under-banner-signposts .signposts section.signpost-teal a h3,
.page-block-under-banner-signposts .signposts section.signpost-teal a .signpost-text {
  color: #543062;
}
.page-block-under-banner-signposts .signposts section.signpost-teal a .signpost-arrow {
  background: url(../images/zone-arrow-purple.svg) no-repeat;
}
.page-block-under-banner-signposts .signposts section.signpost-purple a {
  background: #543062;
  color: #FFF;
}
.page-block-under-banner-signposts .signposts section.signpost-grey a {
  background: #5C5C5C;
  color: #FFF;
}

.page-block-professionals-zone-signposts {
  position: relative;
  margin-top: -86px;
  padding-bottom: 32px;
  z-index: 1;
}
.page-block-professionals-zone-signposts .signposts {
  margin: 0 -32px -28px -32px;
}
.page-block-professionals-zone-signposts .signposts section {
  float: left;
  width: 33.33%;
  padding: 0 32px 28px 32px;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link {
  display: block;
  height: 403px;
  position: relative;
  background: #543062;
  padding: 154px 20px 0 31px;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link .signpost-box-image {
  background: none no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.2;
  filter: grayscale(100%);
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link .signpost-icon {
  display: block;
  position: absolute;
  top: 29px;
  left: 31px;
  opacity: 0.41;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link .signpost-arrow {
  display: block;
  position: absolute;
  top: 32px;
  right: 29px;
  width: 52px;
  height: 28px;
  transition: 0.3s ease-in-out;
  background: url(../images/zone-arrow-white.svg) no-repeat;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link .signpost-link-text {
  padding: 30px 30px 48px 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link .signpost-link-text h3 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #FFF;
  transition: 0.3s ease-in-out;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link .signpost-link-text .signpost-text {
  display: block;
  font-size: 18px;
  line-height: 29px;
  color: #FFF;
  transition: 0.3s ease-in-out;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link:hover .signpost-arrow {
  transform: scale(1.2);
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link.has-background-image:hover {
  background: #FFF;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link.has-background-image:hover .signpost-link-text h3 {
  color: #543062;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link.has-background-image:hover .signpost-link-text .signpost-text {
  color: #543062;
}
.page-block-professionals-zone-signposts .signposts section a.signpost-link.has-background-image:hover .signpost-arrow {
  background-image: url(../images/zone-arrow-purple.svg);
  transform: scale(1.2);
}
.page-block-professionals-zone-signposts .signposts section .signpost-content {
  display: block;
  height: 403px;
  position: relative;
  background: #F5F5F5;
  padding: 31px 36px 0 36px;
}
.page-block-professionals-zone-signposts .signposts section .signpost-content h6 {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #5C5C5C;
  margin: 0 0 31px 0;
  text-transform: uppercase;
}
.page-block-professionals-zone-signposts .signposts section .signpost-content h3 {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #000;
}
.page-block-professionals-zone-signposts .signposts section .signpost-content p {
  line-height: 29px;
  margin: 0 0 23px 0;
  font-size: 18px;
}
.page-block-professionals-zone-signposts .signposts section .signpost-content .button {
  font-size: 15px;
  float: left;
  display: block;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-under-banner-signposts .signposts {
    margin: 0 -16px;
  }
  .page-block-under-banner-signposts .signposts section {
    float: left;
    width: 33.33%;
    padding: 0 16px 28px 16px;
  }
  .page-block-under-banner-signposts .signposts section a h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 8px 0;
  }
  .page-block-under-banner-signposts .signposts section a .signpost-text {
    font-size: 16px;
    line-height: 22px;
  }

  .page-block-professionals-zone-signposts .signposts {
    margin: 0 -16px;
  }
  .page-block-professionals-zone-signposts .signposts section {
    float: left;
    width: 33.33%;
    padding: 0 16px 28px 16px;
  }
  .page-block-professionals-zone-signposts .signposts section a.signpost-link h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 8px 0;
  }
  .page-block-professionals-zone-signposts .signposts section a.signpost-link .signpost-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-under-banner-signposts {
    padding-bottom: 0px;
  }
  .page-block-under-banner-signposts .signposts {
    margin: 0 0 -28px 0;
  }
  .page-block-under-banner-signposts .signposts section {
    float: none;
    width: auto;
    padding: 0 0 28px 0;
  }
  .page-block-under-banner-signposts .signposts section a {
    height: auto;
    min-height: 285px;
  }

  .page-block-professionals-zone-signposts {
    padding-bottom: 86px;
  }
  .page-block-professionals-zone-signposts .signposts {
    margin: 0 0 -28px 0;
  }
  .page-block-professionals-zone-signposts .signposts section {
    float: none;
    width: auto;
    padding: 0 0 28px 0;
  }
  .page-block-professionals-zone-signposts .signposts section a.signpost-link {
    height: auto;
    min-height: 375px;
  }
  .page-block-professionals-zone-signposts .signposts section .signpost-content {
    height: auto;
    padding: 30px 36px;
  }
}
.page-block-question-and-answer {
  background: url(../images/question-and-answer-back.png) no-repeat center center;
  padding: 180px 0;
}
.page-block-question-and-answer .question-and-answer {
  padding: 16px 0 0 300px;
  position: relative;
}
.page-block-question-and-answer .question-and-answer .question {
  display: block;
  position: absolute;
  width: 301px;
  height: 300px;
  background: url(../images/question.svg) no-repeat left top;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.page-block-question-and-answer .question-and-answer .question h3 {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #543062;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px;
  text-align: center;
}
.page-block-question-and-answer .question-and-answer .answer {
  clip-path: polygon(0 5%, 98% 0, 100% 100%, 0 100%);
  margin: 0 180px 0 -100px;
  padding: 75px 100px 1px 163px;
  background: #F5F5F5;
}
.page-block-question-and-answer .question-and-answer .answer p {
  margin: 0 0 40px 0;
}
.page-block-question-and-answer .question-and-answer .answer .button {
  margin-bottom: -10px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-question-and-answer {
    padding: 70px 0;
  }
  .page-block-question-and-answer .question-and-answer {
    padding-top: 296px;
    padding-left: 107px;
    padding-top: 276px;
    padding-left: 0px;
  }
  .page-block-question-and-answer .question-and-answer .question {
    left: 50%;
    margin-left: -150px;
  }
  .page-block-question-and-answer .question-and-answer .answer {
    margin-left: 0px;
    margin-right: 0px;
    padding: 55px 40px 10px 47px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-question-and-answer {
    overflow: hidden;
  }
  .page-block-question-and-answer .question-and-answer .answer {
    margin-right: -30px;
    padding-right: 60px;
  }
}
@media all and (max-width: 639px) and (min-width: 0px) {
  .page-block-question-and-answer .question-and-answer {
    padding: 296px 0 0 0;
  }
  .page-block-question-and-answer .question-and-answer .question {
    left: 50%;
    margin-left: -150px;
  }
  .page-block-question-and-answer .question-and-answer .answer {
    padding: 50px 20px 1px 30px;
  }
}
.page-block-quote-and-video {
  background: url(../images/quote-and-video-back.png) no-repeat center center #5CC6CB;
  background-size: 1500px auto;
  padding: 100px 0;
}
.page-block-quote-and-video .quote {
  float: left;
  width: 44.5%;
  padding: 43px 60px 0 0;
}
.page-block-quote-and-video .quote blockquote {
  max-width: 483px;
  height: auto;
  padding: 56px 42px 50px 42px;
  position: relative;
  float: left;
}
.page-block-quote-and-video .quote blockquote:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #543062;
  clip-path: polygon(7% 6%, 100% 0, 100% 100%, 5% 96%);
  -webkit-clip-path: polygon(7% 6%, 100% 0, 100% 100%, 5% 96%);
  content: "";
  position: absolute;
  top: 24px;
  left: -20px;
  top: 0px;
  left: 0px;
}
.page-block-quote-and-video .quote blockquote:after {
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  clip-path: polygon(1% 12%, 96% 10%, 95% 88%, 0 89%);
  -webkit-clip-path: polygon(1% 12%, 96% 10%, 95% 88%, 0 89%);
  content: "";
  position: absolute;
}
.page-block-quote-and-video .quote blockquote p {
  position: relative;
  z-index: 1;
  font-size: 29px;
  line-height: 42px;
  font-weight: bold;
  color: #000;
  margin: 0px;
}
.page-block-quote-and-video .quote .quote-credit {
  clear: both;
  text-align: right;
  padding: 21px 0 0 0;
}
.page-block-quote-and-video .quote .quote-credit p {
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  color: #543062;
}
.page-block-quote-and-video .quote .quote-credit p span {
  font-weight: normal;
}
.page-block-quote-and-video .video {
  float: right;
  width: 55.5%;
}
.page-block-quote-and-video .video .video-holder {
  height: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 53%;
}
.page-block-quote-and-video .video .video-holder iframe {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-block-quote-and-video.page-block-quote-and-video-background-purple {
  background-color: #3B2245;
  background-image: url(../images/quote-and-video-back-purple.png);
}
.page-block-quote-and-video.page-block-quote-and-video-background-purple .quote .quote-credit p {
  color: #FFF;
}
.page-block-quote-and-video.page-block-quote-and-video-background-purple .quote blockquote:before {
  background: #5CC6CB;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-quote-and-video {
    padding: 140px 0 30px 0;
    background-size: 220% auto;
    background-position: left -40px;
  }
  .page-block-quote-and-video .quote {
    float: none;
    width: auto;
    padding: 0 0 70px 0;
  }
  .page-block-quote-and-video .quote blockquote {
    float: right;
    padding: 46px 32px 40px 22px;
  }
  .page-block-quote-and-video .video {
    float: none;
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  body.page-id-254 {
    background: url(../images/he-background-image.png) no-repeat right 483px;
    background-size: 687px auto;
  }
}
.page-block-journey {
  overflow: hidden;
  position: relative;
  padding: 124px 0 0 0;
  margin: 0 0 100px 0;
}
.page-block-journey .container {
  padding: 0 215px;
}
.page-block-journey .journey-squiggle {
  height: 100%;
  width: 89px;
  position: absolute;
  top: 110px;
  left: 215px;
  background: url(../images/journey-squiggles.svg) repeat-y right top;
  display: block;
}
.page-block-journey header {
  position: relative;
  margin: 0 0 60px 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.page-block-journey header h2 {
  background: #FFF;
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  color: #000;
}
.page-block-journey .journey-blocks section {
  padding: 0 0 53px 136px;
  position: relative;
  z-index: 1;
}
.page-block-journey .journey-blocks section .journey-number {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 109px;
  height: 109px;
  background: #F5F5F5;
  border-radius: 100%;
  display: block;
  z-index: 1;
}
.page-block-journey .journey-blocks section .journey-number img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 49px;
  width: auto;
}
.page-block-journey .journey-blocks section .content-wrapper {
  position: relative;
  z-index: 1;
  float: left;
}
.page-block-journey .journey-blocks section .content-wrapper article h2,
.page-block-journey .journey-blocks section .content-wrapper article h3 {
  color: #000000;
  margin: 0 0 27px 0;
}
.page-block-journey .journey-blocks section .content-wrapper article p {
  margin: 0 0 20px 0;
}
.page-block-journey .journey-blocks section .content-wrapper article .buttons {
  padding: 42px 0 0 0;
  background: #FFF;
}
.page-block-journey .journey-blocks section .content-wrapper article .buttons .button {
  margin: 0 0 17px 0;
}
.page-block-journey .journey-blocks section .content-wrapper article .external-link {
  text-transform: none;
  letter-spacing: 0px;
}
.page-block-journey .journey-blocks section .image-right {
  float: right;
  width: 45%;
}
.page-block-journey .journey-blocks section .image-right .image-mask img {
  display: block;
  clip-path: polygon(4% 4%, 100% 0, 96% 100%, 0 93%);
  -webkit-clip-path: polygon(4% 4%, 100% 0, 96% 100%, 0 93%);
}
.page-block-journey .journey-blocks section.last-journey-block {
  padding-bottom: 0px;
  background: #FFF;
  z-index: 20;
  margin: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-journey .journey-squiggle {
    left: 32px;
  }
  .page-block-journey .container {
    padding: 0 32px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-journey {
    padding-top: 64px;
  }
  .page-block-journey .container {
    padding: 0 20px;
  }
  .page-block-journey .journey-squiggle {
    left: -10px;
    top: 160px;
  }
  .page-block-journey .journey-blocks section {
    padding-left: 100px;
  }
  .page-block-journey .journey-blocks section .journey-number {
    width: 79px;
    height: 79px;
  }
  .page-block-journey .journey-blocks section .journey-number img {
    max-height: 60px;
  }
}
.page-block-link-boxes {
  position: relative;
}
.page-block-link-boxes header {
  margin: 0 0 46px 0;
}
.page-block-link-boxes header h2 {
  color: #543062;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
}
.page-block-link-boxes .link-boxes {
  margin: 0 -38px -28px -38px;
  margin: 0 -16px -28px -16px;
}
.page-block-link-boxes .link-boxes section {
  float: left;
  width: 33.33%;
  padding: 0 38px 28px 38px;
  padding: 0 16px 28px 16px;
}
.page-block-link-boxes .link-boxes section a {
  display: block;
  height: 280px;
  position: relative;
  background: none #543062;
}
.page-block-link-boxes .link-boxes section a .link-box-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.page-block-link-boxes .link-boxes section a .link-box-image span {
  position: absolute;
  background: none no-repeat center center;
  background-size: cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-link-boxes .link-boxes section a .link-box-image span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.page-block-link-boxes .link-boxes section a .link-box-image span:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.5) 100%);
}
.page-block-link-boxes .link-boxes section a .link-box-no-image,
.page-block-link-boxes .link-boxes section a .link-box-no-image-hover {
  background: url(../images/link-box-background.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-link-boxes .link-boxes section a .link-box-no-image-hover {
  opacity: 0;
  background-image: url(../images/link-box-background-hover.png);
}
.page-block-link-boxes .link-boxes section a .link-box-text {
  display: block;
  position: absolute;
  padding: 30px;
  bottom: 0px;
  left: 0px;
}
.page-block-link-boxes .link-boxes section a .link-box-text h3 {
  font-size: 29px;
  line-height: 35px;
  font-weight: bold;
  color: #FFF;
  transition: 0.3s ease-in-out;
}
.page-block-link-boxes .link-boxes section a .link-box-text .box-text {
  display: block;
  font-size: 18px;
  line-height: 29px;
  color: #FFF;
  padding: 9px 0 0 0;
  transition: 0.3s ease-in-out;
}
.page-block-link-boxes .link-boxes section a .link-box-arrow {
  display: block;
  position: absolute;
  top: 32px;
  right: 29px;
  width: 52px;
  height: 28px;
  transition: 0.3s ease-in-out;
  background: url(../images/zone-arrow-white.svg) no-repeat;
}
.page-block-link-boxes .link-boxes section a:hover {
  background: #2C8287;
}
.page-block-link-boxes .link-boxes section a:hover .link-box-image span {
  transform: scale(1.2);
}
.page-block-link-boxes .link-boxes section a:hover .link-box-image span:before {
  background: rgba(84, 48, 98, 0.84);
}
.page-block-link-boxes .link-boxes section a:hover .link-box-no-image {
  opacity: 0;
}
.page-block-link-boxes .link-boxes section a:hover .link-box-no-image-hover {
  opacity: 1;
}
.page-block-link-boxes .link-boxes section a:hover .link-box-text h3 {
  color: #FFF;
}
.page-block-link-boxes .link-boxes section a:hover .link-box-text .box-text {
  color: #FFF;
}
.page-block-link-boxes .link-boxes section a:hover .link-box-arrow {
  background-image: url(../images/zone-arrow-white.svg);
  transform: scale(1.2);
}
@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-link-boxes .link-boxes {
    margin: 0 -16px;
  }
  .page-block-link-boxes .link-boxes section {
    float: left;
    width: 33.33%;
    padding: 0 16px 28px 16px;
  }
  .page-block-link-boxes .link-boxes section a .link-box-text h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 8px 0;
  }
  .page-block-link-boxes .link-boxes section a .link-box-text .box-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-link-boxes {
    padding-bottom: 0px;
  }
  .page-block-link-boxes .link-boxes {
    margin: 0 0 -28px 0;
  }
  .page-block-link-boxes .link-boxes section {
    float: none;
    width: auto;
    padding: 0 0 28px 0;
  }
  .page-block-link-boxes .link-boxes section a {
    height: auto;
    min-height: 285px;
  }
}
.page-block-link-cards section {
  margin: 0 0 32px 0;
}
.page-block-link-cards section .link-card {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  min-height: 282px;
  padding: 0 70px 0 350px;
  padding: 0 70px 0 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.page-block-link-cards section .link-card .link-card-image {
  display: block;
  width: 284px;
  border-radius: 4px;
  border: 1px solid #DBDADA;
  height: 234px;
  position: relative;
  overflow: hidden;
}
.page-block-link-cards section .link-card .link-card-image img {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-block-link-cards section .link-card .link-card-content {
  padding: 50px 0 42px 42px;
  display: block;
  width: calc(100% - 286px);
}
.page-block-link-cards section .link-card .link-card-content .tags {
  margin: 0 0 13px 0;
  display: block;
}
.page-block-link-cards section .link-card .link-card-content .tags span {
  display: inline-block;
  padding: 5px 7px;
  background: #553062;
  margin: 0 3px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}
.page-block-link-cards section .link-card .link-card-content h2,
.page-block-link-cards section .link-card .link-card-content h3,
.page-block-link-cards section .link-card .link-card-content h4 {
  font-size: 29px;
  line-height: 44px;
  margin: 0 0 5px 0;
  transition: 0.3s ease-in-out;
  color: #000000;
}
.page-block-link-cards section .link-card .link-card-content span.link-card-description {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #5C5C5C;
  margin: 0 0 19px 0;
}
.page-block-link-cards section .link-card .link-card-content span.read-more-link {
  padding: 0 29px 5px 0;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #2C8287;
  line-height: 19px;
  position: relative;
  background: url(../images/read-more-link-arrow.svg) no-repeat right 4px;
}
.page-block-link-cards section .link-card .link-card-content span.read-more-link:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0px;
  background: #2C8287;
  content: "";
  transition: 0.3s ease-in-out;
  display: block;
}
.page-block-link-cards section .link-card .link-card-content span.go-to-website-link {
  padding-left: 29px;
  padding-right: 0px;
  background: url(../images/go-to-website-link-icon.svg) no-repeat left -1px;
}
.page-block-link-cards section .link-card:hover h2,
.page-block-link-cards section .link-card:hover h3,
.page-block-link-cards section .link-card:hover h4 {
  color: #2C8287;
}
.page-block-link-cards section .link-card:hover span.read-more-link:before {
  width: 100%;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-link-cards section .link-card .link-card-content h2,
.page-block-link-cards section .link-card .link-card-content h3,
.page-block-link-cards section .link-card .link-card-content h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-block-link-cards section .link-card .link-card-content span.link-card-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-link-cards section .link-card {
    display: block;
    padding: 32px;
  }
  .page-block-link-cards section .link-card .link-card-image {
    display: block;
    width: auto;
    margin: 0 0 16px 0;
  }
  .page-block-link-cards section .link-card .link-card-content {
    width: auto;
    padding: 0px;
  }
}
.page-block-newsletters section {
  margin: 0 0 32px 0;
}
.page-block-newsletters section .newsletter-card {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  min-height: 242px;
  padding: 0 70px 0 270px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-block-newsletters section .newsletter-card .newsletter-card-image {
  display: block;
  width: 221px;
  border-radius: 4px 0 0 4px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.page-block-newsletters section .newsletter-card .newsletter-card-image span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/newsletter-image.svg) no-repeat center center #553062;
  background-size: cover;
}
.page-block-newsletters section .newsletter-card .newsletter-card-content {
  padding: 40px 0 40px 0;
  display: block;
}
.page-block-newsletters section .newsletter-card .newsletter-card-content h2,
.page-block-newsletters section .newsletter-card .newsletter-card-content h3,
.page-block-newsletters section .newsletter-card .newsletter-card-content h4 {
  font-size: 29px;
  line-height: 44px;
  margin: 0 0 5px 0;
  transition: 0.3s ease-in-out;
  color: #000000;
}
.page-block-newsletters section .newsletter-card .newsletter-card-content span.newsletter-card-description {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #5C5C5C;
  margin: 0 0 19px 0;
}
.page-block-newsletters section .newsletter-card .newsletter-card-content span.read-more-link {
  padding: 0 29px 5px 0;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #2C8287;
  line-height: 19px;
  position: relative;
  background: url(../images/read-more-link-arrow.svg) no-repeat right 4px;
}
.page-block-newsletters section .newsletter-card .newsletter-card-content span.read-more-link:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0px;
  background: #2C8287;
  content: "";
  transition: 0.3s ease-in-out;
  display: block;
}
.page-block-newsletters section .newsletter-card:hover h2,
.page-block-newsletters section .newsletter-card:hover h3,
.page-block-newsletters section .newsletter-card:hover h4 {
  color: #2C8287;
}
.page-block-newsletters section .newsletter-card:hover span.read-more-link:before {
  width: 100%;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-newsletters section .newsletter-card .newsletter-card-content h2,
.page-block-newsletters section .newsletter-card .newsletter-card-content h3,
.page-block-newsletters section .newsletter-card .newsletter-card-content h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-block-newsletters section .newsletter-card .newsletter-card-content span.newsletter-card-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-newsletters section .newsletter-card {
    display: block;
    padding: 270px 32px 32px 32px;
  }
  .page-block-newsletters section .newsletter-card .newsletter-card-image {
    width: 100%;
    height: 240px;
    border-radius: 4px 4px 0 0;
  }
  .page-block-newsletters section .newsletter-card .newsletter-card-content {
    padding: 0px;
  }
}
body.page-template-page-professionals-schools .page-header {
  height: 305px;
  padding: 93px 0 0 0;
}

body.page-template-page-professionals-schools .breadcrumbs-holder {
  display: none;
}

#site-wrapper .partner-form {
  margin-bottom: 50px;
}
#site-wrapper .partner-form .container .filter-search h5 {
  margin: 0 0 13px 0;
}
#site-wrapper .partner-form .container .filter-search p {
  margin: 0 0 17px 0;
  line-height: 29px;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder input[type=text] {
  height: 56px;
  margin-bottom: 20px;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder .autocomplete {
  position: absolute;
  display: none;
  top: 53px;
  left: 0px;
  max-height: 280px;
  overflow: auto;
  width: 100%;
  padding: 3px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 3px 3px;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder .autocomplete li a {
  display: block;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #EEE;
  font-weight: 600;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder .no-schools-found {
  position: absolute;
  display: none;
  top: 53px;
  left: 0px;
  width: 100%;
  padding: 3px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 3px 3px;
  padding: 20px;
  text-align: left;
  padding: 26px 26px 32px 26px;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder .no-schools-found h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px 0;
  margin: 0px;
  color: #000;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder .no-schools-found p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 7px;
  font-weight: normal;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder .no-schools-found p a {
  color: #553062;
  text-decoration: underline;
}
#site-wrapper .partner-form .container .filter-search .filter-partners-search-holder .no-schools-found p a:hover {
  color: #2C8287;
}
#site-wrapper .partner-form .container .partner-results .partner-result {
  display: none;
}
#site-wrapper .partner-form .container .partner-results .partner-result.active {
  padding: 30px 0 30px 0;
  display: block;
}
#site-wrapper .partner-form .container .partner-results h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 13px 0;
}
#site-wrapper .partner-form .container .partner-results h5 span {
  font-weight: normal;
}
#site-wrapper .partner-form .container .partner-results p {
  margin: 0px;
  font-size: 16px;
  line-height: 29px;
}
#site-wrapper .partner-form .container .partner-results p a {
  text-decoration: underline;
  color: #5C5C5C;
}
#site-wrapper .partner-form .container .partner-results .eligibility {
  padding: 0 30px 0 30px;
  line-height: 29px;
  float: left;
  width: 40%;
  font-size: 16px;
}
#site-wrapper .partner-form .container .partner-results .eligibility.eligibility-yes {
  background: url(../images/eligibility-tick.svg) no-repeat left 8px;
}
#site-wrapper .partner-form .container .partner-results .eligibility.eligibility-no {
  background: url(../images/eligibility-cross.svg) no-repeat left 8px;
}
#site-wrapper .partner-form .container .partner-results .partner-result-details {
  float: left;
  width: 60%;
  padding-bottom: 10px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-wrapper .partner-form .container .partner-results .eligibility {
    float: none;
    width: auto;
  }
  #site-wrapper .partner-form .container .partner-results .partner-result-details {
    float: none;
    width: auto;
    padding: 0px;
  }
}
#site-wrapper .postcode-checker {
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.16);
  max-width: 927px;
  margin: 64px 0 64px 0;
}
#site-wrapper .postcode-checker .postcode-checker-top {
  background: #FFFFFF;
  padding: 35px 53px 56px 53px;
}
#site-wrapper .postcode-checker .postcode-checker-top h5 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
  margin: 0 0 11px 0;
}
#site-wrapper .postcode-checker .postcode-checker-top p {
  font-size: 18px;
  line-height: 29px;
  margin: 0 0 27px 0;
}
#site-wrapper .postcode-checker .postcode-checker-top .filter-search-holder {
  padding: 0 175px 0 0;
  position: relative;
}
#site-wrapper .postcode-checker .postcode-checker-top .filter-search-holder input[type=text] {
  height: 58px;
  padding: 17px 20px 20px 57px;
  border-color: #FBFBFB;
  background-color: #FBFBFB;
  border-radius: 0 0 3px 3px;
  background-image: url(../images/icon-search-grey.svg);
  background-repeat: no-repeat;
  background-position: 20px 16px;
}
#site-wrapper .postcode-checker .postcode-checker-top .filter-search-holder input[type=submit] {
  display: block;
  background: #543062;
  border: none;
  line-height: 58px;
  height: 58px;
  width: 175px;
  font-size: 15px;
  letter-spacing: 1.34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#site-wrapper .postcode-checker .postcode-checker-top .filter-search-holder input[type=submit]:hover {
  background: #5CC6CB;
}
#site-wrapper .postcode-checker .postcode-checker-results {
  background: #f5f5f5;
  padding: 56px 53px 56px 53px;
}
#site-wrapper .postcode-checker .postcode-checker-results p {
  font-size: 18px;
  line-height: 29px;
  margin: 0px;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  #site-wrapper .postcode-checker .postcode-checker-top {
    padding: 20px;
  }
  #site-wrapper .postcode-checker .postcode-checker-top .filter-search-holder {
    padding: 0px;
  }
  #site-wrapper .postcode-checker .postcode-checker-top .filter-search-holder input[type=text] {
    margin: 0 0 16px 0;
    border-radius: 3px;
  }
  #site-wrapper .postcode-checker .postcode-checker-top .filter-search-holder input[type=submit] {
    width: 100%;
    display: block;
    position: relative;
    right: auto;
    top: auto;
  }
  #site-wrapper .postcode-checker .postcode-checker-results {
    padding: 20px;
  }
}
.page-block-featured-news {
  padding: 10px 0 64px 0;
}
.page-block-featured-news .featured-news-item {
  display: flex;
  align-items: center;
}
.page-block-featured-news .featured-news-item .featured-news-item-content {
  width: 40%;
  padding: 0 114px 0 0;
}
.page-block-featured-news .featured-news-item .featured-news-item-content .featured-news-item-date {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5C5C5C;
  margin: 0 0 16px 0;
  position: relative;
}
.page-block-featured-news .featured-news-item .featured-news-item-content h3 {
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 17px 0;
}
.page-block-featured-news .featured-news-item .featured-news-item-content .featured-news-item-description {
  font-size: 18px;
  line-height: 28px;
  color: #5C5C5C;
  display: block;
  margin: 0 0 40px 0;
}
.page-block-featured-news .featured-news-item .featured-news-item-image {
  width: 60%;
  height: 423px;
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
.page-block-featured-news .featured-news-item .featured-news-item-image:before {
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -1px;
  content: "";
  display: block;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-featured-news .featured-news-item .featured-news-item-content {
    padding-right: 32px;
    width: 50%;
  }
  .page-block-featured-news .featured-news-item .featured-news-item-image {
    width: 50%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-featured-news {
    display: none;
  }
}
.news-filter {
  padding: 10px 0 32px 0;
}
.news-filter a {
  display: inline-block;
  padding: 14px 18px;
  line-height: 20px;
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 600;
  border: 2px solid #FFF;
}
.news-filter a:hover, .news-filter a:focus, .news-filter a:active {
  color: #2C8287;
  border-color: #E7E7E7;
  box-shadow: none;
}
.news-filter a.active {
  color: #2C8287;
  border-color: #2C8287;
}
.news-filter .mobile-filters {
  display: none;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .news-filter {
    padding: 10px 0 32px 0;
  }
  .news-filter a {
    display: none;
  }
  .news-filter .mobile-filters {
    display: block;
    border: none;
    background: #F6F6F6;
    height: 58px;
  }
  .news-filter .mobile-filters select {
    height: 58px;
    padding-left: 24px;
  }
}
.news-cards {
  overflow: hidden;
  margin: 0 -16px 60px -16px;
}
.news-cards section {
  float: left;
  width: 33.33%;
  padding: 0 16px 56px 16px;
}
.news-cards section a {
  display: block;
}
.news-cards section a .news-card-image {
  height: 245px;
  background: none no-repeat center center #553062;
  background-size: cover;
  display: block;
}
.news-cards section a .news-card-content {
  position: relative;
  margin: 0 24px 0 0;
  background: #FFF;
}
.news-cards section a .news-card-content:before {
  position: absolute;
  width: 100%;
  height: 38px;
  clip-path: polygon(0 0, 100% 56%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 56%, 100% 100%, 0% 100%);
  background: #FFF;
  display: block;
  top: -38px;
  content: "";
}
.news-cards section a .news-card-content .news-card-date {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5C5C5C;
  margin: -9px 0 12px 0;
  position: relative;
  z-index: 1;
}
.news-cards section a .news-card-content h3 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
}
.news-cards section a:hover h3 {
  color: #543062;
}
.news-cards section:nth-child(3n+1) {
  clear: left;
}

.news-pagination {
  padding: 0 0 64px 0;
  text-align: center;
}

.blog-related {
  position: relative;
}
.blog-related:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 252px;
  background: #F6F6F6;
  content: "";
  display: block;
}
.blog-related header {
  padding: 67px 0 56px 0;
  text-align: center;
}
.blog-related header h2 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
}

.news-meta {
  padding: 0 32px 92px 32px;
}
.news-meta .container {
  border-top: 2px solid #EDEDED;
  padding: 16px 0 0 0;
}
.news-meta .container p {
  line-height: 28px;
  font-size: 16px;
  float: left;
}
.news-meta .container p.blog-date {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 200px;
  text-align: center;
  margin: 0 0 0 -100px;
  float: none;
  font-size: 16px;
  text-transform: uppercase;
}
.news-meta .container .share-links {
  float: right;
}
.news-meta .container .share-links span {
  line-height: 28px;
  padding: 0 8px 0 0;
  vertical-align: top;
}
.news-meta .container .share-links a {
  margin: 0 0 0 20px;
  line-height: 24px;
  vertical-align: top;
  display: inline-block;
  color: #2C8287;
}
.news-meta .container .share-links a svg {
  vertical-align: middle;
  display: inline-block;
}
.news-meta .container .share-links a:hover {
  color: #333;
}

.page-header.news-page-header {
  padding: 77px 0;
  background: #F6F6F6;
}
.page-header.news-page-header .news-date {
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #5C5C5C;
  line-height: 19px;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
.page-header.news-page-header h1 {
  text-align: center;
  margin: 0 220px;
}

body.single-post .breadcrumbs-holder .container {
  width: 780px;
  max-width: 100%;
}

.news-image {
  position: relative;
  text-align: center;
}
.news-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 330px;
  background: #F6F6F6;
  display: block;
  content: "";
}
.news-image img {
  display: block;
  width: auto;
  height: auto;
  width: 780px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

@media all and (min-width: 1023px) {
  body.single .page-block-content article {
    padding: 0 220px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-header.news-page-header {
    padding: 38px 0;
  }
  .page-header.news-page-header .news-date {
    margin: 0 0 10px 0;
  }
  .page-header.news-page-header h1 {
    font-size: 24px;
    line-height: 29px;
    margin: 0px;
  }

  .news-image:before {
    display: none;
  }
  .news-image .container {
    padding: 0px;
  }

  .news-cards section {
    width: 50%;
  }
  .news-cards section:nth-child(3n+1) {
    clear: none;
  }
  .news-cards section:nth-child(2n+1) {
    clear: left;
  }

  .news-meta {
    padding: 32px 0 96px 0;
  }
  .news-meta .container p,
.news-meta .container p.blog-date {
    float: none;
    position: static;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px 0;
    top: auto;
    width: auto;
    text-align: left;
  }
  .news-meta .container .share-links {
    position: absolute;
    top: 16px;
    right: 0px;
    padding: 26px 0 0 0;
  }
  .news-meta .container .share-links span {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .news-cards section {
    width: auto;
    float: none;
  }
  .news-cards section a .news-card-image {
    height: 165px;
  }
  .news-cards section a .news-card-content:before {
    height: 25px;
    top: -24px;
  }
  .news-cards section a .news-card-content .news-card-date {
    font-size: 14px;
    margin: -2px 0 5px 0;
  }
  .news-cards section a .news-card-content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-meta {
    padding: 16px 0 40px 0;
  }
  .news-meta .container {
    margin: 0 20px;
  }

  .blog-related:before {
    height: 175px;
  }
  .blog-related header {
    padding: 24px 0 20px 0;
  }
  .blog-related header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-related .news-cards section {
    display: none;
    padding-bottom: 0px;
  }
  .blog-related .news-cards section:nth-child(1) {
    display: block;
  }
}
.page-block-quote {
  padding: 32px 0;
}
.page-block-quote blockquote {
  border-left: 3px solid #5CC6CB;
  padding: 38px 0 38px 43px;
  max-width: 865px;
}
.page-block-quote blockquote p {
  font-size: 20px;
  line-height: 37px;
  font-style: italic;
  color: #000000;
  font-weight: 500;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-quote {
    padding: 16px 0;
  }
  .page-block-quote blockquote {
    margin: 0 0 0 -20px;
    padding: 4px 20px;
  }
  .page-block-quote blockquote p {
    font-size: 16px;
    line-height: 30px;
  }
}
.page-block-full-width-image {
  padding: 64px 0;
}
.page-block-full-width-image img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-full-width-image {
    padding: 32px 0;
  }
}
/*.page-block-cta {
	padding: 64px 0;

	article {
		text-align: center;
		padding: 0 112px;
		h2 {
			margin: 0 0 18px 0;
			font-size: 28px;
		}
		p {
			margin: 0px;
		}
		.button {
			display: inline-block;
			margin: 40px auto 0 auto;
		}
	}

}

@media all and (max-width: 1023px) and (min-width: 0px) {
	.page-block-cta {
		padding: 32px 0;
		article {
			padding: 0px;
			h2 {
				font-size: 26px;
				line-height: 32px;
				margin: 0 0 10px 0;
			}
			p {
				margin: 0px;
			}
			.button { margin-top: 32px; }
		}
	}
}*/
.page-block-cta .call-to-action-back {
  position: absolute;
  clip-path: polygon(2% 2%, 99% 0, 100% 100%, 0 98%);
  background: #5CC6CB;
  bottom: 0px;
  right: 0px;
  display: block;
  width: calc(100% - 34px);
  height: calc(100% - 40px);
}
.page-block-cta .call-to-action-front {
  padding: 0 34px 40px 0;
}
.page-block-cta .call-to-action-front .call-to-action-front-background {
  height: 450px;
  clip-path: polygon(1% 1%, 100% 0, 99% 100%, 0 100%);
  background: url(../images/cta-back-no-image.png) no-repeat center center #543062;
  position: relative;
  overflow: hidden;
}
.page-block-cta .call-to-action-front .call-to-action-front-background .call-to-action-front-mask {
  background: #543062;
  opacity: 0.84;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.page-block-cta .call-to-action-front .call-to-action-front-background article {
  z-index: 10;
  position: absolute;
  left: 140px;
  max-width: 864px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-block-cta .call-to-action-front .call-to-action-front-background article h2 {
  font-size: 36px;
  line-height: 44px;
  color: #FFF;
  margin: 0 0 17px 0;
}
.page-block-cta .call-to-action-front .call-to-action-front-background article p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0px;
}
.page-block-cta .call-to-action-front .call-to-action-front-background article .button {
  margin: 40px 0 0 0;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  .page-block-cta .container {
    padding: 0px;
    margin: 0 32px;
  }
  .page-block-cta .container .call-to-action-back {
    width: calc(100% - 17px);
    height: calc(100% - 20px);
  }
  .page-block-cta .container .call-to-action-front {
    padding: 0 17px 20px 0;
  }
  .page-block-cta .container .call-to-action-front .call-to-action-front-background article {
    max-width: none;
    position: relative;
    padding: 0 64px;
    left: auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-cta .container {
    padding: 0px;
    margin: 0 32px;
  }
  .page-block-cta .container .call-to-action-front .call-to-action-front-background {
    height: auto;
  }
  .page-block-cta .container .call-to-action-front .call-to-action-front-background article {
    padding: 64px;
    -ms-transform: none;
    transform: none;
    top: auto;
  }
  .page-block-cta .container .call-to-action-front .call-to-action-front-background article h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-block-cta .container .call-to-action-front .call-to-action-front-background article p {
    font-size: 16px;
    line-height: 22px;
  }
  .page-block-cta .container .call-to-action-front .call-to-action-front-background article .button {
    margin-top: 20px;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-cta .container .call-to-action-front .call-to-action-front-background article {
    padding: 64px 32px;
  }
}
.page-block-search-results {
  padding: 0 0 90px 0;
}
.page-block-search-results .search-results-left {
  float: left;
  width: 33.33%;
}
.page-block-search-results .search-results-left h2 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
}
.page-block-search-results .search-results-right {
  float: left;
  width: 66.66%;
  margin: -25px 0 0 0;
}
.page-block-search-results .search-results-right .search-result {
  position: relative;
  border-bottom: 1px solid #9599B9;
  padding: 25px 80px 25px 0;
}
.page-block-search-results .search-results-right .search-result h2 {
  font-size: 24px;
  line-height: 29px;
  margin: 0px;
}
.page-block-search-results .search-results-right .search-result p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 10px 0 0 0;
}
.page-block-search-results .search-results-right .search-result p.search-result-date {
  text-transform: uppercase;
}
.page-block-search-results .search-results-right .search-result .search-result-link {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 40px;
  height: 32px;
  background: url(../images/icon-search-result-arrow.svg) no-repeat center center;
  margin: -16px 0 0 0;
  display: block;
  text-indent: -9999px;
}

@media all and (max-width: 1024px) and (min-width: 0px) {
  .page-block-search-results .search-results-left {
    float: none;
    margin: 0 0 32px 0;
    width: auto;
  }
  .page-block-search-results .search-results-right {
    float: none;
    width: auto;
  }
  .page-block-search-results .search-results-right .search-result h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .page-block-search-results .search-results-right .search-result p {
    font-size: 16px;
    line-height: 24px;
  }
}
#account-header {
  padding: 81px 0 72px 0;
  position: relative;
}
#account-header:before {
  background: #F5F5F5;
  height: 533px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}
#account-header .account-privacy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  padding: 0 51px 0 0;
}
#account-header .account-privacy h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 14px 0;
}
#account-header .account-privacy p {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}
#account-header .account-privacy p a {
  text-decoration: underline;
}
#account-header .need-to-be-logged-in {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin: 0 0 64px 0;
}
#account-header .account-form-intro {
  float: left;
  width: 50%;
  padding: 17px 72px 0 0;
}
#account-header .account-form-intro h1 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  margin: 0 0 17px 0;
  font-weight: 700;
  text-transform: uppercase;
}
#account-header .account-form-intro h3 {
  font-size: 36px;
  line-height: 48px;
  color: #543062;
  margin: 0 0 10px 0;
}
#account-header .account-form-intro p {
  font-size: 18px;
  line-height: 28px;
  padding: 4px 0 0 0;
}
#account-header .account-form-intro h4 {
  font-size: 20px;
  line-height: 32px;
  padding: 30px 0 0 0;
}
#account-header .account-form-intro h4 a {
  text-decoration: underline;
}
#account-header .account-form-wrapper {
  float: right;
  width: 50%;
}
#account-header .account-form-wrapper .members-forgot-password-form-success {
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 62px 64px;
  display: none;
}
#account-header .account-form-wrapper .members-forgot-password-form-success p {
  font-size: 16px;
  line-height: 26px;
}
#account-header .account-form-wrapper .account-form {
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 62px 64px;
}
#account-header .account-form-wrapper .account-form p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
#account-header .account-form-wrapper .account-form .form-submit {
  position: relative;
}
#account-header .account-form-wrapper .account-form .form-submit .button {
  display: block;
  width: 100%;
  cursor: pointer;
}
#account-header .account-form-wrapper .account-form.form-submitting .form-submit {
  margin-right: -32px;
  padding-right: 32px;
  background: url(../images/ajax-loader.gif) no-repeat right center;
}
#account-header .account-form-wrapper .account-form.members-forgot-password-form {
  display: none;
}
#account-header .account-form-wrapper .account-form .form-group {
  margin: 0 0 37px 0;
  position: relative;
}
#account-header .account-form-wrapper .account-form .form-group label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  display: block;
  margin: 0 0 11px 0;
  color: #000000;
}
#account-header .account-form-wrapper .account-form .form-group textarea, #account-header .account-form-wrapper .account-form .form-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #account-header .account-form-wrapper .account-form .form-group #site-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  height: 58px;
  background: #f5f5f5;
  padding: 19px 24px;
  line-height: 20px;
  font-size: 16px;
  border-radius: 3px;
  color: #000000;
}
#account-header .account-form-wrapper .account-form .form-group .forgot-password-link {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  line-height: 19px;
  color: #543062;
  font-weight: 600;
}
#account-header .account-form-wrapper .account-form .form-group .password-reveal {
  position: absolute;
  right: 0px;
  top: 30px;
  right: 0px;
  width: 64px;
  height: 58px;
  text-indent: -9999px;
  transition: none;
  background: url(../images/password-reveal.svg) no-repeat center center;
  z-index: 10;
  display: block;
}
#account-header .account-form-wrapper .account-form .form-group.form-password-revealed .password-reveal {
  background-image: url(../images/password-revealed.svg);
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password input {
  display: none;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password .password-reveal {
  display: none;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password .password-placeholder {
  display: block;
  padding: 9px 0 16px 0;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password .password-placeholder span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  margin: 0 8px 0 0;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password .change-password {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password.active input {
  display: block;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password.active .password-reveal {
  display: block;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password.active .password-placeholder {
  display: none;
}
#account-header .account-form-wrapper .account-form .form-group.form-group-edit-password.active .change-password {
  display: none;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept {
  position: relative;
  margin: 0 0 32px 0;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept label {
  font-size: 12px;
  line-height: 20px;
  display: block;
  font-weight: normal !important;
  padding: 0 0 0 37px;
  cursor: pointer;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept label a {
  text-decoration: underline;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept label:before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid #553062;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept label:after {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid #553062;
  background: url(../images/checkbox.svg) no-repeat center center #553062;
  content: "";
  display: none;
  top: 0px;
  left: 0px;
  position: absolute;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept input:checked + label:before {
  display: none;
}
#account-header .account-form-wrapper .account-form .form-group.form-accept input:checked + label:after {
  display: block;
}
#account-header .account-form-wrapper .account-form .form-group.field-error label {
  color: #CE0000;
}
#account-header .account-form-wrapper .account-form .form-group.field-error .field-error-message {
  color: #CE0000;
  font-size: 12px;
  line-height: 15px;
  display: block;
  padding: 4px 0 0 0;
}
#account-header .account-form-wrapper .account-form .form-group.field-error textarea,
#account-header .account-form-wrapper .account-form .form-group.field-error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#account-header .account-form-wrapper .account-form .form-group.field-error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #CE0000;
}
#account-header .account-form-wrapper .account-form .form-row {
  margin: 0 -16px;
}
#account-header .account-form-wrapper .account-form .form-row .form-group {
  float: left;
  width: 50%;
  padding: 0 16px;
}

.page-block-account-benefits {
  padding: 72px 0 140px 0;
}
.page-block-account-benefits header {
  text-align: center;
  margin: 0 0 50px 0;
}
.page-block-account-benefits header h5 {
  font-weight: 600;
  font-size: 16px;
  color: #5C5C5C;
  letter-spacing: 1px;
  margin: 0 0 13px 0;
  text-transform: uppercase;
}
.page-block-account-benefits header h2 {
  font-size: 32px;
  line-height: 39px;
}
.page-block-account-benefits .account-benefits {
  margin: 0 -16px;
}
.page-block-account-benefits .account-benefits section {
  padding: 0 16px 40px 16px;
  float: left;
  width: 25%;
  text-align: center;
}
.page-block-account-benefits .account-benefits section img {
  margin: 0 auto 18px auto;
}
.page-block-account-benefits .account-benefits section h4 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  margin: 0 0 11px 0;
}
.page-block-account-benefits .account-benefits section p {
  font-size: 16px;
  line-height: 26px;
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  #account-header .container {
    margin: 0 32px;
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #account-header {
    padding: 62px 0;
  }
  #account-header .container {
    padding: 0px;
    margin: 0 20px;
  }
  #account-header:before {
    height: 502px;
  }
  #account-header .account-form-intro {
    padding: 0 0 40px 0;
    width: auto;
    float: none;
  }
  #account-header .account-form-intro h1 {
    margin: 0 0 12px 0;
  }
  #account-header .account-form-intro h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 16px 0;
  }
  #account-header .account-form-intro p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 16px 0;
  }
  #account-header .account-form-intro h4 {
    font-size: 16px;
    line-height: 32px;
    padding: 6px 0 0 0;
  }
  #account-header .account-form-wrapper {
    float: none;
    width: auto;
  }
  #account-header .account-form-wrapper .account-form {
    padding: 37px 32px 40px 32px;
  }
  #account-header .account-form-wrapper .account-form .form-group textarea,
#account-header .account-form-wrapper .account-form .form-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 52px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  #account-header .account-form-wrapper .account-form .form-group .password-reveal {
    height: 52px;
  }
  #account-header .account-form-wrapper .account-form .form-row {
    margin: 0px;
  }
  #account-header .account-form-wrapper .account-form .form-row .form-group {
    float: none;
    width: auto;
    padding: 0px;
  }
  #account-header .account-form-wrapper .account-form .form-submit .button {
    height: 52px;
    padding: 16px 24px;
  }
  #account-header .account-privacy {
    position: relative;
    bottom: auto;
    width: auto;
    left: auto;
    padding: 45px 0 0 0;
  }
  #account-header .account-privacy h4 {
    margin: 0 0 14px 0;
  }
  #account-header .account-privacy p {
    font-size: 12px;
    line-height: 20px;
  }

  .page-block-account-benefits {
    padding: 10px 0 90px 0;
  }
  .page-block-account-benefits header {
    margin: 0 0 41px 0;
  }
  .page-block-account-benefits header h5 {
    margin: 0 0 19px 0;
  }
  .page-block-account-benefits header h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .page-block-account-benefits .account-benefits section {
    width: 50%;
  }
  .page-block-account-benefits .account-benefits section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-account-benefits .account-benefits section img {
    margin: 0 auto 11px auto;
  }
  .page-block-account-benefits .account-benefits section h4 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 11px 0;
  }
  .page-block-account-benefits .account-benefits section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-account-benefits .account-benefits section {
    width: auto;
    float: none;
  }
}
body.page-id-959 #page-header,
body.page-id-959 .breadcrumbs-holder {
  display: none;
}

.signup-success {
  padding: 140px 0 180px 0;
}
.signup-success .container h5 {
  margin: 0px;
  letter-spacing: 1px;
  color: #553062;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.signup-success .container h2 {
  margin: 0 0 20px 0;
}
.signup-success .container p {
  max-width: 670px;
  margin: 0 auto 36px auto;
}

#activity-hub-sub-nav {
  background: #FFF;
  position: relative;
  z-index: 10;
}
#activity-hub-sub-nav .container {
  text-align: center;
}
#activity-hub-sub-nav .container .sub-nav-centre {
  margin: 0 auto;
}
#activity-hub-sub-nav ul {
  margin: 0 -27px;
}
#activity-hub-sub-nav ul li {
  vertical-align: top;
  display: inline-block;
  padding: 15px 30px 13px 30px;
  border-bottom: 2px solid #FFF;
  position: relative;
}
#activity-hub-sub-nav ul li a {
  line-height: 45px;
  float: left;
  display: block;
  font-size: 18px;
  color: #5C5C5C;
  font-weight: bold;
  position: relative;
}
#activity-hub-sub-nav ul li a:hover {
  color: #543062;
}
#activity-hub-sub-nav ul li.menu-item-has-children a {
  padding: 0 24px 0 0;
  background: url(../images/icon-sub-nav-arrow.svg) no-repeat right center;
}
#activity-hub-sub-nav ul li.current-menu-item a {
  color: #543062;
}
#activity-hub-sub-nav ul li.current-menu-item:after {
  height: 3px;
  background: #543062;
  display: block;
  content: "";
  bottom: -2px;
  position: absolute;
  left: 0px;
  width: 100%;
}
#activity-hub-sub-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 286px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin: 2px 0 0 0;
  padding: 23px 30px;
}
#activity-hub-sub-nav ul li ul li {
  display: block;
  float: none;
  margin: 0px;
  padding: 7px 0 7px 0;
}
#activity-hub-sub-nav ul li ul li:after {
  display: none !important;
}
#activity-hub-sub-nav ul li ul li a {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  float: none;
  padding: 0px;
  color: #5C5C5C;
  background-image: none !important;
}
#activity-hub-sub-nav ul li ul li a:hover {
  color: #553062;
}
#activity-hub-sub-nav ul li ul li ul {
  position: relative;
  left: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  padding: 0px;
  padding: 6px 0 12px 0;
  border: none;
}
#activity-hub-sub-nav ul li ul li ul li {
  padding: 6px 0;
}
#activity-hub-sub-nav ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
#activity-hub-sub-nav ul li.menu-item-has-children:hover {
  border-bottom: 2px solid #553062;
}
#activity-hub-sub-nav ul li.menu-item-has-children:hover &gt; a {
  color: #553062;
  background-image: url(../images/icon-sub-nav-arrow-up.svg);
}
#activity-hub-sub-nav ul li.menu-item-has-children:hover ul li {
  border: none;
}
#activity-hub-sub-nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
#activity-hub-sub-nav .sub-nav-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
#activity-hub-sub-nav .sub-nav-right ul {
  margin: 0 -19px;
}
#activity-hub-sub-nav .sub-nav-right ul li {
  padding: 28px 19px;
  border: none !important;
}
#activity-hub-sub-nav .sub-nav-right ul li a {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none !important;
}
#activity-hub-sub-nav .sub-nav-right ul li:after {
  display: none !important;
}
#activity-hub-sub-nav .sub-nav-right ul li.menu-item-has-children ul {
  border-radius: 0 0 4px 4px;
  width: 190px;
  left: auto;
  margin: 0px;
  right: -13px;
  padding: 18px 0;
}
#activity-hub-sub-nav .sub-nav-right ul li.menu-item-has-children ul li {
  padding: 10px 32px;
}
#activity-hub-sub-nav .sub-nav-right ul li.menu-item-has-children ul li a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: none;
  text-align: left;
  line-height: 19px;
}
#activity-hub-sub-nav .back-link {
  position: absolute;
  top: 28px;
  left: 28px;
}

.account-dropdown {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
  right: 0px;
  padding: 12px 0;
  z-index: 100;
  text-align: left;
  width: 158px;
}
.account-dropdown li {
  padding: 8px 0;
}
.account-dropdown li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 24px;
  color: #5c5c5c;
}
.account-dropdown li a:hover {
  color: #543062;
}

#activity-hub-favourites-banner {
  padding: 80px 0;
  background: #F6F6F6;
}
#activity-hub-favourites-banner .container {
  max-width: 653px;
  text-align: center;
}
#activity-hub-favourites-banner .container h1 {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
#activity-hub-favourites-banner .container h2 {
  font-size: 36px;
  line-height: 52px;
  color: #543062;
  margin: 0 0 12px 0;
}
#activity-hub-favourites-banner .container p {
  font-size: 18px;
  line-height: 28px;
}
#activity-hub-favourites-banner .container .share-favourites {
  display: inline-block;
  margin: 32px auto 0 auto;
  padding: 0 0 0 29px;
  position: relative;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #543062;
}
#activity-hub-favourites-banner .container .share-favourites svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.page-block-favourite-activities {
  padding: 80px 0 128px 0;
}
.page-block-favourite-activities .container {
  max-width: 922px;
}
.page-block-favourite-activities .container section {
  margin: 0 0 32px 0;
}

#activity-hub-banner {
  overflow: hidden;
  position: relative;
}
#activity-hub-banner:before {
  background: #F6F6F6;
  height: 642px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  content: "";
}
#activity-hub-banner .container {
  height: 642px;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content {
  width: 50%;
  padding: 133px 60px 0 0;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content h1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 17px 0;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content h3 {
  font-size: 36px;
  line-height: 48px;
  color: #543062;
  margin: 0 0 53px 0;
  font-weight: 600;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form {
  position: relative;
  z-index: 100;
  margin: 0 0 42px 0;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form input[type=text] {
  height: 56px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 18px 20px 18px 20px;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .autocomplete {
  position: absolute;
  display: none;
  top: 53px;
  left: 0px;
  width: 100%;
  padding: 3px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 3px 3px;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .autocomplete li a {
  display: block;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #EEE;
  font-weight: 600;
  text-decoration: underline;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .autocomplete li a:hover {
  color: #2C8287;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .no-schools-found {
  position: absolute;
  display: none;
  top: 53px;
  left: 0px;
  width: 100%;
  padding: 3px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0 0 3px 3px;
  padding: 20px;
  text-align: left;
  padding: 26px 26px 32px 26px;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .no-schools-found h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #000;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .no-schools-found p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 7px;
  font-weight: normal;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .no-schools-found p a {
  color: #553062;
  text-decoration: underline;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .no-schools-found p a:hover {
  color: #2C8287;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .button {
  border-radius: 0 3px 3px 0;
  height: 56px;
  padding: 18px 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content.searched {
  padding: 68px 0;
}
#activity-hub-banner .activity-hub-banner .activity-hub-banner-content.searched form {
  margin-bottom: 0px;
}
#activity-hub-banner .activity-hub-banner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
#activity-hub-banner .activity-hub-banner p .arrow-link {
  margin-top: 10px;
}
#activity-hub-banner .activity-hub-banner .banner-image {
  position: absolute;
  top: 56px;
  left: 50%;
}

.page-block-how-to-use {
  padding: 110px 0 0 0;
}
.page-block-how-to-use .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-how-to-use .image-left .video-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.page-block-how-to-use .image-left .video-link img {
  display: block;
}
.page-block-how-to-use .image-left .video-link:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  content: "";
  z-index: 10;
  margin: -38px 0 0 -38px;
  transition: 0.3s ease-in-out;
  background: url(../images/play-icon.svg) no-repeat;
}
.page-block-how-to-use .image-left .video-link:hover:before {
  opacity: 0.8;
}
.page-block-how-to-use .content-wrapper article h3 {
  font-size: 16px;
  line-height: 19px;
  color: #5C5C5C;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
}
.page-block-how-to-use .content-wrapper article h2 {
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 15px 0;
}

.page-block-activities-slider {
  padding: 128px 0 128px 0;
  position: relative;
}
.page-block-activities-slider header {
  position: relative;
  margin: 0;
}
.page-block-activities-slider header h2 {
  font-size: 28px;
  line-height: 34px;
  padding: 5px 0 0 0;
  margin: 0 0 27px 0;
}
.page-block-activities-slider header .activities-slider-nav {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page-block-activities-slider header .activities-slider-nav a {
  float: left;
  margin: 0 0 0 16px;
  color: #5C5C5C;
  color: #553062;
  padding: 16px 18px;
  border: 2px solid #553062;
}
.page-block-activities-slider header .activities-slider-nav a:hover {
  border-color: #543062;
  color: #543062;
}
.page-block-activities-slider header .activities-slider-nav a.disabled {
  border-color: #EEE;
  color: #EEE;
}
.page-block-activities-slider .activities-slider-wrapper {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 -16px 0 -16px;
  overflow: hidden;
}
.page-block-activities-slider .activities-slider-wrapper .activities-slider {
  margin: 0 -16px -15px 0;
}
.page-block-activities-slider .activities-slider-wrapper .activities-slider section {
  float: left;
  width: 33.33%;
  padding: 5px 16px 15px 16px;
}
.page-block-activities-slider .activities-slider-wrapper .activities-slider section .activity-card .activity-card-actions {
  display: none;
}
.page-block-activities-slider .activities-slider-wrapper .activities-slider .slick-dots {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 5px 0 0 0;
}
.page-block-activities-slider .activities-slider-wrapper .activities-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.page-block-activities-slider .activities-slider-wrapper .activities-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 #C1CAD4;
  background: #FFF;
}
.page-block-activities-slider .activities-slider-wrapper .activities-slider .slick-dots li.slick-active button {
  border: 1px solid #543062;
  background: #543062;
}
.page-block-activities-slider .activities-slider-wrapper .activities-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: 10px;
  width: 21px;
  height: 16px;
  background: url(../images/slick-arrow-left.svg) no-repeat;
  display: none !important;
  text-indent: -9999px;
}
.page-block-activities-slider .activities-slider-wrapper .activities-slider .slick-arrow.slick-next {
  right: 10px;
  left: auto;
  background-image: url(../images/slick-arrow-right.svg);
}

.activity-meta {
  margin: 0 -32px;
}
.activity-meta li {
  display: inline-block;
  padding: 0 32px 24px 32px;
  background: none no-repeat left center;
}
.activity-meta li span {
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  background: none no-repeat left top;
  font-size: 14px;
  line-height: 22px !important;
}
.activity-meta li.activity-meta-location span {
  background-image: url(../images/icon-location.svg);
}
.activity-meta li.activity-meta-year-groups span {
  background-image: url(../images/icon-year-groups.svg);
  background-position: 7px center;
}
.activity-meta li.activity-meta-type span {
  background-image: url(../images/icon-type.svg);
  background-position: 5px center;
}
.activity-meta li.activity-meta-date span {
  background-image: url(../images/icon-availability.svg);
  background-position: 6px center;
}
.activity-meta li.activity-meta-time span {
  background-image: url(../images/icon-activity-clock.svg);
}

.activity-card {
  display: block;
  position: relative;
}
.activity-card .activity-card-actions {
  position: absolute;
  top: 24px;
  right: 24px;
}
.activity-card .activity-card-actions .share-item {
  display: block;
  float: left;
  margin: 0 22px 0 0;
}
.activity-card .activity-card-actions a {
  color: #5c5c5c;
}
.activity-card .activity-card-actions a:hover {
  color: #543062;
}
.activity-card .activity-card-actions .favourite-item {
  float: left;
}
.activity-card .activity-card-actions .favourite-item svg {
  display: none;
}
.activity-card .activity-card-actions .favourite-item .off {
  display: block;
}
.activity-card .activity-card-actions .favourite-item.active .on {
  display: block;
}
.activity-card .activity-card-actions .favourite-item.active .off {
  display: none;
}
.activity-card .activity-card-box {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 37px 40px 22px 40px;
  color: #5C5C5C;
}
.activity-card .activity-card-box h5 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5C5C5C;
  margin: 0 0 14px 0;
  font-weight: 600;
}
.activity-card .activity-card-box h3 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
  color: #000000;
  transition: 0.3s ease-in-out;
  margin: 0 0 15px 0;
}
.activity-card .activity-card-box .activity-summary {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 32px 0 0;
  color: #5C5C5C;
}
.activity-card .activity-card-box .activity-meta li {
  display: block;
  padding-bottom: 24px;
}
.activity-card .activity-card-box .activity-meta li span {
  font-size: 14px;
  line-height: 19px;
}
.activity-card .activity-card-box .activity-meta li:last-child {
  padding-bottom: 0px;
}
.activity-card .activity-card-box .button {
  display: none;
}
.activity-card .activity-card-box:hover {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
}
.activity-card .activity-card-box:hover h3 {
  color: #543062;
}

@media all and (min-width: 768px) {
  .activity-card-large .activity-card .activity-card-box {
    padding: 45px 48px;
  }
  .activity-card-large .activity-card .activity-card-box .activity-box-left {
    float: left;
    width: 58%;
  }
  .activity-card-large .activity-card .activity-card-box .activity-box-left h3 {
    font-size: 24px;
  }
  .activity-card-large .activity-card .activity-card-box .activity-box-left .button {
    display: inline-block;
  }
  .activity-card-large .activity-card .activity-card-box .activity-meta {
    float: right;
    width: 42%;
    margin: 0px;
    padding: 10px 0 0 0;
  }
  .activity-card-large .activity-card .activity-card-box .activity-meta li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .activity-card-large .activity-card .activity-card-box:hover .activity-box-left .button {
    background-color: #543062;
    border-color: #543062;
    color: #FFF;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .activity-card .activity-card-box .activity-summary {
    padding: 0 0 32px 0;
  }
  .activity-card .activity-card-box .activity-meta {
    margin-bottom: 24px;
  }
}
.related-cards .activity-card .activity-card-box .activity-summary {
  padding: 0 0 32px 0;
}

.page-block-request-activities {
  padding: 104px 0 104px 0;
  background: #F6F6F6;
}
.page-block-request-activities header {
  margin: 0 0 58px 0;
}
.page-block-request-activities header h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #5c5c5c;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-block-request-activities header h2 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  margin: 0 0 15px 0;
  outline-color: #000000;
}
.page-block-request-activities header p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-request-activities .request-activity-steps {
  margin: 0 -16px -37px -16px;
}
.page-block-request-activities .request-activity-steps section {
  float: left;
  width: 25%;
  padding: 0 16px 37px 16px;
  display: block;
}
.page-block-request-activities .request-activity-steps section h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #5c5c5c;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-block-request-activities .request-activity-steps section h4 {
  margin: 0 0 11px 0;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-weight: 600;
}
.page-block-request-activities .request-activity-steps section p {
  font-size: 16px;
  line-height: 26px;
}

.page-block-hub-account-benefits {
  padding: 134px 0 128px 0;
}
.page-block-hub-account-benefits .benefit-buttons {
  padding: 50px 0 0 0;
}
.page-block-hub-account-benefits .benefit-buttons a {
  display: block;
  padding: 35px 100px 34px 39px;
  border: 1px solid #553062;
  background: #F6F6F6;
  position: relative;
  border-radius: 4px;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  font-weight: 600;
  width: calc(50% - 15px);
  float: left;
  display: block;
}
.page-block-hub-account-benefits .benefit-buttons a span {
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  color: #553062;
  letter-spacing: 1px;
}
.page-block-hub-account-benefits .benefit-buttons a:before {
  background: url(../images/arrow-link.svg) no-repeat right center;
  width: 21px;
  height: 12px;
  margin: -6px 0 0 0;
  top: 50%;
  right: 50px;
  display: block;
  content: "";
  position: absolute;
}
.page-block-hub-account-benefits .benefit-buttons a.benefit-button-login {
  float: right;
  background: #FFF;
}
.page-block-hub-account-benefits .benefit-buttons a:hover {
  color: #2C8287;
}
.page-block-hub-account-benefits .benefit-buttons a:hover:before {
  background-image: url(../images/arrow-link-dark-green.svg);
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  #activity-hub-sub-nav .container .sub-nav-right {
    right: 32px;
  }
}
@media all and (max-width: 1240px) and (min-width: 0px) {
  .page-block-activities-slider .activities-slider-wrapper {
    position: relative;
    padding: 0 0 0 0;
    margin: 0 -10px 0 -10px;
    overflow: hidden;
  }
  .page-block-activities-slider .activities-slider-wrapper .activities-slider {
    margin: 0 -10px 0 0;
    overflow: hidden;
  }
  .page-block-activities-slider .activities-slider-wrapper .activities-slider section {
    padding: 0 10px 32px 10px;
  }

  .page-block-request-activities .request-activity-steps section {
    width: 50%;
  }
  .page-block-request-activities .request-activity-steps section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #activity-hub-banner:before {
    height: 606px;
  }
  #activity-hub-banner .container {
    height: 728px;
  }
  #activity-hub-banner .activity-hub-banner {
    height: 728px;
  }
  #activity-hub-banner .activity-hub-banner .activity-hub-banner-content {
    padding: 62px 0 0 0;
    width: auto;
  }
  #activity-hub-banner .activity-hub-banner .activity-hub-banner-content h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  #activity-hub-banner .activity-hub-banner .activity-hub-banner-content form {
    margin: 0 0 28px 0;
  }
  #activity-hub-banner .activity-hub-banner .activity-hub-banner-content form input[type=text] {
    margin: 0 0 16px 0;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 20px;
  }
  #activity-hub-banner .activity-hub-banner .activity-hub-banner-content form .button {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  #activity-hub-banner .activity-hub-banner .activity-hub-banner-content p {
    text-align: center;
  }
  #activity-hub-banner .activity-hub-banner .activity-hub-banner-content .arrow-link {
    padding: 0 0 25px 0;
    font-size: 16px;
    line-height: 19px;
    display: block;
    text-align: center;
    background-position: center bottom;
  }
  #activity-hub-banner .activity-hub-banner .banner-image {
    position: absolute;
    top: auto;
    left: auto;
    right: 0px;
    width: 509px;
    bottom: 0px;
  }

  #activity-hub-sub-nav {
    display: block;
    overflow: auto;
    height: 50px;
    background: #FFF;
  }
  #activity-hub-sub-nav .container {
    margin: 0px;
    padding: 0px;
    width: 20000px;
    max-width: none;
    float: left;
  }
  #activity-hub-sub-nav .container .back-link {
    display: none;
  }
  #activity-hub-sub-nav .container .sub-nav-centre {
    float: left;
    width: auto;
    padding: 0 0 0 10px;
  }
  #activity-hub-sub-nav .container .sub-nav-right {
    float: left;
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    height: 50px;
    overflow: hidden;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul,
#activity-hub-sub-nav .container .sub-nav-right ul {
    margin: 0px;
    float: left;
    display: block;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul li,
#activity-hub-sub-nav .container .sub-nav-right ul li {
    border-bottom: 2px solid #FFF;
    padding: 0px;
    margin: 0 8px 0 0;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul li a,
#activity-hub-sub-nav .container .sub-nav-right ul li a {
    line-height: 48px;
    font-size: 14px;
    padding: 0 13px;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul li a.user-menu-toggle,
#activity-hub-sub-nav .container .sub-nav-right ul li a.user-menu-toggle {
    text-transform: none;
    letter-spacing: 0px;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul li.menu-item-has-children,
#activity-hub-sub-nav .container .sub-nav-right ul li.menu-item-has-children {
    padding: 0px;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul li.menu-item-has-children a,
#activity-hub-sub-nav .container .sub-nav-right ul li.menu-item-has-children a {
    padding: 0 24px 0 8px;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul li.current-menu-item,
#activity-hub-sub-nav .container .sub-nav-right ul li.current-menu-item {
    border-bottom: 2px solid #553062 !important;
  }
  #activity-hub-sub-nav .container .sub-nav-centre ul li.current-menu-item a,
#activity-hub-sub-nav .container .sub-nav-right ul li.current-menu-item a {
    color: #553062;
  }
  #activity-hub-sub-nav .container .sub-nav-right {
    margin: 0 0 0 13px;
    padding: 0 0 0 18px;
  }
  #activity-hub-sub-nav .container .sub-nav-right:before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 1px;
    height: 24px;
    background: #d7d7d7;
    content: "";
    display: block;
    margin: -12px 0 0 0;
  }

  .page-block-how-to-use {
    padding: 64px 0 0 0;
  }
  .page-block-how-to-use .image-and-content {
    display: block;
  }
  .page-block-how-to-use .image-and-content .image-left .video-link {
    float: left;
  }
  .page-block-how-to-use .image-and-content .content-wrapper {
    float: none;
    clear: both;
  }
  .page-block-how-to-use .image-and-content .content-wrapper article {
    padding: 32px 0 0 0 !important;
  }

  .page-block-hub-account-benefits .benefit-buttons a {
    float: none !important;
    width: auto;
    margin: 0 0 10px 0;
    font-size: 18px;
    padding: 18px 60px 18px 22px;
  }
  .page-block-hub-account-benefits .benefit-buttons a:before {
    right: 32px;
  }
  .page-block-hub-account-benefits .benefit-buttons a span {
    margin: 0px;
    font-size: 12px;
  }
}
@media all and (max-width: 700px) and (min-width: 0px) {
  #activity-hub-banner .activity-hub-banner .banner-image {
    width: 348px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-activities-slider {
    padding: 58px 0 64px 0;
  }
  .page-block-activities-slider header h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 22px 0;
  }
  .page-block-activities-slider .container {
    margin: 0px;
    padding: 0 0 0 20px;
  }
  .page-block-activities-slider .activities-slider-nav {
    display: none;
  }
  .page-block-activities-slider .activities-slider-wrapper {
    margin: 0 0 0 -20px;
  }
  .page-block-activities-slider .activities-slider-wrapper .activities-slider {
    margin: 0px;
  }
  .page-block-activities-slider .activities-slider-wrapper .activities-slider section {
    padding: 5px 0 34px 20px;
  }
  .page-block-activities-slider .activities-slider-wrapper .activities-slider .slick-arrow {
    display: block !important;
    left: 20px;
  }
  .page-block-activities-slider .activities-slider-wrapper .activities-slider .slick-arrow.slick-next {
    right: 20px;
  }

  .activity-card .activity-card-box {
    padding: 37px 24px 16px 24px;
  }

  .page-block-request-activities {
    padding: 70px 0;
  }
  .page-block-request-activities header {
    margin: 0 0 53px 0;
  }
  .page-block-request-activities header h5 {
    margin: 0 0 14px 0;
  }
  .page-block-request-activities header h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 19px 0p;
  }
  .page-block-request-activities header p {
    font-size: 16px;
    line-height: 28px;
  }
  .page-block-request-activities .request-activity-steps section {
    width: auto;
    float: none;
  }
  .page-block-request-activities .request-activity-steps section h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 11px 0;
  }
  .page-block-request-activities .request-activity-steps section p {
    font-size: 14px;
    line-height: 26px;
  }

  #activity-hub-favourites-banner {
    padding: 62px 0;
  }
  #activity-hub-favourites-banner .container {
    max-width: none;
    text-align: left;
  }
  #activity-hub-favourites-banner .container h1 {
    margin: 0 0 12px 0;
  }
  #activity-hub-favourites-banner .container h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 16px 0;
  }
  #activity-hub-favourites-banner .container p {
    font-size: 16px;
    line-height: 26px;
  }

  .page-block-favourite-activities {
    padding: 48px 0;
  }
}
.page-block-content .accordion {
  margin-bottom: 32px;
}
.page-block-content .accordion section {
  border-bottom: 1px solid #9599B9;
}
.page-block-content .accordion section header {
  position: relative;
}
.page-block-content .accordion section header a {
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  padding: 22px 80px 22px 0;
  cursor: pointer;
  color: #000000;
}
.page-block-content .accordion section header a:before {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  top: 20px;
  right: 8px;
  content: "";
  display: block;
}
.page-block-content .accordion section header a:hover, .page-block-content .accordion section header a:focus, .page-block-content .accordion section header a:active {
  box-shadow: none;
  color: #2C8287;
}
.page-block-content .accordion section .accordion-content {
  padding: 43px 0 23px 0;
  display: none;
  border-top: 1px solid #2C8287;
}
.page-block-content .accordion section.active {
  border-color: #2C8287;
}
.page-block-content .accordion section.active header a {
  color: #2C8287;
}
.page-block-content .accordion section.active header a:before {
  background-image: url(../images/accordion-minus.svg);
}
.page-block-content .accordion section.active .accordion-content {
  display: block;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-content .accordion section header a {
    padding-right: 40px;
    font-size: 20px;
    line-height: 26px;
  }
  .page-block-content .accordion section header a:before {
    right: 0px;
  }
}
.page-block-mailchimp form {
  max-width: 430px;
  position: relative;
}
.page-block-mailchimp form label {
  display: block;
  color: #FFF;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.page-block-mailchimp form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #F5F5F5;
  height: 64px;
  padding: 19px 120px 19px 28px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 12px 0;
  border: none;
  color: #595959;
  border-radius: 0px;
}
.page-block-mailchimp form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  box-shadow: 0 0 0 3px #2C8287;
}
.page-block-mailchimp form input[type=submit] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  height: 48px;
  padding: 14px 14px 15px 14px;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.page-block-mailchimp form input[type=submit]:focus {
  box-shadow: 0 0 0 3px #2C8287;
}
.page-block-mailchimp form .newsletter-checkbox {
  position: relative;
}
.page-block-mailchimp form .newsletter-checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.page-block-mailchimp form .newsletter-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 28px;
  font-size: 12px;
  line-height: 20px;
  color: #656565;
  cursor: pointer;
}
.page-block-mailchimp form .newsletter-checkbox label a {
  text-decoration: underline;
  color: #656565;
}
.page-block-mailchimp form .newsletter-checkbox label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  content: "";
  border: 2px solid #543062;
  border-radius: 2px;
  display: block;
}
.page-block-mailchimp form .newsletter-checkbox label:active, .page-block-mailchimp form .newsletter-checkbox label:focus {
  outline: none;
  box-shadow: 0 0 0 3px #2C8287;
}
.page-block-mailchimp form .newsletter-checkbox input:checked + label:before {
  background: url(../images/checkbox-white.svg) no-repeat center center #FFF;
}
.page-block-mailchimp form .newsletter-checkbox input:focus + label:before,
.page-block-mailchimp form .newsletter-checkbox input:active + label:before {
  outline: none;
  box-shadow: 0 0 0 3px #2C8287;
}

.page-block-full-width-video .video-link {
  background: #22254F;
  position: relative;
  height: 635px;
  overflow: hidden;
  display: block;
}
.page-block-full-width-video .full-width-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.page-block-full-width-video .full-width-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
}
.page-block-full-width-video .full-width-image:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(-88deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
}
.page-block-full-width-video .video-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 100px 0 70px 100px;
  width: 50%;
}
.page-block-full-width-video .video-content .video-play {
  z-index: 2;
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(../images/video-play.svg) no-repeat;
  top: 0px;
  left: 100px;
  transition: 0.3s ease-in-out;
}
.page-block-full-width-video .video-content h1,
.page-block-full-width-video .video-content h2,
.page-block-full-width-video .video-content h3,
.page-block-full-width-video .video-content h4,
.page-block-full-width-video .video-content h5,
.page-block-full-width-video .video-content h6 {
  color: #FFF;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 17px 0;
}
.page-block-full-width-video .video-content .video-description {
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  display: block;
}
.page-block-full-width-video:hover .full-width-image, .page-block-full-width-video:active .full-width-image, .page-block-full-width-video:focus .full-width-image {
  transform: scale(1.2);
}
.page-block-full-width-video:hover .video-content .video-play, .page-block-full-width-video:active .video-content .video-play, .page-block-full-width-video:focus .video-content .video-play {
  opacity: 0.8;
  transform: scale(1.2);
}

body .mfp-iframe-holder .mfp-close {
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
  width: auto;
  margin-bottom: 10px;
  display: block;
  float: right;
  font-weight: bold;
  opacity: 1;
  padding: 0 0 0 24px;
  right: 0px;
  top: -56px;
  background: url(../images/close-video.svg) no-repeat left center;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-full-width-video {
    height: auto;
  }
  .page-block-full-width-video .container {
    padding: 0px;
  }
  .page-block-full-width-video .full-width-image:before {
    background: rgba(0, 0, 0, 0.52);
  }
  .page-block-full-width-video .full-width-image:after {
    display: none;
  }
  .page-block-full-width-video .video-content {
    padding: 100px 32px 32px 32px;
    width: auto;
  }
  .page-block-full-width-video .video-content .video-play {
    left: 32px;
  }
}
.page-block-video-grid .video-cards {
  margin: 0 -16px;
}
.page-block-video-grid .video-cards section {
  float: left;
  width: 50%;
  padding: 0 16px 32px 16px;
}
.page-block-video-grid .video-cards section a {
  display: block;
}
.page-block-video-grid .video-cards section a .video-card-image {
  height: 0px;
  padding-top: 52%;
  display: block;
  position: relative;
  overflow: hidden;
}
.page-block-video-grid .video-cards section a .video-card-image .video-card-image-inside {
  background: none no-repeat center center #553062;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.page-block-video-grid .video-cards section a .video-card-image .video-play {
  z-index: 2;
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(../images/video-play.svg) no-repeat;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -38px;
  transition: 0.3s ease-in-out;
}
.page-block-video-grid .video-cards section a .video-card-content {
  position: relative;
  margin: 0 32px 0 0;
  background: #FFF;
}
.page-block-video-grid .video-cards section a .video-card-content:before {
  position: absolute;
  width: 100%;
  height: 38px;
  clip-path: polygon(0 0, 100% 56%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 56%, 100% 100%, 0% 100%);
  background: #FFF;
  display: block;
  top: -37px;
  content: "";
}
.page-block-video-grid .video-cards section a .video-card-content h3 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 6px 0 0 0;
  font-weight: 600;
}
.page-block-video-grid .video-cards section a .video-card-content .video-card-description {
  font-size: 18px;
  display: block;
  line-height: 28px;
  color: #5C5C5C;
  position: relative;
  z-index: 1;
}
.page-block-video-grid .video-cards section a:hover .video-card-image .video-card-image-inside, .page-block-video-grid .video-cards section a:active .video-card-image .video-card-image-inside, .page-block-video-grid .video-cards section a:focus .video-card-image .video-card-image-inside {
  transform: scale(1.2);
}
.page-block-video-grid .video-cards section a:hover .video-card-image .video-play, .page-block-video-grid .video-cards section a:active .video-card-image .video-play, .page-block-video-grid .video-cards section a:focus .video-card-image .video-play {
  opacity: 0.8;
  transform: scale(1.2);
}
.page-block-video-grid .video-cards section a:hover h3, .page-block-video-grid .video-cards section a:active h3, .page-block-video-grid .video-cards section a:focus h3 {
  color: #543062;
}
.page-block-video-grid .video-cards section:nth-child(2n+1) {
  clear: left;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-video-grid .video-cards section a .video-card-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .page-block-video-grid .video-cards section a .video-card-content .video-card-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-video-grid .video-cards section {
    width: auto;
    float: none;
  }
}
.home-news {
  background: url(../images/home-news-back.svg) no-repeat center center;
  position: relative;
  padding: 88px 0 96px 0;
  padding: 88px 0 126px 0;
}
.home-news:before {
  content: "";
  display: block;
  top: -1px;
  left: 0px;
  width: 100%;
  height: 50%;
  position: absolute;
  background: #f5f5f5;
  height: 40px;
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
}
.home-news .container {
  z-index: 1;
}
.home-news header {
  margin: 0 0 24px 0;
  position: relative;
}
.home-news header h2 {
  font-size: 32px;
  line-height: 39px;
}
.home-news header .arrow-link {
  margin: 0px;
  position: absolute;
  top: 16px;
  right: 0px;
}
.home-news .news-cards {
  margin: 0 -16px -32px -16px;
}
.home-news .news-cards section {
  padding: 0 16px 32px 16px;
}
.home-news .news-cards .arrow-link {
  color: #2C8287;
  background-image: url(../images/arrow-link-active.svg);
}
.home-news .news-cards .arrow-link:hover {
  color: #543062;
  background-image: url(../images/arrow-link.svg);
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .home-news .news-cards section:last-of-type {
    display: none;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .home-news header h2 {
    margin: 0 0 16px 0;
    font-size: 29px;
    line-height: 35px;
  }
  .home-news header .arrow-link {
    position: relative;
    top: auto;
    right: auto;
  }
}
.page-block-content-purple {
  background: #543062;
  padding: 118px 0;
}
.page-block-content-purple h1,
.page-block-content-purple h2,
.page-block-content-purple h3,
.page-block-content-purple h4,
.page-block-content-purple h5,
.page-block-content-purple h6,
.page-block-content-purple p,
.page-block-content-purple p a {
  color: #FFF;
}
.page-block-content-purple article p a:not([class]):hover {
  color: #FFF;
}

.page-block-content-grey {
  background: #F5F5F5;
  padding: 118px 0;
}

.page-block-content-green {
  background: #2C8287;
  padding: 118px 0;
}
.page-block-content-green h1,
.page-block-content-green h2,
.page-block-content-green h3,
.page-block-content-green h4,
.page-block-content-green h5,
.page-block-content-green h6,
.page-block-content-green p,
.page-block-content-green p a {
  color: #FFF;
}
.page-block-content-green article p a:not([class]):hover {
  color: #FFF;
}

@media all and (min-width: 1024px) {
  .page-block-content-purple article,
.page-block-content-grey article,
.page-block-content-green article {
    padding: 0 215px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content-purple,
.page-block-content-grey,
.page-block-content-green {
    padding: 32px 0;
  }
}
article .download-links {
  margin-bottom: 32px;
}
article .download-links ul li {
  padding: 0px;
  margin: 0 0 17px 0;
}
article .download-links ul li:before {
  display: none;
}
article .download-links ul li a {
  font-size: 20px;
  line-height: 30px;
  padding-left: 40px;
  text-transform: none;
  letter-spacing: 0px;
}
article .download-links ul li a svg {
  top: 6px;
}

.thinner-content .container {
  padding: 0 212px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .thinner-content .container {
    padding: 0 112px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .thinner-content .container {
    padding: 0 20px;
  }
}
.page-block-link-slider {
  position: relative;
  overflow: hidden;
  padding: 113px 0 32px 0;
}
.page-block-link-slider:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 313px;
  background: #F5F5F5;
  content: "";
  display: block;
}
.page-block-link-slider h2 {
  font-size: 32px;
  line-height: 39px;
  color: #000;
  margin: 0 0 36px 0;
}
.page-block-link-slider .link-slider {
  margin: 0 -16px;
}
.page-block-link-slider .link-slider section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.page-block-link-slider .link-slider section .link-card {
  background: #FFFFFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 38px 32px 64px 32px;
  min-height: 220px;
  position: relative;
}
.page-block-link-slider .link-slider section .link-card h4 {
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.page-block-link-slider .link-slider section .link-card a {
  position: absolute;
  bottom: 21px;
  left: 32px;
}
@media all and (min-width: 1024px) {
  .page-block-link-slider .link-slider .slick-dots {
    display: none !important;
  }
  .page-block-link-slider .link-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;
    top: -13px;
    right: 0px;
    background: #FFF;
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 0px;
    background: transparent;
    color: #553062;
    border: 2px solid #553062;
    overflow: hidden;
    display: block;
  }
  .page-block-link-slider .link-slider .slick-arrow svg {
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }
  .page-block-link-slider .link-slider .slick-arrow span {
    position: absolute;
    left: -9999px;
  }
  .page-block-link-slider .link-slider .slick-arrow.slick-prev {
    right: 70px;
  }
  .page-block-link-slider .link-slider .slick-arrow:hover {
    color: #FFF;
    background: #543062;
  }
  .page-block-link-slider .link-slider .slick-arrow:focus {
    color: #FFF;
    background: #543062;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-link-slider .link-slider .slick-dots {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 4px 0 0 0;
  }
  .page-block-link-slider .link-slider .slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  .page-block-link-slider .link-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: 4px;
    height: 4px;
    border: 1px solid #A2A2A2;
    background: #FFF;
  }
  .page-block-link-slider .link-slider .slick-dots li.slick-active button {
    border: 1px solid #543062;
    background: #543062;
  }
  .page-block-link-slider .link-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: 16px;
    width: 16px;
    height: 16px;
    display: block;
  }
  .page-block-link-slider .link-slider .slick-arrow.slick-prev {
    left: 32px;
  }
  .page-block-link-slider .link-slider .slick-arrow.slick-next {
    right: 32px;
    left: auto;
  }
  .page-block-link-slider .link-slider .slick-arrow svg {
    width: 14px;
    height: 14px;
  }
  .page-block-link-slider .link-slider .slick-arrow span {
    position: absolute;
    left: -9999px;
  }
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  .page-block-link-slider .link-slider {
    margin: 0 -8px;
  }
  .page-block-link-slider .link-slider section {
    padding: 0 8px 32px 8px;
  }
  .page-block-link-slider .link-slider .slick-arrow {
    right: 32px;
  }
  .page-block-link-slider .link-slider .slick-arrow.slick-prev {
    right: 102px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-link-slider {
    padding: 42px 0 32px 0;
  }
  .page-block-link-slider:before {
    height: 173px;
  }
  .page-block-link-slider h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .page-block-link-slider .link-slider section .link-card h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
body.page-template-page-evaluation-reports .page-header {
  height: 305px;
  padding: 93px 0 0 0;
}

@media all and (min-width: 1024px) {
  body.page-id-479 .page-header {
    background: url(../images/impact-evaluations-header-graphic.svg) no-repeat 70% center #F5F5F5;
  }
}
.page-block-select-evaluation-report-category {
  padding: 50px 0 42px 0;
}
.page-block-select-evaluation-report-category header h3 {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 29px 0;
}
.page-block-select-evaluation-report-category .evaluation-report-categories {
  margin: 0 -31px;
}
.page-block-select-evaluation-report-category .evaluation-report-categories li {
  display: block;
  float: left;
  width: 14.2857143%;
  padding: 0 31px 42px 31px;
  text-align: center;
}
.page-block-select-evaluation-report-category .evaluation-report-categories li .evaluation-report-category-icon {
  display: block;
  width: 117px;
  height: 117px;
  border-radius: 100%;
  background: none no-repeat center center #F5F5F5;
  margin: 0 auto 11px auto;
}
.page-block-select-evaluation-report-category .evaluation-report-categories li .evaluation-report-category-title {
  font-size: 18px;
  line-height: 23px;
  color: #543062;
  margin: 0 -31px;
  display: block;
}

.page-block-evaluation-reports {
  padding: 92px 0 80px 0;
}
.page-block-evaluation-reports header h3 {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 34px 0;
}
.page-block-evaluation-reports header h3 strong {
  color: #5C5C5C;
}
.page-block-evaluation-reports .evaluation-reports section {
  margin: 0 0 45px 0;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report {
  display: block;
  background: #FFF;
  position: relative;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.05);
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  float: left;
  width: 27%;
  height: 100%;
  text-align: center;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-image img {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details {
  float: right;
  width: 73%;
  padding: 34px 44px 34px 40px;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details h3 {
  font-size: 29px;
  line-height: 35px;
  margin: 0 0 22px 0;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details .evaluation-report-link {
  padding: 0 0 0 35px;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 40px 0;
  background: url(../images/icon-link.svg) no-repeat left center;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details .evaluation-report-link a {
  text-decoration: underline;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details p {
  margin: 0 0 27px 0;
}
.page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details .evaluation-report-categories-links a {
  display: inline-block;
  padding: 4px 12px;
  background: #543062;
  margin: 0 3px 1px 0;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  font-weight: 600;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports {
  margin: 0 -16px;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section:nth-child(3n+1) {
  clear: left;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report {
  padding: 204px 0 0 0;
  position: relative;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-image {
  height: 204px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-image span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report:hover .evaluation-report-image span {
  transform: scale(1.2);
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-details {
  padding: 25px 32px 106px 32px;
  min-height: 276px;
  float: none;
  width: auto;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-details h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 10px 0;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-details p {
  font-size: 14px;
  line-height: 24px;
  color: #5C5C5C;
  margin: 0px;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-details .button {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-details .button:hover {
  background: #2C8287;
  color: #FFF;
}
.page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-details .evaluation-report-categories-links {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 10;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider {
  position: relative;
  padding: 120px 0 0 0;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider:before {
  width: 100%;
  height: 513px;
  background: #553062;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider .container {
  z-index: 1;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider header {
  position: relative;
  padding: 0 420px 0 0;
  margin: 0 0 53px 0;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider header .button {
  position: absolute;
  top: 32px;
  right: 0px;
  padding-left: 18px;
  padding-right: 18px;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider header h2 {
  font-size: 29px;
  line-height: 35px;
  color: #FFF;
  margin: 0 0 19px 0;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider header p {
  font-size: 18px;
  line-height: 29px;
  color: #FFF;
}
.page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports section {
  float: left !important;
  clear: none !important;
}
@media all and (min-width: 1024px) {
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-dots {
    display: none !important;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-arrow {
    z-index: 100;
    position: absolute;
    top: 34px;
    color: #FFF;
    right: 298px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid #FFF;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-arrow svg {
    position: absolute;
    top: 14px;
    left: 8px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-arrow.slick-prev {
    right: 356px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-arrow.slick-prev svg {
    left: 7px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-arrow:hover, .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-arrow:active, .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports .slick-arrow:focus {
    background: #FFF;
    color: #2C8287;
  }
}

@media all and (max-width: 1300px) and (min-width: 0px) {
  body.page-template-page-evaluation-reports .page-header {
    height: 263px;
  }

  .page-block-select-evaluation-report-category .evaluation-report-categories {
    margin: 0px;
  }
  .page-block-select-evaluation-report-category .evaluation-report-categories li {
    padding: 0 0 38px 0;
  }
  .page-block-select-evaluation-report-category .evaluation-report-categories li .evaluation-report-category-icon {
    width: 98px;
    height: 98px;
  }
  .page-block-select-evaluation-report-category .evaluation-report-categories li .evaluation-report-category-title {
    font-size: 14px;
    line-height: 19px;
    margin: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-select-evaluation-report-category .evaluation-report-categories {
    margin: 0px;
    text-align: center;
  }
  .page-block-select-evaluation-report-category .evaluation-report-categories li {
    width: 25%;
    float: none;
    display: inline-block;
  }

  .page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section {
    width: 50%;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section:nth-child(2n+1) {
    clear: left;
  }

  .page-block-evaluation-reports.page-block-evaluation-reports-slider {
    padding: 64px 0;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .container {
    padding: 0 20px 86px 20px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider header {
    padding: 0px;
    position: static;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider header .button {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 0px;
    color: #2C8287 !important;
    border-color: #2C8287 !important;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider {
    position: relative;
    margin: 0 -10px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider section {
    padding: 0 10px 32px 10px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow {
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 110;
    color: #543062;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow .button-text {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow .button-circle {
    display: none !important;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow:hover, .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow:active, .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #543062 !important;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow:hover .button-text, .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow:active .button-text, .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow:focus .button-text {
    color: #543062 !important;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow.slick-next {
    left: auto;
    right: 10px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-dots {
    display: block;
    bottom: -8px;
    left: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 100;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-dots li {
    display: inline-block;
    margin: 0 2px;
    height: 24px;
    line-height: 24px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 0px;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: relative;
    border: none;
    opacity: 0.5;
    background: #553062;
    position: relative;
    top: -3px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-slider .evaluation-reports-slider .slick-dots li.slick-active button {
    opacity: 1;
    background: #553062;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-select-evaluation-report-category .evaluation-report-categories li {
    width: 33.3%;
  }

  .page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 9px 0;
  }
  .page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details .evaluation-report-link {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 22px 0;
  }
  .page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details p {
    margin: 0 0 22px 0;
  }

  .page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section {
    width: auto;
    float: none;
    padding-bottom: 0px;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-evaluation-reports.page-block-evaluation-reports-grid .evaluation-reports section .evaluation-report .evaluation-report-details {
    min-height: 0px;
  }
}
@media all and (max-width: 639px) and (min-width: 0px) {
  .page-block-select-evaluation-report-category .evaluation-report-categories li {
    width: 50%;
  }

  .page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-image {
    height: 300px;
    float: none;
    width: auto;
    position: relative;
  }
  .page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-image-logo {
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 24px;
  }
  .page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-image-logo img {
    top: auto;
    -ms-transform: none;
    transform: none;
  }
  .page-block-evaluation-reports .evaluation-reports section .evaluation-report .evaluation-report-details {
    float: none;
    width: auto;
    padding: 24px;
  }
}
.stat-counter {
  width: calc(50% - 15px);
  float: left;
  display: block;
  height: 241px;
  background: url(../images/stat-counter-back.svg) no-repeat center bottom #5CC6CB;
  padding: 111px 36px 0 36px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  color: #000;
  text-align: center;
  position: relative;
}
.stat-counter:before {
  position: absolute;
  width: 15px;
  top: 0px;
  height: 101%;
  background: #FFF;
  left: -1px;
  content: "";
  display: block;
  clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
}
.stat-counter:after {
  position: absolute;
  width: 15px;
  top: 0px;
  height: 101%;
  background: #FFF;
  right: -1px;
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}
.stat-counter .stat-counter-number {
  position: absolute;
  top: 53px;
  font-size: 40px;
  line-height: 49px;
  left: 0px;
  width: 100%;
  font-weight: bold;
}
.stat-counter.stat-counter-right {
  float: right;
}
.stat-counter.stat-counter-right:before {
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}
.stat-counter.stat-counter-right:after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .stat-counter {
    width: auto;
    float: none !important;
    margin: 0 0 10px 0;
    background-size: 100% auto;
  }
}
@media all and (min-width: 1200px) {
  #site-wrapper {
    position: relative;
    margin-bottom: 369px;
    z-index: 10;
    background: #FFF;
  }

  #site-footer {
    position: fixed;
    bottom: 60px;
    width: 100%;
    z-index: 0;
  }

  #bottom-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 0;
  }
}
#site-footer {
  background: #543062;
  padding: 60px 0 60px 0;
}
#site-footer h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #FFF;
  margin: 0 0 3px 0;
}
#site-footer aside.footer-left {
  float: left;
  width: 32%;
}
#site-footer aside.footer-left .footer-left-logos {
  padding: 6px 0 25px 0;
}
#site-footer aside.footer-left .footer-left-logos img {
  display: block;
  float: left;
  margin: 0 47px 0 0;
}
#site-footer aside.footer-left p {
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  max-width: 302px;
}
#site-footer aside.footer-menu {
  float: left;
  width: 21%;
}
#site-footer aside.footer-menu h5 {
  margin: 0 0 12px 0;
}
#site-footer aside.footer-menu ul li {
  margin: 0 0 16px 0;
}
#site-footer aside.footer-menu ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
#site-footer aside.footer-menu ul li a:hover {
  color: #D6CDD8;
  border-color: #D6CDD8;
}
#site-footer aside.footer-social {
  width: 16%;
}
#site-footer aside.footer-newsletter {
  width: 31%;
  float: left;
}
#site-footer aside.footer-newsletter p {
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  margin: 0 0 12px 0;
}
#site-footer aside.footer-newsletter form {
  position: relative;
}
#site-footer aside.footer-newsletter form label {
  display: block;
  color: #FFF;
  margin: 0 0 10px 0;
  font-size: 16px;
}
#site-footer aside.footer-newsletter form input[type=email] {
  background: #FFF;
  height: 64px;
  padding: 19px 120px 19px 28px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 12px 0;
  border: none;
  color: #595959;
  border-radius: 0px;
}
#site-footer aside.footer-newsletter form input[type=email]:focus {
  box-shadow: 0 0 0 3px #2C8287;
}
#site-footer aside.footer-newsletter form input[type=submit] {
  position: absolute;
  top: 34px;
  right: 8px;
  z-index: 10;
  height: 48px;
  padding: 14px 14px 15px 14px;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
#site-footer aside.footer-newsletter form input[type=submit]:focus {
  box-shadow: 0 0 0 3px #2C8287;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox {
  position: relative;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 28px;
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  cursor: pointer;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox label a {
  text-decoration: underline;
  color: #FFF;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  content: "";
  border: 2px solid #FFF;
  border-radius: 2px;
  display: block;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox label:active, #site-footer aside.footer-newsletter form .newsletter-checkbox label:focus {
  outline: none;
  box-shadow: 0 0 0 3px #2C8287;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox input:checked + label:before {
  background: url(../images/checkbox-white.svg) no-repeat center center #FFF;
}
#site-footer aside.footer-newsletter form .newsletter-checkbox input:focus + label:before,
#site-footer aside.footer-newsletter form .newsletter-checkbox input:active + label:before {
  outline: none;
  box-shadow: 0 0 0 3px #2C8287;
}
#site-footer aside.footer-contact {
  float: left;
  width: 21%;
}
#site-footer aside.footer-contact ul li {
  padding: 0 0 0 35px;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 17px 0;
  color: #FFF;
}
#site-footer aside.footer-contact ul li a {
  color: #FFF;
}
#site-footer aside.footer-contact ul li a:hover {
  color: #D6CDD8;
}
#site-footer aside.footer-contact ul li.contact-phone {
  background: url(../images/icon-phone.svg) no-repeat left center;
}
#site-footer aside.footer-contact ul li.contact-email {
  background: url(../images/icon-email.svg) no-repeat left center;
}
#site-footer aside.footer-contact ul li.contact-twitter {
  background: url(../images/icon-twitter.svg) no-repeat left center;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  #site-footer aside.footer-left {
    width: 40%;
  }
  #site-footer aside.footer-menu {
    width: 30%;
  }
  #site-footer aside.footer-contact {
    width: 30%;
  }
  #site-footer aside.footer-newsletter {
    width: auto;
    float: none;
    padding-top: 32px;
    clear: both;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer aside.footer-left {
    width: auto;
    float: none;
    padding: 0 0 60px 0;
  }
  #site-footer aside.footer-menu {
    width: 50%;
    padding: 0;
  }
  #site-footer aside.footer-contact {
    width: 50%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #site-footer {
    padding: 55px 0 35px 0;
  }
  #site-footer aside.footer-left {
    width: auto;
    float: none;
    padding: 0 0 32px 0;
  }
  #site-footer aside.footer-left .footer-left-logos img {
    margin: 0px;
  }
  #site-footer aside.footer-left .footer-left-logos img.ofs-footer-logo {
    float: right;
  }
  #site-footer aside.footer-left p {
    max-width: none;
  }
  #site-footer aside.footer-menu {
    width: 65%;
  }
  #site-footer aside.footer-menu ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  #site-footer aside.footer-social {
    width: 35%;
  }
  #site-footer aside.footer-contact {
    width: auto;
    float: none;
    padding: 40px 0 0 0;
  }
}
#bottom-footer {
  background: #41204D;
  padding: 20px 0;
}
#bottom-footer p {
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  float: left;
}
#bottom-footer p.website-credit {
  float: right;
}
#bottom-footer p a {
  color: #FFF;
  text-decoration: underline;
}
#bottom-footer ul {
  position: absolute;
  left: 50%;
  width: 400px;
  text-align: center;
  margin: 0 0 0 -200px;
}
#bottom-footer ul li {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 0 16px;
}
#bottom-footer ul li a {
  color: #FFF;
  text-decoration: underline;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  #bottom-footer .container {
    padding: 8px 20px;
  }
  #bottom-footer ul {
    position: absolute;
    left: auto;
    width: 120px;
    right: 20px;
    top: 0px;
    margin: 0px;
  }
  #bottom-footer ul li {
    display: block;
    text-align: right;
    padding: 0px;
  }
  #bottom-footer p {
    float: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>