@charset "UTF-8";
/**
 * 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;
}@charset "UTF-8";
/*
Theme Name: Rare Media Platform
Theme URI: http://rare.us/
Author: Brandon Jones, Zack McGhee, Cox Media Group, Samantha Geitz, Seamus Leahy, Rinat Khaziev
Author URI: http://coxmediagroup.com/
Description: Custom parent theme for Cox Media Group
Version: 2.0.0
Text Domain: Rare Media
Tags: rare

Rare Media is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Compass Sprites
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Accessibility
6.0 Alignments
7.0 Clearings
8.0 Widgets
9.0 Media
	9.1 Captions
	9.2 Galleries
10.0 Navigation
	10.1 Links
	10.2 Menu
	10.3 Dropdown Toggle
	10.4 Menu Toggle
	10.5 Post Navigation
	10.6 Pagination
11.0 Header
	11.1 Rare Stats Ticker
	11.2 Toolbar
		11.2a Toggle Contents
	11.3 Mobile Search
12.0 Marquee
13.0 Modules
  13.1 Sub Posts
14.0 Primary
	14.1 Right Now
15.0 Single
  15.1 Super Stories Panel
  15.2 Rare Take
  15.3 Sharing
	15.4 Comments
16.0 Pages
  16.1 404
17.0 Post Types
  17.1 Big Story
  17.2 Blog Story
	17.3 Voices
18.0 Categories & Archives
  18.1 Banner Header
  18.2 Layout Options
19.0 Sidebar
	19.1 Sidebar Blog Story
	19.2 Sidebar Voice
20.0 Footer
21.0 Infinite scroll
--------------------------------------------------------------*/
html.no-js .hide-no-js {
  display: none;
}

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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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 {
  margin: 0 auto;
  max-width: 78.125rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -3.125rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  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.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .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.9375rem;
    padding-right: 0.9375rem;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .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.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .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.9375rem;
    padding-right: 0.9375rem;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 65.6em) {
  .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.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .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.9375rem;
    padding-right: 0.9375rem;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/**/
/**/
.sprite {
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sprite {
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }
}

/* */
.sprite-caret-down,
.sprite-caret-down-with-dimensions {
  background-position: 0 0;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-caret-down-with-dimensions {
  height: 9px;
  width: 15px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-caret-up,
.sprite-caret-up-with-dimensions {
  background-position: 0 -9px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-caret-up-with-dimensions {
  height: 9px;
  width: 15px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-facebook-white-shape-small,
.sprite-facebook-white-shape-small-with-dimensions {
  background-position: 0 -18px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-facebook-white-shape-small-with-dimensions {
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-facebook-white-shape,
.sprite-facebook-white-shape-with-dimensions {
  background-position: 0 -48px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-facebook-white-shape-with-dimensions {
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-populist-logo,
.sprite-populist-logo-with-dimensions {
  background-position: 0 -88px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-populist-logo-with-dimensions {
  height: 41px;
  width: 125px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-post-comments,
.sprite-post-comments-with-dimensions {
  background-position: 0 -129px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-post-comments-with-dimensions {
  height: 30px;
  width: 34px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-twitter-white-shape-small,
.sprite-twitter-white-shape-small-with-dimensions {
  background-position: 0 -159px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-twitter-white-shape-small-with-dimensions {
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-twitter-white-shape,
.sprite-twitter-white-shape-with-dimensions {
  background-position: 0 -189px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-twitter-white-shape-with-dimensions {
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-vet-ribbon-mobile,
.sprite-vet-ribbon-mobile-with-dimensions {
  background-position: 0 -229px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-vet-ribbon-mobile-with-dimensions {
  height: 42px;
  width: 22px;
  overflow: hidden;
  text-indent: -999px;
}

.sprite-vet-ribbon,
.sprite-vet-ribbon-with-dimensions {
  background-position: 0 -271px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
}

.sprite-vet-ribbon-with-dimensions {
  height: 64px;
  width: 33px;
  overflow: hidden;
  text-indent: -999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sprite-caret-down,
  .sprite-caret-down-with-dimensions {
    background-position: 0 0;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-caret-down-with-dimensions {
    width: 15px;
    height: 8px;
  }

  .sprite-caret-up,
  .sprite-caret-up-with-dimensions {
    background-position: 0 -8px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-caret-up-with-dimensions {
    width: 15px;
    height: 8px;
  }

  .sprite-facebook-white-shape-small,
  .sprite-facebook-white-shape-small-with-dimensions {
    background-position: 0 -16px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-facebook-white-shape-small-with-dimensions {
    width: 30px;
    height: 30px;
  }

  .sprite-facebook-white-shape,
  .sprite-facebook-white-shape-with-dimensions {
    background-position: 0 -46px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-facebook-white-shape-with-dimensions {
    width: 40px;
    height: 40px;
  }

  .sprite-populist-logo,
  .sprite-populist-logo-with-dimensions {
    background-position: 0 -86px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-populist-logo-with-dimensions {
    width: 187px;
    height: 61px;
  }

  .sprite-post-comments,
  .sprite-post-comments-with-dimensions {
    background-position: 0 -147px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-post-comments-with-dimensions {
    width: 34px;
    height: 30px;
  }

  .sprite-twitter-white-shape-small,
  .sprite-twitter-white-shape-small-with-dimensions {
    background-position: 0 -177px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-twitter-white-shape-small-with-dimensions {
    width: 30px;
    height: 30px;
  }

  .sprite-twitter-white-shape,
  .sprite-twitter-white-shape-with-dimensions {
    background-position: 0 -207px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-twitter-white-shape-with-dimensions {
    width: 40px;
    height: 40px;
  }

  .sprite-vet-ribbon-mobile,
  .sprite-vet-ribbon-mobile-with-dimensions {
    background-position: 0 -247px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-vet-ribbon-mobile-with-dimensions {
    width: 22px;
    height: 42px;
  }

  .sprite-vet-ribbon,
  .sprite-vet-ribbon-with-dimensions {
    background-position: 0 -289px;
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
  }

  .sprite-vet-ribbon-with-dimensions {
    width: 33px;
    height: 64px;
  }
}
/* */
i.sprite,
i.sprite-with-dimensions {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

body.home .modules.pad-top,
body.archive .modules.pad-top,
body.single-big-story .modules.pad-top {
  max-width: 79.000rem;
  margin: 0 auto;
  width: 100%;
}

body.home .modules.pad-top {
  max-width: 73.000rem;
}

body.archive .modules.pad-top {
  padding-top: 0px;
}

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

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/* Copy */
p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-left: 3px solid #BE1E2D;
  font-style: italic;
  margin: 0 1.5em;
  padding-left: 15px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Genericons */
.main-navigation ul li.home:before,
.menu-toggle:before,
.stats-ticker-menu-toggle:before,
.main-navigation ul > li > ul:before,
.marquee .social-trending .social-trending-header:before,
.single-voice .voice-information .voice-title-social .voice-social-link:before,
.tw-print-link a:before,
.modules article:before,
.module-rows article:before,
.main-navigation a:before,
.single-article:before,
.post-navigation .nav-previous .meta-nav:before,
.post-navigation .nav-next .meta-nav:before,
.desktop-sharrre-bar .share:before,
.desktop-print-contact .share:before,
.desktop-print-contact .sd-content ul li a:before,
.marquee .featured-story .read-more a:before {
  vertical-align: top;
  text-align: center;
  font-family: "Genericons";
  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;
}

.single-article .sharing-top .sd-button:after,
.modules article:after,
.module-rows article:after,
.single-article:after,
.dropdown-toggle:after,
.read-more:after {
  vertical-align: top;
  text-align: center;
  font-family: "Genericons";
  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;
}

/* Font Awesome */
.toolbar button:before,
.search-toggle-mobile:before {
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

figure {
  margin: 0;
}

/* Lists */
ul, ol {
  margin: 0;
  list-style: none;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Tables */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/* Buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0px;
  border-radius: 0px;
  background: #e6e6e6;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  outline: none;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: none;
}

/* Fields */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

input[type="submit"] {
  background: #BE1E2D;
  color: #fff;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
input[type="submit"]:hover {
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
  background: #000;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

.search-form {
  position: relative;
}
.search-form input[type="search"] {
  width: 100%;
  background: #f1f1f1;
  color: #797979;
  border: 0px;
}
.search-form input[type="submit"] {
  display: none;
  font-family: "Alfa Slab One", cursive;
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 10px 20px;
}

.search-no-results .page-title {
  margin: 0.67em 0 0;
  font-family: "Alfa Slab One", cursive;
}
.search-no-results .no-results {
  padding: 30px 25px 25px;
  min-height: 400px;
}

/* Google Custom Search */
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #BE1E2D !important;
  border: 0px !important;
}

input.gsc-input {
  line-height: 1.0;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-color: #666666 !important;
  background-color: #BE1E2D !important;
  background-image: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  height: auto !important;
  width: auto !important;
  margin-top: 4px !important;
  margin-left: 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0px !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
  border: 0px !important;
}

/*--------------------------------------------------------------
5.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fright {
  float: right;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.gallery-columns-1 .gallery-item {
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.gallery-columns-1 .gallery-caption {
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
  text-align: left;
}
.gallery-columns-1 .gallery-icon a {
  display: block;
  position: relative;
}
.gallery-columns-1 .gallery-icon a:after {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/svgs/external-link.svg);
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.gallery-columns-1.gallery-size-full .gallery-item {
  max-width: 625px;
}
.gallery-columns-1.gallery-size-full .gallery-item img {
  width: 100% !important;
}

/*--------------------------------------------------------------
10.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
a:hover, a:focus, a:active {
  color: midnightblue;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
10.2 Menu
--------------------------------------------------------------*/
.main-navigation {
  background: transparent;
  display: block;
  float: right;
  margin-top: 30px;
  padding: 0;
  position: relative;
  z-index: 999;
}
.main-navigation ul {
  margin: 0px;
}
.main-navigation ul ul.toggle-on {
  display: block;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation li.menu-item-has-children {
  width: 178px;
}
@media only screen and (max-width: 1160px) {
  .main-navigation li.menu-item-has-children {
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .main-navigation li.menu-item-has-children {
    width: 100%;
  }
}
.main-navigation a {
  background: transparent;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
}
.main-navigation a.toggle-on {
  background: #842723;
}
@media only screen and (min-width: 1000px) {
  .main-navigation ul {
    line-height: 5px;
  }
  .main-navigation ul ul {
    background: #56181b;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 999;
  }
  .main-navigation ul ul ul {
    left: 0;
    position: absolute;
    top: auto;
    z-index: 99;
  }
  .main-navigation ul ul ul a {
    padding: 17px 43px 22px 33px;
  }
  .main-navigation ul ul ul ul a {
    padding: 17px 43px 22px 40px;
  }
  .main-navigation ul ul li {
    float: none;
    width: 178px;
  }
  .main-navigation ul ul a {
    background: transparent;
    display: block;
    font-size: 0.75em;
    line-height: 1.5;
    padding: 14px 10px 19px 0px;
    position: relative;
  }
  .main-navigation > ul > li > ul > li:last-child {
    border-bottom: 0px;
  }
  .main-navigation a {
    cursor: pointer;
    display: block;
    height: 46px;
    padding: 10px 30px 0 30px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1190px) {
  .main-navigation a {
    padding: 10px 30px 0 18px;
  }
}
@media only screen and (min-width: 1000px) {
  .main-navigation > ul > li > a:hover .dropdown-toggle:after {
    -webkit-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
  }
}
@media only screen and (max-width: 1000px) {
  .main-navigation ul {
    float: left;
    padding: 0px;
  }
  .main-navigation ul ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-navigation ul ul li a {
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 52px;
  }
  .main-navigation li {
    width: 100%;
  }
  .main-navigation a {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 35px;
    position: relative;
  }
  .main-navigation a:hover {
    background: darkred;
  }
}
@media screen and (max-width: 1000px) {
  .main-navigation {
    margin-top: 0px;
    margin-left: -15px;
    margin-bottom: 0px;
    margin-right: -15px;
    width: auto;
  }
  .main-navigation a {
    text-align: left;
  }
}

/*--------------------------------------------------------------
10.3 Dropdown Toggle
--------------------------------------------------------------*/
/* Dropdown Toggle */
.dropdown-toggle {
  background: transparent;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.dropdown-toggle:after {
  color: #fff;
  content: "\f431";
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 7px;
}
@media screen and (max-width: 1000px) {
  .dropdown-toggle:after {
    font-size: 23px;
    right: 12px;
    top: 14px;
  }
}
.dropdown-toggle.toggle-on:after {
  content: "\f432";
}
@media screen and (max-width: 1000px) {
  .dropdown-toggle {
    display: none;
    height: 50px;
    width: 50px;
  }
}

/*--------------------------------------------------------------
10.4 Menu Toggle
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle {
  background: transparent;
  display: none;
  float: right;
  padding: 24px 19px;
  margin: 0;
}
.menu-toggle:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f419";
  display: block;
  font-size: 35.2px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 570px) {
  .menu-toggle:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.menu-toggle[aria-expanded="true"]:before {
  content: "\f406";
  font-size: 27.2px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 6px;
  margin-top: 5px;
}
@media only screen and (max-width: 570px) {
  .menu-toggle[aria-expanded="true"]:before {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-right: 4px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 1000px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation.toggled .nav-menu {
    width: 100%;
  }

  .main-navigation ul {
    display: none;
  }
}
/*--------------------------------------------------------------
10.5 Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  border-bottom: 1px solid #e2e2e2;
  float: left;
  height: 136px;
  padding: 20px 0;
  width: 100%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  color: #000;
  font-weight: 700;
}
.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover {
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.comment-navigation .nav-previous:hover a,
.posts-navigation .nav-previous:hover a,
.post-navigation .nav-previous:hover a {
  color: #BE1E2D;
  text-decoration: underline;
}
.comment-navigation .nav-previous:hover .meta-nav,
.posts-navigation .nav-previous:hover .meta-nav,
.post-navigation .nav-previous:hover .meta-nav {
  color: #000;
}
.comment-navigation .nav-previous .meta-nav,
.posts-navigation .nav-previous .meta-nav,
.post-navigation .nav-previous .meta-nav {
  color: #BE1E2D;
  padding-left: 25px;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.comment-navigation .nav-previous .meta-nav:before,
.posts-navigation .nav-previous .meta-nav:before,
.post-navigation .nav-previous .meta-nav:before {
  content: "\f431";
  display: block;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 2px;
}
@media screen and (max-width: 1050px) {
  .comment-navigation .nav-previous .meta-nav:before,
  .posts-navigation .nav-previous .meta-nav:before,
  .post-navigation .nav-previous .meta-nav:before {
    font-size: 40px;
    font-size: 2.5rem;
    top: -3px;
  }
}
@media screen and (max-width: 1050px) {
  .comment-navigation .nav-previous .meta-nav,
  .posts-navigation .nav-previous .meta-nav,
  .post-navigation .nav-previous .meta-nav {
    padding-left: 35px;
  }
  .comment-navigation .nav-previous .meta-nav:hover,
  .posts-navigation .nav-previous .meta-nav:hover,
  .post-navigation .nav-previous .meta-nav:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1135px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    height: auto;
    padding: 17px 0;
  }
}
@media screen and (max-width: 1050px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    border: 0px;
    padding: 15px 0px;
    padding-left: 0px;
    margin: 0px;
    width: 50%;
  }
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    display: none;
  }
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  height: 136px;
  padding: 20px 0;
  width: 100%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  color: #000;
  font-weight: 700;
}
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.comment-navigation .nav-next:hover a,
.posts-navigation .nav-next:hover a,
.post-navigation .nav-next:hover a {
  color: #BE1E2D;
  text-decoration: underline;
}
.comment-navigation .nav-next:hover .meta-nav,
.posts-navigation .nav-next:hover .meta-nav,
.post-navigation .nav-next:hover .meta-nav {
  color: #000;
}
.comment-navigation .nav-next .meta-nav,
.posts-navigation .nav-next .meta-nav,
.post-navigation .nav-next .meta-nav {
  color: #BE1E2D;
  padding-left: 0px;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.comment-navigation .nav-next .meta-nav:before,
.posts-navigation .nav-next .meta-nav:before,
.post-navigation .nav-next .meta-nav:before {
  content: "\f431";
  display: block;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 700;
  left: 60px;
  position: absolute;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -1px;
}
@media screen and (max-width: 1050px) {
  .comment-navigation .nav-next .meta-nav:before,
  .posts-navigation .nav-next .meta-nav:before,
  .post-navigation .nav-next .meta-nav:before {
    font-size: 40px;
    font-size: 2.5rem;
    left: auto;
    right: 0;
    top: -7px;
  }
}
@media screen and (max-width: 1050px) {
  .comment-navigation .nav-next .meta-nav,
  .posts-navigation .nav-next .meta-nav,
  .post-navigation .nav-next .meta-nav {
    padding-left: 0px;
    padding-right: 35px;
  }
  .comment-navigation .nav-next .meta-nav:hover,
  .posts-navigation .nav-next .meta-nav:hover,
  .post-navigation .nav-next .meta-nav:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1135px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    height: auto;
    padding: 17px 0;
  }
}
@media screen and (max-width: 1050px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    margin: 0;
    padding: 15px 0px;
    padding-left: 0px;
    text-align: right;
    width: 50%;
  }
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    display: none;
  }
}

.post-navigation {
  float: left;
  height: 272px;
  margin-top: 17px;
}
@media screen and (max-width: 1050px) {
  .post-navigation {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .post-navigation {
    margin-top: 0;
  }
}

.post-navigation a {
  display: block;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 6px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 1050px) {
  .post-navigation .meta-nav {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-top: 5px;
    text-transform: uppercase;
  }
}

.post-navigation .post-title {
  color: #000;
  display: inline;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .post-navigation .post-title {
    display: none;
  }
}

/*--------------------------------------------------------------
10.6 Pagination
--------------------------------------------------------------*/
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
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: #BE1E2D;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
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: #BE1E2D;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

.pagination-centered {
  margin: 1.5rem 0;
}

.home .pagination-centered {
  margin: 1.5rem 0;
}
.home .pagination-centered ul.pagination li:nth-child(5) {
  display: none;
}

/*--------------------------------------------------------------
11.0 Header
--------------------------------------------------------------*/
.site-header {
  background-color: #BE1E2D;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMWUyZCIvPjxzdG9wIG9mZnNldD0iMzUuNTk5NjglIiBzdG9wLWNvbG9yPSIjYzcyMDMwIi8+PHN0b3Agb2Zmc2V0PSI0MS43MiUiIHN0b3AtY29sb3I9IiNkMDIyMzMiLz48c3RvcCBvZmZzZXQ9IjUyLjc2JSIgc3RvcC1jb2xvcj0iI2UxMjUzNyIvPjxzdG9wIG9mZnNldD0iODYuNjklIiBzdG9wLWNvbG9yPSIjZWMwMDhiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTAzMTU3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #be1e2d), color-stop(35.59968%, #c72030), color-stop(41.72%, #d02233), color-stop(52.76%, #e12537), color-stop(86.69%, #ec008b), color-stop(100%, #a03157));
  background-image: -webkit-linear-gradient(left, #be1e2d 0%, #c72030 35.59968%, #d02233 41.72%, #e12537 52.76%, #ec008b 86.69%, #a03157 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#be1e2d), color-stop(35.59968%, #c72030), color-stop(41.72%, #d02233), color-stop(52.76%, #e12537), color-stop(86.69%, #ec008b), to(#a03157));
  background-image: linear-gradient(to right, #be1e2d 0%, #c72030 35.59968%, #d02233 41.72%, #e12537 52.76%, #ec008b 86.69%, #a03157 100%);
}

.branding-nav {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .branding-nav {
    clear: none;
    float: none;
  }
}

.site-branding {
  float: left;
  margin: -14px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .site-branding {
    margin: 4px 0 0 0;
  }
}
@media only screen and (max-width: 570px) {
  .site-branding {
    margin: 8px 0 0 0;
  }
}

@media screen and (max-width: 1000px) {
  body.tax-image-set .site-branding {
    width: 30%;
  }
}
@media only screen and (max-width: 570px) {
  body.tax-image-set .site-branding {
    width: 50%;
  }
}

.site-title {
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0px 0 5px;
}
@media screen and (max-width: 1000px) {
  .site-title {
    margin: 0 0 2px;
  }
}
@media only screen and (max-width: 570px) {
  .site-title {
    font-size: 1.7em;
  }
}

.site-description {
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  vertical-align: bottom;
}
@media screen and (max-width: 1000px) {
  .site-description {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.site-header .rare-under-40-ad {
  display: none;
  background: #72010c;
  color: #FFFFFF;
  float: left;
  width: 100%;
  text-align: right;
}
.site-header .rare-under-40-ad h5 {
  font-weight: 600;
  margin: 13px 0;
  text-transform: uppercase;
}
.site-header .rare-under-40-ad h5 span {
  font-family: "Alfa Slab One", cursive;
  text-transform: none;
}
.site-header .rare-under-40-ad h5 .seperator {
  background: #FFFFFF;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 2px;
}
.site-header .rare-under-40-ad h5 .fa.fa-angle-right {
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (max-width: 550px) {
  .site-header .rare-under-40-ad {
    display: block;
  }
}

/*--------------------------------------------------------------
11.1 Rare Stats Ticker
--------------------------------------------------------------*/
/* Rare Stats Ticker */
.rare-stats-ticker {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 0 8px;
  width: 100%;
}
.rare-stats-ticker .stats-container {
  float: right;
  padding-right: 50px;
}
.rare-stats-ticker .stats-container .stats-module {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.rare-stats-ticker .stats-container .stats-module .stats {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0px 5px;
}
@media screen and (max-width: 730px) {
  .rare-stats-ticker .stats-container .stats-module .stats {
    font-size: 11.2px;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 550px) {
  .rare-stats-ticker .stats-container .stats-module .stats {
    font-size: 16px;
    font-size: 1rem;
  }
}
.rare-stats-ticker .stats-container .stats-module .stats-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 730px) {
  .rare-stats-ticker .stats-container .stats-module .stats-title {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding-left: 5px;
  }
}
@media screen and (max-width: 730px) {
  .rare-stats-ticker .stats-container .stats-module {
    margin-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .rare-stats-ticker .stats-container .stats-module {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .rare-stats-ticker .stats-container {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 550px) {
  .rare-stats-ticker {
    display: none;
  }
}

/* Stats Ticker Menu Toggle. */
.stats-ticker-menu-toggle {
  background: transparent;
  display: none;
  float: right;
  padding-right: 18px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0;
}
.stats-ticker-menu-toggle:before {
  color: #fff;
  content: "\f510";
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}

.stats-ticker-menu-toggle[aria-expanded="true"]:before {
  content: "\f50e";
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 2px;
  margin-top: 3px;
}

@media screen and (max-width: 550px) {
  .stats-ticker-menu-toggle,
  #stats-container.toggled .stats-container {
    display: block;
  }

  #stats-container.toggled .stats-container {
    width: 100%;
  }

  #stats-container .stats-container {
    display: none;
  }
}
/*--------------------------------------------------------------
11.2 Toolbar
--------------------------------------------------------------*/
/* Toolbar */
.toolbar {
  float: right;
  padding: 12px 50px 0 0;
}
.toolbar .search-toggle-wrap, .toolbar .social-link-toggle-facebook,
.toolbar .social-link-toggle-twitter, .toolbar .signup-toggle-contain {
  display: inline-block;
}
.toolbar .toggles {
  display: inline-block;
}
.toolbar .social-links-toggle {
  display: inline-block;
}
.toolbar button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  background: transparent;
  cursor: pointer;
}
.toolbar button.facebook:before {
  content: "\f09a";
}
.toolbar button.twitter:before {
  content: "\f099";
}
.toolbar button.google-plus:before {
  content: "\f0d5";
}
.toolbar button.search-toggle:before {
  content: "\f002";
}
.toolbar button.subscribe:before {
  content: "\f0e0";
}
.toolbar button:before {
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #fff;
  position: relative;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.toolbar button:after {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  left: 9px;
}
@media screen and (max-width: 1000px) {
  .toolbar {
    padding: 12px 0;
  }
  .toolbar .toggles {
    display: none;
  }
}
@media only screen and (max-width: 570px) {
  .toolbar button {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
11.2a Toggle Contents
--------------------------------------------------------------*/
/* Search Toggle Contents */
#search-toggle-contain, #follow-facebook, #follow-twitter, #signup-contain {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  position: absolute;
  right: 0;
  width: 300px;
  z-index: 999;
}
@media only screen and (max-width: 1000px) {
  #search-toggle-contain:before, #follow-facebook:before, #follow-twitter:before, #signup-contain:before {
    display: none;
  }
}

#search-toggle-contain .search-form input[type="submit"] {
  padding: 5px 20px 6px;
  top: 1px;
  right: 0px;
}
#search-toggle-contain .search-form input[type="search"] {
  padding: 3px 3px 0px;
}

#search-toggle-contain .cse .gsc-control-cse, #search-toggle-contain .gsc-control-cse {
  background-color: transparent;
  border: 0px;
  padding: 5px 10px 0;
}
#search-toggle-contain table {
  margin: 0px;
}

#search-toggle-wrap, #social-link-toggle-facebook, #social-link-toggle-twitter, #signup-toggle-contain {
  position: relative;
}
#search-toggle-wrap.active button, #social-link-toggle-facebook.active button, #social-link-toggle-twitter.active button, #signup-toggle-contain.active button {
  background: rgba(255, 255, 255, 0.5);
}

#signup-toggle.active, #search-toggle.active {
  background: rgba(255, 255, 255, 0.5);
}

#signup-toggle {
  padding: 7px;
}

#search-toggle-contain.active {
  display: block;
}

#follow-facebook.active, #follow-twitter.active {
  display: block;
  padding: 5px;
}

.like-text {
  color: #fff;
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-left: 8px;
  text-transform: uppercase;
  vertical-align: middle;
}

#signup-contain .signup-container {
  padding: 8px;
  position: relative;
}
#signup-contain .signup-container label {
  display: block;
  font-family: "Enriqueta", serif;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 7px;
  width: 100%;
}
#signup-contain .signup-container #email_error {
  display: block;
  font-family: "Enriqueta", serif;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 10px;
  width: 100%;
}
#signup-contain .signup-container input[type="email"], #signup-contain .signup-container input[type="text"] {
  border: 1px solid #eef1f8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 2px;
  width: 100%;
}
#signup-contain .signup-container input[type="submit"], #signup-contain .signup-container input[type="email"], #signup-contain .signup-container input[type="text"] {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
}
#signup-contain .signup-container .button {
  background-color: #be1e2d;
  border: 0px;
  color: #fff;
  cursor: pointer;
  float: right;
  position: absolute;
  padding: 6px 10px;
  right: 8px;
  top: 8px;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
#signup-contain .signup-container .button:hover {
  background-color: #000;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#signup-contain .signup-container .signup-title {
  display: none;
}
#signup-contain .signup-container #status {
  color: #fff;
  font-weight: 600;
}
#signup-contain .signup-container .signup-small {
  display: none;
}
#signup-contain.active {
  display: block;
}

/* Follow Buttons */
.twitter_like_count {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 145px;
}

.twitter_share_count {
  clear: both;
  display: inline-block;
  position: relative;
  top: 3px;
  width: 85px;
}

/*--------------------------------------------------------------
11.3 Mobile Search
--------------------------------------------------------------*/
/* Mobile Search */
.search-toggle-mobile {
  background: transparent;
  display: none;
  float: right;
  margin: 0px;
  padding: 25px 18px 26px;
}
.search-toggle-mobile[aria-expanded="true"] {
  background: #fff;
}
.search-toggle-mobile[aria-expanded="true"]:before {
  color: #BE1E2D;
}
.search-toggle-mobile:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f002";
  display: block;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .search-toggle-mobile {
    display: block;
  }
}
@media only screen and (max-width: 570px) {
  .search-toggle-mobile:before {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}

.mobile-search-container {
  display: none;
  float: left;
  margin: 0px;
  width: 100%;
}
.mobile-search-container .cse .gsc-control-cse, .mobile-search-container .gsc-control-cse {
  padding: 0px;
}
.mobile-search-container table {
  margin: 0px;
}
.mobile-search-container input.gsc-input, .mobile-search-container .gsc-input-box, .mobile-search-container .gsc-input-box-hover, .mobile-search-container .gsc-input-box-focus {
  border-color: transparent !important;
}
.mobile-search-container .gsc-input-box {
  height: auto;
}
.mobile-search-container .gsib_a {
  background-color: #e5eaf0;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
}
.mobile-search-container .gsib_b {
  display: none;
}
.mobile-search-container .gsc-search-box-tools .gsc-search-box .gsc-input {
  background: #e5eaf0 !important;
  padding-right: 0px;
  width: 100%;
}
.mobile-search-container .cse .gsc-search-button input.gsc-search-button-v2, .mobile-search-container input.gsc-search-button-v2 {
  display: none;
  min-width: 13px;
  margin-top: 2px;
  padding: 15px 27px;
}
@media screen and (max-width: 1000px) {
  .mobile-search-container.toggled {
    display: block;
  }
  .mobile-search-container .search-wrap {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    padding: 20px;
  }
}

/*--------------------------------------------------------------
12.0 Marquee
--------------------------------------------------------------*/
.marquee {
  background-color: #fafbfc;
  border-bottom: solid 4px #BE1E2D;
  color: #000;
  position: relative;
  z-index: 5;
}
.marquee .hidden {
  display: block;
  visibility: hidden;
}
.marquee .shelf {
  height: 430px;
  overflow: hidden;
}
.marquee > .row {
  max-width: 81.250rem;
}
.marquee .row.medium-collapse > .column, .marquee .row.medium-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.marquee .featured-story {
  float: left;
  width: 60%;
  height: 100%;
  min-height: 430px;
}
.marquee .featured-story .featured-story-image {
  position: relative;
  width: 100%;
  /* for IE 6 */
}
.marquee .featured-story .featured-story-image img {
  top: 0%;
  left: 0%;
  display: block;
  overflow: hidden;
}
.marquee .featured-story .featured-story-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.marquee .featured-story .featured-story-title h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 110%;
  padding-left: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .marquee .featured-story .featured-story-title h2 {
    padding: 0 15px;
  }
}
.marquee .featured-story .featured-story-title .meta {
  color: #FFFFFF;
  padding-left: 40px;
  line-height: normal;
  margin: 0 0 15px 0;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .marquee .featured-story .featured-story-title .meta {
    padding: 0 15px;
  }
}
.marquee .featured-story .featured-story-title .meta cite {
  display: block;
}
.marquee .featured-story .featured-story-title .meta cite a {
  color: #FFFFFF;
}
.marquee .featured-story .featured-story-description {
  position: relative;
  bottom: 0px;
  margin: 30px;
}
.marquee .featured-story .featured-story-description p {
  font-size: 1.125em;
  line-height: 140%;
  color: #000;
  margin: 0px 20px;
}
.marquee .featured-story .featured-super-story-posts h2 {
  margin: 0;
  line-height: 1;
}
.marquee .featured-story .featured-super-story-posts li {
  border-bottom: 1px solid #E6E7E8;
  padding: 7px 0px;
  margin: 0px 20px;
}
.marquee .featured-story .featured-super-story-posts a {
  color: #000;
  font-size: 0.6875em;
}
.marquee .featured-story .featured-super-story-posts a:hover {
  text-decoration: underline;
}
.marquee .featured-story .read-more {
  float: right;
  padding: 10px;
  background-color: #BE1E2D;
  position: relative;
  width: 45%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.marquee .featured-story .read-more:hover {
  background-color: #901722;
}
.marquee .featured-story .read-more a {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}
.marquee .featured-story .read-more a::before {
  bottom: 10px;
  content: "\f432";
  display: block;
  font-weight: 700;
  font-size: 20.8px;
  font-size: 1.3rem;
  position: absolute;
  right: 2px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 800px) and (min-width: 570px) {
  .marquee .featured-story {
    min-height: 320px;
  }
}
@media only screen and (max-width: 570px) {
  .marquee .featured-story {
    min-height: 235px;
  }
}
.marquee .social-trending {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #BE1E2D;
  color: #fff;
  width: 40%;
  height: 100%;
  float: right;
  padding-top: 5px;
  position: relative;
}
.marquee .social-trending a {
  color: #fff;
}
.marquee .social-trending h2 {
  font-size: 1em;
  margin: 0;
}
.marquee .social-trending h2 i {
  vertical-align: bottom;
}
.marquee .social-trending .social-trending-header {
  border: 2px solid #BE1E2D;
  font-weight: 700;
  padding: 12px;
  margin: 0px !important;
  text-transform: uppercase;
}
.marquee .social-trending .social-trending-header:before {
  content: "\f203";
  color: #fff;
  position: relative;
  margin-right: 6px;
  top: 2px;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.marquee .social-trending .trending-boxes {
  border-top: 2px solid #BE1E2D;
  border-right: 2px solid #BE1E2D;
  list-style: none;
  margin: 0;
  padding: 0;
}
.marquee .social-trending .trending-single {
  width: 100%;
  height: 186px;
  clear: none;
  display: block;
  float: left;
  border-left: 2px solid #BE1E2D;
  border-bottom: 2px solid #BE1E2D;
  position: relative;
  overflow: hidden;
}
.marquee .social-trending .trending-single h2 {
  color: #fff;
  font-weight: 700;
  line-height: 160%;
  padding: 20px;
  position: relative;
  z-index: 9;
}
.marquee .social-trending .trending-single h2 a {
  color: #fff !important;
  font-size: 1.125em;
}
.marquee .social-trending .trending-single h2 a:hover {
  color: #fff !important;
}
.marquee .social-trending .trending-single .meta {
  bottom: 0px;
  color: #fff;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 700;
  display: block;
  padding: 10px 11px;
  position: absolute;
  margin: 0px;
  z-index: 9;
  -webkit-text-stroke: 0.2px #fff;
}
.marquee .social-trending .trending-single .meta i {
  vertical-align: 0;
}
.marquee .social-trending .trending-single .meta time {
  position: relative;
  bottom: 0.5em;
}
.marquee .social-trending .trending-single .meta a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
}
.marquee .social-trending .trending-single .trending-image {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.marquee .social-trending .trending-single:before {
  position: absolute;
  content: "";
  display: block;
  opacity: 1;
  width: 100%;
  height: 225px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(255, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0.3));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(255, 0, 0, 0.3)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0.3));
  z-index: 7;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.marquee .social-trending .trending-single:hover {
  cursor: pointer;
}
.marquee .social-trending .trending-single:hover h2 {
  background: rgba(0, 0, 0, 0.5);
}
.marquee .social-trending .trending-single:hover h2 a {
  text-shadow: 1px 1px 1px #000;
}
.marquee .social-trending .trending-single:hover .meta {
  text-shadow: 1px 1px 1px #000;
}
.marquee .social-trending .trending-single:hover .meta a {
  text-shadow: 1px 1px 1px #000;
}
.marquee .social-trending .trending-single:hover:before {
  opacity: 0.4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 570px) {
  .marquee .social-trending .trending-single {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 0) {
  .marquee .shelf {
    height: auto;
  }
  .marquee .featured-story {
    width: 100%;
  }
  .marquee .featured-story .featured-story-title h2 {
    font-size: 1.5625em;
  }
  .marquee .featured-story .featured-story-description p {
    font-size: 0.875em;
  }
  .marquee .featured-story .read-more {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #901722;
  }
  .marquee .social-trending {
    width: 100%;
    float: left;
    padding: 0px;
  }
  .marquee .social-trending .social-trending-header {
    border: none;
  }
  .marquee .social-trending .trending-boxes {
    border-top: none;
    border-right: 2px solid #000;
  }
  .marquee .social-trending .trending-single {
    width: 100%;
    height: 200px;
    border-left: none;
    border-top: 2px solid #000;
    border-bottom: none;
  }
  .marquee .social-trending .trending-single h1 {
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
  .marquee .social-trending .trending-single .meta {
    position: relative;
    padding: 15px;
  }
}

.home .marquee .row.medium-collapse > .columns {
  padding-left: 0;
  padding-right: 0px;
}

/*--------------------------------------------------------------
13.0 Modules
--------------------------------------------------------------*/
/* Modules */
.modules-container {
  padding-bottom: 5px;
  float: left;
  width: 100%;
}

.modules article {
  float: left;
  margin: 0 0.77821%;
  width: 31.51751%;
}
.modules .grid-sizer {
  border: solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  width: 31.61479%;
}
.modules .gutter-sizer {
  opacity: 0;
  width: 1.75097%;
}
@media only screen and (max-width: 771px) and (min-width: 514px) {
  .modules article {
    width: 46.08819%;
  }
  .modules .grid-sizer {
    width: 46.08819%;
  }
  .modules .gutter-sizer {
    width: 2.56046%;
  }
}
@media only screen and (max-width: 514px) {
  .modules .grid-sizer,
  .modules article {
    float: none;
    margin: 0 1%;
    width: 98%;
  }
}

.modules,
.module-rows {
  overflow: hidden;
  position: relative;
  padding: 10px 0.09728%;
}
.modules.pad-top,
.module-rows.pad-top {
  padding-top: 30px;
}
.modules.with-sections,
.module-rows.with-sections {
  padding-top: 0;
}
.modules .big-story-article,
.module-rows .big-story-article {
  background: #f9f9f9;
  border-top: solid 3px #BE1E2D;
  cursor: pointer;
}
.modules .big-story-article .meta,
.module-rows .big-story-article .meta {
  margin-top: 5px;
  margin-bottom: 18px;
}
.modules #homepage-ad,
.module-rows #homepage-ad {
  background: transparent;
  background-color: transparent;
}
.modules article,
.module-rows article {
  background-color: #F9F9F9;
  padding: 18px 18px 18px 18px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}
.modules article .post-thumbnail,
.module-rows article .post-thumbnail {
  display: block;
}
.modules article .post-thumbnail img,
.module-rows article .post-thumbnail img {
  width: 100%;
}
.modules article .read_more,
.module-rows article .read_more {
  color: #BE1E2D;
  display: block;
  font-weight: bold;
  margin-top: 8px;
}
.modules article a,
.module-rows article a {
  color: #BE1E2D;
}
.modules article h2,
.module-rows article h2 {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 0.3125em;
  padding-right: 15px;
}
.modules article h2 a,
.module-rows article h2 a {
  color: #231F20;
}
.modules article h2 a:hover,
.module-rows article h2 a:hover {
  text-decoration: underline;
}
.modules article header .follow,
.module-rows article header .follow {
  float: right;
  padding-top: 1.3em;
}
.modules article .special-header,
.module-rows article .special-header {
  border-bottom: 1px solid #dfdfdf;
  margin-top: -16px;
  margin-bottom: 0.3125em;
  padding: 16px 16px 16px 16px;
}
.modules article .special-header .type,
.module-rows article .special-header .type {
  margin-bottom: 3px;
  color: #000;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875em;
  text-transform: uppercase;
}
.modules article .special-header.sponsored .type,
.module-rows article .special-header.sponsored .type {
  color: #6D6E70;
}
.modules article .special-header .who,
.module-rows article .special-header .who {
  margin-top: 0px;
  font-family: "Alfa Slab One", cursive;
  font-size: 1.3125em;
  font-weight: 400;
}
.modules article .special-header .who a,
.module-rows article .special-header .who a {
  color: #BE1E2D;
  letter-spacing: 1px;
}
.modules article .special-header .type + .who,
.module-rows article .special-header .type + .who {
  border-top: dashed 1px #b8b9ba;
  margin-top: 0.28571em;
  padding-top: 0.09524em;
  padding-right: 66px;
}
.modules article .special-header .more-stories,
.module-rows article .special-header .more-stories {
  float: right;
  font-weight: bold;
  font-size: 0.625em;
  margin-top: -15px;
}
.modules article .excerpt,
.module-rows article .excerpt {
  font-size: 12.8px;
  font-size: 0.8rem;
}
.modules article .excerpt p,
.module-rows article .excerpt p {
  color: #666666;
  margin-top: 0;
}
.modules article .excerpt.voice-bio,
.module-rows article .excerpt.voice-bio {
  color: #6D6E70;
  margin-left: 9em;
}
@media only screen and (max-width: 570px) {
  .modules article .excerpt.voice-bio,
  .module-rows article .excerpt.voice-bio {
    margin: 0;
  }
}
.modules article .excerpt.background-info,
.module-rows article .excerpt.background-info {
  text-align: right;
}
.modules article .meta,
.module-rows article .meta {
  font-weight: 300;
  font-size: 0.675em;
  font-style: normal;
  text-transform: none;
  color: #666666;
}
.modules article .meta .item,
.module-rows article .meta .item {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.modules article .meta time,
.module-rows article .meta time {
  color: #000000;
}
.modules article .meta time::before,
.module-rows article .meta time::before {
  color: #000000;
  content: "|";
  display: inline-block;
  margin: 0 3px;
}
.modules article .meta .source,
.module-rows article .meta .source {
  color: #BE1E2D;
}
.modules article .meta .voice-title,
.module-rows article .meta .voice-title {
  margin-left: 3px;
}
.modules article .meta .voice-type,
.module-rows article .meta .voice-type {
  margin-left: 3px;
}
.modules article .meta .posted-on,
.module-rows article .meta .posted-on {
  margin-right: 5px;
}
.modules article .meta cite,
.module-rows article .meta cite {
  font-style: normal;
}
.modules article .image,
.module-rows article .image {
  margin: 0.5em 0;
  position: relative;
}
.modules article .image img,
.module-rows article .image img {
  display: block;
  height: auto;
  width: 100%;
}
.modules article .image img:hover,
.module-rows article .image img:hover {
  cursor: pointer;
}
.modules article .video-code,
.module-rows article .video-code {
  display: none;
}
.modules article .dog-ear,
.module-rows article .dog-ear {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
}
.modules article footer,
.module-rows article footer {
  margin-top: 10px;
}
.modules article footer .item,
.modules article footer a,
.module-rows article footer .item,
.module-rows article footer a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #808284;
  font-size: 0.6875em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding: 2px;
  text-transform: lowercase;
}
.modules article footer .item:first-child,
.modules article footer a:first-child,
.module-rows article footer .item:first-child,
.module-rows article footer a:first-child {
  margin-left: -2px;
}
.modules article footer .item:hover, .modules article footer .item:focus,
.modules article footer a:hover,
.modules article footer a:focus,
.module-rows article footer .item:hover,
.module-rows article footer .item:focus,
.module-rows article footer a:hover,
.module-rows article footer a:focus {
  color: #BE1E2D;
}
.modules article footer .sep,
.module-rows article footer .sep {
  border-left: solid 1px #E6E7E8;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 0.75em;
  margin: 0 0.1em;
}
.modules article.loaded,
.module-rows article.loaded {
  -webkit-animation-name: article-loaded;
  animation-name: article-loaded;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.modules.as-links article[data-href]:hover,
.module-rows.as-links article[data-href]:hover {
  border-color: #BE1E2D;
}
@media only screen and (max-width: 570px) {
  .modules.as-links article[data-href],
  .module-rows.as-links article[data-href] {
    border: 0px;
  }
}
.modules .section-header,
.module-rows .section-header {
  background-color: #808284;
  border-bottom: solid 5px #999b9d;
  color: #fff;
  float: left;
  font-family: "Alfa Slab One", cursive;
  font-size: 1.25em;
  margin-left: -55px;
  margin-right: -55px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px 55px;
  text-align: center;
}
.modules .section-header:first-child,
.module-rows .section-header:first-child {
  margin-top: 0;
}
.modules .section-header.masonry-brick,
.module-rows .section-header.masonry-brick {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 570px) {
  .modules,
  .module-rows {
    padding-left: 0;
    padding-right: 0;
  }
  .modules article,
  .module-rows article {
    margin-bottom: 5px;
  }
}
.modules .infinite-loader,
.module-rows .infinite-loader {
  bottom: 20px;
  left: 50%;
  margin: 0;
  position: absolute;
  width: 28px;
}
html.mobile .modules article, html.mobile
.module-rows article {
  float: none;
  width: auto;
}

/* Category Most Recent Post */
.category .modules article:first-of-type,
.category .module-rows article:first-of-type {
  width: 99%;
}
.category .modules article:first-of-type .rare-take-small,
.category .module-rows article:first-of-type .rare-take-small {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.category .modules article:first-of-type .rare-take-small h3,
.category .module-rows article:first-of-type .rare-take-small h3 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 0.45455em;
  padding-right: 2.27273em;
  padding-left: 10px;
  padding-top: 1.4px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.category .modules article:first-of-type .rare-take-small h3 .at,
.category .module-rows article:first-of-type .rare-take-small h3 .at {
  font-weight: normal;
  font-family: "Alfa Slab One", cursive;
}
.category .modules article:first-of-type .rare-take-small h3:before,
.category .module-rows article:first-of-type .rare-take-small h3:before {
  background: url(/wp-content/themes/vip/cox-rare-platform/css/../img/rare-take-bg.png) no-repeat top left;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 100%;
  z-index: -1;
}
.category .modules article:first-of-type .rare-take-small .more-takes,
.category .module-rows article:first-of-type .rare-take-small .more-takes {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.category .modules article:first-of-type .rare-take-small .content,
.category .module-rows article:first-of-type .rare-take-small .content {
  border-bottom: 2px solid #e4e8ed;
  color: #7e7e7e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.42857;
  padding-top: 0.3125em;
  padding-bottom: 0.625em;
}
.category .modules article:first-of-type .rare-take-small .rare-take-image,
.category .module-rows article:first-of-type .rare-take-small .rare-take-image {
  border-radius: 50px;
  display: inline-block;
  margin: 15px 5px 5px 5px;
  padding-right: 5px;
  width: 50px;
  vertical-align: top;
}
.category .modules article:first-of-type .rare-take-small .rare-take-image img,
.category .module-rows article:first-of-type .rare-take-small .rare-take-image img {
  border-radius: 50px;
}
.category .modules article:first-of-type .rare-take-small .rare-take-text,
.category .module-rows article:first-of-type .rare-take-small .rare-take-text {
  display: inline-block;
  position: relative;
  bottom: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
  vertical-align: middle;
  width: 85%;
}
.category .modules article:first-of-type h1,
.category .module-rows article:first-of-type h1 {
  font-size: 33.6px;
  font-size: 2.1rem;
  margin-top: 20px;
}
@media only screen and (max-width: 570px) {
  .category .modules article:first-of-type h1,
  .category .module-rows article:first-of-type h1 {
    font-size: 1.4375em;
  }
}
.category .modules article:first-of-type .meta,
.category .module-rows article:first-of-type .meta {
  font-size: 11.2px;
  font-size: 0.7rem;
}
.category .modules article:first-of-type .excerpt,
.category .module-rows article:first-of-type .excerpt {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.category .modules article:first-of-type:after, .category .modules article:first-of-type:before,
.category .module-rows article:first-of-type:after,
.category .module-rows article:first-of-type:before {
  display: none;
}

/*--------------------------------------------------------------
13.1 Sub Posts
--------------------------------------------------------------*/
.sub-posts {
  list-style: none;
  margin-bottom: 0.625em;
  padding: 5px 18px 5px 18px;
  position: relative;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 10px;
}
.sub-posts .meta time::before {
  display: none !important;
}
.sub-posts li {
  padding: 0.5em 0;
}
.sub-posts li + li {
  border-top: solid 1px #E6E7E8;
}
.sub-posts li h2 {
  line-height: 1;
  margin: 1.0rem 0;
}
.sub-posts li h2 a {
  color: #BE1E2D;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sub-posts li h2 a:hover, .sub-posts li h2 a:focus {
  color: #000;
}
.sub-posts li h2 i.sprite-rare-take-r {
  vertical-align: initial;
}

/*--------------------------------------------------------------
14.0 Primary
--------------------------------------------------------------*/
.home .site-content,
.archive .site-content,
.category .site-content,
.single-post .site-content {
  background: #fff;
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 0 0 0;
}

.entry-content {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  float: left;
  width: 100%;
}

.page .single-article header {
  padding-bottom: 12px;
}

/*--------------------------------------------------------------
14.1 Right Now
--------------------------------------------------------------*/
.right-now {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #fff;
  padding: 15px 0;
}
.right-now .right-now-title {
  float: left;
  color: #BE1E2D;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Alfa Slab One", cursive;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1135px) {
  .right-now .right-now-title {
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 830px) {
  .right-now .right-now-title {
    margin: 0 2px 0 0;
    font-size: 14.4px;
    font-size: 0.9rem;
    position: relative;
    top: 3px;
  }
}
.right-now .right-now-menu {
  display: inline-block;
  vertical-align: middle;
}
.right-now .right-now-list .right-now-list-item {
  float: left;
}
.right-now .right-now-list .right-now-list-item a {
  color: #BE1E2D;
  font-family: "Montserrat", sans-serif;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 0 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1135px) {
  .right-now .right-now-list .right-now-list-item a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 4px;
  }
}
@media screen and (max-width: 830px) {
  .right-now .right-now-list .right-now-list-item a {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 0 2px;
  }
}
@media screen and (max-width: 725px) {
  .right-now {
    display: none;
  }
}

/*--------------------------------------------------------------
15.0 Single Posts
--------------------------------------------------------------*/
.single article a {
  color: #BE1E2D;
}

.single-article {
  *zoom: 1;
  background-color: #fff;
}
.single-article:after {
  content: "";
  display: table;
  clear: both;
}
.single-article header {
  float: left;
  margin-bottom: 25px;
  padding-top: 55px;
  width: 100%;
}
.single-article header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0;
  -webkit-text-stroke: 0.2px #000;
}
@media screen and (max-width: 800px) {
  .single-article header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.single-article header h2 {
  font-size: 1.75em;
  font-family: "Montserrat", sans-serif;
  -webkit-text-stroke: 0.1px #000;
}
.single-article header h3 {
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
  -webkit-text-stroke: 0.1px #000;
}
.single-article header .entry-meta {
  -webkit-text-stroke: 0.2px #000;
}
.single-article header .entry-meta a {
  -webkit-text-stroke: 0.2px #BE1E2D;
}
@media screen and (max-width: 1050px) {
  .single-article header {
    padding: 45px 0 10px;
    margin: 0px;
  }
}
@media only screen and (max-width: 570px) {
  .single-article header {
    padding: 20px 0 0px;
  }
}
.single-article .category {
  color: #BE1E2D;
  font-size: 1.125em;
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 1px;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .single-article .category {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 570px) {
  .single-article .category {
    font-size: 1em;
  }
}
.single-article .primary-sidebar-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.single-article .primary-sidebar-container .row {
  position: relative;
}
.single-article .primary-sidebar-container .row:before {
  background: #e5eaf0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 375px;
}
@media screen and (max-width: 1130px) {
  .single-article .primary-sidebar-container .row:before {
    width: 330px;
  }
}
@media screen and (max-width: 850px) {
  .single-article .primary-sidebar-container .row:before {
    display: none;
  }
}
.single-article .primary-sidebar-container:before {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #ffffff), color-stop(49%, #ffffff), color-stop(70%, #ffffff), color-stop(70%, #e5eaf0), color-stop(100%, #e5eaf0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 49%, #ffffff 49%, #ffffff 70%, #e5eaf0 70%, #e5eaf0 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #ffffff), color-stop(49%, #ffffff), color-stop(70%, #ffffff), color-stop(70%, #e5eaf0), to(#e5eaf0));
  background: linear-gradient(to right, #ffffff 49%, #ffffff 49%, #ffffff 70%, #e5eaf0 70%, #e5eaf0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5eaf0',GradientType=1 );
  /* IE6-9 */
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .single-article .primary-sidebar-container:before {
    display: none;
  }
}
.single-article .primary-column {
  background: #fff;
  float: left;
  padding: 0 40px 1.2em 50px;
  position: relative;
  width: 69%;
  z-index: 1;
}
.single-article .primary-column a:hover {
  text-decoration: underline;
}
.single-article .primary-column .sharedaddy {
  display: none;
}
@media screen and (max-width: 1215px) {
  .single-article .primary-column {
    width: 68%;
  }
}
@media screen and (max-width: 1176px) {
  .single-article .primary-column {
    width: 66%;
  }
}
@media screen and (max-width: 980px) {
  .single-article .primary-column {
    padding: 0 20px 1.2em 35px;
    width: 61%;
  }
}
@media screen and (max-width: 850px) {
  .single-article .primary-column {
    float: none;
    padding: 1.4em 15px;
    width: 100%;
  }
}
.single-article .prose {
  font-family: "Source Sans Pro", sans-serif;
}
.single-article .prose p:first-child {
  margin-top: 0px;
}
.single-article .prose .fb-page-link {
  margin: 25px 0 35px;
}
.single-article .prose .author-bio-single {
  border-top: 2px solid #e4e8ed;
  border-bottom: 2px solid #e4e8ed;
  margin: 25px 0;
  padding: 10px 0;
}
.single-article .prose .post-author-signature {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.single-article .prose .post-author-signature .voice-post-thumbnail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.single-article .prose .post-author-signature .voice-post-thumbnail img {
  border-radius: 200px;
  height: 50px;
  width: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 570px) {
  .single-article .prose .post-author-signature .voice-post-thumbnail {
    display: none;
  }
}
.single-article .prose .post-author-signature .facebook-like-bio {
  border-bottom: 2px solid #e4e8ed;
  color: #7e7e7e;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
  width: 80%;
}
.single-article .prose .post-author-signature .facebook-like-bio p {
  margin-bottom: 0px;
}
.single-article .fb-page-link span:nth-child(2) {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.0em;
  margin-left: 10px;
  color: #3b5998;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 570px) {
  .single-article .fb-page-link span:nth-child(2) {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 570px) {
  .single-article .meta {
    height: auto;
  }
  .single-article .meta cite {
    padding-bottom: 3px;
  }
  .single-article .super-story-banner {
    left: 5px;
    padding: 5px 10px;
  }
  .single-article .super-story-banner .title {
    float: left;
    font-size: 15px;
    line-height: 30px;
    padding: 0 0.2em;
  }
  .single-article .super-story-banner .part-of-the {
    float: left;
  }
  .single-article .super-story-banner .part-of-the .part {
    font-size: 13px;
    display: block;
    line-height: 17px;
  }
  .single-article .super-story-banner .part-of-the .of-the {
    font-size: 10px;
    line-height: 13px;
  }
  .single-article .super-story-banner .super-story {
    float: left;
    font-size: 13px;
  }
  .single-article .super-story-banner .super-story span {
    display: block;
    line-height: 15px;
  }
  .single-article .dog-ear {
    display: none;
  }
  .single-article .outbrain-desktop {
    display: none;
  }
  .single-article .outbrain-mobile {
    display: block;
  }
  .single-article .sharethis-module-top-contain {
    display: none;
  }
}
@media only screen and (max-width: 800px) and (min-width: 0) {
  .single-article .meta {
    display: inline-block;
    width: 100%;
  }
  .single-article .entry-posted-on {
    display: none;
  }
  .single-article .prose p img {
    max-width: 100%;
    height: 100%;
  }
}
.single-article .source-link {
  text-align: right;
}
.single-article .share-big {
  text-align: right;
}
.single-article .comments {
  margin-top: 2em;
  padding-top: 3em;
  clear: both;
}
@media only screen and (max-width: 570px) {
  .single-article:before, .single-article:after {
    display: none;
  }
}

.rare-feat-img-src {
  opacity: 0;
  position: absolute;
  display: block;
  font-style: italic;
  margin-top: 7px;
  bottom: 0px;
  right: 0;
  background: #fff;
  padding: 3px;
  color: #6D6E70;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .rare-feat-img-src {
  font-size: 0.9em;
}

.single .rare-feat-img-src {
  font-size: 1.2em;
}

.modules article .image a, .module-rows article .image a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modules article .image a:hover, .module-rows article .image a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modules article .image a:hover .rare-feat-img-src, .module-rows article .image a:hover .rare-feat-img-src {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-article iframe {
  width: 100% !important;
}

.single-article embed {
  width: 100% !important;
}

/* Rare Ad */
.rare-stuff-ad {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .rare-stuff-ad img {
    width: 100%;
  }
}

/* Rare Double Ad */
.rare-double-ad-one {
  float: left;
  width: 49%;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .rare-double-ad-one {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  .rare-double-ad-one img {
    width: 100%;
  }
}

.rare-double-ad-two {
  float: right;
  width: 49%;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .rare-double-ad-two {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  .rare-double-ad-two img {
    width: 100%;
  }
}

@media only screen and (max-width: 570px) {
  padding: 11px 11px 11px;
  #comments {
    display: none;
  }
}
/*--------------------------------------------------------------
15.1 Super Stories Panel
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/wp-content/themes/vip/cox-rare-platform/css/../img/ajax-loader.gif?1452537448) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 75px;
  width: 75px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  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;
}
@media only screen and (max-width: 600px) {
  .slick-prev,
  .slick-next {
    top: 30%;
  }
}

.slick-prev:before, .slick-next:before {
  display: block;
  font-family: "genericons";
  font-size: 75px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 99999;
}

.slick-prev:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-next:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f431";
}
[dir="rtl"] .slick-prev:before {
  content: "\f432";
}
@media only screen and (max-width: 600px) {
  .slick-prev {
    left: 5px;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 5px;
  }
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f432";
}
[dir="rtl"] .slick-next:before {
  content: "\f431";
}
@media only screen and (max-width: 600px) {
  .slick-next {
    right: 0px;
  }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto;
  }
}

/* Dots */
.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: 0px;
  font-size: 0px;
  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: "•";
  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;
}

.super-stories-panel {
  background-color: #fafbfc;
}
.super-stories-panel .super-stories-slider {
  background-color: #fafbfc;
  margin-bottom: 0px;
}
.super-stories-panel .super-stories-slider .ss-item {
  height: 281px;
  padding: 20px 20px;
  position: relative;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.super-stories-panel .super-stories-slider .ss-item .thumbnail-container {
  height: 121px;
  overflow: hidden;
}
.super-stories-panel .super-stories-slider .ss-item .thumbnail-container img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .super-stories-panel .super-stories-slider .ss-item .thumbnail-container {
    height: 200px;
  }
}
.super-stories-panel .super-stories-slider .ss-item h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-top: 18px;
}
.super-stories-panel .super-stories-slider .ss-item h2 a {
  color: #000;
}
@media only screen and (max-width: 600px) {
  .super-stories-panel .super-stories-slider .ss-item h2 {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
.super-stories-panel .super-stories-slider .ss-item .meta {
  bottom: 15px;
  font-style: italic;
  left: 35%;
  position: absolute;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  .super-stories-panel .super-stories-slider .ss-item .meta {
    left: 40%;
  }
}
.super-stories-panel .super-stories-slider .ss-item:hover {
  background-color: #BE1E2D;
  cursor: pointer;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.super-stories-panel .super-stories-slider .ss-item:hover h2 a {
  color: #fff;
}
.super-stories-panel .super-stories-slider .ss-item:hover .meta {
  color: #fff;
}
.super-stories-panel .super-stories-slider .ss-item:hover:before {
  display: none;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.super-stories-panel .super-stories-slider .ss-item:before {
  background: url(/wp-content/themes/vip/cox-rare-platform/css/../img/ss-panel-dotted.png) no-repeat top left;
  bottom: 35px;
  content: "";
  height: 9px;
  left: 6px;
  position: absolute;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .super-stories-panel .super-stories-slider .ss-item:before {
    background: url(/wp-content/themes/vip/cox-rare-platform/css/../img/ss-panel-dotted-large.png) no-repeat top center;
  }
}
@media only screen and (max-width: 600px) {
  .super-stories-panel .super-stories-slider .ss-item:before {
    left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .super-stories-panel .super-stories-slider .ss-item {
    height: 340px;
  }
}
.super-stories-panel .super-stories-slider .ss-post-count {
  height: 281px;
  background-color: #E6E7E8;
  margin: 15px 15px;
  text-align: center;
}
.super-stories-panel .super-stories-slider .ss-post-count a {
  color: #000;
}
.super-stories-panel .super-stories-slider .ss-post-count h1 {
  font-size: 4.0625em;
  margin: 0;
}
.super-stories-panel .super-stories-slider .ss-post-count p {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .super-stories-panel .row.small-collapse > .column, .super-stories-panel .row.small-collapse > .columns {
    padding: 0px;
  }
}

/*--------------------------------------------------------------
15.2 Post Meta
--------------------------------------------------------------*/
.meta {
  color: #000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  line-height: 1.25;
  margin: 15px 0 0;
  text-transform: uppercase;
  -webkit-text-stroke: 0.1px #000;
}
.meta cite {
  display: inline;
  font-style: normal;
}
.meta cite a {
  color: #BE1E2D;
  font-weight: 700;
  -webkit-text-stroke: 0.1px #BE1E2D;
}
.meta cite a:hover {
  text-decoration: underline;
}
.meta .voice-title {
  margin-left: 3px;
}
.meta .voice-type {
  margin-left: 3px;
}
.meta .sep {
  margin: 0 8px;
}
@media only screen and (max-width: 800px) and (min-width: 0) {
  .meta .sep {
    display: none;
  }
}
.meta .entry-source {
  display: inline;
}
.meta .voice-post-thumbnail {
  float: left;
  padding-right: 10px;
}
.meta .voice-post-thumbnail img {
  border-radius: 100px;
  height: 40px;
  width: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 570px) {
  .meta .voice-post-thumbnail {
    display: none;
  }
}
.meta .plus-author {
  margin-right: 5px;
}
.meta .plus-author .item {
  display: inline-block;
  vertical-align: middle;
}
.meta .plus-author .voice-title {
  margin-left: 3px;
}
.meta .plus-author:nth-child(2) {
  margin-right: 0;
}
.meta .plus-author:nth-child(2) .author-comma {
  display: none;
}
.meta .author-like {
  margin-top: 5px;
}

/*--------------------------------------------------------------
15.3 Featured Content
--------------------------------------------------------------*/
.featured-content {
  clear: both;
  display: inline-block;
  padding-top: 23px;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
.featured-content > .row {
  max-width: inherit;
}
@media screen and (max-width: 1050px) {
  .featured-content > .row {
    position: initial;
  }
}
.featured-content:before {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(54%, #ffffff), color-stop(54%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c2372d), color-stop(100%, #c2372d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 54%, #ffffff 54%, #ffffff 50%, #ffffff 50%, #c2372d 50%, #c2372d 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(54%, #ffffff), color-stop(54%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c2372d), to(#c2372d));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 54%, #ffffff 54%, #ffffff 50%, #ffffff 50%, #c2372d 50%, #c2372d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2372d',GradientType=1 );
  /* IE6-9 */
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .featured-content:before {
    display: none;
    height: 100%;
  }
}
.featured-content:after {
  background: url(/wp-content/themes/vip/cox-rare-platform/css/../img/post-headline-bg.png) no-repeat top center;
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .featured-content:after {
    display: none;
  }
}
.featured-content .post-video {
  height: 498px;
}
.featured-content .post-video iframe, .featured-content .post-video object {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}
.featured-content .post-video img.video-fail {
  height: 498px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .featured-content .post-video img.video-fail {
    height: auto;
  }
}
.featured-content .post-video .fb_iframe_widget_fluid_desktop {
  height: 498px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .featured-content .post-video .fb_iframe_widget_fluid_desktop {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .featured-content .post-video {
    height: auto;
    min-height: 380px;
  }
}
@media screen and (max-width: 580px) {
  .featured-content .post-video {
    height: auto;
    min-height: 300px;
  }
}
@media screen and (max-width: 410px) {
  .featured-content .post-video {
    height: auto;
    min-height: 250px;
  }
}
.featured-content .post-thumbnail.hidden {
  display: none;
}
.featured-content .post-thumbnail .rare-feat-img-src {
  opacity: 0;
  position: absolute;
  display: block;
  font-style: italic;
  margin-top: 7px;
  bottom: 0px;
  right: 0;
  background: #fff;
  padding: 3px;
  color: #6D6E70;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.featured-content .post-thumbnail img {
  height: 489px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.featured-content .post-thumbnail:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.featured-content .post-thumbnail:hover .rare-feat-img-src {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1250px) {
  .featured-content .post-thumbnail img {
    height: 490px;
  }
}
@media screen and (max-width: 1050px) {
  .featured-content .post-thumbnail img {
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 1050px) {
  .featured-content {
    padding-top: 0px;
  }
}

.post-thumbnail-container, .post-video {
  line-height: 0.7;
  margin-right: 407px;
  position: relative;
  z-index: 1;
  width: 62%;
}
@media screen and (max-width: 1130px) {
  .post-thumbnail-container, .post-video {
    width: 72%;
  }
}
@media screen and (max-width: 1050px) {
  .post-thumbnail-container, .post-video {
    width: 100%;
    margin: 0;
  }
}

.post-thumbnail-container {
  height: 489px;
  cursor: pointer;
}
.post-thumbnail-container .rare-feat-img-src {
  opacity: 0;
  position: absolute;
  display: block;
  font-style: italic;
  margin-top: 7px;
  bottom: 0px;
  right: 0;
  background: #fff;
  padding: 3px;
  color: #6D6E70;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-thumbnail-container:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-thumbnail-container:hover .rare-feat-img-src {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1130px) {
  .post-thumbnail-container {
    height: 479px;
  }
}
@media screen and (max-width: 1050px) {
  .post-thumbnail-container {
    height: 445px;
  }
}
@media screen and (max-width: 670px) {
  .post-thumbnail-container {
    height: 350px;
  }
}
@media screen and (max-width: 550px) {
  .post-thumbnail-container {
    height: 250px;
  }
}

.home .rare-feat-img-src {
  font-size: 0.9em;
}

.single .rare-feat-img-src {
  font-size: 1.2em;
}

.modules article .post-thumbnail, .module-rows article .post-thumbnail {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modules article .post-thumbnail:hover, .module-rows article .post-thumbnail:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modules article .post-thumbnail:hover .rare-feat-img-src, .module-rows article .post-thumbnail:hover .rare-feat-img-src {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
15.4 Comment Discussion Count
--------------------------------------------------------------*/
.comment-count-post-nav {
  width: 407px;
  z-index: 9;
  position: absolute;
  top: 23px;
  padding: 0 24px;
  color: #fff;
  margin-left: 62%;
}
.comment-count-post-nav .comment-count {
  float: left;
  height: 200px;
  width: 100%;
}
.comment-count-post-nav .comment-news {
  margin: 20px 0px 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.25em;
  font-weight: 400;
}
@media screen and (max-width: 1140px) {
  .comment-count-post-nav .comment-news {
    margin: 10px 10px 0;
  }
}
.comment-count-post-nav .news-logo {
  font-size: 17.6px;
  font-size: 1.1rem;
}
.comment-count-post-nav .count-discussion {
  margin: 0;
}
@media screen and (max-width: 1112px) {
  .comment-count-post-nav .count-discussion {
    text-align: center;
  }
}
.comment-count-post-nav .count-num {
  display: inline;
  font-size: 60.8px;
  font-size: 3.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-right: 5px;
}
.comment-count-post-nav .inspired-discussions {
  position: relative;
  display: inline;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.comment-count-post-nav .inspired-discussions:before {
  content: "";
  height: 30px;
  width: 34px;
  overflow: hidden;
  text-indent: -999px;
  background-position: 0 -129px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
  position: absolute;
  top: -29px;
  left: 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .comment-count-post-nav .inspired-discussions:before {
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
    background-position: 0 -147px;
    width: 34px;
    height: 30px;
  }
}
@media screen and (max-width: 1112px) {
  .comment-count-post-nav .inspired-discussions:before {
    top: -52px;
  }
}
@media screen and (max-width: 1112px) {
  .comment-count-post-nav .inspired-discussions {
    font-size: 0px;
  }
}
@media screen and (max-width: 1130px) {
  .comment-count-post-nav {
    width: 28%;
    padding: 0 18px;
    margin-left: 72%;
  }
}
@media screen and (max-width: 1050px) {
  .comment-count-post-nav {
    display: none;
  }
}

.comment-count-post-nav-mobile,
.post-nav-mobile {
  display: none;
}
@media screen and (max-width: 1050px) {
  .comment-count-post-nav-mobile,
  .post-nav-mobile {
    display: block;
  }
}

.count-discussion-mobile {
  position: absolute;
  right: 20px;
  top: -8px;
  z-index: 1;
  color: #fff;
}
.count-discussion-mobile .count-num {
  display: inline;
  font-size: 60.8px;
  font-size: 3.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 635px) {
  .count-discussion-mobile .count-num {
    font-size: 48px;
    font-size: 3rem;
  }
}
.count-discussion-mobile .inspired-discussions {
  position: relative;
  display: inline;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.count-discussion-mobile .inspired-discussions:before {
  content: "";
  height: 30px;
  width: 34px;
  overflow: hidden;
  text-indent: -999px;
  background-position: 0 -129px;
  background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-sb36106afe2.png);
  position: absolute;
  top: -29px;
  left: -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .count-discussion-mobile .inspired-discussions:before {
    background-size: 188px auto;
    background-image: url(/wp-content/themes/vip/cox-rare-platform/css/../img/sprites-retina-s52cd024f2d.png);
    background-position: 0 -147px;
    width: 34px;
    height: 30px;
  }
}
@media screen and (max-width: 635px) {
  .count-discussion-mobile .inspired-discussions {
    font-size: 11.2px;
    font-size: 0.7rem;
  }
  .count-discussion-mobile .inspired-discussions:before {
    font-size: 32px;
    font-size: 2rem;
    top: -30px;
  }
}
@media screen and (max-width: 635px) {
  .count-discussion-mobile {
    top: 2px;
  }
}
@media only screen and (max-width: 570px) {
  .count-discussion-mobile {
    display: none;
  }
}

/*--------------------------------------------------------------
15.5 Rare Take
--------------------------------------------------------------*/
.rare-take {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.rare-take h3 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 0.45455em;
  margin-top: 0px;
  padding-right: 2.27273em;
  padding-left: 30px;
  padding-top: 1.4px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.rare-take h3 .at {
  font-weight: normal;
  font-family: "Alfa Slab One", cursive;
}
.rare-take h3:before {
  background: url(/wp-content/themes/vip/cox-rare-platform/css/../img/rare-take-bg.png) no-repeat top left;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 100%;
  z-index: -1;
}
.rare-take .content {
  border-bottom: 2px solid #e4e8ed;
  color: #7e7e7e;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  line-height: 1.42857;
  padding-top: 0.3125em;
  padding-bottom: 0.625em;
}
.rare-take .rare-take-image {
  border-radius: 50px;
  display: inline-block;
  margin: 15px 5px 5px 5px;
  padding-right: 5px;
  width: 50px;
  vertical-align: top;
}
.rare-take .rare-take-image img {
  border-radius: 50px;
  height: 40px;
  width: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.rare-take .rare-take-text {
  display: inline-block;
  position: relative;
  bottom: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
  vertical-align: middle;
  width: 85%;
}

.rare-take-small {
  padding-bottom: 0.3125em;
  padding-left: 0;
  padding-top: 0;
}
.rare-take-small h3 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.6875em;
  margin-bottom: 0.45455em;
  padding-left: 5px;
  padding-top: 2px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  width: 100%;
}
.rare-take-small h3:before {
  background: url(/wp-content/themes/vip/cox-rare-platform/css/../img/rare-take-small-bg.png) no-repeat top left;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.rare-take-small .more-takes {
  float: right;
  padding-right: 25px;
  font-weight: bold;
  font-size: 11px;
  color: #BE1E2D;
}
.rare-take-small .content {
  color: #7e7e7e;
  font-size: 0.8125em;
  line-height: 1.4;
  padding: 0.3125em 0 0 0.3125em;
}

.rare-take-r {
  text-transform: uppercase;
  color: #BE1E2D;
  font-weight: normal;
  font-family: "Alfa Slab One", cursive;
}

@media only screen and (max-width: 800px) and (min-width: 570px) {
  .rare-take .rare-take-text {
    width: 85%;
  }
}
@media only screen and (max-width: 570px) {
  .rare-take .rare-take-text {
    width: 100%;
  }
  .rare-take .rare-take-image {
    display: none;
  }
}
body.single-voice .rare-take,
body.single-big-story .rare-take {
  padding-bottom: 0.3125em;
  padding-left: 0;
  padding-top: 0;
}
body.single-voice .rare-take .rare-take-image,
body.single-big-story .rare-take .rare-take-image {
  display: none;
}
body.single-voice .rare-take h3,
body.single-big-story .rare-take h3 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.6875em;
  margin-bottom: 0.45455em;
  padding-left: 5px;
  padding-top: 2px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  width: 100%;
}
body.single-voice .rare-take h3:before,
body.single-big-story .rare-take h3:before {
  background: url(/wp-content/themes/vip/cox-rare-platform/css/../img/rare-take-small-bg.png) no-repeat top left;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}
body.single-voice .rare-take .more-takes,
body.single-big-story .rare-take .more-takes {
  float: right;
  padding-right: 25px;
  font-weight: bold;
  font-size: 11px;
  color: #BE1E2D;
}
body.single-voice .rare-take .content,
body.single-big-story .rare-take .content {
  color: #7e7e7e;
  font-size: 0.8125em;
  line-height: 1.4;
  padding: 0.3125em 0 0 0.3125em;
}

/*--------------------------------------------------------------
15.6 Sharing
--------------------------------------------------------------*/
.entry-sharing {
  background: #e5eaf0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  line-height: 0.8;
}

.sharing-desktop {
  background: #e5eaf0;
  padding: 14px 50px;
  line-height: 0.8;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1050px) {
  .sharing-desktop {
    padding: 14px 15px;
  }
}

.stick {
  width: 100%;
  background: #e5eaf0;
  padding: 14px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1150px) {
  .stick {
    padding: 14px 0px;
  }
}

.row-mobile {
  margin: 0 auto;
  max-width: 78.125rem;
  width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 1050px) {
  .row-mobile {
    padding: 0 15px;
  }
}

.desktop-sharrre-bar {
  float: left;
}
.desktop-sharrre-bar h2 {
  font-size: 0.6875em;
  font-family: "Alfa Slab One", cursive;
  padding: 30px 0 20px 0;
}
.desktop-sharrre-bar .rare-share-inline-bar-sm {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .desktop-sharrre-bar .rare-share-inline-bar-sm {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 570px) {
  .desktop-sharrre-bar .rare-share-inline-bar-sm {
    margin-right: 6px;
  }
}
.desktop-sharrre-bar .share {
  position: relative;
  float: left;
  font-size: 0;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 1050px) {
  .desktop-sharrre-bar .share {
    padding: 5px;
  }
}
.desktop-sharrre-bar .count {
  float: right;
  color: white;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1050px) {
  .desktop-sharrre-bar .count {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 570px) {
  .desktop-sharrre-bar .count {
    display: none;
  }
}
.desktop-sharrre-bar .rare-twitter .share {
  background: #3faae1;
}
.desktop-sharrre-bar .rare-twitter .share:before {
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f202";
}
@media screen and (max-width: 1050px) {
  .desktop-sharrre-bar .rare-twitter .share:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.desktop-sharrre-bar .rare-twitter .share:hover {
  background: #2e7ba3;
}
.desktop-sharrre-bar .rare-facebook .share {
  background: #3c5998;
}
.desktop-sharrre-bar .rare-facebook .share:before {
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f204";
}
@media screen and (max-width: 1050px) {
  .desktop-sharrre-bar .rare-facebook .share:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.desktop-sharrre-bar .rare-facebook .share:hover {
  background: #273a64;
}
.desktop-sharrre-bar .rare-linkedin .share {
  background: #2982ba;
}
.desktop-sharrre-bar .rare-linkedin .share:before {
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f207";
}
@media screen and (max-width: 1050px) {
  .desktop-sharrre-bar .rare-linkedin .share:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.desktop-sharrre-bar .rare-linkedin .share:hover {
  background: #1c597f;
}
.desktop-sharrre-bar .rare-pinterest .share {
  background: #df412b;
}
.desktop-sharrre-bar .rare-pinterest .share:before {
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f209";
}
@media screen and (max-width: 1050px) {
  .desktop-sharrre-bar .rare-pinterest .share:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.desktop-sharrre-bar .rare-pinterest .share:hover {
  background: #a43121;
}

.desktop-print-contact {
  float: right;
  position: relative;
}
.desktop-print-contact .sd-title {
  display: none;
}
.desktop-print-contact .sharedaddy {
  display: inline-block;
  vertical-align: top;
}
.desktop-print-contact .share:before, .desktop-print-contact .sd-content ul li a:before {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  padding: 5px;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;
  background: #999999;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
@media screen and (max-width: 1050px) {
  .desktop-print-contact .share:before, .desktop-print-contact .sd-content ul li a:before {
    padding: 5px;
  }
}
.desktop-print-contact .share:hover:before, .desktop-print-contact .sd-content ul li a:hover:before {
  background: #000;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.desktop-print-contact .sd-content ul li {
  margin-right: 20px;
  float: left;
}
.desktop-print-contact .sd-content ul li a {
  display: block;
}
.desktop-print-contact .sd-content ul li a span {
  color: #000;
  display: inline-block;
  margin-left: 5px;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .desktop-print-contact .sd-content ul li a span {
    font-size: 9.6px;
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 570px) {
  .desktop-print-contact .sd-content ul li a span {
    display: none;
  }
}
.desktop-print-contact .sd-content ul li:last-child {
  margin-right: 0px;
}
.desktop-print-contact .sd-content ul li:nth-child(2) {
  margin-right: 0px;
}
@media screen and (max-width: 1050px) {
  .desktop-print-contact .sd-content ul li {
    margin-right: 6px;
  }
}
.desktop-print-contact .share-email a:before {
  content: "\f410";
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1050px) {
  .desktop-print-contact .share-email a:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.desktop-print-contact .share-comment {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}
.desktop-print-contact .share-comment span {
  color: #000;
  display: inline-block;
  margin-left: 5px;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .desktop-print-contact .share-comment span {
    font-size: 9.6px;
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 570px) {
  .desktop-print-contact .share-comment span {
    display: none;
  }
}
.desktop-print-contact .share-comment:before {
  display: inline-block;
  content: "\f108";
  font-size: 24px;
  font-size: 1.5rem;
  padding: 5px;
  vertical-align: middle;
  background: #999999;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 1050px) {
  .desktop-print-contact .share-comment {
    display: none;
  }
}
.desktop-print-contact .share-print a:before {
  content: "\f469";
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1050px) {
  .desktop-print-contact .share-print a:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/**
 * Sharing Email Dialog
 */
#sharing_email {
  left: 58% !important;
  width: 342px;
  position: absolute;
  z-index: 1001;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #sharing_email {
    left: 45% !important;
  }
}
@media screen and (max-width: 550px) {
  #sharing_email {
    left: 12% !important;
  }
}

div.sharedaddy.sharedaddy-dark #sharing_email {
  border-color: #fff;
}

#sharing_email .errors {
  color: #fff;
  background-color: #771a09;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  margin: 10px 0 0 0;
}

#sharing_email label {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  display: block;
  padding: 0 0 4px 0;
  text-align: left;
  text-shadow: none;
}

#sharing_email form {
  margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  background: #fff;
  font-size: 12px;
  color: #333;
  max-width: none;
  padding: 1px 3px;
}

#jetpack-source_f_name {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

#sharing_email .sharing_cancel {
  padding: 0 0 0 1em;
  font-size: 12px;
  text-shadow: none;
}

#sharing_email .recaptcha {
  width: 312px;
  height: 123px;
  margin: 0 0 1em 0;
}

/*--------------------------------------------------------------
15.7 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  margin: 10px 0 35px;
}
@media screen and (max-width: 1130px) {
  #comments {
    padding: 0;
  }
}

.fb_iframe_widget_fluid span {
  width: 100% !important;
}

/*--------------------------------------------------------------
16.0 Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.1 404 Error
--------------------------------------------------------------*/
.error404 .error-404 {
  min-height: 250px;
  padding: 20px;
}
.error404 .page-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Alfa Slab One", cursive;
}
@media only screen and (max-width: 800px) and (min-width: 0) {
  .error404 .page-title {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}
.error404 h2 {
  font-family: "Alfa Slab One", cursive;
}
.error404 ul, .error404 ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.error404 .widget_recent_entries a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 7px;
}
.error404 .widget_recent_entries a:hover {
  color: #BE1E2D;
}
.error404 .search-form {
  width: 80%;
}
@media only screen and (max-width: 800px) and (min-width: 0) {
  .error404 .search-form {
    width: 100%;
  }
}

/*--------------------------------------------------------------
17.0 Post Types
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1 Big Story
--------------------------------------------------------------*/
.single-big-story .big-story {
  position: relative;
}
.single-big-story .big-story .banner-header {
  border: 0px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  color: #000;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .single-big-story .big-story .banner-header {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 570px) {
  .single-big-story .big-story .banner-header {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
.single-big-story .big-story header h1 {
  border-bottom: 2px solid #E6E7E8;
  color: #BE1E2D;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.single-big-story .big-story .prose {
  font-size: 1.125em;
  padding: 1px 3.89105%;
}
@media only screen and (max-width: 570px) {
  .single-big-story .big-story header h1 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------
17.2 Blog Story
--------------------------------------------------------------*/
body.single-blog-story .blog-story-image .blog-story-title {
  color: #fff;
  font-family: "Alfa Slab One", cursive;
  margin: 0;
  padding: 120px 0 20px 0;
  text-transform: uppercase;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 570px) {
  body.single-blog-story .blog-story-image .blog-story-title {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 80px 0 15px 0;
  }
}
body.single-blog-story .site-main {
  float: left;
  padding: 0 40px 1.2em 50px;
  position: relative;
  width: 69%;
}
@media screen and (max-width: 1215px) {
  body.single-blog-story .site-main {
    width: 68%;
  }
}
@media screen and (max-width: 1176px) {
  body.single-blog-story .site-main {
    width: 66%;
  }
}
@media screen and (max-width: 980px) {
  body.single-blog-story .site-main {
    padding: 0 20px 1.2em 35px;
    width: 61%;
  }
}
@media screen and (max-width: 850px) {
  body.single-blog-story .site-main {
    float: none;
    padding: 1.4em 15px;
    width: 100%;
  }
}
body.single-blog-story .module-blog-story {
  float: left;
  margin-bottom: 2.3rem;
  width: 100%;
}
body.single-blog-story .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
body.single-blog-story .entry-title a {
  color: #000;
}
body.single-blog-story .post-thumbnail {
  display: block;
  margin-top: 15px;
}
body.single-blog-story .post-thumbnail img {
  width: 100%;
}
body.single-blog-story .blog-sharing {
  float: left;
  line-height: 0.8;
  padding: 10px 0;
  width: 100%;
}
@media only screen and (max-width: 570px) {
  body.single-blog-story .blog-sharing .desktop-sharrre-bar .count {
    display: block;
  }
}
body.single-blog-story .prose {
  color: #7e7e7e;
  float: left;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}
body.single-blog-story .blog-continue-reading {
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
body.single-blog-story .blog-continue-reading .read-more {
  color: #BE1E2D;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 600;
}
body.single-blog-story .blog-continue-reading .read-more:after {
  content: '\f431';
  display: block;
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 600;
}

/*--------------------------------------------------------------
17.3 Voices
--------------------------------------------------------------*/
.post-type-archive-voice .section-header-container {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.post-type-archive-voice .section-header-container h1 {
  margin: 1.2em 0 0;
  padding-left: 15px;
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
}
.post-type-archive-voice .section-header-container h1:after {
  content: "";
  height: 2px;
  background: #404040;
  width: 55%;
  display: block;
  margin: 10px auto 0;
}
.post-type-archive-voice .modules .grid-sizer {
  width: 49%;
}
@media only screen and (max-width: 800px) {
  .post-type-archive-voice .modules .grid-sizer {
    width: 98.2%;
  }
}
.post-type-archive-voice .modules-2col article {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 48.8%;
}
.post-type-archive-voice .modules-2col article .special-header {
  margin-bottom: 1em;
  background-color: #BE1E2D;
}
.post-type-archive-voice .modules-2col article .special-header h1 {
  margin-top: 0.2em;
}
.post-type-archive-voice .modules-2col article .special-header h1 a {
  color: #fff;
}
.post-type-archive-voice .modules-2col article .special-header h1 a:hover {
  color: #000;
}
@media only screen and (max-width: 570px) {
  .post-type-archive-voice .modules-2col article .special-header h1 {
    text-align: center;
  }
}
.post-type-archive-voice .modules-2col article .voice-image {
  float: left;
  margin: 0 10px 0 0;
  border-radius: 200px;
}
.post-type-archive-voice .modules-2col article .voice-image img {
  border-radius: 200px;
  height: 106px;
}
@media only screen and (max-width: 570px) {
  .post-type-archive-voice .modules-2col article .voice-image {
    float: none;
    text-align: center;
    border: 0px;
  }
}
.post-type-archive-voice .modules-2col article .meta {
  font-size: 11.2px;
  font-size: 0.7rem;
}
.post-type-archive-voice .modules-2col article .voice-type {
  color: #000;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 570px) {
  .post-type-archive-voice .modules-2col article .voice-type {
    text-align: center;
  }
}
.post-type-archive-voice .modules-2col article .sub-posts li h2 {
  margin: 0 0 3px 0;
  font-size: 35.2px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 570px) {
  .post-type-archive-voice .modules-2col article .sub-posts {
    float: none;
  }
}
.post-type-archive-voice .modules-2col article .voice-read-more {
  width: 100%;
}
.post-type-archive-voice .modules-2col article .voice-read-more hr {
  padding: 1px;
  background-color: #cfcfd0;
  border: 0px;
  margin-bottom: 0.5em;
}
.post-type-archive-voice .modules-2col article .voice-read-more a {
  display: block;
  text-align: right;
  color: #000;
  font-weight: 700;
}
.post-type-archive-voice .modules-2col article .voice-read-more a:hover {
  color: #BE1E2D;
}
@media only screen and (max-width: 846px) {
  .post-type-archive-voice .modules-2col article .voice-read-more a {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 570px) {
  .post-type-archive-voice .modules-2col article .voice-read-more {
    float: none;
  }
}
.post-type-archive-voice .modules-2col article:before, .post-type-archive-voice .modules-2col article:after {
  display: none;
}
@media only screen and (max-width: 800px) {
  .post-type-archive-voice .modules-2col article {
    width: 98.2%;
  }
}
@media only screen and (max-width: 570px) {
  .post-type-archive-voice .modules-2col article {
    float: none;
  }
}

/* Single Voice Page */
.single-voice .site-content {
  background: transparent;
}
.single-voice .modules-container {
  float: left;
  width: 100%;
}

body.single-voice .site-main {
  float: left;
  padding: 0 40px 1.2em 50px;
  position: relative;
  width: 69%;
}
@media screen and (max-width: 1215px) {
  body.single-voice .site-main {
    width: 68%;
  }
}
@media screen and (max-width: 1176px) {
  body.single-voice .site-main {
    width: 66%;
  }
}
@media screen and (max-width: 980px) {
  body.single-voice .site-main {
    padding: 0 20px 1.2em 35px;
    width: 61%;
  }
}
@media screen and (max-width: 850px) {
  body.single-voice .site-main {
    float: none;
    padding: 1.4em 15px;
    width: 100%;
  }
}
body.single-voice a:hover {
  text-decoration: underline;
}
body.single-voice .entry-voice-header {
  margin-bottom: 0px;
}
body.single-voice .voice-information {
  background: #fff;
  padding-top: 30px;
}
body.single-voice .voice-information .voice-image-container {
  padding: 0 15px;
}
body.single-voice .voice-information .voice-image {
  border-radius: 200px;
  height: 170px;
  width: 170px;
  margin: 0 auto;
  position: relative;
}
body.single-voice .voice-information .voice-image img {
  border-radius: 200px;
  height: 170px;
  -webkit-filter: grayscale(1);
  width: 170px;
}
@media only screen and (max-width: 65.6rem) {
  body.single-voice .voice-information .voice-image {
    margin-bottom: 20px;
  }
}
body.single-voice .voice-information .voice-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
  display: block;
  background-color: #BE1E2D;
  background-image: -webkit-linear-gradient(left, #EF4036, #EC008B);
  background-image: -webkit-gradient(linear, left top, right top, from(#ef4036), to(#ec008b));
  background-image: -webkit-linear-gradient(left, #ef4036, #ec008b);
  background-image: linear-gradient(to right, #ef4036, #ec008b);
  border-radius: 200px;
  opacity: 0.5;
  content: '';
}
body.single-voice .voice-information .voice-title-social {
  padding: 0 15px;
}
body.single-voice .voice-information .voice-name {
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  font-size: 48px;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  body.single-voice .voice-information .voice-name {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
body.single-voice .voice-information .voice-position, body.single-voice .voice-information .voice-role {
  color: #BE1E2D;
  display: block;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  margin: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-family: "Alfa Slab One", cursive;
  font-weight: 700;
}
body.single-voice .voice-information .voice-social {
  display: block;
}
body.single-voice .voice-information .voice-social .voice-follow {
  display: block;
}
body.single-voice .voice-information .voice-social .voice-follow .twitter-like-count-voice {
  display: inline-block;
  position: relative;
  top: 6px;
}
body.single-voice .voice-information .voice-more-social {
  margin-top: 0px;
  padding-bottom: 30px;
}
body.single-voice .voice-information .voice-social-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
body.single-voice .voice-information .voice-social-link.website:before {
  content: "\f475";
  font-weight: 400;
  font-size: 43.2px;
  font-size: 2.7rem;
}
body.single-voice .voice-information .voice-social-link.facebook:before {
  content: "\f203";
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
}
body.single-voice .voice-information .voice-social-link.twitter:before {
  content: "\f202";
}
body.single-voice .voice-information .voice-social-link.google-plus:before {
  content: "\f206";
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
}
body.single-voice .voice-information .voice-social-link:before {
  font-size: 36.8px;
  font-size: 2.3rem;
  color: #404040;
  position: relative;
}
body.single-voice .voice-information .voice-social-link:hover:before {
  color: #BE1E2D;
  -webkit-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
body.single-voice .voice-information::after {
  background: #e1e1e1;
  content: '';
  display: block;
  height: 3px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 65.6rem) {
  body.single-voice .voice-information {
    text-align: center;
  }
}
body.single-voice .voice-bio {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
}
body.single-voice .voice-bio p {
  margin-bottom: 10px;
}
body.single-voice .voice-bio a {
  font-weight: 700;
}
body.single-voice .module-voice-story {
  float: left;
  margin-bottom: 2.3rem;
  width: 100%;
}
body.single-voice .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
body.single-voice .entry-title a {
  color: #000;
}
body.single-voice .post-thumbnail {
  display: block;
  margin-top: 15px;
}
body.single-voice .post-thumbnail img {
  width: 100%;
}
body.single-voice .voice-story-sharing {
  float: left;
  line-height: 0.8;
  padding: 10px 0;
  width: 100%;
}
@media only screen and (max-width: 570px) {
  body.single-voice .voice-story-sharing .desktop-sharrre-bar .count {
    display: block;
  }
}
body.single-voice .prose {
  color: #7e7e7e;
  float: left;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}
body.single-voice .blog-continue-reading {
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
body.single-voice .blog-continue-reading .read-more {
  color: #BE1E2D;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 600;
}
body.single-voice .blog-continue-reading .read-more:after {
  content: '\f431';
  display: block;
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 600;
}

/*--------------------------------------------------------------
18.0 Categories & Archives
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.1 Banner Header
--------------------------------------------------------------*/
.banner-header {
  border-bottom: 2px solid #E6E7E8;
  color: #BE1E2D;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  margin: 20px 15px 0;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .banner-header {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 570px) {
  .banner-header {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
.banner-header .fb-page-link {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.banner-header .fb-page-link span {
  vertical-align: middle !important;
}
@media only screen and (max-width: 570px) {
  .banner-header .fb-page-link {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
18.2 Layout Options
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero--category {
  background-position: center bottom;
}
.hero__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.hero__logo {
  position: absolute;
  width: 100px;
  margin: -55px auto 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
.hero__title {
  position: absolute;
  top: 20px;
  right: 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 1.5em;
}
.hero__title span {
  display: block;
  background-color: #fff;
  padding: 0 25px 0 10px;
  margin-bottom: 5px;
}
.hero__seal {
  position: absolute;
  bottom: -75px;
  left: 20px;
  border-radius: 50%;
  background-color: #fff;
  width: 150px;
  height: 150px;
  text-align: center;
}
.hero__seal img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  max-width: 90px;
}
.hero__img {
  width: 100%;
}
.hero__video-wrap {
  position: relative;
  height: 100%;
  z-index: 100;
}
.hero__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__video-wrap iframe + .yt-play {
  display: none;
}
.hero .yt-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
}
.hero .yt-image .yt-play {
  position: absolute;
  top: 50%;
  width: 120px;
  height: 120px;
  fill: rgba(190, 30, 45, 0.8);
  left: 0;
  right: 0;
  margin: -60px auto 0;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 800px) {
  .hero__logo {
    width: 200px;
    margin: -40px auto 0;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 500px;
    margin-bottom: 40px;
  }
  .hero__seal {
    width: 200px;
    height: 200px;
    bottom: -100px;
  }
  .hero__seal img {
    max-width: 125px;
  }
}

.category .single-article iframe {
  max-width: 500px;
}

.category #content iframe.f1m-social {
  width: auto !important;
}

.category-share {
  text-align: center;
}
.category-share img {
  outline: none;
}
.category-share iframe {
  margin: 0 auto;
}

.category-subtitle {
  text-align: center;
  position: relative;
}
.category-subtitle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  height: 4px;
  width: 100%;
  background-color: #BE1E2D;
  display: none;
}
@media (min-width: 800px) {
  .category-subtitle:before {
    display: block;
  }
}
.category-subtitle__heading {
  display: inline-block;
  position: relative;
  font-family: "Alfa Slab One", cursive;
  color: #BE1E2D;
  background-color: #fff;
  padding: 20px 10px;
  font-size: 1.2em;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .category-subtitle {
    font-size: 1.5em;
  }
}

.text-banner {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  margin-bottom: -5px;
}
.text-banner--centered {
  text-align: center;
}
.text-banner__inner {
  padding: 20px 20px 50px;
  background-color: rgba(0, 0, 0, 0.75);
}
.text-banner__text {
  max-width: 1000px;
  margin: 10px auto 20px;
}

.post-grid {
  font-size: 0;
  padding: 0 10%;
}
.post-grid__block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 5px;
}
@media (min-width: 570px) {
  .post-grid__block {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .post-grid__block {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .post-grid__block {
    margin-bottom: 15px;
  }
}
@media (min-width: 1130px) {
  .post-grid__block {
    width: 20%;
  }
}
@media (min-width: 800px) {
  .post-grid {
    padding: 0;
  }
}

.post-tile {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
  padding: 20px;
  height: 300px;
}
.post-tile__title {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
}
.post-tile__title-row {
  font-size: 1em;
  display: block;
}
.post-tile__title-row:first-child {
  font-size: 1.2em;
}
.post-tile__overlay {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-tile__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.post-tile__bg--left {
  background-position: left center;
}
.post-tile__bg--right {
  background-position: right center;
}
.post-tile__excerpt {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 90%;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  overflow: hidden;
  color: #fff;
}
.post-tile__excerpt p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 1.2em;
}
.post-tile__excerpt .rare-take-small h3 {
  display: none;
}
@media (min-width: 992px) {
  .post-tile {
    text-align: right;
    padding: 0;
    height: auto;
  }
  .post-tile__bg {
    height: 250px;
    position: relative;
    width: 100%;
  }
  .post-tile__title {
    position: relative;
    display: inline-block;
  }
  .post-tile__title:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .post-tile__overlay {
    opacity: 0;
    height: 250px;
  }
  .post-tile__excerpt {
    opacity: 0;
    padding-left: .3125em;
  }
  .post-tile__excerpt p span {
    background-color: #fff;
    padding: 5px;
    color: #000;
    margin-bottom: 5px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
  .post-tile__excerpt p span:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .post-tile__excerpt p span:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .post-tile__excerpt p span:nth-of-type(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .post-tile__excerpt p span:nth-of-type(4) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
  }
  .post-tile__excerpt p span:nth-of-type(5) {
    -webkit-transition-delay: 0.17s;
    transition-delay: 0.17s;
  }
  .post-tile__excerpt p span:nth-of-type(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  .post-tile__excerpt p span:nth-child(n+7) {
    display: none !important;
  }
  .post-tile__excerpt .content {
    padding-left: 0;
  }
  .post-tile__snippet {
    position: relative;
    opacity: 0;
  }
  .post-tile__snippet:after {
    content: 'Read More \203A';
    color: #fff;
    font-size: .8em;
    font-style: italic;
    font-weight: 600;
    opacity: 0;
  }
  .post-tile__overlay, .post-tile__snippet:after, .post-tile__excerpt, .post-tile__snippet, .post-tile__excerpt p span {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .post-tile:hover .post-tile__snippet,
  .post-tile:hover .post-tile__snippet:after,
  .post-tile:hover .post-tile__overlay,
  .post-tile:hover .post-tile__excerpt {
    opacity: 1;
  }
  .post-tile:hover .post-tile__excerpt p span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------------------
19.0 Sidebar
--------------------------------------------------------------*/
.sidebar {
  background: #e5eaf0;
  float: right;
  width: 375px;
  padding: 0 50px 0 25px;
  position: relative;
  z-index: 99;
}
.sidebar section {
  padding: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #E6E7E8;
}
.sidebar section h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.sidebar section.no-border {
  padding: 0;
  border: 0 none;
}
.sidebar .more-in-category, .sidebar .popular {
  color: #BE1E2D;
  padding-top: 0px;
  padding-bottom: 15px;
}
.sidebar .more-in-category h1, .sidebar .more-in-category h2, .sidebar .popular h1, .sidebar .popular h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  padding-bottom: 0px;
  display: none;
  font-weight: 400;
}
.sidebar .more-in-category .image, .sidebar .popular .image {
  margin: 0.5em 0;
  position: relative;
}
.sidebar .more-in-category .image img, .sidebar .popular .image img {
  display: block;
  width: 20%;
  height: auto;
}
.sidebar .more-in-category .image img:hover, .sidebar .popular .image img:hover {
  cursor: pointer;
}
.sidebar .more-in-category a, .sidebar .popular a {
  cursor: pointer;
}
.sidebar .more-in-category a:hover, .sidebar .popular a:hover {
  text-decoration: underline;
}
.sidebar .popular {
  margin-top: 35px;
}
.sidebar .category-posts {
  border-top: 1px solid #E6E7E8;
  padding-top: 35px;
  margin: 0;
  position: relative;
}
.sidebar .category-posts p {
  padding-top: 10px;
}
.sidebar .category-posts a {
  display: block;
  color: #231F20;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}
.sidebar .category-posts a:hover {
  color: #BE1E2D;
}
.sidebar .category-posts .thumbnail-container {
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0 0px 8px 0;
}
.sidebar .category-posts .thumbnail-container img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .sidebar .category-posts .thumbnail-container {
    height: auto;
  }
}
.sidebar .category-posts .thumbnail-container-no-img {
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0px 0px 8px 0;
}
@media screen and (max-width: 850px) {
  .sidebar .category-posts .thumbnail-container-no-img {
    height: auto;
  }
}
.sidebar .category-posts .category {
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar .category-posts .category a {
  font-family: "Alfa Slab One", cursive;
  display: block;
  margin: 0;
  padding: 0;
  color: #BE1E2D;
  letter-spacing: 1px;
}
.sidebar .category-posts.sponsored {
  border-bottom: 5px solid #BE1E2D;
  padding-top: 0px;
  margin-bottom: 0px;
  border-left: 1px solid #E6E7E8;
  border-right: 1px solid #E6E7E8;
  border-top: 1px solid #E6E7E8;
  padding-top: 0px;
}
.sidebar .category-posts.sponsored p {
  padding: 15px;
}
@media screen and (min-width: 850px) {
  .sidebar .category-posts:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 850px) {
  .sidebar .category-posts {
    padding: 15px 15px 0;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 570px) {
  .sidebar .category-posts {
    width: 100%;
  }
}
.sidebar .popular {
  margin-bottom: 30px;
}
.sidebar .sponsored-sidebar {
  margin-top: 20px;
}
.sidebar .sponsored-sidebar h1 {
  padding: 14px;
  background: #E6E7E8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #BE1E2D;
}
.sidebar .sponsored-sidebar .category-posts {
  position: relative;
  border-bottom: 5px solid #BE1E2D;
  padding-top: 0px;
  margin-bottom: 0px;
  border-left: 1px solid #E6E7E8;
  border-right: 1px solid #E6E7E8;
  border-top: 1px solid #E6E7E8;
  padding-top: 0px;
}
.sidebar .sponsored-sidebar .category-posts p {
  padding: 15px;
}
.sidebar .sponsored-sidebar .sponsor-title {
  position: absolute;
  width: 60%;
  font-size: 1.0em;
  font-weight: bold;
  padding: 5px 0px 6px 30px;
  margin: 0px 0px 0px -21px;
  color: #E6E7E8;
  background-color: #BE1E2D;
  -webkit-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
  font-family: "Alfa Slab One", cursive;
  z-index: 999;
}
.sidebar .sponsored-sidebar .sponsor-title a {
  color: #E6E7E8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.sidebar .sponsored-sidebar .sponsor-title a span {
  color: #E6E7E8;
}
.sidebar .sponsored-sidebar .sponsor-title:before {
  content: ' ';
  position: absolute;
  width: 0px;
  left: auto;
  right: -18px;
  top: -19.5px;
  border-width: 20px 20px;
  border-style: solid;
  border-color: transparent #BE1E2D transparent transparent;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar .sponsored-sidebar .sponsor-title:after {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #901722 #901722 transparent transparent;
}
.sidebar .sponsor-title {
  position: absolute;
  width: 60%;
  font-size: 1.0em;
  font-weight: bold;
  padding: 5px 0px 6px 30px;
  margin: 0px 0px 0px -21px;
  color: #E6E7E8;
  background-color: #BE1E2D;
  -webkit-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
  font-family: "Alfa Slab One", cursive;
  z-index: 999;
}
.sidebar .sponsor-title a {
  color: #E6E7E8;
  font-size: inherit;
  line-height: inherit;
}
.sidebar .sponsor-title a span {
  color: #E6E7E8;
  font-size: inherit;
  line-height: inherit;
}
.sidebar .sponsor-title:before {
  content: ' ';
  position: absolute;
  width: 0px;
  left: auto;
  right: -18px;
  top: -19.5px;
  border-width: 20px 20px;
  border-style: solid;
  border-color: transparent #BE1E2D transparent transparent;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar .sponsor-title:after {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #901722 #901722 transparent transparent;
}
@media screen and (max-width: 1130px) {
  .sidebar {
    padding: 0 15px;
    width: 330px;
  }
}
@media screen and (max-width: 850px) {
  .sidebar {
    display: inline-block;
    padding: 0px;
    float: none;
    width: 100%;
    z-index: 1;
    position: relative;
    vertical-align: bottom;
    padding-bottom: 20px;
  }
}

.sidebar iframe {
  width: 100% !important;
}

.sidebar .voice-tweets-title {
  background: #BE1E2D;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 25px;
  padding: 13px 10px;
}

.sidebar .rare-under-40-ad {
  display: block;
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 850px) {
  .sidebar .rare-under-40-ad {
    margin: 30px auto 0;
  }
}

/*--------------------------------------------------------------
19.1 Sidebar Blog Story
--------------------------------------------------------------*/
body.single-blog-story .sidebar {
  background: #fff;
}
body.single-blog-story .sidebar .more-in-category-title {
  background: #BE1E2D;
  color: #fff;
  display: block;
  font-family: "Alfa Slab One", cursive;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 25px;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
}
body.single-blog-story .sidebar .more-in-category-title .category-title {
  color: #fff;
  display: inline-block;
}
body.single-blog-story .sidebar .more-in-category-title .category-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-left: 6px;
}
body.single-blog-story .sidebar .category-posts {
  border-top: 0px;
}
body.single-blog-story .sidebar .category-posts :first-of-type {
  padding-top: 10px;
}
body.single-blog-story .sidebar .category-posts .category {
  color: #BE1E2D;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 1px;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
19.1 Sidebar Voice
--------------------------------------------------------------*/
body.single-voice .sidebar {
  background: #fff;
}
body.single-voice .sidebar .more-in-category-title {
  background: #BE1E2D;
  color: #fff;
  display: block;
  font-family: "Alfa Slab One", cursive;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 25px;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
}
body.single-voice .sidebar .more-in-category-title .category-title {
  color: #fff;
  display: inline-block;
}
body.single-voice .sidebar .more-in-category-title .category-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-left: 6px;
}
body.single-voice .sidebar .category-posts {
  border-top: 0px;
}
body.single-voice .sidebar .category-posts :first-of-type {
  padding-top: 10px;
}
body.single-voice .sidebar .category-posts .category {
  color: #BE1E2D;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 1px;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
20.0 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #BE1E2D;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMTU1MCIvPjxzdG9wIG9mZnNldD0iMzUuNTk5NjglIiBzdG9wLWNvbG9yPSIjOTcxMzM0Ii8+PHN0b3Agb2Zmc2V0PSI0MS43MiUiIHN0b3AtY29sb3I9IiM5MzEwMTgiLz48c3RvcCBvZmZzZXQ9IjUyLjc2JSIgc3RvcC1jb2xvcj0iIzkzMTAxOCIvPjxzdG9wIG9mZnNldD0iODYuNjklIiBzdG9wLWNvbG9yPSIjOGIxMTBiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGIxMTBiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #9b1550), color-stop(35.59968%, #971334), color-stop(41.72%, #931018), color-stop(52.76%, #931018), color-stop(86.69%, #8b110b), color-stop(100%, #8b110b));
  background-image: -webkit-linear-gradient(left, #9b1550 0%, #971334 35.59968%, #931018 41.72%, #931018 52.76%, #8b110b 86.69%, #8b110b 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#9b1550), color-stop(35.59968%, #971334), color-stop(41.72%, #931018), color-stop(52.76%, #931018), color-stop(86.69%, #8b110b), to(#8b110b));
  background-image: linear-gradient(to right, #9b1550 0%, #971334 35.59968%, #931018 41.72%, #931018 52.76%, #8b110b 86.69%, #8b110b 100%);
  color: #fff;
  float: left;
  width: 100%;
  position: relative;
  padding: 3px 0;
  *zoom: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 99;
}
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer .columns,
.site-footer .row.large-uncollapse >
.column, .site-footer .row.large-uncollapse > .columns {
  padding: 0 15px;
}
.site-footer .footer-nav {
  padding-bottom: 0px;
  float: left;
}
.site-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.site-footer .footer-nav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.site-footer .footer-nav li + li:before {
  content: "|";
  padding: 0 0.5ex;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
@media only screen and (max-width: 570px) {
  .site-footer .footer-nav li {
    width: 100%;
  }
  .site-footer .footer-nav li + li:before {
    display: none;
  }
}
.site-footer .footer-nav a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 0 10px;
  font-size: 10.4px;
  font-size: 0.65rem;
}
@media only screen and (max-width: 570px) {
  .site-footer .footer-nav a {
    display: block;
    padding: 3px 0;
  }
}
@media screen and (max-width: 1050px) {
  .site-footer .footer-nav {
    float: none;
    text-align: center;
  }
}
.site-footer a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}
body.infinite-scroll .site-footer {
  height: 0;
  padding: 0;
}
body.infinite-scroll .site-footer .footer-nav {
  position: fixed;
  bottom: 0;
  z-index: 20;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  body.infinite-scroll .site-footer .footer-nav {
    left: auto;
    right: auto;
    width: 1018px;
  }
}
body.infinite-scroll .site-footer .powers-to-be {
  margin-top: 1.91667em;
  visibility: hidden;
}
body.scroll-at-top.infinite-scroll .site-footer {
  visibility: hidden;
  opacity: 0;
}
body.infinity-end .site-footer {
  height: auto;
}
body.infinity-end .site-footer .footer-nav {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
body.infinity-end .site-footer .powers-to-be {
  margin-top: 0;
  visibility: visible;
}
.site-footer .powers-to-be {
  padding-top: 7px;
  font-size: 10.4px;
  font-size: 0.65rem;
  text-transform: uppercase;
  float: right;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1050px) {
  .site-footer .powers-to-be {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 570px) {
  .site-footer {
    font-size: 0.625em;
  }
  .site-footer .footer-nav,
  .site-footer .powers-to-be {
    float: none;
  }
  body.infinite-scroll .site-footer .powers-to-be {
    display: none;
  }
}
.site-footer .pt_curated_by {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.site-footer .pt_curated_by a {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.site-footer .pt_curated_by a:focus, .site-footer .pt_curated_by a:hover {
  -webkit-filter: grayscale(0%);
}

img#wpstats {
  display: none;
}

/*--------------------------------------------------------------
21.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*
Theme Name: Rare Theme Child (cox-rare-theme-child)
Theme URI: http://rare_theme.us/
Author: Brandon Jones
Author URI: http://coxmediagroup.com
Description: Custom child theme for the Rare Media platform
Template: vip/cox-rare-platform
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rare_theme
Tags: rare_theme

Rare Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
