@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "xxsmall=0em&xsmall=20.0625em&small=30.0625em&medium-small=40.0625em&medium=48.0625em&large=70.9375em&xlarge=82.1875em&xxlarge=93.75em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #202020;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 48.0625em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 48.0625em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.xxsmall-1 {
  width: 8.333333%;
}

.xxsmall-push-1 {
  position: relative;
  left: 8.333333%;
}

.xxsmall-pull-1 {
  position: relative;
  left: -8.333333%;
}

.xxsmall-offset-0 {
  margin-left: 0%;
}

.xxsmall-2 {
  width: 16.666667%;
}

.xxsmall-push-2 {
  position: relative;
  left: 16.666667%;
}

.xxsmall-pull-2 {
  position: relative;
  left: -16.666667%;
}

.xxsmall-offset-1 {
  margin-left: 8.333333%;
}

.xxsmall-3 {
  width: 25%;
}

.xxsmall-push-3 {
  position: relative;
  left: 25%;
}

.xxsmall-pull-3 {
  position: relative;
  left: -25%;
}

.xxsmall-offset-2 {
  margin-left: 16.666667%;
}

.xxsmall-4 {
  width: 33.333333%;
}

.xxsmall-push-4 {
  position: relative;
  left: 33.333333%;
}

.xxsmall-pull-4 {
  position: relative;
  left: -33.333333%;
}

.xxsmall-offset-3 {
  margin-left: 25%;
}

.xxsmall-5 {
  width: 41.666667%;
}

.xxsmall-push-5 {
  position: relative;
  left: 41.666667%;
}

.xxsmall-pull-5 {
  position: relative;
  left: -41.666667%;
}

.xxsmall-offset-4 {
  margin-left: 33.333333%;
}

.xxsmall-6 {
  width: 50%;
}

.xxsmall-push-6 {
  position: relative;
  left: 50%;
}

.xxsmall-pull-6 {
  position: relative;
  left: -50%;
}

.xxsmall-offset-5 {
  margin-left: 41.666667%;
}

.xxsmall-7 {
  width: 58.333333%;
}

.xxsmall-push-7 {
  position: relative;
  left: 58.333333%;
}

.xxsmall-pull-7 {
  position: relative;
  left: -58.333333%;
}

.xxsmall-offset-6 {
  margin-left: 50%;
}

.xxsmall-8 {
  width: 66.666667%;
}

.xxsmall-push-8 {
  position: relative;
  left: 66.666667%;
}

.xxsmall-pull-8 {
  position: relative;
  left: -66.666667%;
}

.xxsmall-offset-7 {
  margin-left: 58.333333%;
}

.xxsmall-9 {
  width: 75%;
}

.xxsmall-push-9 {
  position: relative;
  left: 75%;
}

.xxsmall-pull-9 {
  position: relative;
  left: -75%;
}

.xxsmall-offset-8 {
  margin-left: 66.666667%;
}

.xxsmall-10 {
  width: 83.333333%;
}

.xxsmall-push-10 {
  position: relative;
  left: 83.333333%;
}

.xxsmall-pull-10 {
  position: relative;
  left: -83.333333%;
}

.xxsmall-offset-9 {
  margin-left: 75%;
}

.xxsmall-11 {
  width: 91.666667%;
}

.xxsmall-push-11 {
  position: relative;
  left: 91.666667%;
}

.xxsmall-pull-11 {
  position: relative;
  left: -91.666667%;
}

.xxsmall-offset-10 {
  margin-left: 83.333333%;
}

.xxsmall-12 {
  width: 100%;
}

.xxsmall-offset-11 {
  margin-left: 91.666667%;
}

.xxsmall-up-1 > .column, .xxsmall-up-1 > .columns {
  width: 100%;
  float: left;
}

.xxsmall-up-1 > .column:nth-of-type(1n), .xxsmall-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-1 > .column:nth-of-type(1n+1), .xxsmall-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.xxsmall-up-1 > .column:last-child, .xxsmall-up-1 > .columns:last-child {
  float: left;
}

.xxsmall-up-2 > .column, .xxsmall-up-2 > .columns {
  width: 50%;
  float: left;
}

.xxsmall-up-2 > .column:nth-of-type(1n), .xxsmall-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-2 > .column:nth-of-type(2n+1), .xxsmall-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.xxsmall-up-2 > .column:last-child, .xxsmall-up-2 > .columns:last-child {
  float: left;
}

.xxsmall-up-3 > .column, .xxsmall-up-3 > .columns {
  width: 33.333333%;
  float: left;
}

.xxsmall-up-3 > .column:nth-of-type(1n), .xxsmall-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-3 > .column:nth-of-type(3n+1), .xxsmall-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.xxsmall-up-3 > .column:last-child, .xxsmall-up-3 > .columns:last-child {
  float: left;
}

.xxsmall-up-4 > .column, .xxsmall-up-4 > .columns {
  width: 25%;
  float: left;
}

.xxsmall-up-4 > .column:nth-of-type(1n), .xxsmall-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-4 > .column:nth-of-type(4n+1), .xxsmall-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.xxsmall-up-4 > .column:last-child, .xxsmall-up-4 > .columns:last-child {
  float: left;
}

.xxsmall-up-5 > .column, .xxsmall-up-5 > .columns {
  width: 20%;
  float: left;
}

.xxsmall-up-5 > .column:nth-of-type(1n), .xxsmall-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-5 > .column:nth-of-type(5n+1), .xxsmall-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.xxsmall-up-5 > .column:last-child, .xxsmall-up-5 > .columns:last-child {
  float: left;
}

.xxsmall-up-6 > .column, .xxsmall-up-6 > .columns {
  width: 16.666667%;
  float: left;
}

.xxsmall-up-6 > .column:nth-of-type(1n), .xxsmall-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-6 > .column:nth-of-type(6n+1), .xxsmall-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.xxsmall-up-6 > .column:last-child, .xxsmall-up-6 > .columns:last-child {
  float: left;
}

.xxsmall-up-7 > .column, .xxsmall-up-7 > .columns {
  width: 14.285714%;
  float: left;
}

.xxsmall-up-7 > .column:nth-of-type(1n), .xxsmall-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-7 > .column:nth-of-type(7n+1), .xxsmall-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.xxsmall-up-7 > .column:last-child, .xxsmall-up-7 > .columns:last-child {
  float: left;
}

.xxsmall-up-8 > .column, .xxsmall-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.xxsmall-up-8 > .column:nth-of-type(1n), .xxsmall-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.xxsmall-up-8 > .column:nth-of-type(8n+1), .xxsmall-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.xxsmall-up-8 > .column:last-child, .xxsmall-up-8 > .columns:last-child {
  float: left;
}

.xxsmall-collapse > .column, .xxsmall-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.xxsmall-collapse .row,
.expanded.row .xxsmall-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.xxsmall-uncollapse > .column, .xxsmall-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.xxsmall-centered {
  margin-left: auto;
  margin-right: auto;
}

.xxsmall-centered, .xxsmall-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.xxsmall-uncentered,
.xxsmall-push-0,
.xxsmall-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 20.0625em) {
  .xsmall-1 {
    width: 8.333333%;
  }
  .xsmall-push-1 {
    position: relative;
    left: 8.333333%;
  }
  .xsmall-pull-1 {
    position: relative;
    left: -8.333333%;
  }
  .xsmall-offset-0 {
    margin-left: 0%;
  }
  .xsmall-2 {
    width: 16.666667%;
  }
  .xsmall-push-2 {
    position: relative;
    left: 16.666667%;
  }
  .xsmall-pull-2 {
    position: relative;
    left: -16.666667%;
  }
  .xsmall-offset-1 {
    margin-left: 8.333333%;
  }
  .xsmall-3 {
    width: 25%;
  }
  .xsmall-push-3 {
    position: relative;
    left: 25%;
  }
  .xsmall-pull-3 {
    position: relative;
    left: -25%;
  }
  .xsmall-offset-2 {
    margin-left: 16.666667%;
  }
  .xsmall-4 {
    width: 33.333333%;
  }
  .xsmall-push-4 {
    position: relative;
    left: 33.333333%;
  }
  .xsmall-pull-4 {
    position: relative;
    left: -33.333333%;
  }
  .xsmall-offset-3 {
    margin-left: 25%;
  }
  .xsmall-5 {
    width: 41.666667%;
  }
  .xsmall-push-5 {
    position: relative;
    left: 41.666667%;
  }
  .xsmall-pull-5 {
    position: relative;
    left: -41.666667%;
  }
  .xsmall-offset-4 {
    margin-left: 33.333333%;
  }
  .xsmall-6 {
    width: 50%;
  }
  .xsmall-push-6 {
    position: relative;
    left: 50%;
  }
  .xsmall-pull-6 {
    position: relative;
    left: -50%;
  }
  .xsmall-offset-5 {
    margin-left: 41.666667%;
  }
  .xsmall-7 {
    width: 58.333333%;
  }
  .xsmall-push-7 {
    position: relative;
    left: 58.333333%;
  }
  .xsmall-pull-7 {
    position: relative;
    left: -58.333333%;
  }
  .xsmall-offset-6 {
    margin-left: 50%;
  }
  .xsmall-8 {
    width: 66.666667%;
  }
  .xsmall-push-8 {
    position: relative;
    left: 66.666667%;
  }
  .xsmall-pull-8 {
    position: relative;
    left: -66.666667%;
  }
  .xsmall-offset-7 {
    margin-left: 58.333333%;
  }
  .xsmall-9 {
    width: 75%;
  }
  .xsmall-push-9 {
    position: relative;
    left: 75%;
  }
  .xsmall-pull-9 {
    position: relative;
    left: -75%;
  }
  .xsmall-offset-8 {
    margin-left: 66.666667%;
  }
  .xsmall-10 {
    width: 83.333333%;
  }
  .xsmall-push-10 {
    position: relative;
    left: 83.333333%;
  }
  .xsmall-pull-10 {
    position: relative;
    left: -83.333333%;
  }
  .xsmall-offset-9 {
    margin-left: 75%;
  }
  .xsmall-11 {
    width: 91.666667%;
  }
  .xsmall-push-11 {
    position: relative;
    left: 91.666667%;
  }
  .xsmall-pull-11 {
    position: relative;
    left: -91.666667%;
  }
  .xsmall-offset-10 {
    margin-left: 83.333333%;
  }
  .xsmall-12 {
    width: 100%;
  }
  .xsmall-offset-11 {
    margin-left: 91.666667%;
  }
  .xsmall-up-1 > .column, .xsmall-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xsmall-up-1 > .column:nth-of-type(1n), .xsmall-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-1 > .column:nth-of-type(1n+1), .xsmall-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xsmall-up-1 > .column:last-child, .xsmall-up-1 > .columns:last-child {
    float: left;
  }
  .xsmall-up-2 > .column, .xsmall-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xsmall-up-2 > .column:nth-of-type(1n), .xsmall-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-2 > .column:nth-of-type(2n+1), .xsmall-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xsmall-up-2 > .column:last-child, .xsmall-up-2 > .columns:last-child {
    float: left;
  }
  .xsmall-up-3 > .column, .xsmall-up-3 > .columns {
    width: 33.333333%;
    float: left;
  }
  .xsmall-up-3 > .column:nth-of-type(1n), .xsmall-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-3 > .column:nth-of-type(3n+1), .xsmall-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xsmall-up-3 > .column:last-child, .xsmall-up-3 > .columns:last-child {
    float: left;
  }
  .xsmall-up-4 > .column, .xsmall-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xsmall-up-4 > .column:nth-of-type(1n), .xsmall-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-4 > .column:nth-of-type(4n+1), .xsmall-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xsmall-up-4 > .column:last-child, .xsmall-up-4 > .columns:last-child {
    float: left;
  }
  .xsmall-up-5 > .column, .xsmall-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xsmall-up-5 > .column:nth-of-type(1n), .xsmall-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-5 > .column:nth-of-type(5n+1), .xsmall-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xsmall-up-5 > .column:last-child, .xsmall-up-5 > .columns:last-child {
    float: left;
  }
  .xsmall-up-6 > .column, .xsmall-up-6 > .columns {
    width: 16.666667%;
    float: left;
  }
  .xsmall-up-6 > .column:nth-of-type(1n), .xsmall-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-6 > .column:nth-of-type(6n+1), .xsmall-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xsmall-up-6 > .column:last-child, .xsmall-up-6 > .columns:last-child {
    float: left;
  }
  .xsmall-up-7 > .column, .xsmall-up-7 > .columns {
    width: 14.285714%;
    float: left;
  }
  .xsmall-up-7 > .column:nth-of-type(1n), .xsmall-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-7 > .column:nth-of-type(7n+1), .xsmall-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xsmall-up-7 > .column:last-child, .xsmall-up-7 > .columns:last-child {
    float: left;
  }
  .xsmall-up-8 > .column, .xsmall-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xsmall-up-8 > .column:nth-of-type(1n), .xsmall-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-8 > .column:nth-of-type(8n+1), .xsmall-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xsmall-up-8 > .column:last-child, .xsmall-up-8 > .columns:last-child {
    float: left;
  }
  .xsmall-collapse > .column, .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xsmall-collapse .row,
  .expanded.row .xsmall-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .xsmall-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xsmall-centered, .xsmall-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xsmall-uncentered,
  .xsmall-push-0,
  .xsmall-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 30.0625em) {
  .small-1 {
    width: 8.333333%;
  }
  .small-push-1 {
    position: relative;
    left: 8.333333%;
  }
  .small-pull-1 {
    position: relative;
    left: -8.333333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    width: 16.666667%;
  }
  .small-push-2 {
    position: relative;
    left: 16.666667%;
  }
  .small-pull-2 {
    position: relative;
    left: -16.666667%;
  }
  .small-offset-1 {
    margin-left: 8.333333%;
  }
  .small-3 {
    width: 25%;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
  }
  .small-pull-3 {
    position: relative;
    left: -25%;
  }
  .small-offset-2 {
    margin-left: 16.666667%;
  }
  .small-4 {
    width: 33.333333%;
  }
  .small-push-4 {
    position: relative;
    left: 33.333333%;
  }
  .small-pull-4 {
    position: relative;
    left: -33.333333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    width: 41.666667%;
  }
  .small-push-5 {
    position: relative;
    left: 41.666667%;
  }
  .small-pull-5 {
    position: relative;
    left: -41.666667%;
  }
  .small-offset-4 {
    margin-left: 33.333333%;
  }
  .small-6 {
    width: 50%;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
  }
  .small-pull-6 {
    position: relative;
    left: -50%;
  }
  .small-offset-5 {
    margin-left: 41.666667%;
  }
  .small-7 {
    width: 58.333333%;
  }
  .small-push-7 {
    position: relative;
    left: 58.333333%;
  }
  .small-pull-7 {
    position: relative;
    left: -58.333333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    width: 66.666667%;
  }
  .small-push-8 {
    position: relative;
    left: 66.666667%;
  }
  .small-pull-8 {
    position: relative;
    left: -66.666667%;
  }
  .small-offset-7 {
    margin-left: 58.333333%;
  }
  .small-9 {
    width: 75%;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
  }
  .small-pull-9 {
    position: relative;
    left: -75%;
  }
  .small-offset-8 {
    margin-left: 66.666667%;
  }
  .small-10 {
    width: 83.333333%;
  }
  .small-push-10 {
    position: relative;
    left: 83.333333%;
  }
  .small-pull-10 {
    position: relative;
    left: -83.333333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    width: 91.666667%;
  }
  .small-push-11 {
    position: relative;
    left: 91.666667%;
  }
  .small-pull-11 {
    position: relative;
    left: -91.666667%;
  }
  .small-offset-10 {
    margin-left: 83.333333%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.666667%;
  }
  .small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
  }
  .small-up-3 > .column, .small-up-3 > .columns {
    width: 33.333333%;
    float: left;
  }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
  }
  .small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
  }
  .small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
  }
  .small-up-6 > .column, .small-up-6 > .columns {
    width: 16.666667%;
    float: left;
  }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
  }
  .small-up-7 > .column, .small-up-7 > .columns {
    width: 14.285714%;
    float: left;
  }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
  }
  .small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
  }
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .small-collapse .row,
  .expanded.row .small-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .small-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .small-uncentered,
  .small-push-0,
  .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-small-1 {
    width: 8.333333%;
  }
  .medium-small-push-1 {
    position: relative;
    left: 8.333333%;
  }
  .medium-small-pull-1 {
    position: relative;
    left: -8.333333%;
  }
  .medium-small-offset-0 {
    margin-left: 0%;
  }
  .medium-small-2 {
    width: 16.666667%;
  }
  .medium-small-push-2 {
    position: relative;
    left: 16.666667%;
  }
  .medium-small-pull-2 {
    position: relative;
    left: -16.666667%;
  }
  .medium-small-offset-1 {
    margin-left: 8.333333%;
  }
  .medium-small-3 {
    width: 25%;
  }
  .medium-small-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-small-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-small-offset-2 {
    margin-left: 16.666667%;
  }
  .medium-small-4 {
    width: 33.333333%;
  }
  .medium-small-push-4 {
    position: relative;
    left: 33.333333%;
  }
  .medium-small-pull-4 {
    position: relative;
    left: -33.333333%;
  }
  .medium-small-offset-3 {
    margin-left: 25%;
  }
  .medium-small-5 {
    width: 41.666667%;
  }
  .medium-small-push-5 {
    position: relative;
    left: 41.666667%;
  }
  .medium-small-pull-5 {
    position: relative;
    left: -41.666667%;
  }
  .medium-small-offset-4 {
    margin-left: 33.333333%;
  }
  .medium-small-6 {
    width: 50%;
  }
  .medium-small-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-small-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-small-offset-5 {
    margin-left: 41.666667%;
  }
  .medium-small-7 {
    width: 58.333333%;
  }
  .medium-small-push-7 {
    position: relative;
    left: 58.333333%;
  }
  .medium-small-pull-7 {
    position: relative;
    left: -58.333333%;
  }
  .medium-small-offset-6 {
    margin-left: 50%;
  }
  .medium-small-8 {
    width: 66.666667%;
  }
  .medium-small-push-8 {
    position: relative;
    left: 66.666667%;
  }
  .medium-small-pull-8 {
    position: relative;
    left: -66.666667%;
  }
  .medium-small-offset-7 {
    margin-left: 58.333333%;
  }
  .medium-small-9 {
    width: 75%;
  }
  .medium-small-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-small-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-small-offset-8 {
    margin-left: 66.666667%;
  }
  .medium-small-10 {
    width: 83.333333%;
  }
  .medium-small-push-10 {
    position: relative;
    left: 83.333333%;
  }
  .medium-small-pull-10 {
    position: relative;
    left: -83.333333%;
  }
  .medium-small-offset-9 {
    margin-left: 75%;
  }
  .medium-small-11 {
    width: 91.666667%;
  }
  .medium-small-push-11 {
    position: relative;
    left: 91.666667%;
  }
  .medium-small-pull-11 {
    position: relative;
    left: -91.666667%;
  }
  .medium-small-offset-10 {
    margin-left: 83.333333%;
  }
  .medium-small-12 {
    width: 100%;
  }
  .medium-small-offset-11 {
    margin-left: 91.666667%;
  }
  .medium-small-up-1 > .column, .medium-small-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-small-up-1 > .column:nth-of-type(1n), .medium-small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-1 > .column:nth-of-type(1n+1), .medium-small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-small-up-1 > .column:last-child, .medium-small-up-1 > .columns:last-child {
    float: left;
  }
  .medium-small-up-2 > .column, .medium-small-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-small-up-2 > .column:nth-of-type(1n), .medium-small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-2 > .column:nth-of-type(2n+1), .medium-small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-small-up-2 > .column:last-child, .medium-small-up-2 > .columns:last-child {
    float: left;
  }
  .medium-small-up-3 > .column, .medium-small-up-3 > .columns {
    width: 33.333333%;
    float: left;
  }
  .medium-small-up-3 > .column:nth-of-type(1n), .medium-small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-3 > .column:nth-of-type(3n+1), .medium-small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-small-up-3 > .column:last-child, .medium-small-up-3 > .columns:last-child {
    float: left;
  }
  .medium-small-up-4 > .column, .medium-small-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-small-up-4 > .column:nth-of-type(1n), .medium-small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-4 > .column:nth-of-type(4n+1), .medium-small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-small-up-4 > .column:last-child, .medium-small-up-4 > .columns:last-child {
    float: left;
  }
  .medium-small-up-5 > .column, .medium-small-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-small-up-5 > .column:nth-of-type(1n), .medium-small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-5 > .column:nth-of-type(5n+1), .medium-small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-small-up-5 > .column:last-child, .medium-small-up-5 > .columns:last-child {
    float: left;
  }
  .medium-small-up-6 > .column, .medium-small-up-6 > .columns {
    width: 16.666667%;
    float: left;
  }
  .medium-small-up-6 > .column:nth-of-type(1n), .medium-small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-6 > .column:nth-of-type(6n+1), .medium-small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-small-up-6 > .column:last-child, .medium-small-up-6 > .columns:last-child {
    float: left;
  }
  .medium-small-up-7 > .column, .medium-small-up-7 > .columns {
    width: 14.285714%;
    float: left;
  }
  .medium-small-up-7 > .column:nth-of-type(1n), .medium-small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-7 > .column:nth-of-type(7n+1), .medium-small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-small-up-7 > .column:last-child, .medium-small-up-7 > .columns:last-child {
    float: left;
  }
  .medium-small-up-8 > .column, .medium-small-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-small-up-8 > .column:nth-of-type(1n), .medium-small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-small-up-8 > .column:nth-of-type(8n+1), .medium-small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-small-up-8 > .column:last-child, .medium-small-up-8 > .columns:last-child {
    float: left;
  }
  .medium-small-collapse > .column, .medium-small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-small-collapse .row,
  .expanded.row .medium-small-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-small-uncollapse > .column, .medium-small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .medium-small-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-small-centered, .medium-small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-small-uncentered,
  .medium-small-push-0,
  .medium-small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 48.0625em) {
  .medium-1 {
    width: 8.333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.666667%;
  }
  .medium-offset-1 {
    margin-left: 8.333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.666667%;
  }
  .medium-4 {
    width: 33.333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.666667%;
  }
  .medium-offset-4 {
    margin-left: 33.333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.666667%;
  }
  .medium-7 {
    width: 58.333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.666667%;
  }
  .medium-offset-7 {
    margin-left: 58.333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.666667%;
  }
  .medium-10 {
    width: 83.333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.666667%;
  }
  .medium-offset-10 {
    margin-left: 83.333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.285714%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 70.9375em) {
  .large-1 {
    width: 8.333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.666667%;
  }
  .large-offset-1 {
    margin-left: 8.333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.666667%;
  }
  .large-4 {
    width: 33.333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.666667%;
  }
  .large-offset-4 {
    margin-left: 33.333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.666667%;
  }
  .large-7 {
    width: 58.333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.666667%;
  }
  .large-offset-7 {
    margin-left: 58.333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.666667%;
  }
  .large-10 {
    width: 83.333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.666667%;
  }
  .large-offset-10 {
    margin-left: 83.333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.285714%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 82.1875em) {
  .xlarge-1 {
    width: 8.333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.666667%;
  }
  .xlarge-4 {
    width: 33.333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.666667%;
  }
  .xlarge-7 {
    width: 58.333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.666667%;
  }
  .xlarge-10 {
    width: 83.333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.285714%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-1 {
    width: 8.333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.666667%;
  }
  .xxlarge-4 {
    width: 33.333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.666667%;
  }
  .xxlarge-7 {
    width: 58.333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.666667%;
  }
  .xxlarge-10 {
    width: 83.333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.333333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.666667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.285714%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-collapse .row,
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999999;
  line-height: 0;
}

@media screen and (min-width: 30.0625em) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 48.0625em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #202020;
  line-height: inherit;
  cursor: pointer;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999999;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #999999;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #202020;
  cursor: help;
  border-bottom: 1px dotted #202020;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #202020;
  background-color: #e6e6e6;
  border: 1px solid #999999;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #202020;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 20.0625em) {
  .xsmall-text-left {
    text-align: left;
  }
  .xsmall-text-right {
    text-align: right;
  }
  .xsmall-text-center {
    text-align: center;
  }
  .xsmall-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 30.0625em) {
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
  .small-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-small-text-left {
    text-align: left;
  }
  .medium-small-text-right {
    text-align: right;
  }
  .medium-small-text-center {
    text-align: center;
  }
  .medium-small-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 48.0625em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 70.9375em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 82.1875em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #999999;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #202020;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #202020;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #202020;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #202020;
  border: 1px solid #999999;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #999999;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #999999;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #202020;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 48.0625em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48.0625em) {
  .reveal {
    width: 700px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 48.0625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 20em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 20em) {
  .hide-for-xxsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 20.0625em) {
  .show-for-xxsmall-only {
    display: none !important;
  }
}

@media screen and (min-width: 20.0625em) {
  .hide-for-xsmall {
    display: none !important;
  }
}

@media screen and (max-width: 20em) {
  .show-for-xsmall {
    display: none !important;
  }
}

@media screen and (min-width: 20.0625em) and (max-width: 30em) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 20em), screen and (min-width: 30.0625em) {
  .show-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (min-width: 30.0625em) {
  .hide-for-small {
    display: none !important;
  }
}

@media screen and (max-width: 30em) {
  .show-for-small {
    display: none !important;
  }
}

@media screen and (min-width: 30.0625em) and (max-width: 40em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 30em), screen and (min-width: 40.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40.0625em) {
  .hide-for-medium-small {
    display: none !important;
  }
}

@media screen and (max-width: 40em) {
  .show-for-medium-small {
    display: none !important;
  }
}

@media screen and (min-width: 40.0625em) and (max-width: 48em) {
  .hide-for-medium-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 40em), screen and (min-width: 48.0625em) {
  .show-for-medium-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 48em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625em) and (max-width: 70.875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 48em), screen and (min-width: 70.9375em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 70.9375em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 70.875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 82.125em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 70.875em), screen and (min-width: 82.1875em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 82.1875em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 82.125em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 82.1875em) and (max-width: 93.6875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 82.125em), screen and (min-width: 93.75em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 93.75em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 93.6875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 93.75em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 93.6875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

body {
  background: #fff;
  margin: 0;
}

ul {
  margin: 0;
  padding-left: 20px;
}

nav ul {
  padding-left: 0;
}

nav ul li {
  list-style: none;
}

ol.alpha {
  list-style-type: none;
  margin-left: 0;
}

ol.alpha > li {
  display: inline-block;
  width: 100%;
  counter-increment: customlistcounter;
}

ol.alpha > li:before {
  content: counter(customlistcounter, upper-alpha);
  font-weight: bold;
  float: left;
}

ol.alpha:first-child {
  counter-reset: customlistcounter;
}

hr {
  margin: 0;
}

blockquote {
  display: block;
  background-color: #8ab0ba;
  padding: 14px;
  margin-top: 50px;
  margin-bottom: 50px;
}

blockquote p {
  margin-bottom: 0;
  color: white;
  font-size: 36px;
  padding: 5px 20px 10px;
  border: 4px solid white;
  text-align: center;
}

@media screen and (max-width: 70.875em) {
  blockquote p {
    font-size: 24px;
    line-height: 32px;
  }
}

label {
  line-height: 2rem;
}

@media screen and (max-width: 40em) {
  input[type="checkbox"],
  input[type="radio"] {
    width: 36px;
    aspect-ratio: 1;
  }
}

.gfield p {
  line-height: 2rem;
}

.wp-block-verse {
  white-space: normal !important;
  overflow: auto;
  font-family: myriad-pro, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.light-blue-section .gform-footer.gform_footer.top_label button,
.gform-footer.gform_footer.top_label button {
    width: 100%;
    border: 0px;
    background-color: #CBA052;
    box-shadow: unset;
    margin-top: 20px;
    color: #fff;
    padding: 15px 0;
}

.optin-container .ginput_container_consent {
  display: flex;
  align-items: center;
}

.optin-container .ginput_container_consent .gfield_consent_label {
  font-weight: normal !important;
  margin-left: 18px;
  margin-right: 0px;
  line-height: 1.2rem;
}
.light-blue-section .optin-container .ginput_container_consent input {
    appearance: none;
    background-color: white;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border: 3px solid #ABDBED !important;
    display: grid;
    place-content: center;

}
/* @media screen and (min-width: 999px) {
  .optin-container .ginput_container_consent {
    height: 100px;
  }
  .optin-container .ginput_container_consent input {
    height: 150px;
    width: 150px;
  }
} */
.light-blue-section .gform_body .gfield:last-child,
.light-blue-section .gform_body .gfield:nth-child(1) {
  margin-bottom: 0;
}

.unsubscribe {
  padding-left: 43px !important;
}

.column, .columns,
.columns {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 40em) {
  .column, .columns,
  .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.edgepad {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.edgepad .columns {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

@media screen and (max-width: 40em) {
  .edgepad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .edgepad .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sidepad {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 40em) {
  .sidepad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-columns {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.inner-columns .columns {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

@media screen and (max-width: 40em) {
  .inner-columns {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inner-columns .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main.main {
  margin-top: 80px;
}


.page-wrap {
  position: relative;
}

.page-wrap .page-content .content h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 70.875em) {
  .page-wrap .page-content .content .wp-block-image {
    max-width: 100%;
    display: inline-block;
  }
  .page-wrap .page-content .content .wp-block-image figure {
    width: 100%;
    display: inline-block;
  }
}

.page-wrap .page-content .content a {
  color: #00476c;
  text-decoration: underline;
}

.page-wrap .page-content .pg-col {
  position: relative;
  z-index: 1;
}

.social {
  display: inline-block;
}

.social a {
  float: left;
}

.social a:not(:last-child) {
  margin-right: 12px;
}

.social a svg {
  height: 32px;
  width: 32px;
}

@media screen and (max-width: 70.875em) {
  .blog-col {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 40em) {
  .blog-col {
    margin-bottom: 20px;
  }
}

.blog-col .inner {
  -webkit-box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  display: block;
}

.blog-col .bg {
  height: 280px;
}

.blog-col .bottom {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.blog-col .bottom h4 {
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.blog-col .bottom p {
  font-size: 16px;
}

.blog-col .bottom .read-post {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.blog-col.featured-blog .bg {
  height: 420px;
}

@media screen and (max-width: 40em) {
  .blog-col.featured-blog .bg {
    height: 300px;
  }
}

.blog-col.featured-blog .read-post a {
  font-weight: bold;
}

.blog-col.home-blog-col .bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-col.home-blog-col .bottom h4 {
  font-weight: normal;
  margin-bottom: 4px;
}

.bg {
  background-size: cover;
  background-position: 50%;
}

.wpml-tf-feedback-icon {
  display: none;
}

.b-lazy {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.breadcrumbs {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.breadcrumbs .inner {
  display: none;
}

@media screen and (min-width: 70.9375em) {
  .breadcrumbs {
    height: 18px;
    margin-top: 20px;
    margin-bottom: 36px;
  }
  .breadcrumbs .inner {
    display: block;
  }
}

@media screen and (max-width: 40em) {
  .breadcrumbs {
    margin-top: 24px;
  }
}

.pagi {
  display: inline-block;
  width: 100%;
}

.pagi .screen-reader-text {
  text-indent: -10000px;
}

.pagi .nav-links > a:not(.prev):not(.next), .pagi .nav-links > span:not(.prev):not(.next) {
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  background: #fff;
  font-size: 20px;
  padding-top: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

.pagi .nav-links > a:not(.prev):not(.next).current, .pagi .nav-links > span:not(.prev):not(.next).current {
  background: #00476c;
  color: #fff;
}

.pagi .nav-links > a.prev, .pagi .nav-links > a.next, .pagi .nav-links > span.prev, .pagi .nav-links > span.next {
  position: relative;
}

.pagi .nav-links > a.prev:after, .pagi .nav-links > a.next:after, .pagi .nav-links > span.prev:after, .pagi .nav-links > span.next:after {
  width: 8px;
  height: 8px;
  fill: #202020;
  position: absolute;
  top: 4px;
}

.pagi .nav-links > a.prev, .pagi .nav-links > span.prev {
  padding-left: 22px;
  padding-right: 10px;
}

.pagi .nav-links > a.prev:after, .pagi .nav-links > span.prev:after {
  content: url("data:image/svg+xml;charset=UTF-8, <svg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path fill='currentColor' d='M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z'></path></svg>");
  left: 0;
}

.pagi .nav-links > a.next, .pagi .nav-links > span.next {
  padding-right: 22px;
  padding-left: 10px;
}

.pagi .nav-links > a.next:after, .pagi .nav-links > span.next:after {
  content: url("data:image/svg+xml;charset=UTF-8, <svg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path fill='currentColor' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'></path></svg>");
  right: 0;
}

.slick .slick-track, .slick .slick-list, .slick .slick-slide, .slick .bg {
  height: 100%;
  outline: none !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.video-container iframe, .video-container object, .video-container .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.error404 .page-content, body.page-id-2569 .page-content {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center;
}

.scroll-instruction {
  margin-top: 8px;
  margin-bottom: 28px;
}

@media screen and (min-width: 70.9375em) {
  .scroll-instruction {
    display: none;
  }
}

body.en .fr-only {
  display: none !important;
}

body.fr .en-only {
  display: none !important;
}

body.alert-bar-active main.main {
  margin-top: 184px;
}

@media screen and (max-width: 82.125em) {
  body.alert-bar-active main.main {
    margin-top: 150px;
  }
}

.font-weight-bold {
  font-weight: bold !important;
}

.span-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#atlwdg-trigger {
  z-index: 99999999;
}

.simplyCastTour,
.simplyCastTaste {
  margin: 0 auto;
}

.simplyCastTour .body-div,
.simplyCastTaste .body-div {
  width: unset !important;
}

.simplyCastTour p,
.simplyCastTour span,
.simplyCastTour li,
.simplyCastTour a,
.simplyCastTour label,
.simplyCastTaste p,
.simplyCastTaste span,
.simplyCastTaste li,
.simplyCastTaste a,
.simplyCastTaste label {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}

.simplyCastTour input,
.simplyCastTaste input {
  margin-bottom: 0;
}

.simplyCastTour #EmailElement_0_label,
.simplyCastTour #TextBoxElement_1_label,
.simplyCastTaste #EmailElement_0_label,
.simplyCastTaste #TextBoxElement_1_label {
  font-weight: normal !important;
}

.simplyCastTour #NameElement_2_label,
.simplyCastTour #NameElement_2_description,
.simplyCastTaste #NameElement_2_label,
.simplyCastTaste #NameElement_2_description {
  display: none !important;
}

.simplyCastTour .topLabel,
.simplyCastTaste .topLabel {
  font-size: 22px !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
}

@media screen and (min-width: 48.0625em) {
  .simplyCastTour .lastName #NameElement_2_input,
  .simplyCastTaste .lastName #NameElement_2_input {
    margin-left: 12.5px !important;
  }
}

@media screen and (min-width: 48.0625em) {
  .simplyCastTour .lastName .topLabel,
  .simplyCastTaste .lastName .topLabel {
    margin-left: 12.5px !important;
  }
}

@media screen and (min-width: 48.0625em) {
  .simplyCastTour .firstName #NameElement_2_input,
  .simplyCastTaste .firstName #NameElement_2_input {
    margin-right: 12.5px !important;
  }
}

@media screen and (min-width: 70.9375em) {
  .simplyCastTour #NameElement_2_input,
  .simplyCastTaste #NameElement_2_input {
    margin-right: 12.5px;
  }
}

.simplyCastTour .inputContainer,
.simplyCastTaste .inputContainer {
  width: 100% !important;
}

.simplyCastTour .inputContainer .input,
.simplyCastTaste .inputContainer .input {
  width: 100% !important;
}

.simplyCastTour #TextBoxElement_1_input,
.simplyCastTaste #TextBoxElement_1_input {
  height: 250px !important;
}

.simplyCastTour #SubmitElement_0_input,
.simplyCastTaste #SubmitElement_0_input {
  font-family: myriad-pro, sans-serif !important;
  background-color: #00476c !important;
  min-height: 52px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  display: inline-block !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  width: unset !important;
}

.simplyCastTour #SubmitElement_0_input:hover,
.simplyCastTaste #SubmitElement_0_input:hover {
  background-color: #85bbd0;
}

.simplyCastTour .submitContainer,
.simplyCastTaste .submitContainer {
  margin-left: unset !important;
}

.simplyCastTaste .submitContainer {
  margin-left: unset !important;
  margin-bottom: 50px !important;
}

.simplyCastTaste #EditorRow_5-op-0-label {
  margin-top: -15px !important;
}

.hubspot-newsletter-form {
  display: flex;
  flex-direction: column;
}

.hubspot-newsletter-form .body-div {
  display: flex !important;
  background-color: transparent !important;
  flex-wrap: wrap !important;
  width: unset !important;
}

@media screen and (max-width: 70.875em) {
  .hubspot-newsletter-form .body-div {
    width: 75% !important;
    margin: 0 auto !important;
    align-items: center;
  }
}

@media screen and (max-width: 40em) {
  .hubspot-newsletter-form .body-div {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 70.9375em) {
  .hubspot-newsletter-form #EmailElement_0_input {
    width: 325px !important;
    margin-right: 30px;
  }
}

.hubspot-newsletter-form #SubmitElement_0_input {
  border: 4px solid #fff !important;
  min-height: 44px !important;
  background-color: transparent !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-size: 20px !important;
  font-family: myriad-pro, sans-serif !important;
  font-weight: bold !important;
  display: inline-block !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
}

.hubspot-newsletter-form #SubmitElement_0_input:hover {
  background-color: #fff !important;
  color: #00476c !important;
}

.hubspot-newsletter-form .disclaimer {
  margin-top: -10px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.25;
  max-width: 350px;
}

@media screen and (max-width: 70.875em) {
  .hubspot-newsletter-form .disclaimer {
    max-width: 75% !important;
  }
}

@media screen and (max-width: 40em) {
  .hubspot-newsletter-form .disclaimer {
    max-width: 100% !important;
  }
}

.hubspot-newsletter-form .disclaimer a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.25;
}

@media screen and (max-width: 70.875em) {
  .hubspot-newsletter-form > div {
    width: 100% !important;
  }
}

@media screen and (max-width: 70.875em) {
  .hubspot-newsletter-form #EditorRow_0 {
    width: 100% !important;
  }
}

@media screen and (max-width: 70.875em) {
  .hubspot-newsletter-form #EditorRow_1 {
    width: 100% !important;
    margin-bottom: 30px;
  }
}

.hubspot-newsletter-form.fr #SubmitElement_0_input {
  padding-left: 11px !important;
}

.hubspot-newsletter-form #EmailElement_0_label {
  display: none !important;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 16, 2019 */
@font-face {
  font-family: 'begumsemibold';
  src: url("fonts/begum-semibold-webfont.woff2") format("woff2"), url("fonts/begum-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'begumsemibold';
  font-weight: normal;
  line-height: 1.15;
}

h1 {
  font-size: 44px;
}

@media screen and (max-width: 40em) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 38px;
}

@media screen and (max-width: 40em) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 32px;
}

@media screen and (max-width: 40em) {
  h3 {
    font-size: 26px;
  }
}

p,
span,
li,
a {
  font-family: myriad-pro, sans-serif;
  line-height: 22px;
  color: #202020;
  font-size: 18px;
}

p {
  margin-bottom: 24px;
}

a {
  /* text-decoration: none; */
}

.gform_wrapper {
  margin-top: 20px;
  margin-bottom: 92px;
}

.form-wrap,
.gform_body {
  display: inline-block;
}

.form-wrap ul,
.gform_body ul {
  padding-left: 0px;
  list-style: none;
}

.form-wrap .gfield,
.gform_body .gfield {
  margin-bottom: 36px;
}

.form-wrap select,
.form-wrap [type=text],
.form-wrap [type=password],
.form-wrap [type=date],
.form-wrap [type=datetime],
.form-wrap [type=datetime-local],
.form-wrap [type=month],
.form-wrap [type=week],
.form-wrap [type=email],
.form-wrap [type=number],
.form-wrap [type=search],
.form-wrap [type=tel],
.form-wrap [type=time],
.form-wrap [type=url],
.form-wrap [type=color],
.form-wrap textarea,
.gform_body select,
.gform_body [type=text],
.gform_body [type=password],
.gform_body [type=date],
.gform_body [type=datetime],
.gform_body [type=datetime-local],
.gform_body [type=month],
.gform_body [type=week],
.gform_body [type=email],
.gform_body [type=number],
.gform_body [type=search],
.gform_body [type=tel],
.gform_body [type=time],
.gform_body [type=url],
.gform_body [type=color],
.gform_body textarea {
  height: 52px;
  border: 1px solid #BFBFBF;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: normal;
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  outline: none !important;
}

.form-wrap p,
.gform_body p {
  margin-bottom: 0;
}

.form-wrap select,
.gform_body select {
  background-image: url("img/arrow-select-box.png");
  background-position: right 0 center;
  font-style: italic;
  padding-right: 48px;
  background-size: 24px;
  background-position: right -28px center;
}

.form-wrap textarea,
.gform_body textarea {
  height: 250px;
}

.form-wrap label,
.gform_body label {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}

.form-wrap label > span,
.gform_body label > span {
  font-size: 22px;
  color: #005F81 !important;
}

.form-wrap .gfield_description,
.gform_body .gfield_description {
  color: #FF0000;
}

.form-wrap .wpcf7-submit,
.gform_body .wpcf7-submit {
  border: none;
}

#gform_confirmation_message_1 {
  background-color: #15476c;
}

#gform_confirmation_message_1 p {
  color: #fff;
  margin-bottom: 12px;
}

#gform_confirmation_message_1 a {
  text-decoration: underline;
  color: #fff;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.block-button, header .nav-primary .contact a {
  font-family: myriad-pro, sans-serif;
  background-color: #cba052;
  min-height: 52px;
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 350ms ease;
  -moz-transition: background-color 350ms ease;
  -ms-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  cursor: pointer;
}

@media screen and (min-width: 70.9375em) {
  .block-button:hover, header .nav-primary .contact a:hover {
    background-color: #ac8031;
  }
}

.block-button:hover, header .nav-primary .contact a:hover {
  color: #fff;
}

.block-button.full, header .nav-primary .contact a.full {
  width: 100%;
}

.block-button.blue-navy, header .nav-primary .contact a.blue-navy {
  background-color: #00476c;
}

@media screen and (min-width: 70.9375em) {
  .block-button.blue-navy:hover, header .nav-primary .contact a.blue-navy:hover {
    background-color: #85bbd0;
  }
}

.block-button.blue-baby, header .nav-primary .contact a.blue-baby {
  background-color: #85bbd0;
}

@media screen and (min-width: 70.9375em) {
  .block-button.blue-baby:hover, header .nav-primary .contact a.blue-baby:hover {
    background-color: #00476c;
  }
}

.block-button.greenish, header .nav-primary .contact a.greenish {
  background-color: #8ebebd;
}

@media screen and (min-width: 70.9375em) {
  .block-button.greenish:hover, header .nav-primary .contact a.greenish:hover {
    background-color: #00476c;
  }
}

.block-button.blue-navy-outline, header .nav-primary .contact a.blue-navy-outline {
  background-color: transparent;
  color: #00476c;
  border-color: #00476c;
  border: 2px solid;
  -webkit-transition: 350ms ease, color 350ms ease;
  -moz-transition: 350ms ease, color 350ms ease;
  -ms-transition: 350ms ease, color 350ms ease;
  -o-transition: 350ms ease, color 350ms ease;
  transition: 350ms ease, color 350ms ease;
}

@media screen and (min-width: 70.9375em) {
  .block-button.blue-navy-outline:hover, header .nav-primary .contact a.blue-navy-outline:hover {
    color: #cba052;
    border-color: #cba052;
  }
}

.block-button.blue-baby-inv, header .nav-primary .contact a.blue-baby-inv {
  background-color: transparent;
  color: #85bbd0;
  border: 3px solid #85bbd0;
  padding: 12px 41px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

@media screen and (min-width: 70.9375em) {
  .block-button.blue-baby-inv:hover, header .nav-primary .contact a.blue-baby-inv:hover {
    background-color: #85bbd0;
    color: #fff;
  }
}

.block-button.shadow, header .nav-primary .contact a.shadow {
  -webkit-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
}

.block-button.bordered, header .nav-primary .contact a.bordered {
  border: 4px solid #fff;
  min-height: 44px;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 350ms ease, color 350ms ease;
  -moz-transition: 350ms ease, color 350ms ease;
  -ms-transition: 350ms ease, color 350ms ease;
  -o-transition: 350ms ease, color 350ms ease;
  transition: 350ms ease, color 350ms ease;
}

@media screen and (min-width: 70.9375em) {
  .block-button.bordered:hover, header .nav-primary .contact a.bordered:hover {
    background-color: #fff;
    color: #00476c;
  }
}

.button-wrap {
  text-align: center;
}

.text-link {
  cursor: pointer;
  font-size: 18px;
  color: #4d91c5;
  display: inline-block;
}

.text-link.icon-right {
  position: relative;
  padding-right: 22px;
}

.text-link.icon-right svg {
  width: 18px;
  height: 18px;
  fill: #4d91c5;
  position: absolute;
  top: 4px;
  right: 0;
}

.text-link.icon-left {
  position: relative;
  padding-left: 22px;
}

.text-link.icon-left svg {
  width: 18px;
  height: 18px;
  fill: #4d91c5;
  position: absolute;
  top: 4px;
  left: 0;
}

.text-link.bold {
  font-weight: bold;
}

.text-link.black {
  color: #202020;
}

.text-link.black svg {
  fill: #202020;
}

.text-link.underlined {
  text-decoration: underline;
}

.child-nav {
  border-bottom: 1px solid #00476c;
  padding-bottom: 10px;
  margin-top: 32px;
  margin-bottom: 44px;
}

.child-nav a {
  font-size: 20px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

.child-nav a.active {
  color: #00476c;
  font-weight: bold;
}

.child-nav a:not(:last-child) {
  margin-right: 32px;
}

@media screen and (min-width: 70.9375em) {
  .child-nav a:hover {
    color: #00476c;
  }
}

.child-nav.no-links {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 70.875em) {
  .child-nav {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .child-nav a {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
  }
}

body.parent-pageid-28 .child-nav a:not(:last-child) {
  margin-right: 28px;
}

body.page-template-page-lifestyle-options .child-nav,
body.page-template-page-lifestyle-options-child-page .child-nav {
  border-bottom: 1px solid #cba052;
}

body.page-template-page-lifestyle-options .child-nav a.active,
body.page-template-page-lifestyle-options-child-page .child-nav a.active {
  color: #cba052;
}

@media screen and (min-width: 70.9375em) {
  body.page-template-page-lifestyle-options .child-nav a:hover,
  body.page-template-page-lifestyle-options-child-page .child-nav a:hover {
    color: #cba052;
  }
}

body.page-template-page-getting-started .child-nav,
body.page-template-page-why-parkland .child-nav,
body.page-template-page-when-is-the-time .child-nav,
body.page-template-page-faq .child-nav,
body.page-template-page-for-less-than-you-think .child-nav {
  border-bottom: 1px solid #85bbd0;
}

body.page-template-page-getting-started .child-nav a.active,
body.page-template-page-why-parkland .child-nav a.active,
body.page-template-page-when-is-the-time .child-nav a.active,
body.page-template-page-faq .child-nav a.active,
body.page-template-page-for-less-than-you-think .child-nav a.active {
  color: #85bbd0;
}

@media screen and (min-width: 70.9375em) {
  body.page-template-page-getting-started .child-nav a:hover,
  body.page-template-page-why-parkland .child-nav a:hover,
  body.page-template-page-when-is-the-time .child-nav a:hover,
  body.page-template-page-faq .child-nav a:hover,
  body.page-template-page-for-less-than-you-think .child-nav a:hover {
    color: #85bbd0;
  }
}

.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.custom-lightbox .slick .slick-arrow {
  z-index: 999;
  height: 128px;
  width: 68px;
  margin-top: 76px;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .slick .slick-arrow {
    top: auto;
    bottom: -20px;
    height: 32px;
    width: 17px;
  }
  .custom-lightbox .slick .slick-arrow svg {
    width: 100% !important;
    height: 100% !important;
  }
}

.custom-lightbox .slick .slick-arrow:before {
  content: none;
}

.custom-lightbox .slick .slick-arrow.slick-next {
  right: -104px;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .slick .slick-arrow.slick-next {
    right: 0;
  }
}

.custom-lightbox .slick .slick-arrow.slick-prev {
  left: -104px;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .slick .slick-arrow.slick-prev {
    left: 0;
  }
}

.custom-lightbox .slick .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-lightbox .back {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-lightbox .row, .custom-lightbox .columns, .custom-lightbox .inner, .custom-lightbox .front {
  height: 100%;
}

.custom-lightbox .lightbox-row {
  background: #1e1e1e;
  position: relative;
}

.custom-lightbox .inner {
  position: relative;
}

.custom-lightbox .arrows {
  display: none;
}

.custom-lightbox .arrows .arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -44px;
}

.custom-lightbox .arrows .arrow svg {
  width: 44px;
}

.custom-lightbox .arrows .arrow.prev {
  left: -100px;
}

.custom-lightbox .arrows .arrow.next {
  right: -100px;
}

.custom-lightbox .front {
  position: relative;
  z-index: 1;
}

.custom-lightbox .front > .slick {
  display: none;
}

.custom-lightbox .front > .slick.active {
  display: block;
}

.custom-lightbox .close {
  color: #fff;
  position: fixed;
  top: 16px;
  right: 26px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .close {
    top: 8px;
    right: 20px;
  }
}

.custom-lightbox .close svg {
  width: 44px;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .close svg {
    width: 32px;
  }
}

.custom-lightbox p {
  color: #fff;
}

.custom-lightbox.active {
  display: block;
}

.custom-lightbox .tours {
  display: none;
}

.custom-lightbox .tours.active {
  display: block;
}

.custom-lightbox .tours .tour {
  display: none;
}

.custom-lightbox .tours .tour.active {
  display: block;
}

.custom-lightbox .lightbox-slider {
  height: calc(100% - 172px);
  position: initial;
  position: relative;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .lightbox-slider {
    padding-top: 58px;
    height: calc(100% - 25px);
  }
}

.custom-lightbox .lightbox-slider .img-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .lightbox-slider .img-wrap {
    display: block;
  }
}

.custom-lightbox .lightbox-slider .cap {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
}

.custom-lightbox .lightbox-nav-slider {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 70.875em) {
  .custom-lightbox .lightbox-nav-slider {
    height: 92px;
    display: none !important;
  }
}

.custom-lightbox .lightbox-nav-slider .slick-track, .custom-lightbox .lightbox-nav-slider .slick-list, .custom-lightbox .lightbox-nav-slider .slick-slide, .custom-lightbox .lightbox-nav-slider .bg {
  height: 100%;
}

.custom-lightbox .lightbox-nav-slider {
  margin-left: -8px;
  margin-right: -8px;
}

.custom-lightbox .lightbox-nav-slider .bg {
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}

.custom-lightbox .lightbox-nav-slider .slick-slide {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.custom-lightbox .lightbox-nav-slider .slick-slide:hover {
  opacity: 0.75;
}

.custom-lightbox .lightbox-nav-slider .slick-slide.slick-current {
  opacity: 1;
}

.whats-included > h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 70.875em) {
  .whats-included .table-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.whats-included table {
  width: 100%;
  min-width: 720px;
  border-bottom: 2px solid #00476c;
}

.whats-included table tr.values {
  height: 86px;
}

.whats-included table tr.values:nth-child(odd) {
  background-color: #f6f6f6;
}

.whats-included table tr:nth-child(2) {
  height: 72px;
  border-bottom: 2px solid #00476c;
}

.whats-included table tr:nth-child(2) td {
  font-family: begumsemibold;
  font-weight: bold;
  line-height: 1.1;
  font-size: 18px;
}

.whats-included table tr.pages {
  height: 92px;
  border-top: 2px solid #00476c;
  border-bottom: 2px solid #00476c;
}

.whats-included table tr.pages td {
  text-align: center;
}

.whats-included table tr td {
  font-family: myriad-pro, sans-serif;
}

.whats-included table tr td.label, .whats-included table tr td.value {
  text-align: center;
}

.whats-included table tr td.label {
  width: 25%;
  text-align: left;
}

.whats-included table tr td.label span {
  color: #00476c;
  display: inline-block;
  width: 60%;
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
}

.whats-included table tr td.value {
  width: 15%;
}

.whats-included table tr td.value.checkmark {
  color: #00476c;
}

.whats-included table tr td.value.checkmark svg {
  width: 30px;
}

.whats-included table tr td.value.times {
  color: #c8c8c8;
}

.whats-included table tr td.value.times svg {
  width: 22px;
}

.whats-included .disclaimer {
  margin-top: 18px;
  margin-bottom: 44px;
  font-size: 16px;
}

body.page-lifestyle-apartments .whats-included table tr td:nth-child(2) {
  background-color: #f9f5ed;
}

body.page-lifestyle-apartments .whats-included table tr.values:nth-child(odd) td:nth-child(2) {
  background-color: #f0ece4;
}

body.page-all-inclusive-lifestyle .whats-included table tr.pages td:nth-child(2) {
  background-color: #f9f5ed;
}

body.page-all-inclusive-lifestyle .whats-included table tr.values:nth-child(even) td:nth-child(3) {
  background-color: #f9f5ed;
}

body.page-all-inclusive-lifestyle .whats-included table tr.values:nth-child(odd) td:nth-child(3) {
  background-color: #f0ece4;
}

body.page-supportive-lifestyle .whats-included table tr.pages td:nth-child(3) {
  background-color: #f9f5ed;
}

body.page-supportive-lifestyle .whats-included table tr td:nth-child(4), body.page-supportive-lifestyle .whats-included table tr td:nth-child(5), body.page-supportive-lifestyle .whats-included table tr td:nth-child(6) {
  background-color: #f9f5ed;
}

body.page-supportive-lifestyle .whats-included table tr.values:nth-child(odd) td:nth-child(4), body.page-supportive-lifestyle .whats-included table tr.values:nth-child(odd) td:nth-child(5), body.page-supportive-lifestyle .whats-included table tr.values:nth-child(odd) td:nth-child(6) {
  background-color: #f0ece4;
}

.cost-calculator {
  margin-top: 50px;
  margin-bottom: 64px;
}

@media screen and (max-width: 70.875em) {
  .cost-calculator .table-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.cost-calculator table {
  width: 100%;
  min-width: 1024px;
}

@media screen and (max-width: 70.875em) {
  .cost-calculator table {
    min-width: 720px;
  }
}

.cost-calculator table thead {
  border-top: 2px solid #202020;
  border-bottom: 2px solid #202020;
}

.cost-calculator table thead td {
  padding-top: 20px;
  padding-bottom: 12px;
}

.cost-calculator table thead td h4 {
  font-size: 24px;
}

.cost-calculator table tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.cost-calculator table tbody tr.results {
  border-top: 2px solid #202020;
}

.cost-calculator table tbody tr.results td {
  background-color: #00476c;
  padding-top: 20px;
  padding-bottom: 8px;
}

.cost-calculator table tbody tr.results td:nth-child(1) {
  padding-left: 12px;
}

.cost-calculator table tbody tr.results td:nth-child(2) {
  text-align: center;
}

.cost-calculator table tbody tr.results td:nth-child(2) h5 {
  width: 212px;
}

.cost-calculator table tbody tr.results td span, .cost-calculator table tbody tr.results td h5 {
  color: #fff;
  font-size: 20px;
}

.cost-calculator table tbody tr.select .disclaimers p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  font-family: myriad-pro, sans-serif;
  padding-left: 12px;
}

.cost-calculator table tbody tr.select td {
  background-color: #00476c;
}

.cost-calculator table tbody tr.select td.select-cell {
  padding-right: 20px;
}

.cost-calculator table tbody tr.select td.select-cell select {
  font-style: normal;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  border: none;
  -webkit-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
}

.cost-calculator table tbody td.cost-name span {
  color: #00476c;
  font-family: myriad-pro, sans-serif;
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  padding-right: 20px;
}

.cost-calculator table tbody td .user-cost {
  border: 1px solid #B3B3B3;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 16px;
  height: 44px;
  width: 212px;
  font-family: myriad-pro, sans-serif;
  float: left;
}

@media screen and (max-width: 70.875em) {
  .cost-calculator table tbody td .user-cost {
    width: 160px;
  }
}

.cost-calculator table tbody td .user-cost + span {
  float: left;
  font-size: 24px;
  margin-top: 16px;
  margin-left: 6px;
}

.cost-calculator table tbody td:last-child {
  width: 250px;
}

.cost-calculator table tbody td.included {
  padding-right: 76px;
}

.cost-calculator table tbody td.included .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.cost-calculator table tbody td.included .yes, .cost-calculator table tbody td.included .no {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 32px;
}

.cost-calculator table tbody td.included .yes.active, .cost-calculator table tbody td.included .no.active {
  opacity: 1;
}

.cost-calculator table tbody td.included .yes svg, .cost-calculator table tbody td.included .no svg {
  width: 24px;
}

.cost-calculator table tbody td.included .yes {
  color: #00476c;
}

.cost-calculator table tbody td.included .yes svg {
  width: 30px;
}

.cost-calculator table tbody td.included .no {
  color: #c8c8c8;
}

.cost-calculator table tbody td.included .no svg {
  width: 22px;
  position: relative;
  top: 4px;
  bottom: 4px;
}

.cost-calculator + .below {
  margin-bottom: 26px;
  display: inline-block;
  width: 100%;
}

.location-result {
  margin-bottom: 50px;
  display: none !important;
}

.location-result.shown {
  display: block !important;
}

.location-result.shown.hide {
  display: none !important;
}

.location-result .inner {
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #00476c;
}

.location-result .inner .bg {
  height: 280px;
}

.location-result .inner .bottom {
  padding: 25px;
  background-color: #f6f6f6;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.location-result .inner .bottom h3 {
  line-height: 0.92;
  margin-bottom: 20px;
  text-decoration: none;
}

.location-result .inner .bottom h3:hover, .location-result .inner .bottom h3:focus, .location-result .inner .bottom h3:active {
  text-decoration: underline;
}

.location-result .inner .bottom .address {
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 20px;
}

.location-result .inner .bottom .lifestyle {
  width: 100%;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 20px;
  position: relative;
}

.location-result .inner .bottom .lifestyle h6 {
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.location-result .inner .bottom .lifestyle .icon {
  width: 100%;
  height: 22px;
  display: inline-block;
}

.location-result .inner .bottom .lifestyle .icon span {
  text-decoration: underline;
}

.location-result .inner .bottom .lifestyle .icon:not(:last-child) {
  margin-bottom: 0;
}

.location-result.shown {
  display: block;
}

.location-result.active .inner .bottom {
  background-color: #cba052;
}

.location-result.active .inner .bottom h3, .location-result.active .inner .bottom p, .location-result.active .inner .bottom a, .location-result.active .inner .bottom h6, .location-result.active .inner .bottom span {
  color: #fff;
}

.location-result.active .inner .bottom hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#user_location_results {
  position: absolute;
  width: 100%;
  background-color: transparent;
  transform: translateY(52px);
  max-height: 50vh;
  z-index: 100;
  overflow-y: scroll;
}

@media (min-width: 576px) {
  #user_location_results {
    width: 330px;
  }
}

.user_location_result {
  font-family: "Myriad Pro", sans-serif;
  background-color: white;
  padding: 14px 16px;
  font-size: 16px;
  color: #1f1f1f;
  text-align: left;
  line-height: 19px;
  border-bottom: 1px solid #979797;
}

.user_location_result:hover {
  cursor: pointer;
  background-color: #cba052;
  color: white;
}

#user_location_results > .user_location_result:last-child {
  border-bottom: none;
}

@media (max-width: 576px) {
  #location_form_wrapper {
    position: relative;
  }
}

.contact-popup-container {
  display: none;
  position: fixed;
  bottom: 0;
  right: 100px;
  background-color: #00476C;
  width: 256px;
  -webkit-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-top: 2px white solid;
  border-left: 2px white solid;
  border-right: 2px white solid;
}

@media only screen and (max-width: 600px) {
  .contact-popup-container {
    right: 50%;
    margin-right: -128px;
  }
}

.contact-popup-container .popup-header {
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
}

.contact-popup-container .popup-header .btn-collapse {
  background-image: url(img/icon-arrow-button-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 10px;
}

.contact-popup-container .popup-header .btn-collapse.open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-popup-container .popup-header .title {
  font-size: 17px;
  line-height: 30px;
  color: white;
  font-family: "begumsemibold";
  font-weight: normal;
  margin-bottom: 0;
  display: none;
}

.contact-popup-container .popup-header .btn-close {
  background-image: url(img/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
}

.contact-popup-container .popup-body {
  padding: 10px 30px 30px 30px;
}

.contact-popup-container .popup-body p {
  font-size: 26px;
  line-height: 30px;
  font-family: "begumsemibold";
  font-weight: normal;
  color: white;
}

.contact-popup-container .popup-body .block-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 24px;
  padding-right: 24px;
}

.video-overlay {
  display: block;
  position: relative;
  cursor: pointer;
}

.ic-sect .ic-item .video-overlay {
  float: left;
  width: 50%;
}

@media (max-width: 64em) {
  .ic-sect .ic-item .video-overlay {
    width: 100%;
  }
}

.ic-sect.reversed .ic-item .video-overlay {
  float: right;
}

.video-overlay svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 10rem;
}

.video-overlay img {
  float: none !important;
  width: 100% !important;
}

.cta-component {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 801px) {
  .cta-component {
    margin-bottom: 50px;
  }
}

.cta-component .content-wrapper {
  position: relative;
}

.cta-component .content-wrapper .image .desktop-img {
  min-width: 750px;
  min-height: 250px;
  max-width: 750px;
  max-height: 250px;
  object-fit: cover;
}

@media screen and (max-width: 801px) {
  .cta-component .content-wrapper .image .desktop-img {
    display: none;
  }
}

.cta-component .content-wrapper .image .mobile-img {
  width: 350px;
  height: 230px;
  object-fit: cover;
}

@media screen and (min-width: 801px) {
  .cta-component .content-wrapper .image .mobile-img {
    display: none;
  }
}

.cta-component .text {
  font-weight: 500;
}

.cta-component .text p {
  position: absolute;
  top: 0;
  left: 250px;
  font-size: 36px;
  color: #00476c;
  line-height: 1.1;
  padding: 40px;
}

@media screen and (max-width: 801px) {
  .cta-component .text p {
    left: 110px;
    padding: 35px 20px 40px 0;
    line-height: 1.4;
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .cta-component .text p {
    font-size: 17px;
  }
}

.cta-component .footer {
  position: absolute;
  bottom: 33px;
  left: 435px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #00476c;
}

@media screen and (max-width: 801px) {
  .cta-component .footer {
    left: 120px;
    font-size: 16px;
    bottom: 16px;
  }
}

@media screen and (max-width: 375px) {
  .cta-component .footer {
    font-size: 14px;
  }
}

body.single-locations .cta-component {
  margin-top: 50px;
  margin-bottom: unset;
}

@media screen and (max-width: 801px) {
  body.single-locations .cta-component {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.text-image-split-with-cta .wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f5ed;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.text-image-split-with-cta .wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px;
  min-height: 320px;
  max-height: 375px;
}

.text-image-split-with-cta .wrapper .text .block-button {
  max-width: 212px;
  padding-left: unset;
  padding-right: unset;
}

@media screen and (max-width: 70.875em) {
  .text-image-split-with-cta .wrapper .text {
    order: 2;
  }
}

.text-image-split-with-cta .wrapper .image {
  padding: 0;
}

.text-image-split-with-cta .wrapper .image img {
  min-height: 320px;
  max-height: 375px;
  object-fit: cover;
}

@media screen and (max-width: 70.875em) {
  .text-image-split-with-cta .wrapper .image {
    order: 1;
  }
}

@media screen and (min-width: 70.9375em) {
  .text-image-split-with-cta .order-last {
    order: 2;
  }
}

.banner-component {
  margin-bottom: 50px;
}

.banner-component .banner-location .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-component .banner-location .left {
  color: white;
}

.banner-component .banner-location .left .title {
  font-size: 38px;
}

@media screen and (max-width: 70.875em) {
  .banner-component .banner-location .left .title {
    font-size: 30px;
  }
}

.banner-component .banner-location .left p {
  font-family: 'myriad-pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 70.875em) {
  .banner-component .banner-location .left p {
    font-size: 16px;
    max-width: 95%;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}

.banner-component .banner-location .right {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 70.875em) {
  .banner-component .banner-location .right {
    margin-top: 0;
  }
}

.banner-component .banner-location .bg-large {
  background: url("./img/banner-bg-large.jpg");
  background-repeat: no-repeat;
}

@media screen and (min-width: 70.9375em) {
  .banner-component .banner-location .bg-large {
    margin-left: 80px;
    height: 204px;
  }
}

@media screen and (min-width: 70.9375em) {
  .banner-component .banner-location .bg-large .left {
    margin-left: 80px;
  }
}

.banner-component .banner-location .bg-small {
  background: url("./img/banner-bg-small.jpg");
  background-repeat: no-repeat;
}

@media screen and (min-width: 70.9375em) {
  .banner-component .banner-location .bg-small {
    height: 204px;
  }
}

@media screen and (max-width: 70.875em) {
  .banner-component .banner-location .bg-small {
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    height: 265px;
  }
}

@media screen and (min-width: 70.9375em) {
  .banner-component .banner-location .bg-small .left {
    margin-left: 150px;
  }
}

@media screen and (max-width: 70.875em) {
  .banner-component .banner-location .bg-small .left {
    padding-left: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 40em) {
  .banner-component .banner-location .bg-small .left {
    margin-bottom: 0;
    padding-top: 10%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 40em) {
  .banner-component .banner-location .bg-small .left .title {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 40em) {
  .banner-component .banner-location .bg-small .left p {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 70.875em) {
  .banner-component .banner-location .bg-small .right {
    width: 100%;
  }
}

.banner-component .banner-location .bg-small .right .block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 73px;
  font-family: 'myriad-pro', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 25px;
}

@media screen and (max-width: 70.875em) {
  .banner-component .banner-location .bg-small .right .block-button {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  .banner-component .banner-location .bg-small .right .block-button {
    height: unset;
  }
}

.content-component:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (min-width: 70.9375em) {
  .content-component {
    padding-left: 0;
    padding-right: 0;
  }
}

.content-component .one-column {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.content-component .two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lifestyle-options-table .btns_top_c {
  float: left;
  width: 100%;
}

.lifestyle-options-table .btns_top_c .btn_top {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
}

.lifestyle-options-table .btns_top_c .btn_top.n1 {
  float: right;
  color: #FFF;
  background: #00476C;
  border: 1px solid #00476C;
  font-family: myriad-pro, sans-serif;
  font-size: 13px !important;
  line-height: 16px !important;
}

.lifestyle-options-table .btns_top_c .btn_top.n1.active {
  color: #00476C;
  background: #FFF;
  border: 1px solid #00476C;
}

.lifestyle-options-table .btns_top_c .btn_top.n2 {
  float: right;
  color: #000;
  background: #CBA052;
  border: 1px solid #CBA052;
  font-family: myriad-pro, sans-serif;
  font-size: 13px !important;
  line-height: 16px !important;
}

.lifestyle-options-table .btns_top_c .btn_top.n2.active {
  color: #CBA052;
  background: #FFF;
  border: 1px solid #CBA052;
}

.lifestyle-options-table .wptb-preview-table .wptb-row.wptb-sticky-header {
  border-bottom: 3px solid #00476C !important;
}

.lifestyle-options-table .wptb-button-wrapper > a,
.lifestyle-options-table .wptb-cell img,
.lifestyle-options-table .wptb-table img {
  max-width: 76% !important;
  width: 76% !important;
}

.lifestyle-options-table .wptb-cell sup {
  font-size: .8em !important;
}

.lifestyle-options-table .page-wrap .page-content .content a {
  min-width: 100% !important;
  width: 100% !important;
  float: left;
}

.lifestyle-options-table .info_icon {
  float: right;
  font-size: 13px !important;
}

.lifestyle-options-table .hustle-button-close {
  padding-top: 45px !important;
}

.lifestyle-options-table .wptb-table-container table td p {
  word-break: unset;
}

@media (orientation: landscape) {
  .lifestyle-options-table .btns_top_c {
    float: right;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: -11px;
  }
  .lifestyle-options-table .btns_top_c .btn_top.n1 {
    font-size: 18px !important;
    line-height: 60px !important;
    width: 382.967px !important;
  }
  .lifestyle-options-table .btns_top_c .btn_top.n2 {
    font-size: 18px !important;
    line-height: 60px !important;
    width: 576.467px !important;
  }
  .lifestyle-options-table .mobile {
    display: none;
  }
  .lifestyle-options-table table * {
    font-size: 17px !important;
  }
  .lifestyle-options-table table a {
    font-size: 17px !important;
  }
  .lifestyle-options-table .wptb-element-main-table_setting-12138 .hustle_module_shortcode_trigger {
    font-size: 17px !important;
  }
  .lifestyle-options-table .wptb-element-main-table_setting-12138 tr:nth-child(1) td:nth-child(2) {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .lifestyle-options-table .wptb-sticky-header {
    top: 70px;
    width: 100%;
  }
}

@media (orientation: portrait) {
  .lifestyle-options-table .btns_top_c .btn_top {
    width: 40%;
  }
  .lifestyle-options-table .btns_top_c .btn_top.n1 {
    margin-right: 10%;
  }
  .lifestyle-options-table .btns_top_c .btn_top.n2 {
    margin-right: 5%;
  }
  .lifestyle-options-table .desktop {
    display: none;
  }
  .lifestyle-options-table .wptb-row.wptb-sticky-header td:nth-child(1) {
    padding: 21px !important;
  }
  .lifestyle-options-table .wptb-sticky-header {
    top: 70px;
    width: 100%;
  }
}

header {
  position: relative;
  /*** Alert Bar ***/
  /*** Alert Bar ***/
}

header .site-header {
  display: none;
}

@media screen and (min-width: 1200px) {
  header .site-header-mobile {
    display: none;
  }
  main.main {
    margin-top: 140px;
  }
  header .site-header {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  header .site-header .header-top {
    height: 40px;
    background-color: #00476c;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: height 200ms ease;
    -moz-transition: height 200ms ease;
    -ms-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
  }
  header .site-header .header-top nav {
    float: right;
    position: relative;
  }
  header .site-header .header-top .fr-en-button {
    margin-left: 46px;
    width: 45px;
    height: 10px;
    float: right;
  }
  header .site-header .header-top .wpml-ls {
    padding: 0;
    border: none;
    clear: unset;
    width: 46px;
    height: 10px;
    margin-left: 44px;
    float: right;
    position: relative;
  }
  header .site-header .header-top .wpml-ls > ul {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  header .site-header .header-top .wpml-ls ul, header .site-header .header-top .wpml-ls li, header .site-header .header-top .wpml-ls a {
    height: 100%;
  }
  header .site-header .header-top .wpml-ls a {
    margin: 0;
    height: 52px;
    width: 46px;
    background-color: #fff;
    color: #202020;
    font-size: 20px;
    position: relative;
    top: -20px;
  }
  header .site-header .header-top .wpml-ls a span {
    display: block;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }
  header .site-header .header-top a {
    float: right;
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    font-family: myriad-pro, sans-serif;
    padding: 0;
  }
  header .site-header .header-top a.phone {
    position: relative;
  }
  header .site-header .header-top a.phone svg {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -2px;
    left: -40px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header .site-header .header-top a.wpml-ls-item {
    margin-right: 0;
  }
  header .site-header .header-bottom {
    position: relative;
    top: 0px;
    z-index: 99;
    height: 100px;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: height 200ms ease;
    -moz-transition: height 200ms ease;
    -ms-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 82.125em) {
  header .site-header .header-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header .header-bottom .inner {
    position: relative;
  }
  header .site-header .header-bottom .logo-main {
    float: left;
    width: 230px;
    display: block;
    margin-top: 21px;
    -webkit-transition: width 200ms ease;
    -moz-transition: width 200ms ease;
    -ms-transition: width 200ms ease;
    -o-transition: width 200ms ease;
    transition: width 200ms ease;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 93.6875em) {
  header .site-header .header-bottom .logo-main {
    width: 180px;
    margin-top: 26px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header .header-bottom .logo-main img {
    width: 100%;
  }
  header .site-header .header-bottom .nav-primary {
    position: absolute;
    top: 42px;
    right: 0;
    display: flex;
    -webkit-transition: top 200ms ease;
    -moz-transition: top 200ms ease;
    -ms-transition: top 200ms ease;
    -o-transition: top 200ms ease;
    transition: top 200ms ease;
    /*****************/
  }
  header .site-header .header-bottom .nav-primary ul.menu {
    margin-right: 20px;
  }
  header .site-header .header-bottom .nav-primary .search-open {
    display: block;
    width: 32px;
    height: 32px;
  }
  header .site-header .header-bottom .nav-primary .search-open:hover svg path, header .site-header .header-bottom .nav-primary .search-open:active svg path, header .site-header .header-bottom .nav-primary .search-open.active svg path {
    fill: #cba052;
  }
  header .site-header .header-bottom .nav-primary ul > li {
    float: left;
  }
  header .site-header .header-bottom .nav-primary ul > li:not(.contact) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 93.6875em) {
  header .site-header .header-bottom .nav-primary ul > li:not(.contact) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 82.125em) {
  header .site-header .header-bottom .nav-primary ul > li:not(.contact) {
    margin-right: 16px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header .header-bottom .nav-primary ul > li.wpml-ls-item {
    display: none;
  }
  header .site-header .header-bottom .nav-primary ul > li.contact a {
    color: #fff;
    background-color: #00476c;
    position: relative;
    top: -16px;
    -webkit-transition: background-color 350ms ease;
    -moz-transition: background-color 350ms ease;
    -ms-transition: background-color 350ms ease;
    -o-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 1400px) {
  header .site-header .header-bottom .nav-primary ul > li.contact a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header .header-bottom .nav-primary ul > li.contact a:hover {
    background-color: #85bbd0;
    color: #fff;
  }
  header .site-header .header-bottom .nav-primary ul > li a {
    color: #202020;
    font-family: myriad-pro, sans-serif;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -ms-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
  }
}
@media screen and (min-width: 1640px){
  header .site-header .header-bottom .nav-primary ul > li a {
    font-size: 20px;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 93.6875em) {
  header .site-header .header-bottom .nav-primary ul > li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 1400px) {
  header .site-header .header-bottom .nav-primary ul > li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header .header-bottom .nav-primary ul > li a:hover {
    color: #00476c;
    text-decoration: none;
  }
  header .site-header .header-bottom .nav-primary ul > li.current-page-parent > a, header .site-header .header-bottom .nav-primary ul > li.current-menu-item > a {
    color: #00476c;
    position: relative;
  }
  header .site-header .header-bottom .nav-primary ul > li.current-page-parent > a:after, header .site-header .header-bottom .nav-primary ul > li.current-menu-item > a:after {
    content: '';
    position: absolute;
    background: #00476c;
    width: 100%;
    height: 3px;
    bottom: -9px;
    left: 0;
  }
  header .site-header .header-bottom .nav-primary ul > li.current-page-parent.contact a, header .site-header .header-bottom .nav-primary ul > li.current-menu-item.contact a {
    background: #85bbd0;
    color: #fff;
  }
  header .site-header .header-bottom .nav-primary ul > li.current-page-parent.contact a:after, header .site-header .header-bottom .nav-primary ul > li.current-menu-item.contact a:after {
    content: none;
  }
  header .site-header .header-bottom .nav-primary ul > li.current-page-parent.contact a:hover, header .site-header .header-bottom .nav-primary ul > li.current-menu-item.contact a:hover {
    background: #00476c;
    color: #fff;
  }
  header .site-header .header-bottom .nav-primary .current_page_ancestor > a {
    color: #00476c;
    position: relative;
  }
  header .site-header .header-bottom .nav-primary .current_page_ancestor > a:after {
    content: '';
    position: absolute;
    background: #00476c;
    width: 100%;
    height: 3px;
    bottom: -9px;
    left: 0;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 22px;
    padding-top: 30px;
    flex-direction: column;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li > .sub-menu::after {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    width: 175vw;
    left: 0;
    z-index: 1;
    transform: translateX(-100vw);
    background-color: #fff;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li > .sub-menu li {
    float: none;
    z-index: 2;
    margin-bottom: 16px;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.three-level-menu > .sub-menu {
    margin-left: 20px;
    padding-top: 10px;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.three-level-menu > .sub-menu li:last-child {
    margin-bottom: 0;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu {
    display: none;
    position: absolute;
    left: unset;
    right: 0;
    width: 80vw;
    top: 22px;
    padding-top: 30px;
    justify-content: flex-end;
    flex-direction: row;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu::after {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    width: 150vw;
    left: 0;
    z-index: 1;
    transform: translateX(-50vw);
    background-color: #fff;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu > li {
    width: 270px;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu > li:first-child {
    display: none;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu li {
    float: none;
    z-index: 2;
  }
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu .section-header > a {
    font-size: 30px;
    color: #707070;
    pointer-events: none;
    margin-bottom: 16px;
    display: inline-block;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 82.125em) {
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu .section-header > a {
    font-size: 24px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu .section-header li {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 82.125em) {
  header .site-header .header-bottom .nav-primary ul.menu > li.menu-columns > .sub-menu .section-header li {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header .header-bottom .nav-primary ul.menu > .show-menu > .sub-menu {
    display: flex !important;
  }
  header .site-header .header-bottom .nav-primary ul.sub-menu {
    margin-left: 0;
  }
  header .site-header.shrunk .header-top {
    height: 0;
  }
  header .site-header.shrunk .header-bottom {
    top: 0;
    height: 80px;
  }
  header .site-header.shrunk .header-bottom .logo-main {
    width: 200px;
  }
}

@media screen and (min-width: 70.9375em) and (max-width: 93.6875em) {
  header .site-header.shrunk .header-bottom .logo-main {
    width: 180px;
    margin-top: 18px;
  }
}

@media screen and (min-width: 70.9375em) {
  header .site-header.shrunk .header-bottom .nav-primary {
    top: 29px;
  }
}

header .site-header-mobile {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header .site-header-mobile .bar {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  transition: height 200ms ease;
}

header .site-header-mobile .bar nav {
  float: right;
  display: flex;
  width: 42%;
  max-width: 160px;
  height: 54px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 7px;
}
header .site-header-mobile .bar nav > a:not(:first-child) {
  margin-left: 20px;
}

header .site-header-mobile .bar nav a.hamberg {
  color: #00476c;
  position: relative;
}

header .site-header-mobile .bar nav a.hamberg svg {
  width: 44px;
}

header .site-header-mobile .bar nav a.hamberg svg.active {
  margin-top: 0;
  display: none;
}

header .site-header-mobile .bar nav a.hamberg svg.inactive {
  height: 52px;
}

header .site-header-mobile .bar nav a.hamberg svg.active {
  height: 52px;
}

header .site-header-mobile .bar nav a.hamberg.active svg.inactive {
  display: none;
}

header .site-header-mobile .bar nav a.hamberg.active svg.active {
  display: block;
}

header .site-header-mobile .bar nav a.phone {
  color: #00476c;
}

header .site-header-mobile .bar nav a.phone svg {
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

header .site-header-mobile .bar nav .search-open {
  display: block;
  width: 36px;
}

header .site-header-mobile .bar nav .search-open img {
  width: 100%;
  height: 100%;
}

header .site-header-mobile .bar .logo-main img {
  width: 220px;
  margin-top: 4px;
}

@media screen and (max-width: 30em) {
  header .site-header-mobile .bar .logo-main img {
    width: 174px;
    margin-top: 10px;
  }
}

header .site-header-mobile nav.mobile-nav {
  position: fixed;
  width: 100vw;
  top: 80px;
  right: 0;
  transform: translateX(100vw);
  overflow-y: scroll;
  background: #fff;
  height: calc(100vh - 64px);
  -webkit-transition: right 500ms ease;
  -moz-transition: right 500ms ease;
  -ms-transition: right 500ms ease;
  -o-transition: right 500ms ease;
  transition: right 500ms ease;
}

header .site-header-mobile nav.mobile-nav ul li {
  position: relative;
}

header .site-header-mobile nav.mobile-nav ul li:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

header .site-header-mobile nav.mobile-nav ul li.contact, header .site-header-mobile nav.mobile-nav ul li.wpml-ls-item {
  border-top: 1px solid #fff;
}

header .site-header-mobile nav.mobile-nav ul li.contact a, header .site-header-mobile nav.mobile-nav ul li.wpml-ls-item a {
  background-color: #00476c;
  color: #fff;
}

header .site-header-mobile nav.mobile-nav ul li a {
  background: #fff;
  height: 44px;
  display: block;
  padding-top: 9px;
  padding-left: 16px;
  font-size: 18px;
  text-decoration: none;
}

header .site-header-mobile nav.mobile-nav ul li.wpml-ls-item a span {
  color: #fff;
}

header .site-header-mobile nav.mobile-nav.active {
  transform: translateX(0);
}

header .site-header-mobile nav.mobile-nav .sub-menu {
  display: none;
}

header .site-header-mobile nav.mobile-nav ul.menu > li.show-menu .sub-menu {
  display: block;
}

header .site-header-mobile nav.mobile-nav ul.menu > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.2 8'%3E%3Cpath d='M6.6 1.7l-.3.3-4.9 5.2a.5.5 0 01-.7.1.5.5 0 010-.8l.3-.3 4.6-5 .6-.5a.7.7 0 01.9 0l5.4 5.8a.6.6 0 01.2.5.5.5 0 01-.4.4.5.5 0 01-.5-.2L8.8 4 6.7 1.8z' fill='%23202020' stroke='%23202020'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  transition: transform 125ms ease-in-out;
}

header .site-header-mobile nav.mobile-nav ul.menu > li.menu-item-has-children.show-menu > a {
  border-bottom: 2px solid #00476C;
}

header .site-header-mobile nav.mobile-nav ul.menu > li.menu-item-has-children.show-menu > a::after {
  transform: rotate(180deg);
  transform-origin: center;
}

header .site-header-mobile nav.mobile-nav .section-header > a {
  font-weight: 700;
  color: #707070;
}

header .site-header-mobile .alert-bar {
  transition: transform 200ms ease;
}

@media screen and (max-width: 82.125em) {
  header .search-form-bar.search-form-bar-desktop {
    display: none;
  }
}

header .site-header-mobile.shrunk .bar {
  height: 0px;
  align-items: flex-end;
  padding-bottom: 10px;
}

header.shrunk .search-form-bar-mobile {
  height: 80px;
}

header .menu-item-has-children::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.2 8'%3E%3Cpath d='M6.6 1.7l-.3.3-4.9 5.2a.5.5 0 01-.7.1.5.5 0 010-.8l.3-.3 4.6-5 .6-.5a.7.7 0 01.9 0l5.4 5.8a.6.6 0 01.2.5.5.5 0 01-.4.4.5.5 0 01-.5-.2L8.8 4 6.7 1.8z' fill='%23202020' stroke='%23202020'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: transform 125ms ease-in-out;
}

header .menu-item-has-children.show-menu::after {
  transform: rotate(0);
  transform-origin: center;
}

header .section-header.menu-item-has-children::after {
  display: none;
}

@media screen and (min-width: 70.9375em) {
  header .search-form-bar.search-form-bar-mobile {
    display: none;
  }
}

@media screen and (min-width: 70.9375em) {
  header .search-form-bar.search-form-bar.search-form-bar-desktop {
    display: flex;
  }
}

header .search-form-bar {
  transition: all .2s;
  height: 80px;
  background-color: #cba052;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99;
  top: -200px;
}
header .search-form-bar.open {
  visibility: visible;
}

header .search-form-bar form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-right: 10px;
}

header .search-form-bar form label {
  display: none;
}

header .search-form-bar form input[type=text] {
  max-width: 500px;
  width: 100%;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  height: 45px;
}

header .search-form-bar form input[type=submit] {
  width: 32px;
  border: none;
  background-image: url(/wp-content/themes/parkland/img/search-opaque.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  height: 32px;
  position: absolute;
  right: 10px;
}

header .search-form-bar .search-close {
  width: 34px;
  display: block;
}

header .search-form-bar.open {
  top: 80px;
}

@media screen and (min-width: 1200px) {
  header .search-form-bar.open {
    top: 140px;
  }
}

header .site-header.shrunk .alert-bar {
  transform: translateY(-83px);
}

header .site-header-mobile.shrunk .alert-bar {
  transform: translateY(-70px);
}

header .alert-bar {
  position: absolute;
  top: 40px;
  padding: 6px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e80000;
  flex-wrap: wrap;
  transition: height 200ms ease 200ms;
  width: 100%;
}

@media only screen and (max-width: 1135px) {
  header .alert-bar {
    position: static;
  }
}

header .alert-bar div.message {
  margin: 0 20px 0 0;
  color: #fff !important;
}

@media only screen and (max-width: 1135px) {
  header .alert-bar div.message {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    position: static;
  }
}

header .alert-bar p {
  margin: 0;
  color: #fff !important;
}

header .alert-bar a {
  background-color: #e80000 !important;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 0.2em 1em 0.1em !important;
  transition: all 175ms ease-in-out;
  text-decoration: none;
}

header .alert-bar a:hover, header .alert-bar a:active, header .alert-bar a:focus {
  background-color: #fff !important;
  color: #e80000 !important;
}

header.shrunk .search-form-bar.open {
  top: 10px;
}
@media screen and (min-width: 1200px) {
  header.shrunk .search-form-bar.open {
    top: 80px;
  } 
}

.fr .nav-primary ul > li:not(.contact) {
  margin-right: 24px !important;
}

@media screen and (max-width: 93.6875em) {
  .fr .nav-primary ul > li:not(.contact) {
    margin-right: 16px !important;
  }
}

@media screen and (max-width: 82.125em) {
  .fr .nav-primary ul > li:not(.contact) {
    margin-right: 10px !important;
  }
}

.fr .nav-primary ul > li a {
  font-size: 16px !important;
}

body.alert-bar-active header .header-bottom {
  top: 43px;
}

body.alert-bar-active header .search-form-bar.open {
  top: 183px;
}

@media screen and (max-width: 70.875em) {
  body.alert-bar-active header .search-form-bar.open {
    top: 150px;
  }
}

body.alert-bar-active header .site-header-mobile nav.mobile-nav {
  top: 150px;
  height: calc(100vh - 150px);
}

body.alert-bar-active header.shrunk .search-form-bar.open {
  top: 80px;
}

body.alert-bar-active header.shrunk .site-header-mobile nav.mobile-nav {
  top: unset;
}

.three-level-menu .sub-menu .sub-menu {
  margin-left: 20px !important;
  padding-top: 10px !important;
}

.three-level-menu .sub-menu .sub-menu:last-child {
  margin-bottom: 0;
}

.three-level-menu .sub-menu:first-child {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.three-level-menu li:first-child {
  display: none;
}

.banner {
  overflow: hidden;
  position: relative;
  min-height: 320px;
  background-color: #00476c;
}

.banner.greenish {
  background-color: #8ebebd;
}

.banner.blue-baby {
  background-color: #85bbd0;
}

.banner.gold {
  background-color: #cba052;
}

@media screen and (max-width: 70.875em) {
  .banner {
    min-height: 250px;
  }
}

@media screen and (max-width: 40em) {
  .banner {
    min-height: 150px;
  }
}

.banner svg, .banner .svg {
  position: absolute;
  width: 450px;
  height: 480px;
  right: 0;
  top: -150px;
}

@media screen and (max-width: 70.875em) {
  .banner svg, .banner .svg {
    width: 350px;
    height: 372px;
    top: -115px;
  }
}

@media screen and (max-width: 40em) {
  .banner svg, .banner .svg {
    width: 244px;
    height: 260px;
    top: -105px;
  }
}

.banner h1,
.banner .h1 {
  color: #fff;
  font-size: 62px;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 70.875em) {
  .banner h1,
  .banner .h1 {
    font-size: 56px;
    margin-top: 94px;
    margin-bottom: 94px;
  }
}

@media screen and (max-width: 40em) {
  .banner h1,
  .banner .h1 {
    font-size: 38px;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.banner .h1 {
  font-family: 'begumsemibold';
  font-weight: normal;
  line-height: 1.15;
  display: block;
}

.banner.blue-baby {
  background-color: #85bbd0;
}

.banner.gold {
  background-color: #cba052;
}

footer.site-footer .footer-signup.footer-bar {
  background-color: #cba052;
  padding-top: 35px;
  padding-bottom: 35px;
}

footer.site-footer .footer-signup.footer-bar h2, footer.site-footer .footer-signup.footer-bar h2 > span, footer.site-footer .footer-signup.footer-bar .gform_confirmation_message {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

@media (min-width: 1025px) {
  footer.site-footer .footer-signup.footer-bar h2, footer.site-footer .footer-signup.footer-bar h2 > span, footer.site-footer .footer-signup.footer-bar .gform_confirmation_message {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

footer.site-footer .footer-signup.footer-bar h2 > span {
  font-family: 'begumsemibold';
  display: block;
  margin-top: 16px;
}

@media (min-width: 740px) {
  footer.site-footer .footer-signup.footer-bar h2 > span {
    display: inline;
    margin-top: 0;
  }
}

footer.site-footer .footer-signup.footer-bar .gform_wrapper, footer.site-footer .footer-signup.footer-bar .gfield {
  margin: 0;
}

footer.site-footer .footer-signup.footer-bar .gform_wrapper .gform_ajax_spinner {
  width: 50px;
  height: 50px;
  padding-left: 0;
}

footer.site-footer .footer-signup.footer-bar .gform_wrapper li.gfield.gfield_error {
  border: 0;
  background-color: transparent;
}

@media (min-width: 740px) {
  footer.site-footer .footer-signup.footer-bar .gform_wrapper form {
    display: flex;
    justify-content: space-between;
  }
}

footer.site-footer .footer-signup.footer-bar .gform_footer {
  text-align: center;
}

@media (min-width: 740px) {
  footer.site-footer .footer-signup.footer-bar .gform_footer {
    padding-top: 0;
    margin-top: 0;
    text-align: left;
  }
}

@media (min-width: 740px) {
  footer.site-footer .footer-signup.footer-bar .gform_fields {
    width: calc( 100% - 40px);
  }
}

footer.site-footer .footer-signup.footer-bar .gform_fields input:not([type="checkbox"]) {
  width: 100% !important;
}

@media (min-width: 740px) {
  footer.site-footer .footer-signup.footer-bar .ginput_container_email {
    margin-top: 0;
  }
}

footer.site-footer .footer-signup.footer-bar .ginput_container_email input {
  height: 45px;
}

@media (min-width: 740px) {
  footer.site-footer .footer-signup.footer-bar .ginput_container_email input {
    margin: 0;
  }
}

footer.site-footer .footer-signup.footer-bar .ginput_container_consent {
  display: flex;
  margin-top: 8px;
}

@media (max-width: 1024px) {
  footer.site-footer .footer-signup.footer-bar .ginput_container_consent {
    margin-bottom: 20px;
  }
}

footer.site-footer .footer-signup.footer-bar .gfield_consent_label {
  margin-top: 10px;
  display: block;
}

@media (max-width: 1024px) {
  footer.site-footer .footer-signup.footer-bar .gfield_consent_label {
    margin-bottom: 20px;
  }
}

footer.site-footer .footer-signup.footer-bar .gfield_consent_label, footer.site-footer .footer-signup.footer-bar .gfield_consent_label a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.25;
}

footer.site-footer .footer-signup.footer-bar .gfield_consent_label a {
  text-decoration: underline;
}

footer.site-footer .footer-signup.footer-bar .gfield_label:not(.gfield_consent_label) {
  display: none;
}

footer.site-footer .footer-signup.footer-bar .validation_error {
  display: none;
}

footer.site-footer .footer-signup.footer-bar .gfield_description.validation_message {
  margin-top: 5px;
  margin-bottom: 10px;
}

footer.site-footer .footer-bar {
  background-color: #00476c;
  padding-top: 44px;
  padding-bottom: 54px;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.25);
}

footer.site-footer .footer-bar h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

footer.site-footer .footer-main {
  background-color: #d7d2cb;
  text-align: center;
  position: relative;
  z-index: 3;
}

footer.site-footer .footer-main .top-copy {
  margin-top: 28px;
  margin-bottom: 56px;
}

footer.site-footer .footer-main .top-copy p {
  margin-bottom: 0;
}

footer.site-footer .footer-main .top-copy p a {
  color: #00476c;
  font-weight: bold;
  text-decoration: underline;
}

footer.site-footer .footer-main .footer-menu.top {
  display: inline-block;
}

footer.site-footer .footer-main .footer-menu.top a {
  text-decoration: none;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex {
  width: 40%;
  display: inline-block;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-logo {
  width: 100%;
  display: inline-block;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-logo a {
  float: left;
  width: 172px;
  height: 29px;
  text-decoration: none;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-logo a .a, footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-logo a .b {
  fill: #202020;
  -webkit-transition: fill 350ms ease;
  -moz-transition: fill 350ms ease;
  -ms-transition: fill 350ms ease;
  -o-transition: fill 350ms ease;
  transition: fill 350ms ease;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-logo a .b {
  fill-rule: evenodd;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-copy {
  margin-top: 16px;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-copy p, footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-copy a {
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  color: #717171;
}

footer.site-footer .footer-main .footer-menu.bottom .shannex .shannex-copy a {
  text-decoration: underline;
}

footer.site-footer .footer-main .footer-menu.bottom .links {
  float: right;
}

footer.site-footer .footer-main .footer-menu.bottom .links nav {
  float: left;
}

footer.site-footer .footer-main .footer-menu.bottom .links nav li:not(:last-child) {
  margin-right: 32px;
}

footer.site-footer .footer-main .footer-menu.bottom .links nav a {
  font-size: 14px;
}

footer.site-footer .footer-main .footer-menu.bottom .links nav.social {
  margin-left: 50px;
}

footer.site-footer .footer-main .footer-menu .copyright {
  padding-top: 38px;
  padding-bottom: 16px;
  display: inline-block;
  width: 100%;
}

footer.site-footer .footer-main .footer-menu .copyright p {
  font-size: 14px;
}

@media screen and (max-width: 70.875em) {
  footer.site-footer .footer-main {
    display: none;
  }
}

@media screen and (min-width: 70.9375em) {
  footer.site-footer .footer-main a {
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -ms-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
  }
  footer.site-footer .footer-main a:hover {
    color: #00476c;
  }
  footer.site-footer .footer-main a:hover svg {
    fill: #00476c;
  }
  footer.site-footer .footer-main a:hover.shannex svg .a, footer.site-footer .footer-main a:hover.shannex svg .b {
    fill: #00476c !important;
  }
}

footer.site-footer .footer-main-mobile {
  display: none;
}

@media screen and (max-width: 70.875em) {
  footer.site-footer .footer-main-mobile {
    display: block;
    text-align: center;
    background-color: #d7d2cb;
    padding-top: 32px;
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.site-footer .footer-main-mobile .top-copy {
    margin-bottom: 32px;
  }
  footer.site-footer .footer-main-mobile .top-copy p {
    margin-bottom: 0;
  }
  footer.site-footer .footer-main-mobile .top-copy p a {
    color: #00476c;
    font-weight: bold;
    text-decoration: underline;
  }
  footer.site-footer .footer-main-mobile .logo-main img {
    max-width: 320px;
    width: 100%;
  }
  footer.site-footer .footer-main-mobile .social {
    display: inline-block;
    margin-top: 32px;
  }
  footer.site-footer .footer-main-mobile .links {
    text-align: center;
    margin-top: 32px;
  }
  footer.site-footer .footer-main-mobile .links > nav {
    display: inline-block;
  }
  footer.site-footer .footer-main-mobile .links > nav ul li:not(:last-child) {
    margin-right: 32px;
  }
  footer.site-footer .footer-main-mobile .links > nav a {
    font-size: 16px;
  }
}

@media screen and (max-width: 70.875em) and (max-width: 40em) {
  footer.site-footer .footer-main-mobile .links > nav a {
    font-size: 14px;
  }
}

@media screen and (max-width: 70.875em) {
  footer.site-footer .footer-main-mobile .shannex {
    margin-top: 38px;
  }
  footer.site-footer .footer-main-mobile .shannex svg {
    width: 200px;
    height: 39px;
  }
  footer.site-footer .footer-main-mobile .shannex .shannex-copy {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.site-footer .footer-main-mobile .shannex .shannex-copy p, footer.site-footer .footer-main-mobile .shannex .shannex-copy a {
    color: #717171;
    font-size: 14px;
    max-width: 300px;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 0;
  }
  footer.site-footer .footer-main-mobile .shannex .shannex-copy a {
    text-decoration: underline;
  }
  footer.site-footer .footer-main-mobile .copyright p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}

footer.site-footer hr {
  margin-top: 8px;
  margin-bottom: 24px;
}

footer.site-footer nav ul li {
  float: left;
}

footer.site-footer nav ul li:not(:last-child) {
  margin-right: 50px;
}

@media (min-width: 1025px) {
  .fr footer.site-footer .footer-signup.footer-bar h2, .fr footer.site-footer .footer-signup.footer-bar h2 > span, .fr footer.site-footer .footer-signup.footer-bar .gform_confirmation_message {
    margin-top: 50px;
  }
}

body.page-template-page-contact-php #validation_message_4_2 {
  display: none;
}

body#tinymce {
  margin: 12px !important;
}

.sticky-col-desktop {
  display: none;
}

@media screen and (min-width: 70.9375em) {
  .sticky-col-desktop {
    display: block;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
  }
  .sticky-col-desktop.fixed {
    position: fixed;
    top: 100px;
  }
  .sticky-col-desktop .info-col {
    float: right;
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .sticky-col-desktop .info-col .inner {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sticky-col-desktop .info-col h2 {
    font-size: 30px;
  }
  .sticky-col-desktop .info-col hr {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .sticky-col-desktop .info-col .phone {
    font-weight: bold;
    font-size: 22px;
  }
  .sticky-col-desktop .info-col .address {
    margin-top: 22px;
    margin-bottom: 32px;
    display: block;
  }
  .sticky-col-desktop .info-col .block-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sticky-mobile-location,
.sticky-mobile-contact {
  display: none;
}

@media screen and (max-width: 70.875em) {
  .sticky-mobile-location,
  .sticky-mobile-contact {
    display: block;
    position: fixed;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: bottom 300ms ease;
    -moz-transition: bottom 300ms ease;
    -ms-transition: bottom 300ms ease;
    -o-transition: bottom 300ms ease;
    transition: bottom 300ms ease;
  }
}

.sticky-mobile-location {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 70.875em) {
  .sticky-mobile-location {
    height: 120px;
    z-index: 5;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  }
  .sticky-mobile-location .promt .view-info {
    /* float: left; */
    font-size: 20px;
    line-height: 1;
    margin-top: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 70.875em) and (max-width: 30em) {
  .sticky-mobile-location .promt .view-info {
    font-size: 16px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 70.875em) {
  .sticky-mobile-location .promt .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sticky-mobile-location .promt .button-container a {
    width: 49%;
    max-width: 300px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .sticky-mobile-location .promt .block-button {
    /* float: right; */
    margin-top: 11px;
  }
}

@media screen and (max-width: 70.875em) and (max-width: 30em) {
  .sticky-mobile-location .promt .block-button {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px;
  }
}

@media screen and (max-width: 70.875em) and (max-width: 20em) {
  .sticky-mobile-location .promt .block-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.sticky-mobile-contact {
  height: 302px;
  bottom: -252px;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.sticky-mobile-contact .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.sticky-mobile-contact a,
.sticky-mobile-contact p {
  font-size: 20px;
  line-height: 1.4;
}

.sticky-mobile-contact .phone {
  margin-top: 16px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}

.sticky-mobile-contact .down {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  cursor: pointer;
}

.sticky-mobile-contact .down svg {
  width: 44px;
}

.sticky-mobile-contact.active {
  bottom: 0;
}

.anchor-links {
  display: none;
}

@media screen and (min-width: 70.9375em) {
  .anchor-links {
    display: block;
    height: 116px;
    padding-top: 50px;
  }
  .anchor-links .inner {
    background: white;
  }
  .anchor-links.fixed .inner {
    position: fixed;
    top: 80px;
    z-index: 3;
    height: 50px;
    padding-top: 12px;
    padding-right: 100px;
  }
  .anchor-links a {
    margin-right: 32px;
    color: #4d91c5;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
  }
  .anchor-links a:after {
    content: '';
    position: absolute;
    background-color: #202020;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .anchor-links a.active {
    color: #202020;
  }
  .anchor-links a.active:after {
    opacity: 1;
  }
}

.anchor-cover {
  background-color: #fff;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 44px;
  left: 0;
  top: 0;
  z-index: 2;
}

.anchor-cover.active {
  top: 80px;
}

.itc-columns {
  margin-top: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 70.875em) {
  .itc-columns {
    margin-bottom: 0;
  }
}

.itc-col {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.itc-col .anchor {
  position: absolute;
  top: -124px;
}

@media screen and (max-width: 70.875em) {
  .itc-col .anchor {
    top: -64px;
  }
}

@media screen and (max-width: 70.875em) {
  .itc-col {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 40em) {
  .itc-col {
    margin-bottom: 20px;
  }
}

.itc-col .bg, .itc-col .info {
  width: 50%;
}

@media screen and (max-width: 70.875em) {
  .itc-col .bg, .itc-col .info {
    width: 100%;
  }
}

.itc-col .bg {
  float: left;
}

@media screen and (max-width: 70.875em) {
  .itc-col .bg {
    height: 420px !important;
  }
}

@media screen and (max-width: 40em) {
  .itc-col .bg {
    height: 240px !important;
  }
}

.itc-col .info {
  float: right;
  background-color: #f9f5ed;
  padding: 44px;
  min-height: 320px;
}
.itc-col .bg iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: inherit; 
}
.itc-col.odd .bg iframe {
  margin-left: 50%;
}

@media screen and (max-width: 70.875em) {
  .itc-col .info {
    min-height: 0;
  }
  .itc-col .bg iframe {
    position: relative;
    width: 100%;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 40em) {
  .itc-col .info {
    padding: 24px;
  }
}

.itc-col .info h1, .itc-col .info h2, .itc-col .info h3, .itc-col .info h4, .itc-col .info h5, .itc-col .info h6 {
  margin-bottom: 36px;
}

.itc-col .info .inner {
  position: relative;
  padding-bottom: 80px;
  height: 100%;
}

.itc-col .info .inner .cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 40em) {
  .itc-col .info .inner .cta a {
    height: auto;
    padding-bottom: 16px;
  }
}

.itc-col.odd .bg {
  float: right;
}

.itc-col.odd .info {
  float: left;
}

.info-columns {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 70.875em) {
  .info-columns {
    margin-bottom: 0;
  }
}

.info-columns .info-col {
  margin-bottom: 50px;
}

.info-columns .info-col .bg {
  height: 280px;
}

.info-columns .info-col .info {
  background-color: #f3f8f9;
}

.info-columns .info-col .info .inner {
  padding-top: 24px;
  padding-bottom: 36px;
  padding-left: 44px;
  padding-right: 44px;
}

.info-columns .info-col .info .inner h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

.info-columns .info-col .info .inner a {
  font-weight: bold;
}

.info-columns .info-col .info .inner a:not(.block-button) {
  text-decoration: underline;
}

.info-columns .info-col .info .inner > p:last-child {
  margin-bottom: 0;
}

.find-a-laction {
  background-color: #00476c;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.find-a-laction .h2,
.find-a-laction p,
.find-a-laction a {
  color: #fff;
  margin-bottom: 0;
}

.find-a-laction .h2 {
  margin-bottom: 24px;
}

.find-a-laction .controls {
  display: inline-block;
  margin-top: 24px;
}

.find-a-laction .controls input,
.find-a-laction .controls select,
.find-a-laction .controls .block-button {
  float: left;
  -webkit-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
}

.find-a-laction .controls input,
.find-a-laction .controls select {
  margin-right: 32px;
}

.find-a-laction .controls input {
  width: 330px;
}

.find-a-laction .controls select {
  width: 330px;
  background-size: 24px;
}

.find-a-laction .controls .block-button {
  position: relative;
  width: 238px;
  padding-left: 38px;
  padding-right: 64px;
}

.find-a-laction .controls .block-button svg {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 15px;
  right: 30px;
}

@media screen and (max-width: 70.875em) {
  .find-a-laction .controls {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .find-a-laction .controls input,
  .find-a-laction .controls select {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .find-a-laction .controls .block-button {
    float: none;
    margin-top: 12px;
    margin-bottom: 24px;
  }
}

.find-a-laction .bottom a {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 70.875em) {
  .find-a-laction.home .controls input,
  .find-a-laction.home .controls select,
  .find-a-laction.home .bottom {
    display: none;
  }
}

body.home .home-hero {
  height: 750px;
}

@media screen and (max-width: 70.875em) {
  body.home .home-hero {
    height: 500px;
  }
}

@media screen and (max-width: 40em) {
  body.home .home-hero {
    height: 420px;
  }
}

body.home .home-hero .bg {
  height: 100%;
  position: relative;
}

body.home .home-hero .bg .golden-box, body.home .home-hero .bg .hero-content {
  width: 600px;
  height: 320px;
  position: absolute;
  top: 215px;
  left: 0;
}

@media screen and (max-width: 70.875em) {
  body.home .home-hero .bg .golden-box, body.home .home-hero .bg .hero-content {
    width: 320px;
    height: 220px;
  }
}

@media screen and (max-width: 40em) {
  body.home .home-hero .bg .golden-box, body.home .home-hero .bg .hero-content {
    top: auto;
    bottom: 25px;
  }
}

body.home .home-hero .bg .golden-box {
  background-color: #cba052;
  opacity: 0.9;
}

body.home .home-hero .bg .hero-content {
  z-index: 1;
  padding-left: 120px;
}

@media screen and (max-width: 70.875em) {
  body.home .home-hero .bg .hero-content {
    padding-left: 20px;
  }
}

body.home .home-hero .bg .hero-content h1 {
  color: #fff;
  display: inline-block;
  margin-top: 44px;
  margin-bottom: 44px;
  font-size: 64px;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 70.875em) {
  body.home .home-hero .bg .hero-content h1 {
    margin-top: 32px;
    margin-bottom: 18px;
    font-size: 50px;
  }
}

@media screen and (min-width: 70.9375em) {
  body.home .home-hero .bg .hero-content .block-button:hover {
    color: #cba052;
  }
}

body.home .home-hero .bg .border-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
}

@media screen and (max-width: 70.875em) {
  body.home .home-hero .bg .border-box {
    display: none;
  }
}

body.home .home-hero .bg .border-box .border {
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
}

body.home .home-columns {
  padding-top: 50px;
}

body.home .home-columns .home-col {
  margin-bottom: 50px;
}

body.home .home-columns .home-col .inner {
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

body.home .home-columns .home-col .bottom {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

body.home .home-columns .home-col .bottom .inner-bottom {
  position: relative;
  height: 100%;
}

body.home .home-columns .home-col .bottom .inner-bottom .block-button {
  position: absolute;
  bottom: 0;
  left: 0;
}

body.home .home-columns .home-col .bottom h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 4px;
  margin-bottom: 52px;
  display: inline-block;
}

body.home .home-columns .home-col .bg {
  height: 420px;
}

@media screen and (max-width: 70.875em) {
  body.home .home-columns .home-col .bg {
    height: 320px;
  }
}

body.home .home-columns .home-col:nth-child(odd) .bottom {
  background-color: #00476c;
}

body.home .home-columns .home-col:nth-child(even) .bottom {
  background-color: #85bbd0;
}

@media screen and (min-width: 70.9375em) {
  body.home .home-columns .home-col:nth-child(even) .bottom .block-button:hover {
    color: #85bbd0;
  }
}

body.home .home-blog {
  background-color: #f6f6f6;
  padding-top: 24px;
  padding-bottom: 24px;
}

body.home .home-blog .blog-intro {
  text-align: center;
}

body.home .home-blog .blog-intro p {
  font-size: 18px;
  margin-bottom: 28px;
}

body.home .home-blog .blog-col .inner {
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: none;
}

body.home .home-blog .blog-col .inner:hover h4 {
  text-decoration: underline;
}

body.home .home-blog .blog-col .bg {
  height: 280px;
}

body.home .home-blog .blog-col .bottom {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

body.home .home-blog .blog-col .bottom h4 {
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 4px;
}

body.home .home-blog .blog-col .bottom p {
  font-size: 16px;
}

body.home .home-blog .all-posts a {
  float: right;
  position: relative;
  margin-right: 28px;
  margin-top: 18px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

body.home .home-blog .all-posts a:before {
  content: '';
  position: absolute;
  background-color: #202020;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  -webkit-transition: background-color 350ms ease;
  -moz-transition: background-color 350ms ease;
  -ms-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

body.home .home-blog .all-posts a:after {
  content: '>';
  position: absolute;
  top: -2px;
  right: -30px;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (min-width: 70.9375em) {
  body.home .home-blog .all-posts a:hover {
    color: #00476c;
  }
  body.home .home-blog .all-posts a:hover:before {
    background-color: #00476c;
  }
}

body.page-faq .faq {
  margin-bottom: 100px;
}

@media screen and (max-width: 70.875em) {
  body.page-faq .faq {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 40em) {
  body.page-faq .faq {
    margin-bottom: 20px;
  }
}

body.page-faq .item {
  margin-bottom: 4px;
}

body.page-faq .item .prompt {
  background-color: #001f30;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 60px;
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 100px;
  position: relative;
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

@media screen and (max-width: 70.875em) {
  body.page-faq .item .prompt {
    height: auto;
    padding-bottom: 16px;
  }
}

body.page-faq .item .prompt h4 {
  margin-bottom: 0;
}

body.page-faq .item .prompt svg {
  position: absolute;
  top: 8px;
  right: 50px;
  width: 36px;
  height: 42px;
  -webkit-transition: transform 200ms ease;
  -moz-transition: transform 200ms ease;
  -ms-transition: transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
}

@media screen and (max-width: 70.875em) {
  body.page-faq .item .prompt svg {
    right: 24px;
    width: 32px;
  }
}

body.page-faq .item .reveal {
  background-color: #f3f3f3;
  overflow: hidden;
  height: 0;
  z-index: unset;
  width: auto;
  max-width: unset;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

body.page-faq .item .reveal .inner {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

body.page-faq .item .reveal a {
  color: #00476c;
  font-weight: bold;
  text-decoration: underline;
}

body.page-faq .item.active .prompt {
  background-color: #00476c;
}

body.page-faq .item.active .prompt svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.page-faq .item.active .reveal {
  display: block;
  top: 2px;
}

body.page-values-vision .content p, body.page-parkland-promise .content p {
  margin-bottom: 28px;
}

body.page-values-vision .content h3, body.page-parkland-promise .content h3 {
  font-size: 28px;
}

body.page-values-vision .content h4, body.page-parkland-promise .content h4 {
  font-size: 20px;
}

body.page-our-approach .page-content {
  margin-bottom: 50px;
}

@media screen and (max-width: 70.875em) {
  body.page-our-approach .page-content {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 70.875em) {
  body.page-our-approach .content {
    margin-bottom: 0 !important;
  }
}

body.page-our-approach .content .text {
  padding-right: 512px;
}

@media screen and (max-width: 70.875em) {
  body.page-our-approach .content .text {
    padding-right: 0;
  }
}

body.page-our-approach .content .quote {
  background-color: #e5ecf0;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: begumsemibold;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}

body.page-our-approach .content .quote svg {
  color: #fff;
  width: 32px;
  position: absolute;
  top: 6px;
  left: 8px;
}

body.page-our-approach .content .quote span {
  font-family: myriad-pro, sans-serif;
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  width: 100%;
  line-height: 1;
}

body.page-medical-professionals .content h4, body.page-resident-and-family-liaison .content h4, body.page-template-page-when-is-the-time .content h4 {
  font-size: 24px;
  margin-bottom: 22px;
}

body.page-medical-professionals .content p > a, body.page-resident-and-family-liaison .content p > a, body.page-template-page-when-is-the-time .content p > a {
  color: #00476c;
  font-weight: bold;
  text-decoration: underline;
}

body.page-medical-professionals .content p > a svg, body.page-resident-and-family-liaison .content p > a svg, body.page-template-page-when-is-the-time .content p > a svg {
  width: 26px;
  margin-left: 4px;
  top: 4px;
  position: relative;
}

body.page-medical-professionals .content ul, body.page-resident-and-family-liaison .content ul, body.page-template-page-when-is-the-time .content ul {
  margin-bottom: 28px;
}

body.page-template-page-when-is-the-time .page-content {
  margin-bottom: 32px;
}

body.page-template-page-when-is-the-time .page-content p > a {
  font-weight: normal;
}

body.page-template-page-when-is-the-time .image-content .item {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

body.page-template-page-when-is-the-time .image-content .item h3 {
  font-size: 30px;
  margin-bottom: 16px;
}

body.page-template-page-when-is-the-time .image-content .item:nth-child(odd) .img-col {
  float: left;
}

body.page-template-page-when-is-the-time .image-content .item:nth-child(odd) .info-col {
  float: right;
}

body.page-template-page-image-and-text .content, body.page-values-vision .content, body.page-template-page-text-wrapping-image .content, body.page-our-approach .content {
  margin-bottom: 50px;
}

body.page-template-page-image-and-text .content .wrap-image, body.page-values-vision .content .wrap-image, body.page-template-page-text-wrapping-image .content .wrap-image, body.page-our-approach .content .wrap-image {
  float: right;
  width: 480px;
  padding-left: 25px;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-image-and-text .content .wrap-image, body.page-values-vision .content .wrap-image, body.page-template-page-text-wrapping-image .content .wrap-image, body.page-our-approach .content .wrap-image {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0;
  }
}

body.page-template-page-life-at-parkland .life,
body.page-template-page-cost-calculator .life {
  margin-bottom: 92px;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-life-at-parkland .life,
  body.page-template-page-cost-calculator .life {
    margin-bottom: 32px;
  }
}

body.page-template-page-life-at-parkland .ic-sect .ic-item,
body.page-template-page-cost-calculator .ic-sect .ic-item {
  display: inline-block;
  width: 100%;
}

body.page-template-page-life-at-parkland .ic-sect .ic-item hr,
body.page-template-page-cost-calculator .ic-sect .ic-item hr {
  margin-bottom: 48px;
}

body.page-template-page-life-at-parkland .ic-sect .ic-item:not(:last-child),
body.page-template-page-cost-calculator .ic-sect .ic-item:not(:last-child) {
  margin-bottom: 48px;
}

body.page-template-page-life-at-parkland .ic-sect .ic-item .image,
body.page-template-page-cost-calculator .ic-sect .ic-item .image {
  width: 50%;
  float: left;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-life-at-parkland .ic-sect .ic-item .image,
  body.page-template-page-cost-calculator .ic-sect .ic-item .image {
    width: 100%;
  }
}

body.page-template-page-life-at-parkland .ic-sect .ic-item .cont,
body.page-template-page-cost-calculator .ic-sect .ic-item .cont {
  width: 50%;
  float: right;
  padding-left: 32px;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-life-at-parkland .ic-sect .ic-item .cont,
  body.page-template-page-cost-calculator .ic-sect .ic-item .cont {
    width: 100%;
    padding-left: 0;
  }
}

body.page-template-page-life-at-parkland .ic-sect .ic-item .cont h3,
body.page-template-page-cost-calculator .ic-sect .ic-item .cont h3 {
  font-size: 28px;
  margin-bottom: 24px;
}

body.page-template-page-life-at-parkland .ic-sect .ic-item.odd .image,
body.page-template-page-cost-calculator .ic-sect .ic-item.odd .image {
  float: right;
}

body.page-template-page-life-at-parkland .ic-sect .ic-item.odd .cont,
body.page-template-page-cost-calculator .ic-sect .ic-item.odd .cont {
  padding-left: 0;
  padding-right: 32px;
  float: left;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-life-at-parkland .ic-sect .ic-item.odd .cont,
  body.page-template-page-cost-calculator .ic-sect .ic-item.odd .cont {
    padding-right: 0;
  }
}

body.page-template-page-life-at-parkland .ic-sect.reversed .ic-item .image,
body.page-template-page-cost-calculator .ic-sect.reversed .ic-item .image {
  float: right;
}

body.page-template-page-life-at-parkland .ic-sect.reversed .ic-item .cont,
body.page-template-page-cost-calculator .ic-sect.reversed .ic-item .cont {
  padding-left: 0;
  padding-right: 32px;
  float: left;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-life-at-parkland .ic-sect.reversed .ic-item .cont,
  body.page-template-page-cost-calculator .ic-sect.reversed .ic-item .cont {
    padding-right: 0;
  }
}

body.page-template-page-life-at-parkland .ic-sect.reversed .ic-item.odd .image,
body.page-template-page-cost-calculator .ic-sect.reversed .ic-item.odd .image {
  float: left;
}

body.page-template-page-life-at-parkland .ic-sect.reversed .ic-item.odd .cont,
body.page-template-page-cost-calculator .ic-sect.reversed .ic-item.odd .cont {
  padding-left: 32px;
  padding-right: 0;
  float: right;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-life-at-parkland .ic-sect.reversed .ic-item.odd .cont,
  body.page-template-page-cost-calculator .ic-sect.reversed .ic-item.odd .cont {
    padding-left: 0;
  }
}

body.page-template-page-life-at-parkland .bordered-box,
body.page-template-page-cost-calculator .bordered-box {
  background-color: #00476c;
  padding: 24px;
  margin-top: 48px;
  margin-bottom: 48px;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-life-at-parkland .bordered-box,
  body.page-template-page-cost-calculator .bordered-box {
    margin-top: 25px;
  }
}

@media screen and (max-width: 40em) {
  body.page-template-page-life-at-parkland .bordered-box,
  body.page-template-page-cost-calculator .bordered-box {
    margin-top: 20px;
  }
}

body.page-template-page-life-at-parkland .bordered-box.light,
body.page-template-page-cost-calculator .bordered-box.light {
  background-color: #8ebebd;
}

body.page-template-page-life-at-parkland .bordered-box .inner,
body.page-template-page-cost-calculator .bordered-box .inner {
  border: 2px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: inline-block;
  width: 100%;
}

body.page-template-page-life-at-parkland .bordered-box .inner .bullets-left, body.page-template-page-life-at-parkland .bordered-box .inner .bullets-right,
body.page-template-page-cost-calculator .bordered-box .inner .bullets-left,
body.page-template-page-cost-calculator .bordered-box .inner .bullets-right {
  width: 48%;
  float: left;
  padding-left: 32px;
}

body.page-template-page-life-at-parkland .bordered-box .inner .bullets-left li, body.page-template-page-life-at-parkland .bordered-box .inner .bullets-right li,
body.page-template-page-cost-calculator .bordered-box .inner .bullets-left li,
body.page-template-page-cost-calculator .bordered-box .inner .bullets-right li {
  padding-left: 16px;
}

@media screen and (max-width: 40em) {
  body.page-template-page-life-at-parkland .bordered-box .inner .bullets-left, body.page-template-page-life-at-parkland .bordered-box .inner .bullets-right,
  body.page-template-page-cost-calculator .bordered-box .inner .bullets-left,
  body.page-template-page-cost-calculator .bordered-box .inner .bullets-right {
    width: 100%;
    padding-left: 0;
  }
  body.page-template-page-life-at-parkland .bordered-box .inner .bullets-left li, body.page-template-page-life-at-parkland .bordered-box .inner .bullets-right li,
  body.page-template-page-cost-calculator .bordered-box .inner .bullets-left li,
  body.page-template-page-cost-calculator .bordered-box .inner .bullets-right li {
    padding-left: 8px;
  }
}

body.page-template-page-life-at-parkland .bordered-box .inner .sep,
body.page-template-page-cost-calculator .bordered-box .inner .sep {
  width: 4%;
  float: left;
  height: 10px;
}

@media screen and (max-width: 40em) {
  body.page-template-page-life-at-parkland .bordered-box .inner .sep,
  body.page-template-page-cost-calculator .bordered-box .inner .sep {
    display: none;
  }
}

body.page-template-page-life-at-parkland .bordered-box h1, body.page-template-page-life-at-parkland .bordered-box h2, body.page-template-page-life-at-parkland .bordered-box h3, body.page-template-page-life-at-parkland .bordered-box h4, body.page-template-page-life-at-parkland .bordered-box h5, body.page-template-page-life-at-parkland .bordered-box h6, body.page-template-page-life-at-parkland .bordered-box p, body.page-template-page-life-at-parkland .bordered-box li,
body.page-template-page-cost-calculator .bordered-box h1,
body.page-template-page-cost-calculator .bordered-box h2,
body.page-template-page-cost-calculator .bordered-box h3,
body.page-template-page-cost-calculator .bordered-box h4,
body.page-template-page-cost-calculator .bordered-box h5,
body.page-template-page-cost-calculator .bordered-box h6,
body.page-template-page-cost-calculator .bordered-box p,
body.page-template-page-cost-calculator .bordered-box li {
  color: #fff;
}

body.page-template-page-life-at-parkland .bordered-box h3,
body.page-template-page-cost-calculator .bordered-box h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

body.page-template-page-lifestyle-options .content h1, body.page-template-page-lifestyle-options .content h2, body.page-template-page-lifestyle-options .content h3, body.page-template-page-lifestyle-options .content h4, body.page-template-page-lifestyle-options .content h5, body.page-template-page-lifestyle-options .content h6 {
  margin-bottom: 20px;
}

body.page-template-page-lifestyle-options .itc-columns {
  margin-bottom: 24px;
}

body.page-template-page-lifestyle-options-child-page .content {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}

body.page-template-page-lifestyle-options-child-page .locations p {
  font-weight: bold;
}

body.page-template-page-lifestyle-options-child-page .locations p a {
  color: #00476c;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .anchor {
  position: absolute;
  top: -144px;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-lifestyle-options-child-page .lifestyle-section .anchor {
    top: -84px;
  }
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section hr {
  margin-bottom: 44px;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .image {
  width: 48%;
  float: right;
  margin: 0 0 24px 4%;
}

@media screen and (max-width: 70.875em) {
  body.page-template-page-lifestyle-options-child-page .lifestyle-section .image {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .image .bg {
  height: 320px;
  position: relative;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .image .bg span {
  position: absolute;
  width: 100%;
  max-width: 300px;
  text-align: center;
  bottom: -12px;
  left: 50%;
  margin-left: -150px;
  background-color: #e5e5df;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 4px;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .text {
  width: auto;
  display: block;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .text h3 {
  font-size: 28px;
  margin-bottom: 24px;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .text ul,
body.page-template-page-lifestyle-options-child-page .lifestyle-section .text ol {
  display: flow-root;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .locations {
  display: inline-block;
  width: 100%;
  margin-top: 44px;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section .locations p {
  margin-bottom: 0;
}

body.page-template-page-lifestyle-options-child-page .lifestyle-section.odd .image {
  float: left;
  margin: 0 4% 24px 0;
}

.lo-table-text, .wptb-table-notes {
  margin-bottom: 20px;
}
.wptb-table-notes li {
  font-size: .75em
}

.hustle-button-close {
  position: relative !important;
}

.hustle-layout-header {
  padding-top: 0 !important;
}

.wptb-sticky-header .wptb-text-container p {
  overflow-wrap: anywhere;
}

body.post-type-archive-locations #no-results,
.page-template-template-province #no-results {
  display: none;
  text-align: center;
}

body.post-type-archive-locations #no-results h3,
.page-template-template-province #no-results h3 {
  color: #00476c;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
}

body.post-type-archive-locations .locations-map,
.page-template-template-province .locations-map {
  background-color: #00476c;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  overflow: hidden;
  position: relative;
  height: 744px;
}

@media screen and (max-width: 70.875em) {
  body.post-type-archive-locations .locations-map,
  .page-template-template-province .locations-map {
    height: 464px;
  }
}

body.post-type-archive-locations .locations-map #map,
.page-template-template-province .locations-map #map {
  height: 700px;
}

@media screen and (max-width: 70.875em) {
  body.post-type-archive-locations .locations-map #map,
  .page-template-template-province .locations-map #map {
    height: 420px;
  }
}

body.post-type-archive-locations .locations-map .map-toggle,
.page-template-template-province .locations-map .map-toggle {
  background-color: #f6f6f6;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15);
}

body.post-type-archive-locations .locations-map .map-toggle > div,
.page-template-template-province .locations-map .map-toggle > div {
  position: absolute;
  font-size: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

body.post-type-archive-locations .locations-map .map-toggle > div.toggle-show,
.page-template-template-province .locations-map .map-toggle > div.toggle-show {
  display: none;
}

body.post-type-archive-locations .locations-map .map-toggle > div span,
.page-template-template-province .locations-map .map-toggle > div span {
  padding-top: 10px;
  padding-right: 32px;
  display: inline-block;
  height: 100%;
  position: relative;
}

body.post-type-archive-locations .locations-map .map-toggle > div svg,
.page-template-template-province .locations-map .map-toggle > div svg {
  position: absolute;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  fill: #202020;
}

body.post-type-archive-locations .locations-map.hidden,
.page-template-template-province .locations-map.hidden {
  height: 44px;
}

body.post-type-archive-locations .locations-map.hidden .map-toggle > div.toggle-show,
.page-template-template-province .locations-map.hidden .map-toggle > div.toggle-show {
  display: block;
}

body.post-type-archive-locations .locations-map.hidden .map-toggle > div.toggle-hide,
.page-template-template-province .locations-map.hidden .map-toggle > div.toggle-hide {
  display: none;
}

body.post-type-archive-locations .locations-results,
.page-template-template-province .locations-results {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 70.875em) {
  body.post-type-archive-locations .locations-results,
  .page-template-template-province .locations-results {
    padding-bottom: 0;
  }
}

body.post-type-archive-locations .locations-results .result-label,
.page-template-template-province .locations-results .result-label {
  margin-bottom: 32px;
}

body.post-type-archive-locations .locations-results .result-label span,
.page-template-template-province .locations-results .result-label span {
  font-size: 24px;
}

body.post-type-archive-locations .eq a,
.page-template-template-province .eq a {
  text-decoration: none;
}

body.alert-bar-active .locations-map.hidden,
body.post-type-archive-locations .locations-map.hidden,
.page-template-template-province .locations-map.hidden {
  height: 86px;
}

@media screen and (max-width: 82.125em) {
  body.alert-bar-active .locations-map.hidden,
  body.post-type-archive-locations .locations-map.hidden,
  .page-template-template-province .locations-map.hidden {
    height: 114px;
  }
}

body.single-locations .footer-main-mobile {
  margin-bottom: 102px;
}

body.single-locations .slider-wrap {
  height: 700px;
  background-color: #00476c;
  position: relative;
}

@media screen and (max-width: 40em) {
  body.single-locations .slider-wrap {
    height: 420px;
  }
}

@media screen and (max-width: 20em) {
  body.single-locations .slider-wrap {
    height: 320px;
  }
}

body.single-locations .slider-wrap .view-all {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 32px;
}

body.single-locations .slider-wrap .view-all .block-button {
  background-color: #fff;
  float: right;
  color: #202020;
  font-weight: normal;
  position: relative;
  z-index: 2;
}

body.single-locations .page-wrap .location-contact-info .book-tour {
  margin-bottom: 1rem;
}

body.single-locations .location-slider {
  height: 100%;
}

body.single-locations .location-slider .slick-dots {
  bottom: 44px;
  z-index: 1;
}

@media screen and (max-width: 70.875em) {
  body.single-locations .location-slider .slick-dots {
    display: none !important;
  }
}

body.single-locations .location-slider .slick-dots li {
  margin: 0 14px;
}

body.single-locations .location-slider .slick-dots li button {
  width: 28px;
  height: 28px;
}

body.single-locations .location-slider .slick-dots li button:before {
  width: 28px;
  height: 28px;
  content: "";
  background: #e0e0e0;
  border-radius: 50%;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

body.single-locations .location-slider .slick-dots li.slick-active button:before {
  background: #fff;
}

body.single-locations .lifestyle h3 {
  margin-bottom: 20px;
}

body.single-locations .lifestyle .option {
  float: left;
  width: 100%;
}

body.single-locations .lifestyle .option:not(:last-child) {
  margin-bottom: 8px;
}

body.single-locations .lifestyle .option .icon {
  width: 72px;
  height: 72px;
}

body.single-locations .lifestyle .option span {
  margin-top: 4px;
  display: block;
  line-height: 1;
  text-decoration: underline;
}

@media screen and (max-width: 40em) {
  body.single-locations .lifestyle .option {
    display: block;
    width: 100%;
  }
  body.single-locations .lifestyle .option .icon,
  body.single-locations .lifestyle .option span {
    float: left;
  }
  body.single-locations .lifestyle .option .icon {
    width: 56px;
    height: 56px;
  }
  body.single-locations .lifestyle .option span {
    margin-top: 6px;
    margin-left: 0;
  }
  body.single-locations .lifestyle .option span br {
    content: ' ';
  }
  body.single-locations .lifestyle .option span br:after {
    content: ' ';
  }
  body.single-locations .lifestyle .option:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

body.single-locations .campus-and-team img.campus {
  margin-bottom: 24px;
}

body.single-locations .campus-and-team .team {
  margin-top: 24px;
}

body.single-locations .campus-and-team .team .team-member {
  margin-bottom: 20px;
}

body.single-locations .campus-and-team .team .team-member .bg {
  height: 280px;
  background-position: 50% 0;
}

body.single-locations .campus-and-team .team .team-member h4 {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

body.single-locations .campus-and-team .team .team-member p,
body.single-locations .campus-and-team .team .team-member a {
  margin-bottom: 0;
  line-height: 1.3;
}

body.single-locations .campus-and-team hr {
  padding-top: 20px !important;
}

body.single-locations .testimonial {
  margin-top: 32px;
}

body.single-locations .testimonial .inner {
  background-color: #00476c;
  padding-top: 28px;
  padding-bottom: 28px;
}

body.single-locations .testimonial .inner h2 {
  color: #cba052;
  margin-bottom: 14px;
}

body.single-locations .testimonial .inner p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
}

body.single-locations .testimonial .inner .name p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

body.single-locations .amenities .reveal-content {
  height: 0;
  transition: height 500ms ease;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  overflow: hidden;
}

body.single-locations .amenities .amenity-list {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

body.single-locations .amenities .amenity-list h4 {
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
}

body.single-locations .amenities .amenity-list .list .bullets-left,
body.single-locations .amenities .amenity-list .list .bullets-right {
  float: left;
  width: 48%;
}

@media screen and (max-width: 40em) {
  body.single-locations .amenities .amenity-list .list .bullets-left,
  body.single-locations .amenities .amenity-list .list .bullets-right {
    width: 100%;
  }
}

body.single-locations .amenities .amenity-list .list .bullet-sep {
  float: left;
  width: 4%;
  height: 10px;
}

@media screen and (max-width: 40em) {
  body.single-locations .amenities .amenity-list .list .bullet-sep {
    width: 0;
    height: 0;
  }
}

body.single-locations .suites .suite-box {
  background-color: #f1f1f1;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

body.single-locations .suites .suite-box:not(:last-child) {
  margin-bottom: 36px;
}

body.single-locations .suites .suite-box h5 {
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

body.single-locations .suites .suite-box .box .bg,
body.single-locations .suites .suite-box .box .links {
  float: left;
  width: 48%;
}

@media screen and (max-width: 40em) {
  body.single-locations .suites .suite-box .box .bg,
  body.single-locations .suites .suite-box .box .links {
    width: 100%;
  }
}

body.single-locations .suites .suite-box .box .bg {
  height: 196px;
}

body.single-locations .suites .suite-box .box .sep {
  float: left;
  height: 10px;
  width: 4%;
}

@media screen and (max-width: 40em) {
  body.single-locations .suites .suite-box .box .sep {
    display: none;
  }
}

body.single-locations .suites .suite-box .box .links .block-button {
  width: 100%;
}

@media screen and (max-width: 40em) {
  body.single-locations .suites .suite-box .box .links .block-button:first-child {
    margin-top: 14px;
  }
}

body.single-locations .suites .suite-box .box .links .block-button:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 40em) {
  body.single-locations .suites .suite-box .box .links .block-button:not(:last-child) {
    margin-bottom: 14px;
  }
}

body.single-locations .suites .suite-box .caption {
  display: inline-block;
  width: 100%;
  color: #6d6d6d;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 0;
}

@media screen and (max-width: 40em) {
  body.single-locations .suites .suite-box .caption {
    margin-top: 12px;
  }
}

body.single-locations .events .block-button {
  margin-top: 36px;
}

body.single-locations .community > p {
  margin-bottom: 36px;
}

body.single-locations .community .map-box {
  margin-bottom: 100px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations .community .map-box {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations .community .map-box {
    margin-bottom: 20px;
  }
}

body.single-locations .community .map-box #map {
  background-color: #00476c;
  height: 360px;
}

body.single-locations .community .map-box .bottom {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 32px;
  margin-top: 4px;
  display: inline-block;
  width: 100%;
}

body.single-locations .community .map-box .bottom ol {
  margin-bottom: 0;
}

body.single-locations .community .map-box .bottom ol > li {
  font-size: 15px;
  position: relative;
  padding-left: 34px;
  text-decoration: underline;
  margin-bottom: 10px;
  padding-left: 52px;
  padding-right: 20px;
  width: 50%;
  float: left;
}

@media screen and (max-width: 40em) {
  body.single-locations .community .map-box .bottom ol > li {
    width: 100%;
  }
}

body.single-locations .community .map-box .bottom ol > li:before {
  background-color: #5d5850;
  font-weight: bold;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding-top: 2px;
  position: absolute;
  left: 20px;
  top: 0;
}

body.single-locations .lifestyle,
body.single-locations .campus-and-team,
body.single-locations .testimonial,
body.single-locations .amenities,
body.single-locations .suites,
body.single-locations .events,
body.single-locations .community {
  position: relative;
}

body.single-locations .lifestyle .location-anchor,
body.single-locations .campus-and-team .location-anchor,
body.single-locations .testimonial .location-anchor,
body.single-locations .amenities .location-anchor,
body.single-locations .suites .location-anchor,
body.single-locations .events .location-anchor,
body.single-locations .community .location-anchor {
  position: absolute;
  top: -150px;
}

body.single-locations .lifestyle h3,
body.single-locations .lifestyle .h3,
body.single-locations .campus-and-team h3,
body.single-locations .campus-and-team .h3,
body.single-locations .testimonial h3,
body.single-locations .testimonial .h3,
body.single-locations .amenities h3,
body.single-locations .amenities .h3,
body.single-locations .suites h3,
body.single-locations .suites .h3,
body.single-locations .events h3,
body.single-locations .events .h3,
body.single-locations .community h3,
body.single-locations .community .h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 32px;
}

body.single-locations .lifestyle hr,
body.single-locations .campus-and-team hr,
body.single-locations .testimonial hr,
body.single-locations .amenities hr,
body.single-locations .suites hr,
body.single-locations .events hr,
body.single-locations .community hr {
  padding-top: 40px;
}

.postid-7069 .suites {
  display: none;
}

body.single-locations-new .margin,
.locations-template-single-locations-new .margin {
  margin-top: 75px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .margin,
  .locations-template-single-locations-new .margin {
    margin-top: 50px;
  }
}

body.single-locations-new .footer-main-mobile,
.locations-template-single-locations-new .footer-main-mobile {
  margin-bottom: 102px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .row,
  .locations-template-single-locations-new .row {
    overflow: clip;
  }
}

body.single-locations-new .row .row,
.locations-template-single-locations-new .row .row {
  max-width: 75rem;
  margin: auto;
}

body.single-locations-new .hero,
.locations-template-single-locations-new .hero {
  position: relative;
  top: -32px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .hero img,
  .locations-template-single-locations-new .hero img {
    height: revert-layer;
    object-fit: cover;
  }
}

body.single-locations-new .hero img,
.locations-template-single-locations-new .hero img {
  height: 380px;
  object-fit: cover;
}

body.single-locations-new .video-hero,
.locations-template-single-locations-new .video-hero {
  position: relative;
  top: -32px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .video-hero,
  .locations-template-single-locations-new .video-hero {
    top: -45px;
    height: 275px;
  }
}

body.single-locations-new .video-hero video,
.locations-template-single-locations-new .video-hero video {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .video-hero video,
  .locations-template-single-locations-new .video-hero video {
    height: 300px;
  }
}

@media screen and (min-width: 48.0625em) {
  body.single-locations-new .contact-wrapper,
  .locations-template-single-locations-new .contact-wrapper {
    border: 1px solid black;
    margin-left: 40px;
    padding: 40px;
  }
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .contact-wrapper,
  .locations-template-single-locations-new .contact-wrapper {
    margin-left: 60px;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .intro,
  .locations-template-single-locations-new .intro {
    margin-bottom: 50px;
  }
}

body.single-locations-new .intro .block-button,
.locations-template-single-locations-new .intro .block-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .intro h2,
  .locations-template-single-locations-new .intro h2 {
    margin-bottom: 25px;
  }
}

body.single-locations-new .intro h2, body.single-locations-new .intro h3, body.single-locations-new .intro h4, body.single-locations-new .intro h5, body.single-locations-new .intro h6,
.locations-template-single-locations-new .intro h2,
.locations-template-single-locations-new .intro h3,
.locations-template-single-locations-new .intro h4,
.locations-template-single-locations-new .intro h5,
.locations-template-single-locations-new .intro h6 {
  font-family: myriad-pro, sans-serif;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .intro p,
  .locations-template-single-locations-new .intro p {
    margin-top: 25px;
  }
}

body.single-locations-new .contact .title,
.locations-template-single-locations-new .contact .title {
  margin-bottom: 25px;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  padding-left: 10px;
}

body.single-locations-new .contact p,
.locations-template-single-locations-new .contact p {
  margin-left: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .contact p,
  .locations-template-single-locations-new .contact p {
    margin-left: 60px;
  }
}

body.single-locations-new .contact a,
.locations-template-single-locations-new .contact a {
  font-size: 22px;
}

body.single-locations-new .contact .block-button,
.locations-template-single-locations-new .contact .block-button {
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .contact .block-button,
  .locations-template-single-locations-new .contact .block-button {
    width: 100%;
  }
}

body.single-locations-new .contact .phone a,
.locations-template-single-locations-new .contact .phone a {
  font-weight: bold;
  font-size: 30px;
}

body.single-locations-new .contact .phone:after,
.locations-template-single-locations-new .contact .phone:after {
  content: '';
  position: absolute;
  background: url("./img/icon-phone.png");
  height: 50px;
  width: 50px;
  left: -75px;
  top: -5px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .contact .phone:after,
  .locations-template-single-locations-new .contact .phone:after {
    left: -60px;
  }
}

body.single-locations-new .contact .tour:after,
.locations-template-single-locations-new .contact .tour:after {
  content: '';
  position: absolute;
  background: url("./img/icon-envelope.png");
  height: 50px;
  width: 50px;
  left: -75px;
  top: -8px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .contact .tour:after,
  .locations-template-single-locations-new .contact .tour:after {
    left: -60px;
  }
}

body.single-locations-new .contact .contact-link:after,
.locations-template-single-locations-new .contact .contact-link:after {
  content: '';
  position: absolute;
  background: url("./img/icon-envelope.png");
  height: 50px;
  width: 50px;
  left: -75px;
  top: -8px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .contact .contact-link:after,
  .locations-template-single-locations-new .contact .contact-link:after {
    left: -60px;
  }
}

body.single-locations-new .contact .directions a,
.locations-template-single-locations-new .contact .directions a {
  font-weight: 400;
}

body.single-locations-new .contact .directions p:after,
.locations-template-single-locations-new .contact .directions p:after {
  content: '';
  position: absolute;
  background: url("./img/icon-pin.png");
  height: 50px;
  width: 50px;
  left: -80px;
  top: 1px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .contact .directions p:after,
  .locations-template-single-locations-new .contact .directions p:after {
    left: -65px;
  }
}

body.single-locations-new .banner-location .wrapper,
.locations-template-single-locations-new .banner-location .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.single-locations-new .banner-location .left,
.locations-template-single-locations-new .banner-location .left {
  color: white;
}

body.single-locations-new .banner-location .left .title,
.locations-template-single-locations-new .banner-location .left .title {
  font-size: 38px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .banner-location .left .title,
  .locations-template-single-locations-new .banner-location .left .title {
    font-size: 30px;
  }
}

body.single-locations-new .banner-location .left p,
.locations-template-single-locations-new .banner-location .left p {
  font-family: 'myriad-pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .banner-location .left p,
  .locations-template-single-locations-new .banner-location .left p {
    font-size: 16px;
    max-width: 95%;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}

body.single-locations-new .banner-location .right,
.locations-template-single-locations-new .banner-location .right {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .banner-location .right,
  .locations-template-single-locations-new .banner-location .right {
    margin-top: 0;
  }
}

body.single-locations-new .banner-location .bg-large,
.locations-template-single-locations-new .banner-location .bg-large {
  background: url("./img/banner-bg-large.jpg");
  background-repeat: no-repeat;
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .banner-location .bg-large,
  .locations-template-single-locations-new .banner-location .bg-large {
    margin-left: 80px;
    height: 204px;
  }
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .banner-location .bg-large .left,
  .locations-template-single-locations-new .banner-location .bg-large .left {
    margin-left: 80px;
  }
}

body.single-locations-new .banner-location .bg-small,
.locations-template-single-locations-new .banner-location .bg-small {
  background: url("./img/banner-bg-small.jpg");
  background-repeat: no-repeat;
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .banner-location .bg-small,
  .locations-template-single-locations-new .banner-location .bg-small {
    height: 204px;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .banner-location .bg-small,
  .locations-template-single-locations-new .banner-location .bg-small {
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    height: 265px;
  }
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .banner-location .bg-small .left,
  .locations-template-single-locations-new .banner-location .bg-small .left {
    margin-left: 150px;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .banner-location .bg-small .left,
  .locations-template-single-locations-new .banner-location .bg-small .left {
    padding-left: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations-new .banner-location .bg-small .left,
  .locations-template-single-locations-new .banner-location .bg-small .left {
    margin-bottom: 0;
    padding-top: 10%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations-new .banner-location .bg-small .left .title,
  .locations-template-single-locations-new .banner-location .bg-small .left .title {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations-new .banner-location .bg-small .left p,
  .locations-template-single-locations-new .banner-location .bg-small .left p {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .banner-location .bg-small .right,
  .locations-template-single-locations-new .banner-location .bg-small .right {
    width: 100%;
  }
}

body.single-locations-new .banner-location .bg-small .right .block-button,
.locations-template-single-locations-new .banner-location .bg-small .right .block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 73px;
  font-family: 'myriad-pro', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 25px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .banner-location .bg-small .right .block-button,
  .locations-template-single-locations-new .banner-location .bg-small .right .block-button {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations-new .banner-location .bg-small .right .block-button,
  .locations-template-single-locations-new .banner-location .bg-small .right .block-button {
    height: unset;
  }
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location {
  background: url("./img/background-grey-textured.jpg");
  padding: 70px 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location,
  .locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location {
    padding: 50px 15px;
    padding-bottom: 30px;
  }
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .title,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .title {
  font-size: 32px;
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
  color: #00476C;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .title,
  .locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .title {
    font-size: 28px;
  }
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group-wrapper,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .left,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .left {
  display: flex;
  justify-content: flex-start;
  padding-right: 15px;
  min-width: 80px;
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .left img,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .left img {
  object-fit: contain;
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right h3,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right h3 {
  color: #00476C;
  font-size: 20px;
  font-weight: bold;
  font-family: 'myriad-pro', sans-serif;
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right p,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right p {
  color: #00476C;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right p,
  .locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right p {
    padding-right: 50px;
  }
}

body.single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right a,
.locations-template-single-locations-new .lifestyle-options-wrapper .lifestyle-options-location .group .right a {
  color: #00476C;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}

body.single-locations-new .suites-location .title,
.locations-template-single-locations-new .suites-location .title {
  font-size: 32px;
  margin-bottom: 45px;
  width: 100%;
  text-align: center;
}

body.single-locations-new .suites-location .split-buttons,
.locations-template-single-locations-new .suites-location .split-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

body.single-locations-new .suites-location .split-buttons .left,
.locations-template-single-locations-new .suites-location .split-buttons .left {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .split-buttons .left,
  .locations-template-single-locations-new .suites-location .split-buttons .left {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

body.single-locations-new .suites-location .split-buttons .right,
.locations-template-single-locations-new .suites-location .split-buttons .right {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .split-buttons .right,
  .locations-template-single-locations-new .suites-location .split-buttons .right {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

body.single-locations-new .suites-location .split-buttons .block-button,
.locations-template-single-locations-new .suites-location .split-buttons .block-button {
  width: 98%;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'myriad-pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

body.single-locations-new .suites-location .group,
.locations-template-single-locations-new .suites-location .group {
  background-color: #F1F1F1;
  padding: 20px;
  font-family: 'myriad-pro', sans-serif;
  display: flex;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .group,
  .locations-template-single-locations-new .suites-location .group {
    flex-wrap: wrap;
  }
}

body.single-locations-new .suites-location .group:not(:last-child),
.locations-template-single-locations-new .suites-location .group:not(:last-child) {
  margin-bottom: 35px;
}

body.single-locations-new .suites-location .group .left,
.locations-template-single-locations-new .suites-location .group .left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .group .left,
  .locations-template-single-locations-new .suites-location .group .left {
    justify-content: flex-start;
  }
}

body.single-locations-new .suites-location .group .left figure,
.locations-template-single-locations-new .suites-location .group .left figure {
  width: 148px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .group .left figure,
  .locations-template-single-locations-new .suites-location .group .left figure {
    margin-left: 0;
    margin-right: 0;
  }
}

body.single-locations-new .suites-location .group .left figure img,
.locations-template-single-locations-new .suites-location .group .left figure img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

body.single-locations-new .suites-location .group .left .text,
.locations-template-single-locations-new .suites-location .group .left .text {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

body.single-locations-new .suites-location .group .left .text .top,
.locations-template-single-locations-new .suites-location .group .left .text .top {
  font-size: 20px;
  color: #00476C;
  margin-bottom: 5px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .group .left .text .top,
  .locations-template-single-locations-new .suites-location .group .left .text .top {
    margin-left: 30px;
  }
}

body.single-locations-new .suites-location .group .left .text .bottom,
.locations-template-single-locations-new .suites-location .group .left .text .bottom {
  font-size: 20px;
  color: black;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .group .left .text .bottom,
  .locations-template-single-locations-new .suites-location .group .left .text .bottom {
    margin-left: 30px;
  }
}

body.single-locations-new .suites-location .group .right,
.locations-template-single-locations-new .suites-location .group .right {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .suites-location .group .right,
  .locations-template-single-locations-new .suites-location .group .right {
    padding-left: 2%;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .suites-location .group .right,
  .locations-template-single-locations-new .suites-location .group .right {
    margin: 0 15px;
  }
}

body.single-locations-new .suites-location .group .right span,
.locations-template-single-locations-new .suites-location .group .right span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

body.single-locations-new .suites-location .group .right p,
.locations-template-single-locations-new .suites-location .group .right p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

body.single-locations-new .gallery-wrapper .gallery-location,
.locations-template-single-locations-new .gallery-wrapper .gallery-location {
  background: url("./img/background-grey-textured.jpg");
  padding-top: 75px;
  padding-bottom: 75px;
}

body.single-locations-new .gallery-wrapper .gallery-location .title,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .title {
  font-size: 32px;
  color: #00476C;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

body.single-locations-new .gallery-wrapper .gallery-location .group,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: flex-start;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item {
  margin-bottom: 20px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .gallery-wrapper .gallery-location .group .item,
  .locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations-new .gallery-wrapper .gallery-location .group .item,
  .locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item {
    width: 100%;
  }
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item p,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item p {
  font-size: 20px;
  color: #00476C;
  font-weight: bold;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item .gallery-image,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item .gallery-image {
  cursor: pointer;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item .gallery-image figure,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item .gallery-image figure {
  margin: unset;
  width: 360px;
  height: 216px;
  margin-bottom: 15px;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item .gallery-image figure img,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item .gallery-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item .video,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item .video {
  max-width: 360px;
  height: 77%;
  margin-bottom: 15px;
  width: 100%;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item .overlay-wrapper,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item .overlay-wrapper {
  position: relative;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item .overlay-wrapper figure,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item .overlay-wrapper figure {
  position: relative;
}

body.single-locations-new .gallery-wrapper .gallery-location .group .item .overlay-wrapper figure::after,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .group .item .overlay-wrapper figure::after {
  position: absolute;
  content: url("./img/button-play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.single-locations-new .gallery-wrapper .gallery-location .footer,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .footer {
  width: 100%;
  text-align: center;
}

body.single-locations-new .gallery-wrapper .gallery-location .footer span,
.locations-template-single-locations-new .gallery-wrapper .gallery-location .footer span {
  cursor: pointer;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  font-size: 24px;
  color: #00476C;
}

body.single-locations-new .amenities-location .title,
.locations-template-single-locations-new .amenities-location .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-bottom: 45px;
  width: 100%;
  text-align: center;
}

body.single-locations-new .amenities-location .group,
.locations-template-single-locations-new .amenities-location .group {
  display: flex;
  flex-wrap: wrap;
}

body.single-locations-new .amenities-location .group .col,
.locations-template-single-locations-new .amenities-location .group .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .amenities-location .group .col,
  .locations-template-single-locations-new .amenities-location .group .col {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations-new .amenities-location .group .col,
  .locations-template-single-locations-new .amenities-location .group .col {
    width: 100%;
  }
}

body.single-locations-new .amenities-location .group .col p,
.locations-template-single-locations-new .amenities-location .group .col p {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #0E3050;
  margin-top: 15px;
  line-height: 25px;
}

body.single-locations-new .amenities-location .group .col figure,
.locations-template-single-locations-new .amenities-location .group .col figure {
  margin: unset;
  height: 80px;
  display: flex;
}

body.single-locations-new .amenities-location .group .col figure img,
.locations-template-single-locations-new .amenities-location .group .col figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.single-locations-new .amenities.see-all #view-amenities .fa-chevron-down,
.locations-template-single-locations-new .amenities.see-all #view-amenities .fa-chevron-down {
  transform: rotateX(180deg);
}

body.single-locations-new .amenities .reveal-content,
.locations-template-single-locations-new .amenities .reveal-content {
  height: 0;
  transition: height 500ms ease;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  overflow: hidden;
}

body.single-locations-new .amenities .amenity-list,
.locations-template-single-locations-new .amenities .amenity-list {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

body.single-locations-new .amenities .amenity-list h4,
.locations-template-single-locations-new .amenities .amenity-list h4 {
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
}

body.single-locations-new .amenities .amenity-list .list .bullets-left,
body.single-locations-new .amenities .amenity-list .list .bullets-right,
.locations-template-single-locations-new .amenities .amenity-list .list .bullets-left,
.locations-template-single-locations-new .amenities .amenity-list .list .bullets-right {
  float: left;
  width: 48%;
}

@media screen and (max-width: 40em) {
  body.single-locations-new .amenities .amenity-list .list .bullets-left,
  body.single-locations-new .amenities .amenity-list .list .bullets-right,
  .locations-template-single-locations-new .amenities .amenity-list .list .bullets-left,
  .locations-template-single-locations-new .amenities .amenity-list .list .bullets-right {
    width: 100%;
  }
}

body.single-locations-new .amenities .amenity-list .list .bullet-sep,
.locations-template-single-locations-new .amenities .amenity-list .list .bullet-sep {
  float: left;
  width: 4%;
  height: 10px;
}

@media screen and (max-width: 40em) {
  body.single-locations-new .amenities .amenity-list .list .bullet-sep,
  .locations-template-single-locations-new .amenities .amenity-list .list .bullet-sep {
    width: 0;
    height: 0;
  }
}

body.single-locations-new .amenities .text-link,
.locations-template-single-locations-new .amenities .text-link {
  font-size: 20px;
  font-style: italic;
  color: #00476C;
}

body.single-locations-new .team-location,
.locations-template-single-locations-new .team-location {
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .team-location,
  .locations-template-single-locations-new .team-location {
    padding-bottom: 30px;
  }
}

body.single-locations-new .team-location .title,
.locations-template-single-locations-new .team-location .title {
  width: 100%;
  text-align: left;
  font-size: 32px;
  margin-bottom: 45px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .team-location .title,
  .locations-template-single-locations-new .team-location .title {
    text-align: center;
  }
}

body.single-locations-new .team-location .group,
.locations-template-single-locations-new .team-location .group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .team-location .group,
  .locations-template-single-locations-new .team-location .group {
    justify-content: center;
  }
}

body.single-locations-new .team-location .group .col,
.locations-template-single-locations-new .team-location .group .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .team-location .group .col,
  .locations-template-single-locations-new .team-location .group .col {
    align-items: center;
  }
}

body.single-locations-new .team-location .group .col figure,
.locations-template-single-locations-new .team-location .group .col figure {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

body.single-locations-new .team-location .group .col figure img,
.locations-template-single-locations-new .team-location .group .col figure img {
  max-height: 275px;
  object-fit: contain;
  margin-bottom: 10px;
}

body.single-locations-new .team-location .group .col h3,
.locations-template-single-locations-new .team-location .group .col h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  font-family: 'myriad-pro', sans-serif;
}

body.single-locations-new .team-location .group .col p:not(:last-child),
.locations-template-single-locations-new .team-location .group .col p:not(:last-child) {
  margin-bottom: 5px;
}

body.single-locations-new .team-location .group .col p a,
.locations-template-single-locations-new .team-location .group .col p a {
  font-size: 20px;
}

body.single-locations-new .learn-more .title,
.locations-template-single-locations-new .learn-more .title {
  width: 100%;
  text-align: left;
  font-size: 32px;
  margin-bottom: 45px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .learn-more .title,
  .locations-template-single-locations-new .learn-more .title {
    text-align: center;
  }
}

body.single-locations-new .learn-more .group,
.locations-template-single-locations-new .learn-more .group {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .learn-more .group,
  .locations-template-single-locations-new .learn-more .group {
    flex-wrap: wrap;
  }
}

body.single-locations-new .learn-more .group .col,
.locations-template-single-locations-new .learn-more .group .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .learn-more .group .col,
  .locations-template-single-locations-new .learn-more .group .col {
    align-items: center;
  }
}

@media screen and (max-width: 40em) {
  body.single-locations-new .learn-more .group .col,
  .locations-template-single-locations-new .learn-more .group .col {
    width: 100%;
  }
}

@media screen and (min-width: 70.9375em) {
  body.single-locations-new .learn-more .group .col:not(:last-child),
  .locations-template-single-locations-new .learn-more .group .col:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .learn-more .group .col:not(:last-child),
  .locations-template-single-locations-new .learn-more .group .col:not(:last-child) {
    margin-bottom: 45px;
  }
}

body.single-locations-new .learn-more .group .col img,
.locations-template-single-locations-new .learn-more .group .col img {
  height: 100%;
  object-fit: cover;
  max-width: 600px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .learn-more .group .col img,
  .locations-template-single-locations-new .learn-more .group .col img {
    width: 340px;
  }
}

body.single-locations-new .learn-more .group .col a,
.locations-template-single-locations-new .learn-more .group .col a {
  background-color: #003E61;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  height: 75px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .learn-more .group .col a,
  .locations-template-single-locations-new .learn-more .group .col a {
    width: 340px;
  }
}

body.single-locations-new .slider-wrap-new .view-all,
.locations-template-single-locations-new .slider-wrap-new .view-all {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 32px;
}

body.single-locations-new .slider-wrap-new .view-all .block-button,
.locations-template-single-locations-new .slider-wrap-new .view-all .block-button {
  background-color: #fff;
  float: right;
  color: #202020;
  font-weight: normal;
  position: relative;
  z-index: 2;
}

body.single-locations-new .location-slider,
.locations-template-single-locations-new .location-slider {
  height: 100%;
}

body.single-locations-new .location-slider .slick-dots,
.locations-template-single-locations-new .location-slider .slick-dots {
  bottom: 44px;
  z-index: 1;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .location-slider .slick-dots,
  .locations-template-single-locations-new .location-slider .slick-dots {
    display: none !important;
  }
}

body.single-locations-new .location-slider .slick-dots li,
.locations-template-single-locations-new .location-slider .slick-dots li {
  margin: 0 14px;
}

body.single-locations-new .location-slider .slick-dots li button,
.locations-template-single-locations-new .location-slider .slick-dots li button {
  width: 28px;
  height: 28px;
}

body.single-locations-new .location-slider .slick-dots li button:before,
.locations-template-single-locations-new .location-slider .slick-dots li button:before {
  width: 28px;
  height: 28px;
  content: "";
  background: #e0e0e0;
  border-radius: 50%;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

body.single-locations-new .location-slider .slick-dots li.slick-active button:before,
.locations-template-single-locations-new .location-slider .slick-dots li.slick-active button:before {
  background: #fff;
}

body.single-locations-new .custom-lightbox .back,
.locations-template-single-locations-new .custom-lightbox .back {
  background: url("./img/background-grey-textured.jpg");
  background-repeat: repeat;
}

body.single-locations-new .custom-lightbox .lightbox-row,
.locations-template-single-locations-new .custom-lightbox .lightbox-row {
  background-color: transparent;
}

body.single-locations-new .custom-lightbox .lightbox-slider .cap,
.locations-template-single-locations-new .custom-lightbox .lightbox-slider .cap {
  color: #00476C;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .custom-lightbox .lightbox-slider .cap,
  .locations-template-single-locations-new .custom-lightbox .lightbox-slider .cap {
    bottom: 32px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .custom-lightbox .lightbox-slider .img-wrap,
  .locations-template-single-locations-new .custom-lightbox .lightbox-slider .img-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }
}

body.single-locations-new .custom-lightbox .lightbox-slider .img-wrap img,
.locations-template-single-locations-new .custom-lightbox .lightbox-slider .img-wrap img {
  max-height: 75%;
  object-fit: contain;
}

body.single-locations-new .custom-lightbox .lightbox-slider .video-wrap,
.locations-template-single-locations-new .custom-lightbox .lightbox-slider .video-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.single-locations-new .custom-lightbox .lightbox-slider .video-wrap iframe,
.locations-template-single-locations-new .custom-lightbox .lightbox-slider .video-wrap iframe {
  width: 640px;
  height: 360px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .custom-lightbox .lightbox-slider .video-wrap iframe,
  .locations-template-single-locations-new .custom-lightbox .lightbox-slider .video-wrap iframe {
    max-width: 426px;
    max-height: 240px;
    width: 100%;
    height: 100%;
  }
}

body.single-locations-new .custom-lightbox .close,
.locations-template-single-locations-new .custom-lightbox .close {
  background-color: #CBA052;
  width: 137px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 25px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .custom-lightbox .close,
  .locations-template-single-locations-new .custom-lightbox .close {
    top: 30px;
    width: 125px;
    height: 45px;
  }
}

body.single-locations-new .custom-lightbox .close span,
.locations-template-single-locations-new .custom-lightbox .close span {
  color: white;
  font-size: 22px;
  font-weight: bold;
}

body.single-locations-new .custom-lightbox .close span:first-child,
.locations-template-single-locations-new .custom-lightbox .close span:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .custom-lightbox .close span,
  .locations-template-single-locations-new .custom-lightbox .close span {
    font-size: 18px;
  }
}

@media screen and (max-width: 70.875em) {
  body.single-locations-new .custom-lightbox .slick .slick-arrow,
  .locations-template-single-locations-new .custom-lightbox .slick .slick-arrow {
    bottom: 15px;
  }
}

body.single-locations-new .lightbox-nav-slider .overlay-wrapper,
.locations-template-single-locations-new .lightbox-nav-slider .overlay-wrapper {
  position: relative;
}

body.single-locations-new .lightbox-nav-slider .overlay-wrapper::after,
.locations-template-single-locations-new .lightbox-nav-slider .overlay-wrapper::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  background-image: url("./img/button-play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65px 65px;
}

.locations-caritas-residence .book-tour {
  display: none;
}

.locations-caritas-residence .contact > .block-button {
  display: none;
}

body.blog .page-wrap, body.category .page-wrap {
  padding-bottom: 50px;
}

body.blog .blog-categories .info-col, body.category .blog-categories .info-col {
  position: relative;
}

body.blog .blog-categories .inner, body.category .blog-categories .inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

body.blog .blog-categories .inner h2, body.category .blog-categories .inner h2 {
  margin-bottom: 12px;
}

body.blog .blog-categories .categories, body.category .blog-categories .categories {
  padding-bottom: 10px;
}

body.blog .blog-categories .categories ul, body.category .blog-categories .categories ul {
  padding: 0;
}

body.blog .blog-categories .categories ul li, body.category .blog-categories .categories ul li {
  list-style: none;
}

body.blog .blog-categories .categories a, body.category .blog-categories .categories a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
}

body.blog .blog-categories .categories ul li.current-cat a, body.blog .blog-categories .categories a.active, body.category .blog-categories .categories ul li.current-cat a, body.category .blog-categories .categories a.active {
  color: #fff;
  background-color: #cba052;
  font-weight: bold;
}

body.blog .blog-intro, body.category .blog-intro {
  margin-bottom: 44px;
}

@media screen and (max-width: 40em) {
  body.blog .blog-intro, body.category .blog-intro {
    margin-bottom: 32px;
  }
}

body.blog .blog-intro h3, body.category .blog-intro h3 {
  margin-bottom: 24px;
}

body.blog .blog-posts .blog-col, body.category .blog-posts .blog-col {
  margin-top: 25px;
}

@media screen and (max-width: 40em) {
  body.blog .blog-posts .blog-col, body.category .blog-posts .blog-col {
    margin-top: 20px;
  }
}

.no-posts {
  text-align: center;
}

.no-posts h2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

body.single-post .page-wrap {
  padding-bottom: 50px;
}

@media screen and (max-width: 70.875em) {
  body.single-post .page-wrap {
    padding-bottom: 0;
  }
}

body.single-post .blog-header .blog-info {
  margin-bottom: 40px;
}

@media screen and (max-width: 40em) {
  body.single-post .blog-header .blog-info {
    margin-bottom: 24px;
  }
}

body.single-post .blog-header .date {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

body.single-post .blog-header .date:after {
  content: '';
  position: absolute;
  background: #202020;
  width: 1px;
  height: 16px;
  top: 4px;
  right: -8px;
}

body.single-post .blog-header .category {
  text-decoration: underline;
}

body.single-post .blog-header .share {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
}

body.single-post .blog-header .share h3 {
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  float: left;
  padding-top: 4px;
  margin-right: 26px;
}

body.single-post .blog-header .share > div {
  float: left;
}

body.single-post .blog-header .share > div a {
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

@media screen and (min-width: 70.9375em) {
  body.single-post .blog-header .share > div a:hover {
    color: #00476c;
  }
}

body.single-post .blog-header .share > div a svg {
  height: 28px;
}

body.single-post .blog-content .back {
  margin-top: 50px;
}

body.single-post .blog-content hr {
  margin-top: 32px;
  margin-bottom: 32px;
}

body.single-post .blog-related h3 {
  margin-bottom: 38px;
}

body.single-post .text-link.icon-left {
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

@media screen and (min-width: 70.9375em) {
  body.single-post .text-link.icon-left:hover {
    color: #00476c;
  }
}

body.single-post .text-link.icon-left svg {
  top: 2px;
}

body.page-contact .gform_heading {
  display: none;
}

body.page-contact #recipient {
  position: absolute;
  z-index: -1000;
  left: -10000000px;
  width: 1px;
  height: 1px;
}

body.page-contact .title h2 {
  margin-bottom: 60px;
}

body.page-contact .pg-col p, body.page-contact .pg-col a {
  font-size: 21px;
}

body.page-contact .pg-col a {
  font-weight: bold;
  text-decoration: underline;
  color: #00476c;
}

body.page-contact .wpcf7 {
  margin-top: 20px;
  margin-bottom: 92px;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 40em) {
  body.page-contact .wpcf7 {
    margin-top: 0;
    margin-bottom: 44px;
  }
}

body.page-contact .wpcf7 .form-wrap {
  padding-left: 0;
  padding-right: 0;
}

body.page-contact .wpcf7 .form-wrap .select, body.page-contact .wpcf7 .form-wrap [type=text], body.page-contact .wpcf7 .form-wrap [type=password], body.page-contact .wpcf7 .form-wrap [type=date], body.page-contact .wpcf7 .form-wrap [type=datetime], body.page-contact .wpcf7 .form-wrap [type=datetime-local], body.page-contact .wpcf7 .form-wrap [type=month], body.page-contact .wpcf7 .form-wrap [type=week], body.page-contact .wpcf7 .form-wrap [type=email], body.page-contact .wpcf7 .form-wrap [type=number], body.page-contact .wpcf7 .form-wrap [type=search], body.page-contact .wpcf7 .form-wrap [type=tel], body.page-contact .wpcf7 .form-wrap [type=time], body.page-contact .wpcf7 .form-wrap [type=url], body.page-contact .wpcf7 .form-wrap [type=color], body.page-contact .wpcf7 .form-wrap textarea {
  margin-bottom: 0;
}

body.page-contact .wpcf7 .form-wrap label {
  margin-top: 36px;
}

body.page-contact .wpcf7 .form-wrap .small-centered label {
  display: inline-block;
  width: 100%;
}

body.page-contact .wpcf7 .form-wrap .small-centered label select {
  margin-bottom: 0;
}

body.page-contact .wpcf7 .form-wrap span.wpcf7-not-valid-tip {
  font-size: 18px;
  margin-top: 4px;
  display: inline-block;
}

body.page-contact .wpcf7 .form-wrap .wpcf7-recaptcha {
  margin-top: 20px;
}

body.page-contact .wpcf7 textarea {
  margin-bottom: 24px;
}

body.page-contact > div:last-child, body.page-contact .grecaptcha-badge {
  display: block;
  z-index: 10;
}

body.page-contact div.wpcf7-response-output,
body.page-contact .validation_error,
body.page-contact .gform_confirmation_message {
  margin: 0;
  margin-bottom: 32px;
  border: none !important;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  background: #00476c;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  padding: 20px 32px;
  background: #cba052;
}

body.page-contact div.wpcf7-response-output.wpcf7-mail-sent-ok,
body.page-contact .validation_error.wpcf7-mail-sent-ok,
body.page-contact .gform_confirmation_message.wpcf7-mail-sent-ok {
  background: #8ebebd;
}

body.page-contact div.wpcf7-response-output.wpcf7-response-output,
body.page-contact .validation_error.wpcf7-response-output,
body.page-contact .gform_confirmation_message.wpcf7-response-output {
  background: #cba052;
}

@media screen and (max-width: 40em) {
  body.page-contact div.wpcf7-response-output,
  body.page-contact .validation_error,
  body.page-contact .gform_confirmation_message {
    background: #fff !important;
    color: #cba052 !important;
    padding: 0;
  }
}

body.page-contact .wpcf7-submit {
  margin-top: 28px;
  outline: none !important;
  cursor: pointer;
}

body.page-contact .gform_ajax_spinner {
  width: 75px;
}

.page-template-page-tools-resources {
  /*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
}

.page-template-page-tools-resources html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.page-template-page-tools-resources *,
.page-template-page-tools-resources *::before,
.page-template-page-tools-resources *::after {
  box-sizing: inherit;
}

.page-template-page-tools-resources .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .page-template-page-tools-resources .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-template-page-tools-resources .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-template-page-tools-resources .container {
    max-width: 1140px;
  }
}

.page-template-page-tools-resources .container-fluid, .page-template-page-tools-resources .container-md, .page-template-page-tools-resources .container-lg, .page-template-page-tools-resources .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .page-template-page-tools-resources .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-template-page-tools-resources .container-md, .page-template-page-tools-resources .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-template-page-tools-resources .container-md, .page-template-page-tools-resources .container-lg, .page-template-page-tools-resources .container-xl {
    max-width: 1140px;
  }
}

.page-template-page-tools-resources .page-content .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: 100%;
}

.page-template-page-tools-resources .page-content .row::before {
  content: none !important;
}

.page-template-page-tools-resources .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.page-template-page-tools-resources .no-gutters > .col,
.page-template-page-tools-resources .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.page-template-page-tools-resources .col-md-1, .page-template-page-tools-resources .col-md-2, .page-template-page-tools-resources .col-md-3, .page-template-page-tools-resources .col-md-4, .page-template-page-tools-resources .col-md-5, .page-template-page-tools-resources .col-md-6, .page-template-page-tools-resources .col-md,
.page-template-page-tools-resources .col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .page-template-page-tools-resources .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page-template-page-tools-resources .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-page-tools-resources .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-template-page-tools-resources .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page-template-page-tools-resources .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-template-page-tools-resources .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .page-template-page-tools-resources .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .page-template-page-tools-resources .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .page-template-page-tools-resources .col-md-1 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .page-template-page-tools-resources .col-md-2 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page-template-page-tools-resources .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-template-page-tools-resources .col-md-4 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .page-template-page-tools-resources .col-md-5 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .page-template-page-tools-resources .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-page-tools-resources .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .page-template-page-tools-resources .order-md-last {
    -ms-flex-order: 7;
    order: 7;
  }
  .page-template-page-tools-resources .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .page-template-page-tools-resources .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .page-template-page-tools-resources .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .page-template-page-tools-resources .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .page-template-page-tools-resources .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .page-template-page-tools-resources .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .page-template-page-tools-resources .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .page-template-page-tools-resources .offset-md-0 {
    margin-left: 0;
  }
  .page-template-page-tools-resources .offset-md-1 {
    margin-left: 16.666667%;
  }
  .page-template-page-tools-resources .offset-md-2 {
    margin-left: 33.333333%;
  }
  .page-template-page-tools-resources .offset-md-3 {
    margin-left: 50%;
  }
  .page-template-page-tools-resources .offset-md-4 {
    margin-left: 66.666667%;
  }
  .page-template-page-tools-resources .offset-md-5 {
    margin-left: 83.333333%;
  }
}

.page-template-page-tools-resources .intro {
  margin-top: 80px;
}

.page-template-page-tools-resources .filter {
  margin-top: 40px;
  float: none !important;
  margin: 40px auto 35px;
}

@media (min-width: 768px) {
  .page-template-page-tools-resources .filter .filter-select {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .page-template-page-tools-resources .filter .filter-button {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.page-template-page-tools-resources .filter .columns {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-page-tools-resources .filter span.text {
  font-weight: 600;
  margin-bottom: 18px;
}

.page-template-page-tools-resources .filter .block-button {
  margin-top: 20px;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-tools-resources .filter .block-button {
    margin-top: 39px;
  }
}

.page-template-page-tools-resources .w-100 {
  width: 100%;
}

.page-template-page-tools-resources .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.page-template-page-tools-resources .double-bounce1, .page-template-page-tools-resources .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8CB8CA;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.page-template-page-tools-resources .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.page-template-page-tools-resources #modal-form {
  padding: 2rem 3rem;
}

.page-template-page-tools-resources #modal-form .form-title {
  font-family: "myriad-pro", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.page-template-page-tools-resources #modal-form .gform_body {
  margin: 0;
}

.page-template-page-tools-resources #modal-form .gform_body input:not([type="checkbox"]) {
  width: calc( 100%) !important;
}

.page-template-page-tools-resources #modal-form .gform_fields li:nth-child(1),
.page-template-page-tools-resources #modal-form .gform_fields li:nth-child(2) {
  width: 50%;
  clear: none;
  padding: 0;
}

.page-template-page-tools-resources #modal-form .gform_fields li:nth-child(1) {
  float: left;
  padding-right: 16px;
}

.page-template-page-tools-resources #modal-form .gform_fields li:nth-child(2) {
  float: right;
  padding-left: 16px;
}

.page-template-page-tools-resources #modal-form .gfield_html a {
  text-decoration: underline;
  font-weight: 600;
}

.page-template-page-tools-resources #modal-form .optin-container {
  margin-top: 0;
}

.page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent {
  display: flex;
  align-items: baseline;
}

.page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent label, .page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent a {
  line-height: 22px;
  font-size: 14px;
}

.page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent a {
  text-decoration: underline;
}

.page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent a:hover, .page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent a:focus, .page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent a:active {
  color: #666;
}

.page-template-page-tools-resources #modal-form .optin-container .ginput_container_consent input {
  margin-top: 4px;
}

.page-template-page-tools-resources #modal-form .gform_footer {
  text-align: center;
}

.page-template-page-tools-resources #modal-form .gform_ajax_spinner {
  display: none !important;
}

.page-template-page-tools-resources #modal-form .gform_footer .block-button.blue-navy {
  margin-right: 0;
}

.page-template-page-tools-resources #modal-form .gform_footer .spinner {
  margin: 0 auto 30px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-selection--multiple {
  height: 55px;
  margin-top: 12px;
  border-radius: 0 !important;
  border: 3px solid #85bbd0 !important;
  overflow-y: hidden;
}

span.select2-selection.select2-selection--multiple {
  background-image: url("./img/arrow-select-box.png");
  background-position: right 10px center;
  padding-right: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.select2-selection__choice {
  font-size: 16px;
}

.tools-container .block-button {
  align-self: flex-end;
  min-width: 180px;
}

.tools-container .column:last-child:not(:first-child), .tools-container .columns:last-child:not(:first-child), .tools-container .columns:last-child:not(:first-child) {
  float: left;
}

.tools-col {
  padding-top: 20px;
  padding-bottom: 35px;
}

.tools-col .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.tools-col.col-md-3 img {
  height: 350px;
}

.tools-col.col-md-2 img {
  height: 275px;
}

img.img-cover {
  object-fit: cover;
}

.tool-title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 35px;
  line-height: 1;
}

.tool-desc {
  margin-bottom: 28px;
}

.more-button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.tools-more {
  opacity: 1;
  transition: opacity 375ms ease;
}

#modal-youtube {
  background-color: transparent;
  border-color: transparent;
}

#modal-youtube:focus {
  outline: none;
}

#modal-youtube .close-button {
  float: right;
}

#modal-youtube .close-button span {
  color: #fff;
  font-size: 3rem;
}

#modal-youtube iframe {
  margin: 0 auto;
  width: 80vw;
  height: 45vw;
  max-width: 100%;
  max-height: 100vh;
  display: block;
}

body.search-results {
  overflow-x: hidden;
}

body.search-results .result-container article {
  position: relative;
}

body.search-results .result-container article > div {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 70.875em) {
  body.search-results .result-container article > div {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

body.search-results .result-container article h2 {
  font-family: 'Myriad Pro', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #00476c;
}

body.search-results .result-container article .details {
  font-weight: bold;
  text-transform: capitalize;
}

body.search-results .result-container article:nth-child(even)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150vw;
  height: 100%;
  transform: translateX(-50vw);
  z-index: -1;
  display: block;
  background-color: #f1f1f1;
}

body.search-results .result-container .search-pdf-icon {
  height: 66px;
  width: 86px;
}

@media screen and (max-width: 70.875em) {
  body.search-results .result-container .search-pdf-icon {
    margin-top: -5rem;
  }
}

body.search-results .result-container:nth-child(even) {
  background-color: #F0F0F0;
}

body.search-results .pagination-container {
  margin: 4rem auto;
  border-top: 3px solid #eaeaea;
  padding-top: 3rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
[data-hsfc-id=Renderer] .hsfc-CheckboxField label>input{
    height: 100% !important;
}
.hubspot-newsletter-form [data-hsfc-id=Renderer] .hsfc-RichText span > span {
    color: #fff !important;
}
@media screen and (min-width: 430px) {
  .hubspot-newsletter-form .hsfc-Step__Content {
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px;
    align-items: center;
  }
  .hubspot-newsletter-form .hsfc-Step__Content > div:nth-child(1) { 
    grid-column: 1;
    grid-row: 1;
  }
  .hubspot-newsletter-form .hsfc-Step__Content > div:nth-child(2) { 
    grid-column: 1;
    grid-row: 2;
  }
  .hubspot-newsletter-form .hsfc-Step__Content > div:nth-child(3) { 
    grid-column: 2;
    grid-row: 1 / span 2; 
  }
  .hubspot-newsletter-form .hsfc-Step__Content > div:nth-child(1) > div,
  .hubspot-newsletter-form .hsfc-Step__Content > div:nth-child(2) > div {
    margin-right: 30px;
  }
  .hubspot-newsletter-form .hsfc-Step__Content .hsfc-NavigationRow__Alerts,
  .hubspot-newsletter-form [data-hsfc-id=Renderer] .hsfc-NavigationRow {
    margin: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */
