/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff "../../lib/slick/ajax-loader.gif" center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }


@font-face {
  font-family: "slick";
  src: url(/wp-content/themes/vip/fusion-2015/assets/css/./fonts/slick.eot);
  src: url(/wp-content/themes/vip/fusion-2015/assets/css/./fonts/slick.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/fusion-2015/assets/css/./fonts/slick.woff) format("woff"), url(/wp-content/themes/vip/fusion-2015/assets/css/./fonts/slick.ttf) format("truetype"), url(/wp-content/themes/vip/fusion-2015/assets/css/./fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }


.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: '\2190'; }
    [dir="rtl"] .slick-prev:before {
      content: '\2192'; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: '\2192'; }
    [dir="rtl"] .slick-next:before {
      content: '\2190'; }


.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\2022';
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }




/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
   }


body {
  margin: 0; }



article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }


audio, canvas, progress, video {
  display: inline-block;
  
  vertical-align: baseline;
   }


audio:not([controls]) {
  display: none;
  height: 0; }


[hidden], template {
  display: none; }



a {
  background-color: transparent; }


a:active, a:hover {
  outline: 0; }



abbr[title] {
  border-bottom: 1px dotted; }


b, strong {
  font-weight: bold; }


dfn {
  font-style: italic; }


h1 {
  font-size: 2em;
  margin: 0.67em 0; }


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


small {
  font-size: 80%; }


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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }



img {
  border: 0; }


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



figure {
  margin: 1em 40px; }


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


pre {
  overflow: auto; }


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




button, input, optgroup, select, textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
   }


button {
  overflow: visible; }


button, select {
  text-transform: none; }


button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  
  cursor: pointer;
   }


button[disabled], html input[disabled] {
  cursor: default; }


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


input {
  line-height: normal; }


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


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


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


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


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


legend {
  border: 0;
  
  padding: 0;
   }


textarea {
  overflow: auto; }


optgroup {
  font-weight: bold; }



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

td, th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin: 0 -0.9375rem;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }


@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }


@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }


@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }


@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }


@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }


.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }


table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; } }


.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }


table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }


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

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
     }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }


@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #2ae699;
  border-color: #17c37c;
  color: #180219;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #17c37c; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #180219; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #180219; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #180219; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #180219; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #180219; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #180219; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #180219; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #180219; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ae699;
    border-color: #17c37c;
    color: #180219;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #17c37c; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #180219; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ae699; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #180219;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #180219; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #180219;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #180219; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #180219;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #180219; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #180219; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }


form {
  margin: 0 0 1rem; }


form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }


label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
   }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }


.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.4375rem;
  line-height: 2.4375rem; }


.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }


span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }


textarea[rows] {
  height: auto; }


textarea {
  max-width: 100%; }


select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.4375rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }


input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }


input[type="file"] {
  width: 100%; }



fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: 700;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }


[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
.error label, .error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:53.125rem)/";
  width: 53.125rem; }


.contain-to-grid {
  width: 100%;
  background: #fff; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 3.125rem; }

.top-bar {
  overflow: hidden;
  height: 3.125rem;
  line-height: 3.125rem;
  position: relative;
  background: #fff;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: .4125rem;
    padding-bottom: .4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 3.125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 3.125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: 400;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.625rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: 700;
      position: relative;
      display: block;
      padding: 0 0.625rem;
      height: 3.125rem;
      line-height: 3.125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.1875rem 0 0.625rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.625rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #fff; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
          transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px gray;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #2ae699; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.625rem;
      font-family: 'Roboto Condensed';
      font-size: 0.8125rem;
      font-weight: 400;
      text-transform: uppercase; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #180219; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #180219; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #180219; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #180219; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #180219; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #180219; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #180219; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #180219; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #180219; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #180219; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #180219; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #180219; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #180219; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #180219; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #180219; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #180219; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #180219; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #180219; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #fff;
      background: #fff;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #fff;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #fff;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.625rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(24, 2, 25, 0.4);
      border-left-style: solid;
      margin-right: 0.625rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: 400;
        padding: 8px 0.625rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 400; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.625rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 0.625rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: 700;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:53.125rem) {
  .top-bar {
    background: #fff;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
      width: auto; }
    .top-bar input, .top-bar .button, .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.6875rem; }
    .top-bar.expanded {
      background: #fff; }
  .contain-to-grid .top-bar {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
            transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #fff;
      background: #fff;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.625rem;
      line-height: 3.125rem;
      background: #fff; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #fff;
        background: #fff; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.625rem;
      line-height: 3.125rem;
      color: #FFFFFF;
      background: #fff; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #fff;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 1.875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(24, 2, 25, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.5625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 3.125rem;
        white-space: nowrap;
        padding: 12px 0.625rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #fff;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      clear: none;
      height: 3.125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #fff;
      padding: 0 0.625rem;
      height: 3.125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #fff;
    background: #fff;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #fff;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
    clip: initial; }
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial; }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
    clip: initial; }
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial; }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }


a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }


p {
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }


h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }


em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }


ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }


ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }


ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }


dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }
dl dd {
  margin-bottom: 0.75rem; }


abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }


blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }


.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: 700;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: 700; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width:40.063em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width:40.063em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(24, 2, 25, 0.9);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #979ca0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal {
      width: 80%;
      max-width: 1200px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.tiny {
      width: 30%;
      max-width: 1200px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.small {
      width: 40%;
      max-width: 1200px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.medium {
      width: 60%;
      max-width: 1200px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.large {
      width: 70%;
      max-width: 1200px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.xlarge {
      width: 95%;
      max-width: 1200px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width:40.063em) {
      .reveal-modal.full {
        width: 100%;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: 700;
    cursor: pointer; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #fff;
      color: #979ca0;
      padding: 0.625rem 1.25rem;
      font-family: 'Roboto Condensed';
      font-size: 1.4375rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #fff; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #fff;
      color: #180219; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #180219;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #180219;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      -webkit-transition: background-color 300ms ease-out;
              transition: background-color 300ms ease-out; }
    ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #2e2e30;
      color: #fff;
      font-weight: 700;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #2e2e30; }
  ul.pagination li {
    float: left;
    display: block; }


.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }


.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: 700;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #2e2e30; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #2e2e30 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: 400; }

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #2e2e30 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #2e2e30 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #2e2e30;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #2e2e30 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

table.content-table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table.content-table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table.content-table thead {
    background: #F5F5F5; }
    table.content-table thead tr th, table.content-table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: 700;
      color: #222222; }
  table.content-table tfoot {
    background: #F5F5F5; }
    table.content-table tfoot tr th, table.content-table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: 700;
      color: #222222; }
  table.content-table tr th, table.content-table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table.content-table tr.even, table.content-table tr.alt, table.content-table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table.content-table thead tr th, table.content-table tfoot tr th, table.content-table tfoot tr td, table.content-table tbody tr th, table.content-table tbody tr td, table.content-table tr td {
    display: table-cell;
    line-height: 1.125rem; }
  table.content-table td {
    vertical-align: top; }


.logo-fusion, .logo-fusion-white {
  border: 0;
  font: 0/0 a;
  color: transparent; }

.inline-nav {
  list-style: none;
  margin: 0;
  display: inline-block; }
  .inline-nav li {
    display: inline-block;
    float: left;
    margin: 0 10px; }

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

.fusion-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.fusion-icon-facebook {
  background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-facebook.svg); }
  .no-svg .fusion-icon-facebook {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-facebook.png); }
  .fusion-icon-facebook.fusion-icon-white {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-facebook.svg); }
    .no-svg .fusion-icon-facebook.fusion-icon-white {
      background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-facebook.png); }

.fusion-icon-twitter {
  background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-twitter.svg); }
  .no-svg .fusion-icon-twitter {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-twitter.png); }
  .fusion-icon-twitter.fusion-icon-white {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-twitter.svg); }
    .no-svg .fusion-icon-twitter.fusion-icon-white {
      background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-twitter.png); }

.fusion-icon-instagram {
  background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-instagram.svg); }
  .no-svg .fusion-icon-instagram {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-instagram.png); }
  .fusion-icon-instagram.fusion-icon-white {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-instagram.svg); }
    .no-svg .fusion-icon-instagram.fusion-icon-white {
      background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-instagram.png); }

.fusion-icon-youtube {
  background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-youtube.svg); }
  .no-svg .fusion-icon-youtube {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-black-youtube.png); }
  .fusion-icon-youtube.fusion-icon-white {
    background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-youtube.svg); }
    .no-svg .fusion-icon-youtube.fusion-icon-white {
      background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/icon-white-youtube.png); }

.video-link {
  display: block;
  position: relative; }
  .video-link:before {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(24, 2, 25, 0.4);
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    z-index: 1; }
    @media only screen and (min-width:64.063em) {
      .video-link:before {
        width: 40px;
        height: 40px; } }
  .video-link:hover:before {
    background-color: rgba(24, 2, 25, 0.8); }
  @media only screen and (min-width:64.063em) {
    .video-link.featured-image-link:before {
      width: 60px;
      height: 60px;
      top: 20px;
      right: 20px; } }
  .video-link img {
    width: 100%; }

[class^="icon-"] {
  display: block;
  background-position: center;
  -webkit-transition: opacity 200ms ease;
          transition: opacity 200ms ease; }
  [class^="icon-"] span {
    border: 0;
    font: 0/0 a;
    color: transparent; }
  [class^="icon-"]:hover {
    opacity: .75; }

@font-face {
  font-family: 'manusregular';
  src: url(/wp-content/themes/vip/fusion-2015/assets/css/../fonts/manus/manus-webfont.eot);
  src: url(/wp-content/themes/vip/fusion-2015/assets/css/../fonts/manus/manus-webfont.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/vip/fusion-2015/assets/css/../fonts/manus/manus-webfont.woff2) format('woff2'), url(/wp-content/themes/vip/fusion-2015/assets/css/../fonts/manus/manus-webfont.woff) format('woff'), url(/wp-content/themes/vip/fusion-2015/assets/css/../fonts/manus/manus-webfont.ttf) format('truetype'), url(/wp-content/themes/vip/fusion-2015/assets/css/../fonts/manus/manus-webfont.svg#manusregular) format('svg');
  font-style: normal;
  font-weight: normal; }

body {
  font-size: 16px;
  line-height: 1.67em;
  color: #180219;
  background: #fff; }
  .has-fallback-fonts body {
    font-family: Arial, sans-serif; }
  .wf-active body, .no-fallback-fonts body {
    font-family: 'Roboto'; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  .article-content a, .show-intro a, .author-description a, .article-author-card-description a {
    color: #4284b4; }


.button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .25rem; }
  .button:hover {
    text-decoration: none;
    color: #fff; }
  .button.block-button {
    display: block;
    color: #fff; }

.load-more-button {
  margin: 25px 0;
  width: 100%; }
  @media only screen and (min-width:40.063em) {
    .load-more-button {
      width: auto; } }
  .load-more-button[disabled=disabled] {
    opacity: .5; }


textarea {
  min-height: 60px;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: inherit; }
  .has-fallback-fonts h1, .has-fallback-fonts h2, .has-fallback-fonts h3, .has-fallback-fonts h4, .has-fallback-fonts h5, .has-fallback-fonts h6 {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active h1, .no-fallback-fonts h1, .wf-active h2, .no-fallback-fonts h2, .wf-active h3, .no-fallback-fonts h3, .wf-active h4, .no-fallback-fonts h4, .wf-active h5, .no-fallback-fonts h5, .wf-active h6, .no-fallback-fonts h6 {
    font-family: 'Roboto Condensed'; }

#site-content {
  clear: both;
  padding-top: 50px; }

.main-content {
  padding: 25px 0; }

.main-content-header {
  padding: 25px 0 50px; }
  @media only screen and (min-width:40.063em) {
    .main-content-header {
      padding: 25px 0; } }
  .main-content-header.no-image {
    margin-top: 12.5px;
    padding: 0; }
    @media only screen and (min-width:40.063em) {
      .main-content-header.no-image {
        margin-top: 25px; } }

@media only screen and (min-width:64.063em) {
  .has-right-rail .main-content-column {
    width: calc(83.333% - 300px); } }

.main-content-video {
  padding: 0 0 25px; }
  @media only screen and (max-width: 40em) {
    .main-content-video {
      margin-left: -.9375rem;
      margin-right: -.9375rem; } }

.row article {
  margin-bottom: 2rem; }
  @media only screen and (min-width:40.063em) {
    .row article {
      margin-bottom: 3rem; } }

#wp-admin-bar-edit > .ab-item:before {
  content: '\f464' !important;
  top: 2px; }

#wp-admin-bar-toolbar-quick-search .toolbar-quick-search-box {
  display: none;
  line-height: 26px;
  width: 140px;
  -webkit-transition: width 200ms ease;
          transition: width 200ms ease; }
#wp-admin-bar-toolbar-quick-search .focus-helper {
  min-width: 140px;
  padding-left: 20px; }
  #wp-admin-bar-toolbar-quick-search .focus-helper:before {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 20;
    font: 400 20px/1 dashicons !important;
    content: '\f179';
    color: rgba(240, 245, 250, 0.6); }
#wp-admin-bar-toolbar-quick-search.hover .focus-helper, #wp-admin-bar-toolbar-quick-search.focused .focus-helper {
  display: none; }
#wp-admin-bar-toolbar-quick-search.hover .toolbar-quick-search-box, #wp-admin-bar-toolbar-quick-search.focused .toolbar-quick-search-box {
  display: block;
  margin: 2px 0;
  padding: 0 6px;
  vertical-align: center;
  width: 180px; }
  @media only screen and (min-width: 40em) {
    #wp-admin-bar-toolbar-quick-search.hover .toolbar-quick-search-box, #wp-admin-bar-toolbar-quick-search.focused .toolbar-quick-search-box {
      width: 300px; } }
  @media only screen and (min-width: 60em) {
    #wp-admin-bar-toolbar-quick-search.hover .toolbar-quick-search-box, #wp-admin-bar-toolbar-quick-search.focused .toolbar-quick-search-box {
      width: 480px; } }

#wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 4px;
  line-height: 1.4; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results:not(first-child) {
    border-top: 1px solid #444; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results:hover .sub-link .title {
    text-decoration: underline; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link {
    display: inline;
    height: auto;
    padding: 0; }
    #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link:not(:first-child) {
      border-left: 1px solid #999;
      margin-left: 1em;
      padding-left: 1em; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span.title {
    font-size: 1.1em;
    line-height: 1.6;
    display: block;
    padding: 4px 10px 0; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span:not([class~="title"]) {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.6; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span.authors, #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span.sections {
    border-left: 1px solid #999;
    margin-left: 1em;
    padding-left: 1em; }
    #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span.authors .sub-link, #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span.sections .sub-link {
      border-left: none;
      margin-left: 0;
      padding-left: 0; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span.sub-link-icon, #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .sub-link-span.sub-link-icon:before {
    height: auto;
    line-height: auto;
    vertical-align: sub; }
  #wp-admin-bar-toolbar-quick-search #wp-admin-bar-toolbar-quick-search-default .wp-admin-bar-toolbar-quick-search-results .post-meta {
    padding: 0 10px; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+1) {
  -webkit-animation: loading-pulse 1s infinite 0.1s alternate;
          animation: loading-pulse 1s infinite 0.1s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+2) {
  -webkit-animation: loading-pulse 1s infinite 0.2s alternate;
          animation: loading-pulse 1s infinite 0.2s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+3) {
  -webkit-animation: loading-pulse 1s infinite 0.3s alternate;
          animation: loading-pulse 1s infinite 0.3s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+4) {
  -webkit-animation: loading-pulse 1s infinite 0.4s alternate;
          animation: loading-pulse 1s infinite 0.4s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+5) {
  -webkit-animation: loading-pulse 1s infinite 0.5s alternate;
          animation: loading-pulse 1s infinite 0.5s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+6) {
  -webkit-animation: loading-pulse 1s infinite 0.6s alternate;
          animation: loading-pulse 1s infinite 0.6s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+7) {
  -webkit-animation: loading-pulse 1s infinite 0.7s alternate;
          animation: loading-pulse 1s infinite 0.7s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+8) {
  -webkit-animation: loading-pulse 1s infinite 0.8s alternate;
          animation: loading-pulse 1s infinite 0.8s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+9) {
  -webkit-animation: loading-pulse 1s infinite 0.9s alternate;
          animation: loading-pulse 1s infinite 0.9s alternate; }
#wp-admin-bar-toolbar-quick-search .loading li:nth-child(10n+10) {
  -webkit-animation: loading-pulse 1s infinite 1s alternate;
          animation: loading-pulse 1s infinite 1s alternate; }

@-webkit-keyframes loading-pulse {
  from {
    background-color: #32373c;
    border-top-color: #444; }

  to {
    background-color: #495158;
    border-top-color: #5e5e5e; } }

@keyframes loading-pulse {
  from {
    background-color: #32373c;
    border-top-color: #444; }

  to {
    background-color: #495158;
    border-top-color: #5e5e5e; } }

@media only screen and (min-width:40.063em) {
  .freewheel-ad .mobile-only {
    display: none; } }
@media only screen and (max-width: 40em) {
  .freewheel-ad .desktop-only {
    display: none; } }

.header-ad, .footer-ad {
  margin: 0 auto; }
  .header-ad span[data-width="728"], .footer-ad span[data-width="728"] {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .header-ad span[data-width="320"], .footer-ad span[data-width="320"] {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .header-ad span[data-width="1"], .footer-ad span[data-width="1"] {
    height: 0 !important;
    margin: 0 !important; }

.right-rail-ad {
  margin: 0; }
  .right-rail-ad span[data-width] {
    margin-bottom: 35px !important; }
  .right-rail-ad span[data-width="1"] {
    height: 0 !important;
    margin: 0 !important; }

.ad_728 {
  width: 728px; }

.ad_320x50 {
  width: 320px; }

.widget.rectangle-ad {
  padding: 0; }

.article-content .ebz_native {
  margin-bottom: 1.25rem !important; }



.polar .kicker {
  color: #441887; }
.polar .sponsor-byline {
  text-align: center;
  margin: 4px 0 0;
  font-family: 'Roboto'; }
  .polar .sponsor-byline .sponsor-name {
    display: block; }
.polar .info {
  margin: 0; }
.polar .sponsor-logo-wrap {
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 1; }
  .polar .sponsor-logo-wrap img {
    max-height: 100%; }
.polar-homepage header {
  overflow: hidden; }
.polar-homepage .sponsor-byline {
  line-height: 25px;
  margin-top: 7px;
  text-align: center; }
.polar-homepage .sponsor-byline-logo {
  float: right;
  margin-left: 5px;
  margin-bottom: 0; }
.polar-homepage .sponsor-name {
  vertical-align: sub; }
.polar-single {
  background: #e8e8e8;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  min-height: 248px;
  position: relative;
  clear: both; }
  .polar-single .polar__featured-image {
    width: 400px; }
  .polar-single header {
    position: absolute;
    background: #fff;
    right: 20px;
    bottom: 20px;
    padding: 20px 30px;
    width: 350px; }
  .polar-single .sponsor-byline-logo {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 40em) {
    .polar-single {
      padding: 10px 15px; }
      .polar-single header {
        position: relative;
        right: auto;
        left: 15px;
        padding: 10px 15px;
        width: 230px;
        overflow: hidden;
        box-sizing: border-box; } }


.sponsored-collection {
  margin-bottom: 25px; }
  @media only screen and (max-width: 40em) {
    .sponsored-collection:after {
      content: '';
      display: block;
      background-position: left bottom;
      width: 100%;
      height: 30px;
      background-repeat: no-repeat;
      border: 0;
      margin-bottom: 25px; } }
  .sponsored-collection .continued-below {
    font-style: italic;
    color: #979ca0; }
    .single-fusion_video .sponsored-collection .continued-below {
      display: none; }
  .sponsored-collection .sponsor-title {
    color: #441887;
    float: none;
    text-align: center; }
    .sponsored-collection .sponsor-title:before {
      content: '';
      display: block;
      background-position: left bottom;
      width: 100%;
      height: 30px;
      background-repeat: no-repeat;
      border: 0;
      margin-bottom: 25px; }
      @media only screen and (min-width:40.063em) {
        .sponsored-collection .sponsor-title:before {
          height: 50px;
          width: 150px;
          top: 0;
          left: 0;
          border-top: 1px solid #38d3c7;
          border-left: 1px solid #38d3c7;
          background-image: none;
          position: absolute; } }
    @media only screen and (min-width:40.063em) {
      .sponsored-collection .sponsor-title {
        float: left;
        position: relative;
        padding: 15px 25px; } }
  .sponsored-collection .sponsor-text {
    float: none;
    text-align: center;
    padding: 0; }
    @media only screen and (min-width:40.063em) {
      .sponsored-collection .sponsor-text {
        float: right;
        padding: 15px 20px; } }
  .sponsored-collection .sponsor-logo {
    width: 75px;
    display: block;
    margin: 0 auto; }
    @media only screen and (min-width:40.063em) {
      .sponsored-collection .sponsor-logo {
        float: right;
        margin: 20px 10px 0 0; } }

.stories-list {
  margin: 0;
  list-style-type: none; }
  .stories-list .post-card {
    border-top: 1px solid #eee;
    padding: 10px 0 25px;
    float: none;
    width: 100%;
    margin: 0; }
    .stories-list .post-card:first-child {
      border: 0; }
    @media only screen and (min-width:40.063em) {
      .stories-list .post-card {
        float: left;
        width: 33.33%;
        height: auto;
        padding-right: 10px;
        padding-left: 10px;
        list-style: none;
        border: 0;
        padding-bottom: 0; } }
  @media only screen and (min-width:40.063em) {
    .stories-list {
      clear: both;
      overflow: hidden; } }

@media only screen and (max-width: 40em) {
  .ad_300 .sponsor-byline {
    text-align: center; } }

@media screen and (orientation: portrait) and (max-width: 400px) {
  .columns .ad_300 {
    margin-left: -.4rem;
    text-align: center;
    width: 100%; } }

@media only screen and (min-width:40.063em) {
  .article-content .freewheel-ad {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-right: -70px; } }
@media only screen and (min-width:64.063em) {
  .article-content .freewheel-ad {
    margin-right: 0; } }

#site-header {
  background: #fff;
  color: #180219;
  line-height: 3.125rem;
  z-index: 99;
  height: 3.125rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 250ms ease 500ms;
          transition: all 250ms ease 500ms;
   }
  #site-header .logo-fusion {
    width: 100%;
    height: 3.125rem;
    display: block;
    background-size: 110px;
    background-position: center; }
    @media only screen and (min-width:53.125rem) {
      #site-header .logo-fusion {
        width: 110px;
        margin: 0 0.9375rem; } }
  #site-header .toggle-topbar {
    right: auto; }
  #site-header .menu a {
    color: #180219; }
    #site-header .menu a:hover {
      text-decoration: none;
      color: #979ca0; }
  #site-header ul {
    margin: 0; }
  #site-header.mobile-hide, .admin-bar #site-header.mobile-hide {
    -webkit-transform: translate3d(0, -3.125rem, 0);
            transform: translate3d(0, -3.125rem, 0);
    opacity: .5; }

.logo-fusion-f, .toggle-topbar [class^="icon-"] {
  border: 0;
  font: 0/0 a;
  color: transparent;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 20px;
  display: block; }

.logo-fusion-f {
  background-position: 8px center; }

#mobile-home {
  float: left;
  display: none; }
  @media only screen and (max-width: 52.125rem) {
    #mobile-home {
      display: block; } }


#header-navigation {
  float: none;
  background: #fff;
  overflow: hidden; }
  @media only screen and (min-width:53.125rem) {
    #header-navigation {
      margin-right: 10px;
      float: left;
      background: none;
      overflow: visible; } }
  #header-navigation ul {
    background: #fff;
    height: 100vh;
    overflow: auto;
    padding-bottom: 3.125rem; }
    @media only screen and (min-width:53.125rem) {
      #header-navigation ul {
        overflow: visible;
        padding-bottom: 0; } }
  #header-navigation li {
    margin-bottom: 1px; }
    @media only screen and (min-width:53.125rem) {
      #header-navigation li {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; } }
  @media only screen and (min-width:53.125rem) {
    #header-navigation .has-dropdown a {
      background-color: #fff; }
    #header-navigation .has-dropdown:hover {
      border: 1px solid #e8e8e8;
      border-bottom: 0;
      position: relative; }
    #header-navigation .has-dropdown:hover:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      display: block;
      position: relative;
      z-index: 100; }
    #header-navigation .has-dropdown .sub-menu {
      border: 1px solid #e8e8e8;
      margin-left: -1px;
      line-height: 2.75em; } }
  #header-navigation a {
    font-size: 16px;
    font-weight: 400; }
    @media only screen and (min-width:53.125rem) {
      #header-navigation a {
        line-height: 3.025rem;
        letter-spacing: -.15px; }
        .wf-active #header-navigation a {
          letter-spacing: inherit; } }
    @media only screen and (max-width: 53.125rem) {
      #header-navigation a:hover {
        color: inherit;
        background-color: #6eeeba; } }

.dropdown .back {
  text-transform: uppercase; }
  .dropdown .back:before {
    height: 20px;
    width: 20px;
    display: inline-block;
    content: '';
    float: left;
    margin: 6px; }

#header-social-media, .header-share-tools {
  height: 3.125rem; }

@media only screen and (max-width: 1200px) {
  #header-social-media {
    display: none; } }


#header-search-form {
  width: 100%; }
  @media only screen and (min-width:53.125rem) {
    #header-search-form {
      width: 50px;
      position: absolute;
      right: 0; } }
  @media only screen and (min-width: 1200px) {
    #header-search-form {
      position: relative; } }
  #header-search-form h2 {
    margin: 0;
    position: absolute;
    top: -3.125rem;
    right: 0; }
    @media only screen and (min-width:53.125rem) {
      #header-search-form h2 {
        top: auto;
        right: 0;
        position: absolute; } }
    @media only screen and (min-width:64.063em) {
      #header-search-form h2 {
        position: relative;
        right: auto; } }
  #header-search-form #toggle-search {
    display: block;
    height: 3.125rem;
    width: 3.125rem;
    background-size: 20px; }
    #header-search-form #toggle-search.active {
      background-color: #4284b4; }
  #header-search-form form {
    padding: 0.46875rem 0.9375rem;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #4284b4; }
    @media only screen and (min-width:53.125rem) {
      #header-search-form form {
        top: 3.125rem;
        width: 250px; } }
    @media only screen and (min-width:64.063em) {
      #header-search-form form {
        left: -200px; } }
    #header-search-form form .search {
      background: #4284b4;
      border: 0;
      height: 35px;
      color: #fff;
      width: 80%;
      top: 0;
      float: left;
      font-size: 16px;
      box-shadow: none; }
      @media only screen and (min-width:53.125rem) {
        #header-search-form form .search {
          width: 160px; } }
    #header-search-form form .search-submit {
      width: auto;
      height: 35px;
      top: 0;
      float: right;
      background: #9bc0da;
      color: #fff;
      padding-left: 15px;
      padding-right: 15px; }

@media only screen and (max-width: 53.125rem) {
  #main-navigation.show-search {
    height: 100px; }
    #main-navigation.show-search #header-navigation {
      padding-top: 51px; }
    #main-navigation.show-search.expanded {
      height: auto; } }

.header-share {
  top: 0;
  left: 3.125rem;
  height: 3.125rem;
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
          transition: opacity 600ms ease;
  pointer-events: none; }
  .header-share.show {
    opacity: 1;
    pointer-events: all; }
  @media only screen and (min-width:53.125rem) {
    .header-share {
      top: -3.125rem;
      left: 140px;
      position: relative; } }
  .header-share .fusion-logo, .header-share .share-title {
    display: inline-block;
    line-height: 3.125rem;
    float: left; }
  .header-share .share-title {
    font-weight: 300;
    font-size: 16px;
    text-overflow: ellipsis;
    max-width: 20em;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0; }
    .has-fallback-fonts .header-share .share-title {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .header-share .share-title, .no-fallback-fonts .header-share .share-title {
      font-family: 'Roboto Condensed'; }
    @media only screen and (max-width: 52.125rem) {
      .header-share .share-title {
        left: 50px; } }
    @media only screen and (min-width: 40.063em) and (max-width: 45em) {
      .header-share .share-title {
        max-width: 20em; } }
    @media only screen and (min-width: 45.063em) and (max-width: 50em) {
      .header-share .share-title {
        max-width: 25em; } }
    @media only screen and (min-width: 50.063em) and (max-width: 55em) {
      .header-share .share-title {
        max-width: 30em; } }
    @media only screen and (min-width: 55.063em) and (max-width: 60em) {
      .header-share .share-title {
        max-width: 35em; } }
    @media only screen and (min-width: 60.063em) and (max-width: 65em) {
      .header-share .share-title {
        max-width: 40em; } }
    @media only screen and (min-width: 65.063em) and (max-width: 70em) {
      .header-share .share-title {
        max-width: 45em; } }
    @media only screen and (min-width: 70.063em) and (max-width: 75em) {
      .header-share .share-title {
        max-width: 50em; } }
    @media only screen and (min-width: 75.063em) {
      .header-share .share-title {
        max-width: 54em; } }
  .header-share .top-bar-section {
    position: absolute;
    top: 3.125rem; }

.has-fallback-fonts .top-bar-section ul li > a {
  font-family: 'Arial Narrow', Arial, sans-serif; }
.wf-active .top-bar-section ul li > a, .no-fallback-fonts .top-bar-section ul li > a {
  font-family: 'Roboto Condensed'; }

.header-share-tools {
  margin-right: 3.125rem; }
  @media only screen and (min-width:53.125rem) {
    .header-share-tools {
      margin-right: 140px; } }

.admin-bar #site-header {
  top: 32px; }
  @media screen and (max-width: 600px) {
    .admin-bar #site-header {
      top: 0; } }
  @media screen and (min-width: 601px) and (max-width: 782px) {
    .admin-bar #site-header {
      top: 46px; } }
@media screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    z-index: 1; } }

.disable {
  height: 100%;
  overflow: hidden; }
  .disable #site-header:after {
    width: 100%;
    height: 100vh;
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.8); }

.showname {
  line-height: 50px;
  font-weight: 400;
  font-size: 25px; }

@media only screen and (min-width: 850px) {
  .showname {
    text-transform: uppercase;
    padding: 0 30px; } }

@media only screen and (max-width: 850px) {
  .logo-with-showname {
    display: none; }
  .showname {
    width: 100%;
    text-align: center;
    line-height: 50px;
    display: block; } }

#share-tool-header-text {
  text-transform: uppercase; }


#site-footer {
  background: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/background-footer.jpg) no-repeat center center;
  background-size: cover;
  color: #979ca0;
  font-weight: 300;
  padding-top: 10px;
  overflow-x: hidden; }
  #site-footer .section-heading {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 1.25em;
    margin-top: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: left; }
    .has-js #site-footer .section-heading {
      opacity: 0; }
    .has-fallback-fonts #site-footer .section-heading {
      font-family: Arial, sans-serif;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease; }
    .has-fallback-fonts.wf-manusregular-n4-active #site-footer .section-heading, .has-fallback-fonts.wf-manusregular-n4-inactive #site-footer .section-heading, .no-fallback-fonts #site-footer .section-heading {
      opacity: 1; }
    .wf-active #site-footer .section-heading, .no-fallback-fonts #site-footer .section-heading {
      font-family: 'manusregular'; }
  #site-footer nav ul {
    font-size: 14px;
    line-height: 1.35em;
    margin: 0;
    padding-left: 0;
    list-style: none; }
  #site-footer nav li {
    padding: 5px 0; }
  #site-footer a {
    color: #979ca0; }


#site-info {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  padding-top: 1.875rem; }
  #site-info p {
    font-size: 14px;
    line-height: 1.35em;
    font-weight: 300; }
  #site-info .legal-notices {
    margin-bottom: 1.25rem; }
    #site-info .legal-notices p {
      margin: 0; }
  @media only screen and (min-width:64.063em) {
    #site-info {
      text-align: left; } }


#footer-social-media {
  padding-top: 60px;
  padding-bottom: 1rem;
  overflow: hidden;
   }
  @media only screen and (min-width:64.063em) {
    #footer-social-media {
      padding-top: 120px; } }
  #footer-social-media .logo-fusion-white {
    width: 100%;
    height: 80px;
    background-position: center top;
    display: block;
    background-size: contain; }
  #footer-social-media .social-media {
    text-align: center;
    margin-top: 1rem; }
    @media only screen and (min-width:64.063em) {
      #footer-social-media .social-media {
        text-align: right; } }
    #footer-social-media .social-media li {
      display: inline-block; }
    #footer-social-media .social-media a {
      height: 25px;
      width: 40px; }

#footer-about li {
  width: 50%;
  float: left; }
  #footer-about li:nth-child(even) {
    padding-left: 0.9375rem; }
  @media only screen and (min-width:64.063em) {
    #footer-about li {
      width: 100%;
      float: none;
      padding-left: 0 !important; } }

.ad.footer {
  background: #e8e8e8; }

#wpstats, #wpstats2 {
  display: none; }

.right-rail {
  padding: 0;
  min-width: 300px;
  margin-bottom: 25px;
   }
  .right-rail.is-sticky {
    top: 100px;
    position: -webkit-sticky;
    position: sticky; }
  @media only screen and (min-width:64.063em) {
    .right-rail.taboola-loaded {
      display: block !important; } }
  .right-rail .section-heading {
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    background-color: inherit;
    background-image: inherit;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important; }
    .right-rail .section-heading span {
      display: inline-block;
      margin-top: 6px; }
  .right-rail .video-label.video-title {
    font-size: 14px;
    line-height: 19px; }
  .right-rail .thumbBlock_holder:after, .right-rail .video-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #38d3c7;
    background-image: -webkit-linear-gradient(top, #2ae699, #38d3c7);
    background-image: linear-gradient(to bottom, #2ae699, #38d3c7);
    width: 28px;
    height: 28px;
    content: 'TV';
    display: block;
    z-index: 1;
    font-family: 'manusregular';
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    text-align: center; }
  .right-rail .thumbBlock_holder:before {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(24, 2, 25, 0.4);
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    z-index: 1; }
  .right-rail .trc_rbox_header.trc_rbox_border_elm {
    display: none; }
  .right-rail .trc_related_container.trc_spotlight_widget {
    margin-top: 0; }
  .right-rail .trc_rbox_container {
    border-bottom: 1px solid #2ae699; }
  .right-rail .videoCube {
    margin-bottom: 20px !important; }
  .right-rail.show-4 .videoCube_5_child {
    display: none !important; }
  .right-rail.show-3 .videoCube_4_child, .right-rail.show-3 .videoCube_5_child {
    display: none !important; }
  .right-rail.show-2 .videoCube_5_child, .right-rail.show-2 .videoCube_3_child, .right-rail.show-2 .videoCube_4_child {
    display: none !important; }
  .right-rail.show-1 .videoCube_5_child, .right-rail.show-1 .videoCube_2_child, .right-rail.show-1 .videoCube_3_child, .right-rail.show-1 .videoCube_4_child {
    display: none !important; }
  .right-rail .fusion-on-tv-wrapper {
    display: none; }
  .right-rail article {
    margin-bottom: 1.3rem; }
    .right-rail article:last-child {
      margin-bottom: 0;
      padding-bottom: 1.3rem;
      border-bottom: 1px solid #2ae699; }
  .right-rail .article-preview-title {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    text-align: left; }
  .right-rail .kicker {
    text-align: left;
    margin-top: .5rem; }


.related-posts .related-post-header {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25; }
.related-posts .related-posts-title {
  font-size: 30px;
  line-height: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #180219;
  text-transform: uppercase; }
  .has-js .related-posts .related-posts-title {
    opacity: 0; }
  .has-fallback-fonts .related-posts .related-posts-title {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
  .has-fallback-fonts.wf-manusregular-n4-active .related-posts .related-posts-title, .has-fallback-fonts.wf-manusregular-n4-inactive .related-posts .related-posts-title, .no-fallback-fonts .related-posts .related-posts-title {
    opacity: 1; }
  .wf-active .related-posts .related-posts-title, .no-fallback-fonts .related-posts .related-posts-title {
    font-family: 'manusregular'; }

ul.pagination {
  margin: 2rem 0; }
  @media only screen and (max-width: 40em) {
    ul.pagination li {
      margin: 0; } }
  ul.pagination li a, ul.pagination li button, ul.pagination li span {
    -webkit-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #180219;
    background: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: inherit;
    border-radius: 0; }
    @media only screen and (max-width: 40em) {
      ul.pagination li a, ul.pagination li button, ul.pagination li span {
        display: none; }
        ul.pagination li a.current, ul.pagination li a.next, ul.pagination li a.prev, ul.pagination li button.current, ul.pagination li button.next, ul.pagination li button.prev, ul.pagination li span.current, ul.pagination li span.next, ul.pagination li span.prev {
          margin: 0 0.3125rem;
          display: block; } }
  ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
    text-decoration: none;
    background: #e6e6e6; }
  ul.pagination .unavailable a, ul.pagination .unavailable button {
    cursor: default;
    color: #999999; }
  ul.pagination .unavailable:hover a, ul.pagination .unavailable a:focus, ul.pagination .unavailable:hover button, ul.pagination .unavailable button:focus {
    background: transparent; }
  ul.pagination .current {
    background: #2e2e30;
    color: #fff;
    font-weight: 700;
    cursor: default; }
    ul.pagination .current:hover, ul.pagination .current:focus {
      background: #2e2e30; }

#liveblog-container .liveblog-meta-time {
  float: none; }
  #liveblog-container .liveblog-meta-time a {
    text-transform: none;
    font-size: 10px; }
#liveblog-container .liveblog-author-avatar, #liveblog-container .liveblog-author-avatar img, #liveblog-container .liveblog-author-avatar:after {
  width: 60px;
  height: 60px; }

.liveblog-form .liveblog-formatting-command {
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-right: 0; }
.liveblog-form .liveblog-submit-wrapper .button {
  letter-spacing: inherit;
  text-transform: none; }

#liveblog-fixed-nag {
  text-transform: uppercase;
  padding: 4px; }
  .has-fallback-fonts #liveblog-fixed-nag {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active #liveblog-fixed-nag, .no-fallback-fonts #liveblog-fixed-nag {
    font-family: 'Roboto Condensed'; }
  #liveblog-fixed-nag a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top-style: solid;
    border: inset 8px;
    border-color: transparent transparent #fff;
    top: 5px;
    right: 10px;
    position: absolute; }
  #liveblog-fixed-nag a .num {
    vertical-align: baseline;
    font-size: 18px; }


.reveal-modal {
  position: fixed;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-radius: 0;
  width: 360px; }
  @media only screen and (min-width: 40em) {
    .reveal-modal {
      max-width: 360px; } }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      margin-left: 15px;
      margin-right: 15px;
      width: calc(100% - 30px) !important; } }
  .reveal-modal .close-reveal-modal {
    top: -3rem !important;
    right: 0;
    color: #6f6370; }

.facebook-like {
  text-align: center; }
  .facebook-like .modal-title {
    text-transform: uppercase; }
  .facebook-like .fb_iframe_widget > span {
    width: 78px !important;
    height: 40px !important;
    padding: 8px 13px;
    border: 1px solid #bbc8e4;
    background: #f2f4fa;
    border-radius: 4px; }

.reveal-modal-bg {
  background: rgba(24, 2, 25, 0.5); }


.recirc-timeout-modal__title {
  margin-bottom: 30px; }
.recirc-timeout-modal-story__image {
  width: 100%; }
.recirc-timeout-modal-story__title {
  line-height: 1.35em;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px; }


#mail-share {
  background: #fff; }
  #mail-share input, #mail-share textarea {
    width: 100%;
    margin-bottom: .5em; }
  #mail-share .submit {
    padding-top: 5px;
    padding-bottom: 5px; }
  #mail-share.success .form, #mail-share .response {
    display: none; }
  #mail-share.success .response {
    display: block; }
  #mail-share .policy-link {
    text-align: left;
    padding: 0; }

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 0; } }

@-webkit-keyframes signup-submitted-animation {
  0% {
    background-color: #2ae699; }

  50% {
    background-color: #17c67e; }

  100% {
    background-color: #2ae699; } }

@keyframes signup-submitted-animation {
  0% {
    background-color: #2ae699; }

  50% {
    background-color: #17c67e; }

  100% {
    background-color: #2ae699; } }

.fusion-email-signup-modal {
  text-align: center; }
  .fusion-email-signup-modal .modal-title {
    text-transform: uppercase; }
  .fusion-email-signup-modal .email-input {
    border: solid 1px #2ae699;
    text-align: center; }
    .modal-form-error .fusion-email-signup-modal .email-input {
      border-color: #e03b3b;
      background-color: #fbe8e8;
      color: #db1919; }
  .fusion-email-signup-modal .policy-link {
    text-align: center; }
  .fusion-email-signup-modal .email-signup-submit {
    width: 100%;
    margin-bottom: 0; }
    .modal-form-submitted .fusion-email-signup-modal .email-signup-submit {
      -webkit-animation: signup-submitted-animation 2s infinite;
              animation: signup-submitted-animation 2s infinite; }
  .modal-form-success .fusion-email-signup-modal-form {
    display: none; }
  .modal-form-error .fusion-email-signup-modal-messages {
    color: #db1919;
    font-weight: 700; }
  .fusion-email-signup-modal-success-message {
    display: none; }
    .modal-form-success .fusion-email-signup-modal-success-message {
      display: block; }
    @media only screen and (max-width: 40em) {
      .fusion-email-signup-modal-success-message .newsletter-img {
        display: none; } }
  @media only screen and (max-width: 40em) {
    .fusion-email-signup-modal {
      padding-top: 1.375rem;
      padding-bottom: 1rem; }
      .fusion-email-signup-modal .newsletter-img {
        width: 120px;
        height: 120px; }
      .fusion-email-signup-modal .modal-title {
        margin-bottom: 4px; }
      .fusion-email-signup-modal .modal-text {
        margin-bottom: 10px; } }

.close-reveal-modal:hover {
  text-decoration: none;
  color: #180219; }

.fusion-comcast-signup-modal {
  max-width: 580px;
  width: auto;
  padding: 0; }
  .fusion-comcast-signup-modal__header {
    margin: 0; }
    .fusion-comcast-signup-modal__header.featured-image-wrapper {
      min-height: 120px; }
      @media only screen and (max-width: 40em) {
        .fusion-comcast-signup-modal__header.featured-image-wrapper {
          min-height: 80px; } }
    .fusion-comcast-signup-modal__header .modal-header-background {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .fusion-comcast-signup-modal__header .modal-title {
      position: absolute;
      color: #fff;
      font-size: 44px;
      font-weight: 900;
      margin: 30px 72px;
      z-index: 2; }
      @media only screen and (max-width: 40em) {
        .fusion-comcast-signup-modal__header .modal-title {
          font-size: 28px;
          margin: 18px 12px;
          text-align: center; } }
      .modal-form-success .fusion-comcast-signup-modal__header .modal-title {
        display: none; }
  .fusion-comcast-signup-modal__form {
    padding: 30px 60px; }
    @media only screen and (max-width: 40em) {
      .fusion-comcast-signup-modal__form {
        padding: 6px; } }
    .fusion-comcast-signup-modal__form .button-full {
      width: 100%;
      background: #38d3c7; }
    .fusion-comcast-signup-modal__form .small {
      font-size: 13px;
      line-height: 1.125;
      margin: 6px; }
      @media only screen and (max-width: 40em) {
        .fusion-comcast-signup-modal__form .small {
          text-align: center;
          margin: 0 0 6px; } }
    .fusion-comcast-signup-modal__form .fine-print {
      font-size: 11px;
      line-height: 1.125;
      margin: 12px 6px; }
      @media only screen and (max-width: 40em) {
        .fusion-comcast-signup-modal__form .fine-print {
          text-align: center;
          margin: 0 0 12px; } }
    .modal-form-success .fusion-comcast-signup-modal__form {
      display: none; }
  .modal-form-error .fusion-comcast-signup-modal__messages {
    color: #db1919;
    font-weight: bold; }
  .fusion-comcast-signup-modal__success-message {
    display: none; }
    .modal-form-success .fusion-comcast-signup-modal__success-message {
      padding: 30px 60px;
      display: block;
      min-height: 140px; }
  .fusion-comcast-signup-modal .modal-header {
    color: #2e2e30;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400;
    text-align: center; }
    .fusion-comcast-signup-modal .modal-header strong {
      color: #38d3c7;
      font-weight: 400; }
    .fusion-comcast-signup-modal .modal-header span {
      background-size: contain;
      display: inline-block;
      margin-left: 2px;
      height: 28px;
      width: 112px;
      vertical-align: text-bottom; }
    @media only screen and (max-width: 40em) {
      .fusion-comcast-signup-modal .modal-header {
        line-height: 1.25;
        margin: 6px 12px 12px;
        text-align: center; } }
  .fusion-comcast-signup-modal .row.small-collapse .column, .fusion-comcast-signup-modal .row.small-collapse .columns {
    padding-left: 3px;
    padding-right: 3px; }

@media only screen and (max-width: 40em) {
  input[type="text"], input[type="email"], input[type="submit"] {
    margin-bottom: 6px; } }

.video-post-play-modal {
  padding: 0; }
  @media only screen and (max-height: 450px) {
    .video-post-play-modal {
      padding: 10px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media only screen and (min-width:40.063em) {
    .video-post-play-modal {
      max-width: 460px;
      width: 460px;
      text-align: center; } }
  @media only screen and (max-height: 450px) {
    .video-post-play-modal__header {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%; } }
  .video-post-play-modal__header img {
    width: 100%; }
  .video-post-play-modal__content {
    padding: 1.25rem 1.25rem 1.75rem;
    position: relative; }
    @media only screen and (max-height: 450px) {
      .video-post-play-modal__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        width: 50%;
        padding: 0; } }
    .video-post-play-modal__content:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #fff transparent; }
  .video-post-play-modal__text {
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 400; }
    @media only screen and (max-height: 450px) {
      .video-post-play-modal__text {
        font-size: 1.25rem;
        padding-left: 10px; } }
    @media screen and (max-width: 480px) and (max-height: 450px) {
      .video-post-play-modal__text {
        position: absolute;
        top: -50px;
        left: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .video-post-play-modal .big-share-buttons {
    margin: 0; }
    @media screen and (max-width: 480px) and (max-height: 450px) {
      .video-post-play-modal .big-share-buttons {
        bottom: 50%;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%); } }
    @media only screen and (max-height: 450px) {
      .video-post-play-modal .big-share-buttons {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding-left: 10px; } }
    @media only screen and (min-width:40.063em) {
      .video-post-play-modal .big-share-buttons .share-button {
        width: 48%;
        display: inline-block;
        float: none; } }
    @media only screen and (max-height: 450px) {
      .video-post-play-modal .big-share-buttons .share-button {
        float: none;
        width: 100%;
        margin: 0; }
        .video-post-play-modal .big-share-buttons .share-button:first-child {
          margin-bottom: 5px; } }
  .video-post-play-modal__watch-next {
    display: none;
    position: relative;
    padding: 10px;
    background-color: #2a0337;
    color: #fff;
    text-align: left; }
    @media only screen and (min-height: 680px) {
      .video-post-play-modal__watch-next {
        display: block; } }
    .video-post-play-modal__watch-next:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #2a0337 transparent; }
    .video-post-play-modal__watch-next-heading {
      color: #fe0061;
      text-align: center;
      font-size: 1.5rem;
      font-family: 'Roboto Condensed';
      font-weight: 700;
      margin-bottom: .5rem; }
    .video-post-play-modal__watch-next-video {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .video-post-play-modal__watch-next-preview, .video-post-play-modal__watch-next-details {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%; }
    .video-post-play-modal__watch-next-preview {
      margin-right: 10px; }
    .video-post-play-modal__watch-next-title {
      font-weight: 400; }

.slick-slider {
  z-index: 1; }

.fusion-gallery {
  max-width: 1200px;
  margin: 0 auto 2rem;
  background: #180219; }
  .fusion-gallery.fusion-gallery-gray {
    background: #e8e8e8; }
  .js .fusion-gallery {
    display: none; }
  .fusion-gallery .slide {
    margin: 0;
    position: relative;
    text-align: center; }
  .fusion-gallery .element-share-block, .fusion-gallery .jx-slider {
    margin-bottom: 0; }
  .hero-gallery-container .fusion-gallery {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%; }
    .hero-gallery-container .fusion-gallery .slide {
      padding: 0 1.875rem; }
  .fusion-gallery .arrows {
    position: absolute;
    top: 50%;
    color: #fff;
    background-color: transparent;
    background-position: center;
    opacity: .75;
    padding: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-size: 30px; }
    @media only screen and (min-width:40.063em) {
      .fusion-gallery .arrows {
        margin-top: -30px;
        width: 60px;
        height: 60px;
        background-size: 50px; } }
    @media only screen and (min-width:64.063em) {
      .fusion-gallery .arrows {
        width: 100px;
        height: 100px;
        background-size: 80px; } }
    .fusion-gallery .arrows:focus {
      outline: none; }
    .fusion-gallery .arrows:hover {
      opacity: 1; }
    .fusion-gallery .arrows.previous {
      left: 0; }
    .fusion-gallery .arrows.next {
      right: 0; }
    .fusion-gallery .arrows.slick-disabled, .fusion-gallery .arrows.slick-disabled:hover {
      opacity: .15;
      cursor: default; }
  .fusion-gallery .fusion-gallery-label-container {
    color: #747474;
    position: absolute;
    right: 0.9375rem;
    bottom: -2rem; }
    .hero-gallery-container .fusion-gallery .fusion-gallery-label-container {
      bottom: .5rem; }
    .article-content .fusion-gallery .fusion-gallery-label-container, .mce-content-body .fusion-gallery .fusion-gallery-label-container {
      bottom: -4.4rem; }
  .fusion-gallery .fusion-stage {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .fusion-gallery .fusion-stage img {
      margin: 0;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: block; }
    .fusion-gallery .fusion-stage .gallery-image-credit {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #fff;
      padding: 5px 10px;
      margin: 0; }
  .fusion-gallery .gallery-item-share {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    height: 20px;
    line-height: 20px; }
    .fusion-gallery .gallery-item-share [class^="icon-"] {
      margin: 0 5px;
      width: 20px;
      height: 20px; }
  .fusion-gallery .caption-holder, .fusion-gallery .credit-holder {
    display: none; }

.fusion-gallery-caption-container {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  margin-top: -1rem;
  padding: 1rem 1.875rem; }
  .fusion-gallery-caption-container .gallery-caption-header {
    font-weight: 400;
    margin-bottom: 1rem; }
  .fusion-gallery-caption-container:before, .fusion-gallery-caption-container:after {
    content: ' ';
    display: block;
    position: absolute;
    background: #38d3c7;
    bottom: 0;
    left: 0; }
  .fusion-gallery-caption-container:before {
    width: 30%;
    height: 1px; }
    @media only screen and (min-width:40.063em) {
      .medium-10 .fusion-gallery-caption-container:before {
        width: 40%; } }
    @media only screen and (min-width:64.063em) {
      .large-8 .fusion-gallery-caption-container:before {
        width: 37.5%; } }
  .fusion-gallery-caption-container:after {
    height: auto;
    top: 1rem;
    width: 1px; }
  .hero-gallery-container .fusion-gallery-caption-container {
    max-width: 1200px;
    margin: auto;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%; }
    .hero-gallery-container .fusion-gallery-caption-container:after {
      content: '';
      display: table;
      clear: both; }
    .hero-gallery-container .fusion-gallery-caption-container * {
      color: #fff;
      vertical-align: baseline; }
    .hero-gallery-container .fusion-gallery-caption-container .caption-holder {
      float: left;
      padding: 0 1.875rem;
      width: 66.6666666667%; }
    .hero-gallery-container .fusion-gallery-caption-container .credit-holder {
      float: right;
      padding: 0 1.875rem 0 0;
      width: 33.3333333333%; }
    .hero-gallery-container .fusion-gallery-caption-container .article-image-credit, .hero-gallery-container .fusion-gallery-caption-container .jx-credit {
      text-align: right;
      margin-top: 3px;
      
      line-height: 2.3625rem;
       }
    .hero-gallery-container .fusion-gallery-caption-container:before {
      display: none; }
    .hero-gallery-container .fusion-gallery-caption-container:after {
      position: static;
      height: auto;
      width: auto;
      background: 0; }
  .article-content .fusion-gallery-caption-container, .mce-content-body .fusion-gallery-caption-container {
    padding-right: 5em;
     }
  .article-content .fusion-gallery-caption-container .article-image-credit, .article-content .fusion-gallery-caption-container .jx-credit, .mce-content-body .fusion-gallery-caption-container .article-image-credit, .mce-content-body .fusion-gallery-caption-container .jx-credit {
    position: absolute;
    top: 0;
    right: 0; }

.hero-gallery-container {
  background: #180219;
  width: 100%;
  overflow: hidden; }
  .hero-gallery-container .fusion-gallery {
    margin-bottom: 0; }

.single-fusion_gallery .main-content-header.no-image {
  padding-bottom: 25px; }
.single-fusion_gallery .gallery-title {
  color: #38d3c7;
  font-weight: 400; }
  .has-fallback-fonts .single-fusion_gallery .gallery-title {
    font-family: Arial, sans-serif; }
  .wf-active .single-fusion_gallery .gallery-title, .no-fallback-fonts .single-fusion_gallery .gallery-title {
    font-family: 'Roboto'; }
  .single-fusion_gallery .gallery-title a {
    color: inherit; }

.hero-video-container {
  background: #180219;
  width: 100%;
  overflow: hidden; }
  .hero-video-container .fusion-video-embed {
    background-color: #180219; }
  .hero-video-container .main-content-video {
    margin-bottom: 0;
    padding-bottom: 0; }
  .hero-video-container .playlist-title {
    border-bottom: 1px solid #2e2e30;
    color: #f6f6f6;
    text-transform: uppercase; }
  .hero-video-container .video-playlist {
    max-height: 433px;
    overflow-y: scroll; }
    .hero-video-container .video-playlist .playlist-video-link:hover {
      background-color: #2e2e30; }
    .hero-video-container .video-playlist .video-title {
      color: #f6f6f6; }
    .hero-video-container .video-playlist .video-tagline {
      color: #979ca0; }
    .hero-video-container .video-playlist .divider-line {
      background-color: #2e2e30; }

.playlist-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #180219;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  margin: 12px 0 6px; }
  .has-js .playlist-title {
    opacity: 0; }
  .has-fallback-fonts .playlist-title {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
  .has-fallback-fonts.wf-manusregular-n4-active .playlist-title, .has-fallback-fonts.wf-manusregular-n4-inactive .playlist-title, .no-fallback-fonts .playlist-title {
    opacity: 1; }
  .wf-active .playlist-title, .no-fallback-fonts .playlist-title {
    font-family: 'manusregular'; }

.video-playlist {
  list-style-type: none; }

.playlist-list {
  margin: 0; }
  .playlist-list .playlist-video-link {
    display: block;
    text-decoration: none;
    width: 100%; }
    .playlist-list .playlist-video-link:hover, .playlist-list .playlist-video-link:active {
      background-color: #f6f6f6; }
      .playlist-list .playlist-video-link:hover .video-tagline, .playlist-list .playlist-video-link:active .video-tagline {
        color: #38d3c7; }
  .playlist-list .playlist-video {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .playlist-list .video-preview {
    padding: 6px; }
  .playlist-list .video-details {
    padding: 4px 2px 2px 6px; }
  .playlist-list .video-title {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 8px; }
    .has-fallback-fonts .playlist-list .video-title {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .playlist-list .video-title, .no-fallback-fonts .playlist-list .video-title {
      font-family: 'Roboto Condensed'; }
  .playlist-list .video-tagline {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 6px; }
    .has-fallback-fonts .playlist-list .video-tagline {
      font-family: Arial, sans-serif; }
    .wf-active .playlist-list .video-tagline, .no-fallback-fonts .playlist-list .video-tagline {
      font-family: 'Roboto'; }

.playlist-divider.row {
  margin: 2px 0; }
.playlist-divider .divider-line {
  height: 1px;
  background: #f6f6f6; }
.playlist-divider:last-child .divider-line {
  display: none; }

.playlist-more-videos {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #180219;
  display: block;
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 11px;
  text-transform: none;
  width: 100%; }
  .has-js .playlist-more-videos {
    opacity: 0; }
  .has-fallback-fonts .playlist-more-videos {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
  .has-fallback-fonts.wf-manusregular-n4-active .playlist-more-videos, .has-fallback-fonts.wf-manusregular-n4-inactive .playlist-more-videos, .no-fallback-fonts .playlist-more-videos {
    opacity: 1; }
  .wf-active .playlist-more-videos, .no-fallback-fonts .playlist-more-videos {
    font-family: 'manusregular'; }
  a:hover .playlist-more-videos {
    color: inherit;
    text-decoration: none; }

.single-video-header {
  padding-bottom: 25px; }
  .single-video-header .updates-time {
    display: inline-block;
    padding-left: .5em; }

@media only screen and (max-width:64.063em) {
  .hero-video-container .playlist-title {
    border: 0;
    font-size: 30px;
    margin-top: .25rem;
    margin-bottom: -.25rem;
    text-align: center; }
  .playlist-divider.row {
    display: none; }
  .video-playlist {
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch; }
    .video-playlist .playlist-list {
      max-height: 100px;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; }
    .video-playlist .playlist-video-link {
      display: inline-block;
      height: 120px;
      width: 85%;
      max-width: 300px;
      padding-right: 1rem;
      white-space: normal; }
    .video-playlist .video-title {
      height: 3.5rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      overflow: hidden; }
    .video-playlist .video-tagline {
      font-size: 14px; } }


.social-links-inline .social-header {
  font-weight: 300;
  font-size: 10px;
  line-height: 3.125rem;
  margin: 0;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block; }
  .has-fallback-fonts .social-links-inline .social-header {
    font-family: Arial, sans-serif; }
  .wf-active .social-links-inline .social-header, .no-fallback-fonts .social-links-inline .social-header {
    font-family: 'Roboto'; }
.social-links-inline ul, .social-links-inline li {
  display: inline-block;
  padding: 0; }
.social-links-inline a {
  display: inline-block; }
.social-links-inline [class^="icon-"] {
  width: 15px;
  height: 15px; }

#show-description .social-links-inline .social-header {
  line-height: 20px;
  margin-right: 10px; }


.circular-share-buttons {
  margin-right: 3.125rem; }
  @media only screen and (min-width:53.125rem) {
    .circular-share-buttons {
      margin-right: 140px; } }
  .circular-share-buttons li {
    margin-right: 3px;
    margin-left: 3px;
    height: 50px; }
  .circular-share-buttons a {
    line-height: 26px;
    height: 35px;
    width: 35px;
    margin: 8px 0 0 10px;
    padding: 0 6px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 35px;
    display: block;
    overflow: hidden; }
    .has-fallback-fonts .circular-share-buttons a {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .circular-share-buttons a, .no-fallback-fonts .circular-share-buttons a {
      font-family: 'Roboto Condensed'; }
    .circular-share-buttons a [class^="icon-"] {
      background-position: 4px 9px;
      background-size: 16px;
      width: 35px;
      height: 35px;
      float: left; }
    .circular-share-buttons a:hover {
      background-color: #dbdbdb; }
  .circular-share-buttons .share-tool-twitter {
    background-color: #55acee; }
  .circular-share-buttons .share-tool-facebook {
    background-color: #3b5998; }
  .circular-share-buttons .share-tool-email {
    background-color: #979ca0; }


.element-share-block, .jx-slider {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  max-width: 100%; }
  .wp-caption .element-share-block, .wp-caption .jx-slider, .image-no-caption .element-share-block, .image-comparision .element-share-block, .image-no-caption .jx-slider, .image-comparision .jx-slider {
    width: 100%; }

.element-item-share {
  position: relative;
  display: block;
  float: right;
  top: 100%;
  text-align: right; }
  .element-item-share .share-link {
    display: block;
    float: left;
    margin: 0;
    padding: 0 10px; }
  .element-item-share [class^="icon-"] {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 60%; }
    .element-share-block-small .element-item-share [class^="icon-"] {
      width: 24px;
      height: 24px; }
    .element-share-block-tiny .element-item-share [class^="icon-"] {
      display: none; }
  .element-item-share .share-action {
    border: 0;
    font: 0/0 a;
    color: transparent;
    display: block; }
  .element-item-share .share-link-link {
    background-color: #979ca0; }
    .element-item-share .share-link-link:hover {
      background-color: #8c9296; }
  .element-item-share .share-link-facebook {
    background-color: #3b5998; }
    .element-item-share .share-link-facebook:hover {
      background-color: #355089; }
  .element-item-share .share-link-twitter {
    background-color: #55acee; }
    .element-item-share .share-link-twitter:hover {
      background-color: #42a3ec; }
  .element-item-share .share-link-pinterest {
    background-color: #bd081c; }
    .element-item-share .share-link-pinterest:hover {
      background-color: #a90719; }
  .element-item-share .share-link-email {
    background-color: #366989; }
    .element-item-share .share-link-email:hover {
      background-color: #305e7a; }

@media only screen and (min-width:40.063em) {
  .element-item-share {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
            transition: opacity 250ms ease; }
    .element-item-share .share-link {
      padding: 0; }
    .element-item-share [class^="icon-"] {
      width: 60px;
      height: 60px;
      background-size: 50%; }
      .element-share-block-small .element-item-share [class^="icon-"] {
        width: 48px;
        height: 48px; }
  .element-share-block:hover .element-item-share, .jx-slider:hover .element-item-share {
    opacity: 1; }
  .article-content .element-share-link-wrapper {
    float: left; } }


.widget.follow-social {
  text-align: center;
  border: 1px solid #2ae699;
  padding-top: 0; }
  .widget.follow-social:before {
    display: block;
    content: '';
    height: 10px;
    background: #180219;
    position: relative;
    width: 80%;
    margin: 0 auto;
    top: -10px; }
  .widget.follow-social .section-heading {
    margin-top: 25px; }
    .widget.follow-social .section-heading .author-name {
      text-transform: uppercase;
      font: 14px 'Roboto Condensed';
      letter-spacing: .25em;
      display: block; }
  .widget.follow-social ul {
    margin-top: .5em;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em; }
  .widget.follow-social li {
    display: inline; }
    .widget.follow-social li:first-child {
      margin-left: 0; }
    .widget.follow-social li:last-child {
      margin-right: 0; }
    .widget.follow-social li a {
      width: 20px;
      height: 20px; }

.widget.recent-instagrams ul {
  list-style-type: none;
  margin-left: 0; }


.widget.recent-tweets:before, .widget.recent-tweets:after {
  content: ' ';
  background-position: 50% top;
  width: 200px;
  height: 10px;
  margin: 0 auto;
  display: block; }
.widget.recent-tweets:before {
  padding-bottom: 2rem; }
.widget.recent-tweets:after {
  margin-top: 2rem; }
.widget.recent-tweets .profile {
  margin-bottom: .5rem; }
.widget.recent-tweets .inner {
  width: 250px;
  margin-left: auto;
  margin-right: auto; }
.widget.recent-tweets ul {
  font-size: 14px;
  line-height: 1.35em;
  list-style-type: none;
  margin-left: 0;
  text-align: left; }
.widget.recent-tweets li {
  margin-bottom: 2rem; }
  .widget.recent-tweets li a {
    color: #4284b4; }
.widget.recent-tweets .meta {
  font-size: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin-top: .5rem; }
  .widget.recent-tweets .meta a {
    color: #979ca0; }
  .widget.recent-tweets .meta .timestamp {
    float: left; }
  .widget.recent-tweets .meta .actions {
    float: right; }
  .widget.recent-tweets .meta [class^="icon-"] {
    width: 14px;
    height: 14px;
    display: inline-block; }
  .widget.recent-tweets .meta:after {
    content: ' ';
    clear: both;
    display: block; }


.widget.top-posts .video-preview-image, .widget.top-posts .article-preview-image {
  margin-bottom: 1rem; }
  .widget.top-posts .video-preview-image img, .widget.top-posts .article-preview-image img {
    width: 100%;
    height: auto; }
.widget.top-posts .row-separator {
  width: 50px;
  margin: 10px 0; }
.widget.top-posts article {
  margin-bottom: 1rem; }

.widget.email {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width:64.063em) {
    .widget.email #mc_embed_signup {
      background-position: 110% -10px;
      background-size: 100px; }
      .widget.email #mc_embed_signup h2 {
        letter-spacing: 1px; }
      .widget.email #mc_embed_signup .signup-form-content {
        padding-right: 1rem; } }

.widget {
  margin: 25px 0;
  padding: 0; }
  .widget:first-child {
    margin-top: 0;
    padding-top: 0; }
  .widget.recent-social-updates {
    text-align: center; }
    .widget.recent-social-updates .icon {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      margin-right: .4rem; }
  .widget .user-screenname {
    text-transform: uppercase;
    font: 14px 'Roboto Condensed';
    letter-spacing: .15em;
    font-weight: 700;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .widget .user-screenname a {
      color: #180219; }
  .widget .freewheel-ad {
    text-align: right; }
    @media only screen and (max-width: 40em) {
      .widget .freewheel-ad {
        text-align: center; } }
    .widget .freewheel-ad .sponsor-byline {
      margin-bottom: 0; }
      @media only screen and (max-width: 40em) {
        .widget .freewheel-ad .sponsor-byline {
          text-align: center; } }

@media only screen and (max-width: 40em) {
  .sidebar-container {
    padding-left: 0;
    padding-right: 0; } }


.section-heading {
  font-size: 50px;
  line-height: 1.15em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .has-js .section-heading {
    opacity: 0; }
  .has-fallback-fonts .section-heading {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
  .has-fallback-fonts.wf-manusregular-n4-active .section-heading, .has-fallback-fonts.wf-manusregular-n4-inactive .section-heading, .no-fallback-fonts .section-heading {
    opacity: 1; }
  .wf-active .section-heading, .no-fallback-fonts .section-heading {
    font-family: 'manusregular'; }
  @media only screen and (min-width:64.063em) {
    .section-heading.featured:before, .section-heading.featured:after, .section-heading.corner-left:before, .section-heading.corner-left:after, .section-heading.corner-right:before, .section-heading.corner-right:after {
      content: '';
      display: inline-block;
      background: #38d3c7;
      height: 1px;
      width: 100px;
      position: relative;
      top: -15px; }
    .section-heading.featured:before, .section-heading.corner-left:before, .section-heading.corner-right:before {
      margin-right: 20px; }
    .section-heading.featured:after, .section-heading.corner-left:after, .section-heading.corner-right:after {
      margin-left: 20px; } }
  .section-heading.featured:first-child, .section-heading.corner-left:first-child, .section-heading.corner-right:first-child {
    margin-top: 0; }

.widget .section-heading.featured:before, .widget .section-heading.featured:after {
  display: none; }

.main-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.15em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1.4px; }
  .has-fallback-fonts .main-title {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .main-title, .no-fallback-fonts .main-title {
    font-family: 'Roboto Condensed'; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .main-title {
      font-size: 37.5px; } }
  @media only screen and (min-width:64.063em) {
    .main-title {
      font-size: 50px; } }
  .wf-active .main-title {
    letter-spacing: inherit; }

.article-preview-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35em; }
  .has-fallback-fonts .article-preview-title {
    font-family: Arial, sans-serif; }
  .wf-active .article-preview-title, .no-fallback-fonts .article-preview-title {
    font-family: 'Roboto'; }
  .article-preview-title a {
    color: inherit; }
  @media only screen and (min-width:40.063em) {
    .article-preview-title {
      font-size: 20px;
      font-weight: 400; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .featured article .article-preview-title {
    font-size: 1.6875rem; } }
@media only screen and (min-width:64.063em) {
  .featured article .article-preview-title {
    font-size: 2.75rem; } }



.featured-image-wrapper {
  display: block;
  position: relative;
  background-color: #272728;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  min-height: 200px;
  overflow: hidden; }
  .featured-image-wrapper .main-title, .featured-image-wrapper .byline, .featured-image-wrapper .kicker, .featured-image-wrapper .date, .featured-image-wrapper .subtitle {
    color: inherit; }
  .featured-image-wrapper .featured-image-header-background {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden; }
  .featured-image-wrapper.align-top .featured-image-header-background {
    -o-object-position: 50% 0;
       object-position: 50% 0; }
  .featured-image-wrapper.align-bottom .featured-image-header-background {
    -o-object-position: 50% 100%;
       object-position: 50% 100%; }
  @media only screen and (min-width:40.063em) {
    .featured-image-wrapper {
      min-height: 400px; } }

.embed-riseup-300 {
  background-color: #faf9f4 !important;
  background-image: none;
  padding-top: 0; }
  .has-fallback-fonts .embed-riseup-300 {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .embed-riseup-300, .no-fallback-fonts .embed-riseup-300 {
    font-family: 'Roboto Condensed'; }
  .embed-riseup-300 .logo-fusion {
    height: 40px;
    width: 140px;
    background-size: 100%;
    display: inline-block; }

#riseup-widget {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
  #riseup-widget h3, #riseup-widget h4, #riseup-widget h5 {
    margin-top: 3px;
    margin-bottom: 3px; }
  #riseup-widget a {
    color: #0fc5c7; }
  #riseup-widget header, #riseup-widget footer {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0fc5c7; }
  #riseup-widget .secondary {
    color: #918976; }
  #riseup-widget header {
    margin-top: 8px;
    border-bottom: 3px solid #0fc5c7;
    margin-bottom: 3px; }
    #riseup-widget header a {
      display: block; }
  #riseup-widget .slide-title {
    min-height: 95px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: table;
    width: 100%; }
    #riseup-widget .slide-title a {
      display: table-cell;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      font-size: 22px; }
      .has-fallback-fonts #riseup-widget .slide-title a {
        font-family: 'Arial Narrow', Arial, sans-serif; }
      .wf-active #riseup-widget .slide-title a, .no-fallback-fonts #riseup-widget .slide-title a {
        font-family: 'Roboto Condensed'; }
  #riseup-widget footer {
    margin-top: 5px; }
    #riseup-widget footer h4 {
      text-align: center; }

#riseup-slides {
  visibility: hidden; }
  #riseup-slides.slick-slider {
    visibility: visible;
    margin-bottom: 0; }
  #riseup-slides button {
    top: auto;
    bottom: 110px; }
    #riseup-slides button:before {
      opacity: 1; }
    #riseup-slides button.slick-next {
      right: 20px; }
    #riseup-slides button.slick-prev {
      left: 20px; }


.PDS_Poll {
  margin-bottom: 1.25rem;
  max-width: 100%; }

.pds-box {
  max-width: 100%; }
  .pds-box .pds-input-label {
    width: auto !important; }
  @media only screen and (max-width: 40em) {
    .pds-box .pds-view-results {
      clear: left;
      padding-left: 0 !important; } }

.slick-slide .emoji {
  display: inline-block; }


.recirc-arrows {
  position: relative;
  margin: 1em 0; }
  @media only screen and (min-width:40.063em) {
    .recirc-arrows {
      position: fixed;
      display: none;
      border: 0;
      width: 100%;
      left: 0;
      top: 50%;
      z-index: 99; } }
  .recirc-arrows .recirc-title {
    text-align: center;
    line-height: 50px;
    margin: 0; }
    .recirc-arrows .recirc-title a {
      color: #180219; }
  .recirc-arrows .previous, .recirc-arrows .next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media only screen and (min-width:40.063em) {
      .recirc-arrows .previous, .recirc-arrows .next {
        -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
        border: 1px solid #38d3c7;
        background: rgba(255, 255, 255, 0.5);
        height: 90px; }
        .recirc-arrows .previous:hover, .recirc-arrows .next:hover {
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          background: #fff;
          width: 465px; }
          .recirc-arrows .previous:hover .recirc-article:after, .recirc-arrows .next:hover .recirc-article:after {
            opacity: 1; } }
    .recirc-arrows .previous a, .recirc-arrows .previous span, .recirc-arrows .next a, .recirc-arrows .next span {
      display: block;
      overflow: hidden; }
    .recirc-arrows .previous img, .recirc-arrows .previous .gif2html5-video-container, .recirc-arrows .previous .recirc-article, .recirc-arrows .previous .icon-arrow-left-black, .recirc-arrows .next img, .recirc-arrows .next .gif2html5-video-container, .recirc-arrows .next .recirc-article, .recirc-arrows .next .icon-arrow-left-black {
      float: left; }
    .recirc-arrows .previous img, .recirc-arrows .previous .gif2html5-video-container, .recirc-arrows .next img, .recirc-arrows .next .gif2html5-video-container {
      position: relative;
      z-index: 2; }
  .recirc-arrows .previous {
    left: 0;
    border-left: 0; }
  .recirc-arrows .next {
    right: 0;
    border-right: 0; }
    .recirc-arrows .next .icon-arrow-right-black {
      float: right; }
  .recirc-arrows .icon-arrow-left-black, .recirc-arrows .icon-arrow-right-black {
    display: inline-block;
    opacity: .75;
    width: 30px;
    height: 50px;
    background-size: 25px; }
    .recirc-arrows .icon-arrow-left-black:hover, .recirc-arrows .icon-arrow-right-black:hover {
      opacity: 1; }
    @media only screen and (min-width:40.063em) {
      .recirc-arrows .icon-arrow-left-black, .recirc-arrows .icon-arrow-right-black {
        width: 50px;
        height: 90px;
        background-size: 36px; } }
  .recirc-arrows .icon-arrow-left-black {
    background-position-x: -5px; }
    @media only screen and (min-width:40.063em) {
      .recirc-arrows .icon-arrow-left-black {
        background-position-x: 5px; } }
  .recirc-arrows .icon-arrow-right-black {
    background-position-x: 0; }
    @media only screen and (min-width:40.063em) {
      .recirc-arrows .icon-arrow-right-black {
        background-position-x: 10px; } }
  .recirc-arrows .recirc-article {
    width: 254px;
    padding: 5px 10px;
    min-height: 90px;
    display: inline-block; }
    .recirc-arrows .recirc-article:after {
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      display: block;
      content: '';
      width: 100%;
      height: 15px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 500ms ease;
              transition: opacity 500ms ease; }
  .recirc-arrows .recirc-article-title {
    font-size: 14px;
    line-height: 1.35em;
    display: block;
    color: #180219; }
    .recirc-arrows .recirc-article-title a {
      color: inherit; }

.video-below-article {
  background: #2e2e30;
  color: #fff;
  padding: 25px;
  margin-bottom: 25px; }
  .video-below-article .video-image {
    position: relative;
    cursor: pointer;
    display: block; }
    .video-below-article .video-image img {
      opacity: .65; }
    .video-below-article .video-image:hover .icon-play {
      opacity: .75; }
  .video-below-article .icon-play {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px; }
  .video-below-article .section-heading, .video-below-article .article-preview-title {
    color: #fff;
    text-align: center; }
  .video-below-article .article-preview-title {
    margin-top: 16px; }
  .video-below-article #videoplayer {
    display: none; }
  .video-below-article .fusion-video-embed {
    background: none; }


.recirc-speed-bump {
  border-bottom: 1px solid #38d3c7;
  margin: 30px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width:40.063em) {
    .recirc-speed-bump {
      border-left: 1px solid #38d3c7; } }
  @media only screen and (max-width: 40em) {
    .recirc-speed-bump {
      border-top: 1px solid #38d3c7; } }
  .recirc-speed-bump .recirc-title {
    font-size: 16px;
    line-height: 1.67em;
    font-family: 'Roboto';
    color: #979ca0;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 15px; }
    @media only screen and (max-width: 40em) {
      .recirc-speed-bump .recirc-title {
        margin-top: 15px; } }
    @media only screen and (min-width:40.063em) {
      .recirc-speed-bump .recirc-title {
        margin-left: 20px; } }
  .recirc-speed-bump a {
    color: inherit; }
  .recirc-speed-bump img, .recirc-speed-bump video {
    margin: 0 20px 20px 0;
    width: 100%; }
    @media only screen and (min-width: 500px) {
      .recirc-speed-bump img, .recirc-speed-bump video {
        width: 160px;
        float: left; } }
    @media only screen and (min-width:40.063em) {
      .recirc-speed-bump img, .recirc-speed-bump video {
        margin-left: 20px; } }
  .recirc-speed-bump .recirc-article-title {
    font-size: 16px;
    line-height: 1.67em;
    display: block;
    font-weight: 700;
    font-family: 'Roboto';
    color: #2e2e30; }


.recirc-link-dump__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
.recirc-link-dump__list-item {
  margin-bottom: 10px; }

.fusion-video-embed .oo_promo .oo_start_button {
  width: 70px !important;
  height: 70px !important;
  margin-left: -35px !important;
  margin-top: -35px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2259px%22%20height%3D%2259px%22%20viewBox%3D%220%200%2059%2059%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ETriangle%201%20%2B%20Rectangle%202%20%2B%20Rectangle%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Mobile-Portrait%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate%28-127.000000%2C%20-128.000000%29%22%20fill%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Triangle-1-%2B-Rectangle-2-%2B-Rectangle-1%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate%28127.000000%2C%20128.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20sketch%3Atype%3D%22MSShapeGroup%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Triangle-1-%2B-Rectangle-2%22%20transform%3D%22translate%2819.000000%2C%2016.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Triangle-1%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C26.7000008%20L6.21724894e-15%2C0.5%20L24.2000008%2C13.6000004%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0%20L0%2C8%20L0%2C51%20L0%2C59%20L8%2C59%20L51%2C59%20L59%2C59%20L59%2C51%20L59%2C8%20L59%2C0%20L51%2C0%20L8%2C0%20L0%2C0%20Z%20M51%2C8%20L51%2C51%20L8%2C51%20L8%2C8%20L51%2C8%20Z%22%20id%3D%22Rectangle-1%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E') !important;
  opacity: .85 !important; }
  @media only screen and (min-width:40.063em) {
    .fusion-video-embed .oo_promo .oo_start_button {
      width: 120px !important;
      height: 120px !important;
      margin-left: -60px !important;
      margin-top: -60px !important; } }

.fusion-video-embed .oo_start_spinner, .fusion-video-embed .oo_spinner {
  display: none; }

#tve-authenticator .success-message, #tve-authenticator .retry-message {
  display: none; }
#tve-authenticator .authenticate-form {
  display: block; }
#tve-authenticator.success .authenticate-form {
  display: none; }
#tve-authenticator.success .success-message {
  display: block; }
#tve-authenticator.retry .success-message {
  display: none; }
#tve-authenticator.retry .authenticate-form, #tve-authenticator.retry .retry-message {
  display: block; }

.article-preview .gif2html5-video-container {
  margin-bottom: 1rem; }

body .gif2html5-video {
  max-width: 100%;
  height: auto;
  display: block; }

.gif2html5-support-video.no-gif2html5-support-videoautoplay .featured-image-wrapper .gif2html5-video-container {
  position: static; }
.gif2html5-support-video.no-gif2html5-support-videoautoplay .featured-image-wrapper .gif2html5-video {
  height: 100%; }
.gif2html5-support-video.no-gif2html5-support-videoautoplay .gif2html5-video-container:before {
  z-index: 98; }


.post-card {
  position: relative; }
  .post-card header {
    padding-top: .5rem;
    background: #fff; }
    @media only screen and (min-width:40.063em) {
      .post-card header {
        margin-top: -2rem;
        left: .75rem;
        width: 75%;
        padding: .5rem 1rem;
        position: relative; } }
  .post-card-image {
    position: relative;
    overflow: hidden; }
    .post-card-image__link {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%; }
    .post-card-image img, .post-card-image video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover; }
      .no-object-fit .post-card-image img, .no-object-fit .post-card-image video {
        width: auto;
        max-width: none;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
  @media only screen and (min-width:40.063em) {
    .article-content .post-card header, .recirc .post-card header {
      left: 0;
      margin: -1em 5% 5%;
      padding: .5em;
      width: 90%; } }
  .article-content .post-card .article-preview-title, .recirc .post-card .article-preview-title {
    font-size: 16px; }
  .article-content .post-card a, .recirc .post-card a {
    color: inherit; }


.post-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .post-grid .post-grid-block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 30px;
    padding: 0 15px 45px; }
    @media only screen and (min-width:40.063em) {
      .post-grid .post-grid-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 49.9%;
            -ms-flex: 0 1 49.9%;
                flex: 0 1 49.9%; } }
    @media only screen and (min-width:64.063em) {
      .post-grid .post-grid-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33.3%;
            -ms-flex: 0 1 33.3%;
                flex: 0 1 33.3%; } }

.post-grid-block header {
  padding-top: .5rem; }
.post-grid-block .kicker {
  display: none; }
.post-grid-block-image {
  position: relative;
  overflow: hidden; }
  .post-grid-block-image__link {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
  .post-grid-block-image img, .post-grid-block-image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }
    .no-object-fit .post-grid-block-image img, .no-object-fit .post-grid-block-image video {
      width: auto;
      max-width: none;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
.post-grid-block__date {
  display: none; }
  .post-grid-block__date, .post-grid-block__date a {
    color: #441887; }
.post-grid-block .circular-share-buttons {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 15px; }
  .post-grid-block .circular-share-buttons li {
    height: auto; }
  .post-grid-block .circular-share-buttons__email {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 0 0 10px; }
  .post-grid-block .circular-share-buttons__twitter {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 10px; }
  .post-grid-block .circular-share-buttons__facebook {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0; }
  .post-grid-block .circular-share-buttons a {
    margin: 0; }

.featured-image-wrapper + .content-hero, .branding-bar + .content-hero {
  padding-top: 0; }
.content-hero .post-grid-block .kicker {
  color: #441887; }
.content-hero .post-grid-block .article-preview-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.15em;
  font-weight: 700; }
  .has-fallback-fonts .content-hero .post-grid-block .article-preview-title {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .content-hero .post-grid-block .article-preview-title, .no-fallback-fonts .content-hero .post-grid-block .article-preview-title {
    font-family: 'Roboto Condensed'; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .content-hero .post-grid-block .article-preview-title {
      font-size: 37.5px; } }
  @media only screen and (min-width:64.063em) {
    .content-hero .post-grid-block .article-preview-title {
      font-size: 50px; } }
.content-hero .post-grid-block .byline {
  margin-bottom: .5rem;
  font-style: italic; }
.content-hero .post-grid-block .article-share {
  display: none; }


.experiment-slider {
  background-color: #fff;
  box-shadow: 0 0 6px 6px rgba(232, 232, 232, 0.5);
  bottom: 1rem;
  left: -100%;
  position: fixed;
  padding: 8px 8px 16px;
  -webkit-transition: all .5s ease-in;
          transition: all .5s ease-in;
  z-index: 99; }
  .experiment-slider__header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-weight: 400;
    left: 0;
    margin-bottom: 0; }
    .has-js .experiment-slider__header {
      opacity: 0; }
    .has-fallback-fonts .experiment-slider__header {
      font-family: Arial, sans-serif;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease; }
    .has-fallback-fonts.wf-manusregular-n4-active .experiment-slider__header, .has-fallback-fonts.wf-manusregular-n4-inactive .experiment-slider__header, .no-fallback-fonts .experiment-slider__header {
      opacity: 1; }
    .wf-active .experiment-slider__header, .no-fallback-fonts .experiment-slider__header {
      font-family: 'manusregular'; }
  .experiment-slider .post-card {
    width: 240px; }
  .experiment-slider.visible {
    left: 60px; }

.trc_related_container {
  margin-top: 30px; }

.trc_rbox_header_span {
  font-size: 30px;
  line-height: 1.25em;
  font-family: 'manusregular';
  color: #180219;
  text-transform: uppercase;
  text-align: center;
  display: block; }

.showname {
  line-height: 3.125rem;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase; }

@media only screen and (min-width: 850px) {
  .showname {
    padding: 0 30px; } }

@media only screen and (max-width: 850px) {
  .logo-with-showname {
    display: none; }
  .showname {
    width: 100%;
    text-align: center;
    display: block; } }

@media only screen and (min-width:64.063em) {
  .widget.schedule {
    padding-left: 25px; } }

.has-fallback-fonts .show-soccer-gods .section-heading {
  font-family: Arial, sans-serif; }
.wf-active .show-soccer-gods .section-heading, .no-fallback-fonts .show-soccer-gods .section-heading {
  font-family: 'Roboto'; }
.show-soccer-gods .showname a {
  border: 0;
  font: 0/0 a;
  color: transparent;
  height: 3.125rem;
  display: block;
  background-position: center;
  background-size: 160px;
  width: 100%; }
  @media only screen and (min-width:53.125rem) {
    .show-soccer-gods .showname a {
      width: 160px; } }
@media only screen and (max-width: 52.125rem) {
  .show-soccer-gods .top-bar.expanded .logo-with-showname {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%; } }
.show-soccer-gods #site-header .logo-fusion-soccer-gods-circle {
  border: 0;
  font: 0/0 a;
  color: transparent;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 30px;
  display: block;
  background-position: 8px center; }
.show-soccer-gods .fusion-social-images .section-heading {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.show-chris-gethard-show .showname {
  padding-left: 0;
  padding-right: 0; }
  .show-chris-gethard-show .showname a {
    border: 0;
    font: 0/0 a;
    color: transparent;
    height: 3.125rem;
    display: block;
    background-position: center;
    background-size: 80px;
    width: 100%; }
    @media only screen and (min-width:53.125rem) {
      .show-chris-gethard-show .showname a {
        width: 100px; } }
@media only screen and (max-width: 52.125rem) {
  .show-chris-gethard-show .top-bar.expanded .logo-with-showname {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%; } }
.show-chris-gethard-show #header-social-media {
  display: none; }
.show-chris-gethard-show .top-bar-section li {
  background-color: #45c0bb; }
@media only screen and (min-width:53.125rem) {
  .show-chris-gethard-show .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 .35rem; } }
.show-chris-gethard-show #header-navigation a:hover {
  background-color: #45c0bb;
  color: #180219; }

.archive-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .no-flexbox .archive-header {
    display: block;
    height: auto;
    bottom: 25px; }
  @media only screen and (max-width: 40em) {
    .archive-header {
      padding: 0; } }
  .archive-header.no-image {
    color: #180219;
    text-shadow: none;
    display: block;
    position: static; }
    .archive-header.no-image .main-title {
      padding-top: 25px; }


.archive-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 1.3; }
  .has-js .archive-title {
    opacity: 0; }
  .has-fallback-fonts .archive-title {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
  .has-fallback-fonts.wf-manusregular-n4-active .archive-title, .has-fallback-fonts.wf-manusregular-n4-inactive .archive-title, .no-fallback-fonts .archive-title {
    opacity: 1; }
  .wf-active .archive-title, .no-fallback-fonts .archive-title {
    font-family: 'manusregular'; }
  @media only screen and (min-width:40.063em) {
    .archive-title {
      font-size: 75px; } }
  @media only screen and (min-width:64.063em) {
    .archive-title {
      font-size: 100px; } }

.archive-description {
  padding: 0 1em;
  text-align: center; }
  .archive-description p {
    font-weight: 300;
    margin: 0 auto;
    max-width: 500px;
    color: #fff; }
    @media only screen and (max-width: 40em) {
      .archive-description p {
        font-size: 14px; } }
  .archive-description.no-image p {
    color: #180219; }

#author-header {
  border-bottom: 1px solid #e8e8e8;
  text-align: left; }

#author-title {
  font-size: 36px; }

#author-role {
  font-size: 14px;
  line-height: 1.35em;
  text-transform: uppercase;
  color: #1d2fff;
  font-weight: 700;
  margin-bottom: .5rem; }


.avatar-container, .liveblog-author-avatar {
  border-radius: 230px;
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px; }
  .avatar-container a, .liveblog-author-avatar a {
    display: block; }
  .avatar-container img, .liveblog-author-avatar img {
    opacity: .7; }
  .avatar-container:after, .liveblog-author-avatar:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    display: block;
    background-color: #38d3c7;
    background-image: -webkit-linear-gradient(left, #6500fd, #38d3c7);
    background-image: linear-gradient(to right, #6500fd, #38d3c7);
    border-radius: 230px;
    opacity: 1;
    content: '';
    z-index: -1; }

.avatar {
  border-radius: 230px; }

.search-sort-desktop {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1.4375rem;
  text-transform: uppercase;
  color: #979ca0; }
  .has-fallback-fonts .search-sort-desktop {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .search-sort-desktop, .no-fallback-fonts .search-sort-desktop {
    font-family: 'Roboto Condensed'; }
  .search-sort-desktop li {
    display: inline;
    margin-left: 20px; }
  .search-sort-desktop .active {
    color: #180219; }

.search-sort-mobile {
  width: 100%;
  height: auto; }

#search-sort h2, .search-filters h2 {
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  font-size: 1.4375rem; }

.search-filters h3 {
  font-size: 16px; }
  .has-fallback-fonts .search-filters h3 {
    font-family: Arial, sans-serif; }
  .wf-active .search-filters h3, .no-fallback-fonts .search-filters h3 {
    font-family: 'Roboto'; }
.search-filters input {
  margin: 0; }

.search-facet {
  margin: 20px 0; }


#search-header {
  text-align: center;
  border-bottom: 1px solid #e8e8e8; }
  #search-header .main-title {
    text-transform: uppercase;
    font-size: 16px; }
  #search-header form {
    position: relative;
    padding: 0 1.875rem; }
  #search-header .search-input {
    font-size: 25px;
    display: inline;
    width: 100%;
    height: auto;
    border: 0;
    border-bottom: 2px solid #4284b4;
    color: #180219;
    padding-right: 50px;
    box-shadow: none; }
    @media only screen and (min-width:40.063em) {
      #search-header .search-input {
        font-size: 50px;
        max-width: 50%; } }
  #search-header .icon-search-blue {
    width: 30px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1.875rem; }
    @media only screen and (min-width:40.063em) {
      #search-header .icon-search-blue {
        position: relative;
        right: 40px;
        top: 10px; } }

.row.search-result {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }
  .row.search-result .article-date {
    border-bottom: 0; }
  .row.search-result .article-image img {
    width: 100%; }


.kicker {
  font-size: 14px;
  line-height: 1.35em;
  text-transform: uppercase;
  color: #38d3c7;
  margin-right: 1.5em;
  letter-spacing: .07em; }
  .has-fallback-fonts .kicker {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .kicker, .no-fallback-fonts .kicker {
    font-family: 'Roboto Condensed'; }


.pullquote {
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 300;
  color: #38d3c7; }
  .pullquote:before, .pullquote:after {
    background-position: left center;
    display: block;
    content: '';
    width: 200px;
    height: 50px; }
  .pullquote cite {
    font-size: 16px;
    line-height: 1.67em;
    margin-top: .5em;
    color: #979ca0; }


.article-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.67em;
  
   }
  .has-fallback-fonts .article-content {
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Lucida Bright', Georgia, serif; }
  .wf-active .article-content, .no-fallback-fonts .article-content {
    font-family: 'Roboto Slab'; }
  @media only screen and (min-width:40.063em) {
    .article-content {
      font-size: 19px;
      line-height: 1.55em; } }
  .article-content p {
    letter-spacing: .4px; }
    .wf-active .article-content p {
      letter-spacing: inherit; }
  .article-content:after {
    display: block;
    clear: both;
    content: ' '; }
  .article-content blockquote {
    padding-bottom: 1px;
    border-width: 5px;
    color: #2e2e30; }
    @media only screen and (min-width:64.063em) {
      .article-content blockquote {
        width: 80%; } }
    .article-content blockquote p {
      color: inherit; }
    .article-content blockquote.twitter-tweet {
      max-width: 99%;
      min-width: 220px;
      width: 500px;
      border-radius: 5px;
      border-color: #eee #ddd #bbb;
      border-width: 1px;
      border-style: solid;
      box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 3px;
      background: #fff;
      padding: 20px 16px 15px; }
  .article-content .fusion-video-embed {
    margin-bottom: 1.25rem; }
  .article-content p, .article-content ul, .article-content ol {
    font-size: inherit;
    line-height: inherit; }
  .article-content .wp-caption-text {
    font-size: 14px;
    line-height: 1.35em;
    font-style: italic;
    color: #979ca0;
    padding: 0 0 1rem 1rem;
    position: relative; }
    .article-content .wp-caption-text:after {
      display: block;
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30%;
      height: 2rem;
      border-bottom: 1px solid #38d3c7;
      border-left: 1px solid #38d3c7; }
  .article-content .article-image-credit, .article-content .jx-credit {
    font-size: 10px;
    line-height: 1.2em;
    font-weight: 300;
    color: #979ca0;
    font-style: italic;
    margin-top: -1em;
    float: right; }
    .has-fallback-fonts .article-content .article-image-credit, .has-fallback-fonts .article-content .jx-credit {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .article-content .article-image-credit, .wf-active .article-content .jx-credit, .no-fallback-fonts .article-content .article-image-credit, .no-fallback-fonts .article-content .jx-credit {
      font-family: 'Roboto Condensed'; }
  .article-content .lede p {
    font-size: 30px;
    line-height: 1.25em; }
  .article-content .lede > p:first-child:first-letter {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    color: #2ae699;
    font-size: 100px;
    line-height: 100px;
    margin-right: 10px; }
    .has-js .article-content .lede > p:first-child:first-letter {
      opacity: 0; }
    .has-fallback-fonts .article-content .lede > p:first-child:first-letter {
      font-family: Arial, sans-serif;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease; }
    .has-fallback-fonts.wf-manusregular-n4-active .article-content .lede > p:first-child:first-letter, .has-fallback-fonts.wf-manusregular-n4-inactive .article-content .lede > p:first-child:first-letter, .no-fallback-fonts .article-content .lede > p:first-child:first-letter {
      opacity: 1; }
    .wf-active .article-content .lede > p:first-child:first-letter, .no-fallback-fonts .article-content .lede > p:first-child:first-letter {
      font-family: 'manusregular'; }

.small-text {
  font-size: 14px;
  line-height: 1.35em; }

.aligncenter, .alignleft, .alignright {
  float: none;
  margin: 0; }
  .aligncenter img, .alignleft img, .alignright img {
    width: 100%; }


.wp-caption {
  width: auto; }
  .wp-caption img {
    margin-bottom: 1em; }
  .wp-caption .element-share-block, .wp-caption .jx-slider {
    margin-bottom: 1em; }
    .wp-caption .element-share-block img, .wp-caption .jx-slider img {
      margin-bottom: 0; }

#article-content-end {
  border-bottom: 1px solid #38d3c7; }

@media only screen and (max-width: 40em) {
  .wp-caption, .image-no-caption, .image-comparision {
    max-width: 100% !important; } }

.image-no-caption, .image-comparision {
  max-width: 100%; }
  .image-no-caption img, .image-comparision img {
    margin-bottom: 1.5em; }
  .image-no-caption .element-share-block, .image-comparision .element-share-block, .image-no-caption .jx-slider, .image-comparision .jx-slider {
    margin-bottom: 1.5em; }
    .image-no-caption .element-share-block img, .image-comparision .element-share-block img, .image-no-caption .jx-slider img, .image-comparision .jx-slider img {
      margin-bottom: 0; }
  .image-no-caption .article-image-credit, .image-comparision .article-image-credit, .image-no-caption .jx-credit, .image-comparision .jx-credit {
    margin-top: -2em; }

.image-comparison .juxtapose {
  max-width: 100%; }

.jx-credit {
  margin-top: -24px !important; }
  .jx-credit strong, .jx-credit em {
    margin-left: .25em;
    margin-right: .125em; }

@media only screen and (min-width:40.063em) {
  .aligncenter {
    margin: 0 auto;
    display: block; }
  .alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .alignleft {
    float: left;
    margin: 0 1em 1em 0; } }

.size-post-half-width {
  width: 45%; }
  .size-post-half-width .alignleft {
    float: left; }
  .size-post-half-width .alignright {
    float: right; }

@media only screen and (min-width:64.063em) {
  .fusion-responsive {
    width: 80%; } }

.twitter-tweet, .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important; }

#fb-comments-box .fb_iframe_widget {
  margin-bottom: 1.25rem; }
#fb-comments-box .fb_iframe_widget, #fb-comments-box .fb_iframe_widget span, #fb-comments-box .fb_iframe_widget [style] {
  min-width: 100% !important;
  max-width: 100% !important; }

.wp-caption, .wpcom-protected-iframe {
  max-width: 100%; }

.wpcom-protected-iframe {
  width: 1px;
  min-width: 100%; }

#ooyalaplayer {
  z-index: 1;
  position: relative; }


.half-container .half-left, .half-container .half-right {
  width: 49%; }
.half-container .half-right {
  float: right; }
.half-container .half-left {
  float: left; }
@media screen and (orientation: portrait) and (max-width: 400px) {
  .half-container .half-left, .half-container .half-right {
    width: 100%;
    padding-bottom: 5%;
    margin: 0 auto;
    float: none; } }

.fusion-video-embed {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #e8e8e8;
  background-image: url(/wp-content/themes/vip/fusion-2015/assets/css/../images/svg-fallback/png/logo-fusion-white.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.34%;
  padding-top: 0; }
  .fusion-video-embed iframe, .fusion-video-embed object, .fusion-video-embed embed, .fusion-video-embed video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }


#single-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 325px;
  background-color: rgba(24, 2, 25, 0.35);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .no-flexbox #single-header {
    display: block;
    height: auto;
    bottom: 25px; }
  @media only screen and (min-width:40.063em) {
    #single-header {
      height: 500px; } }
  #single-header.no-image {
    display: block;
    height: auto;
    background: none; }


.article-header-credit {
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: 20px;
  line-height: 1.5; }


.article-date {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.35em;
  color: #979ca0;
  text-align: left; }
  .has-fallback-fonts .article-date {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .article-date, .no-fallback-fonts .article-date {
    font-family: 'Roboto Condensed'; }
  @media only screen and (min-width:40.063em) {
    .article-date {
      text-align: center;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 1rem;
      margin-bottom: 1rem; } }

.updates {
  font-size: .85em;
  margin-top: 1rem; }
  .has-fallback-fonts .updates {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .updates, .no-fallback-fonts .updates {
    font-family: 'Roboto Condensed'; }

.updates-header {
  background: #ed7a48;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300;
  padding: 0 .5rem; }

.updates-time {
  font-size: 1em;
  margin: .25rem 0;
  font-style: italic;
  font-weight: 300; }
  .updates-time:last-child {
    margin-bottom: 0; }

.main-content-header .updates {
  margin-top: .25rem;
  line-height: 1.35em; }
  .main-content-header .updates .updates-header {
    margin-right: .5rem;
    text-shadow: none; }
  .main-content-header .updates .updates-time {
    display: inline-block; }
    .main-content-header .updates .updates-time:after {
      content: ',';
      margin-right: .25rem; }
    .main-content-header .updates .updates-time:last-child:after {
      content: ''; }

.main-content-header.no-image .updates-time {
  color: #979ca0; }


.article-share {
  padding-top: .5em;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .article-share li {
      display: block;
      float: none;
      margin-bottom: 1.5rem; }
      .article-share li:first-child {
        margin-top: .75rem; } }
  .article-share li a {
    display: block;
    position: relative;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase; }
    .has-fallback-fonts .article-share li a {
      font-family: Arial, sans-serif; }
    .wf-active .article-share li a, .no-fallback-fonts .article-share li a {
      font-family: 'Roboto'; }
  .article-share li #article-twitter-icon {
    color: #55acee; }
  .article-share li #article-facebook-icon {
    color: #3b5998; }
  .article-share li #article-email-icon {
    color: #366989; }
  .article-share li [class^="icon-"] {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: .6rem;
    float: left; }
  .article-share #article-shares-icon span {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    width: 28px;
    position: absolute;
    left: 0;
    top: 0; }
    .has-fallback-fonts .article-share #article-shares-icon span {
      font-family: Arial, sans-serif; }
    .wf-active .article-share #article-shares-icon span, .no-fallback-fonts .article-share #article-shares-icon span {
      font-family: 'Roboto'; }

.featured-rich-text .fusion-youtube-oembed {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto; }

#footer-sticky {
  position: fixed;
  bottom: -100px;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  padding: .5rem;
  margin: 0;
  -webkit-transition: bottom 250ms ease 500ms;
          transition: bottom 250ms ease 500ms; }
  #footer-sticky.show {
    bottom: 0; }


.article-authors {
  display: none; }
  @media only screen and (min-width:40.063em) {
    .article-authors {
      display: block; } }
  .article-authors .avatar-container, .article-authors .avatar-container:after {
    width: 90px;
    height: 90px; }

.article-author-card {
  background: #fff;
  position: relative;
  margin-bottom: 3px;
  z-index: 2; }

.article-author-card-title {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin-top: 0;
  float: left; }
  .article-author-card-title a {
    color: inherit; }

.article-author-card-description {
  clear: both; }
  .article-author-card-description p {
    font-size: 14px;
    line-height: 1.35em; }

.article-author-card-social {
  margin-left: 10px; }
  .article-author-card-social li {
    margin: 0 5px; }
    .article-author-card-social li a {
      width: 15px;
      height: 15px; }

.article-author-pic {
  position: relative;
  padding: 18px 0;
  cursor: pointer;
  z-index: 3; }
  @media only screen and (min-width:40.063em) {
    .article-author-pic:hover + .article-author-info {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: .5s;
              transition-delay: .5s; } }

.article-author-info {
  opacity: 0;
  visibility: hidden; }
  .article-author-info:hover {
    opacity: 1;
    visibility: visible; }
  @media only screen and (min-width:40.063em) {
    .article-author-info {
      background: #fff;
      border-right: 1px solid #2ae699;
      box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      padding: 18px 18px 18px 115%;
      min-height: 126px;
      width: 450px;
      -webkit-transition: all 200ms linear;
              transition: all 200ms linear; }
      .article-author-info:before, .article-author-info:after {
        background-image: -webkit-linear-gradient(left, rgba(42, 230, 153, 0) 0%, #2ae699 100%);
        background-image: linear-gradient(to right, rgba(42, 230, 153, 0) 0%, #2ae699 100%);
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        left: 0; }
      .article-author-info:before {
        top: 0; }
      .article-author-info:after {
        bottom: 0; } }
  @media only screen and (min-width:64.063em) {
    .article-author-info {
      padding-left: 100%; } }


.ad-in-content {
  margin: 1rem auto;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .ad-in-content {
      float: right;
      margin: 0 0 2rem 2rem; } }


.related-posts {
  clear: both; }



.tags {
  color: #979ca0;
  overflow: hidden;
  margin: 1rem 0; }
  .tags .tag-header, .tags ul, .tags li {
    display: inline-block;
    margin: 0;
    float: left; }
  .tags .tag-type {
    float: left;
    display: block;
    margin: .5rem 1rem .5rem 0;
    position: relative; }
  .tags .tag-header {
    width: 16px;
    height: 16px;
    opacity: .2;
    margin-right: 8px;
    position: absolute;
    left: 0; }
  .tags ul {
    list-style: none;
    line-height: 1em;
    margin-left: 24px; }
  .tags li:last-child:after {
    content: ''; }
  .tags li:after {
    content: ',';
    padding-right: .5rem; }
  .tags li a {
    font-size: 14px;
    line-height: 1.35em;
    text-transform: uppercase;
    color: #38d3c7; }
    .has-fallback-fonts .tags li a {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .tags li a, .no-fallback-fonts .tags li a {
      font-family: 'Roboto Condensed'; }

.subtitle {
  font: 300 1.125rem/1.4em 'Roboto Condensed';
  color: inherit; }
  @media only screen and (min-width:40.063em) {
    .subtitle {
      font-size: 1.6875rem; } }


.byline, .article-content .byline, .date {
  font-size: 14px;
  line-height: 1.35em;
  font-weight: 300;
  color: #979ca0; }
  .has-fallback-fonts .byline, .has-fallback-fonts .article-content .byline, .has-fallback-fonts .date {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .byline, .no-fallback-fonts .byline, .wf-active .article-content .byline, .no-fallback-fonts .article-content .byline, .wf-active .date, .no-fallback-fonts .date {
    font-family: 'Roboto Condensed'; }
  .byline a, .article-content .byline a, .date a {
    color: inherit; }

header .byline {
  max-width: 1200px;
  margin: 0 auto; }

@media only screen and (min-width:64.063em) {
  header .date {
    display: none; } }

.big-share-buttons {
  margin-bottom: 20px;
  overflow: hidden; }
  .big-share-buttons .share-button {
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 1px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    width: 49%;
    display: block;
    float: left; }
    .has-fallback-fonts .big-share-buttons .share-button {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .big-share-buttons .share-button, .no-fallback-fonts .big-share-buttons .share-button {
      font-family: 'Roboto Condensed'; }
    .big-share-buttons .share-button:hover {
      text-decoration: none;
      opacity: .75; }
    @media only screen and (min-width:40.063em) {
      .big-share-buttons .share-button {
        width: 180px; } }
  .big-share-buttons .facebook {
    background-color: #3b5998;
    margin-left: 2%; }
    @media only screen and (min-width:40.063em) {
      .big-share-buttons .facebook {
        margin-left: 10px; } }
  .big-share-buttons .twitter {
    background-color: #55acee; }
  .big-share-buttons [class^="icon-"] {
    width: 22px;
    display: inline-block;
    margin-right: 10px;
    height: 26px;
    top: 5px;
    position: relative; }
  @media only screen and (min-width:40.063em) {
    .big-share-buttons .big-share-buttons-wrapper {
      max-width: 370px;
      margin: 0 auto; } }

.fusion-html-sitemap .archive-title {
  font-weight: 700;
  line-height: 1.15em; }
  .has-fallback-fonts .fusion-html-sitemap .archive-title {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .fusion-html-sitemap .archive-title, .no-fallback-fonts .fusion-html-sitemap .archive-title {
    font-family: 'Roboto Condensed'; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .fusion-html-sitemap .archive-title {
      font-size: 37.5px; } }
  @media only screen and (min-width:64.063em) {
    .fusion-html-sitemap .archive-title {
      font-size: 50px; } }
  .fusion-html-sitemap .archive-title a {
    font-weight: 400; }
    .has-fallback-fonts .fusion-html-sitemap .archive-title a {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .fusion-html-sitemap .archive-title a, .no-fallback-fonts .fusion-html-sitemap .archive-title a {
      font-family: 'Roboto Condensed'; }
.fusion-html-sitemap .archive-description p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6875rem; }
  .has-js .fusion-html-sitemap .archive-description p {
    opacity: 0; }
  .has-fallback-fonts .fusion-html-sitemap .archive-description p {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease; }
  .has-fallback-fonts.wf-manusregular-n4-active .fusion-html-sitemap .archive-description p, .has-fallback-fonts.wf-manusregular-n4-inactive .fusion-html-sitemap .archive-description p, .no-fallback-fonts .fusion-html-sitemap .archive-description p {
    opacity: 1; }
  .wf-active .fusion-html-sitemap .archive-description p, .no-fallback-fonts .fusion-html-sitemap .archive-description p {
    font-family: 'manusregular'; }


.fusion-big-stories {
  border-top: 10px solid #38d3c7; }
  @media only screen and (min-width:64.063em) {
    .fusion-big-stories {
      border-top: 0; } }
  .fusion-big-stories .article-preview, .fusion-big-stories .freewheel-ad {
    margin-bottom: 1rem; }
  .fusion-big-stories .block-heading {
    color: #180219;
    background: none;
    margin-top: 25px;
    margin-bottom: 25px; }
    .fusion-big-stories .block-heading span {
      -webkit-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    @media only screen and (min-width:64.063em) {
      .fusion-big-stories .block-heading {
        height: 175px;
        padding-top: 100px;
        margin-top: 0;
        color: #fff;
        background-color: #38d3c7;
        background-image: -webkit-linear-gradient(top, #2ae699, #38d3c7);
        background-image: linear-gradient(to bottom, #2ae699, #38d3c7);
        margin-top: -75px; } }
  .fusion-big-stories .featured-image__link {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 1rem; }
    .fusion-big-stories .featured-image__link img, .fusion-big-stories .featured-image__link video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover; }
      .no-object-fit .fusion-big-stories .featured-image__link img, .no-object-fit .fusion-big-stories .featured-image__link video {
        width: auto;
        max-width: none;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
  @media only screen and (max-width: 40em) {
    .fusion-big-stories .article-preview, .fusion-big-stories .freewheel-ad {
      border-bottom: #f6f6f6 1px solid;
      padding-bottom: 1rem;
      padding-top: 1rem;
      margin-bottom: 0; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .fusion-big-stories .medium-6:nth-child(3) {
      clear: both; } }
  @media only screen and (min-width:40.063em) {
    .fusion-big-stories .article-preview:after, .fusion-big-stories .freewheel-ad:after {
      background-position: left bottom;
      content: '';
      display: block;
      width: 200px;
      height: 30px; } }
  @media only screen and (min-width: 1026px) and (max-width: 1245px) {
    .fusion-big-stories .freewheel-ad {
      overflow: hidden;
      margin-right: -.9375rem; } }


.branding-bar {
  background-color: #38d3c7;
  padding-top: .25em;
  padding-bottom: .25em; }
  .branding-bar--oneline {
    padding-top: .5em;
    padding-bottom: .5em; }
  .branding-bar__banner-image {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .branding-bar__title {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
    color: #fff; }
    .has-fallback-fonts .branding-bar__title {
      font-family: Arial, sans-serif; }
    .wf-active .branding-bar__title, .no-fallback-fonts .branding-bar__title {
      font-family: 'Roboto'; }
  .branding-bar__subtitle {
    font-weight: 400;
    line-height: 1.25;
    color: #fff; }
    .has-fallback-fonts .branding-bar__subtitle {
      font-family: 'Arial Narrow', Arial, sans-serif; }
    .wf-active .branding-bar__subtitle, .no-fallback-fonts .branding-bar__subtitle {
      font-family: 'Roboto Condensed'; }

.index-section.four-across .post-card {
  display: block; }
  @media only screen and (min-width:64.063em) {
    .index-section.four-across .post-card header {
      left: 5%;
      width: 90%; } }
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .index-section.four-across .medium-6:nth-of-type(odd) {
    clear: both; } }


.mosaic {
  position: relative; }
  .mosaic .row {
    position: relative; }
  .mosaic article {
    padding-left: .9375rem;
    padding-right: .9375rem; }
    .mosaic article.image-vertical {
      display: none; }
    @media only screen and (min-width:40.063em) {
      .mosaic article {
        float: left;
        width: 33.33%;
        margin-bottom: 1rem; } }
    @media only screen and (min-width:64.063em) {
      .mosaic article {
        padding: 0;
        margin-bottom: 0;
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff; }
        .mosaic article.image-vertical {
          display: block; } }
  .mosaic header {
    padding: .5em 0;
    width: 100%;
    position: relative; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .mosaic header {
        margin-top: 0;
        left: 0; }
        .mosaic header .article-preview-title {
          font-size: 1rem; } }
    @media only screen and (min-width:64.063em) {
      .mosaic header {
        background: #fff;
        bottom: auto;
        width: 75%;
        padding: .5em 1em; } }
  .mosaic .section-heading {
    position: relative; }
    @media only screen and (min-width:64.063em) {
      .mosaic .section-heading {
        position: absolute;
        max-width: 270px;
        margin: 0;
        padding: 25px;
        top: 0;
        left: 0;
        text-align: left;
        z-index: 1; }
        .mosaic .section-heading:before {
          position: absolute;
          height: 50px;
          width: 150px;
          top: 0;
          left: 0;
          border-top: 1px solid #38d3c7;
          border-left: 1px solid #38d3c7;
          background: none; }
        .mosaic .section-heading:after {
          display: none; } }
  @media only screen and (min-width:64.063em) {
    .mosaic .vertical {
      float: right;
      border-right: 0; } }
  .mosaic .image-horizontal .post-card-image__link {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
  .mosaic .image-vertical .post-card-image__link {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 134.25%; }
  @media only screen and (min-width:40.063em) {
    .mosaic .featured {
      width: 66.666%; }
      .mosaic .featured .article-preview-title {
        font-size: 1.6875rem; } }
  @media only screen and (min-width:64.063em) {
    .mosaic .featured .article-preview-title {
      font-size: 20px; }
    .mosaic .featured header {
      position: absolute;
      bottom: 0;
      width: 320px; } }
  @media only screen and (min-width:64.063em) {
    .mosaic .featured .post-card-image {
      width: 65%; } }
  .mosaic .featured.image-horizontal .post-card-image__link {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 59.9613152805%; }
  .mosaic__title-left .featured {
    border-right: 0; }
    @media only screen and (min-width:64.063em) {
      .mosaic__title-left .featured {
        border-right: 4px solid #fff; }
        .mosaic__title-left .featured .post-card-image {
          float: right; } }
  .mosaic__title-left .section-heading {
    padding-right: 1px; }
  .mosaic__title-right article {
    border-right: 0;
    border-left: 4px solid #fff; }
    @media only screen and (min-width:64.063em) {
      .mosaic__title-right article {
        float: right; } }
  @media only screen and (min-width:64.063em) {
    .mosaic__title-right .vertical {
      float: left;
      border-left: 0; } }
  .mosaic__title-right .section-heading {
    padding-left: 1px; }
    @media only screen and (min-width:64.063em) {
      .mosaic__title-right .section-heading {
        text-align: right;
        left: auto;
        right: 0; }
        .mosaic__title-right .section-heading:before {
          left: auto;
          right: 0;
          border-right: 1px solid #38d3c7;
          border-left: 0;
          margin-right: 0; } }
  .mosaic__title-right .featured {
    border-left: 0; }
    @media only screen and (min-width:64.063em) {
      .mosaic__title-right .featured {
        border-left: 4px solid #fff; }
        .mosaic__title-right .featured .post-card-image {
          float: left; }
        .mosaic__title-right .featured header {
          left: 332px; }
        .mosaic__title-right .featured .video-link:before {
          right: 35%;
          margin-right: 10px; } }


#fusion-on-tv {
  background: #2e2e30;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0; }
  @media only screen and (min-width:40.063em) {
    #fusion-on-tv {
      padding-top: 40px;
      margin-top: 40px;
      margin-bottom: 40px; } }
  #fusion-on-tv .row {
    position: relative; }
  #fusion-on-tv .section-heading {
    width: 100%;
    padding: 20px 10px 0;
    margin-top: -25px; }
    @media only screen and (min-width:40.063em) {
      #fusion-on-tv .section-heading {
        position: absolute;
        z-index: 1;
        width: 70%;
        display: inline-block;
        margin: -70px 15% 0;
        left: 0;
        line-height: 1.5em; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    #fusion-on-tv .medium-4 article:nth-child(2) {
      display: none; } }
  #fusion-on-tv a {
    color: #fff; }
  #fusion-on-tv .video-preview-image {
    position: relative; }
  @media only screen and (min-width:40.063em) {
    #fusion-on-tv .featured {
      text-align: center; } }
  #fusion-on-tv .featured .video-preview-image {
    margin-bottom: 1rem; }
    @media only screen and (min-width:40.063em) {
      #fusion-on-tv .featured .video-preview-image {
        margin-bottom: 2rem; } }
  #fusion-on-tv .kicker {
    position: absolute;
    background: #2e2e30;
    bottom: 0;
    padding-right: 5px; }
  #fusion-on-tv article {
    margin-bottom: 2rem; }

.index-section.fusion-feature-content {
  padding: 0;
  margin: 20px 0;
  position: relative;
  background-color: #180219; }
  @media only screen and (min-width:40.063em) {
    .index-section.fusion-feature-content {
      margin: 40px 0; } }
  .index-section.fusion-feature-content .featured-image-link span {
    display: block;
    height: 300px;
    opacity: 0.65; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .index-section.fusion-feature-content .featured-image-link span {
        height: 450px; } }
    @media only screen and (min-width:64.063em) {
      .index-section.fusion-feature-content .featured-image-link span {
        height: 600px; } }
  .index-section.fusion-feature-content:first-of-type {
    margin-top: 0; }


.fusion-social-images__item {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block; }
  .fusion-social-images__item:before {
    padding-top: 100%;
    display: block;
    content: ' '; }
  @media only screen and (min-width:40.063em) {
    .fusion-social-images__item {
      width: 50%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .fusion-social-images__item {
      width: 25%; } }
  .fusion-social-images__item-intro .item-text .section-heading {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg); }
    @media only screen and (min-width:40.063em) {
      .fusion-social-images__item-intro .item-text .section-heading {
        margin-top: 5rem; } }
  @media only screen and (max-width: 40em) {
    .fusion-social-images__item-intro .inner {
      position: relative; }
    .fusion-social-images__item-intro:before {
      padding-top: 0;
      display: inline;
      content: ''; } }
  .fusion-social-images__item.with-image {
    background-color: #808080; }
  .fusion-social-images__item.with-gradient {
    background-color: #38d3c7;
    background-image: -webkit-linear-gradient(top, #2ae699, #38d3c7);
    background-image: linear-gradient(to bottom, #2ae699, #38d3c7); }
  .fusion-social-images__item img {
    width: 100%; }
.fusion-social-images .icon.badge {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  left: 10px; }
.fusion-social-images .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.fusion-social-images a {
  color: #FFFFFF; }
.fusion-social-images .social-links {
  margin-bottom: 2rem; }
.fusion-social-images [class^="icon-"] {
  color: #180219;
  padding-left: 21px;
  display: inline-block;
  background-position: left;
  font-size: 14px;
  line-height: 14px;
  margin-left: .5rem;
  margin-right: .5rem;
  text-transform: lowercase; }
.fusion-social-images .icon-twitter {
  color: #55acee; }
.fusion-social-images .item-text {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }
.fusion-social-images:after {
  display: block;
  content: ' ';
  clear: left; }

#fusion-playlist .featured header {
  padding: 0; }
  @media only screen and (min-width:40.063em) {
    #fusion-playlist .featured header {
      bottom: 1.5rem; } }
#fusion-playlist .featured .article-info-container {
  padding-left: 0.9375rem; }
  @media only screen and (min-width:40.063em) {
    #fusion-playlist .featured .article-info-container {
      text-align: center; } }
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #fusion-playlist .featured .article-preview-title {
    font-size: 1.6875rem; } }
#fusion-playlist article {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #6500fd 0%, #00637f 100%);
  background: linear-gradient(to bottom, #6500fd 0%, #00637f 100%);
  margin-bottom: 1rem; }
  @media only screen and (min-width:40.063em) {
    #fusion-playlist article {
      margin-bottom: 2rem; } }
  #fusion-playlist article header {
    position: absolute;
    bottom: .5rem;
    width: 100%; }
    @media only screen and (min-width:64.063em) {
      #fusion-playlist article header {
        bottom: 1rem; } }
  #fusion-playlist article a, #fusion-playlist article .kicker {
    color: #fff; }
  #fusion-playlist article .article-info-container {
    padding: 0 0.9375rem; }
    @media only screen and (min-width:40.063em) {
      #fusion-playlist article .article-info-container {
        text-align: center; } }
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #fusion-playlist .article-preview-title {
    font-size: 1rem; } }
#fusion-playlist .article-preview-image img {
  opacity: 0.65; }

.fusion-contributors {
  display: none; }
  .fusion-contributors h3 {
    font-size: 2.3125rem;
    margin-top: 25px; }
  .fusion-contributors .social-media {
    margin: 1em 0; }
    .fusion-contributors .social-media li {
      line-height: 20px; }
    .fusion-contributors .social-media a {
      width: 20px;
      height: 20px; }
  .fusion-contributors .kicker {
    margin: 0 0 5px; }
  .fusion-contributors .article-preview-title {
    padding: 0;
    margin: 0; }
  .fusion-contributors .arrows {
    position: absolute;
    top: 70px;
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-size: 40px;
    background-position: center;
    opacity: .6; }
    .fusion-contributors .arrows.previous {
      left: 25px; }
    .fusion-contributors .arrows.next {
      right: 25px; }
  .fusion-contributors .contributor {
    padding: 0 0.9375rem; }
  @media only screen and (max-width: 40em) {
    .fusion-contributors .avatar-container, .fusion-contributors .avatar-container:after {
      width: 150px;
      height: 150px; } }

#fusion-stay-connected {
  text-align: center;
  border: 1px solid #38d3c7;
  max-width: 1200px;
  margin: 40px auto 20px; }
  @media only screen and (min-width:40.063em) {
    #fusion-stay-connected {
      margin: 80px auto 40px; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    #fusion-stay-connected .social-media li {
      margin: 15px 20px; } }
  @media only screen and (min-width:64.063em) {
    #fusion-stay-connected .social-media li {
      margin: 15px 30px; } }
  #fusion-stay-connected .social-media a {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px; }
    @media only screen and (min-width:40.063em) {
      #fusion-stay-connected .social-media a {
        width: auto;
        height: 50px;
        padding-top: 50px; } }
  @media only screen and (min-width:40.063em) {
    #fusion-stay-connected .social-media span {
      font-size: 14px;
      display: block;
      text-transform: uppercase;
      margin-top: 1rem;
      color: #180219; }
      .has-fallback-fonts #fusion-stay-connected .social-media span {
        font-family: 'Arial Narrow', Arial, sans-serif; }
      .wf-active #fusion-stay-connected .social-media span, .no-fallback-fonts #fusion-stay-connected .social-media span {
        font-family: 'Roboto Condensed'; } }


#mc_embed_signup {
  background: #f6f6f6 url(/wp-content/themes/vip/fusion-2015/assets/css/../images/newsletter-dog.png) no-repeat 110% -10px;
  background-size: 100px;
  overflow: hidden;
  z-index: 2;
  position: relative; }
  #mc_embed_signup .close {
    display: none; }
  #mc_embed_signup.slider {
    border: 1px solid #38d3c7;
    width: 320px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    right: -321px;
    margin: 0;
    background-position-x: 180px;
    -webkit-transition: all .35s ease;
            transition: all .35s ease; }
    #mc_embed_signup.slider.visible {
      right: 0;
      margin: 0; }
    #mc_embed_signup.slider h2 {
      width: 75%; }
    @media only screen and (max-width: 40em) {
      #mc_embed_signup.slider {
        background-size: 105px;
        background-position: 110% -10px; } }
    #mc_embed_signup.slider #mce-EMAIL {
      margin: 0;
      height: 40px;
      width: 70%; }
    #mc_embed_signup.slider #mc-embedded-subscribe {
      width: 30%;
      height: 40px;
      padding: 0;
      margin: 0;
      letter-spacing: .15rem; }
    #mc_embed_signup.slider .signup-form-content {
      height: auto;
      padding-bottom: 0;
      padding-right: 1rem;
      width: 100%; }
    #mc_embed_signup.slider .close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #38d3c7; }
    #mc_embed_signup.slider .icon-close-white {
      width: 30px;
      height: 30px;
      background-size: 15px;
      opacity: .6; }
  @media only screen and (min-width:40.063em) {
    #mc_embed_signup {
      background-position: 98% center;
      background-size: 215px; }
      .single #mc_embed_signup {
        margin-left: -50px;
        margin-right: -50px; }
      .single-fusion_video #mc_embed_signup {
        margin-left: 0;
        margin-right: 0; } }
  #mc_embed_signup h2 {
    color: #38d3c7;
    line-height: 1em;
    font-weight: 300;
    padding: 1rem 1rem 0;
    font-size: 30px;
    width: 100%;
    margin: 0;
    letter-spacing: 2px; }
    #mc_embed_signup h2 strong {
      font-weight: 400;
      text-transform: uppercase; }
  #mc_embed_signup input {
    display: inline-block; }
  #mc_embed_signup #mce-EMAIL {
    float: left;
    width: 66.66%;
    height: 54px;
    margin: 0; }
  #mc_embed_signup #mc-embedded-subscribe {
    width: 33.33%;
    background: #ed7a48;
    color: #fff;
    height: 54px;
    margin: 0;
    padding: 0; }
  #mc_embed_signup .signup-form-content {
    padding: 1rem 1rem 0; }
    @media only screen and (min-width:40.063em) {
      #mc_embed_signup .signup-form-content {
        padding-right: 180px; } }
  #mc_embed_signup .policy-link {
    margin: .5rem 1rem; }

.newsletter-frequency {
  display: none; }

@media only screen and (min-width:40.063em) {
  #fusion-email-signup #mc_embed_signup h2 {
    float: left;
    width: 180px;
    height: 100px; }
  #fusion-email-signup #mc_embed_signup .signup-form-content {
    padding-left: 180px;
    padding-right: 180px; } }
@media only screen and (min-width:64.063em) {
  #fusion-email-signup #mc_embed_signup h2 {
    width: 400px;
    font-size: 38px;
    line-height: 54px; }
  #fusion-email-signup #mc_embed_signup .signup-form-content {
    padding-left: 400px;
    padding-right: 180px; } }

.index-section {
  padding: 20px 0; }
  @media only screen and (min-width:40.063em) {
    .index-section {
      padding: 40px 0; } }
  .index-section .section-heading {
    text-align: center;
    margin: 0 0 25px; }
    .index-section .section-heading .tagline {
      display: block;
      text-transform: uppercase;
      letter-spacing: .25em;
      font-size: 14px;
      line-height: 1.35em; }
      .has-fallback-fonts .index-section .section-heading .tagline {
        font-family: 'Arial Narrow', Arial, sans-serif; }
      .wf-active .index-section .section-heading .tagline, .no-fallback-fonts .index-section .section-heading .tagline {
        font-family: 'Roboto Condensed'; }
  @media only screen and (min-width:64.063em) {
    .index-section article {
      margin-bottom: 0; } }
  @media only screen and (min-width:64.063em) {
    .index-section .featured article {
      margin-bottom: 2rem; } }

.view-more-link {
  text-transform: uppercase;
  font-weight: 400; }
  .has-fallback-fonts .view-more-link {
    font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .view-more-link, .no-fallback-fonts .view-more-link {
    font-family: 'Roboto Condensed'; }
  .view-more-link .icon {
    height: 25px;
    width: 25px;
    background-size: 25px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: text-top; }

.home .index-section.fusion-feature-content {
  margin: 0; }


.block-heading {
  color: #fff;
  line-height: 1em;
  background-color: #38d3c7;
  background-image: -webkit-linear-gradient(top, #2ae699, #38d3c7);
  background-image: linear-gradient(to bottom, #2ae699, #38d3c7); }

.fusion-feature-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0; }
  @media only screen and (min-width:64.063em) {
    .fusion-feature-header {
      bottom: 100px; } }
  .fusion-feature-header .fusion-feature-header-content {
    padding: 0.9375rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
    @media only screen and (min-width:64.063em) {
      .fusion-feature-header .fusion-feature-header-content {
        max-width: 999.99996px;
        margin: 0 auto; } }
    .fusion-feature-header .fusion-feature-header-content a, .fusion-feature-header .fusion-feature-header-content .kicker, .fusion-feature-header .fusion-feature-header-content .byline {
      color: #fff;
      -webkit-transition: opacity 300ms ease-out;
              transition: opacity 300ms ease-out; }
  .fusion-feature-header .main-title a:hover {
    text-decoration: none;
    opacity: .85; }

.policy-link {
  color: #979ca0;
  font-size: 10px; }

.show-header {
  padding: 0;
  position: relative;
  text-align: left; }
  @media only screen and (min-width:64.063em) {
    .show-header {
      padding: 25px; } }

.show-header .block-heading, #featured-shows-container .block-heading {
  font-size: 2.3125rem;
  width: 130px;
  display: inline-block;
  padding: 60px 10px 20px 15px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1; }

.show-intro {
  position: relative; }
  @media only screen and (min-width:64.063em) {
    .show-intro {
      margin-top: 25px;
      margin-left: 75px; } }
  .show-intro .show-image {
    position: relative;
    overflow: hidden;
    background: #000; }
    .show-intro .show-image img {
      opacity: .7; }
    @media only screen and (min-width:40.063em) {
      .show-intro .show-image {
        height: auto; }
        .show-intro .show-image img {
          opacity: 1; } }
    @media only screen and (min-width:64.063em) {
      .show-intro .show-image img {
        width: 55%; }
      .show-intro .show-image:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: -webkit-linear-gradient(left, transparent 35%, #000000 55%);
        background: linear-gradient(to right, transparent 35%, #000000 55%); } }
  .show-intro .show-description {
    padding: 0.9375rem; }
    .show-intro .show-description p {
      margin-bottom: 8px; }
    .show-intro .show-description .inline-nav, .show-intro .show-description .social-header {
      line-height: 20px; }
    @media only screen and (min-width:64.063em) {
      .show-intro .show-description {
        background: #fff;
        position: absolute;
        top: 1.875rem;
        right: 0;
        width: 55%;
        padding: 10px 25px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1200px) {
      .show-intro .show-description {
        width: 60%; }
        .show-intro .show-description .show-title {
          font-size: 37.5px; } }
  .show-intro .show-title {
    min-height: 225px;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    color: #fff; }
    .show-intro .show-title span {
      display: table-cell;
      vertical-align: middle; }
    @media only screen and (min-width:40.063em) {
      .show-intro .show-title {
        color: #180219;
        text-align: left;
        position: relative;
        display: block;
        min-height: 0; }
        .show-intro .show-title span {
          display: block; } }

.show-time {
  color: #1d2fff;
  margin-bottom: .5rem;
  text-transform: uppercase; }

#show-latest {
  margin-bottom: 80px; }
  @media only screen and (min-width:40.063em) {
    #show-latest .featured {
      text-align: center; } }
  #show-latest .featured .attachment-post-4x3-large {
    width: 100%;
    height: auto; }
  #show-latest .article-preview-image {
    position: relative; }
    #show-latest .article-preview-image img {
      width: 100%; }
  @media only screen and (min-width:40.063em) {
    #show-latest {
      background: #2e2e30;
      color: #fff;
      padding: 25px 25px 0; }
      #show-latest .section-heading, #show-latest a {
        color: #fff; } }

.single-fusion_comic .main-content-header {
  margin-bottom: 25px; }
  @media only screen and (min-width:64.063em) {
    .single-fusion_comic .main-content-header {
      padding-bottom: 12.5px;
      border-bottom: 1px solid #e8e8e8; } }
.single-fusion_comic .article-meta .date {
  display: inline; }

.the-comic {
  margin-bottom: 25px; }
  .the-comic .comic-panel img {
    width: 100%;
    height: auto;
    display: block; }
  @media screen and (min-width: 700px) {
    .the-comic .comic-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .the-comic .comic-panel {
      width: 100%;
      min-width: 250px;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      display: block;
      margin: auto; }
    .the-comic .comic-panel-portrait {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 33%;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%; }
    .the-comic .comic-panel-landscape {
      -webkit-box-flex: 2;
      -webkit-flex: 2 1 50%;
          -ms-flex: 2 1 50%;
              flex: 2 1 50%; }
    .the-comic .comic-panel-banner {
      -webkit-box-flex: 3;
      -webkit-flex: 3 1 100%;
          -ms-flex: 3 1 100%;
              flex: 3 1 100%; } }

.newsletter .header, .newsletter .footer {
  background-color: #441887;
  padding: 1rem;
  color: #fff;
  text-align: center; }
  .newsletter .header h4, .newsletter .footer h4 {
    color: inherit;
    text-decoration: underline; }
  .newsletter .header table, .newsletter .footer table {
    width: 100%; }
  .newsletter .header td, .newsletter .footer td {
    text-align: center;
    padding-top: .5rem; }
.newsletter .share-cta {
  text-align: center; }
  .newsletter .share-cta a {
    color: #38d3c7; }
.newsletter .article-content {
  font-size: 16px;
  line-height: 1.67em;
  border-bottom: 0; }
  .has-fallback-fonts .newsletter .article-content {
    font-family: Arial, sans-serif; }
  .wf-active .newsletter .article-content, .no-fallback-fonts .newsletter .article-content {
    font-family: 'Roboto'; }
.newsletter .header table {
  font-size: 14px;
  line-height: 1.35em;
  border-top: 1px solid #38d3c7;
  color: #fff; }
.newsletter .header .icon {
  height: 15px;
  width: 20px;
  display: inline-block; }
.newsletter .header .logo-wrap {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }
.newsletter .header .logo {
  height: 80px;
  width: 300px;
  background-position: center;
  display: inline-block;
  background-size: 100%; }
.newsletter .header .email-date {
  font-size: 14px;
  line-height: 1.35em;
  text-transform: uppercase;
  color: #38d3c7;
  margin-bottom: 1rem;
  margin-right: .4rem; }
.newsletter .footer h4 {
  margin-top: 2rem;
  margin-bottom: 1rem; }
.newsletter .footer table {
  margin-top: 1rem;
  margin-bottom: 2.5rem; }
.newsletter .footer .icon {
  height: 40px;
  width: 40px;
  display: inline-block; }

.newsletter-item table {
  width: 100%; }
.newsletter-item table, .newsletter-item td {
  border: 0; }
.newsletter-item h3 {
  color: #441887;
  margin-top: .5rem;
  margin-bottom: .5rem; }
  .newsletter-item h3 a {
    color: inherit; }
.newsletter-item .featured-image {
  margin-bottom: 1rem; }
  .newsletter-item .featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto; }
.newsletter-item p {
  margin-bottom: .5rem; }
.newsletter-item .first-col {
  width: 60px; }
.newsletter-item .placement {
  text-align: center;
  vertical-align: top;
  padding-top: .8rem;
  color: #441887; }
  .newsletter-item .placement span {
    border-bottom: 2px solid #441887;
    font-weight: 700;
    font-size: 1.6875rem; }
  .newsletter-item .placement .icon {
    height: 37px;
    width: 50px;
    display: inline-block; }
.newsletter-item .kicker .icon {
  height: 12px;
  width: 16px;
  display: inline-block; }
.newsletter-item .hr {
  width: 70px;
  border-bottom: 2px solid #2e2e30;
  margin-bottom: 2rem;
  margin-top: 1rem; }
.newsletter-item .read-more {
  font-size: 14px;
  line-height: 1.35em;
  color: #38d3c7; }
.newsletter-item .actions {
  font-size: 12px;
  text-transform: uppercase; }
  .newsletter-item .actions a {
    color: #979ca0;
    margin-right: 6px; }
  .newsletter-item .actions .icon {
    height: 12px;
    width: 16px;
    display: inline-block; }

.newsletter-img {
  width: 140px;
  height: 140px; }

.newsletter-page #mc_embed_signup {
  background: none; }
  .newsletter-page #mc_embed_signup h2 {
    display: none; }
  .newsletter-page #mc_embed_signup .signup-form-content {
    background: none;
    height: auto;
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0; }
  .newsletter-page #mc_embed_signup [for="mce-weekly"] {
    vertical-align: middle;
    max-width: calc(100% - 80px); }
  .newsletter-page #mc_embed_signup #mce-EMAIL, .newsletter-page #mc_embed_signup #mc-embedded-subscribe {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
.newsletter-page .policy-link {
  text-align: center; }
.newsletter-page .newsletter-frequency {
  margin-bottom: 1em;
  display: block; }

.error404__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em; }
.error404__message {
  text-align: center; }
.error404__image {
  margin: 0 auto 2rem;
  max-width: 350px; }

.authors-page .section-heading {
  display: none; }
.authors-page .avatar-container-75, .authors-page .avatar-container:after {
  width: 75px;
  height: 75px; }

.featured-authors-name {
  margin: 0 10px 20px;
  text-transform: uppercase; }

.social-media .icon-twitter-black {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

.author-twitter-handle {
  color: #979ca0; }

@media only screen and (min-width:40.063em) {
  .featured-authors {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; } }
.featured-authors > li {
  list-style: none;
  padding-bottom: 50px; }

@media only screen and (min-width:40.063em) {
  .author-abcs-letter {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; } }
.author-abcs-letter > li {
  list-style: none; }
  .author-abcs-letter > li a {
    color: #180219; }

.author-abcs-letter-header {
  text-transform: uppercase; }
  @media only screen and (min-width:64.063em) {
    .author-abcs-letter-header {
      margin-left: 115px; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .author-abcs-letter-header {
      margin-left: 135px; } }
  @media only screen and (max-width: 40em) {
    .author-abcs-letter-header {
      margin-left: 0;
      text-align: center; } }

.schedule-days {
  list-style: none;
  margin: 0;
  left: 0; }
  .schedule-days:after {
    content: '';
    display: table;
    clear: both; }
  .schedule-days .schedule-day {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #2ae699;
    border-color: #17c37c;
    color: #180219;
    -webkit-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
    background-color: #f6f6f6;
    margin-bottom: 0;
    border-left: #fff 2px solid;
    border-right: #fff 2px solid;
    float: left; }
    .schedule-days .schedule-day:hover, .schedule-days .schedule-day:focus {
      background-color: #17c37c; }
    .schedule-days .schedule-day:hover, .schedule-days .schedule-day:focus {
      color: #180219; }
    @media only screen and (max-width: 40em) {
      .schedule-days .schedule-day {
        padding: 16px !important; } }
    .schedule-days .schedule-day.active {
      background-color: #2ae699; }
  .schedule-days > li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%; }
    .schedule-days > li > button, .schedule-days > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .schedule-days > li:first-child button, .schedule-days > li:first-child .button {
      border-left: 0; }
    .schedule-days > li button, .schedule-days > li .button {
      width: 100%; }

.schedule-full-bleed {
  background-color: #f6f6f6;
  border-top: #e8e8e8 1px solid; }

.time-zone-select, .view-channel-lineup {
  margin: 5px 0;
  font-size: 16px; }

.view-channel-lineup {
  color: #979ca0; }

.time-zone-select {
  list-style: none; }
  .time-zone-select li + li::before {
    content: ' | ';
    color: #180219; }
  .time-zone-select > li {
    display: inline-block; }
    .time-zone-select > li:hover, .time-zone-select > li:focus {
      color: #180219;
      cursor: pointer; }
    .time-zone-select > li.active, .time-zone-select > li.active:hover, .time-zone-select > li.active:focus {
      color: #979ca0;
      cursor: auto; }

.schedule-pagination {
  margin-bottom: 15px; }

.schedule-pagination-button {
  text-transform: uppercase; }
  .schedule-pagination-button i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle; }
  .schedule-pagination-button:hover, .schedule-pagination-button:focus {
    color: #180219;
    cursor: pointer; }

.schedule-day-content-wrap {
  margin-top: 15px; }

.schedule-day-content {
  max-height: 900px;
  overflow-y: auto; }

.schedule-show {
  margin-bottom: 15px; }

.schedule-show-time {
  text-transform: uppercase;
  font-size: 1.4375rem; }
  @media only screen and (max-width: 40em) {
    .schedule-show-time {
      font-size: 1.00625rem; } }

@media only screen and (max-width: 40em) {
  .show-description p {
    font-size: 0.8625rem; } }

.show-info h3 {
  font-weight: 400;
  margin: 0;
  display: inline-block; }
  .show-info h3 a {
    display: inline-block;
    color: #180219; }
    .show-info h3 a:hover, .show-info h3 a:focus {
      color: #180219; }

.show-social {
  display: inline-block; }
  .show-social > li {
    width: 20px;
    height: 20px;
    float: left;
    display: inline-block; }

.error-schedule__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em; }
.error-schedule__content {
  text-align: center; }
.error-schedule__image {
  margin: 0 auto 2rem;
  max-width: 350px; }

.sponsored-intro {
  font-size: 14px;
  line-height: 1.35em;
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #4284b4;
  text-transform: uppercase;
  text-align: center; }
  .sponsored-intro__title {
    padding-right: 1em; }
  .sponsored-intro__info {
    font-size: 10px;
    line-height: 1.2em;
    font-weight: inherit;
    color: inherit; }

.main-content .presented-by, .archive-client .presented-by {
  font-size: 14px;
  line-height: 1.35em;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px; }
  .main-content .presented-by img, .archive-client .presented-by img {
    margin-left: 10px;
    max-height: 50px;
    width: auto; }
  @media only screen and (min-width:40.063em) {
    .main-content .presented-by, .archive-client .presented-by {
      padding-bottom: 25px; }
      .main-content .presented-by img, .archive-client .presented-by img {
        max-height: 50px;
        width: auto; } }

.main-content .legal p {
  font-size: 14px;
  line-height: 1.35em;
  background-color: #e8e8e8;
  text-transform: uppercase;
  padding: 1rem; }


.tabs {
  border-bottom: 1px solid #e8e8e8; }

.tab-title {
  text-transform: uppercase; }

.row.show {
  margin: 0.9375rem 0; }

.widget .current-date {
  text-align: center; }
.widget .show-info {
  padding-left: 0; }
.widget .show-title {
  font-size: 1.125rem;
  line-height: 1.15em; }
.widget .show-time {
  font-size: 12px;
  margin: 0; }
.widget .view-more-link .text, .widget .view-more-link .icon {
  display: inline-block;
  float: left; }
.widget .view-more-link .icon {
  width: 1rem;
  height: 1.67rem;
  background-size: 1rem;
  margin-left: 8px; }

#featured-shows-container {
  position: relative;
  background: #000;
  display: none; }
  #featured-shows-container .slick-slider {
    margin: 0; }
  @media only screen and (max-width: 40em) {
    #featured-shows-container .block-heading {
      position: relative;
      top: 0;
      width: 100%;
      padding: 1rem 0 .5rem;
      margin: 0; } }
  @media only screen and (min-width:40.063em) {
    #featured-shows-container .block-heading {
      top: 0.9375rem;
      left: 0.9375rem; } }

#featured-shows .show-image {
  background: #180219; }
  #featured-shows .show-image img {
    opacity: .65;
    width: 100%; }
    @media only screen and (min-width: 1025px) and (max-width: 1200px) {
      #featured-shows .show-image img {
        width: 70%; } }
    @media only screen and (min-width:64.063em) {
      #featured-shows .show-image img {
        opacity: 1;
        width: 65%; } }
  #featured-shows .show-image a {
    display: block; }
#featured-shows .show-time {
  color: #e8e8e8; }
  @media only screen and (min-width:64.063em) {
    #featured-shows .show-time {
      color: #1d2fff; } }
#featured-shows .show-intro {
  margin: 0; }
#featured-shows .show-description {
  width: 100%;
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width:64.063em) {
    #featured-shows .show-description {
      width: 50%;
      bottom: 120px;
      top: auto; } }
  #featured-shows .show-description p {
    margin: 0; }
#featured-shows .show-title {
  position: relative;
  min-height: 0;
  display: block;
  text-align: left; }
#featured-shows .show-description, #featured-shows .show-title {
  color: #fff; }
  @media only screen and (min-width:64.063em) {
    #featured-shows .show-description, #featured-shows .show-title {
      color: #180219; } }

.show-description-full {
  display: none; }
  @media only screen and (min-width:40.063em) {
    .show-description-full {
      display: block; } }

#featured-shows-nav {
  background: #180219;
  position: relative;
  width: 100%;
  margin: 0; }
  @media only screen and (min-width:64.063em) {
    #featured-shows-nav {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      left: 0; } }
  #featured-shows-nav .slick-list {
    max-width: 550px;
    margin: 0 auto;
    padding: .5rem; }
    @media only screen and (min-width:40.063em) {
      #featured-shows-nav .slick-list {
        padding: 1rem; } }
  #featured-shows-nav .featured-show-thumb {
    margin: 0 2px;
    border: 4px solid transparent; }
    #featured-shows-nav .featured-show-thumb.slick-active {
      border-color: #38d3c7; }

.tax-fusion_series .index-section:first-child {
  padding-top: 0; }
.tax-fusion_series .index-section:last-child {
  padding-bottom: 0; }
.tax-fusion_series .index-section .row:only-of-type, .tax-fusion_series .index-section .row:last-of-type {
  border-bottom: solid 2px #979ca0;
  padding-bottom: 3rem; }
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
