/*!
Theme Name: Sarah Brightman Theme V2
Theme URI: http://airbornedigitalmedia.com/
Author: Airborne Digital Media (Geraint/Rob)
Author URI: http://airbornedigitalmedia.com/
Description: Sarah Brightman Theme V2 Website
Version: 1.0.0
Text Domain: sarahbrightman
*/
/* mixins */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em; }

/**
 * 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * 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; }

/**
 * 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; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.u-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.u-hide {
  display: none; }

.u-clear {
  clear: both; }

.u-justify-children {
  text-align: justify; }
  .u-justify-children:after {
    content: "";
    width: 100%;
    display: inline-block; }

.u-centre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto; }

.u-no-padding {
  padding: 0; }

.u-margin {
  margin-bottom: 100px; }

.u-align-centre {
  text-align: center; }

.u-align-left {
  text-align: left; }

.u-align-right {
  text-align: right; }

.u-italic {
  font-style: italic; }

.u-lowercase {
  text-transform: lowercase; }

.u-desktop-only,
.u-large-desktop-only,
.u-largest-only {
  display: none; }

.u-tablet-only--inline {
  display: inline; }

@media only screen and (min-width: 800px) {
  .u-desktop-only {
    display: block; }

  .u-mobile-only {
    display: none; } }
@media only screen and (min-width: 960px) {
  .u-large-desktop-only {
    display: block; }

  .u-tablet-only,
  .u-tablet-only--inline {
    display: none; } }
@media only screen and (min-width: 1100px) {
  .u-largest-only {
    display: block; } }
/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/fa-brands-400.eot");
  src: url("assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-brands-400.woff2") format("woff2"), url("assets/fonts/fa-brands-400.woff") format("woff"), url("assets/fonts/fa-brands-400.ttf") format("truetype"), url("assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab, .social__link {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/fa-light-300.eot");
  src: url("assets/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-light-300.woff2") format("woff2"), url("assets/fonts/fa-light-300.woff") format("woff"), url("assets/fonts/fa-light-300.ttf") format("truetype"), url("assets/fonts/fa-light-300.svg#fontawesome") format("svg"); }
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/fa-regular-400.eot");
  src: url("assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-regular-400.woff2") format("woff2"), url("assets/fonts/fa-regular-400.woff") format("woff"), url("assets/fonts/fa-regular-400.ttf") format("truetype"), url("assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/fa-solid-900.eot");
  src: url("assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-solid-900.woff2") format("woff2"), url("assets/fonts/fa-solid-900.woff") format("woff"), url("assets/fonts/fa-solid-900.ttf") format("truetype"), url("assets/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab,
.social__link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.social__link {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.social__link {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #b9935e; }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #b9935e; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
html {
  box-sizing: border-box;
  height: 100%; }

html,
body {
  min-height: 100%;
  font-family: "Barlow Semi Condensed", sans-serif; }
  html.no-scroll,
  body.no-scroll {
    overflow: hidden; }

body {
  background-color: #040404;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 31.25em) {
    body {
      background-size: cover;
      background-attachment: scroll;
      background-size: 100% auto; } }

*,
*:before,
*:after {
  box-sizing: border-box; }

iframe {
  display: block; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
.h1-faux {
  color: #ffffff;
  font-family: "kepler-std", serif;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 25px;
  text-transform: uppercase; }
  h1:after,
  .h1-faux:after {
    content: '';
    height: 1px;
    margin-top: 8px;
    display: block;
    background: linear-gradient(90deg, rgba(185, 147, 94, 0.7) 0%, rgba(185, 147, 94, 0.6) 30%, rgba(185, 147, 94, 0.6) 70%, rgba(185, 147, 94, 0) 100%); }
  h1 a,
  .h1-faux a {
    color: inherit; }
  h1.h1--lowercase,
  .h1-faux.h1--lowercase {
    font-size: 1.5625em;
    text-transform: none; }
  h1.h1--border,
  .h1-faux.h1--border {
    border-bottom: 1px solid rgba(185, 147, 94, 0.5); }

h2,
.h2-faux {
  color: #ffffff;
  font-family: "kepler-std", serif;
  margin-bottom: 5px;
  margin-right: 20px;
  padding: 13px 0;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.625rem; }
  h2:after,
  .h2-faux:after {
    content: '';
    height: 1px;
    margin-top: 8px;
    display: block;
    background: linear-gradient(90deg, rgba(185, 147, 94, 0.7) 0%, rgba(185, 147, 94, 0.6) 30%, rgba(185, 147, 94, 0.6) 70%, rgba(185, 147, 94, 0) 100%); }
  h2.h2--lowercase,
  .h2-faux.h2--lowercase {
    text-transform: none; }

h2.no-border {
  border-bottom: none;
  padding-bottom: none; }

h3,
.h3-faux {
  border-bottom: none;
  color: #fff;
  font-family: "kepler-std", serif;
  font-size: 22px;
  font-size: 1.375rem; }
  h3 a,
  .h3-faux a {
    color: inherit;
    text-decoration: none; }
    h3 a:hover,
    .h3-faux a:hover {
      color: #b9935e; }

h4,
.h4-faux {
  color: #fff;
  font-family: "kepler-std", serif;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0px; }
  h4 a,
  .h4-faux a {
    color: inherit;
    text-decoration: none; }
    h4 a:hover,
    .h4-faux a:hover {
      color: #b9935e; }

time {
  color: #fff;
  display: inline-block;
  font-size: 0.75em; }

p {
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  word-wrap: break-word; }
  p a {
    color: #b9935e;
    transition: color 0.5s ease-in-out; }
    p a:hover {
      color: #fff; }

a {
  text-decoration: none;
  transition: color 0.5s ease-in-out; }

.header {
  padding-top: 40px;
  position: relative;
  z-index: 2;
  width: 100%; }

.header--padded {
  padding-bottom: 26px; }

.header__logo {
  background-image: url(assets/images/SarahBrightman-Logo-BLK.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  text-indent: -9999px;
  width: 265px; }
  .header__logo:after {
    background-image: url(assets/images/official-website-blk.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 10px;
    left: 0px;
    position: absolute;
    text-indent: -9999px;
    top: 0px;
    width: 269px; }

.header__utility {
  margin-bottom: 16px; }

.header__utility__link {
  color: #3c3f4a;
  margin-bottom: 16px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem; }
  .header__utility__link:after {
    content: ">";
    display: inline-block;
    color: #3c3f4a;
    margin-left: 5px; }
  .header__utility__link:hover {
    color: #ffffff; }

@media only screen and (min-width: 750px) {
  .header__utility {
    float: right;
    margin-bottom: 0;
    text-align: right; }

  .header__logo {
    float: left;
    width: 518px;
    height: 70px; }
    .header__logo:after {
      height: 17px;
      width: 458px; } }
.footer {
  padding: 40px 0 40px;
  position: relative;
  text-align: center;
  z-index: 1;
  clear: both; }
  .footer p {
    color: #fff;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 0.875rem; }

.page-wrapper {
  background-color: rgba(4, 7, 16, 0.65);
  clear: both;
  max-width: 976px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px; }

.page-videos .inner--padded {
  padding-top: 70px; }

.inner {
  clear: both;
  max-width: 976px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1; }
  .innerp {
    color: #ffffff; }

.inner--padded {
  padding-top: 60px; }

.inner--centered {
  text-align: center; }

.inner--overflowhidden {
  overflow: hidden; }

/* placeholder colors */
form input::-webkit-input-placeholder {
  color: #fff; }

form input:-moz-placeholder {
  color: #fff; }

form input::-ms-input-placeholder {
  color: #fff; }

form input:-ms-input-placeholder {
  color: #fff; }

/* focus */
form input:focus::-webkit-input-placeholder {
  color: #fff; }

form input:focus:-moz-placeholder {
  color: #fff; }

form input:focus::-ms-input-placeholder {
  color: #fff; }

form input:focus:-ms-input-placeholder {
  color: #fff; }

select {
  color: #000; }

#loginform {
  margin: 0 auto 80px;
  max-width: 300px; }
  #loginform .login-control {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #loginform .login-control:after {
      font-family: 'Font Awesome 5 Pro';
      content: '\f054';
      color: #543308;
      position: absolute;
      top: 12px;
      right: 14px;
      pointer-events: none; }
  #loginform .login-control__pswd {
    background: transparent;
    border: 1px solid #c09255;
    color: #fff;
    font-family: "kepler-std", serif;
    letter-spacing: 0.09rem;
    padding: 10px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  #loginform .login-control__btn {
    opacity: 0.8;
    border: none;
    background-color: #c09255;
    color: #fff;
    margin-left: 1px;
    width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    #loginform .login-control__btn:hover {
      opacity: 1; }
  #loginform .login-username,
  #loginform .login-password {
    margin-bottom: 20px; }
    #loginform .login-username label,
    #loginform .login-password label {
      display: none;
      margin-bottom: 10px; }
  #loginform .login-remember {
    margin-bottom: 0px; }
    #loginform .login-remember label {
      font-size: 14px;
      font-size: 0.875rem; }
      #loginform .login-remember label input {
        border: none;
        margin: 0 5px 0 0;
        vertical-align: middle; }

.login-submit input {
  background: #b9935e;
  border: none;
  color: #fff;
  margin-top: 30px;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase; }

.svg--icon-facebook, .svg--icon-search, .svg--icon-spotify, .svg--icon-twitter {
  background: url("svg/sprite.css.svg") no-repeat; }

.svg--icon-facebook {
  background-position: 0 0; }

.svg--icon-facebook-dims {
  width: 451px;
  height: 869.28px; }

.svg--icon-search {
  background-position: 97.80046536540725% 5.087687088592201%; }

.svg--icon-search-dims {
  width: 14.857px;
  height: 14.857px; }

.svg--icon-spotify {
  background-position: 99.77876106194691% 2.3057919621749408%; }

.svg--icon-spotify-dims {
  width: 24px;
  height: 24px; }

.svg--icon-twitter {
  background-position: 99.77898181190666% 0; }

.svg--icon-twitter-dims {
  width: 24.001px;
  height: 19.507px; }

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  z-index: 3000;
  text-align: center; }

#gdpr-cookie-message h4 {
  display: inline-block;
  color: #ffffff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px; }

#gdpr-cookie-message h5 {
  color: #ffffff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500; }

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  margin: 0; }

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right; }

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block; }

#gdpr-cookie-message a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in; }

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #c09255;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #c09255;
  color: white;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  padding: 7px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message button:hover {
  background: white;
  color: #c09255;
  transition: all 0.3s ease-in; }

button#gdpr-cookie-advanced {
  background: white;
  color: #000000; }

#gdpr-cookie-message button:disabled {
  opacity: 0.3; }

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px; }

.menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  position: relative;
  float: left; }
  .menu .inner:after {
    content: "";
    display: table;
    clear: both; }

.menu__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  padding: 30px;
  overflow: scroll;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 5000; }

.menu__wrapper--open {
  transform: translateX(0); }

.menu__search {
  float: right;
  padding: 20px 0 16px; }

.search-form {
  display: none;
  float: right;
  margin-right: 5px;
  text-align: right;
  overflow: hidden;
  width: 150px; }
  @media only screen and (min-width: 50em) {
    .search-form {
      width: inherit; } }

.screen-reader-text, .search-submit {
  display: none; }

.search-field {
  margin: 16px 7px 0 0;
  padding: 2px 10px;
  border: 1px solid #3c3f4a;
  background-color: transparent;
  font-family: "kepler-std", serif;
  color: #3c3f4a;
  transform: translateX(110%);
  transition: transform 0.4s ease-in-out;
  width: 150px; }
  .search-field::placeholder {
    color: #3c3f4a; }
  @media only screen and (min-width: 50em) {
    .search-field {
      width: inherit; } }

.search-field--open {
  transform: translateX(0);
  display: block; }

.menu-item {
  padding: 15px 0;
  font-family: "kepler-std", serif;
  text-transform: uppercase;
  font-size: 1em; }
  .menu-item a {
    color: #3c3f4a;
    text-decoration: none;
    transition: color 0.2s linear; }
    .menu-item a:hover {
      color: #000000; }
  .menu-item.current_page_item > a {
    color: #b9935e; }

.menu-item--overflow {
  display: none; }

.menu-item-has-children:before {
  content: " ";
  background-image: url(assets/images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 0;
  margin-right: 5px; }

.menu-item-has-children--open:before {
  transform: rotate(180deg); }

.sub-menu {
  display: none;
  padding: 10px 0 0 30px; }
  .sub-menu .menu-item {
    padding: 10px 0; }

.sub-menu--open--mobile {
  display: block; }

.menu__burger {
  text-indent: -9999px;
  position: relative;
  width: 20px;
  height: 15px;
  float: left;
  top: 20px;
  cursor: pointer; }
  .menu__burger:before, .menu__burger:after,
  .menu__burger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c3f4a;
    position: absolute;
    transition: all 0.2s linear; }
  .menu__burger:before {
    content: "";
    top: 0; }
  .menu__burger:after {
    content: "";
    bottom: 0; }
  .menu__burger span {
    top: 7px;
    opacity: 1; }
  .menu__burger:hover:before, .menu__burger:hover:after,
  .menu__burger:hover span {
    background-color: #ffffff; }

.menu__burger--block {
  display: block;
  clear: both;
  float: none;
  margin-bottom: 40px; }
  .menu__burger--block:hover:before, .menu__burger--block:hover:after,
  .menu__burger--block:hover span {
    background-color: #000000; }

.menu__burger--open span {
  opacity: 0; }
.menu__burger--open:before {
  transform: rotate(45deg);
  top: 7px; }
.menu__burger--open:after {
  transform: rotate(-45deg);
  bottom: 7px; }

.menu__container--footer {
  text-align: center;
  width: 100%;
  margin: 16px 0 10px; }
  .menu__container--footer ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    float: none;
    margin: 1px 0;
    padding: 0px 13px; }
    .menu__container--footer ul li:last-of-type {
      border: none; }
    .menu__container--footer ul li a {
      color: #fff;
      letter-spacing: 0.09rem; }
      .menu__container--footer ul li a:hover {
        color: #b9935e; }

@media only screen and (min-width: 650px) {
  .menu__list, .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  .menu__burger {
    display: none; }

  .menu__wrapper {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    float: left;
    overflow: visible;
    transform: none;
    padding: 0;
    background-color: transparent; }

  .menu__container--footer {
    margin: 20px 0 15px; }
    .menu__container--footer .menu-item-has-children:after {
      display: none; }

  .menu-item--overflow {
    display: inline; }

  .menu-item {
    padding: 20px 8px 19px; }
    .menu-item a:hover {
      color: #906427; }
    .menu-item.current_page_item > a {
      color: #906427; }

  .menu-item--hidden {
    display: none; }

  .menu-item-has-children:before {
    display: none; }
  .menu-item-has-children.js-menu-more:after {
    margin-left: 4px; }
  .menu-item-has-children.js-menu-more {
    position: relative; }
    .menu-item-has-children.js-menu-more:after {
      background-image: url(assets/images/arrow-down.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 10px;
      display: inline-block;
      height: 10px;
      width: 10px;
      margin-left: 5px;
      content: " "; }
    .menu-item-has-children.js-menu-more .sub-menu {
      background-color: rgba(255, 255, 255, 0.7);
      display: block;
      bottom: 0;
      height: inherit;
      left: 0;
      overflow: hidden;
      padding: 0;
      max-height: 0;
      width: auto;
      padding-bottom: 0;
      transform: translate(0, 100%);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .menu-item-has-children.js-menu-more .sub-menu .menu-item {
        display: block;
        padding: 15px 8px;
        white-space: nowrap; }
    .menu-item-has-children.js-menu-more .sub-menu--open {
      border-width: 1px;
      max-height: 400px;
      padding-bottom: 20px; }

  .sub-menu {
    background-color: rgba(255, 255, 255, 0.55);
    bottom: 0;
    height: 35px;
    left: 50%;
    margin: 0 auto;
    max-width: 976px;
    overflow: hidden;
    opacity: 0;
    padding: 0 40px;
    position: absolute;
    transform: translate(-50%, 35px);
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .sub-menu .menu-item {
      height: 35px;
      opacity: 0;
      padding: 11px 10px 10px;
      -webkit-transform: translate(0, -100%);
      -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .sub-menu .menu-item > a {
        color: #3c3f4a; }
        .sub-menu .menu-item > a:hover {
          color: #ffffff; }
      .sub-menu .menu-item.current_page_item > a, .sub-menu .menu-item.current-menu-item > a, .sub-menu .menu-item.current-menu-ancestor > a {
        color: #ffffff; }

  .sub-menu--open {
    height: 35px;
    opacity: 1;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .sub-menu--open .menu-item {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

  .sub-menu--open--mobile {
    display: none; } }
.sb-newsletter .fancybox-content {
  background-color: black;
  width: 100%; }
  @media only screen and (min-width: 31.25em) {
    .sb-newsletter .fancybox-content {
      border: 1px solid #b9935e;
      padding: 40px 0 20px;
      width: 500px;
      height: 790px; } }
.sb-newsletter .fancybox-slide--iframe {
  padding-left: 0px;
  padding-right: 0px; }
.sb-newsletter .fancybox-bg {
  background-color: #000;
  opacity: 0.9; }

.icon--search {
  fill: #3c3f4a;
  width: 17px;
  height: 17px; }

@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon/icomoon.eot?sgw4cl");
  src: url("assets/fonts/icomoon/icomoon.eot?sgw4cl#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?sgw4cl") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?sgw4cl") format("woff"), url("assets/fonts/icomoon/icomoon.svg?sgw4cl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play2:before {
  content: "\ea15"; }

.social-inline {
  margin-left: auto; }
  .social-inline .social__link:before {
    font-size: 1.5em; }

.social__item {
  display: inline-block;
  margin-right: 5px; }
  .social__item.social__title {
    color: #ffffff;
    text-transform: uppercase; }
  .social__item:last-child {
    margin-right: 0; }

.social__link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 20px;
  font-size: 1.25rem; }
  .social__link:before {
    color: #3c3f4a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .social__link:hover:before {
    color: #ffffff; }
  .footer .social__link:before {
    color: #ffffff; }
  .footer .social__link:hover:before {
    color: #b9935e; }
  .social__link i {
    font-size: 16px;
    font-size: 1rem;
    color: #b9935e;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .social__link i:hover:before {
      color: #ffffff; }

.social__link--facebook:before {
  content: "\f09a"; }

.social__link--twitter:before {
  content: "\f099"; }

.social__link--instagram:before {
  content: "\f16d"; }

.social__link--youtube:before {
  content: "\f167"; }

.social__link--spotify:before {
  content: "\f1bc"; }

.social__link--apple:before {
  content: "\f179"; }

.search-results .ab-related__link {
  color: #b9935e;
  text-transform: uppercase; }
  .search-results .ab-related__link:before {
    content: ">";
    display: inline-block;
    color: #b9935e;
    margin-right: 5px; }

.ab-carousel {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  opacity: 0; }

.ab-carousel__item {
  width: 100%;
  height: 0;
  padding-bottom: 50.25%;
  position: absolute; }
  .ab-carousel__item img,
  .ab-carousel__item iframe {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.flickity-button {
  background: transparent; }
  .flickity-button:hover {
    background: transparent; }

.flickity-prev-next-button .flickity-button-icon {
  border-radius: none;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  fill: #b9935e; }

.ab-featured-article {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ab-featured-article__content {
  margin-bottom: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }
  @media only screen and (min-width: 43.75em) {
    .ab-featured-article__content {
      padding-right: 20px;
      margin-bottom: 13px;
      width: 68%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }

.ab-featured-article__media {
  position: relative;
  border: 1px solid #c09255;
  overflow: hidden; }
  .ab-featured-article__media .image-crop {
    position: relative; }
    .ab-featured-article__media .image-crop:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .ab-featured-article__media .image-crop > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.featured-article__image {
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%; }

.ab-featured-article--video .image-crop {
  position: relative; }
  .ab-featured-article--video .image-crop:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .ab-featured-article--video .image-crop > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ab-featured-article--video .image-crop:after {
    pointer-events: none;
    display: block;
    content: "\ea15";
    color: #fff;
    font-family: 'icomoon' !important;
    font-weight: 300;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15vw; }
    @media only screen and (min-width: 31.25em) {
      .ab-featured-article--video .image-crop:after {
        font-size: 100px;
        font-size: 6.25rem; } }

.ab-featured-article__footer {
  margin: 13px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .ab-featured-article__footer .social-inline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    .ab-featured-article__footer .social-inline.hidden:before {
      display: none; }
    .ab-featured-article__footer .social-inline.hidden {
      margin-left: 0; }
  .ab-featured-article__footer .caption {
    color: #c09255;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

.ab-featured__title {
  margin: 13px 0 0;
  padding: 0; }
  .ab-featured__title:after {
    display: none; }

.ab-featured__time {
  display: block; }

.ab-featured-article__excerpt {
  margin-top: 13px;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media only screen and (min-width: 43.75em) {
    .ab-featured-article__excerpt {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 66%; } }
  .ab-featured-article__excerpt p {
    margin: 0; }

.ab-video .ab-featured-article__media:after {
  pointer-events: none;
  display: block;
  content: "\ea15";
  color: #fff;
  font-family: 'icomoon' !important;
  font-weight: 300;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15vw; }
  @media only screen and (min-width: 31.25em) {
    .ab-video .ab-featured-article__media:after {
      font-size: 100px;
      font-size: 6.25rem; } }

.listing__row footer {
  border-top: 1px solid rgba(185, 147, 94, 0.5);
  clear: both;
  padding-top: 20px;
  text-align: right; }

.listing__item {
  display: block; }
  .listing__item time {
    margin-bottom: 3px; }
  .listing__item .button__readmore {
    float: none; }

.listing__item--wide {
  margin-bottom: 40px; }

.listing__title {
  display: block;
  text-transform: uppercase;
  font-family: "kepler-std", serif; }

.listing__image {
  border: 1px solid #c09255;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  height: 0;
  margin-bottom: 25px;
  padding-bottom: 56.25%;
  position: relative; }

.listing__meta {
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase; }

.listing__title--padded {
  margin-bottom: 13px; }

.listing__title--time {
  margin-bottom: 0; }

@media only screen and (min-width: 650px) {
  .listing__item {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    width: calc(50% - 10px); }

  .listing__row--3 .listing__item:nth-of-type(2n) {
    margin-right: 0; }
  .listing__row--3 .listing__item:nth-of-type(2n+1) {
    clear: both; }

  .listing__row--4 .listing__item:nth-of-type(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 800px) {
  .listing__row--3 .listing__item {
    width: calc(33.33% - 13.5px); }
    .listing__row--3 .listing__item:nth-of-type(2n) {
      margin-right: 20px; }
    .listing__row--3 .listing__item:nth-of-type(3n) {
      display: block; }
    .listing__row--3 .listing__item:nth-of-type(2n+1) {
      clear: none; }
    .listing__row--3 .listing__item:nth-of-type(3n+1) {
      clear: none; }
    .listing__row--3 .listing__item:nth-child(3n) {
      margin-right: 0px; }
    .listing__row--3 .listing__item:nth-child(3n+1) {
      clear: left; }

  .listing__row--4 .listing__item {
    width: calc(25% - 15px); }
    .listing__row--4 .listing__item:nth-of-type(2n) {
      margin-right: 20px; }
    .listing__row--4 .listing__item:nth-of-type(4n) {
      margin-right: 0px; }
    .listing__row--4 .listing__item:nth-of-type(4n+1) {
      clear: left; } }
.other-features .other-features__title {
  margin-bottom: 0; }
.other-features .listing__image {
  margin-bottom: 15px; }

.related_link {
  font-size: 1em;
  color: #ffffff; }
  .related_link:after {
    content: ">";
    display: inline-block;
    color: #ffffff;
    margin-left: 5px; }

.single-links {
  height: 50px;
  margin-bottom: 26px; }
  .single-links .link {
    display: inline-block;
    text-transform: uppercase; }
    .single-links .link::after, .single-links .link::before {
      font-size: 2em; }
  .single-links div {
    text-align: left; }

.previous_link {
  color: #b9935e;
  text-align: left;
  text-transform: uppercase;
  margin-right: 40px; }
  .previous_link a {
    color: #b9935e; }
  .previous_link:before {
    content: "<";
    display: inline-block;
    color: #b9935e;
    margin-right: 5px;
    position: relative;
    top: 0; }

.next_link {
  color: #b9935e;
  font-size: 1em;
  text-transform: uppercase; }
  .next_link a {
    color: #b9935e; }
  .next_link:after {
    content: ">";
    display: inline-block;
    color: #b9935e;
    margin-left: 5px;
    position: relative;
    top: 0; }

.link__title {
  color: #ffffff; }

@media only screen and (min-width: 650px) {
  .previous_link, .next_link {
    float: none; } }
.button__readmore {
  color: #b9935e;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s ease-in-out;
  font-size: 16px;
  font-size: 1rem; }
  .button__readmore:hover {
    color: #fff; }

@media only screen and (min-width: 650px) {
  .button__readmore.button__readmore--right {
    float: right; } }
.button__readmore--right {
  float: right; }

.button__readmore--white {
  color: #fff;
  text-transform: none; }
  .button__readmore--white:hover {
    color: #b9935e; }

.button__readmore--mixed {
  text-transform: none; }
  .button__readmore--mixed span {
    color: #fff; }
  .button__readmore--mixed:hover {
    color: #fff; }

.ab-page-loader {
  background-color: #f3ede4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999; }
  .ab-page-loader .ab-loader {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .ab-page-loader .ab-loader img {
      width: 93px;
      height: 93px;
      display: block; }

.ab-page-description {
  margin-bottom: 30px; }
  .faqs .ab-page-description {
    margin-bottom: 60px; }
  .ab-page-description p {
    margin-bottom: 15px; }
    @media only screen and (min-width: 43.75em) {
      .ab-page-description p {
        width: 66%; } }
  .ab-page-description ul, .ab-page-description ol {
    color: #fff;
    margin: 40px;
    list-style: initial; }
    .ab-page-description ul li, .ab-page-description ol li {
      margin-bottom: 15px; }

.full-width__article article {
  width: 100%; }

.footer__nav {
  margin: 30px auto; }
  .footer__nav .nav__cell {
    margin: 20px 0; }
  .footer__nav .nav__pagination:after {
    content: '';
    height: 1px;
    margin-top: 20px;
    display: block;
    background: linear-gradient(90deg, rgba(185, 147, 94, 0.7) 0%, rgba(185, 147, 94, 0.6) 30%, rgba(185, 147, 94, 0.6) 70%, rgba(185, 147, 94, 0) 100%);
    width: 100%; }
  .footer__nav .nav__pagination .nav__cell--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .footer__nav .nav__page {
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.home .footer__nav {
  display: none; }

.back-to-top {
  display: block;
  color: #ffffff;
  position: relative;
  text-transform: uppercase; }
  .back-to-top:hover {
    color: #b9935e; }
  .back-to-top:before {
    background: #b9935e;
    content: "";
    height: 1px;
    position: absolute;
    right: -27px;
    top: 6px;
    transform: rotate(45deg);
    width: 13px; }
  .back-to-top:after {
    background: #b9935e;
    content: "";
    height: 1px;
    position: absolute;
    right: -18px;
    top: 6px;
    transform: rotate(-45deg);
    width: 13px; }

.back_link {
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #ffffff;
  margin-right: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  float: left; }
  .back_link:after {
    display: inline-block;
    content: " ";
    height: 17px;
    width: 37px;
    position: relative;
    top: 2px;
    padding: 2px;
    margin-left: 7px;
    background: url("assets/images/back-to-thumbnails.png");
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center center; }

@media only screen and (min-width: 650px) {
  .footer__nav {
    position: relative; } }
.ab-related {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .ab-related iframe {
    width: 100%; }
  @media only screen and (min-width: 43.75em) {
    .ab-related {
      margin: -7px 0 40px;
      width: 32%; }
      .ab-related h2 {
        border-bottom: none;
        text-transform: none;
        margin-bottom: 12px; }
      .ab-related > iframe {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.7);
        max-width: 100%; } }

.ab-related__unit:nth-child(2) {
  margin-top: -10px; }
  .ab-related__unit:nth-child(2) h2 {
    margin-bottom: 0; }
    .ab-related__unit:nth-child(2) h2:after {
      display: none; }

.ab-related__aspect {
  position: relative; }
  .ab-related__aspect:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .ab-related__aspect > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.ab-related__item {
  border-bottom: 1px solid rgba(185, 147, 94, 0.5);
  margin-bottom: 10px;
  width: 100%; }
  .ab-related__item:last-child {
    border: none; }

.ab-related__title--main {
  font-size: 22px;
  font-size: 1.375rem; }

h4.ab-related__title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

.ab-related__description {
  margin: 13px 0; }

.ab-related__thumb {
  border: 1px solid #c09255;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 13px; }

.ab-related__excerpt {
  margin-bottom: 10px; }
  .ab-related__excerpt .ab-related__link {
    color: #b9935e; }

.ab-related__link {
  margin-top: 10px;
  display: block;
  color: #ffffff;
  text-align: right; }
  .ab-related__link:after {
    content: ">";
    display: inline-block;
    color: #ffffff;
    margin: 0 5px; }

.ab-related__hlink {
  color: #ffffff; }

.ab-related__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%; }

.ab-related__embed {
  padding-bottom: 15px; }

.ab-related__image--ab-video, .ab-related-media__video, .ab-related__media {
  position: relative; }
  .ab-related__image--ab-video:after, .ab-related-media__video:after, .ab-related__media:after {
    pointer-events: none;
    display: block;
    content: "\ea15";
    color: #fff;
    font-family: 'icomoon' !important;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15vw; }
    @media only screen and (min-width: 31.25em) {
      .ab-related__image--ab-video:after, .ab-related-media__video:after, .ab-related__media:after {
        font-size: 60px;
        font-size: 3.75rem; } }

.ab-categories__item {
  display: block;
  position: relative; }

.ab-categories__copy {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  text-align: center; }

.ab-categories__title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem; }

.ab-categories__subheading {
  margin-bottom: 0; }

.ab-categories__link--image {
  border: 1px solid #c09255;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .ab-categories__link--image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
  .ab-categories__link--image:hover:before {
    background-color: rgba(0, 0, 0, 0.5); }

.ab-categories__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ab-categories__item {
  display: block;
  margin: 0 0 20px;
  width: 100%;
  position: relative; }
  .ab-categories__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .ab-categories__item > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media only screen and (min-width: 31.25em) {
    .ab-categories__item {
      margin: 0 20px 20px 0;
      width: calc(50% - 10px); } }
  @media only screen and (min-width: 43.75em) {
    .ab-categories__item {
      width: calc(33.3333% - 14px); } }
  @media only screen and (min-width: 31.25em) {
    .ab-categories__item:nth-child(2n) {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 43.75em) {
    .ab-categories__item:nth-child(2n) {
      margin: 0 20px 20px 0; } }
  @media only screen and (min-width: 43.75em) {
    .ab-categories__item:nth-child(3n) {
      margin: 0 0 20px; } }

.ab-category-selection-menu {
  margin: 13px 0;
  position: relative; }

.ab-category-selection-menu__current {
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  padding-right: 20px;
  position: relative; }
  .ab-category-selection-menu__current:before {
    content: " ";
    background-image: url(assets/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 16px;
    display: inline-block;
    height: 15px;
    width: 25px;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.ab-category-selection-menu--empty .ab-category-selection-menu__current:before {
  display: none; }

.ab-category-selection-menu__flickity-controls {
  display: none; }

.ab-category-selection-menu__current--open:after {
  transform: rotate(180deg); }

.ab-category-selection-menu__menu::-webkit-scrollbar {
  display: none; }

.ab-category-selection-menu__menu {
  background-color: rgba(185, 147, 94, 0.6);
  border-top: 1px solid #c09255;
  border-right: 0;
  border-left: 0; }

.ab-category-selection-menu__current--open:after {
  background: transparent; }

.ab-category-selection-menu__item {
  padding: 15px;
  font-family: "kepler-std", serif;
  text-transform: uppercase;
  font-size: 1em; }
  .ab-category-selection-menu__item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s linear; }
    .ab-category-selection-menu__item a:hover {
      color: #b9935e; }

.ab-category-selection-menu__link--selected {
  color: #ffffff; }

.ab-category-selection-menu__flickity-controls {
  display: block;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
  font-size: 1.5em;
  color: #b9935e;
  cursor: pointer;
  margin: 0 0 1px; }
  .ab-category-selection-menu__flickity-controls i:before {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: rgba(185, 147, 94, 0.6);
    color: #fff;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    padding: 5px 10px; }
  .ab-category-selection-menu__flickity-controls i.fa-caret-circle-left {
    margin-right: -3px; }
  .ab-category-selection-menu__flickity-controls i.fa-caret-circle-left:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300; }

.ab-category-selection-menu__flickity-controls--open {
  opacity: 1;
  pointer-events: all; }

.ab-category-selection-menu__flickity-controls--mobile-visible {
  visibility: visible; }

.ab-category-selection-menu__menu {
  height: 250px;
  width: 100%;
  background-color: rgba(185, 147, 94, 0.6);
  margin: 0;
  clear: both;
  overflow: hidden;
  padding: 10px; }

.ab-category-selection-menu__menu-column {
  display: block;
  float: left;
  height: auto;
  width: 85%; }

.ab-category-selection-menu__item {
  display: block;
  width: 100%;
  float: left;
  margin-right: 20px;
  line-height: 38px;
  height: 38px;
  font-size: 1em;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 15px; }

.ab-category-selection-menu--empty .ab-category-selection-menu__current {
  cursor: auto; }
  .ab-category-selection-menu--empty .ab-category-selection-menu__current:after {
    content: none; }

@media only screen and (min-width: 650px) {
  .ab-category-selection-menu__menu-column {
    width: 33%; }

  .ab-category-selection-menu__flickity-controls--visible {
    visibility: visible; } }
.ab-buy-listen-links {
  margin: 16px 0; }
  .ab-buy-listen-links .ab-buy-listen-links__title {
    font-family: "Barlow Semi Condensed", sans-serif;
    display: inline-block;
    font-size: 1em; }
  .ab-buy-listen-links .ab-buy-listen-links__link {
    visibility: hidden;
    display: inline-block;
    width: 2em;
    overflow: hidden;
    margin-left: 8px; }
    .ab-buy-listen-links .ab-buy-listen-links__link:before {
      visibility: visible;
      content: '\f270';
      font-family: "Font Awesome 5 Brands";
      font-weight: normal;
      font-style: normal;
      font-size: 1.5em;
      color: #ffffff;
      text-decoration: none; }
    .ab-buy-listen-links .ab-buy-listen-links__link.ab-buy-listen-links__link--apple-music:before {
      content: '\f3b4'; }
    .ab-buy-listen-links .ab-buy-listen-links__link.ab-buy-listen-links__link--itunes:before {
      content: '\f3b4'; }
    .ab-buy-listen-links .ab-buy-listen-links__link.ab-buy-listen-links__link--spotify:before {
      content: '\f1bc'; }

.filter {
  position: absolute;
  right: 0;
  top: 0; }

.filter__container {
  position: relative; }

.filter__select {
  border: 1px solid #b9935e;
  background-color: #000000;
  background-image: url(assets/images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
  font-family: "kepler-std", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #b9935e;
  margin-top: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  padding: 5px 30px 3px 10px; }
  .filter__select:before {
    background: #b9935e;
    content: " ";
    height: 1px;
    position: absolute;
    right: 24px;
    top: 8px;
    transform: rotate(45deg);
    width: 16px; }
  .filter__select:after {
    background: #b9935e;
    content: " ";
    height: 1px;
    position: absolute;
    right: 35px;
    top: 8px;
    transform: rotate(-45deg);
    width: 16px; }

.pager {
  clear: both;
  display: block;
  margin: 20px 0 0;
  width: 100%; }
  .pager:before {
    content: '';
    height: 1px;
    margin: 10px 0 20px;
    display: block;
    background: linear-gradient(90deg, rgba(185, 147, 94, 0.7) 0%, rgba(185, 147, 94, 0.6) 30%, rgba(185, 147, 94, 0.6) 70%, rgba(185, 147, 94, 0) 100%); }
  .pager .page-numbers {
    font-size: 1.2em;
    font-family: "kepler-std", serif;
    color: #b9935e; }
    .pager .page-numbers:hover, .pager .page-numbers.current {
      color: #ffffff; }

.pager__list {
  display: flex; }

.pager__item {
  margin-right: 10px;
  text-align: center; }

.pager__item--inactive {
  display: none; }

.nav-links {
  overflow: hidden; }

.nav-previous,
.nav-next {
  text-align: center;
  margin-bottom: 22px; }
  .nav-previous a,
  .nav-next a {
    font-size: 1.2em;
    font-family: "kepler-std", serif;
    color: #b9935e; }
    .nav-previous a:hover, .nav-previous a.current,
    .nav-next a:hover,
    .nav-next a.current {
      color: #ffffff; }

@media only screen and (min-width: 500px) {
  .nav-previous,
  .nav-next {
    text-align: left;
    float: left;
    margin: 0 22px 0 0; } }
@media only screen and (min-width: 800px) {
  .pager {
    width: 100%; }

  .pager__item {
    text-align: left; } }
.article-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.article {
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }
  @media only screen and (min-width: 43.75em) {
    .article {
      margin-bottom: 40px;
      width: 66%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }
  .article .image-crop {
    border: 1px solid #c09255;
    height: auto;
    overflow: hidden;
    width: 100%;
    position: relative; }
    .article .image-crop:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .article .image-crop > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .article .image-crop .header__image {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
  .article .header {
    padding-top: 0; }
    .article .header .byline {
      font-family: "kepler-std", serif;
      font-size: 24px;
      font-size: 1.5rem; }
  .article .sub-header {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .article .sub-header .social-inline {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      .article .sub-header .social-inline.hidden:before {
        display: none; }
      .article .sub-header .social-inline.hidden {
        margin-left: 0; }
    .article .sub-header .caption {
      color: #c09255;
      margin: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.article__content {
  color: #fff;
  line-height: 1;
  margin: 30px 0;
  font-size: 16px;
  font-size: 1rem;
  /*
  //Special Editor Clases
  */ }
  .article__content a {
    color: #b9935e;
    transition: all 0.2s linear; }
    .article__content a:hover {
      color: #ffffff; }
  .article__content img {
    height: auto;
    max-width: 100%; }
  .article__content p {
    margin: 0 0 15px;
    text-align: left !important; }
  .article__content h1, .article__content h2, .article__content h3, .article__content h4 {
    border-bottom: none;
    color: #fff;
    margin-bottom: 10px;
    font-family: "kepler-std", serif;
    padding: 0;
    text-transform: uppercase; }
    .article__content h1:after, .article__content h2:after, .article__content h3:after, .article__content h4:after {
      display: none; }
  .article__content h1 {
    font-size: 26px;
    font-size: 1.625rem; }
  .article__content h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .article__content h3 {
    font-size: 22px;
    font-size: 1.375rem; }
  .article__content h4 {
    font-size: 20px;
    font-size: 1.25rem; }
  .article__content ol {
    line-height: 1.2;
    margin: 1em 0;
    list-style: decimal;
    list-style-position: inside; }
  .article__content ul {
    line-height: 1.2;
    margin: 1em 0;
    list-style-position: inside; }
  .article__content table {
    line-height: 1.2; }
  .article__content table td {
    padding-right: 5px; }
  .article__content img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
    max-width: 50%; }
  .article__content img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
    max-width: 50%; }
  .article__content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .article__content .alignright {
    float: right; }
  .article__content .alignleft {
    float: left; }
  .article__content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

#tinymce {
  max-width: 640px; }

.item__row {
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%; }

.item__row--grid {
  width: 100%; }
  .item__row--grid p {
    color: #fff; }
    .item__row--grid p a {
      color: #fff; }
      .item__row--grid p a:hover {
        color: #b9935e; }

@media only screen and (min-width: 650px) {
  .item__row--grid {
    float: left;
    margin-right: 10%;
    width: 40%; }
    .item__row--grid:nth-of-type(2n+1) {
      clear: both; } }
.loader,
.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px; }
  @media only screen and (min-width: 31.25em) {
    .loader,
    .loader:after {
      width: 50px;
      height: 50px; } }

.loader {
  font-size: 5px;
  position: fixed;
  top: 10px;
  right: 10px;
  text-indent: -9999em;
  font-size: 5px;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
  @media only screen and (min-width: 31.25em) {
    .loader {
      font-size: 9px;
      top: 20px;
      right: 20px; } }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 20px;
  background: #ffffff;
  z-index: 100;
  display: none; }
  .modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.modal__inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.modal--formget {
  max-width: 600px;
  padding: 0; }
  .modal--formget .modal__inner {
    padding-bottom: 85%; }

.modal__overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

@media only screen and (min-width: 800px) {
  .modal {
    width: 80%; }

  .modal--formget .modal__inner {
    padding-bottom: 75%; } }
/*MEDIA*/
#ab-video-splash-holder {
  overflow: hidden;
  position: absolute;
  z-index: 9999;
  height: 100vh;
  width: 100vw; }

.video__player--cover {
  box-sizing: border-box;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  z-index: 0; }

.video--16-9 {
  height: 56.25vw;
  width: 177.77777778vh; }

.ab-splash__controls {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .ab-splash__controls .fa-volume-up {
    display: none; }
  .ab-splash__controls i {
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    font-size: 1.875rem; }
  .ab-splash__controls span {
    display: block;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 26px;
    font-size: 1.625rem; }
    .ab-splash__controls span a {
      color: #b9935e; }
    .ab-splash__controls span i {
      font-size: 18px;
      font-size: 1.125rem;
      color: #b9935e; }

.featured-home {
  overflow: hidden;
  clear: left; }
  .featured-home .button__readmore {
    margin-bottom: 25px; }

.featured__image,
.featured__article {
  margin-bottom: 20px;
  width: 100%; }
  .featured__image img,
  .featured__article img {
    height: 100%;
    display: block; }
  @media only screen and (min-width: 43.75em) {
    .featured__image,
    .featured__article {
      margin-right: 15px; } }

.featured__image {
  border: 1px solid #c09255;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 48%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 48%;
  -ms-flex: 1 0 48%;
  flex: 1 0 48%; }
  .featured__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .featured__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .featured__image img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%; }
  @media only screen and (min-width: 50em) {
    .featured__image {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 66%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 66%;
      -ms-flex: 1 0 66%;
      flex: 1 0 66%; } }

.featured__content {
  padding: 0 20px 0 0;
  max-width: 100%; }
  .featured__content time {
    margin-bottom: 20px; }
  .featured__content .button__readmore.button__readmore--right {
    font-size: 15px;
    font-size: 0.9375rem; }
  @media only screen and (min-width: 43.75em) {
    .featured__content {
      max-width: 70%; } }

.featured__container {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 43.75em) {
    .featured__container {
      width: 100%;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.featured__title {
  text-transform: none; }

.featured__title,
.featured__title__link,
.featured__title--link,
.featured__link {
  color: #ffffff; }

.featured__container--no-image-related a.ab-related__image {
  display: none; }

.ab-media-index.ab-media-index--video .ab-media-index__item .media-index__image {
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat; }

.ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item {
  padding-bottom: 0;
  margin-bottom: 26px; }
@media only screen and (min-width: 800px) {
  .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item {
    height: 26vw;
    width: calc( 66vw - 62px ); }
    .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .media-index__image {
      width: calc( 66vw - 62px );
      height: calc( 33vw - 31px ); }
    .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item.media-index__item--more h3 {
      line-height: calc( 20vw - 31px ); } }
@media only screen and (min-width: 960px) {
  .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item {
    height: 230px; }
    .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .media-index__image {
      max-width: 100%;
      max-height: 230px; }
    .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item.media-index__item--more h3 {
      line-height: 164px; } }

.ab-related__image--ab-video, .ab-media-index__image-wrapper--ab-video, .ab-video-single__image-wrapper--ab-video {
  display: block; }
  .ab-related__image--ab-video:before, .ab-media-index__image-wrapper--ab-video:before, .ab-video-single__image-wrapper--ab-video:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 15% auto;
    background-position: center center;
    overflow: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; }

.ab-media-index.ab-media-index--gallery .ab-media-index__item .ab-media-index__excerpt {
  display: none; }

.ab-categories-gallery {
  margin-bottom: 26px; }
  .ab-categories-gallery .ab-media-index.ab-media-index--gallery .ab-media-index__item .ab-media-index__title {
    display: block; }

.ab-discography-media {
  margin-bottom: 20px; }
  .ab-discography-media h2:after {
    display: none; }
  .ab-discography-media .ab-media-index--discography {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 31.25em) {
      .ab-discography-media .ab-media-index--discography {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .ab-discography-media .ab-media-index__item {
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 31.25em) {
      .ab-discography-media .ab-media-index__item {
        margin: 0 20px 20px 0;
        width: calc(50% - 10px); } }
    @media only screen and (min-width: 43.75em) {
      .ab-discography-media .ab-media-index__item {
        width: calc(33.3333% - 14px); } }
    @media only screen and (min-width: 31.25em) {
      .ab-discography-media .ab-media-index__item:nth-child(2n) {
        margin: 0 0 20px; } }
    @media only screen and (min-width: 43.75em) {
      .ab-discography-media .ab-media-index__item:nth-child(2n) {
        margin: 0 20px 20px 0; } }
    @media only screen and (min-width: 43.75em) {
      .ab-discography-media .ab-media-index__item:nth-child(3n) {
        margin: 0 0 20px; } }
    .ab-discography-media .ab-media-index__item .ab-media-square {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ab-discography-media .ab-media-container {
    position: relative;
    margin-bottom: 10px; }
  .ab-discography-media .ab-media-container:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .ab-discography-media .media-index__image {
    background-color: #000000;
    border: 1px solid #c09255;
    display: block;
    overflow: hidden; }
    .ab-discography-media .media-index__image img {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      height: auto;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .ab-discography-media .ab-media-index__excerpt {
    margin-bottom: 0;
    max-width: 60%; }
    @media only screen and (min-width: 43.75em) {
      .ab-discography-media .ab-media-index__excerpt {
        margin: 0;
        max-width: 100%; } }
  .ab-discography-media .ab-media-index__item--link {
    border: 1px solid #c09255;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%; }
    .ab-discography-media .ab-media-index__item--link:hover h4 {
      color: #b9935e; }
  .ab-discography-media .ab-media-index__item--title {
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    transition: color 0.5s ease-in-out; }
    @media only screen and (min-width: 62.5em) {
      .ab-discography-media .ab-media-index__item--title {
        width: 50%; } }

.ab-discography-category-back-link h3 {
  font-size: 1em;
  color: #ffffff; }

.single-ab-discography .article .image-crop {
  width: 50%;
  position: relative; }
  .single-ab-discography .article .image-crop:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .single-ab-discography .article .image-crop > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.tour-dates--home .ab-page-description {
  margin-top: -10px; }

.tour-dates-home__title {
  margin: 13px 0 0; }

.tours .ab-page-description {
  margin-bottom: 30px; }
.tours p {
  margin-bottom: 15px;
  max-width: 500px; }

.tours__rows {
  margin-bottom: 13px; }

.tours__rows .tours__rows--item {
  background: rgba(60, 63, 74, 0.6);
  margin-bottom: 1px;
  overflow: hidden;
  padding: 15px 25px 13px;
  width: 100%; }
  .tours__rows .tours__rows--item .tours__rows--time {
    color: #b9935e;
    float: left;
    font-family: "kepler-std", serif;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 43.75em) {
      .tours__rows .tours__rows--item .tours__rows--time {
        width: 22%; } }
  .tours__rows .tours__rows--item .tours__rows--location {
    color: #ece7e0;
    float: left;
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 43.75em) {
      .tours__rows .tours__rows--item .tours__rows--location {
        margin-top: 0px;
        padding-left: 10px;
        width: 56%; }
        .tours__rows .tours__rows--item .tours__rows--location.tours__rows--location-long {
          width: 60%; } }
    @media only screen and (min-width: 62.5em) {
      .tours__rows .tours__rows--item .tours__rows--location {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .tours__rows .tours__rows--item .tours__rows--tickets {
    color: #ece7e0;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase; }
    @media only screen and (min-width: 43.75em) {
      .tours__rows .tours__rows--item .tours__rows--tickets {
        margin-top: 0px;
        text-align: right;
        width: 22%; } }
    .tours__rows .tours__rows--item .tours__rows--tickets a {
      color: #ece7e0; }
      .tours__rows .tours__rows--item .tours__rows--tickets a:hover {
        color: #000; }
    .tours__rows .tours__rows--item .tours__rows--tickets span {
      display: inline-block;
      margin: 0 5px; }

.tours__location {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

.tours__venue {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  text-transform: uppercase; }

.tours__footer {
  padding-top: 10px;
  overflow: hidden;
  clear: both; }

.ab-video-media h2:before {
  content: '';
  height: 1px;
  margin-bottom: 20px;
  display: block;
  background: linear-gradient(90deg, rgba(185, 147, 94, 0.7) 0%, rgba(185, 147, 94, 0.6) 30%, rgba(185, 147, 94, 0.6) 70%, rgba(185, 147, 94, 0) 100%); }
.ab-video-media h2:after {
  display: none; }
.ab-video-media .ab-media-index {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 43.75em) {
    .ab-video-media .ab-media-index {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
.ab-video-media .ab-media-index__item {
  margin: 0 0 20px 0;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 68.75em) {
    .ab-video-media .ab-media-index__item {
      margin: 0 20px 20px 0;
      width: calc(33.3333% - 14px); }
      .ab-video-media .ab-media-index__item:nth-child(3n) {
        margin-right: 0; } }
.ab-video-media .media-index__image {
  background-color: #000000;
  border: 1px solid #c09255;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  min-width: 220px;
  width: 100%; }
  .ab-video-media .media-index__image img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 101%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ab-video-media .media-index__image:after {
    display: block;
    content: "\ea15";
    color: #fff;
    font-family: 'icomoon' !important;
    font-weight: 300;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-size: 4.375rem; }
.ab-video-media .ab-media-index__excerpt {
  margin-bottom: 0;
  max-width: 60%; }
  @media only screen and (min-width: 43.75em) {
    .ab-video-media .ab-media-index__excerpt {
      margin: 0;
      max-width: 100%; } }
.ab-video-media .ab-media-index__item--link {
  border: 1px solid #c09255;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 125px; }
  .ab-video-media .ab-media-index__item--link:hover h4 {
    color: #b9935e; }
.ab-video-media .ab-media-index__item--title {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  transition: color 0.5s ease-in-out; }
  @media only screen and (min-width: 62.5em) {
    .ab-video-media .ab-media-index__item--title {
      width: 50%; } }

.ab-video__excerpt {
  margin: 10px 0 40px; }

.ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px; }
  .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content {
    width: 100%; }
    .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content .ab-media-index__title {
      font-size: 1.5em;
      font-family: "kepler-std", serif;
      color: #ffffff;
      text-align: left;
      margin: 16px 0 16px; }
      .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content .ab-media-index__title:after {
        content: ""; }
    .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content .ab-media-index__excerpt {
      color: #ffffff; }
@media only screen and (min-width: 800px) {
  .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 16px; }
    .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content {
      float: left;
      clear: left;
      width: calc(66.66% - 13px); }
      .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content .ab-media-index__title {
        font-size: 1.5em;
        font-family: "kepler-std", serif;
        color: #ffffff;
        text-align: left;
        line-height: 1em; }
        .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content .ab-media-index__title:after {
          content: ""; }
      .ab-video-category-feature .ab-media-index.ab-media-index--video .ab-media-index__item .ab-media-index__content .ab-media-index__excerpt {
        color: #ffffff; } }

.fancybox-slide--html .fancybox-content {
  padding: 36px;
  background-color: #000000; }
  .fancybox-slide--html .fancybox-content > iframe {
    max-width: 100%; }

/*
.ab-featured-article__video {
    margin-top:20px;
    .image-crop {
        border:1px solid $border;
        overflow:hidden;
        height:0;
        padding-top: 56%;
        position:relative;
        width:100%;
        img,a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;  
        }
        a {
            background-size: cover;
        }
        &:after {
            pointer-events: none;
            display: block;
            content: "\ea15";
            color:#fff;
            font-family: 'icomoon' !important;
            font-weight:300;
            opacity:0.4;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index:100;
            @include transform(translate(-50%,-50%));
            font-size:15vw;
            @include bp-500 {
                @include font-size(100px);
            }
        }
    }
}
.ab-featured-article__excerpt {
    width:100%;
    @include flex(1 0 auto);
    @include bp-700 {
        @include flex(0 1 auto);
        width:66%; 
    }
    p {
        margin:0;
    }
}*/
.ab-video-single .ab-video-single__image_wrapper {
  display: block;
  margin-bottom: 10px;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ab-video-single .ab-video-single__image_wrapper:before {
    display: block;
    font-size: 6em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.2); }
.ab-video-single .ab-video-single__content {
  color: #ffffff;
  margin-bottom: 26px; }

.ab-media-index {
  overflow: hidden;
  width: 100%; }

.ab-photo-media {
  margin-bottom: 20px; }
  .ab-photo-media h2:before {
    content: '';
    height: 1px;
    margin-bottom: 20px;
    display: block;
    background: linear-gradient(90deg, rgba(185, 147, 94, 0.7) 0%, rgba(185, 147, 94, 0.6) 30%, rgba(185, 147, 94, 0.6) 70%, rgba(185, 147, 94, 0) 100%); }
  .ab-photo-media h2:after {
    display: none; }
  .ab-photo-media .ab-gallery-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 31.25em) {
      .ab-photo-media .ab-gallery-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .ab-photo-media .ab-media-index__item {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    @media only screen and (min-width: 31.25em) {
      .ab-photo-media .ab-media-index__item {
        margin: 0 20px 20px 0;
        width: calc(50% - 10px); } }
    @media only screen and (min-width: 43.75em) {
      .ab-photo-media .ab-media-index__item {
        width: calc(33.3333% - 14px); } }
    @media only screen and (min-width: 31.25em) {
      .ab-photo-media .ab-media-index__item:nth-child(2n) {
        margin: 0 0 20px; } }
    @media only screen and (min-width: 43.75em) {
      .ab-photo-media .ab-media-index__item:nth-child(2n) {
        margin: 0 20px 20px 0; } }
    @media only screen and (min-width: 43.75em) {
      .ab-photo-media .ab-media-index__item:nth-child(3n) {
        margin: 0 0 20px; } }
  .ab-photo-media .ab-media-container {
    position: relative; }
    .ab-photo-media .ab-media-container:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .ab-photo-media .ab-media-container:hover:after {
      opacity: 0; }
    .ab-photo-media .ab-media-container:hover .ab-media-index__item--title {
      opacity: 0; }
    .ab-photo-media .ab-media-container:hover .ab-media-index__item--title.noroll {
      opacity: 1 !important; }
    .ab-photo-media .ab-media-container.noroll:after {
      opacity: 0; }
    .ab-photo-media .ab-media-container.noroll:hover .ab-media-index__item--title {
      opacity: 1 !important; }
  .ab-photo-media .ab-media-square {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ab-photo-media .media-index__image {
    background: radial-gradient(ellipse at center, #000000 0%, #1f1302 100%);
    border: 1px solid #c09255;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 20; }
    .ab-photo-media .media-index__image img {
      display: block;
      height: 100%;
      left: 50%;
      opacity: 0.5;
      position: absolute;
      top: 50%;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .ab-photo-media .media-index__image img:hover {
        opacity: 1; }
  .ab-photo-media .ab-media-index__excerpt {
    margin-bottom: 0;
    max-width: 60%; }
    @media only screen and (min-width: 43.75em) {
      .ab-photo-media .ab-media-index__excerpt {
        margin: 0;
        max-width: 100%; } }
  .ab-photo-media .ab-media-index__item--link {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #c09255;
    display: block;
    height: 100%;
    text-align: center;
    width: 100%; }
    .ab-photo-media .ab-media-index__item--link:hover h4 {
      color: #b9935e; }
  .ab-photo-media .ab-media-index__item--title {
    pointer-events: none;
    opacity: 1;
    color: #ffffff;
    font-family: "kepler-std", serif;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    z-index: 30;
    word-wrap: break-word;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }

.ab-discography-category-back-link h3 {
  font-size: 1em;
  color: #ffffff; }

.ab-single__image {
  height: auto;
  width: 100%; }

.fancybox-thumbs {
  background-color: #000000; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #b9935e; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  background-color: black; }

.ab-gallery-single .ab-gallery-single__image {
  max-width: 100%;
  width: 100%; }
.ab-gallery-single .ab-gallery-single__content {
  color: #ffffff;
  margin-bottom: 26px; }
@media only screen and (min-width: 800px) {
  .ab-gallery-single .ab-gallery-single__image {
    width: calc(66% - 13px); }
  .ab-gallery-single .ab-gallery-single__content {
    width: calc(66% - 13px); } }

@media only screen and (min-width: 800px) {
  .ab-media-index--gallery-single {
    margin-left: 8px; } }
.fancybox-custom-share {
  display: block;
  position: fixed;
  top: auto;
  width: auto;
  bottom: -60px;
  /* left: 0; */
  right: 10px;
  /* height: auto; */
  background: transparent;
  text-align: center; }
  .fancybox-custom-share .social__item {
    margin-right: 8px;
    font-size: 12px; }

.fancybox-custom-share .social-inline:before {
  display: none; }

.fancybox-navigation .fancybox-button {
  padding: 9px; }

.fancybox-button {
  color: #b9935e;
  background: rgba(185, 147, 94, 0.2); }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 5vw; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 5vw; }

.fancybox-navigation .fancybox-button-custom {
  width: 58px;
  height: 58px; }
.fancybox-button-custom svg {
  width: 40px;
  height: auto; }
.fancybox-button-custom svg, .fancybox-button-custom path {
  fill: #b9935e;
  color: #b9935e; }
.fancybox-button-custom.fancybox-button svg path {
  fill: #b9935e; }

@media only screen and (min-width: 800px) {
  .fancybox-custom-share {
    display: block;
    position: fixed;
    top: auto;
    width: auto;
    bottom: -33px;
    left: 0;
    right: 0;
    height: auto;
    background: transparent;
    text-align: right; } }
@media only screen and (min-width: 960px) {
  .fancybox-custom-share {
    bottom: -33px; } }
.ab-media-index.ab-media-index--gallery-single .ab-media-index__item {
  margin-bottom: 26px; }
  .ab-media-index.ab-media-index--gallery-single .ab-media-index__item .ab-media-index__title {
    display: block; }
  .ab-media-index.ab-media-index--gallery-single .ab-media-index__item .ab-media-index__excerpt {
    display: block; }

.faq__item {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%; }

.faq__question {
  color: #b9935e;
  margin-bottom: 15px;
  width: 100%; }
  @media only screen and (min-width: 31.25em) {
    .faq__question {
      float: left;
      margin-right: 20px;
      text-align: right;
      width: 30%; } }

.faq__answer {
  color: #fff; }
  @media only screen and (min-width: 31.25em) {
    .faq__answer {
      float: left;
      width: calc(70% - 20px); } }
  .faq__answer a {
    color: #b9935e; }
  .faq__answer strong {
    color: #ffffff; }
  .faq__answer ul, .faq__answer ol {
    margin: 0 0 0 25px;
    list-style: initial; }
    .faq__answer ul li, .faq__answer ol li {
      margin-bottom: 15px; }
  .faq__answer .table {
    overflow: auto;
    overflow-y: hidden; }
  .faq__answer table {
    margin: 25px 0; }
    @media only screen and (min-width: 31.25em) {
      .faq__answer table {
        width: 100%; } }
    .faq__answer table td {
      color: #fff;
      padding-bottom: 15px;
      padding-right: 15px; }
      @media only screen and (min-width: 31.25em) {
        .faq__answer table td {
          width: 33.3333%; } }

.page-press-login .footer__nav {
  display: none; }

.press-downloads {
  margin: 30px 0; }

.press__row {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  @media only screen and (min-width: 43.75em) {
    .press__row {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }

.press__row--image {
  border: 1px solid #b9935e;
  display: block;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.press__row--content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .press__row--content .press__row--title {
    border-bottom: none;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-width: 90%;
    font-size: 16px;
    font-size: 1rem; }
    .press__row--content .press__row--title:after {
      display: none; }
  .press__row--content ul li {
    margin-bottom: 5px; }
  .press__row--content a {
    color: #b9935e; }
    .press__row--content a:hover {
      color: #fff; }

.press-file-link {
  text-transform: uppercase;
  letter-spacing: normal; }
  .press-file-link.type-video {
    background: url("assets/images/video-icon.png") center/50% no-repeat; }

.login__h1 {
  color: #fff;
  margin-bottom: 30px; }
  .login__h1.h1--lowercase {
    font-size: 20px;
    font-size: 1.25rem; }
  .login__h1:after {
    display: none; }

.loginform__errors {
  color: #b9935e;
  margin-bottom: 16px; }

@media only screen and (min-width: 650px) {
  .press__row {
    margin-bottom: 40px; }

  .press__row--image {
    margin-bottom: 0px;
    margin-right: 20px;
    width: 150px; } }
.press-quotes .article__content {
  margin: 60px 0; }
  @media only screen and (min-width: 31.25em) {
    .press-quotes .article__content {
      margin: 60px 10% 60px; } }
.press-quotes .press-quotes__item {
  margin: 0 0 20px; }
  .press-quotes .press-quotes__item p {
    display: inline; }
  @media only screen and (min-width: 31.25em) {
    .press-quotes .press-quotes__item {
      margin: 0 9% 20px; } }
.press-quotes .press-quotes__quote {
  display: block;
  font-family: "kepler-std", serif;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem; }
  .press-quotes .press-quotes__quote:before, .press-quotes .press-quotes__quoteafetr {
    content: '\201c';
    margin-right: 2px;
    font-size: 20px;
    font-size: 1.25rem; }
  .press-quotes .press-quotes__quote:after {
    content: '\201d';
    margin-left: -2px;
    font-size: 26px;
    font-size: 1.625rem; }
.press-quotes .press-quotes__publisher {
  color: #c09255;
  display: block;
  text-transform: uppercase; }
  .press-quotes .press-quotes__publisher:before {
    content: '- '; }

/*# sourceMappingURL=style.css.map */
