/*
	Theme URI: http://www.strawberrysoup.co.uk/
	Theme Name:   Allen Carr Easyway
	Description:  Bespoke design for Allen Carr Easyway
	Author:       mike@Strawberrysoup.co.uk
	Text Domain:  allencarr
	Version: 1.0
	License: Not for reuse or modification
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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: default;
}
/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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.
 */
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;
}
.anchor {
  position: relative;
  top: -5rem;
  height: 0;
}
.ltrb {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  max-height: 100vh;
  max-width: 100%;
  height: 100%;
}
.clickable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.white {
  background: #ffffff;
}
.blue {
  background: #0b1c35;
  color: #ffffff;
}
.blue hr {
  border-color: #dc1a4c !important;
}
.teal {
  background: #8ECFD3;
}
.teal hr {
  border-color: #dc1a4c !important;
}
.red,
.magenta {
  background: #dc1a4c;
  color: #ffffff;
}
.red hr,
.magenta hr {
  border-color: #ffffff !important;
}
.lighterblue {
  background: #101f37;
  color: #ffffff;
}
.darkerblue {
  background: #0c1b33;
  color: #ffffff;
}
.gray {
  background: #eee;
}
.gray hr {
  border-color: #dc1a4c !important;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?eijrju');
  src: url('fonts/icomoon.eot?eijrju#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?eijrju') format('truetype'), url('fonts/icomoon.woff?eijrju') format('woff'), url('fonts/icomoon.svg?eijrju#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e902";
  font-size: 1.4em;
}
.icon-close:before {
  content: "\e901";
  font-size: 1.4em;
}
.icon-add:before {
  content: "\e907";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-one-to-one-online-icon:before {
  content: "\e917";
}
.icon-keyboard_arrow_up:before {
  content: "\e903";
}
.icon-keyboard_arrow_right:before {
  content: "\e905";
}
.icon-keyboard_arrow_left:before {
  content: "\e906";
}
.icon-keyboard_arrow_down:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e904";
}
.icon-print:before {
  content: "\f02f";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-file_download:before {
  content: "\e908";
}
.icon-location:before {
  content: "\e90a";
  font-size: 1.4em;
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-award:before {
  content: "\e90c";
}
.icon-mail-envelope-closed:before {
  content: "\e90d";
  font-size: 2em;
}
.icon-on-demand-icon:before {
  content: "\e90e";
}
.icon-one-to-one-icon:before {
  content: "\e90f";
}
.icon-group-icon:before {
  content: "\e910";
}
.icon-check:before {
  content: "\e911";
}
.icon-video:before {
  content: "\e916";
  font-size: 2em;
}
.icon-bubble:before {
  content: "\e913";
  font-size: 2em;
}
.bodystyle {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.01rem;
  line-height: 1.3em;
}
.headingstyle {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}
.max-width {
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
}
.middle {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop_only {
  display: none;
}
@media only screen and (min-width: 960px) {
  .desktop_only {
    display: block;
  }
}
.tablet_only {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .tablet_only {
    display: block;
  }
}
.mobile_only {
  display: none;
}
@media only screen and (max-width: 599px) {
  .mobile_only {
    display: block;
  }
}
.visibly-hidden {
  display: none;
}
.background_image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.whereami {
  background: red;
  border: 2px solid red;
}
@-webkit-keyframes progress_bar {
  0% {
    width: 5%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress_bar {
  0% {
    width: 5%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress_bar {
  0% {
    width: 5%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0% {
    right: 100%;
  }
  100% {
    right: -100%;
  }
}
@-moz-keyframes shine {
  0% {
    right: 100%;
  }
  100% {
    right: -100%;
  }
}
@keyframes shine {
  0% {
    right: 100%;
  }
  100% {
    right: -100%;
  }
}
@-moz-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  33% {
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  66% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  33% {
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  66% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  33% {
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  66% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shake {
  -webkit-animation: shake 0.12s linear infinite;
  -moz-animation: shake 0.12s linear infinite;
  -o-animation: shake 0.12s linear infinite;
  animation: shake 0.12s linear infinite;
}
.shadow:after {
  content: '';
  position: absolute;
  -webkit-box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  pointer-events: none;
  top: 100%;
  left: 0;
  right: 0;
  height: 2rem;
  z-index: 1;
}
.arrow-down {
  position: relative;
  padding-right: 3rem !important;
}
.arrow-down:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 0;
  bottom: 0;
  height: 16px;
  height: 1rem;
  display: block;
  margin: auto;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.2rem;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
}
.arrow-down.active:before,
.arrow-down.selected:before {
  content: "\e901";
  font-size: 20px;
  font-size: 1.2rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow-right {
  position: relative;
  padding-right: 3em !important;
}
.arrow-right:before {
  content: "\e905";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 0;
  bottom: 0;
  height: 16px;
  height: 1rem;
  display: block;
  margin: auto;
  font-size: 20px;
  font-size: 1.5rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
}
.arrow-right.hover:before {
  -webkit-transform: translatex(0.3rem);
  -moz-transform: translatex(0.3rem);
  -o-transform: translatex(0.3rem);
  -ms-transform: translatex(0.3rem);
  transform: translatex(0.3rem);
}
.arrow-left {
  position: relative;
  padding-left: 3em !important;
}
.arrow-left:before {
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 0;
  bottom: 0;
  height: 16px;
  height: 1rem;
  display: block;
  margin: auto;
  font-size: 20px;
  font-size: 1.5rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
}
.arrow-left.hover:before {
  -webkit-transform: translatex(-0.3rem);
  -moz-transform: translatex(-0.3rem);
  -o-transform: translatex(-0.3rem);
  -ms-transform: translatex(-0.3rem);
  transform: translatex(-0.3rem);
}
.bottom_shadow {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.bottom_shadow.error {
  -webkit-box-shadow: 0 2px #dc1a4c;
  -moz-box-shadow: 0 2px #dc1a4c;
  box-shadow: 0 2px #dc1a4c;
}
.breadcrumbs {
  list-style: none;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0 !important;
  color: #395075 !important;
}
.breadcrumbs li {
  display: inline-block !important;
  font-size: inherit !important;
}
.breadcrumbs a {
  color: #395075 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
}
.breadcrumbs a:after {
  content: '\2192';
  padding: 0 5px 0 5px;
  padding: 0 0.5rem 0 0.33333333rem;
}
.breadcrumbs a.hover {
  color: #ffffff;
}
#top_buttons {
  position: absolute;
  top: 10rem;
  right: 3rem;
}
#top_buttons .button {
  margin-top: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 959px) {
  #top_buttons {
    right: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  #top_buttons {
    position: relative;
    top: 0;
    right: 0;
    padding: 1rem 2rem 1rem;
  }
  #top_buttons .button {
    margin-top: 0;
    background: #395075;
  }
  #top_buttons .button.pdf {
    display: none;
  }
  #top_buttons .button:last-of-type {
    margin-bottom: 0;
  }
  #top_buttons + .margin_top {
    margin-top: 0;
  }
}
.nav_hidden #content #top_buttons {
  top: 6rem;
}
@media only screen and (max-width: 599px) {
  .nav_hidden #content #top_buttons {
    top: 0;
  }
}
.loading_holder {
  opacity: 0;
  margin-top: 0!important;
}
.loading_holder:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 100%;
  z-index: 0;
  background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shine 1s linear infinite;
  -moz-animation: shine 1s linear infinite;
  -o-animation: shine 1s linear infinite;
  animation: shine 1s linear infinite;
}
.loading_holder .progress_bar {
  position: relative;
}
.loading_holder .progress_bar:after {
  content: '';
  position: absolute;
  background: #EFDFDF;
  left: 0;
  width: 5%;
  top: 0;
  bottom: 0;
  -webkit-animation: progress_bar 3s ease-out forwards;
  -moz-animation: progress_bar 3s ease-out forwards;
  -o-animation: progress_bar 3s ease-out forwards;
  animation: progress_bar 3s ease-out forwards;
}
.loading_holder:nth-of-type(1) .progress_bar:after {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.loading_holder:nth-of-type(2) .progress_bar:after {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading_holder:nth-of-type(3) .progress_bar:after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.loading_holder:nth-of-type(4) .progress_bar:after {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.loading_holder:nth-of-type(5) .progress_bar:after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.loading_holder:nth-of-type(6) .progress_bar:after {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.loading_holder:nth-of-type(7) .progress_bar:after {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.loading_holder:nth-of-type(8) .progress_bar:after {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.results {
  z-index: 2;
  position: relative;
}
.results .result {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  touch-events: none;
}
.results .result.loaded {
  opacity: 1;
  touch-events: all;
}
.toggle .on {
  display: inline-block;
}
.toggle .off {
  display: none;
}
.toggle.active .on {
  display: none;
}
.toggle.active .off {
  display: inline-block;
}
html,
body {
  padding: 0;
  margin: 0;
  position: relative;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: calc(12px + 2 * (100vmin - 599px) / ( 1800 - 599 ) );
}
@media only screen and (max-width: 599px) {
  html,
  body {
    font-size: 12px;
  }
}
html *,
body * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.wf-loading > body *,
body.wf-loading > body * {
  color: transparent !important;
}
html.translated-ltr body,
body.translated-ltr body,
html.translated-rtl body,
body.translated-rtl body {
  top: 0 !important;
  padding-top: 39px;
}
html.translated-ltr body #translate_modal,
body.translated-ltr body #translate_modal,
html.translated-rtl body #translate_modal,
body.translated-rtl body #translate_modal {
  padding-top: 8rem;
}
html.translated-ltr body #translate_modal .close_button,
body.translated-ltr body #translate_modal .close_button,
html.translated-rtl body #translate_modal .close_button,
body.translated-rtl body #translate_modal .close_button {
  top: 5rem;
}
body {
  background-color: #ffffff;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.01rem;
  line-height: 1.3em;
  color: #333;
  margin-top: 0;
  -webkit-transition: margin-top 0.4s;
  -moz-transition: margin-top 0.4s;
  -o-transition: margin-top 0.4s;
  -ms-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}
body .padded {
  padding: 2rem;
}
body a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  outline: none;
}
body.ioshidden {
  margin-top: -6rem;
  -webkit-transform-style: preserve-3d;
}
@media only screen and (max-width: 599px) {
  body.ioshidden {
    margin-top: -8rem;
  }
}
body.noscroll {
  overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body #everything {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
body #everything #content {
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 150%;
  padding-top: 10rem;
  background: #fff;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 599px) {
  body #everything #content {
    padding-top: 12rem;
  }
}
body #everything #content.blurred {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
@supports (-ms-ime-align:auto) {
  body #everything #content.blurred {
    filter: blur(0);
  }
}
body #everything #content.restricted {
  padding-top: 6rem;
}
body #everything.nav_hidden #content {
  padding-top: 6rem;
}
@media only screen and (max-width: 599px) {
  body #everything.nav_hidden #content {
    padding-top: 8rem;
  }
}
body .user_content,
body.mce-content-body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.01rem;
  line-height: 1.3em;
}
body .user_content #embed_map,
body.mce-content-body #embed_map {
  background: #E5E3DF;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 50%;
}
body .user_content #embed_map #map_canvas,
body.mce-content-body #embed_map #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .user_content .button,
body.mce-content-body .button {
  display: inline-block;
  position: relative;
  padding: 0.8em 1.5em;
  font-weight: 700;
  font-size: 1em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-shadow: 0 0.2rem 0.2rem -0.1rem rgba(140,140,140,0.5);
  -moz-box-shadow: 0 0.2rem 0.2rem -0.1rem rgba(140,140,140,0.5);
  box-shadow: 0 0.2rem 0.2rem -0.1rem rgba(140,140,140,0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
body .user_content .button.red,
body.mce-content-body .button.red {
  background: #dc1a4c;
  color: #ffffff;
}
body .user_content .button.red.hover,
body.mce-content-body .button.red.hover {
  background: #b8163f;
}
body .user_content .button.blue,
body.mce-content-body .button.blue {
  background: #0b1c35;
  color: #ffffff;
}
body .user_content .button.blue.hover,
body.mce-content-body .button.blue.hover {
  background: #344D71;
}
body .user_content .button.gray,
body.mce-content-body .button.gray {
  background: #eee;
  color: #0b1c35;
}
body .user_content .button.gray.hover,
body.mce-content-body .button.gray.hover {
  background: #d3d3d3;
}
body .user_content .button.white,
body.mce-content-body .button.white {
  background: #ffffff;
  color: #0b1c35;
}
body .user_content .button.white.hover,
body.mce-content-body .button.white.hover {
  colour: #395075;
}
body .user_content .button[disabled],
body.mce-content-body .button[disabled] {
  background: #d3d3d3;
  opacity: 0.8;
}
body .user_content .button.arrow,
body.mce-content-body .button.arrow {
  position: relative;
  padding-right: 3em !important;
}
body .user_content .button.arrow:before,
body.mce-content-body .button.arrow:before {
  content: "\e905";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 0;
  bottom: 0;
  height: 16px;
  height: 1rem;
  display: block;
  margin: auto;
  font-size: 20px;
  font-size: 1.5rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
}
body .user_content .button.arrow.hover:before,
body.mce-content-body .button.arrow.hover:before {
  -webkit-transform: translatex(0.3rem);
  -moz-transform: translatex(0.3rem);
  -o-transform: translatex(0.3rem);
  -ms-transform: translatex(0.3rem);
  transform: translatex(0.3rem);
}
body .user_content .button.wider,
body.mce-content-body .button.wider {
  min-width: 16rem;
  max-width: 100%;
}
body .user_content .button.smaller,
body.mce-content-body .button.smaller {
  font-size: smaller;
}
body .user_content .button.plus,
body.mce-content-body .button.plus {
  position: relative;
  padding-right: 3em !important;
}
body .user_content .button.plus:before,
body.mce-content-body .button.plus:before {
  content: "\e907";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  height: 1rem;
  display: block;
  margin: auto;
  font-size: 1.1em;
  line-height: 1.1em;
}
body .user_content .button.plus.hover:before,
body.mce-content-body .button.plus.hover:before {
  font-weight: 700;
  -webkit-transform: translatez(1rem);
  -moz-transform: translatez(1rem);
  -o-transform: translatez(1rem);
  -ms-transform: translatez(1rem);
  transform: translatez(1rem);
}
body .user_content .button.outlined,
body.mce-content-body .button.outlined {
  background: none;
  color: #0b1c35;
}
body .user_content .button.outlined:after,
body.mce-content-body .button.outlined:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-shadow: inset 0 0 0 2px #0b1c35;
  -moz-box-shadow: inset 0 0 0 2px #0b1c35;
  box-shadow: inset 0 0 0 2px #0b1c35;
}
body .user_content .button.outlined.white,
body.mce-content-body .button.outlined.white {
  color: #ffffff;
}
body .user_content .button.outlined.white:after,
body.mce-content-body .button.outlined.white:after {
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
body .user_content .button.outlined.hover,
body.mce-content-body .button.outlined.hover {
  background: #f3f3f3;
}
body .user_content .button.hover,
body.mce-content-body .button.hover {
  -webkit-box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(140,140,140,0.5);
  -moz-box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(140,140,140,0.5);
  box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(140,140,140,0.5);
}
body .user_content .button:active,
body.mce-content-body .button:active,
body .user_content .button:focus,
body.mce-content-body .button:focus {
  opacity: 0.8;
  -webkit-box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(140,140,140,0.5);
  -moz-box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(140,140,140,0.5);
  box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(140,140,140,0.5);
}
@media only screen and (max-width: 799px) {
  body .user_content .button.wider,
  body.mce-content-body .button.wider {
    display: block;
    margin: 2rem auto 1rem !important;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  body .user_content .button.wider,
  body.mce-content-body .button.wider {
    min-width: auto;
  }
}
body .user_content .center,
body.mce-content-body .center {
  text-align: center;
}
body .user_content .nowrap,
body.mce-content-body .nowrap {
  white-space: nowrap;
}
body .user_content .top_margin,
body.mce-content-body .top_margin {
  margin-top: 1rem !important;
}
body .user_content .bottom_margin,
body.mce-content-body .bottom_margin {
  margin-bottom: 1rem !important;
}
body .user_content .left_margin,
body.mce-content-body .left_margin {
  margin-left: 1rem !important;
}
body .user_content .right_margin,
body.mce-content-body .right_margin {
  margin-right: 1rem !important;
}
body .user_content .alignright,
body.mce-content-body .alignright {
  float: right;
}
body .user_content .alignleft,
body.mce-content-body .alignleft {
  float: left;
}
body .user_content .aligncenter,
body.mce-content-body .aligncenter {
  margin: auto;
}
body .user_content .flexbuttons,
body.mce-content-body .flexbuttons {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 100% !important;
}
body .user_content .flexbuttons .button,
body.mce-content-body .flexbuttons .button {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0.5rem;
  text-align: center;
  max-width: 24rem;
}
body .user_content h1,
body.mce-content-body h1,
body .user_content h2,
body.mce-content-body h2,
body .user_content h3,
body.mce-content-body h3,
body .user_content h4,
body.mce-content-body h4,
body .user_content h5,
body.mce-content-body h5,
body .user_content h6,
body.mce-content-body h6 {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}
body .user_content h1,
body.mce-content-body h1 {
  font-size: 2.6em;
}
body .user_content h2,
body.mce-content-body h2 {
  font-size: 2em;
}
body .user_content h3,
body.mce-content-body h3 {
  font-size: 1.5em;
}
body .user_content h4,
body.mce-content-body h4 {
  font-size: 1.3em;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  body .user_content h1,
  body.mce-content-body h1 {
    font-size: 2rem;
  }
  body .user_content h2,
  body.mce-content-body h2 {
    font-size: 1.8em;
  }
  body .user_content h3,
  body.mce-content-body h3 {
    font-size: 1.4em;
  }
}
body .user_content hr,
body.mce-content-body hr {
  width: 10rem;
  border: 1px solid #eee;
  border-width: 1px 0 0 0;
  margin: 2rem auto;
  position: relative;
}
body .user_content hr.red,
body.mce-content-body hr.red {
  border-color: #dc1a4c;
}
body .user_content .larger_text,
body.mce-content-body .larger_text {
  font-size: 1.6em;
  line-height: 1.3em;
}
body .user_content .smaller_text,
body.mce-content-body .smaller_text,
body .user_content .smaller,
body.mce-content-body .smaller {
  font-size: 0.9em;
}
body .user_content .smallerer,
body.mce-content-body .smallerer {
  font-size: 0.7em;
}
body .user_content .strong,
body.mce-content-body .strong {
  font-weight: 500;
}
body .user_content p,
body.mce-content-body p,
body .user_content li,
body.mce-content-body li,
body .user_content .p,
body.mce-content-body .p {
  font-size: 1.2em;
  line-height: 1.4em;
}
body .user_content ul,
body.mce-content-body ul,
body .user_content ol,
body.mce-content-body ol {
  padding-left: 1.2em;
}
body .user_content li,
body.mce-content-body li {
  margin-bottom: 1rem;
}
body .user_content .textleft,
body.mce-content-body .textleft {
  text-align: left;
}
body .user_content .textright,
body.mce-content-body .textright {
  text-align: right;
}
body .user_content .centre,
body.mce-content-body .centre,
body .user_content.centre,
body.mce-content-body.centre {
  text-align: center;
  margin: auto;
  display: block;
}
body .user_content blockquote,
body.mce-content-body blockquote {
  margin: 3rem 2rem 2rem 6rem;
  font-size: 1.2em;
}
@media only screen and (max-width: 959px) {
  body .user_content p,
  body.mce-content-body p,
  body .user_content .p,
  body.mce-content-body .p,
  body .user_content li,
  body.mce-content-body li {
    font-size: 1em;
    line-height: 1.6em;
  }
  body .user_content .larger_text,
  body.mce-content-body .larger_text {
    font-size: 1.2em;
  }
  body .user_content blockquote,
  body.mce-content-body blockquote {
    margin: 2rem 1rem 2rem 4rem;
  }
}
body .user_content > p:first-child,
body.mce-content-body > p:first-child,
body .user_content > h1:first-child,
body.mce-content-body > h1:first-child,
body .user_content > h2:first-child,
body.mce-content-body > h2:first-child,
body .user_content > h3:first-child,
body.mce-content-body > h3:first-child,
body .user_content > img:first-child,
body.mce-content-body > img:first-child,
body .user_content > blockquote:first-child,
body.mce-content-body > blockquote:first-child {
  margin-top: 0;
}
body .user_content > p:last-child,
body.mce-content-body > p:last-child,
body .user_content > h1:last-child,
body.mce-content-body > h1:last-child,
body .user_content > h2:last-child,
body.mce-content-body > h2:last-child,
body .user_content > h3:last-child,
body.mce-content-body > h3:last-child,
body .user_content > img:last-child,
body.mce-content-body > img:last-child,
body .user_content > blockquote:last-child,
body.mce-content-body > blockquote:last-child {
  margin-bottom: 0;
}
body .user_content > p:first-of-type,
body.mce-content-body > p:first-of-type,
body .user_content > h1:first-of-type,
body.mce-content-body > h1:first-of-type,
body .user_content > h2:first-of-type,
body.mce-content-body > h2:first-of-type,
body .user_content > h3:first-of-type,
body.mce-content-body > h3:first-of-type,
body .user_content > img:first-of-type,
body.mce-content-body > img:first-of-type,
body .user_content > blockquote:first-of-type,
body.mce-content-body > blockquote:first-of-type {
  clear: left;
}
body .user_content .breadcrumbs + p,
body.mce-content-body .breadcrumbs + p,
body .user_content .breadcrumbs + h1,
body.mce-content-body .breadcrumbs + h1,
body .user_content .breadcrumbs + h2,
body.mce-content-body .breadcrumbs + h2,
body .user_content .breadcrumbs + h3,
body.mce-content-body .breadcrumbs + h3,
body .user_content .breadcrumbs + img,
body.mce-content-body .breadcrumbs + img,
body .user_content .breadcrumbs + blockquote,
body.mce-content-body .breadcrumbs + blockquote {
  margin-top: 0;
}
body .user_content a:not(.button),
body.mce-content-body a:not(.button) {
  font-weight: 500;
  color: #dc1a4c;
}
body .user_content a:not(.button):hover,
body.mce-content-body a:not(.button):hover {
  text-decoration: underline;
}
body .user_content a:not(.button).download_icon,
body.mce-content-body a:not(.button).download_icon {
  color: initial;
  margin-left: 2rem;
  position: relative;
}
body .user_content a:not(.button).download_icon:before,
body.mce-content-body a:not(.button).download_icon:before {
  position: absolute;
  left: -2rem;
  content: "\e908";
  font-family: 'icomoon';
  color: #dc1a4c;
  font-size: 1.4em;
  padding-right: 0.5rem;
  vertical-align: bottom;
  font-weight: 100;
}
body .user_content iframe,
body.mce-content-body iframe {
  max-width: 100%;
}
body .user_content .youtube,
body.mce-content-body .youtube {
  clear: both;
  margin-left: -3rem;
  margin-bottom: 2rem;
  width: 100%;
  width: calc(100% + 6rem);
  background: #eee;
  padding: 6rem;
  padding-bottom: 5rem;
}
body .user_content .youtube .wrapper,
body.mce-content-body .youtube .wrapper {
  position: relative;
  padding-top: 50%;
  margin: auto;
}
body .user_content .youtube .wrapper iframe,
body.mce-content-body .youtube .wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
body .user_content .youtube .caption,
body.mce-content-body .youtube .caption {
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 799px) {
  body .user_content .youtube,
  body.mce-content-body .youtube {
    margin-left: -2rem;
    margin-bottom: 2rem;
    width: 100%;
    width: calc(100% + 4rem);
    padding: 4rem;
    padding-bottom: 3rem;
  }
}
body .user_content .video-wrapper,
body.mce-content-body .video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
body .user_content .video-wrapper iframe,
body.mce-content-body .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
body .user_content img,
body.mce-content-body img {
  display: block;
  max-width: 100%;
  height: auto;
  clear: both;
}
body .user_content img.size-content_full,
body.mce-content-body img.size-content_full {
  margin-left: -3rem;
  margin-bottom: 2rem;
  width: 100%;
  width: calc(100% + 6rem);
  max-width: initial;
}
body .user_content img.size-content_half,
body.mce-content-body img.size-content_half {
  width: 50%;
  width: calc(50% + 3rem);
  max-width: initial;
  margin-top: 0.3rem;
  margin-bottom: 2rem;
}
body .user_content img.size-content_half.alignleft,
body.mce-content-body img.size-content_half.alignleft {
  margin-left: -3rem;
  margin-right: 3rem;
}
body .user_content img.size-content_half.alignright,
body.mce-content-body img.size-content_half.alignright {
  margin-right: -3rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 799px) {
  body .user_content img.size-content_full,
  body.mce-content-body img.size-content_full {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 1rem;
    width: calc(100% + 4rem);
  }
  body .user_content img.size-content_half,
  body.mce-content-body img.size-content_half {
    width: calc(50% + 2rem);
    margin-bottom: 1rem;
  }
  body .user_content img.size-content_half.alignleft,
  body.mce-content-body img.size-content_half.alignleft {
    margin-left: -2rem;
    margin-right: 2rem;
  }
  body .user_content img.size-content_half.alignright,
  body.mce-content-body img.size-content_half.alignright {
    margin-right: -2rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  body .user_content img.size-content_half,
  body.mce-content-body img.size-content_half {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
  body .user_content img.size-content_half.alignright,
  body.mce-content-body img.size-content_half.alignright,
  body .user_content img.size-content_half.alignleft,
  body.mce-content-body img.size-content_half.alignleft {
    margin-right: 0;
    margin-left: 0;
  }
}
body .user_content form .field,
body.mce-content-body form .field {
  position: relative;
}
body .user_content label,
body.mce-content-body label {
  font-weight: 500;
  padding-right: 1rem;
}
body .user_content .error_message,
body.mce-content-body .error_message {
  opacity: 0;
  -webkit-transition: all opacity 0.3s ease-out;
  -moz-transition: all opacity 0.3s ease-out;
  -o-transition: all opacity 0.3s ease-out;
  transition: all opacity 0.3s ease-out;
  color: #dc1a4c;
  text-align: left;
  position: absolute;
  top: 100%;
  margin-top: 0.3rem;
  left: 0;
  font-size: smaller;
}
body .user_content textarea,
body.mce-content-body textarea,
body .user_content select,
body.mce-content-body select,
body .user_content input[type="text"],
body.mce-content-body input[type="text"],
body .user_content input[type="number"],
body.mce-content-body input[type="number"],
body .user_content input[type="password"],
body.mce-content-body input[type="password"],
body .user_content input[type="tel"],
body.mce-content-body input[type="tel"],
body .user_content input[type="email"],
body.mce-content-body input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  outline: none;
  padding: 1em 2em;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  color: #888;
}
body .user_content textarea.error,
body.mce-content-body textarea.error,
body .user_content select.error,
body.mce-content-body select.error,
body .user_content input[type="text"].error,
body.mce-content-body input[type="text"].error,
body .user_content input[type="number"].error,
body.mce-content-body input[type="number"].error,
body .user_content input[type="password"].error,
body.mce-content-body input[type="password"].error,
body .user_content input[type="tel"].error,
body.mce-content-body input[type="tel"].error,
body .user_content input[type="email"].error,
body.mce-content-body input[type="email"].error {
  -webkit-box-shadow: 0 2px #dc1a4c;
  -moz-box-shadow: 0 2px #dc1a4c;
  box-shadow: 0 2px #dc1a4c;
}
body .user_content textarea.darker,
body.mce-content-body textarea.darker,
body .user_content select.darker,
body.mce-content-body select.darker,
body .user_content input[type="text"].darker,
body.mce-content-body input[type="text"].darker,
body .user_content input[type="number"].darker,
body.mce-content-body input[type="number"].darker,
body .user_content input[type="password"].darker,
body.mce-content-body input[type="password"].darker,
body .user_content input[type="tel"].darker,
body.mce-content-body input[type="tel"].darker,
body .user_content input[type="email"].darker,
body.mce-content-body input[type="email"].darker {
  border: 1px solid #eee;
  background-color: #f3f3f3;
}
body .user_content textarea.error,
body.mce-content-body textarea.error,
body .user_content select.error,
body.mce-content-body select.error,
body .user_content input[type="text"].error,
body.mce-content-body input[type="text"].error,
body .user_content input[type="number"].error,
body.mce-content-body input[type="number"].error,
body .user_content input[type="password"].error,
body.mce-content-body input[type="password"].error,
body .user_content input[type="tel"].error,
body.mce-content-body input[type="tel"].error,
body .user_content input[type="email"].error,
body.mce-content-body input[type="email"].error {
  border-color: #dc1a4c;
}
body .user_content textarea.error ~ .error_message,
body.mce-content-body textarea.error ~ .error_message,
body .user_content select.error ~ .error_message,
body.mce-content-body select.error ~ .error_message,
body .user_content input[type="text"].error ~ .error_message,
body.mce-content-body input[type="text"].error ~ .error_message,
body .user_content input[type="number"].error ~ .error_message,
body.mce-content-body input[type="number"].error ~ .error_message,
body .user_content input[type="password"].error ~ .error_message,
body.mce-content-body input[type="password"].error ~ .error_message,
body .user_content input[type="tel"].error ~ .error_message,
body.mce-content-body input[type="tel"].error ~ .error_message,
body .user_content input[type="email"].error ~ .error_message,
body.mce-content-body input[type="email"].error ~ .error_message {
  opacity: 1;
}
body .user_content textarea.block,
body.mce-content-body textarea.block,
body .user_content select.block,
body.mce-content-body select.block,
body .user_content input[type="text"].block,
body.mce-content-body input[type="text"].block,
body .user_content input[type="number"].block,
body.mce-content-body input[type="number"].block,
body .user_content input[type="password"].block,
body.mce-content-body input[type="password"].block,
body .user_content input[type="tel"].block,
body.mce-content-body input[type="tel"].block,
body .user_content input[type="email"].block,
body.mce-content-body input[type="email"].block {
  display: block;
}
body .user_content .select,
body.mce-content-body .select,
body .user_content .ginput_container_select,
body.mce-content-body .ginput_container_select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
body .user_content .select select,
body.mce-content-body .select select,
body .user_content .ginput_container_select select,
body.mce-content-body .ginput_container_select select {
  padding-right: 4em;
}
body .user_content .select select::-ms-expand,
body.mce-content-body .select select::-ms-expand,
body .user_content .ginput_container_select select::-ms-expand,
body.mce-content-body .ginput_container_select select::-ms-expand {
  display: none;
}
body .user_content .select:after,
body.mce-content-body .select:after,
body .user_content .ginput_container_select:after,
body.mce-content-body .ginput_container_select:after {
  color: #333;
  content: "\e900";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 0.7em;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
  font-size: 1.5em;
  line-height: 2.3em;
  pointer-events: none;
}
body .user_content .select.block,
body.mce-content-body .select.block,
body .user_content .ginput_container_select.block,
body.mce-content-body .ginput_container_select.block {
  display: block;
}
body .user_content .select.block select,
body.mce-content-body .select.block select,
body .user_content .ginput_container_select.block select,
body.mce-content-body .ginput_container_select.block select {
  width: 100%;
}
body .user_content textarea,
body.mce-content-body textarea {
  min-height: 6rem;
  max-height: 25rem;
  max-width: 100%;
}
body .user_content .custom_message,
body.mce-content-body .custom_message {
  border-bottom: 2px solid #ddd;
  padding: 1rem 2rem;
  background: #FDFDFD;
}
body .user_content .gform_ajax_spinner,
body.mce-content-body .gform_ajax_spinner {
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
body .user_content .gform_confirmation_message,
body.mce-content-body .gform_confirmation_message,
body .user_content .custom_message_green,
body.mce-content-body .custom_message_green {
  background-color: #8ECFD3;
  border-bottom: 2px solid #48787B;
  color: #0b1c35;
  padding: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
body .user_content .gform_wrapper,
body.mce-content-body .gform_wrapper {
  position: relative;
  top: -3rem;
  padding-top: 4rem;
  max-width: 40rem;
  margin: auto;
}
body .user_content .gform_wrapper .gform_footer br,
body.mce-content-body .gform_wrapper .gform_footer br,
body .user_content .gform_wrapper .gform_page_footer br,
body.mce-content-body .gform_wrapper .gform_page_footer br {
  display: none;
}
body .user_content .gform_wrapper .gform_footer .button,
body.mce-content-body .gform_wrapper .gform_footer .button,
body .user_content .gform_wrapper .gform_page_footer .button,
body.mce-content-body .gform_wrapper .gform_page_footer .button {
  float: right;
}
body .user_content .gform_wrapper .gform_footer .button.gform_previous_button,
body.mce-content-body .gform_wrapper .gform_footer .button.gform_previous_button,
body .user_content .gform_wrapper .gform_page_footer .button.gform_previous_button,
body.mce-content-body .gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
  color: #333;
  background: #f3f3f3;
}
body .user_content .gform_wrapper .gform_footer img,
body.mce-content-body .gform_wrapper .gform_footer img,
body .user_content .gform_wrapper .gform_page_footer img,
body.mce-content-body .gform_wrapper .gform_page_footer img {
  margin: auto;
}
body .user_content .gform_wrapper .validation_error,
body.mce-content-body .gform_wrapper .validation_error {
  background-color: #FFFCFC;
  padding: 1rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  color: #dc1a4c;
  font-weight: 500;
}
body .user_content .gform_wrapper .validation_message,
body.mce-content-body .gform_wrapper .validation_message {
  background: #FFFCFC;
  padding: 0.5rem 2rem;
  color: #dc1a4c;
  font-weight: 500;
  font-size: smaller;
  margin-bottom: 2rem;
}
body .user_content .gform_wrapper .gsection_title,
body.mce-content-body .gform_wrapper .gsection_title {
  font-size: 1.4rem;
  border-bottom: 1px solid #dc1a4c;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
body .user_content .gform_wrapper #extensions_message,
body.mce-content-body .gform_wrapper #extensions_message {
  display: block;
  border: 1px solid #8ECFD3;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  color: #69bfc5;
}
body .user_content .gform_wrapper ul.gform_fields,
body.mce-content-body .gform_wrapper ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield {
  font-size: 1rem;
  margin: 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield.gform_validation_container,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .gfield_label,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .gfield_label {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .gfield_required,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .gfield_required {
  color: #dc1a4c;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .gfield_description,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .gfield_description {
  font-size: smaller;
  padding: 0.5rem 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .input,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .input,
body .user_content .gform_wrapper ul.gform_fields li.gfield textarea,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield textarea,
body .user_content .gform_wrapper ul.gform_fields li.gfield select,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield select,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="text"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="text"],
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="number"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="number"],
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="password"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="password"],
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="tel"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="tel"],
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="email"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  outline: none;
  padding: 1rem 2rem;
  border: 1px solid #eee;
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  display: block;
  width: 100%;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .input:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .input:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield textarea:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield textarea:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield select:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield select:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="text"]:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="text"]:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="number"]:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="number"]:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="password"]:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="password"]:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="tel"]:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="tel"]:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="email"]:active,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="email"]:active,
body .user_content .gform_wrapper ul.gform_fields li.gfield .input:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .input:focus,
body .user_content .gform_wrapper ul.gform_fields li.gfield textarea:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield textarea:focus,
body .user_content .gform_wrapper ul.gform_fields li.gfield select:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield select:focus,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="text"]:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="text"]:focus,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="number"]:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="number"]:focus,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="password"]:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="password"]:focus,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="tel"]:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="tel"]:focus,
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="email"]:focus,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="email"]:focus {
  border-color: #d3d3d3;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield input[type="number"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield input[type="number"] {
  max-width: 10rem;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .datepicker,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .datepicker {
  width: initial !important;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input {
  text-align: center;
  padding: 3rem;
  background-color: #395075;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input .input,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input .input,
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input textarea,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input textarea,
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input select,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input select,
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="text"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="text"],
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="number"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="number"],
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="password"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="password"],
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="tel"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="tel"],
body .user_content .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="email"],
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.primary_input input[type="email"] {
  background-color: #ffffff;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_select select,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_select select {
  padding-right: 4em;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield.block .ginput_container_select,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.block .ginput_container_select {
  display: block;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul li,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul li {
  margin: 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul li br,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul li br {
  display: none;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul li label,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox ul li label {
  display: inline-block;
  padding-left: 1rem;
  margin: 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li {
  margin: 0 0 2rem;
  display: table;
  padding-right: 1rem;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li br,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li br {
  display: none;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li input,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li input {
  margin-top: 4px;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li label,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul li label {
  display: table-cell;
  vertical-align: top;
  padding-left: 1rem;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield.center ul,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.center ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_number .instruction,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_number .instruction {
  display: none;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_name,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_name {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_name > *,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_name > * {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0.5rem;
  margin: 0;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_name label,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_name label {
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1rem;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield .ginput_container_name br,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield .ginput_container_name br {
  display: none;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield.gfield_error,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  border-left: 2px solid #dc1a4c;
  padding-left: 2rem;
}
body .user_content .gform_wrapper ul.gform_fields li.gfield.gfield_error label,
body.mce-content-body .gform_wrapper ul.gform_fields li.gfield.gfield_error label {
  color: #dc1a4c;
}
body .user_content .gform_wrapper ul.gform_fields > li.gfield,
body.mce-content-body .gform_wrapper ul.gform_fields > li.gfield {
  margin-bottom: 2rem;
}
body .user_content .gform_wrapper .dark .validation_error,
body.mce-content-body .gform_wrapper .dark .validation_error {
  background-color: rgba(255, 252, 252, 0.08);
  color: #f6b3c4;
}
body .user_content .gform_wrapper .dark .validation_message,
body.mce-content-body .gform_wrapper .dark .validation_message {
  background-color: rgba(255, 252, 252, 0.08);
  color: #f6b3c4;
}
body .user_content .gform_wrapper .dark ul.gform_fields li.gfield.gfield_error,
body.mce-content-body .gform_wrapper .dark ul.gform_fields li.gfield.gfield_error {
  border-color: #f6b3c4;
}
body .user_content .gform_wrapper .dark ul.gform_fields li.gfield.gfield_error label,
body.mce-content-body .gform_wrapper .dark ul.gform_fields li.gfield.gfield_error label {
  color: #f6b3c4;
}
body .user_content .tooltip .tool,
body.mce-content-body .tooltip .tool {
  cursor: help;
  font-weight: bolder;
  position: relative;
  z-index: 1;
}
body .user_content .tooltip .tool:before,
body.mce-content-body .tooltip .tool:before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: -0.8rem;
  top: -0.7rem;
}
body .user_content .tooltip .tool:after,
body.mce-content-body .tooltip .tool:after {
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -moz-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -o-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -ms-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  border: 1rem solid transparent;
  border-bottom-color: #ffffff;
  width: 0;
  height: 0;
  margin-left: -1.2rem;
  margin-top: 0.5rem;
}
body .user_content .tooltip .tip,
body.mce-content-body .tooltip .tip {
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -moz-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -o-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -ms-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  position: fixed;
  white-space: pre-wrap;
  z-index: 2;
  width: 30rem;
  max-width: 90vw;
  margin: auto;
  background: #ffffff;
  color: #333;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bolder;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-box-shadow: 0.1rem 0.3rem 1rem -0.3rem #000;
  -moz-box-shadow: 0.1rem 0.3rem 1rem -0.3rem #000;
  box-shadow: 0.1rem 0.3rem 1rem -0.3rem #000;
  border: 1px solid #f9f9f9;
}
body .user_content .tooltip.hover .tool:after,
body.mce-content-body .tooltip.hover .tool:after {
  visibility: visible;
  max-height: 100%;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body .user_content .tooltip.hover .tip,
body.mce-content-body .tooltip.hover .tip {
  visibility: visible;
  max-height: 100%;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body .user_content .table_scroller,
body.mce-content-body .table_scroller {
  max-width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scroll: touch;
  border: 3px solid #dc1a4c;
  border-bottom-width: 8px;
}
body .user_content table,
body.mce-content-body table {
  clear: both;
  width: 100% !important;
  border-collapse: collapse;
  text-align: center;
}
body .user_content table:after,
body.mce-content-body table:after {
  content: '';
  position: absolute;
  -webkit-box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  pointer-events: none;
  top: 100%;
  left: 0;
  right: 0;
  height: 2rem;
  z-index: 1;
}
body .user_content table td,
body.mce-content-body table td {
  padding: 0.5rem;
  border: 1px solid rgba(189, 189, 189, 0.3);
}
body .user_content table thead,
body.mce-content-body table thead {
  background: #8ECFD3;
  color: #ffffff;
  font-size: smaller;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}
@media only screen and (max-width: 959px) {
  body .user_content table thead td,
  body.mce-content-body table thead td {
    -webkit-transform: rotate(90);
    -moz-transform: rotate(90);
    -o-transform: rotate(90);
    -ms-transform: rotate(90);
    transform: rotate(90);
  }
}
body .user_content table tbody tr,
body.mce-content-body table tbody tr {
  background: #ffffff;
}
body .user_content table tfoot,
body.mce-content-body table tfoot {
  background: #f3f3f3;
  color: #fff;
}
body.page-template-page-faq-template .results_wrapper .results .result {
  opacity: 1;
  right: 1rem;
}
body.page-template-page-faq-template .user_content .faq a:not(.button) {
  color: #000;
  font-weight: 300;
}
body.page-template-page-faq-template .user_content .faq a.button {
  height: auto;
  width: auto;
  padding: 10px 30px;
  text-align: center;
  overflow: auto;
  display: block;
}
body.page-template-page-faq-template .user_content .faq a.button span {
  opacity: 1;
  height: auto;
}
body .gfield_visibility_hidden {
  display: none;
}
body.amp-single-page .gfield label,
body.amp-index .gfield label {
  color: #ffffff;
  text-transform: capitalize;
}
body.amp-single-page .ginput_complex,
body.amp-index .ginput_complex {
  border: none;
}
body.amp-single-page .ginput_complex label,
body.amp-index .ginput_complex label {
  display: none !important;
  width: 100%;
}
body .ginput_complex {
  border: none;
}
body .ginput_complex label {
  display: none !important;
  width: 100%;
}
body .section img {
  max-width: 100%;
  height: auto;
}
body .section.addictions_grid #homepage_addiction_links .toggle {
  position: relative;
  display: inline-block;
  font-weight: 500;
  margin: 2rem 0;
  cursor: pointer;
  min-width: 14rem;
}
body .section.addictions_grid #homepage_addiction_links > div {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .section.addictions_grid #homepage_addiction_links > div .addiction_link {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  vertical-align: top;
  width: 25%;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 2rem 2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.addictions_grid #homepage_addiction_links > div .addiction_link {
    /* IE10+ specific styles go here */
    max-width: 25%;
  }
}
body .section.addictions_grid #homepage_addiction_links > div .addiction_link a.icon {
  padding: 2rem;
  width: 100%;
}
body .section.addictions_grid #homepage_addiction_links > div .addiction_link a.icon span {
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 8rem;
  max-width: 8rem;
  background-size: 8rem;
  background-size: contain;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
body .section.addictions_grid #homepage_addiction_links > div .addiction_link a.button {
  width: 100%;
  display: block;
}
body .section.addictions_grid #homepage_addiction_links > div .addiction_link.hover a.icon {
  opacity: 0.8;
}
body .section.addictions_grid #homepage_addiction_links > div .addiction_link.hover a.button {
  background: #344D71;
}
@media only screen and (max-width: 799px) {
  body .section.addictions_grid #homepage_addiction_links > div .addiction_link {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 599px) {
  body .section.addictions_grid #homepage_addiction_links > div .addiction_link {
    padding: 1rem;
  }
}
body .section.homepage_steps .section {
  padding-top: 0;
  position: relative;
}
body .section.homepage_steps .section:first-of-type {
  margin-top: -3rem;
}
body .section.homepage_steps .section.steps #dotted_line {
  border-bottom: 3px dashed #dc1a4c;
  width: 64.8%;
  position: absolute;
  left: 17.6%;
  top: 5.5rem;
}
body .section.homepage_steps .section.steps .box p {
  max-width: 20rem;
  margin: auto;
}
body .section.homepage_steps .section.steps .box .image {
  height: 10rem;
  margin-bottom: 1rem;
}
body .section.homepage_steps .section.steps .box .image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
body .section.homepage_steps .section.steps .box .circle {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  width: 4rem;
  height: 4rem;
  background: #0b1c35;
  color: #ffffff;
  margin: auto;
  font-size: 2rem;
  font-weight: 800;
}
@media only screen and (max-width: 799px) {
  body .section.homepage_steps .section.steps {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -2rem;
  }
  body .section.homepage_steps .section.steps #dotted_line {
    border-bottom: none;
    border-left: 3px dashed #dc1a4c;
    height: 64.8%;
    width: 0px;
    position: absolute;
    left: 4.3rem;
    top: 7.5rem;
  }
  body .section.homepage_steps .section.steps .box {
    padding-left: 5rem;
  }
  body .section.homepage_steps .section.steps .box .circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.4rem;
    margin: auto;
  }
}
body .section.homepage_testimonials .header {
  text-align: center;
}
body .section.homepage_testimonials > .wrapper {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body .section.homepage_testimonials > .wrapper .left {
  text-align: center;
  vertical-align: top;
  width: 33.3333%;
  -webkit-flex: 1 0 33.3333%;
  -moz-flex: 1 0 33.3333%;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.homepage_testimonials > .wrapper .left {
    /* IE10+ specific styles go here */
    max-width: 33.333%;
  }
}
body .section.homepage_testimonials > .wrapper .left .testimonials {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 0 2rem;
  white-space: nowrap;
  font-size: 0;
}
body .section.homepage_testimonials > .wrapper .left .testimonials .testimonial {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  white-space: normal;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body .section.homepage_testimonials > .wrapper .left .testimonials .testimonial:nth-of-type(2) {
  left: -100%;
}
body .section.homepage_testimonials > .wrapper .left .testimonials .testimonial:nth-of-type(3) {
  left: -200%;
}
body .section.homepage_testimonials > .wrapper .left .testimonials .testimonial:nth-of-type(4) {
  left: -300%;
}
body .section.homepage_testimonials > .wrapper .left .testimonials .testimonial:nth-of-type(5) {
  left: -400%;
}
body .section.homepage_testimonials > .wrapper .left .testimonials .testimonial.current {
  opacity: 1;
}
body .section.homepage_testimonials > .wrapper .left .buttons {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body .section.homepage_testimonials > .wrapper .left .buttons > * {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
body .section.homepage_testimonials > .wrapper .right {
  vertical-align: top;
  width: 66.6666%;
  -webkit-flex: 1 0 66.6666%;
  -moz-flex: 1 0 66.6666%;
  -ms-flex: 1 0 66.6666%;
  flex: 1 0 66.6666%;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 40rem;
  background: #efefef;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.homepage_testimonials > .wrapper .right {
    /* IE10+ specific styles go here */
    max-width: 66.66666%;
  }
}
body .section.homepage_testimonials > .wrapper .right .image {
  background-position: 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .section.homepage_testimonials > .wrapper .right .quote {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 2rem;
}
body .section.homepage_testimonials > .wrapper .right .quote h3 {
  font-weight: bolder;
  margin-top: 0;
}
body .section.homepage_testimonials > .wrapper .right .quote .caviat {
  color: #888;
  margin-top: 2rem;
  text-align: right;
}
@media only screen and (max-width: 959px) {
  body .section.homepage_testimonials > .wrapper {
    display: block;
  }
  body .section.homepage_testimonials > .wrapper .left {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  body .section.homepage_testimonials > .wrapper .left .testimonials {
    margin-bottom: 1rem;
  }
  body .section.homepage_testimonials > .wrapper .left .buttons > * {
    width: auto;
    display: inline-block;
    margin: 0.5rem !important;
  }
  body .section.homepage_testimonials > .wrapper .right {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media only screen and (max-width: 599px) {
  body .section.homepage_testimonials > .wrapper .left .buttons > * {
    width: 100%;
    display: block;
  }
  body .section.homepage_testimonials > .wrapper .right {
    display: block;
    min-height: initial;
  }
  body .section.homepage_testimonials > .wrapper .right .image {
    position: relative;
    padding-top: 60%;
  }
  body .section.homepage_testimonials > .wrapper .right .quote {
    width: 100%;
    background: #fff;
  }
}
body .section.breadcrumb_only {
  position: relative;
}
body .section.breadcrumb_only .breadcrumbs {
  position: absolute;
  left: 3rem;
  top: 2rem;
}
@media only screen and (max-width: 799px) {
  body .section.breadcrumb_only .breadcrumbs {
    left: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  body .section.breadcrumb_only .breadcrumbs {
    position: relative;
    padding-bottom: 2rem;
  }
}
body .section.banner_image_with_overlay {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  min-height: 30rem;
}
body .section.banner_image_with_overlay .content {
  min-height: 30rem;
  position: relative;
  vertical-align: top;
  width: 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 3rem 8% 4rem 3rem;
}
body .section.banner_image_with_overlay .content .breadcrumbs {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.banner_image_with_overlay .content {
    /* IE10+ specific styles go here */
    max-width: 50%;
  }
}
@media only screen and (max-width: 799px) {
  body .section.banner_image_with_overlay {
    display: block;
    min-height: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .section.banner_image_with_overlay .background_image {
    position: relative;
    padding-top: 40%;
  }
  body .section.banner_image_with_overlay .content {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 2rem;
    min-height: auto;
  }
  body .section.banner_image_with_overlay .content .breadcrumbs {
    margin-top: 0;
  }
}
body .section.banner_image {
  padding-top: 30%;
  position: relative;
}
@media only screen and (max-width: 799px) {
  body .section.banner_image {
    padding-top: 40%;
  }
}
body .section.half_content_half_call_to_action {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body .section.half_content_half_call_to_action > div {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
body .section.half_content_half_call_to_action > div .content {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  body .section.half_content_half_call_to_action {
    display: block;
  }
  body .section.half_content_half_call_to_action > div {
    display: block;
    width: 100%;
  }
  body .section.half_content_half_call_to_action > div .content {
    padding: 2rem;
  }
  body .section.half_content_half_call_to_action > div + div .content {
    padding-bottom: 3rem;
  }
}
body .section.category_page_header {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .section.category_page_header .image {
  vertical-align: top;
  width: 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-height: 70vh;
}
body .section.category_page_header .image img {
  display: block;
}
body .section.category_page_header .content {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: -10rem;
  padding: 3rem;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.category_page_header .content {
    /* IE10+ specific styles go here */
    max-width: 50%;
  }
}
body .section.category_page_header .video {
  background-color: #eee;
  vertical-align: top;
  width: 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 3rem;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.category_page_header .video {
    /* IE10+ specific styles go here */
    max-width: 50%;
    z-index: 1;
  }
}
body .section.category_page_header .video .video_caption {
  margin-bottom: 1rem;
  font-weight: 700;
}
body .section.category_page_header .video .video_wrapper {
  padding-top: 54%;
  position: relative;
  background: #000;
  min-height: 20rem;
  overflow: hidden;
}
body .section.category_page_header .video .video_wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  right: -1%;
  bottom: 0;
  left: -1%;
  width: 102%;
}
@media only screen and (max-width: 1400px) {
  body .section.category_page_header .content {
    margin-top: calc(-15rem + 5vw);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  body .section.category_page_header .content {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 959px) {
  body .section.category_page_header .content,
  body .section.category_page_header .video {
    padding: 2rem;
  }
}
@media only screen and (max-width: 799px) {
  body .section.category_page_header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .section.category_page_header .image {
    vertical-align: top;
    width: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  body .section.category_page_header .content {
    vertical-align: top;
    width: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
  body .section.category_page_header .video {
    vertical-align: top;
    width: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 0;
  }
  body .section.category_page_header .video .video_wrapper {
    padding: 0;
    background: none;
  }
  body .section.category_page_header .video .video_wrapper iframe {
    position: relative;
    height: auto;
    min-height: 48vw;
  }
}
body .section.page_title_and_breadcrumbs {
  background: #0b1c35;
  color: #ffffff;
  padding: 2rem 3rem;
}
body .section.page_title_and_breadcrumbs hr {
  border-color: #dc1a4c !important;
}
@media only screen and (max-width: 959px) {
  body .section.page_title_and_breadcrumbs {
    padding: 2rem;
  }
}
body .section.homepage_slider {
  min-height: 40rem;
  position: relative;
}
body .section.homepage_slider .slides {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .section.homepage_slider .slides .slide {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
body .section.homepage_slider .slides .slide .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
body .section.homepage_slider .slides .slide .image > div {
  position: relative;
  height: 100%;
}
body .section.homepage_slider .slides .slide .image > div img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: initial;
  position: absolute;
  right: 0;
}
body .section.homepage_slider .overlays {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50rem;
  background-image: url('images/angled_overlay.png');
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
body .section.homepage_slider .overlays .overlay {
  padding: 3rem;
  padding-left: 6rem;
  position: absolute;
  bottom: 40%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body .section.homepage_slider .overlays .overlay.current {
  opacity: 1;
}
body .section.homepage_slider .nav {
  position: absolute;
  top: 60%;
  left: 6rem;
  width: 20rem;
  font-size: 1.15rem;
}
body .section.homepage_slider .nav .dots {
  margin-top: 0.7rem;
  margin-left: -0.3rem;
}
body .section.homepage_slider .nav .dots .dot {
  padding: 0.3rem;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body .section.homepage_slider .nav .dots .dot.current {
  color: #dc1a4c;
}
body .section.homepage_slider .nav .dots .dot.hover {
  color: #c51744;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  body .section.homepage_slider .overlays .overlay {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 599px) {
  body .section.homepage_slider .slides {
    position: relative;
    height: 74vw;
  }
  body .section.homepage_slider .overlays {
    position: relative;
    height: 21rem;
  }
  body .section.homepage_slider .overlays .overlay {
    padding-top: 1rem;
    padding-left: 3rem;
    bottom: auto;
    top: 0;
  }
  body .section.homepage_slider .nav {
    position: absolute;
    bottom: 1rem;
    top: auto;
    left: 3rem;
  }
}
body .section.box_section,
body .section.confirmation_template {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .section.box_section .box,
body .section.confirmation_template .box {
  background-size: cover;
  background-position: 50%;
  position: relative;
  vertical-align: top;
  width: extract(1, 3);
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 3rem;
  overflow: hidden;
}
body .section.box_section .box .content,
body .section.confirmation_template .box .content {
  position: relative;
}
body .section.box_section .box .image,
body .section.confirmation_template .box .image {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 3rem;
  max-height: 20rem;
  overflow: hidden;
}
body .section.box_section .box .image > img,
body .section.confirmation_template .box .image > img {
  display: block;
  margin: auto;
}
body .section.box_section .box.no_padding,
body .section.confirmation_template .box.no_padding {
  padding: 0;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  body .section.box_section .box.box_5,
  body .section.confirmation_template .box.box_5,
  body .section.box_section .box.box_6,
  body .section.confirmation_template .box.box_6 {
    vertical-align: top;
    width: 33.33%;
    -webkit-flex: 1 1 33.33%;
    -moz-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
}
@media only screen and (max-width: 599px) {
  body .section.box_section .box.box_5,
  body .section.confirmation_template .box.box_5,
  body .section.box_section .box.box_6,
  body .section.confirmation_template .box.box_6 {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
body .section.box_section .box.background_gradient:before,
body .section.confirmation_template .box.background_gradient:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  background: -webkit-gradient(linear, left 100%, left 50%, color-stop(0, rgba(0, 0, 0, 0.05)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
body .section.box_section .box.background_gradient.background_gradient_left:before,
body .section.confirmation_template .box.background_gradient.background_gradient_left:before {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left 100%, left 50%, color-stop(0, rgba(0, 0, 0, 0.05)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
body .section.box_section .box.side_shadow:before,
body .section.confirmation_template .box.side_shadow:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: inset 20rem 0 20rem -20rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 20rem 0 20rem -20rem rgba(0, 0, 0, 0.3);
  box-shadow: inset 20rem 0 20rem -20rem rgba(0, 0, 0, 0.3);
}
body .section.box_section .box .youtube,
body .section.confirmation_template .box .youtube {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
body .section.box_section .box .youtube .wrapper,
body .section.confirmation_template .box .youtube .wrapper {
  max-width: 30rem;
}
@media only screen and (max-width: 599px) {
  body .section.box_section .box .youtube,
  body .section.confirmation_template .box .youtube {
    padding: 2rem 2rem 0;
    margin-bottom: 0;
  }
}
body .section.box_section.margin_between,
body .section.confirmation_template.margin_between {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
body .section.box_section.margin_between .box,
body .section.confirmation_template.margin_between .box {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body .section.box_section.line_between .box:after,
body .section.confirmation_template.line_between .box:after {
  content: '';
  position: absolute;
  width: 0;
  border-right: 1px solid #d3d3d3;
  top: 3rem;
  bottom: 3rem;
  right: 0;
  z-index: 1;
}
body .section.box_section.line_between .box:last-of-type:after,
body .section.confirmation_template.line_between .box:last-of-type:after {
  display: none;
}
body .section.box_section.extra_padding_top .box,
body .section.confirmation_template.extra_padding_top .box {
  padding-top: 4rem;
}
@media only screen and (max-width: 599px) {
  body .section.box_section.extra_padding_top .box,
  body .section.confirmation_template.extra_padding_top .box {
    padding-top: 2rem;
  }
}
body .section.box_section.extra_padding_bottom .box,
body .section.confirmation_template.extra_padding_bottom .box {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 599px) {
  body .section.box_section.extra_padding_bottom .box,
  body .section.confirmation_template.extra_padding_bottom .box {
    padding-bottom: 2rem;
  }
}
body .section.box_section.extra_padding_side .box,
body .section.confirmation_template.extra_padding_side .box {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 599px) {
  body .section.box_section.extra_padding_side .box,
  body .section.confirmation_template.extra_padding_side .box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
body .section.box_section.no_padding_bottom .box,
body .section.confirmation_template.no_padding_bottom .box {
  padding-bottom: 0;
}
body .section.box_section.no_padding_above .box,
body .section.confirmation_template.no_padding_above .box {
  padding-top: 0;
}
body .section.box_section.no_padding_side .box,
body .section.confirmation_template.no_padding_side .box {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 799px) {
  body .section.box_section .box,
  body .section.confirmation_template .box {
    padding: 2rem;
  }
  body .section.box_section .box .image,
  body .section.confirmation_template .box .image {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  body .section.box_section .box.no_padding_side .box,
  body .section.confirmation_template .box.no_padding_side .box {
    padding-left: 0;
    padding-right: 0;
  }
  body .section.box_section .box.no_padding_side .box .image,
  body .section.confirmation_template .box.no_padding_side .box .image {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  body .section.box_section.mobile_reverse,
  body .section.confirmation_template.mobile_reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 599px) {
  body .section.box_section .box.box_2,
  body .section.confirmation_template .box.box_2,
  body .section.box_section .box.box_3,
  body .section.confirmation_template .box.box_3 {
    min-height: 20rem;
    vertical-align: top;
    width: 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body .section.box_section .box.box_4,
  body .section.confirmation_template .box.box_4 {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  body .section.box_section.margin_between .box,
  body .section.confirmation_template.margin_between .box {
    margin-left: 0;
    margin-right: 0;
  }
  body .section.box_section.margin_between .box_2,
  body .section.confirmation_template.margin_between .box_2,
  body .section.box_section.margin_between .box_3,
  body .section.confirmation_template.margin_between .box_3 {
    margin-bottom: 1rem;
  }
  body .section.box_section.margin_between .box_2:last-of-type,
  body .section.confirmation_template.margin_between .box_2:last-of-type,
  body .section.box_section.margin_between .box_3:last-of-type,
  body .section.confirmation_template.margin_between .box_3:last-of-type {
    margin-bottom: 0;
  }
}
body .section.slider_section,
body .section.celebrity_slider_templates {
  position: relative;
  padding: 3rem;
}
body .section.slider_section .top_content,
body .section.celebrity_slider_templates .top_content {
  padding-bottom: 2rem;
  max-width: 50rem;
  margin: auto;
}
body .section.slider_section .slides,
body .section.celebrity_slider_templates .slides {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version - the future! */
  cursor: pointer;
}
body .section.slider_section .slides .slide,
body .section.celebrity_slider_templates .slides .slide {
  position: relative;
  overflow: hidden;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides .slide,
  body .section.celebrity_slider_templates .slides .slide {
    /* IE10+ specific styles go here */
    display: block;
  }
}
body .section.slider_section .slides.width_1 .slide,
body .section.celebrity_slider_templates .slides.width_1 .slide {
  vertical-align: top;
  width: 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides.width_1 .slide,
  body .section.celebrity_slider_templates .slides.width_1 .slide {
    /* IE10+ specific styles go here */
    max-width: 100%;
  }
}
body .section.slider_section .slides.width_2 .slide,
body .section.celebrity_slider_templates .slides.width_2 .slide {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides.width_2 .slide,
  body .section.celebrity_slider_templates .slides.width_2 .slide {
    /* IE10+ specific styles go here */
    max-width: 50%;
  }
}
body .section.slider_section .slides.width_3 .slide,
body .section.celebrity_slider_templates .slides.width_3 .slide {
  vertical-align: top;
  width: 33.333%;
  -webkit-flex: 0 0 33.333%;
  -moz-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides.width_3 .slide,
  body .section.celebrity_slider_templates .slides.width_3 .slide {
    /* IE10+ specific styles go here */
    max-width: 33%;
  }
}
body .section.slider_section .slides.width_4 .slide,
body .section.celebrity_slider_templates .slides.width_4 .slide {
  vertical-align: top;
  width: 25%;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides.width_4 .slide,
  body .section.celebrity_slider_templates .slides.width_4 .slide {
    /* IE10+ specific styles go here */
    max-width: 25%;
  }
}
body .section.slider_section .slides.width_5 .slide,
body .section.celebrity_slider_templates .slides.width_5 .slide {
  vertical-align: top;
  width: 20%;
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides.width_5 .slide,
  body .section.celebrity_slider_templates .slides.width_5 .slide {
    /* IE10+ specific styles go here */
    max-width: 20%;
  }
}
body .section.slider_section .slides.width_6 .slide,
body .section.celebrity_slider_templates .slides.width_6 .slide {
  vertical-align: top;
  width: 16.6666%;
  -webkit-flex: 0 0 16.6666%;
  -moz-flex: 0 0 16.6666%;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides.width_6 .slide,
  body .section.celebrity_slider_templates .slides.width_6 .slide {
    /* IE10+ specific styles go here */
    max-width: 16.66666%;
  }
}
body .section.slider_section .slides.images_only .slide .image,
body .section.celebrity_slider_templates .slides.images_only .slide .image {
  padding: 0.5rem;
}
body .section.slider_section .slides.images_only .slide .image img,
body .section.celebrity_slider_templates .slides.images_only .slide .image img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
body .section.slider_section .slides.images_text,
body .section.celebrity_slider_templates .slides.images_text {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
body .section.slider_section .slides.images_text .slide,
body .section.celebrity_slider_templates .slides.images_text .slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body .section.slider_section .slides.images_text .slide > div,
body .section.celebrity_slider_templates .slides.images_text .slide > div {
  background: #fff;
  vertical-align: top;
  width: extract(1, 3);
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .section.slider_section .slides.images_text .slide > div,
  body .section.celebrity_slider_templates .slides.images_text .slide > div {
    /* IE10+ specific styles go here */
    display: block;
    height: 100%;
  }
}
body .section.slider_section .slides.images_text .slide > div .image,
body .section.celebrity_slider_templates .slides.images_text .slide > div .image {
  width: 100%;
  overflow: hidden;
}
body .section.slider_section .slides.images_text .slide > div .image img,
body .section.celebrity_slider_templates .slides.images_text .slide > div .image img {
  height: 100%;
  min-width: 100%;
  display: block;
}
body .section.slider_section .slides.images_text .slide > div .content,
body .section.celebrity_slider_templates .slides.images_text .slide > div .content {
  padding: 3rem 2rem;
}
@media only screen and (min-width: 960px) {
  body .section.slider_section .slides.images_text .slide > div .content,
  body .section.celebrity_slider_templates .slides.images_text .slide > div .content {
    padding: 2rem;
  }
}
body .section.slider_section .slides.text_only .slide > div,
body .section.celebrity_slider_templates .slides.text_only .slide > div {
  max-width: 80rem;
  background: #ffffff;
  padding: 3rem;
  margin: auto;
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 799px) {
  body .section.slider_section .slides.text_only .slide > div,
  body .section.celebrity_slider_templates .slides.text_only .slide > div {
    margin: auto 0.5rem;
    padding: 2rem;
  }
}
body .section.slider_section .nav,
body .section.celebrity_slider_templates .nav {
  margin-top: 1rem;
  text-align: center;
}
body .section.slider_section .nav .dots,
body .section.celebrity_slider_templates .nav .dots {
  display: inline-block;
}
body .section.slider_section .nav .dots .dot,
body .section.celebrity_slider_templates .nav .dots .dot {
  padding: 0.3rem;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body .section.slider_section .nav .dots .dot.current,
body .section.celebrity_slider_templates .nav .dots .dot.current {
  color: #dc1a4c;
}
body .section.slider_section .nav .dots .dot.hover,
body .section.celebrity_slider_templates .nav .dots .dot.hover {
  color: #c51744;
}
@media only screen and (max-width: 799px) {
  body .section.slider_section .slides.images_text .slide > div .content,
  body .section.celebrity_slider_templates .slides.images_text .slide > div .content {
    padding: 2rem 1rem;
  }
  body .section.slider_section .slides.width_2 .slide,
  body .section.celebrity_slider_templates .slides.width_2 .slide {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  body .section.slider_section .slides.width_3 .slide,
  body .section.celebrity_slider_templates .slides.width_3 .slide {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  body .section.slider_section .slides.width_4 .slide,
  body .section.celebrity_slider_templates .slides.width_4 .slide {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  body .section.slider_section .slides.width_5 .slide,
  body .section.celebrity_slider_templates .slides.width_5 .slide {
    vertical-align: top;
    width: 33.3333%;
    -webkit-flex: 1 0 33.3333%;
    -moz-flex: 1 0 33.3333%;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }
  body .section.slider_section .slides.width_6 .slide,
  body .section.celebrity_slider_templates .slides.width_6 .slide {
    vertical-align: top;
    width: 25%;
    -webkit-flex: 1 0 25%;
    -moz-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }
}
@media only screen and (max-width: 599px) {
  body .section.slider_section .slides.width_3 .slide,
  body .section.celebrity_slider_templates .slides.width_3 .slide {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  body .section.slider_section .slides.width_4 .slide,
  body .section.celebrity_slider_templates .slides.width_4 .slide {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  body .section.slider_section .slides.width_5 .slide,
  body .section.celebrity_slider_templates .slides.width_5 .slide {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  body .section.slider_section .slides.width_6 .slide,
  body .section.celebrity_slider_templates .slides.width_6 .slide {
    vertical-align: top;
    width: 33.3333%;
    -webkit-flex: 1 0 33.3333%;
    -moz-flex: 1 0 33.3333%;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }
}
@-moz-keyframes pacman {
  0% {
    color: rgba(255, 255, 255, 0.3);
    stroke-dashoffset: 75;
  }
  100% {
    stroke-dashoffset: 0;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes pacman {
  0% {
    color: rgba(255, 255, 255, 0.3);
    stroke-dashoffset: 75;
  }
  100% {
    stroke-dashoffset: 0;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes pacman {
  0% {
    color: rgba(255, 255, 255, 0.3);
    stroke-dashoffset: 75;
  }
  100% {
    stroke-dashoffset: 0;
    color: rgba(255, 255, 255, 0.4);
  }
}
body .section.content_carousel {
  background: #eee;
}
body .section.content_carousel hr {
  border-color: #dc1a4c !important;
}
body .section.content_carousel .top_content {
  display: block;
  padding: 3rem 2rem 1rem;
}
body .section.content_carousel .carousel {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-bottom: 5rem;
}
body .section.content_carousel .carousel .left_video {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 3rem;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
body .section.content_carousel .carousel .left_video .video_wrapper {
  padding-top: 75%;
  position: relative;
  background: #000;
  background-position: 50%;
  background-size: cover;
}
body .section.content_carousel .carousel .left_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .section.content_carousel .carousel .middle_numbers {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .section.content_carousel .carousel .middle_numbers:after {
  content: '';
  width: 3px;
  background: #d3d3d3;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons {
  height: 100%;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  vertical-align: top;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons .number {
  border: 3px solid #d3d3d3;
  -webkit-border-radius: 2.25rem;
  -moz-border-radius: 2.25rem;
  border-radius: 2.25rem;
  height: 4.5rem;
  width: 4.5rem;
  background: #f3f3f3;
  color: #d3d3d3;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons .number > div {
  font-size: 2rem;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons .number .spinner {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons .number .spinner svg {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.3);
  stroke-dashoffset: 75;
  stroke-dasharray: 75, 75;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons .number.current {
  background: #0b1c35;
  border-color: #0b1c35;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons .number.hover {
  background: #ffffff;
}
body .section.content_carousel .carousel .middle_numbers .loop_buttons .number.hover.current {
  background: #0b1c35;
  color: #ffffff;
}
body .section.content_carousel .carousel .right_carousel {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 2rem;
}
body .section.content_carousel .carousel .right_carousel > .wrapper {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: block;
  width: 100%;
  padding: 0 2rem;
  white-space: nowrap;
  font-size: 0;
}
body .section.content_carousel .carousel .right_carousel > .wrapper .slide {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  white-space: normal;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body .section.content_carousel .carousel .right_carousel > .wrapper .slide:nth-of-type(2) {
  left: -100%;
}
body .section.content_carousel .carousel .right_carousel > .wrapper .slide:nth-of-type(3) {
  left: -200%;
}
body .section.content_carousel .carousel .right_carousel > .wrapper .slide:nth-of-type(4) {
  left: -300%;
}
body .section.content_carousel .carousel .right_carousel > .wrapper .slide:nth-of-type(5) {
  left: -400%;
}
body .section.content_carousel .carousel .right_carousel > .wrapper .slide.current {
  opacity: 1;
}
body .section.content_carousel .carousel:not(.paused) .middle_numbers .loop_buttons .number.current .spinner {
  display: block;
}
body .section.content_carousel .carousel:not(.paused) .middle_numbers .loop_buttons .number.current .spinner svg {
  -webkit-animation: pacman 7s linear;
  -moz-animation: pacman 7s linear;
  -o-animation: pacman 7s linear;
  animation: pacman 7s linear;
}
body .section.content_carousel .carousel.stopped .middle_numbers .loop_buttons .number.current .spinner svg {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
@media only screen and (max-width: 959px) {
  body .section.content_carousel .carousel {
    display: block;
  }
  body .section.content_carousel .carousel .left_video {
    width: 100%;
    margin: auto;
    padding: 0 2rem 2rem;
    max-width: 45rem;
  }
  body .section.content_carousel .carousel .left_video .video_wrapper {
    padding-top: 46%;
  }
  body .section.content_carousel .carousel .middle_numbers {
    padding: 1rem 0;
    margin: 2rem 4rem 1rem;
    display: block;
  }
  body .section.content_carousel .carousel .middle_numbers .loop_buttons {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .section.content_carousel .carousel .middle_numbers:after {
    width: 100%;
    height: 3px;
  }
  body .section.content_carousel .carousel .right_carousel {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  body .section.content_carousel .carousel .middle_numbers {
    margin: 2rem 3rem 0;
  }
  body .section.content_carousel .carousel .right_carousel {
    padding: 2rem 1rem 0;
  }
}
@media only screen and (max-width: 599px) {
  body .section.content_carousel .carousel .middle_numbers {
    margin: 0 2rem 2rem;
  }
  body .section.content_carousel .carousel .middle_numbers .number {
    width: 3rem;
    height: 3rem;
  }
  body .section.content_carousel .carousel .right_carousel {
    padding: 0;
  }
  body .section.content_carousel .carousel .left_video {
    max-width: 100%;
  }
}
body .section.image_and_content_steps .top_content {
  display: block;
  padding: 3rem 2rem 1rem;
}
body .section.image_and_content_steps .steps {
  padding: 0 3rem 3rem;
  max-width: 90rem;
  margin: auto;
}
body .section.image_and_content_steps .steps .step {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 3rem;
  position: relative;
}
body .section.image_and_content_steps .steps .step .image {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-height: 30rem;
  position: relative;
}
body .section.image_and_content_steps .steps .step .image div {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  max-width: 100%;
  width: 30rem;
}
body .section.image_and_content_steps .steps .step .number {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #dc1a4c;
  z-index: 1;
  left: 50%;
  margin-left: -1.5rem;
  top: 3rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.6rem;
}
body .section.image_and_content_steps .steps .step .content {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background: #ffffff;
  color: #333;
  padding: 3rem 4rem;
}
body .section.image_and_content_steps .steps .step.left_step .image div {
  right: 0;
}
body .section.image_and_content_steps .steps .step.right_step {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body .section.image_and_content_steps .steps .step.right_step .image div {
  left: 0;
}
@media only screen and (max-width: 799px) {
  body .section.image_and_content_steps .steps {
    padding: 0 2rem 1rem;
  }
  body .section.image_and_content_steps .steps .step {
    display: block;
  }
  body .section.image_and_content_steps .steps .step .image {
    width: 100%;
    min-height: auto;
    padding-top: 50%;
  }
  body .section.image_and_content_steps .steps .step .image div {
    width: 100%;
  }
  body .section.image_and_content_steps .steps .step .number {
    top: initial;
    margin-top: -1.5rem;
  }
  body .section.image_and_content_steps .steps .step .content {
    width: 100%;
    padding: 3rem 2rem 2rem;
  }
}
body .section#find_a_seminar .header.content {
  padding: 2rem 3rem;
}
body .section#find_a_seminar .second_header.content {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body .section#find_a_seminar .second_header.content #category_links {
  padding-left: 3rem;
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
body .section#find_a_seminar .second_header.content #category_links select {
  width: 20rem;
}
body .section#find_a_seminar .second_header.content .tabs {
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  padding: 1rem 3rem 0 1rem;
  text-align: right;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body .section#find_a_seminar .second_header.content .tabs a {
  vertical-align: top;
  width: 33.3%;
  -webkit-flex: 1 1 33.3%;
  -moz-flex: 1 1 33.3%;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
  text-align: center;
  height: 4rem;
  color: #ffffff;
  background: #0b1c35;
  font-weight: 700;
  border-right: 2px solid #182C4F;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body .section#find_a_seminar .second_header.content .tabs a:last-of-type {
  border: none;
}
body .section#find_a_seminar .second_header.content .tabs a > span {
  vertical-align: sub;
  padding-right: 1rem;
}
body .section#find_a_seminar .second_header.content .tabs a.hover {
  background: #395075;
}
body .section#find_a_seminar .second_header.content .tabs a.current {
  background: #eee;
  color: #0b1c35;
  border-right: none;
}
@media only screen and (max-width: 959px) {
  body .section#find_a_seminar .second_header.content #category_links {
    vertical-align: top;
    width: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem 2rem;
  }
  body .section#find_a_seminar .second_header.content #category_links label {
    display: none;
  }
  body .section#find_a_seminar .second_header.content .tabs {
    padding: 0 2rem 0 0;
  }
}
@media only screen and (max-width: 799px) {
  body .section#find_a_seminar .second_header.content {
    display: block;
  }
  body .section#find_a_seminar .second_header.content #category_links {
    display: none;
  }
  body .section#find_a_seminar .second_header.content .tabs {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    align-self: stretch;
    padding: 1rem 2rem 0 2rem;
  }
}
@media only screen and (max-width: 599px) {
  body .section#find_a_seminar .second_header.content .tabs .tab span {
    display: none;
  }
}
body .section#find_a_seminar #finder_content {
  background: #eee;
}
body .section#find_a_seminar #finder_content #seminars_view,
body .section#find_a_seminar #finder_content #clinics_view {
  border: 1px solid #eee;
  max-width: 52rem;
  padding: 0 2rem 2rem;
  margin: auto;
  position: relative;
  min-height: 60vh;
}
body .section#find_a_seminar #finder_content #seminars_view .spacer,
body .section#find_a_seminar #finder_content #clinics_view .spacer {
  margin-bottom: 2rem;
}
body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form,
body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form {
  padding-top: 3rem;
  margin-bottom: 2rem;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form input,
body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form input {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form .button,
body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form .button {
  vertical-align: top;
  width: auto;
  -webkit-flex: 0.1 0 auto;
  -moz-flex: 0.1 0 auto;
  -ms-flex: 0.1 0 auto;
  flex: 0.1 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: -2px;
}
body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form .select,
body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form .select {
  margin-right: 1rem;
  vertical-align: top;
  width: auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form .select select,
body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form .select select {
  width: 100%;
}
body .section#find_a_seminar #finder_content #map_view {
  height: 500px;
  height: calc(100vh - 10rem);
  min-height: 45rem;
  overflow: hidden;
}
body .section#find_a_seminar #finder_content #map_view.current {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body .section#find_a_seminar #finder_content #map_view #map {
  width: 100%;
  height: 100%;
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body .section#find_a_seminar #finder_content #map_view #map #map_canvas .gm-style-iw .inner_infowindow {
  margin-bottom: 4rem;
  margin-top: 0.5rem;
}
body .section#find_a_seminar #finder_content #map_view #map #map_canvas .gm-style-iw .inner_infowindow .title {
  font-size: larger;
}
body .section#find_a_seminar #finder_content #map_view #map #map_canvas .gm-style-iw .inner_infowindow .address {
  margin: 1rem 0;
}
body .section#find_a_seminar #finder_content #map_view #map #map_canvas .gm-style-iw .inner_infowindow a {
  display: block;
}
body .section#find_a_seminar #finder_content #map_view #map #map_canvas .gm-style-iw .inner_infowindow a.button {
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  text-align: center;
}
body .section#find_a_seminar #finder_content #map_view #map_side {
  vertical-align: top;
  width: 30rem;
  -webkit-flex: 0 0 30rem;
  -moz-flex: 0 0 30rem;
  -ms-flex: 0 0 30rem;
  flex: 0 0 30rem;
  padding: 3rem 2rem;
  border-left: 2px solid #CAD8B6;
  z-index: 1;
  position: relative;
}
body .section#find_a_seminar #finder_content #map_view #map_side #find_a_clinic_form {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 2rem;
}
body .section#find_a_seminar #finder_content #map_view #map_side #find_a_clinic_form input {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body .section#find_a_seminar #finder_content #map_view #map_side #find_a_clinic_form .button {
  vertical-align: top;
  width: auto;
  -webkit-flex: 0.1 0 auto;
  -moz-flex: 0.1 0 auto;
  -ms-flex: 0.1 0 auto;
  flex: 0.1 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: -2px;
}
body .section#find_a_seminar #finder_content #map_view #map_side #map_side_prompt {
  position: relative;
}
body .section#find_a_seminar #finder_content #map_view #map_side #map_side_prompt img {
  position: absolute;
  width: 2rem;
  height: auto;
}
body .section#find_a_seminar #finder_content #map_view #map_side #map_side_prompt span {
  margin-left: 4rem;
  display: block;
}
body .section#find_a_seminar #finder_content .seminar_box,
body .section#find_a_seminar #finder_content .clinic_box {
  z-index: 1;
  background: #ffffff;
  padding: 2rem;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  margin: 2rem 0;
  overflow: hidden;
  position: relative;
}
body .section#find_a_seminar #finder_content .seminar_box.error,
body .section#find_a_seminar #finder_content .clinic_box.error {
  -webkit-box-shadow: 0 2px #dc1a4c;
  -moz-box-shadow: 0 2px #dc1a4c;
  box-shadow: 0 2px #dc1a4c;
}
body .section#find_a_seminar #finder_content .seminar_box *,
body .section#find_a_seminar #finder_content .clinic_box * {
  position: relative;
  z-index: 1;
}
body .section#find_a_seminar #finder_content .seminar_box:before,
body .section#find_a_seminar #finder_content .clinic_box:before {
  content: '';
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-right-color: #f9f9f9;
  border-width: 30rem 15rem;
  top: -10rem;
  right: 0rem;
}
body .section#find_a_seminar #finder_content .seminar_box h3,
body .section#find_a_seminar #finder_content .clinic_box h3 {
  margin-top: 0;
}
body .section#find_a_seminar #finder_content .seminar_box .distance,
body .section#find_a_seminar #finder_content .clinic_box .distance {
  position: absolute;
  font-weight: 500;
  top: 2rem;
  right: 2rem;
}
body .section#find_a_seminar #finder_content .seminar_box .button,
body .section#find_a_seminar #finder_content .clinic_box .button {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
body .section#find_a_seminar #finder_content .seminar_box p,
body .section#find_a_seminar #finder_content .clinic_box p {
  margin: 0.25rem 0;
}
body .section#find_a_seminar #finder_content .seminar_box.smaller,
body .section#find_a_seminar #finder_content .clinic_box.smaller {
  padding: 1rem;
}
body .section#find_a_seminar #finder_content .seminar_box.smaller h3,
body .section#find_a_seminar #finder_content .clinic_box.smaller h3,
body .section#find_a_seminar #finder_content .seminar_box.smaller p,
body .section#find_a_seminar #finder_content .clinic_box.smaller p,
body .section#find_a_seminar #finder_content .seminar_box.smaller .button,
body .section#find_a_seminar #finder_content .clinic_box.smaller .button {
  font-size: smaller;
}
body .section#find_a_seminar #finder_content .seminar_box.smaller .button,
body .section#find_a_seminar #finder_content .clinic_box.smaller .button {
  right: 1rem;
  bottom: 1rem;
}
@media only screen and (max-width: 599px) {
  body .section#find_a_seminar #finder_content .seminar_box,
  body .section#find_a_seminar #finder_content .clinic_box {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 959px) {
  body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form,
  body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form {
    padding-top: 2rem;
  }
  body .section#find_a_seminar #finder_content #map_view {
    min-height: 54rem;
  }
  body .section#find_a_seminar #finder_content #map_view #map_side {
    vertical-align: top;
    width: 20rem;
    -webkit-flex: 0 0 20rem;
    -moz-flex: 0 0 20rem;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
  }
  body .section#find_a_seminar #finder_content .seminar_box.smaller .button {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 799px) {
  body .section#find_a_seminar #finder_content #map_view {
    height: 40rem;
    min-height: 40rem;
  }
  body .section#find_a_seminar #finder_content #map_view #map_side {
    vertical-align: top;
    width: 20rem;
    -webkit-flex: 0 0 20rem;
    -moz-flex: 0 0 20rem;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
  }
}
@media only screen and (max-width: 599px) {
  body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form,
  body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .section#find_a_seminar #finder_content #seminars_view #find_a_seminar_form .select,
  body .section#find_a_seminar #finder_content #clinics_view #find_a_seminar_form .select {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin-top: 1rem;
  }
  body .section#find_a_seminar #finder_content #seminars_view .seminar_box .button,
  body .section#find_a_seminar #finder_content #clinics_view .seminar_box .button {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
  body .section#find_a_seminar #finder_content #seminars_view .seminar_box .distance,
  body .section#find_a_seminar #finder_content #clinics_view .seminar_box .distance {
    position: relative;
    top: 0;
    right: 0;
  }
  body .section#find_a_seminar #finder_content #map_view {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    height: auto;
  }
  body .section#find_a_seminar #finder_content #map_view #map_side {
    vertical-align: top;
    width: 25rem;
    -webkit-flex: 1 0 25rem;
    -moz-flex: 1 0 25rem;
    -ms-flex: 1 0 25rem;
    flex: 1 0 25rem;
  }
  body .section#find_a_seminar #finder_content #map_view #map {
    height: 30rem;
  }
  body .section#find_a_seminar #finder_content #map_side {
    border: none;
    padding-bottom: 1rem;
  }
  body .section#find_a_seminar #finder_content #map_side .seminar_box.smaller {
    padding: 2rem;
  }
  body .section#find_a_seminar #finder_content #map_side .seminar_box.smaller h3,
  body .section#find_a_seminar #finder_content #map_side .seminar_box.smaller p,
  body .section#find_a_seminar #finder_content #map_side .seminar_box.smaller .button {
    font-size: inherit;
  }
}
body .section#find_a_seminar #finder_content .loading_holder {
  position: absolute;
  left: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: opacity 0.6s 0.2s;
  -moz-transition: opacity 0.6s 0.2s;
  -o-transition: opacity 0.6s 0.2s;
  -ms-transition: opacity 0.6s 0.2s;
  transition: opacity 0.6s 0.2s;
}
body .section#find_a_seminar #finder_content .loading_holder .title_loading {
  background: #f3f3f3;
  height: 2rem;
  margin-bottom: 2rem;
  width: 40%;
}
body .section#find_a_seminar #finder_content .loading_holder .text_loading {
  width: 30%;
}
body .section#find_a_seminar #finder_content .loading_holder .text_loading div {
  margin-top: 1rem;
  background: #f3f3f3;
  height: 1rem;
}
body .section#find_a_seminar #finder_content .loading_holder .text_loading div:nth-of-type(1) {
  margin-right: 1rem;
}
body .section#find_a_seminar #finder_content .loading_holder .text_loading div:nth-of-type(1) {
  margin-right: 1rem;
}
body .section#find_a_seminar #finder_content .loading_holder .text_loading div:nth-of-type(3) {
  margin-right: 3rem;
}
body .section#find_a_seminar #finder_content .loading_holder .button_loading {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12rem;
  height: 3rem;
  background: #f3f3f3;
}
body .section#find_a_seminar #finder_content #clinics_view .loading_holder .title_loading {
  height: 1.3rem;
  margin-bottom: 0;
}
body .section#find_a_seminar #finder_content #map_view .loading_holder .title_loading {
  height: 1.3rem;
  margin-bottom: 1rem;
}
body .section#find_a_seminar #finder_content #map_view .loading_holder .tex_loading div {
  margin-top: 0.6rem;
}
body .section#find_a_seminar #finder_content #seminars_view,
body .section#find_a_seminar #finder_content #clinics_view,
body .section#find_a_seminar #finder_content #map_view {
  -webkit-transition: padding-bottom 0.4s;
  -moz-transition: padding-bottom 0.4s;
  -o-transition: padding-bottom 0.4s;
  -ms-transition: padding-bottom 0.4s;
  transition: padding-bottom 0.4s;
}
body .section#find_a_seminar #finder_content #seminars_view.loading,
body .section#find_a_seminar #finder_content #clinics_view.loading,
body .section#find_a_seminar #finder_content #map_view.loading {
  -webkit-transition: padding-bottom 0.2s;
  -moz-transition: padding-bottom 0.2s;
  -o-transition: padding-bottom 0.2s;
  -ms-transition: padding-bottom 0.2s;
  transition: padding-bottom 0.2s;
}
body .section#find_a_seminar #finder_content #seminars_view.loading .loading_holder,
body .section#find_a_seminar #finder_content #clinics_view.loading .loading_holder,
body .section#find_a_seminar #finder_content #map_view.loading .loading_holder {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body .section#find_a_seminar #finder_content #seminars_view.loading#seminars_view,
body .section#find_a_seminar #finder_content #clinics_view.loading#seminars_view,
body .section#find_a_seminar #finder_content #map_view.loading#seminars_view,
body .section#find_a_seminar #finder_content #seminars_view.loading#clinics_view,
body .section#find_a_seminar #finder_content #clinics_view.loading#clinics_view,
body .section#find_a_seminar #finder_content #map_view.loading#clinics_view {
  padding-bottom: 18rem;
}
body .section.drug_selector_dropdown {
  background: #0b1c35;
  color: #ffffff;
}
body .section.drug_selector_dropdown hr {
  border-color: #dc1a4c !important;
}
body .section.drug_selector_dropdown .content {
  padding: 3rem;
  text-align: center;
}
body .section.drug_selector_dropdown .content h2:first-of-type {
  margin-top: 0;
}
body .section.drug_selector_dropdown .content .select {
  max-width: 30rem;
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
body .section.masonry {
  background: #eee;
  padding-top: 1rem;
  padding-bottom: 0;
  -webkit-transition: padding 1s 0.3s;
  -moz-transition: padding 1s 0.3s;
  -o-transition: padding 1s 0.3s;
  -ms-transition: padding 1s 0.3s;
  transition: padding 1s 0.3s;
}
body .section.masonry hr {
  border-color: #dc1a4c !important;
}
body .section.masonry #filter_form {
  text-align: right;
}
body .section.masonry #filter_form select {
  min-width: 20rem;
}
body .section.masonry .results_wrapper {
  padding: 0 1rem;
  min-height: 14rem;
  position: relative;
}
body .section.masonry .loading_holder_wrapper {
  top: 0;
  -webkit-transition: top 0s 1s;
  -moz-transition: top 0s 1s;
  -o-transition: top 0s 1s;
  -ms-transition: top 0s 1s;
  transition: top 0s 1s;
  margin-left: 0;
}
body .section.masonry .loading_holder_wrapper .loading_holder {
  opacity: 1;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 10rem;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
body .section.masonry .loading_holder_wrapper .loading_holder > div {
  padding: 2rem;
}
body .section.masonry .loading_holder_wrapper .loading_holder > div .title_loading {
  background: #f3f3f3;
  height: 2rem;
  margin: auto;
  margin-bottom: 2rem;
  width: 80%;
}
body .section.masonry .loading_holder_wrapper .loading_holder > div .text_loading {
  width: 90%;
  margin: auto;
}
body .section.masonry .loading_holder_wrapper .loading_holder > div .text_loading div {
  background: #f3f3f3;
  height: 1rem;
  margin: 1rem auto 0;
}
body .section.masonry .loading_holder_wrapper .loading_holder > div .text_loading div:nth-of-type(4) {
  width: 80%;
}
body .section.masonry .loading_holder_wrapper .loading_holder > div .text_loading div:nth-of-type(5) {
  width: 60%;
  margin-top: 2rem;
}
body .section.masonry .loading_holder_wrapper:nth-of-type(2) {
  margin-left: 33.33%;
}
body .section.masonry .loading_holder_wrapper:nth-of-type(3) {
  margin-left: 66.66%;
}
body .section.masonry .results,
body .section.masonry .loaders {
  max-width: 75rem;
  margin: auto;
  margin-top: 3rem;
  position: relative;
}
body .section.masonry .results.loaders,
body .section.masonry .loaders.loaders {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  pointer-events: none;
}
body .section.masonry .results .result,
body .section.masonry .loaders .result,
body .section.masonry .results .loading_holder_wrapper,
body .section.masonry .loaders .loading_holder_wrapper {
  word-break: break-word;
  padding: 1rem;
  width: 33%;
  position: absolute;
  display: block;
}
body .section.masonry .results .result.loading_holder_wrapper,
body .section.masonry .loaders .result.loading_holder_wrapper,
body .section.masonry .results .loading_holder_wrapper.loading_holder_wrapper,
body .section.masonry .loaders .loading_holder_wrapper.loading_holder_wrapper {
  padding-top: 0.5rem;
}
body .section.masonry.loading {
  padding-bottom: 20rem;
}
body .section.masonry.loading .view_more {
  opacity: 0;
}
body .section.masonry.loading .loading_holder_wrapper {
  -webkit-transition: top 0s 0s;
  -moz-transition: top 0s 0s;
  -o-transition: top 0s 0s;
  -ms-transition: top 0s 0s;
  transition: top 0s 0s;
}
body .section.masonry.loading .loading_holder_wrapper .loading_holder {
  opacity: 1;
}
@media only screen and (max-width: 959px) {
  body .section.masonry .results .result,
  body .section.masonry .loaders .result,
  body .section.masonry .results .loading_holder_wrapper,
  body .section.masonry .loaders .loading_holder_wrapper {
    width: 50%;
  }
  body .section.masonry .results .result.loading_holder_wrapper:nth-of-type(2),
  body .section.masonry .loaders .result.loading_holder_wrapper:nth-of-type(2),
  body .section.masonry .results .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(2),
  body .section.masonry .loaders .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(2) {
    margin-left: 50%;
  }
  body .section.masonry .results .result.loading_holder_wrapper:nth-of-type(3),
  body .section.masonry .loaders .result.loading_holder_wrapper:nth-of-type(3),
  body .section.masonry .results .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(3),
  body .section.masonry .loaders .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  body .section.masonry .results,
  body .section.masonry .loaders {
    padding: 0;
    margin-top: 1rem;
  }
  body .section.masonry .results .result,
  body .section.masonry .loaders .result,
  body .section.masonry .results .loading_holder_wrapper,
  body .section.masonry .loaders .loading_holder_wrapper {
    padding: 1rem;
    width: 100%;
  }
  body .section.masonry .results .result.loading_holder_wrapper,
  body .section.masonry .loaders .result.loading_holder_wrapper,
  body .section.masonry .results .loading_holder_wrapper.loading_holder_wrapper,
  body .section.masonry .loaders .loading_holder_wrapper.loading_holder_wrapper {
    padding: 0.5rem 2rem;
  }
  body .section.masonry .results .result.loading_holder_wrapper:nth-of-type(2),
  body .section.masonry .loaders .result.loading_holder_wrapper:nth-of-type(2),
  body .section.masonry .results .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(2),
  body .section.masonry .loaders .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(2),
  body .section.masonry .results .result.loading_holder_wrapper:nth-of-type(3),
  body .section.masonry .loaders .result.loading_holder_wrapper:nth-of-type(3),
  body .section.masonry .results .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(3),
  body .section.masonry .loaders .loading_holder_wrapper.loading_holder_wrapper:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  body .section.masonry {
    padding-top: 0;
  }
  body .section.masonry #filter_form label {
    text-align: center;
    display: block;
    padding-bottom: 1rem;
  }
  body .section.masonry #filter_form .select {
    display: block;
  }
  body .section.masonry #filter_form .select select {
    display: block;
    width: 100%;
  }
}
body .section#share_your_success {
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
body .section#share_your_success .box {
  max-width: 35rem;
  background: #fff;
}
body .section#success_stories .results .result .wrapper {
  border-bottom: 2px solid #d3d3d3;
  background: #ffffff;
  padding: 1rem 2rem;
}
body .section#success_stories .results .result .wrapper h4.title {
  margin-bottom: 0;
  text-align: center;
}
body .section#success_stories .results .result .wrapper .image {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: -1.5rem;
  position: relative;
  -webkit-box-shadow: 0 3px 10px -5px;
  -moz-box-shadow: 0 3px 10px -5px;
  box-shadow: 0 3px 10px -5px;
  margin-bottom: -1rem;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  background-size: cover;
}
body .section#success_stories .results .result .wrapper .content {
  text-align: center;
  overflow: hidden;
}
body .section#success_stories .results .result .wrapper .name {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  color: #395075;
  overflow: hidden;
}
body .section#success_stories .results .result .wrapper .name span {
  white-space: nowrap;
}
body .section#success_stories .results .result .wrapper .caviat {
  color: #888;
  font-size: smaller;
  text-align: center;
}
body .section#success_stories .results .result.long .content {
  font-size: smaller;
  text-align: justify;
}
body .section#success_stories .results .result.short .content {
  font-size: larger;
}
body .section#success_stories .results .result.celebrity .wrapper {
  background-color: #0b1c35;
  color: #fff;
}
body .section#success_stories .results .result.celebrity .wrapper .name {
  color: #B0C2DF;
}
body .section#success_stories .results .result.celebrity .wrapper .caviat {
  color: #ffffff;
}
body .section#success_stories .results .result.video .wrapper {
  padding: 0;
}
body .section#success_stories .results .result.video .wrapper .video {
  position: relative;
  padding-top: 70%;
  background: #0b1c35;
}
body .section#success_stories .results .result.video .wrapper .video iframe {
  background: #0b1c35;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body .section#success_stories .results .result.video .wrapper .title {
  background: #dc1a4c;
  color: #ffffff;
  padding: 2rem;
  font-weight: 500;
}
body .section#success_stories .results .result.video .wrapper .title hr {
  border-color: #ffffff !important;
}
body .section#success_stories .results .result.video .wrapper .title .content {
  margin-top: -1rem;
  font-weight: 300;
  text-align: left;
  font-size: smaller;
}
body .section#success_stories .results .result.corporate .wrapper,
body .section#success_stories .results .result.media .wrapper {
  text-align: center;
}
body .section#success_stories .results .result.corporate .wrapper .corporate.image,
body .section#success_stories .results .result.media .wrapper .corporate.image {
  width: auto;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 10rem;
  height: auto;
  padding: 0.5rem;
}
body .section#success_stories .results .result.corporate .wrapper .corporate.image img,
body .section#success_stories .results .result.media .wrapper .corporate.image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
}
@media only screen and (max-width: 959px) {
  body .section#success_stories .results .result.long .content,
  body .section#success_stories .results .result.short .content {
    font-size: inherit;
  }
}
body .section#share_your_success {
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
body .section#share_your_success .box {
  max-width: 35rem;
  background: #fff;
}
body .section#latest_news .results .result .wrapper {
  border-bottom: 2px solid #d3d3d3;
  background: #ffffff;
}
body .section#latest_news .results .result .wrapper .post {
  text-decoration: inherit;
  color: inherit;
  font-weight: inherit;
}
body .section#latest_news .results .result .wrapper .post h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0;
}
body .section#latest_news .results .result .wrapper .post .header {
  background: #dc1a4c;
  color: #ffffff;
  padding: 2rem;
}
body .section#latest_news .results .result .wrapper .post .header hr {
  border-color: #ffffff !important;
}
body .section#latest_news .results .result .wrapper .post .image {
  height: 14rem;
  background-size: cover;
  background-position: 50%;
}
body .section#latest_news .results .result .wrapper .post .content {
  padding: 2rem;
}
body .section#latest_news .results .result .wrapper .title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0;
}
body .section#latest_news .results .result .wrapper .author_date {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1rem;
}
body .section#latest_news .results .result .wrapper .header {
  background: #dc1a4c;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
body .section#latest_news .results .result .wrapper .content {
  padding: 1rem;
  width: 100%;
}
body .section#latest_news .results .result .wrapper .content p {
  word-wrap: break-word;
}
body .section#latest_news .results .result .wrapper .readmore {
  margin-top: 3rem;
  display: block;
  color: #888;
}
body .section#latest_news .results .result .wrapper .twitter {
  padding: 2rem;
}
body .section#latest_news .results .result .wrapper .twitter .content {
  font-size: smaller;
  text-align: center;
}
body .section#latest_news .results .result .wrapper .twitter .icon {
  font-size: 2.2rem;
  color: #22AEEB;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
body .section#latest_news .results .result .wrapper .twitter .icon.hover {
  color: #d3d3d3;
  text-decoration: none;
}
body .section#latest_news .results .result .wrapper .twitter .tweet-pic img {
  margin: auto;
  padding-top: 2rem;
}
body .section#latest_news .results .result .wrapper .facebook {
  padding: 2rem;
}
body .section#latest_news .results .result .wrapper .facebook .content {
  font-size: smaller;
  text-align: center;
}
body .section#latest_news .results .result .wrapper .facebook .icon {
  font-size: 2.2rem;
  color: #166EBD;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
body .section#latest_news .results .result .wrapper .facebook .icon.hover {
  color: #d3d3d3;
  text-decoration: none;
}
body .section#latest_news .results .result .wrapper .you_tube .video {
  position: relative;
  padding-top: 70%;
  background: #0b1c35;
}
body .section#latest_news .results .result .wrapper .you_tube .video iframe {
  background: #0b1c35;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body .section#latest_news .results .result .wrapper .you_tube .title {
  background: #dc1a4c;
  color: #ffffff;
  padding: 1rem;
  font-weight: 500;
  text-align: center;
  font-size: smaller;
  margin: 0;
}
body .section#latest_news .results .result .wrapper .you_tube .title hr {
  border-color: #ffffff !important;
}
body .section#latest_news .results .result.get_started .wrapper {
  background: #0b1c35;
  color: #ffffff;
  text-align: center;
  padding: 3rem;
}
body .section#latest_news .results .result.get_started .wrapper hr {
  border-color: #dc1a4c !important;
}
body .section#latest_news .results .result.get_started .wrapper h2 {
  margin-top: 0;
}
body .section#latest_news .results .result.get_started .wrapper .button {
  margin-top: 3rem;
}
body .section .faq {
  display: block;
  background: #ffffff;
  padding: 2rem 4rem;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  margin: 2rem 0;
  overflow: hidden;
  position: relative;
}
body .section .faq.error {
  -webkit-box-shadow: 0 2px #dc1a4c;
  -moz-box-shadow: 0 2px #dc1a4c;
  box-shadow: 0 2px #dc1a4c;
}
body .section .faq * {
  position: relative;
}
body .section .faq:before {
  content: '';
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-right-color: #f9f9f9;
  border-width: 30rem 15rem;
  top: -10rem;
  right: 0rem;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
body .section .faq h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #0b1c35;
  padding-right: 12rem;
}
body .section .faq .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13rem;
  text-align: left;
  overflow: hidden;
  height: 3rem;
}
body .section .faq .button span {
  display: block;
  height: 3rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
body .section .faq .button span:first-of-type {
  opacity: 1;
}
body .section .faq .button span:last-of-type {
  opacity: 0;
}
body .section .faq .answer {
  display: none;
  margin-bottom: 3rem;
  padding: 3rem 0 1rem;
}
body .section .faq .answer p:first-of-type {
  margin-top: 0;
}
body .section .faq .answer p:last-of-type {
  margin-bottom: 0;
}
body .section .faq.current:before {
  right: -15rem;
  opacity: 0;
}
body .section .faq.current .button span:first-of-type {
  margin-top: -3rem;
  opacity: 0;
}
body .section .faq.current .button span:last-of-type {
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  body .section .faq {
    padding: 2rem;
  }
  body .section .faq h3 {
    padding: 0;
  }
  body .section .faq .button {
    margin-top: 2rem;
    position: relative;
    width: 100%;
  }
  body .section .faq .answer {
    margin-bottom: 0;
  }
}
body .section#faqs {
  background: #eee;
  padding-top: 1rem;
  padding-bottom: 0;
  -webkit-transition: padding 1s 0.3s;
  -moz-transition: padding 1s 0.3s;
  -o-transition: padding 1s 0.3s;
  -ms-transition: padding 1s 0.3s;
  transition: padding 1s 0.3s;
}
body .section#faqs hr {
  border-color: #dc1a4c !important;
}
body .section#faqs #filter_form {
  text-align: right;
}
body .section#faqs #filter_form select {
  min-width: 20rem;
}
body .section#faqs .results_wrapper {
  padding: 0 1rem 3rem;
  min-height: 14rem;
  position: relative;
}
body .section#faqs .loading_holder_wrapper {
  top: 0;
  width: 100%;
  -webkit-transition: top 0s 1s;
  -moz-transition: top 0s 1s;
  -o-transition: top 0s 1s;
  -ms-transition: top 0s 1s;
  transition: top 0s 1s;
}
body .section#faqs .loading_holder_wrapper .loading_holder {
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
body .section#faqs .loading_holder_wrapper .loading_holder > div {
  padding: 2rem;
}
body .section#faqs .loading_holder_wrapper .loading_holder > div .title_loading {
  background: #f3f3f3;
  height: 2rem;
  width: 80%;
}
body .section#faqs .results,
body .section#faqs .loaders {
  max-width: 75rem;
  margin: auto;
  margin-top: 3rem;
  position: relative;
  padding: 0 1rem;
}
body .section#faqs .results.loaders,
body .section#faqs .loaders.loaders {
  position: absolute;
  max-width: 73rem;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  pointer-events: none;
}
body .section#faqs .results .loading_holder_wrapper,
body .section#faqs .loaders .loading_holder_wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
body .section#faqs.loading {
  padding-bottom: 10rem;
}
body .section#faqs.loading .loading_holder_wrapper {
  -webkit-transition: top 0s 0s;
  -moz-transition: top 0s 0s;
  -o-transition: top 0s 0s;
  -ms-transition: top 0s 0s;
  transition: top 0s 0s;
}
body .section#faqs.loading .loading_holder_wrapper .loading_holder {
  opacity: 1;
}
body .section#faqs .plain_content {
  max-width: 77rem;
  padding: 2rem 2rem 0;
  margin: auto;
}
body .section#faqs .plain_content .content {
  max-width: 75rem;
}
@media only screen and (max-width: 799px) {
  body .section#faqs {
    padding-top: 0;
  }
  body .section#faqs #filter_form {
    text-align: center;
  }
  body .section#faqs #filter_form .select {
    display: block;
    margin-top: 1rem;
  }
  body .section#faqs #filter_form .select select {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  body .section.featured_faqs_section .box {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
body .section.featured_news .slider_section,
body .section.related_news .slider_section {
  padding: 0;
}
body .section.featured_news .slider_section .slides_wrapper,
body .section.related_news .slider_section .slides_wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
}
body .section.featured_news .slider_section .slides_wrapper .slides,
body .section.related_news .slider_section .slides_wrapper .slides {
  margin: 0 -0.5rem;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide,
body .section.related_news .slider_section .slides_wrapper .slides .slide {
  padding: 0.5rem;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide .news,
body .section.related_news .slider_section .slides_wrapper .slides .slide .news {
  background: #fff;
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 28rem;
  padding-bottom: 3rem;
  position: relative;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
  display: block;
  height: 100%;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide .news .title,
body .section.related_news .slider_section .slides_wrapper .slides .slide .news .title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide .news .author_date,
body .section.related_news .slider_section .slides_wrapper .slides .slide .news .author_date {
  font-weight: 300;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide .news .image img,
body .section.related_news .slider_section .slides_wrapper .slides .slide .news .image img {
  width: 100%;
  height: auto;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide .news .header,
body .section.related_news .slider_section .slides_wrapper .slides .slide .news .header {
  background: #dc1a4c;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide .news .content,
body .section.related_news .slider_section .slides_wrapper .slides .slide .news .content {
  padding: 1rem;
}
body .section.featured_news .slider_section .slides_wrapper .slides .slide .news .readmore,
body .section.related_news .slider_section .slides_wrapper .slides .slide .news .readmore {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #888;
}
@media only screen and (max-width: 599px) {
  body .section.featured_news .slider_section .slides_wrapper .slides .slide,
  body .section.related_news .slider_section .slides_wrapper .slides .slide {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
body .section.form_only {
  background: #f3f3f3;
  padding: 2rem;
  padding-top: 5rem;
}
body .section.form_only:after {
  content: '';
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
body .section.form_only > .content .gform_wrapper,
body .section.form_only > .content .gform_confirmation_wrapper {
  max-width: 60rem;
  margin: auto;
}
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper:before,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper:before {
  content: 'Start';
  padding-right: 1rem;
}
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper:after,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper:after {
  content: 'Complete';
  padding-left: 1rem;
}
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper:before,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper:before,
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper:after,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper:after {
  font-weight: 500;
  line-height: 1rem;
  vertical-align: top;
  width: auto;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  display: none;
}
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper .gf_progressbar,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper .gf_progressbar {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 1rem;
  overflow: hidden;
  background: #47B6CA;
  margin-bottom: 3rem;
}
body .section.form_only > .content .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage,
body .section.form_only > .content .gform_confirmation_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: #dc1a4c;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  font-size: 0;
  text-indent: -1000rem;
  height: 100%;
}
body .section.form_only > .content .gform_wrapper form,
body .section.form_only > .content .gform_confirmation_wrapper form,
body .section.form_only > .content .gform_wrapper .gform_confirmation_message,
body .section.form_only > .content .gform_confirmation_wrapper .gform_confirmation_message {
  background: #ffffff;
  border-bottom: 2px solid #d3d3d3;
  padding: 2rem;
  zoom: 1;
}
body .section.form_only > .content .gform_wrapper form:before,
body .section.form_only > .content .gform_confirmation_wrapper form:before,
body .section.form_only > .content .gform_wrapper .gform_confirmation_message:before,
body .section.form_only > .content .gform_confirmation_wrapper .gform_confirmation_message:before {
  content: '';
  display: block;
}
body .section.form_only > .content .gform_wrapper form:after,
body .section.form_only > .content .gform_confirmation_wrapper form:after,
body .section.form_only > .content .gform_wrapper .gform_confirmation_message:after,
body .section.form_only > .content .gform_confirmation_wrapper .gform_confirmation_message:after {
  content: '';
  display: table;
  clear: both;
}
body .section.form_only > .content .gform_wrapper .gform_body .gform_page,
body .section.form_only > .content .gform_confirmation_wrapper .gform_body .gform_page {
  max-width: 36rem;
  margin: 2rem auto;
  zoom: 1;
}
body .section.form_only > .content .gform_wrapper .gform_body .gform_page:before,
body .section.form_only > .content .gform_confirmation_wrapper .gform_body .gform_page:before {
  content: '';
  display: block;
}
body .section.form_only > .content .gform_wrapper .gform_body .gform_page:after,
body .section.form_only > .content .gform_confirmation_wrapper .gform_body .gform_page:after {
  content: '';
  display: table;
  clear: both;
}
body .section.form_only > .content .gform_wrapper .gform_body,
body .section.form_only > .content .gform_confirmation_wrapper .gform_body,
body .section.form_only > .content .gform_wrapper .gform_footer,
body .section.form_only > .content .gform_confirmation_wrapper .gform_footer {
  max-width: 40rem;
  margin: auto;
}
body .section .gforms_confirmation_message {
  padding-top: 10rem;
  top: -10rem;
  position: relative;
  margin-bottom: -10rem;
}
body .section .gform_confirmation_wrapper.consultation .gform_confirmation_message {
  background-color: transparent;
  color: #333;
  font-weight: 300;
  top: initial;
  margin-bottom: auto;
  text-align: left;
  padding: 5rem !important;
}
body .section .gform_confirmation_wrapper.consultation .gform_confirmation_message h3 {
  font-weight: 500;
}
body .section .gform_confirmation_wrapper.consultation .gform_confirmation_message .result {
  padding-bottom: 1rem;
}
body .section .gform_confirmation_wrapper.consultation .gform_confirmation_message .result p {
  font-size: inherit;
}
@media only screen and (max-width: 799px) {
  body .section .gform_confirmation_wrapper.consultation .gform_confirmation_message {
    padding: 2rem !important;
  }
  body .section .gform_confirmation_wrapper.consultation .gform_confirmation_message .result {
    padding-bottom: 0;
  }
}
body .section.world_map {
  background: #8ECFD3;
}
body .section.world_map .content {
  padding: 3rem;
}
body .section.world_map .content h2 {
  text-align: center;
}
body .section.world_map .content .wrapper {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 1rem;
}
body .section.world_map .content .wrapper .map_image {
  vertical-align: top;
  width: 70%;
  -webkit-flex: 1 0 70%;
  -moz-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding: 2rem;
}
body .section.world_map .content .wrapper .map_image img {
  width: 100%;
  height: auto;
}
body .section.world_map .content .wrapper .whitebox {
  vertical-align: top;
  width: 30%;
  -webkit-flex: 1 0 30%;
  -moz-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  background: #ffffff;
  padding: 2rem;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  body .section.world_map .content .wrapper .whitebox {
    vertical-align: top;
    width: 40%;
    -webkit-flex: 1 0 40%;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
  body .section.world_map .content .wrapper .map_image {
    vertical-align: top;
    width: 60%;
    -webkit-flex: 1 0 60%;
    -moz-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }
}
@media only screen and (max-width: 799px) {
  body .section.world_map .content {
    padding: 2rem;
  }
  body .section.world_map .content .wrapper {
    display: block;
  }
  body .section.world_map .content .wrapper .whitebox {
    width: 100%;
    display: block;
  }
  body .section.world_map .content .wrapper .map_image {
    width: 100%;
  }
}
body .section.workplace_programme_table,
body .section.method_table,
body .section.programme_table {
  background: #8ECFD3;
  padding: 3rem 0 0;
}
body .section.workplace_programme_table .container,
body .section.method_table .container,
body .section.programme_table .container {
  padding: 3rem 0 0;
  margin: auto;
  width: 100%;
}
body .section.workplace_programme_table .container .choice_table,
body .section.method_table .container .choice_table,
body .section.programme_table .container .choice_table {
  overflow: hidden;
  text-align: center;
  min-width: 100%;
  white-space: nowrap;
}
body .section.workplace_programme_table .container .choice_table > .wrapper,
body .section.method_table .container .choice_table > .wrapper,
body .section.programme_table .container .choice_table > .wrapper {
  padding: 3rem 2rem;
  display: inline-block;
  white-space: normal;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices,
body .section.method_table .container .choice_table > .wrapper .choices,
body .section.programme_table .container .choice_table > .wrapper .choices {
  display: flex;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice,
body .section.method_table .container .choice_table > .wrapper .choices .choice,
body .section.programme_table .container .choice_table > .wrapper .choices .choice {
  display: flex;
  position: relative;
  background: #f3f3f3;
  border-left: 2px solid #8ECFD3;
  border-right: 2px solid #8ECFD3;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper {
  width: 20rem;
  padding-bottom: 4rem;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head,
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer {
  width: 100%;
  background: #0b1c35;
  color: #ffffff;
  padding: 1rem;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head .icon,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head .icon,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head .icon,
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer .icon,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer .icon,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer .icon {
  font-size: 2em;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head h4,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head h4,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head h4,
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer h4,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer h4,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer h4 {
  margin-bottom: 0;
  margin-top: 1rem;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head h3,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head h3,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head h3,
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer h3,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer h3,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer h3 {
  font-weight: 500;
  margin: 0;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content {
  border-bottom: 2px solid #ffffff;
  padding: 1rem 2rem;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content.bottom,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content.bottom,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content.bottom {
  border: 0px;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content:last-of-type,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content:last-of-type,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content:last-of-type {
  border-bottom: 0;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content ul,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content ul,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content ul {
  padding: 0 2rem;
  font-size: smaller;
  margin-top: 2rem;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content p:first-of-type,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content p:first-of-type,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content p:first-of-type {
  margin-top: 0;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content p:last-of-type,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content p:last-of-type,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_content p:last-of-type {
  margin-bottom: 0;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_head {
  padding: 2rem 1rem 1rem;
  text-decoration: none !important;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer,
body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer,
body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer {
  text-decoration: none !important;
  color: #fff;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 4rem;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current,
body .section.method_table .container .choice_table > .wrapper .choices .choice.current,
body .section.programme_table .container .choice_table > .wrapper .choices .choice.current {
  z-index: 1;
  -webkit-box-shadow: 0 0 1.5rem -0.5rem #000000;
  -moz-box-shadow: 0 0 1.5rem -0.5rem #000000;
  box-shadow: 0 0 1.5rem -0.5rem #000000;
  border: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current .choice_head,
body .section.method_table .container .choice_table > .wrapper .choices .choice.current .choice_head,
body .section.programme_table .container .choice_table > .wrapper .choices .choice.current .choice_head,
body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current .choice_footer,
body .section.method_table .container .choice_table > .wrapper .choices .choice.current .choice_footer,
body .section.programme_table .container .choice_table > .wrapper .choices .choice.current .choice_footer {
  background: #dc1a4c;
  color: #ffffff;
}
@media only screen and (max-width: 599px) {
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice,
  body .section.method_table .container .choice_table > .wrapper .choices .choice,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice {
    opacity: 0.8;
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current,
  body .section.method_table .container .choice_table > .wrapper .choices .choice.current,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice.current {
    opacity: 1;
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current:after,
  body .section.method_table .container .choice_table > .wrapper .choices .choice.current:after,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice.current:after,
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current:before,
  body .section.method_table .container .choice_table > .wrapper .choices .choice.current:before,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice.current:before {
    font-family: 'icomoon' !important;
    position: absolute;
    color: #0b1c35;
    font-size: 4rem;
    top: 50%;
    margin-top: -1rem;
    font-weight: 800;
    z-index: 1;
    pointer-events: none;
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current:after,
  body .section.method_table .container .choice_table > .wrapper .choices .choice.current:after,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice.current:after {
    left: 100%;
    margin-left: -1rem;
    content: "\e905";
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice.current:before,
  body .section.method_table .container .choice_table > .wrapper .choices .choice.current:before,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice.current:before {
    right: 100%;
    margin-right: -1rem;
    content: "\e906";
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice:last-of-type:after,
  body .section.method_table .container .choice_table > .wrapper .choices .choice:last-of-type:after,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice:last-of-type:after {
    content: '';
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice:first-of-type:before,
  body .section.method_table .container .choice_table > .wrapper .choices .choice:first-of-type:before,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice:first-of-type:before {
    content: '';
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper,
  body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper {
    padding-bottom: 6rem;
  }
  body .section.workplace_programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer,
  body .section.method_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer,
  body .section.programme_table .container .choice_table > .wrapper .choices .choice > .wrapper .choice_footer {
    height: 6rem;
  }
}
body .section.workplace_programme_table .container .choice_table > .wrapper .button_wrapper,
body .section.method_table .container .choice_table > .wrapper .button_wrapper,
body .section.programme_table .container .choice_table > .wrapper .button_wrapper {
  display: table;
  width: 100%;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .button_wrapper .buttons,
body .section.method_table .container .choice_table > .wrapper .button_wrapper .buttons,
body .section.programme_table .container .choice_table > .wrapper .button_wrapper .buttons {
  display: table-cell;
  padding: 6rem 2rem 0;
  opacity: 0.8;
  position: relative;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .button_wrapper .buttons a.button,
body .section.method_table .container .choice_table > .wrapper .button_wrapper .buttons a.button,
body .section.programme_table .container .choice_table > .wrapper .button_wrapper .buttons a.button {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  background: #0b1c35;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .button_wrapper .buttons.current,
body .section.method_table .container .choice_table > .wrapper .button_wrapper .buttons.current,
body .section.programme_table .container .choice_table > .wrapper .button_wrapper .buttons.current {
  opacity: 1;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .button_wrapper .buttons.current a.button,
body .section.method_table .container .choice_table > .wrapper .button_wrapper .buttons.current a.button,
body .section.programme_table .container .choice_table > .wrapper .button_wrapper .buttons.current a.button {
  background: #dc1a4c;
}
body .section.workplace_programme_table .container .choice_table > .wrapper .button_wrapper .buttons .international_exit_button,
body .section.method_table .container .choice_table > .wrapper .button_wrapper .buttons .international_exit_button,
body .section.programme_table .container .choice_table > .wrapper .button_wrapper .buttons .international_exit_button {
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  font-style: italic;
  color: #0b1c35;
}
body .section.method_blocks,
body .section.programme_blocks {
  background: #8ECFD3;
  padding: 3rem 2rem;
}
body .section.method_blocks hr,
body .section.programme_blocks hr {
  border-color: #dc1a4c !important;
}
body .section.method_blocks.no_padding_bottom,
body .section.programme_blocks.no_padding_bottom {
  padding-bottom: 1px;
}
body .section.method_blocks.no_padding_above,
body .section.programme_blocks.no_padding_above {
  padding-top: 1px;
}
body .section.method_blocks .container,
body .section.programme_blocks .container {
  max-width: 50rem;
  margin: auto;
  text-align: center;
}
body .section.method_blocks .container .choice,
body .section.programme_blocks .container .choice {
  background: #ffffff;
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 2px;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
body .section.method_blocks .container .choice.error,
body .section.programme_blocks .container .choice.error {
  -webkit-box-shadow: 0 2px #dc1a4c;
  -moz-box-shadow: 0 2px #dc1a4c;
  box-shadow: 0 2px #dc1a4c;
}
body .section.method_blocks .container .choice .wrapper,
body .section.programme_blocks .container .choice .wrapper {
  max-width: 35rem;
  margin: auto;
}
body .section.method_blocks .container .choice .wrapper .icon,
body .section.programme_blocks .container .choice .wrapper .icon {
  font-size: 4rem;
}
body .section.method_blocks .container .choice .wrapper .description,
body .section.programme_blocks .container .choice .wrapper .description {
  text-align: left;
}
body .section.method_blocks .container .choice .wrapper .info,
body .section.programme_blocks .container .choice .wrapper .info {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 1rem;
}
body .section.method_blocks .container .choice .wrapper .info .box,
body .section.programme_blocks .container .choice .wrapper .info .box {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
body .section.method_blocks .container .choice .wrapper .info .box li,
body .section.programme_blocks .container .choice .wrapper .info .box li {
  margin-bottom: 0.5rem;
  text-align: left;
  margin-left: 4rem;
}
body .section.method_blocks .container .choice .wrapper .info .box .price_bubble,
body .section.programme_blocks .container .choice .wrapper .info .box .price_bubble {
  width: 8rem;
  height: 8rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
}
body .section.method_blocks .container .choice .wrapper .buttons a,
body .section.programme_blocks .container .choice .wrapper .buttons a {
  margin-bottom: 1rem;
}
body .section.method_blocks .container .choice .wrapper .buttons a:first-of-type,
body .section.programme_blocks .container .choice .wrapper .buttons a:first-of-type {
  margin-right: 1rem;
}
body .section#comments {
  background: #f3f3f3;
}
body .section#comments .wrapper {
  width: 100%;
  max-width: 77rem;
  margin: auto;
  padding: 4rem 2rem;
}
body .section#comments .wrapper .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .section#comments .wrapper .comment-list .comment {
  background: #ffffff;
  padding: 1rem;
  font-size: smaller;
  position: relative;
  margin-bottom: 1rem;
}
body .section#comments .wrapper .comment-list .comment .gravatar {
  margin: 0;
  position: absolute;
  left: 2rem;
  top: 2rem;
  max-height: 4rem;
  max-width: 4rem;
}
body .section#comments .wrapper .comment-list .comment .comment-meta {
  margin-left: 8rem;
}
body .section#comments .wrapper .comment-list .comment .comment-meta h2.comment-author {
  font-size: 1.2rem;
  display: inline-block;
  margin: 1rem 1rem 0 0 ;
}
body .section#comments .wrapper .comment-list .comment .comment-meta .comment-meta-item {
  display: inline-block;
  font-style: italic;
  margin-bottom: 0;
  margin-right: 1rem;
}
body .section#comments .wrapper .comment-list .comment .comment-content {
  margin-left: 8rem;
}
body .section#comments .wrapper #commentform {
  margin-bottom: 2rem;
  position: relative;
}
body .section#comments .wrapper #commentform p label {
  width: 9rem;
  display: inline-block;
}
body .section#comments .wrapper #commentform #comment {
  width: 100%;
}
body .section.image_list {
  padding: 6rem 3rem;
}
@media only screen and (max-width: 599px) {
  body .section.image_list {
    padding: 4rem 2rem;
  }
}
body .section.image_list .list_item {
  max-width: 50rem;
  margin: auto;
  margin-bottom: 4rem;
  display: flex;
}
body .section.image_list .list_item:last-of-type {
  margin-bottom: 0;
}
body .section.image_list .list_item .image {
  flex: 1 0 6rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 599px) {
  body .section.image_list .list_item .image {
    margin-right: 1rem;
    flex: 1 0 4rem;
  }
}
body .section.image_list .list_item .list_content {
  flex: 1 1 auto;
}
body .section.international_exit .country_list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3;
  -moz-column-gap: 3;
  column-gap: 3;
  list-style: none;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  body .section.international_exit .country_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 599px) {
  body .section.international_exit .country_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
body .section.international_exit .country_list li {
  display: inline-block;
  width: 100%;
}
body .section.international_exit .country_list li.selected {
  font-weight: bold;
}
body .section.notice {
  padding: 0.5rem 2rem;
}
body .section.plain_content,
body .section.international_exit {
  background: #eee;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body .section.plain_content:after,
body .section.international_exit:after {
  content: '';
  background: #eee;
  left: 0;
  right: 0;
  top: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
}
body .section.plain_content > .content,
body .section.international_exit > .content {
  zoom: 1;
  padding: 3rem;
  background: #ffffff;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #d3d3d3;
}
body .section.plain_content > .content:before,
body .section.international_exit > .content:before {
  content: '';
  display: block;
}
body .section.plain_content > .content:after,
body .section.international_exit > .content:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 799px) {
  body .section.plain_content,
  body .section.international_exit {
    padding-bottom: 2rem;
  }
  body .section.plain_content .content,
  body .section.international_exit .content {
    padding: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  body .section.plain_content,
  body .section.international_exit {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .section.plain_content > .content,
  body .section.international_exit > .content {
    border-bottom: 0;
  }
}
body .section.plain_content_without {
  background: #eee;
}
body .section.plain_content_without hr {
  border-color: #dc1a4c;
}
body .section.plain_content_without .content {
  zoom: 1;
  padding: 3rem;
}
body .section.plain_content_without .content:before {
  content: '';
  display: block;
}
body .section.plain_content_without .content:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 799px) {
  body .section.plain_content_without .content {
    padding: 2rem;
  }
}
body .section.faqs {
  padding: 3rem 2rem 1rem;
}
body .section.faqs > .content {
  padding: 3rem;
  background: #ffffff;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #d3d3d3;
}
body .section.faqs > .user_content {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
body .section.margin_bottom {
  margin-bottom: 1rem;
}
body .section.margin_top {
  margin-top: 1rem;
}
body .section .limit_width p,
body .section.limit_width p {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
body .section .limit_width p strong,
body .section.limit_width p strong {
  display: block;
}
body .section .limit_width p strong strong,
body .section.limit_width p strong strong {
  display: inline-block;
}
body .tab_content {
  display: none;
}
body .tab_content.current {
  display: block;
}
body #main_modal {
  display: none;
  position: fixed;
  z-index: 3;
  width: 52rem;
  padding: 3rem 2rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  table-layout: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  max-height: 100vh;
  max-width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), height 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), height 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), height 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), height 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), height 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body #main_modal.large {
  width: 70rem;
}
body #main_modal > div {
  height: 100%;
  display: table-cell;
  height: calc(100vh - 6rem);
  width: 100%;
  vertical-align: middle;
  pointer-events: none;
}
body #main_modal > div .close_button {
  position: absolute;
  margin-top: -2rem;
  right: 2rem;
  color: #ffffff;
  font-weight: 800;
  pointer-events: none;
}
body #main_modal > div .close_button .icon-close {
  font-size: smaller;
  padding-right: 0.5rem;
}
body #main_modal > div #main_modal_content {
  -webkit-transition: max-height 0.2s;
  -moz-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  -ms-transition: max-height 0.2s;
  transition: max-height 0.2s;
  position: relative;
  background: #ffffff;
  padding: 3rem;
  pointer-events: all;
  border: 2rem solid #f3f3f3;
  max-height: 100%;
  max-height: calc(100vh - 6rem);
  max-width: calc(100vw - 4rem);
  overflow-y: auto;
}
body #main_modal > div #main_modal_content .seminar_exit,
body #main_modal > div #main_modal_content .site_exit {
  text-align: center;
}
body #main_modal > div #main_modal_content .seminar_exit .page,
body #main_modal > div #main_modal_content .site_exit .page {
  padding: 0;
}
body #main_modal > div #main_modal_content .seminar_exit .page .seminar_exit_form,
body #main_modal > div #main_modal_content .site_exit .page .seminar_exit_form,
body #main_modal > div #main_modal_content .seminar_exit .page .site_exit_form,
body #main_modal > div #main_modal_content .site_exit .page .site_exit_form {
  text-align: right;
  background: #f3f3f3;
  padding: 2rem 3rem 5rem;
  margin-top: 2rem;
}
body #main_modal > div #main_modal_content .seminar_exit .page .seminar_exit_form label,
body #main_modal > div #main_modal_content .site_exit .page .seminar_exit_form label,
body #main_modal > div #main_modal_content .seminar_exit .page .site_exit_form label,
body #main_modal > div #main_modal_content .site_exit .page .site_exit_form label {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-align: left;
}
body #main_modal > div #main_modal_content .seminar_exit .page .seminar_exit_form input,
body #main_modal > div #main_modal_content .site_exit .page .seminar_exit_form input,
body #main_modal > div #main_modal_content .seminar_exit .page .site_exit_form input,
body #main_modal > div #main_modal_content .site_exit .page .site_exit_form input {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  text-align: left;
}
body #main_modal > div #main_modal_content .seminar_exit .page .seminar_exit_form button,
body #main_modal > div #main_modal_content .site_exit .page .seminar_exit_form button,
body #main_modal > div #main_modal_content .seminar_exit .page .site_exit_form button,
body #main_modal > div #main_modal_content .site_exit .page .site_exit_form button {
  margin-top: 0;
  margin-bottom: 0;
}
body #main_modal > div #main_modal_content .seminar_exit .page .seminar_exit_form .radio,
body #main_modal > div #main_modal_content .site_exit .page .seminar_exit_form .radio,
body #main_modal > div #main_modal_content .seminar_exit .page .site_exit_form .radio,
body #main_modal > div #main_modal_content .site_exit .page .site_exit_form .radio {
  margin: 0 0 2rem;
  display: table;
  padding-right: 1rem;
}
body #main_modal > div #main_modal_content .seminar_exit .page .seminar_exit_form .radio label,
body #main_modal > div #main_modal_content .site_exit .page .seminar_exit_form .radio label,
body #main_modal > div #main_modal_content .seminar_exit .page .site_exit_form .radio label,
body #main_modal > div #main_modal_content .site_exit .page .site_exit_form .radio label {
  display: table-cell;
  vertical-align: top;
  padding-left: 1rem;
}
body #main_modal > div #main_modal_content .seminar_exit .page .seminar_exit_form .radio input,
body #main_modal > div #main_modal_content .site_exit .page .seminar_exit_form .radio input,
body #main_modal > div #main_modal_content .seminar_exit .page .site_exit_form .radio input,
body #main_modal > div #main_modal_content .site_exit .page .site_exit_form .radio input {
  width: auto;
}
body #main_modal > div #main_modal_content .seminar_exit .date,
body #main_modal > div #main_modal_content .site_exit .date,
body #main_modal > div #main_modal_content .seminar_exit .details,
body #main_modal > div #main_modal_content .site_exit .details,
body #main_modal > div #main_modal_content .seminar_exit .location,
body #main_modal > div #main_modal_content .site_exit .location,
body #main_modal > div #main_modal_content .seminar_exit .price,
body #main_modal > div #main_modal_content .site_exit .price {
  font-size: 1.6em;
  margin: 0;
}
body #main_modal > div #main_modal_content .seminar_exit .details,
body #main_modal > div #main_modal_content .site_exit .details {
  font-size: 1.3rem;
}
body #main_modal > div #main_modal_content .seminar_exit .location a,
body #main_modal > div #main_modal_content .site_exit .location a {
  color: #0b1c35;
  margin: 1rem 0;
  display: block;
}
body #main_modal > div #main_modal_content .seminar_exit .button,
body #main_modal > div #main_modal_content .site_exit .button {
  margin: 2rem 0;
}
body #main_modal > div #main_modal_content .seminar_exit hr,
body #main_modal > div #main_modal_content .site_exit hr {
  border-color: #dc1a4c;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 799px) {
  body #main_modal > div #main_modal_content {
    border: 1rem solid #f3f3f3;
    padding: 2rem 1rem;
  }
  body #main_modal > div #main_modal_content .seminar_exit {
    padding: 2rem 1rem;
  }
  body #main_modal > div #main_modal_content .seminar_exit .date,
  body #main_modal > div #main_modal_content .seminar_exit .details,
  body #main_modal > div #main_modal_content .seminar_exit .location,
  body #main_modal > div #main_modal_content .seminar_exit .price {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 599px) {
  body #main_modal > div #main_modal_content {
    padding: 0 1rem;
  }
}
body #main_modal > div #main_modal_content.loading {
  max-height: 1rem;
  padding: 0;
  border: 0;
  background: #f3f3f3;
}
body #main_modal > div #main_modal_content.loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 100%;
  z-index: 0;
  background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(11, 28, 53, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(11, 28, 53, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(11, 28, 53, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(11, 28, 53, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(11, 28, 53, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shine 1s linear infinite;
  -moz-animation: shine 1s linear infinite;
  -o-animation: shine 1s linear infinite;
  animation: shine 1s linear infinite;
}
body #main_modal > div #main_modal_content.loading > * {
  opacity: 0;
}
@media only screen and (max-width: 799px) {
  body #main_modal {
    width: 100vw;
  }
  body #main_modal.large {
    width: 100vw;
  }
}
body .modal_paged {
  overflow: hidden;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body .modal_paged .page {
  vertical-align: top;
  width: 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
  text-align: center;
  position: relative;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
body .modal_paged .page.current {
  opacity: 1;
}
body .modal_paged .page .button {
  margin-left: 1rem;
  margin-right: 1rem;
}
body .modal_paged .page .button.next {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
body .modal_paged .page .button.prev {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
body .modal_paged.workplace_calculator input {
  box-shadow: none;
  padding: 1rem;
  margin-right: 1rem;
}
body .modal_paged.workplace_calculator .page:last-of-type {
  height: 0px;
}
body .modal_paged.workplace_calculator .page.result {
  height: auto;
}
body #share_modal {
  position: fixed;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -moz-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -o-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -ms-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
}
body #share_modal .social_shares {
  vertical-align: top;
  width: auto;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  align-self: center;
  color: #fff;
  position: relative;
  top: -3rem;
}
body #share_modal .social_shares a {
  font-size: 5rem;
  position: relative;
  top: 3rem;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.4s;
  -moz-transition: top 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.4s;
  -o-transition: top 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.4s;
  -ms-transition: top 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.4s;
  transition: top 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.4s;
}
body #share_modal .social_shares a span {
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body #share_modal .social_shares a.hover span {
  color: #dc1a4c;
}
body #share_modal .social_shares p {
  opacity: 0;
  font-weight: 700;
}
body #share_modal.active {
  visibility: visible;
  max-height: 100%;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
body #share_modal.active .social_shares {
  pointer-events: all;
}
body #share_modal.active .social_shares >*:nth-last-child(1) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
body #share_modal.active .social_shares >*:nth-last-child(2) {
  -webkit-transition-delay: 280ms;
  transition-delay: 280ms;
}
body #share_modal.active .social_shares >*:nth-last-child(3) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}
body #share_modal.active .social_shares >*:nth-last-child(4) {
  -webkit-transition-delay: 440ms;
  transition-delay: 440ms;
}
body #share_modal.active .social_shares >*:nth-last-child(5) {
  -webkit-transition-delay: 520ms;
  transition-delay: 520ms;
}
body #share_modal.active .social_shares >*:nth-last-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
body #share_modal.active .social_shares >*:nth-last-child(7) {
  -webkit-transition-delay: 680ms;
  transition-delay: 680ms;
}
body #share_modal.active .social_shares >*:nth-last-child(8) {
  -webkit-transition-delay: 760ms;
  transition-delay: 760ms;
}
body #share_modal.active .social_shares a,
body #share_modal.active .social_shares p {
  -webkit-transition: top 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s;
  -moz-transition: top 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s;
  -o-transition: top 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s;
  -ms-transition: top 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s;
  transition: top 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s;
  opacity: 1;
  top: 0;
}
body #translate_modal {
  position: fixed;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -moz-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -o-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  -ms-transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  transition: max-height 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
  padding: 2rem;
  padding-top: 5rem;
}
body #translate_modal .close_button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  pointer-events: none;
}
body #translate_modal .wrapper {
  margin: auto;
  overflow: auto;
  max-height: 100%;
  pointer-events: all;
  background: #ffffff;
  padding: 2rem;
}
body #translate_modal .translates {
  column-count: 10;
  column-width: 10rem;
  align-self: center;
  margin: auto;
  position: relative;
}
body #translate_modal .translates a.goog-te-menu2-item div {
  background: none;
}
body #translate_modal .translates a.goog-te-menu2-item div:hover {
  background: #eee;
}
body #translate_modal .translates a.goog-te-menu2-item div .text {
  color: #000;
  font-weight: 300;
}
body #translate_modal.active {
  visibility: visible;
  max-height: 100%;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
body #translate_modal.active .translates {
  pointer-events: all;
}
body .modal_template {
  display: none;
}
body .get_started_form,
body .international_exit_form {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body .price_bubble {
  margin: 1rem auto;
  background: #0b1c35;
  color: #ffffff;
  font-weight: 800;
  width: 6.5rem;
  height: 6.5rem;
  -webkit-border-radius: 3.25rem;
  -moz-border-radius: 3.25rem;
  border-radius: 3.25rem;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .price_bubble hr {
  border-color: #dc1a4c !important;
}
body .price_bubble .price {
  font-size: 1.8rem;
  line-height: 1.9rem;
  margin-top: 0.1rem;
}
body .price_bubble .price .smaller {
  margin-top: -0.7rem;
}
body .price_bubble .smaller {
  white-space: nowrap;
  font-size: 0.7rem;
  text-transform: uppercase;
  line-height: 1rem;
}
body .treatment_methods {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
  width: 100%;
  max-width: 50rem;
  margin: auto;
}
body .treatment_methods .method {
  margin-bottom: 1rem;
  position: relative;
}
body .treatment_methods .method h2 {
  font-size: 1.7em;
  font-weight: 500;
}
body .treatment_methods .method h2 span {
  font-size: 1.5em;
  line-height: 2rem;
  vertical-align: sub;
  margin-right: 1rem;
}
body .treatment_methods .method .recommended {
  background: #dc1a4c;
  color: #ffffff;
  padding: 1rem;
  font-size: larger;
  font-weight: 500;
}
body .treatment_methods .method .recommended .price_bubble {
  position: absolute;
  top: 0;
  right: 2rem;
  margin-top: 1rem;
}
body .treatment_methods .method .method_content {
  background: #f3f3f3;
  padding: 1rem;
}
body .treatment_methods .method .method_content .description {
  width: 60%;
  font-size: smaller;
  max-width: 36rem;
  margin: 1rem auto;
}
body .treatment_methods .method .method_content .buttons {
  margin: 2rem 0;
}
body .treatment_methods.treatment_count_3 .method:nth-of-type(2),
body .treatment_methods.treatment_count_3 .method:nth-of-type(3) {
  width: 50%;
  display: table-cell;
}
body .treatment_methods.treatment_count_3 .method:nth-of-type(2) h2 span,
body .treatment_methods.treatment_count_3 .method:nth-of-type(3) h2 span {
  display: block;
  margin: 0 0 1rem;
}
body .treatment_methods.treatment_count_3 .method:nth-of-type(2) .wrapper {
  padding-right: 0.5rem;
}
body .treatment_methods.treatment_count_3 .method:nth-of-type(3) .wrapper {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 799px) {
  body .treatment_methods h4 {
    margin-top: 2rem !important;
  }
  body .treatment_methods .method .recommended .price_bubble {
    position: relative;
    right: 0;
  }
  body .treatment_methods .method h2 span {
    display: block;
    margin: 0 0 1rem;
  }
  body .treatment_methods.treatment_count_3 .method:nth-of-type(2),
  body .treatment_methods.treatment_count_3 .method:nth-of-type(3) {
    width: 100%;
    display: block;
  }
  body .treatment_methods.treatment_count_3 .method:nth-of-type(2) .wrapper {
    padding-right: 0.5rem;
  }
  body .treatment_methods.treatment_count_3 .method:nth-of-type(3) .wrapper {
    padding-left: 0.5rem;
  }
}
body .geolocate {
  text-align: center;
}
body .geolocate p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
body .geolocate .flags {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 40rem;
}
body .geolocate .flags a {
  color: inherit;
  text-decoration: none !important;
  vertical-align: top;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 2rem 3rem 2rem;
}
@media only screen and (max-width: 599px) {
  body .geolocate .flags a {
    padding: 0 1rem 2rem;
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
body .geolocate .flags a .flag {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0.5rem 2rem -1rem #000;
  -moz-box-shadow: 0 0.5rem 2rem -1rem #000;
  box-shadow: 0 0.5rem 2rem -1rem #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
body .geolocate .flags a .flag img {
  width: 100%;
  height: auto;
  display: block;
}
body .geolocate .flags a span {
  font-weight: bold;
  color: #dc1a4c;
  cursor: pointer;
}
body .geolocate .flags a.hover {
  text-decoration: none;
}
body .geolocate .flags a.hover .flag {
  -webkit-box-shadow: 0 0.5rem 2rem -2rem #000;
  -moz-box-shadow: 0 0.5rem 2rem -2rem #000;
  box-shadow: 0 0.5rem 2rem -2rem #000;
}
body.single-seminar-location #location_map {
  min-height: 30rem;
  position: relative;
}
body.single-seminar-location #location_map #embed_map {
  background: #E5E3DF;
  top: 3rem;
  bottom: 3rem;
  left: 3rem;
  right: 0;
  position: absolute;
}
body.single-seminar-location #clinic_seminars_form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.single-seminar-location .address {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.4;
}
body.single-seminar-location .address span {
  display: block;
}
body.single-seminar-location .box .button {
  margin-top: 1rem;
  margin-right: 1rem;
}
body.single-seminar-location .view_more {
  top: -1rem;
  margin: 0 2rem 2rem 2rem;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 959px) {
  body.single-seminar-location #location_map #embed_map {
    top: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
  body.single-seminar-location .box .button {
    display: block;
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  body.single-seminar-location #location_map #embed_map {
    right: 2rem;
    bottom: 0;
  }
}
@media only screen and (max-width: 799px) {
  body.home #top_buttons #share_button {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  body.home {
    background: #eee;
  }
  body.home hr {
    border-color: #dc1a4c !important;
  }
}
body.single-post .author_date {
  margin-bottom: 3rem;
  font-size: small;
}
body.single-post .featured_image {
  margin-bottom: 3rem;
}
body.single-post .section.related_news {
  margin-top: -4rem;
}
body.single-post .section.related_news .slider_section {
  max-width: 75rem;
  margin: auto;
}
body.single-post .section.related_news .slider_section .nav {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 799px) {
  body.single-post .section.related_news {
    margin-top: -1rem;
  }
}
body.search-results .plain_content,
body.search-no-results .plain_content {
  min-height: 90vh;
}
body.search-results h1,
body.search-no-results h1 {
  padding-bottom: 2rem;
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: 0;
}
body.search-results article,
body.search-no-results article {
  padding: 1rem 0;
  border-bottom: 1px solid #f3f3f3;
}
body.search-results article h2,
body.search-no-results article h2 {
  font-size: 1.4rem;
  color: #888;
}
body.search-results article .readmore,
body.search-no-results article .readmore {
  color: #0b1c35 !important;
}
body.search-results article:last-of-type,
body.search-no-results article:last-of-type {
  border-bottom: none;
}
body.search-results .pagination,
body.search-no-results .pagination {
  padding: 2rem 0;
  border-top: 2px solid #d3d3d3;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
body.error404 #content .plain_content {
  min-height: 90vh;
}
body.error404 #content .searchform {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
body.error404 #content .searchform button {
  border: none;
  padding: 0px;
  outline: none;
  height: 4rem;
  background: #dc1a4c;
  color: #ffffff;
  vertical-align: top;
  width: 9rem;
  -webkit-flex: 1 1 9rem;
  -moz-flex: 1 1 9rem;
  -ms-flex: 1 1 9rem;
  flex: 1 1 9rem;
}
body.error404 #content .searchform button .icon-search {
  display: inline-block;
  vertical-align: middle;
}
body.error404 #content .searchform button .go {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1rem;
  width: 3rem;
}
body.error404 #content .searchform input {
  display: inline-block;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 4rem;
  vertical-align: top;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #f3f3f3;
  padding: 0 2rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.error404 #content .searchform .close_search {
  display: none;
}
body #header_wrap {
  padding-bottom: 1rem;
  position: fixed;
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  z-index: 3;
}
body #content_overlay {
  position: fixed;
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: max-height 0s linear 0.4s, visibility 0s linear 0.4s, opacity 0.4s ease-in-out;
  -moz-transition: max-height 0s linear 0.4s, visibility 0s linear 0.4s, opacity 0.4s ease-in-out;
  -o-transition: max-height 0s linear 0.4s, visibility 0s linear 0.4s, opacity 0.4s ease-in-out;
  -ms-transition: max-height 0s linear 0.4s, visibility 0s linear 0.4s, opacity 0.4s ease-in-out;
  transition: max-height 0s linear 0.4s, visibility 0s linear 0.4s, opacity 0.4s ease-in-out;
  height: 100%;
  background: rgba(11, 28, 53, 0.8);
  z-index: 2;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
}
body #content_overlay.active {
  visibility: visible;
  max-height: 100%;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
body #main_header {
  font-weight: 500;
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -ms-transition: top 0.2s;
  transition: top 0.2s;
}
body #main_header #top_header {
  position: relative;
  z-index: 1;
  background: #0b1c35;
  height: 6rem;
  padding: 1.2rem 2rem;
  color: #ffffff;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  body #main_header #top_header {
    height: 8rem;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
body #main_header #top_header .logo {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 100%;
  vertical-align: top;
  width: 17rem;
  -webkit-flex: 0 0 17rem;
  -moz-flex: 0 0 17rem;
  -ms-flex: 0 0 17rem;
  flex: 0 0 17rem;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 599px) {
  body #main_header #top_header .logo {
    height: 50%;
    vertical-align: top;
    width: 11rem;
    -webkit-flex: 0 0 11rem;
    -moz-flex: 0 0 11rem;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem;
  }
}
body #main_header #top_header .logo img {
  height: 100%;
  width: auto;
}
body #main_header #top_header .logo.hover {
  opacity: 0.8;
}
body #main_header #top_header.blurred {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
@supports (-ms-ime-align:auto) {
  body #main_header #top_header.blurred {
    filter: blur(0);
  }
}
body #main_header #top_header #top_nav {
  margin-top: -0.5rem;
}
body #main_header #top_header #top_nav > .contact_no {
  float: left;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 0;
  position: relative;
  opacity: 0.65;
}
@media only screen and (max-width: 599px) {
  body #main_header #top_header #top_nav > .contact_no.mobile_hide {
    display: none;
  }
}
body #main_header #top_header #top_nav > .contact_no a:hover {
  text-decoration: underline;
}
body #main_header #top_header #top_nav .top_nav_item {
  display: inline-block;
}
body #main_header #top_header #top_nav .top_nav_item div {
  padding: 0.5rem 0;
  position: relative;
  padding-right: 2rem;
}
body #main_header #top_header #top_nav .top_nav_item div:first-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 599px) {
  body #main_header #top_header #top_nav .top_nav_item div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  body #main_header #top_header #top_nav .top_nav_item div:last-of-type {
    border-bottom: 0 none;
  }
}
body #main_header #top_header #top_nav .top_nav_item div a,
body #main_header #top_header #top_nav .top_nav_item div .a {
  opacity: 0.65;
  padding: 0.1rem 1rem 0.1rem 0;
  margin-right: 1rem;
}
body #main_header #top_header #top_nav .top_nav_item div a.hover,
body #main_header #top_header #top_nav .top_nav_item div .a.hover {
  text-decoration: underline;
  cursor: pointer;
}
body #main_header #top_header #top_nav .top_nav_item div img {
  position: absolute;
  right: 0;
  width: 1.3rem;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 599px) {
  body #main_header #top_header #top_nav {
    margin-top: -0.5rem;
  }
  body #main_header #top_header #top_nav .top_nav_item {
    display: block;
  }
  body #main_header #top_header #top_nav .top_nav_item div {
    padding-right: 0rem;
    text-align: right;
  }
  body #main_header #top_header #top_nav .top_nav_item div a,
  body #main_header #top_header #top_nav .top_nav_item div .a {
    margin: 0 !important;
    padding-right: 0 !important;
  }
  body #main_header #top_header #top_nav .top_nav_item div a:before,
  body #main_header #top_header #top_nav .top_nav_item div .a:before {
    content: '';
  }
  body #main_header #top_header #top_nav .top_nav_item div img {
    display: none;
  }
  body #main_header #top_header #top_nav .top_nav_item .contact_no span {
    opacity: 0.65;
  }
  body #main_header #top_header #top_nav .top_nav_item .contact_no span a {
    opacity: 1;
  }
}
body #main_header #lower_header {
  position: relative;
  z-index: 2;
  line-height: 2rem;
}
body #main_header #lower_header:after {
  content: '';
  position: absolute;
  -webkit-box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
  pointer-events: none;
  top: 100%;
  left: 0;
  right: 0;
  height: 2rem;
  z-index: 1;
}
body #main_header #lower_header > .wrapper {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body #main_header #lower_header.blurred {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  z-index: 1;
}
@supports (-ms-ime-align:auto) {
  body #main_header #lower_header.blurred {
    filter: blur(0);
  }
}
body #main_header #lower_header #secondary_nav {
  cursor: pointer;
  background: #dc1a4c;
  padding: 0.75rem 2rem;
  color: #ffffff;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  vertical-align: top;
  width: 35%;
  -webkit-flex: 0.5 1 35%;
  -moz-flex: 0.5 1 35%;
  -ms-flex: 0.5 1 35%;
  flex: 0.5 1 35%;
  font-size: larger;
  font-weight: 700;
  transition: all 0.1s;
}
body #main_header #lower_header #secondary_nav:after {
  content: '';
  display: block;
  background: #dc1a4c;
  width: 100vw;
  width: calc(100vw - 100%);
  max-width: calc(1400px - 100%);
  position: absolute;
  left: 100%;
  height: 1rem;
  top: 100%;
  margin-top: -1rem;
}
body #main_header #lower_header #secondary_nav.hover,
body #main_header #lower_header #secondary_nav.active {
  margin-bottom: -0.5rem;
}
body #main_header #lower_header #secondary_nav > div {
  vertical-align: top;
  width: extract(1, 3);
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media only screen and (max-width: 799px) {
  body #main_header #lower_header #secondary_nav {
    vertical-align: top;
    width: 45%;
    -webkit-flex: 0.5 1 45%;
    -moz-flex: 0.5 1 45%;
    -ms-flex: 0.5 1 45%;
    flex: 0.5 1 45%;
  }
}
@media only screen and (max-width: 599px) {
  body #main_header #lower_header #secondary_nav {
    vertical-align: top;
    width: 35%;
    -webkit-flex: 1 0 35%;
    -moz-flex: 1 0 35%;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
  }
}
body #main_header #lower_header #tertiary_nav {
  min-height: 4rem;
  z-index: 1;
  background-color: #f5f5f5;
  vertical-align: top;
  width: 65%;
  -webkit-flex: 1 1 65%;
  -moz-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
body #main_header #lower_header #tertiary_nav ul.menu {
  vertical-align: top;
  width: extract(1, 3);
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 4rem;
}
body #main_header #lower_header #tertiary_nav ul.menu li {
  vertical-align: top;
  width: auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body #main_header #lower_header #tertiary_nav ul.menu li.current-menu-item,
body #main_header #lower_header #tertiary_nav ul.menu li.current-menu-ancestor,
body #main_header #lower_header #tertiary_nav ul.menu li.hover {
  background: #eee;
}
body #main_header #lower_header #tertiary_nav ul.menu:after {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  content: '';
  vertical-align: top;
  width: 0px;
  -webkit-flex: 5 10 0px;
  -moz-flex: 5 10 0px;
  -ms-flex: 5 10 0px;
  flex: 5 10 0px;
}
body #main_header #lower_header #tertiary_nav a {
  line-height: 1rem;
  text-align: center;
  width: 100%;
  padding: 1rem;
  color: #272727;
  font-weight: 500;
}
body #main_header #lower_header #tertiary_nav #search {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5rem;
  height: 4rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -ms-transition: width 0.4s;
  transition: width 0.4s;
}
body #main_header #lower_header #tertiary_nav #search .searchform {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
body #main_header #lower_header #tertiary_nav #search button {
  border: none;
  padding: 0px;
  background: none;
  outline: none;
  height: 4rem;
  vertical-align: top;
  width: 4.5rem;
  -webkit-flex: 0 0 4.5rem;
  -moz-flex: 0 0 4.5rem;
  -ms-flex: 0 0 4.5rem;
  flex: 0 0 4.5rem;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}
body #main_header #lower_header #tertiary_nav #search button .icon-search {
  display: inline-block;
  vertical-align: middle;
}
body #main_header #lower_header #tertiary_nav #search button .go {
  width: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  vertical-align: middle;
  opacity: 0;
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
body #main_header #lower_header #tertiary_nav #search input {
  display: inline-block;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 4rem;
  vertical-align: top;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #eee;
  padding: 0;
}
body #main_header #lower_header #tertiary_nav #search .close_search {
  background: #eee;
  vertical-align: top;
  width: 0px;
  -webkit-flex: 0 0 0px;
  -moz-flex: 0 0 0px;
  -ms-flex: 0 0 0px;
  flex: 0 0 0px;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
body #main_header #lower_header #tertiary_nav #search.hover,
body #main_header #lower_header #tertiary_nav #search.active {
  background: #eee;
}
body #main_header #lower_header #tertiary_nav #search.active {
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -ms-transition: width 0.6s;
  transition: width 0.6s;
  width: 100%;
}
body #main_header #lower_header #tertiary_nav #search.active input {
  padding: 0 2rem;
}
body #main_header #lower_header #tertiary_nav #search.active button {
  background: #dc1a4c;
  color: #ffffff;
  vertical-align: top;
  width: 9rem;
  -webkit-flex: 1 1 9rem;
  -moz-flex: 1 1 9rem;
  -ms-flex: 1 1 9rem;
  flex: 1 1 9rem;
  -webkit-transition: color 0.2s 0.4s, flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s 0.4s;
  -moz-transition: color 0.2s 0.4s, flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s 0.4s;
  -o-transition: color 0.2s 0.4s, flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s 0.4s;
  -ms-transition: color 0.2s 0.4s, flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s 0.4s;
  transition: color 0.2s 0.4s, flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s 0.4s;
}
body #main_header #lower_header #tertiary_nav #search.active button .go {
  -webkit-transition: width 0.2s 0.4s;
  -moz-transition: width 0.2s 0.4s;
  -o-transition: width 0.2s 0.4s;
  -ms-transition: width 0.2s 0.4s;
  transition: width 0.2s 0.4s;
  opacity: 1;
  width: 3rem;
}
body #main_header #lower_header #tertiary_nav #search.active .close_search {
  vertical-align: top;
  width: 4.5rem;
  -webkit-flex: 1 0 4.5rem;
  -moz-flex: 1 0 4.5rem;
  -ms-flex: 1 0 4.5rem;
  flex: 1 0 4.5rem;
  -webkit-transition: flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: flex 0.4s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body #main_header #lower_header #tertiary_nav.has_burger {
  padding-right: 9rem;
}
body #main_header #lower_header #tertiary_nav.has_burger #search {
  right: 4.5rem;
}
body #main_header #lower_header #tertiary_nav.has_burger #search.active {
  width: calc(100% - 4.5rem);
}
@media only screen and (max-width: 599px) {
  body #main_header #lower_header #tertiary_nav {
    vertical-align: top;
    width: 9rem;
    -webkit-flex: 0 0 9rem;
    -moz-flex: 0 0 9rem;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
  }
  body #main_header #lower_header #tertiary_nav #search {
    right: 4.5rem;
  }
  body #main_header #lower_header #tertiary_nav #search.active {
    width: calc(100% - 4.5rem);
  }
  body #main_header #lower_header #tertiary_nav #search button .go {
    display: none;
  }
  body #main_header #lower_header #tertiary_nav ul.menu {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  body #main_header #lower_header {
    font-size: 0.9rem;
  }
}
body #main_header #secondary_nav_expanded {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #d3d3d3;
  color: #333;
  width: 100%;
  padding: 0;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  transition: padding 0.2s;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body #main_header #secondary_nav_expanded .card_wrapper {
  list-style: none;
  margin: 0;
  vertical-align: top;
  width: 25%;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: transform 0.6s 0.6s, opacity 0.2s, padding 0.2s;
  -moz-transition: transform 0.6s 0.6s, opacity 0.2s, padding 0.2s;
  -o-transition: transform 0.6s 0.6s, opacity 0.2s, padding 0.2s;
  -ms-transition: transform 0.6s 0.6s, opacity 0.2s, padding 0.2s;
  transition: transform 0.6s 0.6s, opacity 0.2s, padding 0.2s;
  -webkit-transform: perspective(0) rotateX(90deg);
  -moz-transform: perspective(0) rotateX(90deg);
  -o-transform: perspective(0) rotateX(90deg);
  -ms-transform: perspective(0) rotateX(90deg);
  transform: perspective(0) rotateX(90deg);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body #main_header #secondary_nav_expanded .card_wrapper {
    /* IE10+ specific styles go here */
    max-width: 25%;
  }
}
body #main_header #secondary_nav_expanded .card_wrapper .card {
  display: block;
  background: #ffffff;
  height: 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body #main_header #secondary_nav_expanded .card_wrapper .card > div {
  opacity: 0;
  padding: 2rem;
  position: relative;
  min-height: 100%;
}
body #main_header #secondary_nav_expanded .card_wrapper .card > div .title {
  font-family: "museo-sans", sans-serif;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: none;
  font-size: 2rem;
}
body #main_header #secondary_nav_expanded .card_wrapper .card > div .icon span {
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 5rem;
  max-width: 5rem;
  background-size: 8rem;
  background-size: contain;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
}
body #main_header #secondary_nav_expanded .card_wrapper .card > div .description {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.01rem;
  line-height: 1.3em;
}
body #main_header #secondary_nav_expanded .card_wrapper .card > div .get_started {
  border: 3px solid #94d0d3;
  padding: 0.5rem 1rem;
  color: #94d0d3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  margin: auto;
}
body #main_header #secondary_nav_expanded .card_wrapper .card.hover {
  cursor: pointer;
  background-color: #94d0d3;
  color: #ffffff;
}
body #main_header #secondary_nav_expanded .card_wrapper .card.hover p {
  color: #ffffff;
}
body #main_header #secondary_nav_expanded .card_wrapper .card.hover .get_started {
  border: 3px solid #ffffff;
  padding: 0.5rem 1rem;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  body #main_header #secondary_nav_expanded .card_wrapper {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 599px) {
  body #main_header #secondary_nav_expanded .card_wrapper {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  body #main_header #secondary_nav_expanded .card_wrapper .card > div .title {
    font-size: 1.1rem;
  }
  body #main_header #secondary_nav_expanded .card_wrapper .card > div .description,
  body #main_header #secondary_nav_expanded .card_wrapper .card > div .get_started {
    display: none;
  }
}
body #main_header #secondary_nav_expanded.active {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  max-height: 100vh;
  max-width: 100%;
  height: 100%;
  max-height: calc(100vh - 10.5rem);
  margin-top: 0.5rem;
  padding: 0.5rem;
}
body #main_header #secondary_nav_expanded.active .card_wrapper {
  opacity: 1;
  padding: 0.5rem;
  -webkit-transform: perspective(0) rotateX(0deg);
  -moz-transform: perspective(0) rotateX(0deg);
  -o-transform: perspective(0) rotateX(0deg);
  -ms-transform: perspective(0) rotateX(0deg);
  transform: perspective(0) rotateX(0deg);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
body #main_header #secondary_nav_expanded.active .card_wrapper .card {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 20rem;
}
body #main_header #secondary_nav_expanded.active .card_wrapper .card > div {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.4s;
  -moz-transition: opacity 0.8s 0.4s;
  -o-transition: opacity 0.8s 0.4s;
  -ms-transition: opacity 0.8s 0.4s;
  transition: opacity 0.8s 0.4s;
}
@media only screen and (max-width: 599px) {
  body #main_header #secondary_nav_expanded.active .card_wrapper {
    vertical-align: top;
    width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  body #main_header #secondary_nav_expanded.active .card_wrapper .card {
    height: 12rem;
  }
}
body #main_header #side_menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
body #main_header #side_menu #burger {
  display: none;
  margin-top: 6rem;
  z-index: 2;
  position: absolute;
  right: 0;
  width: 4.5rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body #main_header #side_menu #burger.hover {
  background: #eee;
}
@media only screen and (max-width: 599px) {
  body #main_header #side_menu #burger {
    margin-top: 8rem;
  }
}
body #main_header #side_menu #burger .icon-menu {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0s;
  -moz-transition: opacity 0.6s 0s;
  -o-transition: opacity 0.6s 0s;
  -ms-transition: opacity 0.6s 0s;
  transition: opacity 0.6s 0s;
  vertical-align: top;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body #main_header #side_menu #burger .icon-menu.hover {
  background: #eee;
}
body #main_header #side_menu #burger #close_sidemenu {
  vertical-align: top;
  width: 0px;
  -webkit-flex: 0 0 0px;
  -moz-flex: 0 0 0px;
  -ms-flex: 0 0 0px;
  flex: 0 0 0px;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
body #main_header #side_menu #burger #close_sidemenu .icon-close {
  padding-left: 1em;
}
body #main_header #side_menu #side_menu_wrapper {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 1000px;
  height: calc(100vh + 6rem);
  position: absolute;
  top: 0;
  left: -50rem;
  width: 50rem;
  -webkit-transition: all 0s 0.6s;
  -moz-transition: all 0s 0.6s;
  -o-transition: all 0s 0.6s;
  -ms-transition: all 0s 0.6s;
  transition: all 0s 0.6s;
  pointer-events: none;
}
body #main_header #side_menu #side_menu_slider {
  position: absolute;
  background: #eee;
  top: 0;
  left: 70%;
  width: 50%;
  min-height: 100%;
  padding-top: 12rem;
  opacity: 0;
  pointer-events: all;
  -webkit-transition: left 0.4s ease-in, opacity 0.4s, width 0s 0.6s;
  -moz-transition: left 0.4s ease-in, opacity 0.4s, width 0s 0.6s;
  -o-transition: left 0.4s ease-in, opacity 0.4s, width 0s 0.6s;
  -ms-transition: left 0.4s ease-in, opacity 0.4s, width 0s 0.6s;
  transition: left 0.4s ease-in, opacity 0.4s, width 0s 0.6s;
}
@media only screen and (max-width: 599px) {
  body #main_header #side_menu #side_menu_slider {
    padding-top: 14rem;
  }
}
body #main_header #side_menu #side_menu_slider .menu li a {
  display: block;
  padding: 1rem 2rem;
}
body #main_header #side_menu #side_menu_slider .menu li.hover a {
  color: #dc1a4c;
}
body #main_header #side_menu #side_menu_slider .mobile_nav {
  display: none;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
body #main_header #side_menu #side_menu_slider .mobile_nav:after {
  content: '';
  border-bottom: 1px solid #dc1a4c;
  width: 8rem;
  display: block;
  margin-left: 2rem;
  position: absolute;
  bottom: 0;
}
body #main_header #side_menu.active #burger {
  background: #dc1a4c;
  color: #ffffff;
  width: 12.5rem;
  -webkit-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body #main_header #side_menu.active #burger #close_sidemenu {
  flex: 1 0 4.5rem;
  opacity: 1;
  -webkit-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  -moz-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  -o-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  -ms-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
}
body #main_header #side_menu.active #burger .icon-menu {
  vertical-align: top;
  width: 0px;
  -webkit-flex: 0 0 0px;
  -moz-flex: 0 0 0px;
  -ms-flex: 0 0 0px;
  flex: 0 0 0px;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  opacity: 0;
  background: #dc1a4c !important;
  -webkit-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  -moz-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  -o-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  -ms-transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
  transition: flex 0.2s 0.4s, opacity 0.2s 0.4s;
}
body #main_header #side_menu.active #side_menu_wrapper {
  visibility: visible;
  opacity: 1;
  max-height: initial;
  -webkit-transition: all 0s 0s;
  -moz-transition: all 0s 0s;
  -o-transition: all 0s 0s;
  -ms-transition: all 0s 0s;
  transition: all 0s 0s;
}
body #main_header #side_menu.active #side_menu_slider {
  left: 50%;
  opacity: 1;
  width: 50%;
  -webkit-transition: left 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s, width 0.6s  ease-in;
  -moz-transition: left 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s, width 0.6s  ease-in;
  -o-transition: left 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s, width 0.6s  ease-in;
  -ms-transition: left 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s, width 0.6s  ease-in;
  transition: left 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s, width 0.6s  ease-in;
}
body #main_header #side_menu.has_burger #burger {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media only screen and (max-width: 599px) {
  body #main_header #side_menu #burger {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  body #main_header #side_menu #side_menu_slider .mobile_nav {
    display: block;
  }
  body #main_header #side_menu #side_menu_slider .menu li a {
    padding: 1rem 4rem;
    font-size: larger;
  }
}
body #footer_wrap {
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
body #footer_wrap.hidden {
  background: #eee;
}
body #footer_wrap.hidden #main_footer,
body #footer_wrap.hidden #secondary_footer {
  opacity: 0;
  visibility: hidden;
  touch-event: none;
}
body #main_footer {
  font-weight: 500;
  position: relative;
  background: #dc1a4c;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 3rem 2rem;
  color: #ffffff;
  visibility: visible;
  max-height: 100%;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
}
body #main_footer #footer_menu {
  vertical-align: top;
  width: 65%;
  -webkit-flex: 1 1 65%;
  -moz-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
}
body #main_footer #footer_menu #menu-footer {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
body #main_footer #footer_menu #menu-footer > li {
  vertical-align: top;
  width: extract(1, 3);
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
body #main_footer #footer_menu #menu-footer > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.6rem;
  bottom: 0.6rem;
  border-right: 2px solid #cb1d47;
}
body #main_footer #footer_menu #menu-footer > li:last-of-type:after {
  content: none;
}
body #main_footer #footer_menu #menu-footer > li.hover a {
  opacity: 0.6;
}
body #main_footer #footer_menu #menu-footer > li.hover li.hover a {
  opacity: 1;
}
body #main_footer #footer_menu #menu-footer > li > a {
  color: #820B29;
  opacity: 1 !important;
  cursor: default;
}
body #main_footer #footer_menu #menu-footer a {
  padding: 0.5rem 2rem;
  display: block;
  font-weight: 700;
}
body #main_footer #footer_right {
  vertical-align: top;
  width: 35%;
  -webkit-flex: 1 1 35%;
  -moz-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 0.5rem 2rem;
}
body #main_footer #footer_right #google_translate_element {
  margin-bottom: 2rem;
}
body #main_footer #footer_right .logo {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body #main_footer #footer_right .logo img {
  width: auto;
  height: 3.8rem;
}
body #main_footer #footer_right .logo.hover {
  opacity: 0.8;
}
body #main_footer #footer_right #social_icons {
  margin: 2rem 0;
}
body #main_footer #footer_right #social_icons a {
  font-size: 2.5rem;
  padding: 0.5rem;
}
body #main_footer #footer_right #social_icons.hover a {
  opacity: 0.6;
}
body #main_footer #footer_right #social_icons.hover a.hover {
  opacity: 1;
}
body #main_footer #footer_right #copyright p {
  font-weight: 300;
  font-size: small;
  text-align: right;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 799px) {
  body #main_footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body #main_footer #footer_menu {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  body #main_footer #footer_right {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 2rem;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body #main_footer #footer_right #copyright p {
    text-align: center;
    font-size: smaller;
  }
}
@media only screen and (max-width: 599px) {
  body #main_footer {
    padding: 1rem 2rem 2rem 2rem;
  }
  body #main_footer #footer_menu {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  body #main_footer #footer_menu #menu-footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body #main_footer #footer_menu #menu-footer > li {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative;
    padding-right: 3rem !important;
    padding-right: 0 !important;
  }
  body #main_footer #footer_menu #menu-footer > li:before {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 0;
    bottom: 0;
    height: 16px;
    height: 1rem;
    display: block;
    margin: auto;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.2rem;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    transition: transform 0.4s;
  }
  body #main_footer #footer_menu #menu-footer > li.active:before,
  body #main_footer #footer_menu #menu-footer > li.selected:before {
    content: "\e901";
    font-size: 20px;
    font-size: 1.2rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body #main_footer #footer_menu #menu-footer > li:nth-of-type(n):after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: none;
    border-bottom: 2px solid #cb1d47;
  }
  body #main_footer #footer_menu #menu-footer > li:before {
    top: 2rem;
    bottom: auto;
    pointer-events: none;
  }
  body #main_footer #footer_menu #menu-footer > li > ul {
    display: none;
    padding-bottom: 2rem;
  }
  body #main_footer #footer_menu #menu-footer > li > a {
    padding: 2rem 0;
    color: #ffffff;
  }
  body #main_footer #footer_right {
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 2rem;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body #main_footer #footer_right #copyright p {
    text-align: center;
    font-size: smaller;
  }
}
body #secondary_footer {
  background: #ad1039;
  color: #fff;
  min-height: 10rem;
  text-align: center;
  padding: 2rem;
  font-size: smaller;
}
body #main_header #top_header #top_nav.c-restricted-nav {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
body #main_header #top_header #top_nav.c-restricted-nav .restricted-nav {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  list-style: none;
  padding: 0;
}
body #main_header #top_header #top_nav.c-restricted-nav .restricted-nav__item a {
  padding: 0.5rem 2rem;
  display: block;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1100px) {
  body #main_header #top_header #top_nav.c-restricted-nav {
    transition: right 1s;
    position: fixed;
    right: -50%;
    width: 50%;
    height: 100%;
    background: #0b1c35;
    align-items: flex-start;
    top: 0;
  }
  body #main_header #top_header #top_nav.c-restricted-nav .restricted-nav {
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 6rem;
  }
  body #main_header #top_header #top_nav.c-restricted-nav .restricted-nav__item {
    display: block;
    width: 100%;
  }
  body #main_header #top_header #top_nav.c-restricted-nav .restricted-nav__item a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3rem;
  }
  body #main_header #top_header #top_nav.c-restricted-nav.open {
    right: 0;
  }
}
body #burger {
  display: none;
}
@media (max-width: 1100px) {
  body #burger {
    display: flex;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5rem;
    height: 100%;
    cursor: pointer;
    -webkit-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  body #burger.hover {
    background: #0b1c35;
  }
  body #burger .icon-menu {
    opacity: 1;
    -webkit-transition: opacity 0.6s 0s;
    -moz-transition: opacity 0.6s 0s;
    -o-transition: opacity 0.6s 0s;
    -ms-transition: opacity 0.6s 0s;
    transition: opacity 0.6s 0s;
    vertical-align: top;
    width: 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  body #burger .icon-menu.hover {
    background: #0b1c35;
  }
  body #burger #close_sidemenu {
    vertical-align: top;
    width: 0px;
    -webkit-flex: 0 0 0px;
    -moz-flex: 0 0 0px;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
  }
  body #burger #close_sidemenu .icon-close {
    padding-left: 1em;
  }
}
body .external-icon {
  width: 12px;
  margin-left: 5px;
  filter: invert(0.5);
}
body #footer_menu a {
  position: relative;
}
body #footer_menu .external-icon {
  filter: invert(0);
}
body.page-template-restricted-user #main_header #top_header {
  z-index: 2;
}
body .goog-te-banner-frame {
  border: none;
}
#tinymce {
  background: #ffffff;
  max-width: 1400px;
  padding: 20px !important;
  box-sizing: border-box;
}
html.ie9 .section {
  width: 100% !important;
}
html.ie9 .section.box_section {
  display: table;
  width: 100%;
}
html.ie9 .section.box_section .box {
  display: table-cell;
  vertical-align: middle;
}
html.ie9 .section.homepage_slider .slides {
  white-space: nowrap;
  word-wrap: normal;
  font-size: 0px;
}
html.ie9 .section.homepage_slider .slides .slide {
  width: 1400px;
  height: 40rem;
  display: inline-block;
}
html.ie9 .section.homepage_steps .section.steps .box .circle {
  padding: 20px 40px 40px 20px;
  font-size: 30px;
}
html.ie9 .section.homepage_testimonials > .wrapper {
  display: table;
  table-layout: fixed;
}
html.ie9 .section.homepage_testimonials > .wrapper .left {
  display: table-cell;
}
html.ie9 .section.homepage_testimonials > .wrapper .left .testimonials {
  max-width: 400px;
}
html.ie9 .section.homepage_testimonials > .wrapper .right {
  display: table-cell;
}
html.ie9 .section.homepage_testimonials > .wrapper .right .quote {
  float: right;
  margin-top: 100px;
}
html.ie9 .section.addictions_grid #homepage_addiction_links > div .addiction_link {
  display: inline-block;
}
html.ie9 .section.slider_section .slides,
html.ie9 .section.celebrity_slider_templates .slides {
  white-space: nowrap;
  font-size: 0;
}
html.ie9 .section.slider_section .slides .slide,
html.ie9 .section.celebrity_slider_templates .slides .slide {
  white-space: normal;
  font-size: 1rem;
  display: inline-block;
}
html.ie9 .section.slider_section .slides .slide.width_1 .slide,
html.ie9 .section.celebrity_slider_templates .slides .slide.width_1 .slide {
  display: inline-block;
}
html.ie9 .section.slider_section .slides .slide.width_2 .slide,
html.ie9 .section.celebrity_slider_templates .slides .slide.width_2 .slide {
  display: inline-block;
}
html.ie9 .section.slider_section .slides .slide.width_3 .slide,
html.ie9 .section.celebrity_slider_templates .slides .slide.width_3 .slide {
  display: inline-block;
}
html.ie9 .section.slider_section .slides .slide.width_4 .slide,
html.ie9 .section.celebrity_slider_templates .slides .slide.width_4 .slide {
  display: inline-block;
}
html.ie9 .section.slider_section .slides .slide.width_5 .slide,
html.ie9 .section.celebrity_slider_templates .slides .slide.width_5 .slide {
  display: inline-block;
}
html.ie9 .section.slider_section .slides .slide.width_6 .slide,
html.ie9 .section.celebrity_slider_templates .slides .slide.width_6 .slide {
  display: inline-block;
}
html.ie9 .section.slider_section .slides .slide > .news,
html.ie9 .section.celebrity_slider_templates .slides .slide > .news {
  display: block;
}
html.ie9 .section.category_page_header {
  background: #eee;
  zoom: 1;
}
html.ie9 .section.category_page_header:before {
  content: '';
  display: block;
}
html.ie9 .section.category_page_header:after {
  content: '';
  display: table;
  clear: both;
}
html.ie9 .section.category_page_header .content {
  float: left;
  margin: 0;
}
html.ie9 .section.category_page_header .video {
  float: left;
  margin: 0;
}
html.ie9 #main_header #top_header {
  display: table;
  width: 100%;
  text-align: right;
}
html.ie9 #main_header #top_header .logo,
html.ie9 #main_header #top_header #top_nav {
  display: table-cell;
}
html.ie9 #main_header #top_header .logo {
  text-align: left;
}
html.ie9 #main_header #top_header .logo img {
  max-height: 50px;
}
html.ie9 #main_header #lower_header .wrapper {
  display: table;
  width: 100%;
}
html.ie9 #main_header #lower_header .wrapper #secondary_nav {
  display: table-cell;
  vertical-align: top;
  height: 50px;
}
html.ie9 #main_header #lower_header .wrapper #secondary_nav:after {
  display: none;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav {
  display: table-cell;
  vertical-align: top;
  height: 50px;
  min-height: 0px;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav ul.menu {
  display: table;
  width: 100%;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav ul.menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav #search form {
  display: table;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav #search form input {
  width: 0;
  padding: 0;
  display: table-cell;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav #search form button {
  width: 50px;
  display: table-cell;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav #search form .close_search {
  display: table-cell;
  vertical-align: middle;
  float: left;
  width: 0;
  line-height: 0;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav #search.active form input {
  width: 1260px;
  padding: 0 2rem;
  position: relative;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav #search.active form button {
  width: 90px;
  position: relative;
}
html.ie9 #main_header #lower_header .wrapper #tertiary_nav #search.active form .close_search {
  float: none;
  width: 50px;
  position: relative;
}
html.ie9 #main_header #lower_header #secondary_nav_expanded {
  height: 0;
  text-align: center;
}
html.ie9 #main_header #lower_header #secondary_nav_expanded.active {
  height: auto;
}
html.ie9 #main_header #lower_header #secondary_nav_expanded.active .card_wrapper {
  width: 100%;
  max-width: 24rem;
  display: inline-block;
}
html.ie9 #main_footer {
  display: table;
  width: 100%;
}
html.ie9 #main_footer #footer_right {
  display: table-cell;
  text-align: right;
}
html.ie9 #main_footer #footer_menu {
  display: table-cell;
}
html.ie9 #main_footer #footer_menu #menu-footer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
html.ie9 #main_footer #footer_menu #menu-footer > li {
  display: table-cell;
}
html.ie9 .middle {
  text-align: center;
  vertical-align: middle;
}
html.ie9 #homepage_addiction_links .addiction_link {
  width: 100%;
  max-width: 20rem;
}
html.ie9 .modal_template#share_modal .social_shares {
  margin: auto;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
html.ie9 .arrow-down:before {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
html.ie9 .user_content .button.arrow:before {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
