/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *	`em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *	user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *	code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	`input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *	Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *	Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *	to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

******************************************************************/
/*
This is a combination of the 1140 grid and Twitter Boostrap.
I liked 1140 but Boostrap's grid was way more detailed so
I merged them together, let's see how this works out.
If you want to use 1140, the original values are commented
out on each line.
*/
/* line 19, ../scss/_grid.scss */
.onecol {
  width: 5.801104972%;
}

/* 4.85%;  } /* grid_1  */
/* line 20, ../scss/_grid.scss */
.twocol {
  width: 14.364640883%;
}

/* 13.45%; } /* grid_2  */
/* line 21, ../scss/_grid.scss */
.threecol {
  width: 22.928176794%;
}

/* 22.05%; } /* grid_3  */
/* line 22, ../scss/_grid.scss */
.fourcol {
  width: 31.491712705%;
}

/* 30.75%; } /* grid_4  */
/* line 23, ../scss/_grid.scss */
.fivecol {
  width: 40.055248616%;
}

/* 39.45%; } /* grid_5  */
/* line 24, ../scss/_grid.scss */
.sixcol {
  width: 48.618784527%;
}

/* 48%;    } /* grid_6  */
/* line 25, ../scss/_grid.scss */
.sevencol {
  width: 57.182320438000005%;
}

/* 56.75%; } /* grid_7  */
/* line 26, ../scss/_grid.scss */
.eightcol {
  width: 65.74585634900001%;
}

/* 65.4%;  } /* grid_8  */
/* line 27, ../scss/_grid.scss */
.ninecol {
  width: 74.30939226%;
}

/* 74.05%; } /* grid_9  */
/* line 28, ../scss/_grid.scss */
.tencol {
  width: 82.87292817100001%;
}

/* 82.7%;  } /* grid_10 */
/* line 29, ../scss/_grid.scss */
.elevencol {
  width: 91.436464082%;
}

/* 91.35%; } /* grid_11 */
/* line 30, ../scss/_grid.scss */
.twelvecol {
  width: 99.999999993%;
}

/* 100%;   } /* grid_12 */
/* layout & column defaults */
/* line 33, ../scss/_grid.scss */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}

/* line 39, ../scss/_grid.scss */
.first {
  margin-left: 0;
}

/* line 43, ../scss/_grid.scss */
.last {
  float: right;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
SITE SPECIFIC FUNCTIONS
*********************/
/*********************
CLEARFIXIN'
*********************/
/* line 55, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 57, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 58, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 66, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 73, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*
	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
			font-family: 'Font Name';
			src: url('library/fonts/font-name.eot');
			src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
			     url('library/fonts/font-name.woff') format('woff'),
			     url('library/fonts/font-name.ttf') format('truetype'),
			     url('library/fonts/font-name.svg#font-name') format('svg');
			font-weight: normal;
			font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 147, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 153, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 154, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 155, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 159, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 165, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 171, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 177, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 183, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BORDER RADIUS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include border-radius(4px 4px 0 0);
*/
/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
BOX SHADOWS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include box-shadow(inset 0 0 4px rgba(0,0,0,0.22));
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/*.button, .button:visited {
	font-family: $sans-serif;
	border: 1px solid darken($link-color, 13%);
	border-top-color: darken($link-color, 7%);
	border-left-color: darken($link-color, 7%);
	padding: 4px 12px;
	color: $white;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0,0,0, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	@include border-radius(4px);
	@include css-gradient($link-color, darken($link-color, 5%));


	&:hover, &:focus {
		color: $white;
		border: 1px solid darken($link-color, 13%);
		border-top-color: darken($link-color, 20%);
		border-left-color: darken($link-color, 20%);
		@include css-gradient(darken($link-color, 5%), darken($link-color, 10%));
	}

	&:active {
		@include css-gradient(darken($link-color, 5%), $link-color);
	}
}

.blue-button, .blue-button:visited {
	border-color: darken($helix-blue, 10%);
	text-shadow: 0 1px 1px darken($helix-blue, 10%);
	@include css-gradient( $helix-blue, darken($helix-blue, 5%) );
	@include box-shadow(inset 0 0 3px lighten($helix-blue, 16%));

	&:hover, &:focus {
		border-color: darken($helix-blue, 15%);
		@include css-gradient( darken($helix-blue, 4%), darken($helix-blue, 10%) );
	}
	&:active {
		@include css-gradient( darken($helix-blue, 5%), $helix-blue );
	}
}*/
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/******************************************************************
FLUX WIDGET STYLES
******************************************************************/
/* line 3, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .follow .siteFollowView .expandableMenu .followedObject .secondaryHeadline, .flux4Widget .follow .siteFollowView .expandableMenu .followedObject .counter {
  font-size: 1.5em;
  color: #000;
}
/* line 7, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .follow .siteFollowView .expandableMenu .followedObject .arrow {
  border-top-color: black;
}
/* line 12, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .follow .siteFollowView .expandableMenu.expanded .followedObject .arrow {
  border-bottom-color: black;
}

/* line 18, ../scss/partials/_fluxoverrides.scss */
.sm4FollowWidget {
  max-width: 300px;
  display: inherit;
  margin: 7px 12px 0 12px;
  display: inline-table;
}
/* line 24, ../scss/partials/_fluxoverrides.scss */
.sm4FollowWidget .sm4IconFacebook:before, .sm4FollowWidget .sm4IconTwitter:before {
  color: #000;
}
/* line 27, ../scss/partials/_fluxoverrides.scss */
.sm4FollowWidget .sm4IconEnvelope {
  display: none;
}

/* line 35, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .buttonWithCounter .cloudCounter {
  height: 20px;
}
/* line 38, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .buttonWithCounter a.button {
  height: 21px;
}
/* line 43, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share {
  padding: 0;
}
/* line 45, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share .actionItem {
  background: none;
  background-color: #eee;
}
/* line 50, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share .actionItem {
  border: 1px solid rgba(255, 255, 255, 0) !important;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset;
}
/* line 54, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share .actionItem .sm4IconTwitter {
  left: 0px;
}
/* line 58, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share .actionItem.facebook {
  background: none;
  background-color: #3B5998;
}
/* line 62, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share .actionItem.twitter {
  background: none;
  background-color: #00ACED;
}
/* line 66, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share .actionItem.more, .flux4Widget .share .actionItem.comments {
  background: none;
  background-color: black;
}
/* line 69, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share .actionItem.more .actionIcon:before, .flux4Widget .share .actionItem.more .actionCount, .flux4Widget .share .actionItem.comments .actionIcon:before, .flux4Widget .share .actionItem.comments .actionCount {
  color: white;
}
/* line 77, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share ul.shareActions > li.hoverItem .actionItem.facebook {
  background: none;
  background-color: #324c82;
}
/* line 81, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share ul.shareActions > li.hoverItem .actionItem.twitter {
  background: none;
  background-color: #0096ce;
}
/* line 85, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .share ul.shareActions > li.hoverItem .actionItem.more, .flux4Widget .share ul.shareActions > li.hoverItem .actionItem.comments {
  background: none;
  background-color: #333;
}
/* line 93, ../scss/partials/_fluxoverrides.scss */
.flux4Widget#commentsContainer {
  padding-top: 20px;
}
/* line 97, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments {
  border: none;
  padding: 0;
  border-top: 4px solid black;
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 103, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .secondaryButton {
  text-transform: lowercase;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  text-transform: lowercase;
  vertical-align: middle;
  background: none;
  background-color: black;
  color: white;
}
/* line 118, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .secondaryButton:hover {
  background-color: #333;
}
/* line 124, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .sorterContainer.dropdownMode .dropDownContainer {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: lowercase;
  background: white;
  border: none;
}
/* line 131, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .sorterContainer.dropdownMode .dropDownContainer:hover {
  background: white;
  border: 1px solid #ccc;
}
/* line 135, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .sorterContainer.dropdownMode .dropDownContainer a {
  font-size: 18px;
}
/* line 139, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .sorterContainer.dropdownMode .dropdownPointerDown {
  border-left: none;
}
/* line 148, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .sorterContainer.dropdownMode:after {
  color: #777777;
}
/* line 152, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .mainHeader {
  border: none;
  padding: 0px;
}
/* line 157, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments h2 {
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 161, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments a, .flux4Widget .comments .link {
  color: black;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: lowercase;
}
/* line 171, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .actions a {
  text-transform: lowercase;
}
/* line 175, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .actions .replyLink {
  margin: 0 10px 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
}
/* line 183, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .activity {
  border-top: 1px dotted #000;
  padding: 20px 0;
}
/* line 186, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .activity .quote {
  color: #999;
  font-size: 1.2em;
}
/* line 190, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .activity .showMore {
  text-transform: lowercase;
}
/* line 195, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .secondaryHeadline {
  margin: 0px 0 10px;
  color: black;
  font-size: 27px;
  font-weight: 800;
}
/* line 202, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .btnPost {
  background-color: #000;
  background: #000;
  color: #fff;
  text-transform: lowercase;
}
/* line 210, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .filter li + li {
  border-left: none;
}
/* line 213, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .filter li a.tabLink {
  text-transform: lowercase;
  color: black;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}
/* line 221, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .filter li.select:before {
  border-top-color: #e7296f;
}
/* line 224, ../scss/partials/_fluxoverrides.scss */
.flux4Widget .comments .filter li.select a {
  color: #e7296f;
}

/*********************
GLOBAL FOOTER STYLES
*********************/
/* MTV's global responsive footer */
/* line 3, ../scss/partials/_globalfooter.scss */
.footer {
  clear: both;
  padding: 20px 0;
  background-color: #f2f2f2;
  border-top: 5px solid #e6e6e6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
/* line 11, ../scss/partials/_globalfooter.scss */
.footer .container {
  min-width: 300px;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 17, ../scss/partials/_globalfooter.scss */
.footer .container:before, .footer .container:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 22, ../scss/partials/_globalfooter.scss */
.footer .container:after {
  clear: both;
}
/* line 26, ../scss/partials/_globalfooter.scss */
.footer .container .text-center {
  text-align: center;
}
/* line 29, ../scss/partials/_globalfooter.scss */
.footer .container .text-center small {
  font-size: 85%;
}
/* line 32, ../scss/partials/_globalfooter.scss */
.footer .container .text-center .muted {
  color: #777777;
}
/* line 37, ../scss/partials/_globalfooter.scss */
.footer .container .row {
  width: 100%;
  *zoom: 1;
}
/* line 41, ../scss/partials/_globalfooter.scss */
.footer .container .row:before, .footer .container .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 46, ../scss/partials/_globalfooter.scss */
.footer .container .row:after {
  clear: both;
}
/* line 50, ../scss/partials/_globalfooter.scss */
.footer .container .row ul, .footer .container .row ol {
  margin: 0;
}
/* line 54, ../scss/partials/_globalfooter.scss */
.footer .container .row .viacom-footer {
  display: inline-block;
}
/* line 58, ../scss/partials/_globalfooter.scss */
.footer .container .row .icon-logo-viacom {
  margin-top: 14px;
  float: left;
  font-size: 70px;
  line-height: 20px;
}
/* line 65, ../scss/partials/_globalfooter.scss */
.footer .container .row [class*="span"] {
  display: block;
  min-height: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
/* line 76, ../scss/partials/_globalfooter.scss */
.footer .container .row [class*="span"]:first-child, .footer .container .row [class*="span"] .footer .container .row [class*="span"]:first-child {
  margin-left: 0;
}
/* line 80, ../scss/partials/_globalfooter.scss */
.footer .container .row [class*="span"] ul.inline, .footer .container .row [class*="span"] ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 84, ../scss/partials/_globalfooter.scss */
.footer .container .row [class*="span"] ul.inline > li, .footer .container .row [class*="span"] ol.inline > li {
  margin-top: 0;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 93, ../scss/partials/_globalfooter.scss */
.footer .container .row #social {
  padding: 15px 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
/* line 100, ../scss/partials/_globalfooter.scss */
.footer .container .row #social > * {
  display: inline-block;
}
/* line 104, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e6e6e6;
  color: black;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  text-transform: lowercase;
  border: 1px solid black;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
}
/* line 124, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn > span {
  padding: 5px 10px 6px;
  display: block;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 132, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn:hover > span, .footer .container .row #social .btn:active > span, .footer .container .row #social .btn.active > span {
  background: rgba(0, 0, 0, 0.15);
}
/* line 136, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn:first-child {
  *margin-left: 0;
}
/* line 140, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 148, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-social, .footer .container .row #social .btn-social:hover {
  color: #fff;
  margin-bottom: 5px;
}
/* line 152, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-social > span {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  width: 45px;
  text-align: center;
  padding: 0;
}
/* line 160, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-social [class*="icon-"] {
  margin: 0;
  font-size: 18px;
}
/* line 164, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-social .btn-facebook {
  background-color: #3B5998;
  font-size: 20px;
}
/* line 168, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-social .btn-twitter {
  background-color: #00aced;
}
/* line 171, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-social .btn-tumblr {
  background-color: #2C4762;
}
/* line 176, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 181, ../scss/partials/_globalfooter.scss */
.footer .container .row #social .btn-inverse:hover > span, .footer .container .row #social .btn-inverse:active > span {
  color: #000;
  background-color: rgba(0, 0, 0, 0.02);
}
/* line 190, ../scss/partials/_globalfooter.scss */
.footer .container .row .offset1:first-child {
  margin-left: 8.547008547008547%;
}
/* line 193, ../scss/partials/_globalfooter.scss */
.footer .container .row .span10 {
  width: 82.90598290598291%;
}

/*********************
VMN A/B TABOOLA, ZERGNET
*********************/
/*********************
VMNAB Testing Modules
*********************/
/* line 6, ../scss/partials/_abtestingmodules.scss */
.taboola li {
  min-height: 115px;
  border-bottom: 1px dotted;
}

/* line 11, ../scss/partials/_abtestingmodules.scss */
.cropped-image {
  float: left;
  height: 105px !important;
  width: 105px !important;
  padding-right: 5px !important;
}

/* line 18, ../scss/partials/_abtestingmodules.scss */
.zergentity {
  border-bottom: 1px dotted;
  width: 100% !important;
  text-align: left !important;
  float: none !important;
  padding-bottom: 10px !important;
  padding-top: 7px !important;
}
/* line 26, ../scss/partials/_abtestingmodules.scss */
.zergentity .zergheadline {
  margin-top: 0px !important;
  font-size: 14px;
}
/* line 29, ../scss/partials/_abtestingmodules.scss */
.zergentity .zergheadline .zergsitename {
  text-transform: lowercase;
}
/* line 34, ../scss/partials/_abtestingmodules.scss */
.zergentity img {
  float: left;
  width: 105px !important;
  height: 105px !important;
  padding-right: 5px !important;
}

/* line 43, ../scss/partials/_abtestingmodules.scss */
#ab_test_wrapper .wrap {
  width: 100%;
}

/* line 49, ../scss/partials/_abtestingmodules.scss */
.mdl.taboola .newsHeadlineContainer {
  font-weight: bold;
  font-size: .86em;
  line-height: 19px;
  color: black !important;
}
/* line 54, ../scss/partials/_abtestingmodules.scss */
.mdl.taboola .newsHeadlineContainer:hover {
  color: #00bbef !important;
}

/* line 59, ../scss/partials/_abtestingmodules.scss */
.source, .newsHeadlineContainer {
  position: relative;
  left: 5px;
}

/* line 63, ../scss/partials/_abtestingmodules.scss */
.source {
  font-size: 12px !important;
}

/* line 68, ../scss/partials/_abtestingmodules.scss */
.taboola h2, .zergnet h2 {
  border-bottom: 5px solid #ea14d5;
  color: #ea14d5;
  font-size: 1.438em;
  text-transform: lowercase;
}
/* line 74, ../scss/partials/_abtestingmodules.scss */
.taboola .last, .zergnet .last {
  float: none;
  border-bottom: none;
}
/* line 78, ../scss/partials/_abtestingmodules.scss */
.taboola a:link, .taboola a:visited, .zergnet a:link, .zergnet a:visited {
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
}

/* line 85, ../scss/partials/_abtestingmodules.scss */
#vmnabtest-outer .sponsored {
  padding: 10px 0 0 0 !important;
}
/* line 88, ../scss/partials/_abtestingmodules.scss */
#vmnabtest-outer ol {
  margin: 0;
}
/* line 91, ../scss/partials/_abtestingmodules.scss */
#vmnabtest-outer li {
  border-bottom: 1px dotted;
  min-height: 105px;
  padding: 10px 0;
  width: 100% !important;
}
/* line 97, ../scss/partials/_abtestingmodules.scss */
#vmnabtest-outer .cropped-image {
  float: left;
  width: 105px;
  height: 105px;
}
/* line 102, ../scss/partials/_abtestingmodules.scss */
#vmnabtest-outer .title2 {
  line-height: 12px;
}
/* line 105, ../scss/partials/_abtestingmodules.scss */
#vmnabtest-outer .taboola .cropped-image {
  margin-right: 5px;
}

/* line 110, ../scss/partials/_abtestingmodules.scss */
.zergentity {
  font-size: 16px;
}
/* line 113, ../scss/partials/_abtestingmodules.scss */
.zergentity a:link, .zergentity a:visited {
  color: black !important;
}
/* line 116, ../scss/partials/_abtestingmodules.scss */
.zergentity a:hover {
  color: #00bbef !important;
}

/* line 121, ../scss/partials/_abtestingmodules.scss */
.VMNABTestingWidget {
  width: 100%;
}

/* line 125, ../scss/partials/_abtestingmodules.scss */
#zerglayout {
  width: 100% !important;
}

/* line 130, ../scss/partials/_abtestingmodules.scss */
.VMNABTestingWidget #zerglayout .zergentity {
  width: 100% !important;
  margin-right: 0 !important;
  border-bottom: 1px dotted;
  min-height: 105px;
  padding: 10px 0;
}
/* line 138, ../scss/partials/_abtestingmodules.scss */
.VMNABTestingWidget #zerglayout .zergentity img {
  float: left;
  width: 105px !important;
  height: 105px !important;
}
/* line 143, ../scss/partials/_abtestingmodules.scss */
.VMNABTestingWidget #zerglayout .zergentity .zergheadline {
  margin-top: 0px !important;
}

/*********************
RELATED CONTENT MODULE
*********************/
/* line 1, ../scss/partials/_related_content_module.scss */
.VMNRelatedContent .related-headline {
  line-height: 17px;
}
/* line 3, ../scss/partials/_related_content_module.scss */
.VMNRelatedContent .related-headline a {
  font-size: .86em;
}

/*********************
POST SPONSORSHIPS
*********************/
/* line 1, ../scss/partials/_sponsorships.scss */
body.home .tag-sponsored {
  background-color: #f2f2f2;
}

/* line 5, ../scss/partials/_sponsorships.scss */
body.home .tag-sponsored .category {
  display: none;
}

/*********************
SITE SPECIFIC STYLES
*********************/
/*********************
BUZZWORTHY STYLES
*********************/
/* line 12, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .inner-header {
  background-color: #d312c0;
}
/* line 14, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .inner-header .hr {
  border-top: 1px solid #cc2db9;
  background-color: #ea14d5;
}
/* line 18, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .inner-header .headerblock h3.category {
  background-color: #d312c0;
}
/* line 22, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .inner-header span.sitename img {
  position: absolute;
  top: 5px;
  width: 160px;
  left: 110px;
}
/* line 30, ../scss/sites/_buzzworthy.scss */
body.buzzworthy span.subnav {
  background-color: #d312c0;
}
/* line 32, ../scss/sites/_buzzworthy.scss */
body.buzzworthy span.subnav.icon-chevron-up {
  background-color: #43a5f5;
}
/* line 37, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .category-subnav li {
  background-color: #43a5f5;
}
/* line 38, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .category-subnav li:hover {
  background-color: #59c8ec;
}
/* line 46, ../scss/sites/_buzzworthy.scss */
body.buzzworthy article.summary section.featured {
  border-top: solid 5px #ea14d5;
  border-bottom: solid 5px #ea14d5;
}
/* line 51, ../scss/sites/_buzzworthy.scss */
body.buzzworthy article.summary .category a:link, body.buzzworthy article.summary .category a:visited {
  background-color: #43a5f5;
}
/* line 54, ../scss/sites/_buzzworthy.scss */
body.buzzworthy article.summary .category a:hover {
  background-color: #0c80e0;
}
/* line 60, ../scss/sites/_buzzworthy.scss */
body.buzzworthy h3.archive-title {
  color: #ea14d5;
  border-bottom: 5px solid #ea14d5;
}
/* line 65, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .btn, body.buzzworthy .btn-primary {
  background-color: #43a5f5;
}
/* line 70, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .article-footer .tags {
  color: #ea14d5;
}
/* line 76, ../scss/sites/_buzzworthy.scss */
body.buzzworthy.single article.post section.entry-content a, body.buzzworthy.single article.post section.entry-content a:visited {
  color: #43a5f5;
}
/* line 79, ../scss/sites/_buzzworthy.scss */
body.buzzworthy.single article.post section.entry-content a:hover {
  color: #1790f3;
}
/* line 84, ../scss/sites/_buzzworthy.scss */
body.buzzworthy a, body.buzzworthy a:visited {
  text-decoration: none;
}
/* line 86, ../scss/sites/_buzzworthy.scss */
body.buzzworthy a:hover, body.buzzworthy a:focus, body.buzzworthy a:visited:hover, body.buzzworthy a:visited:focus {
  color: #43a5f5;
}
/* line 91, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .sidebar .widgettitle, body.buzzworthy .VMNRelatedContent h2.related-items-title {
  border-bottom: 5px solid #ea14d5;
  color: #ea14d5;
}
/* line 96, ../scss/sites/_buzzworthy.scss */
body.buzzworthy .MTVNThumbedPromosListWidget span.rss-date {
  display: none !important;
}

/*********************
RAPFIX STYLES
*********************/
/* line 13, ../scss/sites/_rapfix.scss */
body.rapfix .inner-header {
  background-color: #db110c;
}
/* line 15, ../scss/sites/_rapfix.scss */
body.rapfix .inner-header .hr {
  border-top: 1px solid #c71b17;
  background-color: #f2140e;
}
/* line 19, ../scss/sites/_rapfix.scss */
body.rapfix .inner-header .headerblock h3.category {
  background-color: #f5433e;
}
/* line 23, ../scss/sites/_rapfix.scss */
body.rapfix .inner-header span.sitename img {
  position: relative;
  top: 3px;
}
/* line 29, ../scss/sites/_rapfix.scss */
body.rapfix span.subnav {
  background-color: #f5433e;
}
/* line 31, ../scss/sites/_rapfix.scss */
body.rapfix span.subnav.icon-chevron-up {
  background-color: #27bded;
}
/* line 36, ../scss/sites/_rapfix.scss */
body.rapfix .category-subnav li {
  background-color: #27bded;
}
/* line 37, ../scss/sites/_rapfix.scss */
body.rapfix .category-subnav li:hover {
  background-color: #59c8ec;
}
/* line 45, ../scss/sites/_rapfix.scss */
body.rapfix article.summary section.featured {
  border-top: solid 5px black;
  border-bottom: solid 5px black;
}
/* line 50, ../scss/sites/_rapfix.scss */
body.rapfix article.summary .category a:link, body.rapfix article.summary .category a:visited {
  background-color: #27bded;
}
/* line 53, ../scss/sites/_rapfix.scss */
body.rapfix article.summary .category a:hover {
  background-color: #0f8fb8;
}
/* line 59, ../scss/sites/_rapfix.scss */
body.rapfix h3.archive-title {
  color: #f2140e;
  border-bottom: 5px solid #f2140e;
}
/* line 64, ../scss/sites/_rapfix.scss */
body.rapfix .btn, body.rapfix .btn-primary {
  background-color: #46ccf2;
}
/* line 69, ../scss/sites/_rapfix.scss */
body.rapfix .article-footer .tags {
  color: #f2140e;
}
/* line 74, ../scss/sites/_rapfix.scss */
body.rapfix a, body.rapfix a:visited {
  text-decoration: none;
}
/* line 76, ../scss/sites/_rapfix.scss */
body.rapfix a:hover, body.rapfix a:focus, body.rapfix a:visited:hover, body.rapfix a:visited:focus {
  color: #27bded;
}
/* line 81, ../scss/sites/_rapfix.scss */
body.rapfix .sidebar .widgettitle, body.rapfix .VMNRelatedContent h2.related-items-title {
  border-bottom: 5px solid black;
  color: #172baa;
}
/* line 86, ../scss/sites/_rapfix.scss */
body.rapfix .MTVNThumbedPromosListWidget span.rss-date {
  display: none;
}

/*********************
GUYCODEBLOG STYLES
*********************/
/* line 13, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .inner-header {
  background-color: #0e79cb;
}
/* line 15, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .inner-header .hr {
  border-top: 1px solid #176EB1;
  background-color: #359ff1;
}
/* line 19, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .inner-header .headerblock h3.category {
  background-color: #65b6f4;
}
/* line 23, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .inner-header span.sitename img {
  position: relative;
  top: 3px;
}
/* line 29, ../scss/sites/_guycodeblog.scss */
body.guycodeblog span.subnav {
  background-color: #65b6f4;
}
/* line 31, ../scss/sites/_guycodeblog.scss */
body.guycodeblog span.subnav.icon-chevron-up {
  background-color: #4a4a4a;
}
/* line 36, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .category-subnav li {
  color: white;
  background-color: #4a4a4a;
  border-bottom: 1px solid #6e6e6e;
}
/* line 38, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .category-subnav li:hover {
  background-color: #646464;
}
/* line 47, ../scss/sites/_guycodeblog.scss */
body.guycodeblog article.summary section.featured {
  border-top: solid 5px #aaaaaa;
  border-bottom: solid 5px #aaaaaa;
}
/* line 52, ../scss/sites/_guycodeblog.scss */
body.guycodeblog article.summary .category a:link, body.guycodeblog article.summary .category a:visited {
  background-color: #4a4a4a;
}
/* line 55, ../scss/sites/_guycodeblog.scss */
body.guycodeblog article.summary .category a:hover {
  background-color: #242424;
}
/* line 61, ../scss/sites/_guycodeblog.scss */
body.guycodeblog h3.archive-title {
  color: #359ff1;
  border-bottom: 5px solid #359ff1;
}
/* line 66, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .btn, body.guycodeblog .btn-primary {
  background-color: #359ff1;
}
/* line 71, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .article-footer .tags {
  color: #359ff1;
}
/* line 77, ../scss/sites/_guycodeblog.scss */
body.guycodeblog.single article.post section.entry-content a:link, body.guycodeblog.single article.post section.entry-content a:visited {
  color: #359ff1;
}
/* line 80, ../scss/sites/_guycodeblog.scss */
body.guycodeblog.single article.post section.entry-content a:hover {
  color: #108ae8;
}
/* line 85, ../scss/sites/_guycodeblog.scss */
body.guycodeblog a, body.guycodeblog a:visited {
  text-decoration: none;
}
/* line 87, ../scss/sites/_guycodeblog.scss */
body.guycodeblog a:hover, body.guycodeblog a:focus, body.guycodeblog a:visited:hover, body.guycodeblog a:visited:focus {
  color: #359ff1;
}
/* line 92, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .sidebar .widgettitle, body.guycodeblog .VMNRelatedContent h2.related-items-title {
  border-bottom: 5px solid #aaaaaa;
  color: #359ff1;
}
/* line 98, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .taboola h2, body.guycodeblog .zergnet h2 {
  border-bottom: 5px solid #aaaaaa;
  color: #359ff1;
  font-size: 1.438em;
  text-transform: lowercase;
}
/* line 104, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .taboola li, body.guycodeblog .zergnet li {
  border-bottom: 1px dotteed #4a4a4a !important;
}
/* line 108, ../scss/sites/_guycodeblog.scss */
body.guycodeblog .newsarticles article {
  border-bottom: 1px #4a4a4a dotted;
}

/*********************
ACT STYLES
*********************/
/* line 11, ../scss/sites/_act.scss */
body.act .inner-header {
  background-color: #424243;
}
/* line 13, ../scss/sites/_act.scss */
body.act .inner-header .hr {
  background-color: #4f4f50;
  border-top: 1px solid #4f4f50;
}
/* line 17, ../scss/sites/_act.scss */
body.act .inner-header .headerblock h3.category {
  background-color: #68686a;
}
/* line 21, ../scss/sites/_act.scss */
body.act .inner-header span.sitename img {
  position: relative;
  top: 3px;
}
/* line 26, ../scss/sites/_act.scss */
body.act .inner-header span.subnav {
  background-color: #68686a;
}
/* line 28, ../scss/sites/_act.scss */
body.act .inner-header span.subnav.icon-chevron-up {
  background-color: #29b7ea;
}
/* line 35, ../scss/sites/_act.scss */
body.act .category-subnav li {
  background-color: #29b7ea;
}
/* line 36, ../scss/sites/_act.scss */
body.act .category-subnav li:hover {
  background-color: #59c8ec;
}
/* line 43, ../scss/sites/_act.scss */
body.act h3.archive-title {
  color: #4f4f50;
  border-bottom: 5px solid #4f4f50;
}
/* line 50, ../scss/sites/_act.scss */
body.act article.summary section.featured {
  border-top: solid 5px #4f4f50;
  border-bottom: solid 5px #4f4f50;
}
/* line 55, ../scss/sites/_act.scss */
body.act article.summary .category a:link, body.act article.summary .category a:visited {
  background-color: #29b7ea;
}
/* line 64, ../scss/sites/_act.scss */
body.act.single article.post section.entry-content a, body.act.single article.post section.entry-content a:visited, body.act.page article.page section.entry-content a, body.act.page article.page section.entry-content a:visited {
  color: #f73c3b;
}
/* line 67, ../scss/sites/_act.scss */
body.act.single article.post section.entry-content a:hover, body.act.page article.page section.entry-content a:hover {
  color: #f5100f;
}
/* line 72, ../scss/sites/_act.scss */
body.act .article-footer .tags {
  color: #29b7ea;
}
/* line 77, ../scss/sites/_act.scss */
body.act .sidebar .widgettitle, body.act .sidebar .VMNRelatedContent h2.related-items-title {
  border-bottom: 5px solid #777;
  color: #29b7ea;
}
/* line 82, ../scss/sites/_act.scss */
body.act .sidebar .MTVNThumbedPromosListWidget article {
  min-height: 135px;
}
/* line 85, ../scss/sites/_act.scss */
body.act .sidebar .MTVNThumbedPromosListWidget article .thumb {
  max-width: 105px;
  max-height: 105px;
}
/* line 89, ../scss/sites/_act.scss */
body.act .sidebar .MTVNThumbedPromosListWidget article .thumb img {
  width: 105px;
  height: 105px;
}
/* line 98, ../scss/sites/_act.scss */
body.act .btn-primary {
  background-color: #f73c3b;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
/* line 104, ../scss/sites/_act.scss */
body.act .wp-caption {
  background: #eee;
  padding: 5px;
  max-width: 96% !important;
}
@media only screen and (max-width: 979px) {
  /* line 111, ../scss/sites/_act.scss */
  body.act .sm4FollowWidget {
    margin-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* line 117, ../scss/sites/_act.scss */
  body.act .sm4FollowWidget {
    margin: 15px 20px 0 !important;
  }
}

/*********************
SOUNDTRACK STYLES
*********************/
/* line 9, ../scss/sites/_soundtrack.scss */
body.soundtrack .sidebar .MTVNThumbedPromosListWidget article {
  min-height: 135px;
}
/* line 12, ../scss/sites/_soundtrack.scss */
body.soundtrack .sidebar .MTVNThumbedPromosListWidget article .thumb {
  max-width: 105px;
  max-height: 105px;
}
/* line 16, ../scss/sites/_soundtrack.scss */
body.soundtrack .sidebar .MTVNThumbedPromosListWidget article .thumb img {
  width: 105px;
  height: 105px;
}
@media only screen and (min-width: 980px) {
  /* line 26, ../scss/sites/_soundtrack.scss */
  body.soundtrack .sm4FollowWidget {
    margin: 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 980px) {
  /* line 31, ../scss/sites/_soundtrack.scss */
  body.soundtrack .sm4FollowWidget {
    margin-top: 0;
  }
}

/*********************
STYLE STYLES
*********************/
/* line 16, ../scss/sites/_style.scss */
body.style .inner-header span.sitename img {
  position: absolute;
  top: 8px;
  left: 70px;
}
/* line 23, ../scss/sites/_style.scss */
body.style span.subnav {
  background-color: #333;
}
/* line 25, ../scss/sites/_style.scss */
body.style span.subnav.icon-chevron-up {
  background-color: #e34037;
}
/* line 30, ../scss/sites/_style.scss */
body.style .category-subnav li {
  color: white;
  background-color: #e34037;
  border-bottom: 1px solid #e96b64;
}
/* line 32, ../scss/sites/_style.scss */
body.style .category-subnav li:hover {
  background-color: #e96b64;
}
/* line 41, ../scss/sites/_style.scss */
body.style article.summary section.featured {
  border-top: solid 5px black;
  border-bottom: solid 5px black;
}
/* line 46, ../scss/sites/_style.scss */
body.style article.summary .category a:link, body.style article.summary .category a:visited {
  background-color: #24dcaa;
}
/* line 49, ../scss/sites/_style.scss */
body.style article.summary .category a:hover {
  background-color: #199b77;
}
/* line 55, ../scss/sites/_style.scss */
body.style h3.archive-title {
  color: black;
  border-bottom: 5px solid black;
}
/* line 60, ../scss/sites/_style.scss */
body.style .btn, body.style .btn-primary {
  background-color: black;
}
/* line 65, ../scss/sites/_style.scss */
body.style .article-footer .tags {
  color: black;
}
/* line 72, ../scss/sites/_style.scss */
body.style.page article section.entry-content a:link, body.style.page article section.entry-content a:visited, body.style.single article section.entry-content a:link, body.style.single article section.entry-content a:visited {
  color: #e34037;
}
/* line 75, ../scss/sites/_style.scss */
body.style.page article section.entry-content a:hover, body.style.single article section.entry-content a:hover {
  color: #cf261d;
}
/* line 81, ../scss/sites/_style.scss */
body.style a, body.style a:visited {
  text-decoration: none;
}
/* line 83, ../scss/sites/_style.scss */
body.style a:hover, body.style a:focus, body.style a:visited:hover, body.style a:visited:focus {
  color: #24dcaa;
}
/* line 88, ../scss/sites/_style.scss */
body.style .sidebar .widgettitle, body.style .VMNRelatedContent h2.related-items-title {
  border-bottom: 5px solid black;
  color: #24dcaa;
}
@media only screen and (min-width: 980px) {
  /* line 94, ../scss/sites/_style.scss */
  body.style .sm4FollowWidget {
    margin: 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 980px) {
  /* line 99, ../scss/sites/_style.scss */
  body.style .sm4FollowWidget {
    margin-top: 0;
  }
}

/*********************
GENERAL IRB STYLES
*********************/
/* line 55, ../scss/_base.scss */
html.no-svg .svg-image {
  display: none;
}

/* line 56, ../scss/_base.scss */
html.no-svg .png-fallback {
  display: block;
}

/* line 58, ../scss/_base.scss */
body {
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

/* line 65, ../scss/_base.scss */
.grey {
  color: #777777;
}

/* line 69, ../scss/_base.scss */
.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 73, ../scss/_base.scss */
.ad_tile {
  margin: 10px auto;
  max-width: 300px;
}

/* line 77, ../scss/_base.scss */
li.CodaAdWidget {
  text-align: center;
}

/* line 81, ../scss/_base.scss */
li {
  list-style-type: none;
}

/* line 85, ../scss/_base.scss */
.sunset {
  background-color: #ffff00;
  padding: 10px;
  text-align: center;
  text-transform: lowercase;
}
/* line 90, ../scss/_base.scss */
.sunset span {
  white-space: nowrap;
}
/* line 93, ../scss/_base.scss */
.sunset .strong {
  font-weight: bold;
}

/********************
RESPONSIVE PLAYERS
********************/
/* line 101, ../scss/_base.scss */
.video-container {
  max-width: 512px;
  max-height: 288px;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 111, ../scss/_base.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 120, ../scss/_base.scss */
.squarish-video-container {
  margin: auto;
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 127, ../scss/_base.scss */
.squarish-video-container.instagram {
  padding-bottom: 112%;
}
/* line 131, ../scss/_base.scss */
.squarish-video-container.vine {
  padding-bottom: 100%;
}
/* line 135, ../scss/_base.scss */
.squarish-video-container iframe, .squarish-video-container object, .squarish-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 144, ../scss/_base.scss */
.player_container {
  width: 100%;
  height: auto;
  max-width: 512px;
  max-height: 288px;
  margin: 1.5em auto;
}
/* line 151, ../scss/_base.scss */
.player_container iframe {
  width: 100%;
  height: auto;
}
/* line 155, ../scss/_base.scss */
.player_container object {
  height: 100%;
}
/* line 159, ../scss/_base.scss */
.player_container .light_player .play_overlay_icon {
  background: url("http://www.mtv.com/sitewide/css/charlie/themes/blogs/play_icon_overlay.png") no-repeat;
  cursor: pointer;
  height: 94px;
  width: 228px;
}
/* line 165, ../scss/_base.scss */
.player_container .light_player img {
  margin: 0;
}
/* line 168, ../scss/_base.scss */
.player_container .light_player object, .player_container .light_player embed {
  height: 100%;
}

/* line 175, ../scss/_base.scss */
.mtvn_media_player_container.light_player .play_overlay_icon {
  background: url("http://www.mtv.com/sitewide/css/charlie/themes/blogs/play_icon_overlay.png") no-repeat;
  cursor: pointer;
  height: 94px;
  width: 228px;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 187, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 196, ../scss/_base.scss */
a, a:visited {
  text-decoration: none;
  color: black;
  /* on click */
  /* mobile tap color */
}
/* line 199, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #00bbef;
}
/* line 208, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 218, ../scss/_base.scss */
.more-link {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset;
  cursor: pointer;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  text-transform: lowercase;
  vertical-align: middle;
  margin: auto;
}
/* line 229, ../scss/_base.scss */
.more-link:hover {
  background-color: #333;
}
/* line 233, ../scss/_base.scss */
.more-link a, .more-link a:visited {
  color: white;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 242, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 252, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 257, ../scss/_base.scss */
h1, .h1 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 800;
}

/* line 263, ../scss/_base.scss */
h1 {
  margin: 0.1em 0;
}

/* line 267, ../scss/_base.scss */
h2, .h2 {
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 0.375em;
  padding: 5px 5px 5px 0px;
}

/* line 275, ../scss/_base.scss */
h3, .h3 {
  font-weight: 800;
  font-size: 1.438em;
  line-height: 1em;
}

/* line 281, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 286, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER SYTLES
*********************/
/* line 297, ../scss/_base.scss */
span.sitename {
  text-transform: lowercase;
}

/* line 301, ../scss/_base.scss */
span.icon-logo-mtv {
  display: block;
  font-size: 40px;
}

/* line 307, ../scss/_base.scss */
.vmn_coda_ad-banner {
  text-align: center;
}

/* line 311, ../scss/_base.scss */
.inner-header {
  background-color: #000;
  z-index: 5001;
  position: relative;
}
/* line 316, ../scss/_base.scss */
.inner-header .ad_banner {
  margin: auto;
  max-width: 300px;
}
/* line 321, ../scss/_base.scss */
.inner-header span.icon-logo-mtv {
  padding: 5px 10px 0 10px;
  color: white;
  float: left;
}
/* line 327, ../scss/_base.scss */
.inner-header .hr {
  border-top: 1px solid #404040;
}
/* line 331, ../scss/_base.scss */
.inner-header .headerblock {
  max-width: 980px;
  margin: auto;
  position: relative;
  height: 48px;
}
/* line 337, ../scss/_base.scss */
.inner-header .headerblock .sitename {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
/* line 344, ../scss/_base.scss */
.inner-header .headerblock h3.category {
  color: #fff;
  display: none;
  background-color: #333;
  padding: 14px;
  text-transform: lowercase;
  margin: 0;
  font-size: 18px;
  position: absolute;
  right: 47px;
  top: 1px;
  font-weight: bold;
}

/* line 360, ../scss/_base.scss */
h3.archive-title {
  text-transform: lowercase;
  color: #e7296f;
  margin: 0;
  padding: 10px 0;
  border-bottom: 5px solid black;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 372, ../scss/_base.scss */
span.subnav {
  font-weight: 800;
  color: white;
  cursor: pointer;
  background-color: #333;
  padding: 14px;
  margin: 0;
  right: 0;
  top: 1px;
  position: absolute;
  height: 46px;
}
/* line 373, ../scss/_base.scss */
span.subnav.icon-chevron-up {
  background-color: #00bbf0;
}

/* line 388, ../scss/_base.scss */
.no-csstransitions .category-subnav {
  /* IE9 Support */
  display: none;
}

/* line 393, ../scss/_base.scss */
.category-subnav {
  width: 320px;
  position: absolute;
  right: -10px;
}
/* line 398, ../scss/_base.scss */
.category-subnav a:link, .category-subnav a:visited, .category-subnav a:active {
  color: white;
  text-transform: lowercase;
}
/* line 403, ../scss/_base.scss */
.category-subnav li {
  background-color: #00bbf0;
  list-style: none;
  padding: 15px;
  font-size: 17px;
  border-bottom: 1px solid #53c8eb;
  font-weight: 700;
}
/* line 404, ../scss/_base.scss */
.category-subnav li:hover {
  background-color: #59c8ec;
}

/* line 416, ../scss/_base.scss */
.category-subnav {
  z-index: 5000;
  -webkit-transform: translate3d(0, -530px, 0);
  -moz-transform: translate3d(0, -530px, 0);
  -o-transform: translate3d(0, -530px, 0);
  transform: translate3d(0, -530px, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

/* line 428, ../scss/_base.scss */
.category-subnav.active {
  -webkit-transform: translate3d(0, -15px, 0);
  -moz-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

/* Fallbacks */
/* line 437, ../scss/_base.scss */
.no-csstransforms .category-subnav {
  display: none;
}

/* line 441, ../scss/_base.scss */
.no-csstransforms .category-subnav.active {
  display: block;
}

/*********************
HOME & CATEGORY PAGE STYLES
*********************/
/* line 452, ../scss/_base.scss */
.category article.summary:last-child, .category article.summary:first-child {
  border-bottom: 1px black dotted;
}

/* line 460, ../scss/_base.scss */
article.summary section.featured.vertical img {
  float: none;
}
/* line 463, ../scss/_base.scss */
article.summary section.featured.vertical .text-summary {
  position: absolute;
  padding: 0;
  bottom: -8px;
  max-width: 100%;
}
/* line 469, ../scss/_base.scss */
article.summary section.featured.vertical .text-summary .category {
  line-height: 1.7;
}
/* line 475, ../scss/_base.scss */
article.summary:last-child {
  border-bottom: none;
}
/* line 479, ../scss/_base.scss */
article.summary .category {
  top: -5px;
  position: relative;
}
/* line 483, ../scss/_base.scss */
article.summary .category a:link, article.summary .category a:visited {
  font-weight: bold;
  background-color: #e7296f;
  color: white;
  text-transform: lowercase;
  padding: 2px 5px;
  white-space: nowrap;
  font-size: 0.750em;
}
/* line 492, ../scss/_base.scss */
article.summary .category a:hover {
  background-color: #b0144d;
}
/* line 497, ../scss/_base.scss */
article.summary section.featured {
  position: relative;
  padding: 0px;
  border-top: solid 5px;
  border-bottom: solid 5px;
  line-height: 0;
}
/* line 504, ../scss/_base.scss */
article.summary section.featured .category {
  top: 1px;
  line-height: 1.5;
}
/* line 507, ../scss/_base.scss */
article.summary section.featured .category a {
  font-size: 1.063em;
}
/* line 511, ../scss/_base.scss */
article.summary section.featured img {
  margin: 0;
}
/* line 514, ../scss/_base.scss */
article.summary section.featured .text-summary {
  position: absolute;
  bottom: 5px;
  max-width: 85%;
}
/* line 519, ../scss/_base.scss */
article.summary section.featured .text-summary h2 {
  margin-top: 0;
  background-color: white;
  line-height: 1.2em;
  font-size: 1.063em;
}
/* line 529, ../scss/_base.scss */
article.summary .entry-content {
  border-bottom: 1px black dotted;
  padding: 18px 0px 12px 0px;
}
/* line 533, ../scss/_base.scss */
article.summary .entry-content .thumbholder {
  float: left;
  margin-right: 10px;
}
/* line 536, ../scss/_base.scss */
article.summary .entry-content .thumbholder img {
  max-width: 105px;
}
/* line 540, ../scss/_base.scss */
article.summary .entry-content .text-summary {
  overflow: hidden;
}
/* line 544, ../scss/_base.scss */
article.summary .entry-content h3 {
  margin: 0;
  line-height: 1.2em;
  font-size: 14px;
}
/* line 549, ../scss/_base.scss */
article.summary .entry-content span.byline, article.summary .entry-content p {
  padding-top: 5px;
  display: none;
}
/* line 553, ../scss/_base.scss */
article.summary .entry-content p {
  margin: 0;
  line-height: 1.2em;
  padding: 5px 0px 0px 0 px;
  color: #333333;
}

/* line 564, ../scss/_base.scss */
.single article.post section.entry-content a, .single article.post section.entry-content a:visited,
.page article.page section.entry-content a,
.page article.page section.entry-content a:visited {
  color: #00BBef;
}
/* line 567, ../scss/_base.scss */
.single article.post section.entry-content a:hover,
.page article.page section.entry-content a:hover {
  color: #0097c1;
}

/* line 572, ../scss/_base.scss */
.byline {
  color: #000;
  font-size: .875em;
  text-transform: lowercase;
  line-height: 1.3em;
}
/* line 577, ../scss/_base.scss */
.byline a, .byline a:visited {
  font-weight: bold;
}

/* line 581, ../scss/_base.scss */
.date {
  padding: 5px 0;
  font-size: 0.75em;
  color: #777777;
}

/* line 588, ../scss/_base.scss */
body.home div.ad_tile, body.archive div.ad_tile {
  padding-top: 10px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 597, ../scss/_base.scss */
.alignright {
  float: right;
}

/* line 601, ../scss/_base.scss */
#content {
  margin: 10px;
  position: relative;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* line 630, ../scss/_base.scss */
.page .about .title {
  text-transform: lowercase;
}

/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* entry content */
/* line 644, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 679, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 686, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 .5em 0;
  max-width: 100%;
  height: auto;
}
/* line 702, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 707, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 715, ../scss/_base.scss */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 720, ../scss/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 725, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
POST FOOTER STYLES
******************************************************************/
/* line 762, ../scss/_base.scss */
.article-footer {
  margin-top: 10px;
}
/* line 766, ../scss/_base.scss */
.article-footer .pages {
  display: block;
  padding-bottom: 15px;
}
/* line 769, ../scss/_base.scss */
.article-footer .pages a {
  text-decoration: underline;
}
/* line 774, ../scss/_base.scss */
.article-footer .tags {
  font-weight: bold;
  color: #e7296f;
  text-transform: lowercase;
}
/* line 779, ../scss/_base.scss */
.article-footer .tags a:link, .article-footer .tags a:visited {
  font-weight: normal;
  background-color: #f2f2f2;
  color: black;
  text-transform: lowercase;
  border-radius: 4px;
  padding: 8px;
  line-height: 2.5em;
  white-space: nowrap;
}
/* line 789, ../scss/_base.scss */
.article-footer .tags a:hover {
  background-color: #aaaaaa;
}
/* line 795, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate ol {
  margin-top: .5em;
}
/* line 798, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate h2 {
  text-transform: lowercase;
  color: #e7296f;
  border-bottom: 4px solid black;
  font-size: 1.5em;
}
/* line 804, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate ol.list-header, .article-footer .dynaVidListingPopulate li.list-ep, .article-footer .dynaVidListingPopulate li.list-ct {
  display: none;
}
/* line 808, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate span.icon-play {
  background-image: url(http://www.mtv.com/sitewide/images/charlie/sprites/site_wide_original.png);
  background-position: 5px -10px;
  width: 12px;
  height: 9px;
  float: left;
  margin: 4px 5px 0 0;
  display: block;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #000;
}
/* line 822, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate li.list-title {
  line-height: 17px;
}
/* line 824, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate li.list-title a:link, .article-footer .dynaVidListingPopulate li.list-title a:visited {
  text-transform: lowercase;
  font-weight: bold;
}
/* line 830, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate li.vidlist_dehigh {
  border-bottom: 1px black dotted;
}
/* line 832, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate li.vidlist_dehigh ul.vidlist {
  margin: .5em 0;
}
/* line 836, ../scss/_base.scss */
.article-footer .dynaVidListingPopulate li.list-date {
  font-size: 12px;
}

/* line 842, ../scss/_base.scss */
.sub-footer {
  width: 100%;
  background-color: #ccc;
  clear: both;
  display: inline-block;
  text-align: center;
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: lowercase;
  padding-top: 4px;
}
/* line 854, ../scss/_base.scss */
.sub-footer span.icon-logo-mtv {
  font-color: black;
  padding: 5px;
  margin-top: 10px;
  display: inline;
  vertical-align: middle;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 867, ../scss/_base.scss */
.prev-link {
  float: left;
}

/* line 870, ../scss/_base.scss */
.next-link {
  float: right;
}

/* line 874, ../scss/_base.scss */
.prev-link a:link, .prev-link a:active, .prev-link a:visited, .next-link a:link, .next-link a:active, .next-link a:visited {
  color: white;
  padding: 2px 5px;
}

/* line 879, ../scss/_base.scss */
.wp-prev-next .btn:hover {
  background-color: #333;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 888, ../scss/_base.scss */
.sidebar {
  padding-bottom: 10px;
}
/* line 891, ../scss/_base.scss */
.sidebar ul, .sidebar h2 {
  margin: 0px;
}
/* line 893, ../scss/_base.scss */
.sidebar a:link, .sidebar a:active, .sidebar a:visited {
  font-weight: bold;
  font-size: .86em;
  line-height: 17px;
}
/* line 899, ../scss/_base.scss */
.sidebar .widgettitle {
  border-bottom: 5px solid #000;
  font-weight: 800;
  font-size: 1.438em;
  padding-bottom: 5px;
  color: #e7296f;
  margin-bottom: 0;
  text-transform: lowercase;
}
/* line 909, ../scss/_base.scss */
.sidebar li {
  display: inline-block;
}
/* line 911, ../scss/_base.scss */
.sidebar li.MTVNCodaAdWidget {
  margin: auto;
  max-width: 300px;
  display: block;
}
/* line 919, ../scss/_base.scss */
.sidebar .textwidget .newsarticles {
  display: inline-block;
}
/* line 921, ../scss/_base.scss */
.sidebar .textwidget .newsarticles article {
  min-height: 135px;
}
/* line 923, ../scss/_base.scss */
.sidebar .textwidget .newsarticles article:last-child {
  border-bottom: none;
}

/* line 932, ../scss/_base.scss */
.sidebar article {
  border-bottom: 1px black dotted;
  padding: 15px 0 15px 0;
  line-height: 17px;
  min-height: 105px;
}
/* line 938, ../scss/_base.scss */
.sidebar article img {
  margin-right: 5px;
  float: left;
}
/* line 943, ../scss/_base.scss */
.sidebar article .thumb {
  float: left;
  overflow: hidden;
  max-width: 110px;
  max-height: 80px;
  margin-right: 5px;
}
/* line 950, ../scss/_base.scss */
.sidebar article .thumb img {
  margin-right: 0;
}
/* line 955, ../scss/_base.scss */
.sidebar article:last-child {
  padding-top: 15px;
  border-bottom: none;
}
/* line 960, ../scss/_base.scss */
.sidebar article span.rss-date {
  font-size: 12px;
  color: #aaa;
  display: block;
}

/* line 968, ../scss/_base.scss */
.readmore {
  text-align: right;
  padding-top: 8px;
}
/* line 972, ../scss/_base.scss */
.readmore span {
  color: #fff;
  font-size: 0.875em;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  ******************************************************************/
  /* line 14, ../scss/_481up.scss */
  #content {
    width: 100%;
    margin: auto;
    padding: 15px;
  }

  /* line 23, ../scss/_481up.scss */
  body.buzzworthy .inner-header span.sitename img {
    position: absolute;
    top: -6px;
    width: 236px;
  }

  /* line 32, ../scss/_481up.scss */
  .category-subnav {
    right: 0px;
  }

  /* line 38, ../scss/_481up.scss */
  .inner-header .headerblock h3.category {
    display: inline-block;
  }

  /* line 44, ../scss/_481up.scss */
  h3.archive-title.category {
    display: none;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 660px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 20, ../scss/_660up.scss */
  h1, .h1 {
    font-size: 43px;
  }

  /* line 24, ../scss/_660up.scss */
  body {
    font-size: 17px;
  }

  /*********************
  VMN A/B Testing Modules
  *********************/
  /* line 33, ../scss/_660up.scss */
  #vmnabtest-inner .cropped-image {
    float: left !important;
    height: 160px !important;
    width: 160px !important;
  }
  /* line 38, ../scss/_660up.scss */
  #vmnabtest-inner ol {
    text-align: center;
    margin: 5px 0 0 0;
    width: 100%;
  }
  /* line 43, ../scss/_660up.scss */
  #vmnabtest-inner li {
    display: inline-table;
    max-width: 160px;
    border-bottom: none;
    margin-right: 48px;
    vertical-align: top;
    width: 27%;
  }
  /* line 50, ../scss/_660up.scss */
  #vmnabtest-inner li.last {
    margin-right: 0px;
  }
  /* line 53, ../scss/_660up.scss */
  #vmnabtest-inner li .title2 {
    text-align: left;
    width: 160px;
  }
  /* line 60, ../scss/_660up.scss */
  #vmnabtest-inner .zergentity {
    border-bottom: none;
    width: 160px !important;
    float: left !important;
    margin-right: 55px !important;
    padding-top: 0px !important;
  }
  /* line 67, ../scss/_660up.scss */
  #vmnabtest-inner .zergentity img {
    float: none;
    width: 160px !important;
    height: 160px !important;
    padding-right: 5px !important;
  }
  /* line 75, ../scss/_660up.scss */
  #vmnabtest-inner .source, #vmnabtest-inner .newsHeadlineContainer {
    left: 0px;
  }
  /* line 78, ../scss/_660up.scss */
  #vmnabtest-inner .source {
    top: -7px;
  }

  /* line 83, ../scss/_660up.scss */
  #vmnabtest-outer .taboola .cropped-image {
    margin-right: 0;
  }

  /* line 87, ../scss/_660up.scss */
  div#zerglayout div:nth-child(2) div.zergentity:nth-child(3) {
    margin-right: 0px !important;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 95, ../scss/_660up.scss */
  .wrap {
    max-width: 980px;
  }

  /* line 99, ../scss/_660up.scss */
  #content {
    margin: auto;
    width: 100%;
    padding: 15px;
  }

  /* line 105, ../scss/_660up.scss */
  .more-link {
    width: 200px;
    margin: auto;
  }

  /*********************
  HOME & CATEGORY STYLES
  *********************/
  /* line 118, ../scss/_660up.scss */
  article.summary section.featured .text-summary h2 {
    font-size: 1.875em;
    line-height: 1.1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 128, ../scss/_660up.scss */
  article.summary section.featured.vertical img {
    float: left;
  }
  /* line 131, ../scss/_660up.scss */
  article.summary section.featured.vertical .text-summary {
    position: relative;
    padding: 10px;
    bottom: 0;
  }
  /* line 139, ../scss/_660up.scss */
  article.summary .entry-content h3 {
    font-size: 1.4em;
  }
  /* line 142, ../scss/_660up.scss */
  article.summary .entry-content p {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
  }
  /* line 147, ../scss/_660up.scss */
  article.summary .entry-content p a {
    text-transform: lowercase;
  }
  /* line 152, ../scss/_660up.scss */
  article.summary .entry-content span.byline {
    display: inline;
  }
  /* line 154, ../scss/_660up.scss */
  article.summary .entry-content span.byline a {
    text-transform: lowercase;
  }
  /* line 159, ../scss/_660up.scss */
  article.summary .entry-content .thumbholder img {
    max-width: 133px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 172, ../scss/_660up.scss */
  aside.sidebar {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  /* line 177, ../scss/_660up.scss */
  aside.sidebar .IRBLatestMtvNews {
    display: inline-block;
  }

  /* line 183, ../scss/_660up.scss */
  .sidebar {
    margin-top: 2.2em;
  }
  /* line 187, ../scss/_660up.scss */
  .sidebar .widget_rss li {
    min-height: 110px;
  }

  /* line 196, ../scss/_660up.scss */
  .flux4Widget .comments {
    font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* line 199, ../scss/_660up.scss */
  .flux4Widget .comments .details * {
    font-size: 14px;
  }
  /* line 204, ../scss/_660up.scss */
  .flux4Widget .comments .activity .quote {
    color: #999;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 21, ../scss/_768up.scss */
  .inner-header .ad_banner {
    margin: auto;
    max-width: 728px;
  }

  /* line 27, ../scss/_768up.scss */
  #vsw-ads {
    background-color: #f2f2f2;
    padding: 5px 0 5px 10px;
  }
  /* line 30, ../scss/_768up.scss */
  #vsw-ads #ERA_AD_BLOCK, #vsw-ads .div.era_ad_block .vsw-ad-rc *, #vsw-ads div.vsw-ad-rc.yahoo *, #vsw-ads .vsw-ad-family, #vsw-ads .vsw-ad-footer, #vsw-ads .vsw-ad-image, #vsw-ads .tt, #vsw-ads .vsw-ad-container, #vsw-ads .vsw-ad-item, #vsw-ads .vsw-ad-content, #vsw-ads .vsw-ad-content * {
    background: none !important;
  }

  /* line 36, ../scss/_768up.scss */
  .vsw-ad-item {
    padding: 10px 10px 10px 0;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 980px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /* line 13, ../scss/_1030up.scss */
  .header .ad_banner {
    display: block;
    max-width: 728px;
    margin: auto;
  }

  /* line 21, ../scss/_1030up.scss */
  .inner-header span.icon-logo-mtv {
    padding: 5px 10px 0 10px;
    color: white;
    float: left;
  }

  /* line 29, ../scss/_1030up.scss */
  body.home div.ad_tile, body.archive div.ad_tile {
    padding: 0;
  }

  /* line 34, ../scss/_1030up.scss */
  .ad_tile {
    margin: 0 auto;
    max-width: 300px;
  }

  /* line 39, ../scss/_1030up.scss */
  #content {
    width: 980px;
    margin: auto;
    padding: 15px 0px 5px 9px;
  }

  /* line 45, ../scss/_1030up.scss */
  aside.sidebar {
    width: 300px;
    float: right;
    margin-top: 0px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  /* line 55, ../scss/_1030up.scss */
  #main {
    width: 600px;
    float: left;
    position: relative;
    padding: 0;
  }

  /* line 63, ../scss/_1030up.scss */
  body.single #main {
    padding-left: 60px;
    padding-right: 10px;
    width: 660px;
  }

  /* line 71, ../scss/_1030up.scss */
  .sidebar div.newsarticles {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  /* line 78, ../scss/_1030up.scss */
  .sidebar .scheduled_promo article:last-child {
    border-bottom: none;
  }
  /* line 83, ../scss/_1030up.scss */
  .sidebar .readmore {
    text-align: center;
  }
  /* line 87, ../scss/_1030up.scss */
  .sidebar li {
    padding-bottom: 10px;
  }

  /* line 93, ../scss/_1030up.scss */
  .mtvn_media_player_container {
    margin: auto;
  }

  /* line 97, ../scss/_1030up.scss */
  div.sm4ShareWidget {
    position: absolute;
    top: 10px;
    margin-left: 25px;
  }

  /* line 103, ../scss/_1030up.scss */
  .header div.notification {
    font-size: 18px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
