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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/**
 * Define consistent border, margin, and padding.
 */
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; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

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

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

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

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

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

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

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

/*#ccc
	#747b86
	#73767b
	#474c52*/
* {
  margin: 0; }

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

body,
html {
  height: 100%;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 62.5%;
  line-height: 17px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

body {
  background-color: #fff; }

input,
textarea {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: none;
  transition: all 200ms ease-out;
  border-radius: 0; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #fff;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #bfbfbf inset;
  -webkit-text-fill-color: #000 !important; }

a,
a:visited,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out; }

a:hover {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0; }

p {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.005em;
  margin: 0 0 20px 0;
  font-weight: 300; }

p strong {
  font-weight: 500; }

body,
html {
  background-color: #283243; }

body.showNav {
  overflow: hidden; }

.has-background {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(css/backgroundsize.min.htc); }

.inner {
  width: 1180px;
  margin: 0 auto; }

#wrap {
  float: left;
  width: 100%;
  background-color: #fff; }

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000; }

#loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#loading svg path,
#loading svg rect {
  fill: #f15a24; }

nav {
  position: fixed;
  height: 100%;
  width: 420px;
  background-color: #283243;
  z-index: 10;
  left: -420px;
  transition: all 400ms ease 0ms;
  padding: 90px 20px 20px 20px;
  overflow: hidden;
  overflow-y: auto; }

.menu-option {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.menu-option a {
  display: block; }

.menu-option h3 {
  font-size: 20px;
  line-height: 24px;
  min-width: 140px;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.menu-option h3 i {
  font-size: 18px;
  color: #f15a24;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(0deg);
  transition: transform 300ms ease 0ms; }

.menu-option h3.active i {
  transform: rotate(45deg); }

.menu-option h4 {
  font-size: 13px;
  line-height: 20px;
  color: #f15a24;
  font-weight: 300;
  text-transform: uppercase; }

.menu-option ul {
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  list-style: none; }

.menu-option ul li {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  font-weight: 500; }

.menu-option ul li a,
.menu-option ul li a:visited {
  color: #757c87; }

.menu-option ul li a:hover {
  color: #fff; }

.showNav nav {
  left: 0px; }

#page {
  background-color: #fff; }

.displayvideo {
  cursor: pointer; }

#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }

#video-overlay-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 10003;
  cursor: pointer; }

#video-overlay-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  transform: translate(-50%, -50%);
  transition: color 200ms ease 0ms; }

#video-overlay-close:hover i {
  color: #f15a24; }

#video-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 80px 40px; }

#video-overlay-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10002; }

#video-overlay-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#video-overlay-trigger svg path,
#video-overlay-trigger svg rect {
  fill: #f15a24; }

#video-overlay-container-inner {
  width: 100%;
  max-width: 1400px;
  position: relative;
  z-index: 10003; }

#video-overlay-container-inner .embed-container {
  position: relative;
  padding-bottom: 58.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

#video-overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(40, 50, 67, 0.95);
  width: 100%;
  height: 100%;
  z-index: 10001;
  cursor: pointer; }

#menu-toggle {
  position: fixed;
  top: 25px;
  left: 55px;
  z-index: 200;
  transition: all 400ms ease 0ms; }

#menu-toggle a {
  display: block;
  position: relative;
  width: 100px;
  height: 20px;
  padding: 0 0 0 40px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #283243;
  font-weight: 500; }

#menu-toggle a .open {
  display: block;
  font-weight: 500; }

#menu-toggle a .close {
  display: none;
  font-weight: 500; }

#menu-toggle a span {
  position: absolute;
  left: 0;
  width: 27px;
  height: 4px;
  background-color: #f15a24;
  display: block;
  transition: all 400ms ease 0ms; }

#menu-toggle a span.top-bar {
  top: 0; }

#menu-toggle a span.middle-bar {
  top: 7px; }

#menu-toggle a span.bottom-bar {
  top: 14px; }

.showNav #menu-toggle {
  left: 20px; }

.showNav #menu-toggle a {
  color: #fff; }

.showNav #menu-toggle a .open {
  display: none; }

.showNav #menu-toggle a .close {
  display: block; }

.showNav #menu-toggle a span {
  background-color: #fff; }

.showNav #menu-toggle a span.top-bar {
  top: 7px;
  transform: rotate(45deg); }

.showNav #menu-toggle a span.middle-bar {
  opacity: 0; }

.showNav #menu-toggle a span.bottom-bar {
  top: 7px;
  transform: rotate(-45deg); }

.home #menu-toggle a {
  color: #fff; }

.home #menu-toggle a span {
  background-color: #fff; }

.card {
  position: relative; }

.card-banner {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 42px 45px; }

.card-banner,
.card-banner .card-banner__tint {
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1); }

.card-banner .card-banner__tint {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #283243;
  opacity: 0.8; }

.card-banner .card-banner__body {
  position: relative;
  z-index: 5;
  width: 100%; }

.feature .card-banner {
  --header-line-height: 34px;
  --banner-padding-y: 25px;
  height: 100%;
  top: calc(100% - ((var(--banner-padding-y) * 2) + var(--header-line-height)));
  padding: var(--banner-padding-y) 30px; }

.feature .card-banner .card-banner__body p {
  opacity: 0; }

.feature:hover .card-banner {
  top: 0; }

.feature:hover .card-banner .card-banner__tint {
  background-color: #f15a24; }

.feature:hover .card-banner .card-banner__body p {
  opacity: 1; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: #fff;
  z-index: 100;
  transition: all 400ms ease 0ms; }

.showNav header {
  transform: translateX(420px); }

#header-top {
  float: left;
  width: 100%;
  height: 70px; }

#header-top #brand {
  float: right;
  width: 250px;
  margin: 10px 55px 0 0; }

#header-bottom {
  float: left;
  width: 100%;
  height: 45px;
  background-color: #eaeaea;
  display: -ms-flexbox;
  display: flex; }

#header-breadcrumb {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 0 0 55px; }

#header-breadcrumb span {
  font-size: 12px;
  color: #283243;
  letter-spacing: 0.1rem;
  line-height: 45px; }

#header-suitable {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 344px;
  background-color: #f15a24;
  text-align: center; }

#header-suitable a {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 45px;
  color: #fff;
  font-weight: 500; }

#header-contact {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 310px;
  background-color: #283243;
  text-align: center; }

#header-contact span {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 45px;
  color: #fff;
  font-weight: 500; }

#header-contact span a {
  color: #fff; }

.home header {
  background-color: transparent;
  z-index: 199; }

/* header tests CF 190225 */
.home header #header-top {
  background-color: rgba(40, 50, 67, 0.8); }

/* .home header #header-top #brand { margin-top: 25px; } */
@keyframes animation--jump {
  0% {
    transform: scale(0.92);
    opacity: 0; }
  25% {
    transform: scale(1);
    opacity: 1; }
  60% {
    transform: scale(0.96);
    opacity: 0.25; }
  100% {
    transform: scale(0.92);
    opacity: 0; } }

.icon--jump {
  animation-name: animation--jump;
  animation-delay: 1s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out; }

main {
  float: left;
  width: 100%;
  position: relative;
  transition: all 400ms ease 0ms; }

.showNav main {
  transform: translateX(420px); }

#slider {
  float: left;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative; }

#slider .slide {
  float: left;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-color: #000;
  overflow: hidden; }

#slider .slide .slide-arrow {
  bottom: 30px;
  left: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }

#slider .slide .slide-arrow i {
  font-size: 15px;
  color: #fff;
  background-color: #f15a24;
  margin-bottom: 12px;
  padding-top: 3px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

#slider .slide .slide-banner {
  border-bottom: 8px solid #f15a24; }

#slider .slide .slide-banner-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end; }

#slider .slide .slide-banner-body h2 {
  font-size: 37px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  margin-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: 0.35rem; }

#slider .slide .slide-banner-body p {
  font-size: 22px;
  line-height: 37px;
  font-weight: 400;
  color: #fff;
  max-width: 970px;
  margin: 0; }

#slider .slide .slide-backgroud {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 8000ms linear 1000ms; }

#slider .slide.cycle-slide-active .slide-backgroud {
  transform: scale(1.1); }

#feature-grid {
  float: left;
  width: 100%; }

#feature-grid .feature-row {
  float: left;
  width: 100%; }

#feature-grid .feature {
  float: left;
  position: relative;
  background-color: #1a1a1a;
  overflow: hidden; }

#feature-grid .feature a {
  display: block; }

#feature-grid .feature-block {
  float: left;
  width: 50%; }

#feature-grid .feature-block img {
  width: 100%;
  height: auto; }

#feature-grid .feature-full-tall {
  width: 100%; }

#feature-grid .feature-full-small {
  width: 100%; }

#feature-grid .feature-half-small {
  width: 50%; }

#feature-grid .feature-content h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  color: #fff; }

#feature-grid .feature-content h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 8px 0; }

#feature-grid .feature-half-small .feature-content h3 {
  font-size: 22px;
  line-height: 24px; }

#feature-grid .feature-content h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0; }

#feature-grid .feature-content h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0; }

#feature-grid .feature-content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto; }

#feature-grid .feature-tint.tint-orange {
  background-color: #f15a24;
  opacity: 0.8; }

#feature-grid .feature-tint.tint-blue {
  background-color: #283243;
  opacity: 0.8; }

#feature-grid .feature-tint.tint-black {
  background-color: #000;
  opacity: 0.1; }

#feature-grid .feature-background {
  position: absolute;
  width: 104%;
  height: 104%;
  z-index: 1;
  top: -2%;
  left: -2%;
  transition: all 1200ms ease 0ms; }

#feature-grid a:hover .feature-background,
#feature-grid .feature a:hover .feature-background {
  width: 114%;
  height: 114%;
  top: -7%;
  left: -7%; }

#feature-grid .feature a:hover .feature-tint {
  opacity: 0.7; }

#page {
  float: left;
  width: 100%;
  margin: 115px 0 0 0; }

#banner-short {
  float: left;
  width: 100%;
  height: 315px; }

#banner-short .inner {
  position: relative;
  height: 315px; }

#banner-short.title-base h2 {
  position: absolute;
  bottom: 70px;
  font-size: 59px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  margin: 0; }

#banner-short.title-description {
  padding: 100px 0 20px 0; }

#banner-short.title-description h3 {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  color: #f15a24;
  margin: 0;
  font-weight: 500; }

#banner-short.title-description h2 {
  display: block;
  width: 100%;
  max-width: 800px;
  font-size: 59px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #f15a24;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }

#banner-short.title-description p {
  width: 100%;
  max-width: 740px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0; }

#banner-short.title-centred {
  padding: 0; }

#banner-short .title-table {
  display: table;
  width: 100%;
  height: 100%; }

#banner-short .title-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

#banner-short.title-centred h3 {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  color: #f15a24;
  margin: 0;
  font-weight: 500; }

#banner-short.title-centred h2 {
  display: block;
  width: 100%;
  max-width: 800px;
  font-size: 59px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #f15a24;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }

#banner-short.title-centred p {
  width: 100%;
  max-width: 740px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0; }

#banner-medium {
  float: left;
  width: 100%;
  height: 440px; }

#banner-medium .inner {
  position: relative;
  height: 440px; }

#banner-medium h2 {
  display: block;
  width: 100%;
  max-width: 800px;
  font-size: 59px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #f15a24;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }

#banner-medium p {
  width: 100%;
  max-width: 740px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0; }

#banner-medium .base {
  position: absolute;
  bottom: 90px;
  left: 0; }

#faq {
  float: left;
  width: 100%;
  padding: 90px 0 90px 0; }

#faq-list {
  float: left;
  width: 100%;
  border-top: 1px solid #283243; }

#faq-list .faq-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #283243; }

#faq-list .faq-title {
  float: left;
  width: 100%;
  padding: 0 0 0 52px;
  cursor: pointer;
  position: relative; }

#faq-list .faq-title .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%; }

#faq-list .faq-title .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  color: #283243;
  transform: translate(-50%, -50%); }

#faq-list .faq-title .icon i.icon-minus {
  display: none; }

#faq-list .faq-title.expanded .icon i.icon-minus {
  display: block; }

#faq-list .faq-title.expanded .icon i.icon-plus {
  display: none; }

#faq-list .faq-title span {
  font-size: 19px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#faq-list .faq-body {
  display: none;
  float: left;
  width: 100%;
  padding: 80px 0 85px 0;
  border-top: 1px solid #283243; }

#faq-list .faq-body h3 {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: -8px 0 20px 0; }

#faq-list .faq-body p {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 20px 0; }

#faq-list .faq-body p:last-child {
  margin: 0; }

#faq-list .faq-body-full {
  float: left;
  width: 100%; }

#faq-list .faq-body-alpha {
  float: left;
  width: 500px; }

#faq-list .faq-body-beta {
  float: right;
  width: 572px; }

#faq-list .faq-body-beta .video {
  float: left;
  width: 100%;
  position: relative; }

#faq-list .faq-body-beta .video img {
  max-width: 100%; }

#faq-list .faq-body-beta .title {
  position: absolute;
  top: 35px;
  left: 0;
  text-align: center;
  padding: 0 40px;
  width: 100%;
  text-align: left; }

#faq-list .faq-body-beta .title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#faq-list .faq-body-beta .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center; }

#faq-list .faq-body-beta .play .tigger {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #f15a24;
  margin: 0 auto 20px auto;
  position: relative; }

#faq-list .faq-body-beta .play .tigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 30px;
  color: #fff; }

#faq-list .faq-body-beta .play span {
  text-transform: uppercase;
  font-size: 13px;
  color: #f15a24;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#payment-options {
  float: left;
  width: 100%;
  background-color: #283243;
  position: relative; }

#payment-options-alpha {
  float: left;
  width: 50%; }

#payment-options-description {
  float: right;
  width: 595px;
  padding: 85px 95px 85px 0; }

#payment-options-description h3 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px 0;
  letter-spacing: 0.2rem; }

#payment-options-description p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px 0; }

#payment-options-description p:last-child {
  margin: 0; }

#payment-options-beta {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }

#payment-rebates {
  float: left;
  width: 100%;
  padding: 90px 0; }

#payment-rebates .procedure {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

#payment-rebates .procedure h2 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f15a24;
  margin: 0 0 15px 0;
  letter-spacing: 0.2rem; }

#payment-rebates .procedure p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px 0; }

#payment-rebates .rebate {
  float: left;
  width: 100%;
  margin: 0; }

#payment-rebates .rebate h3 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f15a24;
  margin: 0 0 15px 0;
  letter-spacing: 0.2rem;
  font-style: italic; }

#payment-rebates .rebate p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
  margin: 0 0 15px 0;
  font-style: italic; }

#payment-rebates .rebate p:last-child {
  margin: 0; }

#payment-rebates-alpha {
  float: left;
  width: 570px; }

#payment-rebates-beta {
  float: right;
  width: 570px; }

#finance-options {
  float: left;
  width: 100%;
  background-color: #eaeaea;
  position: relative; }

#finance-options-alpha {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 135px);
  height: 100%; }

#finance-options-beta {
  float: right;
  width: calc(50% - 135px); }

#finance-options-description {
  float: left;
  width: 455px;
  padding: 85px 0 85px 75px; }

#finance-options-description h3 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f15a24;
  margin: 0 0 15px 0;
  letter-spacing: 0.2rem; }

#finance-options-description p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px 0; }

#finance-options-description p a,
#finance-options-description p a:visited {
  font-weight: 500;
  color: #f15a24;
  border-bottom: 1px solid #fac6b4; }

#finance-options-description p a:hover {
  font-weight: 500;
  color: #283243;
  border-bottom: 1px solid #283243; }

#finance-options-description p:last-child {
  margin: 0; }

#profile {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 60px 0 65px 0; }

#profile-alpha {
  float: left;
  width: 500px; }

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

#profile-beta {
  float: right;
  width: 650px; }

#profile-beta h2 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f15a24;
  margin: 0 0 12px 0;
  letter-spacing: 0.2rem; }

#profile-beta blockquote {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  color: #f15a24;
  margin: 0 0 12px 0;
  letter-spacing: 0.2rem;
  font-style: italic; }

#profile-beta p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px 0; }

#profile-beta p a,
#profile-beta p a:visited {
  font-weight: 500;
  color: #f15a24;
  border-bottom: 1px solid #fac6b4; }

#profile-beta p a:hover {
  font-weight: 500;
  color: #283243;
  border-bottom: 1px solid #283243; }

#profile-beta p:last-child {
  margin: 0; }

#profile-videos {
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 0 0 65px 0; }

#profile-videos-alpha {
  float: left;
  width: calc(50% - 1px);
  height: 460px; }

#profile-videos-beta {
  float: right;
  width: calc(50% - 1px);
  height: 460px; }

#profile-videos-alpha .video {
  float: right;
  width: 590px;
  height: 460px;
  position: relative; }

#profile-videos-beta .video {
  float: left;
  width: 590px;
  height: 460px;
  position: relative; }

#profile-videos .title {
  position: absolute;
  top: 35px;
  left: 0;
  text-align: center;
  padding: 0 40px;
  width: 100%;
  text-align: left; }

#profile-videos .title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#profile-videos .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center; }

#profile-videos .play .tigger {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #f15a24;
  margin: 0 auto 20px auto;
  position: relative; }

#profile-videos .play .tigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 30px;
  color: #fff; }

#profile-videos .play span {
  text-transform: uppercase;
  font-size: 13px;
  color: #f15a24;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#freedom-overview {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative; }

#freedom-overview-alpha {
  float: left;
  width: 50%;
  background-color: #fff; }

#freedom-overview-content {
  float: right;
  width: 590px;
  padding: 75px 75px 75px 0; }

#freedom-overview-content h2 {
  font-size: 33px;
  line-height: 39px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f15a24;
  margin: 0 0 18px 0;
  letter-spacing: 0.2rem; }

#freedom-overview-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px 0; }

#freedom-overview-content p a,
#freedom-overview-content p a:visited {
  font-weight: 500;
  color: #f15a24;
  border-bottom: 1px solid #fac6b4; }

#freedom-overview-content p a:hover {
  font-weight: 500;
  color: #283243;
  border-bottom: 1px solid #283243; }

#freedom-overview-content p:last-child {
  margin: 0; }

#freedom-overview-beta {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0; }

#procedure-validation {
  float: left;
  width: 100%;
  background-color: #283243;
  text-align: center;
  padding: 60px 0;
  margin: 0 0 115px 0;
  position: relative; }

#procedure-validation:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(40, 50, 67, 0);
  border-top-color: #f15a24;
  border-width: 30px;
  margin-left: -30px; }

#procedure-validation span {
  font-size: 37px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3rem; }

#procedure-ages {
  float: left;
  width: 100%;
  margin: 0 0 90px 0; }

#procedure-age-tiers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

#procedure-age-tiers .procedure-age-tier {
  width: calc(33.3333% - 30px);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

#procedure-age-tiers .procedure-age-title {
  float: left;
  width: 100%; }

#procedure-age-tiers .procedure-age-title h2 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f15a24;
  margin: 0 0 26px 0;
  letter-spacing: 0.2rem; }

#procedure-age-tiers .procedure-age-image {
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

#procedure-age-tiers .procedure-age-image img {
  border-radius: 50%; }

#procedure-age-tiers .procedure-age-content {
  float: left;
  width: 100%;
  min-height: 340px; }

#procedure-age-tiers .procedure-age-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px 0; }

#procedure-age-tiers .procedure-age-action {
  float: left;
  width: 100%;
  margin: 20px 0 0 0; }

#procedure-age-tiers .procedure-age-action a,
#procedure-age-tiers .procedure-age-action a:visited {
  font-size: 13px;
  line-height: 54px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-color: #f15a24;
  padding: 0 25px;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

#procedure-age-tiers .procedure-age-action a:hover {
  background-color: #283243; }

#contact-content {
  float: left;
  width: 100%;
  margin: 70px 0 65px 0; }

#contact-content-alpha {
  float: left;
  width: 50%; }

#contact-content-alpha h2 {
  font-size: 59px;
  line-height: 1;
  margin: 0 0 30px 0;
  font-weight: 500;
  color: #283243; }

#contact-content-alpha p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 12px 0; }

#contact-content-alpha p:last-child {
  margin: 0; }

#contact-content-beta {
  float: right;
  width: 50%;
  text-align: right; }

#contact-content-beta h3 {
  font-size: 29px;
  line-height: 1;
  margin: 15px 0 30px 0;
  font-weight: 500;
  color: #f15a24; }

#contact-content-beta p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 12px 0; }

#contact-content-beta p:last-child {
  margin: 0; }

#contact-form {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding: 80px 0; }

#contact-form-header {
  float: left;
  width: 100%;
  margin: 0 0 70px 0; }

#contact-form-title {
  float: left;
  width: calc(50% - 18px); }

#contact-form-title h2 {
  font-size: 37px;
  line-height: 1;
  font-weight: 300;
  color: #283243;
  margin: 0;
  letter-spacing: 0.3rem; }

#contact-form-description {
  float: right;
  width: calc(50% - 18px); }

#contact-form-description p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0; }

#contact-form-fields {
  float: left;
  width: 100%; }

#contact-form-fields p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0; }

#contact-form-fields .field {
  width: 572px;
  margin: 0 0 40px 0;
  border: 2px solid #283243;
  position: relative;
  padding: 10px; }

#contact-form-fields .action {
  border: none;
  padding: 0; }

#contact-form-fields .field label {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: #283243;
  letter-spacing: 0.2rem;
  transition: top 300ms ease 0ms, left 300ms ease 0ms; }

#contact-form-fields .field label.error {
  color: #cc0000; }

#contact-form-fields .field.focus label,
#contact-form-fields .field.filled label {
  top: -25px;
  left: 0px; }

#contact-form-fields .field input[type="text"] {
  float: left;
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #283243;
  padding: 10px 0; }

#contact-form-fields .field input[type="submit"] {
  float: left;
  width: 235px;
  height: 57px;
  border: 1px solid #283243;
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #283243;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }

#contact-form-fields .field input[type="submit"]:hover {
  background-color: #283243;
  color: #fff; }

#contact-form-fields .field input[type="text"].error {
  border: 1px solid #cc0000; }

#contact-form-fields .field textarea {
  float: left;
  width: 100%;
  height: 100px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #283243;
  padding: 10px 0; }

#contact-form-fields .field:nth-child(odd) {
  float: left; }

#contact-form-fields .field:nth-child(even) {
  float: right; }

#landing-banner {
  float: left;
  width: 100%;
  height: 660px; }

#landing-banner .inner {
  position: relative;
  height: 660px; }

#landing-banner .title-table {
  display: table;
  width: 100%;
  height: 100%; }

#landing-banner .title-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

#landing-banner.title-centred .logo {
  width: 100%;
  margin: 0 0 20px 0; }

#landing-banner.title-centred h2 {
  display: block;
  width: 100%;
  font-size: 59px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px 0; }

#landing-banner.title-centred h3 {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-style: italic; }

#landing-banner.title-centred h3.withlogo {
  font-size: 29px;
  font-style: normal; }

#landing-banner.title-centred p {
  width: 100%;
  max-width: 740px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0; }

#landing-banner.title-centred .content {
  border-top: 1px solid #f15a24;
  margin: 20px 0 30px 0;
  padding: 20px 0 0 0;
  width: 675px; }

#landing-banner.title-centred .action {
  width: 100%; }

#landing-banner.title-centred .action a,
#landing-banner.title-centred .action a:visited {
  display: inline-block;
  background-color: #f15a24;
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 0.08rem; }

#landing-banner.title-centred .action a:hover {
  background-color: #283243; }

#landing-content {
  float: left;
  width: 100%;
  padding: 80px 0; }

#landing-content .inner {
  max-width: 875px; }

#landing-content p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 30px 0; }

#landing-content blockquote {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #f15a24;
  margin: 0 0 30px 0;
  font-style: italic; }

#landing-content blockquote p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #f15a24;
  margin: 0 0 30px 0;
  font-style: italic; }

#landing-action {
  float: left;
  width: 100%; }

#landing-action a,
#landing-action a:visited {
  display: inline-block;
  background-color: #f15a24;
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 0.08rem; }

#landing-action a:hover {
  background-color: #283243; }

#contact-map {
  float: left;
  width: 100%;
  height: 450px;
  margin: 0;
  position: relative; }

#get-directions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }

#get-directions .bubble {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%); }

#get-directions .bubble:after {
  display: block;
  top: 98%;
  left: 50%;
  border: solid transparent;
  content: "";
  z-index: 10;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #283243;
  border-width: 15px;
  margin-left: -15px;
  transition: margin 200ms ease 0ms; }

#get-directions .bubble a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  background-color: #283243;
  padding: 5px 8px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  white-space: nowrap; }

#map {
  float: left;
  width: 100%;
  height: 450px; }

#generic {
  float: left;
  width: 100%;
  padding: 65px 0 35px 0; }

#generic-title {
  float: left;
  width: 100%; }

#generic-title h2 {
  font-size: 37px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #283243;
  text-transform: uppercase; }

#generic-content {
  float: left;
  width: 100%;
  padding: 40px 0 0 0; }

#generic-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 20px 0; }

#blog {
  float: left;
  width: 100%;
  padding: 65px 0 0 0; }

#blog .inner {
  position: relative; }

#blog-title {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px; }

#blog-title h2 {
  font-size: 37px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #283243;
  text-transform: uppercase; }

#blog-single {
  float: left;
  width: 800px;
  padding: 0 0 0 0; }

#blog-content {
  float: left;
  width: 800px;
  padding: 127px 0 0 0; }

#blog-postlist {
  float: left;
  width: 100%; }

#blog-postlist .blog-post {
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  margin: 0 0 35px 0; }

#blog-postlist .blog-post-media {
  float: left;
  width: 100%; }

#blog-postlist .blog-post-media, #blog-postlist .blog-post-details {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 50%; }

#blog-postlist .blog-post-media img {
  width: 100%; }

#blog-postlist .blog-post-details {
  float: left; }

.blog-post-media + .blog-post-details {
  padding-left: 30px; }

#blog-postlist .blog-post-details h3 {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 15px 0; }

#blog-postlist .blog-post-details h2 {
  color: #283243;
  font-size: 29px;
  line-height: 33px;
  font-weight: 500;
  margin: 0 0 23px 0; }

#blog-postlist .blog-post-details p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 20px 0; }

#blog-postlist .blog-post-details span {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #f15a24;
  margin: 0; }

#blog-postlist .blog-post-details span a,
#blog-postlist .blog-post-details span a:visited {
  font-weight: 500;
  color: #f15a24;
  border-bottom: 1px solid #fac6b4; }

#blog-postlist .blog-post-details span a:hover {
  font-weight: 500;
  color: #283243;
  border-bottom: 1px solid #283243; }

#blog-navigation {
  float: right;
  width: 345px; }

#blog-navigation h2 {
  font-size: 19px;
  line-height: 1;
  margin: 0 0 23px 0;
  font-weight: 500;
  color: #f15a24;
  text-transform: uppercase; }

#blog-search {
  float: left;
  width: 100%; }

#blog-search i {
  position: absolute;
  top: 7px;
  right: 11px;
  font-size: 20px;
  color: #283243; }

#blog-search .field {
  float: left;
  width: 100%;
  height: auto;
  border: 2px solid #283243;
  position: relative;
  margin: 30px 0 60px 0; }

#blog-search .field label {
  position: absolute;
  top: 10px;
  left: 12px;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: #283243;
  letter-spacing: 0.2rem;
  transition: top 300ms ease 0ms, left 300ms ease 0ms; }

#blog-search .field.focus label,
#blog-search .field.filled label {
  top: -25px;
  left: 0; }

#blog-search .field input[type="text"] {
  float: left;
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #283243;
  padding: 10px; }

#blog-categories {
  float: left;
  width: 100%;
  margin: 0 0 45px 0; }

#blog-categories ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

#blog-categories ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0; }

#blog-categories ul li a span {
  color: #999; }

#blog-categories ul li a,
#blog-categories ul li a:visited {
  color: #283243; }

#blog-categories ul li a:hover {
  color: #f15a24; }

#blog-tags {
  float: left;
  width: 100%;
  margin: 0 0 45px 0; }

#blog-tags a,
#blog-tags a:visited {
  float: left;
  display: inline-block;
  background-color: #283243;
  border-radius: 5px;
  color: #fff;
  margin: 0 10px 10px 0;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 12px; }

#blog-tags a:hover {
  background-color: #f15a24; }

#blog-lastest-posts {
  float: left;
  width: 100%;
  margin: 0 0 45px 0; }

#blog-lastest-posts .lastest-post {
  float: left;
  width: 100%;
  margin: 0 0 13px 0; }

#blog-lastest-posts .lastest-post a {
  display: block; }

#blog-lastest-posts .lastest-post-media {
  float: left;
  width: 75px; }

#blog-lastest-posts .lastest-post-content {
  float: right;
  width: 250px; }

#blog-lastest-posts .lastest-post-content h3 {
  font-size: 12px;
  line-height: 1;
  color: #b3b3b3;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0 0 5px 0; }

#blog-lastest-posts .lastest-post-content h4 {
  font-size: 16px;
  line-height: 1;
  color: #283243;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0; }

#blog-follow {
  float: left;
  width: 100%; }

#blog-follow a,
#blog-follow a:visited {
  float: left;
  display: block;
  font-size: 45px;
  margin: 0 10px 0 0;
  position: relative;
  color: #283243; }

#blog-follow a:hover {
  color: #f15a24; }

#blog-post {
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

#blog-post-hero {
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

#blog-post-hero img {
  max-width: 100%;
  height: auto; }

#blog-post-back {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }

#blog-post-back a {
  font-size: 13px;
  font-weight: 500;
  color: #f15a24;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }

#blog-post-date {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

#blog-post-date span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }

#blog-post-title {
  float: left;
  width: 100%;
  padding: 0 60px 0 0; }

#blog-post-title h1 {
  font-size: 39px;
  line-height: 49px;
  font-weight: 500;
  color: #283243;
  margin: 0 0 55px 0;
  letter-spacing: 0.03rem; }

#blog-post-content {
  float: left;
  width: 100%; }

#blog-post-content h2 {
  color: #283243;
  font-size: 23px;
  line-height: 31px;
  font-weight: 500;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

#blog-post-content h3 {
  color: #f15a24;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 25px 0; }

#blog-post-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 25px 0; }

#blog-post-content ul {
  margin: 0 0 20px;
  padding: 0 0 0 40px; }

#blog-post-content ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 10px 0; }

#blog-post-content img {
  max-width: 100%;
  margin: 15px 0 45px 0; }

#blog-post-content blockquote {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  color: #f15a24;
  margin: 0 0 25px 0;
  letter-spacing: 0.2rem;
  font-style: italic; }

#item-list-sort-categories {
  float: left;
  width: 100%;
  padding: 70px 0 15px 0; }

#item-list-sort-categories h3 {
  float: left;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #283243;
  border-bottom: 2px solid #283243;
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  letter-spacing: 0.16rem; }

#item-list-sort {
  float: left;
  width: 195px; }

#item-list-sort a,
#item-list-sort a:visited {
  color: #ccc;
  font-size: 28px;
  margin: 0 15px 0 0; }

#item-list-sort a.active,
#item-list-sort a:hover {
  color: #f15a24; }

#item-list-categories {
  float: right;
  width: 875px; }

#list-categories {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

#list-categories .category {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 30px 0 0;
  width: 195px; }

#list-categories .category:last-child {
  margin: 0; }

#list-categories .category ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

#list-categories .category ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400; }

#list-categories .category ul li a,
#list-categories .category ul li a:visited {
  color: #283243;
  border-bottom: 1px solid #8295b5; }

#list-categories .category ul li a:hover {
  color: #f15a24;
  border-bottom: 1px solid #fdeae4; }

#item-list {
  float: left;
  width: 100%; }

#item-list .item-list-row {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 80px 0; }

#item-list .item-list-row.row--shaded {
  background-color: #f6f6f6; }

#item-list .item-list-row .item-alpha {
  float: left;
  width: 570px; }

#item-list .item-list-row .item-content {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }

#item-list .item-list-row .item-content h3 {
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

#item-list .item-list-row .item-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 20px 0; }

#item-list .item-list-row .item-content ul,
#item-list .item-list-row .item-content ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 18px; }

#item-list .item-list-row .item-content li {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 2px 0; }

#item-list .item-list-row .item-tags {
  float: left;
  width: 100%;
  border-top: 1px solid #9499a1; }

#item-list .item-list-row .item-tags h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #9499a1;
  margin: 11px 0 20px 0;
  text-transform: uppercase; }

#item-list .item-list-row .item-tags h5 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #283243;
  margin: 11px 0 10px 0; }

#item-list .item-list-row .item-tags a,
#item-list .item-list-row .item-tags a:visited {
  display: inline-block;
  background-color: #f15a24;
  font-size: 12px;
  line-height: 26px;
  padding: 0 14px;
  font-weight: 500;
  color: #fff;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

#item-list .item-list-row .item-tags a:hover {
  background-color: #283243; }

#item-list .item-list-row .item-tags .tag-groups {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

#item-list .item-list-row .item-tags .tag-group {
  float: left;
  margin: 0 20px 0 0; }

#item-list .item-list-row .item-beta {
  float: right;
  width: 570px;
  position: relative; }

#item-list .item-list-row .item-beta img {
  max-width: 100%; }

#item-list .item-list-row .item-beta .video {
  float: left;
  width: 100%;
  position: relative; }

#item-list .item-list-row .item-beta .video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-color: #f15a24;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer; }

#item-list .item-list-row .item-beta .video.alt-trigger .play-button {
  top: 25px;
  left: 25px;
  transform: translate(0, 0);
  width: 45px;
  height: 45px; }

#item-list .item-list-row .item-beta .video .play-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  color: #fff;
  font-size: 28px; }

#item-list .item-list-row .item-beta .video.alt-trigger .play-button i {
  font-size: 18px; }

#item-grid {
  float: left;
  width: 100%;
  margin: 50px 0 40px 0;
  overflow: hidden; }

#item-grid .item-grid-row {
  float: left;
  width: 100%; }

#item-grid .item-grid-entry {
  float: left;
  width: 269px;
  height: 291px;
  background-color: #f6f6f6;
  position: relative;
  margin: 0 34px 30px 0; }

#item-grid .item-grid-entry.last {
  margin: 0 0 30px 0; }

#item-grid .item-grid-entry .expander {
  display: block;
  width: 100%;
  position: relative; }

#item-grid .item-grid-entry.entry-four {
  margin: 0 0 30px 0; }

#item-grid .item-grid-entry a {
  display: block;
  width: 100%;
  height: 100%; }

#item-grid .item-grid-entry .item-grid-content {
  float: left;
  width: 100%;
  padding: 20px; }

#item-grid .item-grid-entry .item-grid-content h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: #283243;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  font-weight: 500; }

#item-grid .item-grid-entry .item-grid-content h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  color: #283243;
  margin: 0;
  font-weight: 400; }

#item-grid .item-grid-entry .item-grid-media {
  position: absolute;
  bottom: 0;
  left: 0; }

#item-grid .item-grid-entry .item-grid-media img {
  max-width: 100%;
  height: auto; }

.grid-expand {
  float: left;
  width: 100%;
  display: none;
  background-color: #283243;
  position: relative;
  margin: 0 0 30px 0;
  z-index: 10; }

.grid-expand:after {
  display: none;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  z-index: 10;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #283243;
  border-width: 16px;
  margin-left: -30px;
  transition: margin 200ms ease 0ms; }

.arrow-one .grid-expand:after {
  display: block;
  margin-left: -472px; }

.arrow-two .grid-expand:after {
  display: block;
  margin-left: -167px; }

.arrow-three .grid-expand:after {
  display: block;
  margin-left: 136px; }

.arrow-four .grid-expand:after {
  display: block;
  margin-left: 438px; }

.grid-expand .expand-item {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 30px 0; }

.grid-expand .expand-item:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 100%;
  left: -100%;
  width: 300%;
  top: 0px;
  background-color: #283243; }

.grid-expand .expand-item .item-alpha {
  float: left;
  width: 610px;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 10; }

.grid-expand .expand-item .item-content {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }

.grid-expand .expand-item .item-content h3 {
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

.grid-expand .expand-item .item-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0; }

.grid-expand .expand-item .item-content ul,
.grid-expand .expand-item .item-content ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 18px; }

.grid-expand .expand-item .item-content li {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 2px 0; }

.grid-expand .expand-item .item-content a,
.grid-expand .expand-item .item-content a:visited,
.grid-expand .expand-item .item-content a:focus {
  color: #fff;
  border-bottom: 1px solid #fff; }

.grid-expand .expand-item .item-content a:hover {
  opacity: 0.5; }

.grid-expand .expand-item .item-tags {
  float: left;
  width: 100%;
  border-top: 1px solid #9499a1; }

.grid-expand .expand-item .item-tags h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #9499a1;
  margin: 11px 0 20px 0;
  text-transform: uppercase; }

.grid-expand .expand-item .item-tags h5 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  margin: 11px 0 10px 0; }

.grid-expand .expand-item .item-tags a,
.grid-expand .expand-item .item-tags a:visited {
  display: inline-block;
  background-color: #f15a24;
  font-size: 12px;
  line-height: 26px;
  padding: 0 14px;
  font-weight: 500;
  color: #fff;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

.grid-expand .expand-item .item-tags a:hover {
  background-color: #283243; }

.grid-expand .expand-item .item-tags .tag-groups {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.grid-expand .expand-item .item-tags .tag-group {
  float: left;
  margin: 0 20px 0 0; }

.grid-expand .expand-item .item-beta {
  float: right;
  width: 570px;
  position: relative;
  z-index: 10; }

.grid-expand .expand-item .item-beta img {
  max-width: 100%; }

.grid-expand .expand-item .item-beta .video {
  float: left;
  width: 100%;
  position: relative; }

.grid-expand .expand-item .item-beta .video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-color: #f15a24;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer; }

.grid-expand .expand-item .item-beta .video.alt-trigger .play-button {
  top: 25px;
  left: 25px;
  transform: translate(0, 0);
  width: 45px;
  height: 45px; }

.grid-expand .expand-item.expand-procedure .item-beta .video.alt-trigger .play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.grid-expand .expand-item .item-beta .video .play-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  color: #fff;
  font-size: 28px; }

.grid-expand .expand-item .item-beta .video.alt-trigger .play-button i {
  font-size: 18px; }

#procedure-header {
  float: left;
  width: 100%;
  background-color: #283243; }

#procedure-header-alpha {
  float: left;
  width: 50%;
  height: 530px; }

#procedure-header-table {
  float: right;
  width: 665px;
  height: 530px;
  display: table; }

#procedure-header-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0 70px; }

#procedure-header-cell h2 {
  color: #fff;
  font-size: 47px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0 0 40px 0; }

#procedure-header-cell p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

#procedure-header-beta {
  float: right;
  width: 50%;
  height: 530px; }

#procedure-description {
  float: left;
  width: 100%;
  padding: 85px 0 50px 0; }

#procedure-description h2 {
  color: #f15a24;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

#procedure-description p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 25px 0; }

#procedure-description ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }

#procedure-description ul li {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative; }

#procedure-description ul li::before {
  content: "• ";
  color: #f15a24;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px; }

#procedure-description-alpha {
  float: left;
  width: 50%;
  padding: 0 15px 0 0; }

#procedure-description-beta {
  float: right;
  width: 50%;
  padding: 0 0 0 15px; }

#treatment-chart {
  float: left;
  width: 100%;
  padding: 0 0 90px 0; }

#treatment-chart-title {
  float: left;
  width: 100%;
  padding: 90px 0 75px 0;
  text-align: center; }

#treatment-chart-title h2 {
  font-size: 37px;
  line-height: 1;
  font-weight: 300;
  color: #283243;
  margin: 0 0 20px 0;
  letter-spacing: 0.3rem;
  text-transform: uppercase; }

#treatment-chart-title h3 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0; }

#treatment-chart-grid {
  float: left;
  width: 100%; }

#treatment-chart-grid table {
  float: left;
  width: 100%; }

#treatment-chart-grid table td.freedom {
  padding: 0; }

#treatment-chart-grid table td.freedom span {
  background-color: rgba(241, 90, 36, 0.15);
  display: block;
  padding: 15px 20px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

#treatment-chart-grid table td.header {
  background-color: #283243;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 20px; }

#treatment-chart-grid table td.header-fel {
  background-color: #45383e;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 20px; }

#treatment-chart-grid table tbody tr:nth-child(odd) {
  background-color: #f6f6f6; }

#treatment-chart-grid table tbody tr:nth-child(even) {
  background-color: #eaeaea; }

#treatment-chart-grid table td {
  color: #283243;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 20px;
  min-width: 130px;
  font-weight: 400; }

#treatment-chart-grid table td.fel {
  min-width: 235px;
  background-color: rgba(241, 90, 36, 0.15); }

#treatment-chart-grid table td.center {
  text-align: center; }

#treatment-chart-grid .icon-tick {
  color: #f15a24;
  font-size: 20px; }

#treatment-chart-grid .icon-cross {
  color: #283243;
  font-size: 20px; }

#quote {
  float: left;
  width: 100%;
  position: relative; }

#quote-content {
  float: left;
  width: 100%;
  padding: 140px 0 130px 0;
  position: relative;
  z-index: 5;
  text-align: center; }

#quote-content.large-text p {
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin: 0 auto 20px auto;
  max-width: 875px; }

#quote-content.large-text span {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #fff; }

#quote-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f15a24;
  opacity: 0.7;
  z-index: 1; }

#procedure-video {
  float: left;
  width: 100%;
  background-color: #283243;
  margin: 0; }

#procedure-video-alpha {
  float: left;
  width: 50%;
  height: 460px; }

#procedure-video-beta {
  float: left;
  width: 50%;
  max-width: 590px;
  height: 460px;
  padding: 50px 0 0 60px; }

#procedure-video-beta h3 {
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0; }

#procedure-video-beta p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px 0; }

#procedure-video-beta p:last-child {
  margin: 0; }

#procedure-video-beta p a,
#procedure-video-beta p a:visited,
#procedure-video-beta p a:focus {
  color: #fff;
  border-bottom: 1px solid #fff; }

#procedure-video-beta p a:hover {
  color: #f15a24;
  border-bottom: 1px solid #f15a24; }

#procedure-video-alpha .video {
  float: right;
  width: 590px;
  height: 460px;
  position: relative; }

#procedure-video .title {
  position: absolute;
  top: 35px;
  left: 0;
  text-align: center;
  padding: 0 40px;
  width: 100%;
  text-align: left; }

#procedure-video .title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#procedure-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center; }

#procedure-video .play .tigger {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #f15a24;
  margin: 0 auto 20px auto;
  position: relative; }

#procedure-video .play .tigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 30px;
  color: #fff; }

#procedure-video .play span {
  text-transform: uppercase;
  font-size: 13px;
  color: #f15a24;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#expectations-video {
  float: left;
  width: 100%;
  background-color: #283243;
  margin: 0 0 60px 0; }

#expectations-video-alpha {
  float: left;
  width: 50%;
  height: 460px; }

#expectations-video-beta {
  float: left;
  width: 50%;
  max-width: 590px;
  height: 460px;
  padding: 50px 0 0 60px; }

#expectations-video-beta h3 {
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0; }

#expectations-video-beta p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px 0; }

#expectations-video-beta p:last-child {
  margin: 0; }

#expectations-video-beta p a,
#expectations-video-beta p a:visited,
#expectations-video-beta p a:focus {
  color: #fff;
  border-bottom: 1px solid #fff; }

#expectations-video-beta p a:hover {
  color: #f15a24;
  border-bottom: 1px solid #f15a24; }

#expectations-video-alpha .video {
  float: right;
  width: 590px;
  height: 460px;
  position: relative; }

#expectations-video .title {
  position: absolute;
  top: 35px;
  left: 0;
  text-align: center;
  padding: 0 40px;
  width: 100%;
  text-align: left; }

#expectations-video .title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#expectations-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center; }

#expectations-video .play .tigger {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #f15a24;
  margin: 0 auto 20px auto;
  position: relative; }

#expectations-video .play .tigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 30px;
  color: #fff; }

#expectations-video .play span {
  text-transform: uppercase;
  font-size: 13px;
  color: #f15a24;
  font-weight: 500;
  letter-spacing: 0.2rem; }

#procedure-expanding {
  float: left;
  width: 100%;
  margin: 0; }

#procedure-options {
  float: left;
  width: 100%;
  margin: 0 0 80px 0; }

#procedure-options-intro {
  float: left;
  width: 100%;
  padding: 40px 0 30px 0; }

#procedure-options-intro p {
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  color: #f15a24;
  letter-spacing: 0.25rem; }

#procedure-options .procedure-option {
  float: left;
  width: 100%;
  margin: 0 0 1px 0; }

#procedure-options .procedure-option-header {
  float: left;
  width: 100%; }

#procedure-options .procedure-option-title {
  float: left;
  width: 100%;
  background-color: #283243;
  position: relative;
  cursor: pointer; }

#procedure-options .procedure-option-title.active {
  background-color: #f15a24; }

#procedure-options .procedure-option-title span {
  font-size: 15px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  padding: 0 40px;
  text-transform: uppercase; }

#procedure-options .procedure-option-title span strong {
  font-weight: 500; }

#procedure-options .procedure-option-title .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px; }

#procedure-options .procedure-option-title .icon i {
  position: absolute;
  font-size: 22px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: rotate(0deg);
  margin: -11px 0 0 -11px;
  transition: transform 100ms linear 0ms; }

#procedure-options .procedure-option-title.active .icon i {
  transform: rotate(45deg); }

#procedure-options .procedure-option-contents {
  float: left;
  width: 100%;
  display: none; }

#procedure-options .procedure-option-content {
  float: left;
  width: 100%;
  padding: 40px; }

#procedure-options .procedure-option-contents h2 {
  font-size: 15px;
  line-height: 18px;
  color: #f15a24;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-transform: uppercase; }

#procedure-options .procedure-option-contents p {
  color: #283243;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400; }

#procedure-options .procedure-option-contents p a,
#procedure-options .procedure-option-contents p a:visited {
  color: #f15a24;
  text-decoration: underline; }

#procedure-options .procedure-option-contents p a:hover {
  color: #000; }

#procedure-options .procedure-option-contents ol,
#procedure-options .procedure-option-contents ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px; }

#procedure-options .procedure-option-contents ol li,
#procedure-options .procedure-option-contents ul li {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative; }

#procedure-options .procedure-option-contents li a,
#procedure-options .procedure-option-contents li a:visited {
  color: #f15a24;
  text-decoration: underline; }

#procedure-options .procedure-option-contents li a:hover {
  color: #000; }

#procedure-learn-more {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding: 30px 0;
  margin: 60px 0 0 0; }

#procedure-learn-more-title {
  float: left;
  width: calc(50% - 30px); }

#procedure-learn-more-title h2 {
  font-size: 19px;
  text-transform: uppercase;
  color: #f15a24;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 40px 0; }

#procedure-learn-more-content {
  float: left;
  width: 100%; }

#procedure-learn-more-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243; }

#procedure-learn-more-content p a,
#procedure-learn-more-content p a:visited {
  color: #f15a24;
  text-decoration: underline; }

#procedure-learn-more-content p a:hover {
  color: #283243; }

#procedure-learn-more-content-alpha {
  float: left;
  width: calc(50% - 15px); }

#procedure-learn-more-content-beta {
  float: right;
  width: calc(50% - 15px); }

#procedure-learn-more-action {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center; }

#procedure-learn-more-action a,
#procedure-learn-more-action a:visited {
  border: 1px solid #283243;
  font-size: 13px;
  line-height: 54px;
  font-weight: 500;
  color: #283243;
  display: inline-block;
  background-color: transparent;
  padding: 0 55px;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

#procedure-learn-more-action a:hover {
  color: #fff;
  background-color: #283243; }

#procedure-expectations {
  float: left;
  width: 100%; }

#procedure-expectations-intro {
  float: left;
  width: 100%;
  padding: 0 0 20px 0; }

#procedure-expectations-intro h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #283243;
  margin: 0 0 20px 0;
  letter-spacing: 0.15rem; }

#procedure-expectations-intro p {
  color: #283243;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

#procedure-expectations .procedure-expectation {
  float: left;
  width: 100%;
  margin: 0 0 1px 0; }

#procedure-expectations .procedure-expectation-title {
  float: left;
  width: 100%;
  background-color: #283243;
  position: relative;
  cursor: pointer; }

#procedure-expectations .procedure-expectation-title.active {
  background-color: #f15a24; }

#procedure-expectations .procedure-expectation-title span {
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  padding: 0 40px; }

#procedure-expectations .procedure-expectation-title span strong {
  font-weight: 500; }

#procedure-expectations .procedure-expectation-title .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px; }

#procedure-expectations .procedure-expectation-title .icon i {
  position: absolute;
  font-size: 22px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: rotate(0deg);
  margin: -11px 0 0 -11px;
  transition: transform 100ms linear 0ms; }

#procedure-expectations .procedure-expectation-title.active .icon i {
  transform: rotate(45deg); }

#procedure-expectations .procedure-expectation-contents {
  float: left;
  width: 100%;
  padding: 40px;
  display: none; }

#procedure-expectations .procedure-expectation-contents p {
  color: #283243;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400; }

#values-vision {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding: 0 0 80px 0; }

#values-vision h3 {
  color: #f15a24;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

#values-vision p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 25px 0; }

#values-vision-title {
  float: left;
  width: 100%;
  padding: 90px 0 50px 390px; }

#values-vision-title h1 {
  font-size: 37px;
  line-height: 1;
  color: #283243;
  font-weight: 300;
  text-transform: uppercase; }

#values-vision-alpha {
  float: left;
  width: 372px; }

#values-vision-alpha img {
  max-width: 100%; }

#values-vision-beta {
  float: right;
  width: 774px; }

#values-vision-column-left {
  float: left;
  width: 372px; }

#values-vision-column-right {
  float: right;
  width: 372px; }

#values-video-trigger {
  float: left;
  width: 100%; }

#values-video-trigger span {
  display: inline-block;
  background-color: #f15a24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 50px 14px 30px;
  position: relative;
  transition: background-color 200ms linear 0ms; }

#values-video-trigger span:hover {
  background-color: #21262e; }

#values-video-trigger span i {
  position: absolute;
  right: 16px;
  top: 14px; }

#results {
  float: left;
  width: 100%;
  background-color: #f15a24;
  position: relative; }

#results-alpha {
  float: left;
  width: 50%; }

#results-content {
  float: right;
  width: 585px;
  padding: 90px 110px 90px 0; }

#results-content h3 {
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin: 0 0 30px 0; }

#results-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px 0; }

#results-content p:last-child {
  margin: 0; }

#results-beta {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%; }

#test-description {
  float: left;
  width: 100%;
  padding: 70px 0; }

#test-description-title {
  float: left;
  width: 100%;
  max-width: 80%; }

#test-description-title h2 {
  color: #f15a24;
  font-size: 33px;
  line-height: 39px;
  margin: 0 0 35px 0;
  font-weight: 300;
  text-transform: uppercase; }

#test-description-content {
  float: left;
  width: 100%; }

#test-description-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0; }

#test-description-content p:not(:last-child) {
  margin: 0 0 20px 0; }

#test-description-content-alpha {
  float: left;
  width: calc(50% - 20px); }

#test-description-content-beta {
  float: right;
  width: calc(50% - 20px); }

#test-form {
  float: left;
  width: 100%;
  position: relative; }

#test-form input[placeholder],
#test-form [placeholder],
#test-form *[placeholder] {
  color: #283243;
  opacity: 1; }

#test-form ::-webkit-input-placeholder {
  color: #283243;
  opacity: 1 !important; }

#test-form :-moz-placeholder {
  color: #283243; }

#test-form ::-moz-placeholder {
  color: #283243; }

#test-form :-ms-input-placeholder {
  color: #283243; }

#test-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #bfbfbf inset;
  -webkit-text-fill-color: #000 !important; }

#test-form-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000; }

#test-form-loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#test-form-loading svg path,
#test-form-loading svg rect {
  fill: #f15a24; }

#test-form .layer {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

#test-patient-details {
  float: left;
  width: 100%;
  padding: 70px 0 0 0; }

#test-patient-details h3 {
  font-size: 18px;
  line-height: 26px;
  color: #f15a24;
  margin: 0 0 40px 0; }

#test-patient-details .field:nth-child(odd) {
  float: left; }

#test-patient-details .field:nth-child(even) {
  float: right; }

#test-patient-details .form-fields {
  float: left;
  width: 100%; }

#test-patient-details .field.text {
  width: calc(50% - 20px);
  height: auto;
  margin: 0 0 40px 0;
  border: 2px solid #283243;
  position: relative;
  padding: 5px 10px; }

#test-patient-details .field.error {
  border: 2px solid #cc0000; }

#test-patient-details .field.text label {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: #283243;
  letter-spacing: 0.2rem;
  transition: top 300ms ease 0ms; }

#test-patient-details .field.focus label,
#test-patient-details .field.filled label {
  top: -25px; }

#test-patient-details .field label.error {
  color: #cc0000; }

#test-patient-details .field input[type="text"] {
  float: left;
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #283243;
  padding: 10px 0; }

#test-patient-details .field input[type="submit"] {
  float: left;
  width: 235px;
  height: 57px;
  border: 1px solid #283243;
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #283243;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }

#test-patient-details .field input[type="submit"]:hover {
  background-color: #283243;
  color: #fff; }

#test-submitted {
  float: left;
  width: 100%;
  padding: 40px 0 40px 0;
  background-color: #fff; }

#test-submitted h3 {
  font-size: 18px;
  line-height: 26px;
  color: #f15a24;
  margin: 0 0 20px 0; }

#test-submitted p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #283243;
  margin: 0 0 20px 0; }

#test-submitted .inner {
  max-width: 750px; }

#test-patient-questions {
  float: left;
  width: 100%; }

#test-patient-questions .field-area {
  float: left;
  width: 100%;
  padding: 50px 0 20px 0;
  background-color: rgba(255, 255, 255, 0.7); }

#test-patient-questions .field-area:not(:last-child) {
  margin: 0 0 10px 0; }

#test-patient-questions h3 {
  font-size: 18px;
  line-height: 26px;
  color: #f15a24;
  margin: 0 0 20px 0; }

#test-patient-questions .field-group {
  float: left;
  width: calc(50% - 20px); }

#test-patient-questions .field-group:nth-child(odd) {
  float: left; }

#test-patient-questions .field-group:nth-child(even) {
  float: right; }

#test-patient-questions .field-group .error {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

#test-patient-questions .field-group .error span {
  display: block;
  width: 100%;
  color: #cc0000;
  letter-spacing: 0.06rem;
  font-size: 13px;
  font-weight: 500; }

#test-patient-questions .form-fields {
  float: left;
  width: 100%; }

#test-patient-questions .form-fields label {
  color: #283243;
  font-size: 13px; }

#test-patient-questions .form-fields.radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

#test-patient-questions .form-fields.radio label {
  line-height: 17px;
  cursor: pointer; }

#test-patient-questions .form-fields.radio input {
  margin: 0 5px 0 0;
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  border: 2px solid #f15a24;
  transform: translateY(4px);
  position: relative;
  border-radius: 50%; }

#test-patient-questions .form-fields.radio input:checked {
  background-color: #f15a24; }

#test-patient-questions .form-fields.radio.double .field {
  width: 50%;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0; }

#test-patient-questions .form-fields.radio.quad .field {
  width: 25%;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0; }

#test-patient-questions .form-fields.radio.triple .field {
  width: 33%;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0; }

#test-patient-questions .form-fields.checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

#test-patient-questions .form-fields.checkboxes .field {
  width: 33%;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0; }

#test-patient-questions .form-fields.checkboxes .field .input {
  position: relative;
  display: inline-block; }

#test-patient-questions .form-fields.checkboxes .field img {
  position: absolute;
  z-index: 10;
  z-index: 10;
  width: 11px;
  height: 11px;
  top: 7px;
  left: 4px;
  pointer-events: none; }

#test-patient-questions .form-fields.checkboxes .field:nth-child(4n+4) {
  padding: 0; }

#test-patient-questions .form-fields.checkboxes .field label {
  line-height: 17px;
  cursor: pointer; }

#test-patient-questions .form-fields.checkboxes .field input {
  margin: 0 5px 0 0;
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  border: 2px solid #f15a24;
  transform: translateY(4px);
  position: relative; }

#test-patient-questions .form-fields.checkboxes .field input:checked {
  background-color: #f15a24; }

#test-patient-questions .form-fields.textarea textarea {
  float: left;
  width: 100%;
  border: 2px solid #283243;
  background-color: #fff;
  padding: 10px;
  color: #283243; }

#test-form .field textarea {
  float: left;
  width: 100%;
  height: 100px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #283243;
  padding: 10px 0; }

#test-form-actions {
  float: left;
  width: 100%;
  padding: 40px 0;
  text-align: center; }

#test-form-actions span.error {
  display: block;
  width: 100%;
  height: 57px;
  color: #cc0000;
  letter-spacing: 0.06rem;
  font-size: 13px;
  font-weight: 500; }

#test-form-actions button {
  display: inline-block;
  width: 100%;
  max-width: 170px;
  height: 57px;
  color: #fff;
  background-color: #f15a24;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  transition: all 200ms linear 0ms; }

#test-form-actions button:hover {
  background-color: #283243; }

footer {
  float: left;
  width: 100%;
  background-color: #283243;
  transition: all 400ms ease 0ms; }

.showNav footer {
  transform: translateX(420px); }

footer .footer-call-to-action {
  float: left;
  width: 100%;
  height: auto;
  min-height: 105px;
  padding: 25px 0; }

footer .footer-call-to-action .inner {
  display: -ms-flexbox;
  display: flex; }

footer .footer-call-to-action .inner .footer-suitable {
  -ms-flex: 2 0 0px;
      flex: 2 0 0; }

footer .footer-call-to-action .inner .footer-suitable h3 {
  font-size: 38px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  margin: 0; }

footer .footer-call-to-action .inner .footer-suitable h3 a,
footer .footer-call-to-action .inner .footer-suitable h3 a:visited {
  font-size: 27px;
  line-height: 45px;
  color: #f15a24;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0 10px; }

footer .footer-call-to-action .inner .footer-suitable h3 a:hover {
  color: #fff; }

footer .footer-call-to-action .inner .footer-action {
  text-align: right;
  -ms-flex: 1 0 0px;
      flex: 1 0 0; }

footer .footer-call-to-action .inner .footer-action a,
footer .footer-call-to-action .inner .footer-action a:visited {
  display: inline-block;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: center;
  width: 100%;
  max-width: 185px;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25rem; }

footer .footer-call-to-action .inner .footer-action a:hover {
  color: #283243;
  background-color: #fff; }

footer .footer-enquire {
  float: left;
  width: 100%;
  height: 100px;
  background-color: #37404f; }

footer .footer-enquire .inner {
  display: -ms-flexbox;
  display: flex;
  height: 100px; }

footer .footer-enquire .footer-phone {
  height: 100px;
  -ms-flex-positive: 1;
      flex-grow: 1; }

footer .footer-enquire .footer-phone h3 {
  line-height: 100px;
  font-size: 20px;
  padding: 0 0 0 40px;
  position: relative;
  font-weight: 500;
  color: #f15a24; }

footer .footer-enquire .footer-phone h3 span {
  color: #fff; }

footer .footer-enquire .footer-phone h3 span a {
  color: #fff; }

footer .footer-enquire .footer-phone h3 i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 26px;
  color: #f15a24;
  transform: translateY(-50%); }

footer .footer-enquire .footer-fred {
  position: relative;
  height: 100px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: right;
  position: relative;
  padding: 0 80px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }

footer .footer-enquire .footer-fred span {
  line-height: 22px;
  font-size: 17px;
  font-weight: 500;
  color: #f15a24;
  max-width: 600px; }

footer .footer-enquire .footer-fred span a,
footer .footer-enquire .footer-fred span a:focus,
footer .footer-enquire .footer-fred span a:visited {
  color: #f15a24; }

footer .footer-enquire .footer-fred span a:hover {
  color: #fff; }

footer .footer-enquire .footer-fred img {
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%); }

footer .footer-navigation {
  float: left;
  width: 100%;
  padding: 45px 0 35px 0; }

footer .footer-navigation .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

footer .footer-navigation .footer-navigation-title {
  float: left;
  width: 100%;
  min-height: 65px; }

footer .footer-navigation h3 {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: 25px; }

footer .footer-navigation ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

footer .footer-navigation ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400; }

footer .footer-navigation ul li a,
footer .footer-navigation ul li a:visited {
  color: #747b86; }

footer .footer-navigation ul li a:hover {
  color: #fff; }

footer .footer-navigation-alpha {
  width: 25%;
  padding: 0 40px 0 0; }

footer .footer-navigation-beta {
  width: 25%; }

footer .footer-navigation-gamma {
  width: 20%; }

footer .footer-navigation-delta {
  width: 25%; }

footer .footer-social {
  float: left;
  width: 100%; }

footer .footer-social h4 {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin: 20px 0 20px 0; }

footer .footer-social i {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0; }

footer .footer-navigation .footer-social ul li {
  position: relative;
  padding: 0 0 0 40px;
  line-height: 28px;
  margin: 0 0 10px 0; }

footer .footer-legals {
  float: left;
  width: 100%;
  height: auto;
  min-height: 80px;
  background-color: #21262e; }

footer .footer-legals .inner {
  display: -ms-flexbox;
  display: flex; }

footer .footer-copyright {
  -ms-flex: 2 0 0px;
      flex: 2 0 0; }

footer .footer-copyright span {
  font-size: 12px;
  line-height: 80px;
  color: #73767b; }

footer .footer-credit {
  text-align: right;
  -ms-flex: 1 0 0px;
      flex: 1 0 0; }

footer .footer-credit span {
  font-size: 12px;
  line-height: 80px; }

footer .footer-credit span a,
footer .footer-credit span a:visited {
  color: #474c52; }

footer .footer-credit span a:hover {
  color: #73767b; }

.home footer {
  border-top: 8px solid #f15a24; }

@media only screen and (max-width: 1440px) {
  #feature-grid .feature-content h2 {
    font-size: 30px;
    line-height: 32px; }
  #feature-grid .feature-content h4 {
    font-size: 18px;
    line-height: 20px; }
  #feature-grid .feature-content p {
    font-size: 20px;
    line-height: 26px; } }

@media only screen and (max-width: 1580px) {
  #feature-grid .feature-half-small .feature-content h3,
  #feature-grid .feature-content h3 {
    font-size: 19px;
    line-height: 21px; }
  .feature .card-banner {
    --header-line-height: 21px; } }

@media only screen and (min-width: 1581px) {
  #feature-grid .feature-half-small .feature-content h3 {
    margin-top: 0.333em; } }

@media only screen and (max-width: 1330px) {
  .inner {
    width: 980px; }
  #feature-grid .feature-block {
    float: left;
    width: 100%; }
  #faq-list .faq-body-alpha {
    width: 400px; }
  #faq-list .faq-body-beta {
    width: 472px; }
  #payment-options-description {
    width: 495px; }
  #payment-rebates-alpha {
    width: 470px; }
  #payment-rebates-beta {
    width: 470px; }
  #finance-options-description {
    width: 355px;
    padding: 45px 0 45px 35px; }
  #profile-alpha {
    float: left;
    width: 400px; }
  #profile-beta {
    float: right;
    width: 550px; }
  #profile-videos {
    margin: 0 0 45px 0; }
  #profile-videos-alpha {
    height: 360px; }
  #profile-videos-beta {
    height: 360px; }
  #profile-videos-alpha .video {
    width: 490px;
    height: 360px; }
  #profile-videos-beta .video {
    width: 490px;
    height: 360px; }
  #freedom-overview-content {
    width: 490px; }
  #contact-form-fields .field {
    width: 472px; }
  #procedure-age-tiers .procedure-age-content {
    min-height: 400px; }
  #contact-map {
    height: 400px; }
  #map {
    height: 400px; }
  #blog-content {
    width: 600px; }
  #blog-single {
    width: 600px; }
  #item-list-categories {
    width: 775px; }
  #item-list .item-list-row .item-alpha {
    width: 470px; }
  #item-list .item-list-row .item-beta {
    width: 470px; }
  #item-grid .item-grid-entry {
    width: 219px;
    height: 261px; }
  .arrow-one .grid-expand:after {
    margin-left: -396px; }
  .arrow-two .grid-expand:after {
    margin-left: -143px; }
  .arrow-three .grid-expand:after {
    margin-left: 110px; }
  .arrow-four .grid-expand:after {
    margin-left: 363px; }
  .grid-expand .expand-item .item-alpha {
    width: 470px; }
  .grid-expand .expand-item .item-beta {
    width: 470px; }
  #procedure-header-alpha {
    height: 400px; }
  #procedure-header-table {
    width: 490px;
    height: 400px; }
  #procedure-header-beta {
    height: 400px; }
  #procedure-header-cell {
    padding: 0 70px 0 0; }
  #treatment-chart-grid table td {
    min-width: 100px; }
  #procedure-video-alpha {
    height: 360px; }
  #procedure-video-beta {
    height: 360px;
    padding: 30px 0 0 30px;
    max-width: 490px; }
  #procedure-video-beta h3 {
    font-size: 17px;
    margin: 0 0 15px 0; }
  #procedure-video-beta p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0; }
  #procedure-video-beta p:last-child {
    margin: 0; }
  #procedure-video-alpha .video {
    width: 490px;
    height: 360px; }
  #procedure-video .title span {
    font-size: 16px; }
  #values-vision-beta {
    width: 575px; }
  #values-vision-column-left,
  #values-vision-column-right {
    float: left;
    width: 100%; }
  #results-content {
    float: right;
    width: 485px; }
  footer .footer-call-to-action .inner .footer-suitable h3 {
    font-size: 30px; }
  footer .footer-call-to-action .inner .footer-suitable h3 a,
  footer .footer-call-to-action .inner .footer-suitable h3 a:visited {
    font-size: 22px; }
  footer .footer-enquire .footer-phone h3 {
    font-size: 16px; }
  footer .footer-enquire .footer-fred span {
    font-size: 14px; }
  footer .footer-navigation h3 {
    font-size: 20px;
    line-height: 25px; }
  footer .footer-navigation ul li {
    font-size: 15px; }
  footer .footer-navigation-alpha {
    margin: 0 0 40px 0; }
  footer .footer-navigation-beta {
    margin: 0 0 40px 0; }
  footer .footer-social h4 {
    font-size: 12px; }
  footer .footer-social i {
    font-size: 30px; } }

@media only screen and (max-width: 1090px) {
  #menu-toggle {
    left: 25px; }
  #header-top #brand {
    margin: 10px 25px 0 0; }
  #header-suitable {
    width: 280px; }
  #header-suitable a {
    font-size: 15px; }
  #header-contact {
    width: 220px; }
  #header-contact span {
    font-size: 15px; }
  #header-breadcrumb {
    padding: 0 0 0 25px; }
  .inner {
    width: 100%;
    margin: 0;
    padding: 0 25px; }
  #test-submitted .inner {
    max-width: 100%; }
  #banner-short .inner {
    height: 100%;
    padding: 0 25px;
    width: 100%;
    margin: 0; }
  #banner-medium .base {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 25px; }
  #feature-grid .feature-block {
    float: left;
    width: 100%; }
  #faq-list .faq-body-alpha {
    width: 400px; }
  #faq-list .faq-body-beta {
    width: 472px; }
  #payment-options-description {
    width: 100%;
    padding: 25px; }
  #payment-rebates {
    padding: 25px 0 30px 0; }
  #payment-rebates-alpha {
    width: 50%;
    padding: 0 10px 0 0; }
  #payment-rebates-beta {
    width: 50%;
    padding: 0 0 0 10px; }
  #finance-options-alpha {
    width: 50%; }
  #finance-options-beta {
    width: 50%; }
  #finance-options-description {
    width: 100%;
    padding: 35px; }
  #profile-alpha {
    float: left;
    width: 400px; }
  #profile-beta {
    float: right;
    width: 550px; }
  #profile-videos {
    margin: 0 0 45px 0; }
  #profile-videos-alpha {
    width: 100%;
    height: 360px;
    margin: 0 0 2px 0; }
  #profile-videos-beta {
    width: 100%;
    height: 360px; }
  #profile-videos-alpha .video {
    width: 100%;
    height: 360px; }
  #profile-videos-beta .video {
    width: 100%;
    height: 360px; }
  #freedom-overview-content {
    width: 100%;
    padding: 45px 25px 45px 25px; }
  #contact-form-fields .field {
    width: calc(50% - 20px); }
  #procedure-description {
    padding: 25px 0 10px 0; }
  #contact-map {
    height: 400px; }
  #map {
    height: 400px; }
  #blog-title {
    padding: 0 0 0 25px;
    max-width: 600px; }
  #blog-content {
    width: 600px; }
  #blog-single {
    width: 600px; }
  #blog-navigation {
    width: 325px; }
  #blog-lastest-posts .lastest-post-content {
    width: 230px; }
  #item-list-categories {
    width: 720px; }
  #item-list .item-list-row .item-alpha {
    width: 470px; }
  #item-list .item-list-row .item-beta {
    width: 470px; }
  #item-grid .item-grid-entry {
    float: left;
    width: calc(50% - 10px);
    height: 145px;
    margin: 0 0 20px 0; }
  #item-grid .item-grid-entry.last {
    margin: 0 0 20px 0; }
  #item-grid .item-grid-entry.entry-two {
    float: right; }
  #item-grid .item-grid-entry.entry-four {
    float: right;
    margin: 0 0 20px 0; }
  #item-grid .item-grid-entry .item-grid-content {
    width: calc(100% - 270px); }
  #item-grid .item-grid-entry .item-grid-content h4 {
    font-size: 12px;
    line-height: 16px; }
  #item-grid .item-grid-entry .item-grid-content h5 {
    font-size: 13px;
    line-height: 16px; }
  #item-grid .item-grid-entry .item-grid-media {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0; }
  .arrow-one .grid-expand:after {
    margin-left: -30px;
    left: 25%; }
  .arrow-two .grid-expand:after {
    margin-left: -30px;
    left: 75%; }
  .arrow-three .grid-expand:after {
    margin-left: -30px;
    left: 25%; }
  .arrow-four .grid-expand:after {
    margin-left: -30px;
    left: 75%; }
  .grid-expand .expand-item .item-alpha {
    width: 50%; }
  .grid-expand .expand-item .item-beta {
    width: 50%; }
  #procedure-header-alpha {
    height: 400px; }
  #procedure-header-table {
    width: 100%;
    height: 400px; }
  #procedure-header-beta {
    height: 400px; }
  #procedure-header-cell {
    padding: 0 25px 0 25px; }
  #treatment-chart-grid table td {
    min-width: 100px; }
  #procedure-video .inner {
    padding: 0; }
  #procedure-video-alpha {
    height: 360px;
    width: 100%; }
  #procedure-video-beta {
    height: auto;
    width: 100%;
    padding: 30px;
    max-width: 100%; }
  #procedure-video-beta h3 {
    font-size: 17px;
    margin: 0 0 15px 0; }
  #procedure-video-beta p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0; }
  #procedure-video-beta p:last-child {
    margin: 0; }
  #procedure-video-alpha .video {
    width: 100%;
    height: 360px; }
  #expectations-video .inner {
    padding: 0; }
  #expectations-video-alpha {
    height: 360px;
    width: 100%; }
  #expectations-video-beta {
    height: auto;
    width: 100%;
    padding: 30px;
    max-width: 100%; }
  #expectations-video-beta h3 {
    font-size: 17px;
    margin: 0 0 15px 0; }
  #expectations-video-beta p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0; }
  #expectations-video-beta p:last-child {
    margin: 0; }
  #expectations-video-alpha .video {
    width: 100%;
    height: 360px; }
  #procedure-age-tiers .procedure-age-content {
    min-height: 0; }
  #values-vision-title {
    width: 100%;
    padding: 40px 0; }
  #values-vision-alpha {
    width: 40%; }
  #values-vision-beta {
    width: 60%;
    padding: 0 0 0 20px; }
  #values-vision-column-left,
  #values-vision-column-right {
    float: left;
    width: 100%; }
  #results-content {
    float: right;
    width: 100%;
    padding: 90px 25px; }
  #landing-content .inner {
    max-width: 100%; }
  footer .footer-call-to-action .inner .footer-suitable h3 {
    font-size: 30px; }
  footer .footer-call-to-action .inner .footer-suitable h3 a,
  footer .footer-call-to-action .inner .footer-suitable h3 a:visited {
    font-size: 22px; }
  footer .footer-navigation h3 {
    font-size: 20px;
    line-height: 25px; }
  footer .footer-navigation ul li {
    font-size: 15px; }
  footer .footer-navigation-alpha {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    margin: 0 0 40px 0; }
  footer .footer-navigation-beta {
    float: right;
    width: 50%;
    padding: 0 0 0 20px;
    margin: 0 0 40px 0; }
  footer .footer-navigation-gamma {
    float: left;
    width: 50%;
    padding: 0 20px 0 0; }
  footer .footer-navigation-delta {
    float: right;
    width: 50%;
    padding: 0 0 0 20px; }
  footer .footer-social h4 {
    font-size: 12px; }
  footer .footer-social i {
    font-size: 30px; }
  .showNav footer {
    transform: translateX(420px); }
  footer .footer-call-to-action {
    float: left;
    width: 100%;
    height: auto;
    min-height: 0px;
    padding: 30px 0; }
  footer .footer-call-to-action .inner {
    display: block; }
  footer .footer-call-to-action .inner .footer-suitable {
    -ms-flex: none;
        flex: none;
    text-align: center; }
  footer .footer-call-to-action .inner .footer-suitable h3 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 5px 0; }
  footer .footer-call-to-action .inner .footer-suitable h3 a,
  footer .footer-call-to-action .inner .footer-suitable h3 a:visited {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
    display: block;
    text-align: center; }
  footer .footer-call-to-action .inner .footer-action {
    text-align: center;
    -ms-flex: none;
        flex: none;
    padding: 10px 0 0 0; }
  footer .footer-enquire {
    height: auto;
    padding: 10px 0; }
  footer .footer-enquire .inner {
    display: block;
    height: auto; }
  footer .footer-enquire .footer-phone {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0 30px 0; }
  footer .footer-enquire .footer-phone h3 {
    line-height: 1;
    font-size: 16px;
    padding: 0; }
  footer .footer-enquire .footer-phone h3 i {
    position: relative;
    left: 0;
    top: 4px;
    font-size: 22px;
    transform: translateY(0); }
  footer .footer-enquire .footer-fred {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 90px 0 20px 0;
    text-align: center; }
  footer .footer-enquire .footer-fred span {
    font-size: 15px;
    text-align: center; }
  footer .footer-enquire .footer-fred img {
    position: absolute;
    right: auto;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0); }
  footer .footer-navigation {
    padding: 30px 0; }
  footer .footer-navigation .footer-navigation-title {
    min-height: 0;
    margin: 0 0 10px 0; }
  footer .footer-navigation h3 {
    font-size: 15px;
    line-height: 20px; }
  footer .footer-navigation ul li {
    font-size: 15px;
    line-height: 20px;
    margin: 0; }
  footer .footer-navigation .inner {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  footer .footer-navigation-alpha,
  footer .footer-navigation-beta,
  footer .footer-navigation-gamma {
    width: 50%;
    padding: 0;
    text-align: center;
    margin: 0 0 30px 0; }
  footer .footer-navigation-delta {
    width: 50%;
    padding: 0;
    text-align: center;
    margin: 0; }
  footer .footer-social ul {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    display: block; }
  footer .footer-social i {
    font-size: 30px;
    position: relative;
    top: 8px;
    left: -5px; }
  footer .footer-navigation .footer-social ul li {
    width: 50%;
    padding: 0; }
  footer .footer-legals {
    float: left;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 20px 0 20px 0; }
  footer .footer-legals .inner {
    display: block; }
  footer .footer-copyright {
    -ms-flex: none;
        flex: none;
    text-align: center; }
  footer .footer-copyright span {
    font-size: 12px;
    line-height: 2; }
  footer .footer-credit {
    text-align: center;
    -ms-flex: none;
        flex: none; }
  footer .footer-credit span {
    font-size: 12px;
    line-height: 2; } }

@media only screen and (max-width: 1024px) {
  #header-suitable {
    width: 260px; }
  #header-suitable a {
    font-size: 14px; }
  #header-contact {
    width: 170px; }
  #header-contact span {
    font-size: 14px; }
  #banner-short .inner {
    height: 100%;
    padding: 0 25px;
    width: 100%;
    margin: 0; }
  #slider .slide .slide-content {
    padding: 0 30px; }
  #feature-grid .feature-block {
    float: left;
    width: 100%; }
  #faq-list .faq-body-alpha {
    width: 100%;
    margin: 0 0 25px 0; }
  #faq-list .faq-body-beta {
    width: 100%; }
  #faq-list .faq-body-beta .video img {
    width: 100%; }
  #faq-list .faq-body {
    padding: 25px 0; }
  #payment-options-alpha {
    float: left;
    width: 100%; }
  #payment-options-description {
    float: left;
    width: 100%;
    padding: 25px; }
  #payment-options-beta {
    float: left;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px; }
  #payment-rebates {
    padding: 25px 0 30px 0; }
  #payment-rebates-alpha {
    width: 50%;
    padding: 0 10px 0 0; }
  #payment-rebates-beta {
    width: 50%;
    padding: 0 0 0 10px; }
  #finance-options-alpha {
    width: 50%; }
  #finance-options-beta {
    width: 50%; }
  #finance-options-description {
    width: 100%;
    padding: 35px; }
  #profile {
    padding: 25px 0 30px 0; }
  #profile-alpha {
    width: calc(40% - 20px); }
  #profile-beta {
    width: 60%; }
  #profile-videos {
    margin: 0 0 30px 0; }
  #profile-videos-alpha {
    width: 100%;
    height: 360px;
    margin: 0 0 2px 0; }
  #profile-videos-beta {
    width: 100%;
    height: 360px; }
  #profile-videos-alpha .video {
    width: 100%;
    height: 360px; }
  #profile-videos-beta .video {
    width: 100%;
    height: 360px; }
  #procedure-description-alpha {
    width: 100%;
    padding: 0; }
  #procedure-description-beta {
    width: 100%;
    padding: 0; }
  #contact-content-alpha h2 {
    font-size: 49px; }
  #contact-map {
    height: 400px; }
  #map {
    height: 400px; }
  #blog-title {
    max-width: 100%; }
  #blog-content {
    width: calc(100% - 320px); }
  #blog-single {
    width: calc(100% - 320px); }
  #blog-navigation {
    width: 300px; }
  #blog-lastest-posts .lastest-post-content {
    width: calc(100% - 85px); }
  #item-list-sort-categories {
    padding: 30px 0 15px 0; }
  #item-list-sort {
    width: 100%;
    margin: 0 0 20px 0; }
  #item-list-categories {
    width: 100%; }
  #item-list .item-list-row {
    padding: 30px 0; }
  #item-list .item-list-row .item-content {
    margin: 0; }
  #item-list .item-list-row .item-alpha {
    width: calc(100% - 500px); }
  #item-list .item-list-row .item-beta {
    width: 470px; }
  #item-grid .item-grid-entry {
    width: 100%;
    height: auto; }
  #item-grid .item-grid-entry .item-grid-content {
    width: calc(100% - 400px); }
  #item-grid .item-grid-entry .item-grid-media {
    float: right;
    width: 400px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto; }
  #item-grid .item-grid-entry .item-grid-media img {
    width: 400px; }
  .arrow-one .grid-expand:after {
    margin-left: 0;
    left: 60px; }
  .arrow-two .grid-expand:after {
    margin-left: 0;
    left: 60px; }
  .arrow-three .grid-expand:after {
    margin-left: 0;
    left: 60px; }
  .arrow-four .grid-expand:after {
    margin-left: 0;
    left: 60px; }
  .grid-expand .expand-item .item-alpha {
    width: calc(100% - 430px); }
  .grid-expand .expand-item .item-beta {
    width: 400px; }
  #procedure-header-alpha {
    height: 400px; }
  #procedure-header-table {
    height: 400px; }
  #procedure-header-beta {
    height: 400px; }
  #treatment-chart-title {
    padding: 35px 0; }
  #treatment-chart-title h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
    line-height: 30px; }
  #treatment-chart-grid table td {
    min-width: 0px;
    font-size: 12px; }
  #treatment-chart-grid table td.header-fel {
    font-size: 12px; }
  #treatment-chart-grid table td.header {
    font-size: 12px; }
  #treatment-chart-grid table td.freedom img {
    max-width: 140px; }
  #treatment-chart-grid table td.fel {
    min-width: 140px; }
  #treatment-chart-grid .icon-tick {
    font-size: 14px; }
  #treatment-chart-grid .icon-cross {
    font-size: 14px; }
  #values-vision {
    padding: 0 0 5px 0; }
  #values-vision-alpha {
    width: 100%;
    margin: 0 0 25px 0; }
  #values-vision-alpha img {
    width: 50%;
    float: left; }
  #values-vision-beta {
    width: 100%;
    padding: 0; }
  #procedure-ages {
    margin: 0 0 35px 0; }
  #procedure-age-tiers {
    display: block; }
  #procedure-age-tiers .procedure-age-tier {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 60px 0; }
  #procedure-age-tiers .procedure-age-image {
    padding: 0 25px; }
  #procedure-age-tiers .procedure-age-image img {
    max-width: 100%; }
  #test-patient-questions .form-fields.radio.double .field {
    width: 50%; }
  #test-patient-questions .form-fields.radio.quad .field {
    width: 50%; }
  #test-patient-questions .form-fields.radio.triple .field {
    width: 50%; }
  #test-patient-questions .form-fields.checkboxes .field {
    width: 50%; } }

@media only screen and (max-width: 860px) {
  #item-list .item-list-row .item-alpha {
    width: calc(100% - 400px); }
  #item-list .item-list-row .item-beta {
    width: 370px; }
  #blog-title {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 40px 0;
    padding: 0; }
  #blog-content {
    float: left;
    width: 100%;
    padding: 0; }
  #blog-single {
    float: left;
    width: 100%;
    padding: 0; }
  #blog-navigation {
    float: left;
    width: 100%; }
  #blog-lastest-posts .lastest-post-content {
    width: calc(100% - 85px); }
  #blog-lastest-posts {
    display: none; }
  #blog-follow {
    display: none; }
  #blog-search .field {
    margin: 0 0 30px 0; }
  #blog-categories {
    margin: 0 0 5px 0; }
  #treatment-chart-grid table td.hide-mobile {
    display: none; } }

@media only screen and (max-width: 767px) {
  nav {
    left: -100vw;
    width: 100vw;
    padding: 90px 40px 20px 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  header {
    height: 205px;
    transition: height 200ms ease 0ms; }
  #header-top {
    z-index: 100;
    position: relative;
    background-color: #fff; }
  #header-bottom {
    height: 135px;
    display: block;
    position: absolute;
    bottom: 0; }
  #header-breadcrumb {
    padding: 0 25px; }
  #header-suitable {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 25px; }
  #header-contact {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 25px; }
  .scrolled header {
    height: 70px; }
  #page {
    margin: 205px 0 0 0; }
  #landing-banner.title-centred .content {
    width: 100%; }
  #generic {
    float: left;
    width: 100%;
    padding: 45px 0 35px 0; }
  #generic-title h2 {
    font-size: 27px;
    line-height: 1; }
  #generic-content {
    padding: 20px 0 0 0; }
  #generic-content p {
    font-size: 15px;
    line-height: 26px; }
  #feature-grid .feature-half-small {
    width: 100%; }
  #feature-grid .feature-full-small {
    width: 100%; }
  #banner-short .inner {
    height: 100%;
    padding: 0 25px;
    width: 100%;
    margin: 0; }
  #banner-short.title-description h2 {
    font-size: 34px; }
  #banner-short.title-centred h3 {
    font-size: 22px; }
  #banner-short.title-centred h2 {
    font-size: 34px; }
  #banner-short.title-base h2 {
    font-size: 34px; }
  #banner-short.title-centred p {
    font-size: 16px;
    line-height: 24px; }
  #banner-medium {
    float: left;
    width: 100%;
    height: 300px; }
  #banner-medium .inner {
    height: 100%;
    padding: 0 25px;
    width: 100%;
    margin: 0; }
  #banner-medium h2 {
    max-width: 100%;
    font-size: 34px; }
  #banner-medium p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%; }
  #banner-medium .base {
    bottom: 40px; }
  #landing-banner {
    height: auto;
    padding: 30px 0; }
  #landing-banner .inner {
    position: relative;
    height: auto; }
  #landing-banner.title-centred h2 {
    font-size: 22px; }
  #landing-banner.title-centred h3 {
    font-size: 15px;
    line-height: 1.4; }
  #landing-banner.title-centred h3.withlogo {
    font-size: 20px; }
  #landing-banner.title-centred p {
    font-size: 16px;
    line-height: 26px; }
  #landing-content {
    padding: 30px 0; }
  #landing-content p {
    font-size: 16px;
    line-height: 24px; }
  #landing-content blockquote {
    font-size: 16px;
    line-height: 24px; }
  #landing-content blockquote p {
    font-size: 16px;
    line-height: 24px; }
  #feature-grid .feature-block {
    float: left;
    width: 100%; }
  #payment-options-description {
    width: 100%;
    padding: 25px; }
  #payment-options-description p {
    font-size: 16px;
    line-height: 24px; }
  #payment-rebates {
    padding: 25px 0 30px 0; }
  #payment-rebates-alpha {
    width: 100%;
    padding: 0; }
  #payment-rebates-beta {
    width: 100%;
    padding: 0; }
  #finance-options-alpha {
    float: left;
    width: 100%;
    position: relative;
    height: 300px; }
  #finance-options-beta {
    width: 100%; }
  #finance-options-description {
    width: 100%;
    padding: 25px; }
  #profile {
    padding: 25px 0 30px 0; }
  #profile-alpha {
    width: 100%;
    margin: 0 0 25px 0; }
  #profile-alpha img {
    width: 100%; }
  #profile-beta {
    width: 100%; }
  #profile-videos {
    margin: 0 0 30px 0; }
  #profile-videos-alpha {
    width: 100%;
    height: 360px;
    margin: 0 0 2px 0; }
  #profile-videos-beta {
    width: 100%;
    height: 360px; }
  #profile-videos-alpha .video {
    width: 100%;
    height: 360px; }
  #profile-videos-beta .video {
    width: 100%;
    height: 360px; }
  #contact-content {
    margin: 25px 0; }
  #contact-content-alpha {
    width: 100%;
    margin: 0 0 10px 0; }
  #contact-content-alpha h2 {
    font-size: 39px;
    margin: 0 0 20px 0; }
  #contact-content-alpha p {
    font-size: 16px;
    line-height: 24px; }
  #contact-content-beta {
    width: 100%;
    text-align: left; }
  #contact-form {
    padding: 10px 0 40px 0; }
  #contact-form-header {
    margin: 0 0 50px 0; }
  #contact-form-title {
    width: 100%;
    margin: 0 0 20px 0; }
  #contact-form-title h2 {
    font-size: 30px; }
  #contact-form-description {
    width: 100%; }
  #contact-form-fields .field {
    width: 100%; }
  #contact-form-fields .field.action {
    height: auto; }
  #contact-map {
    height: 400px; }
  #map {
    height: 400px; }
  #item-list-sort {
    margin: 0; }
  #item-list-categories {
    width: 100%;
    display: none; }
  #list-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  #list-categories .category {
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 0;
    width: 50%; }
  #item-list-sort-categories {
    padding: 25px 0 25px 0; }
  #item-list .item-list-row .item-alpha {
    width: 100%;
    padding: 0 0 30px 0; }
  #item-list .item-list-row .item-beta {
    width: 100%; }
  #item-list .item-list-row .item-beta img {
    width: 100%; }
  #item-grid {
    margin: 0 0 40px 0; }
  #item-grid .item-grid-entry .item-grid-content {
    width: calc(100% - 270px); }
  #item-grid .item-grid-entry .item-grid-media {
    width: 270px; }
  #item-grid .item-grid-entry .item-grid-media img {
    width: 270px; }
  .grid-expand .expand-item .item-alpha {
    width: calc(100% - 270px);
    padding: 0 30px 0 0; }
  .grid-expand .expand-item .item-content {
    margin: 0; }
  .grid-expand .expand-item .item-beta {
    width: 270px; }
  #procedure-validation {
    padding: 30px;
    margin: 0 0 70px 0; }
  #procedure-validation span {
    font-size: 24px; }
  #procedure-header-cell h2 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 20px 0; }
  #procedure-header-cell p {
    font-size: 16px;
    line-height: 20px;
    margin: 0; }
  #procedure-header-alpha {
    width: 100%;
    height: auto; }
  #procedure-header-table {
    width: 100%;
    height: auto; }
  #procedure-header-beta {
    width: 100%;
    height: 400px; }
  #procedure-header-cell {
    padding: 45px 25px; }
  #treatment-chart-grid table td {
    min-width: 100px; }
  #procedure-options .procedure-option-title {
    padding: 20px 60px 20px 20px; }
  #procedure-options .procedure-option-title span {
    line-height: 1.1;
    font-size: 14px;
    padding: 0; }
  #procedure-options .procedure-option-title .icon i {
    font-size: 14px;
    margin: -7px 0 0 -7px; }
  #procedure-options .procedure-option-content {
    padding: 20px; }
  #procedure-expectations .procedure-expectation-title {
    padding: 20px 60px 20px 20px; }
  #procedure-expectations .procedure-expectation-title span {
    line-height: 1.1;
    font-size: 14px;
    padding: 0; }
  #procedure-expectations .procedure-expectation-title .icon i {
    font-size: 14px;
    margin: -7px 0 0 -7px; }
  #procedure-expectations .procedure-expectation-contents {
    padding: 20px; }
  #procedure-video-alpha {
    height: 360px; }
  #expectations-video-alpha {
    height: 360px; }
  #values-vision-title h1 {
    font-size: 30px; }
  #values-vision-column-left,
  #values-vision-column-right {
    float: left;
    width: 100%; }
  #quote-content {
    padding: 60px 0; }
  #quote-content.large-text p {
    font-size: 25px;
    line-height: 30px; }
  #freedom-overview-alpha {
    width: 100%; }
  #freedom-overview-beta {
    width: 100%;
    position: relative;
    float: left;
    height: 400px; }
  #freedom-overview-content h2 {
    font-size: 28px; }
  #results-alpha {
    width: 100%; }
  #results-content {
    float: right;
    width: 100%;
    padding: 35px 25px; }
  #results-beta {
    width: 100%;
    position: relative;
    float: left;
    height: 200px; }
  #procedure-options {
    margin: 0 0 40px 0; }
  #procedure-options-intro p {
    font-size: 24px;
    line-height: 32px; }
  #procedure-expectations-intro {
    padding: 0 0 20px 0; }
  #procedure-expectations-intro h2 {
    font-size: 30px; }
  #faq {
    padding: 30px 0 30px 0; }
  #test-description {
    padding: 40px 0; }
  #test-description-title {
    max-width: 100%; }
  #test-description-title h2 {
    font-size: 24px;
    line-height: 30px; }
  #test-description-content-alpha,
  #test-description-content-beta {
    width: 100%; }
  #test-patient-details {
    float: left;
    width: 100%;
    padding: 40px 0 0 0; }
  #test-patient-details .field:nth-child(odd) {
    float: left; }
  #test-patient-details .field:nth-child(even) {
    float: left; }
  #test-patient-details .field.text {
    width: 100%; }
  #test-patient-questions {
    float: left;
    width: 100%; }
  #test-patient-questions .field-area {
    float: left;
    width: 100%;
    padding: 50px 0 20px 0;
    background-color: rgba(255, 255, 255, 0.7); }
  #test-patient-questions .field-area:not(:last-child) {
    margin: 0 0 10px 0; }
  #test-patient-questions .field-group {
    float: left;
    width: 100%; }
  #test-patient-questions .field-group:nth-child(odd) {
    float: left;
    margin: 0 0 20px 0; }
  #test-patient-questions .field-group:nth-child(even) {
    float: right; }
  #test-patient-questions .form-fields {
    float: left;
    width: 100%; }
  #test-patient-questions .form-fields.radio.double .field {
    width: 50%; }
  #test-patient-questions .form-fields.radio.quad .field {
    width: 50%; }
  #test-patient-questions .form-fields.radio.triple .field {
    width: 50%; }
  #test-patient-questions .form-fields.checkboxes .field {
    width: 50%; } }

@media only screen and (max-width: 640px) {
  #header-top #brand {
    width: 200px;
    margin: 15px 25px 0 0; }
  #feature-grid .feature-block img {
    height: 300px; }
  #values-vision-alpha img {
    width: 100%; }
  #item-grid .item-grid-entry .item-grid-content {
    width: 100%; }
  #item-grid .item-grid-entry .item-grid-media {
    width: 100%; }
  #item-grid .item-grid-entry .item-grid-media img {
    width: 100%; }
  #faq-list .faq-title {
    padding: 15px 0 15px 50px; }
  #faq-list .faq-title .icon i {
    font-size: 14px; }
  #faq-list .faq-title span {
    line-height: 1;
    font-size: 16px; }
  #faq-list .faq-body-beta .title {
    text-align: center;
    top: 20px; }
  #faq-list .faq-body-beta .play {
    top: auto;
    bottom: 20px;
    transform: translate(-50%, 0); }
  #faq-list .faq-body-beta .play .tigger {
    width: 35px;
    height: 35px; }
  #faq-list .faq-body-beta .play .tigger i {
    font-size: 16px; }
  #procedure-learn-more {
    padding: 30px 0;
    margin: 0; }
  #procedure-learn-more-title {
    width: 100%; }
  #procedure-learn-more-title h2 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 30px 0; }
  #procedure-learn-more-content-alpha {
    width: 100%; }
  #procedure-learn-more-content-beta {
    width: 100%; }
  #procedure-learn-more-action {
    margin: 0; }
  .grid-expand .expand-item .item-alpha {
    width: 100%;
    padding: 0 0 30px 0; }
  .grid-expand .expand-item .item-beta {
    width: 100%; }
  #blog {
    padding: 25px 0 35px 0; }
  #blog-title {
    margin: 0 0 20px 0; }
  #blog-title h2 {
    font-size: 30px; }
  #blog-tags {
    margin: 0 0 20px 0; }
  #blog-tags a {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #blog-tags a:nth-child(odd) {
    float: left; }
  #blog-tags a:nth-child(even) {
    float: right; }
  #blog-postlist .blog-post {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 45px; }
  #blog-postlist .blog-post-media, #blog-postlist .blog-post-details {
    width: 100%; }
  #blog-postlist .blog-post-media {
    margin-bottom: 25px; }
  #blog-postlist .blog-post-details {
    padding-left: 0; }
  #blog-postlist .blog-post-details h3 {
    margin-bottom: 10px; }
  #blog-postlist .blog-post-details h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px; }
  footer .footer-navigation-alpha,
  footer .footer-navigation-beta,
  footer .footer-navigation-gamma {
    width: 100%; }
  footer .footer-navigation-delta {
    width: 100%; } }

@media only screen and (max-width: 500px) {
  nav {
    left: -100vw;
    width: 100vw;
    padding: 90px 40px 20px 20px; } }

@media only screen and (max-height: 760px) {
  #branding img {
    top: calc(50% - 140px); }
  #slider .slide .slide-content h2 {
    font-size: 27px;
    margin: 0 0 20px 0; }
  #slider .slide .slide-content p {
    font-size: 16px;
    line-height: 28px; } }
