/* # Electronic Ink Child Theme
Theme Name: Electronic Ink Child Theme
Theme URI: http://electronicink.com/
Description: This is a theme created for the Electronic Ink Homepage.
Author: Alert My Banjos
Author URI: http://www.alertmybanjos.com/
Template: genesis
Template Version: 2.1.2
Tags:
*/

/*! normalize.scss v0.1.0 | MIT License | based on 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.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
.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,
.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,
.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,
.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],
[disabled].button,
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
.button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.fl-builder-content .fl-module.button-outline-white a.fl-button,
.gform_wrapper input[type=submit],
a.button-default,
.fl-builder-content .button-outline a.fl-button,
.fl-builder-content .fl-module.button-outline-black a.fl-button,
.fl-builder-content .fl-module.button-outline-orange a.fl-button,
button,
.button {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0 solid transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: auto;
  height: auto;
}

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

.site-container {
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  position: relative;
}

.site-container {
  position: relative;
}

.fl-row.absolute-center-content .fl-row-content-wrap > .fl-row-content {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body.archive .hero h1,
body.blog .hero h1,
body.single .hero h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-image .site-title > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "freight-sans-pro", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.47368421;
  background: #fff;
  color: #808080;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Site Container
-------------------------------------------------- */

.site-container {
  padding-top: 150px;
  position: relative;
}

body.content-behind-header .site-container {
  padding-top: 0;
}

body .entry-content .addthis_toolbox,
body .entry-content .addthis_button,
body .entry-header .addthis_toolbox,
body .entry-header .addthis_button {
  margin: 0;
}

@media screen and (max-width: 767px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-left: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-right: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-right: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.fl-builder .entry-content .addthis_toolbox {
    padding-right: 180px;
  }
}

body:not(.fl-builder) .entry-content .addthis_toolbox {
  position: relative;
}

@media screen and (max-width: 767px) {
  body:not(.fl-builder) .entry-content .addthis_toolbox {
    top: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body:not(.fl-builder) .entry-content .addthis_toolbox {
    top: -30px;
  }
}

@media screen and (min-width: 993px) {
  body:not(.fl-builder) .entry-content .addthis_toolbox {
    top: -50px;
  }
}

@media screen and (min-width: 1280px) {
  body:not(.fl-builder) .entry-content .addthis_toolbox {
    top: -70px;
  }
}

@media screen and (max-width: 767px) {
  body.blog .content,
  body.blog .sidebar,
  body.archive .content,
  body.archive .sidebar {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.blog .content,
  body.blog .sidebar,
  body.archive .content,
  body.archive .sidebar {
    padding: 30px;
  }
}

@media screen and (min-width: 993px) {
  body.blog .content,
  body.blog .sidebar,
  body.archive .content,
  body.archive .sidebar {
    padding: 50px;
  }
}

@media screen and (min-width: 1280px) {
  body.blog .content,
  body.blog .sidebar,
  body.archive .content,
  body.archive .sidebar {
    padding: 70px;
  }
}

@media screen and (max-width: 767px) {
  body.blog .content:first-child,
  body.blog .sidebar:first-child,
  body.archive .content:first-child,
  body.archive .sidebar:first-child {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.blog .content:first-child,
  body.blog .sidebar:first-child,
  body.archive .content:first-child,
  body.archive .sidebar:first-child {
    padding-left: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.blog .content:first-child,
  body.blog .sidebar:first-child,
  body.archive .content:first-child,
  body.archive .sidebar:first-child {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.blog .content:first-child,
  body.blog .sidebar:first-child,
  body.archive .content:first-child,
  body.archive .sidebar:first-child {
    padding-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  body.blog .content:last-child,
  body.blog .sidebar:last-child,
  body.archive .content:last-child,
  body.archive .sidebar:last-child {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.blog .content:last-child,
  body.blog .sidebar:last-child,
  body.archive .content:last-child,
  body.archive .sidebar:last-child {
    padding-right: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.blog .content:last-child,
  body.blog .sidebar:last-child,
  body.archive .content:last-child,
  body.archive .sidebar:last-child {
    padding-right: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.blog .content:last-child,
  body.blog .sidebar:last-child,
  body.archive .content:last-child,
  body.archive .sidebar:last-child {
    padding-right: 180px;
  }
}

@media screen and (max-width: 767px) {
  body .site-footer .wrap {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body .site-footer .wrap {
    padding: 30px;
  }
}

@media screen and (min-width: 993px) {
  body .site-footer .wrap {
    padding: 50px;
  }
}

@media screen and (min-width: 1280px) {
  body .site-footer .wrap {
    padding: 70px;
  }
}

@media screen and (max-width: 767px) {
  body .site-footer .wrap {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body .site-footer .wrap {
    padding-top: 75px;
  }
}

@media screen and (min-width: 993px) {
  body .site-footer .wrap {
    padding-top: 125px;
  }
}

@media screen and (min-width: 1280px) {
  body .site-footer .wrap {
    padding-top: 175px;
  }
}

@media screen and (max-width: 767px) {
  body .site-footer .wrap {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body .site-footer .wrap {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 993px) {
  body .site-footer .wrap {
    padding-bottom: 125px;
  }
}

@media screen and (min-width: 1280px) {
  body .site-footer .wrap {
    padding-bottom: 175px;
  }
}

body.single .entry-header:not(.hero),
body.single:not(.fl-builder) .entry-content,
body.single .entry-footer {
  width: 66.66%;
}

@media screen and (max-width: 767px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding: 30px;
  }
}

@media screen and (min-width: 993px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding: 50px;
  }
}

@media screen and (min-width: 1280px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding: 70px;
  }
}

@media screen and (max-width: 767px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding-left: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.single .entry-header:not(.hero),
  body.single:not(.fl-builder) .entry-content,
  body.single .entry-footer {
    padding-left: 180px;
  }
}

body.page:not(.fl-builder) .entry-header,
body.page:not(.fl-builder) .entry-content,
body.page:not(.fl-builder) .entry-footer {
  width: 66.66%;
}

@media screen and (max-width: 767px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding: 30px;
  }
}

@media screen and (min-width: 993px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding: 50px;
  }
}

@media screen and (min-width: 1280px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding: 70px;
  }
}

@media screen and (max-width: 767px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding-left: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.page:not(.fl-builder) .entry-header,
  body.page:not(.fl-builder) .entry-content,
  body.page:not(.fl-builder) .entry-footer {
    padding-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  body.single .entry-header:not(.hero),
  body.page .entry-header:not(.hero) {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.single .entry-header:not(.hero),
  body.page .entry-header:not(.hero) {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 993px) {
  body.single .entry-header:not(.hero),
  body.page .entry-header:not(.hero) {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1280px) {
  body.single .entry-header:not(.hero),
  body.page .entry-header:not(.hero) {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col .fl-module-content {
    margin: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col .fl-module-content {
    margin: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col .fl-module-content {
    margin: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col .fl-module-content {
    margin: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:first-child .fl-module-heading .fl-module-content,
  .fl-col:first-child .fl-module-rich-text .fl-module-content,
  .fl-col:first-child .fl-module-callout .fl-module-content,
  .fl-col:first-child .fl-module-cta .fl-module-content,
  .fl-col:first-child .fl-module-testimonials .fl-module-content,
  .fl-col:first-child .fl-module-gallery .fl-module-content,
  .fl-col:first-child .fl-module-widget .fl-module-content {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:first-child .fl-module-heading .fl-module-content,
  .fl-col:first-child .fl-module-rich-text .fl-module-content,
  .fl-col:first-child .fl-module-callout .fl-module-content,
  .fl-col:first-child .fl-module-cta .fl-module-content,
  .fl-col:first-child .fl-module-testimonials .fl-module-content,
  .fl-col:first-child .fl-module-gallery .fl-module-content,
  .fl-col:first-child .fl-module-widget .fl-module-content {
    margin-left: 50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:first-child .fl-module-heading .fl-module-content,
  .fl-col:first-child .fl-module-rich-text .fl-module-content,
  .fl-col:first-child .fl-module-callout .fl-module-content,
  .fl-col:first-child .fl-module-cta .fl-module-content,
  .fl-col:first-child .fl-module-testimonials .fl-module-content,
  .fl-col:first-child .fl-module-gallery .fl-module-content,
  .fl-col:first-child .fl-module-widget .fl-module-content {
    margin-left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:first-child .fl-module-heading .fl-module-content,
  .fl-col:first-child .fl-module-rich-text .fl-module-content,
  .fl-col:first-child .fl-module-callout .fl-module-content,
  .fl-col:first-child .fl-module-cta .fl-module-content,
  .fl-col:first-child .fl-module-testimonials .fl-module-content,
  .fl-col:first-child .fl-module-gallery .fl-module-content,
  .fl-col:first-child .fl-module-widget .fl-module-content {
    margin-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:last-child .fl-module-heading .fl-module-content,
  .fl-col:last-child .fl-module-rich-text .fl-module-content,
  .fl-col:last-child .fl-module-callout .fl-module-content,
  .fl-col:last-child .fl-module-cta .fl-module-content,
  .fl-col:last-child .fl-module-testimonials .fl-module-content,
  .fl-col:last-child .fl-module-gallery .fl-module-content,
  .fl-col:last-child .fl-module-widget .fl-module-content {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:last-child .fl-module-heading .fl-module-content,
  .fl-col:last-child .fl-module-rich-text .fl-module-content,
  .fl-col:last-child .fl-module-callout .fl-module-content,
  .fl-col:last-child .fl-module-cta .fl-module-content,
  .fl-col:last-child .fl-module-testimonials .fl-module-content,
  .fl-col:last-child .fl-module-gallery .fl-module-content,
  .fl-col:last-child .fl-module-widget .fl-module-content {
    margin-right: 50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:last-child .fl-module-heading .fl-module-content,
  .fl-col:last-child .fl-module-rich-text .fl-module-content,
  .fl-col:last-child .fl-module-callout .fl-module-content,
  .fl-col:last-child .fl-module-cta .fl-module-content,
  .fl-col:last-child .fl-module-testimonials .fl-module-content,
  .fl-col:last-child .fl-module-gallery .fl-module-content,
  .fl-col:last-child .fl-module-widget .fl-module-content {
    margin-right: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:last-child .fl-module-heading .fl-module-content,
  .fl-col:last-child .fl-module-rich-text .fl-module-content,
  .fl-col:last-child .fl-module-callout .fl-module-content,
  .fl-col:last-child .fl-module-cta .fl-module-content,
  .fl-col:last-child .fl-module-testimonials .fl-module-content,
  .fl-col:last-child .fl-module-gallery .fl-module-content,
  .fl-col:last-child .fl-module-widget .fl-module-content {
    margin-right: 180px;
  }
}

@media screen and (max-width: 767px) {
  .fl-row.grid-space {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-row.grid-space {
    padding-left: 35px;
  }
}

@media screen and (min-width: 993px) {
  .fl-row.grid-space {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-row.grid-space {
    padding-left: 145px;
  }
}

@media screen and (max-width: 767px) {
  .fl-row.grid-space {
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-row.grid-space {
    padding-right: 35px;
  }
}

@media screen and (min-width: 993px) {
  .fl-row.grid-space {
    padding-right: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-row.grid-space {
    padding-right: 145px;
  }
}

@media screen and (max-width: 767px) {
  .fl-row.grid-space .fl-col .fl-module-content {
    margin: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-row.grid-space .fl-col .fl-module-content {
    margin: 15px;
  }
}

@media screen and (min-width: 993px) {
  .fl-row.grid-space .fl-col .fl-module-content {
    margin: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-row.grid-space .fl-col .fl-module-content {
    margin: 35px;
  }
}

.fl-module .fl-photo-content {
  display: block;
}

.fl-module .fl-photo-content a {
  display: block;
}

.fl-module .fl-photo-content img {
  display: block;
  width: 100% !important;
}

.fl-builder-content .fl-module.button-outline-white a.fl-button,
.gform_wrapper input[type=submit],
a.button-default,
.fl-builder-content .button-outline a.fl-button,
.fl-builder-content .fl-module.button-outline-black a.fl-button,
.fl-builder-content .fl-module.button-outline-orange a.fl-button {
  font-weight: 300;
  border-radius: 0;
  text-transform: uppercase;
}

.fl-builder-content .fl-module.button-outline-white a.fl-button,
.gform_wrapper input[type=submit],
a.button-default,
.fl-builder-content .button-outline a.fl-button,
.fl-builder-content .fl-module.button-outline-black a.fl-button,
.fl-builder-content .fl-module.button-outline-orange a.fl-button {
  background-color: transparent;
  border: 2px solid transparent;
}

.fl-builder-content .fl-module.button-outline-white a.fl-button {
  border-color: #fff;
  color: #fff;
}

.fl-builder-content .fl-module.button-outline-white a.fl-button * {
  color: #fff;
}

.gform_wrapper input[type=submit],
a.button-default,
.fl-builder-content .button-outline a.fl-button,
.fl-builder-content .fl-module.button-outline-black a.fl-button {
  border-color: #000 !important;
  color: #000 !important;
}

.gform_wrapper input[type=submit] *,
a.button-default *,
.fl-builder-content .button-outline a.fl-button *,
.fl-builder-content .fl-module.button-outline-black a.fl-button * {
  color: #000 !important;
}

.gform_wrapper input[type=submit]:hover,
a.button-default:hover,
.fl-builder-content .button-outline a.fl-button:hover,
.fl-builder-content .fl-module.button-outline-black a.fl-button:hover {
  border-color: #ff6c0b !important;
  color: #ff6c0b !important;
}

.gform_wrapper input[type=submit]:hover *,
a.button-default:hover *,
.fl-builder-content .button-outline a.fl-button:hover *,
.fl-builder-content .fl-module.button-outline-black a.fl-button:hover * {
  color: #ff6c0b !important;
}

.fl-builder-content .fl-module.button-outline-orange a.fl-button {
  border-color: #f6794b;
  color: #f6794b;
}

.fl-builder-content .fl-module.button-outline-orange a.fl-button * {
  color: #f6794b;
}

.fl-builder-content .fl-module.button-dark a.fl-button {
  font-weight: 300;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  background-color: #232628;
  border: 0;
  border-radius: 0;
  color: #ff6c0b;
  padding: 60px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.fl-builder-content .fl-module.button-dark a.fl-button * {
  color: #ff6c0b;
}

.fl-builder-content .fl-module.button-dark a.fl-button:before {
  background: url("images/link-knurling.svg");
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
}

p,
ul,
ol {
  margin: 1.5em 0;
}

p:first-child,
ul:first-child,
ol:first-child,
li:first-child {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
li:last-child {
  margin-bottom: 0;
}

.p-md p {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.39130435;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .responsive-text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 993px) {
  .responsive-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 993px) {
  .responsive-text {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.gform_wrapper input:not([type=submit]):not([type=file]) {
  background: #ebebeb;
  border: 3px solid #e1e1e1;
  padding: 10px 12px;
  text-transform: uppercase;
}

.gform_wrapper input[type=submit] {
  padding: 16px 18px;
}

h1,
h2,
h3 {
  font-family: "din-condensed-web", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

h4,
h5,
h6 {
  font-family: "freight-sans-pro", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #252934;
  line-height: 1;
  margin: .2em 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.h1-xxl h1,
.h2-xxl h2,
.h3-xxl h3,
.h4-xxl h4,
body.archive .hero h1,
body.blog .hero h1,
body.single .hero h1,
.fl-row.hero .fl-row-content-wrap h1 {
  font-size: 68px;
  font-size: 6.8rem;
}

h1,
.h1-xl h1,
.h2-xl h2,
.h3-xl h3,
.h4-xl h4 {
  font-size: 48px;
  font-size: 4.8rem;
}

h2,
.h1-lg h1,
.h2-lg h2,
.h3-lg h3,
.h4-lg h4 {
  font-size: 36px;
  font-size: 3.6rem;
}

h3,
.h1-md h1,
.h2-md h2,
.h3-md h3,
.h4-md h4,
article.post-grid .entry-title {
  font-size: 27px;
  font-size: 2.7rem;
}

h4,
.h1-sm h1,
.h2-sm h2,
.h3-sm h3,
.h4-sm h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

.h1-orange h1 {
  color: #ff6c0b;
}

.h2-orange h2 {
  color: #ff6c0b;
}

.h3-orange h3 {
  color: #ff6c0b;
}

.h4-orange h4 {
  color: #ff6c0b;
}

hr {
  background: black;
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

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

img.full-width {
  max-width: none;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.u,
.uh:hover {
  text-decoration: underline;
}

a.button-default {
  padding: 12px 24px;
}

.bg-grey1 {
  background: #f5f5f5 !important;
}

.bg-grey2 {
  background: #ededed !important;
}

.bg-white {
  background: white !important;
}

.color-grey {
  color: #666 !important;
}

.color-orange {
  color: #f6794b !important;
}

@media screen and (max-width: 767px) {
  .fl-row .fl-col-small {
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-row .fl-col-small {
    max-width: none;
  }
}

@media screen and (min-width: 993px) {
  .fl-row .fl-col-small {
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  .fl-row .fl-col-small {
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .fl-row.flexbox .fl-col-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .fl-row.flexbox .fl-col-group:before,
  .fl-row.flexbox .fl-col-group:after {
    content: 0;
    display: none;
  }

  .fl-row.flexbox .fl-col-group > .fl-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fl-row.flexbox .fl-col-group > .fl-col:before,
  .fl-row.flexbox .fl-col-group > .fl-col:after {
    content: 0;
    display: none;
  }

  .fl-row.flexbox .fl-col-group > .fl-col > .fl-col-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .fl-row.flexbox .fl-col-group > .fl-col > .fl-col-content > .fl-module {
    width: 100%;
  }

  .fl-row.flexbox .fl-col-group > .fl-col.center-content > .fl-col-content {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fl-row.absolute-center-content .fl-row-content-wrap > .fl-row-content {
  height: 0;
  width: 0;
}

.fl-row.absolute-center-content .fl-row-content-wrap > .fl-row-content > .fl-col-group {
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

html.fl-builder-edit .fl-row.absolute-center-content .fl-row-content-wrap > .fl-row-content > .fl-col-group {
  min-width: 200px;
  min-height: 100px;
}

.fl-row.vertical-center-content .fl-row-content-wrap > .fl-row-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.line-behind .fl-heading-text {
  display: inline-block;
  padding: 0 2em;
  position: relative;
  z-index: 1;
}

.line-behind .fl-heading-text:before,
.line-behind .fl-heading-text:after {
  border-top: 1px solid #838383;
  border-bottom: 1px solid #d8d8d8;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.line-behind .fl-heading-text:before {
  margin-left: -9999px;
  padding-left: 9999px;
  right: 100%;
}

.line-behind .fl-heading-text:after {
  left: 100%;
  margin-right: -9999px;
  padding-right: 9999px;
}

.fl-module-photo .fl-photo-content a:after,
.fl-module-callout.callout-hover .fl-callout-title a:before {
  background: url("images/link-knurling.svg") no-repeat center center;
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
}

.fl-module-photo .fl-photo-content a:after {
  display: block;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .fl-module-photo .fl-photo-content a:after {
    bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-photo .fl-photo-content a:after {
    bottom: 22.5px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-photo .fl-photo-content a:after {
    bottom: 37.5px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-photo .fl-photo-content a:after {
    bottom: 52.5px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-photo .fl-photo-content a:after {
    left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-photo .fl-photo-content a:after {
    left: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-photo .fl-photo-content a:after {
    left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-photo .fl-photo-content a:after {
    left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:first-child .fl-module-photo .fl-photo-content a:after,
  .fl-module-photo .fl-photo-content .fl-col:first-child a:after {
    left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:first-child .fl-module-photo .fl-photo-content a:after,
  .fl-module-photo .fl-photo-content .fl-col:first-child a:after {
    left: 50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:first-child .fl-module-photo .fl-photo-content a:after,
  .fl-module-photo .fl-photo-content .fl-col:first-child a:after {
    left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:first-child .fl-module-photo .fl-photo-content a:after,
  .fl-module-photo .fl-photo-content .fl-col:first-child a:after {
    left: 180px;
  }
}

.fl-module-callout.callout-hover .fl-callout-title a:before {
  display: inline-block;
  margin-right: .333em;
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}

.off-screen {
  left: -999999px;
  position: absolute;
}

/* Site Header
-------------------------------------------------- */

.site-header {
  position: absolute;
  top: 12px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .site-header {
    left: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .site-header {
    left: 18px;
  }
}

@media screen and (min-width: 993px) {
  .site-header {
    left: 38px;
  }
}

@media screen and (min-width: 1280px) {
  .site-header {
    left: 58px;
  }
}

@media screen and (max-width: 992px) {
  .site-header {
    right: 90px;
  }
}

h1.site-title {
  margin: 0;
}

.header-image .site-title > a {
  background: url("images/electronic-ink-logo.svg") no-repeat left top;
  background-position: center;
  background-size: contain;
  display: block;
  width: 305px;
  height: 78px;
}

@media screen and (max-width: 767px) {
  .header-image .site-title > a {
    max-width: 305px;
    width: auto;
  }
}

.content-behind-header .site-title > a {
  background-image: url("images/electronic-ink-logo-white.svg");
}

/* Mobile Nav Toggle
---------------------------------------------------------------------------------------------------- */

.nav-toggle {
  color: #000;
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 78px;
  z-index: 100;
}

@media screen and (max-width: 992px) {
  .nav-toggle {
    display: block;
  }
}

.nav-toggle a {
  display: block;
  height: 0;
  padding: 50% 0;
  text-align: center;
}

.nav-toggle a i {
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}

.nav-toggle a .active-off {
  display: inline-block;
}

.nav-toggle a .active-on {
  display: none;
  color: #fff;
}

.nav-toggle a.active .active-off {
  display: none;
}

.nav-toggle a.active .active-on {
  display: inline-block;
}

.content-behind-header .nav-toggle > a {
  color: #fff;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
  position: absolute;
  right: 0;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 100;
}

@media screen and (max-width: 992px) {
  .nav-primary {
    overflow-y: scroll;
    background-color: black;
    bottom: 0;
    left: 100%;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }

  .nav-primary.active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .nav-primary a {
    color: #fff;
  }

  .nav-primary .wrap {
    padding: 40px 0;
  }
}

@media screen and (min-width: 993px) {
  .nav-primary {
    top: 28px;
    right: 56px;
  }
}

@media screen and (min-width: 1280px) {
  .nav-primary {
    right: 76px;
  }
}

.nav-primary .genesis-nav-menu,
.nav-primary .genesis-nav-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-primary .genesis-nav-menu a {
  display: block;
}

@media screen and (max-width: 992px) {
  .nav-primary .genesis-nav-menu a {
    padding: 12px 24px;
  }

  .nav-primary .genesis-nav-menu .sub-menu {
    padding-left: 30px;
  }
}

@media screen and (min-width: 993px) {
  .nav-primary .genesis-nav-menu {
    font-family: "din-condensed-web", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .nav-primary .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
  }

  .nav-primary .genesis-nav-menu a {
    background-clip: padding-box;
    border: 3px solid transparent;
    color: #1e1849;
    padding: 12px 14px;
  }

  .content-behind-header .nav-primary .genesis-nav-menu a {
    color: #fff;
  }

  .nav-primary .genesis-nav-menu > .current-menu-item > a,
  .nav-primary .genesis-nav-menu > .current-menu-ancestor > a,
  .nav-primary .genesis-nav-menu > .current-page-ancestor > a,
  .nav-primary .genesis-nav-menu > .current_page_parent > a {
    background-color: #ff6c0b;
    color: #fff;
  }

  .content-behind-header .nav-primary .genesis-nav-menu > .current-menu-item > a,
  .content-behind-header .nav-primary .genesis-nav-menu > .current-menu-ancestor > a,
  .content-behind-header .nav-primary .genesis-nav-menu > .current-page-ancestor > a,
  .content-behind-header .nav-primary .genesis-nav-menu > .current_page_parent > a {
    border-color: transparent;
  }

  .content-behind-header .nav-primary .genesis-nav-menu > .current-menu-item > a:hover,
  .content-behind-header .nav-primary .genesis-nav-menu > .current-menu-ancestor > a:hover,
  .content-behind-header .nav-primary .genesis-nav-menu > .current-page-ancestor > a:hover,
  .content-behind-header .nav-primary .genesis-nav-menu > .current_page_parent > a:hover {
    border-color: #fff;
  }

  .nav-primary .genesis-nav-menu > .menu-item:hover > a,
  .nav-primary .genesis-nav-menu > .menu-item > a:hover {
    background-color: #ff6c0b;
    border-color: #fff;
    color: #fff;
  }

  .nav-primary .genesis-nav-menu .sub-menu {
    background-color: rgba(30, 24, 73, 0.5);
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 100;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    margin-top: -3px;
    padding: 12px 24px;
    position: relative;
    width: 200px;
  }

  .nav-primary .genesis-nav-menu .sub-menu .menu-item:hover > a {
    border-color: #fff;
  }

  .nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }

  .nav-primary .genesis-nav-menu .sub-menu > .menu-item:hover > a,
  .nav-primary .genesis-nav-menu .sub-menu > .menu-item > a:hover,
  .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    background-color: rgba(30, 24, 73, 0.75);
  }
}

@media screen and (min-width: 1280px) {
  .nav-primary .genesis-nav-menu a {
    padding: 12px 24px;
  }
}

/* Site Content
-------------------------------------------------- */

.content .fl-row {
  overflow: hidden;
  position: relative;
}

.content .fl-block-overlay-active {
  overflow: visible;
}

.content h2 + p {
  margin-top: 0;
}

.content h3 + p {
  margin-top: 0;
}

.content h2 + h3 {
  margin-top: 10px;
}

body.archive .hero *,
body.blog .hero *,
body.single .hero *,
.fl-row.hero .fl-row-content-wrap * {
  color: #fff;
}

@media screen and (max-width: 767px) {
  body.archive .hero,
  body.blog .hero,
  body.single .hero,
  .fl-row.hero .fl-row-content-wrap {
    height: 444px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.archive .hero,
  body.blog .hero,
  body.single .hero,
  .fl-row.hero .fl-row-content-wrap {
    height: 555px;
  }
}

@media screen and (min-width: 993px) {
  body.archive .hero,
  body.blog .hero,
  body.single .hero,
  .fl-row.hero .fl-row-content-wrap {
    height: 666px;
  }
}

body.archive .hero h1,
body.blog .hero h1,
body.single .hero h1,
.fl-row.hero .fl-row-content-wrap h1 {
  font-weight: 200;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1,
  .fl-row.hero .fl-row-content-wrap h1 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

@media screen and (min-width: 993px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1,
  .fl-row.hero .fl-row-content-wrap h1 {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

body.archive .hero h1 strong,
body.blog .hero h1 strong,
body.single .hero h1 strong,
.fl-row.hero .fl-row-content-wrap h1 strong {
  font-family: "din-condensed-web", Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1.375em;
  font-weight: 700;
  line-height: .75;
}

body.archive .hero h1 small,
body.blog .hero h1 small,
body.single .hero h1 small,
.fl-row.hero .fl-row-content-wrap h1 small {
  font-size: .5em;
  display: block;
}

body.archive .hero,
body.blog .hero,
body.single .hero {
  background-color: #252934;
  background-position: center center;
  background-size: cover;
  position: relative;
}

body.archive .hero h1,
body.blog .hero h1,
body.single .hero h1 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding: 30px;
  }
}

@media screen and (min-width: 993px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding: 50px;
  }
}

@media screen and (min-width: 1280px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding: 70px;
  }
}

@media screen and (max-width: 767px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-left: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-right: 50px;
  }
}

@media screen and (min-width: 993px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-right: 75px;
  }
}

@media screen and (min-width: 1280px) {
  body.archive .hero h1,
  body.blog .hero h1,
  body.single .hero h1 {
    padding-right: 180px;
  }
}

body.archive .hero .credit,
body.blog .hero .credit,
body.single .hero .credit {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.5);
  font-style: italic;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}

body.archive .hero .credit a,
body.blog .hero .credit a,
body.single .hero .credit a {
  text-decoration: underline;
}

body.single .hero h1 {
  font-family: "din-condensed-web", Arial, Helvetica, sans-serif;
}

.fl-row.hero .fl-module-button a.fl-button {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}

.fl-row.hero.owl-carousel .fl-row-content-wrap {
  height: auto !important;
}

.post-info {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #252934;
}

.entry-author-name {
  color: #ff6c0b;
  font-style: italic;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  article.post-grid {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  article.post-grid {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 993px) {
  article.post-grid {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 1280px) {
  article.post-grid {
    margin-bottom: 105px;
  }
}

article.post-grid .entry-title {
  line-height: 1.2;
}

article.post-grid .entry-header {
  margin-bottom: 10px;
}

article.post-grid .entry-content {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  article.post-grid {
    width: 47%;
  }

  article.odd {
    float: left;
    clear: both;
  }

  article.even {
    float: right;
  }
}

.pagination {
  clear: both;
}

.site-footer {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38461538;
  background: #343434;
  color: #515151;
  font-weight: bold;
  text-align: right;
}

.site-footer .logo {
  float: left;
  position: relative;
  left: -12px;
}

.site-footer .logo img {
  margin-top: -4%;
  margin-bottom: -4%;
}

.site-footer .social {
  color: #fff;
}

.site-footer .social a {
  color: inherit;
}

.site-footer .social i {
  display: inline-block;
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .fl-module-callout .fl-callout-photo-above-title .fl-photo {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout .fl-callout-photo-above-title .fl-photo {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout .fl-callout-photo-above-title .fl-photo {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout .fl-callout-photo-above-title .fl-photo {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout .fl-callout-photo-left .fl-callout-content {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout .fl-callout-photo-left .fl-callout-content {
    padding-left: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout .fl-callout-photo-left .fl-callout-content {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout .fl-callout-photo-left .fl-callout-content {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout .fl-callout-photo-right .fl-callout-content {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout .fl-callout-photo-right .fl-callout-content {
    padding-right: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout .fl-callout-photo-right .fl-callout-content {
    padding-right: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout .fl-callout-photo-right .fl-callout-content {
    padding-right: 70px;
  }
}

@media screen and (min-width: 768px) {
  .fl-module-callout .fl-callout-photo-left .fl-photo,
  .fl-module-callout .fl-callout-photo-right .fl-photo {
    overflow: hidden;
  }

  .fl-module-callout .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout .fl-callout-photo-right .fl-photo-content {
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout .fl-callout-photo-right .fl-photo-content {
    margin-left: -50%;
    width: 200%;
  }

  .fl-module-callout.focus-left .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout.focus-left .fl-callout-photo-right .fl-photo-content {
    margin-left: 0;
  }

  .fl-module-callout.focus-right .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout.focus-right .fl-callout-photo-right .fl-photo-content {
    margin-left: -100%;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout .fl-callout-photo-right .fl-photo-content {
    margin-left: -20%;
    width: 140%;
  }

  .fl-module-callout.focus-left .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout.focus-left .fl-callout-photo-right .fl-photo-content {
    margin-left: 0;
  }

  .fl-module-callout.focus-right .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout.focus-right .fl-callout-photo-right .fl-photo-content {
    margin-left: -40%;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout .fl-callout-photo-left .fl-photo-content,
  .fl-module-callout .fl-callout-photo-right .fl-photo-content {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

.fl-module-callout.overflow .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-top: 20px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-content,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-content {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-left: -30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-left: -50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-left: -70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-photo,
  .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-photo {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-photo {
    padding-right: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-photo {
    padding-right: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-left .fl-callout-photo {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-left {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-photo {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-photo {
    padding-left: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-photo {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-right .fl-callout-photo {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-right {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo-left .fl-photo {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo-left .fl-photo {
    margin-left: -50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo-left .fl-photo {
    margin-left: -75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo-left .fl-photo {
    margin-left: -180px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo-right .fl-photo {
    margin-right: -180px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-left: -30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-left: -50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-left: -70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-right: -30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-right: -50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.overflow .fl-callout-photo-above-title .fl-callout-photo {
    margin-right: -70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo {
    margin-left: -50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo {
    margin-left: -75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:first-child .fl-module-callout.overflow .fl-callout-photo {
    margin-left: -180px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo {
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo {
    margin-right: -50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo {
    margin-right: -75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:last-child .fl-module-callout.overflow .fl-callout-photo {
    margin-right: -180px;
  }
}

.fl-module-callout.callout-hover {
  cursor: pointer;
}

.fl-module-callout.callout-hover * {
  color: #fff;
}

.fl-module-callout.callout-hover .fl-callout-content {
  position: relative;
}

.fl-module-callout.callout-hover .fl-callout-photo {
  position: relative;
  z-index: 0;
}

.fl-module-callout.callout-hover .fl-callout-photo ~ * {
  z-index: 1;
}

.fl-module-callout.callout-hover .fl-photo-content {
  overflow: hidden;
  position: relative;
}

.fl-module-callout.callout-hover .fl-photo-content img {
  transition: all 1s;
}

.fl-module-callout.callout-hover .fl-photo-content a:after {
  background: black;
  content: '';
  display: block;
  opacity: .01;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 1s;
  z-index: 1;
}

.fl-module-callout.callout-hover .fl-photo {
  margin-bottom: 0;
}

.fl-module-callout.callout-hover .fl-callout-title {
  font-family: inherit;
  font-size: 1.333em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    bottom: 22.5px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    bottom: 37.5px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    bottom: 52.5px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    left: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    right: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    right: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.callout-hover .fl-callout-title {
    right: 70px;
  }
}

.fl-module-callout.callout-hover .fl-callout-text-wrap {
  top: 50%;
  bottom: 50%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 30px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:first-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:first-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:first-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:first-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    left: 180px;
  }
}

@media screen and (max-width: 767px) {
  .fl-col:last-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-col:last-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 50px;
  }
}

@media screen and (min-width: 993px) {
  .fl-col:last-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-col:last-child .fl-module-callout.callout-hover .fl-callout-text-wrap {
    right: 180px;
  }
}

.fl-module-callout.callout-hover .fl-callout-text-wrap {
  opacity: 0;
  transition: all 1s;
}

.fl-module-callout.callout-hover .fl-callout-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fl-module-callout.callout-hover:hover .fl-photo-content a:after {
  opacity: .5;
}

.fl-module-callout.callout-hover:hover .fl-callout-text-wrap {
  opacity: 1;
}

.fl-module-callout.callout-hover:hover .fl-photo-content img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.fl-module-callout.callout-hover.overflow .fl-callout-title,
.fl-module-callout.callout-hover.overflow .fl-callout-text-wrap {
  left: 0;
  right: 0;
}

.fl-col:first-child .fl-module-callout.callout-hover.overflow .fl-callout-title,
.fl-col:first-child .fl-module-callout.callout-hover.overflow .fl-callout-text-wrap {
  left: 0;
}

.fl-col:last-child .fl-module-callout.callout-hover.overflow .fl-callout-title,
.fl-col:last-child .fl-module-callout.callout-hover.overflow .fl-callout-text-wrap {
  right: 0;
}

.fl-module-content-slider.bg-contain .fl-slide-bg-photo {
  background-size: contain;
}

.fl-module-map {
  font-size: 0;
}

.fl-module-map.overflow .fl-module-content {
  margin: 0;
}

.fl-module-photo.no-stretch img {
  display: inline-block;
  width: auto !important;
}

.fl-module-photo.overflow .fl-module-content {
  margin: 0;
}

.content .fl-post-grid-post {
  border: 0;
}

.content .fl-post-grid-image {
  margin-bottom: 20px;
}

.content .fl-post-grid-image img {
  vertical-align: top;
}

.content .fl-post-grid-text {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.content .fl-post-grid-content p {
  font-size: inherit;
  line-height: inherit;
}

.content h2.fl-post-grid-title {
  font-family: "din-condensed-web", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.11111111;
}

.fl-module-testimonials {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #c5c6d0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fl-module-testimonials .fl-module-content {
    margin: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-testimonials .fl-module-content {
    margin: 40px 60px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-testimonials .fl-module-content {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-testimonials .fl-module-content {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.fl-module-testimonials .fl-testimonials-heading {
  display: none;
}

.fl-module-testimonials strong {
  color: #505469;
}

.fl-module-testimonials blockquote {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.16666667;
  background-image: linear-gradient(#000, transparent), linear-gradient(to right, #000, transparent);
  background-size: 1px 100%, 100% 1px;
  background-position: 0 0, 0 0;
  background-repeat: no-repeat;
  padding: 40px 60px;
  position: relative;
  text-align: left;
}

.fl-module-testimonials blockquote:before,
.fl-module-testimonials blockquote:after {
  background: #fff none no-repeat center center;
  background-size: contain;
  border: 10px solid white;
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
}

.fl-module-testimonials blockquote:before {
  background-image: url("images/ldquo.svg");
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fl-module-testimonials blockquote:after {
  background-image: url("images/rdquo.svg");
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
.fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev a,
.fl-module-testimonials .fl-testimonials-wrap .fl-slider-next a,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev a,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev a:after,
.fl-module-testimonials .fl-testimonials-wrap .fl-slider-next a:after,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev a:after,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next a:after {
  color: black;
  display: block;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-indent: 0;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
    width: 60px;
    height: 60px;
  }

  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev a:after,
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next a:after,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev a:after,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next a:after {
    font-size: 30px;
    line-height: 60px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
    width: 80px;
    height: 80px;
  }

  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev a:after,
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next a:after,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev a:after,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next a:after {
    font-size: 40px;
    line-height: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
    width: 100px;
    height: 100px;
  }

  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev a:after,
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next a:after,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev a:after,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next a:after {
    font-size: 50px;
    line-height: 100px;
  }
}

.fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev {
  left: -20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev {
    left: -60px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev {
    left: -80px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev {
    left: -100px;
  }
}

.fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev a:before,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-prev a:before {
  content: "\f104";
  font-family: FontAwesome;
}

.fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
  right: -20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
    right: -60px;
  }
}

@media screen and (min-width: 993px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
    right: -80px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next,
  .fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next {
    right: -100px;
  }
}

.fl-module-testimonials .fl-testimonials-wrap .fl-slider-next a:after,
.fl-module-testimonials .fl-testimonials-wrap.compact .fl-slider-next a:after {
  content: "\f105";
  font-family: FontAwesome;
}

@media screen and (max-width: 767px) {
  .fl-module-testimonials {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333333;
  }

  .fl-module-testimonials blockquote {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin: 20px;
    padding: 20px;
  }

  .fl-module-testimonials blockquote:before,
  .fl-module-testimonials blockquote:after {
    width: 40px;
    height: 40px;
  }

  .fl-module-testimonials blockquote + p {
    margin-top: 0;
  }
}

.guide-nav {
  background: #242424;
}

.guide-nav .fl-col {
  clear: none !important;
  float: left !important;
  width: 50% !important;
}

.guide-nav .fl-module-button .fl-module-content {
  margin: 0;
}

.guide-nav .fl-module-button .fl-module-content a.fl-button {
  font-family: "din-condensed-web", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 40px;
  text-transform: uppercase;
}

.guide-nav .fl-module-button .fl-module-content a.fl-button * {
  color: #868686;
}

.guide-nav .fl-module-button .fl-module-content a.fl-button:visited {
  background: transparent;
}

.guide-nav .fl-module-button .fl-module-content a.fl-button:visited * {
  color: #868686;
}

.guide-nav .fl-module-button .fl-module-content a.fl-button:hover {
  background: #343434;
  color: #fff;
}

.guide-nav .fl-module-button .fl-module-content a.fl-button:hover * {
  color: #fff;
}

.guide-nav .fl-module-button .fl-module-content a.fl-button:before,
.guide-nav .fl-module-button .fl-module-content a.fl-button:after {
  font-family: FontAwesome;
  font-size: 2em;
  font-weight: 100;
  margin: 0 0.25em;
  position: relative;
  top: .15em;
}

.guide-nav .fl-module-button.guide-prev .fl-module-content a.fl-button {
  text-align: right;
}

.guide-nav .fl-module-button.guide-prev .fl-module-content a.fl-button:before {
  content: "\f104";
}

.guide-nav .fl-module-button.guide-next .fl-module-content a.fl-button {
  text-align: left;
}

.guide-nav .fl-module-button.guide-next .fl-module-content a.fl-button:after {
  content: "\f105";
}

@media screen and (max-width: 992px) {
  .guide-nav .fl-module-button .fl-module-content a.fl-button {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 10px;
  }
}

.breakpoint-md .media-box > .img,
.breakpoint-md .media-box > .img-l,
.breakpoint-lg .media-box > .img,
.breakpoint-lg .media-box > .img-l {
  float: left;
}

.breakpoint-md .media-box > .img-r,
.breakpoint-lg .media-box > .img-r {
  float: right;
}

.breakpoint-md .media-box > .img-t,
.breakpoint-lg .media-box > .img-t {
  display: block;
}

.breakpoint-md .media-box > .img img,
.breakpoint-md .media-box > .img-l img,
.breakpoint-md .media-box > .img-r img,
.breakpoint-md .media-box > .img-t img,
.breakpoint-lg .media-box > .img img,
.breakpoint-lg .media-box > .img-l img,
.breakpoint-lg .media-box > .img-r img,
.breakpoint-lg .media-box > .img-t img {
  height: auto;
  max-width: none;
  width: 100%;
}

.breakpoint-md .media-box > .bd,
.breakpoint-lg .media-box > .bd {
  overflow: hidden;
}

html.fl-builder-edit .owl-carousel {
  display: block;
}

.owl-carousel .fl-photo-content {
  display: block;
}

.owl-carousel img {
  max-width: none !important;
  width: 100% !important;
}

.owl-prev,
.owl-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
}

.owl-prev:after,
.owl-next:after {
  color: white;
  display: block;
  font-size: 50px;
  line-height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-indent: 0;
}

.owl-prev {
  left: 0;
}

.owl-prev:after {
  content: '<';
}

.owl-next {
  right: 0;
}

.owl-next:after {
  content: '>';
}

.content .resources-cta h2 {
  font-family: "din-condensed-web", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 1em;
  text-transform: uppercase;
}

.content .resources-cta .fl-module-content {
  margin: 20px 100px;
}

.content .resources-cta .fl-button-wrap a.fl-button {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.resources-testimonials {
  border-top: 1px solid #ccc;
  text-align: center;
}

.resources-testimonials blockquote {
  text-align: left;
}