@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * This application file (ntest.scss) is where all the partials are
 * imported.
 */
@import url(../../neato/bower_components/normalize.css/normalize.css);
html {
  box-sizing: border-box;
}

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

.col-with-sidebar, .col-sidebar, .col-half {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-with-sidebar::after, .col-sidebar::after, .col-half::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 950px) {
  .col-with-sidebar {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
    position: relative;
  }
  .col-with-sidebar:last-child {
    margin-right: 0;
  }
  .col-sidebar {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
    position: relative;
  }
  .col-sidebar:last-child {
    margin-right: 0;
  }
  .col-half {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
    position: relative;
  }
  .col-half:last-child {
    margin-right: 0;
  }
  .col-half:nth-child(2n) {
    margin-right: 0;
  }
  .col-half:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 950px) {
  body {
    min-width: 950px;
  }
}

button, input[type="button"], input[type="reset"], input[type="submit"], a.button, .atc-btn > a {
  color: #230047;
  appearance: none;
  background: none;
  border: 2px solid #ff2973;
  border-radius: 10em;
  cursor: pointer;
  display: inline-block;
  font-family: "Museo Sans", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  padding: 1em 3em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0.5em 0;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.button:hover, a.button:focus, .atc-btn > a:hover, .atc-btn > a:focus {
  background-color: #ff2973;
  color: #fff;
  outline: none;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, a.button:disabled, .atc-btn > a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button.white-text, input[type="button"].white-text, input[type="reset"].white-text, input[type="submit"].white-text, a.button.white-text, .atc-btn > a.white-text {
  color: white;
}

button.solid-pink, input[type="button"].solid-pink, input[type="reset"].solid-pink, input[type="submit"].solid-pink, a.button.solid-pink, .atc-btn > a.solid-pink {
  background-color: #ff2973;
  color: white;
  margin-right: 0.5em;
}

button.solid-pink:hover, input[type="button"].solid-pink:hover, input[type="reset"].solid-pink:hover, input[type="submit"].solid-pink:hover, a.button.solid-pink:hover, .atc-btn > a.solid-pink:hover {
  background-color: #e62568;
  border-color: #e62568;
}

button.document-button, input[type="button"].document-button, input[type="reset"].document-button, input[type="submit"].document-button, a.button.document-button, .atc-btn > a.document-button {
  background-color: #230047;
  color: white;
  background-image: url("../img/svg/src/pdf_icon.svg");
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: 25px 10px;
  padding: 0.8em 2em 0.8em 3.5em;
  text-transform: none;
  border-color: #230047;
}

button.document-button:hover, input[type="button"].document-button:hover, input[type="reset"].document-button:hover, input[type="submit"].document-button:hover, a.button.document-button:hover, .atc-btn > a.document-button:hover {
  background-color: #200040;
  border-color: #200040;
}

@media screen and (max-width: 767px) {
  a.button.document-button {
    background-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  a.button.document-button {
    background-position: 1em;
    font-size: 12px;
    line-height: 22px;
  }
}

/* Button container */
.progress-button {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  margin: 10px;
}

/* Button style */
.progress-button button {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 250px;
  height: 70px;
  border: 2px solid #1ECD97;
  border-radius: 40px;
  background: transparent;
  color: #1ECD97;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}

.progress-button button:hover {
  background-color: #1ECD97;
  color: #fff;
}

.progress-button button:focus {
  outline: none;
}

/* Text (transition for when returning to initial state) */
.progress-button button span {
  -webkit-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
}

/* Common style of SVGs */
.progress-button svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.progress-button svg path {
  opacity: 0;
  fill: none;
}

.progress-button svg.progress-circle path {
  stroke: #1ECD97;
  stroke-width: 5;
}

.progress-button svg.checkmark path,
.progress-button svg.cross path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 4;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

/* Loading, success and error effects */
.loading.progress-button button {
  width: 70px;
  /* make a circle */
  border-width: 5px;
  border-color: #ddd;
  background-color: transparent;
  color: #fff;
}

.loading.progress-button span {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
  opacity: 0;
  /* keep it hidden in all states */
}

.success.progress-button button,
.error.progress-button button {
  -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
  transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}

.success.progress-button button {
  border-color: #1ECD97;
  background-color: #1ECD97;
}

.error.progress-button button {
  border-color: #FB797E;
  background-color: #FB797E;
}

.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

fieldset {
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Museo Sans", "Helvetica", Arial, sans-serif;
  font-size: 1em;
}

label {
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Museo Sans", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"].is-valid, input[type="color"].is-valid:hover, input[type="date"].is-valid, input[type="date"].is-valid:hover, input[type="datetime"].is-valid, input[type="datetime"].is-valid:hover, input[type="datetime-local"].is-valid, input[type="datetime-local"].is-valid:hover, input[type="email"].is-valid, input[type="email"].is-valid:hover, input[type="month"].is-valid, input[type="month"].is-valid:hover, input[type="number"].is-valid, input[type="number"].is-valid:hover, input[type="password"].is-valid, input[type="password"].is-valid:hover, input[type="search"].is-valid, input[type="search"].is-valid:hover, input[type="tel"].is-valid, input[type="tel"].is-valid:hover, input[type="text"].is-valid, input[type="text"].is-valid:hover, input[type="time"].is-valid, input[type="time"].is-valid:hover, input[type="url"].is-valid, input[type="url"].is-valid:hover, input[type="week"].is-valid, input[type="week"].is-valid:hover, input:not([type]).is-valid, input:not([type]).is-valid:hover, textarea.is-valid, textarea.is-valid:hover,
select[multiple=multiple].is-valid,
select[multiple=multiple].is-valid:hover {
  border-color: #4cc794;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #b1b1b1;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #ff2973;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 16, 98, 0.7);
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd;
}

input[type="submit"] {
  border-radius: 1.5em;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
}

.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 1em;
  border-radius: 2px;
  cursor: pointer;
}

.select .placeholder:hover {
  background: #34383c;
}

.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}

.select.is-open .placeholder:after {
  content: '\f077';
}

.select.is-open ul {
  display: block;
}

.select.select--white .placeholder {
  background: #fff;
  color: #999;
}

.select.select--white .placeholder:hover {
  background: #fafafa;
}

.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
}

.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}

.select ul li:hover {
  background: #4ebbf0;
  color: #fff;
}

@font-face {
  font-family: 'nlicons';
  src: url("../fonts/nlicons/nlicons.eot");
  src: url("../fonts/nlicons/nlicons.eot?#iefix") format("embedded-opentype"), url("../fonts/nlicons/nlicons.woff") format("woff"), url("../fonts/nlicons/nlicons.ttf") format("truetype"), url("../fonts/nlicons/nlicons.svg#nlicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nl-form {
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
}

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nl-field {
  display: inline-block;
  position: relative;
}

.nl-field.nl-field-open {
  z-index: 10000;
}

.nl-field-toggle,
.nl-form select {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid;
}

.nl-field ul {
  text-align: left;
  position: absolute;
  visibility: hidden;
  background: white;
  left: -0.5em;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
  color: #230047;
  position: relative;
}

.nl-dd ul li {
  padding: 0 1.5em 0 0.5em;
  cursor: pointer;
  white-space: nowrap;
}

.nl-dd ul li:hover {
  background: #f4f3f5;
}

.nl-dd ul li.nl-dd-checked {
  color: #ff2973;
}

.no-touch .nl-dd ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.no-touch .nl-dd ul li:hover:active {
  color: #ff2973;
}

.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3;
}

.nl-ti-text ul {
  min-width: 5em;
}

.nl-ti-text ul li.nl-ti-input input {
  width: 100%;
  padding: 0.5em 2em 0.5em 0.5em;
  border-bottom: none;
  color: #ff2973;
  margin-bottom: 0;
}

.nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: #ff2973;
  width: 1.8em;
  text-align: center;
  color: transparent;
}

.nl-field-go:before {
  content: "\e001";
  font-size: 90%;
  color: #fff;
  width: 100%;
  line-height: 2.5;
  display: block;
}

input::-webkit-input-placeholder {
  color: rgba(198, 161, 212, 0.8);
}

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: rgba(198, 161, 212, 0.2);
}

input::-moz-placeholder {
  color: rgba(198, 161, 212, 0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
  color: rgba(198, 161, 212, 0.2);
}

input:-ms-input-placeholder {
  color: rgba(198, 161, 212, 0.8);
}

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  color: rgba(198, 161, 212, 0.2);
}

.nl-ti-text ul li.nl-ti-example {
  display: none;
}

.nl-ti-text ul li.nl-ti-example em {
  color: #fff;
}

#nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

#nl-overlay.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

/* Added 7 April to add nl-overlay back into styles */
/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.5);*/
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay,
.nl-overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

/* End */
.nl-field-toggle {
  border-bottom: none;
  text-transform: lowercase;
}

.nl-field-toggle:after {
  content: '';
  background-image: url(../img/svg/src/chevron-down-pink.svg);
  display: inline-block;
  width: 0.67em;
  height: 0.44em;
  margin-left: 0.4em;
  margin-bottom: 0.1em;
}

.js-form-item {
  display: inline-block;
  padding: 0 0.3em;
  margin: 0 !important;
}

.js-form-item:last-child {
  padding-right: 0;
}

.form-type-select select {
  font: 1em 'museo-sans';
  font-weight: 100;
  background: white;
  border-color: #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em 2em 0.5em 0.5em;
  background: url("/themes/eshtheme/img/svg/src/select-arrow.svg") no-repeat right #fff;
}

.ui-widget-content {
  border: none;
  background: none;
}

.ui-widget-content table tbody tr:first-child td {
  border-top: none;
}

.ui-datepicker {
  background: white;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #230047;
  background: #f4f3f5;
  margin-bottom: 10px;
  border: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  vertical-align: text-top;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 8px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  right: auto;
  top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  left: auto;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: 10px 0px 0px 12px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: 10px 0px 0px 9px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #ff2973;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #ff2973;
  margin-bottom: 5px;
  font-size: 13px;
}

.ui-state-default {
  display: block !important;
  text-decoration: none !important;
  color: #b5b5b5 !important;
  text-align: center !important;
  border: none !important;
  line-height: 40px;
  background: none !important;
  font-size: 12px;
}

.ui-state-hover {
  background: rgba(0, 0, 0, 0.02) !important;
}

.ui-state-highlight {
  color: #8dd391;
}

.ui-state-active {
  color: #5ed1cc;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  display: inline-block;
  width: 30%;
}

.ui-datepicker-title select {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.26);
  border: none;
}

/* Remove focus */
.ui-datepicker-title select:focus {
  outline: none;
}

/* Hide label */
.ui-datepicker-title label {
  display: none;
}

/* Use custom arrow */
.ui-datepicker-title select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mdl-selectfield {
  font-family: 'Roboto','Helvetica','Arial',sans-serif;
  position: relative;
}

.ui-datepicker-title:after, .ui-datepicker-title:before {
  position: absolute;
  top: 1.45em;
  right: 4.5em;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: .25em solid transparent;
  border-right: .25em solid transparent;
  border-top: 0.375em solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.ui-datepicker-title:before {
  right: 9em;
}

.collapse-processed > summary:before {
  content: none;
}

.hidden-form {
  display: none;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

.article-content ul, .article-content ol, .content-page + h1 + .outer-wrapper ul, .content-page + h1 + .outer-wrapper ol {
  margin: 0.75em 0;
  padding: 0 1em;
}

.article-content li:before, .content-page + h1 + .outer-wrapper li:before {
  content: "";
  background-color: #ff2973;
  border-radius: 50%;
  display: block;
  height: 0.4em;
  width: 0.4em;
  left: -1em;
  top: 0.9em;
  position: relative;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #230047;
  font-family: "Museo Sans", "Helvetica", Arial, sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Museo Sans", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: 300;
}

h1 {
  font-size: 3.75em;
  font-weight: 100;
}

h2 {
  font-size: 3em;
  font-weight: 100;
}

h3 {
  font-size: 2.5em;
  font-weight: 100;
}

h4 {
  font-size: 1.325em;
  font-weight: 100;
}

h5 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 100;
}

.large-text {
  font-size: 1.875em;
  line-height: 1.325em;
  font-weight: 100 !important;
}

.small-text {
  font-size: 0.875rem;
  line-height: 1.5;
}

.gradient-text {
  position: relative;
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text:before {
  position: absolute;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: '';
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
}

.line-heading {
  position: relative;
}

.line-heading:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #250c3a;
  border-radius: 4px;
  position: absolute;
  top: -15px;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #ff2973;
  text-decoration: none;
  transition: color 150ms ease;
  font-weight: 700;
}

a:active, a:focus, a:hover {
  color: #ff2973;
}

.link-slideup {
  z-index: 1;
  position: relative;
}

.link-slideup a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  color: #ff2973;
  vertical-align: bottom;
  text-decoration: none;
  white-space: nowrap;
}

.link-slideup a:before {
  position: absolute;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ff2973;
  content: '';
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
}

.link-slideup a:active, .link-slideup a:focus, .link-slideup a:hover {
  color: white;
  outline: 0;
}

.link-slideup a:active:before, .link-slideup a:focus:before, .link-slideup a:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

blockquote {
  font-size: 0.9em;
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 1.5em;
  position: relative;
}

blockquote:before {
  content: '';
  display: block;
  width: 40px;
  height: 25px;
  background-image: url("../img/quote.svg");
  position: absolute;
  left: -2.5em;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.centre-text {
  text-align: center;
}

.white-links {
  color: white;
}

.white-links.link-slideup a {
  color: white;
}

.white-links.link-slideup a:before {
  background-color: white;
}

.white-links.link-slideup a:active, .white-links.link-slideup a:focus, .white-links.link-slideup a:hover {
  color: #ff2973;
}

.purple-links {
  color: #230047;
}

.purple-links.link-slideup a {
  color: #230047;
}

.purple-links.link-slideup a:before {
  background-color: #230047;
}

.purple-links.link-slideup a:active, .purple-links.link-slideup a:focus, .purple-links.link-slideup a:hover {
  color: white;
}

.bold-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 950px) {
  h1 {
    font-size: calc(3.75em * 0.8);
  }
  h2 {
    font-size: calc(3em * 0.8);
  }
  h3 {
    font-size: calc(2.5em * 0.7);
  }
  .large-text {
    font-size: calc(1.875em * 0.8);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.8em;
  }
}

.parallax-window {
  position: relative;
  width: 100%;
}

.parallax-window .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.parallax-window {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  transition: height 0.5s ease-in-out;
}

.parallax-static-content {
  position: relative;
  z-index: 9;
}

.parallax-static-content h1 {
  margin-bottom: 0;
  color: white;
  text-align: center;
}

.parallax-background {
  background-position: top;
  background-size: cover;
  background-color: #230047;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
}

body {
  margin: 0;
  padding: 0;
}

main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

main::after {
  clear: both;
  content: "";
  display: table;
}

.sticky-wrapper {
  position: relative;
}

.inline {
  display: inline-block;
}

.fixed {
  position: relative;
}

.contained > .field, .contained .view, .contained .parallax-static-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.contained > .field::after, .contained .view::after, .contained .parallax-static-content::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1340px) {
  .contained > .field, .contained .view, .contained .parallax-static-content {
    padding: 0 20px;
  }
}

.full-width .view, .panel-full-width, .panel-half-width, .panel-third {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.full-width .view::after, .panel-full-width::after, .panel-half-width::after, .panel-third::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 950px) {
  .panel-half-width {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%;
  }
  .panel-half-width:last-child {
    margin-right: 0;
  }
  .panel-half-width:nth-child(2n) {
    margin-right: 0;
  }
  .panel-half-width:nth-child(2n+1) {
    clear: left;
  }
  .panel-third {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
    padding: 3em 0;
  }
  .panel-third:last-child {
    margin-right: 0;
  }
  .panel-third:nth-child(3n) {
    margin-right: 0;
  }
  .panel-third:nth-child(3n+1) {
    clear: left;
  }
  .fixed {
    position: fixed;
  }
  .panel-2col-stacked-custom .panel-half-width:first-child {
    margin-left: 50.58255%;
  }
  .panel-2col-stacked-custom .panel-half-width:nth-child(2) {
    margin-left: -101.16509%;
  }
}

.outer-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.outer-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1340px) {
  .outer-wrapper {
    padding: 0 20px;
  }
}

.block-page-title, .block-entity-fieldnodetitle, .block-state-title-block {
  background: #f4f3f5;
  text-align: center;
}

.block-state-title-block h3 {
  padding: 0.5em;
  margin-bottom: 0;
}

.page-title, .block-entity-fieldnodetitle .field--name-title {
  margin: 0;
  font-size: 2.5em;
  padding: 0.5em;
  display: block;
}

.outer-wrapper.padding-top {
  padding-top: 6em;
}

.block-purple {
  background: #230047;
  color: white;
}

.block-grey {
  background: #f4f3f5;
  color: #230047 !important;
}

.block-padding {
  padding: 6em 0;
}

.page-padding {
  padding: 3em 0;
}

.video-embed-field-responsive-video {
  margin: 2em 0;
}

.height-0 {
  height: 0;
}

.content-page .parallax-background {
  background-image: url("../img/backgrounds/ambulance-bg.jpg");
}

.anchor-link {
  position: absolute;
  margin-top: -132px;
  visibility: hidden;
}

.status-messages .error {
  background-color: #fbe3e4;
  color: #97161b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}

.status-messages .error a {
  color: #6a0f13;
  text-decoration: underline;
}

.status-messages .error a:focus, .status-messages .error a:hover {
  color: #110203;
}

.status-messages .status {
  background-color: #e6efc2;
  color: #56651a;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}

.status-messages .status a {
  color: #333c10;
  text-decoration: underline;
}

.status-messages .status a:focus, .status-messages .status a:hover {
  color: black;
}

.status-messages .notice {
  background-color: #e5edf8;
  color: #244e87;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}

.status-messages .notice a {
  color: #19375f;
  text-decoration: underline;
}

.status-messages .notice a:focus, .status-messages .notice a:hover {
  color: #04080e;
}

.status-messages .warning {
  background-color: #fff6bf;
  color: #8c7800;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em 0.75em 50px;
  border-radius: 5px;
}

.status-messages .warning a {
  color: #594c00;
  text-decoration: underline;
}

.status-messages .warning a:focus, .status-messages .warning a:hover {
  color: black;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table th {
  text-align: left;
}

table td {
  line-height: 1.5;
}

table tbody tr:first-child td {
  border-top: 2px solid #ddd;
}

table th {
  background-color: white;
  border-bottom: 0px;
  padding: 0.75em 1em;
}

table tbody {
  background-color: #fff;
}

table tbody td {
  border-bottom: 0px;
  border-top: 1px solid #ddd;
  padding: 0.75em 1em;
}

#primary-tasks.tabs {
  line-height: 1.5;
  padding: 0;
  margin: 5px 0;
  border-bottom: 1px solid #ddd;
}

#primary-tasks.tabs::after {
  clear: both;
  content: "";
  display: table;
}

#primary-tasks.tabs li {
  list-style: none;
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 950px) {
  #primary-tasks.tabs li {
    display: inline;
  }
}

#primary-tasks.tabs li a {
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #333;
  display: block;
  font-weight: 400;
  padding: 0.75em 1.618em;
  text-decoration: none;
}

@media screen and (min-width: 950px) {
  #primary-tasks.tabs li a {
    display: inline-block;
    border-top: 0;
  }
}

#primary-tasks.tabs li a.is-active {
  border-bottom: 0;
}

@media screen and (min-width: 950px) {
  #primary-tasks.tabs li a.is-active {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    margin-bottom: -1px;
  }
}

#primary-tasks.tabs li a:hover {
  color: #477DCA;
}

#primary-tasks.tabs li a:focus {
  outline: none;
}

#secondary-tasks.tabs {
  line-height: 1.5;
  padding: 0;
  margin: 5px 0;
}

#secondary-tasks.tabs::after {
  clear: both;
  content: "";
  display: table;
}

#secondary-tasks.tabs li {
  list-style: none;
  float: left;
  border-right: 1px solid #D4D4D4;
}

#secondary-tasks.tabs li:last-child {
  border-right: none;
}

#secondary-tasks.tabs li a {
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  width: 100%;
}

.accordion {
  background-color: #4c2a54;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.accordion ul {
  margin: 0;
  padding: 0;
}

.accordion > li {
  background-color: #4c2a54;
  background-image: -webkit-linear-gradient(#4c2a54, #421f46);
  background-image: linear-gradient(#4c2a54, #421f46);
  text-transform: uppercase;
  list-style: none;
  position: relative;
}

.accordion > li > a {
  color: white;
  display: block;
  padding: 1em 1.618em;
  text-decoration: none;
}

.accordion > li:last-child {
  border: 0;
}

.accordion > li:focus, .accordion > li:hover {
  background-color: #522d5b;
  color: white;
  text-decoration: none;
}

.accordion .accordion-content {
  background-color: #f4f3f5;
  display: none;
  color: #230047;
  text-transform: none;
  padding: 1.5em;
}

.accordion .is-expanded {
  display: block;
  padding-bottom: 0;
}

.accordion.with-ticks, .accordion.with-pluses {
  background: white;
}

.accordion.with-ticks > li, .accordion.with-pluses > li {
  background-image: none;
  transition: backgound-color 0.3s ease;
  background-color: white;
  border-bottom: 1px #ded9e3 solid;
  text-transform: none;
}

.accordion.with-ticks > li:before, .accordion.with-pluses > li:before {
  content: '';
  position: absolute;
}

.accordion.with-ticks > li:first-child, .accordion.with-pluses > li:first-child {
  border-top: 1px #ded9e3 solid;
}

.accordion.with-ticks > li:hover, .accordion.with-pluses > li:hover {
  background-color: #f4f3f5;
}

.accordion.with-ticks > li.is-expanded, .accordion.with-pluses > li.is-expanded {
  background-color: #f4f3f5;
}

.accordion.with-ticks > li .accordion-content, .accordion.with-pluses > li .accordion-content {
  background-color: #fbfafb;
  border-top: 1px #ded9e3 solid;
}

.accordion.with-ticks > li > label, .accordion.with-ticks > li > a, .accordion.with-pluses > li > label, .accordion.with-pluses > li > a {
  color: #230047;
  text-transform: none;
  font-weight: 500;
  padding: 1em 1.618em 1em 2.6em;
  transition: none;
}

.accordion.with-ticks > li:before {
  background-image: url("../img/svg/src/tick.svg");
  width: 12px;
  height: 10px;
  top: 1.4em;
  left: 0.8em;
}

.accordion.with-ticks > li:hover > a {
  color: #4cc794;
}

.accordion.with-pluses > li:before {
  background-image: url("../img/svg/src/plus.svg");
  width: 10px;
  height: 10px;
  top: 1.325em;
  left: 01em;
}

.accordion.with-pluses > li:hover > label {
  color: #57b0e4;
}

.accordion .circle {
  width: 100%;
  height: 100%;
}

@keyframes load-circle {
  0% {
    stroke-dashoffset: 100;
  }
}

.accordion .o-progress-circle {
  display: block;
  position: absolute;
  right: 1em;
  top: 7px;
  width: 40px;
  height: 40px;
}

.accordion .o-progress-circle-fill circle {
  fill: none;
  stroke-width: 3px;
  stroke: rgba(255, 255, 255, 0.2);
}

.accordion .o-progress-circle-fill circle:nth-child(2) {
  animation: load-circle 1s;
  stroke: white;
  stroke-dasharray: 100;
}

.accordion .form-group {
  position: relative;
  margin-right: 40px;
}

@media screen and (min-width: 950px) {
  .accordion.with-ticks > li:before {
    width: 19px;
    height: 14px;
    top: 1.3em;
  }
  .accordion.with-pluses > li:before {
    width: 14px;
    height: 14px;
    top: 1.25em;
  }
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 10px;
    height: 0;
  }
}

@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 10px;
    height: 0;
  }
}

@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 10px;
    height: 0;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 10px;
    height: 0;
  }
}

@-webkit-keyframes sectioncheck {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 7px;
    height: 0;
  }
}

@-moz-keyframes sectioncheck {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 7px;
    height: 0;
  }
}

@-ms-keyframes sectioncheck {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 7px;
    height: 0;
  }
}

@keyframes sectioncheck {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 7px;
    height: 0;
  }
}

.checkmark {
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  right: -30px;
  top: 50px;
}

.checkmark:after {
  -webkit-animation: check .8s;
  -moz-animation: check .8s;
  -o-animation: check .8s;
  animation: check .8s;
}

.checkmark:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #4cc794;
  border-top: 4px solid #4cc794;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 10px;
}

.o-progress-circle .checkmark {
  width: 14px;
  height: 14px;
  top: 21px;
  right: 13px;
}

.o-progress-circle .checkmark:after {
  -webkit-animation: sectioncheck .8s;
  -moz-animation: sectioncheck .8s;
  -o-animation: sectioncheck .8s;
  animation: sectioncheck .8s;
  border-right: 3px solid white;
  border-top: 3px solid white;
  height: 14px;
  width: 7px;
}

.quickedit-toolgroup .icon {
  width: auto;
  height: auto;
}

.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.icon-circle {
  display: inline-block;
  border: 2px solid #230047;
  border-radius: 100%;
  padding: 8px;
  width: 42px;
  height: 42px;
  margin: 10px;
}

.icon-circle svg {
  fill: #230047;
}

.icon-list .feature {
  list-style: none;
  position: relative;
}

.icon-list .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
}

.icon-list .icon-list-content {
  display: block;
  padding: 0 1em 2em 3.5em;
}

.half-img {
  margin-top: -1em;
}

.half-img img {
  max-width: 25%;
}

@media screen and (min-width: 950px) {
  .icon-list .icon {
    width: 40px;
    height: 40px;
  }
}

.field.features.features-block .icon-list svg.icon .fill-color {
  fill: #ff2973;
}

.field.features .icon-list svg.icon .fill-color {
  fill: #ffffff;
}

#site-header-sticky-wrapper {
  z-index: 100;
}

.site-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #230047;
  border-top: 4px solid #f26644;
  font-size: 0.875rem;
  line-height: 1.5;
}

.site-header a {
  font-weight: 500;
}

.site-header::after {
  clear: both;
  content: "";
  display: table;
}

.site-header .header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-header .header::after {
  clear: both;
  content: "";
  display: table;
}

.site-header .button {
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 8px;
  background: #ff2973;
  color: white;
  border: 0;
  font-weight: 700;
  padding: 0.5em .95em;
}

.site-header .button:hover, .site-header .button:focus, .site-header .button:active {
  background: #e62568;
}

.site-header .nl-submit-wrap {
  display: inline-block;
  margin-right: 12px;
}

.site-header .curve {
  display: none;
}

@media screen and (min-width: 950px) {
  .site-header .curve {
    position: relative;
    display: inline-block;
    background: url(../img/svg/src/curve.svg);
    height: 90px;
    float: right;
  }
  .site-header .curve:before {
    display: block;
    content: "";
    height: 100%;
    padding-right: 61.07px;
  }
  .site-header .curve > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.site-header .nl-field-toggle {
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: white;
}

.site-header .nl-field-toggle:after {
  background-image: url(../img/svg/src/chevron-down.svg);
}

.site-header .nl-field ul {
  top: 400%;
  font-size: 100%;
}

.site-header .nl-dd ul li.nl-dd-checked {
  color: #ff2973;
}

.site-header .nl-dd ul li.nl-dd-checked:before {
  top: -3px;
}

.site-logo img {
  width: 170px;
  height: auto;
  margin: 18px 1em;
}

@media screen and (min-width: 950px) {
  .site-logo img {
    width: 200px;
    margin: 21px 1em;
  }
}

.product-page .mobile-phone {
  right: 0;
}

.mobile-phone {
  position: absolute;
  right: 60px;
}

@media screen and (min-width: 950px) {
  .mobile-phone {
    display: none;
  }
}

.mobile-phone a {
  height: 60px;
  width: 60px;
  display: block;
}

.mobile-phone a svg {
  margin: 20px;
  height: 20px;
  width: 20px;
}

.mobile-phone a:hover svg .b {
  fill: #ff2973;
}

.site-search {
  transition: width 0.3s ease;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  background-color: #532960;
}

.site-search a:after {
  content: '';
  background-image: url(../img/svg/src/search.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 20px 0 0 20px;
}

@media screen and (min-width: 950px) {
  .site-search {
    width: 90px;
    height: 90px;
    position: relative;
  }
  .site-search a:after {
    width: 22px;
    height: 22px;
    margin: 32px 0 0 26px;
  }
}

.member-login {
  padding: 9px 20px;
}

@media screen and (min-width: 950px) {
  .member-login {
    padding: 0 8px;
    display: inline-block;
  }
}

.member-login .nl-field.nl-dd {
  width: 47px;
}

@media screen and (min-width: 950px) {
  .phone, .site-search, .member-login {
    padding: 0 8px;
    display: inline-block;
  }
}

.header-left {
  float: none;
}

.header-left .block-system-branding-block {
  text-align: center;
}

@media screen and (min-width: 950px) {
  .header-left {
    float: left;
    position: absolute;
  }
}

.header-right {
  float: left;
  min-height: 60px;
  width: 100%;
  background-color: #3e1c4f;
  padding: 0;
}

@media screen and (min-width: 950px) {
  .header-right {
    float: right;
    min-height: 90px;
    width: auto;
    padding: 27px 16px 0 0;
  }
}

.site-search {
  float: right;
}

.phone {
  font-size: 16px;
  display: none;
}

@media screen and (min-width: 950px) {
  .phone {
    display: inline;
  }
  .phone:before {
    content: '';
    background-image: url(../img/svg/src/phone.svg);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 3px -4px 0;
  }
  .phone a {
    color: white;
  }
}

.menu-btn {
  background: none;
  border: none;
  position: absolute;
  right: 0.5em;
  padding: 1em;
  margin-top: 1em;
}

.menu-btn svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 950px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn:hover, .menu-btn:active {
  background: none;
}

.site-header .navigation {
  display: none;
}

@media screen and (min-width: 950px) {
  .site-header .navigation {
    display: block;
    background: #79417f;
  }
  .site-header .navigation .navigation-wrapper {
    position: relative;
  }
  .site-header .navigation .navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}

.site-header .navigation nav {
  text-align: center;
  line-height: 1.5em;
}

.site-header .navigation ul.navigation-menu {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

.site-header .navigation ul li.nav-link {
  background: transparent;
  display: inline;
  text-decoration: none;
  width: auto;
}

.site-header .navigation li.nav-link a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.75em 1em;
}

.site-header .navigation #magic-line {
  -webkit-animation: height 0.3s;
  -moz-animation: height 0.3s;
  animation: height 0.3s;
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 4px;
  background: #f26644;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #532960;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 1em;
  overflow: hidden;
  border: none;
  background: url(../img/svg/src/close.svg) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  font-size: 7vh;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

html, body {
  overflow-x: hidden;
}

.no-sidebars {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.no-sidebars.overlay-open {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.no-sidebars::after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.no-sidebars.overlay-open::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-contentpush {
  z-index: 999;
  background: #3e1c4f;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

#site-footer {
  font-size: 0.875rem;
  line-height: 1.5;
}

#site-footer a {
  font-weight: 100;
}

#site-footer h5 a {
  font-weight: 700;
}

.footer-col nav {
  text-align: left;
}

.footer-top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #2f153c;
  color: white;
}

.footer-top::after {
  clear: both;
  content: "";
  display: table;
}

.footer-top .footer-col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.footer-top .footer-col:last-child {
  margin-right: 0;
}

.footer-top .footer-col:nth-child(2n) {
  margin-right: 0;
}

.footer-top .footer-col:nth-child(2n+1) {
  clear: left;
}

@media screen and (min-width: 950px) {
  .footer-top .footer-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .footer-top .footer-col:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .footer-top .footer-col:nth-child(2n+1) {
    clear: none;
  }
  .footer-top .footer-col:last-child {
    margin-right: 0;
  }
  .footer-top .footer-col:nth-child(4n) {
    margin-right: 0;
  }
  .footer-top .footer-col:nth-child(4n+1) {
    clear: left;
  }
}

.footer-top .footer-menu .footer-col:first-child ul li:nth-child(2) {
  font-size: 1.25em;
  line-height: 1.5em;
  padding-top: 0.75em;
}

.footer-top .footer-menu .footer-col:first-child ul li:nth-child(2) a {
  font-weight: 700 !important;
}

.footer-bottom {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #180726;
  color: white;
}

.footer-bottom::after {
  clear: both;
  content: "";
  display: table;
}

.footer-bottom .footer-col {
  font-size: 0.75rem;
  line-height: 1.5;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.footer-bottom .footer-col:last-child {
  margin-right: 0;
}

.footer-bottom .footer-col:nth-child(3n) {
  margin-right: 0;
}

.footer-bottom .footer-col:nth-child(3n+1) {
  clear: left;
}

@media screen and (min-width: 950px) {
  .footer-bottom .footer-col {
    font-size: 0.875rem;
    line-height: 1.5;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .footer-bottom .footer-col:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .footer-bottom .footer-col:nth-child(3n+1) {
    clear: none;
  }
  .footer-bottom .footer-col:last-child {
    margin-right: 0;
  }
  .footer-bottom .footer-col:nth-child(4n) {
    margin-right: 0;
  }
  .footer-bottom .footer-col:nth-child(4n+1) {
    clear: left;
  }
}

.footer-menu {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 20px;
  width: 100%;
}

.footer-menu::after {
  clear: both;
  content: "";
  display: table;
}

.footer-menu a {
  color: white;
}

@media screen and (min-width: 1300px) {
  .footer-menu {
    width: 650px;
    float: left;
  }
}

.footer-curve {
  display: none;
  float: right;
  height: 279px;
  width: 208px;
}

.footer-curve svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1300px) {
  .footer-curve {
    display: inline-block;
  }
}

.brand-info {
  display: none;
  background-color: #3e1c4f;
  text-align: center;
  padding: 30px 0;
}

@media screen and (min-width: 1300px) {
  .brand-info {
    display: block;
    float: right;
    padding: 60px 60px 60px 0;
    height: 279px;
    width: auto;
  }
}

.mobile-brand-info {
  display: block;
}

@media screen and (min-width: 1300px) {
  .mobile-brand-info {
    display: none;
  }
}

.footer-logo {
  width: 190px;
  margin-right: 10px;
}

.members-logo {
  width: 77px;
}

img.app-stores-logo {
  width: 135px;
}

.share {
  width: 250px;
  height: 100px;
  margin: 0 auto;
  -webkit-filter: url("#goo");
  filter: url("../img/svg/src/goo.svg#goo");
  position: absolute;
  right: 0;
  bottom: 2em;
}

.share-button,
.share-toggle-button {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 87px;
  margin-left: -40px;
  margin-top: -40px;
  background: #ff2973;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
}

.share-button:hover,
.share-toggle-button:hover {
  color: #fff;
}

.share-button {
  font-size: 30px;
  background: #ff2973;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  color: #222;
}

a.share-button {
  color: white;
}

a.share-button:hover,
a.share-button:focus {
  color: #230047;
}

.share-toggle-button {
  z-index: 9;
  background: #ff2973;
  font-size: 20px;
}

.share-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.share-item {
  display: inline-block;
}

.purple-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #6b2b86;
  opacity: 0.5;
  display: block;
}

.monochrome-background {
  filter: grayscale(100%) contrast(120%);
  -webkit-filter: grayscale(100%) contrast(120%);
}

.news-item {
  font-size: calc(0.8em + 0.2 * ( (100vw - 950px) / 350));
  padding: 1.5em;
  color: white;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 950px) {
  .news-item {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1300px) {
  .news-item {
    font-size: 1em;
  }
}

.news-item > a {
  opacity: 0;
  font-size: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
}

.news-item-wrapper {
  position: relative;
  z-index: 30;
}

.news-item-wrapper:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
}

.news-item-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.news-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  background-image: linear-gradient(0deg, black, transparent);
  display: block;
}

.news-title, .news-category, .news-date, .news-excerpt {
  position: absolute;
}

.news-title {
  transition: all 0.3s ease;
  top: 100%;
  transform: translateY(-100%);
}

.news-title:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  top: -15px;
}

.news-title h3 {
  font-size: 1.6em;
  font-weight: 100;
  margin: 0;
}

.news-category {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

.news-date {
  text-transform: uppercase;
  right: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 100;
}

.news-excerpt {
  transition: all 0.3s ease;
  bottom: 0;
  transform: translateY(100%);
  padding-top: 1.5em;
}

.news-item .hover-overlay {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #ff2973;
  background-image: -webkit-linear-gradient(-360deg, #ff2973, #f26644);
  background-image: linear-gradient(90deg,#ff2973, #f26644);
  display: block;
}

.news-item.category-event .news-item-background {
  filter: grayscale(100%) contrast(120%);
  -webkit-filter: grayscale(100%) contrast(120%);
}

.news-item.category-event .news-item-overlay, .news-item.category-Community .news-item-overlay {
  background-image: none;
  background-color: #6b2b86;
  opacity: 0.5;
}

.news-item.mosaic .news-item-overlay {
  background-image: none;
  background-color: #6b2b86;
  opacity: 0.3;
}

.news-item.square .news-item-wrapper:after {
  padding-bottom: 100%;
}

.news-item.rect .news-item-wrapper:after {
  padding-bottom: 75%;
}

.news-item:hover .news-title, .news-item:focus .news-title, .news-item:active .news-title {
  top: 40px;
  transform: translateY(0%);
}

.news-item:hover .news-excerpt, .news-item:focus .news-excerpt, .news-item:active .news-excerpt {
  transform: translateY(0%);
}

.news-item:hover .hover-overlay, .news-item:focus .hover-overlay, .news-item:active .hover-overlay {
  opacity: 1;
}

.news-item.extended {
  padding: 0;
  margin-bottom: 3em;
}

.news-item.extended h3 a {
  font-weight: 100;
  color: #230047;
}

.news-item.extended .news-item-header {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
  position: relative;
}

.news-item.extended .news-category {
  top: 1.5em;
  left: 1.5em;
}

.news-item.extended .news-date {
  top: 1.5em;
  right: 1.5em;
}

.news-item.extended .news-item-content {
  position: relative;
  color: #230047;
  padding: 1.5em;
  background: white;
}

.news-item.extended .news-item-content h3 {
  font-size: 1.875em;
  font-weight: 100;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 950px) {
  .news-item {
    font-size: 1em;
    padding: 1em;
  }
}

@media screen and (max-width: 640px) {
  .news-excerpt {
    display: none;
  }
  .news-category p, .news-date p {
    font-size: 0.8em;
  }
  .news-item.homepage-feature {
    overflow: auto;
  }
  .news-item.homepage-feature h4 {
    font-size: 1.325em;
  }
  .news-item.homepage-feature .news-title {
    position: relative;
    margin: 3.5em 0 1em 0;
    transform: none;
  }
  .news-item.homepage-feature .news-category {
    top: -3.5em;
  }
  .news-item.homepage-feature .hover-overlay {
    opacity: 1;
  }
  .news-item.homepage-feature .news-item-wrapper:after {
    padding-bottom: 0;
  }
  .news-item.homepage-feature:hover .news-title, .news-item.homepage-feature:focus .news-title {
    top: auto;
  }
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}

.modal .modal-state {
  display: none;
}

.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(24, 7, 38, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999;
}

@media screen and (min-width: 1300px) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}

.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}

.modal .modal-close::after, .modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #ddd;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}

.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: #c4c4c4;
}

.modal .modal-close::before {
  transform: rotate(-45deg);
}

.modal .modal-inner {
  background: #fff;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%;
}

@media screen and (min-width: 950px) {
  .modal .modal-inner {
    max-height: 70%;
    padding: 3em;
    width: 60%;
  }
}

@media screen and (min-width: 1300px) {
  .modal .modal-inner {
    width: 50%;
  }
}

.modal .modal-inner h4 {
  color: #230047;
}

.modal .modal-inner p {
  color: #230047;
  line-height: 1.5;
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

.modal .modal-inner .modal-content {
  color: #230047;
}

.modal .modal-inner a.cta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 5em;
}

.modal-open {
  overflow: hidden;
}

/* --------------------------------

Search Form

-------------------------------- */
.cd-main-search .cd-select {
  /* hide select element on small devices */
  display: none;
}

.cd-main-search .close {
  /* 'X' icon to close search form - hidden on small devices */
  display: none;
}

.cd-main-search label {
  position: absolute;
  font-size: 1px;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.cd-main-search input[type="search"] {
  width: 100%;
  width: calc( 90% - 438px);
  margin: 0 calc(5% + 207px) 0 calc(5% + 231px);
  color: #ffffff;
}

.cd-main-search input[type="&nbsp;search"]:focus {
  outline: none;
}

.cd-main-search input[type="&nbsp;search"]::-webkit-input-placeholder {
  color: #5c5d6a;
}

.cd-main-search input[type="&nbsp;search"]::-moz-placeholder {
  color: #5c5d6a;
}

.cd-main-search input[type="&nbsp;search"]:-moz-placeholder {
  color: #5c5d6a;
}

.cd-main-search input[type="&nbsp;search"]:-ms-input-placeholder {
  color: #5c5d6a;
}

.cd-main-search {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.toolbar-fixed .cd-main-search {
  top: 79px;
}

.cd-main-search form {
  position: relative;
  /* 170px (margin left) is the sum of the logo width (124px) and additional 46px margin (to separate the form form the logo) */
  /* 116px (margin right) takes into account the space occupied by the a.cd-search-trigger and a.close */
}

.cd-main-search input[type="search"] {
  font-size: 2.4rem;
  height: 95px;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  /* don't overlap <select> element */
}

.cd-main-search .cd-select {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5c5d6a;
  font-size: 1.4rem;
  overflow: hidden;
}

.cd-main-search span {
  display: inline-block;
}

.cd-main-search option {
  /* style <option> elements on Firefox */
  color: #333545;
  background-color: #ffffff;
}

.cd-main-search select {
  /* the <select> element is not visible (if the list of options is not open) -  it is covered by the .selected-value element */
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  color: transparent;
}

.cd-main-search select:focus {
  outline: none;
}

.cd-main-search .selected-value {
  /* this <span> element covers the <select> element - its content is changed (using JavaScript) and set equal to the selected <option> value */
  /* its width automatically changes according to the text of the selected <option> (not possible with a <select> element) */
  color: #ffffff;
  /* clicking on this element will open the <select> drop-down list */
  pointer-events: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cd-main-search .selected-value,
.cd-main-search select {
  padding: 0.5em 1.7em 0.5em 0.3em;
  font-size: 1.4rem;
  border-radius: 3px;
}

.no-pointerevents .cd-main-search .selected-value {
  /* if the browser doesn't support the pointer-events property, hide the .selected-value element */
  display: none;
}

.no-pointerevents .cd-main-search select {
  /* if the browser doesn't support the pointer-events property, show the <select> element */
  position: relative;
  color: #ffffff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-main-search .close {
  /* 'X' icon - used to close the search form */
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50px;
  height: 40px;
  width: 40px;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-search.is-visible {
  /* search form open */
  opacity: 1;
  visibility: visible;
}

.cd-main-search.is-visible .contextual-region {
  position: static;
}

.cd-main-search.is-visible .view-header {
  position: absolute;
  right: 4em;
  width: 140px;
  text-align: right;
}

#site-header .header.search-form-visible .header-right, #site-header .header.search-form-visible .search-trigger {
  display: none;
}

#site-header .header.search-form-visible .site-search {
  width: calc( 95% - 243px);
}

#site-header .header.search-form-visible .curve {
  background: url(../img/svg/src/curve-lighter.svg);
}

.cd-main-search.is-visible .close {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.cd-main-search.is-visible {
  /* trigger search form animation if <header> has the .animate-search class */
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-search-suggestions {
  /* drowpdown with search suggestions - hidden on small devices */
  display: none;
}

.cd-search-suggestions {
  display: block;
  position: absolute;
  top: 95px;
  left: 0;
  /* same width of <form> element */
  width: calc( 90% - 364px);
  padding: 2em 4em;
  /* same margin of <form> element */
  margin: 0 calc(5% + 182px) 0 calc(5% + 182px);
  background-color: #ffffff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);
  min-height: 200px;
}

.cd-search-suggestions::after {
  clear: both;
  content: "";
  display: table;
}

.cd-search-suggestions .views-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0.5em 0;
}

.cd-search-suggestions .views-row::after {
  clear: both;
  content: "";
  display: table;
}

.cd-search-suggestions .views-field-field-image {
  float: left;
  width: 65px;
}

.cd-search-suggestions .views-field-title, .cd-search-suggestions .views-field-created {
  float: left;
  width: calc(100% - 65px);
}

.cd-search-suggestions .views-field-title {
  padding-top: 0.2em;
}

.cd-search-suggestions .views-field-created {
  padding-bottom: 0.2em;
}

.cd-search-suggestions .news,
.cd-search-suggestions .quick-links {
  display: inline-block;
}

.cd-search-suggestions .quick-links {
  float: right;
  width: 140px;
  text-align: right;
}

.cd-search-suggestions .news {
  float: left;
  width: calc(100% - 140px);
}

.cd-search-suggestions h3 {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-size: 1em;
  color: #532960;
  font-weight: bold;
}

.cd-search-suggestions h4 {
  font-weight: bold;
  font-size: 1.4rem;
}

.cd-search-suggestions h4 a {
  /* prevent the text from wrapping */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0.2em 0;
}

.cd-search-suggestions a {
  display: inline-block;
  color: #333545;
}

.no-touch .cd-search-suggestions a:hover {
  opacity: 0.8;
}

.cd-search-suggestions time {
  font-size: 1.2rem;
  color: #70727d;
}

.cd-search-suggestions .news li {
  position: relative;
  margin-bottom: 0.25em;
}

.cd-search-suggestions .news li:last-of-type {
  margin-bottom: 0;
}

.cd-search-suggestions .image-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.cd-search-suggestions .image-wrapper img {
  display: block;
}

.cd-search-suggestions .quick-links a {
  padding: 0.5em 0;
  font-size: 1.4rem;
  line-height: 1.2;
}

.is-visible .cd-search-suggestions {
  /* trigger the dropdown animation if <header> has the .animate-search class */
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: cd-3d-rotation 0.5s 0.3s;
  -moz-animation: cd-3d-rotation 0.5s 0.3s;
  animation: cd-3d-rotation 0.5s 0.3s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
  }
}

@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) translateY(0);
  }
}

@keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}

.cd-search-trigger {
  /* trigger serach form visibility - hidden on small devices */
  display: none;
}

.cd-search-trigger {
  display: block;
  position: relative;
  z-index: 3;
  height: 40px;
  width: 40px;
  margin: 1.25em 0.5em;
  float: right;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-search-trigger::after,
.cd-search-trigger:before {
  /* used to create the icon lens and the background circle */
  content: '';
  position: absolute;
}

.cd-search-trigger::after {
  /* icon lens */
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background: url("../img/cd-icons.svg") no-repeat -16px 0;
}

.cd-search-trigger::before {
  /* background circle */
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  height: 100%;
  width: 100%;
  background-color: #dd85ac;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.no-touch .cd-search-trigger:hover::before {
  background-color: #df8bb0;
}

.cd-search-trigger.search-form-visible {
  -webkit-transform: translateX(-46px);
  -moz-transform: translateX(-46px);
  -ms-transform: translateX(-46px);
  -o-transform: translateX(-46px);
  transform: translateX(-46px);
}

.cd-search-trigger.search-form-visible::before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

/* --------------------------------

Content cover layer

-------------------------------- */
.cd-cover-layer {
  /* cover main content when search form is open - hidden on smal devices */
  display: none;
}

.cd-cover-layer {
  display: block;
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  margin-top: 94px;
}

.cd-cover-layer.search-form-visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 950px) {
  .cd-main-search {
    top: 84px;
  }
  .cd-main-search input[type="search"] {
    font-size: 1.4em;
    width: calc(100% - 4em);
    margin: 0 1em;
    height: 55px;
  }
  #site-header .header.search-form-visible .header-right {
    display: block;
  }
  #site-header .header.search-form-visible .site-search a:after {
    content: none;
  }
  #site-header .header.search-form-visible .member-login {
    display: none;
  }
  #site-header .header.search-form-visible .site-search {
    width: 100%;
  }
  .cd-main-search .cd-select, .cd-main-search .view-header {
    display: none;
  }
  .cd-main-search .close {
    right: 15px;
    top: 27px;
    height: 30px;
    width: 30px;
  }
  .cd-search-suggestions {
    width: 100%;
    margin: 0;
    top: 57px;
    padding: 1em;
  }
  .cd-cover-layer {
    top: 50px;
  }
  .cd-search-suggestions .news {
    width: 100%;
  }
}

.search-result-media span.field-content a:before {
  content: '';
  display: inline-block;
  background-image: url("../img/svg/src/pdf_icon_black.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
  margin-right: 6px;
  margin-top: 10px;
  margin-bottom: -2px;
}

.site-notification {
  width: 350px;
  transform: scale(0.95);
  overflow-y: scroll;
  max-height: 470px;
  background: #ffffff;
  position: fixed;
  z-index: 99999999;
  right: 0;
  bottom: 0;
  padding: 10px;
  margin-bottom: 1em;
  margin-right: 1em;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.site-notification .continue-quote {
  font-size: 0.85em;
  line-height: 1.3em;
  padding: 0 2em;
}

.site-notification .quote-details {
  padding: 0 1em;
}

#site-notification--cookie {
  display: none;
  width: 350px;
  transform: scale(0.95);
  overflow-y: scroll;
  max-height: 470px;
  background: #ffffff;
  position: fixed;
  z-index: 99999999;
  left: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#site-notification--cookie .continue-quote {
  font-size: 0.85em;
  line-height: 1.3em;
  padding: 0 2em;
}

#site-notification--cookie .quote-details {
  padding: 0 1em;
}

#site-notification--cookie .notification-content {
  margin-right: 30px;
}

#site-notification--cookie #notification-close--cookie {
  position: absolute;
  top: 1em;
  right: 1em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}

#site-notification--cookie #notification-close--cookie:before, #site-notification--cookie #notification-close--cookie:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #ddd;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}

#site-notification--cookie #notification-close--cookie:before {
  transform: rotate(-45deg);
}

@media (max-height: 600px) {
  .site-notification {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .site-notification {
    display: none;
  }
}

#notification-close {
  overflow: auto;
  cursor: pointer;
}

#notification-close {
  position: absolute;
  top: 1em;
  right: 1em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}

#notification-close:before, #notification-close:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #ddd;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}

#notification-close:before {
  transform: rotate(-45deg);
}

#notification-close:hover::after, #notification-close:hover::before {
  background: #c4c4c4;
}

#notification-content {
  margin-top: 1em;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ipe-actions {
  color: #000;
}

div.ui-draggable.active .parallax-static-content {
  position: static;
}

.breadcrumb {
  display: inline-block;
  margin-bottom: 1.5em;
  text-align: left;
}

.breadcrumb a {
  background-color: #fff;
  border-left: 0;
  border: 1px solid #ddd;
  color: #999;
  display: inline-block;
  font-size: 0.8em;
  line-height: 2.25em;
  margin-bottom: 2px;
  margin-right: -5px;
  padding: 0 0.5625em 0 1.125em;
  position: relative;
  text-decoration: none;
}

.breadcrumb a:first-child {
  border-bottom-left-radius: 3px;
  border-left: 1px solid #ddd;
  border-top-left-radius: 3px;
  padding-left: 1.125em;
}

.breadcrumb a:last-child {
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #999;
  padding-right: 1.125em;
}

.breadcrumb a:focus, .breadcrumb a:hover {
  background-color: #fff;
  color: #ff2973;
}

.breadcrumb a:after, .breadcrumb a:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 100%;
  border-bottom: 1.125em solid transparent;
  border-left: 0.5625em solid transparent;
  border-top: 1.125em solid transparent;
  content: '';
  display: block;
  margin: auto;
  z-index: 2;
}

.breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
  border: none;
}

.breadcrumb a:before {
  border-left-color: #ddd;
  margin-left: 1px;
  z-index: 1;
}

.breadcrumb a:after {
  border-left-color: #fff;
}

@media screen and (min-width: 950px) {
  .breadcrumb a {
    font-size: 1em;
    padding: 0 1.125em 0 1.5em;
  }
}

.hero {
  background-color: #53aee0;
  background-image: linear-gradient(#53aee0, #3da4dc);
  background-size: cover;
  padding-bottom: 3em;
}

.hero .hero-logo img {
  height: 4em;
  margin-bottom: 1em;
}

.hero .hero-inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin: auto;
  padding: 3.5em;
  text-align: center;
}

.hero .hero-inner::after {
  clear: both;
  content: "";
  display: table;
}

.hero .hero-inner::after {
  clear: both;
  content: "";
  display: table;
}

.hero .hero-inner .hero-copy {
  text-align: center;
}

.hero .hero-inner .hero-copy h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: 200;
}

@media screen and (min-width: 1300px) {
  .hero .hero-inner .hero-copy h2 {
    font-size: 4rem;
  }
}

.hero .hero-inner .hero-copy h2 strong {
  font-weight: 700;
}

.hero .hero-inner .hero-copy p {
  font-weight: 200;
  line-height: 1.4em;
}

@media screen and (min-width: 1300px) {
  .hero .hero-inner .hero-copy p {
    font-size: 1.4em;
  }
}

.flex-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}

.flex-boxes a {
  text-decoration: none;
}

.flex-boxes::after {
  clear: both;
  content: "";
  display: table;
}

.flex-boxes .flex-box {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 2 15em;
  -moz-flex: 2 2 15em;
  -ms-flex: 2 2 15em;
  flex: 2 2 15em;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  background: #f7f7f7;
  display: block;
  margin: 0.4em;
  padding: 1em;
  position: relative;
  background-image: url("../img/chocolate.png") center center cover;
}

.flex-boxes .flex-box .square {
  width: 100%;
  padding-bottom: 100%;
}

.flex-boxes .flex-box h3 {
  font-size: 1.875em;
  font-weight: 100;
}

.flex-boxes .flex-box .news-title, .flex-boxes .flex-box .news-category, .flex-boxes .flex-box .news-date, .flex-boxes .flex-box .news-excerpt {
  position: absolute;
}

.flex-boxes .flex-box img {
  display: block;
  height: 3em;
  margin-bottom: 2em;
  margin: auto;
  opacity: 0.4;
}

.flex-boxes .flex-box p {
  line-height: 1.5em;
  margin: auto;
}

.flex-boxes .flex-box-big {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 40em;
  -moz-flex: 1 1 40em;
  -ms-flex: 1 1 40em;
  flex: 1 1 40em;
}

.social-icons {
  text-align: center;
  padding-top: 10px;
  padding-left: 30px;
}

.social-icons svg {
  width: 170px;
  height: 55px;
}

.social-icons svg .bg-fill, .social-icons svg .color-fill {
  transition: fill 0.3s ease;
}

.social-icons svg:hover .color-fill, .social-icons svg:focus .color-fill {
  fill: #ff2973;
}

.social-icons .icon {
  width: 30px;
  margin: 5px;
}

.views-row, .view-header {
  text-align: left;
}

.home-parallax-1 h2 {
  font-size: 2.5em;
  max-width: 1000px;
  margin: 0 auto;
}

.home-parallax-1 .parallax-background {
  background-image: url("../img/backgrounds/sea-rescue-bg-2.jpg");
}

.home-parallax-1 .bg-overlay {
  background-image: linear-gradient(0deg, #230047, rgba(35, 0, 71, 0));
}

.home-parallax-1 .parallax-static-content {
  padding-top: 4em;
}

@media screen and (max-width: 950px) {
  .home-parallax-1 h2 {
    font-size: calc(2.5em * 0.7);
  }
}

.home-parallax-2 .parallax-background {
  background-image: url("../img/backgrounds/fireman_2_treated.jpg");
}

.home-parallax-2 .bg-overlay {
  background-image: linear-gradient(0deg, rgba(35, 0, 71, 0), #230047);
}

.upcoming-events .parallax-background {
  background-image: url("../img/backgrounds/fireman_2_treated.jpg");
}

.upcoming-events .bg-overlay {
  background-image: linear-gradient(0deg, rgba(35, 0, 71, 0), #230047);
}

.upcoming-events .parallax-static-content {
  padding: 1em 0 8em 0;
}

.help-block .parallax-background {
  background-image: url("../img/backgrounds/fire_hose_treated.jpg");
}

.help-block .bg-overlay {
  background-image: linear-gradient(0deg, rgba(35, 0, 71, 0), rgba(35, 0, 71, 0));
  z-index: -2;
}

.help-block .parallax-static-content {
  padding: 6em 0;
}

.view-homepage-news .views-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 2.35765%;
  margin-top: 2.35765%;
}

.view-homepage-news .views-row:last-child {
  margin-right: 0;
}

.view-homepage-news .views-row:nth-child(2n) {
  margin-right: 0;
}

.view-homepage-news .views-row:nth-child(2n+1) {
  clear: left;
}

.view-homepage-news .views-row:last-child {
  display: none;
}

.view-homepage-events, .view-community-site-visits {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.view-homepage-events::after, .view-community-site-visits::after {
  clear: both;
  content: "";
  display: table;
}

.view-homepage-events .view-header, .view-community-site-visits .view-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #6b2b86;
  color: white;
  padding: 1.4em;
  margin-bottom: 2.35765%;
  position: relative;
}

.view-homepage-events .view-header::after, .view-community-site-visits .view-header::after {
  clear: both;
  content: "";
  display: table;
}

.view-homepage-events .view-header .link-slideup, .view-community-site-visits .view-header .link-slideup {
  margin-top: 2em;
  position: relative;
}

.view-homepage-events .view-header h3:first-child:before, .view-community-site-visits .view-header h3:first-child:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  top: -18px;
}

.view-community-site-visits .view-header {
  padding-top: 3em;
}

.view-community-site-visits .link-slideup {
  margin-top: 0 !important;
}

.community-site-visits {
  position: relative;
}

.community-site-visits .outer-wrapper > div {
  position: relative;
}

.community-site-visits .views-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 2.35765%;
}

.community-site-visits .views-row:last-child {
  margin-right: 0;
}

.community-site-visits .views-row:nth-child(3n) {
  margin-right: 0;
}

.community-site-visits .views-row:nth-child(3n+1) {
  clear: left;
}

.view-homepage-events .views-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 2.35765%;
}

.view-homepage-events .views-row:last-child {
  margin-right: 0;
}

.view-homepage-events .views-row:nth-child(3n) {
  margin-right: 0;
}

.view-homepage-events .views-row:nth-child(3n+1) {
  clear: left;
}

.gradient-square {
  background-color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
}

.gradient-square:last-child {
  margin-right: 0;
}

.gradient-square:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.site-visits-footer {
  width: 100%;
  top: 0;
}

.site-visits-footer .gradient-square a {
  position: absolute;
  width: 60%;
  color: white;
  text-align: center;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  font-weight: 100;
  font-size: 2em;
  line-height: 1.2em;
}

.site-visits-footer .gradient-square a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.our-history {
  color: white;
}

.our-history .parallax-static-content {
  padding-top: 6em;
}

.our-history .parallax-background {
  background-image: url("../img/backgrounds/history.jpg");
}

.help-guides .parallax-background {
  background-image: url("../img/backgrounds/tall-bg.jpg");
}

.carousel, .healthbeat-suggestions {
  text-align: center;
  padding: 6em 0;
}

.carousel h2, .healthbeat-suggestions h2 {
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel {
  background-color: #f4f3f5;
}

.carousel .views-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.35765%;
}

.carousel .views-row::after {
  clear: both;
  content: "";
  display: table;
}

.healthbeat-suggestions {
  background: #f4f3f5;
}

.healthbeat-suggestions .views-element-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.35765%;
}

.healthbeat-suggestions .views-element-container::after {
  clear: both;
  content: "";
  display: table;
}

.healthbeat-suggestions .link-slideup {
  text-align: right;
  margin-top: 0.75em;
}

.healthbeat-suggestions .link-slideup a {
  color: #230047;
  text-transform: lowercase;
}

.healthbeat-suggestions .link-slideup a:before {
  background-color: #230047;
}

.healthbeat-suggestions .link-slideup a:active, .healthbeat-suggestions .link-slideup a:focus, .healthbeat-suggestions .link-slideup a:hover {
  color: white;
}

.promoted-articles {
  padding: 0 1em 3em 1em;
}

.promoted-articles .views-row {
  margin-bottom: 1em;
}

.promoted-articles h2 {
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.view-promoted-helpguides {
  padding: 1em 1em 3em 1em;
}

.view-promoted-helpguides .views-row {
  margin-bottom: 1em;
}

.category-latest .views-row {
  margin-bottom: 1em;
}

.category-latest .gradient-square {
  width: 100%;
  margin-bottom: 1em;
}

.category-latest .gradient-square:after {
  content: none;
}

.category-latest .gradient-square h3 {
  color: #fff;
  padding: 1em;
}

@media screen and (max-width: 640px) {
  .promoted-articles, .view-promoted-helpguides {
    padding: 0 0 3em 0;
  }
}

@media screen and (min-width: 767px) {
  .carousel .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .carousel .views-row:last-child {
    margin-right: 0;
  }
  .carousel .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .carousel .views-row:nth-child(3n+1) {
    clear: left;
  }
  .healthbeat-suggestions .attachment-before .views-element-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .healthbeat-suggestions .attachment-before .views-element-container:last-child {
    margin-right: 0;
  }
  .healthbeat-suggestions .attachment-before .views-element-container:nth-child(3n) {
    margin-right: 0;
  }
  .healthbeat-suggestions .attachment-before .views-element-container:nth-child(3n+1) {
    clear: left;
  }
  .view-community-site-visits .view-header {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 950px) {
  .view-homepage-news .views-row {
    margin-top: 0;
  }
  .view-homepage-news .views-row:nth-child(3) {
    margin-left: 51.17883%;
  }
  .view-homepage-news .views-row:last-child {
    display: inline-block;
  }
  .view-homepage-events .view-header, .view-community-site-visits .view-header {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%;
    margin-bottom: 1.16509%;
  }
  .view-homepage-events .view-header:last-child, .view-community-site-visits .view-header:last-child {
    margin-right: 0;
  }
  .view-homepage-events .view-header:after, .view-community-site-visits .view-header:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 46.8%;
    position: absolute;
    background: #6b2b86;
    top: 0;
    right: 0;
  }
  .view-homepage-events .views-row, .view-community-site-visits .views-row {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 24.12618%;
    margin-bottom: 1.16509%;
  }
  .view-homepage-events .views-row:last-child, .view-community-site-visits .views-row:last-child {
    margin-right: 0;
  }
  .view-homepage-events .views-row:nth-child(4n), .view-community-site-visits .views-row:nth-child(4n) {
    margin-right: 0;
  }
  .view-homepage-events .views-row:nth-child(4n+1), .view-community-site-visits .views-row:nth-child(4n+1) {
    clear: left;
  }
  .view-homepage-events .view-header:after {
    padding-bottom: 48.6%;
  }
  .view-homepage-events .views-row:nth-child(3) {
    margin-left: 25.29127%;
    margin-right: 1.16509%;
  }
  .view-homepage-events .views-row:nth-child(3n+1) {
    clear: none;
    display: inline-block;
    margin-right: 1.16509% !important;
  }
  .view-homepage-events .views-row:nth-child(3n+2) {
    clear: none !important;
  }
  .view-homepage-events .views-row:nth-child(2n) {
    margin-right: 0;
  }
  .view-homepage-events .views-row:nth-child(2n+1) {
    clear: left;
  }
  .site-visits-footer {
    position: absolute;
    transform: translateY(100%);
  }
  .site-visits-footer .gradient-square {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 24.12618%;
  }
  .site-visits-footer .gradient-square:last-child {
    margin-right: 0;
  }
  .category-latest .category-latest-header {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
  }
  .category-latest .category-latest-header:last-child {
    margin-right: 0;
  }
  .category-latest > div > div:nth-child(2) {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 74.56053%;
  }
  .category-latest > div > div:nth-child(2):last-child {
    margin-right: 0;
  }
  .category-latest .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .category-latest .views-row:last-child {
    margin-right: 0;
  }
  .category-latest .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .category-latest .views-row:nth-child(3n+1) {
    clear: left;
  }
  .category-latest .gradient-square:after {
    content: '';
  }
  .category-latest .gradient-square h3 {
    padding: 0;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    color: #fff;
  }
}

@media screen and (min-width: 1300px) {
  .view-community-site-visits .view-header {
    font-size: 1em;
  }
}

.block-promotion {
  position: relative;
  overflow: hidden;
}

.block-promotion.top-divider {
  border-top: 2px solid #eee;
}

.block-promotion .promo-img {
  position: absolute;
  width: 100%;
  transform: translateY(30%);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  display: none;
}

.block-promotion .mobile-promo-img {
  text-align: center;
}

.block-promotion .field--name-body {
  padding: 4em 2em 0 2em;
  text-align: center;
}

.block-promotion h2 {
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 767px) {
  .block-promotion .promo-img {
    display: block;
    width: 50%;
    left: 50%;
    transform: none;
    background-position: center left;
    background-size: 120%;
  }
  .block-promotion .mobile-promo-img {
    display: none;
  }
  .block-promotion.content-align-Right .promo-img {
    background-position: center right;
    left: 0;
  }
  .block-promotion.content-align-Centre .promo-img {
    width: 100%;
    background-position: center;
  }
  .block-promotion .field--name-body {
    padding: 8em 0;
  }
  .block-promotion .field {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .block-promotion .field:last-child {
    margin-right: 0;
  }
  .block-promotion .field:nth-child(2n) {
    margin-right: 0;
  }
  .block-promotion .field:nth-child(2n+1) {
    clear: left;
  }
  .block-promotion.content-align-Right .field {
    margin-left: 51.17883%;
  }
  .block-promotion.content-align-Right .field:nth-child(1n) {
    margin-right: 0;
  }
  .block-promotion.content-align-Right .field:nth-child(1n+1) {
    clear: left;
  }
  .block-promotion.content-align-Centre {
    margin-left: 25.58941%;
  }
}

@media screen and (min-width: 950px) {
  .block-promotion .promo-img {
    background-size: 120%;
  }
}

@media screen and (min-width: 1300px) {
  .block-promotion .promo-img {
    background-size: cover;
  }
}

.block-proposition {
  background-size: cover;
  background-position: center;
}

.block-proposition .field {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.block-proposition .field::after {
  clear: both;
  content: "";
  display: table;
}

.block-proposition .field--name-body {
  padding: 8em 0;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .block-proposition .field {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .block-proposition .field:last-child {
    margin-right: 0;
  }
  .block-proposition.content-align-Right .field {
    margin-left: 51.17883%;
  }
  .block-proposition.content-align-Right .field:nth-child(1n) {
    margin-right: 0;
  }
  .block-proposition.content-align-Right .field:nth-child(1n+1) {
    clear: left;
  }
  .block-proposition.content-align-Centre {
    margin-left: 25.58941%;
  }
}

.helpguide-tile {
  background: white;
  padding: 2em;
  transition: color 0.3s ease;
}

.gradient-bar {
  width: calc(100% - 27px);
  height: 40px;
  background-color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  margin-left: 27px;
  background-size: cover;
  padding: 10px 2em 0 0;
}

.gradient-bar:before {
  content: '';
  display: block;
  position: absolute;
  width: 28.5px;
  height: 40px;
  top: 0;
  left: 0;
  background-image: url("../img/svg/src/help-curve.svg");
}

.gradient-bar p {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
}

.helpguide-tile-wrapper {
  position: relative;
}

.helpguide-tile-wrapper > a {
  font-size: 1px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
}

.helpguide-tile-wrapper:hover .helpguide-tile, .helpguide-tile-wrapper:focus .helpguide-tile {
  color: #ff2973;
}

.view-homepage-help .views-row, .help-guides-grid .views-row {
  float: left;
  width: 285px;
  margin: 10px;
}

.view-homepage-help .views-row a, .help-guides-grid .views-row a {
  font-weight: 100;
}

.view-homepage-help .parallax-static-content, .help-guides-grid .parallax-static-content {
  padding: 4em 0;
}

.view-homepage-help h2, .help-guides-grid h2 {
  color: white;
}

.view-homepage-help .help-block-search, .help-guides-grid .help-block-search {
  margin-bottom: 0em;
}

.view-homepage-help .help-grid-wrapper, .help-guides-grid .help-grid-wrapper {
  margin-bottom: 2em;
}

.help-block-search {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  color: white;
  margin-bottom: 2em;
}

.help-block-search::after {
  clear: both;
  content: "";
  display: table;
}

.help-block-search .large-text {
  position: relative;
}

.help-block-search label {
  font-size: 1px;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.help-block-search input {
  background: transparent;
  padding: 0.5em;
  border: 0;
  border-bottom: 4px solid white;
  -webkit-box-shadow: none;
  box-shadow: 0;
  outline: none;
}

.help-block-search input:focus {
  -webkit-box-shadow: none;
  box-shadow: 0;
  border: 0;
  border-bottom: 4px solid rgba(198, 161, 212, 0.8);
  outline: none;
}

.help-block-search .search-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 0.7em;
}

#home-search-form {
  text-align: right;
}

.search-btn {
  transform: translateY(-170%);
  text-align: right;
  width: 50px;
  opacity: 0;
}

.help-grid-wrapper {
  height: 450px;
}

.help-guides-grid {
  white-space: normal !important;
}

.help-guides .parallax-static-content {
  padding: 6em 0;
}

.help-guides h2 {
  color: white;
}

.help-guides .help-block-search {
  margin-bottom: 2em;
}

.help-guides .browse-categories h4 {
  color: #fff;
  font-weight: 700;
}

.help-guides #sticky-search-sticky-wrapper {
  margin-bottom: 2em;
}

.help-guides #sticky-search-sticky-wrapper.is-sticky #sticky-search {
  background-color: #3e1c4f;
}

.help-guides #sticky-search-sticky-wrapper.is-sticky .help-block-search {
  margin-bottom: 0;
}

.help-guides #sticky-search-sticky-wrapper.is-sticky .help-block-search .search-icon {
  height: 20px;
  width: 20px;
}

.help-guides #sticky-search-sticky-wrapper.is-sticky .large-text {
  font-size: 1.25em;
}

.view-help-guides .help-guides-grid {
  height: auto;
  transition: height 0.3s ease-in-out;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}

.view-help-guides .help-guides-grid::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 625px) {
  .view-help-guides .help-guides-grid {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-help-guides .help-guides-grid::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 930px) {
  .view-help-guides .help-guides-grid {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-help-guides .help-guides-grid::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 1235px) {
  .view-help-guides .help-guides-grid {
    max-width: 1235px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-help-guides .help-guides-grid::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 1540px) {
  .view-help-guides .help-guides-grid {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-help-guides .help-guides-grid::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 1845px) {
  .view-help-guides .help-guides-grid {
    max-width: 1845px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-help-guides .help-guides-grid::after {
    clear: both;
    content: "";
    display: table;
  }
}

.filters-button-group, .pop-list {
  margin-bottom: 3em;
}

.filters-button-group button, .filters-button-group .filter-tab a, .pop-list button, .pop-list .filter-tab a {
  font-weight: 700;
  background: none;
  border: none;
  transition: color 0.2s ease;
  color: rgba(198, 161, 212, 0.8);
  padding: 0;
  position: relative;
}

.filters-button-group button:hover, .filters-button-group button:focus, .filters-button-group .filter-tab a:hover, .filters-button-group .filter-tab a:focus, .pop-list button:hover, .pop-list button:focus, .pop-list .filter-tab a:hover, .pop-list .filter-tab a:focus {
  background: none;
}

.filters-button-group button:after, .filters-button-group .filter-tab a:after, .pop-list button:after, .pop-list .filter-tab a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  background: white;
  border-radius: 3px;
  transition: height 0.2s ease;
  height: 0px;
  bottom: -0.5em;
}

.filters-button-group button.is-checked, .filters-button-group .filter-tab a.is-checked, .pop-list button.is-checked, .pop-list .filter-tab a.is-checked {
  color: white;
}

.filters-button-group button.is-checked:after, .filters-button-group .filter-tab a.is-checked:after, .pop-list button.is-checked:after, .pop-list .filter-tab a.is-checked:after {
  height: 4px;
}

.filters-button-group .filter-tab a, .pop-list .filter-tab a {
  color: #230047;
}

.filters-button-group .filter-tab a:after, .pop-list .filter-tab a:after {
  background: #ff2973;
}

.filters-button-group .filter-tab a.active, .pop-list .filter-tab a.active {
  color: #ff2973;
  background: none;
}

.filters-button-group .filter-tab a.active:after, .pop-list .filter-tab a.active:after {
  height: 4px;
}

@media screen and (max-width: 950px) {
  .help-block-search .search-icon {
    width: 20px;
    height: 20px;
  }
}

.block-contact-us .field {
  padding: 4em 0;
  text-align: center;
}

.block-contact-us h3 {
  font-size: 3em;
  font-weight: 100;
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-contact-us p {
  font-size: 1.875em;
  font-weight: 100;
}

.block-contact-us a {
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-contact-us a:before {
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
}

.block-contact-us a:active, .block-contact-us a:focus, .block-contact-us a:hover {
  background: none;
  -webkit-text-fill-color: unset;
}

@media screen and (max-width: 950px) {
  .block-contact-us h3 {
    font-size: calc(3em * 0.8);
  }
}

.quote-fixed {
  background: #f4f3f5;
  padding: 1.5em 0;
}

.join-up-process {
  margin-top: 1.5em;
}

.flash-alert {
  background-color: #fff6bf;
  color: #66624c;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.flash-alert a {
  color: #4d4a39;
  text-decoration: underline;
}

.flash-alert a:focus, .flash-alert a:hover {
  color: #1a1913;
}

.flash-error {
  background-color: #fbe3e4;
  color: #645b5b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.flash-error a {
  color: #4b4444;
  text-decoration: underline;
}

.flash-error a:focus, .flash-error a:hover {
  color: #191717;
}

.flash-notice {
  background-color: #e5edf8;
  color: #5c5f63;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.flash-notice a {
  color: #45474a;
  text-decoration: underline;
}

.flash-notice a:focus, .flash-notice a:hover {
  color: #171819;
}

.flash-success {
  background-color: #e6efc2;
  color: #5c604e;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.flash-success a {
  color: #45483a;
  text-decoration: underline;
}

.flash-success a:focus, .flash-success a:hover {
  color: #171813;
}

.js-form-item {
  vertical-align: text-top;
}

.registration-intro {
  margin-bottom: 2em;
}

.registration-intro h1 {
  margin-bottom: 0.3em;
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.registration-intro ul, .registration-intro ol {
  margin: 0.75em 0;
  padding: 0 1em;
}

.registration-intro li:before {
  content: "";
  background-color: #ff2973;
  border-radius: 50%;
  display: block;
  height: 0.4em;
  width: 0.4em;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.registration label {
  text-align: left;
}

.registration .content {
  margin: 1em 0;
}

.registration .js-form-item {
  position: relative;
}

.registration .full-width, .registration .half, .registration .third, .registration .two-thirds-nested, .registration .firstname, .registration .surname, .registration .middlename {
  width: calc(100% - 0.6em);
}

.registration .form-type-checkbox, .registration .form-type-radio {
  display: block;
}

.registration .form-type-date input {
  padding: 0.35em;
}

.registration input[type="checkbox"] + label, .registration input[type="radio"] + label {
  display: block;
  margin-left: 25px;
  margin-top: -1.5em;
}

.registration .description-content {
  transition: all 0.3s ease;
  max-height: 0;
  opacity: 0;
}

.registration .description-content.show {
  height: auto;
  max-height: 8em;
  opacity: 1;
}

.registration .form-item-member-income .description-content {
  width: 18em;
}

.registration #edit-medicare-rebate--wrapper .description-content {
  width: 26.5em;
}

@media screen and (min-width: 640px) {
  .registration .half {
    width: calc((100% - 0.6em)/2);
  }
  .registration .half select {
    width: 100%;
  }
  .registration .third {
    width: calc((100% - 1.8em)/3);
  }
  .registration .third select {
    width: 100%;
  }
  .registration .two-thirds-nested {
    width: calc((100%/3)*2);
  }
  .registration .firstname, .registration .surname, .registration .middlename {
    width: calc((100% - 6.55em)/3);
  }
  .registration #edit-member-income--description {
    width: calc(100% - 7.1em);
  }
  #edit-step1 {
    max-width: 800px;
    margin: 0 auto;
  }
  #edit-step1 input {
    width: 100%;
  }
  #edit-step1 .firstname, #edit-step1 .middlename, #edit-step1 .surname {
    width: calc((100% / 3) - 3em);
  }
  #edit-step1 .step1_continue, #edit-step1 .step1_skip {
    width: auto;
    display: block;
    margin: 2em auto;
  }
}

@media screen and (min-width: 950px) {
  .registration .content {
    margin: 5em 0;
  }
}

.registration-complete .content {
  margin-top: 0;
}

input.remove-dependant, input.add-dependant {
  border: none;
  color: #230047;
  text-transform: none;
  font-weight: 700;
  padding: 0.3em 0.3em 0.3em 1.7em;
  display: block;
  margin-bottom: 1.5em;
}

input.remove-dependant:hover, input.remove-dependant:focus, input.add-dependant:hover, input.add-dependant:focus {
  background-color: transparent;
  color: #7b6691;
}

.icon-link {
  position: relative;
}

.icon.plus, .icon.minus, .icon.info {
  width: 0.9em;
  height: 0.9em;
  background-image: url("../img/svg/src/plus-green.svg");
  background-size: cover;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
}

.icon.minus {
  background-image: url("../img/svg/src/minus.svg");
}

.icon.info {
  background-image: url("../img/svg/src/info-icon.svg");
  left: auto;
  right: 0.5em;
  top: 0.4em;
  width: 1.5em;
  height: 1.5em;
}

.quote-details {
  text-align: center;
  padding: 0 2em;
}

.quote-details .icons {
  max-width: 400px;
  margin: 1em auto;
}

.quote-details svg {
  width: 100%;
  height: 35px;
}

.quote-details .calc-quote p {
  font-size: 3.25em;
  font-weight: 700;
  margin-bottom: 0;
}

.quote-details .calc-quote p sup {
  font-size: 0.57em;
}

.quote-details .nl-form {
  margin-top: -10px;
  margin-bottom: 2em;
}

.quote-details button {
  display: block;
  margin: 0.7em auto;
  width: 100%;
  max-width: 240px;
}

.quote-details .disclaimer {
  padding-top: 1em;
  font-size: 0.8em;
}

.quote-details .disclaimer label {
  text-align: center;
}

.quote-details .icon.info {
  position: relative;
  margin-left: 0.2em;
  width: 0.8em;
  height: 0.8em;
  margin-bottom: 0.2em;
  right: auto;
  top: auto;
}

.block-instant-quote {
  text-align: center;
  color: white;
  padding: 3em 0;
}

.block-instant-quote h3 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 1em;
}

.block-instant-quote .inline {
  margin-right: 1em;
}

.block-instant-quote .inline .form-item {
  margin-top: 0;
}

.block-instant-quote button {
  margin: 2em 0.5em;
}

.payment-cycle-form {
  margin-top: -1.5em;
  padding: 1em 0;
}

.block-region-breadcrumb {
  width: 100%;
  background: white;
  z-index: 100;
}

#email-quote-form {
  margin-top: 2em;
  position: relative;
}

#email-quote-form input {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 3px solid #ff2973;
}

#email-quote-form button[type=submit] {
  position: absolute;
  right: 0.5em;
  top: 0;
  padding: 0;
  border: none;
  width: auto;
  color: #ff2973;
  font-weight: 700;
}

#email-quote-form button[type=submit]:hover, #email-quote-form button[type=submit]:focus {
  background-color: transparent;
}

#email-quote-form input::-webkit-input-placeholder {
  color: rgba(62, 28, 79, 0.5);
}

#email-quote-form input:active::-webkit-input-placeholder,
#email-quote-form input:focus::-webkit-input-placeholder {
  color: rgba(62, 28, 79, 0.2);
}

#email-quote-form input::-moz-placeholder {
  color: rgba(62, 28, 79, 0.5);
}

#email-quote-form input:active::-moz-placeholder,
#email-quote-form input:focus::-moz-placeholder {
  color: rgba(62, 28, 79, 0.2);
}

#email-quote-form input:-ms-input-placeholder {
  color: rgba(62, 28, 79, 0.5);
}

#email-quote-form input:active::-ms-input-placeholder,
#email-quote-form input:focus::-ms-input-placeholder {
  color: rgba(62, 28, 79, 0.2);
}

form.instant-quote {
  background: white;
  color: #230047;
  margin-bottom: 3em;
  text-align: center;
}

form.instant-quote .large-text {
  margin: 2em 0;
}

.product-card {
  transition: background 0.3s ease;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #79417f;
  padding: 1.5em 1em 1em 1em;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 1em;
}

.product-card::after {
  clear: both;
  content: "";
  display: table;
}

.product-card > h4 {
  text-transform: uppercase;
  font-weight: 300;
}

.product-card .quote-details {
  background-color: #230047;
  padding: 1.5em;
}

.product-card .icon-circle {
  border-color: #ff2973;
}

.product-card .icon-circle svg {
  fill: #ff2973;
}

.product-card .gradient-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-360deg, #ff2973, #f26644);
  background: linear-gradient(90deg, #ff2973, #f26644);
  z-index: -1;
}

.product-card.product-combined {
  background: rgba(121, 65, 127, 0);
  z-index: 1;
}

@media screen and (min-width: 950px) {
  .product-card {
    float: left;
    display: block;
    margin-right: 1.33375%;
    width: 32.44416%;
  }
  .product-card:last-child {
    margin-right: 0;
  }
  .product-card:nth-child(3n) {
    margin-right: 0;
  }
  .product-card:nth-child(3n+1) {
    clear: left;
  }
  .product-card.product-extras, .product-card.product-hospital {
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  .product-card.product-extras .gradient-overlay, .product-card.product-hospital .gradient-overlay {
    opacity: 0;
  }
}

body .ui-dialog-titlebar {
  background: #532960 !important;
  color: white;
  font-size: 1.6em;
  font-weight: 100 !important;
  text-align: center;
  padding: 0.8em 0 !important;
  overflow: hidden;
}

body .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
}

body .ui-dialog-titlebar .ui-dialog-titlebar-close {
  transition: background-color 0.3s ease;
  background: none;
  border: 0;
  border-radius: 0;
  background-color: #79417f;
  top: 0;
  margin: 0;
  right: 0;
  width: 84px;
  height: 84px;
}

body .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background-color: #86548c;
}

body .ui-dialog-titlebar .ui-icon-closethick {
  background-image: url("../img/svg/src/close.svg") !important;
  width: 35px;
  height: 35px;
  background-position: 0 0;
  margin: 0;
  top: 24px;
  left: 24px;
}

body .ui-widget-content a {
  color: #ff2973;
}

body .ui-widget-overlay {
  background: #230047;
  opacity: 0.5;
}

body #instant-form-wrapper {
  display: block;
}

body #instant-form-wrapper > .form-item {
  margin: 1.7em 0;
}

body .product-type {
  position: absolute;
  top: 50%;
  margin: 0 0 0 -0.5em;
  padding: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-50%, 0%);
  z-index: 2;
  transition: opacity 0.3s ease;
  opacity: 0;
}

body .product-type h2 {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

body .instant-quote-dialog {
  text-align: center;
  font-size: 1.125em;
  color: #230047;
  border: none !important;
  -webkit-box-shadow: -1px 10px 50px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 10px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 10px 50px 0px rgba(0, 0, 0, 0.5);
  font-size: 1em;
}

body .instant-quote-dialog .col-with-sidebar {
  padding-left: 3em;
}

body .instant-quote-dialog .js-form-wrapper:first-child {
  padding: 1em 0;
}

body .instant-quote-dialog .ui-dialog-content {
  padding: 0;
}

body .instant-quote-dialog .icons, body .instant-quote-dialog .quote-description {
  padding: 0 3em;
  margin-top: 1em;
}

body .instant-quote-dialog .icons > h4:first-child {
  margin-bottom: 0;
}

body .instant-quote-dialog .product-card {
  font-size: 1rem;
  width: 100%;
  padding: 2em;
  background-color: #4c2a54;
  background-image: -webkit-linear-gradient(#4c2a54, #421f46);
  background-image: linear-gradient(#4c2a54, #421f46);
  margin-bottom: 0;
}

body .instant-quote-dialog .product-card .gradient-overlay {
  transition: all 0.3s ease;
  background: #230047;
  border: solid;
  border-width: 0.5em 0.5em 0.5em 4em;
  border-image: linear-gradient(to right, #ff2973, #f26644) 20 stretch;
  z-index: 0;
}

body .instant-quote-dialog .product-card .quote-details {
  position: relative;
  background: none;
  z-index: 1;
  padding: 0;
}

body .instant-quote-dialog .product-card:hover .gradient-overlay, body .instant-quote-dialog .product-card:focus .gradient-overlay {
  opacity: 1;
}

body .instant-quote-dialog .product-card:hover .product-type, body .instant-quote-dialog .product-card:focus .product-type {
  opacity: 1;
}

body .instant-quote-dialog .product-card.product-extras, body .instant-quote-dialog .product-card.product-hospital {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body .instant-quote-dialog .quote-amount {
  font-size: 3.25em;
  font-weight: 500;
  margin-bottom: 0;
}

body .instant-quote-dialog .quote-amount sup {
  font-size: 0.57em;
}

body .instant-quote-dialog .nl-field.nl-field-open ul {
  -webkit-box-shadow: 26px 10px 0px 2000px rgba(35, 0, 71, 0.5);
  -moz-box-shadow: 26px 10px 0px 2000px rgba(35, 0, 71, 0.5);
  box-shadow: 0px 0px 0px 2000px rgba(35, 0, 71, 0.5);
  font-size: 1em;
}

body .instant-quote-dialog .form-item-member-state .nl-field.nl-field-open ul {
  top: 250%;
}

@media screen and (max-width: 950px) {
  .instant-quote-dialog {
    width: 100% !important;
  }
  .instant-quote-dialog .icons, .instant-quote-dialog .quote-description {
    margin-left: 0;
    padding: 0 1em;
  }
  .instant-quote-dialog .product-card .gradient-overlay {
    border-width: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .ui-dialog-titlebar .ui-dialog-titlebar-close {
    width: 67px;
    height: 67px;
  }
  .ui-dialog-titlebar .ui-icon-closethick {
    width: 35px;
    height: 35px;
    top: 17px;
    left: 17px;
  }
}

.panel-three-col-stacked-custom h2 {
  font-size: 1.25em;
  font-weight: 700;
}

.panel-three-col-stacked-custom .quote-details {
  color: #230047;
}

.details-btn {
  border-color: white !important;
  margin-top: -2em !important;
}

.details-btn:hover, .details-btn:focus {
  border-color: white !important;
  background-color: white !important;
  color: #ff2973 !important;
}

.features {
  margin-top: 3em;
}

.block-entity-fieldnodefield-inclusions, .block-entity-fieldnodefield-inclusions2, .block-entity-fieldnodefield-notes, .block-entity-fieldnodefield-notes2 {
  padding: 1em 0;
}

.product-page .clear {
  clear: both;
}

.product-page .quote-actions {
  margin: 0 -1em;
  text-align: center;
}

.product-page .hidequote .disclaimer,
.product-page .hidequote #product-quote-wrapper,
.product-page .hidequote .email-quote {
  display: none;
}

.product-page .product-description {
  font-size: 0.9em;
}

.product-page .parallax-static-content {
  color: white;
  padding: 4em 0 1em 0;
  min-height: 587px;
}

.product-page .quote-fixed {
  padding: 0.5em 0 1.5em 0;
}

.product-page .quote-details .next {
  width: 2em !important;
  bottom: 2em !important;
  top: initial !important;
}

.product-page .quote-details .quote-actions button,
.product-page .quote-details .quote-actions a.button {
  width: 47.5%;
  float: left;
  font-size: 0.8em;
  max-width: inherit;
  margin: 0 auto;
  padding: 1em 0;
}

.product-page .quote-details .quote-actions a.button {
  margin-right: 2.5%;
}

.product-page .quote-details .quote-actions button {
  margin-left: 2.5%;
}

.product-page .quote-details .quote-actions button.single-button,
.product-page .quote-details .quote-actions a.button.single-button {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 1em;
}

.product-page .block-entity-fieldnodebody {
  font-size: 1.25em;
  padding: 3em 0 0 0;
}

.product-page .block-entity-fieldnodebody h3 {
  position: relative;
}

.product-page .block-entity-fieldnodebody h3:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: -15px;
}

.product-icon {
  position: absolute;
  width: 30px;
  margin-left: -45px;
  margin-top: 4px;
}

.product-page .site-search svg {
  width: 35px;
  margin: 28px 20px;
}

.product-page .site-header .site-search a:after {
  content: none;
}

.product-page .page-title {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 2em;
  padding: 0.9em;
}

.product-page .header-right {
  padding: 35px 16px 0 0;
}

.product-page .block-instant-quote {
  background-color: #ddd;
  color: #230047;
  padding: 1.5em 0;
  font-size: 0.85em;
}

.product-page .block-instant-quote .large-text {
  font-size: 1.25em;
}

.product-page .block-instant-quote button {
  display: none;
}

.product-page .site-header .nl-field-toggle {
  font-size: 1em;
  line-height: 1.5;
  text-transform: capitalize;
  color: white;
}

.product-page .site-header .nl-field ul {
  top: 100%;
}

.register-breadcrumbs {
  text-align: center;
  padding: 1.5em 0;
}

.register-breadcrumbs a {
  color: #230047;
}

.register-breadcrumbs .field {
  max-width: 1000px;
  margin: 0 auto;
}

.register-breadcrumbs .inline {
  width: 24%;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  color: #ff2973;
}

.register-breadcrumbs .inline span.num {
  font-weight: normal;
}

.register-breadcrumbs .to-do {
  color: #230047;
  opacity: 0.5;
}

.register-breadcrumbs .done {
  color: #230047;
}

.register-breadcrumbs .done a:before {
  background: transparent;
}

.register-breadcrumbs .done a:hover:before {
  background: #230047;
}

@media screen and (max-width: 950px) {
  .product-page .quote-details .next {
    top: 1.7em !important;
  }
  .product-page .quote-details .js-form-item-minimal-privacy input + span::before {
    top: 1.8em;
  }
  .product-page .quote-details .js-form-item-minimal-privacy input[type="checkbox"] + span::after {
    top: 3.5em;
  }
  .product-page .quote-details .js-form-item-minimal-privacy input + span {
    padding: 2em 11px 0.5em 1em;
  }
  .product-page .quote-details .js-form-item-minimal-privacy label > p {
    padding-left: 5em;
  }
  .product-page .site-search {
    top: 0;
    background: none;
  }
  .product-page .site-search svg {
    position: absolute;
    top: 0;
    right: 0;
  }
  .product-page .page-title {
    top: 75px;
    font-size: 1.5em;
  }
  .product-page .parallax-static-content {
    padding: 1em 0;
  }
  .register-breadcrumbs {
    display: none;
  }
}

.registration-step-two #medicare-info {
  font-size: 0.9em;
}

.registration-step-two #medicare-info h4 {
  color: #ff2973;
  font-size: 0.95em;
  font-weight: bold;
}

.registration-step-one .js-form-item {
  vertical-align: bottom;
}

.registration-step-one, .registration-step-two {
  text-align: center;
}

.registration-step-one input[type=button], .registration-step-two input[type=button] {
  margin: 0.5em;
}

.registration-step-one .form-wrapper .form-wrapper {
  font-size: 2em;
  margin-bottom: 0.3em;
}

a.phone-link {
  color: #230047;
}

.form-hide {
  display: none;
}

.registration-step-one #overlay-wrapper p {
  clear: both;
}

.registration-step-one #overlay-wrapper p:last-child {
  font-size: 0.9em;
  max-width: 950px;
  margin: 0 auto;
}

.registration-step-one #overlay-wrapper a.button {
  margin-bottom: 2em;
}

.registration-step-one #overlay-wrapper ul {
  margin-bottom: 2em;
  margin-top: 2em;
  clear: both;
}

.registration-step-one #overlay-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-top: 1em;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-size: 120px 60px;
  background-position: center top;
}

.registration-step-one #overlay-wrapper ul li:nth-child(1) {
  background-image: url("/themes/eshtheme/img/svg/src/medicare.svg");
}

.registration-step-one #overlay-wrapper ul li:nth-child(2) {
  background-image: url("/themes/eshtheme/img/svg/src/health-details.svg");
}

.registration-step-one #overlay-wrapper ul li:nth-child(3) {
  background-image: url("/themes/eshtheme/img/svg/src/personal-details.svg");
}

.registration-step-one #overlay-wrapper ul li:nth-child(4) {
  background-image: url("/themes/eshtheme/img/svg/src/card-details.svg");
}

#step1b_yes, #step1b_no, #step1c_yes, #step1c_no {
  margin-top: 3em;
}

@media screen and (max-width: 640px) {
  .block-instant-quote .outer-wrapper {
    padding: 0;
  }
  .block-instant-quote .outer-wrapper h2 {
    padding: 0 20px;
  }
  .block-instant-quote .outer-wrapper form div.large-text {
    padding: 0 40px;
  }
  .product-page .block-instant-quote .outer-wrapper form div.large-text {
    padding: 0;
  }
}

.article-header-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}

.article-header-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.article-header {
  height: 620px;
  color: white;
  position: relative;
}

.article-header .article-breadcrumb {
  position: absolute;
  top: 2.5em;
  text-transform: uppercase;
  width: 100%;
}

.article-header .article-title {
  position: absolute;
  width: 60%;
  bottom: -1em;
}

.article-meta {
  height: 4em;
  background: #f4f3f5;
  text-transform: uppercase;
}

.article-meta .outer-wrapper {
  padding: 1.5em 20px;
}

.article-date {
  float: right;
}

.article-content {
  padding: 3em 0;
}

.article-content p:first-child {
  font-size: 1.875em;
  line-height: 1.325em;
  font-weight: 100;
}

.gallery-article {
  margin-right: 1px;
  margin-top: -4em;
}

.side-menu {
  padding: 3em 1em 1em 1em;
}

.side-menu li {
  margin-bottom: 0.5em;
}

.side-menu a {
  font-size: 1.778em;
  font-weight: 100;
  color: #ff2973;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.node--type-help_guide {
  background: #f4f3f5;
}

.node--type-help_guide .article-header-wrapper {
  background: #3e1c4f;
}

.node--type-help_guide .article-header {
  height: 290px;
}

@media screen and (max-width: 640px) {
  .article-header, .node--type-help_guide .article-header {
    height: 500px;
  }
  .article-header .article-title {
    width: calc(100% - 40px);
    margin: 0 auto;
    bottom: 50%;
    transform: translateY(50%);
  }
  .share {
    right: 50%;
    transform: translateX(50%);
  }
  .side-menu {
    padding: 0 0 3em 0;
  }
  .article-content p:first-child {
    font-size: 1.375em;
  }
}

.news-item.mosaic {
  padding: 0;
}

.news-item.mosaic .news-category {
  top: 2em;
  left: 2em;
}

.news-item.mosaic .news-date {
  top: 2em;
  right: 2em;
}

.news-item.mosaic .news-title {
  transition: all 0.3s ease;
  bottom: 0;
  transform: none;
  top: auto;
  padding: 1em 2em;
  background-color: #ff2973;
  background-image: -webkit-linear-gradient(-360deg, #ff2973, #f26644);
  background-image: linear-gradient(90deg,#ff2973, #f26644);
  width: 100%;
}

.news-item.mosaic .news-title:before {
  display: none;
}

.news-item.mosaic .news-title a {
  color: white;
  font-weight: 100;
}

.news-item.mosaic:hover .news-title, .news-item.mosaic:focus .news-title, .news-item.mosaic:active .news-title {
  top: auto;
  transform: none;
}

.featured-list {
  margin-bottom: 3em;
}

.featured-list .views-row {
  width: 100%;
  float: left;
}

.featured-list .views-row .news-item.mosaic .news-item-wrapper:after {
  padding-bottom: 50%;
}

@media screen and (min-width: 767px) {
  .featured-list .views-row {
    width: 37.5%;
    float: left;
  }
  .featured-list .views-row:nth-child(n+4) {
    width: 33.33%;
  }
  .featured-list .views-row .news-item.mosaic .news-item-wrapper:after {
    padding-bottom: 58.34%;
  }
  .featured-list .views-row:first-child {
    width: 62.5%;
    float: left;
  }
  .featured-list .views-row:first-child .news-item.mosaic .news-item-wrapper:after {
    padding-bottom: 70%;
  }
  .featured-list .views-row:first-child .news-item.mosaic .news-title {
    margin: 1em;
    width: 60%;
  }
}

@media screen and (min-width: 950px) {
  .news-item.mosaic .news-title {
    padding: 2em;
  }
}

.community-promo, .event-promo {
  background-color: #f4f3f5;
}

.community-promo > div, .event-promo > div {
  background-color: white;
}

.community-promo .view-header, .event-promo .view-header {
  position: relative;
  margin-top: 4em;
}

.community-promo .view-header h3:first-child:before, .event-promo .view-header h3:first-child:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #230047;
  border-radius: 4px;
  position: absolute;
  top: -15px;
}

.community-promo .view, .event-promo .view {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
}

.community-promo .view::after, .event-promo .view::after {
  clear: both;
  content: "";
  display: table;
}

.community-promo .view > div, .event-promo .view > div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.community-promo .view > div::after, .event-promo .view > div::after {
  clear: both;
  content: "";
  display: table;
}

.community-promo .views-row, .event-promo .views-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.community-promo .views-row:last-child, .event-promo .views-row:last-child {
  margin-right: 0;
}

.community-promo .views-row:nth-child(2n), .event-promo .views-row:nth-child(2n) {
  margin-right: 0;
}

.community-promo .views-row:nth-child(2n+1), .event-promo .views-row:nth-child(2n+1) {
  clear: left;
}

.community-promo {
  padding-top: 4em;
}

.community-promo .view > div:last-child {
  margin-right: 0;
}

.event-promo {
  padding: 1em 0 4em 0;
}

.event-promo .view > div:first-child {
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 950px) {
  .community-promo .view > div, .event-promo .view > div {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%;
    margin-bottom: 0;
  }
  .community-promo .view > div:last-child, .event-promo .view > div:last-child {
    margin-right: 0;
  }
  .community-promo .view-header, .event-promo .view-header {
    padding: 0 2em;
  }
}

.upcoming-events {
  background-color: #3e1c4f;
  color: white;
  padding: 5em 0;
}

.upcoming-events .views-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 2.35765%;
}

.upcoming-events .views-row:last-child {
  margin-right: 0;
}

.upcoming-events .views-row:nth-child(2n) {
  margin-right: 0;
}

.upcoming-events .views-row:nth-child(2n+1) {
  clear: left;
}

.upcoming-events-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 3em 0;
}

.upcoming-events-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.upcoming-events-wrapper > div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.upcoming-events-wrapper > div::after {
  clear: both;
  content: "";
  display: table;
}

.square-image {
  position: relative;
}

.square-image .square-padding:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  width: 100%;
}

@media screen and (min-width: 950px) {
  .upcoming-events-wrapper > div {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%;
  }
  .upcoming-events-wrapper > div:last-child {
    margin-right: 0;
  }
  .upcoming-events-wrapper > div:nth-child(2n) {
    margin-right: 0;
  }
  .upcoming-events-wrapper > div:nth-child(2n+1) {
    clear: left;
  }
}

.paralax-header {
  color: white;
}

.paralax-header .parallax-static-content {
  padding: 10em 0;
}

.paralax-header h1 {
  margin-bottom: 0;
  position: relative;
}

.paralax-header h1:nth-child(2) {
  font-weight: 700;
}

.paralax-header .button {
  margin-top: 3em;
}

.timeline ul {
  padding-top: 150px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 4px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 10px;
  background: #f26644;
}

.timeline ul .views-row:last-child li {
  background: none;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  background: #35034a;
  border: 3px solid #f26644;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 1.6em 2em 1em 2em;
  background-color: #612a76;
  background: -webkit-linear-gradient(90deg, #562667, #692e82);
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul .views-row:nth-child(even) li div {
  left: 65px;
}

.timeline ul .views-row:nth-child(even) li div::before {
  left: -14px;
  border-width: 20px 14px 20px 0;
  border-color: transparent #612a76 transparent transparent;
}

.timeline ul .views-row:nth-child(odd) li div {
  left: -459px;
}

.timeline ul .views-row:nth-child(odd) li div::before {
  right: -14px;
  border-width: 20px 0 20px 14px;
  border-color: transparent transparent transparent #612a76;
}

.timeline time {
  transition: opacity .3s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  transform: translate3d(-40%, -10%, 0);
  z-index: 10;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  transition: all .5s ease-out;
}

.timeline ul li.in-view::after {
  background: #35034a;
  border: 4px solid #f26644;
  width: 50px;
  height: 50px;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul .views-row:nth-child(even) li div {
  transform: translate3d(200px, -50%, 0);
}

.timeline ul .views-row:nth-child(odd) li div {
  transform: translate3d(-200px, -50%, 0);
}

.timeline ul .views-row li.in-view div {
  transform: translate3d(0, -45%, 0);
  visibility: visible;
  opacity: 1;
}

.timeline li.in-view time {
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul .views-row:nth-child(odd) li div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul .views-row:nth-child(odd) li div {
    left: 65px;
  }
  .timeline ul .views-row:nth-child(odd) li div::before {
    left: -14px;
    border-width: 20px 20px 20px 0;
    border-color: transparent #612a76 transparent transparent;
  }
}

.healthbeat {
  background: #f4f3f5;
}

.healthbeat .col-with-sidebar, .healthbeat .col-sidebar {
  padding: 5em 0;
}

.healthbeat .col-with-sidebar .view-filters, .healthbeat .col-sidebar .view-filters {
  display: none;
}

.filter-form {
  text-align: center;
  padding: 2em 0 1em 0;
  background: white;
  text-transform: uppercase;
}

.filter-form li {
  display: inline-block;
}

.block-minimal-form-block .nl-form-block {
  padding: 6em 0 3em 0;
  background-color: none;
  color: white;
}

.block-minimal-form-block .nl-form-block.white {
  background-color: white;
}

.block-minimal-form-block .nl-form-block.white, .block-minimal-form-block .nl-form-block.grey {
  color: #230047;
}

.block-minimal-form-block .nl-form-block.white .questions input, .block-minimal-form-block .nl-form-block.grey .questions input {
  color: #230047;
}

.block-minimal-form-block .nl-form-block.white .next, .block-minimal-form-block .nl-form-block.grey .next {
  color: #230047;
}

.block-minimal-form-block .nl-form-block.white .next:hover, .block-minimal-form-block .nl-form-block.white .next:focus, .block-minimal-form-block .nl-form-block.grey .next:hover, .block-minimal-form-block .nl-form-block.grey .next:focus {
  color: #826897;
}

.block-minimal-form-block .nl-form-block.white .simform .progress, .block-minimal-form-block .nl-form-block.grey .simform .progress {
  background: rgba(35, 0, 71, 0.9);
}

.block-minimal-form-block .nl-form-block.white .simform .error-message, .block-minimal-form-block .nl-form-block.grey .simform .error-message {
  color: #826897;
}

.block-minimal-form-block .nl-form-block.white .simform .number, .block-minimal-form-block .nl-form-block.grey .simform .number {
  color: #230047;
}

.block-minimal-form-block .nl-form-block.white .controls, .block-minimal-form-block .nl-form-block.grey .controls {
  background-color: #826897;
}

.block-minimal-form-block .nl-form-block.grey {
  background: #f4f3f5;
}

.block-minimal-form-block .nl-form-block.purple {
  background: #3e1c4f;
}

.block-minimal-form-block .nl-form-block .next {
  top: 1.75em !important;
}

.block-minimal-form-block .nl-form-block .next::after {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .block-minimal-form-block .nl-form-block .next {
    top: 2em !important;
  }
}

.why-us-features {
  padding: 2em 0;
}

.layout__region--first .why-us-feature {
  padding-left: 4em;
}

.layout__region--second .why-us-feature {
  padding-left: 2em;
  padding-right: 2em;
}

.layout__region--third .why-us-feature {
  padding-right: 4em;
}

@media screen and (max-width: 40em) {
  .layout__region--first .why-us-feature,
  .layout__region--second .why-us-feature,
  .layout__region--third .why-us-feature {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.why-us-feature {
  padding: 4em 0;
}

.why-us-feature a {
  font-size: 1.25em;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
}

.why-us-feature a:before {
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
}

.why-us-feature a:active, .why-us-feature a:focus, .why-us-feature a:hover {
  background: none;
  -webkit-text-fill-color: unset;
}

.why-us-feature p:nth-child(2) {
  font-size: 1.875em;
  line-height: 1.325em;
  font-weight: 100;
}

#contact-message-download-resources-form .form-actions {
  float: left;
  width: 98%;
}

/*  -------  */
.form-page .paralax-header {
  z-index: -1;
}

.form-page .parallax-static-content {
  color: white;
  padding-top: 6em;
}

details.captcha {
  border: none !important;
  margin-top: 3em !important;
}

.form-page-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4em;
  margin-bottom: 3em;
  padding: 2em;
}

.form-page-content::after {
  clear: both;
  content: "";
  display: table;
}

.form-page-content .collapse-processed > summary:before {
  content: none !important;
}

.sponsorship .form-page-content {
  max-width: 900px;
}

.sponsorship .field--name-body ul, .sponsorship .field--name-body ol {
  margin: 0.75em 0;
  padding: 0 1em;
}

.sponsorship .field--name-body li:before {
  content: "";
  background-color: #ff2973;
  border-radius: 50%;
  display: block;
  height: 0.4em;
  width: 0.4em;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.contact-message-sponsorship-form form > div {
  margin-top: 1em;
}

.event-registration-form {
  transition: max-height 0.5s ease;
  max-height: 0;
  overflow: hidden;
  margin: 2em 0;
}

.event-registration-form > div {
  padding: 1em;
}

.event-registration-form #edit-submit {
  margin-top: 2em;
}

.event-registration-form #block-eshtheme-content {
  padding: 1.5em;
}

.event-registration-form.is-open {
  max-height: 300px;
}

.form-page-content, .event-registration-form {
  background: #f4f3f5;
  font-size: 1.2em;
}

.form-page-content .form-type-radio .description, .form-page-content .form-type-checkbox .description, .event-registration-form .form-type-radio .description, .event-registration-form .form-type-checkbox .description {
  margin-left: 2em;
}

.form-page-content .js-form-item, .form-page-content .form-item, .event-registration-form .js-form-item, .event-registration-form .form-item {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}

.form-page-content .field--type-string, .form-page-content .field--type-email, .form-page-content .field--type-list-string, .form-page-content .form-type-textarea, .event-registration-form .field--type-string, .event-registration-form .field--type-email, .event-registration-form .field--type-list-string, .event-registration-form .form-type-textarea {
  width: 100%;
  padding: 0;
}

.form-page-content .form-type-textarea, .event-registration-form .form-type-textarea {
  float: none;
}

.form-page-content .field--type-datetime, .form-page-content .field--type-boolean, .event-registration-form .field--type-datetime, .event-registration-form .field--type-boolean {
  clear: both;
  padding: 1em 0;
}

.form-page-content .field--type-datetime h4, .form-page-content .field--type-boolean h4, .event-registration-form .field--type-datetime h4, .event-registration-form .field--type-boolean h4 {
  line-height: 3em;
}

.form-page-content .form-type-date, .event-registration-form .form-type-date {
  width: auto;
  display: inline-block;
}

.form-page-content .form-actions, .event-registration-form .form-actions {
  text-align: center;
}

.form-page-content input[type="submit"], .event-registration-form input[type="submit"] {
  margin-top: 1.5em;
  clear: both;
}

@media screen and (min-width: 767px) {
  .form-page-content, .event-registration-form {
    font-size: 1em;
  }
  .form-page-content .field--type-string, .form-page-content .field--type-email, .event-registration-form .field--type-string, .event-registration-form .field--type-email {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .form-page-content .field--type-datetime, .form-page-content .field--type-boolean, .form-page-content .field--type-list-string, .event-registration-form .field--type-datetime, .event-registration-form .field--type-boolean, .event-registration-form .field--type-list-string {
    width: 98%;
    margin-right: 2%;
  }
  .form-page-content .form-type-textarea, .event-registration-form .form-type-textarea {
    width: 98%;
    margin-right: 2%;
  }
  .form-page-content .field--name-field-organisation, .event-registration-form .field--name-field-organisation {
    width: 98%;
    margin-right: 2%;
  }
}

/* Media Kit page */
.contact-message-download-resources-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4em;
  margin-bottom: 3em;
  padding: 2em;
  z-index: 10;
  background: #f4f3f5;
  position: relative;
}

.contact-message-download-resources-form form {
  overflow: auto;
}

.contact-message-download-resources-form .form-type-checkbox .description {
  margin-left: 2em;
}

.contact-message-download-resources-form .js-form-item, .contact-message-download-resources-form .form-item {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}

.contact-message-download-resources-form .field--type-string, .contact-message-download-resources-form .field--type-email, .contact-message-download-resources-form .field--type-list-string, .contact-message-download-resources-form .form-type-textarea {
  width: 100%;
  padding: 0;
}

.contact-message-download-resources-form .form-actions {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .contact-message-download-resources-form {
    font-size: 1em;
  }
  .contact-message-download-resources-form .field--type-string, .contact-message-download-resources-form .field--type-email {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .contact-message-download-resources-form .field--type-datetime, .contact-message-download-resources-form .field--name-field-contact-number {
    width: 98%;
    margin-right: 2%;
  }
}

/**
 * AddToCalendar Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent;
}

.atcb-link {
  display: block;
  outline: none;
  cursor: pointer;
}

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0.5em;
  background: #fff;
  text-transform: none;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  z-index: 900;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1em;
  -webkit-box-shadow: 0px 0px 0px 5000px rgba(35, 0, 71, 0.8);
  -moz-box-shadow: 0px 0px 0px 5000px rgba(35, 0, 71, 0.8);
  box-shadow: 0px 0px 0px 5000px rgba(35, 0, 71, 0.8);
}

.atcb-item {
  float: none;
  text-align: left;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.our-team .views-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
}

.our-team .views-row::after {
  clear: both;
  content: "";
  display: table;
}

.our-team .bold-uppercase {
  margin: 1em;
  display: block;
}

.img-circle {
  width: 217px;
  height: 217px;
  background-color: #3e1c4f;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  margin: 1em auto;
}

@media screen and (min-width: 640px) {
  .our-team .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .our-team .views-row:last-child {
    margin-right: 0;
  }
  .our-team .views-row:nth-child(2n) {
    margin-right: 0;
  }
  .our-team .views-row:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 767px) {
  .our-team .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .our-team .views-row:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .our-team .views-row:nth-child(2n+1) {
    clear: none;
  }
  .our-team .views-row:last-child {
    margin-right: 0;
  }
  .our-team .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .our-team .views-row:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 950px) {
  .our-team .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .our-team .views-row:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .our-team .views-row:nth-child(3n+1) {
    clear: none;
  }
  .our-team .views-row:last-child {
    margin-right: 0;
  }
  .our-team .views-row:nth-child(4n) {
    margin-right: 0;
  }
  .our-team .views-row:nth-child(4n+1) {
    clear: left;
  }
}

.error-page {
  background-image: url("../img/backgrounds/404-bg.jpg");
  background-size: cover;
  background-position: center;
}

.error-content {
  color: white;
  text-align: center;
}

.error-content h1 {
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  color: rgba(211, 30, 90, 0.7);
}

.error-content p {
  margin: 1em auto;
  max-width: 700px;
}

.error-content .button {
  border-color: white;
  background-color: white;
  color: #ff2973 !important;
}

.error-content .button:hover, .error-content .button:focus {
  background-color: #ff2973;
  border-color: #ff2973;
  color: white !important;
}

.error-message {
  font-size: 1.5em;
}

@media screen and (max-width: 450px) {
  .error-cta {
    display: block;
  }
}

.error-page .error-content > h1 {
  color: white;
}

.community-site-visits {
  background-image: url("../img/backgrounds/sitevisits-bg.jpg");
  background-size: cover;
  background-position: center;
}

.community-site-visit {
  overflow: visible;
}

.community-site-visit .news-item-overlay {
  background: #6b2b86;
  opacity: 1;
}

.community-site-visit:after {
  content: '';
  display: block;
  position: absolute;
  border-width: 0px 35px 20px 35px;
  top: -20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  transition: border-color 0.3s ease;
  border-color: transparent transparent #6b2b86;
}

.community-site-visit:hover:after, .community-site-visit:focus:after {
  border-color: transparent transparent #f9485c;
}

.square-map {
  margin-bottom: -0.5em;
}

.square-map img {
  width: 100%;
  height: auto;
}

.event-content {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 65.05695%;
}

.event-content:last-child {
  margin-right: 0;
}

.event-sidebar {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
}

.event-sidebar:last-child {
  margin-right: 0;
}

.event .white-links {
  position: relative;
}

.event .content {
  margin: 4em auto;
}

.event .field--name-field-location {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background: #f4f3f5;
}

.event .field--name-field-location .geolocation-google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.event .link-to-maps {
  margin-top: 1em;
}

.event .field--type-datetime {
  font-size: 2.5em;
  font-weight: 100;
  position: relative;
  margin-top: 1.5em;
}

.event .field--type-datetime:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #230047;
  border-radius: 4px;
  position: absolute;
  top: -15px;
}

.event .field--name-body {
  margin: 0.7em 0;
}

.event .field--name-field-location-name {
  font-size: 2.5em;
  font-weight: 700;
  margin-top: -0.3em;
}

.add-to-calendar {
  margin-top: 3em;
}

.add-to-calendar .atcb-list {
  width: 200px;
}

.add-to-calendar .atcb-link {
  color: #fff;
  font-weight: 500;
}

.add-to-calendar .atcb-item {
  font-size: 14px;
}

.gallery {
  margin-bottom: 6em;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery .element-item {
  width: 100%;
}

.gallery .purple-overlay {
  opacity: 1;
  z-index: -1;
}

.gallery .gallery-image-wrapper:nth-child(4n) .gallery-image, .gallery .gallery-image-wrapper:nth-child(4n) .purple-overlay {
  width: 100%;
  margin-right: -1px;
}

.gallery-image-description {
  display: none;
}

.gallery-image {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  margin-bottom: -7px;
}

.gallery-image:hover {
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .gallery .element-item {
    width: 50%;
  }
}

@media screen and (min-width: 767px) {
  .gallery .element-item {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 950px) {
  .gallery .element-item {
    width: 25%;
  }
}

.testimonials-grid {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: white;
  padding-bottom: 3em;
}

.testimonial {
  width: 100%;
}

.gallery-padding {
  position: relative;
}

.gallery-padding:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}

.gallery-caption {
  width: 100%;
  position: relative;
  padding: 1.5em;
  background-color: #f9485c;
  background: -webkit-linear-gradient(0deg, #ff2973, #f26644);
}

.gallery-caption:after {
  content: '';
  display: block;
  position: absolute;
  border-width: 0px 35px 20px 35px;
  top: -20px;
  right: auto;
  left: 50%;
  transform: translateY(0%);
  transform: translateX(-50%);
  border-color: transparent transparent #f9485c;
}

.gallery-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  right: 0;
}

.testimonial-quote {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0.2em !important;
  font-size: 1.5em;
  line-height: 1.325em;
  font-weight: 100;
}

.testimonial-quote:before {
  content: '';
  display: block;
  width: 40px;
  height: 25px;
  background-image: url("../img/quote-white.svg");
  position: absolute;
  top: -2em;
}

.testimonial:nth-child(2), .testimonial:nth-child(4) {
  display: none;
}

@media screen and (min-width: 767px) {
  .gallery-img {
    position: absolute;
    width: 50%;
  }
  .testimonial-quote {
    margin-top: 1.6em;
  }
  .testimonial-quote:before {
    top: -1.5em;
  }
  .gallery-caption {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f26644;
  }
  .gallery-caption p {
    margin-bottom: 0;
  }
  .gallery-caption:after {
    border-width: 35px 0px 35px 20px;
    border-style: solid;
    border-color: transparent #f26644 transparent;
    top: 50%;
    right: -20px;
    left: auto;
    transform: translateY(-50%);
  }
  .testimonial.horizontal .gallery-caption {
    width: 50%;
    height: 100%;
  }
  .testimonial.horizontal.caption-right .gallery-caption {
    right: 0;
    left: auto;
    background-color: #ff2973;
  }
  .testimonial.horizontal.caption-right .gallery-caption:after {
    border-width: 35px 20px 35px 0px;
    left: -20px;
    right: auto;
    border-color: transparent #ff2973 transparent;
  }
  .testimonial.horizontal.caption-right .gallery-img {
    right: auto;
    left: 0;
  }
  .testimonial.vertical .gallery-caption {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
    background-color: #f9485c;
  }
  .testimonial.vertical .gallery-caption:after {
    border-width: 0px 35px 20px 35px;
    top: -20px;
    right: auto;
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%);
    border-color: transparent transparent #f9485c;
  }
  .testimonial.vertical .gallery-img {
    position: absolute;
    width: 100%;
    height: 50%;
  }
  .testimonial.vertical.caption-right .gallery-caption {
    top: 0;
    bottom: auto;
  }
  .testimonial.vertical.caption-right .gallery-img {
    bottom: 0;
  }
  .testimonial:nth-child(5) {
    display: none;
  }
  .testimonial:nth-child(2) {
    display: block;
  }
  .testimonial {
    width: 66%;
  }
  .testimonial.vertical {
    width: 33%;
  }
  .testimonial.vertical .gallery-padding {
    padding-bottom: 150%;
  }
}

@media screen and (min-width: 1300px) {
  .testimonial:nth-child(5), .testimonial:nth-child(4) {
    display: block;
  }
  .testimonial {
    width: 40%;
  }
  .testimonial.vertical {
    width: 20%;
  }
  .testimonial.vertical .gallery-padding {
    padding-bottom: 150%;
  }
}

.provider-search {
  padding-top: 4em;
}

.provider-search h4 {
  text-align: center;
  transform: translateY(300%);
}

.provider-exposed-filters {
  font-size: 1.8em;
  padding-bottom: 2em;
}

.provider-exposed-filters label {
  display: inline-block;
}

.provider-exposed-filters .form-actions {
  display: none;
}

.form-item-lat, .form-item-lng, .form-item-proximity {
  display: none;
}

.provider-header {
  font-size: 1.5em;
  padding: 1em 0;
}

.show-list, .show-map {
  cursor: pointer;
  float: right;
  margin: 0 0.5em;
  font-size: 0.8em;
  transition: all 0.2s ease;
}

.show-list .icon, .show-map .icon {
  margin-bottom: -0.2em;
  margin-top: 0.2em;
}

.show-list .color-fill, .show-map .color-fill {
  transition: fill 0.2s ease;
  fill: #230047;
}

.show-list.active, .show-map.active {
  color: #ff2973;
}

.show-list.active .color-fill, .show-map.active .color-fill {
  fill: #ff2973;
}

.show-list .icon {
  margin-right: 0.5em;
}

.show-map .icon {
  margin-right: 0.3em;
}

.provider-map {
  height: 500px;
  width: 100%;
}

.gm-style-iw {
  padding: 1em;
}

.provider-list {
  border-top: 1px solid rgba(35, 0, 71, 0.1);
  padding: 2em 0;
  text-transform: capitalize;
}

.provider-list .views-row {
  padding: 1em 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.provider-list .views-row:last-child {
  margin-right: 0;
}

.provider-list .views-row:nth-child(2n) {
  margin-right: 0;
}

.provider-list .views-row:nth-child(2n+1) {
  clear: left;
}

@media screen and (min-width: 640px) {
  .provider-list .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .provider-list .views-row:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .provider-list .views-row:nth-child(2n+1) {
    clear: none;
  }
  .provider-list .views-row:last-child {
    margin-right: 0;
  }
  .provider-list .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .provider-list .views-row:nth-child(3n+1) {
    clear: left;
  }
}

.page-node-type-page .block-region-content .block-block-content,
.page-node-type-landing-page .block-region-content .block-block-content {
  margin: 2em auto;
  max-width: 950px;
}

@media screen and (max-width: 950px) {
  .page-node-type-page .block-region-content .block-block-content,
  .page-node-type-landing-page .block-region-content .block-block-content {
    padding: 0 4em;
  }
}

.page-node-type-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary,
.page-node-type-landing-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary {
  margin: 2em auto;
  max-width: 950px;
}

@media screen and (max-width: 950px) {
  .page-node-type-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary,
  .page-node-type-landing-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary {
    padding: 0 4em;
  }
}

.page-node-type-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary ul, .page-node-type-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary ol,
.page-node-type-landing-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary ul,
.page-node-type-landing-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary ol {
  margin: 0.75em 0;
  padding: 0 1em 1em;
}

.page-node-type-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary li:before,
.page-node-type-landing-page.path-eligibility .block-region-content .block-block-content .field--name-body.field--type-text-with-summary li:before {
  content: "";
  background-color: #ff2973;
  border-radius: 50%;
  display: block;
  height: 0.4em;
  width: 0.4em;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.path-registration-complete .parallax-background {
  background-position: center;
}

video#bgvid {
  display: none;
}

@media screen and (min-width: 767px) {
  .video-enabled video#bgvid {
    display: block;
    top: 136px;
    min-height: calc(100vh - 136px);
    position: fixed;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url("/themes/eshtheme/video/esh_vd_bg.jpg") no-repeat;
    background-size: cover;
  }
  .video-enabled .home-parallax-1 {
    min-height: 100vh;
  }
  .video-enabled .home-parallax-2 .parallax-background,
  .video-enabled .home-parallax-1 .parallax-background {
    background-image: none;
    background-color: transparent;
  }
  .video-enabled .home-parallax-1 .bg-overlay {
    background-image: none;
  }
  .video-enabled .home-parallax-2 .bg-overlay {
    background-image: linear-gradient(0deg, #230047, rgba(35, 0, 71, 0));
  }
  .video-enabled .block-promotion {
    background-color: #fff;
  }
  .video-enabled .block-promotion .promo-img {
    z-index: 0;
  }
  .video-enabled .block-contact-us {
    background-color: #fff;
  }
}

@media screen and (max-width: 950px) {
  .video-enabled video#bgvid {
    top: 0;
    min-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home-parallax-1,
  .home-parallax-2 {
    min-height: 50vh;
  }
}

.field--name-field-product-subheading,
.field--name-field-product-heading {
  font-size: 1.25em;
}

.field--name-field-product-subheading h3,
.field--name-field-product-heading h3 {
  font-size: 2.5em;
  margin-bottom: 0;
}

.field--name-field-product-heading {
  padding-top: 3em;
}

.field--name-field-product-heading h3 {
  font-weight: bold;
}

.field--name-field-product-heading h3:before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  top: -15px;
}

.block-region-features .document-button {
  zoom: 0.95;
}

.product-disclaimer {
  clear: both;
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 0.8em;
}

.simple-header-wrapper {
  background-color: #3e1c4f;
}

.simple-header-wrapper .simple-header {
  height: 290px;
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}

.simple-header-wrapper .simple-header .simple-header-title {
  position: absolute;
  bottom: 0em;
  color: #fff;
}

.simple-header-wrapper .share-wrapper {
  position: relative;
}

@media screen and (max-width: 640px) {
  .simple-header-wrapper .simple-header {
    height: 500px;
  }
  .simple-header-wrapper .simple-header .simple-header-title {
    width: calc(100% - 40px);
    margin: 0 auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}

@media screen and (max-width: 950px) {
  .simple-header {
    padding: 0 4em;
  }
}

.block-compare-fund-block {
  max-width: 950px;
  margin: 0 auto;
  padding: 3em 0;
}

.compare-heading h2 {
  font-size: 1.5em;
  font-weight: 700;
}

.compare-description {
  width: 50%;
}

.compare-fund-form .columns {
  column-count: 2;
  column-gap: 100px;
}

.compare-fund-form .columns > div {
  margin: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}

.compare-fund-form .columns > .form-wrapper {
  width: 100%;
}

.compare-fund-form p {
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.compare-fund-form .form-item-benefits-other2 {
  margin-top: 1em !important;
}

.compare-fund-form .form-item-confirm {
  clear: both;
  padding-top: 3em;
  width: 50%;
}

.compare-fund-form .form-item-confirm.form-type-checkbox input[type="checkbox"] {
  -webkit-appearance: revert;
  display: initial;
  position: absolute;
  margin-left: 8px;
  margin-top: 24px;
  opacity: 0;
}

.compare-fund-form .form-item-confirm.form-type-checkbox input[type="checkbox"] + label .label-sp {
  top: 2px;
}

.compare-fund-form .form-required:after {
  display: none;
}

.compare-fund-form .form-type-select label,
.compare-fund-form .form-type-email label,
.compare-fund-form .form-type-textfield label {
  display: none;
}

.compare-fund-form #edit-contact > span {
  width: 40px;
  font-size: 1.875em;
  display: inline-block;
  text-align: center;
}

.compare-fund-form .form-type-select {
  width: 100%;
}

.compare-fund-form .form-type-select.form-item-contact-between-start, .compare-fund-form .form-type-select.form-item-contact-between-end {
  width: 45%;
  width: calc(50% - 25px);
}

.compare-fund-form .form-type-select select {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 4px solid #eee;
  border-radius: 0;
  box-shadow: none;
}

.compare-fund-form .form-checkboxes .form-item, .compare-fund-form .form-radios .form-item {
  width: 48%;
  max-width: 200px;
}

.compare-fund-form .form-type-checkbox input[type="checkbox"], .compare-fund-form .form-type-radio input[type="radio"] {
  display: none;
  -webkit-appearance: none;
}

.compare-fund-form .form-type-checkbox input[type="checkbox"] + label, .compare-fund-form .form-type-radio input[type="radio"] + label {
  position: relative;
  margin-left: 0;
  padding-left: 50px;
  margin-top: 1em;
}

.compare-fund-form .form-type-checkbox input[type="checkbox"] + label .label-sp {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #ff2973;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  padding: 2px;
  position: relative;
  vertical-align: middle;
  width: 32px;
  position: absolute;
  left: 0;
  top: -6px;
  pointer-events: none;
}

.compare-fund-form label .label-sp:hover {
  cursor: pointer;
}

.compare-fund-form .form-type-checkbox input[type="checkbox"]:checked + label .label-sp-i {
  border-right: 4px solid #ff2973;
  border-top: 4px solid #ff2973;
  content: "";
  display: block;
  height: 16px;
  left: 9px;
  position: absolute;
  top: 4px;
  transform: scaleX(-1) rotate(135deg);
  width: 7px;
  pointer-events: none;
}

.compare-fund-form .form-type-radio input[type="radio"] + label .label-sp {
  background: #fff none repeat scroll 0 0;
  border: 5px solid #ff2973;
  border-radius: 14px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  padding: 3px;
  position: relative;
  vertical-align: middle;
  width: 28px;
  position: absolute;
  left: 0;
  top: -2px;
  pointer-events: none;
}

.compare-fund-form .form-type-radio input[type="radio"]:checked + label .label-sp-i {
  width: 12px;
  height: 12px;
  display: block;
  background: #ff2973;
  border-radius: 9px;
  pointer-events: none;
}

.compare-fund-form input[type="text"],
.compare-fund-form input[type="email"] {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 4px solid #eee;
  border-radius: 0;
  box-shadow: none;
  font-family: "Museo Sans", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
  font-size: 1.875em;
}

.compare-fund-form input[type="text"]:focus, .compare-fund-form input[type="text"]:active,
.compare-fund-form input[type="email"]:focus,
.compare-fund-form input[type="email"]:active {
  border-bottom: 4px solid #ff2973;
}

.compare-fund-form input::-webkit-input-placeholder {
  color: #ddd;
}

.compare-fund-form input:active::-webkit-input-placeholder,
.compare-fund-form input:focus::-webkit-input-placeholder {
  color: #eee;
}

.compare-fund-form input::-moz-placeholder {
  color: #ddd;
}

.compare-fund-form input:active::-moz-placeholder,
.compare-fund-form input:focus::-moz-placeholder {
  color: #eee;
}

.compare-fund-form input:-ms-input-placeholder {
  color: #eee;
}

.compare-fund-form input:active::-ms-input-placeholder,
.compare-fund-form input:focus::-ms-input-placeholder {
  color: #ddd;
}

@media screen and (max-width: 950px) {
  .block-compare-fund-block {
    padding-left: 4em;
    padding-right: 4em;
  }
  .compare-description {
    width: 100%;
  }
  .compare-fund-form .columns {
    column-count: 1;
  }
  .compare-fund-form .form-item-confirm {
    width: 100%;
  }
  .compare-fund-form .form-item-confirm.form-type-checkbox input[type="checkbox"] + label .label-sp {
    top: -6px;
  }
  .compare-fund-form .form-type-checkbox input[type="checkbox"] + label, .compare-fund-form .form-type-radio input[type="radio"] + label {
    margin-bottom: 10px;
  }
}

/********************
Select2 Override style
*********************/
.compare-fund-form {
  /* Assign min-width to container */
  /*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
  /****** Single SCSS *******/
}

.compare-fund-form .select2-container--open {
  border-bottom: 4px solid #ff2973 !important;
}

.compare-fund-form .select2-container {
  padding: 1em;
  margin-bottom: 1.5em;
  border-bottom: 4px solid #eee;
}

.compare-fund-form .select2-container .select2-selection--single {
  border-radius: 0px;
}

.compare-fund-form .select2-container.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.compare-fund-form .select2-container span.select2-search input {
  height: 30px !important;
}

.compare-fund-form .select2-container .select2-choice {
  border: 0;
  height: 36px;
  border-radius: 0px;
  font-size: 1.875em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.compare-fund-form .select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.compare-fund-form .select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.compare-fund-form .select2-container *:focus {
  outline: 0px;
}

.compare-fund-form .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.compare-fund-form .select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.compare-fund-form .select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.compare-fund-form .select2-search {
  margin-top: 3px;
}

.compare-fund-form .select2-search input {
  height: 26px;
  border: 2px solid #dce4ec;
}

.compare-fund-form .select2-container-active .select2-choice,
.compare-fund-form .select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.compare-fund-form .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.compare-fund-form .select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.compare-fund-form .select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.compare-fund-form .select2-results .select2-highlighted {
  background: #fff;
  border-radius: 0px;
}

.compare-fund-form .select2-container .select2-selection--single {
  border: 0px;
}

.compare-fund-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1.875em;
}

.compare-fund-form .select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
  height: 100%;
}

.compare-fund-form .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(../img/svg/src/chevron-down-pink.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  position: absolute;
}

.compare-fund-form .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #eee;
}

.compare-fund-form .select2-container .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-dropdown {
  border: 4px solid #ff2973;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 4px solid #ff2973;
}

.select2-results__option {
  padding: 0.5em;
}

.select2-results__option--highlighted[aria-selected] {
  background: #ff2973 !important;
  color: #ffffff;
}

/*# sourceMappingURL=maps/eshtheme.css.map */

.article-content p:first-child {
  font-size: initial;
  line-height: initial;
}

.article-content > p:first-child {
  font-size: 1.875em;
  line-height: 1.325em;
  font-weight: 100;
}