/**
 * 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;
  -khtml-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 "../../vendor/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: normal;
  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: normal;
  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: normal;
  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: bold;
    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: normal;
  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: normal;
  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: normal;
  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: normal;
        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: bold;
      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: normal;
      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: normal;
        padding: 8px 0.625rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .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: bold;
      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: normal;
  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: normal;
  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: bold;
  line-height: inherit; }

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  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: bold; }
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: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  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: bold;
    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: bold;
      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: bold;
  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: normal;
  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: normal; }

@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; } }


.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;
  font-family: Arial, sans-serif;
  color: #180219;
  background: #fff; }
  .wf-active body {
    font-family: 'Roboto'; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  .article-content a, .show-intro 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;
  font-family: 'Arial Narrow', Arial, sans-serif;
  color: inherit; }
  .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
    font-family: 'Roboto Condensed'; }

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


.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 .post-card-image {
    position: relative; }
    .post-card .post-card-image img, .post-card .post-card-image video {
      width: 100%; }
    .post-card .post-card-image video {
      display: inline-block;
      vertical-align: middle;
      height: auto; }

@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; }

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

.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; } }

.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-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 25px; }
  .header-ad .sponsor-byline, .footer-ad .sponsor-byline {
    text-align: center;
    line-height: 25px; }
  .header-ad.mobile-only, .footer-ad.mobile-only {
    margin-bottom: 12.5px; }

.sponsor-byline {
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  color: #979ca0; }

.ad_728 {
  width: 728px; }

.ad_320x50 {
  width: 320px; }

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


.article-preview.polar .kicker {
  color: #441887; }
.article-preview.polar .sponsor-byline {
  float: right;
  margin: 0; }
.article-preview.polar .info {
  margin: 0; }

.home .article-preview.polar header {
  overflow: hidden; }
.home .article-preview.polar .sponsor-byline {
  line-height: 25px;
  margin-top: 7px; }
.home .article-preview.polar .sponsor-byline-logo {
  float: right;
  margin-left: 5px;
  margin-bottom: 0; }
.home .article-preview.polar .sponsor-name {
  vertical-align: sub; }


.single .article-preview.polar {
  background: #e8e8e8;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  clear: both; }
  .single .article-preview.polar .attachment-post-16x9-small {
    width: 400px; }
  .single .article-preview.polar header {
    position: absolute;
    background: #fff;
    right: 20px;
    bottom: 20px;
    padding: 20px 30px;
    width: 350px; }
  .single .article-preview.polar .sponsor-byline-logo {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 40em) {
    .single .article-preview.polar {
      padding: 10px 15px; }
      .single .article-preview.polar 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 25px; } }
  .sponsored-collection .sponsor-logo {
    width: 75px;
    vertical-align: middle;
    display: block;
    margin: 0 auto; }
    @media only screen and (min-width:40.063em) {
      .sponsored-collection .sponsor-logo {
        position: absolute;
        right: 25px;
        margin-top: 20px; } }

.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%;
        height: auto;
        padding-right: 20px;
        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: -140px; } }

#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-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    text-overflow: ellipsis;
    max-width: 20em;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0; }
    .wf-active #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; }

.top-bar-section ul li > a {
  font-family: 'Arial Narrow', Arial, sans-serif; }
  .wf-active .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; } }
  #header-share-tools li {
    margin-right: 3px;
    margin-left: 3px;
    height: 50px; }
  #header-share-tools a {
    font-family: 'Arial Narrow', Arial, sans-serif;
    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; }
    .wf-active #header-share-tools a {
      font-family: 'Roboto Condensed'; }
    #header-share-tools a [class^="icon-"] {
      background-position: 4px 9px;
      background-size: 16px;
      width: 35px;
      height: 35px;
      float: left; }
    #header-share-tools a:hover {
      background-color: #dbdbdb; }
  #header-share-tools #share-tool-twitter {
    background-color: #55acee; }
  #header-share-tools #share-tool-facebook {
    background-color: #3b5998; }
  #header-share-tools #share-tool-email {
    background-color: #979ca0; }

.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 {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
    -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; }
    .wf-manusregular-n4-active #site-footer .section-heading, .wf-manusregular-n4-inactive #site-footer .section-heading {
      opacity: 1; }
    .wf-active #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; }


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

#related-posts .related-post-header {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25; }

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: normal;
    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: bold;
    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 {
  font-family: 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  padding: 4px; }
  .wf-active #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; }


#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: bold; }
  .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; } }

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

.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 {
    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 {
      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, .mce-content-body .fusion-gallery-caption-container .article-image-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 {
  font-family: Arial, sans-serif;
  color: #38d3c7;
  font-weight: 400; }
  .wf-active .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 {
  font-family: Arial, sans-serif;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
  -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; }
  .wf-manusregular-n4-active .playlist-title, .wf-manusregular-n4-inactive .playlist-title {
    opacity: 1; }
  .wf-active .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 {
      background-color: #f6f6f6; }
  .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-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 8px; }
    .wf-active .playlist-list .video-title {
      font-family: 'Roboto Condensed'; }
  .playlist-list .video-tagline {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 6px; }
    .wf-active .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 {
  font-family: Arial, sans-serif;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
  -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; }
  .wf-manusregular-n4-active .playlist-more-videos, .wf-manusregular-n4-inactive .playlist-more-videos {
    opacity: 1; }
  .wf-active .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; }


.social-links-inline .social-header {
  font-weight: 300;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 3.125rem;
  margin: 0;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block; }
  .wf-active .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; }


.element-share-block {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  max-width: 100%; }
  .wp-caption .element-share-block, .image-no-caption .element-share-block {
    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-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 {
    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: normal;
  font-family: Arial, sans-serif;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .has-js .section-heading {
    opacity: 0; }
  .wf-manusregular-n4-active .section-heading, .wf-manusregular-n4-inactive .section-heading {
    opacity: 1; }
  .wf-active .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-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 25px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.15em;
  letter-spacing: 1.4px; }
  .wf-active .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-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35em; }
  .wf-active .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: normal; } }

@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 {
  font-family: 'Arial Narrow', Arial, sans-serif;
  background-color: #faf9f4 !important;
  background-image: none;
  padding-top: 0; }
  .wf-active .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 {
      font-family: 'Arial Narrow', Arial, sans-serif;
      display: table-cell;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      font-size: 22px; }
      .wf-active #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; }


.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; }

.single .recirc-speed-bump {
  border-bottom: 1px solid #38d3c7;
  margin: 30px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width:40.063em) {
    .single .recirc-speed-bump {
      border-left: 1px solid #38d3c7; } }
  @media only screen and (max-width: 40em) {
    .single .recirc-speed-bump {
      border-top: 1px solid #38d3c7; } }
  .single .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) {
      .single .recirc-speed-bump .recirc-title {
        margin-top: 15px; } }
    @media only screen and (min-width:40.063em) {
      .single .recirc-speed-bump .recirc-title {
        margin-left: 20px; } }
  .single .recirc-speed-bump a {
    color: inherit; }
  .single .recirc-speed-bump img {
    margin: 0 20px 20px 0;
    width: 100%; }
    @media only screen and (min-width: 500px) {
      .single .recirc-speed-bump img {
        width: 160px;
        float: left; } }
    @media only screen and (min-width:40.063em) {
      .single .recirc-speed-bump img {
        margin-left: 20px; } }
  .single .recirc-speed-bump .recirc-article-title {
    font-size: 16px;
    line-height: 1.67em;
    display: block;
    font-weight: 700;
    font-family: 'Roboto';
    color: #2e2e30; }

.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 .gif2html5-video-container:before {
  z-index: 98; }

.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; }

.right-rail {
  padding: 0 30px;
   }
  @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 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; }

.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; } }

.show-soccer-gods .section-heading {
  font-family: Arial, sans-serif; }
  .wf-active .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 {
      height: auto;
      line-height: 1em;
      padding-top: 25px; }


.archive-title {
  font-family: Arial, sans-serif;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 1em; }
  .has-js .archive-title {
    opacity: 0; }
  .wf-manusregular-n4-active .archive-title, .wf-manusregular-n4-inactive .archive-title {
    opacity: 1; }
  .wf-active .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 {
  font-family: 'Arial Narrow', Arial, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1.4375rem;
  text-transform: uppercase;
  color: #979ca0; }
  .wf-active .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-family: Arial, sans-serif;
  font-size: 16px; }
  .wf-active .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;
  font-family: 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  color: #38d3c7;
  margin-right: 1.5em;
  letter-spacing: .07em; }
  .wf-active .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-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Lucida Bright', Georgia, serif;
  font-size: 16px;
  line-height: 1.67em;
  
   }
  .wf-active .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 {
    font-size: 10px;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #979ca0;
    font-style: italic;
    margin-top: -1em;
    float: right; }
    .wf-active .article-content .article-image-credit {
      font-family: 'Roboto Condensed'; }
  .article-content .lede p {
    font-size: 30px;
    line-height: 1.25em; }
  .article-content .lede > p:first-child:first-letter {
    font-family: Arial, sans-serif;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
    -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; }
    .wf-manusregular-n4-active .article-content .lede > p:first-child:first-letter, .wf-manusregular-n4-inactive .article-content .lede > p:first-child:first-letter {
      opacity: 1; }
    .wf-active .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 {
    margin-bottom: 1em; }
    .wp-caption .element-share-block img {
      margin-bottom: 0; }

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

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

@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; }


.article-date {
  font-weight: 300;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35em;
  color: #979ca0;
  text-align: left; }
  .wf-active .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-family: 'Arial Narrow', Arial, sans-serif;
  font-size: .85em;
  margin-top: 1rem; }
  .wf-active .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 {
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase; }
    .wf-active .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 {
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    width: 28px;
    position: absolute;
    left: 0;
    top: 0; }
    .wf-active .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; }
  .tags .tag-header {
    width: 16px;
    height: 16px;
    opacity: .2;
    margin-right: 8px; }
  .tags ul {
    list-style: none;
    line-height: 1em; }
  .tags li:last-child:after {
    content: ''; }
  .tags li:after {
    content: ',';
    padding-right: .5rem; }
  .tags li a {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35em;
    text-transform: uppercase;
    color: #38d3c7; }
    .wf-active .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-family: 'Arial Narrow', Arial, sans-serif;
  font-weight: 300;
  color: #979ca0; }
  .wf-active .byline, .wf-active .article-content .byline, .wf-active .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-family: 'Arial Narrow', Arial, sans-serif;
    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; }
    .wf-active .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-big-stories {
  border-top: 10px solid #38d3c7; }
  @media only screen and (min-width:64.063em) {
    #fusion-big-stories {
      border-top: 0; } }
  #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 .article-preview {
    display: block; }
    #fusion-big-stories .article-preview img {
      margin-bottom: 1rem; }
  @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; } }
  #fusion-big-stories article, #fusion-big-stories .freewheel-ad {
    margin-bottom: 1rem; }

.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-child(even) {
    clear: both; } }


.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 img {
        float: right; } }

.mosaic-title-right .grid article {
  border-right: 0;
  border-left: 4px solid #fff; }
  @media only screen and (min-width:64.063em) {
    .mosaic-title-right .grid article {
      float: right; } }
@media only screen and (min-width:64.063em) {
  .mosaic-title-right .grid .vertical {
    float: left;
    border-left: 0; } }
@media only screen and (min-width:64.063em) {
  .mosaic-title-right .section-heading.corner-right {
    text-align: right;
    left: auto;
    right: 0; }
    .mosaic-title-right .section-heading.corner-right: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 img {
        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; }


.index-section.fusion-social-images article {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block; }
  .index-section.fusion-social-images article.with-image {
    background-color: #808080; }
  .index-section.fusion-social-images article img {
    width: 100%; }
  .index-section.fusion-social-images article.with-gradient {
    background-color: #38d3c7;
    background-image: -webkit-linear-gradient(top, #2ae699, #38d3c7);
    background-image: linear-gradient(to bottom, #2ae699, #38d3c7); }
  @media only screen and (min-width:40.063em) {
    .index-section.fusion-social-images article {
      width: 50%;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .index-section.fusion-social-images article {
      width: 25%; } }
  .index-section.fusion-social-images article:before {
    padding-top: 100%;
    display: block;
    content: ' '; }
@media only screen and (max-width: 40em) {
  .index-section.fusion-social-images .social-images-intro .inner {
    position: relative; }
  .index-section.fusion-social-images .social-images-intro:before {
    padding-top: 0;
    display: inline;
    content: ''; } }
.index-section.fusion-social-images .section-heading {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg); }
  @media only screen and (min-width:40.063em) {
    .index-section.fusion-social-images .section-heading {
      margin-top: 5rem; } }
.index-section.fusion-social-images .icon.badge {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  left: 10px; }
.index-section.fusion-social-images .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.index-section.fusion-social-images a {
  color: #FFFFFF; }
.index-section.fusion-social-images .social-links {
  margin-bottom: 2rem; }
.index-section.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; }
.index-section.fusion-social-images .icon-twitter {
  color: #55acee; }
.index-section.fusion-social-images .item-text {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }
.index-section.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-family: 'Arial Narrow', Arial, sans-serif;
      font-size: 14px;
      display: block;
      text-transform: uppercase;
      margin-top: 1rem;
      color: #180219; }
      .wf-active #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; }
  @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; } }
  #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: normal;
      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: 0 1rem 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 {
      font-family: 'Arial Narrow', Arial, sans-serif;
      display: block;
      text-transform: uppercase;
      letter-spacing: .25em;
      font-size: 14px;
      line-height: 1.35em; }
      .wf-active .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 {
  font-family: 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400; }
  .wf-active .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; }

.grid {
  position: relative; }
  .grid article {
    padding-left: .9375rem;
    padding-right: .9375rem; }
    .grid article.image-vertical {
      display: none; }
    @media only screen and (min-width:40.063em) {
      .grid article {
        float: left;
        width: 33.33%;
        margin-bottom: 1rem; } }
    @media only screen and (min-width:64.063em) {
      .grid article {
        padding: 0;
        margin-bottom: 0;
        float: left;
        width: 33.33%;
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff; }
        .grid article.image-vertical {
          display: block; } }
  .grid header {
    padding: .5em 0;
    width: 100%;
    position: relative; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      .grid header {
        margin-top: 0;
        left: 0; }
        .grid header .article-preview-title {
          font-size: 1rem; } }
    @media only screen and (min-width:64.063em) {
      .grid header {
        background: #fff;
        bottom: auto;
        width: 75%;
        padding: .5em 1em; } }
  @media only screen and (min-width:40.063em) {
    .grid .featured {
      width: 66.666%; }
      .grid .featured .article-preview-title {
        font-size: 1.6875rem; } }
  @media only screen and (min-width:64.063em) {
    .grid .featured .article-preview-title {
      font-size: 20px; }
    .grid .featured img {
      width: 65%; }
    .grid .featured header {
      position: absolute;
      bottom: 0;
      width: 320px; } }
  @media only screen and (min-width:64.063em) {
    .grid .vertical {
      float: right;
      border-right: 0; } }
  .grid .section-heading {
    position: relative; }
    .grid .section-heading a {
      display: inline-block; }
    @media only screen and (min-width:64.063em) {
      .grid .section-heading {
        position: absolute;
        max-width: 270px;
        margin: 0;
        padding: 25px;
        top: 0;
        left: 0;
        text-align: left;
        z-index: 1; }
        .grid .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; }
        .grid .section-heading:after {
          display: none; } }
  .grid .corner-right {
    padding-left: 1px; }
  .grid .corner-left {
    padding-right: 1px; }

.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;
  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 {
  width: 100%;
  margin-bottom: 25px; }
  #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 img {
      width: 100%;
      height: auto;
      display: block; }
  @media screen and (min-width: 700px) {
    #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-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.67em;
  border-bottom: 0; }
  .wf-active .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%;
    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; }
  .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__content {
  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: normal;
    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; }

.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 {
    max-height: 50px;
    width: auto; }
  @media only screen and (min-width:40.063em) {
    .main-content .presented-by, .archive-client .presented-by {
      padding-bottom: 25px;
      vertical-align: bottom; }
      .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; }
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-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;
}
