@charset "UTF-8";
/*
 *  ██████████ ███████████████████
 *  ██████████ ███████████████████
 *  ██████████ ███████████████████
 *  ██████   █   ████▀   ████▀  ▄▄
 *  ██████   █   ███▀    ███▀   ██
 *  ██████   █   ██▀  ▄  ██▀   ███
 *  ██████   █   █▀  ▄█  █▀   ████
 *  ██▀▀▀▀   █   ▀  ▄██  ▀   █████
 *  ▀▀             ▄███     ██████
 *  ███████████████████ ██████████
 *  ███████████████████ ██████████
 *  Theme by LyntonWeb. v1.0.0
 *  http://www.lyntonweb.com
 *
 */
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

* {
  margin-top: 0;
  margin-bottom: 0;
}

* + * {
  margin-top: 1.5em;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 17.6px / 1.5 Oxygen, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.lt-ie9 html {
  font-size: 16px;
}

html {
  color: #666;
}

.footer-contact__item + .footer-contact__item:before {
  color: #666;
}

html {
  background-color: white;
}

a, .more-link, .blog-post__more {
  color: #6894c2;
}

a:hover, .more-link:hover, .blog-post__more:hover, a:active, .more-link:active, .blog-post__more:active, a:focus, .more-link:focus, .blog-post__more:focus, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .section-header .secondary-header a:hover, h1 .more-link:hover, h2 .more-link:hover, h3 .more-link:hover, h4 .more-link:hover, h5 .more-link:hover, h6 .more-link:hover, .section-header .secondary-header .more-link:hover, h1 .blog-post__more:hover, h2 .blog-post__more:hover, h3 .blog-post__more:hover, h4 .blog-post__more:hover, h5 .blog-post__more:hover, h6 .blog-post__more:hover, .section-header .secondary-header .blog-post__more:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, .section-header .secondary-header a:active, h1 .more-link:active, h2 .more-link:active, h3 .more-link:active, h4 .more-link:active, h5 .more-link:active, h6 .more-link:active, .section-header .secondary-header .more-link:active, h1 .blog-post__more:active, h2 .blog-post__more:active, h3 .blog-post__more:active, h4 .blog-post__more:active, h5 .blog-post__more:active, h6 .blog-post__more:active, .section-header .secondary-header .blog-post__more:active, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .section-header .secondary-header a:focus, h1 .more-link:focus, h2 .more-link:focus, h3 .more-link:focus, h4 .more-link:focus, h5 .more-link:focus, h6 .more-link:focus, .section-header .secondary-header .more-link:focus, h1 .blog-post__more:focus, h2 .blog-post__more:focus, h3 .blog-post__more:focus, h4 .blog-post__more:focus, h5 .blog-post__more:focus, h6 .blog-post__more:focus, .section-header .secondary-header .blog-post__more:focus {
  color: #13578c;
}

.checklist li:before, .hs-form-field .hs-form-required, .hs-error-msgs, .slider__control--direction:hover, .hs_cos_flex-direction-nav a:hover, .slider__control--direction--next:hover, .slider__next:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider__control--direction--prev:hover, .slider__prev:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:hover, .slider__control--direction:active, .hs_cos_flex-direction-nav a:active, .slider__control--direction--next:active, .slider__next:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider__control--direction--prev:active, .slider__prev:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:active, .slider__control--direction:focus, .hs_cos_flex-direction-nav a:focus, .slider__control--direction--next:focus, .slider__next:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider__control--direction--prev:focus, .slider__prev:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction:focus, .slider__control--direction--hover, .statistic__icon {
  color: #6894c2;
}

.hs-error-msgs, .icon-with-navigation-list__icon, .photo-banner__heading {
  background-color: #6894c2;
  color: white;
}

[required].hs-input:focus, .hs_cos_wrapper_type_blog_subscribe .hs_email .hs-input:focus, .statistic__icon {
  border-color: #6894c2;
}

.hs-error-msgs:after {
  border-top-color: #6894c2;
}

hr {
  border-bottom-color: #6894c2;
}

.icon-with-navigation-list__body li {
  border-color: #d5d5d5;
}

.header-container__utility, .topic-nav {
  border-bottom-color: #d5d5d5;
}

h1, h2, h3, h4, h5, h6, .section-header .secondary-header {
  color: #333738;
}

.footer-contact__item + .footer-contact__item:before {
  color: #666;
}

.body-container-wrapper,
.footer-container-wrapper {
  margin-top: 0;
}

::-moz-selection {
  background-color: #6894c2;
  color: white;
}

::selection {
  background-color: #6894c2;
  color: white;
}

.clearfix,
.row-fluid,
.widget-span,
.hs-breadcrumb-menu-wrapper,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_flex-slides,
.slider,
.hs_cos_flex-slider,
.blog-post--excerpt,
.lt-ie9 .blog-post--excerpt,
.person--author,
.topic-nav {
  *zoom: 1;
}

.clearfix:before, .clearfix:after,
.row-fluid:before,
.widget-span:before,
.hs-breadcrumb-menu-wrapper:before,
.hs_cos_wrapper_type_blog_subscribe:before,
.hs_cos_flex-slides:before,
.slider:before,
.hs_cos_flex-slider:before,
.blog-post--excerpt:before,
.lt-ie9 .blog-post--excerpt:before,
.person--author:before,
.topic-nav:before,
.row-fluid:after,
.widget-span:after,
.hs-breadcrumb-menu-wrapper:after,
.hs_cos_wrapper_type_blog_subscribe:after,
.hs_cos_flex-slides:after,
.slider:after,
.hs_cos_flex-slider:after,
.blog-post--excerpt:after,
.lt-ie9 .blog-post--excerpt:after,
.person--author:after,
.topic-nav:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.row-fluid:after,
.widget-span:after,
.hs-breadcrumb-menu-wrapper:after,
.hs_cos_wrapper_type_blog_subscribe:after,
.hs_cos_flex-slides:after,
.slider:after,
.hs_cos_flex-slider:after,
.blog-post--excerpt:after,
.lt-ie9 .blog-post--excerpt:after,
.person--author:after,
.topic-nav:after {
  clear: both;
}

.container,
.slider__caption > *,
.caption > *,
.slider__caption--superimpose > *,
.superimpose .caption > * {
  max-width: 96%;
  width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  float: none !important;
}

.container--full {
  width: 1920px !important;
}

.container--small {
  width: 980px !important;
}

/* http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ */
.hs_cos_wrapper_type_blog_subscribe .hs_email > label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 2em;
}

.flush-rows > .row-fluid-wrapper {
  margin-top: 0 !important;
}

.row-fluid [class*="span"] {
  min-height: 1px;
}

@media screen and (min-width: 768px) {
  .row-fluid .widget-span--first {
    margin-left: 0;
  }
  .row-fluid .widget-span--last {
    float: right;
    margin-left: 1.69492%;
  }
}

.lt-ie9 .row-fluid .widget-span--first {
  margin-left: 0;
}

.lt-ie9 .row-fluid .widget-span--last {
  float: right;
  margin-left: 1.69492%;
}

@media screen and (min-width: 768px) {
  .widget-span {
    margin-top: 0;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
    margin-left: 0 !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span1 {
    width: 8.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span2 {
    width: 16.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span3 {
    width: 25% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span4 {
    width: 33.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span5 {
    width: 41.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span6 {
    width: 50% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span7 {
    width: 58.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span8 {
    width: 66.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span9 {
    width: 75% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span10 {
    width: 83.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span11 {
    width: 91.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span12 {
    width: 100% !important;
  }
}

.lt-ie9 .widget-span {
  margin-top: 0;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span {
  margin-left: 0 !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span1 {
  width: 8.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span2 {
  width: 16.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span3 {
  width: 25% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span4 {
  width: 33.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span5 {
  width: 41.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span6 {
  width: 50% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span7 {
  width: 58.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span8 {
  width: 66.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span9 {
  width: 75% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span10 {
  width: 83.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span11 {
  width: 91.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span12 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
    margin-top: 0 !important;
  }
}

.hs_cos_wrapper_widget {
  display: block;
}

@media screen and (min-width: 768px) {
  .row-of-5 .row-fluid-wrapper {
    margin-top: 0;
    width: 18.36735%;
    float: left;
    margin-left: 2.04082%;
  }
  .row-of-5 .row-fluid-wrapper:first-child {
    margin-left: 0;
  }
}

.lt-ie9 .row-of-5 .row-fluid-wrapper {
  margin-top: 0;
  width: 18.36735%;
  float: left;
  margin-left: 2.04082%;
}

.lt-ie9 .row-of-5 .row-fluid-wrapper:first-child {
  margin-left: 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */
}

img[style*="left"] {
  margin-right: 1.5em;
}

img[style*="right"] {
  margin-left: 1.5em;
}

p img + img {
  margin-top: 0;
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56.25%;
  margin-left: auto;
  margin-right: auto;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed, .hs-responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}

.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}

.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}

iframe {
  max-width: 100%;
  border: 0;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
}

#fb-root {
  margin-top: 0;
}

/* Real/Equal Height on mobile */
@media screen and (max-width: 767px) {
  .natural-mobile {
    height: auto !important;
  }
}

/* responsive pre elements */
pre {
  overflow-x: auto;
}

a, .more-link, .blog-post__more {
  -webkit-transition: .2s;
  transition: .2s;
}

.more-link, .blog-post__more {
  text-decoration: none;
}

.more-link:hover, .blog-post__more:hover, .more-link:active, .blog-post__more:active, .more-link:focus, .blog-post__more:focus, .more-link--hover {
  text-decoration: underline;
}

.more-link:after, .blog-post__more:after {
  content: " ";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.more-link + .more-link, .blog-post__more + .more-link, .more-link + .blog-post__more, .blog-post__more + .blog-post__more {
  margin-left: 2.3em;
  padding-left: 2.5em;
  border-left: 1px solid;
}

li + li {
  margin-top: .5em;
}

address {
  font-style: normal;
}

hr {
  width: 15%;
  display: inline-block;
  margin: auto;
  margin-top: 1.5em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  max-width: 40px;
}

blockquote {
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
}

blockquote cite {
  display: block;
  margin-top: 1em;
  font-style: normal;
  font-size: .8em;
  font-weight: bold;
}

.table-wrapper {
  overflow-y: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .section-header .secondary-header {
  text-rendering: optimizelegibility;
  line-height: 1.1;
  font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .section-header .secondary-header a, h1 .more-link, h2 .more-link, h3 .more-link, h4 .more-link, h5 .more-link, h6 .more-link, .section-header .secondary-header .more-link, h1 .blog-post__more, h2 .blog-post__more, h3 .blog-post__more, h4 .blog-post__more, h5 .blog-post__more, h6 .blog-post__more, .section-header .secondary-header .blog-post__more {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

.lt-ie9 h1 {
  font-size: 40px;
}

h2 {
  font-size: 28.8px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

.lt-ie9 h2 {
  font-size: 36px;
}

h3 {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

.lt-ie9 h3 {
  font-size: 32px;
}

h4 {
  font-size: 22.4px;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 28px;
  }
}

.lt-ie9 h4 {
  font-size: 28px;
}

h5 {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

.lt-ie9 h5 {
  font-size: 24px;
}

h6 {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

.lt-ie9 h6 {
  font-size: 20px;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *, .section-header .secondary-header + * {
  margin-top: .75em;
}

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

.hs-button, .header-container__control,
.button {
  display: inline-block;
  padding: 1em;
  border-radius: 0;
  border: 2px solid;
  outline: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-family: Oxygen, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #6894c2;
  border-color: #6894c2;
  color: white !important;
}

.hs-button:hover, .header-container__control:hover, .hs-button:active, .header-container__control:active, .hs-button:focus, .header-container__control:focus,
.button:hover,
.button:active,
.button:focus,
.button--hover {
  background-color: #5585b8;
  border-color: #5585b8;
  color: white !important;
}

.button--ghost.hs-button, .button--ghost.header-container__control,
.button.button--ghost {
  background-color: transparent;
  color: #6894c2 !important;
  border-color: #6894c2;
}

.button--ghost.hs-button:hover, .button--ghost.header-container__control:hover, .button--ghost.hs-button:active, .button--ghost.header-container__control:active, .button--ghost.hs-button:focus, .button--ghost.header-container__control:focus, .button--ghost--hover.hs-button, .button--ghost--hover.header-container__control,
.button.button--ghost:hover,
.button.button--ghost:active,
.button.button--ghost:focus,
.button.button--ghost--hover {
  background-color: #6894c2;
  border-color: #6894c2;
  color: white !important;
}

.hs-button, .hs_cos_wrapper_type_blog_subscribe .hs-button, .colored-section--beta .hs-button, .colored-section--base .hs-button, .page-banner__body--overlay .hs-button, .blog-comments .hs-form .hs-button,
.button--alpha {
  background-color: #6894c2;
  border-color: #6894c2;
  color: white !important;
}

.hs-button:hover, .blog-comments .hs-form .hs-button:hover, .hs-button:active, .blog-comments .hs-form .hs-button:active, .hs-button:focus, .blog-comments .hs-form .hs-button:focus,
.button--alpha:hover,
.button--alpha:active,
.button--alpha:focus,
.button--alpha--hover {
  background-color: #009cbe;
  border-color: #009cbe;
  color: white !important;
}

.button--ghost.hs-button, .blog-comments .hs-form .button--ghost.hs-button,
.button--alpha.button--ghost {
  background-color: transparent;
  color: #6894c2 !important;
  border-color: #6894c2;
}

.button--ghost.hs-button:hover, .button--ghost.hs-button:active, .button--ghost.hs-button:focus, .button--ghost--hover.hs-button, .blog-comments .hs-form .button--ghost--hover.hs-button,
.button--alpha.button--ghost:hover,
.button--alpha.button--ghost:active,
.button--alpha.button--ghost:focus,
.button--alpha.button--ghost--hover {
  background-color: #6894c2;
  border-color: #6894c2;
  color: white !important;
}

.colored-section--alpha .hs-button, .blog-comments .comment-reply-to,
.button--beta {
  background-color: #13578c;
  border-color: #13578c;
  color: white !important;
}

.colored-section--alpha .hs-button:hover, .blog-comments .comment-reply-to:hover, .colored-section--alpha .hs-button:active, .blog-comments .comment-reply-to:active, .colored-section--alpha .hs-button:focus, .blog-comments .comment-reply-to:focus,
.button--beta:hover,
.button--beta:active,
.button--beta:focus,
.button--beta--hover {
  background-color: #104976;
  border-color: #104976;
  color: white !important;
}

.colored-section--alpha .button--ghost.hs-button, .blog-comments .button--ghost.comment-reply-to,
.button--beta.button--ghost {
  background-color: transparent;
  color: #13578c !important;
  border-color: #13578c;
}

.colored-section--alpha .button--ghost.hs-button:hover, .blog-comments .button--ghost.comment-reply-to:hover, .colored-section--alpha .button--ghost.hs-button:active, .blog-comments .button--ghost.comment-reply-to:active, .colored-section--alpha .button--ghost.hs-button:focus, .blog-comments .button--ghost.comment-reply-to:focus, .colored-section--alpha .button--ghost--hover.hs-button, .blog-comments .button--ghost--hover.comment-reply-to,
.button--beta.button--ghost:hover,
.button--beta.button--ghost:active,
.button--beta.button--ghost:focus,
.button--beta.button--ghost--hover {
  background-color: #13578c;
  border-color: #13578c;
  color: white !important;
}


.button--light {
  background-color: white;
  border-color: white;
  color: #6894c2 !important;
}


.button--light:hover,
.button--light:active,
.button--light:focus,
.button--light--hover {
  background-color: #6894c2;
  border-color: #6894c2;
  color: white !important;
}


.button--light.button--ghost {
  background-color: transparent;
  color: white !important;
  border-color: white;
}


.button--light.button--ghost:hover,
.button--light.button--ghost:active,
.button--light.button--ghost:focus,
.button--light.button--ghost--hover {
  background-color: white;
  border-color: white;
  color: #6894c2 !important;
}

.hs-button:after, .header-container__control:after, .hs-button:before, .header-container__control:before,
.button:after,
.button:before {
  vertical-align: middle;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}


.button--more:after {
  content: " ";
}


.button--download:after {
  content: " ";
}


.button--phone:before {
  content: " ";
}


.button--next:after {
  content: " ";
}


.button--prev:before {
  content: " ";
}

.button {
  display: block;
  width: 98%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .button {
    display: inline-block;
    width: auto;
  }
}

.lt-ie9 .button {
  display: inline-block;
  width: auto;
}

.button.cta_button {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
}

.buttons {
  text-align: center;
}

.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  position: relative;
  padding-left: 2em;
}

.checklist li:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 1;
}

.checklist li + li {
  margin-top: .5em;
}

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-menu-wrapper ul li {
  margin-top: 0;
}

.hs-menu-wrapper a {
  display: block;
  text-decoration: none;
}

.hs-menu-wrapper .hs-item-has-children {
  position: relative;
}

.hs-breadcrumb-menu {
  line-height: 1;
  font-size: .8em;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  margin-top: 0;
  padding: .25em;
  padding-right: 0;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  content: "/";
  padding-left: .25em;
}

.hs_cos_wrapper_type_follow_me > div {
  letter-spacing: .75em;
}

.fm_button,
.social-media__service {
  text-decoration: none;
  vertical-align: middle;
  font-size: 2em;
}

.fm_button:hover, .fm_button:active, .fm_button:focus, .fm_button--hover,
.social-media__service:hover,
.social-media__service:active,
.social-media__service:focus,
.social-media__service--hover {
  text-decoration: none;
}

.fm_button.fm_twitter:hover, .fm_button.fm_twitter:active, .fm_button.fm_twitter:focus, .fm_button.fm_twitter--hover, .fm_button.social-media__service--twitter:hover, .fm_button.social-media__service--twitter:active, .fm_button.social-media__service--twitter:focus, .fm_button.social-media__service--twitter--hover,
.social-media__service.fm_twitter:hover,
.social-media__service.fm_twitter:active,
.social-media__service.fm_twitter:focus,
.social-media__service.fm_twitter--hover,
.social-media__service.social-media__service--twitter:hover,
.social-media__service.social-media__service--twitter:active,
.social-media__service.social-media__service--twitter:focus,
.social-media__service.social-media__service--twitter--hover {
  color: #55acee;
}

.fm_button.fm_twitter:before, .fm_button.social-media__service--twitter:before,
.social-media__service.fm_twitter:before,
.social-media__service.social-media__service--twitter:before {
  content: "";
}

.fm_button.fm_facebook:hover, .fm_button.fm_facebook:active, .fm_button.fm_facebook:focus, .fm_button.fm_facebook--hover, .fm_button.social-media__service--facebook:hover, .fm_button.social-media__service--facebook:active, .fm_button.social-media__service--facebook:focus, .fm_button.social-media__service--facebook--hover,
.social-media__service.fm_facebook:hover,
.social-media__service.fm_facebook:active,
.social-media__service.fm_facebook:focus,
.social-media__service.fm_facebook--hover,
.social-media__service.social-media__service--facebook:hover,
.social-media__service.social-media__service--facebook:active,
.social-media__service.social-media__service--facebook:focus,
.social-media__service.social-media__service--facebook--hover {
  color: #3b5998;
}

.fm_button.fm_facebook:before, .fm_button.social-media__service--facebook:before,
.social-media__service.fm_facebook:before,
.social-media__service.social-media__service--facebook:before {
  content: "";
}

.fm_button.fm_linkedin:hover, .fm_button.fm_linkedin:active, .fm_button.fm_linkedin:focus, .fm_button.fm_linkedin--hover, .fm_button.social-media__service--linkedin:hover, .fm_button.social-media__service--linkedin:active, .fm_button.social-media__service--linkedin:focus, .fm_button.social-media__service--linkedin--hover,
.social-media__service.fm_linkedin:hover,
.social-media__service.fm_linkedin:active,
.social-media__service.fm_linkedin:focus,
.social-media__service.fm_linkedin--hover,
.social-media__service.social-media__service--linkedin:hover,
.social-media__service.social-media__service--linkedin:active,
.social-media__service.social-media__service--linkedin:focus,
.social-media__service.social-media__service--linkedin--hover {
  color: #0077b5;
}

.fm_button.fm_linkedin:before, .fm_button.social-media__service--linkedin:before,
.social-media__service.fm_linkedin:before,
.social-media__service.social-media__service--linkedin:before {
  content: "";
}

.fm_button.fm_googleplus:hover, .fm_button.fm_googleplus:active, .fm_button.fm_googleplus:focus, .fm_button.fm_googleplus--hover, .fm_button.social-media__service--googleplus:hover, .fm_button.social-media__service--googleplus:active, .fm_button.social-media__service--googleplus:focus, .fm_button.social-media__service--googleplus--hover,
.social-media__service.fm_googleplus:hover,
.social-media__service.fm_googleplus:active,
.social-media__service.fm_googleplus:focus,
.social-media__service.fm_googleplus--hover,
.social-media__service.social-media__service--googleplus:hover,
.social-media__service.social-media__service--googleplus:active,
.social-media__service.social-media__service--googleplus:focus,
.social-media__service.social-media__service--googleplus--hover {
  color: #dd4b39;
}

.fm_button.fm_googleplus:before, .fm_button.social-media__service--googleplus:before,
.social-media__service.fm_googleplus:before,
.social-media__service.social-media__service--googleplus:before {
  content: "";
}

.fm_button.fm_xing:hover, .fm_button.fm_xing:active, .fm_button.fm_xing:focus, .fm_button.fm_xing--hover, .fm_button.social-media__service--xing:hover, .fm_button.social-media__service--xing:active, .fm_button.social-media__service--xing:focus, .fm_button.social-media__service--xing--hover,
.social-media__service.fm_xing:hover,
.social-media__service.fm_xing:active,
.social-media__service.fm_xing:focus,
.social-media__service.fm_xing--hover,
.social-media__service.social-media__service--xing:hover,
.social-media__service.social-media__service--xing:active,
.social-media__service.social-media__service--xing:focus,
.social-media__service.social-media__service--xing--hover {
  color: #026466;
}

.fm_button.fm_xing:before, .fm_button.social-media__service--xing:before,
.social-media__service.fm_xing:before,
.social-media__service.social-media__service--xing:before {
  content: "";
}

.fm_button.fm_rss:hover, .fm_button.fm_rss:active, .fm_button.fm_rss:focus, .fm_button.fm_rss--hover, .fm_button.social-media__service--rss:hover, .fm_button.social-media__service--rss:active, .fm_button.social-media__service--rss:focus, .fm_button.social-media__service--rss--hover,
.social-media__service.fm_rss:hover,
.social-media__service.fm_rss:active,
.social-media__service.fm_rss:focus,
.social-media__service.fm_rss--hover,
.social-media__service.social-media__service--rss:hover,
.social-media__service.social-media__service--rss:active,
.social-media__service.social-media__service--rss:focus,
.social-media__service.social-media__service--rss--hover {
  color: #f26522;
}

.fm_button.fm_rss:before, .fm_button.social-media__service--rss:before,
.social-media__service.fm_rss:before,
.social-media__service.social-media__service--rss:before {
  content: "";
}

.fm_button.fm_pinterest:hover, .fm_button.fm_pinterest:active, .fm_button.fm_pinterest:focus, .fm_button.fm_pinterest--hover, .fm_button.social-media__service--pinterest:hover, .fm_button.social-media__service--pinterest:active, .fm_button.social-media__service--pinterest:focus, .fm_button.social-media__service--pinterest--hover,
.social-media__service.fm_pinterest:hover,
.social-media__service.fm_pinterest:active,
.social-media__service.fm_pinterest:focus,
.social-media__service.fm_pinterest--hover,
.social-media__service.social-media__service--pinterest:hover,
.social-media__service.social-media__service--pinterest:active,
.social-media__service.social-media__service--pinterest:focus,
.social-media__service.social-media__service--pinterest--hover {
  color: #cc2127;
}

.fm_button.fm_pinterest:before, .fm_button.social-media__service--pinterest:before,
.social-media__service.fm_pinterest:before,
.social-media__service.social-media__service--pinterest:before {
  content: "";
}

.fm_button.fm_youtube:hover, .fm_button.fm_youtube:active, .fm_button.fm_youtube:focus, .fm_button.fm_youtube--hover, .fm_button.social-media__service--youtube:hover, .fm_button.social-media__service--youtube:active, .fm_button.social-media__service--youtube:focus, .fm_button.social-media__service--youtube--hover,
.social-media__service.fm_youtube:hover,
.social-media__service.fm_youtube:active,
.social-media__service.fm_youtube:focus,
.social-media__service.fm_youtube--hover,
.social-media__service.social-media__service--youtube:hover,
.social-media__service.social-media__service--youtube:active,
.social-media__service.social-media__service--youtube:focus,
.social-media__service.social-media__service--youtube--hover {
  color: #cd201f;
}

.fm_button.fm_youtube:before, .fm_button.social-media__service--youtube:before,
.social-media__service.fm_youtube:before,
.social-media__service.social-media__service--youtube:before {
  content: "";
}

.fm_button.fm_default:before, .fm_button.social-media__service--default:before,
.social-media__service.fm_default:before,
.social-media__service.social-media__service--default:before {
  content: "";
}

.fm_button:before,
.social-media__service:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.fm_button span,
.social-media__service span {
  display: none !important;
}

.hs-form-field {
  position: relative;
}

.hs-form-field > label {
  margin-bottom: .25em;
}

.hs-form-field .hs-form-required {
  margin-left: .25em;
}

.hs-form-field .input {
  margin-top: 0;
}

.hs-input {
  width: 100%;
  border: 1px solid #d2d5d6;
  outline: none;
  border-radius: 0;
  -webkit-transition: .2s;
  transition: .2s;
  padding: .5em;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  color: #8696a1;
}

.hs-input:focus {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.05) inset;
  color: #333738;
}

.inputs-list .hs-input {
  width: auto !important;
  height: auto;
  margin-right: .5em;
  border: 0;
  vertical-align: middle;
  background-color: transparent;
}

textarea {
  min-height: 6em;
}

.inputs-list {
  padding-left: 0;
  list-style: none;
  line-height: 1;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .8;
}

::-moz-placeholder {
  color: inherit;
  opacity: .8;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .8;
}

::placeholder {
  color: inherit;
  opacity: .8;
}

.hs-error-msgs {
  padding: .25em;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: .25em;
  border-radius: 5px;
  font-style: italic;
  z-index: 8000;
}

.hs-error-msgs:after {
  content: '';
  position: absolute;
  top: 100%;
  left: .5em;
  border-width: .25em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.fancy-form, .landing-page .sidebar .hs_cos_wrapper_type_form {
  background-color: #f4f5f5;
  padding: 15px;
}

.fancy-form h1, .landing-page .sidebar .hs_cos_wrapper_type_form h1, .fancy-form h2, .landing-page .sidebar .hs_cos_wrapper_type_form h2, .fancy-form h3, .landing-page .sidebar .hs_cos_wrapper_type_form h3, .fancy-form h4, .landing-page .sidebar .hs_cos_wrapper_type_form h4, .fancy-form h5, .landing-page .sidebar .hs_cos_wrapper_type_form h5, .fancy-form h6, .landing-page .sidebar .hs_cos_wrapper_type_form h6, .fancy-form .section-header .secondary-header, .section-header .fancy-form .secondary-header, .landing-page .sidebar .hs_cos_wrapper_type_form .section-header .secondary-header, .section-header .landing-page .sidebar .hs_cos_wrapper_type_form .secondary-header {
  color: #6894c2;
}

@media screen and (min-width: 768px) {
  .fancy-form, .landing-page .sidebar .hs_cos_wrapper_type_form {
    padding: 30px;
  }
}

.lt-ie9 .fancy-form, .lt-ie9 .landing-page .sidebar .hs_cos_wrapper_type_form, .landing-page .sidebar .lt-ie9 .hs_cos_wrapper_type_form {
  padding: 30px;
}

.fancy-form .form-title, .landing-page .sidebar .hs_cos_wrapper_type_form .form-title {
  text-align: center;
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .fancy-form .form-title, .landing-page .sidebar .hs_cos_wrapper_type_form .form-title {
    font-size: 24px;
  }
}

.lt-ie9 .fancy-form .form-title, .lt-ie9 .landing-page .sidebar .hs_cos_wrapper_type_form .form-title, .landing-page .sidebar .lt-ie9 .hs_cos_wrapper_type_form .form-title {
  font-size: 24px;
}

.fancy-form .hs-button, .landing-page .sidebar .hs_cos_wrapper_type_form .hs-button {
  display: block;
  width: 100%;
}

.hs-form fieldset[class*="form-columns"] {
  max-width: none;
  margin: 0;
}

.hs-form fieldset[class*="form-columns"] + fieldset[class*="form-columns"] {
  margin-top: 1.5em;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field {
  margin-top: 0;
  width: 100% !important;
  margin-left: 1.69492%;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field:first-child {
  margin-left: 0;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field .input {
  margin-right: 0;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field .hs-input {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49.15254% !important;
  }
}

.lt-ie9 .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49.15254% !important;
}

@media screen and (min-width: 768px) {
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.20339% !important;
  }
}

.lt-ie9 .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.20339% !important;
}

.hs_cos_wrapper_type_blog_subscribe {
  padding-bottom: 1.5em;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .hs_cos_wrapper_type_blog_subscribe .hs-form {
    max-width: 600px;
    margin: auto;
  }
  .hs_cos_wrapper_type_blog_subscribe .hs_email {
    width: 74.57627%;
    float: left;
    margin-left: 0;
  }
  .hs_cos_wrapper_type_blog_subscribe .hs_submit {
    width: 23.72881%;
    float: right;
    margin-left: 1.69492%;
    text-align: right;
  }
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-form {
  max-width: 600px;
  margin: auto;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs_email {
  width: 74.57627%;
  float: left;
  margin-left: 0;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs_submit {
  width: 23.72881%;
  float: right;
  margin-left: 1.69492%;
  text-align: right;
}

.hs_cos_wrapper_type_blog_subscribe * + * {
  margin-top: 0;
}

.hs_cos_wrapper_type_blog_subscribe .hs-button {
  font-size: 1em;
  padding: 1em;
  border-width: 2px;
  line-height: normal;
}

.hs_cos_wrapper_type_blog_subscribe .hs_email .hs-input {
  padding: 1em;
  background-color: transparent;
  border: 2px solid;
  color: inherit;
}

.hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] {
  text-align: left;
  position: absolute;
  bottom: 0;
  height: 1.5em;
}

.hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] > label {
  cursor: pointer;
}

.hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] > label .hs-form-required {
  display: none;
}

.hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] > label:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-left: .5em;
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
}

.hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .input {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: white;
  color: #666;
  z-index: 4000;
  padding: .5em;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .hs_cos_wrapper_type_blog_subscribe .input {
        margin-bottom: 10px;
    }
}

.hs_cos_wrapper_type_blog_subscribe [class*="_subscription"].field-active > label:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hs_cos_wrapper_type_blog_subscribe [class*="_subscription"].field-active .input {
  display: block;
}

.hs_cos_wrapper_type_cta {
  text-align: center;
  display: block;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav,
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides img {
  display: block;
  margin: auto;
  width: auto !important;
  height: auto;
}

/* Clearfix for the .hs_cos_flex-slides element */
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/* FlexSlider Default Theme
*********************************/
/* Direction Nav */
/* Control Nav */
/* Thumbnavs */
.hs_cos_wrapper_type_linked_image img {
  display: block;
  margin: auto;
}

.widget-type-space {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .widget-type-space {
    height: 0;
    margin-top: 0;
  }
}

.hs_cos_wrapper_type_social_sharing:before {
  content: "Share:";
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .hs_cos_wrapper_type_social_sharing:before {
    content: "Share this resource:";
  }
}

.lt-ie9 .hs_cos_wrapper_type_social_sharing:before {
  content: "Share this resource:";
}

.slider, .hs_cos_flex-slider {
  position: relative;
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .slider, .hs_cos_flex-slider {
    padding: 0 6em;
  }
}

.lt-ie9 .slider, .lt-ie9 .hs_cos_flex-slider {
  padding: 0 6em;
}

.slider__slide, .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slide-main {
  position: relative;
  display: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 0;
}

.slider__slide:first-child, .hs_cos_flex-slider .hs_cos_flex-slides > li:first-child, .hs_cos_flex-slide-main:first-child {
  display: block;
}

.slider__slides {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slider__caption, .caption, .slider__caption--superimpose, .superimpose .caption {
  color: white;
}

.slider__caption--superimpose, .superimpose .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
}

.slider__caption--superimpose h1, .superimpose .caption h1, .slider__caption--superimpose h2, .superimpose .caption h2, .slider__caption--superimpose h3, .superimpose .caption h3, .slider__caption--superimpose h4, .superimpose .caption h4, .slider__caption--superimpose h5, .superimpose .caption h5, .slider__caption--superimpose h6, .superimpose .caption h6, .slider__caption--superimpose .section-header .secondary-header, .section-header .slider__caption--superimpose .secondary-header, .superimpose .caption .section-header .secondary-header, .section-header .superimpose .caption .secondary-header {
  color: white;
}

.slider__caption--superimpose > :first-child, .superimpose .caption > :first-child {
  margin-top: 0;
}

.slider__caption--superimpose > :last-child, .superimpose .caption > :last-child {
  margin-bottom: 0;
}

.slider__control-nav, .slider__direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider__control-nav li {
  display: inline-block;
}

.slider__control, .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction, .slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slider__control--disabled, .slider__disabled {
  display: none;
}

.slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction {
  color: #d2d5d6;
  -webkit-transition: .2s;
  transition: .2s;
  height: 1em;
  width: 1em;
  line-height: 1;
  z-index: 4000;
  font-size: 3em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction {
    position: absolute;
    bottom: 0;
    margin: auto;
    top: 0;
  }
}

.lt-ie9 .slider__control--direction, .lt-ie9 .hs_cos_flex-direction-nav a, .hs_cos_flex-direction-nav .lt-ie9 a, .lt-ie9 .slider__control--direction--next, .lt-ie9 .hs_cos_flex-direction-nav a.hs_cos_flex-next, .hs_cos_flex-direction-nav .lt-ie9 a.hs_cos_flex-next, .lt-ie9 .slider__next, .lt-ie9 .slider--thumbs__control--direction--next, .lt-ie9 .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .hs_cos_flex_thumbnavs-direction-nav .lt-ie9 .hs_cos_flex_thumbnavs-next, .lt-ie9 .slider__control--direction--prev, .lt-ie9 .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .hs_cos_flex-direction-nav .lt-ie9 a.hs_cos_flex-prev, .lt-ie9 .slider__prev, .lt-ie9 .slider--thumbs__control--direction--prev, .lt-ie9 .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .hs_cos_flex_thumbnavs-direction-nav .lt-ie9 .hs_cos_flex_thumbnavs-prev, .lt-ie9 .slider--thumbs__control--direction {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}

.slider__control--direction:after, .hs_cos_flex-direction-nav a:after, .slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after, .slider__next:after, .slider--thumbs__control--direction--next:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:after, .slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after, .slider__prev:after, .slider--thumbs__control--direction--prev:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:after, .slider--thumbs__control--direction:after {
  text-align: center;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: 0;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  right: 0;
}

.slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after, .slider__next:after, .slider--thumbs__control--direction--next:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:after {
  content: "";
}

.slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0;
}

.slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after, .slider__prev:after, .slider--thumbs__control--direction--prev:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:after {
  content: "";
}

.slider__control-wrapper--paging, .hs_cos_flex-control-paging, .slider__control-nav {
  text-align: center;
}

.slider__control-wrapper--paging li, .hs_cos_flex-control-paging li, .slider__control-nav li {
  display: inline-block;
}

.slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
  display: block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  margin: 3px;
  position: relative;
}

.slider__control--paging:after, .hs_cos_flex-control-paging li a:after, .slider__control-nav a:after {
  content: '';
  position: absolute;
  margin: auto;
  height: 0;
  border-bottom: 3px solid #d2d5d6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.slider__control--paging:hover:after, .hs_cos_flex-control-paging li a:hover:after, .slider__control-nav a:hover:after, .slider__control--paging:active:after, .hs_cos_flex-control-paging li a:active:after, .slider__control-nav a:active:after, .slider__control--paging:focus:after, .hs_cos_flex-control-paging li a:focus:after, .slider__control-nav a:focus:after, .slider__control--paging.slider__active:after, .hs_cos_flex-control-paging li a.slider__active:after, .slider__control-nav a.slider__active:after {
  border-color: #6894c2;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

.slider--thumbs, .hs-cos-flex-slider-control-panel {
  position: relative;
}

.slider--thumbs__thumb, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb {
  padding: 10px;
  display: none;
}

.slider--thumbs__thumb:first-child, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb:first-child {
  display: none;
}

.slider--thumbs__thumb img, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb img {
  border: 3px solid transparent;
}

.slider--thumbs__thumb--active img, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex_thumbnavs-active-slide img {
  border-color: #13578c;
}

.slider--thumbs__control--direction, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  color: inherit;
  background-color: transparent;
}

.slider--thumbs__control--direction:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction--hover {
  color: inherit;
}

.slider--logos .logo {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .slider--logos .logo {
    margin-bottom: 0;
    max-width: 18%;
    max-width: -webkit-calc(20% - 0.8em);
    max-width: calc(20% - 0.8em);
  }
}

.lt-ie9 .slider--logos .logo {
  margin-bottom: 0;
  max-width: 18%;
  max-width: -webkit-calc(20% - 0.8em);
  max-width: calc(20% - 0.8em);
}

.slider--logos .slider__slide, .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .slider--logos .hs_cos_flex-slides > li, .slider--logos .hs_cos_flex-slide-main {
  text-align: center;
  letter-spacing: 1em;
}

.icon-with-navigation-list {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.icon-with-navigation-list__icon {
  display: inline-block;
  font-size: 2em;
  width: 3em;
  height: 3em;
  border-radius: 1000px;
  line-height: 3;
  text-align: center;
}

.icon-with-navigation-list__heading {
  color: #333738;
  font-size: 1.25em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1.5em 0;
}

.icon-with-navigation-list__body {
  text-align: center;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
}

.icon-with-navigation-list__body ul {
  list-style: none;
  padding-left: 0;
}

.icon-with-navigation-list__body li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0;
}

.icon-with-navigation-list__body li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

.icon-with-navigation-list__body a, .icon-with-navigation-list__body .more-link, .icon-with-navigation-list__body .blog-post__more {
  text-decoration: none;
  display: block;
  padding: .25em 0;
}

.resource-tile {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

.resource-tile:hover, .resource-tile:active, .resource-tile:focus, .resource-tile--hover {
  color: white;
}

.resource-tile:hover:before, .resource-tile:active:before, .resource-tile:focus:before, .resource-tile--hover:before {
  background-color: rgba(19, 87, 140, 0.8);
}

.resource-tile:before {
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
  background-color: rgba(18, 18, 18, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.resource-tile__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .resource-tile__title {
    font-size: 20px;
  }
}

.lt-ie9 .resource-tile__title {
  font-size: 20px;
}

.resource-tile__body {
  position: relative;
  z-index: 4000;
}

.testimonial {
  text-align: center;
}

.testimonial__portrait {
  border-radius: 1000px;
  display: block;
  margin: auto;
}

.testimonial__name {
  font-size: 1em;
  margin-top: .5em;
}

.testimonial__quote {
  font-size: 1.1em;
  font-style: italic;
  margin-top: 1em;
}

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

@media screen and (min-width: 768px) {
  .equal-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
    display: table;
  }
  .equal-widgets__vertical-center > .row-fluid-wrapper,
  .equal-widgets__vertical-center > .cell-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
}

.lt-ie9 .equal-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
  display: table;
}

.lt-ie9 .equal-widgets__vertical-center > .row-fluid-wrapper,
.lt-ie9 .equal-widgets__vertical-center > .cell-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.google-map {
  min-height: 360px;
}

@media screen and (min-width: 768px) {
  .person__portrait {
    float: left;
    margin-right: 1em;
  }
  .person__body {
    overflow: hidden;
    margin-top: 0;
    padding: .5em 0;
  }
}

.lt-ie9 .person__portrait {
  float: left;
  margin-right: 1em;
}

.lt-ie9 .person__body {
  overflow: hidden;
  margin-top: 0;
  padding: .5em 0;
}

@media screen and (max-width: 767px) {
  .person {
    text-align: center;
  }
  .person__portrait {
    margin: auto;
    display: block;
  }
}

.person__portrait {
  border-radius: 5000px;
}

.person__name {
  font-size: 1em;
  font-weight: bold;
}

.person__company {
  margin-top: 0;
}

.statistic {
  text-align: center;
}

.statistic__icon {
  display: inline-block;
  font-size: 2em;
  width: 3em;
  height: 3em;
  border-width: 1px;
  border-style: solid;
  border-radius: 1000px;
  line-height: 3;
  text-align: center;
}

.statistic__number {
  display: block;
  font-size: 5em;
  font-weight: bold;
  line-height: 1.1;
}

* + .statistic__number {
  margin-top: .25em;
}

.statistic__label {
  display: block;
  margin-top: .25em;
}

.photo-banner__photo {
  background-size: cover;
  background-position: center center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .photo-banner__photo {
    float: left;
    width: 25%;
    position: relative;
    height: 400px;
  }
  .photo-banner__photo:first-child {
    width: 50%;
  }
}

.lt-ie9 .photo-banner__photo {
  float: left;
  width: 25%;
  position: relative;
  height: 400px;
}

.lt-ie9 .photo-banner__photo:first-child {
  width: 50%;
}

.photo-banner__heading {
  text-align: right;
  padding: .5em;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .photo-banner__heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.lt-ie9 .photo-banner__heading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ======================================================================================================================================================
 *
 * Astanza Styles
 *
====================================================================================================================================================== */

.container_wrap {
    clear: both;
    position: relative;
    z-index: 1;
}

/* ======================================================================================================================================================
#Header
====================================================================================================================================================== */

#header {
    position: relative;
    z-index: 501;
    width: 100%;
    background: transparent;
}
#header *+* {
    margin-top: 0;
}
#header_meta {
    z-index: 10;
    min-height: 30px;
}
#header_meta .phone-info {
    float: right;
    color: #777 !important;
    font-size: 14px;
    font-weight: normal;
}
#header_meta .phone-info span {
    display: inline-block;
    line-height: 1em;
}
#header_meta .phone-info:before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: #6894c2;
    padding-right: 5px;
}
.inner-container {
    position: relative;
    height: 100%;
    width: 100%;
}
div .logo {
    float: left;
    left: 0;
    z-index: 1;
}
.logo, .logo a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.logo img {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    image-rendering: auto;
    position: relative;
    z-index: 2;
}
.main_menu {
    z-index: 100;
    line-height: 30px;
    height: 100%;
    margin: 0;
    float: right;
}
@media screen and (min-width: 990px) {
    .main_menu {
		position: static;
		float: right;
	}
	.main_menu .av-main-nav-wrap {
		width: 100%;
	}
	.main_menu .av-main-nav {
		float: left;
		width: 100%;
	}
}
.main_menu ul {
    padding: 0;
    list-style-type: none;
}
.main_menu ul li {
    line-height: 30px;
    position: relative;
}
.main_menu ul.menu {
    float: left;
}
.main_menu ul.menu > li {
    float: left;
}
.main_menu ul.menu > li > a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 0 8px;
    text-transform: uppercase;
    color: #64696e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    height: 118px;
    line-height: 118px;
}
.main_menu ul.menu > li > a:hover {
    color: #82addb;
}

.main_menu ul.menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main_menu ul.menu > li.contact > a .avia-menu-text {
    border: 2px solid #82addb;
    padding: 7px 10px;
    color: #82addb;   
}
.main_menu ul.menu > li.contact > a .avia-menu-text:hover {
    border-color: #64696e;
    color: #64696e;
}
.main_menu ul.menu ul.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    background-color: #FFF;
    color: #64696e;
    -webkit-transition: .4s opacity, .4s visibility;
            transition: .4s opacity, .4s visibility;
}
.main_menu ul.menu ul.sub-menu ul {
    right: -208px;
    left: auto;
    top: 0;
}
#menu-item-4758 > ul {
    left: -207px !important;
}
.main_menu ul.menu ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
}
.main_menu ul.menu ul.sub-menu li a {
    display: block;
    padding: 8px 15px;
    line-height: 23px;
    text-decoration: none;
    color: inherit;
}
.main_menu ul.menu ul.sub-menu li a:hover {
    color: #82addb;
    background: #e4ecec;
}
.main_menu ul.menu ul.sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    float: right;
}

.main_menu label.show-search {
    font-size: 13px;
    padding: 0 8px;
    height: 118px;
    line-height: 118px;
    cursor: pointer;
}
.main_menu label.show-search span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.main_menu label.show-search:before {
    content: '\f002';
    font-family: 'FontAwesome';
    color: #5281b3 !important;
}
.main_menu input#show-search:checked ~ #searchform {
  display: block;
}
#header input[type=checkbox] {
  display: none;
}
#header #searchform {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
    width: 298px;
    z-index: 10;
}
#header #searchform > div {
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-style: solid;
    padding: 16px;
    background: #fff;
}
#header #searchform input[type="text"] {
    float: left;
    width: 160px;
    height: 40px;
    border: 0;
    background: #f8f8f8;
    color: #64696e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    outline: 0;
    padding: 0 5px;
}
#header #searchform button {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #5585b8;
    background: #5585b8;
    padding: 0 50px;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    float: right;
    outline: 0;
}

.main_menu .show-menu {
	display: none;
    border-radius: 5px;
    font-size: 24px;
	line-height: 1;
	width: 2rem;
	height: 2rem;
    padding: 0;
    color: #5281b3;
	position: absolute;
    right: 0;
    top: 20px;
}
.main_menu .show-menu:before {
	content: '\f0c9';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1em;
	height: 1em;
	margin: auto;
}
.main_menu .show-menu span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.main_menu input#show-menu:checked ~ ul.menu {
    display: block;
}


@media screen and (max-width:989px) {
    #header_meta .phone-info {
        float: none;
        text-align: center;
    }
    div .logo {
        float: none;
        height: 80px;
        width: 80%;
    }
    .main_menu {
        float: none;
    }
    .main_menu ul.menu {
        float: none;
        display: none;
        margin: 0 -2%;
        width: 104%;
        background: #fff;
        position: absolute;
        top: 100%;
    }
    .main_menu ul.menu > li {
        float: none;
        position: relative;
    }
    .main_menu ul.menu > li > a {
        height: 50px;
        line-height: 50px;
        font-weight: normal;
        padding: 0 28px;
    }
    .main_menu ul.menu li a {
        position: relative;
        text-transform: none;
        padding: 0 28px;
        border-bottom: 1px solid #f8f8f8;
    }
    .main_menu ul.menu li:first-child a {
        border-top: 1px solid #f8f8f8;
    }
    .main_menu ul.menu li a:hover {
        background-color: #6894c2;
        color: #FFF;
    }
    .main_menu ul li a .avia-arrow {
        display: block;
        position: absolute;
        top: 21px;
        left: 18px;
        width: 0; 
    	height: 0; 
    	border-top: 4px solid transparent;
    	border-bottom: 4px solid transparent;
    	border-left: 4px solid;
    }
    
    .main_menu ul.menu ul.visible {
        display: block !important;
    }
    .main_menu ul.menu ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        position: static;
        width: auto;
        box-shadow: none;
        display: none;
    }
    .main_menu ul.menu ul.sub-menu li a {
        padding: 0 28px 0 50px;
        height: 50px;
        line-height: 50px;
    }
    .main_menu ul.menu ul.sub-menu li a:hover {
        background-color: #6894c2;
        color: #FFF;
    }
    .main_menu ul.menu ul.sub-menu li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 21px;
        left: 40px;
        width: 0; 
        height: 0; 
    	border-top: 4px solid transparent;
    	border-bottom: 4px solid transparent;
    	border-left: 4px solid;
    }
    
    .main_menu ul.menu ul.sub-menu ul li a {
        padding-left: 80px;
    }
    .main_menu ul.menu ul.sub-menu ul li a:before {
        left: 70px;
    }
    .main_menu .show-menu {
        display: block;
    }

    #menu-item-search {
        display: none;
    }
}
@media only screen and (max-width: 1170px) {
    .av-logo-container {
		height: 59px !important;
		line-height: 59px !important;
	}
	div .logo a {
		max-height: 59px !important;
	}
	div .logo img {
		max-height: 59px !important;
		padding-bottom: 7px;
	}
	.av-main-nav > li > a {
		height: 59px !important;
		line-height: 59px !important;
	}
	.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
		padding-top: 89px;
	}
}
@media only screen and (max-width: 1080px) {
	.av-main-nav > li > a {
		padding: 0 4px !important;
	}
}


/* ======================================================================================================================================================
#Footer
====================================================================================================================================================== */

.footer-container-wrapper {
    margin-top: 2em;
}
.footer-container-wrapper .row-fluid-wrapper + .row-fluid-wrapper{
    margin-top: 0;
}
#footer {
    padding: 15px 0 30px 0;
    z-index: 1;
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    color: #b0b0b0;
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}
#footer .widget {
    padding: 0;
    margin: 30px 0 30px 0;
    overflow: hidden;
}
#footer .menu {
    padding: 0;
    list-style-type: none;
}
#footer .menu li {
    margin: 0 !important;
}
.footer_color a:hover, .footer_color h1 a:hover, .footer_color h2 a:hover, .footer_color h3 a:hover, .footer_color h4 a:hover, .footer_color h5 a:hover, .footer_color h6 a:hover, .footer_color .template-search a.news-content:hover, .footer_color .wp-playlist-item .wp-playlist-caption:hover {
    color: #333;
}

#text-9 p {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #3c3c3c;
}

.menu-footer-left-container a, .menu-footer-right-container a {
    color: #3c3c3c;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-decoration: none;
}

.menu-footer-left-container a:hover, .menu-footer-right-container a:hover {
    color: #5585b8;
}

.contact-info {
    font-size: 12px;
}

.copyright p {
    font-size: 12px;
    color: #3c3c3c;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.copyright a {
    color: #3c3c3c;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: none;
    color: #5585b8;
}

@media screen and (min-width:768px) {
    #text-8 {
        margin-left: -25px !important;
    }

    .menu-footer-left-container {
        padding-left: 40px;
        border-left: 1px solid #dcdddf !important;
        border-right: 1px solid #dcdddf !important;
    }

    .menu-footer-right-container {
        border-right: 1px solid #dcdddf !important;
    }

    .copyright p {
        text-align: right;
    }

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

/* Columns for better content separation
================================================== */
body div .first,
body div .no_margin {
    margin-left: 0;
}

div.flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}

div .av_one_fifth {
    margin-left: 6%;
    width: 15.2%;
}

div .av_one_fourth {
    margin-left: 6%;
    width: 20.5%;
}

div .av_one_third {
    margin-left: 6%;
    width: 29.333333333333332%;
}

div .av_two_fifth {
    margin-left: 6%;
    width: 36.4%;
}

div .av_one_half {
    margin-left: 6%;
    width: 47%;
}

div .av_three_fifth {
    margin-left: 6%;
    width: 57.599999999999994%;
}

div .av_two_third {
    margin-left: 6%;
    width: 64.66666666666666%;
}

div .av_three_fourth {
    margin-left: 6%;
    width: 73.5%;
}

div .av_four_fifth {
    margin-left: 6%;
    width: 78.8%;
}

div .av_one_sixth {
    margin-left: 6%;
    width: 11.666666666666666%;
}

div .av_one_seventh {
    margin-left: 6%;
    width: 9.142857142857142%;
}

div .av_one_eighth {
    margin-left: 6%;
    width: 7.25%;
}

div .av_one_nineth {
    margin-left: 6%;
    width: 5.777777777777778%;
}

div .av_one_tenth {
    margin-left: 6%;
    width: 4.6%;
}

/*Social Media*/
.social-media a {
    padding: 0 5px;
    color: #5585b8;
    font-size: 24px;
    text-decoration: none;
}

.social-media a:hover {
    text-decoration: none;
}

.facebook:after {
    content: '\f09a';
    font-family: 'FontAwesome';
}

.twitter:after {
    content: '\f099';
    font-family: 'FontAwesome';
}

.linkedin:after {
    content: '\f0e1';
    font-family: 'FontAwesome';
}

.googleplus:after {
    content: '\F0D5';
    font-family: 'FontAwesome';
}





.colored-section, .resource-tile {
  background-size: cover;
  background-position: center center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .colored-section, .resource-tile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.lt-ie9 .colored-section, .lt-ie9 .resource-tile {
  padding-top: 60px;
  padding-bottom: 60px;
}

.colored-section--alpha {
  color: white;
  background-color: #6894c2;
}

.colored-section--alpha .footer-contact__item + .footer-contact__item:before {
  color: white;
}

.colored-section--alpha a, .colored-section--alpha .more-link, .colored-section--alpha .blog-post__more {
  color: white;
}

.colored-section--alpha .checklist li:before, .checklist .colored-section--alpha li:before, .colored-section--alpha .hs-form-field .hs-form-required, .hs-form-field .colored-section--alpha .hs-form-required, .colored-section--alpha .hs-error-msgs, .colored-section--alpha .slider__control--direction:hover, .colored-section--alpha .hs_cos_flex-direction-nav a:hover, .hs_cos_flex-direction-nav .colored-section--alpha a:hover, .colored-section--alpha .slider__control--direction--next:hover, .colored-section--alpha .slider__next:hover, .colored-section--alpha .slider--thumbs__control--direction--next:hover, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:hover, .colored-section--alpha .slider__control--direction--prev:hover, .colored-section--alpha .slider__prev:hover, .colored-section--alpha .slider--thumbs__control--direction--prev:hover, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:hover, .colored-section--alpha .slider--thumbs__control--direction:hover, .colored-section--alpha .slider__control--direction:active, .colored-section--alpha .hs_cos_flex-direction-nav a:active, .hs_cos_flex-direction-nav .colored-section--alpha a:active, .colored-section--alpha .slider__control--direction--next:active, .colored-section--alpha .slider__next:active, .colored-section--alpha .slider--thumbs__control--direction--next:active, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:active, .colored-section--alpha .slider__control--direction--prev:active, .colored-section--alpha .slider__prev:active, .colored-section--alpha .slider--thumbs__control--direction--prev:active, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:active, .colored-section--alpha .slider--thumbs__control--direction:active, .colored-section--alpha .slider__control--direction:focus, .colored-section--alpha .hs_cos_flex-direction-nav a:focus, .hs_cos_flex-direction-nav .colored-section--alpha a:focus, .colored-section--alpha .slider__control--direction--next:focus, .colored-section--alpha .slider__next:focus, .colored-section--alpha .slider--thumbs__control--direction--next:focus, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:focus, .colored-section--alpha .slider__control--direction--prev:focus, .colored-section--alpha .slider__prev:focus, .colored-section--alpha .slider--thumbs__control--direction--prev:focus, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:focus, .colored-section--alpha .slider--thumbs__control--direction:focus, .colored-section--alpha .slider__control--direction--hover, .colored-section--alpha .statistic__icon {
  color: white;
}

.colored-section--alpha .hs-error-msgs, .colored-section--alpha .icon-with-navigation-list__icon, .colored-section--alpha .photo-banner__heading {
  background-color: white;
  color: #6894c2;
}

.colored-section--alpha [required].hs-input:focus, .colored-section--alpha .hs_cos_wrapper_type_blog_subscribe .hs_email .hs-input:focus, .hs_cos_wrapper_type_blog_subscribe .hs_email .colored-section--alpha .hs-input:focus, .colored-section--alpha .statistic__icon {
  border-color: white;
}

.colored-section--alpha .hs-error-msgs:after {
  border-top-color: white;
}

.colored-section--alpha hr {
  border-bottom-color: white;
}

.colored-section--alpha h1, .colored-section--alpha h2, .colored-section--alpha h3, .colored-section--alpha h4, .colored-section--alpha h5, .colored-section--alpha h6, .colored-section--alpha .section-header .secondary-header, .section-header .colored-section--alpha .secondary-header {
  color: white;
}

.colored-section--beta {
  color: white;
  background-color: #173358;
}

.colored-section--beta .footer-contact__item + .footer-contact__item:before {
  color: white;
}

.colored-section--beta a, .colored-section--beta .more-link, .colored-section--beta .blog-post__more {
  color: white;
}

.colored-section--beta h1, .colored-section--beta h2, .colored-section--beta h3, .colored-section--beta h4, .colored-section--beta h5, .colored-section--beta h6, .colored-section--beta .section-header .secondary-header, .section-header .colored-section--beta .secondary-header {
  color: white;
}

.colored-section--light {
  background-color: #f4f5f5;
}

.colored-section--light h1, .colored-section--light h2, .colored-section--light h3, .colored-section--light h4, .colored-section--light h5, .colored-section--light h6, .colored-section--light .section-header .secondary-header, .section-header .colored-section--light .secondary-header {
  color: #6894c2;
}

.colored-section--medium, .resource-tile {
  color: white;
  background-color: #8696a1;
}

.colored-section--medium .footer-contact__item + .footer-contact__item:before, .resource-tile .footer-contact__item + .footer-contact__item:before {
  color: white;
}

.colored-section--medium a, .resource-tile a, .colored-section--medium .more-link, .resource-tile .more-link, .colored-section--medium .blog-post__more, .resource-tile .blog-post__more {
  color: white;
}

.colored-section--medium h1, .resource-tile h1, .colored-section--medium h2, .resource-tile h2, .colored-section--medium h3, .resource-tile h3, .colored-section--medium h4, .resource-tile h4, .colored-section--medium h5, .resource-tile h5, .colored-section--medium h6, .resource-tile h6, .colored-section--medium .section-header .secondary-header, .section-header .colored-section--medium .secondary-header, .resource-tile .section-header .secondary-header, .section-header .resource-tile .secondary-header {
  color: white;
}

.colored-section--dark, .page-banner--dark {
  color: white;
  background-color: #333738;
}

.colored-section--dark .footer-contact__item + .footer-contact__item:before, .page-banner--dark .footer-contact__item + .footer-contact__item:before {
  color: white;
}

.colored-section--dark a, .page-banner--dark a, .colored-section--dark .more-link, .page-banner--dark .more-link, .colored-section--dark .blog-post__more, .page-banner--dark .blog-post__more {
  color: white;
}

.colored-section--dark h1, .page-banner--dark h1, .colored-section--dark h2, .page-banner--dark h2, .colored-section--dark h3, .page-banner--dark h3, .colored-section--dark h4, .page-banner--dark h4, .colored-section--dark h5, .page-banner--dark h5, .colored-section--dark h6, .page-banner--dark h6, .colored-section--dark .section-header .secondary-header, .section-header .colored-section--dark .secondary-header, .page-banner--dark .section-header .secondary-header, .section-header .page-banner--dark .secondary-header {
  color: white;
}

.container .colored-section, .container .resource-tile, .colored-section.container, .container.resource-tile, .colored-section--full, .resource-tile {
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .container .colored-section, .container .resource-tile, .colored-section.container, .container.resource-tile, .colored-section--full, .resource-tile {
    padding: 60px;
  }
}

.lt-ie9 .container .colored-section, .lt-ie9 .container .resource-tile, .lt-ie9 .colored-section.container, .lt-ie9 .container.resource-tile, .lt-ie9 .colored-section--full, .lt-ie9 .resource-tile {
  padding: 60px;
}

.colored-section--base, .page-banner__body--overlay {
  color: #666;
  background-color: white;
}

.colored-section--base .footer-contact__item + .footer-contact__item:before, .page-banner__body--overlay .footer-contact__item + .footer-contact__item:before {
  color: #666;
}

.colored-section--base a, .page-banner__body--overlay a, .colored-section--base .more-link, .page-banner__body--overlay .more-link, .colored-section--base .blog-post__more, .page-banner__body--overlay .blog-post__more {
  color: #6894c2;
}

.colored-section--base a:hover, .page-banner__body--overlay a:hover, .colored-section--base .more-link:hover, .page-banner__body--overlay .more-link:hover, .colored-section--base .blog-post__more:hover, .page-banner__body--overlay .blog-post__more:hover, .colored-section--base a:active, .page-banner__body--overlay a:active, .colored-section--base .more-link:active, .page-banner__body--overlay .more-link:active, .colored-section--base .blog-post__more:active, .page-banner__body--overlay .blog-post__more:active, .colored-section--base a:focus, .page-banner__body--overlay a:focus, .colored-section--base .more-link:focus, .page-banner__body--overlay .more-link:focus, .colored-section--base .blog-post__more:focus, .page-banner__body--overlay .blog-post__more:focus, .colored-section--base h1 a:hover, h1 .colored-section--base a:hover, .page-banner__body--overlay h1 a:hover, h1 .page-banner__body--overlay a:hover, .colored-section--base h2 a:hover, h2 .colored-section--base a:hover, .page-banner__body--overlay h2 a:hover, h2 .page-banner__body--overlay a:hover, .colored-section--base h3 a:hover, h3 .colored-section--base a:hover, .page-banner__body--overlay h3 a:hover, h3 .page-banner__body--overlay a:hover, .colored-section--base h4 a:hover, h4 .colored-section--base a:hover, .page-banner__body--overlay h4 a:hover, h4 .page-banner__body--overlay a:hover, .colored-section--base h5 a:hover, h5 .colored-section--base a:hover, .page-banner__body--overlay h5 a:hover, h5 .page-banner__body--overlay a:hover, .colored-section--base h6 a:hover, h6 .colored-section--base a:hover, .page-banner__body--overlay h6 a:hover, h6 .page-banner__body--overlay a:hover, .colored-section--base .section-header .secondary-header a:hover, .section-header .secondary-header .colored-section--base a:hover, .page-banner__body--overlay .section-header .secondary-header a:hover, .section-header .secondary-header .page-banner__body--overlay a:hover, .colored-section--base h1 .more-link:hover, h1 .colored-section--base .more-link:hover, .page-banner__body--overlay h1 .more-link:hover, h1 .page-banner__body--overlay .more-link:hover, .colored-section--base h2 .more-link:hover, h2 .colored-section--base .more-link:hover, .page-banner__body--overlay h2 .more-link:hover, h2 .page-banner__body--overlay .more-link:hover, .colored-section--base h3 .more-link:hover, h3 .colored-section--base .more-link:hover, .page-banner__body--overlay h3 .more-link:hover, h3 .page-banner__body--overlay .more-link:hover, .colored-section--base h4 .more-link:hover, h4 .colored-section--base .more-link:hover, .page-banner__body--overlay h4 .more-link:hover, h4 .page-banner__body--overlay .more-link:hover, .colored-section--base h5 .more-link:hover, h5 .colored-section--base .more-link:hover, .page-banner__body--overlay h5 .more-link:hover, h5 .page-banner__body--overlay .more-link:hover, .colored-section--base h6 .more-link:hover, h6 .colored-section--base .more-link:hover, .page-banner__body--overlay h6 .more-link:hover, h6 .page-banner__body--overlay .more-link:hover, .colored-section--base .section-header .secondary-header .more-link:hover, .section-header .secondary-header .colored-section--base .more-link:hover, .page-banner__body--overlay .section-header .secondary-header .more-link:hover, .section-header .secondary-header .page-banner__body--overlay .more-link:hover, .colored-section--base h1 .blog-post__more:hover, h1 .colored-section--base .blog-post__more:hover, .page-banner__body--overlay h1 .blog-post__more:hover, h1 .page-banner__body--overlay .blog-post__more:hover, .colored-section--base h2 .blog-post__more:hover, h2 .colored-section--base .blog-post__more:hover, .page-banner__body--overlay h2 .blog-post__more:hover, h2 .page-banner__body--overlay .blog-post__more:hover, .colored-section--base h3 .blog-post__more:hover, h3 .colored-section--base .blog-post__more:hover, .page-banner__body--overlay h3 .blog-post__more:hover, h3 .page-banner__body--overlay .blog-post__more:hover, .colored-section--base h4 .blog-post__more:hover, h4 .colored-section--base .blog-post__more:hover, .page-banner__body--overlay h4 .blog-post__more:hover, h4 .page-banner__body--overlay .blog-post__more:hover, .colored-section--base h5 .blog-post__more:hover, h5 .colored-section--base .blog-post__more:hover, .page-banner__body--overlay h5 .blog-post__more:hover, h5 .page-banner__body--overlay .blog-post__more:hover, .colored-section--base h6 .blog-post__more:hover, h6 .colored-section--base .blog-post__more:hover, .page-banner__body--overlay h6 .blog-post__more:hover, h6 .page-banner__body--overlay .blog-post__more:hover, .colored-section--base .section-header .secondary-header .blog-post__more:hover, .section-header .secondary-header .colored-section--base .blog-post__more:hover, .page-banner__body--overlay .section-header .secondary-header .blog-post__more:hover, .section-header .secondary-header .page-banner__body--overlay .blog-post__more:hover, .colored-section--base h1 a:active, h1 .colored-section--base a:active, .page-banner__body--overlay h1 a:active, h1 .page-banner__body--overlay a:active, .colored-section--base h2 a:active, h2 .colored-section--base a:active, .page-banner__body--overlay h2 a:active, h2 .page-banner__body--overlay a:active, .colored-section--base h3 a:active, h3 .colored-section--base a:active, .page-banner__body--overlay h3 a:active, h3 .page-banner__body--overlay a:active, .colored-section--base h4 a:active, h4 .colored-section--base a:active, .page-banner__body--overlay h4 a:active, h4 .page-banner__body--overlay a:active, .colored-section--base h5 a:active, h5 .colored-section--base a:active, .page-banner__body--overlay h5 a:active, h5 .page-banner__body--overlay a:active, .colored-section--base h6 a:active, h6 .colored-section--base a:active, .page-banner__body--overlay h6 a:active, h6 .page-banner__body--overlay a:active, .colored-section--base .section-header .secondary-header a:active, .section-header .secondary-header .colored-section--base a:active, .page-banner__body--overlay .section-header .secondary-header a:active, .section-header .secondary-header .page-banner__body--overlay a:active, .colored-section--base h1 .more-link:active, h1 .colored-section--base .more-link:active, .page-banner__body--overlay h1 .more-link:active, h1 .page-banner__body--overlay .more-link:active, .colored-section--base h2 .more-link:active, h2 .colored-section--base .more-link:active, .page-banner__body--overlay h2 .more-link:active, h2 .page-banner__body--overlay .more-link:active, .colored-section--base h3 .more-link:active, h3 .colored-section--base .more-link:active, .page-banner__body--overlay h3 .more-link:active, h3 .page-banner__body--overlay .more-link:active, .colored-section--base h4 .more-link:active, h4 .colored-section--base .more-link:active, .page-banner__body--overlay h4 .more-link:active, h4 .page-banner__body--overlay .more-link:active, .colored-section--base h5 .more-link:active, h5 .colored-section--base .more-link:active, .page-banner__body--overlay h5 .more-link:active, h5 .page-banner__body--overlay .more-link:active, .colored-section--base h6 .more-link:active, h6 .colored-section--base .more-link:active, .page-banner__body--overlay h6 .more-link:active, h6 .page-banner__body--overlay .more-link:active, .colored-section--base .section-header .secondary-header .more-link:active, .section-header .secondary-header .colored-section--base .more-link:active, .page-banner__body--overlay .section-header .secondary-header .more-link:active, .section-header .secondary-header .page-banner__body--overlay .more-link:active, .colored-section--base h1 .blog-post__more:active, h1 .colored-section--base .blog-post__more:active, .page-banner__body--overlay h1 .blog-post__more:active, h1 .page-banner__body--overlay .blog-post__more:active, .colored-section--base h2 .blog-post__more:active, h2 .colored-section--base .blog-post__more:active, .page-banner__body--overlay h2 .blog-post__more:active, h2 .page-banner__body--overlay .blog-post__more:active, .colored-section--base h3 .blog-post__more:active, h3 .colored-section--base .blog-post__more:active, .page-banner__body--overlay h3 .blog-post__more:active, h3 .page-banner__body--overlay .blog-post__more:active, .colored-section--base h4 .blog-post__more:active, h4 .colored-section--base .blog-post__more:active, .page-banner__body--overlay h4 .blog-post__more:active, h4 .page-banner__body--overlay .blog-post__more:active, .colored-section--base h5 .blog-post__more:active, h5 .colored-section--base .blog-post__more:active, .page-banner__body--overlay h5 .blog-post__more:active, h5 .page-banner__body--overlay .blog-post__more:active, .colored-section--base h6 .blog-post__more:active, h6 .colored-section--base .blog-post__more:active, .page-banner__body--overlay h6 .blog-post__more:active, h6 .page-banner__body--overlay .blog-post__more:active, .colored-section--base .section-header .secondary-header .blog-post__more:active, .section-header .secondary-header .colored-section--base .blog-post__more:active, .page-banner__body--overlay .section-header .secondary-header .blog-post__more:active, .section-header .secondary-header .page-banner__body--overlay .blog-post__more:active, .colored-section--base h1 a:focus, h1 .colored-section--base a:focus, .page-banner__body--overlay h1 a:focus, h1 .page-banner__body--overlay a:focus, .colored-section--base h2 a:focus, h2 .colored-section--base a:focus, .page-banner__body--overlay h2 a:focus, h2 .page-banner__body--overlay a:focus, .colored-section--base h3 a:focus, h3 .colored-section--base a:focus, .page-banner__body--overlay h3 a:focus, h3 .page-banner__body--overlay a:focus, .colored-section--base h4 a:focus, h4 .colored-section--base a:focus, .page-banner__body--overlay h4 a:focus, h4 .page-banner__body--overlay a:focus, .colored-section--base h5 a:focus, h5 .colored-section--base a:focus, .page-banner__body--overlay h5 a:focus, h5 .page-banner__body--overlay a:focus, .colored-section--base h6 a:focus, h6 .colored-section--base a:focus, .page-banner__body--overlay h6 a:focus, h6 .page-banner__body--overlay a:focus, .colored-section--base .section-header .secondary-header a:focus, .section-header .secondary-header .colored-section--base a:focus, .page-banner__body--overlay .section-header .secondary-header a:focus, .section-header .secondary-header .page-banner__body--overlay a:focus, .colored-section--base h1 .more-link:focus, h1 .colored-section--base .more-link:focus, .page-banner__body--overlay h1 .more-link:focus, h1 .page-banner__body--overlay .more-link:focus, .colored-section--base h2 .more-link:focus, h2 .colored-section--base .more-link:focus, .page-banner__body--overlay h2 .more-link:focus, h2 .page-banner__body--overlay .more-link:focus, .colored-section--base h3 .more-link:focus, h3 .colored-section--base .more-link:focus, .page-banner__body--overlay h3 .more-link:focus, h3 .page-banner__body--overlay .more-link:focus, .colored-section--base h4 .more-link:focus, h4 .colored-section--base .more-link:focus, .page-banner__body--overlay h4 .more-link:focus, h4 .page-banner__body--overlay .more-link:focus, .colored-section--base h5 .more-link:focus, h5 .colored-section--base .more-link:focus, .page-banner__body--overlay h5 .more-link:focus, h5 .page-banner__body--overlay .more-link:focus, .colored-section--base h6 .more-link:focus, h6 .colored-section--base .more-link:focus, .page-banner__body--overlay h6 .more-link:focus, h6 .page-banner__body--overlay .more-link:focus, .colored-section--base .section-header .secondary-header .more-link:focus, .section-header .secondary-header .colored-section--base .more-link:focus, .page-banner__body--overlay .section-header .secondary-header .more-link:focus, .section-header .secondary-header .page-banner__body--overlay .more-link:focus, .colored-section--base h1 .blog-post__more:focus, h1 .colored-section--base .blog-post__more:focus, .page-banner__body--overlay h1 .blog-post__more:focus, h1 .page-banner__body--overlay .blog-post__more:focus, .colored-section--base h2 .blog-post__more:focus, h2 .colored-section--base .blog-post__more:focus, .page-banner__body--overlay h2 .blog-post__more:focus, h2 .page-banner__body--overlay .blog-post__more:focus, .colored-section--base h3 .blog-post__more:focus, h3 .colored-section--base .blog-post__more:focus, .page-banner__body--overlay h3 .blog-post__more:focus, h3 .page-banner__body--overlay .blog-post__more:focus, .colored-section--base h4 .blog-post__more:focus, h4 .colored-section--base .blog-post__more:focus, .page-banner__body--overlay h4 .blog-post__more:focus, h4 .page-banner__body--overlay .blog-post__more:focus, .colored-section--base h5 .blog-post__more:focus, h5 .colored-section--base .blog-post__more:focus, .page-banner__body--overlay h5 .blog-post__more:focus, h5 .page-banner__body--overlay .blog-post__more:focus, .colored-section--base h6 .blog-post__more:focus, h6 .colored-section--base .blog-post__more:focus, .page-banner__body--overlay h6 .blog-post__more:focus, h6 .page-banner__body--overlay .blog-post__more:focus, .colored-section--base .section-header .secondary-header .blog-post__more:focus, .section-header .secondary-header .colored-section--base .blog-post__more:focus, .page-banner__body--overlay .section-header .secondary-header .blog-post__more:focus, .section-header .secondary-header .page-banner__body--overlay .blog-post__more:focus {
  color: #64696e;
}

.colored-section--base .checklist li:before, .checklist .colored-section--base li:before, .page-banner__body--overlay .checklist li:before, .checklist .page-banner__body--overlay li:before, .colored-section--base .hs-form-field .hs-form-required, .hs-form-field .colored-section--base .hs-form-required, .page-banner__body--overlay .hs-form-field .hs-form-required, .hs-form-field .page-banner__body--overlay .hs-form-required, .colored-section--base .hs-error-msgs, .page-banner__body--overlay .hs-error-msgs, .colored-section--base .slider__control--direction:hover, .page-banner__body--overlay .slider__control--direction:hover, .colored-section--base .hs_cos_flex-direction-nav a:hover, .hs_cos_flex-direction-nav .colored-section--base a:hover, .page-banner__body--overlay .hs_cos_flex-direction-nav a:hover, .hs_cos_flex-direction-nav .page-banner__body--overlay a:hover, .colored-section--base .slider__control--direction--next:hover, .page-banner__body--overlay .slider__control--direction--next:hover, .colored-section--base .slider__next:hover, .page-banner__body--overlay .slider__next:hover, .colored-section--base .slider--thumbs__control--direction--next:hover, .page-banner__body--overlay .slider--thumbs__control--direction--next:hover, .colored-section--base .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--base .hs_cos_flex_thumbnavs-next:hover, .page-banner__body--overlay .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .hs_cos_flex_thumbnavs-direction-nav .page-banner__body--overlay .hs_cos_flex_thumbnavs-next:hover, .colored-section--base .slider__control--direction--prev:hover, .page-banner__body--overlay .slider__control--direction--prev:hover, .colored-section--base .slider__prev:hover, .page-banner__body--overlay .slider__prev:hover, .colored-section--base .slider--thumbs__control--direction--prev:hover, .page-banner__body--overlay .slider--thumbs__control--direction--prev:hover, .colored-section--base .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--base .hs_cos_flex_thumbnavs-prev:hover, .page-banner__body--overlay .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .hs_cos_flex_thumbnavs-direction-nav .page-banner__body--overlay .hs_cos_flex_thumbnavs-prev:hover, .colored-section--base .slider--thumbs__control--direction:hover, .page-banner__body--overlay .slider--thumbs__control--direction:hover, .colored-section--base .slider__control--direction:active, .page-banner__body--overlay .slider__control--direction:active, .colored-section--base .hs_cos_flex-direction-nav a:active, .hs_cos_flex-direction-nav .colored-section--base a:active, .page-banner__body--overlay .hs_cos_flex-direction-nav a:active, .hs_cos_flex-direction-nav .page-banner__body--overlay a:active, .colored-section--base .slider__control--direction--next:active, .page-banner__body--overlay .slider__control--direction--next:active, .colored-section--base .slider__next:active, .page-banner__body--overlay .slider__next:active, .colored-section--base .slider--thumbs__control--direction--next:active, .page-banner__body--overlay .slider--thumbs__control--direction--next:active, .colored-section--base .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--base .hs_cos_flex_thumbnavs-next:active, .page-banner__body--overlay .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .hs_cos_flex_thumbnavs-direction-nav .page-banner__body--overlay .hs_cos_flex_thumbnavs-next:active, .colored-section--base .slider__control--direction--prev:active, .page-banner__body--overlay .slider__control--direction--prev:active, .colored-section--base .slider__prev:active, .page-banner__body--overlay .slider__prev:active, .colored-section--base .slider--thumbs__control--direction--prev:active, .page-banner__body--overlay .slider--thumbs__control--direction--prev:active, .colored-section--base .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--base .hs_cos_flex_thumbnavs-prev:active, .page-banner__body--overlay .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .hs_cos_flex_thumbnavs-direction-nav .page-banner__body--overlay .hs_cos_flex_thumbnavs-prev:active, .colored-section--base .slider--thumbs__control--direction:active, .page-banner__body--overlay .slider--thumbs__control--direction:active, .colored-section--base .slider__control--direction:focus, .page-banner__body--overlay .slider__control--direction:focus, .colored-section--base .hs_cos_flex-direction-nav a:focus, .hs_cos_flex-direction-nav .colored-section--base a:focus, .page-banner__body--overlay .hs_cos_flex-direction-nav a:focus, .hs_cos_flex-direction-nav .page-banner__body--overlay a:focus, .colored-section--base .slider__control--direction--next:focus, .page-banner__body--overlay .slider__control--direction--next:focus, .colored-section--base .slider__next:focus, .page-banner__body--overlay .slider__next:focus, .colored-section--base .slider--thumbs__control--direction--next:focus, .page-banner__body--overlay .slider--thumbs__control--direction--next:focus, .colored-section--base .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--base .hs_cos_flex_thumbnavs-next:focus, .page-banner__body--overlay .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .hs_cos_flex_thumbnavs-direction-nav .page-banner__body--overlay .hs_cos_flex_thumbnavs-next:focus, .colored-section--base .slider__control--direction--prev:focus, .page-banner__body--overlay .slider__control--direction--prev:focus, .colored-section--base .slider__prev:focus, .page-banner__body--overlay .slider__prev:focus, .colored-section--base .slider--thumbs__control--direction--prev:focus, .page-banner__body--overlay .slider--thumbs__control--direction--prev:focus, .colored-section--base .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--base .hs_cos_flex_thumbnavs-prev:focus, .page-banner__body--overlay .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .hs_cos_flex_thumbnavs-direction-nav .page-banner__body--overlay .hs_cos_flex_thumbnavs-prev:focus, .colored-section--base .slider--thumbs__control--direction:focus, .page-banner__body--overlay .slider--thumbs__control--direction:focus, .colored-section--base .slider__control--direction--hover, .page-banner__body--overlay .slider__control--direction--hover, .colored-section--base .statistic__icon, .page-banner__body--overlay .statistic__icon {
  color: #6894c2;
}

.colored-section--base .hs-error-msgs, .page-banner__body--overlay .hs-error-msgs, .colored-section--base .icon-with-navigation-list__icon, .page-banner__body--overlay .icon-with-navigation-list__icon, .colored-section--base .photo-banner__heading, .page-banner__body--overlay .photo-banner__heading {
  background-color: #6894c2;
  color: white;
}

.colored-section--base [required].hs-input:focus, .page-banner__body--overlay [required].hs-input:focus, .colored-section--base .hs_cos_wrapper_type_blog_subscribe .hs_email .hs-input:focus, .hs_cos_wrapper_type_blog_subscribe .hs_email .colored-section--base .hs-input:focus, .page-banner__body--overlay .hs_cos_wrapper_type_blog_subscribe .hs_email .hs-input:focus, .hs_cos_wrapper_type_blog_subscribe .hs_email .page-banner__body--overlay .hs-input:focus, .colored-section--base .statistic__icon, .page-banner__body--overlay .statistic__icon {
  border-color: #6894c2;
}

.colored-section--base .hs-error-msgs:after, .page-banner__body--overlay .hs-error-msgs:after {
  border-top-color: #6894c2;
}

.colored-section--base hr, .page-banner__body--overlay hr {
  border-bottom-color: #6894c2;
}

.colored-section--base .icon-with-navigation-list__body li, .icon-with-navigation-list__body .colored-section--base li, .page-banner__body--overlay .icon-with-navigation-list__body li, .icon-with-navigation-list__body .page-banner__body--overlay li {
  border-color: #d5d5d5;
}

.colored-section--base .header-container__utility, .page-banner__body--overlay .header-container__utility, .colored-section--base .topic-nav, .page-banner__body--overlay .topic-nav {
  border-bottom-color: #d5d5d5;
}

.colored-section--base h1, .page-banner__body--overlay h1, .colored-section--base h2, .page-banner__body--overlay h2, .colored-section--base h3, .page-banner__body--overlay h3, .colored-section--base h4, .page-banner__body--overlay h4, .colored-section--base h5, .page-banner__body--overlay h5, .colored-section--base h6, .page-banner__body--overlay h6, .colored-section--base .section-header .secondary-header, .section-header .colored-section--base .secondary-header, .page-banner__body--overlay .section-header .secondary-header, .section-header .page-banner__body--overlay .secondary-header {
  color: #333738;
}

.colored-section--slim {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .colored-section--slim {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.lt-ie9 .colored-section--slim {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container .colored-section--slim, .colored-section--slim.container {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .container .colored-section--slim, .colored-section--slim.container {
    padding: 30px;
  }
}

.lt-ie9 .container .colored-section--slim, .lt-ie9 .colored-section--slim.container {
  padding: 30px;
}

.page-banner {
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.lt-ie9 .page-banner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-banner__body {
  max-width: 896px;
}

.page-banner__body--right {
  margin-left: auto;
  text-align: right;
}

.page-banner__body--center {
  text-align: center;
  margin: auto;
}

.page-banner__body--overlay {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 560px;
  padding: 2em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .page-banner__body--overlay {
    margin-top: 20px;
    margin-bottom: 95px;
  }
}

.lt-ie9 .page-banner__body--overlay {
  margin-top: 20px;
  margin-bottom: 95px;
}

@media screen and (min-width: 768px) {
    #blog-content.has-sidebar .container > .row-fluid-wrapper {
        float: left;
        margin-left: 4%;
    }
    #blog-content.has-sidebar .container > .row-fluid-wrapper:first-child {
        margin-left: 0;
        width: 59.6%;
    }
    #blog-content.has-sidebar .container > .row-fluid-wrapper:last-child {
        width: 36.4%;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
  .blog-post--excerpt .blog-post__thumb {
    width: 32.20339%;
    float: left;
    margin-left: 0;
  }
  .blog-post--excerpt .blog-post__thumb + .blog-post__excerpt {
    margin-top: 0;
    overflow: hidden;
    width: 66.10169%;
    float: right;
    margin-left: 1.69492%;
  }
}

.lt-ie9 .blog-post--excerpt .blog-post__thumb {
  width: 32.20339%;
  float: left;
  margin-left: 0;
}

.lt-ie9 .blog-post--excerpt .blog-post__thumb + .blog-post__excerpt {
  margin-top: 0;
  overflow: hidden;
  width: 66.10169%;
  float: right;
  margin-left: 1.69492%;
}

.blog-post--excerpt + .blog-post--excerpt {
  margin-top: 3em;
}

.blog-post--full {
  font-size: 16px;
  font-size: 1rem;
}

.blog-post__thumb img {
  display: block;
  margin: auto;
}

.blog-post__more {
  text-transform: none;
}

.blog-post__more:after {
  content: " ";
}

.blog-post .hs_cos_wrapper {
  display: block;
}



.blog-post blockquote {
  border-left: 2px solid;
  padding-left: 1.5em;
  font-size: 20px;
  font-size: 1.25rem;
}

.post-header__byline {
  color: #333738;
}

.page-banner .post-header__byline {
  color: inherit;
}

.post-header__label {
  color: #666;
}

.page-banner .post-header__label {
  color: inherit;
}

.post-header__author {
  text-decoration: none;
}

.post-header__pubdate:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-right: .5em;
}

.blog-nav {
  margin-top: 3em;
}

.blog-nav__item {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #333738;
  text-decoration: none;
}

.blog-nav__item + .blog-nav__item:before {
  content: " / ";
  color: #333738;
}

.blog-nav__item:before, .blog-nav__item:after {
  margin: 0 .5em;
}

.blog-nav__item--prev:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-left: 0;
}

.blog-nav__item--next:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-right: 0;
}

.person--author {
  max-width: 680px;
  background-color: #f4f5f5;
  padding: 15px;
}

.person--author h1, .person--author h2, .person--author h3, .person--author h4, .person--author h5, .person--author h6, .person--author .section-header .secondary-header, .section-header .person--author .secondary-header {
  color: #6894c2;
}

@media screen and (min-width: 768px) {
  .person--author {
    padding: 30px;
  }
}

.lt-ie9 .person--author {
  padding: 30px;
}

.person--author .person__name {
  margin-top: 0;
  margin-bottom: .5em;
}

.person--author .social-media__service {
  font-size: 1em;
  line-height: 1;
}

.person--author .social-media__service + .social-media__service {
  margin-left: .5em;
}

@media screen and (min-width: 768px) {
  .person--author .social-media {
    float: right;
  }
}

.lt-ie9 .person--author .social-media {
  float: right;
}

.blog-comments {
  max-width: 800px;
  margin: auto;
}

.blog-comments .hs-input {
  background-color: #d2d5d6;
  padding: 1em;
}

.blog-comments__heading,
.blog-comments .actions {
  text-align: center;
}

.blog-comments .comment-body {
  margin: 1em 0;
}

.blog-comments .comment-reply-to {
  background-image: none;
  padding: .5em;
  font-size: 1em;
}

.blog-comments .comment-reply-to:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-right: .5em;
}

.topic-nav {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
}

.topic-nav .block,
.topic-nav .widget-module {
    margin: 0;
    display: inline;
}
.topic-nav ul {
    display: inline;
    list-style-type: none;
    padding: 0;
}
.topic-nav ul li {
    display: inline;
}

.topic-nav a {
  display: inline-block;
  margin: 0;
  color: #333738;
  padding: 1em;
  text-decoration: none;
  color: #858383;
  text-transform: uppercase;
  font-size: 14px;
}

.topic-nav a:hover, .topic-nav a:active, .topic-nav a:focus {
  color: #6894c2;
}

@media screen and (max-width: 767px) {
  .topic-nav li {
      display: block;
      text-align: center;
  }
  .topic-nav a {
    padding: 6px;
    text-align: center;
    background-color: white;
    display: block;
  }
}

.lt-ie9 .topic-nav__item {
  padding: 1em 2em;
  text-align: center;
  background-color: white;
}


.blog .sidebar .hs_cos_wrapper_type_form {
    background: #e4ecec;
    padding: 20px 30px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.blog .sidebar .hs_cos_wrapper_type_form *+* {
    margin-top: 0;
}
.blog .sidebar .hs_cos_wrapper_type_form h3 {
    color: #82addb;
    font-size: 24px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.blog .sidebar .hs_cos_wrapper_type_form label {
    font-size: 13px;
    color: #444;
}
.blog .sidebar .hs_cos_wrapper_type_form ul.hs-error-msgs label {
    color: #fff;
}
.blog .sidebar .hs_cos_wrapper_type_form input[type='text'],
.blog .sidebar .hs_cos_wrapper_type_form input[type='email'],
.blog .sidebar .hs_cos_wrapper_type_form select {
    background-color: #f8f8f8;
    color: #919191;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    -webkit-appearance: none;
    border: 1px solid #f8f8f8;
    padding: 8px 6px;
    outline: none;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
}





.landing-page h1 {
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .landing-page h1 {
    font-size: 45px;
  }
}

.lt-ie9 .landing-page h1 {
  font-size: 45px;
}





#back-to-top {
    display: none !important;
    opacity: 0 !important;
}