@charset "UTF-8";
/* FRAMEWORK */    
/* Links */ 
/* Heading */
/* Paragraph */
/* Small */
/* Lists */
/* Blockquote */
/* HR */
/* ABBR */
/* FIGCAPTION */
/* TABLE */
/* FORM */
/* BUTTONS */
/* PLUGINS */
/* DROPKICK */
/* iCHECK */
/* SUSY */
/*! 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: #3333CC;
  font-family: "Lato", "Helvetica Neue", 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);
*/
/* CONTENT */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.input-w {
  margin-bottom: 10px;
}
.input-w.centered {
  text-align: center;
}

label {
  display: block;
  font-weight: 300;
  margin: 0;
  color: #9ea2a6;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 1023px) {
  label {
    text-align: left;
  }
}

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

input, textarea {
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #FFF;
  border: 0;
  padding: 10px 20px;
  color: #3333CC;
  outline: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
}

textarea {
  background: #FFF !important;
  padding: 10px 20px;
  height: 140px;
}

.select-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.select-w:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 30px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #6a717a transparent transparent transparent;
}

select {
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  -webkit-border-radius: 0px;
  width: 100%;
  color: #3333CC;
  font-weight: 400;
  padding: 10px 20px;
  border: 3px solid #fff;
}
select:focus {
  outline: none;
  border: 3px solid #3333CC;
}
select::-ms-expand {
  display: 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;
}

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3333CC !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3333CC !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3333CC !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #3333CC !important;
}

input::placeholder, textarea::placeholder {
  color: #3333CC !important;
}

input::-ms-input-placeholder {
  color: #3333CC !important;
}

.icheckbox_square, .iradio_square {
  background: #FFF;
  width: 20px;
  height: 20px;
  border: 1px solid #3333CC;
  margin-top: 1px;
  margin-right: 8px;
  float: left;
}
.icheckbox_square.hover, .icheckbox_square.checked, .iradio_square.hover, .iradio_square.checked {
  background: #3333CC;
}

.iradio_square {
  border-radius: 100px;
}

span.wpcf7-list-item.first {
  margin-left: 0;
}

.form-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.form-w .input-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.form-w .input-w.float-right {
  margin-bottom: 0;
}
.form-w .input-w.float-right span {
  float: left;
  color: #FFF;
  padding-top: 18px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .form-w .input-w.float-right span {
    margin-bottom: 0;
  }
}
@media (min-width: 760px) {
  .form-w .input-w.float-right {
    text-align: right;
  }
}
.form-w .input-w.float-right span.ajax-loader {
  display: none;
}
.form-w .input-w input {
  background: #FFF;
  box-shadow: none;
  font-size: 18px !important;
  margin-bottom: 0;
  height: 50px !important;
}
.font_size_big .form-w .input-w input {
  font-size: 24px !important;
  height: 60px !important;
}
.form-w .input-w textarea {
  background: #FFF;
  padding-top: 20px;
  box-shadow: none;
  height: 170px;
}
.font_size_big .form-w .input-w textarea {
  font-size: 24px !important;
  height: 200px !important;
}
@media (min-width: 760px) {
  .form-w .input-w.col-2x {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .form-w .input-w.col-2x:nth-child(even) {
    clear: none;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
.form-w .input-w label {
  font-weight: 400;
  margin-bottom: 20px;
}
.form-w .input-w input[type=submit] {
  background: url("../images/button-arrow.png") #75CDCB 85% center no-repeat !important;
  background-size: 7px !important;
  color: #FFFFFF;
  width: auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px 30px;
  padding-right: 40px;
  border: 0;
  line-height: 20px;
  position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 760px) {
  .form-w .input-w input[type=submit] {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: url("../images/button-arrow.png") #bbbdc0 93% center no-repeat !important;
    background-size: 7px !important;
    text-align: left !important;
    padding-left: 20px;
    margin-bottom: 20px !important;
  }
}
.form-w .input-w input[type=file] {
  padding: 0;
  border: 0;
}

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

input.wpcf7-not-valid {
  color: #ff0000;
  position: relative;
}

.wpcf7-form-control-wrap {
  position: relative;
}

img.ajax-loader {
  display: none;
}

span.wpcf7-not-valid-tip {
  color: red;
  padding-top: 10px;
  float: left;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
}

.wpcf7-validation-errors {
  padding: 20px 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #ff0000;
}

.dk-select {
  width: 100% !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
}

.dk-selected {
  font-size: 22px;
  line-height: 34px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  border: 0 !important;
  color: #7c7c7c !important;
  padding: 14px !important;
  padding-top: 24px !important;
  padding-right: 40px !important;
  border-bottom: 2px solid #3333CC !important;
}
.dk-selected:after {
  display: none !important;
}

.dk-select-options {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -1px;
  padding: 20px !important;
  color: #9ea2a6 !important;
  padding-top: 0 !important;
  background: #FFF !important;
}

.dk-option {
  padding: 20px !important;
}

.dk-option-selected, .dk-option-highlight {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9ea2a6 !important;
  background: #FFF !important;
}

.dk-select-open-down .dk-selected, .dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  border-color: #FFF !important;
}

.dk-select-open-down .dk-selected {
  background: #FFF !important;
  color: #9ea2a6 !important;
}

.dk-selected:before {
  position: absolute !important;
  right: 0 !important;
  top: 60% !important;
  width: 40px !important;
  content: "";
  margin: 0 !important;
  float: right !important;
  height: 40px !important;
  border: 0 !important;
  background: url(../images/icon-arrow-green@2x.png) 0 0 no-repeat;
  background-size: 40px !important;
  margin-top: -20px !important;
  transform: rotate(90deg);
}

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  height: 11px;
  width: 26px;
  top: 45% !important;
  right: 10px !important;
  background-size: 22px;
  border: 0 !important;
  border-width: 0 !important;
  margin: 0 !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  font-size: 16px;
  line-height: 22px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  text-align: center;
  padding: 40px;
  padding-top: 0;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  color: #3333CC;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 34px;
  background: #FFF;
  text-align: center;
  padding: 40px;
  padding-bottom: 60px;
  padding-top: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok:after {
  content: " ";
  display: block;
  clear: both;
}

.wpcf7-validation-errors {
  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] */
  text-decoration: none;
  font-weight: 400;
  padding: 14px 46px;
  /* [7] */
  padding-top: 14px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #3333CC;
  color: #FFF !important;
  border: none;
  /* [4] */
  border-radius: 0;
}
.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: #3333cb;
}

/**
 * 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: 5px 10px !important;
  /* [7] */
}

/**
 * Large buttons.
 */
.btn--large {
  padding: 20px 40px !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 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.content {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* IMAGES */
  /* TABLE */
  /* LISTS */
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin: 0 0 20px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3333CC;
  font-weight: 600;
}
.content h1 {
  font-size: 30px;
  line-height: 44px;
}
@media (min-width: 760px) {
  .content h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
.content h2 {
  font-size: 25px;
  line-height: 40px;
  color: #3333CC;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content h2:after {
  content: "";
  width: 70px;
  border-bottom: 6px solid #75CDCB;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 760px) {
  .content h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
.font_size_big .content h2 {
  font-size: 30px;
  line-height: 42px;
}
.content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.content h4 {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 760px) {
  .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.content h5 {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 760px) {
  .content h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.content h6 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 760px) {
  .content h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.content p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
  color: #3333CC;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
@media (min-width: 760px) {
  .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.font_size_big .content p {
  font-size: 24px;
  line-height: 30px;
}
.content a {
  color: #3333CC;
  outline: 0;
}
.content a:hover, .content a:focus {
  color: #3333CC;
  text-decoration: none;
}
.content small {
  font-size: 12px;
  line-height: 16px;
}
.content blockquote {
  font-style: normal;
  color: #75CDCB;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  clear: both;
  float: left;
  border-top: 1px solid #75CDCB;
  border-bottom: 1px solid #75CDCB;
}
.content blockquote p {
  font-size: 18px;
  line-height: 24px;
  color: #75CDCB;
}
@media (min-width: 760px) {
  .content blockquote p {
    font-size: 18px;
    line-height: 24px;
  }
}
.content hr {
  border: 0;
  height: 0px;
  background: #FFF;
  margin: 20px 0;
  width: 100%;
  float: left;
  clear: both;
}
.content hr.half {
  margin: 20px 0;
}
@media (min-width: 760px) {
  .content hr {
    margin: 40px 0 40px 0;
  }
}
.content abbr {
  border-bottom: 1px dotted #EAEAEA;
  cursor: help;
}
.content figcaption {
  font-style: italic;
  margin: 20px 0 0 0;
}
.content img.align-right, .content img.alignright {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .content img.align-right, .content img.alignright {
    float: right;
    margin: 0;
    width: auto;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.content img.align-left, .content img.alignleft {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .content img.align-left, .content img.alignleft {
    float: left;
    margin: 0;
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.content img.align-center, .content img.aligncenter {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .content img.align-center, .content img.aligncenter {
    display: block;
    width: auto;
    margin: 0 auto 20px auto;
  }
}
.content table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #c6c8ca;
  width: 100%;
}
.content th {
  text-align: left;
  border: 2px solid #c6c8ca;
  padding: 20px;
}
.content td {
  border: 2px solid #c6c8ca;
  padding: 20px;
}
.content dl {
  overflow: hidden;
}
.content .bullet-list li, .content ol li ul li li, .content ul li li, .content .numbered-list li, .content ol li li, .content ul li ol li li {
  font-size: 18px;
  line-height: 24px;
  color: #3333CC;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content .numbered-list, .content ol li, .content ul li ol li {
  list-style: decimal;
}
.content ul {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 20px 20px;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content ul.no-margin li {
  padding-left: 0;
}
.content ul li {
  width: 100%;
  float: left;
  clear: both;
  font-weight: 200;
  margin-bottom: 12px;
  position: relative;
  color: #3333CC;
  padding-left: 30px;
  list-style-type: none;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #3333CC;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
@media (min-width: 760px) {
  .content ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
.content ul li:before {
  content: "";
  background: #75CDCB;
  float: left;
  height: 2px;
  margin-top: 12px;
  margin-right: 20px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.content ul li ol, .content ul li ul {
  margin: 10px 0 0 18px;
}
.content ol {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 20px 20px;
}
.content ol li {
  width: 100%;
  float: left;
  color: #3333CC;
  clear: both;
  margin: 0 0 20px 0;
}
.content ol li ol, .content ol li ul {
  margin: 10px 0 0 18px;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  width: 100%;
  float: left;
}

.bx-wrapper img {
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
}

/* PAGER */
.bx-controls {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.bx-controls:after {
  content: " ";
  display: block;
  clear: both;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .bx-wrapper .bx-pager {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D8D8D8;
  text-indent: -9999px;
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  margin-right: 7px;
  outline: 0;
  border-radius: 50px;
  opacity: 0.6;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1c1c1c;
  border: 1px solid #D8D8D8;
  width: 10px;
  height: 10px;
  margin-bottom: -2px;
  margin-left: 5px;
  margin-right: 5px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: 16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* COMPONENTS */
.loading {
  visibility: hidden;
}

.show-sub-tablet {
  display: none;
}
@media (min-width: 760px) {
  .show-sub-tablet {
    display: block;
  }
}

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

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

.show-sub-desktop {
  display: none;
}
@media (min-width: 1023px) {
  .show-sub-desktop {
    display: block;
  }
}

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

.show-sub-tablet-hide-sub-desktop {
  display: none;
}
@media (min-width: 760px) and (max-width: 1023px) {
  .show-sub-tablet-hide-sub-desktop {
    display: block;
  }
}

.hide-sub-tablet {
  display: block;
}
@media (min-width: 760px) {
  .hide-sub-tablet {
    display: none;
  }
}

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
  background: url(../library/images/hero-banner-arrow-left.png) center center no-repeat !important;
  width: 70px;
  background-size: 23px !important;
  z-index: 100;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
  display: none;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
  display: none;
}

.mfp-arrow-right {
  right: 0;
  background: url(../library/images/hero-banner-arrow-right.png) center center no-repeat !important;
  width: 70px;
  background-size: 23px !important;
  z-index: 100;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
  display: none;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
  display: none;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 42px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 42px;
  height: 2px;
  background-color: #3333CC;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

.header-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  background: #FFF;
}
@media (min-width: 760px) {
  .header-w {
    padding: 30px 20px;
  }
}
.header-w .header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header-w .header:after {
  content: " ";
  display: block;
  clear: both;
}
.header-w .header a.logo {
  float: left;
}
.header-w .header a.logo img.desktop-logo {
  width: 100px;
  display: none;
}
@media (min-width: 760px) {
  .header-w .header a.logo img.desktop-logo {
    display: block;
  }
}
.header-w .header a.logo img.mobile-logo {
  width: 200px;
  display: block;
}
@media (min-width: 760px) {
  .header-w .header a.logo img.mobile-logo {
    display: none;
  }
}
.header-w .header .phone-w {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 65px;
  float: left;
  transform: translate(0, -50%);
}
@media (min-width: 760px) {
  .header-w .header .phone-w {
    margin-top: -3px;
    right: 100px;
  }
}
.header-w .header .phone-w span {
  display: none;
}
@media (min-width: 760px) {
  .header-w .header .phone-w span {
    display: block;
    width: 250px;
  }
}
.header-w .header .phone-w a {
  color: #3333CC;
  font-size: 28px;
  line-height: 38px;
  text-decoration: none;
  font-weight: 200;
}
.header-w .header .phone-w a:before {
  content: "";
  float: left;
  margin-top: 8px;
  margin-right: 6px;
  height: 26px;
  width: 26px;
  background: url(../images/phone.svg) 0 0 no-repeat;
  background-size: 26px;
}
.header-w .header .menu-w {
  float: right;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  z-index: 1000;
}
@media (max-width: 760px) {
  .header-w .header .menu-w {
    margin-top: 2px;
  }
}
.header-w .header .menu-w button:focus {
  outline: none;
}
.header-w .header .search-form {
  transition: all 1s ease;
  transform: translate3d(0, 0, 0);
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  display: none;
}
@media (min-width: 760px) {
  .header-w .header .search-form {
    clear: none;
    width: 0;
    margin-right: 10px;
    float: right;
    margin-top: 0;
    display: block;
  }
}
.header-w .header .search-form.active {
  display: block;
  transition: all 1s ease;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 760px) {
  .header-w .header .search-form.active {
    width: 250px;
  }
}
.header-w .header .search-form input {
  line-height: 22px;
  padding-bottom: 5px;
}

.mobile-nav-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}

.mobile-overlay {
  background: #3333CC;
  height: 100vh;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.mobile-nav {
  background: #3333CC;
  padding: 150px 20px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
}
.mobile-nav .close {
  width: 100%;
  height: 40px;
  float: right;
  position: relative;
  margin-top: 35px;
}
.mobile-nav .close:before {
  content: "";
  width: 40px;
  height: 4px;
  float: left;
  background-color: #FFF;
  transform: rotate(315deg);
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-nav .close:after {
  content: "";
  width: 40px;
  height: 4px;
  float: left;
  background-color: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-nav ul li {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 200;
}
.mobile-nav ul li.current_page_item a {
  border-bottom: 3px solid #75CDCB;
}
.mobile-nav ul li a {
  color: #FFF;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 3px solid #3333CC;
  font-size: 24px;
  line-height: 30px;
}
.mobile-nav ul li a:hover {
  border-bottom: 3px solid #75CDCB;
}

.is-active .hamburger-inner {
  background-color: #FFF;
}
.is-active .hamburger-inner:before, .is-active .hamburger-inner:after {
  background-color: #FFF;
}

.banner-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #6A717A;
  padding: 0;
  position: relative;
}
.banner-w .banner-desktop, .banner-w .banner-tablet, .banner-w .banner-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: none;
}
.banner-w .banner-mobile {
  display: block;
}
@media (min-width: 760px) {
  .banner-w .banner-mobile {
    display: none;
  }
}
@media (min-width: 760px) and (max-width: 1023px) {
  .banner-w .banner-tablet {
    display: block;
  }
}
@media (min-width: 1023px) {
  .banner-w .banner-desktop {
    display: block;
  }
}
.banner-w .banner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 180px;
}
.banner-w .banner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 760px) {
  .banner-w .banner {
    height: 360px;
  }
}
@media (min-width: 1023px) {
  .banner-w .banner {
    height: 580px;
  }
}
.banner-w .banner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, 0);
}

.callout-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #f3f4f5;
  margin-bottom: 40px;
}
.callout-w .callout {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.callout-w .callout .content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 40px;
  padding-bottom: 20px;
}
.callout-w .callout .content p {
  font-size: 18px;
  line-height: 24px;
}
.font_size_big .callout-w .callout .content p {
  font-size: 22px;
  line-height: 32px;
}
.callout-w .callout .callout-image {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 200px;
}
@media (min-width: 760px) {
  .callout-w .callout .callout-image {
    height: 320px;
  }
}
.callout-w .callout a.read-more {
  color: #75CDCB;
  text-decoration: none;
  position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.callout-w .callout a.read-more:after {
  content: "";
  background: url("../images/button-arrow-gold.png") 0 0 no-repeat;
  background-size: 7px;
  width: 8px;
  height: 13px;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -20px;
}

.contact-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #75CDCB;
  padding: 60px 20px;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1);
}
.contact-w .contact {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.contact-w .contact:after {
  content: " ";
  display: block;
  clear: both;
}
.contact-w .contact-title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.contact-w .contact-title .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 760px) {
  .contact-w .contact-title .col {
    clear: none;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-w .contact-title .col:nth-child(2) {
    clear: none;
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
}
.contact-w .contact-title .col h2 {
  font-size: 25px;
  line-height: 43px;
  color: #FFF;
  position: relative;
  padding-bottom: 10px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  font-weight: 500;
}
.contact-w .contact-title .col h2:after {
  content: "";
  width: 70px;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFF;
}
.font_size_big .contact-w .contact-title .col h2 {
  font-size: 30px;
  line-height: 46px;
}
.contact-w .contact-title .col p {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .contact-w .contact-title .col p {
    margin-bottom: 0;
    text-align: right;
    font-size: 22px;
    line-height: 50px;
  }
}
.contact-w .contact-form {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.contact-w .contact-form .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 760px) {
  .contact-w .contact-form .col {
    clear: none;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-w .contact-form .col:nth-child(2) {
    clear: none;
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
}

.quote-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px;
  background: #FFFFFF;
}
.quote-w.introduction .quote {
  border-top: 0;
  text-align: center;
}
.quote-w.introduction .quote h2 {
  position: relative;
  padding-bottom: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 25px;
}
.quote-w.introduction .quote h2:after {
  position: absolute;
  bottom: 0;
  content: "";
  float: left;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  border-bottom: 1px solid #75CDCB;
}
.quote-w.introduction .quote p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.quote-w.introduction .quote p:after {
  content: " ";
  display: block;
  clear: both;
}
.quote-w .quote {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #75CDCB;
  border-bottom: 1px solid #75CDCB;
  padding: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.quote-w .quote:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 760px) {
  .quote-w .quote {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.quote-w .quote p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #3333CC;
  margin-bottom: 20px;
  font-weight: 200;
}
@media (min-width: 760px) {
  .quote-w .quote p {
    font-size: 24px;
    line-height: 32px;
  }
}
.quote-w .quote p a {
  color: #3333CC;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #75CDCB;
}

.spacer-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 60px;
  background: #FFFFFF;
}

.gallery-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
}
.gallery-w h3 {
  text-align: center;
}
.gallery-w .gallery {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.gallery-w .gallery:after {
  content: " ";
  display: block;
  clear: both;
}
.gallery-w .gallery .next {
  width: 60px;
  height: 60px;
  float: right;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -60px;
  background: url(../images/icon_arrow_black@2x.png) #F3F3F3 center center no-repeat;
  background-size: 21px;
  z-index: 100;
  transform: rotate(270deg);
}
.gallery-w .gallery .prev {
  width: 60px;
  height: 60px;
  float: right;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -60px;
  background: url(../images/icon_arrow_black@2x.png) #F3F3F3 center center no-repeat;
  background-size: 21px;
  z-index: 100;
  transform: rotate(90deg);
}
.gallery-w .gallery li .caption {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  background: #F3F3F3;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}
@media (min-width: 760px) {
  .gallery-w .gallery li .caption {
    padding: 30px 100px;
  }
}
.gallery-w .gallery li img {
  width: 100%;
  height: auto !important;
  float: left;
}
.gallery-w .thumbnail-pager-w {
  margin-top: 10px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.gallery-w .thumbnail-pager-w ul li {
  height: auto;
  overflow: hidden;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .gallery-w .thumbnail-pager-w ul li {
    height: 120px;
    clear: none;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.gallery-w .thumbnail-pager-w ul li:nth-child(1) {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: auto;
}
@media (min-width: 760px) {
  .gallery-w .thumbnail-pager-w ul li:nth-child(1) {
    height: 400px;
  }
}
@media (min-width: 760px) {
  .gallery-w .thumbnail-pager-w ul li:nth-child(4) {
    clear: none;
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
  .gallery-w .thumbnail-pager-w ul li:nth-child(5) {
    clear: none;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    height: 250px;
  }
  .gallery-w .thumbnail-pager-w ul li:nth-child(6) {
    clear: none;
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
  .gallery-w .thumbnail-pager-w ul li:nth-child(7) {
    clear: none;
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 760px) {
  .gallery-w .thumbnail-pager-w ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    height: 100%;
  }
}
.gallery-w .thumbnail-pager-w ul li img.mobile-img {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 760px) {
  .gallery-w .thumbnail-pager-w ul li img.mobile-img {
    display: none;
  }
}

.content-left-image-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 20px;
  background: #FFFFFF;
}
@media (max-width: 760px) {
  .content-left-image-w {
    padding-bottom: 10px;
  }
}
.content-left-image-w.bg {
  background: #c8d9de;
}
.content-left-image-w .content-left-image {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content-left-image-w .content-left-image:after {
  content: " ";
  display: block;
  clear: both;
}
.content-left-image-w .content-left-image .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .content-left-image-w .content-left-image .col {
    margin-bottom: 0;
    clear: none;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .content-left-image-w .content-left-image .col:nth-child(2) {
    clear: none;
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .content-left-image-w .content-left-image .col .vertical-center {
    height: auto !important;
  }
}
.content-left-image-w .content-left-image .col .img-i, .content-left-image-w .content-left-image .col .vertical-center {
  height: 260px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .content-left-image-w .content-left-image .col .img-i, .content-left-image-w .content-left-image .col .vertical-center {
    height: 350px;
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .content-left-image-w .content-left-image .col .img-i, .content-left-image-w .content-left-image .col .vertical-center {
    height: 350px;
  }
  .content-left-image-w .content-left-image .col .img-i .copy-i, .content-left-image-w .content-left-image .col .vertical-center .copy-i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.content-left-image-w .content-left-image .col .img-i .image-slider-w, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.content-left-image-w .content-left-image .col .img-i .image-slider-w .next, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .next {
  background: url(../images/hero-banner-arrow-right.png) center center no-repeat;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 23px;
  z-index: 100;
}
.content-left-image-w .content-left-image .col .img-i .image-slider-w .next:hover, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .next:hover {
  cursor: pointer;
}
.content-left-image-w .content-left-image .col .img-i .image-slider-w .prev, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .prev {
  background: url(../images/hero-banner-arrow-left.png) center center no-repeat;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 23px;
  z-index: 100;
}
.content-left-image-w .content-left-image .col .img-i .image-slider-w .prev:hover, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .prev:hover {
  cursor: pointer;
}
.content-left-image-w .content-left-image .col .img-i .image-slider-w .image-slider, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .image-slider {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 260px;
  position: relative;
}
@media (min-width: 760px) {
  .content-left-image-w .content-left-image .col .img-i .image-slider-w .image-slider, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .image-slider {
    height: 350px;
  }
}
@media (min-width: 1023px) {
  .content-left-image-w .content-left-image .col .img-i .image-slider-w .image-slider, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .image-slider {
    height: 350px;
  }
}
.content-left-image-w .content-left-image .col .img-i .image-slider-w .image-slider .slide, .content-left-image-w .content-left-image .col .vertical-center .image-slider-w .image-slider .slide {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-left-image-w .content-left-image .col .copy-i {
  padding: 0 0px;
}
@media (min-width: 1023px) {
  .content-left-image-w .content-left-image .col .copy-i {
    text-align: left;
  }
}
.content-left-image-w .content-left-image .col .copy-i h2 {
  color: #3333CC;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  padding-bottom: 20px;
}
.font_size_big .content-left-image-w .content-left-image .col .copy-i h2 {
  font-size: 32px;
  line-height: 38px;
}
.content-left-image-w .content-left-image .col .copy-i h2:after {
  content: "";
  width: 70px;
  border-bottom: 6px solid #75CDCB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-left-image-w .content-left-image .col .copy-i p {
  color: #3333CC;
}
.content-left-image-w .content-left-image .col .copy-i p a.read-more {
  color: #FFF;
  text-decoration: none;
  position: relative;
  float: left;
  padding: 10px 15px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  padding-right: 30px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #76cdcb;
  transition: all 0.2s ease;
}
.content-left-image-w .content-left-image .col .copy-i p a.read-more:after {
  content: "";
  background: url("../images/button-arrow.png") 0 0 no-repeat;
  background-size: 7px;
  width: 8px;
  height: 13px;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  transition: all 0.2s ease;
}
.content-left-image-w .content-left-image .col .copy-i p a.read-more:hover {
  background: #3333CC;
  transition: all 0.5s ease;
}
.content-left-image-w .content-left-image .col .copy-i p a.read-more:hover:after {
  transition: all 0.2s ease;
  right: 10px;
}

a.video-link {
  width: 100%;
  float: left;
  height: 100%;
  z-index: 1000;
  position: absolute;
  background: url(../images/video-btn@3x.png) center center no-repeat;
  background-size: 60px;
  opacity: 0.8;
  transition: all 0.5s ease;
  cursor: pointer;
}
a.video-link:hover {
  opacity: 1;
  transition: all 0.5s ease;
}

.content-right-image-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFFFFF;
  padding: 50px 20px;
}
@media (max-width: 760px) {
  .content-right-image-w {
    padding-bottom: 0;
  }
}
.content-right-image-w.bg {
  background: #c8d9de;
}
.content-right-image-w .content-right-image {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content-right-image-w .content-right-image:after {
  content: " ";
  display: block;
  clear: both;
}
.content-right-image-w .content-right-image .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .content-right-image-w .content-right-image .col {
    margin-bottom: 0;
    clear: none;
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
  .content-right-image-w .content-right-image .col:nth-child(2) {
    clear: none;
    width: 28.5714285714%;
    float: left;
    margin-right: 0.8403361345%;
  }
}
@media (max-width: 760px) {
  .content-right-image-w .content-right-image .col .vertical-center {
    height: auto !important;
  }
}
.content-right-image-w .content-right-image .col .img-i, .content-right-image-w .content-right-image .col .vertical-center {
  height: 260px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .content-right-image-w .content-right-image .col .img-i, .content-right-image-w .content-right-image .col .vertical-center {
    height: 350px;
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .content-right-image-w .content-right-image .col .img-i, .content-right-image-w .content-right-image .col .vertical-center {
    height: 350px;
  }
  .content-right-image-w .content-right-image .col .img-i .copy-i, .content-right-image-w .content-right-image .col .vertical-center .copy-i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.content-right-image-w .content-right-image .col .img-i .image-slider-w, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.content-right-image-w .content-right-image .col .img-i .image-slider-w .next, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .next {
  background: url(../images/hero-banner-arrow-right.png) center center no-repeat;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 23px;
  z-index: 100;
}
.content-right-image-w .content-right-image .col .img-i .image-slider-w .next:hover, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .next:hover {
  cursor: pointer;
}
.content-right-image-w .content-right-image .col .img-i .image-slider-w .prev, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .prev {
  background: url(../images/hero-banner-arrow-left.png) center center no-repeat;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 23px;
  z-index: 100;
}
.content-right-image-w .content-right-image .col .img-i .image-slider-w .prev:hover, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .prev:hover {
  cursor: pointer;
}
.content-right-image-w .content-right-image .col .img-i .image-slider-w .image-slider, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .image-slider {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 260px;
  position: relative;
}
@media (min-width: 760px) {
  .content-right-image-w .content-right-image .col .img-i .image-slider-w .image-slider, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .image-slider {
    height: 350px;
  }
}
@media (min-width: 1023px) {
  .content-right-image-w .content-right-image .col .img-i .image-slider-w .image-slider, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .image-slider {
    height: 350px;
  }
}
.content-right-image-w .content-right-image .col .img-i .image-slider-w .image-slider .slide, .content-right-image-w .content-right-image .col .vertical-center .image-slider-w .image-slider .slide {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-right-image-w .content-right-image .col .copy-i {
  padding: 0 0px;
}
@media (min-width: 1023px) {
  .content-right-image-w .content-right-image .col .copy-i {
    text-align: left;
    padding: 0 0px;
  }
}
.content-right-image-w .content-right-image .col .copy-i h2 {
  color: #3333CC;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  padding-bottom: 20px;
}
.font_size_big .content-right-image-w .content-right-image .col .copy-i h2 {
  font-size: 32px;
  line-height: 38px;
}
.content-right-image-w .content-right-image .col .copy-i h2:after {
  content: "";
  width: 70px;
  border-bottom: 6px solid #75CDCB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-right-image-w .content-right-image .col .copy-i p {
  color: #3333CC;
}
.content-right-image-w .content-right-image .col .copy-i p a.read-more {
  color: #FFF;
  text-decoration: none;
  position: relative;
  float: left;
  padding: 10px 15px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  padding-right: 30px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #76cdcb;
  transition: all 0.2s ease;
}
.content-right-image-w .content-right-image .col .copy-i p a.read-more:after {
  content: "";
  background: url("../images/button-arrow.png") 0 0 no-repeat;
  background-size: 7px;
  width: 8px;
  height: 13px;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  transition: all 0.2s ease;
}
.content-right-image-w .content-right-image .col .copy-i p a.read-more:hover {
  background: #3333CC;
  transition: all 0.5s ease;
}
.content-right-image-w .content-right-image .col .copy-i p a.read-more:hover:after {
  transition: all 0.2s ease;
  right: 10px;
}

.pillars-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  padding-bottom: 0px;
  background: #FFFFFF;
}
@media (min-width: 760px) {
  .pillars-w {
    padding-bottom: 30px;
  }
}
.pillars-w .title {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.pillars-w .title:after {
  content: " ";
  display: block;
  clear: both;
}
.pillars-w .pillars {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.pillars-w .pillars:after {
  content: " ";
  display: block;
  clear: both;
}
.pillars-w .pillars .pillar {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 760px) {
  .pillars-w .pillars .pillar {
    margin-bottom: 0;
    clear: none;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .pillars-w .pillars .pillar:nth-child(3) {
    clear: none;
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}
.pillars-w .pillars .pillar .pillar-image {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 320px;
  transform: scale(1);
  transition: all 0.5s ease;
}
.pillars-w .pillars .pillar:hover .pillar-image {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.pillars-w .pillars .pillar:hover .pillar-content {
  background: #3333CC;
  transition: all 1s ease;
}
.pillars-w .pillars .pillar .pillar-content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  padding-bottom: 40px;
  background: #76cdcb;
  transition: all 0.5s ease;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 760px) and (max-width: 1023px) {
  .pillars-w .pillars .pillar .pillar-content {
    min-height: 195px;
  }
}
.pillars-w .pillars .pillar .pillar-content h3 {
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1023px) {
  .pillars-w .pillars .pillar .pillar-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.pillars-w .pillars .pillar .pillar-content h4 {
  color: #75CDCB;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1023px) {
  .pillars-w .pillars .pillar .pillar-content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.font_size_big .pillars-w .pillars .pillar .pillar-content h4 {
  font-size: 26px;
  line-height: 36px;
}
.pillars-w .pillars .pillar .pillar-content p {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}

.full-width-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 240px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .full-width-w {
    height: 320px;
  }
}

#map_canvas {
  height: 250px;
  margin-top: 20px;
  background: #ececec;
  margin-bottom: 40px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 760px) {
  #map_canvas {
    height: 320px;
  }
}

.mobile-banner {
  width: 100%;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.3);
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.8;
  left: 0;
}
@media (min-width: 760px) {
  .mobile-banner {
    display: none;
  }
}

.page-banner {
  width: 100%;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.3);
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  opacity: 0.8;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.desktop-banner {
  width: 100%;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.3);
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  opacity: 0.8;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 760px) {
  .desktop-banner {
    display: block;
  }
}

.page-w-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 20px;
  background: #FFFFFF;
}
.page-w-w .quote-w {
  padding-left: 0;
  padding-right: 0;
}
.page-w-w .page-w {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page-w-w .page-w:after {
  content: " ";
  display: block;
  clear: both;
}
.page-w-w .page-w .page-content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 760px) {
  .page-w-w .page-w .page-content {
    clear: none;
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
}
.page-w-w .page-w .page-sidebar {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 760px) {
  .page-w-w .page-w .page-sidebar {
    clear: none;
    width: 28.5714285714%;
    float: left;
    margin-right: 0.8403361345%;
  }
}
.page-w-w .page-w .page-sidebar .brochure-w {
  margin-bottom: 20px;
}
.page-w-w .page-w .page-sidebar .brochure-w .brochure-image {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 170px;
  background: url(../images/Internal-page-brochure-download.png) center center no-repeat;
  background-size: cover;
}
.page-w-w .page-w .page-sidebar .brochure-w a.read-more {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #75CDCB;
  color: #FFF;
  padding: 20px;
  text-decoration: none;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 18px;
  position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-w-w .page-w .page-sidebar .brochure-w a.read-more:after {
  content: "";
  background: url("../images/button-arrow.png") 0 0 no-repeat;
  background-size: 8px;
  width: 8px;
  height: 13px;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}
.page-w-w .page-w .page-sidebar .sidebar-contact-form {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #c8d9de;
  margin-bottom: 20px;
  padding: 30px 20px;
  padding-bottom: 0;
}
.page-w-w .page-w .page-sidebar .sidebar-contact-form .input-w {
  margin-bottom: 10px !important;
}
.page-w-w .page-w .page-sidebar .sidebar-contact-form .input-w input {
  margin-bottom: 0;
  font-size: 18px !important;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px !important;
  font-weight: 200;
}
.page-w-w .page-w .page-sidebar .sidebar-contact-form .input-w textarea {
  padding-left: 12px;
  padding-top: 12px;
  font-size: 18px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 200;
}
.page-w-w .page-w .page-sidebar .sidebar-contact-form h2 {
  line-height: 24px;
  font-size: 20px;
}
@media (min-width: 760px) {
  .page-w-w .page-w .page-sidebar .sidebar-contact-form input[type=submit] {
    color: #75CDCB !important;
    background: url("../images/button-arrow-blue.png") #c8d9de 100% center no-repeat !important;
    background-size: 7px !important;
    padding-right: 20px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.page-w-w .page-w .page-sidebar ul.sidebar-menu {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.page-w-w .page-w .page-sidebar ul.sidebar-menu h3 {
  padding: 15px 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 20px;
}
.page-w-w .page-w .page-sidebar ul.sidebar-menu li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}
.page-w-w .page-w .page-sidebar ul.sidebar-menu li ul.children {
  display: none;
}
.page-w-w .page-w .page-sidebar ul.sidebar-menu li.current_page_item a {
  font-weight: bold;
}
.page-w-w .page-w .page-sidebar ul.sidebar-menu li a {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px;
  cursor: pointer;
  color: #3333CC;
  text-decoration: none;
  background: #FFF;
  border-bottom: 1px solid #75CDCB;
}
.page-w-w .page-w .page-sidebar ul.sidebar-menu li a:hover {
  background: #75CDCB;
  color: #FFF;
}

.body-w {
  background: #FFF;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
}
.body-w .form-w .input-w {
  margin-bottom: 20px;
}
.body-w .form-w input, .body-w .form-w textarea {
  border: 1px solid rgba(106, 113, 122, 0.3);
}
.body-w .body {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.body-w .body .body-content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.body-w .body .body-content .alm-btn-wrap {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #3333CC;
  padding: 10px 0;
  margin-top: 20px;
}
.body-w .body .body-content .alm-btn-wrap button {
  background: #FFF;
  color: #75CDCB;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  height: auto !important;
  font-weight: normal;
  line-height: auto !important;
}
.body-w .body .body-content .alm-listing {
  margin: 0;
  padding: 0;
}
.body-w .body .body-content .alm-listing .alm-reveal {
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.body-w .body .body-content .alm-listing .alm-reveal li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .body-w .body .body-content .alm-listing .alm-reveal li {
    clear: none;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .body-w .body .body-content .alm-listing .alm-reveal li:nth-child(even) {
    clear: none;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
.body-w .body .body-content .alm-listing .alm-reveal li .newsimage a:after {
  display: none;
}
.body-w .body .body-content .alm-listing .alm-reveal li .newsimage img {
  width: 100%;
  float: left;
  clear: both;
}
.body-w .body .body-content .alm-listing .alm-reveal li p.entry-meta2 {
  display: none !important;
}
.body-w .body .body-content .alm-listing .alm-reveal li h3 {
  float: left;
  width: 100%;
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 28px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .body-w .body .body-content .alm-listing .alm-reveal li h3 {
    height: 70px;
  }
}
.body-w .body .body-content .alm-listing .alm-reveal li h3 a:after {
  display: none;
}
.body-w .body .body-content .alm-listing .alm-reveal li h3 a:visited {
  color: #3333CC;
}
.body-w .body .body-content .alm-listing .alm-reveal li .fom p {
  margin-bottom: 0;
  height: auto !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.body-w .body .body-content .alm-listing .alm-reveal li .fom p a {
  color: #75CDCB !important;
  float: left;
  text-decoration: none;
  position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.body-w .body .body-content .alm-listing .alm-reveal li .fom p a:after {
  content: "";
  background: url("../library/images/button-arrow-blue.png") 0 0 no-repeat;
  background-size: 7px;
  width: 8px;
  height: 13px;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -20px;
}
.body-w .body .body-content .alm-listing .alm-reveal li p {
  height: 80px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

img.mfp-img, .mfp-image-holder .mfp-content {
  max-width: 100% !important;
}

@media (max-width: 770px) {
  .loginclass {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
  }
}

#inner-header .nav li {
  position: relative;
}
@media (min-width: 770px) {
  #inner-header .nav li ul.sub-menu {
    max-width: 85px;
  }
  #inner-header .nav li ul.sub-menu li {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
  #inner-header .nav li ul.sub-menu a {
    padding: 0 !important;
    border-right: 0 !important;
    font-size: 13px !important;
  }
}

.full-width-slider-w-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #75CDCB;
  position: relative;
}
.full-width-slider-w-w .full-width-banner {
  height: 250px;
  position: relative;
}
@media (min-width: 760px) {
  .full-width-slider-w-w .full-width-banner {
    height: 282px;
  }
}
@media (min-width: 1023px) {
  .full-width-slider-w-w .full-width-banner {
    height: 380px;
  }
  .home .full-width-slider-w-w .full-width-banner {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .full-width-slider-w-w .full-width-banner {
    background-size: 100% !important;
  }
}
@media (max-width: 760px) {
  .full-width-slider-w-w .full-width-banner {
    background-size: 140% !important;
  }
}
.full-width-slider-w-w .next {
  background: url(../images/button-arrow.png) center center no-repeat;
  width: 70px;
  height: 77%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 15px;
  z-index: 100;
  display: none;
}
@media (min-width: 1023px) {
  .full-width-slider-w-w .next {
    display: block;
    height: 100%;
  }
}
.full-width-slider-w-w .next:hover {
  cursor: pointer;
}
.full-width-slider-w-w .prev {
  background: url(../images/button-arrow.png) center center no-repeat;
  width: 70px;
  transform: rotate(180deg);
  height: 77%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 15px;
  z-index: 100;
  display: none;
}
@media (min-width: 1023px) {
  .full-width-slider-w-w .prev {
    display: block;
    height: 100%;
  }
}
.full-width-slider-w-w .prev:hover {
  cursor: pointer;
}
.full-width-slider-w-w .full-width-slider-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 240px;
  position: relative;
}
@media (min-width: 760px) {
  .full-width-slider-w-w .full-width-slider-w {
    height: 282px;
  }
}
@media (min-width: 1023px) {
  .full-width-slider-w-w .full-width-slider-w {
    height: 380px;
  }
}
.home .full-width-slider-w-w .full-width-slider-w {
  height: 500px;
}
.full-width-slider-w-w .full-width-slider-w .full-width-slider {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.full-width-slider-w-w .full-width-slider-w .full-width-slider img.mobile-image {
  display: none;
}
.full-width-slider-w-w .full-width-slider-w .full-width-slider .caption-w {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  position: relative;
  padding: 0 20px;
}
.full-width-slider-w-w .full-width-slider-w .full-width-slider .caption-w:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 760px) {
  .full-width-slider-w-w .full-width-slider-w .full-width-slider .caption-w {
    height: 282px;
  }
}
@media (min-width: 1023px) {
  .full-width-slider-w-w .full-width-slider-w .full-width-slider .caption-w {
    height: 380px;
  }
}
.home .full-width-slider-w-w .full-width-slider-w .full-width-slider .caption-w {
  height: 500px;
}
.full-width-slider-w-w .full-width-slider-w .caption {
  color: #FFF;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  position: relative;
  top: 50%;
  float: left;
  left: 0;
  transform: translate(0, -50%);
}
.full-width-slider-w-w .full-width-slider-w .caption h1 {
  background: #3333CC;
  float: left;
  padding: 10px 15px;
  clear: both;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 3px;
}
.home .full-width-slider-w-w .full-width-slider-w .caption h1 {
  background: #75CDCB;
}
@media (min-width: 760px) {
  .full-width-slider-w-w .full-width-slider-w .caption h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
.full-width-slider-w-w .full-width-slider-w .caption p {
  background: #3333CC;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.2);
  font-weight: 200;
  float: left;
  clear: both;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 15px;
}
@media (min-width: 760px) {
  .full-width-slider-w-w .full-width-slider-w .caption p {
    font-size: 27px;
    line-height: 32px;
  }
}

.instagram-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #f3f4f5;
  padding: 60px 20px;
  padding-bottom: 80px;
}
.instagram-w .instagram-i {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.instagram-w .instagram-i:after {
  content: " ";
  display: block;
  clear: both;
}
.instagram-w .instagram-i h2 {
  margin-bottom: 40px;
  float: left;
}
.instagram-w .instagram-i h2 span {
  float: left;
  margin-right: 20px;
}
.instagram-w .instagram-i h2 a.insta-icon {
  width: 40px;
  height: 40px;
  background: url(../images/instagram-icon@2x.png) 0 0 no-repeat;
  float: left;
  background-size: 40px;
  margin-right: 10px;
}
.instagram-w .instagram-i h2 a.fb-icon {
  width: 40px;
  height: 40px;
  background: url(../images/facebook-icon@2x.png) 0 0 no-repeat;
  float: left;
  background-size: 40px;
}

.blog-articles-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  padding: 0px 20px;
  padding-bottom: 40px;
}
@media (min-width: 1023px) {
  .blog-articles-w {
    padding: 80px 30px;
  }
}
.blog-articles-w .blog-articles {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.blog-articles-w .blog-articles:after {
  content: " ";
  display: block;
  clear: both;
}
.blog-articles-w .articles-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.blog-articles-w .articles-i h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .blog-articles-w .articles-i h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.blog-articles-w .article-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .blog-articles-w .article-i {
    margin-bottom: 40px;
    position: relative;
    clear: none;
    width: 31.0344827586%;
    float: left;
    margin-right: 3.4482758621%;
  }
  .blog-articles-w .article-i:nth-child(3n) {
    clear: none;
    width: 31.0344827586%;
    float: right;
    margin-right: 0;
  }
}
.blog-articles-w .article-i .article-i-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.blog-articles-w .article-i a.feature-image {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.blog-articles-w .article-i a.feature-image img {
  width: 100%;
  height: auto !important;
}
.blog-articles-w .article-i .article-i-i p {
  height: 100px;
}
.blog-articles-w .article-i .article-i-i h3 {
  height: 70px;
}

.subscription-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #75CDCB;
  padding: 50px 30px;
  text-align: center;
}
@media (min-width: 760px) {
  .subscription-w {
    padding: 80px 20px;
  }
}
.subscription-w .subscription {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.subscription-w .subscription:after {
  content: " ";
  display: block;
  clear: both;
}
.subscription-w .subscription h3 {
  font-size: 22px;
  line-height: 24px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  color: #3333CC;
  letter-spacing: 1px;
}
@media (min-width: 1023px) {
  .subscription-w .subscription h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
.subscription-w .subscription .subscription-form {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.subscription-w .subscription .subscription-form:after {
  content: " ";
  display: block;
  clear: both;
}
.subscription-w .subscription .subscription-form input {
  width: 48%;
  float: left;
  border: 0;
  margin-right: 2%;
  background: #FFF;
  color: #3333CC;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 760px) {
  .subscription-w .subscription .subscription-form input {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.subscription-w .subscription .subscription-form .inputs {
  width: 78%;
}
@media (max-width: 760px) {
  .subscription-w .subscription .subscription-form .inputs {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.subscription-w .subscription .subscription-form button {
  float: right;
  background: #3333CC;
  color: #FFF;
  border: 0;
  padding: 14px 10px;
  padding-left: 0;
  cursor: pointer;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: 22%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.subscription-w .subscription .subscription-form button:after {
  content: "";
  float: left;
  position: absolute;
  right: 15px;
  margin-top: -1px;
  background: url(../images/button-arrow.png) center center no-repeat;
  background-size: 8px;
  height: 18px;
  width: 18px;
}
@media (max-width: 760px) {
  .subscription-w .subscription .subscription-form button:after {
    margin-top: -17px;
  }
}
@media (max-width: 760px) {
  .subscription-w .subscription .subscription-form button {
    float: none;
    width: 200px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscription-w .subscription .subscription-form button:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.single-body-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  padding: 80px 30px;
}
.single-body-w .single-body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.single-body-w .single-body:after {
  content: " ";
  display: block;
  clear: both;
}
.single-body-w .single-body .single-body-content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.single-body-w .single-body .single-body-content .feature-img {
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
  max-width: 400px;
}
.single-body-w .single-body .single-body-content .feature-img img {
  width: 100%;
  height: auto !important;
}
@media (max-width: 760px) {
  .single-body-w .single-body .single-body-content .feature-img {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-left: 0;
  }
}
.single-body-w .single-body .single-body-content a.single-category {
  color: #75CDCB;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}
.single-body-w .single-body .single-body-content .author {
  color: #75CDCB;
  font-size: 16px;
  line-height: 20px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
.single-body-w .single-body .single-body-content .single-i-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.articles-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 0px;
  padding-left: 30px;
}
.single .articles-w {
  border-top: 1px solid #6A717A;
}
@media (min-width: 1023px) {
  .articles-w {
    padding: 80px 30px;
  }
}
@media (max-width: 1023px) {
  .articles-w .article-mobile-scroll-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
  }
  .articles-w .article-mobile-scroll-w .article-mobile-scroll {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 180%;
  }
}
.articles-w .articles-i {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.articles-w .articles-i h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .articles-w .articles-i h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.articles-w .article-i {
  width: 31.0344827586%;
  float: left;
  margin-right: 3.4482758621%;
}
.articles-w .article-i:nth-child(3n) {
  width: 31.0344827586%;
  float: right;
  margin-right: 0;
}
.articles-w .article-i a.feature-image {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.articles-w .article-i a.feature-image img {
  width: 100%;
  height: auto !important;
}
.articles-w .article-i .article-i-i a.single-category {
  color: #75CDCB;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}
.articles-w .article-i .article-i-i h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.acknowledgement-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
  background: #2e2eb8;
  color: #FFF;
  text-align: center;
  padding: 40px 20px;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1);
}
.acknowledgement-w .acknowledgement {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.acknowledgement-w .acknowledgement:after {
  content: " ";
  display: block;
  clear: both;
}

.footer-post-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
  background: #3333CC;
  color: #FFF;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 760px) {
  .footer-post-w {
    padding: 50px 20px;
  }
}
.footer-post-w .footer-post {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-post-w .footer-post:after {
  content: " ";
  display: block;
  clear: both;
}
.footer-post-w .footer-post .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 1023px) {
  .footer-post-w .footer-post .col {
    clear: none;
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    text-align: left;
  }
  .footer-post-w .footer-post .col:nth-child(2) {
    clear: none;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
.footer-post-w .footer-post .col a {
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 1023px) {
  .footer-post-w .footer-post .col a {
    padding-right: 10px;
  }
}
.footer-post-w .footer-post .col a:hover {
  text-decoration: underline;
}
.footer-post-w .footer-post .col h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.footer-post-w .footer-post .col h4.social {
  margin-bottom: 10px;
}
.footer-post-w .footer-post .col ul {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 15px;
}
.footer-post-w .footer-post .col ul:after {
  content: "";
  width: 20px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  bottom: 15px;
}
.footer-post-w .footer-post .col ul li {
  font-size: 16px;
  line-height: 22px;
}
.footer-post-w .footer-post .col ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-post-w .footer-post .col ul li a:hover {
  text-decoration: underline;
}
.footer-post-w .footer-post .col p {
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 760px) {
  .footer-post-w .footer-post .col p {
    text-align: right;
    padding-top: 0;
  }
}
.footer-post-w .footer-post .col p a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-post-w .footer-post .col p a:hover {
  text-decoration: underline;
}