/*
Theme Name: AMHEATH
Author: the Laszlo
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://use.typekit.net/wzb3ugv.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

body {
  font-family: adobe-caslon-pro, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

a {
  color: #27c0b5;
  text-decoration: none;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.2;
}
h1, h2 {
    font-family: 'mrs-eaves-roman-all-small-ca';
}
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300; }

.page-title {
  font-size: 45px;
  margin: 1em 0;
  line-height: 1.1; }

ul {
  padding-left: 25px;
  list-style: square; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

header {
  padding: 20px 0;
  background: white; }
  @media (min-width: 1200px) {
    header {
      padding: 40px 0; } }
  header .flex {
    justify-content: space-between;
    align-items: center;
    position: relative; }
  header .logo-container {
    max-width: 280px;
    margin: 0 auto; }
    header .logo-container svg {
      display: block;
      width: 100%; }
      @media (max-width: 768px) {
        header .logo-container svg {
          height: 36px;
          width: auto; } }
  header .search {
    position: absolute;
    right: 0; }
    @media (max-width: 1200px) {
      header .search {
        display: none; } }
    header .search:hover input {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    header .search form {
      padding: 0;
      overflow: hidden; }
    header .search input, header .search button {
      border: none;
      background: transparent;
      height: 50px;
      padding: 0;
      margin: 0;
      outline: none; }
    header .search input {
      border-bottom: 1px solid #595959;
      padding: 0 50px 0 10px;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      transition: 300ms all ease; }
      header .search input:focus {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    header .search button {
      width: 50px;
      margin: 0;
      margin-left: -50px;
      position: relative;
      z-index: 2;
      background: white;
      font-size: 20px;
      top: 2px; }
      header .search button:hover {
        background: #27c0b5;
        color: white; }

.menu-bar {
  margin-bottom: 50px;
  background: white; }

.nav-menu {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none; }
  @media (max-width: 1200px) {
    .nav-menu {
      display: none; } }
  .nav-menu > li {
    display: table-cell;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e6e5e5; }
    .nav-menu > li:hover, .nav-menu > li.current-menu-item, .nav-menu > li.current-menu-ancestor {
      border-bottom-color: #333; }
    .nav-menu > li:hover > .sub-menu {
      display: block; }
  .nav-menu .sub-menu {
    position: absolute;
    background: #fcfcfc;
    min-width: 100%;
    list-style: none;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
    display: none; }
    .nav-menu .sub-menu > li {
      border-top: 1px solid #e6e5e5; }
    .nav-menu .sub-menu > li:hover .sub-menu {
      display: block; }
    .nav-menu .sub-menu .sub-menu {
      top: 0;
      left: 100%;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      display: none;
      background: #bedfe1; }
  .nav-menu a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 1em;
    color: #333;
    white-space: nowrap; }
    .nav-menu a:hover {
      color: #27c0b5; }

footer {
  background: #1a1a1a;
  color: white;
  padding: 50px 0;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 150px;
  font-size: 14px;
  position: relative;
  z-index: 2; }
  footer address {
    font-style: normal; }
  footer .logo-container {
    width: 180px;
    margin: 0 auto 10px; }
    footer .logo-container svg path {
      fill: white; }
    footer .logo-container #amheath, footer .logo-container #literary-agents {
      fill: white; }
    footer .logo-container #literary-agents {
      display: none; }
  footer a {
    color: white;
    font-weight: 300; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.margin-top {
  margin-top: 80px; }

.button {
  display: inline-block;
  background: #27c0b5;
  color: #e0f0f0;
  line-height: 1.1;
  padding: 1em 2em;
  text-transform: lowercase;
  margin: 1em 0;
  font-size: 1.2em;
  border-radius: 3px;
  border: none;
  font-weight: normal; }
  .button.small {
    font-size: 1em;
    padding: 0.8em 1.5em; }
  .button[href*='amazon']:after {
    content: '\f270';
    display: inline-block;
    font-family: 'FontAwesome';
    padding-left: 0.5em;
    position: relative;
    bottom: -0.1em; }
  .button .fa {
    margin-left: 5px;
    position: relative;
    top: .05em; }

.client-group {
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .client-group {
      flex-basis: 33%;
      padding: 0 25px; } }
  @media (min-width: 1024px) {
    .client-group {
      flex-basis: 25%; } }
  .client-group h3 {
    margin: 0;
    display: inline-block;
    background: #27c0b5;
    color: white;
    padding: 0 0.7em;
    line-height: 2; }

.client-grid {
  margin-top: 80px; }

.client-list {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  border-top: 1px solid #27c0b5; }
  .client-list a {
    font-weight: normal;
    display: block;
    color: #333;
    height: 30px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 50px 0; }

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

.agent-list-container {
  margin-top: 50px; }
  .agent-list-container .heading {
    margin-bottom: 50px; }

.person-list {
  margin: 0;
  padding: 0; }
  .person-list li:not(:last-child) {
    margin-bottom: 100px; }
  .person-list .person-left, .person-list .person-right {
    flex-basis: 100%; }
    @media (min-width: 768px) {
      .person-list .person-left, .person-list .person-right {
        flex-basis: 30%;
        margin-right: 80px; } }
    .person-list .person-left img, .person-list .person-right img {
      width: 100%; }
  @media (min-width: 768px) {
    .person-list .person-right {
      flex: 1; } }
  .person-list .person-name {
    color: #27c0b5;
    font-size: 30px;
    margin: 0;
    padding: 0.5em 0; }
  .person-list .person-meta {
    border-top: 1px solid #e6e5e5;
    border-bottom: 1px solid #e6e5e5; }
  @media (min-width: 768px) {
    .person-list .person-blank-photo {
      background: white url("img/profile.svg");
      background-size: cover;
      height: 0;
      padding-top: 100%; } }

[class^="social_"] {
  padding: 10px 0; }
  [class^="social_"] a {
    display: inline-block;
    margin: 0 10px; }
  [class^="social_"] i {
    font-size: 26px; }

.book-grid .book-grid-item {
  flex-basis: 20%;
  padding: 1px; }
  @media (min-width: 600px) {
    .book-grid .book-grid-item {
      flex-basis: 20%; } }
  .book-grid .book-grid-item a {
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    position: relative; }
    @media (min-width: 1200px) {
      .book-grid .book-grid-item a:hover img {
        -webkit-transform: translate3d(0, 100%, 0) scale(3);
                transform: translate3d(0, 100%, 0) scale(3);
        opacity: 0; } }
  .book-grid .book-grid-item img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    transition: 1000ms all ease;
    -webkit-transform-origin: center top;
            transform-origin: center top; }

.book-grid .book-grid-meta {
  font-weight: 300;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: white;
  z-index: -1;
  padding: 20px;
  line-height: 1.1; }
  .book-grid .book-grid-meta .by {
    color: #333;
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 0.05em; }

.book-list-container {
  margin-top: 100px; }
  .book-list-container h2 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e6e5e5; }

.books-list a {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  padding: 0 10px 50px; }
  @media (min-width: 600px) {
    .books-list a {
      flex-basis: 25%; } }
  @media (min-width: 768px) {
    .books-list a {
      flex-basis: 20%; } }

.books-list .book-list-image {
  order: -1; }
  .books-list .book-list-image img {
    width: 100%; }

.books-list .book-list-title {
  flex: 1;
  padding: 0 0 0 8px;
  margin-right: 30px;
  color: #333;
  display: none; }

.blank-book {
  background: #f7f7f7;
  height: 0;
  padding-top: 150%; }

.book-profile .book-left {
  flex-basis: 100%; }
  .book-profile .book-left img {
    width: 100%; }
  @media (min-width: 768px) {
    .book-profile .book-left {
      flex-basis: 30%;
      margin-right: 80px; } }

.book-profile .book-right {
  order: -1; }
  @media (min-width: 768px) {
    .book-profile .book-right {
      flex: 1;
      order: 1; } }

.book-profile .published {
  font-style: italic;
  font-size: 0.8em;
  letter-spacing: 0.05em; }

.book-meta-box {
  margin: 25px 0; }

.book-meta-heading {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e6e5e5; }

html, body, .container, .content-wrap {
  overflow: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

.content-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

.mobile-toggle {
  border: none;
  background: transparent;
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: black;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  color: #595959;
  z-index: 999;
  position: absolute;
  right: 0; }
  @media (min-width: 1200px) {
    .mobile-toggle {
      display: none; } }
  .mobile-toggle i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    left: 0;
    position: absolute;
    top: 0; }

.mobile-navigation {
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
  z-index: 1001;
  padding: 20px 60px 50px 30px;
  overflow-y: scroll;
  border-right: 1px solid #e6e5e5;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s ease-in-out;
  max-width: 400px; }
  .mobile-navigation .mobile-toggle {
    top: 0px;
    right: 10px;
    position: relative; }
  .mobile-navigation .search {
    position: relative;
    border: 2px solid #27c0b5;
    margin: 0 0 10px; }
    .mobile-navigation .search * {
      box-sizing: border-box; }
    .mobile-navigation .search input {
      border: none;
      padding: 5px 50px 5px 10px;
      font-size: 20px;
      height: 50px;
      max-width: 100%;
      outline: none;
      background: transparent; }
    .mobile-navigation .search button {
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      background: #27c0b5;
      height: 50px;
      width: 50px;
      color: white;
      font-size: 1.2em; }

@media (max-width: 1200px) {
  .show-menu {
    overflow: hidden; }
    .show-menu .mobile-navigation {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .show-menu .overlay {
      background: rgba(0, 0, 0, 0.3);
      pointer-events: auto; } }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: 3;
  pointer-events: none;
  transition: 0.2s all ease; }

.mobile-menu {
  margin: 0;
  padding: 0; }
  .mobile-menu li {
    list-style: none;
    padding: 0 0 0 5px; }
  .mobile-menu > li:not(:last-child) {
    border-bottom: 1px solid #e6e5e5; }
  .mobile-menu a {
    color: #595959;
    line-height: 50px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05em; }
  .mobile-menu .sub-menu {
    padding-left: 10px; }
    .mobile-menu .sub-menu li:not(:last-child) {
      border-bottom: 1px solid #e6e5e5; }

.ccf-form-wrapper, .form-disclaimer {
  max-width: 600px;
  margin: 50px auto; }
  .ccf-form-wrapper input:not([type=submit]), .ccf-form-wrapper textarea, .form-disclaimer input:not([type=submit]), .form-disclaimer textarea {
    padding: 10px;
    border: 1px solid #cccccc;
    color: #595959; }
  .ccf-form-wrapper textarea, .form-disclaimer textarea {
    height: 250px;
    resize: none;
    width: 100% !important; }
    @media (min-width: 768px) {
      .ccf-form-wrapper textarea, .form-disclaimer textarea {
        height: 400px; } }
  .ccf-form-wrapper [type=submit], .form-disclaimer [type=submit] {
    background: #e1f0f1;
    border: 0;
    color: #595959;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.field-type-simple-captcha {
  display: flex;
  flex-wrap: wrap; }
  .field-type-simple-captcha label {
    flex-basis: 100%; }
  .field-type-simple-captcha .ccf-simple-captcha-wrapper {
    margin: 0 !important; }
    .field-type-simple-captcha .ccf-simple-captcha-wrapper img {
      height: 50px;
      border: 1px solid #cccccc;
      border-right: none; }
  .field-type-simple-captcha input {
    height: 50px;
    flex: 1;
    border-left: none !important; }
  .field-type-simple-captcha .field-description {
    flex-basis: 100%;
    order: 4; }
  .field-type-simple-captcha .error {
    flex-basis: 100%;
    order: 5;
    text-align: right; }

.agents-list {
  padding: 0 15px;
  max-width: 1600px;
  margin: 100px auto 0; }
  .agents-list .section-heading {
    text-align: center;
    font-size: 35px; }
  .agents-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .agents-list li {
    width: 25%;
    text-align: center; }
    @media (max-width: 1200px) {
      .agents-list li {
        width: 50%; } }
    @media (max-width: 560px) {
      .agents-list li {
        width: 100%; } }
    .agents-list li .inner-padding {
      padding: 30px; }
  .agents-list .agent-headshot {
    background-image: url(img/mmb-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all ease 300ms; }
  .agents-list .agent-name {
    margin: 0;
    font-weight: 400; }
  .agents-list .agent-role {
    margin: 0;
    color: #595959;
    font-weight: 300; }

.job-title {
  margin: -50px 0 30px; }

.agent-profile-head {
  margin: 30px 0 -30px; }
  .agent-profile-head .agent-headshot {
    border-radius: 50%;
    margin: 0 auto;
    width: 150px !important;
    height: 150px !important; }

.booklist {
  display: flex;
  flex-wrap: wrap; }
  .booklist--card {
    white-space: normal;
    padding: 1%;
    margin-bottom: 30px;
    flex-basis: 50%; }
    @media (min-width: 375px) {
      .booklist--card {
        flex-basis: 33.33%; } }
    @media (min-width: 550px) {
      .booklist--card {
        flex-basis: 25%; } }
    @media (min-width: 650px) {
      .booklist--card {
        flex-basis: 20%; } }
    @media (min-width: 960px) {
      .booklist--card {
        flex-basis: calc(100%/6); } }
  .booklist--image {
    height: 0;
    overflow: hidden;
    padding-bottom: 135%;
    border: 1px solid #e6e5e5;
    margin-bottom: 10px;
    position: relative;
    background-color: #fafafa;
    background-image: url(img/mmb-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% auto;
    transition: 0.2s all; }
    .booklist--image img {
      height: 100%;
      width: 100%; }
  .booklist--info {
    margin-top: auto; }
    .booklist--info .book-title {
      line-height: 1.2;
      text-align: center;
      margin: 0;
      font-size: 14px; }

.book-trans-list br {
  content: '';
  display: inline-block;
  margin-right: 3px; }
  .book-trans-list br:before {
    content: ', '; }
  @media (min-width: 540px) {
    .book-trans-list br {
      display: block; }
      .book-trans-list br:before {
        display: none; } }

.bgenres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .bgenres--card {
    white-space: normal;
    padding: 1%;
    flex-basis: 50%;
    margin-bottom: 10px;
    position: relative; }
    @media (min-width: 480px) {
      .bgenres--card {
        flex-basis: 25%; } }
    @media (min-width: 960px) {
      .bgenres--card {
        flex-basis: calc(20%); } }
  .bgenres--title {
    position: absolute;
    line-height: 1.1;
    top: 15%;
    max-width: 80%;
    font-size: 13px; }
    .bgenres--title > span {
      background: #FF6200;
      color: white;
      padding: 10px 10px 10px 5px;
      display: block; }
  .bgenres .booklist--image {
    background-image: none; }

.flex-container {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 540px) {
    .flex-container {
      flex-wrap: nowrap; } }

.flex-sidebar {
  flex: 1 0 100%; }
  @media (min-width: 540px) {
    .flex-sidebar {
      flex: 1 0 180px;
      margin-right: 30px; } }
  .flex-sidebar img {
    width: 100%;
    height: auto; }
  .flex-sidebar h6 {
    margin-bottom: 0; }

.other-books {
  padding-top: 50px; }
  .other-books h3 {
    text-align: center; }

.book-meta {
  font-size: 12px;
  text-align: left; }

.book-reviews {
  margin-top: 100px; }

.client-types {
  margin-bottom: 50px; }

.submission-section {
  margin-bottom: 70px;
  padding-bottom: 70px; }

.submission-steps {
  margin: 50px 0 0; }
  .submission-steps ul {
    list-style: decimal; }
  .submission-steps li {
    padding: 1em 0; }
  .submission-steps .list-heading {
    font-weight: 700; }

.wpcf7 {
  margin: 50px 0 !important; }
  .wpcf7 .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px; }
  .wpcf7 .info-col {
    width: 100%; }
    @media (min-width: 768px) {
      .wpcf7 .info-col {
        width: 50%; }
        .wpcf7 .info-col:nth-child(2) {
          padding-left: 50px; } }
  .wpcf7 .selection-col {
    width: 100%; }
    @media (min-width: 768px) {
      .wpcf7 .selection-col {
        width: 33%;
        padding-right: 30px; }
        .wpcf7 .selection-col:last-child {
          padding-right: 0; } }
  .wpcf7 p {
    margin: 40px 0; }
  .wpcf7 br {
    display: none; }
  .wpcf7 label {
    font-weight: 700; }
  .wpcf7 [type=text], .wpcf7 [type=email], .wpcf7 textarea {
    width: 100%;
    border: 1px solid #e6e5e5;
    padding: 10px;
    margin-bottom: 5px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    /*font-family: Arial; */
      
  }
    .wpcf7 [type=text]:focus, .wpcf7 [type=email]:focus, .wpcf7 textarea:focus {
      border-color: #27c0b5; }
  .wpcf7 textarea {
    resize: none; }
  .wpcf7 [type=file] {
    margin-bottom: 5px;
    font-family: Arial;
    padding: 10px 0 10px 30px; }
    .wpcf7 [type=file]:before {
      content: '\f1c2';
      font-family: 'FontAwesome';
      font-size: 1.6em;
      float: left;
      margin-left: -30px;
      width: 30px;
      position: relative;
      top: -0.1em;
      color: #27c0b5; }
  .wpcf7 [type=submit] {
    width: 100%; }
    @media (min-width: 600px) {
      .wpcf7 [type=submit] {
        width: auto; } }
  .wpcf7 .wpcf7-list-item {
    display: block;
    margin: 4px 0 8px; }
  .wpcf7 .wpcf7-list-item-label {
    margin-left: 5px;
    font-weight: 300;
    cursor: pointer; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .wpcf7 .wpcf7-not-valid-tip {
    order: -1;
    color: #C62828; }
  @media (min-width: 768px) {
    .wpcf7 .wpcf7-form-control-wrap.genres .wpcf7-form-control {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
      .wpcf7 .wpcf7-form-control-wrap.genres .wpcf7-form-control .wpcf7-list-item {
        width: 33%; } }
  .wpcf7 .wpcf7-character-count:after {
    content: ' remaining'; }
  .wpcf7 .wpcf7-response-output {
    padding: 50px 10px;
    border: none;
    font-weight: 700;
    position: fixed;
    bottom: 0;
    z-index: 3;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    white-space: auto;
    line-height: 1.1;
    -webkit-animation: alert 7s;
            animation: alert 7s;
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0); }
  .wpcf7 .wpcf7-validation-errors {
    background: #C62828;
    color: white; }
  .wpcf7 .wpcf7-mail-sent-ok {
    background: #27c0b5;
    color: white; }

@-webkit-keyframes alert {
  0%, 100% {
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0); }
  5% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0); }
  10%, 85% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes alert {
  0%, 100% {
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0); }
  5% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0); }
  10%, 85% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.co-agents {
  margin-top: 100px; }

.co-list .row {
  margin-bottom: 20px;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .co-list .row {
      display: flex;
      align-items: center;
      border-top: 1px solid #e6e5e5;
      margin: 0;
      padding: 20px 0; } }

.co-list .co-agent-region {
  color: #27c0b5;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px solid #27c0b5;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .co-list .co-agent-region {
      padding: 0;
      margin: 0;
      border: none;
      padding-right: 50px;
      flex-basis: 40%; } }

.co-list .co-agent-name {
  flex: 1; }

.downloads {
  display: flex;
  flex-wrap: wrap; }
  .downloads .fa {
    margin-right: 5px; }
  .downloads .button {
    flex-basis: 100%;
    text-align: center;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .downloads .button {
        flex-basis: 49.5%; }
        .downloads .button:nth-child(1) {
          margin-right: 1%; } }

.blogwrapper {
  max-width: 700px !important; }

.pagination {
  width: 100%;
  text-align: center; }
  .pagination .page-numbers {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #333;
    font-weight: normal; }
  .pagination .current, .pagination a:hover {
    background: #27c0b5;
    color: white; }

.post {
  margin-bottom: 80px;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 80px; }
  .post:last-child {
    border: none; }
  .post blockquote {
    border-left: 3px solid #27c0b5;
    margin: 1em;
    padding: .5em 1em .5em 2em; }
  .post .date, .post .post-author {
    font-size: 0.8em;
    color: #a6a5a5;
    letter-spacing: 0.05em;
    padding: 30px 0 0;
    text-align: center; }
    .post .date a, .post .post-author a {
      color: #a6a5a5;
      font-weight: 300; }
  .post img {
    max-width: 300px;
    margin-bottom: 1em;
    height: auto; }
    @media (max-width: 400px) {
      .post img {
        max-width: 120px; } }
    .post img.alignright {
      float: right;
      margin: 0 0 1em 1em; }
    .post img.alignleft {
      float: left;
      margin: 0 1em 1em 0; }
    .post img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .post .alignright {
    float: right; }
  .post .alignleft {
    float: left; }
  .post .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .post .tags {
    padding: 30px 0 0;
    text-align: center; }
  .post .tag {
    font-weight: normal;
    display: inline-block;
    margin: 0 .5em;
    border: 1px solid #27c0b5;
    border-radius: 300px;
    padding: .5em 1.5em;
    font-size: 12px;
    letter-spacing: .05em; }

.bulletin-container {
  display: flex; }
  .bulletin-container .bulletin-item {
    flex-basis: 50%;
    margin-bottom: 20px;
    position: relative;
    display: flex; }
  .bulletin-container .bulletin-article {
    display: flex; }
  .bulletin-container .bulletin-info {
    padding: 0 30px 0 20px;
    flex: 1; }
  .bulletin-container .bulletin-art {
    display: flex;
    flex-direction: column;
    flex-basis: 30%; }
    .bulletin-container .bulletin-art .img-box {
      flex-grow: 1; }
    .bulletin-container .bulletin-art img {
      display: block;
      width: 100%; }

.co-agents {
  margin-top: 100px; }

.co-list .row {
  margin-bottom: 20px;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .co-list .row {
      display: flex;
      align-items: center;
      border-top: 1px solid #e6e5e5;
      margin: 0;
      padding: 20px 0; } }

.co-list .co-agent-region {
  color: #27c0b5;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px solid #27c0b5;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .co-list .co-agent-region {
      padding: 0;
      margin: 0;
      border: none;
      padding-right: 50px;
      flex-basis: 40%; } }

.co-list .co-agent-name {
  flex: 1; }

.downloads {
  display: flex;
  flex-wrap: wrap; }
  .downloads .fa {
    margin-right: 5px; }
  .downloads .button {
    flex-basis: 100%;
    text-align: center;
    margin: 8px 0; }
    @media (min-width: 768px) {
      .downloads .button {
        flex-basis: 49.5%; }
        .downloads .button:nth-child(1) {
          margin-right: 1%; } }

.search-res {
  display: flex;
  font-size: 30px;
  border: 2px solid #27c0b5; }
  .search-res .search-term {
    padding: 0 0.8em;
    flex: 1;
    outline: none;
    height: 80px;
    border: none;
    width: 100%; }
  .search-res button {
    width: 80px;
    border: none;
    margin: 0;
    padding: 0;
    background: #27c0b5;
    color: white; }

.search-results-list {
  margin-top: 50px;
  padding: 0; }
  .search-results-list a {
    font-weight: normal; }
  .search-results-list .result-label {
    color: #595959;
    font-size: 0.8em;
    letter-spacing: 0.1em; }
  .search-results-list li {
    border-bottom: 1px solid #e6e5e5;
    list-style: none;
    padding: 15px 0; }

.flex.contact {
  margin-bottom: 50px;
  flex-wrap: wrap; }
  .flex.contact .contact-form {
    width: 100%; }
    .flex.contact .contact-form .wpcf7 {
      margin: 0 !important; }
    .flex.contact .contact-form p {
      margin: 0 0 30px; }
    .flex.contact .contact-form .button {
      width: 100%; }
    @media (min-width: 959px) {
      .flex.contact .contact-form {
        width: 60%;
        padding-right: 80px; } }
  .flex.contact .contact-sidebar {
    text-align: center;
    margin: 0 auto; }
    .flex.contact .contact-sidebar .support-name {
      font-size: 1.2em; }
    @media (min-width: 959px) {
      .flex.contact .contact-sidebar {
        flex: 1;
        text-align: left; } }

.social_contact {
  margin: 30px 0; }

div.wpcf7 .ajax-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: auto;
  height: auto;
  z-index: 1005;
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all ease;
  background-image: url(img/loader.svg);
  background-size: 100px; }
  div.wpcf7 .ajax-loader.is-active {
    opacity: 1; }

.home-agents, .grid-agents {
  margin: -20px 0 50px;
  width: 100%;
  display: none; }
  .home-agents h1, .home-agents .person-meta, .home-agents .person-bio, .home-agents .button, .grid-agents h1, .grid-agents .person-meta, .grid-agents .person-bio, .grid-agents .button {
    display: none; }
  .home-agents .person-list, .grid-agents .person-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .home-agents li, .grid-agents li {
    padding: 0px !important;
    width: 49% !important;
    position: relative;
    flex-wrap: wrap;
    margin: 0 0.5% 30px !important;
    background: #27c0b5; }
    @media (min-width: 600px) {
      .home-agents li, .grid-agents li {
        width: 32% !important; } }
  .home-agents .person-name, .grid-agents .person-name {
    padding: 0;
    position: relative; }
    .home-agents .person-name a, .grid-agents .person-name a {
      display: block;
      color: white;
      font-size: 15px;
      text-align: center;
      line-height: 1.1;
      padding: 20px 10px;
      position: relative;
      z-index: 2;
      font-weight: normal; }
    .home-agents .person-name:before, .grid-agents .person-name:before {
      display: block;
      content: '';
      width: 30px;
      height: 30px;
      background: #27c0b5;
      position: absolute;
      -webkit-transform: translate3d(-50%, 10px, 0) rotate(45deg);
              transform: translate3d(-50%, 10px, 0) rotate(45deg);
      translate-origin: center;
      top: -15px;
      left: 50%; }
  .home-agents .person-right, .grid-agents .person-right {
    margin: 0;
    flex-basis: 100%; }
  .home-agents .person-left, .grid-agents .person-left {
    flex-basis: 100%;
    margin: 0; }
    .home-agents .person-left a, .grid-agents .person-left a {
      height: 0;
      padding-bottom: 100%;
      display: block;
      position: relative;
      overflow: hidden; }
    .home-agents .person-left img, .grid-agents .person-left img {
      position: absolute;
      display: block;
      margin: auto auto;
      left: -999px;
      right: -999px;
      top: -999px;
      bottom: -999px;
      min-width: 100%;
      min-height: 100%; }

.home-feeds .tweets, .home-feeds .bulletins {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px; }

.home-feeds .bulletins {
  padding: 10px 0; }
  .home-feeds .bulletins ul {
    list-style: none;
    padding: 0; }
  .home-feeds .bulletins li:not(:last-child) {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e6e5e5; }
  .home-feeds .bulletins p {
    margin: 0; }
  .home-feeds .bulletins .readmore {
    text-transform: lowercase;
    display: inline-block;
    background: #27c0b5;
    color: white;
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 3px;
    margin-top: 4px;
    font-size: 14px; }
    .home-feeds .bulletins .readmore .fa {
      margin: 0 -4px 0 3px;
      position: relative;
      top: 1px;
      opacity: 0.4; }

@media (min-width: 720px) {
  .home-feeds .tweets, .home-feeds .bulletins {
    width: 50%; }
  .home-feeds .tweets {
    padding-right: 50px; } }

.home-feeds .bulletins h2 {
  margin-top: 0; }

.home-feeds .bulletins h3 {
  margin: 0 0 4px;
  font-weight: 700; }

.home-grid-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.05;
  display: none; }

/*! jQuery.Flipster, v1.1.2 (built 2017-11-10) */
/* @group Flipster Essential Styles */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative; }

.flipster:focus {
  outline: none; }

.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom; }

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer; }

.flipster__item img {
  max-width: 100%; }

/* @end */
/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  transition: opacity 500ms ease;
  margin: -1em 2em; }

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round; }

.flipster__button:hover,
.flipster__button:focus {
  opacity: 1; }

.flipster__button--prev {
  left: 0; }

.flipster__button--next {
  right: 0; }

/* @end */
/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative; }

.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em; }

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster__nav__link::after {
  content: '';
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
          transform: translateY(100%) translateY(-0.25em);
  transition: inherit; }

.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF; }

.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1; }

.flipster__nav__child .flipster__nav__link {
  color: #FFF; }

.flipster__nav__child .flipster__nav__link::after {
  background: #FFF; }

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221; }

.flipster__nav__item--current .flipster__nav__child {
  display: block; }

/* @end */
/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--carousel .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px; }

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  transition-delay: 115ms; }

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms; }

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms; }

.flipster--carousel .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
          transform: translateX(100%) rotateY(-20deg) scale(0.5); }

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
          transform: translateX(25%) rotateY(40deg) scale(0.65); }

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(45deg) scale(0.8);
          transform: rotateY(45deg) scale(0.8); }

.flipster--carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
          transform: translateX(-100%) rotateY(20deg) scale(0.5); }

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
          transform: translateX(-25%) rotateY(-40deg) scale(0.65); }

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(-45deg) scale(0.8);
          transform: rotateY(-45deg) scale(0.8); }

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(175%) scale(0.5);
          transform: translateX(175%) scale(0.5); }

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.65);
          transform: translateX(25%) scale(0.65); }

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
          transform: translateX(0%) scale(0.8); }

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-175%) scale(0.5);
          transform: translateX(-175%) scale(0.5); }

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.65);
          transform: translateX(-25%) scale(0.65); }

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
          transform: translateX(0%) scale(0.8); }

.flipster--carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
          transform: translateX(0) rotateY(0deg) scale(1);
  transition-delay: 60ms; }

/* @end */
/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--coverflow .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px; }

.flipster--coverflow .flipster__container {
  padding-bottom: 5%; }

.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent)); }

.flipster--coverflow .flipster__item__content img:only-child {
  display: block; }

.flipster--coverflow .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale(0.75) rotateY(55deg);
          transform: scale(0.75) rotateY(55deg); }

.flipster--coverflow .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale(0.75) rotateY(-55deg);
          transform: scale(0.75) rotateY(-55deg); }

.flipster--coverflow .flip-current .flipster__item__content {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

/* @end */
/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  transition: all 400ms ease-in-out; }

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5; }

.flipster--flat .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75);
          transform: scale(0.75); }

.flipster--flat .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.75);
          transform: scale(0.75); }

/* @end */
/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden; }

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--wheel .flipster__container {
  padding-bottom: 20%; }

.flipster--wheel .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.flipster--wheel .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.flipster--wheel .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%; }

.flipster--wheel .flipster__item__content img:only-child {
  display: block; }

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
          transform: rotateZ(-80deg) translate(-170%, 110%); }

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(80deg) translate(170%, 110%);
          transform: rotateZ(80deg) translate(170%, 110%); }

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
          transform: rotateZ(-60deg) translate(-70%, 75%); }

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(60deg) translate(70%, 75%);
          transform: rotateZ(60deg) translate(70%, 75%); }

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
          transform: rotateZ(-40deg) translate(-17%, 30%); }

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(40deg) translate(17%, 30%);
          transform: rotateZ(40deg) translate(17%, 30%); }

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg); }

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg); }

.flipster--wheel .flip-current .flipster__item__content {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); }

/* @end */
.flipster--loop {
  /*  .flipster__item--past { transform: translateX(-100%); }
  .flipster__item--future { transform: translateX(100%); }*/ }

.flipster--loop .flipster__item {
  position: absolute; }

.flipster--loop .flipster__item--past-4 {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%); }

.flipster--loop .flipster__item--future-4 {
  -webkit-transform: translateX(200%);
  transform: translateX(200%); }

.flipster--loop .flipster__item--past-3 {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%); }

.flipster--loop .flipster__item--future-3 {
  -webkit-transform: translateX(150%);
  transform: translateX(150%); }

.flipster--loop .flipster__item--past-2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.flipster--loop .flipster__item--future-2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.flipster--loop .flipster__item--past-1 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.flipster--loop .flipster__item--future-1 {
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }

.flipster--infinite-carousel .flipster__container,
.flipster--infinite-carousel .flipster__item {
  transition: all 1000ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--infinite-carousel .flipster__item__content {
  transition: inherit; }

.flipster--infinite-carousel .flipster__item {
  position: absolute;
  opacity: 0;
  -webkit-perspective: 800px;
  perspective: 800px; }

.flipster--infinite-carousel .flipster__item--past-4,
.flipster--infinite-carousel .flipster__item--future-4 {
  opacity: 1;
  transition-delay: 120ms; }

.flipster--infinite-carousel .flipster__item--past-3,
.flipster--infinite-carousel .flipster__item--future-3 {
  opacity: 1;
  transition-delay: 120ms; }

.flipster--infinite-carousel .flipster__item--past-2,
.flipster--infinite-carousel .flipster__item--future-2 {
  opacity: 1;
  transition-delay: 90ms; }

.flipster--infinite-carousel .flipster__item--past-1,
.flipster--infinite-carousel .flipster__item--future-1 {
  opacity: 1;
  transition-delay: 60ms; }

.flipster--infinite-carousel .flipster__item--current {
  opacity: 1;
  transition-delay: 0; }

.flipster--infinite-carousel .flipster__item--past .flipster__item__content,
.flipster--infinite-carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.4);
  transform: scale(0.4); }

.flipster--infinite-carousel .flipster__item--past-4 .flipster__item__content {
  -webkit-transform: translateX(-185%) scale(0.41);
          transform: translateX(-185%) scale(0.41); }

.flipster--infinite-carousel .flipster__item--future-4 .flipster__item__content {
  -webkit-transform: translateX(185%) scale(0.41);
          transform: translateX(185%) scale(0.41); }

.flipster--infinite-carousel .flipster__item--past-3 .flipster__item__content {
  -webkit-transform: translateX(-150%) scale(0.512);
          transform: translateX(-150%) scale(0.512); }

.flipster--infinite-carousel .flipster__item--future-3 .flipster__item__content {
  -webkit-transform: translateX(150%) scale(0.512);
          transform: translateX(150%) scale(0.512); }

.flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(-110%) scale(0.64);
          transform: translateX(-110%) scale(0.64); }

.flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(110%) scale(0.64);
          transform: translateX(110%) scale(0.64); }

.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(-65%) scale(0.8);
          transform: translateX(-65%) scale(0.8); }

.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(65%) scale(0.8);
          transform: translateX(65%) scale(0.8); }

.flipster--infinite-carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
          transform: translateX(0) rotateY(0deg) scale(1); }

#coverflow {
  padding: 0 0 20px; }

.flipster {
  overflow-x: visible; }

.book-flip-cover {
  height: 0;
  width: 120px;
  padding-bottom: 165%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 640px) {
    .book-flip-cover {
      width: 200px; } }
  @media (min-width: 1024px) {
    .book-flip-cover {
      width: 250px; } }

* {
  box-sizing: border-box; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }
  .wrapper.narrow {
    max-width: 960px; }

.four-o-four {
  text-align: center;
  min-height: 50vh; }

.hide {
  display: none; }

.no-flickr {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

body.page-id-6367 .menu-bar,
body.page-id-4702 .menu-bar,
body.page-id-6378 .menu-bar {
  margin-bottom: 0; }

body.page-id-6367 footer,
body.page-id-4702 footer,
body.page-id-6378 footer {
  margin: 0; }

.home-banner {
  height: 80vh;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 500; }
  .home-banner img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 70%;
       object-position: 50% 70%;
    width: 100%;
    height: 100%;
    opacity: .85; }

.home-books-scroller {
  position: relative;
  z-index: -1; }
  @media (min-width: 768px) {
    .home-books-scroller {
      height: 175vh; } }
  .home-books-scroller .statement {
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 50px 15px; }
    @media (min-width: 768px) {
      .home-books-scroller .statement {
        position: -webkit-sticky;
        position: sticky;
        min-height: 100vh;
        max-width: 35em;
        padding: 100px 50px; } }
    @media (min-width: 1024px) {
      .home-books-scroller .statement {
        max-width: 45em; } }
    .home-books-scroller .statement:after {
      display: block;
      content: '';
      position: fixed;
      width: 100vw;
      height: 100%;
      z-index: -1;
      left: 0;
      top: 0;
      background: linear-gradient(90deg, white 45%, rgba(255, 255, 255, 0) 75%); }
  .home-books-scroller .book-perspective {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    height: 100vw;
    overflow: visible; }
    @media (min-width: 768px) {
      .home-books-scroller .book-perspective {
        position: fixed;
        top: 0;
        width: 70vw;
        height: 300vh; } }
  .home-books-scroller .book-track {
    -webkit-transform: rotateX(40deg) rotateZ(20deg) translate(-70%, 0%);
            transform: rotateX(40deg) rotateZ(20deg) translate(-70%, 0%); }
    @media (min-width: 768px) {
      .home-books-scroller .book-track {
        -webkit-transform: rotateX(20deg) rotateZ(30deg) translate(-20%, 25%);
                transform: rotateX(20deg) rotateZ(30deg) translate(-20%, 25%); } }
  .home-books-scroller .book-stream {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    height: 200vw;
    width: 100vw; }
    @media (min-width: 768px) {
      .home-books-scroller .book-stream {
        height: 300vh; } }
    .home-books-scroller .book-stream img {
      height: auto;
      width: 25%;
      margin: 0;
      padding: 1px; }
      @media (min-width: 768px) {
        .home-books-scroller .book-stream img {
          padding: 5px;
          width: 20%; } }

.book2-container {
  -webkit-transform-origin: center;
          transform-origin: center; }
  @media (min-width: 768px) {
    .book2-container {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 70vw; } }

.book2-track {
  height: 100vw;
  -webkit-transform: rotateX(0deg) rotateZ(10deg) translateY(20%) translateX(0%) scale(1.2);
          transform: rotateX(0deg) rotateZ(10deg) translateY(20%) translateX(0%) scale(1.2); }
  @media (min-width: 768px) {
    .book2-track {
      -webkit-transform: rotateX(0deg) rotateZ(25deg) translateY(100%) translateX(10%);
              transform: rotateX(0deg) rotateZ(25deg) translateY(100%) translateX(10%);
      height: auto; } }

.book2-stream {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 3px;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  align-items: center;
  will-change: transform; }
  @media (min-width: 768px) {
    .book2-stream {
      grid-gap: 5px; } }
  .book2-stream div {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }
  .book2-stream div:nth-child(even) {
    margin-top: -100%; }
  .book2-stream img {
    width: 100%;
    height: 100%; }

.home-video {
  padding: 100px 0 100px;
  position: relative;
  z-index: 3;
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .home-video {
      background: none; } }
  .home-video .video-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700; }
  .home-video .video-bg {
    background: #f7f7f7; }
  .home-video .video-container {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 20px;
    position: relative; }
    .home-video .video-container video {
      width: 100%;
      display: block; }
  .home-video .video-cta {
    text-align: center; }
  .home-video .warning {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: opacity 1s ease; }
    .home-video .warning.warned {
      opacity: 0;
      pointer-events: none; }
    .home-video .warning button {
      border-radius: 100%;
      background: white;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 4rem;
      height: 4rem;
      border: 1px solid white;
      color: #27c0b5;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1; }
      .home-video .warning button i {
        position: relative;
        left: .05em; }

.history-row {
  margin-bottom: 12rem;
  position: relative; }
  .history-row__scroller {
    position: relative; }
  .history-row__image {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center; }
  .history-row__heading {
    margin-top: -20rem;
    padding: 20rem 20px 12rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white 90%); }
    .history-row__heading h2 {
      font-size: 55px;
      margin: 0;
      line-height: 1;
      position: relative; }
      @media (min-width: 768px) {
        .history-row__heading h2 {
          font-size: 80px; } }
      .history-row__heading h2:after {
        display: block;
        width: 100px;
        height: 3px;
        background: #27c0b5;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -5rem;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0); }
  .history-row__content {
    background: white;
    position: relative;
    z-index: 2; }
    .history-row__content p {
      margin: 0 0 1em; }

.history-wrapper {
  position: relative; }

.history-title {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  font-size: 40px;
  top: calc(50vh - 12rem); }
  .history-title h1 {
    display: inline-block;
    line-height: 1;
    padding: .2em .5em .3em;
    margin: 0;
    color: white;
    background: rgba(0, 0, 0, 0.5); }

.history-down {
  border: 2px solid white;
  display: inline-block;
  text-align: center;
  position: fixed;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 2rem;
  font-size: 2rem;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.3;
  border-radius: 50%;
  color: white;
  z-index: 1;
  -webkit-animation: 1s bob infinite alternate linear;
          animation: 1s bob infinite alternate linear; }



.front-page-banner {
    height: 70vw;
    background: #fafafa; 
    margin:-50px 0 100px;
}
.front-page-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center 70%;
}
@media (min-width: 768px) {
    .front-page-banner {
        height: 60vh; 
        min-height: 500px; 
    }
}


.page-id-9872 h2 {
    line-height: 1;
    margin-bottom: -0.35em;
}
.page-id-9872 hr {
    border-style: dashed;
    opacity: 0.5;
    margin: 2em auto;
}
.page-id-6367 h1 {
    visibility: hidden;
    position: absolute;
}

@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 50%, 0);
            transform: translate3d(-50%, 50%, 0); } }

@keyframes bob {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 50%, 0);
            transform: translate3d(-50%, 50%, 0); } }
