@charset "UTF-8";
/* SETTINGS */
/* Links */ 
/* Heading */
/* Paragraph */
/* Small */
/* Lists */
/* Blockquote */
/* HR */
/* ABBR */
/* FIGCAPTION */
/* TABLE */
/* FORM */
/* BUTTONS */
/* PLUGINS */
/* DROPKICK */
/* iCHECK */
/* SUSY */
/* FRAMEWORK */
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

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

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 0.875em;
  /* [1] */
  line-height: 1.5714285714;
  /* [1] */
  background: #343a3a;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
}

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none;
}

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

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/* CSS Transition
	Usage: @include transition(width,0.3s,ease-out);
 */
/* Border Radius
	Usage: @include br(10px);
*/
/*  Font Size
	Usage: @include fontSize(12px, 16px);
*/
/* PLUGINS */
.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #D7D3D3;
  border-radius: 0px;
  padding: 0 1.5em 0 0.5em;
  text-overflow: ellipsis;
}
.dk-selected:before, .dk-selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #CCCCCC;
  margin: -0.125em 0.5em 0 0;
}
.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #D7D3D3;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

ul.dk-select-options {
  padding: 0;
  margin: 0 !important;
}

ul.dk-select-options li {
  margin: 0 !important;
}

.dk-select-open-up .dk-select-options {
  border-radius: 0px 0px 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0px 0px;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5em 0.65rem;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #D7D3D3;
  color: #D7D3D3;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 20px;
}

.dk-select-options .dk-option-highlight {
  background-color: #D7D3D3;
  color: #3297fd;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}
.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-selected {
  padding: 0.5em 0.65rem;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #D7D3D3;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #D7D3D3;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #D7D3D3;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #D7D3D3;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #D7D3D3;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #D7D3D3;
}
.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #D7D3D3;
}
.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #D7D3D3;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

/* CONTENT */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.input-w {
  margin: 0 0 20px 0;
}

.input-w-i-i {
  margin-top: 20px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

label {
  display: block;
  font-size: 18px;
  line-height: 30px;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

select {
  width: 100%;
  border-radius: 0;
  background: #fff;
  border: 1px solid #D7D3D3;
  padding: 20px;
  color: #727c78;
  outline: none;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.select-w:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: url(../images/select-after@2x.png) center center no-repeat;
  background-size: 25px;
  right: 20px;
  content: "";
  width: 25px;
  height: 20px;
}

input, textarea {
  width: 100%;
  border-radius: 0;
  background: #fff;
  border: 1px solid #D7D3D3;
  padding: 20px;
  color: #727c78;
  outline: none;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none;
}

input[type=color] {
  width: inherit;
}

input[type=submit].btn {
  width: inherit;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Validation */
.has-error, .is-error {
  border-color: #FF1744;
}

.is-valid {
  border-color: #00E676;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  float: left;
  width: 100%;
  display: none !important;
}

textarea,
input[type=text],
input[type=email],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #727c78;
}

.icheckbox_square, .iradio_square {
  width: 30px;
  height: 30px;
  border: 1px solid #D7D3D3;
  margin-top: 1px;
  margin-right: 15px;
  float: left;
}
.icheckbox_square.hover, .iradio_square.hover {
  border: 1px solid #43AA8B;
  background: #FFF;
  background-size: 10px;
}
.icheckbox_square.checked, .iradio_square.checked {
  border: 1px solid #43AA8B;
  background: url("../images/close.svg") #43AA8B center center no-repeat;
  background-size: 10px;
}

.iradio_square {
  border-radius: 100px;
}

.screen-reader-response {
  display: none !important;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn,
a.btn, button.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  font-weight: 400;
  padding: 20px 40px;
  /* [7] */
  background-color: #4a8ec2;
  color: #fff !important;
  border: none;
  /* [4] */
}
.btn:hover, .btn:active, .btn:focus,
a.btn:hover,
a.btn:active,
a.btn:focus, button.btn:hover, button.btn:active, button.btn:focus {
  text-decoration: none;
  /* [4] */
  color: #fff !important;
  background: #3774a2;
}

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Small buttons.
 */
.btn--small {
  padding: 10px 20px !important;
  /* [7] */
}

/**
 * Large buttons.
 */
.btn--large {
  padding: 40px 80px !important;
  /* [7] */
}

/**
 * Full-width buttons.
 */
.btn--full {
  width: 100%;
  /**
   * Remove paddings so that widths and paddings don’t conflict.
   */
  padding-right: 0;
  padding-left: 0;
}

/**
 * Round-ended buttons.
 *
 * 1. Overly-large value to ensure the radius rounds the whole end of the
 *    button.
 */
.btn--pill {
  border-radius: 100px;
  /* [1] */
}

/* STANDARDS */
h1, h2, h3, h4, h5, h6, p, li, ul, ol, a {
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active li, .wf-active ul, .wf-active ol, .wf-active a {
  visibility: visible;
}

.content, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i, .landing-page-list-w .landing-page-list .col .landing-page-list-i, .landing-page-list-w .landing-page-list-title {
  /* IMAGES */
  /* TABLE */
  /* LISTS */
}
.content h1, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h1, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h1, .landing-page-list-w .landing-page-list .col .landing-page-list-i h1, .landing-page-list-w .landing-page-list-title h1, .content h2, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h2, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h2, .landing-page-list-w .landing-page-list .col .landing-page-list-i h2, .landing-page-list-w .landing-page-list-title h2, .content h3, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h3, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h3, .landing-page-list-w .landing-page-list .col .landing-page-list-i h3, .landing-page-list-w .landing-page-list-title h3, .content h4, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h4, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h4, .landing-page-list-w .landing-page-list .col .landing-page-list-i h4, .landing-page-list-w .landing-page-list-title h4, .content h5, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h5, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h5, .landing-page-list-w .landing-page-list .col .landing-page-list-i h5, .landing-page-list-w .landing-page-list-title h5, .content h6, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h6, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h6, .landing-page-list-w .landing-page-list .col .landing-page-list-i h6, .landing-page-list-w .landing-page-list-title h6 {
  margin: 20px 0 20px 0;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
}
.content h1, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h1, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h1, .landing-page-list-w .landing-page-list .col .landing-page-list-i h1, .landing-page-list-w .landing-page-list-title h1 {
  font-size: 34px;
  line-height: 38px;
}
.content h2, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h2, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h2, .landing-page-list-w .landing-page-list .col .landing-page-list-i h2, .landing-page-list-w .landing-page-list-title h2 {
  font-size: 30px;
  line-height: 24px;
}
.content h3, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h3, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h3, .landing-page-list-w .landing-page-list .col .landing-page-list-i h3, .landing-page-list-w .landing-page-list-title h3 {
  font-size: 26px;
  line-height: 32px;
}
.content h4, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h4, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h4, .landing-page-list-w .landing-page-list .col .landing-page-list-i h4, .landing-page-list-w .landing-page-list-title h4 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 40px !important;
}
.content h5, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h5, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h5, .landing-page-list-w .landing-page-list .col .landing-page-list-i h5, .landing-page-list-w .landing-page-list-title h5 {
  font-size: 22px;
  line-height: 26px;
}
.content h6, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i h6, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i h6, .landing-page-list-w .landing-page-list .col .landing-page-list-i h6, .landing-page-list-w .landing-page-list-title h6 {
  font-size: 20px;
  line-height: 24px;
}
.content p, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i p, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i p, .landing-page-list-w .landing-page-list .col .landing-page-list-i p, .landing-page-list-w .landing-page-list-title p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 26px;
  color: #727c78;
}
.content p.intro, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i p.intro, .landing-page-list-w .landing-page-list .col .landing-page-list-i p.intro, .landing-page-list-w .landing-page-list-title p.intro {
  font-size: 22px;
  line-height: 30px;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  color: #000;
}
.content p.no-mb, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i p.no-mb, .landing-page-list-w .landing-page-list .col .landing-page-list-i p.no-mb, .landing-page-list-w .landing-page-list-title p.no-mb {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .content p.f-r, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i p.f-r, .landing-page-list-w .landing-page-list .col .landing-page-list-i p.f-r, .landing-page-list-w .landing-page-list-title p.f-r {
    float: right;
    text-align: right;
  }
}
.content a, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i a, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i a, .landing-page-list-w .landing-page-list .col .landing-page-list-i a, .landing-page-list-w .landing-page-list-title a {
  color: #000;
  text-decoration: none;
  outline: 0;
  border-bottom: 1px solid #727c78;
}
.content a:hover, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i a:hover, .landing-page-list-w .landing-page-list .col .landing-page-list-i a:hover, .landing-page-list-w .landing-page-list-title a:hover, .content a:focus, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i a:focus, .landing-page-list-w .landing-page-list .col .landing-page-list-i a:focus, .landing-page-list-w .landing-page-list-title a:focus {
  color: #727c78;
  text-decoration: none;
}
.content small, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i small, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i small, .landing-page-list-w .landing-page-list .col .landing-page-list-i small, .landing-page-list-w .landing-page-list-title small {
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 16px;
}
.content blockquote, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i blockquote, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i blockquote, .landing-page-list-w .landing-page-list .col .landing-page-list-i blockquote, .landing-page-list-w .landing-page-list-title blockquote {
  font-style: italic;
  color: #727c78;
  padding: 0 20px 0 20px;
  margin: 0 0 20px 0;
  width: 100%;
  clear: both;
  float: left;
  font-size: 18px;
  line-height: 26px;
}
.content blockquote.intro, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i blockquote.intro, .landing-page-list-w .landing-page-list .col .landing-page-list-i blockquote.intro, .landing-page-list-w .landing-page-list-title blockquote.intro {
  font-size: 22px;
  line-height: 34px;
  padding-left: 0;
}
.content hr, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i hr, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i hr, .landing-page-list-w .landing-page-list .col .landing-page-list-i hr, .landing-page-list-w .landing-page-list-title hr {
  border: 0;
  height: 0px;
  background: #FFF;
  margin: 20px 0;
  width: 100%;
  float: left;
  clear: both;
}
.content hr.half, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i hr.half, .landing-page-list-w .landing-page-list .col .landing-page-list-i hr.half, .landing-page-list-w .landing-page-list-title hr.half {
  margin: 20px 0;
}
@media (min-width: 700px) {
  .content hr, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i hr, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i hr, .landing-page-list-w .landing-page-list .col .landing-page-list-i hr, .landing-page-list-w .landing-page-list-title hr {
    margin: 40px 0 40px 0;
  }
}
.content abbr, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i abbr, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i abbr, .landing-page-list-w .landing-page-list .col .landing-page-list-i abbr, .landing-page-list-w .landing-page-list-title abbr {
  border-bottom: 1px dotted #D7D3D3;
  cursor: help;
}
.content figcaption, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i figcaption, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i figcaption, .landing-page-list-w .landing-page-list .col .landing-page-list-i figcaption, .landing-page-list-w .landing-page-list-title figcaption {
  font-style: italic;
  margin: 20px 0 0 0;
}
.content img.align-right, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.align-right, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.align-right, .landing-page-list-w .landing-page-list-title img.align-right, .content img.alignright, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.alignright, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.alignright, .landing-page-list-w .landing-page-list-title img.alignright {
  float: right;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}
.content img.align-left, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.align-left, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.align-left, .landing-page-list-w .landing-page-list-title img.align-left, .content img.alignleft, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.alignleft, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.alignleft, .landing-page-list-w .landing-page-list-title img.alignleft {
  float: left;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content img.align-center, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.align-center, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.align-center, .landing-page-list-w .landing-page-list-title img.align-center, .content img.aligncenter, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.aligncenter, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.aligncenter, .landing-page-list-w .landing-page-list-title img.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}
.content img.off-right, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-right, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-right, .landing-page-list-w .landing-page-list-title img.off-right {
  width: 100%;
  float: right;
  clear: both;
  margin-right: -30px;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .content img.off-right, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-right, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-right, .landing-page-list-w .landing-page-list-title img.off-right {
    margin-left: 60px;
    width: 30%;
    clear: none;
  }
}
@media (min-width: 1100px) {
  .content img.off-right, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-right, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-right, .landing-page-list-w .landing-page-list-title img.off-right {
    margin-right: -60px;
    width: 500px;
  }
}
@media (min-width: 1360px) {
  .content img.off-right, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-right, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-right, .landing-page-list-w .landing-page-list-title img.off-right {
    margin-right: -180px;
  }
}
.content img.off-left, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-left, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-left, .landing-page-list-w .landing-page-list-title img.off-left {
  width: 100%;
  float: left;
  clear: both;
  margin-left: -30px;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .content img.off-left, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-left, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-left, .landing-page-list-w .landing-page-list-title img.off-left {
    margin-right: 60px;
    width: 30%;
    clear: none;
  }
}
@media (min-width: 1100px) {
  .content img.off-left, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-left, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-left, .landing-page-list-w .landing-page-list-title img.off-left {
    margin-left: -60px;
    width: 500px;
  }
}
@media (min-width: 1360px) {
  .content img.off-left, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.off-left, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.off-left, .landing-page-list-w .landing-page-list-title img.off-left {
    margin-left: -180px;
  }
}
.content img.full, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i img.full, .landing-page-list-w .landing-page-list .col .landing-page-list-i img.full, .landing-page-list-w .landing-page-list-title img.full {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.content table, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i table, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i table, .landing-page-list-w .landing-page-list .col .landing-page-list-i table, .landing-page-list-w .landing-page-list-title table {
  border-collapse: collapse;
  border-spacing: 0;
  border: #D7D3D3 1px solid;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px;
  margin-bottom: 40px;
}
.content table tr:nth-child(1) td, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i table tr:nth-child(1) td, .landing-page-list-w .landing-page-list .col .landing-page-list-i table tr:nth-child(1) td, .landing-page-list-w .landing-page-list-title table tr:nth-child(1) td {
  color: #000;
}
.content th, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i th, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i th, .landing-page-list-w .landing-page-list .col .landing-page-list-i th, .landing-page-list-w .landing-page-list-title th {
  text-align: left;
  border: #D7D3D3 1px solid;
  padding: 10px;
}
.content td, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i td, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i td, .landing-page-list-w .landing-page-list .col .landing-page-list-i td, .landing-page-list-w .landing-page-list-title td {
  border: #D7D3D3 1px solid;
  padding: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #727c78;
}
.content dl, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i dl, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i dl, .landing-page-list-w .landing-page-list .col .landing-page-list-i dl, .landing-page-list-w .landing-page-list-title dl {
  overflow: hidden;
}
.content .bullet-list, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i .bullet-list, .landing-page-list-w .landing-page-list .col .landing-page-list-i .bullet-list, .landing-page-list-w .landing-page-list-title .bullet-list, .content ol li ul li, .content ul li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ul li, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ul li, .landing-page-list-w .landing-page-list .col .landing-page-list-i ul li, .landing-page-list-w .landing-page-list-title ul li, .content .numbered-list, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i .numbered-list, .landing-page-list-w .landing-page-list .col .landing-page-list-i .numbered-list, .landing-page-list-w .landing-page-list-title .numbered-list, .content ol li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ol li, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ol li, .landing-page-list-w .landing-page-list .col .landing-page-list-i ol li, .landing-page-list-w .landing-page-list-title ol li, .content ul li ol li {
  list-style: disc;
  font-size: 18px;
  line-height: 26px;
}
.content .bullet-list li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i .bullet-list li, .landing-page-list-w .landing-page-list .col .landing-page-list-i .bullet-list li, .landing-page-list-w .landing-page-list-title .bullet-list li, .content ol li ul li li, .content ul li li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ul li li, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ul li li, .landing-page-list-w .landing-page-list .col .landing-page-list-i ul li li, .landing-page-list-w .landing-page-list-title ul li li, .content .numbered-list li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i .numbered-list li, .landing-page-list-w .landing-page-list .col .landing-page-list-i .numbered-list li, .landing-page-list-w .landing-page-list-title .numbered-list li, .content ol li li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ol li li, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ol li li, .landing-page-list-w .landing-page-list .col .landing-page-list-i ol li li, .landing-page-list-w .landing-page-list-title ol li li, .content ul li ol li li {
  font-size: 18px;
  line-height: 26px;
}
.content .numbered-list, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i .numbered-list, .landing-page-list-w .landing-page-list .col .landing-page-list-i .numbered-list, .landing-page-list-w .landing-page-list-title .numbered-list, .content ol li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ol li, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ol li, .landing-page-list-w .landing-page-list .col .landing-page-list-i ol li, .landing-page-list-w .landing-page-list-title ol li, .content ul li ol li {
  list-style: decimal;
}
.content ul, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ul, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ul, .landing-page-list-w .landing-page-list .col .landing-page-list-i ul, .landing-page-list-w .landing-page-list-title ul {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 20px 40px;
}
.content ul li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ul li, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ul li, .landing-page-list-w .landing-page-list .col .landing-page-list-i ul li, .landing-page-list-w .landing-page-list-title ul li {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  color: #727c78;
}
.content ul li ol, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ul li ol, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ul li ol, .landing-page-list-w .landing-page-list .col .landing-page-list-i ul li ol, .landing-page-list-w .landing-page-list-title ul li ol, .content ul li ul, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ul li ul, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ul li ul, .landing-page-list-w .landing-page-list .col .landing-page-list-i ul li ul, .landing-page-list-w .landing-page-list-title ul li ul {
  margin: 10px 0 0 18px;
}
.content ol, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ol, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ol, .landing-page-list-w .landing-page-list .col .landing-page-list-i ol, .landing-page-list-w .landing-page-list-title ol {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 20px 40px;
}
.content ol li, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ol li, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ol li, .landing-page-list-w .landing-page-list .col .landing-page-list-i ol li, .landing-page-list-w .landing-page-list-title ol li {
  width: 100%;
  float: left;
  color: #727c78;
  clear: both;
  margin: 0 0 10px 0;
}
.content ol li ol, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ol li ol, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ol li ol, .landing-page-list-w .landing-page-list .col .landing-page-list-i ol li ol, .landing-page-list-w .landing-page-list-title ol li ol, .content ol li ul, .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i ol li ul, .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i ol li ul, .landing-page-list-w .landing-page-list .col .landing-page-list-i ol li ul, .landing-page-list-w .landing-page-list-title ol li ul {
  margin: 10px 0 0 18px;
}
pre {
  background: #f9fbfa;
  padding: 20px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-style: italic;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #727c78;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

/** CONTENT OVERRIDES **/
/* COMPONENTS */
.navigation-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  border-bottom: 1px solid #D7D3D3;
}
.navigation-w#fixed {
  position: fixed;
  top: 0;
}
.navigation-w .navigation ul li {
  float: left;
  position: relative;
}
.navigation-w .navigation ul li ul.sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 200px;
  margin-top: -1px;
  background: #FFF;
  border: 1px solid #D7D3D3;
  border-top: 0;
}
.navigation-w .navigation ul li ul.sub-menu li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.navigation-w .navigation ul li a {
  color: #000;
  text-decoration: none;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px;
}

/** COMPONENT OVERRIDES **/
/* BODY */
body {
  background: #343a3a;
}

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

.container, .landing-page-testimonial-w .landing-page-testimonial, .landing-page-content-w .landing-page-content, .landing-page-list-w .landing-page-list, .landing-page-list-w .landing-page-list-title, .footer-w .footer-c.standard, .header-w .header-c, .body-w .body, .navigation-w .navigation {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
}
.container:after, .landing-page-testimonial-w .landing-page-testimonial:after, .landing-page-content-w .landing-page-content:after, .landing-page-list-w .landing-page-list:after, .landing-page-list-w .landing-page-list-title:after, .footer-w .footer-c.standard:after, .header-w .header-c:after, .body-w .body:after, .navigation-w .navigation:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1100px) {
  .container, .landing-page-testimonial-w .landing-page-testimonial, .landing-page-content-w .landing-page-content, .landing-page-list-w .landing-page-list, .landing-page-list-w .landing-page-list-title, .footer-w .footer-c.standard, .header-w .header-c, .body-w .body, .navigation-w .navigation {
    max-width: 1000px;
  }
}
@media (min-width: 1340px) {
  .container, .landing-page-testimonial-w .landing-page-testimonial, .landing-page-content-w .landing-page-content, .landing-page-list-w .landing-page-list, .landing-page-list-w .landing-page-list-title, .footer-w .footer-c.standard, .header-w .header-c, .body-w .body, .navigation-w .navigation {
    max-width: 1000px;
  }
}

.body-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* BOILERPLATE */
.animated, .modal-w .modal {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.preheader-w a {
  background: #997D51;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-align: center;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.25s ease;
}
.preheader-w a:hover {
  background: #CEA565;
  transition: all 0.5s ease;
}
.preheader-w a span {
  font-family: "freight-big-pro", sans-serif;
}

body.enquiries_email .header-c h1 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  body.enquiries_email .header-c h1 {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.desktop-only {
  display: none;
}
@media (min-width: 1100px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 700px) {
  .mobile-only {
    display: none;
  }
}

.desktop-mobile-only {
  display: block;
}
@media (min-width: 700px) {
  .desktop-mobile-only {
    display: none;
  }
}
@media (min-width: 1100px) {
  .desktop-mobile-only {
    display: block;
  }
}

.desktop-mobile-only-alt {
  display: block;
}
@media (min-width: 700px) {
  .desktop-mobile-only-alt {
    display: none;
  }
}
@media (min-width: 1340px) {
  .desktop-mobile-only-alt {
    display: block;
  }
}

.hide-desktop {
  display: block;
}
@media (min-width: 1100px) {
  .hide-desktop {
    display: none;
  }
}

.hide-desktop-alt {
  display: block;
}
@media (min-width: 1340px) {
  .hide-desktop-alt {
    display: none;
  }
}

body {
  opacity: 1;
  transition: 1s opacity;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body .responsive-easing {
  transition: all 1s ease;
}
body .browser-frame, body .browser-secondary, body .maintenance-outer, body .maintenance-big-cog, body .maintenance-little-cog {
  stroke-dasharray: 400;
}
body .search-sheet, body .mag-glass, body .search-line, body .copy-second-page, body .copy-first-page, body .copy-last-page, body .copy-mark, body .copy-pen, body .copy-pen-bottom {
  stroke-dasharray: 400;
}
body .copy-circle-1, body .copy-circle-2, body .maintenance-browser-buttons, body .maintenance-inside {
  opacity: 0;
  transition: 1s opacity;
}
body .sub-tab {
  display: none;
}
@media (min-width: 700px) {
  body .sub-tab {
    display: block;
  }
}
body .mob {
  display: block;
}
@media (min-width: 700px) {
  body .mob {
    display: none;
  }
}
body .tablet {
  display: none;
}
@media (min-width: 700px) and (max-width: 1000px) {
  body .tablet {
    display: block;
  }
}
body .hide-tablet {
  display: block;
}
@media (min-width: 700px) and (max-width: 1000px) {
  body .hide-tablet {
    display: none;
  }
}
body .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
body .loading {
  height: 100%;
  width: 100%;
  background: #343a3a;
  opacity: 1;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
body .loading.loaded {
  opacity: 0;
  z-index: -1;
  transition: all 1s ease;
}
body .loading.loaded.next {
  opacity: 1;
  z-index: 100;
  transition: all 0.5s ease;
}
body .loading-icon {
  position: absolute;
  z-index: 101;
  top: 10px;
  right: 10px;
  background: url(../images/rolling.svg) #343a3a center center no-repeat;
  background-size: 20px;
  width: 52px;
  height: 52px;
  cursor: pointer;
}
@media (min-width: 700px) {
  body .loading-icon {
    top: 20px;
    right: 20px;
    background: url(../images/rolling.svg) #343a3a center center no-repeat;
    width: 70px;
    background-size: 24px;
    height: 65px;
    cursor: pointer;
  }
}
body .loading-icon.loaded {
  opacity: 0;
  z-index: -1;
  transition: all 1s ease;
}

a.nxt {
  color: #edf6f5;
  font-size: 16px;
  line-height: 20px;
  background: #343a3a;
  float: left;
  border: 0;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  padding: 25px 60px;
  margin-bottom: -30px;
  position: relative;
  text-align: center;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 700px) {
  a.nxt {
    text-align: left;
    padding: 50px 60px;
    width: auto;
    margin-bottom: -60px;
  }
}
@media (min-width: 1100px) {
  a.nxt {
    padding: 80px 60px;
    margin-bottom: -60px;
  }
}
a.nxt.about-nxt {
  background: #343a3a;
  float: left;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  padding: 25px 60px;
  margin-bottom: -30px;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media (min-width: 700px) {
  a.nxt.about-nxt {
    margin-bottom: 0;
    float: left;
    position: absolute;
    margin-left: -130px;
    z-index: 10;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 1100px) {
  a.nxt.about-nxt {
    margin-bottom: 0;
    padding: 50px 60px;
    float: left;
    position: absolute;
    margin-left: -130px;
    z-index: 10;
    right: -30px;
    bottom: 80px;
  }
}
a.nxt.map-nxt {
  background: #ff6e3c;
  float: left;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  padding: 25px 30px;
  position: relative;
  text-align: center;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  width: 80%;
  left: 10%;
}
@media (min-width: 700px) {
  a.nxt.map-nxt {
    width: auto;
    left: 60px;
    bottom: 29px;
    padding: 25px 60px;
  }
}
@media (min-width: 1100px) {
  a.nxt.map-nxt {
    margin-bottom: 0;
    padding: 40px 60px;
    float: left;
    width: auto;
    left: auto;
    margin-left: -130px;
    z-index: 10;
    right: -30px;
    bottom: 45px;
    background: #ff6e3c;
  }
}
a.nxt span.arrow-right {
  opacity: 0.7;
  width: 23px;
  height: 11px;
  float: right;
  margin-top: -12px;
  position: relative;
  top: 50%;
  display: none;
  background: url("../images/arrow-right-short.svg") 0 0 no-repeat;
  background-size: 23px;
}
@media (min-width: 700px) {
  a.nxt span.arrow-right {
    width: 77px;
    height: 9px;
    display: block;
    margin-right: -100px;
    background: url("../images/arrow-right.svg") 0 0 no-repeat;
    background-size: 77px;
  }
}
a.nxt span.arrow-grey {
  opacity: 0.7;
  width: 23px;
  height: 11px;
  float: right;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: -13px;
  background: url("../images/arrow-grey-short.svg") 0 0 no-repeat;
  background-size: 23px;
  display: none;
}
@media (min-width: 1100px) {
  a.nxt span.arrow-grey {
    width: 77px;
    height: 9px;
    right: -40px;
    background: url("../images/arrow-grey.svg") 0 0 no-repeat;
    background-size: 77px;
    display: block;
  }
}

.navigation-w {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: none;
}
.navigation-w a.close-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  float: right;
  cursor: pointer;
  z-index: 101;
}
@media (min-width: 700px) {
  .navigation-w a.close-btn {
    top: 40px;
    right: 40px;
  }
}
.navigation-w a.close-btn:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.navigation-w .navigation-c {
  position: absolute;
  overflow: hidden;
  background: #343a3a;
  top: 10px;
  right: 10px;
  width: 52px;
  height: 52px;
}
@media (min-width: 700px) {
  .navigation-w .navigation-c {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 65px;
  }
}
.navigation-w .navigation-c ul {
  height: 300px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 0px;
}
.navigation-w .navigation-c ul li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 40px;
  line-height: 50px;
  font-family: "freight-big-pro", sans-serif;
  position: relative;
  display: none;
}
@media (min-width: 700px) {
  .navigation-w .navigation-c ul li {
    font-size: 48px;
    line-height: 60px;
  }
}
.navigation-w .navigation-c ul li a {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 30px;
  opacity: 0.8;
  background: #343a3a;
  transition: all 1s ease;
}
.navigation-w .navigation-c ul li a span {
  border-bottom: 1px solid #ff6e3c;
  width: 20%;
  top: 58%;
  float: left;
  position: absolute;
  left: -1000px;
  transition: all 1s ease;
}
@media (min-width: 700px) {
  .navigation-w .navigation-c ul li a span {
    width: 60%;
  }
}
.home .navigation-w .navigation-c ul li a.home-active {
  color: #ff6e3c;
  transition: all 0.05s ease;
}
.home .navigation-w .navigation-c ul li a.home-active span {
  left: 0;
  transition: all 0.5s ease;
}
.page-id-103 .navigation-w .navigation-c ul li a.contact-active {
  color: #ff6e3c;
  transition: all 0.05s ease;
}
.page-id-103 .navigation-w .navigation-c ul li a.contact-active span {
  left: 0;
  transition: all 0.5s ease;
}
.blog .navigation-w .navigation-c ul li a.blog-active, .single .navigation-w .navigation-c ul li a.blog-active {
  color: #ff6e3c;
  transition: all 0.05s ease;
}
.blog .navigation-w .navigation-c ul li a.blog-active span, .single .navigation-w .navigation-c ul li a.blog-active span {
  left: 0;
  transition: all 0.5s ease;
}
.page-id-115 .navigation-w .navigation-c ul li a.services-active, .parent-pageid-115 .navigation-w .navigation-c ul li a.services-active {
  color: #ff6e3c;
  transition: all 0.05s ease;
}
.page-id-115 .navigation-w .navigation-c ul li a.services-active span, .parent-pageid-115 .navigation-w .navigation-c ul li a.services-active span {
  left: 0;
  transition: all 0.5s ease;
}
.page-id-99 .navigation-w .navigation-c ul li a.about-active {
  color: #ff6e3c;
  transition: all 0.05s ease;
}
.page-id-99 .navigation-w .navigation-c ul li a.about-active span {
  left: 0;
  transition: all 0.5s ease;
}
.navigation-w .navigation-c ul li a:hover {
  color: #ff6e3c;
  transition: all 1s ease;
}
.navigation-w .navigation-c ul li a:hover span {
  left: 0;
  transition: all 0.5s ease;
}

a.header-phone {
  background: #43AA8B;
  float: left;
  color: #FFFFFF;
  padding: 20px;
  position: absolute;
  top: 10px;
  z-index: 1;
  font-size: 16px;
  line-height: 16px;
  height: 51px;
  right: 70px;
  padding-right: 31px;
  text-decoration: none;
}
a.header-phone span {
  display: none;
}
a.header-phone:before {
  position: absolute;
  top: 49%;
  content: "";
  margin-top: -10px;
  left: 20px;
  float: left;
  width: 12px;
  height: 20px;
  background: url(/no-hash/landing-page/mobile@4x.png) center center no-repeat;
  background-size: 12px;
}
@media (min-width: 700px) {
  a.header-phone {
    height: 65px;
    top: 20px;
    right: 100px;
    padding-right: 20px;
    padding-left: 44px;
    font-size: 24px;
    line-height: 24px;
  }
  a.header-phone span {
    display: block;
  }
}

.menu-btn {
  position: absolute;
  z-index: 20;
  top: 10px;
  right: 10px;
  background: url(../images/icons/menu@3x.png) #343a3a center center no-repeat;
  background-size: 26px;
  width: 52px;
  height: 52px;
  cursor: pointer;
}
@media (min-width: 700px) {
  .menu-btn {
    top: 20px;
    right: 20px;
    background: url(../images/icons/menu@3x.png) #343a3a center center no-repeat;
    background-size: 32px;
    width: 70px;
    height: 65px;
    cursor: pointer;
  }
}
.menu-btn:hover {
  cursor: pointer;
}

button.send {
  color: #edf6f5;
  font-size: 16px;
  line-height: 20px;
  background: #343a3a;
  float: left;
  border: 0;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  padding: 25px 60px;
  margin-bottom: -30px;
  position: relative;
  text-align: center;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  text-decoration: none;
  margin-top: 30px;
  padding: 30px 60px;
}
@media (min-width: 700px) {
  button.send {
    text-align: left;
    padding: 50px 60px;
    width: auto;
    margin-bottom: -60px;
  }
}
@media (min-width: 1100px) {
  button.send {
    padding: 40px 60px;
    margin-bottom: -60px;
  }
}
button.send.green {
  background: #43aa8b;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  text-align: center;
}

.header-w {
  background: #343a3a;
  position: relative;
}
.page .header-w:after {
  content: "";
  background: #343a3a;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
}
.page-id-99.page .header-w {
  opacity: 0.9;
}
.header-w .single-banner {
  background-size: cover;
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.header-w.zero {
  background: #343a3a;
}
.header-w.zero .header-i {
  background: url(/no-hash/blog/zero.png) 0 top repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
.header-w.web-development-banner {
  background: url(../images/banner/web-development@2x.jpg) center center no-repeat;
  background-size: cover;
}
.header-w.ssl-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3MkUyNTFCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg3MkUyNTBCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MUUyNUE0Q0I0NkIxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MUUyNUE0REI0NkIxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnw/yDQAAAGAUExURWp0eZinppGfn3qGiXeDhYGNj2Bqb3iEh3N+gYWSk0FIUmRuclJbYpelpFZgZlBYYH+Ljay8uHWAg4eUlTtBTKGwrpWjo0BGUVdhZ15obomWl0dNWF5nbWx3e1VeZVRdZGZxdpOgoGNtco2Zmj9FUFtkam14fEpSWmVvdFxma1liaFJbYU1UXEtSXElQWkdOVz5ET4yamkNKVISRkkVMVo6cnH2Ji5yrqoKPkJyrqYOQkY+dnY2bmmdydmJscbbHwnuHiUZNV4uYmIuYmYOPkImWmFpjabXFwWt1eU5VXWFscJOioWdxdk9XYGlzeLPEwH+MjcLUzcja07LEv1FaYaOyr5ysqZ6trEhPWXyIiXB8f36Kiz1DTml1eFVfZE9YX2t2eo+enY2amlNcY6S0sae3tE1VXjg+Sk1WXaKxr255fW96foWSk32JjKi4tam5tqm6t4qYmIuZmUlQWbrMx0pRW7HCvY2bm3yIinyJi09XX4KOkGlzd1pjamFqcFdgZjgfygEAAAEdSURBVHjaBMGHVoJQAADQRyJynpgKJGoQOVPTkOFA3FpR2aZdNmxZtLMsK369ewGGtj1H+buhyQlK5rtTXzNiByzcn1OYDOrAwe0yelhNEW422VAak4P0KTSKARoKEr3qMX8AOMPiFb7H3EDISFKWjh4TTe7N4qP0eCLRAVQ9FatMGwbBZCUIM1OsXroa6a+Uzcw7+SWwQRozVSePig6cZLGiGCkjH6282vduvpd6AghjCwFs1sJdj2rIp1Fm0JOrqcFzpBBCmnoYWGHS6W4IrImIyHrhwkdx2ta2q67lfjtjOQoA/MR/PUj74yu7z7U2KqP35cWJflH+Csx/ii5gH/11U+7EC2fbK5hYt5vUh63hgyzbI96dy6d/AQYAGTM3gUNG9vUAAAAASUVORK5CYII=") center center no-repeat;
  background-size: cover;
}
.header-w.ssl-banner .header-i {
  background: url(../images/banner/ssl-banner.jpg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
.header-w.protesters-pool-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3MkUyNTFCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg3MkUyNTBCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MUUyNUE0Q0I0NkIxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MUUyNUE0REI0NkIxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnw/yDQAAAGAUExURWp0eZinppGfn3qGiXeDhYGNj2Bqb3iEh3N+gYWSk0FIUmRuclJbYpelpFZgZlBYYH+Ljay8uHWAg4eUlTtBTKGwrpWjo0BGUVdhZ15obomWl0dNWF5nbWx3e1VeZVRdZGZxdpOgoGNtco2Zmj9FUFtkam14fEpSWmVvdFxma1liaFJbYU1UXEtSXElQWkdOVz5ET4yamkNKVISRkkVMVo6cnH2Ji5yrqoKPkJyrqYOQkY+dnY2bmmdydmJscbbHwnuHiUZNV4uYmIuYmYOPkImWmFpjabXFwWt1eU5VXWFscJOioWdxdk9XYGlzeLPEwH+MjcLUzcja07LEv1FaYaOyr5ysqZ6trEhPWXyIiXB8f36Kiz1DTml1eFVfZE9YX2t2eo+enY2amlNcY6S0sae3tE1VXjg+Sk1WXaKxr255fW96foWSk32JjKi4tam5tqm6t4qYmIuZmUlQWbrMx0pRW7HCvY2bm3yIinyJi09XX4KOkGlzd1pjamFqcFdgZjgfygEAAAEdSURBVHjaBMGHVoJQAADQRyJynpgKJGoQOVPTkOFA3FpR2aZdNmxZtLMsK369ewGGtj1H+buhyQlK5rtTXzNiByzcn1OYDOrAwe0yelhNEW422VAak4P0KTSKARoKEr3qMX8AOMPiFb7H3EDISFKWjh4TTe7N4qP0eCLRAVQ9FatMGwbBZCUIM1OsXroa6a+Uzcw7+SWwQRozVSePig6cZLGiGCkjH6282vduvpd6AghjCwFs1sJdj2rIp1Fm0JOrqcFzpBBCmnoYWGHS6W4IrImIyHrhwkdx2ta2q67lfjtjOQoA/MR/PUj74yu7z7U2KqP35cWJflH+Csx/ii5gH/11U+7EC2fbK5hYt5vUh63hgyzbI96dy6d/AQYAGTM3gUNG9vUAAAAASUVORK5CYII=") center center no-repeat;
  background-size: cover;
}
.header-w.protesters-pool-banner .header-i {
  background: url(../images/banner/protesters-pool@2x.jpg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.protesters-pool-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3MkUyNTFCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg3MkUyNTBCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MUUyNUE0Q0I0NkIxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MUUyNUE0REI0NkIxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnw/yDQAAAGAUExURWp0eZinppGfn3qGiXeDhYGNj2Bqb3iEh3N+gYWSk0FIUmRuclJbYpelpFZgZlBYYH+Ljay8uHWAg4eUlTtBTKGwrpWjo0BGUVdhZ15obomWl0dNWF5nbWx3e1VeZVRdZGZxdpOgoGNtco2Zmj9FUFtkam14fEpSWmVvdFxma1liaFJbYU1UXEtSXElQWkdOVz5ET4yamkNKVISRkkVMVo6cnH2Ji5yrqoKPkJyrqYOQkY+dnY2bmmdydmJscbbHwnuHiUZNV4uYmIuYmYOPkImWmFpjabXFwWt1eU5VXWFscJOioWdxdk9XYGlzeLPEwH+MjcLUzcja07LEv1FaYaOyr5ysqZ6trEhPWXyIiXB8f36Kiz1DTml1eFVfZE9YX2t2eo+enY2amlNcY6S0sae3tE1VXjg+Sk1WXaKxr255fW96foWSk32JjKi4tam5tqm6t4qYmIuZmUlQWbrMx0pRW7HCvY2bm3yIinyJi09XX4KOkGlzd1pjamFqcFdgZjgfygEAAAEdSURBVHjaBMGHVoJQAADQRyJynpgKJGoQOVPTkOFA3FpR2aZdNmxZtLMsK369ewGGtj1H+buhyQlK5rtTXzNiByzcn1OYDOrAwe0yelhNEW422VAak4P0KTSKARoKEr3qMX8AOMPiFb7H3EDISFKWjh4TTe7N4qP0eCLRAVQ9FatMGwbBZCUIM1OsXroa6a+Uzcw7+SWwQRozVSePig6cZLGiGCkjH6282vduvpd6AghjCwFs1sJdj2rIp1Fm0JOrqcFzpBBCmnoYWGHS6W4IrImIyHrhwkdx2ta2q67lfjtjOQoA/MR/PUj74yu7z7U2KqP35cWJflH+Csx/ii5gH/11U+7EC2fbK5hYt5vUh63hgyzbI96dy6d/AQYAGTM3gUNG9vUAAAAASUVORK5CYII=") center center no-repeat;
    background-size: cover;
  }
  .header-w.protesters-pool-banner .header-i {
    background: url(../images/banner/protesters-pool@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.shelly-beach-banner {
  background: url(../images/banner/shelly-beach@2x.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.shelly-beach-banner {
    background: url(../images/banner/shelly-beach@2x.jpg) 0 top no-repeat;
    background-size: cover;
  }
}
.header-w.lake-ainsworth-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZGMzNjRlYi1lM2Y5LTQ1ZDctYWUwMS0wNzdkOTdjNjI4ODIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q5ODc3NUJCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q5ODc3NUFCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0M1Nzg4QkI2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQ0M1Nzg4Q0I2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PouFgEgAAAGAUExURXaBhLbHwXyIi2Rvc1BYXqS0sX6KjK6+uo6cnV1ma5qqqK29uaq8uau9ulFaYERKVZ+vrWFqb1hjZ2dxdYiUlEdOV1tmaktSWm96f255fZempWlzd5Wko5SioFJcYJGenYybm3B7f4eTlICNjn+MjbHCvWJtcqq6t19qbnWAhKa2s3J8gaOzsW14fGx3e2p0eZOgn5WjopKioY2ZmWFrcE5WXIWSk1djZ3mFh1NdYlJaYXR/gnF8f2FscV5pbV1pbVtkakJJU4SQkYKOj1ZhZU1UXFVgZGJtcVdhZnJ+gE5VXGt2erPEv4CMjaCwrUhPWVNbYo+bm4qWlZ2trFReYrLDvk1TXMDSyqCxrqS0sqW2srjJw7nLxJyrqbzNxr7QybfIwoKQkq/Au4mVlrvMxoiWl4uXl4uYmJinpaOzr5alo1FZX5mpp4SRkpusqnF9gKa4tXJ9gXN+gk1WXKO1sk5VXml0eKS1tH2Himt1ekVMV4+cnEZMVo2cnHmGiHuGiZbmrJQAAAEcSURBVHjaBMEJQ8FgAADQj9lqqo1py7FixowMY8lyb445p7t0p1uXDoXKX+89cHRuMBiau/7LmblAN3wIh+F7i7ndbYeu9s9Oj4E3mXxSWGMKMA0XZK1yUg6NsL6MVJvchfxNQBBa/32J1E0dLTu0QZIVYmYDsJfDMI2y1cAaiesbaMN47Yk7nbHNrRv3ydfrwjydLmAYSgD8k0M8cbNl+1Gc3C4qLZ/am8RE+mFZEVJ/BTDyHHw80+5ET0HAgGGEhj34rSoq0lJZLxIFGfbiV0yo0yAzgniUoijeJgzeVh2Cwz4AUzDGfzrR9MuQyxOVnRWsj8lavgpVJZ7PQq4IIMlxsajLFCH3TfXyXrlcN8ml9VKlUiKonPQvwAAnqDi17YWXiAAAAABJRU5ErkJggg==") 0 0 no-repeat;
  background-size: cover;
}
.header-w.lake-ainsworth-banner .header-i {
  background: url(../images/banner/lake-ainsworth@2x.jpg) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.lake-ainsworth-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZGMzNjRlYi1lM2Y5LTQ1ZDctYWUwMS0wNzdkOTdjNjI4ODIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q5ODc3NUJCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q5ODc3NUFCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0M1Nzg4QkI2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQ0M1Nzg4Q0I2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PouFgEgAAAGAUExURXaBhLbHwXyIi2Rvc1BYXqS0sX6KjK6+uo6cnV1ma5qqqK29uaq8uau9ulFaYERKVZ+vrWFqb1hjZ2dxdYiUlEdOV1tmaktSWm96f255fZempWlzd5Wko5SioFJcYJGenYybm3B7f4eTlICNjn+MjbHCvWJtcqq6t19qbnWAhKa2s3J8gaOzsW14fGx3e2p0eZOgn5WjopKioY2ZmWFrcE5WXIWSk1djZ3mFh1NdYlJaYXR/gnF8f2FscV5pbV1pbVtkakJJU4SQkYKOj1ZhZU1UXFVgZGJtcVdhZnJ+gE5VXGt2erPEv4CMjaCwrUhPWVNbYo+bm4qWlZ2trFReYrLDvk1TXMDSyqCxrqS0sqW2srjJw7nLxJyrqbzNxr7QybfIwoKQkq/Au4mVlrvMxoiWl4uXl4uYmJinpaOzr5alo1FZX5mpp4SRkpusqnF9gKa4tXJ9gXN+gk1WXKO1sk5VXml0eKS1tH2Himt1ekVMV4+cnEZMVo2cnHmGiHuGiZbmrJQAAAEcSURBVHjaBMEJQ8FgAADQj9lqqo1py7FixowMY8lyb445p7t0p1uXDoXKX+89cHRuMBiau/7LmblAN3wIh+F7i7ndbYeu9s9Oj4E3mXxSWGMKMA0XZK1yUg6NsL6MVJvchfxNQBBa/32J1E0dLTu0QZIVYmYDsJfDMI2y1cAaiesbaMN47Yk7nbHNrRv3ydfrwjydLmAYSgD8k0M8cbNl+1Gc3C4qLZ/am8RE+mFZEVJ/BTDyHHw80+5ET0HAgGGEhj34rSoq0lJZLxIFGfbiV0yo0yAzgniUoijeJgzeVh2Cwz4AUzDGfzrR9MuQyxOVnRWsj8lavgpVJZ7PQq4IIMlxsajLFCH3TfXyXrlcN8ml9VKlUiKonPQvwAAnqDi17YWXiAAAAABJRU5ErkJggg==") 0 top no-repeat;
    background-size: cover;
  }
  .header-w.lake-ainsworth-banner .header-i {
    background: url(../images/banner/lake-ainsworth@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.protesters-falls-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3MkUyNTVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg3MkUyNTRCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5M0FENUM0REI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5M0FENUM0RUI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po1AYcgAAAGAUExURZWjopinpoCMjoqYmHeDhV5obW14fFBYYGp0eElQWmNucpCenoyZmlhhZ3qGiaa2sl1nbGx4e5empYSRkltlalplaX+MjlZfZXeDhmlzeG96fml0d3J9gGRvc36KjH2Ji2Bqb2ZwdGFscHB7fmhzd3R/gnyIimJscGJtcXJ+gYmWlomWl1ZgZWFrcFFaYGFrb3WAg1NbYmVvc2l0eGp2eVJaYYiVll1obGBqbpurqnSAg3iEhnmFh297fldgZlxna2dydnWBhGBrb3WBg3iEh36LjFRdY3N/gYeUlG55fKGwrlxma36Ki2ZxdXB6fl1na3F8gK7AvGJtcKm5tmVxdEtSW2ZydYGOkHB8f2x3e3uHipqop05XXXmGh6SzsGBpblNcY15pbWNtcp+urGNucWt3enSAgpKgn4+dnHN/gmRucmRuc296fay9uYGOj1tmaoeUlVFZYJOhoWZwdWdxdXN+gUdPVpqpqIaSlIeVlY6cnFhiZ4+dnaCvrXuHiWt2ejksr8gAAAEZSURBVHjaBMGHQoJAAADQw5DKSFFJjeUAF+LGvbdou2yX2d5FuzTu130PhO/PCcHWkarXgh9SAsPLhe3eq+jTrEFv9xMQrJmyAUQgkh2ahQksxuv/esiFjtIcMAgBDWVs5hspjPwreZKtQs2rWJCfN3EDYyhhDdT33ccnm0dpql9qePQPjx6Vf8pxzpbuIKtwITD7Uv5yWf4Xipmd4molEyAHZRx0lfAzV6tpVjAfaasRl87npQNorNQwJ91hfC/IkIyIy5IdLI7P2sNd2eB3V5bzWshJs1env+itkbvztS7tIBWPS55of30cfWf5OdT5sRQwgcNcbqJPGZs0GKiRsYtUieEoUUWNTQwz1E03MB2a4FtZhzYVYACBdTnE6A/mlAAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: cover;
}
.header-w.protesters-falls-banner .header-i {
  background: url(../images/banner/protesters-falls@2x.jpg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.protesters-falls-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3MkUyNTVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg3MkUyNTRCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5M0FENUM0REI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5M0FENUM0RUI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po1AYcgAAAGAUExURZWjopinpoCMjoqYmHeDhV5obW14fFBYYGp0eElQWmNucpCenoyZmlhhZ3qGiaa2sl1nbGx4e5empYSRkltlalplaX+MjlZfZXeDhmlzeG96fml0d3J9gGRvc36KjH2Ji2Bqb2ZwdGFscHB7fmhzd3R/gnyIimJscGJtcXJ+gYmWlomWl1ZgZWFrcFFaYGFrb3WAg1NbYmVvc2l0eGp2eVJaYYiVll1obGBqbpurqnSAg3iEhnmFh297fldgZlxna2dydnWBhGBrb3WBg3iEh36LjFRdY3N/gYeUlG55fKGwrlxma36Ki2ZxdXB6fl1na3F8gK7AvGJtcKm5tmVxdEtSW2ZydYGOkHB8f2x3e3uHipqop05XXXmGh6SzsGBpblNcY15pbWNtcp+urGNucWt3enSAgpKgn4+dnHN/gmRucmRuc296fay9uYGOj1tmaoeUlVFZYJOhoWZwdWdxdXN+gUdPVpqpqIaSlIeVlY6cnFhiZ4+dnaCvrXuHiWt2ejksr8gAAAEZSURBVHjaBMGHQoJAAADQw5DKSFFJjeUAF+LGvbdou2yX2d5FuzTu130PhO/PCcHWkarXgh9SAsPLhe3eq+jTrEFv9xMQrJmyAUQgkh2ahQksxuv/esiFjtIcMAgBDWVs5hspjPwreZKtQs2rWJCfN3EDYyhhDdT33ccnm0dpql9qePQPjx6Vf8pxzpbuIKtwITD7Uv5yWf4Xipmd4molEyAHZRx0lfAzV6tpVjAfaasRl87npQNorNQwJ91hfC/IkIyIy5IdLI7P2sNd2eB3V5bzWshJs1env+itkbvztS7tIBWPS55of30cfWf5OdT5sRQwgcNcbqJPGZs0GKiRsYtUieEoUUWNTQwz1E03MB2a4FtZhzYVYACBdTnE6A/mlAAAAABJRU5ErkJggg==") 0 top no-repeat;
    background-size: cover;
  }
  .header-w.protesters-falls-banner .header-i {
    background: url(../images/banner/protesters-falls@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.protesters-falls-alt-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTQwNEMwMzdCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQwNEMwMzZCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBODREQUUxQUI2MTcxMUU2QUJGQUVCOTYxNUU1NzhCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBODREQUUxQkI2MTcxMUU2QUJGQUVCOTYxNUU1NzhCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl9A904AAAGAUExURX6LjFRdZFNcY0FIU0lQWVxma19pblhgZ1VeZFBYX0dOWHuHiWVwdFJaYVZeZlZfZVReY1RdY2ZwdmNucj9FUHyJi0ZNV3aChXN+gWJrcF5pbU1TXEpQWmBrb2FscE5WXk9XX11nbFpjaWBqb1tlamJscUtTW0hPWFBYYFJbYktSW01VXUFHUmt2eUxUXW13e1pkaWdydoyammt2elpkalFZYGNtclliaFljaFdhZmJtcVlkaE5XXmRvc05VXnR/gkRLVVFaYUVMVmhydklSWmhzd2p1eVtkakxUW1dgZ0tSWmRwc2VvdZysq0tTXFhiZ1tka255fFhgaIOPkU9XXqe4tY6cm46cnExTW4SRk19qbV9qbml0eE1WXWBqbjc8SGFrb1ZgZWZydVplakNKVGNucVBYYVtmalBZX1FZYUxUXExVXE1UXXaBhVhiaFFaYklRWlliaVljaVZgZkpRWlZhZlxnbHeDhl1mbFBXX3J9gFxla2JscF1nbVhhZ2lzd7ZCqIEAAAEXSURBVHjaBMGHQoJQAADAx0wUBFKxLLaKuPdWHC3bO9u2aVtZ2cJf7w5o6BTxlD/365tD82iSKhBKhz4c4WxFGIq0D3CNOFZR/AyryESgh1xKhUg/78CrNj4DmTUQ5latZgg2I6FiHZI78zr9BrUThJizZtu6E9jC3HQdDeYWUBFe3vB6/ooHZMKSrDM/H3tBgaTdB+2aRGlR7SZj1GL7u8baV92HlWqplCABLnjyHu2rijOUXeJxccbYSd8irR+VlV0f5QBohOltRHQJZPn78RqJnsZX9gZ2uwZTDzYm+wvg57sSJJPk1cXc1robcXc/wdgic4xGumwpSQMe01WZF4ReEp9weD0gDcZTVbjZGlBqAHv9F2AAcWEzZnn/k7QAAAAASUVORK5CYII=") center bottom no-repeat;
  background-size: cover;
}
.header-w.protesters-falls-alt-banner .header-i {
  background: url(../images/banner/protesters-falls-alt@2x.jpg) center bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.protesters-falls-alt-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTQwNEMwMzdCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQwNEMwMzZCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBODREQUUxQUI2MTcxMUU2QUJGQUVCOTYxNUU1NzhCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBODREQUUxQkI2MTcxMUU2QUJGQUVCOTYxNUU1NzhCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl9A904AAAGAUExURX6LjFRdZFNcY0FIU0lQWVxma19pblhgZ1VeZFBYX0dOWHuHiWVwdFJaYVZeZlZfZVReY1RdY2ZwdmNucj9FUHyJi0ZNV3aChXN+gWJrcF5pbU1TXEpQWmBrb2FscE5WXk9XX11nbFpjaWBqb1tlamJscUtTW0hPWFBYYFJbYktSW01VXUFHUmt2eUxUXW13e1pkaWdydoyammt2elpkalFZYGNtclliaFljaFdhZmJtcVlkaE5XXmRvc05VXnR/gkRLVVFaYUVMVmhydklSWmhzd2p1eVtkakxUW1dgZ0tSWmRwc2VvdZysq0tTXFhiZ1tka255fFhgaIOPkU9XXqe4tY6cm46cnExTW4SRk19qbV9qbml0eE1WXWBqbjc8SGFrb1ZgZWZydVplakNKVGNucVBYYVtmalBZX1FZYUxUXExVXE1UXXaBhVhiaFFaYklRWlliaVljaVZgZkpRWlZhZlxnbHeDhl1mbFBXX3J9gFxla2JscF1nbVhhZ2lzd7ZCqIEAAAEXSURBVHjaBMGHQoJQAADAx0wUBFKxLLaKuPdWHC3bO9u2aVtZ2cJf7w5o6BTxlD/365tD82iSKhBKhz4c4WxFGIq0D3CNOFZR/AyryESgh1xKhUg/78CrNj4DmTUQ5latZgg2I6FiHZI78zr9BrUThJizZtu6E9jC3HQdDeYWUBFe3vB6/ooHZMKSrDM/H3tBgaTdB+2aRGlR7SZj1GL7u8baV92HlWqplCABLnjyHu2rijOUXeJxccbYSd8irR+VlV0f5QBohOltRHQJZPn78RqJnsZX9gZ2uwZTDzYm+wvg57sSJJPk1cXc1robcXc/wdgic4xGumwpSQMe01WZF4ReEp9weD0gDcZTVbjZGlBqAHv9F2AAcWEzZnn/k7QAAAAASUVORK5CYII=") 0 bottom no-repeat;
    background-size: cover;
  }
  .header-w.protesters-falls-alt-banner .header-i {
    background: url(../images/banner/protesters-falls-alt@2x.jpg) 0 bottom no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.nimbin-rocks-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3MkUyNTlCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg3MkUyNThCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0M1Nzg4RkI2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQ0M1Nzg5MEI2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlVbIocAAAGAUExURVxma1tmasze18fY02Bqbl1nbFReY3uHiVRdY1FaYFBZYJyqqUpQWoaTlFtlalhjaFZeZVhgZl5pbVZgZdTm31JbYV9pblhiZlVfZFhiZ1JcYVNdYldhZtTl3lhjZ8jZ011obFlkaGJtcdXn4FBYX15obc7f2VljZ1FZYFNcYVNcYk9XXk5VXdXn39Pl3lJbYKOysFJaYUxVW1VeZNLk3VpladDi29Tm3svc1k5WXk1VXNHj3MPUz6++u15nbEtTXMbX0ZCdnUlSWU1VXVNdY19pbUhPWZ6tq1dhZc7f2E1UXa6+us/h2qi2tLfHwmdydmx2emBrb6Kxr05WXbC/vNXm36q5tp2rqldiZo+cnZmnpqa1spako5+urGJscWNuclJaYExTXH6Ki1dhZ42amnuIiVBYXsrb1FBZX4mWllxlalRfZG96fXeDhlVfZVNdYU9XX2Rvc1dgZc7g2VlhaFNbYVdgZ19qbrrKxrvLx0xVXE5ZXtPk3dHi28rb1cna1LH0rM4AAAEQSURBVHjaHMllY4JAAADQQ3cIM7bRJSIqnJ2Y21x3uU7X3d3w1xfv6wOOY9t21eUyHmcapeAKY5TLzr+QOxQaAMF0JBKpZBqTRm/f+9vWtj9npxtV+4/jnIK55dnFtY2jc4/n+GqhjeGf4sG0u8QwwQxT+foGo4cjZLL+URgiuF3zsnXfmujSr72ruZ1x7+agH5CyikEqbMbasfA6z823IAVpTNcsyiyyBQB+kxITgokLMV2HvKCEOQ2XaFGhlcArMFViD+3XUTZ+A7n+HpJ96IC0dFbU4AXPdgOaJyQpj2pL+YSMnyCUjCpiMvWsBMDTy50PdMYFC7NUAQ1Ho2xCjiPylqiRcjblG/NNNX8EGAD7tTYnk7BV8QAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: cover;
}
.header-w.nimbin-rocks-banner .header-i {
  background: url(../images/banner/nimbin-rocks@2x.jpg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.nimbin-rocks-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTg3MkUyNTlCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTg3MkUyNThCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0M1Nzg4RkI2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQ0M1Nzg5MEI2MTIxMUU2QUJGQUVCOTYxNUU1NzhCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlVbIocAAAGAUExURVxma1tmasze18fY02Bqbl1nbFReY3uHiVRdY1FaYFBZYJyqqUpQWoaTlFtlalhjaFZeZVhgZl5pbVZgZdTm31JbYV9pblhiZlVfZFhiZ1JcYVNdYldhZtTl3lhjZ8jZ011obFlkaGJtcdXn4FBYX15obc7f2VljZ1FZYFNcYVNcYk9XXk5VXdXn39Pl3lJbYKOysFJaYUxVW1VeZNLk3VpladDi29Tm3svc1k5WXk1VXNHj3MPUz6++u15nbEtTXMbX0ZCdnUlSWU1VXVNdY19pbUhPWZ6tq1dhZc7f2E1UXa6+us/h2qi2tLfHwmdydmx2emBrb6Kxr05WXbC/vNXm36q5tp2rqldiZo+cnZmnpqa1spako5+urGJscWNuclJaYExTXH6Ki1dhZ42amnuIiVBYXsrb1FBZX4mWllxlalRfZG96fXeDhlVfZVNdYU9XX2Rvc1dgZc7g2VlhaFNbYVdgZ19qbrrKxrvLx0xVXE5ZXtPk3dHi28rb1cna1LH0rM4AAAEQSURBVHjaHMllY4JAAADQQ3cIM7bRJSIqnJ2Y21x3uU7X3d3w1xfv6wOOY9t21eUyHmcapeAKY5TLzr+QOxQaAMF0JBKpZBqTRm/f+9vWtj9npxtV+4/jnIK55dnFtY2jc4/n+GqhjeGf4sG0u8QwwQxT+foGo4cjZLL+URgiuF3zsnXfmujSr72ruZ1x7+agH5CyikEqbMbasfA6z823IAVpTNcsyiyyBQB+kxITgokLMV2HvKCEOQ2XaFGhlcArMFViD+3XUTZ+A7n+HpJ96IC0dFbU4AXPdgOaJyQpj2pL+YSMnyCUjCpiMvWsBMDTy50PdMYFC7NUAQ1Ho2xCjiPylqiRcjblG/NNNX8EGAD7tTYnk7BV8QAAAABJRU5ErkJggg==") right top no-repeat;
    background-size: cover;
  }
  .header-w.nimbin-rocks-banner .header-i {
    background: url(../images/banner/nimbin-rocks@2x.jpg) right top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.nimbin-rocks-alt-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ5N0Y2RTZCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ5N0Y2RTVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5M0FENUM0OUI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5M0FENUM0QUI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptt90B8AAAGAUExURW14e32Ji3J+gGNucsrb1Mna08fZ0oeVlV1nbFxma4GOjnWBgqOyr2ZxdVFZYF5obF1obFtlaltkaVhhZ1ZgZVZeZVFaYFBaX1BXXkxTXEtTWUlRV1NcYlJcYUxVW83f2FVeZFFZX8XX0E5VXVVfZFRdY87g2U5WXFJaYE5WXk9XXsTVz0pRW8bX0VFYX01WW1tmak9WXk5WXU5YXU1UXVRcY8vd1lpjaUtRW1BYXlBYX0lPWk1VXVJaYVJbYFdhZq+/u7vMx1ljaHaChFJZX1BYXVJZYMze1rjIxIiWllhiZ1ljZ4OQkM/h2UlSWGBqbqOzsKGwraOxr7/QyqCurFBZX87g2JSioYqXl5elo8rc1Wp1ecTW0MXW0EdPVkhPV8LUzVVeY1JbYUpUWWhydk5XXE5XXXR/gr3OyExUXJ2sqUxUXU1VXMze11NbYsHTzFVeZU9WXc3e16++usTWz8PVzlRcYlxla7PDvqu7uMvc1r7PysDRy8LTzcHSzMPUzvUF4TAAAAETSURBVHjaLMlXW4JgAEDhz1xgipBGoiagDFHcC/doW0l772V77/jwr8fT03txbg6AA8Nf/sVfEwkLTQv0956zBXRNh1A3QBi3WXeehUXhjm6vfLY2Hf0uMPaqpun6gw6tG5Z9bfZrbXvLPkSonpw/kAqBcPwIDmzF4gz9s+wYBmqTFXupC9J/KJLs5BNoa2/h8OWLc+m6P37aOwiEzsWpRiOWjfj442QSTJgW5uwmVyfN5cb4ii8aXceCJDNCfJQeyYwPEDiO4ObdM/M85+XZMluOMV1PByE8hZuqUgPeEqqaXX3g5uonlWyUYwoY9t5EkdHIrVyVQR2L5CmJCV5Ripwnvaob5WuKdM+lp6lYRvoVYAAdC0Ayy5+oPgAAAABJRU5ErkJggg==") right center no-repeat;
  background-size: cover;
}
.header-w.nimbin-rocks-alt-banner .header-i {
  background: url(../images/banner/nimbin-rocks-alt@2x.jpg) right center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.nimbin-rocks-alt-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ5N0Y2RTZCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ5N0Y2RTVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5M0FENUM0OUI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5M0FENUM0QUI0NjkxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptt90B8AAAGAUExURW14e32Ji3J+gGNucsrb1Mna08fZ0oeVlV1nbFxma4GOjnWBgqOyr2ZxdVFZYF5obF1obFtlaltkaVhhZ1ZgZVZeZVFaYFBaX1BXXkxTXEtTWUlRV1NcYlJcYUxVW83f2FVeZFFZX8XX0E5VXVVfZFRdY87g2U5WXFJaYE5WXk9XXsTVz0pRW8bX0VFYX01WW1tmak9WXk5WXU5YXU1UXVRcY8vd1lpjaUtRW1BYXlBYX0lPWk1VXVJaYVJbYFdhZq+/u7vMx1ljaHaChFJZX1BYXVJZYMze1rjIxIiWllhiZ1ljZ4OQkM/h2UlSWGBqbqOzsKGwraOxr7/QyqCurFBZX87g2JSioYqXl5elo8rc1Wp1ecTW0MXW0EdPVkhPV8LUzVVeY1JbYUpUWWhydk5XXE5XXXR/gr3OyExUXJ2sqUxUXU1VXMze11NbYsHTzFVeZU9WXc3e16++usTWz8PVzlRcYlxla7PDvqu7uMvc1r7PysDRy8LTzcHSzMPUzvUF4TAAAAETSURBVHjaLMlXW4JgAEDhz1xgipBGoiagDFHcC/doW0l772V77/jwr8fT03txbg6AA8Nf/sVfEwkLTQv0956zBXRNh1A3QBi3WXeehUXhjm6vfLY2Hf0uMPaqpun6gw6tG5Z9bfZrbXvLPkSonpw/kAqBcPwIDmzF4gz9s+wYBmqTFXupC9J/KJLs5BNoa2/h8OWLc+m6P37aOwiEzsWpRiOWjfj442QSTJgW5uwmVyfN5cb4ii8aXceCJDNCfJQeyYwPEDiO4ObdM/M85+XZMluOMV1PByE8hZuqUgPeEqqaXX3g5uonlWyUYwoY9t5EkdHIrVyVQR2L5CmJCV5Ripwnvaob5WuKdM+lp6lYRvoVYAAdC0Ayy5+oPgAAAABJRU5ErkJggg==") right top no-repeat;
    background-size: cover;
  }
  .header-w.nimbin-rocks-alt-banner .header-i {
    background: url(../images/banner/nimbin-rocks-alt@2x.jpg) right top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.nimbin-hills-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ5N0Y2RUFCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ5N0Y2RTlCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRUI0MkFCN0I0M0QxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRUI0MkFCOEI0M0QxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PthxoK8AAAGAUExURWJscVxma8PUzomWllZfZGBqb2BpcFRcYlReY87g2M3f2MfZ0sLUzWx4esLTzcDRy1NaYr3Ox7vMxk5YXZWjonyIilZgZVFaYE1UXGlzeM3e11BYYcTVzl5obbnKxVhjZ1VeY1BaX254fVRdZGRudFJcYXN/gU5WXUxUWmx3e2dydVliaFdiZ0pRW1BZX1NdYldhZk9XXldgZlJbYFNcYlJbYVtlasXX0IuZmL/QyrrLxsrc1VtkaVhhZm96fsHSzF9qbmdxdsvc1VJaYE5WXlBYX0pSWWFrcK6+uldhZ3WAhFBZXnSAg6Oyr3mEhlZfZU1XXU1VXUtSXMvd1pmopo+cm46cnFZeY4SRkbjIxLHBvW14e4qYl295fl1na1JZYm97fU9XX2RucrfHwsja036KjV9pbmVwdMrc1Mrb1FllaUxSW1tmaqq5tlJaYVJdYlNcY0lRWqW0sUpRWUtUWktSW2l0eWp0eGt2ek5XXkhOWJGfnmNuclFZYHeDhXaCg1vn+OMAAAEZSURBVHjaBMEHQwFhGADg1zkyShF3tuMLWTedvUcq1XXtkmvTRHvKX/c8YDLNYm7M7cbms+Vy+tZ4rdfXavm807lr0BsMgGFls8Vs8VpMxvSdd3/LZj3J5q5yx5sH1penVThVq49Ck/+Q7Xcvk5kIM/ZlpXMemYveC2GhqAKSibfQ28q43wF6kXmMAtoWFGXoZwjK326DncZ9PFWXeuCh6SHJJXHUFHXMIZ9MslQT5IQsjC/ExnMTnQ1iEo9rAtqFhjTgNC2iGAPJtfPw/vOt/QiUvhylS3bN49joVruOJduNQkWglxq5ZI6F/h+0KppCfYRQodKrdj7XQ/wrghTPq1hCF6RFEsUpHeHDBTksMmRYige5xFSAAQCsIThv+l0RxgAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: cover;
}
.header-w.nimbin-hills-banner .header-i {
  background: url(../images/banner/nimbin-hills@2x.jpg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.nimbin-hills-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ5N0Y2RUFCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ5N0Y2RTlCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRUI0MkFCN0I0M0QxMUU2QTM1NERFOEIyRTk0NzE0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRUI0MkFCOEI0M0QxMUU2QTM1NERFOEIyRTk0NzE0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PthxoK8AAAGAUExURWJscVxma8PUzomWllZfZGBqb2BpcFRcYlReY87g2M3f2MfZ0sLUzWx4esLTzcDRy1NaYr3Ox7vMxk5YXZWjonyIilZgZVFaYE1UXGlzeM3e11BYYcTVzl5obbnKxVhjZ1VeY1BaX254fVRdZGRudFJcYXN/gU5WXUxUWmx3e2dydVliaFdiZ0pRW1BZX1NdYldhZk9XXldgZlJbYFNcYlJbYVtlasXX0IuZmL/QyrrLxsrc1VtkaVhhZm96fsHSzF9qbmdxdsvc1VJaYE5WXlBYX0pSWWFrcK6+uldhZ3WAhFBZXnSAg6Oyr3mEhlZfZU1XXU1VXUtSXMvd1pmopo+cm46cnFZeY4SRkbjIxLHBvW14e4qYl295fl1na1JZYm97fU9XX2RucrfHwsja036KjV9pbmVwdMrc1Mrb1FllaUxSW1tmaqq5tlJaYVJdYlNcY0lRWqW0sUpRWUtUWktSW2l0eWp0eGt2ek5XXkhOWJGfnmNuclFZYHeDhXaCg1vn+OMAAAEZSURBVHjaBMEHQwFhGADg1zkyShF3tuMLWTedvUcq1XXtkmvTRHvKX/c8YDLNYm7M7cbms+Vy+tZ4rdfXavm807lr0BsMgGFls8Vs8VpMxvSdd3/LZj3J5q5yx5sH1penVThVq49Ck/+Q7Xcvk5kIM/ZlpXMemYveC2GhqAKSibfQ28q43wF6kXmMAtoWFGXoZwjK326DncZ9PFWXeuCh6SHJJXHUFHXMIZ9MslQT5IQsjC/ExnMTnQ1iEo9rAtqFhjTgNC2iGAPJtfPw/vOt/QiUvhylS3bN49joVruOJduNQkWglxq5ZI6F/h+0KppCfYRQodKrdj7XQ/wrghTPq1hCF6RFEsUpHeHDBTksMmRYige5xFSAAQCsIThv+l0RxgAAAABJRU5ErkJggg==") 0 top no-repeat;
    background-size: cover;
  }
  .header-w.nimbin-hills-banner .header-i {
    background: url(../images/banner/nimbin-hills@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.bexhill-rd-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q5ODc3NUZCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q5ODc3NUVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMDJDRUEyMEIyOTExMUU2OTlENTlBMDk0RjZENEEwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMDJDRUEyMUIyOTExMUU2OTlENTlBMDk0RjZENEEwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsnHF1IAAAGAUExURcTWz255fZWjonqFiEhPWGJtccrb1cja08bX0ZSioVNcYlRfY0pRWpqop5elpEdNWFBYYFBYX09YX8LTzVxma1VeZHJ9gVhhZ2hyd2VwdI+dnV9oblplaX6Ki1ZeZlRcY3SAg1tlalhiZ1ZhZVFaYUBHUUxUXF5pbV1obE5WXnR/g0RLVUxTXE1VXWl0d2Brb8fZ0ltmamZxdUZNV19qbmdydl1nbMTVz05XXk5VXWNucniEhkpSWpako5+urFlkacrc1WFscH+MjWl0eMnb1EdOWEtTW0xUW56tq1RdY2t2eVpjalBXX8jZ07/Qymx3e2x3fEJJU4uYmJ2rqEtTXEtUW05WXUlQWnWAhJKgn1pmaWVvdFJZYoKOkFJaYk9XXlZfZmp1eXB6f2t2epimpX+LjExVXFJbYVFaX73OyFhhaIeUlVpjaU1VXHiDh8PVzk9WX0xTW09XX3F9gKKwrnN+gXeDhmFrcEVMVnmEh3mFiEpSW0tTWn2JjM3e10tSW6QaHeUAAAEZSURBVHjaDMEJQ8FQAADgJxviEWNCKg3bMDbD3Mcwte77pJZUuu9L8f66vg+MRs01I1i/cWazzidBMAEATILR2KwZagaDAGy9o7tO0R2ody4Hgfq2r1xZmvRN9GzWHWu58g7iWtURC1+5qP4fgYWhfU5e9pzg0r28ce550wM4X1XPIuqKpk7f5jkatRnPR1SmmMxm1x39AVWJ4iKvsHTa1shVszqj+xwMi+LC10X38FFfB1rIrvxD+zRhplhebCQSCdGL4xldVD+cBa09qCjfU78v/Ws6TlKk2S8l/S65gBfEhs4NSg+LcYJwRDiEoBJDKEUTOUcwzbBMmuG9AMLdfMgSJJ8V7CC1FUMY1qJzlmM2KSVZhh8LMACByzkC+bMyZwAAAABJRU5ErkJggg==") center top no-repeat;
  background-size: cover;
}
.header-w.bexhill-rd-banner .header-i {
  background: url(../images/banner/bexhill-rd@2x.jpg) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.bexhill-rd-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q5ODc3NUZCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q5ODc3NUVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMDJDRUEyMEIyOTExMUU2OTlENTlBMDk0RjZENEEwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMDJDRUEyMUIyOTExMUU2OTlENTlBMDk0RjZENEEwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsnHF1IAAAGAUExURcTWz255fZWjonqFiEhPWGJtccrb1cja08bX0ZSioVNcYlRfY0pRWpqop5elpEdNWFBYYFBYX09YX8LTzVxma1VeZHJ9gVhhZ2hyd2VwdI+dnV9oblplaX6Ki1ZeZlRcY3SAg1tlalhiZ1ZhZVFaYUBHUUxUXF5pbV1obE5WXnR/g0RLVUxTXE1VXWl0d2Brb8fZ0ltmamZxdUZNV19qbmdydl1nbMTVz05XXk5VXWNucniEhkpSWpako5+urFlkacrc1WFscH+MjWl0eMnb1EdOWEtTW0xUW56tq1RdY2t2eVpjalBXX8jZ07/Qymx3e2x3fEJJU4uYmJ2rqEtTXEtUW05WXUlQWnWAhJKgn1pmaWVvdFJZYoKOkFJaYk9XXlZfZmp1eXB6f2t2epimpX+LjExVXFJbYVFaX73OyFhhaIeUlVpjaU1VXHiDh8PVzk9WX0xTW09XX3F9gKKwrnN+gXeDhmFrcEVMVnmEh3mFiEpSW0tTWn2JjM3e10tSW6QaHeUAAAEZSURBVHjaDMEJQ8FQAADgJxviEWNCKg3bMDbD3Mcwte77pJZUuu9L8f66vg+MRs01I1i/cWazzidBMAEATILR2KwZagaDAGy9o7tO0R2ody4Hgfq2r1xZmvRN9GzWHWu58g7iWtURC1+5qP4fgYWhfU5e9pzg0r28ce550wM4X1XPIuqKpk7f5jkatRnPR1SmmMxm1x39AVWJ4iKvsHTa1shVszqj+xwMi+LC10X38FFfB1rIrvxD+zRhplhebCQSCdGL4xldVD+cBa09qCjfU78v/Ws6TlKk2S8l/S65gBfEhs4NSg+LcYJwRDiEoBJDKEUTOUcwzbBMmuG9AMLdfMgSJJ8V7CC1FUMY1qJzlmM2KSVZhh8LMACByzkC+bMyZwAAAABJRU5ErkJggg==") 0 top no-repeat;
    background-size: cover;
  }
  .header-w.bexhill-rd-banner .header-i {
    background: url(../images/banner/bexhill-rd@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.richmond-hill-alt-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDUyQTBBQjBCOEYzMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDUyQTBBQUZCOEYzMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Nzk4NDlCRkIyOTMxMUU2OTlENTlBMDk0RjZENEEwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Nzk4NDlDMEIyOTMxMUU2OTlENTlBMDk0RjZENEEwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi7CHGkAAAGAUExURX6KjGJtcYyZmY2amsXW0Ke3tMLTzWZxdIWQkXmEh0xUWmRuc3B7foaTlLvMxoKOkJalpGlzd5KgoLTFv7XGwLLEvm55faq6tneChXR+gpurqWx3e3yIilBYX2p0edHi28/h2nJ+gMTWz4iWl2Bqbr7PyYSRkrfIw3uGiay9uVNdYlFaYKa3s6Gwrm96fZ2urFhiZmt2emZxdo+dnWFscF9pboCOj3qFiHF8gG14e1tma1dgZlZgZczd18DRy83f2MjZ08na1HN/gouZmmhzd62+u87f2LjJxMfY0r3OyJWjo8zd1mp2eWRvdF1nbFpjaKm6t4KNjrzNx1NdZFRfY1ZfZHuJiq+/vKu8uJmnp5Cfnmp1ebPDv5Oioa6/umJrcG96fm54fYeUlIGOkHSAg4WSk8vc1tLk3aq7uIyamrzNyNHj3HyHiYqXl2NucWt3enuHiqi5tomXmHWBhHaAhYuYmH6JjLfJxM7g2ZysqlpkaFdiZmx3eWt2eGt2ecrb1evHSjMAAAEWSURBVHjaNMFpQ8EAGADgd4U5wsqsRaNjrrnCylgbNveR7muppIMuUqTTX8+XngfG/24FoVIRhFQ+NZEfjZaczoc7SKcz43Emky6qVEXVimb3vVAwle49+NnRvDpoA5dLFEWNWDLhvu1cLhDE5P7NhrsVl4iqfZYGq9WCWzy49VxtOz3BWr3XbkQhjbLc6cj9VTcE2r72y3HgI+aeGzyGkvv817M0XD7EGo2y+foXyuEwNhWbjtsRCbgajXx3f0J2GuHQCwNP+WHwdLUjkXFHjWUvZ9ZZUms0D8EMb1xTyRq2AMgFHUHoCCWE0ixzEEXRRJNwRLMTVZSHRU7yRqJebS9B+/nPOrKmZ5J1Sk8xDLW3qf8TYABDeTzb7UwuhQAAAABJRU5ErkJggg==") center top no-repeat;
  background-size: cover;
}
.header-w.richmond-hill-alt-banner .header-i {
  background: url(../images/banner/richmond-hill-alt@2x.jpg) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.richmond-hill-alt-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDUyQTBBQjBCOEYzMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDUyQTBBQUZCOEYzMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Nzk4NDlCRkIyOTMxMUU2OTlENTlBMDk0RjZENEEwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Nzk4NDlDMEIyOTMxMUU2OTlENTlBMDk0RjZENEEwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi7CHGkAAAGAUExURX6KjGJtcYyZmY2amsXW0Ke3tMLTzWZxdIWQkXmEh0xUWmRuc3B7foaTlLvMxoKOkJalpGlzd5KgoLTFv7XGwLLEvm55faq6tneChXR+gpurqWx3e3yIilBYX2p0edHi28/h2nJ+gMTWz4iWl2Bqbr7PyYSRkrfIw3uGiay9uVNdYlFaYKa3s6Gwrm96fZ2urFhiZmt2emZxdo+dnWFscF9pboCOj3qFiHF8gG14e1tma1dgZlZgZczd18DRy83f2MjZ08na1HN/gouZmmhzd62+u87f2LjJxMfY0r3OyJWjo8zd1mp2eWRvdF1nbFpjaKm6t4KNjrzNx1NdZFRfY1ZfZHuJiq+/vKu8uJmnp5Cfnmp1ebPDv5Oioa6/umJrcG96fm54fYeUlIGOkHSAg4WSk8vc1tLk3aq7uIyamrzNyNHj3HyHiYqXl2NucWt3enuHiqi5tomXmHWBhHaAhYuYmH6JjLfJxM7g2ZysqlpkaFdiZmx3eWt2eGt2ecrb1evHSjMAAAEWSURBVHjaNMFpQ8EAGADgd4U5wsqsRaNjrrnCylgbNveR7muppIMuUqTTX8+XngfG/24FoVIRhFQ+NZEfjZaczoc7SKcz43Emky6qVEXVimb3vVAwle49+NnRvDpoA5dLFEWNWDLhvu1cLhDE5P7NhrsVl4iqfZYGq9WCWzy49VxtOz3BWr3XbkQhjbLc6cj9VTcE2r72y3HgI+aeGzyGkvv817M0XD7EGo2y+foXyuEwNhWbjtsRCbgajXx3f0J2GuHQCwNP+WHwdLUjkXFHjWUvZ9ZZUms0D8EMb1xTyRq2AMgFHUHoCCWE0ixzEEXRRJNwRLMTVZSHRU7yRqJebS9B+/nPOrKmZ5J1Sk8xDLW3qf8TYABDeTzb7UwuhQAAAABJRU5ErkJggg==") center top no-repeat;
    background-size: cover;
  }
  .header-w.richmond-hill-alt-banner .header-i {
    background: url(../images/banner/richmond-hill-alt@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.richmond-hill-banner {
  background: url(../images/banner/richmond-hill@2x.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.richmond-hill-banner {
    background: url(../images/banner/richmond-hill@2x.jpg) 0 top no-repeat;
    background-size: cover;
  }
}
.header-w.lennox-point-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ5N0Y2RUVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ5N0Y2RURCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOTc2NUZGOUI1MDIxMUU2QjI0QkZEMUE1NUQxOUY5QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOTc2NUZGQUI1MDIxMUU2QjI0QkZEMUE1NUQxOUY5QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph7PgCgAAAGAUExURbjJxVBXXXmFh0JIU05VXJmop0lQWkVMVmBrb0RLVW96fUZOVl9pbltmalZhZlZgZUlRV0NKVUFHUk1UXEpRXE9WXZmpqM3e18ze18/g2VBXXkxTXWt2ecXW0NLk3dHi3JalpNXn4NDh25qqqcna1E1UXdTm3lVeY0pRWpSioXN+gcfY0rzMx0VNVYCNjsrc1lhiZpCena69upakpNPk3VNdYYyZmZenpkpQWkpQW3SBgkZNWERLVlJdYdHi23N/gcbY0tPl3pOioUxTWb7PyUVPVUZMV0ZPVaOzsae2s6e3tWx3elRcYpampMHSzMzd1qu6uFRcYc3f2Gl0eJinprPEwNTl3pqpqE1VXJ6sq3yJiUhPWn6KjERLU46dnlVgZMTVz46cnFNeY1JaX7nKxWVwc2dydU5WXJCdnLTFwbXGwn2Ki3B8ftfp4ktRW4aTk9Hj3ENKU8vd1lRfY1VfY56urdLj3UZNV0pRW8rb1UhPWczd10xTXE5VXUtSXEdOWCb4xkIAAAEOSURBVHjaHMplW8JQAEDhO2JzCBPYxuhOdRa2AnZ3t2Jii4qbN/+6ezxf3wOyv/+hnWxvOp9KHfxUQ0GENj+DoXQ1kQAIIU3TQq/LL+M9jeOB242uYDwfH5z+QFOx2BWY6wZPj/tgKzq/qHuPCu57l+293l8qDZ/UXKtRsLLUCgQyF7tf0g2nPsx69XO7vym0QyiITbsftAIjezPPd1JfIexwqGFCx9jEgs8nstE3kz8FmfVk+cxzfbkdlqmVYpoQMgZ5xnizWARlZ73WJn1XOE4lEapQjCm1nBnipM4YcCZtHZUhjiM4R2RMVIJlQqEhGoIgGAwcNjrdnjWO5BTF5E3ZWjCOUB4yw1L2J8AAsyFHsdOGUvwAAAAASUVORK5CYII=") center center no-repeat;
  background-size: cover;
}
.header-w.lennox-point-banner .header-i {
  background: url(../images/banner/lennox-point@2x.jpg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.lennox-point-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMDhjMjFjYS1kODMwLTQ4M2UtYmMzMy0xMzAyNDBmOWIyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ5N0Y2RUVCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ5N0Y2RURCOEY2MTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOTc2NUZGOUI1MDIxMUU2QjI0QkZEMUE1NUQxOUY5QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOTc2NUZGQUI1MDIxMUU2QjI0QkZEMUE1NUQxOUY5QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph7PgCgAAAGAUExURbjJxVBXXXmFh0JIU05VXJmop0lQWkVMVmBrb0RLVW96fUZOVl9pbltmalZhZlZgZUlRV0NKVUFHUk1UXEpRXE9WXZmpqM3e18ze18/g2VBXXkxTXWt2ecXW0NLk3dHi3JalpNXn4NDh25qqqcna1E1UXdTm3lVeY0pRWpSioXN+gcfY0rzMx0VNVYCNjsrc1lhiZpCena69upakpNPk3VNdYYyZmZenpkpQWkpQW3SBgkZNWERLVlJdYdHi23N/gcbY0tPl3pOioUxTWb7PyUVPVUZMV0ZPVaOzsae2s6e3tWx3elRcYpampMHSzMzd1qu6uFRcYc3f2Gl0eJinprPEwNTl3pqpqE1VXJ6sq3yJiUhPWn6KjERLU46dnlVgZMTVz46cnFNeY1JaX7nKxWVwc2dydU5WXJCdnLTFwbXGwn2Ki3B8ftfp4ktRW4aTk9Hj3ENKU8vd1lRfY1VfY56urdLj3UZNV0pRW8rb1UhPWczd10xTXE5VXUtSXEdOWCb4xkIAAAEOSURBVHjaHMplW8JQAEDhO2JzCBPYxuhOdRa2AnZ3t2Jii4qbN/+6ezxf3wOyv/+hnWxvOp9KHfxUQ0GENj+DoXQ1kQAIIU3TQq/LL+M9jeOB242uYDwfH5z+QFOx2BWY6wZPj/tgKzq/qHuPCu57l+293l8qDZ/UXKtRsLLUCgQyF7tf0g2nPsx69XO7vym0QyiITbsftAIjezPPd1JfIexwqGFCx9jEgs8nstE3kz8FmfVk+cxzfbkdlqmVYpoQMgZ5xnizWARlZ73WJn1XOE4lEapQjCm1nBnipM4YcCZtHZUhjiM4R2RMVIJlQqEhGoIgGAwcNjrdnjWO5BTF5E3ZWjCOUB4yw1L2J8AAsyFHsdOGUvwAAAAASUVORK5CYII=") 0 top no-repeat;
    background-size: cover;
  }
  .header-w.lennox-point-banner .header-i {
    background: url(../images/banner/lennox-point@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w.lennox-point-sunrise-banner {
  background: url(../images/banner/lennox-point-sunrise@2x.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.lennox-point-sunrise-banner {
    background: url(../images/banner/lennox-point-sunrise@2x.jpg) right top no-repeat;
    background-size: cover;
  }
}
.header-w.boulders-beach-banner {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTQwNEMwMzNCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQwNEMwMzJCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQkM3NjE5NUIwNDQxMUU2QTdGNkVEMDMyQjU1QkExMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQkM3NjE5NkIwNDQxMUU2QTdGNkVEMDMyQjU1QkExMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjG/d00AAAGAUExURaa3tD1FTnqHibjKxZ6urWFscVNcY19pbkRMVcnd1sTX0b7SzLzPyUxVXKe5tkJKU0lRWY2bm4iWl4WTlK/Bvaq9uZmop5enppWlpVJaYUBHUIKQkoCNj1ZgZlFaYU9YXnF9gE1WXUZNVkFIUlpkaVBYX0VMVkNKVE5XXsLVz5Khocvf2EZOVkdPV1JbYqCwrkpSWoqZmXuIikdQV5Wko83i2sPW0EZPVlRdY8LW0E1WXklSWr3QylBZYIuampurqbDBvU5WXktTW0tUXI6cnaOzsbTHw1ReZLHEwMre18XZ0kpTW2Zxds3h2UNMU7nMxqm7uJCenq2/u62/vE9XX0hQV6Kyr0pRWsDTzXiFh0tUW5ysqpCgn2Zydsjb1ZSjo4mYmIqZmkRLVbrNyIeWlzlBSkFJUnB8f0JJUpmpqGhzd7XIxIqXmLfKxZOjosXY0cbZ07PGwo2dnbfJxY+enk9ZYKS0saS2s2VwdIaUlZSkopSko4SSk83h2khQWMHUztgYViYAAAESSURBVHjaYqhHAppx2tqecdq+taa1QGBaq83JABTU1DQz4+Liyi/wsmEOy5ERMsm0j7avMokuc+BhsLTUrI/gtuFJ9i/mdkiXVeWQkuLn9zM351DSqWNjZeDm8c/2CApgcNVniTbSSU1TT1KWykhL86ur45diZGTILRQRZdC3F9eK0Uo30A1VMhZQc7K1clb01uVQEtBgcAvm42MRk5BIYGKqkDPW0RXg1dOTs9Vj461T57DSYwDpFY8PzCtKMRQU8nG2rtNwl9ezkHQUUEpSCndiKGeptrNLrKyxy9RiUmDnjXIs5dWQVbHg1agzCJGTZShxMRQSlmEykpauiWQHipXqaSiqsGbFslpY27KxAQQYAA3PPhZMMbnmAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: cover;
}
.header-w.boulders-beach-banner .header-i {
  background: url(../images/banner/boulders-beach@2x.jpg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .header-w.boulders-beach-banner {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAMAAAASPWyzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTQwNEMwMzNCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQwNEMwMzJCOEYxMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQkM3NjE5NUIwNDQxMUU2QTdGNkVEMDMyQjU1QkExMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQkM3NjE5NkIwNDQxMUU2QTdGNkVEMDMyQjU1QkExMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjG/d00AAAGAUExURaa3tD1FTnqHibjKxZ6urWFscVNcY19pbkRMVcnd1sTX0b7SzLzPyUxVXKe5tkJKU0lRWY2bm4iWl4WTlK/Bvaq9uZmop5enppWlpVJaYUBHUIKQkoCNj1ZgZlFaYU9YXnF9gE1WXUZNVkFIUlpkaVBYX0VMVkNKVE5XXsLVz5Khocvf2EZOVkdPV1JbYqCwrkpSWoqZmXuIikdQV5Wko83i2sPW0EZPVlRdY8LW0E1WXklSWr3QylBZYIuampurqbDBvU5WXktTW0tUXI6cnaOzsbTHw1ReZLHEwMre18XZ0kpTW2Zxds3h2UNMU7nMxqm7uJCenq2/u62/vE9XX0hQV6Kyr0pRWsDTzXiFh0tUW5ysqpCgn2Zydsjb1ZSjo4mYmIqZmkRLVbrNyIeWlzlBSkFJUnB8f0JJUpmpqGhzd7XIxIqXmLfKxZOjosXY0cbZ07PGwo2dnbfJxY+enk9ZYKS0saS2s2VwdIaUlZSkopSko4SSk83h2khQWMHUztgYViYAAAESSURBVHjaYqhHAppx2tqecdq+taa1QGBaq83JABTU1DQz4+Liyi/wsmEOy5ERMsm0j7avMokuc+BhsLTUrI/gtuFJ9i/mdkiXVeWQkuLn9zM351DSqWNjZeDm8c/2CApgcNVniTbSSU1TT1KWykhL86ur45diZGTILRQRZdC3F9eK0Uo30A1VMhZQc7K1clb01uVQEtBgcAvm42MRk5BIYGKqkDPW0RXg1dOTs9Vj461T57DSYwDpFY8PzCtKMRQU8nG2rtNwl9ezkHQUUEpSCndiKGeptrNLrKyxy9RiUmDnjXIs5dWQVbHg1agzCJGTZShxMRQSlmEykpauiWQHipXqaSiqsGbFslpY27KxAQQYAA3PPhZMMbnmAAAAAElFTkSuQmCC") 0 top no-repeat;
    background-size: cover;
  }
  .header-w.boulders-beach-banner .header-i {
    background: url(../images/banner/boulders-beach@2x.jpg) 0 top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
  }
}
.header-w .header-c {
  padding: 0 0;
  height: 340px;
  z-index: 2;
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 699px) {
  .page .header-w .header-c {
    height: auto;
    min-height: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 1100px) {
  .single .header-w .header-c {
    height: auto;
  }
}
.blog .header-w .header-c {
  height: auto;
}
@media (min-width: 800px) {
  .blog .header-w .header-c {
    height: 435px;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .header-w .header-c {
    padding: 0 30px;
  }
}
@media (min-width: 800px) {
  .header-w .header-c {
    height: 435px;
  }
}
.header-w .header-c time {
  color: #edf6f5;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 10px;
  margin-left: 20px;
  width: auto;
  margin-bottom: 30px;
}
.page .header-w .header-c time {
  background: rgba(52, 58, 58, 0.65);
}
.header-w .header-c a.place-name {
  display: none;
}
.header-w .header-c:hover a.place-name {
  display: none;
  font-size: 14px;
  line-height: 14px;
  background: rgba(52, 58, 58, 0.65);
  padding: 10px 15px;
  color: #FFF;
  position: absolute;
  z-index: 100000000000000;
  bottom: 20px;
  right: 0;
  text-decoration: none;
}
.about .header-w .header-c:hover a.place-name, .contact .header-w .header-c:hover a.place-name {
  bottom: 60px;
}
.header-w .header-c:hover a.place-name:hover {
  background: #343a3a;
}
@media (min-width: 1100px) {
  .header-w .header-c:hover a.place-name {
    display: block;
  }
}
.header-w .header-c h1 {
  font-family: "freight-big-pro", sans-serif;
  color: #edf6f5;
  clear: both;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding: 3px 10px;
  margin-left: 20px;
  padding-bottom: 10px;
  text-shadow: -1px 3px 9px rgba(26, 29, 29, 0.12);
  font-size: 46px;
  line-height: 48px;
}
.enquiries .header-w .header-c h1 {
  font-size: 40px;
  line-height: 42px;
}
.enquiries_adwords-alt .header-w .header-c h1 {
  font-size: 30px;
  line-height: 35px;
}
@media (min-width: 800px) {
  .header-w .header-c h1 {
    font-size: 58px;
    line-height: 64px;
  }
  .enquiries .header-w .header-c h1 {
    font-size: 58px;
    line-height: 64px;
  }
  .enquiries_adwords-alt .header-w .header-c h1 {
    width: 60%;
    background: none;
    font-size: 46px;
    line-height: 50px;
  }
}
@media (min-width: 800px) and (min-width: 1100px) {
  .enquiries_adwords-alt .header-w .header-c h1 {
    font-size: 58px;
    line-height: 64px;
  }
}
.header-w .header-c a.logo {
  color: #edf6f5;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  float: left;
  background: #ff6e3c;
  padding: 40px 30px;
  padding-bottom: 20px;
  margin-bottom: 80px;
  margin-left: 10px;
}
.enquiries .header-w .header-c a.logo {
  margin-bottom: 60px;
}
.header-w .header-c a.logo img {
  width: 90px;
}
@media (min-width: 700px) {
  .header-w .header-c a.logo {
    padding: 40px 30px;
    padding-bottom: 20px;
    margin-bottom: 100px;
  }
  .enquiries .header-w .header-c a.logo {
    margin-bottom: 100px;
  }
  .header-w .header-c a.logo img {
    width: 90px;
  }
}
@media (min-width: 800px) {
  .header-w .header-c a.logo {
    margin-bottom: 140px;
  }
}
.blog .header-w .header-c a.logo {
  margin-bottom: 120px;
}
.blog.blog-index .header-w .header-c a.logo {
  margin-bottom: 140px;
}
@media (min-width: 1100px) {
  .header-w .header-c a.logo {
    margin-left: 0;
  }
}

.service-intro-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #edf2f0;
  margin-top: -20px;
}
@media (min-width: 700px) {
  .service-intro-w {
    margin-top: -40px;
  }
}
.service-intro-w.landing-page-alt .service-intro-c .col {
  width: 95%;
  clear: both;
}
@media (min-width: 700px) {
  .service-intro-w.landing-page-alt .service-intro-c .col {
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
    margin-right: 4.2016806723%;
  }
  .service-intro-w.landing-page-alt .service-intro-c .col:nth-child(even) {
    margin-left: 4.2016806723%;
    clear: none;
    width: 53.9748953975%;
    float: left;
    margin-right: 0.4184100418%;
  }
}
@media (min-width: 700px) {
  .enquiries_adwords-alt .service-intro-w.landing-page-alt .service-intro-c .col {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    margin-right: 4.2016806723%;
  }
  .enquiries_adwords-alt .service-intro-w.landing-page-alt .service-intro-c .col:nth-child(even) {
    margin-left: 4.2016806723%;
    clear: none;
    width: 41.4225941423%;
    float: left;
    margin-right: 0.4184100418%;
  }
}
@media (min-width: 1100px) {
  .enquiries_adwords-alt .service-intro-w.landing-page-alt .service-intro-c .col {
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
    margin-right: 4.2016806723%;
  }
  .enquiries_adwords-alt .service-intro-w.landing-page-alt .service-intro-c .col:nth-child(even) {
    margin-left: 4.2016806723%;
    clear: none;
    width: 53.9748953975%;
    float: left;
    margin-right: 0.4184100418%;
  }
}
.service-intro-w.landing-page-alt .service-intro-c .col .service-intro-icon {
  background: #343a3a;
  padding: 0 0;
}
.service-intro-w.landing-page-alt .service-intro-c .col .service-intro-form {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  background: #FFFFFF;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .service-intro-w.landing-page-alt .service-intro-c .col .service-intro-form {
    margin-top: -180px;
  }
}
.service-intro-w .service-intro-c {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 2;
  position: relative;
}
.service-intro-w .service-intro-c:after {
  content: " ";
  display: block;
  clear: both;
}
.service-intro-w .service-intro-c img.service-central-icon {
  padding: 0 50px;
}
@media (min-width: 700px) {
  .service-intro-w .service-intro-c img.service-central-icon {
    padding: 0 0;
  }
}
.service-intro-w .service-intro-c p {
  font-size: 20px;
  line-height: 30px;
  color: #727c78;
}
.service-intro-w .service-intro-c p a {
  color: #727c78;
  text-decoration: none;
  border-bottom: 1px solid #b4bab7;
}
.service-intro-w .service-intro-c p a:hover {
  color: #ff6e3c;
  border-bottom: 1px solid #ffcdbc;
}
.service-intro-w .service-intro-c .col {
  width: 95%;
  clear: both;
}
@media (min-width: 700px) {
  .service-intro-w .service-intro-c .col {
    margin-left: 4.2016806723%;
    clear: none;
    width: 39.3305439331%;
    float: left;
    margin-right: 0.4184100418%;
  }
  .service-intro-w .service-intro-c .col:nth-child(even) {
    width: 45.3781512605%;
    float: right;
    margin-right: 0;
    margin-right: 4.2016806723%;
  }
}
.service-intro-w .service-intro-c .col .service-intro-icon {
  background: #ff6e3c;
  text-align: center;
  padding: 70px 0;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .service-intro-w .service-intro-c .col .service-intro-icon {
    padding: 90px 0;
  }
}
.service-intro-w .service-intro-c .col .service-intro-icon#introCarousel {
  min-height: 265px;
  display: flex;
  padding: 50px 0;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .service-intro-w .service-intro-c .col .service-intro-icon#introCarousel {
    min-height: 360px;
  }
}
@media (min-width: 1000px) {
  .service-intro-w .service-intro-c .col .service-intro-icon {
    padding: 110px 0;
    position: relative;
    margin-bottom: 60px;
  }
}
@media (min-width: 1100px) {
  .service-intro-w .service-intro-c .col .service-intro-icon {
    padding: 80px 0;
    padding-bottom: 90px;
  }
}
.service-intro-w .service-intro-c .col .service-intro-icon .carousel-banner {
  display: none;
}
.service-intro-w .service-intro-c .col .service-intro-icon .carousel-banner.open {
  display: flex;
}
.service-intro-w .service-intro-c .col .service-intro-icon svg {
  width: 120px;
  z-index: 10;
  position: relative;
}
@media (min-width: 700px) {
  .service-intro-w .service-intro-c .col .service-intro-icon svg {
    width: 140px;
  }
  .service-intro-w .service-intro-c .col .service-intro-icon svg.tall {
    width: 115px;
  }
  .service-intro-w .service-intro-c .col .service-intro-icon svg.taller {
    width: 95px;
  }
}
@media (min-width: 800px) {
  .service-intro-w .service-intro-c .col .service-intro-icon svg {
    width: 180px;
  }
  .service-intro-w .service-intro-c .col .service-intro-icon svg.tall {
    width: 155px;
  }
  .service-intro-w .service-intro-c .col .service-intro-icon svg.taller {
    width: 125px;
  }
}
.service-intro-w .service-intro-c .col .service-intro-text {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px;
  padding-bottom: 0px;
}
@media (min-width: 700px) {
  .service-intro-w .service-intro-c .col .service-intro-text {
    padding: 70px 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1020px) {
  .service-intro-w .service-intro-c .col .service-intro-text {
    padding: 120px 0;
    padding-bottom: 0;
  }
}
.service-intro-w .service-intro-c .col .service-intro-text p {
  color: #727c78;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
}
.service-intro-w .service-intro-c .col .service-intro-text p a {
  color: #727c78;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #c0d3cd;
  transition: all 0.2s ease;
  border-bottom: 0;
  text-decoration: none;
}
.service-intro-w .service-intro-c .col .service-intro-text p a:hover {
  box-shadow: inset 0 -2px 0 0 #ff6e3c;
  transition: all 0.2s ease;
  border-bottom: 0;
}
@media (min-width: 700px) and (max-width: 1020px) {
  .service-intro-w .service-intro-c .col .service-intro-text p {
    font-size: 22px;
    line-height: 26px;
  }
}
.service-intro-w .service-intro-c .service-intro-content {
  padding: 30px 30px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .service-intro-w .service-intro-c .service-intro-content {
    padding-bottom: 60px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1100px) {
  .service-intro-w .service-intro-c .service-intro-content {
    padding: 0;
    padding-bottom: 60px;
    margin-left: 4.2016806723%;
    clear: none;
    width: 39.3305439331%;
    float: left;
    margin-right: 0.4184100418%;
    margin-right: 50.8474576271%;
  }
}
.service-intro-w .service-intro-c .service-intro-content-alt-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.service-intro-w .service-intro-c .service-intro-content-alt-w .service-intro-content-alt {
  padding: 0px 30px;
  padding-bottom: 30px;
  min-height: 150px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .service-intro-w .service-intro-c .service-intro-content-alt-w .service-intro-content-alt {
    padding: 0;
    padding-bottom: 60px;
    margin-left: 4.2016806723%;
    clear: none;
    width: 39.3305439331%;
    float: left;
    margin-right: 0.4184100418%;
  }
  .service-intro-w .service-intro-c .service-intro-content-alt-w .service-intro-content-alt:nth-child(even) {
    width: 45.3781512605%;
    float: right;
    margin-right: 0;
    margin-right: 4.2016806723%;
  }
}
@media (min-width: 1100px) {
  .service-intro-w .service-intro-c .service-intro-content-alt-w .service-intro-content-alt {
    padding: 0;
    padding-bottom: 60px;
  }
  .service-intro-w .service-intro-c .service-intro-content-alt-w .service-intro-content-alt p {
    font-size: 24px;
    line-height: 34px;
    padding-top: 5px;
  }
}

h2.screen-reader-text, .wpcf7-response-output {
  display: none;
}

.you-may-also-like-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #343a3a;
}
.you-may-also-like-w .you-may-also-like-c {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  padding-top: 90px;
}
.you-may-also-like-w .you-may-also-like-c:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c {
    padding-top: 120px;
  }
  .blog .you-may-also-like-w .you-may-also-like-c, .single .you-may-also-like-w .you-may-also-like-c {
    padding-top: 30px;
  }
  .single .you-may-also-like-w .you-may-also-like-c {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .single .you-may-also-like-w .you-may-also-like-c:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.you-may-also-like-w .you-may-also-like-c h2 {
  color: #edf2f0;
  font-family: "freight-big-pro", sans-serif;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c h2 {
    margin-bottom: 100px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-articles {
  position: relative;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) and (max-width: 1100px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-articles a.nxt.map-nxt {
    display: none;
  }
}
@media (min-width: 1100px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-articles a.nxt.map-nxt {
    right: 0px;
    bottom: auto;
    top: 30px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-articles li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  float: left;
  font-size: 30px;
  line-height: 34px;
  font-family: "freight-big-pro", sans-serif;
  text-shadow: -1px 3px 9px rgba(26, 29, 29, 0.52);
  margin-bottom: 10px;
}
@media (min-width: 700px) and (max-width: 1100px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-articles li {
    clear: none;
    width: 48.6215538847%;
    float: left;
    margin-right: 0.2506265664%;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 38px;
  }
  .you-may-also-like-w .you-may-also-like-c ul.other-articles li:nth-child(3) {
    width: 48.6215538847%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-articles li {
    clear: none;
    width: 42.2110552764%;
    float: left;
    margin-right: 0.5025125628%;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 38px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-articles li a {
  float: left;
  width: 100%;
  color: #edf6f5;
}
.you-may-also-like-w .you-may-also-like-c ul.other-articles li a.image {
  height: 260px;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-articles li a.image {
    height: 350px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-articles li img {
  width: 100%;
  float: left;
}
.you-may-also-like-w .you-may-also-like-c ul.other-articles li .other-articles-title {
  padding: 0 30px;
  position: absolute;
  bottom: 50px;
  left: 0px;
}
.you-may-also-like-w .you-may-also-like-c ul.other-articles li .other-articles-title span {
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #edf6f5;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-articles li .other-articles-title {
    padding: 0 50px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.you-may-also-like-w .you-may-also-like-c ul.other-services:before {
  content: "";
  width: 60%;
  float: left;
  position: absolute;
  top: 67%;
  opacity: 0.25;
  left: 20%;
  border-bottom: 1px solid #edf2f0;
  display: none;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services:before {
    display: block;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li {
    margin-bottom: 0;
    clear: none;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-img {
  height: 80px;
  display: none;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-img {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-img img {
  width: 40px;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-img img {
    width: 60px;
    margin-bottom: 0;
  }
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-img img.tall {
    width: 50px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title {
    height: 100px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title .other-service-title-i {
  z-index: 10;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0 20px;
  background: #343a3a;
}
@media (min-width: 800px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title .other-service-title-i {
    margin: 0 60px;
  }
}
@media (min-width: 1100px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title .other-service-title-i {
    margin: 0 80px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title .other-service-title-i span {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title .other-service-title-i span span {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 1100px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title .other-service-title-i span span {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 1100px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li .other-service-title .other-service-title-i span {
    font-size: 30px;
    line-height: 34px;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li a {
  color: #edf2f0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-decoration: underline;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li a {
    font-family: "freight-big-pro", sans-serif;
  }
}
.you-may-also-like-w .you-may-also-like-c ul.other-services li:nth-last-child(-n+1) {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .you-may-also-like-w .you-may-also-like-c ul.other-services li:nth-last-child(-n+1) {
    clear: none;
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}

.introduction-w {
  background-size: cover;
  position: relative;
  min-height: 670px;
  transform: translateZ(0);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAVCAMAAAD7JKfbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0iOTFBMUU3NkQxQzY3NEI4NkIxQTA0NkI2NTdFQUZFNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTc3NEY3RDJCOEYwMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTc3NEY3RDFCOEYwMTFFNjgyODNEMURBRUEzODQxQjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NzU4OUQ2RUIwNEMxMUU2QTdGNkVEMDMyQjU1QkExMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRDFCQzY3NkIwNEQxMUU2QTdGNkVEMDMyQjU1QkExMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjuL0/EAAAGAUExURXB+ga/BvWFscrXIwnWChcPW0JmqqW16fYKQklliaMXY0nyKjV1obsLVz3iGiI6dn7PGwXmIi73QyoSSlYaVlkFJUrnMxlpkapKjomBqcMHUzp2vrFxmbHF/gkpSWsDTzbjLxYCOkbrMx1VeZUxVXIqZmaO1s2Zyd1BZYHWDhmp2ekJKVEhRWLvOyExUXEZOVr7SzHeEiERNVEhSWFZgZ5+wrlBaYZysq2h0eFJbYn2Ljpusq05YX05XXm58f8LWz7jMxZWlpLbKw2RvdGNuc1JaYkNLVFZfZktUW2h2emdzeIybnUdQV2VxdmVwdaGyr0RMVoORk1FaYXKAg2t3fGl0ekdQWFtla0ZPVrzPyX+NkFRdZEVOVUNMU8fb1HuJjMjb1Km6t1dhaGhzeWt4fIiWmIeVmJCgoGRuc2Z0d5eop5mqqHyJjK3Au0xUW4uam0hRWklSWUpTWk9YX1NdZExVXU1WXU1XXbrNx1BYX0ZOVWNwdERMU19pb77Ry7/SzAjtfTkAAAKOSURBVHjaLI0NW5pQFIDvyC9K8RuzdGpSAukWTlNssDWcOlMTMUXUPqzWtmoNtJttiX99WL33nnPueZ7zngumOD7Fo6leD8d7uqdn4PGkUov8XBcB5rqu7+jz+Vzfmc8jEeMa6ZlFjUR0PQIcnxxms9lhHLPjlbU1h3n5+PR0ee0FoL/yohqiYzHg2HDd3kYXttGALwuWXEsGxiOKT6dRfONs1adcrp559MjysRkHh4fre+u5a4NczmLJWX5dXd45fc7s7fQznsJd69l9N1BWbm4UUVQUxea9FGNem+jc23KlPEvXsc397KZQvagDwEuSiaIYzK2INt+VJbvlwt/s37iF1tdQqJFAkSoCftJWKw8Yt3uFsYawvQOf6BPPycfy/SM6Ivv2WTH0CMKUxNgKIiX8mKhpLti/f9cik7BcJtkJO4kH28WMBjAGCVaR7niYHg6SsqxpGiQIyLYIyHHjPiKgXRawD4On0tDvH6YHcg0GRpBjoapxhKpVKsTHPmwF46DSMZqKWlO1cZydhOJjCCtJTavJcq2TfP/kZ2cQQHLMQYIjCQIVAiypkWM5XdPU2iD99Ffr1o/qH4cgSbZgp8a1NJmtJ1BCg2NYeavVBvIDWjR9P7iTPmwDY686KMkaUQ7maXtF7tyPEsU+h+Yxr/PAVohJu0kgN5slv18dzar0Ub6cLsmsHWBAUrzeWOGEcosn6G/Q3Pb7O7v2RvWo+o3OJJsEmpfcWEFhmH9dCjMxFDoAJX9n1BCQYBcNBe1xKPcTJowC2EmYFxLhMAjz8W0gxxFkFigHQgJNh+KZImX80KZ5ibcCK93O12foH7B7Xg9k7A2r4YBwmDfFCqYLpFhMtHkesS/cGflfgAEA2fusyf2qNUAAAAAASUVORK5CYII=");
}
@media (min-height: 670px) {
  .introduction-w {
    min-height: 100vh;
  }
}
@media (max-width: 699px) {
  .introduction-w {
    min-height: auto;
  }
}
.introduction-w:after {
  content: "";
  background: #343a3a;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
}
.introduction-w .introduction-i {
  background-size: cover;
  background-image: url(../images/banner/home@2x.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.introduction-w .introduction-i video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../images/banner/home@2x.jpg);
  background-size: cover;
  transition: 1s opacity;
}
.introduction-w .scroll-c {
  text-align: center;
  position: absolute;
  bottom: -55px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  color: #edf6f5;
  z-index: 2;
}
.introduction-w .scroll-c span {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.introduction-w .scroll-c img {
  clear: both;
  width: 12px;
}
.introduction-w .introduction-c {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  position: relative;
  z-index: 2;
}
.introduction-w .introduction-c:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .introduction-w .introduction-c {
    padding: 0 30px;
  }
}
.introduction-w .introduction-c .intro-slab {
  background: #ff6e3c;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 140px;
}
@media (min-width: 700px) {
  .introduction-w .introduction-c .intro-slab {
    clear: none;
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.introduction-w .introduction-c .intro-slab .intro-slab-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px;
  padding-top: 30px;
  height: 430px;
  position: relative;
}
@media (min-width: 700px) and (min-height: 670px) and (orientation: portrait) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i {
    min-height: 80vh;
  }
}
@media (min-width: 670px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i {
    height: 500px;
    min-height: 80vh;
  }
}
@media (min-width: 700px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i {
    padding: 0 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1100px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i {
    padding: 0 100px;
    padding-top: 100px;
  }
}
.introduction-w .introduction-c .intro-slab .intro-slab-i a.nxt {
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 80%;
}
@media (min-width: 700px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i a.nxt {
    left: 60px;
    width: auto;
  }
}
@media (min-width: 1100px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i a.nxt {
    left: 100px;
  }
}
@media (min-width: 1100px) and (max-height: 700px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i a.nxt {
    padding: 50px 60px;
  }
}
.introduction-w .introduction-c .intro-slab .intro-slab-i .hello {
  width: 100%;
  position: absolute;
  top: 34%;
  left: 0;
}
@media (min-width: 370px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello {
    top: 38%;
  }
}
@media (min-width: 700px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello {
    min-width: 690px;
    top: 43%;
  }
}
@media (min-width: 1020px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello {
    min-width: 1000px;
  }
}
@media (min-width: 1220px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello {
    min-width: 1000px;
  }
}
@media (min-width: 1230px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello {
    min-width: 1200px;
  }
}
.introduction-w .introduction-c .intro-slab .intro-slab-i .hello h1 {
  font-family: "freight-big-pro", sans-serif;
  color: #edf6f5;
  clear: both;
  padding: 0 30px;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 700px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello h1 {
    font-size: 50px;
    line-height: 58px;
    padding: 0 60px;
  }
}
@media (min-width: 1100px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello h1 {
    font-size: 50px;
    line-height: 58px;
    padding: 0 100px;
  }
}
@media (min-width: 1230px) {
  .introduction-w .introduction-c .intro-slab .intro-slab-i .hello h1 {
    font-size: 58px;
    line-height: 64px;
  }
}
.introduction-w .introduction-c .intro-slab .intro-slab-i .logo {
  color: #edf6f5;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  float: left;
  font-weight: 500;
  padding-bottom: 50px;
  border-bottom: 1px solid #ff8447;
}
.introduction-w .introduction-c .intro-slab .intro-slab-i .logo span {
  position: relative;
  top: -5px;
}

.about-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #edf2f0;
  margin-bottom: 0px;
}
@media (min-width: 700px) {
  .about-w {
    margin-bottom: -40px;
  }
}
.about-w .about-c {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.about-w .about-c:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1000px) and (max-width: 1230px) {
  .about-w .about-c {
    padding: 0 30px;
  }
}
.about-w .about-c .col {
  position: relative;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.about-w .about-c .col:nth-child(even) {
  float: right;
  padding: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .about-w .about-c .col {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .about-w .about-c .col:nth-child(even) {
    width: 42.5887265136%;
    float: right;
    margin-right: 0;
  }
}
.about-w .about-c .col h2 {
  font-family: "freight-big-pro", sans-serif;
  color: #ff6e3c;
  font-size: 30px;
  line-height: 40px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (min-width: 700px) {
  .about-w .about-c .col h2 {
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 30px;
  }
}
@media (min-width: 1100px) {
  .about-w .about-c .col h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1230px) {
  .about-w .about-c .col h2 {
    padding-left: 110px;
    padding-right: 30px;
  }
}
.about-w .about-c .col h2 span {
  color: rgba(114, 124, 120, 0.58);
  float: left;
  margin-top: 10px;
}
.about-w .about-c .col p {
  font-weight: 400;
  color: #727c78;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (min-width: 700px) and (max-width: 1100px) {
  .about-w .about-c .col p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.about-w .about-c .col .about-title, .about-w .about-c .col .about-content {
  padding: 0 30px;
}
@media (min-width: 700px) {
  .about-w .about-c .col .about-title, .about-w .about-c .col .about-content {
    height: 560px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1100px) {
  .about-w .about-c .col .about-title, .about-w .about-c .col .about-content {
    height: 650px;
  }
}
@media (min-width: 1230px) {
  .about-w .about-c .col .about-title, .about-w .about-c .col .about-content {
    height: 600px;
  }
}
.about-w .about-c .col .about-content {
  padding: 40px 40px;
  background: #FFF;
  z-index: 3;
  position: relative;
}
@includ breakpoint($sub-tablet) {
  .about-w .about-c .col .about-content {
    padding: 0 60px;
  }
}
@media (min-width: 1230px) {
  .about-w .about-c .col .about-content {
    padding: 0px 90px;
  }
}
.about-w .about-c .col .about-content .about-content-i {
  padding-bottom: 30px;
}
@media (min-width: 700px) and (max-width: 1100px) {
  .about-w .about-c .col .about-content .about-content-i {
    padding-bottom: 60px;
  }
}
@media (min-width: 1100px) {
  .about-w .about-c .col .about-content .about-content-i {
    padding-bottom: 70px;
  }
}

.body-w {
  background: #edf2f0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.body-w:after {
  content: "";
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  float: left;
  background: #343a3a;
  height: 60px;
}
@media (min-width: 700px) {
  .body-w:after {
    height: 130px;
  }
}
.body-w .body {
  padding: 0 0px;
  position: relative;
  top: -40px;
}
.body-w .body .body-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 30px;
  margin-bottom: -80px;
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media (min-width: 1100px) {
  .body-w .body .body-i {
    padding: 100px 130px;
  }
}
.body-w .body .body-i .content, .body-w .body .body-i .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i, .landing-page-content-w .landing-page-content .landing-page-content-io .body-w .body .body-i .landing-page-content-i, .body-w .body .body-i .landing-page-list-w .landing-page-list .col .landing-page-list-i, .landing-page-list-w .landing-page-list .col .body-w .body .body-i .landing-page-list-i, .body-w .body .body-i .landing-page-list-w .landing-page-list-title, .landing-page-list-w .body-w .body .body-i .landing-page-list-title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.body-w .body .body-i .content .wp-block-image, .body-w .body .body-i .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i .wp-block-image, .landing-page-content-w .landing-page-content .landing-page-content-io .body-w .body .body-i .landing-page-content-i .wp-block-image, .body-w .body .body-i .landing-page-list-w .landing-page-list .col .landing-page-list-i .wp-block-image, .landing-page-list-w .landing-page-list .col .body-w .body .body-i .landing-page-list-i .wp-block-image, .body-w .body .body-i .landing-page-list-w .landing-page-list-title .wp-block-image, .landing-page-list-w .body-w .body .body-i .landing-page-list-title .wp-block-image {
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .body-w .body .body-i .content .wp-block-image, .body-w .body .body-i .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i .wp-block-image, .landing-page-content-w .landing-page-content .landing-page-content-io .body-w .body .body-i .landing-page-content-i .wp-block-image, .body-w .body .body-i .landing-page-list-w .landing-page-list .col .landing-page-list-i .wp-block-image, .landing-page-list-w .landing-page-list .col .body-w .body .body-i .landing-page-list-i .wp-block-image, .body-w .body .body-i .landing-page-list-w .landing-page-list-title .wp-block-image, .landing-page-list-w .body-w .body .body-i .landing-page-list-title .wp-block-image {
    margin-bottom: 80px;
  }
}

.services-home-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #edf2f0;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .services-home-w {
    overflow: visible;
  }
}
.services-home-w:after {
  content: "";
  width: 100%;
  background: #343a3a;
  height: 110px;
  float: left;
  position: relative;
  left: 0;
  margin-top: -110px;
  top: 100%;
  z-index: 1;
  display: none;
}
@media (min-width: 700px) {
  .services-home-w:after {
    display: block;
  }
}
@media (min-width: 700px) {
  .services-home-w {
    background: #ff6e3c;
  }
}
.services-home-w .services-home-c {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.services-home-w .services-home-c:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .services-home-w .services-home-c {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.services-home-w .services-home-c .services-hero {
  background: url(../images/beach.jpg) #edf6f5 center center no-repeat;
  background-size: cover;
  margin-top: -20px;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 4;
  height: 360px;
  margin-bottom: -20px;
}
.services-home-w .services-home-c .services-hero:after {
  content: "";
  background: #343a3a;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .services-hero {
    height: 560px;
    min-width: 103%;
    margin-bottom: 0;
    margin-top: 0px;
  }
}
.services-home-w .services-home-c .col {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
}
.services-home-w .services-home-c .col:nth-child(even) {
  width: 100%;
  background: #ff6e3c;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col:nth-child(even) {
    width: 50%;
    clear: none;
  }
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col {
    width: 50%;
    clear: none;
  }
}
.services-home-w .services-home-c .col .image-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #edf6f5;
  z-index: 10;
  padding: 150px 30px;
  font-family: "freight-big-pro", sans-serif;
  font-size: 30px;
  line-height: 30px;
}
.services-home-w .services-home-c .col .image-title span {
  background: rgba(52, 58, 58, 0.65);
  padding: 3px 10px;
  float: left;
  width: auto;
  clear: both;
}
.services-home-w .services-home-c .col .image-title span:nth-child(3) {
  padding-bottom: 10px;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .image-title {
    padding: 50px 60px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media (min-width: 1100px) {
  .services-home-w .services-home-c .col .image-title {
    font-size: 46px;
    line-height: 48px;
    padding: 60px 100px;
  }
}
.services-home-w .services-home-c .col img.top-up {
  margin-top: -40px;
  max-width: 103%;
  width: 103%;
  position: relative;
  z-index: 4;
}
.services-home-w .services-home-c .col:nth-child(even) {
  float: right;
}
.services-home-w .services-home-c .col:nth-child(even) h2 {
  color: #edf2f0;
  padding: 40px;
  font-weight: 400;
  padding-top: 120px;
  margin-bottom: 0;
  text-align: right;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-family: "freight-big-pro", sans-serif;
  font-size: 52px;
  line-height: 60px;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col:nth-child(even) h2 {
    padding-top: 190px;
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 800px) {
  .services-home-w .services-home-c .col:nth-child(even) h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.services-home-w .services-home-c .col .service-card {
  float: left;
  background: #FFF;
  width: 100%;
  position: relative;
  z-index: 2;
}
.services-home-w .services-home-c .col .service-card:after {
  content: "";
  width: 100%;
  float: left;
  background: #FFF;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid #eff3f2;
  transition: all 0.4s ease;
  opacity: 1;
  z-index: 1;
}
.services-home-w .services-home-c .col .service-card.dip-30 {
  margin-top: 30px;
}
.services-home-w .services-home-c .col .service-card.highlighted {
  z-index: 9999999999999 !important;
}
.services-home-w .services-home-c .col .service-card.highlighted:after {
  content: "";
  width: 102%;
  float: left;
  background: #FFF;
  padding: 0;
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  border: 1px solid #eff3f2;
  transition: all 0.4s ease;
  opacity: 1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.services-home-w .services-home-c .col .service-card.highlighted a.service-card-i {
  border: 0;
}
.services-home-w .services-home-c .col .service-card.highlighted a.service-card-i h3 span.title {
  box-shadow: inset 0 -2px 0 0 #c0d3cd;
  transition: all 0.2s ease;
  padding-left: 0;
  color: #343a3a;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .service-card {
    width: 50%;
    opacity: 0;
  }
}
.services-home-w .services-home-c .col .service-card.start-left {
  margin-left: 40px;
}
.services-home-w .services-home-c .col .service-card.start-top {
  margin-top: 40px;
}
.services-home-w .services-home-c .col .service-card.start-right {
  margin-left: -40px;
}
.services-home-w .services-home-c .col .service-card.pull-right-mob {
  float: right;
}
.services-home-w .services-home-c .col .service-card.full {
  width: 100%;
  margin-bottom: 0 !important;
  background: #ff6e3c;
}
.services-home-w .services-home-c .col .service-card.full a.service-card-i {
  padding: 30px 30px;
  width: 100%;
  z-index: 10;
  position: relative;
  float: right;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .service-card.full a.service-card-i {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1100px) {
  .services-home-w .services-home-c .col .service-card.full a.service-card-i {
    padding: 50px 50px;
  }
}
@media (min-width: 800px) {
  .services-home-w .services-home-c .col .service-card.full a.service-card-i h3 {
    padding-right: 80px;
  }
}
.services-home-w .services-home-c .col .service-card.full a.service-card-i h3 span {
  position: relative;
  bottom: -2px;
}
.services-home-w .services-home-c .col .service-card.full .service-card-full-col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .service-card.full .service-card-full-col {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .services-home-w .services-home-c .col .service-card.full .service-card-full-col:nth-child(even) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
.services-home-w .services-home-c .col .service-card.border-t a {
  border-top: 1px solid #eff3f2;
}
.services-home-w .services-home-c .col .service-card a.service-card-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  padding: 30px 30px;
  padding-bottom: 50px;
  border-right: 1px solid #eff3f2;
  text-decoration: none;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i {
    padding-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i {
    padding: 40px 50px;
    padding-bottom: 50px;
  }
}
.services-home-w .services-home-c .col .service-card a.service-card-i .icon-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  position: relative;
}
.services-home-w .services-home-c .col .service-card a.service-card-i img.icon {
  width: 40px;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i img.icon {
    width: 30px;
  }
  .services-home-w .services-home-c .col .service-card a.service-card-i img.icon.icon-lrg {
    width: 45px;
  }
}
.services-home-w .services-home-c .col .service-card a.service-card-i img.icon.copywriting {
  width: 33px;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i img.icon.copywriting {
    width: 25px;
  }
}
.services-home-w .services-home-c .col .service-card a.service-card-i h3 {
  font-weight: 400;
  color: #343a3a;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1100px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i h3 {
    padding-right: 40px;
  }
}
.services-home-w .services-home-c .col .service-card a.service-card-i h3 span {
  position: relative;
  bottom: -1px;
}
@media (min-width: 700px) and (max-width: 1100px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.services-home-w .services-home-c .col .service-card a.service-card-i p {
  color: #727c78;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 700px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 800px) {
  .services-home-w .services-home-c .col .service-card a.service-card-i p {
    font-size: 16px;
    line-height: 22px;
  }
}
.services-home-w .more-services {
  float: left;
  padding: 60px 30px;
  width: 100%;
}
@media (min-width: 700px) {
  .services-home-w .more-services {
    width: 50%;
    padding-right: 30px;
  }
}
@media (min-width: 800px) {
  .services-home-w .more-services {
    padding-top: 40px;
  }
}
@media (min-width: 1100px) {
  .services-home-w .more-services {
    padding: 60px 0px;
    padding-left: 45px;
  }
}
.services-home-w .more-services h3 {
  color: #edf6f5;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 400;
}
@media (min-width: 700px) {
  .services-home-w .more-services h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 800px) {
  .services-home-w .more-services h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.services-home-w .more-services a {
  color: #edf6f5;
  text-decoration: none;
  border-bottom: 1px solid #edf6f5;
}

.services-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #edf2f0;
  z-index: 2;
  position: relative;
}
.services-w:after {
  content: "";
  width: 100%;
  background: #343a3a;
  height: 110px;
  float: left;
  position: relative;
  left: 0;
  margin-top: -110px;
  top: 100%;
  z-index: 1;
  display: none;
}
@media (min-width: 700px) {
  .services-w:after {
    display: block;
  }
}
@media (min-width: 700px) {
  .services-w .sub-tab-services {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .services-w .sub-tab-services {
    padding-right: 0;
  }
  .services-w .sub-tab-services.sub-tab-alt {
    padding-left: 0;
  }
}
.services-w .services-c {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.services-w .services-c:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .services-w .services-c {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.services-w .services-c .col {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
}
@media (min-width: 1340px) {
  .services-w .services-c .col {
    width: 50%;
    clear: none;
  }
}
.services-w .services-c .col .image-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #edf6f5;
  z-index: 10;
  padding: 100px 30px;
  font-family: "freight-big-pro", sans-serif;
  font-size: 48px;
  line-height: 48px;
}
@media (min-width: 700px) {
  .services-w .services-c .col .image-title {
    padding: 50px 60px;
  }
}
@media (min-width: 1100px) {
  .services-w .services-c .col .image-title {
    font-size: 48px;
    line-height: 52px;
    padding: 60px 100px;
  }
}
.services-w .services-c .col img.top-up {
  margin-top: -40px;
  max-width: 103%;
  width: 103%;
  position: relative;
  z-index: 4;
}
@media (min-width: 700px) {
  .services-w .services-c .col:nth-child(even) {
    margin-top: 40px;
  }
}
@media (min-width: 1340px) {
  .services-w .services-c .col:nth-child(even) {
    float: right;
    margin-top: 0;
  }
}
.services-w .services-c .col:nth-child(even) h2 {
  color: #edf2f0;
  padding: 40px;
  font-weight: 400;
  padding-top: 120px;
  margin-bottom: 0;
  text-align: right;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-family: "freight-big-pro", sans-serif;
  font-size: 52px;
  line-height: 60px;
}
@media (min-width: 700px) {
  .services-w .services-c .col:nth-child(even) h2 {
    padding-top: 190px;
    font-size: 60px;
    line-height: 70px;
  }
}
.services-w .services-c .col .service-card {
  float: left;
  background: #FFF;
  width: 100%;
  position: relative;
  z-index: 2;
  border-top: 1px solid #eff3f2;
}
.services-w .services-c .col .service-card.highlighted {
  z-index: 9999999999999 !important;
}
.services-w .services-c .col .service-card:nth-child(-n+1) {
  float: right;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card:nth-child(-n+1) {
    float: left;
  }
}
.services-w .services-c .col .service-card:nth-last-child(-n+1) {
  margin-bottom: -20px;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card:nth-last-child(-n+1) {
    margin-bottom: auto;
  }
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card {
    width: 50%;
  }
}
.services-w .services-c .col .service-card .service-card-active {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.services-w .services-c .col .service-card .service-card-active:after {
  content: "";
  width: 100%;
  float: left;
  background: #FFF;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid #eff3f2;
  transition: all 0.4s ease;
  opacity: 1;
  z-index: 1;
}
.services-w .services-c .col .service-card .service-card-active p.mb {
  margin-bottom: 10px;
}
.services-w .services-c .col .service-card .service-card-active.highlighted {
  z-index: 9999999999999 !important;
}
.services-w .services-c .col .service-card .service-card-active.highlighted:after {
  content: "";
  width: 104%;
  float: left;
  background: #FFF;
  padding: 0;
  position: absolute;
  top: -2%;
  left: -2%;
  height: 104%;
  border: 1px solid #eff3f2;
  transition: all 0.4s ease;
  opacity: 1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.services-w .services-c .col .service-card .service-card-active.highlighted a.service-card-i {
  border: 0;
}
.services-w .services-c .col .service-card .service-card-active.highlighted a.service-card-i h3 span.title {
  box-shadow: inset 0 -2px 0 0 #c0d3cd;
  transition: all 0.5s ease;
  padding-left: 0;
  color: #343a3a;
}
.services-w .services-c .col .service-card .service-card-active.highlighted a.service-card-i p {
  padding-right: 1px;
}
.services-w .services-c .col .service-card.pull-right-mob {
  float: right;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card.dip {
    margin-top: 20px;
  }
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card.dip-30 {
    margin-top: 20px;
  }
}
@media (min-width: 1230px) {
  .services-w .services-c .col .service-card.undip {
    margin-top: -20px;
  }
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card.undip-2x {
    margin-top: -60px;
  }
}
@media (min-width: 700px) and (max-width: 1020px) {
  .services-w .services-c .col .service-card.dip-2x {
    margin-top: 30px;
  }
}
.services-w .services-c .col .service-card.full {
  width: 100%;
  margin-bottom: 0 !important;
  background: #ff6e3c;
}
.services-w .services-c .col .service-card.full a.service-card-i {
  padding: 30px 30px;
  width: 100%;
  float: right;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card.full a.service-card-i {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1020px) {
  .services-w .services-c .col .service-card.full a.service-card-i {
    padding: 50px 50px;
  }
}
.services-w .services-c .col .service-card.full a.service-card-i h3 {
  padding-right: 100px;
}
.services-w .services-c .col .service-card.full a.service-card-i h3 span {
  position: relative;
  top: 2px;
  color: #7d8a8a;
  padding-left: 5px;
}
.services-w .services-c .col .service-card.full a.service-card-i h3 span.title {
  padding-left: 0;
  color: #343a3a;
}
.services-w .services-c .col .service-card.full .service-card-full-col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card.full .service-card-full-col {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .services-w .services-c .col .service-card.full .service-card-full-col:nth-child(even) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
.services-w .services-c .col .service-card.border-t a {
  border-top: 1px solid #eff3f2;
}
.services-w .services-c .col .service-card a.service-card-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  padding: 30px 30px;
  padding-bottom: 50px;
  border-right: 1px solid #eff3f2;
  text-decoration: none;
  border-bottom: 1px solid #eff3f2;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.services-w .services-c .col .service-card a.service-card-i:after {
  content: "";
  background: url(../images/expand-only@2x.png) center right no-repeat;
  background-size: 15px;
  height: 15px;
  color: #FFF;
  width: 15px;
  opacity: 0.25;
  float: left;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s ease;
}
.services-w .services-c .col .service-card a.service-card-i:hover:after {
  transition: all 0.8s ease;
  opacity: 1;
  content: "";
  text-align: left;
  color: #343a3a;
  transform: translate3d(5px, -5px, 0);
}
@media (min-width: 1020px) {
  .services-w .services-c .col .service-card a.service-card-i {
    padding: 40px 50px;
    padding-bottom: 50px;
  }
}
.services-w .services-c .col .service-card a.service-card-i .icon-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.services-w .services-c .col .service-card a.service-card-i img.icon {
  width: 40px;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card a.service-card-i img.icon {
    width: 30px;
  }
  .services-w .services-c .col .service-card a.service-card-i img.icon.icon-lrg {
    width: 40px;
  }
}
.services-w .services-c .col .service-card a.service-card-i img.icon.copywriting {
  width: 33px;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card a.service-card-i img.icon.copywriting {
    width: 25px;
  }
}
.services-w .services-c .col .service-card a.service-card-i img.icon.html-email {
  width: 28px;
}
@media (min-width: 700px) {
  .services-w .services-c .col .service-card a.service-card-i img.icon.html-email {
    width: 37px;
  }
  .services-w .services-c .col .service-card a.service-card-i img.icon.html-email.icon-lrg {
    width: 37px;
  }
}
.services-w .services-c .col .service-card a.service-card-i h3 {
  font-weight: 400;
  color: #343a3a;
  padding-right: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
.services-w .services-c .col .service-card a.service-card-i h3 span {
  position: relative;
  top: 2px;
  color: #7d8a8a;
  padding-left: 5px;
}
.services-w .services-c .col .service-card a.service-card-i h3 span.title {
  padding-left: 0;
  color: #343a3a;
}
@media (min-width: 700px) and (max-width: 900px) {
  .services-w .services-c .col .service-card a.service-card-i h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.services-w .services-c .col .service-card a.service-card-i p {
  color: #727c78;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.services-w .services-c .col .service-card a.service-card-i p.mb {
  margin-bottom: 10px;
}
@media (min-width: 700px) and (max-width: 900px) {
  .services-w .services-c .col .service-card a.service-card-i p {
    font-size: 16px;
    line-height: 22px;
  }
}

.footer-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #343a3a;
  padding: 40px 0;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (min-width: 700px) {
  .footer-w {
    padding: 70px 0;
    padding-top: 80px;
  }
}
.footer-w .footer-c {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.footer-w .footer-c:after {
  content: " ";
  display: block;
  clear: both;
}
.footer-w .footer-c.standard {
  padding: 0 30px;
  padding-top: 30px;
  position: relative;
  background: #343a3a;
}
@media (min-width: 700px) {
  .footer-w .footer-c.standard {
    padding: 0 30px;
    padding-top: 30px;
  }
}
.footer-w .footer-c.standard:before {
  content: "";
  width: 60%;
  float: left;
  position: absolute;
  top: 42px;
  opacity: 0.05;
  left: 20%;
  border-bottom: 1px solid #edf2f0;
  display: none;
}
@media (min-width: 700px) {
  .footer-w .footer-c.standard:before {
    display: block;
  }
}
.blog .footer-w .footer-c.standard {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.blog .footer-w .footer-c.standard:after {
  content: " ";
  display: block;
  clear: both;
}
.footer-w .footer-c .footer-copyright {
  text-align: center;
  color: #5b6566;
  font-size: 16px;
  line-height: 22px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-copyright {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    text-align: left;
  }
}
.footer-w .footer-c .footer-copyright a {
  color: #5b6566;
  text-decoration: none;
}
.footer-w .footer-c .footer-copyright a:hover {
  cursor: pointer;
  color: #ff6e3c;
}
.footer-w .footer-c .footer-copyright .footer-copyright-c {
  position: relative;
  float: left;
  background: #343a3a;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-copyright .footer-copyright-c {
    padding-right: 30px;
    width: auto;
  }
}
.footer-w .footer-c .footer-contact {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #5b6566;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-contact {
    clear: none;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    text-align: left;
  }
}
.footer-w .footer-c .footer-contact .footer-contact-c {
  background: #343a3a;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-contact .footer-contact-c {
    float: right;
    padding-left: 80px;
    margin-bottom: 0;
    position: relative;
  }
  .footer-w .footer-c .footer-contact .footer-contact-c:nth-child(odd) {
    display: none;
  }
}
@media (min-width: 1100px) {
  .footer-w .footer-c .footer-contact .footer-contact-c:nth-child(odd) {
    display: block;
  }
}
.footer-w .footer-c .footer-contact .footer-contact-c ul li {
  margin-bottom: 0;
}
.footer-w .footer-c .footer-contact .footer-contact-c ul li a {
  color: #5b6566;
  text-decoration: none;
}
.footer-w .footer-c .footer-contact .footer-contact-c ul li a:hover {
  cursor: pointer;
  color: #ff6e3c;
}
.footer-w .footer-c .footer-contact .footer-contact-c ul li a.tel {
  color: #5b6566;
  border-bottom: 0;
}
.footer-w .footer-c .footer-contact .footer-contact-c ul li a.tel:hover {
  cursor: pointer;
  color: #ff6e3c;
}
.footer-w .footer-c .footer-title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-title {
    margin-bottom: 110px;
    padding: 0;
  }
}
.footer-w .footer-c .footer-title h2 {
  color: #edf2f0;
  font-family: "freight-big-pro", sans-serif;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-title h2 {
    font-size: 48px;
    line-height: 54px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 800px) {
  .footer-w .footer-c .footer-title h2 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (min-width: 1000px) {
  .footer-w .footer-c .footer-title h2 {
    width: 60%;
    padding-right: 0;
  }
}
.footer-w .footer-c .footer-c-i .col {
  width: 95%;
  clear: both;
  float: left;
  background: #ff6e3c;
  position: relative;
}
.footer-w .footer-c .footer-c-i .col.start-left-footer {
  margin-left: 0;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col.start-left-footer {
    margin-left: -20px;
  }
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col {
    width: 55%;
    height: 500px;
    clear: none;
  }
}
.footer-w .footer-c .footer-c-i .col:nth-child(even) {
  margin-top: -20px;
  background: none;
  float: right;
  width: 90%;
  clear: both;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col:nth-child(even) {
    margin-top: -60px;
    width: 50%;
    margin-left: -5%;
    clear: none;
  }
  .footer-w .footer-c .footer-c-i .col:nth-child(even).start-right-footer {
    margin-right: -20px;
  }
}
.footer-w .footer-c .footer-c-i .col .contact-details-title h4 {
  color: #343a3a;
  font-size: 22px;
  line-height: 28px;
  padding: 50px 30px;
  padding-bottom: 30px;
  font-weight: 400;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col .contact-details-title h4 {
    font-size: 20px;
    line-height: 26px;
    padding: 100px 60px;
    padding-right: 150px;
  }
}
@media (min-width: 800px) {
  .footer-w .footer-c .footer-c-i .col .contact-details-title h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.footer-w .footer-c .footer-c-i .col .contact-details {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col .contact-details {
    position: absolute;
    bottom: 100px;
  }
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col .contact-details {
    font-size: 30px;
    line-height: 34px;
  }
}
.footer-w .footer-c .footer-c-i .col .contact-details h4 {
  color: #343a3a;
  font-size: 28px;
  line-height: 34px;
}
.footer-w .footer-c .footer-c-i .col .contact-details ul {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-bottom: 60px;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col .contact-details ul {
    padding-left: 60px;
    padding-bottom: 0;
  }
}
.footer-w .footer-c .footer-c-i .col .contact-details ul li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.footer-w .footer-c .footer-c-i .col .contact-details a {
  color: #edf2f0;
  border-bottom: 1px solid #ff8447;
  text-decoration: none;
  font-weight: 400;
}
.footer-w .footer-c .footer-c-i .col .contact-details a.tel {
  border-bottom: 0;
}
.footer-w .footer-c .footer-c-i .col .contact-details a.tel span {
  opacity: 0.6;
}
.footer-w .footer-c .footer-c-i .col .address-details {
  background: url(../images/lennox.jpg) #b8cbc7 -35px 0 no-repeat;
  width: 100%;
  background-size: 138%;
  height: 430px;
  position: relative;
  font-weight: 400;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col .address-details {
    background: url(../images/lennox.jpg) center center no-repeat;
    background-size: cover;
    height: 500px;
  }
}
.footer-w .footer-c .footer-c-i .col .address-details:after {
  content: "";
  background: #343a3a;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
}
.footer-w .footer-c .footer-c-i .col .address-details img.map-pin {
  position: absolute;
  left: 30px;
  top: 30px;
  margin-left: -8px;
  z-index: 2;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col .address-details img.map-pin {
    bottom: 220px;
    left: 60px;
    top: auto;
    margin-left: -8px;
  }
}
.footer-w .footer-c .footer-c-i .col .address-details address {
  font-size: 26px;
  line-height: 32px;
  position: absolute;
  font-style: normal !important;
  bottom: 80px;
  left: 30px;
  color: #edf6f5;
  z-index: 2;
}
@media (min-width: 700px) {
  .footer-w .footer-c .footer-c-i .col .address-details address {
    font-size: 30px;
    line-height: 34px;
    bottom: 60px;
    left: 60px;
  }
}

.share-tags-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px;
}

.tags {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.tags ul {
  float: left;
}
@media (min-width: 700px) {
  .tags ul {
    float: right;
  }
}
.tags ul li {
  margin-right: 6px;
  float: left;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
}
.tags ul li a {
  background: #edf2f0;
  float: left;
  padding: 10px 15px;
  color: #6e7776;
  text-decoration: none;
}
.tags ul li a:hover {
  background: #e7eeeb;
}
@media (min-width: 700px) {
  .tags {
    padding-top: 8px;
    clear: none;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.social-share {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .social-share {
    margin-bottom: 0;
  }
}
.social-share ul li {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.social-share ul li.twitter {
  position: relative;
}
.social-share ul li.twitter:before {
  content: "";
  background: url(../images/icons/share-icons.png) 0 -22px no-repeat;
  float: left;
  width: 24px;
  height: 20px;
  background-size: 13px;
}
.social-share ul li.facebook {
  position: relative;
}
.social-share ul li.facebook:before {
  content: "";
  background: url(../images/icons/share-icons.png) 0 0 no-repeat;
  float: left;
  width: 24px;
  height: 20px;
  margin-top: 3px;
  background-size: 13px;
}
.social-share ul li a {
  color: #ff6e3c;
  border-bottom: 1px solid #ff6e3c;
  text-decoration: none;
}
@media (min-width: 700px) {
  .social-share {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.blog-index-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #edf1f0;
}
.blog-index-w .blog-index {
  padding-bottom: 100px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.blog-index-w .blog-index:after {
  content: " ";
  display: block;
  clear: both;
}
.blog-index-w .blog-index article {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
}
.blog-index-w .blog-index article .image {
  margin-right: 20px;
  float: left;
  width: 96%;
  height: 200px;
  position: relative;
  background: #FFFFFF;
}
.blog-index-w .blog-index article .image:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 60px;
  height: 60%;
  width: 1px;
  background: #909696;
  float: left;
}
.blog-index-w .blog-index article a.nxt {
  width: auto;
  position: relative;
  margin-top: -30px;
  padding: 20px 40px;
}
.blog-index-w .blog-index article a.nxt span {
  position: absolute;
  right: -15px;
  top: 50%;
  height: 20px;
  margin-top: -4px;
  background: url("../images/arrow-grey-short.svg") 0 0 no-repeat;
  background-size: 20px;
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article a.nxt span {
    background: url("../images/arrow-grey-short.svg") 0 0 no-repeat;
    background-size: 20px;
    right: 33px;
  }
}
.blog-index-w .blog-index article .post-content {
  padding: 50px 30px;
  padding-bottom: 0;
  float: left;
}
.blog-index-w .blog-index article .post-content time {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #8b9796;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.blog-index-w .blog-index article .post-content h3 {
  font-family: "freight-big-pro", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
}
.blog-index-w .blog-index article .post-content h3 a {
  color: #343a3a;
  text-decoration: none;
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #343a3a;
}
.blog-index-w .blog-index article:nth-child(-n+1) {
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
@media (min-width: 1230px) {
  .blog-index-w .blog-index article:nth-child(-n+1) {
    display: flex;
    align-items: center;
  }
}
.blog-index-w .blog-index article:nth-child(-n+1) a.nxt {
  margin-right: 40px;
  float: right;
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article:nth-child(-n+1) {
    margin-top: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-index-w .blog-index article:nth-child(-n+1) a.nxt {
    position: absolute;
    bottom: 130px;
    margin-left: -40px;
  }
  .blog-index-w .blog-index article:nth-child(-n+1) .image {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    height: 420px;
  }
  .blog-index-w .blog-index article:nth-child(-n+1) .image:after {
    width: 60%;
    height: 1px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -20px;
  }
  .blog-index-w .blog-index article:nth-child(-n+1) .post-content {
    padding-top: 60px;
    clear: none;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 700px) and (min-width: 1230px) {
  .blog-index-w .blog-index article:nth-child(-n+1) .post-content {
    padding-top: 0;
  }
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article:nth-child(-n+1) .post-content h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
.blog-index-w .blog-index article:nth-child(2) a.nxt {
  margin-left: 60px;
  float: left;
}
@media (max-width: 1100px) {
  .blog-index-w .blog-index article:nth-child(2) a.nxt {
    margin-left: 60px !important;
  }
}
.blog-index-w .blog-index article:nth-child(2) .image {
  float: right;
  margin-right: 0;
  height: 260px;
}
.blog-index-w .blog-index article:nth-child(2) .image:after {
  left: 20px;
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article:nth-child(2) {
    clear: none;
    width: 31.0344827586%;
    float: left;
    margin-right: 3.4482758621%;
  }
  .blog-index-w .blog-index article:nth-child(2) a.nxt {
    float: right;
    margin-right: 20px;
  }
  .blog-index-w .blog-index article:nth-child(2) .image {
    float: left;
    width: 100%;
    height: 300px;
  }
  .blog-index-w .blog-index article:nth-child(2) .image:after {
    left: 40%;
  }
  .blog-index-w .blog-index article:nth-child(2) .post-content h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
.blog-index-w .blog-index article:nth-child(3) a.nxt {
  margin-left: 30px;
  float: left;
}
@media (max-width: 1100px) {
  .blog-index-w .blog-index article:nth-child(3) a.nxt {
    margin-left: 30px !important;
  }
}
.blog-index-w .blog-index article:nth-child(3) .image {
  float: left;
  margin-right: 0;
  margin-left: 0px;
  width: 100%;
  height: 175px;
}
.blog-index-w .blog-index article:nth-child(3) .image:after {
  left: auto;
  right: 85px;
  height: 70%;
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article:nth-child(3) {
    clear: none;
    width: 65.5172413793%;
    float: right;
    margin-right: 0;
  }
  .blog-index-w .blog-index article:nth-child(3) a.nxt {
    float: right;
    margin-right: 20px;
  }
  .blog-index-w .blog-index article:nth-child(3) .image {
    float: left;
    width: 90%;
    height: 260px;
  }
  .blog-index-w .blog-index article:nth-child(3) .image:after {
    top: 55%;
    left: 50%;
  }
  .blog-index-w .blog-index article:nth-child(3) .post-content h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
.blog-index-w .blog-index article:nth-child(4) {
  padding-bottom: 0;
  margin-bottom: 80px;
  margin-top: 30px;
}
.blog-index-w .blog-index article:nth-child(4) a.nxt {
  position: absolute;
  bottom: 0px;
  right: 40px;
}
.blog-index-w .blog-index article:nth-child(4) .image {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
  height: 240px;
}
.blog-index-w .blog-index article:nth-child(4) .image:after {
  width: 90%;
  height: 1px;
  bottom: auto;
  top: 30px;
  left: -40px;
}
.blog-index-w .blog-index article:nth-child(4) .post-content {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  padding-top: 20px;
}
.blog-index-w .blog-index article:nth-child(4) .post-content h3 {
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article:nth-child(4) {
    position: relative;
    padding-left: 30px;
    width: 28.5714285714%;
    float: left;
    margin-right: 0.8403361345%;
    margin-right: 3.1315240084%;
  }
  .blog-index-w .blog-index article:nth-child(4):before {
    content: "";
    clear: both;
  }
  .blog-index-w .blog-index article:nth-child(4) a.nxt {
    position: absolute;
    top: 270px;
    right: 50%;
    margin-right: -75px;
    bottom: auto;
  }
  .blog-index-w .blog-index article:nth-child(4) .image {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 270px;
  }
  .blog-index-w .blog-index article:nth-child(4) .image:after {
    width: 1px;
    height: 70%;
    top: auto;
    bottom: -30px;
    left: 50%;
  }
  .blog-index-w .blog-index article:nth-child(4) .post-content {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
  }
}
.blog-index-w .blog-index article:nth-child(5) a.nxt {
  margin-right: 40px;
  float: right;
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article:nth-child(5) {
    clear: none;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    padding-bottom: 30px;
    position: relative;
  }
  .blog-index-w .blog-index article:nth-child(5) a.nxt {
    position: absolute;
    bottom: 120px;
    top: auto;
    margin-left: -140px;
  }
  .blog-index-w .blog-index article:nth-child(5) .image {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    height: 270px;
  }
  .blog-index-w .blog-index article:nth-child(5) .image:after {
    width: 70%;
    height: 1px;
    top: 50%;
    right: -30px;
    left: auto;
  }
  .blog-index-w .blog-index article:nth-child(5) .post-content {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    padding: 50px 50px;
  }
}
.blog-index-w .blog-index article:nth-child(6) a.nxt {
  margin-left: 30px;
  float: left;
}
@media (max-width: 1100px) {
  .blog-index-w .blog-index article:nth-child(6) a.nxt {
    margin-left: 30px !important;
  }
}
.blog-index-w .blog-index article:nth-child(6) .image {
  float: left;
  margin-right: 0;
  margin-left: 0px;
  width: 100%;
  height: 175px;
}
.blog-index-w .blog-index article:nth-child(6) .image:after {
  left: auto;
  right: 85px;
  height: 70%;
}
@media (min-width: 700px) {
  .blog-index-w .blog-index article:nth-child(6) {
    clear: none;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    position: relative;
  }
  .blog-index-w .blog-index article:nth-child(6) a.nxt {
    position: absolute;
    top: 260px;
    left: 0;
  }
  .blog-index-w .blog-index article:nth-child(6) .image {
    clear: none;
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
    height: 260px;
  }
  .blog-index-w .blog-index article:nth-child(6) .image:after {
    width: 70%;
    height: 1px;
    top: 50%;
    right: -30px;
    left: auto;
  }
  .blog-index-w .blog-index article:nth-child(6) .post-content {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 50px 50px;
  }
}

.pagination-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 10;
  text-align: center;
}
.pagination-w a, .pagination-w span {
  background: #ff6e3c;
  padding: 20px 30px;
  margin-right: -5px;
  color: #edf6f5;
  text-decoration: none;
  width: 100px;
  border-left: 1px solid rgba(237, 246, 245, 0.15);
}
.pagination-w a.next {
  padding: 20px 35px;
  position: relative;
}
.pagination-w a.next:before {
  content: "";
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 20px;
  margin-top: -6px;
  margin-left: -2px;
  border-left: 0;
  background: url(../images/blog/pagination-arrow-rignt@2x.png) 0 0 no-repeat;
  background-size: 8px;
}
.pagination-w a.prev {
  padding: 20px 35px;
  position: relative;
}
.pagination-w a.prev:before {
  content: "";
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 20px;
  margin-top: -6px;
  margin-left: -4px;
  background: url(../images/blog/pagination-arrow-left@2x.png) 0 0 no-repeat;
  background-size: 8px;
  border-left: 0;
}

.contact-form-w {
  margin: 30px 0;
  margin-bottom: 50px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.contact-form-w input.error, .contact-form-w textarea.error, .contact-form-w input.wpcf7-not-valid {
  border-bottom: 1px solid #EE4035;
  transition: all 2s ease;
}
@media (max-width: 700px) {
  .contact-form-w label#hiddenRecaptcha-error {
    position: relative;
    text-align: left;
    padding: 30px;
    padding-bottom: 0;
  }
}

.input-w {
  margin-bottom: 30px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.input-w label.major {
  font-size: 22px;
  line-height: 26px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.input-w label.major.green {
  margin-bottom: 0;
  color: #43aa8b;
}
.input-w hr.form-spacer {
  position: relative;
  margin: 20px 0 50px 0 !important;
}
.input-w hr.form-spacer:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #D7D3D3;
  float: left;
}
.input-w .input-w-i {
  position: relative;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.input-w ul {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: -20px !important;
}
.input-w ul li {
  list-style-type: none !important;
  float: left;
  width: auto !important;
  clear: none !important;
  margin-right: 10px !important;
  margin-bottom: 12px !important;
}
.input-w ul li label {
  float: left;
  border: 1px solid #D7D3D3;
  padding: 10px 30px !important;
  padding-left: 20px !important;
}
.input-w ul li label:hover {
  border: 1px solid #43aa8b;
  color: #43aa8b;
}
.input-w label.error {
  position: absolute;
  right: 20px;
  bottom: 16px;
  text-align: right;
  color: #EE4035;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 700px) {
  .input-w.desktop-2x {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .input-w.desktop-2x:nth-child(even) {
    clear: none;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.landing-page-list-w {
  background: #edf2f0;
  padding-top: 30px;
  padding-bottom: 0px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .landing-page-list-w {
    padding-bottom: 60px;
  }
}
.landing-page-list-w .landing-page-list-title {
  padding-left: 40px;
  padding-right: 30px;
  margin-bottom: 100px;
}
.landing-page-list-w .landing-page-list {
  padding-left: 30px;
  padding-right: 30px;
}
.landing-page-list-w .landing-page-list .col {
  position: relative;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .landing-page-list-w .landing-page-list .col {
    margin-bottom: 0;
    clear: none;
    width: 31.0344827586%;
    float: left;
    margin-right: 3.4482758621%;
  }
  .landing-page-list-w .landing-page-list .col:nth-child(3n) {
    clear: none;
    width: 31.0344827586%;
    float: right;
    margin-right: 0;
  }
}
.landing-page-list-w .landing-page-list .col .landing-page-list-no {
  background: #FFF;
  color: #ff6e3c;
  font-size: 20px;
  line-height: 22px;
  padding: 14px 20px;
  font-weight: bold;
  float: left;
  position: absolute;
  top: -15px;
  left: -15px;
  border: 1px solid #edf2f0;
}
.landing-page-list-w .landing-page-list .col .landing-page-list-i {
  background: #FFFFFF;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}
.landing-page-list-w .landing-page-list .col .landing-page-list-i .image {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

a.btn.green, button.btn.green {
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  background: #43AA8B;
  margin-bottom: 40px;
}

.landing-page-content-w {
  padding-bottom: 60px;
  padding-top: 60px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #edf2f0;
}
.landing-page-content-w .landing-page-content {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .landing-page-content-w .landing-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .landing-page-content-w .landing-page-content {
    margin-bottom: 100px;
  }
}
@media (min-width: 700px) {
  .landing-page-content-w .landing-page-content.align-r .landing-page-content-img {
    clear: none;
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    margin-left: -200px !important;
    margin-right: 0 !important;
    position: relative;
  }
}
@media (min-width: 700px) {
  .landing-page-content-w .landing-page-content.align-r .landing-page-content-io {
    clear: none;
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .landing-page-content-w .landing-page-content.align-r .landing-page-content-io .landing-page-content-i {
    padding-left: 80px;
    padding-right: 140px;
  }
}
.landing-page-content-w .landing-page-content.full .landing-page-content-io {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1100px) {
  .landing-page-content-w .landing-page-content.full .landing-page-content-io {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 40px;
}
@media (min-width: 700px) {
  .landing-page-content-w .landing-page-content.full .landing-page-content-io .landing-page-content-i {
    padding: 60px 80px;
    padding-left: 80px;
  }
}
.landing-page-content-w .landing-page-content .landing-page-content-img {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.landing-page-content-w .landing-page-content .landing-page-content-img img.photo {
  border: 1px solid #CCC;
  border-radius: 4px;
}
@media (min-width: 700px) {
  .landing-page-content-w .landing-page-content .landing-page-content-img {
    margin-right: -200px !important;
    margin-top: 60px;
    position: relative;
    clear: none;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.landing-page-content-w .landing-page-content .landing-page-content-io {
  background: #FFF;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 700px) {
  .landing-page-content-w .landing-page-content .landing-page-content-io {
    clear: none;
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
  }
}
.landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 40px;
}
@media (min-width: 700px) {
  .landing-page-content-w .landing-page-content .landing-page-content-io .landing-page-content-i {
    padding: 60px 80px;
    padding-left: 140px;
  }
}

.landing-page-content-i-img-right {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 450px) and (max-width: 1050px) {
  .landing-page-content-i-img-right {
    display: none;
  }
}
@media (min-width: 450px) {
  .landing-page-content-i-img-right {
    float: right;
    width: 35%;
    margin-top: 5px;
    padding-right: 5%;
  }
}

ul.landing-page-content-i-left {
  width: auto !important;
  clear: none !important;
}

.landing-page-testimonial-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ff6e3c;
  padding: 80px 0;
}
.landing-page-testimonial-w .landing-page-testimonial {
  padding-left: 30px;
  padding-right: 30px;
}
.landing-page-testimonial-w .landing-page-testimonial blockquote {
  color: #FFF;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 30px;
  line-height: 40px;
}
.landing-page-testimonial-w .landing-page-testimonial .landing-page-testimonial-client {
  margin-top: 60px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.landing-page-testimonial-w .landing-page-testimonial .landing-page-testimonial-client .client-image {
  width: 40px;
  height: 40px;
  background: #343a3a;
  float: left;
  margin-right: 20px;
}
.landing-page-testimonial-w .landing-page-testimonial .landing-page-testimonial-client .client-name {
  float: left;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
}

#sk-holder #sk-container {
  border-radius: 0;
}

#sk-container #sk-wrapper {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
#sk-container #sk-wrapper #sk-header {
  background: #343a3a;
  color: #edf6f5;
  border-radius: 0;
}
#sk-container #sk-wrapper #sk-conversation .sk-intro-section .app-name {
  font-weight: 400;
}
#sk-container #sk-wrapper #sk-conversation .sk-intro-section .app-icon {
  border-radius: 0;
}
#sk-container #sk-wrapper #sk-conversation .sk-logo {
  display: none;
}

.modal-w {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  min-height: 100vh;
  display: none;
}
.modal-w .modal-form {
  display: none;
  opacity: 0;
}
.modal-w .modal-form input.error, .modal-w .modal-form textarea.error {
  border-bottom: 1px solid #EE4035;
  transition: all 2s ease;
}
.modal-w .modal-form button.send {
  margin-top: 0;
}
.modal-w .modal-form button.send.green {
  background: #43aa8b;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.modal-w .modal {
  background: #FFF;
  padding: 25px 30px;
  display: none;
  opacity: 0;
  padding-bottom: 60px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.modal-w .modal:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 700px) {
  .modal-w .modal {
    padding: 75px 90px;
    padding-right: 40px;
  }
}
@media (min-width: 800px) {
  .modal-w .modal {
    padding: 75px 90px;
    padding-right: 90px;
  }
}
@media (min-width: 1000px) {
  .modal-w .modal {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-w .modal:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1100px) {
  .modal-w .modal {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-w .modal:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.modal-w .modal .modal-o {
  display: none;
}
.modal-w .modal h2 {
  font-family: "freight-big-pro", sans-serif;
  color: #343a3a;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 700px) {
  .modal-w .modal h2 {
    margin-bottom: 60px;
    font-size: 50px;
    line-height: 58px;
  }
}
.modal-w .modal h3 {
  font-family: "freight-big-pro", sans-serif;
  color: #edf6f5;
  margin-bottom: 10px;
  display: none;
  opacity: 0;
  text-align: left;
  padding: 0 30px;
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 800px) {
  .modal-w .modal h3 {
    margin-bottom: 0px;
    padding: 0 90px;
    font-size: 50px;
    line-height: 54px;
  }
}
.modal-w .modal a.modal-close {
  width: 22px;
  height: 22px;
  background: url(../images/close-dark.png) 0 0 no-repeat;
  background-size: 20px;
  float: left;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-w .modal .modal-i.form-open {
  display: block;
}
@media (min-width: 700px) {
  .modal-w .modal .modal-i {
    display: flex;
    align-items: center;
  }
}
.modal-w .modal .modal-icon {
  margin-left: -30px;
  width: 110%;
  background: #ff6e3c;
  padding: 60px 0;
  float: left;
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}
.modal-w .modal .modal-icon img {
  width: 150px;
}
.modal-w .modal .modal-icon.security img {
  width: 110px;
}
.modal-w .modal .modal-icon.search-copy img {
  width: 110px;
}
.modal-w .modal .modal-icon.recipe img {
  width: 110px;
}
.modal-w .modal .modal-icon.offline img {
  width: 110px;
}
.modal-w .modal .modal-icon.search-analytics img {
  width: 120px;
}
@media (min-width: 700px) {
  .modal-w .modal .modal-icon {
    width: 50%;
    margin-left: -20%;
    clear: none;
    margin-bottom: 0;
  }
}
.modal-w .modal .modal-intro {
  float: right;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  color: #646e6d;
}
@media (min-width: 700px) {
  .modal-w .modal .modal-intro {
    width: 70%;
    padding-left: 80px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 800px) {
  .modal-w .modal .modal-intro {
    padding-left: 100px;
  }
}
.modal-w .modal .modal-copy-content {
  padding-bottom: 20px;
}
.modal-w .modal .modal-sign-off {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  color: #646e6d;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 700px) {
  .modal-w .modal .modal-sign-off {
    margin-top: 60px;
  }
}
.modal-w .modal .modal-sign-off a {
  color: #727c78;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 0;
  padding: 30px 60px;
  text-decoration: none;
  position: absolute;
  bottom: -10px;
  width: auto;
  margin-right: 30px;
  margin-left: 30px;
  left: 0;
  right: 0;
}
@media (min-width: 700px) {
  .modal-w .modal .modal-sign-off a {
    padding: 40px 60px;
    bottom: 10px;
    right: 40px;
    left: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.modal-w .modal .modal-sign-off a:hover {
  transition: all 0.2s ease;
  border-bottom: 0;
  background: #1c1f1f;
}

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

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

.schemaOnly {
  display: none;
}

p.hide-tablet {
  display: block !important;
}
@media (min-width: 700px) and (max-width: 1100px) {
  p.hide-tablet {
    display: none !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .service-intro-w .service-intro-c .col .service-intro-icon#introCarousel {
    padding-top: 100px;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.wp-block-image {
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .wp-block-image {
    margin-bottom: 80px;
  }
}

.page-id-632 .header-w .header-c {
  height: auto;
}