/*! 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,
.site-header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

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

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

td,
th {
  padding: 0; }

body,
.cf {
  *zoom: 1; }

body:before,
.cf:before,
body:after,
.cf:after {
  content: '';
  display: table; }

body:after,
.cf:after {
  clear: both; }

*,
*:before,
*:after {
  *behavior: url("js/vendor/boxsizing.htc");
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

h1, figure, fieldset {
  margin: 0; }

html, body {
  height: 100%; }

body {
  width: 100%; }

img,
video,
audio,
embed,
object,
input,
iframe {
  max-width: 100%; }

.browsehappy {
  width: 100%;
  padding: 15px;
  background: #333;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  cursor: pointer;
  text-align: center; }

.browsehappy a {
  color: #fff;
  font-weight: bold; }

.browsehappy a:hover {
  text-decoration: none; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.2.1
* Docs at http://davidtheclark.github.io/scut
*/
/*! vertical-rhythmic 2.0.1 (https://github.com/pyrsmk/vertical-rhythmic) */
/*
	number $vr-ratio
	number $vr-root-px
*/
/*
	Establish baseline

	Parameters
		number $font-size
		number $line-height
*/
/*
	Return a rhythm

	Parameters
		number $font-size
		number $factor

	Return
		number
*/
/*
	Convert REM value to PX

	Parameters
		number $value

	Return
		number
*/
@font-face {
  font-family: 'brandon_light';
  src: url("../fonts/brandongrotesque-light-webfont.eot");
  src: url("../fonts/brandongrotesque-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandongrotesque-light-webfont.woff2") format("woff2"), url("../fonts/brandongrotesque-light-webfont.ttf") format("truetype"), url("../fonts/brandongrotesque-light-webfont.svg#brandon_grotesquelight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_reg';
  src: url("../fonts/brandongrotesque-regular-webfont.woff2") format("woff2"), url("../fonts/brandongrotesque-regular-webfont.woff") format("woff"), url("../fonts/brandongrotesque-regular-webfont.ttf") format("truetype"), url("../fonts/brandongrotesque-regular-webfont.svg#brandon_reg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_bold';
  src: url("../fonts/brandongrotesque-bold-webfont.eot");
  src: url("../fonts/brandongrotesque-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandongrotesque-bold-webfont.woff2") format("woff2"), url("../fonts/brandongrotesque-bold-webfont.woff") format("woff"), url("../fonts/brandongrotesque-bold-webfont.ttf") format("truetype"), url("../fonts/brandongrotesque-bold-webfont.svg#brandon_bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova-light';
  src: url("../fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_light-webfont.woff") format("woff"), url("../fonts/proxima_nova_light-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_light-webfont.svg#proxima_nova-light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova-reg';
  src: url("../fonts/proxima_nova_regular-webfont.eot");
  src: url("../fonts/proxima_nova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_regular-webfont.woff") format("woff"), url("../fonts/proxima_nova_regular-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_regular-webfont.svg#proxima_nova-reg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova-semibold';
  src: url("../fonts/proxima_nova_semibold-webfont.eot");
  src: url("../fonts/proxima_nova_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_semibold-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_semibold-webfont.svg#proxima_nova-reg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'jux-icons';
  src: url("../fonts/jux-icons.eot?26ufp7");
  src: url("../fonts/jux-icons.eot?26ufp7#iefix") format("embedded-opentype"), url("../fonts/jux-icons.ttf?26ufp7") format("truetype"), url("../fonts/jux-icons.woff?26ufp7") format("woff"), url("../fonts/jux-icons.svg?26ufp7#jux-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jux-icons' !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; }

.ico-caret-down:before {
  content: "\e901"; }

.ico-circle-facebook:before {
  content: "\e902"; }

.ico-circle-twitter:before {
  content: "\e903"; }

.ico-circle-instagram:before {
  content: "\e904"; }

.ico-share:before {
  content: "\e905"; }

.ico-right-angle:before {
  content: "\e906"; }

.ico-left-angle:before {
  content: "\e907"; }

.ico-facebook:before {
  content: "\e908"; }

.ico-twitter:before {
  content: "\e909"; }

.ico-envelope:before {
  content: "\e90a"; }

.ico-spinner:before {
  content: "\e90b"; }

.ico-social-instagram:before {
  content: "\e90c"; }

.ico-ellipsis:before {
  content: "\e90d"; }

.ico-play:before {
  content: "\e900"; }

.no-svg .logo-svg {
  width: 18.875em;
  height: 3.625em;
  background-image: url(img/jux-logo.png); }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  opacity: 1; }
  .white-popup h2 {
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0.625em; }
    .white-popup h2 span {
      font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
      font-weight: normal; }
  .white-popup p {
    font-size: 95%;
    text-align: center; }
  .white-popup .mfp-url {
    line-height: 100%;
    padding: 0.625em;
    border: 1px solid #ccc;
    display: block;
    text-align: center; }
  .white-popup .mfp-mailto {
    background-color: #3fbcef;
    font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    display: block;
    color: white;
    font-size: 0.75em;
    padding: 0.625em;
    margin-top: 1.25em;
    text-align: center;
    text-transform: uppercase; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .white-popup {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
    .mfp-zoom-in .white-popup .white-popup {
      -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
      opacity: 0; }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .white-popup {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-ready .white-popup {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    opacity: 1; }
  .mfp-zoom-in.mfp-removing .white-popup {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }
  .mfp-zoom-in.mfp-removing .white-popup {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: white;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 3.75rem;
  font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
  font-weight: normal; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

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

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

html {
  font-size: 16px;
  line-height: 22px; }

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

h1 {
  font-size: 1.375rem;
  line-height: 1.89062rem;
  font-family: "brandon_bold",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  font-size: 1.4rem;
  line-height: 1.925rem;
  font-family: "proxima_nova-light", 'Verdana', 'Geneva', 'sans-serif';
  font-weight: normal; }
  h2.title {
    font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-transform: uppercase; }

p {
  font-size: 1.1rem;
  line-height: 1.5125em;
  font-family: "proxima_nova-light", 'Verdana', 'Geneva', 'sans-serif';
  font-weight: normal; }

small {
  font-size: .9rem;
  line-height: 2.0625em;
  color: #9b9b9b;
  font-family: "proxima_nova-light", 'Verdana', 'Geneva', 'sans-serif';
  font-weight: normal; }

a article h1, a article h2, a article p {
  color: black; }

a article small {
  color: #9b9b9b; }

a:hover h1, a:hover h2, a:hover p, a:focus h1, a:focus h2, a:focus p, a:active h1, a:active h2, a:active p {
  color: #d52d2d; }

a:hover img, a:focus img, a:active img {
  opacity: 0.7; }

.entry h2 {
  text-transform: uppercase;
  font-family: "proxima_nova-reg", 'Verdana', 'Geneva', 'sans-serif';
  font-weight: normal;
  font-size: .9rem;
  line-height: 1.2375em;
  color: #d52d2d; }
  .entry h2 a {
    color: #d52d2d; }
    .entry h2 a:hover, .entry h2 a:focus, .entry h2 a:active {
      opacity: .75; }

.entry h1 {
  margin: 0.1875em 0; }

#most-shared h1 {
  font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
  font-weight: normal; }

body, html {
  background: white; }

html, body, footer {
  height: 100%;
  *zoom: 1; }

html:before, body:before, footer:before {
  content: '';
  display: table; }

html:after, body:after, footer:after {
  content: '';
  display: table;
  clear: both; }

html.dropdown {
  overflow: hidden !important; }

html.search-dropdown {
  overflow: hidden; }

a, div, section, input, header, .site-header, nav, footer, main, img, h1, h2, h3, p, ul, li, path, svg, i, span {
  -webkit-transition: 120ms ease-in-out;
          transition: 120ms ease-in-out; }

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

main, footer {
  *zoom: 1;
  margin: 1.875em 0;
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }

main:nth-child(n), footer:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

main:last-child, footer:last-child {
  margin-right: 0; }

main:nth-child(1n), footer:nth-child(1n) {
  margin-right: 0; }

main:nth-child(1n + 1), footer:nth-child(1n + 1) {
  clear: left; }

main:before, footer:before {
  content: '';
  display: table; }

main:after, footer:after {
  content: '';
  display: table;
  clear: both; }
  main section, footer section {
    *zoom: 1; }
  main section:before, footer section:before {
  content: '';
  display: table; }
  main section:after, footer section:after {
  content: '';
  display: table;
  clear: both; }

.loader-wrap {
  opacity: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #3fbcef;
  text-align: center;
  color: white;
  height: 1.875em; }
  .loader-wrap .icon {
    font-size: 1.1875em;
    padding: 0.3125em 0; }
  .loader-wrap.loading {
    opacity: 1;
    z-index: 999999; }

main {
  margin-bottom: 3.75em; }
  main.loading .loader-wrap {
    opacity: 1;
    z-index: 999999; }
  @media (max-width: 64.0625em) and (min-width: 48em) {
    main.category {
      margin-top: 11.875em; } }
  @media (max-width: 48em) {
    main.category {
      margin-top: 10em; } }

.row {
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }

.row:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.row:last-child {
  margin-right: 0; }

.row:nth-child(1n) {
  margin-right: 0; }

.row:nth-child(1n + 1) {
  clear: left; }

@media (min-width: 64.0625em) {
  .device-only {
    display: none;
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 64.0625em) {
  .device-hide {
    display: none !important;
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 48em) {
  .tablet-down-only {
    display: none;
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 48em) {
  .tablet-down-hide {
    display: none;
    opacity: 0;
    visibility: hidden; } }

header {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  z-index: 100; }
  header .svg:hover path, header .svg:focus path, header .svg:active path {
    fill: #888888; }
  @media (min-width: 64.0625em) {
    header {
      height: 6.875em;
      position: fixed; } }
  @media (max-width: 64.0625em) {
    header {
      height: auto; }
      header .container {
        padding: 0; } }
  @media (min-width: 64.0625em) {
    header .logo {
      width: calc(99.99% * 4/18 - (30px - 30px * 4/18)); }
    header .logo:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    header .logo:last-child {
    margin-right: 0; }
    header .logo:nth-child(18n) {
    margin-right: 0; }
    header .logo:nth-child(18n + 1) {
    clear: left; }
      header .logo .logo-svg {
        max-width: 100%;
        height: 6.875em;
        display: table; } }
  @media (max-width: 64.0625em) {
    header .logo {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      background-color: rgba(0, 0, 0, 0.75);
      height: 5em;
      position: absolute;
      top: 0;
      z-index: 100; }
    header .logo:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    header .logo:last-child {
    margin-right: 0; }
    header .logo:nth-child(1n) {
    margin-right: 0; }
    header .logo:nth-child(1n + 1) {
    clear: left; }
      header .logo .logo-svg {
        max-width: 70%;
        height: 5em;
        display: block;
        margin: 0 auto;
        padding: 0.9375em 1.25em; } }
  header nav {
    display: table; }
    @media (min-width: 64.0625em) {
      header nav {
        height: 6.875em;
        width: calc(99.99% * 13/18 - (30px - 30px * 13/18));
        margin-left: calc(99.99% * (-1/18 * -1) - (30px - 30px * (-1/18 * -1)) + 30px) !important;
        text-align: right; }
      header nav:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      header nav:last-child {
    margin-right: 0; }
      header nav:nth-child(18n) {
    margin-right: 0; }
      header nav:nth-child(18n + 1) {
    clear: left; } }
    @media (max-width: 64.0625em) {
      header nav {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        text-align: center;
        padding: 0 0.625em;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 100;
        position: absolute;
        top: 5em;
        -webkit-transition: none;
                transition: none; }
      header nav:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      header nav:last-child {
    margin-right: 0; }
      header nav:nth-child(1n) {
    margin-right: 0; }
      header nav:nth-child(1n + 1) {
    clear: left; } }
    header nav a {
      font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
      font-weight: normal;
      text-transform: uppercase;
      color: white;
      cursor: pointer; }
      header nav a .ico-caret-down {
        font-size: 0.875em; }
      @media (min-width: 64.0625em) {
        header nav a {
          display: table-cell;
          max-width: 6.5625em;
          text-align: center;
          vertical-align: middle;
          margin: 0 0.625em;
          font-size: 1.125em; } }
      header nav a:hover, header nav a:focus, header nav a:active {
        color: #888888; }
        header nav a:hover .svg path, header nav a:focus .svg path, header nav a:active .svg path {
          fill: #888888; }
      @media (min-width: 64.0625em) {
        header nav a.social {
          max-width: 6.5625em;
          text-align: center;
          vertical-align: middle;
          margin: 0 0.625em;
          font-size: 1.125em;
          padding: 0 0em;
          display: none; } }
      header nav a.social .icon {
        font-size: 1.125em; }
      header nav a.subscribe .inner {
        padding: 0.625em 1.25em;
        border: 1px solid #d52d2d; }
      header nav a.search, header nav a.menu {
        height: 2.5em;
        padding-left: 0.625em; }
        header nav a.search svg, header nav a.menu svg {
          height: 1.25em;
          width: auto; }
      header nav a.sections.active, header nav a.menu.active, header nav a.menu-mobile.active, header nav a.search.active {
        color: #d52d2d; }
        header nav a.sections.active svg path, header nav a.menu.active svg path, header nav a.menu-mobile.active svg path, header nav a.search.active svg path {
          fill: #d52d2d; }
        header nav a.sections.active .icon, header nav a.menu.active .icon, header nav a.menu-mobile.active .icon, header nav a.search.active .icon {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      @media (max-width: 64.0625em) {
        header nav a {
          width: 19.98%;
          float: left;
          padding: 0 0.4375em;
          font-size: 1.125em;
          padding: 0.625em 0; }
          header nav a .mobile-icon {
            max-height: 2.1875em;
            height: 2.1875em; }
            header nav a .mobile-icon .svg {
              padding: 0 0 0.3125em 0;
              height: 2.1875em;
              max-width: 2.1875em; } }
      @media (max-width: 48em) and (min-width: 28.125em) {
        header nav a {
          font-size: 0.875em; } }
      @media (max-width: 28.125em) and (min-width: 23.4375em) {
        header nav a {
          font-size: 0.75em; } }
      @media (max-width: 23.4375em) {
        header nav a {
          font-size: 0.6875em; }
          header nav a .mobile-icon {
            max-height: 2.1875em;
            height: 2.1875em; }
            header nav a .mobile-icon .svg {
              padding: 0 0 0.125em 0;
              height: 2.1875em;
              max-width: 2.1875em; } }

header.reset {
  background-color: transparent;
  top: inherit;
  width: 100%;
  z-index: inherit; }
  header.reset .svg:hover path, header.reset .svg:focus path, header.reset .svg:active path {
    fill: #d52d2d; }
  @media (min-width: 64.0625em) {
    header.reset {
      height: auto;
      position: inherit; } }
  @media (max-width: 64.0625em) {
    header.reset {
      height: auto; }
      header.reset .container {
        padding: 0; } }

@media (min-width: 80em) {
  .container {
    max-width: 80em;
    margin: 0 auto;
    width: 100%; } }

@media (max-width: 80em) {
  .container {
    width: 100%;
    padding: 0 0.625em; } }

#carousel {
  width: 100%;
  background-color: #333333;
  height: 72vh;
  *zoom: 1;
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }

#carousel:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

#carousel:last-child {
  margin-right: 0; }

#carousel:nth-child(1n) {
  margin-right: 0; }

#carousel:nth-child(1n + 1) {
  clear: left; }

#carousel:before {
  content: '';
  display: table; }

#carousel:after {
  content: '';
  display: table;
  clear: both; }
  #carousel.event {
    height: 60vh; }
    #carousel.event .royalSlider, #carousel.event .rsContainer, #carousel.event .rsContent, #carousel.event .rsSlide {
      height: 60vh; }
  #carousel .container {
    display: block;
    position: relative;
    height: 100%; }
  #carousel .overlay {
    bottom: 10%;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center; }
  #carousel h1 {
    display: inline-block;
    width: 45%;
    max-width: 56.25em;
    margin: 0 auto;
    font-size: 2.25em;
    line-height: 2.625em;
    color: black;
    font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    text-align: center; }
    #carousel h1 .inner {
      margin: 0px auto;
      padding: 0.3125em 0.3125em;
      background-color: rgba(255, 255, 255, 0.75); }
  @media (max-width: 64.0625em) and (min-width: 48em) {
    #carousel .overlay {
      bottom: 10vh; }
    #carousel h1 {
      width: 70%;
      font-size: 2em;
      line-height: 2.25em; }
      #carousel h1 .inner {
        padding: 0.1875em 0.1875em; } }
  @media (max-width: 48em) and (min-width: 28.125em) {
    #carousel .overlay {
      bottom: 10vh; }
    #carousel h1 {
      width: 90%;
      font-size: 1.875em;
      line-height: 2.125em; }
      #carousel h1 .inner {
        padding: 0.1875em 0.1875em; } }
  @media (max-width: 28.125em) {
    #carousel .overlay {
      bottom: 5vh; }
    #carousel h1 {
      width: 90%;
      font-size: 1.5em;
      line-height: 1.75em; }
      #carousel h1 .inner {
        padding: 0.125em 0.1875em; } }

.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important;
  /*ensure if js isnn't loaded that it will cover */
  background-size: cover; }

.fullscreen,
.content-a {
  width: 100%;
  min-height: 100%; }

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden; }

/* content centering styles */
.content-a {
  display: table; }

.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center; }

.social {
  padding: 0 0 1.875em 0;
  text-align: center; }
  .social a:hover .icon, .social a:focus .icon, .social a:active .icon {
    color: #d52d2d; }
  .social .icon {
    font-size: 2em;
    padding: 0 0.375em; }

.entry {
  position: relative; }
  .entry img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%; }
  .entry .image:hover ~ .content h2, .entry .image:hover ~ .content h1, .entry .image:hover ~ .content p, .entry .image:hover ~ .content small, .entry .image:focus ~ .content h2, .entry .image:focus ~ .content h1, .entry .image:focus ~ .content p, .entry .image:focus ~ .content small, .entry .image:active ~ .content h2, .entry .image:active ~ .content h1, .entry .image:active ~ .content p, .entry .image:active ~ .content small {
    color: #d52d2d !important; }
  .entry .content {
    position: relative;
    width: calc(99.99% * 7/8 - (0.625em - 0.625em * 7/8)); }
  .entry .content:nth-child(n) {
  float: left;
  margin-right: 0.625em;
  clear: none; }
  .entry .content:last-child {
  margin-right: 0; }
  .entry .content:nth-child(8n) {
  margin-right: 0; }
  .entry .content:nth-child(8n + 1) {
  clear: left; }
    .entry .content p a, .entry .content p a:visited {
      color: #3fbcef; }
      .entry .content p a:hover, .entry .content p a:focus, .entry .content p a:active, .entry .content p a:visited:hover, .entry .content p a:visited:focus, .entry .content p a:visited:active {
        opacity: #d52d2d; }
  .entry .ellipsis .icon {
    background-color: white;
    box-shadow: -18px 0 18px white;
    color: #999999;
    font-size: 0.625em;
    padding-left: 3px;
    vertical-align: 10%; }
  .entry .share-icons a {
    width: 2.1875em;
    height: 2.1875em;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 0.625em;
    cursor: pointer; }
    .entry .share-icons a span.icon {
      font-size: 1.25em;
      color: white;
      line-height: 1.75em;
      display: block;
      text-align: center; }
    .entry .share-icons a #facebook-count, .entry .share-icons a #twitter-count {
      display: block;
      font-size: 0.6875em;
      text-align: center; }
    .entry .share-icons a.facebook {
      background-color: #3b589e; }
      .entry .share-icons a.facebook #facebook-count {
        color: #3b589e; }
    .entry .share-icons a.twitter {
      background-color: #00abf0; }
      .entry .share-icons a.twitter #twitter-count {
        color: #00abf0; }
    .entry .share-icons a.mail {
      background-color: #636363; }
  .entry .sharer {
    width: calc(99.99% * 1/8 - (0.625em - 0.625em * 1/8));
    text-align: right;
    position: relative; }
  .entry .sharer:nth-child(n) {
  float: left;
  margin-right: 0.625em;
  clear: none; }
  .entry .sharer:last-child {
  margin-right: 0; }
  .entry .sharer:nth-child(8n) {
  margin-right: 0; }
  .entry .sharer:nth-child(8n + 1) {
  clear: left; }
    .entry .sharer .icon {
      font-size: 1.875em;
      cursor: pointer; }
    .entry .sharer.active .ico-share {
      color: #d52d2d; }
    .entry .sharer.active .share-hidden {
      visibility: visible;
      opacity: 1; }
    .entry .sharer .share-hidden {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      right: 0;
      top: 2.5em; }
      .entry .sharer .share-hidden.share-icons a {
        margin-right: 0;
        float: none; }
  @media (max-width: 28.125em) {
    .entry {
      padding-bottom: 1.875em;
      margin-bottom: 0;
      border-bottom: none;
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .entry:last-child {
    margin-right: 0; }
    .entry:nth-child(1n) {
    margin-right: 0; }
    .entry:nth-child(1n + 1) {
    clear: left; } }
  .entry.video .image {
    position: relative;
    display: block; }
    .entry.video .image:after {
      font-family: 'jux-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e900";
      display: block;
      font-size: 2.25em;
      position: absolute;
      top: calc(50% - 18px);
      text-align: center;
      width: 100%;
      color: white;
      opacity: .75;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
  .entry.small {
    margin: 0.9375em 0;
    display: block; }
    .entry.small .image {
      width: calc(99.99% * 2/8 - (30px - 30px * 2/8)); }
    .entry.small .image:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    .entry.small .image:last-child {
  margin-right: 0; }
    .entry.small .image:nth-child(8n) {
  margin-right: 0; }
    .entry.small .image:nth-child(8n + 1) {
  clear: left; }
    .entry.small .content {
      width: calc(99.99% * 5/8 - (30px - 30px * 5/8)); }
    .entry.small .content:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    .entry.small .content:last-child {
  margin-right: 0; }
    .entry.small .content:nth-child(8n) {
  margin-right: 0; }
    .entry.small .content:nth-child(8n + 1) {
  clear: left; }
      .entry.small .content h1 {
        font-size: 1.125em;
        line-height: 24.75px; }
      .entry.small .content h2, .entry.small .content small {
        font-size: 0.875em; }
    .entry.small .sharer {
      width: calc(99.99% * 1/8 - (30px - 30px * 1/8)); }
    .entry.small .sharer:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    .entry.small .sharer:last-child {
  margin-right: 0; }
    .entry.small .sharer:nth-child(8n) {
  margin-right: 0; }
    .entry.small .sharer:nth-child(8n + 1) {
  clear: left; }
    @media (max-width: 28.125em) {
      .entry.small {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none !important;
        float: none !important; } }
  .entry.large {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    border-bottom: 1px solid #d8d8d8; }
  .entry.large:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .entry.large:last-child {
  margin-right: 0; }
  .entry.large:nth-child(1n) {
  margin-right: 0; }
  .entry.large:nth-child(1n + 1) {
  clear: left; }
    @media (max-width: 28.125em) {
      .entry.large {
        padding-bottom: 1.875em;
        margin-bottom: 0;
        border-bottom: none;
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.large:last-child {
    margin-right: 0; }
      .entry.large:nth-child(1n) {
    margin-right: 0; }
      .entry.large:nth-child(1n + 1) {
    clear: left; } }
  .entry.search {
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
    height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
  .entry.search:nth-child(n) {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  clear: none; }
  .entry.search:last-child {
  margin-right: 0;
  margin-bottom: 0; }
  .entry.search:nth-child(2n) {
  margin-right: 0; }
  .entry.search:nth-child(2n + 1) {
  clear: left; }
  .entry.search:nth-last-child(-n + 2) {
  margin-bottom: 0; }
    .entry.search h1 {
      font-size: 1em;
      line-height: 1.375rem; }
    @media (max-width: 48em) {
      .entry.search {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.search:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.search:last-child {
    margin-right: 0; }
      .entry.search:nth-child(1n) {
    margin-right: 0; }
      .entry.search:nth-child(1n + 1) {
    clear: left; } }
  .entry.horizontal {
    display: block;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    border-bottom: 1px solid #d8d8d8;
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    *zoom: 1; }
  .entry.horizontal:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .entry.horizontal:last-child {
  margin-right: 0; }
  .entry.horizontal:nth-child(1n) {
  margin-right: 0; }
  .entry.horizontal:nth-child(1n + 1) {
  clear: left; }
  .entry.horizontal:before {
  content: '';
  display: table; }
  .entry.horizontal:after {
  content: '';
  display: table;
  clear: both; }
    @media (min-width: 48em) {
      .entry.horizontal article {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.horizontal article:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal article:last-child {
    margin-right: 0; }
      .entry.horizontal article:nth-child(1n) {
    margin-right: 0; }
      .entry.horizontal article:nth-child(1n + 1) {
    clear: left; }
      .entry.horizontal .image {
        width: calc(99.99% * 6/12 - (30px - 30px * 6/12)); }
      .entry.horizontal .image:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal .image:last-child {
    margin-right: 0; }
      .entry.horizontal .image:nth-child(12n) {
    margin-right: 0; }
      .entry.horizontal .image:nth-child(12n + 1) {
    clear: left; }
      .entry.horizontal .content {
        width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
        margin-left: calc(99.99% * (-1/12 * -1) - (30px - 30px * (-1/12 * -1)) + 30px) !important; }
      .entry.horizontal .content:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal .content:last-child {
    margin-right: 0; }
      .entry.horizontal .content:nth-child(12n) {
    margin-right: 0; }
      .entry.horizontal .content:nth-child(12n + 1) {
    clear: left; } }
    @media (max-width: 48em) {
      .entry.horizontal .image {
        margin-bottom: 0.3125em; } }
    @media (max-width: 28.125em) {
      .entry.horizontal {
        padding-bottom: 1.875em;
        margin-bottom: 0;
        border-bottom: none;
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.horizontal:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal:last-child {
    margin-right: 0; }
      .entry.horizontal:nth-child(1n) {
    margin-right: 0; }
      .entry.horizontal:nth-child(1n + 1) {
    clear: left; } }
  .entry.three-across {
    width: calc(99.99% * 1/3 - (10em - 10em * 1/3));
    margin-bottom: 5em; }
  .entry.three-across:nth-child(n) {
  float: left;
  margin-right: 10em;
  clear: none; }
  .entry.three-across:last-child {
  margin-right: 0; }
  .entry.three-across:nth-child(3n) {
  margin-right: 0; }
  .entry.three-across:nth-child(3n + 1) {
  clear: left; }
    .entry.three-across .image {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      margin-bottom: 0.3125em; }
    .entry.three-across .image:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    .entry.three-across .image:last-child {
  margin-right: 0; }
    .entry.three-across .image:nth-child(1n) {
  margin-right: 0; }
    .entry.three-across .image:nth-child(1n + 1) {
  clear: left; }
    @media (min-width: 48em) and (max-width: 64.0625em) {
      .entry.three-across {
        width: calc(99.99% * 1/3 - (6.25em - 6.25em * 1/3));
        margin-bottom: 3.125em; }
      .entry.three-across:nth-child(n) {
    float: left;
    margin-right: 6.25em;
    clear: none; }
      .entry.three-across:last-child {
    margin-right: 0; }
      .entry.three-across:nth-child(3n) {
    margin-right: 0; }
      .entry.three-across:nth-child(3n + 1) {
    clear: left; }
        .entry.three-across .image {
          margin-bottom: 0.3125em; } }
    @media (max-width: 48em) and (min-width: 28.125em) {
      .entry.three-across {
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
        height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
      .entry.three-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .entry.three-across:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .entry.three-across:nth-child(2n) {
    margin-right: 0; }
      .entry.three-across:nth-child(2n + 1) {
    clear: left; }
      .entry.three-across:nth-last-child(-n + 2) {
    margin-bottom: 0; } }
    @media (max-width: 28.125em) {
      .entry.three-across {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        height: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.three-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .entry.three-across:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .entry.three-across:nth-child(1n) {
    margin-right: 0; }
      .entry.three-across:nth-child(1n + 1) {
    clear: left; }
      .entry.three-across:nth-last-child(-n + 1) {
    margin-bottom: 0; } }
    .entry.three-across.paged {
      width: calc(99.99% * 1/3 - (10em - 10em * 1/3));
      margin-bottom: 5em; }
    .entry.three-across.paged:nth-child(n) {
  float: left;
  margin-right: 10em;
  clear: none; }
    .entry.three-across.paged:last-child {
  margin-right: 0; }
    .entry.three-across.paged:nth-child(4n) {
  margin-right: 0; }
    .entry.three-across.paged:nth-child(4n + 1) {
  clear: left; }
      @media (min-width: 48em) and (max-width: 64.0625em) {
        .entry.three-across.paged {
          width: calc(99.99% * 1/3 - (6.25em - 6.25em * 1/3));
          margin-bottom: 3.125em; }
        .entry.three-across.paged:nth-child(n) {
    float: left;
    margin-right: 6.25em;
    clear: none; }
        .entry.three-across.paged:last-child {
    margin-right: 0; }
        .entry.three-across.paged:nth-child(3n) {
    margin-right: 0; }
        .entry.three-across.paged:nth-child(3n + 1) {
    clear: left; } }
      @media (max-width: 48em) and (min-width: 28.125em) {
        .entry.three-across.paged {
          width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
          height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
        .entry.three-across.paged:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
        .entry.three-across.paged:last-child {
    margin-right: 0;
    margin-bottom: 0; }
        .entry.three-across.paged:nth-child(2n) {
    margin-right: 0; }
        .entry.three-across.paged:nth-child(2n + 1) {
    clear: left; }
        .entry.three-across.paged:nth-last-child(-n + 2) {
    margin-bottom: 0; } }
      @media (max-width: 28.125em) {
        .entry.three-across.paged {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
          height: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
        .entry.three-across.paged:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
        .entry.three-across.paged:last-child {
    margin-right: 0;
    margin-bottom: 0; }
        .entry.three-across.paged:nth-child(1n) {
    margin-right: 0; }
        .entry.three-across.paged:nth-child(1n + 1) {
    clear: left; }
        .entry.three-across.paged:nth-last-child(-n + 1) {
    margin-bottom: 0; } }
  .entry.two-across {
    width: calc(99.99% * 1/2 - (3.75em - 3.75em * 1/2));
    margin-bottom: 3.75em; }
  .entry.two-across:nth-child(n) {
  float: left;
  margin-right: 3.75em;
  clear: none; }
  .entry.two-across:last-child {
  margin-right: 0; }
  .entry.two-across:nth-child(2n) {
  margin-right: 0; }
  .entry.two-across:nth-child(2n + 1) {
  clear: left; }
    .entry.two-across .image {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      margin-bottom: 0.3125em; }
    .entry.two-across .image:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    .entry.two-across .image:last-child {
  margin-right: 0; }
    .entry.two-across .image:nth-child(1n) {
  margin-right: 0; }
    .entry.two-across .image:nth-child(1n + 1) {
  clear: left; }
    @media (min-width: 48em) and (max-width: 64.0625em) {
      .entry.two-across {
        width: calc(99.99% * 1/2 - (3.75em - 3.75em * 1/2));
        margin-bottom: 3.75em; }
      .entry.two-across:nth-child(n) {
    float: left;
    margin-right: 3.75em;
    clear: none; }
      .entry.two-across:last-child {
    margin-right: 0; }
      .entry.two-across:nth-child(2n) {
    margin-right: 0; }
      .entry.two-across:nth-child(2n + 1) {
    clear: left; } }
    @media (max-width: 48em) and (min-width: 28.125em) {
      .entry.two-across {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        height: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.two-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .entry.two-across:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .entry.two-across:nth-child(1n) {
    margin-right: 0; }
      .entry.two-across:nth-child(1n + 1) {
    clear: left; }
      .entry.two-across:nth-last-child(-n + 1) {
    margin-bottom: 0; } }
    @media (max-width: 28.125em) {
      .entry.two-across {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        height: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.two-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .entry.two-across:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .entry.two-across:nth-child(1n) {
    margin-right: 0; }
      .entry.two-across:nth-child(1n + 1) {
    clear: left; }
      .entry.two-across:nth-last-child(-n + 1) {
    margin-bottom: 0; } }
  @media (max-width: 28.125em) {
    .entry.horizontal-mobile {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      padding-bottom: 1.875em;
      margin-bottom: 2.5em;
      border-bottom: 1px solid #d8d8d8; }
    .entry.horizontal-mobile:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .entry.horizontal-mobile:last-child {
    margin-right: 0; }
    .entry.horizontal-mobile:nth-child(1n) {
    margin-right: 0; }
    .entry.horizontal-mobile:nth-child(1n + 1) {
    clear: left; }
      .entry.horizontal-mobile .image {
        width: calc(99.99% * 7/16 - (30px - 30px * 7/16)); }
      .entry.horizontal-mobile .image:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-mobile .image:last-child {
    margin-right: 0; }
      .entry.horizontal-mobile .image:nth-child(16n) {
    margin-right: 0; }
      .entry.horizontal-mobile .image:nth-child(16n + 1) {
    clear: left; }
      .entry.horizontal-mobile .content {
        width: calc(99.99% * 7/16 - (30px - 30px * 7/16)); }
      .entry.horizontal-mobile .content:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-mobile .content:last-child {
    margin-right: 0; }
      .entry.horizontal-mobile .content:nth-child(16n) {
    margin-right: 0; }
      .entry.horizontal-mobile .content:nth-child(16n + 1) {
    clear: left; }
      .entry.horizontal-mobile .sharer {
        width: calc(99.99% * 2/16 - (30px - 30px * 2/16)); }
      .entry.horizontal-mobile .sharer:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-mobile .sharer:last-child {
    margin-right: 0; }
      .entry.horizontal-mobile .sharer:nth-child(16n) {
    margin-right: 0; }
      .entry.horizontal-mobile .sharer:nth-child(16n + 1) {
    clear: left; }
      .entry.horizontal-mobile h1 {
        font-size: 1.375em;
        line-height: 1.89062rem; }
      .entry.horizontal-mobile h2 {
        font-size: 1.0625em;
        line-height: 1.46094rem; }
      .entry.horizontal-mobile p {
        font-size: 1.0625em;
        line-height: 1.46094rem; }
      .entry.horizontal-mobile small {
        font-size: 0.875em;
        line-height: 1.46094rem; }
      .entry.horizontal-mobile.large {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.horizontal-mobile.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-mobile.large:last-child {
    margin-right: 0; }
      .entry.horizontal-mobile.large:nth-child(1n) {
    margin-right: 0; }
      .entry.horizontal-mobile.large:nth-child(1n + 1) {
    clear: left; }
        .entry.horizontal-mobile.large .image, .entry.horizontal-mobile.large .content {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
        .entry.horizontal-mobile.large .image:nth-child(n), .entry.horizontal-mobile.large .content:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
        .entry.horizontal-mobile.large .image:last-child, .entry.horizontal-mobile.large .content:last-child {
    margin-right: 0; }
        .entry.horizontal-mobile.large .image:nth-child(1n), .entry.horizontal-mobile.large .content:nth-child(1n) {
    margin-right: 0; }
        .entry.horizontal-mobile.large .image:nth-child(1n + 1), .entry.horizontal-mobile.large .content:nth-child(1n + 1) {
    clear: left; } }
  .entry.full .content, .entry.full .sharer {
    display: table; }
    .entry.full .content .text, .entry.full .content .sharer-icon, .entry.full .sharer .text, .entry.full .sharer .sharer-icon {
      vertical-align: middle; }
    @media (min-width: 80em) {
      .entry.full .content, .entry.full .sharer {
        min-height: 26.0625em; } }
  .entry.full .image {
    margin-bottom: 0.3125em; }
  @media (min-width: 48em) {
    .entry.full .sharer .share-hidden {
      left: calc((99.99% * 7/12) + 15px);
      margin-top: 0; } }
  @media (min-width: 64.0625em) {
    .entry.full .share-icons {
      top: calc(50% + 35px); } }
  @media (max-width: 28.125em) {
    .entry.full {
      padding-bottom: 1.875em;
      margin-bottom: 0;
      border-bottom: none;
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    .entry.full:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .entry.full:last-child {
    margin-right: 0; }
    .entry.full:nth-child(1n) {
    margin-right: 0; }
    .entry.full:nth-child(1n + 1) {
    clear: left; } }
  @media (min-width: 64.0625em) {
    .entry.five-across {
      width: calc(99.99% * 1/5 - (30px - 30px * 1/5)); }
    .entry.five-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .entry.five-across:last-child {
    margin-right: 0; }
    .entry.five-across:nth-child(5n) {
    margin-right: 0; }
    .entry.five-across:nth-child(5n + 1) {
    clear: left; } }
  @media (max-width: 64.0625em) {
    .entry.five-across {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    .entry.five-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .entry.five-across:last-child {
    margin-right: 0; }
    .entry.five-across:nth-child(1n) {
    margin-right: 0; }
    .entry.five-across:nth-child(1n + 1) {
    clear: left; } }
  .entry.five-across .text h1 {
    font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    font-size: 1.25em; }
  @media (max-width: 64.0625em) {
    .entry.horizontal-tablet {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      padding-bottom: 1.875em;
      margin-bottom: 2.5em;
      border-bottom: 1px solid #d8d8d8; }
    .entry.horizontal-tablet:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .entry.horizontal-tablet:last-child {
    margin-right: 0; }
    .entry.horizontal-tablet:nth-child(1n) {
    margin-right: 0; }
    .entry.horizontal-tablet:nth-child(1n + 1) {
    clear: left; }
      .entry.horizontal-tablet .image {
        width: calc(99.99% * 7/16 - (30px - 30px * 7/16)); }
      .entry.horizontal-tablet .image:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-tablet .image:last-child {
    margin-right: 0; }
      .entry.horizontal-tablet .image:nth-child(16n) {
    margin-right: 0; }
      .entry.horizontal-tablet .image:nth-child(16n + 1) {
    clear: left; }
      .entry.horizontal-tablet .content {
        width: calc(99.99% * 7/16 - (30px - 30px * 7/16)); }
      .entry.horizontal-tablet .content:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-tablet .content:last-child {
    margin-right: 0; }
      .entry.horizontal-tablet .content:nth-child(16n) {
    margin-right: 0; }
      .entry.horizontal-tablet .content:nth-child(16n + 1) {
    clear: left; }
      .entry.horizontal-tablet .sharer {
        width: calc(99.99% * 2/16 - (30px - 30px * 2/16)); }
      .entry.horizontal-tablet .sharer:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-tablet .sharer:last-child {
    margin-right: 0; }
      .entry.horizontal-tablet .sharer:nth-child(16n) {
    margin-right: 0; }
      .entry.horizontal-tablet .sharer:nth-child(16n + 1) {
    clear: left; }
      .entry.horizontal-tablet .share-hidden {
        left: calc((99.99% * 7/16) + 15px); }
      .entry.horizontal-tablet h1 {
        font-size: 1.375em;
        line-height: 1.89062rem; }
      .entry.horizontal-tablet.large {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .entry.horizontal-tablet.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .entry.horizontal-tablet.large:last-child {
    margin-right: 0; }
      .entry.horizontal-tablet.large:nth-child(1n) {
    margin-right: 0; }
      .entry.horizontal-tablet.large:nth-child(1n + 1) {
    clear: left; }
        .entry.horizontal-tablet.large .image, .entry.horizontal-tablet.large .content {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
        .entry.horizontal-tablet.large .image:nth-child(n), .entry.horizontal-tablet.large .content:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
        .entry.horizontal-tablet.large .image:last-child, .entry.horizontal-tablet.large .content:last-child {
    margin-right: 0; }
        .entry.horizontal-tablet.large .image:nth-child(1n), .entry.horizontal-tablet.large .content:nth-child(1n) {
    margin-right: 0; }
        .entry.horizontal-tablet.large .image:nth-child(1n + 1), .entry.horizontal-tablet.large .content:nth-child(1n + 1) {
    clear: left; } }

.ad-space {
  text-align: center; }

#recent .left .image {
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }

#recent .left .image:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

#recent .left .image:last-child {
  margin-right: 0; }

#recent .left .image:nth-child(1n) {
  margin-right: 0; }

#recent .left .image:nth-child(1n + 1) {
  clear: left; }

#recent .left .entry.large .share-icons {
  width: 2.1875em; }

@media (min-width: 64.0625em) {
  #recent .left .image {
    margin-bottom: 0.3125em; } }

@media (min-width: 48em) {
  #recent .left .entry {
    width: calc(99.99% * 3/7 - (30px - 30px * 3/7)); }
  #recent .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #recent .left .entry:last-child {
    margin-right: 0; }
  #recent .left .entry:nth-child(2n) {
    margin-right: 0; }
  #recent .left .entry:nth-child(2n + 1) {
    clear: left; } }

@media (min-width: 64.0625em) {
  #recent .left {
    width: calc(99.99% * 7/12 - (30px - 30px * 7/12)); }
  #recent .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #recent .left:last-child {
    margin-right: 0; }
  #recent .left:nth-child(12n) {
    margin-right: 0; }
  #recent .left:nth-child(12n + 1) {
    clear: left; }
    #recent .left .entry:nth-child(2) {
      margin-left: calc(99.99% * (-1/7 * -1) - (30px - 30px * (-1/7 * -1)) + 30px) !important; }
    #recent .left .entry.large {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      min-height: 37.5em; }
    #recent .left .entry.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    #recent .left .entry.large:last-child {
    margin-right: 0; }
    #recent .left .entry.large:nth-child(1n) {
    margin-right: 0; }
    #recent .left .entry.large:nth-child(1n + 1) {
    clear: left; } }

@media (min-width: 48em) and (max-width: 64.0625em) {
  #recent .left {
    width: calc(99.99% * 8/12 - (30px - 30px * 8/12)); }
  #recent .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #recent .left:last-child {
    margin-right: 0; }
  #recent .left:nth-child(12n) {
    margin-right: 0; }
  #recent .left:nth-child(12n + 1) {
    clear: left; }
    #recent .left .entry {
      width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
    #recent .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    #recent .left .entry:last-child {
    margin-right: 0; }
    #recent .left .entry:nth-child(2n) {
    margin-right: 0; }
    #recent .left .entry:nth-child(2n + 1) {
    clear: left; }
      #recent .left .entry.large {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      #recent .left .entry.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      #recent .left .entry.large:last-child {
    margin-right: 0; }
      #recent .left .entry.large:nth-child(1n) {
    margin-right: 0; }
      #recent .left .entry.large:nth-child(1n + 1) {
    clear: left; } }

@media (max-width: 48em) and (min-width: 28.125em) {
  #recent .left {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  #recent .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #recent .left:last-child {
    margin-right: 0; }
  #recent .left:nth-child(1n) {
    margin-right: 0; }
  #recent .left:nth-child(1n + 1) {
    clear: left; }
    #recent .left .entry {
      width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
    #recent .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    #recent .left .entry:last-child {
    margin-right: 0; }
    #recent .left .entry:nth-child(2n) {
    margin-right: 0; }
    #recent .left .entry:nth-child(2n + 1) {
    clear: left; }
      #recent .left .entry.large {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      #recent .left .entry.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      #recent .left .entry.large:last-child {
    margin-right: 0; }
      #recent .left .entry.large:nth-child(1n) {
    margin-right: 0; }
      #recent .left .entry.large:nth-child(1n + 1) {
    clear: left; } }

@media (min-width: 48em) and (max-width: 64.0625em) {
  #recent .right {
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
  #recent .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #recent .right:last-child {
    margin-right: 0; }
  #recent .right:nth-child(12n) {
    margin-right: 0; }
  #recent .right:nth-child(12n + 1) {
    clear: left; }
    #recent .right .ad-space {
      padding-bottom: 1.875em;
      margin-bottom: 2.5em;
      border-bottom: 1px solid #d8d8d8; } }

@media (min-width: 64.0625em) {
  #recent .right {
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
    margin-left: calc(99.99% * (-1/12 * -1) - (30px - 30px * (-1/12 * -1)) + 30px) !important; }
  #recent .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #recent .right:last-child {
    margin-right: 0; }
  #recent .right:nth-child(12n) {
    margin-right: 0; }
  #recent .right:nth-child(12n + 1) {
    clear: left; }
    #recent .right .ad-space {
      padding-bottom: 1.875em;
      margin-bottom: 2.5em;
      border-bottom: 1px solid #d8d8d8; } }

@media (max-width: 48em) {
  #recent .right {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  #recent .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #recent .right:last-child {
    margin-right: 0; }
  #recent .right:nth-child(1n) {
    margin-right: 0; }
  #recent .right:nth-child(1n + 1) {
    clear: left; } }

.four-post {
  margin: 1.875em 0;
  padding: 1.875em 0;
  border-bottom: 1px solid #d8d8d8; }
  @media (max-width: 28.125em) {
    .four-post .ad-space {
      text-align: center; } }
  .four-post .right .image {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  .four-post .right .image:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .four-post .right .image:last-child {
  margin-right: 0; }
  .four-post .right .image:nth-child(1n) {
  margin-right: 0; }
  .four-post .right .image:nth-child(1n + 1) {
  clear: left; }
  .four-post .right .entry.large .share-icons {
    width: 2.1875em; }
  @media (min-width: 64.0625em) {
    .four-post .right .image {
      margin-bottom: 0.3125em; } }
  @media (min-width: 48em) {
    .four-post .right .entry {
      width: calc(99.99% * 3/7 - (30px - 30px * 3/7)); }
    .four-post .right .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post .right .entry:last-child {
    margin-right: 0; }
    .four-post .right .entry:nth-child(2n) {
    margin-right: 0; }
    .four-post .right .entry:nth-child(2n + 1) {
    clear: left; } }
  @media (min-width: 64.0625em) {
    .four-post .right {
      width: calc(99.99% * 7/12 - (30px - 30px * 7/12));
      height: calc(99.99% * 7/12 - (30px - 30px * 7/12)); }
    .four-post .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
    .four-post .right:last-child {
    margin-right: 0;
    margin-bottom: 0; }
    .four-post .right:nth-child(12n) {
    margin-right: 0; }
    .four-post .right:nth-child(12n + 1) {
    clear: left; }
    .four-post .right:nth-last-child(-n + 12) {
    margin-bottom: 0; }
      .four-post .right .entry {
        margin-bottom: 1.25em; }
        .four-post .right .entry:nth-child(2n) {
          margin-left: calc(99.99% * (-1/7 * -1) - (30px - 30px * (-1/7 * -1)) + 30px) !important; }
        .four-post .right .entry.large {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
          min-height: 37.5em; }
        .four-post .right .entry.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
        .four-post .right .entry.large:last-child {
    margin-right: 0; }
        .four-post .right .entry.large:nth-child(1n) {
    margin-right: 0; }
        .four-post .right .entry.large:nth-child(1n + 1) {
    clear: left; } }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    .four-post .right {
      width: calc(99.99% * 8/12 - (30px - 30px * 8/12)); }
    .four-post .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post .right:last-child {
    margin-right: 0; }
    .four-post .right:nth-child(12n) {
    margin-right: 0; }
    .four-post .right:nth-child(12n + 1) {
    clear: left; }
      .four-post .right .entry {
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
        height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
      .four-post .right .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .four-post .right .entry:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .four-post .right .entry:nth-child(2n) {
    margin-right: 0; }
      .four-post .right .entry:nth-child(2n + 1) {
    clear: left; }
      .four-post .right .entry:nth-last-child(-n + 2) {
    margin-bottom: 0; } }
  @media (max-width: 48em) and (min-width: 28.125em) {
    .four-post .right {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    .four-post .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post .right:last-child {
    margin-right: 0; }
    .four-post .right:nth-child(1n) {
    margin-right: 0; }
    .four-post .right:nth-child(1n + 1) {
    clear: left; }
      .four-post .right .entry {
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
        height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
      .four-post .right .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .four-post .right .entry:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .four-post .right .entry:nth-child(2n) {
    margin-right: 0; }
      .four-post .right .entry:nth-child(2n + 1) {
    clear: left; }
      .four-post .right .entry:nth-last-child(-n + 2) {
    margin-bottom: 0; } }
  .four-post .left .ad-space {
    text-align: left; }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    .four-post .left {
      width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
    .four-post .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post .left:last-child {
    margin-right: 0; }
    .four-post .left:nth-child(12n) {
    margin-right: 0; }
    .four-post .left:nth-child(12n + 1) {
    clear: left; }
      .four-post .left .ad-space {
        padding-bottom: 1.875em;
        margin-bottom: 2.5em; } }
  @media (min-width: 64.0625em) {
    .four-post .left {
      width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
    .four-post .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post .left:last-child {
    margin-right: 0; }
    .four-post .left:nth-child(12n) {
    margin-right: 0; }
    .four-post .left:nth-child(12n + 1) {
    clear: left; }
      .four-post .left .ad-space {
        padding-bottom: 1.875em;
        margin-bottom: 2.5em; } }
  @media (max-width: 48em) {
    .four-post .left {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    .four-post .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post .left:last-child {
    margin-right: 0; }
    .four-post .left:nth-child(1n) {
    margin-right: 0; }
    .four-post .left:nth-child(1n + 1) {
    clear: left; } }
  .four-post.left-posts .left .image {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  .four-post.left-posts .left .image:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .four-post.left-posts .left .image:last-child {
  margin-right: 0; }
  .four-post.left-posts .left .image:nth-child(1n) {
  margin-right: 0; }
  .four-post.left-posts .left .image:nth-child(1n + 1) {
  clear: left; }
  .four-post.left-posts .left .entry.large .share-icons {
    width: 2.1875em; }
  @media (min-width: 64.0625em) {
    .four-post.left-posts .left .image {
      margin-bottom: 0.3125em; } }
  @media (min-width: 48em) {
    .four-post.left-posts .left .entry {
      width: calc(99.99% * 3/7 - (30px - 30px * 3/7)); }
    .four-post.left-posts .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post.left-posts .left .entry:last-child {
    margin-right: 0; }
    .four-post.left-posts .left .entry:nth-child(2n) {
    margin-right: 0; }
    .four-post.left-posts .left .entry:nth-child(2n + 1) {
    clear: left; } }
  @media (min-width: 64.0625em) {
    .four-post.left-posts .left {
      width: calc(99.99% * 7/12 - (30px - 30px * 7/12));
      height: calc(99.99% * 7/12 - (30px - 30px * 7/12)); }
    .four-post.left-posts .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
    .four-post.left-posts .left:last-child {
    margin-right: 0;
    margin-bottom: 0; }
    .four-post.left-posts .left:nth-child(12n) {
    margin-right: 0; }
    .four-post.left-posts .left:nth-child(12n + 1) {
    clear: left; }
    .four-post.left-posts .left:nth-last-child(-n + 12) {
    margin-bottom: 0; }
      .four-post.left-posts .left .entry {
        margin-bottom: 1.25em; }
        .four-post.left-posts .left .entry:nth-child(2n) {
          margin-left: calc(99.99% * (-1/7 * -1) - (30px - 30px * (-1/7 * -1)) + 30px) !important; }
        .four-post.left-posts .left .entry.large {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
          min-height: 37.5em; }
        .four-post.left-posts .left .entry.large:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
        .four-post.left-posts .left .entry.large:last-child {
    margin-right: 0; }
        .four-post.left-posts .left .entry.large:nth-child(1n) {
    margin-right: 0; }
        .four-post.left-posts .left .entry.large:nth-child(1n + 1) {
    clear: left; } }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    .four-post.left-posts .left {
      width: calc(99.99% * 8/12 - (30px - 30px * 8/12)); }
    .four-post.left-posts .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post.left-posts .left:last-child {
    margin-right: 0; }
    .four-post.left-posts .left:nth-child(12n) {
    margin-right: 0; }
    .four-post.left-posts .left:nth-child(12n + 1) {
    clear: left; }
      .four-post.left-posts .left .entry {
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
        height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
      .four-post.left-posts .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .four-post.left-posts .left .entry:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .four-post.left-posts .left .entry:nth-child(2n) {
    margin-right: 0; }
      .four-post.left-posts .left .entry:nth-child(2n + 1) {
    clear: left; }
      .four-post.left-posts .left .entry:nth-last-child(-n + 2) {
    margin-bottom: 0; } }
  @media (max-width: 48em) and (min-width: 28.125em) {
    .four-post.left-posts .left {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    .four-post.left-posts .left:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post.left-posts .left:last-child {
    margin-right: 0; }
    .four-post.left-posts .left:nth-child(1n) {
    margin-right: 0; }
    .four-post.left-posts .left:nth-child(1n + 1) {
    clear: left; }
      .four-post.left-posts .left .entry {
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
        height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
      .four-post.left-posts .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none; }
      .four-post.left-posts .left .entry:last-child {
    margin-right: 0;
    margin-bottom: 0; }
      .four-post.left-posts .left .entry:nth-child(2n) {
    margin-right: 0; }
      .four-post.left-posts .left .entry:nth-child(2n + 1) {
    clear: left; }
      .four-post.left-posts .left .entry:nth-last-child(-n + 2) {
    margin-bottom: 0; } }
  .four-post.left-posts .right .ad-space {
    text-align: right; }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    .four-post.left-posts .right {
      width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
    .four-post.left-posts .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post.left-posts .right:last-child {
    margin-right: 0; }
    .four-post.left-posts .right:nth-child(12n) {
    margin-right: 0; }
    .four-post.left-posts .right:nth-child(12n + 1) {
    clear: left; }
      .four-post.left-posts .right .ad-space {
        padding-bottom: 1.875em;
        margin-bottom: 2.5em; } }
  @media (min-width: 64.0625em) {
    .four-post.left-posts .right {
      width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
    .four-post.left-posts .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post.left-posts .right:last-child {
    margin-right: 0; }
    .four-post.left-posts .right:nth-child(12n) {
    margin-right: 0; }
    .four-post.left-posts .right:nth-child(12n + 1) {
    clear: left; }
      .four-post.left-posts .right .ad-space {
        padding-bottom: 1.875em;
        margin-bottom: 2.5em; } }
  @media (max-width: 48em) {
    .four-post.left-posts .right {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    .four-post.left-posts .right:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    .four-post.left-posts .right:last-child {
    margin-right: 0; }
    .four-post.left-posts .right:nth-child(1n) {
    margin-right: 0; }
    .four-post.left-posts .right:nth-child(1n + 1) {
    clear: left; } }

@media (min-width: 48em) {
  #most-shared .swipe .small:nth-of-type(1n+5) {
    display: none; } }

@media (min-width: 48em) and (max-width: 64.0625em) {
  #most-shared .entry .image {
    display: none; } }

@media (min-width: 48em) {
  .swipe .small {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    *zoom: 1; }
  .swipe .small:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .swipe .small:last-child {
    margin-right: 0; }
  .swipe .small:nth-child(1n) {
    margin-right: 0; }
  .swipe .small:nth-child(1n + 1) {
    clear: left; }
  .swipe .small:before {
    content: '';
    display: table; }
  .swipe .small:after {
    content: '';
    display: table;
    clear: both; } }

@media (max-width: 48em) {
  .swipe {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .swipe .entry {
      display: inline-block;
      vertical-align: top; }
      .swipe .entry small {
        display: none; }
      .swipe .entry .image, .swipe .entry .content {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        white-space: normal; }
      .swipe .entry .image:nth-child(n), .swipe .entry .content:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .swipe .entry .image:last-child, .swipe .entry .content:last-child {
    margin-right: 0; }
      .swipe .entry .image:nth-child(1n), .swipe .entry .content:nth-child(1n) {
    margin-right: 0; }
      .swipe .entry .image:nth-child(1n + 1), .swipe .entry .content:nth-child(1n + 1) {
    clear: left; } }

@media (max-width: 48em) and (min-width: 28.125em) {
  .swipe .entry {
    width: 20%;
    margin-right: 10%; } }

@media (max-width: 28.125em) {
  .swipe .entry {
    width: 30%;
    margin-right: 10%; } }

.paged-content .bottom-spacing {
  margin-bottom: 1.875em;
  padding-bottom: 1.875em; }

.paged-content .video-feed .border {
  border-bottom: 1px solid #d8d8d8;
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
  padding-bottom: 1.875em; }

.paged-content .video-feed .border:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.paged-content .video-feed .border:last-child {
  margin-right: 0; }

.paged-content .video-feed .border:nth-child(1n) {
  margin-right: 0; }

.paged-content .video-feed .border:nth-child(1n + 1) {
  clear: left; }

@media (max-width: 48em) {
  .paged-content .video-feed {
    display: none; } }

@media (max-width: 28.125em) {
  .paged-content .large, .paged-content .horizontal, .paged-content .full {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0;
    margin-bottom: 3.125em;
    padding-bottom: 2.5em; } }

#beyond-cover {
  margin: 3.125em 0;
  height: 80vh;
  width: 100%;
  position: relative;
  background-color: black;
  cursor: pointer; }
  @media (max-width: 28.125em) {
    #beyond-cover {
      margin: 1.875em 0; } }
  #beyond-cover:hover, #beyond-cover:focus, #beyond-cover:active {
    opacity: .9; }
    #beyond-cover:hover .go-beyond span, #beyond-cover:focus .go-beyond span, #beyond-cover:active .go-beyond span {
      background-color: black;
      color: white; }
  #beyond-cover .overlay {
    bottom: 20vh;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center; }
    #beyond-cover .overlay .inner {
      margin: 0px auto;
      padding: 0em 0.3125em;
      background-color: rgba(0, 0, 0, 0.5); }
  #beyond-cover h1 {
    display: inline-block;
    width: 75%;
    max-width: 56.25em;
    margin: 0.3125em auto;
    font-size: 4.5em;
    font-family: "brandon_bold",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: white;
    line-height: 105%; }
  #beyond-cover h2 {
    display: inline-block;
    width: 75%;
    max-width: 56.25em;
    margin: 0 auto;
    font-size: 2.25em;
    font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: white; }
  #beyond-cover .go-beyond {
    display: block;
    padding: 1.25em; }
    #beyond-cover .go-beyond span {
      padding: 0.625em 1.25em;
      border: 1px solid white;
      font-family: "brandon_bold",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
      font-weight: normal;
      font-size: 1em;
      text-transform: uppercase;
      color: white;
      background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 64.0625em) and (min-width: 48em) {
    #beyond-cover h1 {
      font-size: 3.75em;
      line-height: 105%; }
    #beyond-cover h2 {
      font-size: 2em; } }
  @media (max-width: 48em) {
    #beyond-cover h1 {
      font-size: 3.75em;
      line-height: 105%; }
    #beyond-cover h2 {
      font-size: 2em; } }
  @media (max-width: 28.125em) {
    #beyond-cover h1 {
      font-size: 2.625em;
      line-height: 105%; }
    #beyond-cover h2 {
      font-size: 1.625em; } }

.video header.titling {
  position: relative;
  top: inherit;
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
  padding: 0.9375em 0;
  background-color: transparent;
  border-top: 1px solid #d7d7d7;
  margin-top: 1.875em;
  height: auto;
  z-index: 1; }

.video header.titling:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.video header.titling:last-child {
  margin-right: 0; }

.video header.titling:nth-child(1n) {
  margin-right: 0; }

.video header.titling:nth-child(1n + 1) {
  clear: left; }
  .video header.titling h1 {
    text-align: center;
    padding: 0.9375em 0;
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  .video header.titling h1:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .video header.titling h1:last-child {
  margin-right: 0; }
  .video header.titling h1:nth-child(1n) {
  margin-right: 0; }
  .video header.titling h1:nth-child(1n + 1) {
  clear: left; }

.done {
  font-family: "brandon_bold",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .2em;
  word-spacing: .2em;
  width: 100%; }

.media {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin-bottom: 0.9375em;
  height: 0;
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }

.media:nth-child(n) {/* 16:9 */
  float: left;
  margin-right: 30px;
  clear: none; }

.media:last-child {/* 16:9 */
  margin-right: 0; }

.media:nth-child(1n) {/* 16:9 */
  margin-right: 0; }

.media:nth-child(1n + 1) {/* 16:9 */
  clear: left; }
  .media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  .media iframe:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .media iframe:last-child {
  margin-right: 0; }
  .media iframe:nth-child(1n) {
  margin-right: 0; }
  .media iframe:nth-child(1n + 1) {
  clear: left; }

#section-dropdown {
  background-color: white;
  width: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease-in-out;
          transition: 500ms all ease-in-out;
  opacity: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }
  @media (min-width: 64.0625em) {
    #section-dropdown {
      top: 6.875em; } }
  @media (max-width: 64.0625em) and (min-width: 48em) {
    #section-dropdown {
      top: 10.3125em;
      max-height: calc(100vh - 165px); } }
  @media (max-width: 48em) {
    #section-dropdown {
      top: 9.375em;
      max-height: calc(100vh - 150px); } }
  @media (max-width: 64.0625em) {
    #section-dropdown {
      overflow-y: scroll; } }
  #section-dropdown.active {
    position: fixed;
    height: auto;
    opacity: 1;
    visibility: visible; }
  #section-dropdown .subnav {
    border-bottom: 1px solid #d8d8d8;
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  #section-dropdown .subnav:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  #section-dropdown .subnav:last-child {
  margin-right: 0; }
  #section-dropdown .subnav:nth-child(1n) {
  margin-right: 0; }
  #section-dropdown .subnav:nth-child(1n + 1) {
  clear: left; }
    @media (max-width: 64.0625em) {
      #section-dropdown .subnav .container {
        padding: 0; } }
    #section-dropdown .subnav ul {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    #section-dropdown .subnav ul:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    #section-dropdown .subnav ul:last-child {
  margin-right: 0; }
    #section-dropdown .subnav ul:nth-child(1n) {
  margin-right: 0; }
    #section-dropdown .subnav ul:nth-child(1n + 1) {
  clear: left; }
      @media (min-width: 64.0625em) {
        #section-dropdown .subnav ul {
          border-left: 1px solid #d8d8d8;
          border-right: 1px solid #d8d8d8; } }
      #section-dropdown .subnav ul li {
        list-style: none; }
        #section-dropdown .subnav ul li a {
          font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
          font-weight: normal;
          display: block;
          text-align: center;
          color: black;
          text-transform: uppercase; }
          #section-dropdown .subnav ul li a:hover, #section-dropdown .subnav ul li a:focus, #section-dropdown .subnav ul li a:active {
            background-color: #d8d8d8; }
        @media (min-width: 64.0625em) {
          #section-dropdown .subnav ul li {
            width: calc(99.99% * 2/18 - (0px - 0px * 2/18));
            border-right: 1px solid #d8d8d8; }
          #section-dropdown .subnav ul li:nth-child(n) {
    float: left;
    margin-right: 0px;
    clear: none; }
          #section-dropdown .subnav ul li:last-child {
    margin-right: 0; }
          #section-dropdown .subnav ul li:nth-child(18n) {
    margin-right: 0; }
          #section-dropdown .subnav ul li:nth-child(18n + 1) {
    clear: left; }
            #section-dropdown .subnav ul li:nth-child(8) {
              border-right: none; }
            #section-dropdown .subnav ul li.large {
              width: calc(99.99% * 3/18 - (0px - 0px * 3/18)); }
            #section-dropdown .subnav ul li.large:nth-child(n) {
    float: left;
    margin-right: 0px;
    clear: none; }
            #section-dropdown .subnav ul li.large:last-child {
    margin-right: 0; }
            #section-dropdown .subnav ul li.large:nth-child(18n) {
    margin-right: 0; }
            #section-dropdown .subnav ul li.large:nth-child(18n + 1) {
    clear: left; }
            #section-dropdown .subnav ul li.active a {
              background-color: #3fbcef;
              color: white; }
              #section-dropdown .subnav ul li.active a:hover, #section-dropdown .subnav ul li.active a:focus, #section-dropdown .subnav ul li.active a:active {
                background-color: #3fbcef; }
            #section-dropdown .subnav ul li a {
              font-size: 1em;
              padding: 1.5625em 0px; } }
        @media (max-width: 64.0625em) {
          #section-dropdown .subnav ul li {
            width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
            border-bottom: 1px solid #d8d8d8; }
          #section-dropdown .subnav ul li:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
          #section-dropdown .subnav ul li:last-child {
    margin-right: 0; }
          #section-dropdown .subnav ul li:nth-child(0pxn) {
    margin-right: 0; }
          #section-dropdown .subnav ul li:nth-child(0pxn + 1) {
    clear: left; }
            #section-dropdown .subnav ul li:nth-child(even) {
              border-right: none; }
            #section-dropdown .subnav ul li a {
              font-size: 1em;
              padding: 1.25em 0px; } }
  #section-dropdown .subnav-drop ul {
    margin: 0 auto;
    text-align: center; }
    #section-dropdown .subnav-drop ul li {
      list-style: none;
      display: inline-block; }
      #section-dropdown .subnav-drop ul li a {
        font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
        font-weight: normal;
        display: block;
        text-align: center;
        color: #666;
        text-transform: uppercase; }
        #section-dropdown .subnav-drop ul li a:hover, #section-dropdown .subnav-drop ul li a:focus, #section-dropdown .subnav-drop ul li a:active {
          background-color: #d8d8d8; }
      @media (min-width: 64.0625em) {
        #section-dropdown .subnav-drop ul li:nth-child(8) {
          border-right: none; }
        #section-dropdown .subnav-drop ul li.active a {
          background-color: #3fbcef;
          color: white; }
          #section-dropdown .subnav-drop ul li.active a:hover, #section-dropdown .subnav-drop ul li.active a:focus, #section-dropdown .subnav-drop ul li.active a:active {
            background-color: #3fbcef; }
        #section-dropdown .subnav-drop ul li a {
          font-size: 1em;
          padding: 1.5625em 1.5625em; } }
  #section-dropdown #drop-ajax-load {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    padding: 1.5625em 0; }
  #section-dropdown #drop-ajax-load:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  #section-dropdown #drop-ajax-load:last-child {
  margin-right: 0; }
  #section-dropdown #drop-ajax-load:nth-child(1n) {
  margin-right: 0; }
  #section-dropdown #drop-ajax-load:nth-child(1n + 1) {
  clear: left; }
    @media (max-width: 64.0625em) {
      #section-dropdown #drop-ajax-load {
        display: none; } }
    #section-dropdown #drop-ajax-load .container {
      -webkit-transition: 480ms all ease-in-out;
              transition: 480ms all ease-in-out;
      opacity: 1;
      -webkit-transition: 480ms all ease-in-out;
      position: relative;
      left: inherit;
      visibility: visible; }
      #section-dropdown #drop-ajax-load .container.loading {
        opacity: 0; }
      #section-dropdown #drop-ajax-load .container.hide {
        position: absolute;
        left: -99em;
        opacity: 0;
        visibility: hidden; }
    #section-dropdown #drop-ajax-load .featured {
      width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
    #section-dropdown #drop-ajax-load .featured:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    #section-dropdown #drop-ajax-load .featured:last-child {
  margin-right: 0; }
    #section-dropdown #drop-ajax-load .featured:nth-child(2n) {
  margin-right: 0; }
    #section-dropdown #drop-ajax-load .featured:nth-child(2n + 1) {
  clear: left; }
      #section-dropdown #drop-ajax-load .featured article {
        padding-right: 25%; }
      #section-dropdown #drop-ajax-load .featured a {
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
      #section-dropdown #drop-ajax-load .featured a:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
      #section-dropdown #drop-ajax-load .featured a:last-child {
  margin-right: 0; }
      #section-dropdown #drop-ajax-load .featured a:nth-child(2n) {
  margin-right: 0; }
      #section-dropdown #drop-ajax-load .featured a:nth-child(2n + 1) {
  clear: left; }
        #section-dropdown #drop-ajax-load .featured a img {
          width: 100%;
          max-width: 100%;
          height: auto; }
      #section-dropdown #drop-ajax-load .featured h1 {
        font-size: 1em;
        line-height: 1.375rem;
        font-family: "brandon_bold",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
        font-weight: normal; }
    #section-dropdown #drop-ajax-load .vertical {
      width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
    #section-dropdown #drop-ajax-load .vertical:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    #section-dropdown #drop-ajax-load .vertical:last-child {
  margin-right: 0; }
    #section-dropdown #drop-ajax-load .vertical:nth-child(2n) {
  margin-right: 0; }
    #section-dropdown #drop-ajax-load .vertical:nth-child(2n + 1) {
  clear: left; }
      #section-dropdown #drop-ajax-load .vertical a {
        width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
        height: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
      #section-dropdown #drop-ajax-load .vertical a:nth-child(n) {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  clear: none; }
      #section-dropdown #drop-ajax-load .vertical a:last-child {
  margin-right: 0;
  margin-bottom: 0; }
      #section-dropdown #drop-ajax-load .vertical a:nth-child(2n) {
  margin-right: 0; }
      #section-dropdown #drop-ajax-load .vertical a:nth-child(2n + 1) {
  clear: left; }
      #section-dropdown #drop-ajax-load .vertical a:nth-last-child(-n + 2) {
  margin-bottom: 0; }
        #section-dropdown #drop-ajax-load .vertical a article {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
        #section-dropdown #drop-ajax-load .vertical a article:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
        #section-dropdown #drop-ajax-load .vertical a article:last-child {
  margin-right: 0; }
        #section-dropdown #drop-ajax-load .vertical a article:nth-child(1n) {
  margin-right: 0; }
        #section-dropdown #drop-ajax-load .vertical a article:nth-child(1n + 1) {
  clear: left; }
          #section-dropdown #drop-ajax-load .vertical a article .image {
            width: calc(99.99% * 1/3 - (30px - 30px * 1/3)); }
          #section-dropdown #drop-ajax-load .vertical a article .image:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
          #section-dropdown #drop-ajax-load .vertical a article .image:last-child {
  margin-right: 0; }
          #section-dropdown #drop-ajax-load .vertical a article .image:nth-child(3n) {
  margin-right: 0; }
          #section-dropdown #drop-ajax-load .vertical a article .image:nth-child(3n + 1) {
  clear: left; }
            #section-dropdown #drop-ajax-load .vertical a article .image img {
              width: 100%;
              max-width: 100%;
              height: auto; }
          #section-dropdown #drop-ajax-load .vertical a article .title {
            width: calc(99.99% * 2/3 - (30px - 30px * 2/3)); }
          #section-dropdown #drop-ajax-load .vertical a article .title:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
          #section-dropdown #drop-ajax-load .vertical a article .title:last-child {
  margin-right: 0; }
          #section-dropdown #drop-ajax-load .vertical a article .title:nth-child(3n) {
  margin-right: 0; }
          #section-dropdown #drop-ajax-load .vertical a article .title:nth-child(3n + 1) {
  clear: left; }
            #section-dropdown #drop-ajax-load .vertical a article .title h1 {
              font-size: 1em;
              line-height: 1.375rem;
              font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
              font-weight: normal; }
  @media (min-width: 64.0625em) {
    #section-dropdown.menu-nav ul li {
      width: calc(99.99% * 1/5 - (0px - 0px * 1/5)); }
    #section-dropdown.menu-nav ul li:nth-child(n) {
    float: left;
    margin-right: 0px;
    clear: none; }
    #section-dropdown.menu-nav ul li:last-child {
    margin-right: 0; }
    #section-dropdown.menu-nav ul li:nth-child(7n) {
    margin-right: 0; }
    #section-dropdown.menu-nav ul li:nth-child(7n + 1) {
    clear: left; } }
  #section-dropdown.menu-nav li.subscribe a {
    color: #d52d2d; }
  #section-dropdown.menu-nav li.social {
    padding-bottom: 0; }
    #section-dropdown.menu-nav li.social a {
      display: inline-block; }
      #section-dropdown.menu-nav li.social a .icon {
        font-size: 1.75em; }
  #section-dropdown.search {
    overflow-y: scroll; }
    @media (min-width: 64.0625em) {
      #section-dropdown.search {
        max-height: calc(100vh - 70px); } }
    #section-dropdown.search input {
      width: 100%;
      webkit-appearance: none;
      outline: none;
      border: none;
      text-align: center;
      height: 3.75em;
      font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
      font-weight: normal;
      font-size: 2.25em; }
    #section-dropdown.search .search-load {
      padding-bottom: 1.25em;
      padding-top: 0.625em;
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
    #section-dropdown.search .search-load:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    #section-dropdown.search .search-load:last-child {
  margin-right: 0; }
    #section-dropdown.search .search-load:nth-child(1n) {
  margin-right: 0; }
    #section-dropdown.search .search-load:nth-child(1n + 1) {
  clear: left; }
      #section-dropdown.search .search-load .container {
        opacity: 1;
        visibility: visible; }
        #section-dropdown.search .search-load .container.loading {
          opacity: 0;
          visibility: hidden; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 72vh;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 72vh;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 72vh;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .rsSlide > div {
    height: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #000;
  color: #FFF; }

/***************
*
*  1. Arrows
*
****************/
.rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsArrowLeft {
  left: 0.9375em;
  bottom: 55%; }
  .rsArrowLeft .rsArrowIcn:before {
    content: '\e907';
    font-family: 'jux-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.5em;
    color: white; }

.rsArrowRight {
  right: 1.25em;
  bottom: 55%; }
  .rsArrowRight .rsArrowIcn:before {
    content: '\e906';
    font-family: 'jux-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.5em;
    color: white; }

.rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  font-size: 1.875em;
  border-radius: 2px;
  color: white; }

.rsArrowIcn:hover, .rsArrowIcn:focus, .rsArrowIcn:active {
  color: #d52d2d; }

/*

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }
*/
.rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 0.9375em;
  width: 100%;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden; }
  @media (max-width: 48em) {
    .rsMinW .rsBullets {
      bottom: 0.625em; } }

.rsMinW .rsBullet {
  width: 0.9375em;
  height: 0.9375em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0px 0.9375em;
  cursor: pointer; }
  .rsMinW .rsBullet span {
    display: block;
    width: 0.9375em;
    height: 0.9375em;
    border-radius: 50%;
    background: #CCC;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 120ms ease-in-out;
            transition: 120ms ease-in-out; }
    .rsMinW .rsBullet span:hover, .rsMinW .rsBullet span:focus, .rsMinW .rsBullet span:active {
      background-color: #d52d2d; }
  @media (max-width: 48em) {
    .rsMinW .rsBullet {
      width: 0.625em;
      height: 0.625em;
      padding: 0px 0.625em; }
      .rsMinW .rsBullet span {
        display: block;
        width: 0.625em;
        height: 0.625em; } }

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }

.rsMinW .rsThumb img {
  width: 100%;
  height: 100%; }

.rsMinW .rsThumb.rsNavSelected {
  background: #333; }

.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7; }

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden; }

.rsMinW .rsTmb {
  display: block; }

/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-minimal-white.png"); }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px; }
  .rsMinW .rsThumbsHor {
    height: 44px; }
  .rsMinW .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1; }

.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") 0 0 transparent; }

.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8; }

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px; }

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsGCaption {
  position: absolute;
  position: fixed;
  background-color: black;
  float: none;
  bottom: 0.375em;
  left: 0;
  text-align: left;
  color: #FFF;
  padding: 0.125em 0.5em;
  width: auto;
  font-size: 0.875em;
  font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
  font-weight: normal; }

/***************
*
*  8. LIghtbox
*
****************/
.sliderInLightbox img {
  width: 100%;
  height: auto; }

.sliderInLightbox.royalSlider {
  height: 100vh; }
  .sliderInLightbox.royalSlider .rsContainer {
    height: 100vh; }

.visibleNearby {
  width: 100%;
  color: #FFF; }

/* Scaling transforms */
.visibleNearby .rsSlide {
  opacity: 0.35; }

.visibleNearby .rsActiveSlide {
  opacity: 1; }

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
  #gallery-1 {
    padding: 12px 0 12px; }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important; } }

@media screen and (min-width: 0px) and (max-width: 500px) {
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important; } }

/*LAST SLIDE */
.sliderInLightbox .white-bg {
  background-color: white;
  height: 85vh;
  padding: 1.875em;
  top: 10vh;
  position: absolute; }
  @media (max-width: 28.125em) {
    .sliderInLightbox .white-bg {
      padding: 0.9375em; } }
  .sliderInLightbox .white-bg h2.slidetitle {
    text-transform: uppercase;
    color: black;
    padding-bottom: 1.875em;
    margin-bottom: 1.875em;
    border-bottom: 1px solid #e6e6e6;
    text-align: center; }
    @media (max-width: 53.125em) {
      .sliderInLightbox .white-bg h2.slidetitle {
        padding-bottom: 0.625em;
        margin-bottom: 0.625em; } }
  .sliderInLightbox .white-bg .entry.three-across {
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
    margin-bottom: 0; }
  .sliderInLightbox .white-bg .entry.three-across:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .sliderInLightbox .white-bg .entry.three-across:last-child {
  margin-right: 0; }
  .sliderInLightbox .white-bg .entry.three-across:nth-child(3n) {
  margin-right: 0; }
  .sliderInLightbox .white-bg .entry.three-across:nth-child(3n + 1) {
  clear: left; }
    @media (min-width: 48em) and (max-width: 64.0625em) {
      .sliderInLightbox .white-bg .entry.three-across {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        margin-bottom: 0; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .sliderInLightbox .white-bg .entry.three-across:last-child {
    margin-right: 0; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(1n) {
    margin-right: 0; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(1n + 1) {
    clear: left; } }
    @media (max-width: 53.125em) and (min-width: 28.125em) {
      .sliderInLightbox .white-bg .entry.three-across {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .sliderInLightbox .white-bg .entry.three-across:last-child {
    margin-right: 0; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(1n) {
    margin-right: 0; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(1n + 1) {
    clear: left; }
        .sliderInLightbox .white-bg .entry.three-across:nth-of-type(n+2) {
          display: none; } }
    @media (max-width: 28.125em) {
      .sliderInLightbox .white-bg .entry.three-across {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        border-bottom: none; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      .sliderInLightbox .white-bg .entry.three-across:last-child {
    margin-right: 0; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(1n) {
    margin-right: 0; }
      .sliderInLightbox .white-bg .entry.three-across:nth-child(1n + 1) {
    clear: left; }
        .sliderInLightbox .white-bg .entry.three-across:nth-of-type(n+2) {
          display: none; }
        .sliderInLightbox .white-bg .entry.three-across h2 {
          display: none; }
        .sliderInLightbox .white-bg .entry.three-across small {
          display: none; }
        .sliderInLightbox .white-bg .entry.three-across h1 {
          font-size: 95%;
          line-height: 100%; } }

/* FADER */
/* 

.mfp-figure - container that holds image and caption
.mfp-bg     - black overlay
.mfp-preloader - "Loading..." incdicator

*/
.mfp-ready .mfp-figure {
  opacity: 0; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-figure {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
  .mfp-zoom-in.mfp-bg,
  .mfp-zoom-in .mfp-preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-image-loaded .mfp-figure {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg,
  .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-figure {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg,
  .mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0; }

.sliderContainer,
.sliderInLightbox {
  width: 100%;
  height: 100vh;
  margin: 0 auto; }

/* CSS-based preloader */
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto; }

.large-ad-space {
  text-align: center; }

.ads {
  text-align: center;
  margin: 3.125em 0; }
  .ads .container {
    padding: 3.125em 0;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7; }
  .ads .double {
    text-align: center; }
    .ads .double img {
      margin: 0 3.125em;
      display: inline-block; }
    @media (max-width: 48em) {
      .ads .double img {
        margin: 0.625em;
        display: block; } }
  .ads.header-ad {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    margin: 0; }
  .ads.header-ad:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  .ads.header-ad:last-child {
  margin-right: 0; }
  .ads.header-ad:nth-child(1n) {
  margin-right: 0; }
  .ads.header-ad:nth-child(1n + 1) {
  clear: left; }
    .ads.header-ad .container {
      padding: 1.5625em 0;
      border-bottom: none;
      border-top: none; }

.post-ad {
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
  *zoom: 1;
  text-align: center;
  padding: 1.875em 0 0 0;
  margin: 1.875em 0 0  0;
  border-top: 1px solid #d7d7d7; }

.post-ad:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.post-ad:last-child {
  margin-right: 0; }

.post-ad:nth-child(1n) {
  margin-right: 0; }

.post-ad:nth-child(1n + 1) {
  clear: left; }

.post-ad:before {
  content: '';
  display: table; }

.post-ad:after {
  content: '';
  display: table;
  clear: both; }
  .post-ad img {
    width: inherit;
    height: inherit; }

@media (max-width: 48em) {
  .ad-space {
    margin-bottom: 1.875em; } }

main.post-wrapper {
  margin-top: 6.25em;
  width: calc(99.99% * 7/12 - (30px - 30px * 7/12)); }

main.post-wrapper:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

main.post-wrapper:last-child {
  margin-right: 0; }

main.post-wrapper:nth-child(12n) {
  margin-right: 0; }

main.post-wrapper:nth-child(12n + 1) {
  clear: left; }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    main.post-wrapper {
      margin-top: 11.875em;
      width: calc(99.99% * 8/12 - (30px - 30px * 8/12)); }
    main.post-wrapper:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.post-wrapper:last-child {
    margin-right: 0; }
    main.post-wrapper:nth-child(12n) {
    margin-right: 0; }
    main.post-wrapper:nth-child(12n + 1) {
    clear: left; } }
  @media (max-width: 48em) {
    main.post-wrapper {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      margin-top: 9.375em; }
    main.post-wrapper:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.post-wrapper:last-child {
    margin-right: 0; }
    main.post-wrapper:nth-child(1n) {
    margin-right: 0; }
    main.post-wrapper:nth-child(1n + 1) {
    clear: left; } }
  main.post-wrapper header small {
    line-height: 100%; }
  main.post-wrapper .post {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    *zoom: 1; }
  main.post-wrapper .post:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.post-wrapper .post:last-child {
  margin-right: 0; }
  main.post-wrapper .post:nth-child(1n) {
  margin-right: 0; }
  main.post-wrapper .post:nth-child(1n + 1) {
  clear: left; }
  main.post-wrapper .post:before {
  content: '';
  display: table; }
  main.post-wrapper .post:after {
  content: '';
  display: table;
  clear: both; }
  main.post-wrapper .entry {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  main.post-wrapper .entry:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.post-wrapper .entry:last-child {
  margin-right: 0; }
  main.post-wrapper .entry:nth-child(1n) {
  margin-right: 0; }
  main.post-wrapper .entry:nth-child(1n + 1) {
  clear: left; }
  main.post-wrapper .content {
    width: 100%;
    margin-top: 1.25em; }
    main.post-wrapper .content p {
      margin-bottom: 1.25em; }
      main.post-wrapper .content p strong {
        font-family: "proxima_nova-semibold", 'Verdana', 'Geneva', 'sans-serif';
        font-weight: normal; }
  main.post-wrapper h1 {
    font-size: 2.125rem;
    line-height: 2.92188rem; }
  main.post-wrapper .share-icons {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    margin: 1.25em 0 1.875em 0; }
  main.post-wrapper .share-icons:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.post-wrapper .share-icons:last-child {
  margin-right: 0; }
  main.post-wrapper .share-icons:nth-child(1n) {
  margin-right: 0; }
  main.post-wrapper .share-icons:nth-child(1n + 1) {
  clear: left; }
  main.post-wrapper .image-break, main.post-wrapper .image-break:active, main.post-wrapper .image-break:focus {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 1.25em;
    outline: none;
    border: none; }
    main.post-wrapper .image-break img, main.post-wrapper .image-break img:active, main.post-wrapper .image-break:active img, main.post-wrapper .image-break:active img:active, main.post-wrapper .image-break:focus img, main.post-wrapper .image-break:focus img:active {
      width: 100%;
      height: auto;
      outline: none;
      border: none; }
    main.post-wrapper .image-break .gallery-fire, main.post-wrapper .image-break:active .gallery-fire, main.post-wrapper .image-break:focus .gallery-fire {
      position: absolute;
      top: 0;
      width: 100%;
      display: block;
      height: 100%; }
      main.post-wrapper .image-break .gallery-fire:hover, main.post-wrapper .image-break .gallery-fire:focus, main.post-wrapper .image-break .gallery-fire:active, main.post-wrapper .image-break:active .gallery-fire:hover, main.post-wrapper .image-break:active .gallery-fire:focus, main.post-wrapper .image-break:active .gallery-fire:active, main.post-wrapper .image-break:focus .gallery-fire:hover, main.post-wrapper .image-break:focus .gallery-fire:focus, main.post-wrapper .image-break:focus .gallery-fire:active {
        background-color: rgba(255, 255, 255, 0.15); }
      main.post-wrapper .image-break .gallery-fire .vcenter, main.post-wrapper .image-break:active .gallery-fire .vcenter, main.post-wrapper .image-break:focus .gallery-fire .vcenter {
        position: absolute;
        top: 48%;
        width: 100%;
        text-align: center; }
        main.post-wrapper .image-break .gallery-fire .vcenter .hcenter, main.post-wrapper .image-break:active .gallery-fire .vcenter .hcenter, main.post-wrapper .image-break:focus .gallery-fire .vcenter .hcenter {
          font-size: 1.25em;
          font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
          font-weight: normal;
          padding: 0.625em 1.25em;
          background-color: rgba(0, 0, 0, 0.4);
          color: white; }
  main.post-wrapper .entry p a.continue-reading {
    color: #999;
    margin: 1.25em 0;
    display: block; }
  main.post-wrapper .article-footer {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    *zoom: 1;
    padding: 1.875em 0;
    margin: 1.875em 0;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7; }
  main.post-wrapper .article-footer:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.post-wrapper .article-footer:last-child {
  margin-right: 0; }
  main.post-wrapper .article-footer:nth-child(1n) {
  margin-right: 0; }
  main.post-wrapper .article-footer:nth-child(1n + 1) {
  clear: left; }
  main.post-wrapper .article-footer:before {
  content: '';
  display: table; }
  main.post-wrapper .article-footer:after {
  content: '';
  display: table;
  clear: both; }
    main.post-wrapper .article-footer .related {
      position: relative;
      display: block;
      float: left;
      margin-top: 0.9375em;
      width: 99.99%; }
      main.post-wrapper .article-footer .related .stepped-arrow {
        position: absolute;
        padding-top: 16%;
        height: 100%;
        display: block;
        background: white;
        width: 0.8125em;
        z-index: 5;
        font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
        font-weight: normal;
        font-size: 2.5em;
        color: #999;
        text-align: center;
        cursor: pointer; }
        main.post-wrapper .article-footer .related .stepped-arrow:hover, main.post-wrapper .article-footer .related .stepped-arrow:focus {
          color: #d52d2d; }
        main.post-wrapper .article-footer .related .stepped-arrow.right {
          box-shadow: -15px 0px 22px white;
          right: 0; }
        main.post-wrapper .article-footer .related .stepped-arrow.left {
          box-shadow: 15px 0px 22px white;
          left: 0;
          opacity: 0; }
          main.post-wrapper .article-footer .related .stepped-arrow.left.active {
            opacity: 1; }
    main.post-wrapper .article-footer .stepped-swipe {
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      float: left;
      width: 99.99%; }
      main.post-wrapper .article-footer .stepped-swipe .entry {
        display: inline-block;
        width: 20%;
        float: none;
        clear: none !important;
        margin-right: 3%;
        vertical-align: top; }
        main.post-wrapper .article-footer .stepped-swipe .entry h1 {
          font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
          font-weight: normal;
          font-size: 1em; }
        main.post-wrapper .article-footer .stepped-swipe .entry .image, main.post-wrapper .article-footer .stepped-swipe .entry .content {
          width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
          white-space: normal; }
        main.post-wrapper .article-footer .stepped-swipe .entry .image:nth-child(n), main.post-wrapper .article-footer .stepped-swipe .entry .content:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
        main.post-wrapper .article-footer .stepped-swipe .entry .image:last-child, main.post-wrapper .article-footer .stepped-swipe .entry .content:last-child {
  margin-right: 0; }
        main.post-wrapper .article-footer .stepped-swipe .entry .image:nth-child(1n), main.post-wrapper .article-footer .stepped-swipe .entry .content:nth-child(1n) {
  margin-right: 0; }
        main.post-wrapper .article-footer .stepped-swipe .entry .image:nth-child(1n + 1), main.post-wrapper .article-footer .stepped-swipe .entry .content:nth-child(1n + 1) {
  clear: left; }
      @media (max-width: 48em) and (min-width: 28.125em) {
        main.post-wrapper .article-footer .stepped-swipe .entry {
          width: 20%;
          margin-right: 6%; } }
      @media (max-width: 28.125em) {
        main.post-wrapper .article-footer .stepped-swipe .entry {
          width: 30%;
          margin-right: 6%; } }
  main.post-wrapper .articletags {
    font-family: "brandon_bold",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.6875em;
    background-color: #e6e6e6;
    padding: 0.3125em 0.5em;
    line-height: 100%;
    display: inline-block;
    margin-right: 0.3125em;
    margin-bottom: 0.3125em;
    color: black;
    letter-spacing: .07em; }
    main.post-wrapper .articletags:hover, main.post-wrapper .articletags:focus, main.post-wrapper .articletags:active {
      background-color: #d52d2d;
      color: white; }

aside.post {
  position: relative;
  height: 100vh; }
  @media (min-width: 64.0625em) {
    aside.post {
      width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
      margin-left: calc(99.99% * (-1/12 * -1) - (30px - 30px * (-1/12 * -1)) + 30px) !important; }
    aside.post:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    aside.post:last-child {
    margin-right: 0; }
    aside.post:nth-child(12n) {
    margin-right: 0; }
    aside.post:nth-child(12n + 1) {
    clear: left; }
      aside.post .inner {
        top: 8.125em;
        max-width: 25.625em; } }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    aside.post {
      width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
    aside.post:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    aside.post:last-child {
    margin-right: 0; }
    aside.post:nth-child(12n) {
    margin-right: 0; }
    aside.post:nth-child(12n + 1) {
    clear: left; }
      aside.post .inner {
        top: 11.875em; } }
  @media (max-width: 48em) {
    aside.post {
      display: none; } }
  aside.post .swipe {
    position: relative;
    height: calc(100vh - 420px);
    overflow: scroll; }
  aside.post h2.title {
    margin: 0.625em 0; }
  aside.post .inner {
    position: fixed;
    height: auto;
    float: left;
    right: 0; }
    aside.post .inner .shared {
      float: left;
      height: auto; }
      aside.post .inner .shared .entry {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      aside.post .inner .shared .entry:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
      aside.post .inner .shared .entry:last-child {
  margin-right: 0; }
      aside.post .inner .shared .entry:nth-child(1n) {
  margin-right: 0; }
      aside.post .inner .shared .entry:nth-child(1n + 1) {
  clear: left; }
        aside.post .inner .shared .entry h1 {
          font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
          font-weight: normal; }

.eventinfo small {
  display: block;
  margin-bottom: 0.625em;
  line-height: 100%;
  font-weight: normal;
  color: black;
  font-size: 1em; }

main.event-wrapper {
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3.75em;
  border-bottom: 1px solid #d8d8d8; }

main.event-wrapper:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

main.event-wrapper:last-child {
  margin-right: 0; }

main.event-wrapper:nth-child(1n) {
  margin-right: 0; }

main.event-wrapper:nth-child(1n + 1) {
  clear: left; }
  @media (max-width: 48em) {
    main.event-wrapper {
      padding-bottom: 1.875em; } }
  @media (min-width: 48em) {
    main.event-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 64.0625em) {
    main.event-wrapper .event {
      width: calc(99.99% * 7/12 - (30px - 30px * 7/12));
      margin-top: 6.25em; }
    main.event-wrapper .event:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.event-wrapper .event:last-child {
    margin-right: 0; }
    main.event-wrapper .event:nth-child(12n) {
    margin-right: 0; }
    main.event-wrapper .event:nth-child(12n + 1) {
    clear: left; } }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    main.event-wrapper .event {
      width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
      margin-top: 10em; }
    main.event-wrapper .event:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.event-wrapper .event:last-child {
    margin-right: 0; }
    main.event-wrapper .event:nth-child(12n) {
    margin-right: 0; }
    main.event-wrapper .event:nth-child(12n + 1) {
    clear: left; } }
  @media (max-width: 48em) {
    main.event-wrapper .event {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      margin-top: 10em; }
    main.event-wrapper .event:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.event-wrapper .event:last-child {
    margin-right: 0; }
    main.event-wrapper .event:nth-child(1n) {
    margin-right: 0; }
    main.event-wrapper .event:nth-child(1n + 1) {
    clear: left; } }
  main.event-wrapper .event-ad-space {
    position: relative; }
    @media (min-width: 64.0625em) {
      main.event-wrapper .event-ad-space {
        width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
        margin-left: calc(99.99% * (-1/12 * -1) - (30px - 30px * (-1/12 * -1)) + 30px) !important; }
      main.event-wrapper .event-ad-space:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      main.event-wrapper .event-ad-space:last-child {
    margin-right: 0; }
      main.event-wrapper .event-ad-space:nth-child(12n) {
    margin-right: 0; }
      main.event-wrapper .event-ad-space:nth-child(12n + 1) {
    clear: left; } }
    @media (min-width: 48em) and (max-width: 64.0625em) {
      main.event-wrapper .event-ad-space {
        width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
      main.event-wrapper .event-ad-space:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      main.event-wrapper .event-ad-space:last-child {
    margin-right: 0; }
      main.event-wrapper .event-ad-space:nth-child(12n) {
    margin-right: 0; }
      main.event-wrapper .event-ad-space:nth-child(12n + 1) {
    clear: left; } }
    @media (max-width: 48em) {
      main.event-wrapper .event-ad-space {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      main.event-wrapper .event-ad-space:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      main.event-wrapper .event-ad-space:last-child {
    margin-right: 0; }
      main.event-wrapper .event-ad-space:nth-child(1n) {
    margin-right: 0; }
      main.event-wrapper .event-ad-space:nth-child(1n + 1) {
    clear: left; } }
    @media (min-width: 64.0625em) {
      main.event-wrapper .event-ad-space .inner {
        margin-top: 8.125em; } }
    @media (min-width: 48em) and (max-width: 64.0625em) {
      main.event-wrapper .event-ad-space .inner {
        margin-top: 11.875em; } }
    @media (max-width: 48em) {
      main.event-wrapper .event-ad-space .inner {
        margin-top: 2.5em;
        position: relative !important;
        bottom: inherit !important; } }
    @media (min-width: 48em) {
      main.event-wrapper .event-ad-space.stick .inner {
        position: fixed; } }
    @media (max-width: 48em) {
      main.event-wrapper .event-ad-space.stick .inner {
        position: relative !important;
        bottom: inherit !important; } }
  main.event-wrapper .post {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    *zoom: 1; }
  main.event-wrapper .post:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.event-wrapper .post:last-child {
  margin-right: 0; }
  main.event-wrapper .post:nth-child(1n) {
  margin-right: 0; }
  main.event-wrapper .post:nth-child(1n + 1) {
  clear: left; }
  main.event-wrapper .post:before {
  content: '';
  display: table; }
  main.event-wrapper .post:after {
  content: '';
  display: table;
  clear: both; }
  main.event-wrapper .entry {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  main.event-wrapper .entry:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.event-wrapper .entry:last-child {
  margin-right: 0; }
  main.event-wrapper .entry:nth-child(1n) {
  margin-right: 0; }
  main.event-wrapper .entry:nth-child(1n + 1) {
  clear: left; }
  main.event-wrapper .content {
    width: 100%; }
    main.event-wrapper .content p {
      margin-bottom: 1.25em; }
  main.event-wrapper h1 {
    font-size: 2.125rem;
    line-height: 2.92188rem; }
  main.event-wrapper .share-icons {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    margin: 1.25em 0 1.875em 0; }
  main.event-wrapper .share-icons:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.event-wrapper .share-icons:last-child {
  margin-right: 0; }
  main.event-wrapper .share-icons:nth-child(1n) {
  margin-right: 0; }
  main.event-wrapper .share-icons:nth-child(1n + 1) {
  clear: left; }
  main.event-wrapper .image-break {
    height: auto;
    width: 100%;
    position: relative; }
    main.event-wrapper .image-break img {
      width: 100%;
      height: auto; }

aside.event {
  position: relative;
  width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
  *zoom: 1;
  padding-top: 3.75em; }

aside.event:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }

aside.event:last-child {
  margin-right: 0; }

aside.event:nth-child(1n) {
  margin-right: 0; }

aside.event:nth-child(1n + 1) {
  clear: left; }

aside.event:before {
  content: '';
  display: table; }

aside.event:after {
  content: '';
  display: table;
  clear: both; }
  @media (max-width: 48em) {
    aside.event {
      padding-top: 1.875em; } }
  aside.event .calendar {
    width: calc(99.99% * 7/12 - (30px - 30px * 7/12)); }
  aside.event .calendar:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  aside.event .calendar:last-child {
  margin-right: 0; }
  aside.event .calendar:nth-child(12n) {
  margin-right: 0; }
  aside.event .calendar:nth-child(12n + 1) {
  clear: left; }
    @media (min-width: 48em) and (max-width: 64.0625em) {
      aside.event .calendar {
        width: calc(99.99% * 8/12 - (30px - 30px * 8/12)); }
      aside.event .calendar:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      aside.event .calendar:last-child {
    margin-right: 0; }
      aside.event .calendar:nth-child(12n) {
    margin-right: 0; }
      aside.event .calendar:nth-child(12n + 1) {
    clear: left; } }
    @media (max-width: 48em) {
      aside.event .calendar {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
      aside.event .calendar:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      aside.event .calendar:last-child {
    margin-right: 0; }
      aside.event .calendar:nth-child(1n) {
    margin-right: 0; }
      aside.event .calendar:nth-child(1n + 1) {
    clear: left; } }
    aside.event .calendar .dates {
      margin-bottom: 1.875em;
      border-bottom: 1px solid #d8d8d8;
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      position: relative; }
    aside.event .calendar .dates:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
    aside.event .calendar .dates:last-child {
  margin-right: 0; }
    aside.event .calendar .dates:nth-child(1n) {
  margin-right: 0; }
    aside.event .calendar .dates:nth-child(1n + 1) {
  clear: left; }
      @media (max-width: 48em) {
        aside.event .calendar .dates {
          padding-bottom: 1.875em;
          margin-bottom: 1.875em; } }
      aside.event .calendar .dates .date-display {
        text-align: center;
        padding-bottom: 0.9375em; }
        aside.event .calendar .dates .date-display h2 {
          font-weight: 500; }
      aside.event .calendar .dates .controls {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        border-top: 1px solid #d8d8d8;
        padding-top: 0.9375em;
        padding-bottom: 0.9375em; }
      aside.event .calendar .dates .controls:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
      aside.event .calendar .dates .controls:last-child {
  margin-right: 0; }
      aside.event .calendar .dates .controls:nth-child(1n) {
  margin-right: 0; }
      aside.event .calendar .dates .controls:nth-child(1n + 1) {
  clear: left; }
        aside.event .calendar .dates .controls a {
          font-family: 'Times New Roman', Times, Serif;
          font-style: italic;
          font-weight: 100;
          font-size: 0.9375rem;
          display: inline-block;
          cursor: pointer; }
        aside.event .calendar .dates .controls .previous, aside.event .calendar .dates .controls .next {
          width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
        aside.event .calendar .dates .controls .previous:nth-child(n), aside.event .calendar .dates .controls .next:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
        aside.event .calendar .dates .controls .previous:last-child, aside.event .calendar .dates .controls .next:last-child {
  margin-right: 0; }
        aside.event .calendar .dates .controls .previous:nth-child(2n), aside.event .calendar .dates .controls .next:nth-child(2n) {
  margin-right: 0; }
        aside.event .calendar .dates .controls .previous:nth-child(2n + 1), aside.event .calendar .dates .controls .next:nth-child(2n + 1) {
  clear: left; }
        aside.event .calendar .dates .controls .next {
          text-align: right; }
          aside.event .calendar .dates .controls .next a {
            margin-left: 0.9375em; }
        aside.event .calendar .dates .controls .previous {
          text-align: left; }
          aside.event .calendar .dates .controls .previous a {
            margin-right: 0.9375em; }
      aside.event .calendar .dates .step {
        width: 16.7%;
        background: white;
        height: calc(99.99% - 60px);
        position: absolute;
        z-index: 10;
        cursor: pointer;
        text-align: center; }
        @media (min-width: 48em) {
          aside.event .calendar .dates .step {
            height: calc(99.99% - 60px); } }
        @media (max-width: 48em) {
          aside.event .calendar .dates .step {
            height: calc(99.99% - 30px); } }
        aside.event .calendar .dates .step:before {
          content: "";
          height: 100%;
          display: inline-block;
          vertical-align: middle;
          margin-right: -0.25em; }
        aside.event .calendar .dates .step > .inner {
          display: inline-block;
          vertical-align: middle; }
        aside.event .calendar .dates .step:hover, aside.event .calendar .dates .step:focus, aside.event .calendar .dates .step:active {
          background-color: #f0f0f0; }
      aside.event .calendar .dates .left {
        left: 30em;
        border-right: 1px solid #666;
        opacity: 0;
        font-family: 'Times New Roman', Times, Serif;
        font-style: italic;
        font-weight: 100;
        font-size: 1rem;
        line-height: 120%;
        white-space: normal; }
        aside.event .calendar .dates .left.active {
          opacity: 1;
          left: 0; }
      aside.event .calendar .dates .right {
        right: 0;
        border-left: 1px solid #666;
        font-size: 1.75em; }
      aside.event .calendar .dates .stepped-dates {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        float: left;
        width: 99.99%;
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        height: 100%; }
      aside.event .calendar .dates .stepped-dates:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
      aside.event .calendar .dates .stepped-dates:last-child {
  margin-right: 0; }
      aside.event .calendar .dates .stepped-dates:nth-child(1n) {
  margin-right: 0; }
      aside.event .calendar .dates .stepped-dates:nth-child(1n + 1) {
  clear: left; }
        aside.event .calendar .dates .stepped-dates li {
          width: 16.6%;
          float: none;
          clear: none !important;
          text-align: center;
          display: inline-block;
          cursor: pointer;
          margin-right: -0.25em; }
          aside.event .calendar .dates .stepped-dates li .text {
            padding: 0.625em 1.25em;
            font-size: 1.5rem;
            line-height: 2.0625rem;
            font-family: "brandon_light",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
            font-weight: normal;
            text-transform: uppercase;
            text-align: center;
            border-right: 1px solid #d8d8d8; }
            @media (max-width: 64.0625em) {
              aside.event .calendar .dates .stepped-dates li .text {
                font-size: 1.25rem;
                line-height: 1.71875rem; } }
            aside.event .calendar .dates .stepped-dates li .text .day, aside.event .calendar .dates .stepped-dates li .text .date {
              display: block; }
          aside.event .calendar .dates .stepped-dates li.active .text {
            font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
            font-weight: normal; }
          aside.event .calendar .dates .stepped-dates li:hover, aside.event .calendar .dates .stepped-dates li:focus, aside.event .calendar .dates .stepped-dates li:active {
            background-color: #f0f0f0; }
  aside.event .locations {
    position: relative; }
    @media (min-width: 64.0625em) {
      aside.event .locations {
        width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
        margin-left: calc(99.99% * (-1/12 * -1) - (30px - 30px * (-1/12 * -1)) + 30px) !important; }
      aside.event .locations:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      aside.event .locations:last-child {
    margin-right: 0; }
      aside.event .locations:nth-child(12n) {
    margin-right: 0; }
      aside.event .locations:nth-child(12n + 1) {
    clear: left; } }
    @media (min-width: 48em) and (max-width: 64.0625em) {
      aside.event .locations {
        width: calc(99.99% * 4/12 - (30px - 30px * 4/12)); }
      aside.event .locations:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      aside.event .locations:last-child {
    margin-right: 0; }
      aside.event .locations:nth-child(12n) {
    margin-right: 0; }
      aside.event .locations:nth-child(12n + 1) {
    clear: left; } }
    @media (max-width: 48em) {
      aside.event .locations {
        width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
        display: none; }
      aside.event .locations:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
      aside.event .locations:last-child {
    margin-right: 0; }
      aside.event .locations:nth-child(1n) {
    margin-right: 0; }
      aside.event .locations:nth-child(1n + 1) {
    clear: left; } }
    aside.event .locations h2 {
      font-size: 1.5rem;
      line-height: 2.0625rem;
      margin-bottom: 0.375em;
      font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
      font-weight: normal;
      text-transform: uppercase; }
    aside.event .locations ul {
      list-style: none; }
      aside.event .locations ul > li:hover, aside.event .locations ul > li:focus, aside.event .locations ul > li:active {
        color: #d52d2d; }
        aside.event .locations ul > li:hover ul li, aside.event .locations ul > li:focus ul li, aside.event .locations ul > li:active ul li {
          color: black !important; }
          aside.event .locations ul > li:hover ul li:hover, aside.event .locations ul > li:hover ul li:focus, aside.event .locations ul > li:hover ul li:active, aside.event .locations ul > li:focus ul li:hover, aside.event .locations ul > li:focus ul li:focus, aside.event .locations ul > li:focus ul li:active, aside.event .locations ul > li:active ul li:hover, aside.event .locations ul > li:active ul li:focus, aside.event .locations ul > li:active ul li:active {
            color: #d52d2d !important; }
    aside.event .locations li {
      font-size: 1.25rem;
      line-height: 1.71875rem;
      font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
      font-weight: normal;
      text-transform: uppercase;
      list-style: none;
      padding: 0.3125em 0;
      cursor: pointer; }
      aside.event .locations li.continent {
        color: black; }
        aside.event .locations li.continent:hover, aside.event .locations li.continent:focus, aside.event .locations li.continent:active {
          color: black; }
      aside.event .locations li.active {
        color: #d52d2d;
        font-weight: bold; }
      aside.event .locations li .cities li {
        font-family: 'Times New Roman', Times, Serif;
        font-style: italic;
        font-weight: 100;
        font-size: 0.9375rem;
        line-height: 1.89062rem;
        text-transform: none; }

@media (min-width: 64.0625em) {
  .scroll header.site-header {
    height: 4.375em; } }

@media (min-width: 64.0625em) {
  .scroll header.site-header .logo {
    width: calc(99.99% * 2/12 - (30px - 30px * 2/12)); }
  .scroll header.site-header .logo:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .scroll header.site-header .logo:last-child {
    margin-right: 0; }
  .scroll header.site-header .logo:nth-child(12n) {
    margin-right: 0; }
  .scroll header.site-header .logo:nth-child(12n + 1) {
    clear: left; }
    .scroll header.site-header .logo .logo-svg {
      max-width: 100%;
      height: 4.375em;
      display: table; } }

@media (min-width: 64.0625em) {
  .scroll header.site-header nav {
    height: 4.375em;
    margin-left: calc(99.99% * (-1/18 * -1) - (30px - 30px * (-1/18 * -1)) + 30px) !important; } }

@media (min-width: 64.0625em) {
  .scroll header.site-header nav a {
    font-size: 0.9375em; } }

.scroll header.site-header nav a.subscribe .inner {
  padding: 0.375em 0.75em; }

.scroll header.site-header nav a.search, .scroll header.site-header nav a.menu {
  height: 2.1875em;
  padding-left: 0.625em; }
  .scroll header.site-header nav a.search svg, .scroll header.site-header nav a.menu svg {
    height: 1.25em;
    width: auto; }

.scroll header.site-header nav a.social {
  display: table-cell;
  font-size: 0.875em; }

.scroll header.site-header nav a.sections.active {
  color: #d52d2d; }
  .scroll header.site-header nav a.sections.active .icon {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

@media (min-width: 64.0625em) {
  .scroll #section-dropdown {
    top: 4.375em; } }

@media (min-width: 64.0625em) {
  .scroll aside.post .inner {
    top: 6.25em; } }

@media (min-width: 64.0625em) {
  .scroll main.category {
    margin-top: 6.25em; } }

@media (min-width: 64.0625em) {
  .scroll main.event-wrapper .event-ad-space .inner {
    margin-top: 6.25em; } }

@media (max-width: 64.0625em) {
  .scroll-mobile header.site-header .logo {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    background-color: rgba(0, 0, 0, 0.5);
    height: 5em; }
  .scroll-mobile header.site-header .logo:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .scroll-mobile header.site-header .logo:last-child {
    margin-right: 0; }
  .scroll-mobile header.site-header .logo:nth-child(1n) {
    margin-right: 0; }
  .scroll-mobile header.site-header .logo:nth-child(1n + 1) {
    clear: left; }
    .scroll-mobile header.site-header .logo .logo-svg {
      max-width: 70%;
      height: 4.375em;
      display: table;
      margin: 0 auto;
      padding: 0.9375em 1.25em; } }

@media (max-width: 64.0625em) {
  .scroll-mobile header.site-header nav {
    position: fixed;
    top: 0; } }

@media (max-width: 64.0625em) {
  .scroll-mobile header.site-header nav a {
    width: calc(99.99% * 1/5 - (0.9375em - 0.9375em * 1/5));
    font-size: 1.125em;
    padding: 0.625em 0; }
  .scroll-mobile header.site-header nav a:nth-child(n) {
    float: left;
    margin-right: 0.9375em;
    clear: none; }
  .scroll-mobile header.site-header nav a:last-child {
    margin-right: 0; }
  .scroll-mobile header.site-header nav a:nth-child(5n) {
    margin-right: 0; }
  .scroll-mobile header.site-header nav a:nth-child(5n + 1) {
    clear: left; }
    .scroll-mobile header.site-header nav a .mobile-icon {
      max-height: 2.1875em;
      height: 2.1875em; }
      .scroll-mobile header.site-header nav a .mobile-icon .svg {
        padding: 0 0 0.3125em 0;
        height: 2.1875em;
        max-width: 2.1875em; } }

@media (max-width: 48em) and (min-width: 28.125em) {
  .scroll-mobile header.site-header nav a {
    font-size: 0.875em; } }

@media (max-width: 28.125em) and (min-width: 23.4375em) {
  .scroll-mobile header.site-header nav a {
    font-size: 0.75em; } }

@media (max-width: 23.4375em) {
  .scroll-mobile header.site-header nav a {
    font-size: 0.6875em; } }

@media (max-width: 64.0625em) and (min-width: 48em) {
  .scroll-mobile #section-dropdown {
    top: 5.3125em;
    max-height: calc(100vh - 80px); } }

@media (max-width: 48em) and (min-width: 28.125em) {
  .scroll-mobile #section-dropdown {
    top: 4.375em;
    max-height: calc(100vh - 70px); } }

@media (max-width: 28.125em) {
  .scroll-mobile #section-dropdown {
    top: 4em;
    max-height: calc(100vh - 64px); } }

@media (min-width: 48em) and (max-width: 64.0625em) {
  .scroll-mobile aside.post .inner {
    top: 6.25em; } }

@media (min-width: 48em) and (max-width: 64.0625em) {
  .scroll-mobile main.category {
    margin-top: 6.25em; } }

@media (max-width: 48em) {
  .scroll-mobile main.category {
    margin-top: 2.5em; } }

@media (min-width: 48em) and (max-width: 64.0625em) {
  .scroll-mobile main.event-wrapper .event-ad-space .inner {
    margin-top: 6.25em; } }

@media (max-width: 48em) {
  .scroll-mobile main.event-wrapper .event-ad-space .inner {
    margin-top: 2.5em; } }

/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important; }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

main.jux-tv {
  margin-top: 5em; }
  @media (min-width: 48em) and (max-width: 64.0625em) {
    main.jux-tv {
      margin-top: 10em; } }
  @media (max-width: 48em) {
    main.jux-tv {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      margin-top: 9.375em; }
    main.jux-tv:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.jux-tv:last-child {
    margin-right: 0; }
    main.jux-tv:nth-child(1n) {
    margin-right: 0; }
    main.jux-tv:nth-child(1n + 1) {
    clear: left; } }
  main.jux-tv header.titling {
    margin-top: 0;
    border-top: none; }
  main.jux-tv h1.playlist-title {
    margin-bottom: 1.25em; }
    main.jux-tv h1.playlist-title:hover a, main.jux-tv h1.playlist-title:hover small, main.jux-tv h1.playlist-title:focus a, main.jux-tv h1.playlist-title:focus small {
      color: #d52d2d; }
  main.jux-tv .jump-links .border {
    margin-bottom: 1.875em;
    padding-bottom: 1.875em;
    border-bottom: 1px solid #ccc;
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1)); }
  main.jux-tv .jump-links .border:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none; }
  main.jux-tv .jump-links .border:last-child {
  margin-right: 0; }
  main.jux-tv .jump-links .border:nth-child(1n) {
  margin-right: 0; }
  main.jux-tv .jump-links .border:nth-child(1n + 1) {
  clear: left; }
  main.jux-tv .jump-links h1 {
    margin-bottom: 0.625em; }
  main.jux-tv .jump-links a.scroll {
    display: inline-block;
    float: left;
    background-color: #ccc;
    padding: 0.625em 1.25em;
    font-family: "brandon_reg",'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    margin: 0 0.4375em 0.4375em 0;
    font-size: 1em; }
    main.jux-tv .jump-links a.scroll:hover, main.jux-tv .jump-links a.scroll:focus {
      background-color: #d52d2d;
      color: white; }
    @media (max-width: 48em) {
      main.jux-tv .jump-links a.scroll {
        font-size: 0.875em; } }
  @media (min-width: 48em) {
    main.jux-tv #recent .left .entry {
      width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); }
    main.jux-tv #recent .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.jux-tv #recent .left .entry:last-child {
    margin-right: 0; }
    main.jux-tv #recent .left .entry:nth-child(2n) {
    margin-right: 0; }
    main.jux-tv #recent .left .entry:nth-child(2n + 1) {
    clear: left; } }
  @media (min-width: 64.0625em) {
    main.jux-tv #recent .left .entry {
      width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
      margin-bottom: 1.875em; }
    main.jux-tv #recent .left .entry:nth-child(n) {
    float: left;
    margin-right: 30px;
    clear: none; }
    main.jux-tv #recent .left .entry:last-child {
    margin-right: 0; }
    main.jux-tv #recent .left .entry:nth-child(2n) {
    margin-right: 0; }
    main.jux-tv #recent .left .entry:nth-child(2n + 1) {
    clear: left; }
      main.jux-tv #recent .left .entry:nth-child(2) {
        margin-right: 0 !important; } }
  @media (max-width: 48em) {
    main.jux-tv .video-playlist {
      margin-bottom: 1.875em;
      padding-bottom: 1.875em;
      border-bottom: 1px solid #d8d8d8; }
      main.jux-tv .video-playlist + .ads {
        margin-bottom: 1.875em; }
        main.jux-tv .video-playlist + .ads .container {
          padding-bottom: 1.875em;
          padding-top: 1.875em;
          border-top: none; } }

/*# sourceMappingURL=screen.css.map */