/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* =================================================================================
@Font-Face Embeds
================================================================================= */
@font-face {
  font-family: 'OpenSansLight';
  src: url('fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLightItalic';
  src: url('fonts/OpenSans-LightItalic-webfont.eot');
  src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('fonts/OpenSans-Regular-webfont.eot');
  src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('fonts/OpenSans-Bold-webfont.eot');
  src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansExtraBoldItalic';
  src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
  src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url('fonts/OpenSans-BoldItalic-webfont.eot');
  src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansCondBold';
  src: url('fonts/OpenSans-CondBold-webfont.eot');
  src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-CondBold-webfont.woff') format('woff'), url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype'), url('fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansCondLight';
  src: url('fonts/OpenSans-CondLight-webfont.eot');
  src: url('fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-CondLight-webfont.woff') format('woff'), url('fonts/OpenSans-CondLight-webfont.ttf') format('truetype'), url('fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansCondItalic';
  src: url('fonts/OpenSans-CondLightItalic-webfont.eot');
  src: url('fonts/OpenSans-CondLightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-CondLightItalic-webfont.woff') format('woff'), url('fonts/OpenSans-CondLightItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-CondLightItalic-webfont.svg#open_sansCnLtIt') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* =================================================================================
Mixins
================================================================================= */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.no-clearfix:before,
.no-clearfix:after {
  content: "";
  line-height: normal;
}
.no-clearfix:after {
  clear: none;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* =================================================================================
Cross Browser Reset
================================================================================= */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  color: #000;
  font: normal 16px/1em 'OpenSansRegular', Helvetica, sans-serif;
}
img {
  border: 0;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OpenSansRegular', Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1em;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
}
a {
  color: #6699ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:focus {
  outline: 0;
}
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  background: #fff;
  border: 1px solid #000;
  padding: 8px 4px;
  width: 100%;
}
label {
  display: block;
  padding: 0 0 5px;
}
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
small {
  font-size: 10px;
}
big {
  font-size: 1.2em;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
/*sup           { font-size:1em; vertical-align:top; }/*/
ul,
ol {
  list-style: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-box-sizing * {
  behavior: url(/wp-content/themes/try-gm-newsroom/scripts/boxsizing.htc);
}
.group,
.header,
.footer,
.main,
.col-main,
.col2-set,
.post,
.menu-main-container,
#menu-main {
  *zoom: 1;
}
.group:before,
.header:before,
.footer:before,
.main:before,
.col-main:before,
.col2-set:before,
.post:before,
.menu-main-container:before,
#menu-main:before,
.group:after,
.header:after,
.footer:after,
.main:after,
.col-main:after,
.col2-set:after,
.post:after,
.menu-main-container:after,
#menu-main:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after,
.header:after,
.footer:after,
.main:after,
.col-main:after,
.col2-set:after,
.post:after,
.menu-main-container:after,
#menu-main:after {
  clear: both;
}
/* =================================================================================
Layout
================================================================================= */
.col2-set .col-1 {
  width: 49%;
  float: left;
}
.col2-set .col-2 {
  width: 49%;
  float: right;
}
.col2-set .col-narrow {
  width: 33%;
}
.col2-set .col-wide {
  width: 65%;
}
.col3-set .col-1 {
  width: 32%;
  float: left;
}
.col3-set .col-2 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.col3-set .col-3 {
  width: 32%;
  float: right;
}
.col4-set .col-1 {
  width: 23.5%;
  float: left;
}
.col4-set .col-2 {
  width: 23.5%;
  float: left;
  margin: 0 2%;
}
.col4-set .col-3 {
  width: 23.5%;
  float: left;
}
.col4-set .col-4 {
  width: 23.5%;
  float: right;
}
.main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
    float: none;
  }
}
/* =================================================================================
Tools
================================================================================= */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.hide {
  display: none;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.highlight {
  background: #fffaaa;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.bullets {
  list-style: disc outside;
  margin: 1em 0;
  padding: 0 0 0 3em;
}
.numbers {
  list-style: decimal outside;
  margin: 1em 0;
  padding: 0 0 0 3em;
}
.required {
  color: #cc0033;
}
/* =================================================================================
Buttons
================================================================================= */
.btn {
  background: #444;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn:hover {
  background: #8cbc32;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
/* =================================================================================
Lists
================================================================================= */
.inline-list {
  *zoom: 1;
}
.inline-list:before,
.inline-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
}
.inline-list li a {
  display: block;
}
/* ===================================
Flexslider
=================================== */
.flexslider-container {
  zoom: 1;
  position: relative;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}
.flex-direction-nav {
  height: 0;
}
/* ===================================
Colorbox
=================================== */
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
/* ===================================
Bootstrap - Tooltips and Popovers
=================================== */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/* =================================================================================
Content
================================================================================= */
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-x: hidden;
}
::-webkit-input-placeholder {
  color: #000;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  line-height: normal;
}
:-moz-placeholder {
  color: #000;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
}
::-moz-placeholder {
  color: #000;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
}
:-ms-input-placeholder {
  color: #000;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
}
.formatted ul,
.formatted ol {
  list-style: disc outside;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
}
.formatted ol {
  list-style: decimal outside;
}
.formatted li {
  padding: 5px 0;
  line-height: 1.5em;
}
.formatted h1,
.formatted h2,
.formatted h3 {
  margin: 0 0 10px;
}
.formatted p {
  line-height: 1.5em;
  margin: 0 0 20px;
}
.formatted b,
.formatted strong {
  font-weight: normal;
}
.formatted i,
.formatted em {
  font-style: normal;
}
.formatted blockquote {
  color: #6699ff;
  font-family: 'OpenSansCondItalic', Helvetica, sans-serif;
  line-height: 1.25em;
  margin: 40px 0;
}
.formatted blockquote:before {
  content: '“';
}
.formatted blockquote:after {
  content: '”';
}
.post-list li {
  background: #fff;
  margin: 0 0 10px;
  position: relative;
  width: 100%;
}
.post-list li:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30%;
  top: 0;
  right: 10px;
  bottom: 5px;
  left: 10px;
  z-index: -1;
}
.post-list li .container {
  *zoom: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.post-list li .container:before,
.post-list li .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.post-list li .container:after {
  clear: both;
}
.post-list li .container .thumbnail-container {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  display: block;
  float: left;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.post-list li .container .thumbnail-container .thumbnail {
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  width: 100%;
  height: 100%;
  min-width: 210px;
}
.post-list li .container .text-container {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0 0 0 190px;
  padding: 20px 20px 0 0;
}
.post-list li .container .text-container a {
  color: #000;
}
.post-list li .container .text-container .post-date {
  display: block;
  margin: 0 0 10px;
}
.post-list li .container .text-container .post-date,
.post-list li .container .text-container .post-comments {
  font: 12px/1em 'OpenSansBold', Helvetica, sans-serif;
  text-transform: uppercase;
}
.post-list li .container .text-container .post-title {
  font: 18px/1em 'OpenSansCondLight', Helvetica, sans-serif;
  margin: 0 0 10px;
}
.main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-list li .container .thumbnail-container {
    width: 100px;
    height: 100px;
  }
  .post-list li .container .text-container {
    margin: 0 0 0 110px;
    padding: 10px 10px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .no-featured {
    padding: 100px 0 0;
    min-height: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-open:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1040;
  }
}
@media screen and (min-width: 1024px) {
  .no-featured {
    padding: 120px 0 0 100px;
    width: 960px;
  }
}
.header {
  position: relative;
}
.header .masthead .logo-gm {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  position: relative;
  z-index: 1030;
}
.header .search {
  display: none;
}
.header .menu-toggle {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('../images/sprite.png');
  background-position: -429px -49px;
  display: block;
  position: absolute;
  width: 38px;
  height: 28px;
  z-index: 1050;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-toggle {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -429px -49px;
  }
}
@media all and (-ie-hack: 1.5) {
  .header .menu-toggle {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -429px -49px;
  }
}
.header .menu-toggle:hover {
  cursor: pointer;
}
.header .menu-toggle:active {
  margin: 1px 0 0;
}
.header .menu-main {
  position: relative;
  z-index: 1050;
}
.header .menu-main a {
  color: #000;
  display: block;
}
.header .menu-main .categories > li {
  background: #fff;
  width: 100%;
}
.header .menu-main .categories > li > a {
  position: relative;
}
.header .menu-main .categories > li > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .header .masthead {
    background-image: url('../images/bg-diagonal-noise.png');
    background-repeat: repeat;
    overflow: hidden;
    width: 100%;
    height: 80px;
  }
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-mobile.png');
    width: 379px;
    height: 63px;
  }
  .header .menu-toggle {
    right: 10px;
    top: 40px;
  }
  .header .menu-main {
    display: none;
    width: 100%;
    position: absolute;
    top: auto;
  }
  .header .menu-main .categories {
    border-top: 1px solid #eeeeee;
  }
  .header .menu-main .categories > li {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    font: 36px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
    padding: 10px 0 0;
    text-transform: uppercase;
  }
  .header .menu-main .categories > li > a {
    background: #fff;
    line-height: 56px;
    padding: 0 56px 0 70px;
    position: relative;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
  }
  .header .menu-main .categories > li > a:hover {
    background: #eeeeee;
    text-decoration: none;
  }
  .header .menu-main .categories > li > a:before {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    margin: -25px 0 0;
    left: 10px;
    top: 50%;
    width: 50px;
    height: 49px;
  }
  .header .menu-main .categories > li > a.has-sub:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/sprite.png');
    background-position: -253px -32px;
    border-left: 1px solid #eeeeee;
    margin: -28px 0 0;
    top: 50%;
    right: 0;
    width: 56px;
    height: 56px;
  }
  .header .menu-main .categories > li > a.has-sub.active:after {
    background-image: url('../images/sprite.png');
    background-position: -314px -35px;
    border-bottom: 1px solid #fff;
  }
  .header .menu-main .categories > li.latest > a:before {
    background-image: url('../images/sprite.png');
    background-position: -552px -183px;
  }
  .header .menu-main .categories > li.trends > a:before {
    background-image: url('../images/sprite.png');
    background-position: -168px -183px;
  }
  .header .menu-main .categories > li.brands > a:before {
    background-image: url('../images/sprite.png');
    background-position: -223px -183px;
  }
  .header .menu-main .categories > li.tech > a:before {
    background-image: url('../images/sprite.png');
    background-position: -279px -183px;
  }
  .header .menu-main .categories > li.green > a:before {
    background-image: url('../images/sprite.png');
    background-position: -331px -183px;
  }
  .header .menu-main .categories > li.culture > a:before {
    background-image: url('../images/sprite.png');
    background-position: -387px -183px;
  }
  .header .menu-main .categories > li.people > a:before {
    background-image: url('../images/sprite.png');
    background-position: -442px -183px;
  }
  .header .menu-main .categories > li.company > a:before {
    background-image: url('../images/sprite.png');
    background-position: -497px -183px;
  }
  .header .menu-main .categories > li.latest .sub-menu a:before {
    color: #ffff00;
  }
  .header .menu-main .categories > li.trends .sub-menu a:before {
    color: #ffff00;
  }
  .header .menu-main .categories > li.brands .sub-menu a:before {
    color: #e1e9e9;
  }
  .header .menu-main .categories > li.tech .sub-menu a:before {
    color: #ffcc33;
  }
  .header .menu-main .categories > li.green .sub-menu a:before {
    color: #33ff00;
  }
  .header .menu-main .categories > li.culture .sub-menu a:before {
    color: #ccffff;
  }
  .header .menu-main .categories > li.people .sub-menu a:before {
    color: #66ccff;
  }
  .header .menu-main .categories > li.company .sub-menu a:before {
    color: #008acf;
  }
  .header .menu-main .categories > li.latest .sub-menu a:hover {
    color: #ffff00;
  }
  .header .menu-main .categories > li.trends .sub-menu a:hover {
    color: #ffff00;
  }
  .header .menu-main .categories > li.brands .sub-menu a:hover {
    color: #e1e9e9;
  }
  .header .menu-main .categories > li.tech .sub-menu a:hover {
    color: #ffcc33;
  }
  .header .menu-main .categories > li.green .sub-menu a:hover {
    color: #33ff00;
  }
  .header .menu-main .categories > li.culture .sub-menu a:hover {
    color: #ccffff;
  }
  .header .menu-main .categories > li.people .sub-menu a:hover {
    color: #66ccff;
  }
  .header .menu-main .categories > li.company .sub-menu a:hover {
    color: #008acf;
  }
  .header .menu-main .categories > li .sub-menu {
    display: none;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories {
    border-top: 1px solid #eeeeee;
    *zoom: 1;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories:before,
  .header .menu-main .categories > li .sub-menu .sub-categories:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories:after {
    clear: both;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li {
    float: left;
    font: bold 16px/1em 'OpenSansCondBold', Helvetica, sans-serif;
    font-style: italic;
    width: 50%;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li:nth-child(2n+1) {
    clear: left;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li a {
    color: #000;
    display: block;
    padding: 15px 30px;
    position: relative;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li a:before {
    content: '» ';
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li a:hover {
    text-decoration: none;
  }
  .header .menu-main .categories > li .sub-menu .recent-posts {
    display: none;
  }
  .header .menu-main .categories > li .sub-menu .banner {
    display: none;
  }
  .header .menu-main .search-mobile {
    background: #fff;
    *zoom: 1;
    padding: 10px 0;
    position: relative;
  }
  .header .menu-main .search-mobile:before,
  .header .menu-main .search-mobile:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header .menu-main .search-mobile:after {
    clear: both;
  }
  .header .menu-main .search-mobile .search-box {
    border: 0 none;
    font-size: 36px;
    font-family: 'OpenSansCondItalic', Helvetica, sans-serif;
    padding: 0 10px 0 70px;
    width: 100%;
    height: 44px;
  }
  .header .menu-main .search-mobile .search-submit {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background-color: transparent;
    background-image: url('../images/sprite.png');
    background-position: -557px -41px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .masthead {
    background-image: url('../images/bg-diagonal-noise@2x.png');
    background-size: 100px 100px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .masthead {
    background-image: url('../images/bg-diagonal-noise.png');
    background-size: auto;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-mobile@2x.png');
    background-size: 379px 63px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-mobile.png');
    background-size: auto;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li > a.has-sub:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -253px -32px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li > a.has-sub:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -253px -32px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li > a.has-sub.active:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -314px -35px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li > a.has-sub.active:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -314px -35px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.latest > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -552px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.latest > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -552px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.trends > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -168px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.trends > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -168px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.brands > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -223px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.brands > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -223px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.tech > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -279px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.tech > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -279px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.green > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -331px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.green > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -331px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.culture > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -387px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.culture > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -387px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.people > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -442px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.people > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -442px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.company > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -497px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.company > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -497px -183px;
  }
}
@media screen and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .search-mobile .search-submit {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -557px -41px;
  }
}
@media screen and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .menu-main .search-mobile .search-submit {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -557px -41px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .masthead {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 480px;
    height: 79px;
    z-index: 1030;
  }
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-tablet.png');
    width: 100%;
    height: 100%;
  }
  .header .search {
    background: #fff;
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
    position: absolute;
    top: 15px;
    left: 500px;
    z-index: 1040;
  }
  .header .search .search-form {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    *zoom: 1;
    display: block;
  }
  .header .search .search-form:before,
  .header .search .search-form:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header .search .search-form:after {
    clear: both;
  }
  .header .search .search-form label {
    display: none;
  }
  .header .search .search-form .search-box {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0 none;
    float: left;
    font-size: 16px;
    font-family: 'OpenSansCondLight', Helvetica, sans-serif;
    padding: 0 10px;
    width: 120px;
    height: 30px;
  }
  .header .search .search-form .search-submit {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background-color: transparent;
    background-image: url('../images/sprite.png');
    background-position: -285px -142px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    width: 35px;
    height: 35px;
  }
  .header .menu-toggle {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: yellow;
    background-position: -422px -39px;
    padding: 24px 26px;
    right: 50px;
    top: 0;
  }
  .header .menu-toggle.active {
    background-position: -371px -38px;
  }
  .header .menu-main {
    background: #eeeeee;
    padding: 50px 0 0;
    right: 0;
    top: 0;
    width: 273px;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li a:before {
    top: 10px;
    left: 5px;
  }
  .header .menu-main .search-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-tablet@2x.png');
    background-size: 480px 79px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-tablet.png');
    background-size: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .search .search-form .search-submit {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -285px -142px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and all and (-ie-hack: 1.5) {
  .header .search .search-form .search-submit {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -285px -142px;
  }
}
@media screen and (min-width: 1024px) {
  .header .masthead {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 635px;
    height: 105px;
    z-index: 1030;
  }
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-desktop.png');
    width: 100%;
    height: 100%;
  }
  .header .search {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #fff;
    display: block;
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 750px;
    z-index: 1040;
  }
  .header .search .search-form {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    *zoom: 1;
    display: block;
  }
  .header .search .search-form:before,
  .header .search .search-form:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header .search .search-form:after {
    clear: both;
  }
  .header .search .search-form label {
    display: none;
  }
  .header .search .search-form .search-box {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0 none;
    float: left;
    font-family: 'OpenSansCondLight', Helvetica, sans-serif;
    font-size: 18px;
    padding: 0 10px;
    width: 150px;
    height: 35px;
  }
  .header .search .search-form .search-submit {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background-color: transparent;
    background-image: url('../images/sprite.png');
    background-position: -285px -142px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    width: 35px;
    height: 35px;
  }
  .header .menu-toggle {
    display: none;
  }
  .header .menu-main {
    display: block;
    position: absolute;
    top: 105px;
    z-index: 1040;
  }
  .header .menu-main:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    border: 0 none;
    border-left: 60px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
  }
  .header .menu-main .categories li:hover a:after,
  .header .menu-main .categories li.active a:after {
    display: block;
    z-index: 1020;
  }
  .header .menu-main .categories > li > a {
    background: #fff;
    font: 9px/1em 'OpenSansBold', Helvetica, sans-serif;
    padding: 31px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
    height: 45px;
    z-index: 1020;
  }
  .header .menu-main .categories > li > a:before {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    margin: 0 0 0 -13px;
    left: 50%;
    top: 5px;
    width: 27px;
    height: 27px;
  }
  .header .menu-main .categories > li > a:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    display: none;
    border: 23px solid transparent;
    border-left: 12px solid #fff;
    right: -35px;
    top: 0;
    width: 0px;
    height: 0px;
  }
  .header .menu-main .categories > li.latest > a:before {
    background-image: url('../images/sprite.png');
    background-position: -210px 0;
  }
  .header .menu-main .categories > li.trends > a:before {
    background-image: url('../images/sprite.png');
    background-position: -180px 0;
  }
  .header .menu-main .categories > li.brands > a:before {
    background-image: url('../images/sprite.png');
    background-position: -150px 0;
  }
  .header .menu-main .categories > li.tech > a:before {
    background-image: url('../images/sprite.png');
    background-position: -120px 0;
  }
  .header .menu-main .categories > li.green > a:before {
    background-image: url('../images/sprite.png');
    background-position: -90px 0;
  }
  .header .menu-main .categories > li.culture > a:before {
    background-image: url('../images/sprite.png');
    background-position: -60px 0;
  }
  .header .menu-main .categories > li.people > a:before {
    background-image: url('../images/sprite.png');
    background-position: -30px 0;
  }
  .header .menu-main .categories > li.company > a:before {
    background-image: url('../images/sprite.png');
    background-position: 0 0;
  }
  .header .menu-main .categories > li.latest:hover > a,
  .header .menu-main .categories > li.latest.active > a {
    background-color: #ffff00;
  }
  .header .menu-main .categories > li.trends:hover > a,
  .header .menu-main .categories > li.trends.active > a {
    background-color: #ffff00;
  }
  .header .menu-main .categories > li.brands:hover > a,
  .header .menu-main .categories > li.brands.active > a {
    background-color: #e1e9e9;
  }
  .header .menu-main .categories > li.tech:hover > a,
  .header .menu-main .categories > li.tech.active > a {
    background-color: #ffcc33;
  }
  .header .menu-main .categories > li.green:hover > a,
  .header .menu-main .categories > li.green.active > a {
    background-color: #33ff00;
  }
  .header .menu-main .categories > li.culture:hover > a,
  .header .menu-main .categories > li.culture.active > a {
    background-color: #ccffff;
  }
  .header .menu-main .categories > li.people:hover > a,
  .header .menu-main .categories > li.people.active > a {
    background-color: #66ccff;
  }
  .header .menu-main .categories > li.company:hover > a,
  .header .menu-main .categories > li.company.active > a {
    background-color: #008acf;
  }
  .header .menu-main .categories > li.latest:hover > a:after,
  .header .menu-main .categories > li.latest.active > a:after {
    border-left-color: #ffff00;
  }
  .header .menu-main .categories > li.trends:hover > a:after,
  .header .menu-main .categories > li.trends.active > a:after {
    border-left-color: #ffff00;
  }
  .header .menu-main .categories > li.brands:hover > a:after,
  .header .menu-main .categories > li.brands.active > a:after {
    border-left-color: #e1e9e9;
  }
  .header .menu-main .categories > li.tech:hover > a:after,
  .header .menu-main .categories > li.tech.active > a:after {
    border-left-color: #ffcc33;
  }
  .header .menu-main .categories > li.green:hover > a:after,
  .header .menu-main .categories > li.green.active > a:after {
    border-left-color: #33ff00;
  }
  .header .menu-main .categories > li.culture:hover > a:after,
  .header .menu-main .categories > li.culture.active > a:after {
    border-left-color: #ccffff;
  }
  .header .menu-main .categories > li.people:hover > a:after,
  .header .menu-main .categories > li.people.active > a:after {
    border-left-color: #66ccff;
  }
  .header .menu-main .categories > li.company:hover > a:after,
  .header .menu-main .categories > li.company.active > a:after {
    border-left-color: #008acf;
  }
  .header .menu-main .categories > li.latest:hover .sub-menu .banner {
    background-color: #ffff00;
  }
  .header .menu-main .categories > li.trends:hover .sub-menu .banner {
    background-color: #ffff00;
  }
  .header .menu-main .categories > li.brands:hover .sub-menu .banner {
    background-color: #e1e9e9;
  }
  .header .menu-main .categories > li.tech:hover .sub-menu .banner {
    background-color: #ffcc33;
  }
  .header .menu-main .categories > li.green:hover .sub-menu .banner {
    background-color: #33ff00;
  }
  .header .menu-main .categories > li.culture:hover .sub-menu .banner {
    background-color: #ccffff;
  }
  .header .menu-main .categories > li.people:hover .sub-menu .banner {
    background-color: #66ccff;
  }
  .header .menu-main .categories > li.company:hover .sub-menu .banner {
    background-color: #008acf;
  }
  .header .menu-main .categories > li .sub-menu {
    *zoom: 1;
    background: #fff;
    display: block;
    margin: -170px 0 0;
    padding: 20px 30px;
    position: absolute;
    left: -540px;
    top: auto;
    width: 540px;
    height: 280px;
    overflow: hidden;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
  }
  .header .menu-main .categories > li .sub-menu:before,
  .header .menu-main .categories > li .sub-menu:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header .menu-main .categories > li .sub-menu:after {
    clear: both;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories {
    float: right;
    position: relative;
    margin: 30px 0 0;
    width: 18%;
    z-index: 1000;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li {
    font: 12px/1em 'OpenSansBold', Helvetica, sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li a {
    position: relative;
    text-decoration: underline;
  }
  .header .menu-main .categories > li .sub-menu .sub-categories li a:before {
    content: '»';
    position: absolute;
    left: -10px;
    top: 0;
  }
  .header .menu-main .categories > li .sub-menu .recent-posts {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    border-right: 1px solid #eeeeee;
    padding: 0;
    width: 72%;
    height: 100%;
  }
  .header .menu-main .categories > li .sub-menu .recent-posts .label {
    font: 18px/1 'OpenSansBold', Helvetica, sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .header .menu-main .categories > li .sub-menu .recent-posts li {
    float: left;
    font-size: 14px;
    padding: 0 5px;
    width: 112px;
  }
  .header .menu-main .categories > li .sub-menu .recent-posts li .thumbnail-container {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
    height: 70px;
  }
  .header .menu-main .categories > li .sub-menu .recent-posts li .thumbnail {
    background-position: center top;
    width: 120px;
    height: 100%;
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .header .menu-main .categories > li .sub-menu .banner {
    background-color: #fff;
    font: 24px/1em 'OpenSansBold', Helvetica, sans-serif;
    line-height: 60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 279px;
    top: 1px;
    right: 0;
    -webkit-transform: rotate(-90deg) skew(0deg, 7deg);
    -moz-transform: rotate(-90deg) skew(0deg, 7deg);
    -ms-transform: rotate(-90deg) skew(0deg, 7deg);
    -o-transform: rotate(-90deg) skew(0deg, 7deg);
    transform: rotate(-90deg) skew(0deg, 7deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
  }
  .header .menu-main .categories > li .sub-menu .banner span {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
  }
  .header .menu-main .categories > li:hover > .sub-menu {
    -webkit-box-shadow: 20px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 5px 20px rgba(0, 0, 0, 0.2);
    left: 100%;
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-desktop@2x.png');
    background-size: 637px 105px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .masthead .logo-gm {
    background-image: url('../images/bg-masthead-desktop.png');
    background-size: auto;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .search .search-form .search-submit {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -285px -142px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .search .search-form .search-submit {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -285px -142px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.latest > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -210px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.latest > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -210px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.trends > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -180px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.trends > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -180px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.brands > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -150px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.brands > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -150px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.tech > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -120px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.tech > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -120px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.green > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -90px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.green > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -90px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.culture > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -60px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.culture > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -60px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.people > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -30px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.people > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -30px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header .menu-main .categories > li.company > a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .header .menu-main .categories > li.company > a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .lte8 .header .menu-main .categories > li .sub-menu .banner {
    display: none;
  }
}
.footer a {
  color: #fff;
  font: 12px/1em 'OpenSansBold', Helvetica, sans-serif;
  text-transform: uppercase;
}
.footer .container {
  position: relative;
}
.footer .gm-links ul {
  *zoom: 1;
}
.footer .gm-links ul:before,
.footer .gm-links ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer .gm-links ul:after {
  clear: both;
}
.footer .gm-links li {
  float: left;
}
.footer .search {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: absolute;
  bottom: 80px;
  left: 300px;
  width: 560px;
}
.footer .search .search-box {
  border: 0 none;
  font-size: 36px;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  float: left;
  position: relative;
  width: 470px;
}
.footer .search .search-submit {
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  background-color: transparent;
  background-image: url('../images/sprite.png');
  background-position: -557px -41px;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-top: 12px;
  width: 44px;
  height: 44px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .search .search-submit {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -557px -41px;
  }
}
@media all and (-ie-hack: 1.5) {
  .footer .search .search-submit {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -557px -41px;
  }
}
.footer .logo-gm {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('../images/sprite-logos.png');
  background-position: -200px -131px;
  display: block;
  width: 170px;
  height: 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .logo-gm {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -200px -131px;
  }
}
@media all and (-ie-hack: 1.5) {
  .footer .logo-gm {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -200px -131px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    background: url(../images/bg-footer-mobile.jpg) no-repeat;
    padding: 30px;
    height: 365px;
  }
  .footer .search,
  .footer .brand-list {
    display: none;
  }
  .footer .gm-links {
    margin: 0 0 30px;
  }
  .footer .gm-links li {
    margin: 0 2% 2% 0;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer .gm-links li:nth-child(2n) {
    margin: 0 0 2%;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    background: url(../images/bg-footer-desktop.jpg) no-repeat;
  }
  .footer .container {
    position: relative;
    width: 960px;
    height: 395px;
  }
  .footer .gm-links {
    position: absolute;
    top: 60px;
    left: 40px;
    width: 450px;
  }
  .footer .gm-links li {
    margin: 0 2% 2% 0;
    width: 32%;
  }
  .footer .gm-links li:nth-child(3n) {
    margin-right: 0;
  }
  .footer .brands {
    position: absolute;
    left: 540px;
    top: 40px;
    width: 400px;
    height: 80px;
  }
  .footer .brands:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/sprite-logos.png');
    background-position: -268px -38px;
    margin: -4px 0 0 -65px;
    bottom: 30px;
    top: auto;
    left: 50%;
    width: 131px;
    height: 8px;
  }
  .footer .brand-list {
    *zoom: 1;
  }
  .footer .brand-list:before,
  .footer .brand-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .footer .brand-list:after {
    clear: both;
  }
  .footer .brand-list li {
    float: left;
    margin: 0 7px 0 0;
  }
  .footer .brand-list li a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    height: 25px;
  }
  .footer .brand-list li.chevrolet a {
    background-image: url('../images/sprite-logos.png');
    background-position: 0 0;
    width: 43px;
  }
  .footer .brand-list li.buick a {
    background-image: url('../images/sprite-logos.png');
    background-position: -55px 0;
    width: 24px;
  }
  .footer .brand-list li.gmc a {
    background-image: url('../images/sprite-logos.png');
    background-position: -90px 0;
    width: 50px;
  }
  .footer .brand-list li.cadillac a {
    background-image: url('../images/sprite-logos.png');
    background-position: -148px 0;
    width: 35px;
  }
  .footer .brand-list li.opel a {
    background-image: url('../images/sprite-logos.png');
    background-position: -189px 0;
    width: 30px;
  }
  .footer .brand-list li.vauxhall a {
    background-image: url('../images/sprite-logos.png');
    background-position: -231px 0;
    width: 24px;
  }
  .footer .brand-list li.holden a {
    background-image: url('../images/sprite-logos.png');
    background-position: -267px 0;
    width: 25px;
  }
  .footer .brand-list li.baojun a {
    background-image: url('../images/sprite-logos.png');
    background-position: -304px 0;
    width: 22px;
  }
  .footer .brand-list li.wuling a {
    background-image: url('../images/sprite-logos.png');
    background-position: -337px 0;
    width: 43px;
  }
  .footer .brand-list li.jiefang a {
    background-image: url('../images/sprite-logos.png');
    background-position: -387px 0;
    width: 33px;
  }
  .footer .logo-gm {
    position: absolute;
    top: 255px;
    left: 40px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brands:after {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -268px -38px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brands:after {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -268px -38px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.chevrolet a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: 0 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.chevrolet a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: 0 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.buick a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -55px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.buick a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -55px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.gmc a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -90px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.gmc a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -90px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.cadillac a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -148px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.cadillac a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -148px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.opel a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -189px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.opel a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -189px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.vauxhall a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -231px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.vauxhall a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -231px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.holden a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -267px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.holden a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -267px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.baojun a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -304px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.baojun a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -304px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.wuling a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -337px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.wuling a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -337px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer .brand-list li.jiefang a {
    background-image: url('../images/sprite-logos@2x.png');
    background-size: 420px 197px;
    background-position: -387px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .footer .brand-list li.jiefang a {
    background-image: url('../images/sprite-logos.png');
    background-size: auto;
    background-position: -387px 0;
  }
}
.featured-stories {
  position: relative;
  overflow: hidden;
}
.featured-stories .slider-text {
  background: #fff;
}
.featured-stories .slider-text .text li .meta {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.featured-stories .slider-text .text li .meta span a {
  color: #6699ff;
}
.featured-stories .slider-text .text li .title {
  font: 32px/1em 'OpenSansLight', Helvetica, sans-serif;
  margin: 0 0 10px;
}
.featured-stories .slider-text .text li .title a {
  color: #000;
}
.featured-stories .slider-text .text li .title a:hover {
  text-decoration: none;
}
.featured-stories .slider-text .text li .copy > p {
  font: 14px/1em 'OpenSansLight', Helvetica, sans-serif;
  line-height: 1.25em;
  margin: 0 0 10px;
}
.featured-stories .slider-text .text li .copy > a {
  color: #000;
  font: 10px/1em 'OpenSansBold', Helvetica, sans-serif;
  text-transform: uppercase;
}
.featured-stories .slider-text .flex-control-nav {
  display: none;
}
.featured-stories .slider-text .flex-direction-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.featured-stories .slider-text .flex-direction-nav li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
}
.featured-stories .slider-text .flex-direction-nav li a:after {
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  margin: -22px 0 0 -13px;
  top: 50%;
  right: 20%;
  width: 23px;
  height: 45px;
}
.featured-stories .slider-text .flex-direction-nav li a.flex-next {
  right: 0;
}
.featured-stories .slider-text .flex-direction-nav li a.flex-next:after {
  background-image: url('../images/sprite.png');
  background-position: 0 -40px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .featured-stories .slider-text .flex-direction-nav li a.flex-next:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -40px;
  }
}
@media all and (-ie-hack: 1.5) {
  .featured-stories .slider-text .flex-direction-nav li a.flex-next:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -40px;
  }
}
.featured-stories .slider-text .flex-direction-nav li a.flex-prev {
  left: 0px;
}
.featured-stories .slider-text .flex-direction-nav li a.flex-prev:after {
  background-image: url('../images/sprite.png');
  background-position: -30px -40px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .featured-stories .slider-text .flex-direction-nav li a.flex-prev:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -30px -40px;
  }
}
@media all and (-ie-hack: 1.5) {
  .featured-stories .slider-text .flex-direction-nav li a.flex-prev:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -30px -40px;
  }
}
@media screen and (max-width: 767px) {
  .featured-stories .slider-images {
    display: none;
  }
  .featured-stories .slider-text .text li .copy {
    background: #fff;
    border-top: 15px solid #ffff00;
    padding: 1em;
    position: relative;
  }
  .featured-stories .slider-text .text li .copy:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    right: 25%;
    top: -60px;
    border: 30px solid transparent;
    border-bottom: 30px solid #ffff00;
    border-right: 30px solid #ffff00;
    width: 0px;
    height: 0px;
  }
  .featured-stories .slider-text .text li .copy .meta {
    font: 14px/1em 'OpenSansExtraBoldItalic', Helvetica, sans-serif;
  }
  .featured-stories .slider-text .text li .copy .title {
    font: 28px/1.25em 'OpenSansCondItalic', Helvetica, sans-serif;
  }
  .featured-stories .slider-text .text li .copy > a {
    font: 14px/1em 'OpenSansExtraBoldItalic', Helvetica, sans-serif;
  }
  .featured-stories .slider-text .text li .copy > p {
    display: none;
  }
  .featured-stories .slider-text .text li .image {
    background-size: cover;
    -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
    background-position: 50% 50%;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .featured-stories .slider-text .flex-direction-nav {
    height: 149px;
  }
  .featured-stories .slider-text .flex-direction-nav li a {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    background: url(../images/bg-carbon.png) repeat;
    cursor: pointer;
    width: 50px;
    opacity: 0.5;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
    z-index: 10;
  }
  .featured-stories .slider-text .flex-direction-nav li a:hover {
    opacity: 1;
  }
  .featured-stories .slider-text .flex-direction-nav li a.flex-next {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .featured-stories .slider-text .flex-direction-nav li a.flex-prev {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
}
@media screen and (min-width: 768px) {
  .featured-stories:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background: url(../images/bg-carbon.png) repeat;
    top: 0;
    left: 480px;
    width: 100%;
    height: 100%;
  }
  .featured-stories .slider-images .images {
    *zoom: 1;
    width: 9999px;
  }
  .featured-stories .slider-images .images:before,
  .featured-stories .slider-images .images:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .featured-stories .slider-images .images:after {
    clear: both;
  }
  .featured-stories .slider-images .images li {
    background-size: cover;
    -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
    float: left;
    width: 500px;
    height: 350px;
  }
  .featured-stories .slider-images .images li img {
    width: 100%;
    height: 100%;
  }
  .featured-stories .slider-text {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 480px;
    width: 250px;
    height: 100%;
    z-index: 1030;
  }
  .featured-stories .slider-text .text {
    background: #fff;
    padding: 90px 20px 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1030;
  }
  .featured-stories .slider-text .text li {
    width: 100%;
  }
  .featured-stories .slider-text .text li .image {
    display: none;
  }
  .featured-stories .slider-text .text li .meta {
    font: 12px/1em 'OpenSansRegular', Helvetica, sans-serif;
  }
  .featured-stories .slider-text .text li .title {
    font: 18px/1em 'OpenSansBold', Helvetica, sans-serif;
  }
  .featured-stories .slider-text .flex-control-nav {
    *zoom: 1;
    display: block;
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 1030;
  }
  .featured-stories .slider-text .flex-control-nav:before,
  .featured-stories .slider-text .flex-control-nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .featured-stories .slider-text .flex-control-nav:after {
    clear: both;
  }
  .featured-stories .slider-text .flex-control-nav li {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    float: left;
    margin: 0 3px 0 0;
  }
  .featured-stories .slider-text .flex-control-nav li a {
    background: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 8px/16px 'OpenSansBold', Helvetica, sans-serif;
    text-align: center;
    width: 16px;
    height: 16px;
  }
  .featured-stories .slider-text .flex-control-nav li a.flex-active {
    background: #ffff00;
    color: #000;
  }
  .featured-stories .slider-text .flex-direction-nav {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .featured-stories .slider-text .flex-direction-nav li a {
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
  }
  .featured-stories .slider-text .flex-direction-nav li a:after {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .featured-stories .slider-text .flex-direction-nav li a.flex-next {
    right: -100px;
  }
  .featured-stories .slider-text .flex-direction-nav li a.flex-prev {
    background-color: rgba(0, 0, 0, 0.25);
    left: -20px;
  }
  .featured-stories .slider-text .flex-direction-nav li a.flex-prev:after {
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-stories:after {
    left: 630px;
  }
  .featured-stories .slider-images .images li {
    width: 630px;
    height: 465px;
  }
  .featured-stories .slider-text {
    left: 630px;
    width: 380px;
  }
  .featured-stories .slider-text .text {
    padding: 110px 50px 0;
  }
  .featured-stories .slider-text .text li .meta {
    font-size: 16px;
  }
  .featured-stories .slider-text .text li .title {
    font-size: 28px;
  }
  .featured-stories .slider-text .text li .copy > p {
    font-size: 18px;
  }
  .featured-stories .slider-text .text li .copy > a {
    font-size: 12px;
  }
  .featured-stories .slider-text .flex-control-nav {
    top: 80px;
    left: 50px;
  }
  .featured-stories .slider-text .flex-direction-nav li a.flex-next:after {
    margin-left: 0;
  }
  .featured-stories .slider-text .flex-direction-nav li a.flex-prev:after {
    left: 30px;
  }
}
.category .feeds .page-title {
  background: #000;
  color: #ffffff;
}
.category-latest .feeds .page-title {
  background: #ffff00;
}
.category-trends .feeds .page-title {
  background: #ffff00;
}
.category-brands .feeds .page-title {
  background: #e1e9e9;
  color: #000;
}
.category-tech .feeds .page-title {
  background: #ffcc33;
}
.category-green .feeds .page-title {
  background: #33ff00;
  color: #000;
}
.category-culture .feeds .page-title {
  background: #ccffff;
  color: #000;
}
.category-people .feeds .page-title {
  background: #66ccff;
}
.category-company .feeds .page-title {
  background: #008acf;
}
.feeds .subscribe-button {
  display: none;
}
.feeds .page-title {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #ffff00;
  font: 28px/1em 'OpenSansBold', Helvetica, sans-serif;
  padding: 10px 20px;
  text-align: right;
  text-transform: uppercase;
  width: 477px;
}
.feeds .section {
  position: relative;
}
.feeds .section .owl-carousel .box {
  *zoom: 1;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px 20px;
}
.feeds .section .owl-carousel .box:before,
.feeds .section .owl-carousel .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.feeds .section .owl-carousel .box:after {
  clear: both;
}
.feeds .section .owl-carousel .owl-controls .owl-buttons {
  text-align: center;
}
.feeds .section .owl-carousel .owl-controls .owl-buttons div {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.feeds .section .owl-carousel .thumbnail-container {
  display: block;
  overflow: hidden;
}
.feeds .section .owl-carousel .thumbnail-container .thumbnail {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  width: 120%;
  height: 100%;
}
.feeds .section .owl-carousel .text-container {
  color: #000;
}
.feeds .section .owl-carousel .text-container a {
  color: #000;
}
.feeds .section .owl-carousel .text-container > a {
  font-size: 10px;
  text-transform: uppercase;
}
.feeds .section .owl-carousel .text-container .post-meta {
  text-transform: uppercase;
}
.feeds .section .owl-carousel .text-container .post-meta .post-date,
.feeds .section .owl-carousel .text-container .post-meta .post-contributor {
  font-size: 10px;
}
.feeds .section .owl-carousel .text-container .post-meta .post-contributor {
  margin: 0 0 5px;
}
.feeds .section .owl-carousel .text-container .post-title {
  font-family: 'OpenSansBold', Helvetica, sans-serif;
  font-size: 14px;
}
.feeds .section .owl-carousel .owl-wrapper-outer,
.feeds .section .owl-carousel .owl-controls {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.feeds .section .owl-carousel.loading {
  position: relative;
}
.feeds .section .owl-carousel.loading:after {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  background: #000000 url(../images/loading.gif) 50% 50% no-repeat;
  color: #fff;
  margin: -21px 0 0 -21px;
  padding: 10px;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
}
.feeds .section .owl-carousel.toggling .owl-wrapper-outer,
.feeds .section .owl-carousel.toggling .owl-controls {
  opacity: 0;
}
.feeds .section.grid .post {
  height: 300px;
}
.feeds .section.grid .post .thumbnail-container {
  border-top: 10px solid transparent;
  width: 100%;
  height: 140px;
}
.feeds .section.grid .post .text-container {
  padding: 20px;
}
.feeds .section.list .post {
  height: 140px;
}
.feeds .section.list .post .thumbnail-container {
  border-right: 6px solid transparent;
  float: left;
  width: 110px;
  height: 100%;
}
.feeds .section.list .post .text-container {
  padding: 10px 40px 0 120px;
  width: 100%;
  height: 100%;
}
.feeds .section.posts .category-latest,
.feeds .section.posts .category-latest .thumbnail-container,
.feeds .section.posts .category-latest .text-container,
.feeds .section.posts .category-latest .text-container:after {
  border-color: #ffff00;
}
.feeds .section.posts .category-trends,
.feeds .section.posts .category-trends .thumbnail-container,
.feeds .section.posts .category-trends .text-container,
.feeds .section.posts .category-trends .text-container:after {
  border-color: #ffff00;
}
.feeds .section.posts .category-brands,
.feeds .section.posts .category-brands .thumbnail-container,
.feeds .section.posts .category-brands .text-container,
.feeds .section.posts .category-brands .text-container:after {
  border-color: #e1e9e9;
}
.feeds .section.posts .category-tech,
.feeds .section.posts .category-tech .thumbnail-container,
.feeds .section.posts .category-tech .text-container,
.feeds .section.posts .category-tech .text-container:after {
  border-color: #ffcc33;
}
.feeds .section.posts .category-green,
.feeds .section.posts .category-green .thumbnail-container,
.feeds .section.posts .category-green .text-container,
.feeds .section.posts .category-green .text-container:after {
  border-color: #33ff00;
}
.feeds .section.posts .category-culture,
.feeds .section.posts .category-culture .thumbnail-container,
.feeds .section.posts .category-culture .text-container,
.feeds .section.posts .category-culture .text-container:after {
  border-color: #ccffff;
}
.feeds .section.posts .category-people,
.feeds .section.posts .category-people .thumbnail-container,
.feeds .section.posts .category-people .text-container,
.feeds .section.posts .category-people .text-container:after {
  border-color: #66ccff;
}
.feeds .section.posts .category-company,
.feeds .section.posts .category-company .thumbnail-container,
.feeds .section.posts .category-company .text-container,
.feeds .section.posts .category-company .text-container:after {
  border-color: #008acf;
}
.feeds .section.posts .toolbar {
  *zoom: 1;
}
.feeds .section.posts .toolbar:before,
.feeds .section.posts .toolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.feeds .section.posts .toolbar:after {
  clear: both;
}
.feeds .section.posts .toolbar .layout {
  *zoom: 1;
  float: left;
}
.feeds .section.posts .toolbar .layout:before,
.feeds .section.posts .toolbar .layout:after {
  display: table;
  content: "";
  line-height: 0;
}
.feeds .section.posts .toolbar .layout:after {
  clear: both;
}
.feeds .section.posts .toolbar .layout .title {
  float: left;
  font: 21px/1em 'OpenSansLight', Helvetica, sans-serif;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.feeds .section.posts .toolbar .layout .icon {
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: transparent;
  border: 0 none;
  float: left;
  opacity: 0.5;
  width: 33px;
  height: 21px;
  -webkit-transition: 250ms ease all;
  -moz-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transition: 250ms ease all;
}
.feeds .section.posts .toolbar .layout .icon.active {
  opacity: 1;
}
.feeds .section.posts .toolbar .layout .icon.icon-list {
  background-image: url('../images/sprite.png');
  background-position: -519px -54px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feeds .section.posts .toolbar .layout .icon.icon-list {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -519px -54px;
  }
}
@media all and (-ie-hack: 1.5) {
  .feeds .section.posts .toolbar .layout .icon.icon-list {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -519px -54px;
  }
}
.feeds .section.posts .toolbar .layout .icon.icon-grid {
  background-image: url('../images/sprite.png');
  background-position: -478px -54px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feeds .section.posts .toolbar .layout .icon.icon-grid {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -478px -54px;
  }
}
@media all and (-ie-hack: 1.5) {
  .feeds .section.posts .toolbar .layout .icon.icon-grid {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -478px -54px;
  }
}
.feeds .section.videos .thumbnail-container {
  color: #000;
  display: block;
  position: relative;
  font-family: 'OpenSansBold', Helvetica, sans-serif;
}
.feeds .section.videos .thumbnail-container:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/sprite.png');
  background-position: 0 -97px;
  margin: -78px 0 0 -78px;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 156px;
  opacity: 0.5;
  -webkit-transition: 250ms ease all;
  -moz-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transition: 250ms ease all;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feeds .section.videos .thumbnail-container:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -97px;
  }
}
@media all and (-ie-hack: 1.5) {
  .feeds .section.videos .thumbnail-container:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -97px;
  }
}
.feeds .section.videos .thumbnail-container .thumbnail {
  width: 100%;
  height: 245px;
}
.feeds .section.videos .thumbnail-container .thumbnail:hover:after {
  opacity: 1;
}
.feeds .section.videos .thumbnail-container .excerpt {
  padding: 20px;
}
.feeds .section.social-media-posts .social-media {
  margin-top: 30px;
}
.feeds .section.social-media-posts .social-media:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  right: 25%;
  top: 0;
  border: 15px solid transparent;
  width: 0px;
  height: 0px;
}
.feeds .section.social-media-posts .social-media .social-header {
  color: #fff;
  font: 18px/1em 'OpenSansLight', Helvetica, sans-serif;
  padding: 0 10px 0 60px;
  position: relative;
  text-transform: uppercase;
  line-height: 60px;
}
.feeds .section.social-media-posts .social-media .social-header:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  margin: -18px 0 0 0;
  left: 10px;
  top: 50%;
  width: 36px;
  height: 36px;
}
.feeds .section.social-media-posts .social-media .social-header a {
  color: #fff;
}
.feeds .section.social-media-posts .social-media .social-content {
  font: 18px/1em 'OpenSansLight', Helvetica, sans-serif;
  padding: 20px;
}
.feeds .section.social-media-posts .social-media .social-content p {
  margin: 0;
}
.feeds .section.social-media-posts .social-media .social-content a {
  text-decoration: underline;
}
.feeds .section.social-media-posts .social-media .social-meta {
  font: 14px/1em 'OpenSansBold', Helvetica, sans-serif;
  padding: 0 20px 20px;
  text-transform: uppercase;
}
.feeds .section.social-media-posts .social-media .social-meta a {
  color: #000;
}
.feeds .section.social-media-posts .social-media.twitter:after {
  border-bottom: 15px solid #0099ff;
  border-right: 15px solid #0099ff;
}
.feeds .section.social-media-posts .social-media.twitter .social-header {
  background: #0099ff;
}
.feeds .section.social-media-posts .social-media.twitter .social-header:after {
  background-image: url('../images/sprite.png');
  background-position: -209px -140px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feeds .section.social-media-posts .social-media.twitter .social-header:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -209px -140px;
  }
}
@media all and (-ie-hack: 1.5) {
  .feeds .section.social-media-posts .social-media.twitter .social-header:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -209px -140px;
  }
}
.feeds .section.social-media-posts .social-media.twitter .social-content a {
  color: #0099ff;
}
.feeds .section.social-media-posts .social-media.facebook:after {
  border-bottom: 15px solid #003399;
  border-right: 15px solid #003399;
}
.feeds .section.social-media-posts .social-media.facebook .social-header {
  background: #003399;
}
.feeds .section.social-media-posts .social-media.facebook .social-header:after {
  background-image: url('../images/sprite.png');
  background-position: -170px -140px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feeds .section.social-media-posts .social-media.facebook .social-header:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -170px -140px;
  }
}
@media all and (-ie-hack: 1.5) {
  .feeds .section.social-media-posts .social-media.facebook .social-header:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -170px -140px;
  }
}
.feeds .section.social-media-posts .social-media.facebook .social-content a {
  color: #003399;
}
.feeds .section.statistics .description {
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
  margin: 0 0 20px;
  width: 60%;
  max-width: 400px;
}
.feeds .section.statistics .thumbnail-container {
  height: 400px;
}
.feeds .section.statistics .thumbnail-container .share {
  display: block;
  width: 100%;
  height: 100%;
}
.feeds .section.statistics .thumbnail-container .popover.bottom {
  margin-top: -80%;
  margin-left: 10%;
}
.feeds .section.statistics .thumbnail-container .popover.bottom .arrow {
  display: none;
}
.feeds .section.statistics .thumbnail-container .thumbnail {
  width: 100%;
  height: 100%;
}
.feeds .section.contributors .section-title {
  width: 400px;
}
.feeds .section.contributors .thumbnail-container {
  border-top: 10px solid #66ccff;
  display: block;
  float: left;
  overflow: hidden;
  width: 50%;
  height: 300px;
}
.feeds .section.contributors .thumbnail-container .thumbnail {
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 120%;
  height: 100%;
}
.feeds .section.contributors .text-container {
  float: right;
  padding: 20px;
  width: 50%;
}
.feeds .section.contributors .text-container .contributor-name {
  font: 22px/1em 'OpenSansBold', Helvetica, sans-serif;
  margin: 0 0 20px;
}
.feeds .section.contributors .text-container .contributor-title {
  background: #66ccff;
  color: #fff;
  font: 20px/1.15em 'OpenSansCondLight', Helvetica, sans-serif;
  margin: 0 -15% 15px;
  padding: 10% 15%;
}
.feeds .section.contributors .text-container .contributor-excerpt {
  font: 18px/1.25em 'OpenSansLight', Helvetica, sans-serif;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .feeds .page-title {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
    font: 16px/1em 'OpenSansBold', Helvetica, sans-serif;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
  }
  .feeds .section .section-title {
    background: url('../images/bg-diagonal-noise.png') repeat;
    font: 18px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  .feeds .section .owl-carousel {
    margin: 10px 0 20px;
  }
  .feeds .section.posts .toolbar {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .feeds .section.posts .toolbar .layout .title {
    display: none;
  }
  .feeds .section.videos .thumbnail-container {
    display: block;
  }
  .feeds .section.videos .thumbnail-container:after {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .feeds .section.videos .thumbnail-container .thumbnail {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .feeds .section.videos .thumbnail-container .thumbnail:hover:after {
    opacity: 1;
  }
  .feeds .section.videos .thumbnail-container .excerpt {
    display: none;
  }
  .feeds .section.statistics .description {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
    max-width: none;
  }
  .feeds .section.statistics .thumbnail-container .popover.bottom {
    margin-left: auto;
  }
  .feeds .section.contributors .thumbnail-container .thumbnail {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
@media screen and (min-width: 768px) {
  .feeds {
    padding: 0 0 0 75px;
    position: relative;
  }
  .feeds:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background: #ffffff url(../images/bg-diagonal-noise.png) repeat;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    bottom: 0;
    width: 75px;
  }
  .feeds .subscribe-button {
    background-image: url('../images/sprite.png');
    background-position: -532px -1px;
    content: '';
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 30px;
    left: 22px;
    width: 32px;
    height: 21px;
    z-index: 1010;
  }
  .feeds .section {
    padding: 0 40px 20px;
    position: relative;
  }
  .feeds .section:first-child {
    padding-top: 0px;
  }
  .feeds .section .section-title {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font: 28px/1em 'OpenSansExtraBoldItalic', Helvetica, sans-serif;
    margin: 0 0 0 -90px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1000;
  }
  .feeds .section .section-title span {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
  }
  .feeds .section .owl-carousel .owl-wrapper-outer {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .feeds .section .owl-carousel .post .thumbnail-container {
    overflow: hidden;
  }
  .feeds .section .owl-carousel .post .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 120%;
  }
  .feeds .section.posts .section-title {
    width: 300px;
  }
  .feeds .section.posts .toolbar {
    margin: 0 0 20px;
  }
  .feeds .section.posts .toolbar .layout {
    float: none;
    margin: 0 0 0 60px;
  }
  .feeds .section.posts .toolbar .layout .title {
    font-family: 'OpenSansLightItalic', Helvetica, sans-serif;
  }
  .feeds .section.posts .post-groups {
    height: 600px;
  }
  .feeds .section.posts .post-groups .post-group {
    float: left;
  }
  .feeds .section.posts .post-groups .post-group .sub-group {
    *zoom: 1;
    position: relative;
  }
  .feeds .section.posts .post-groups .post-group .sub-group:before,
  .feeds .section.posts .post-groups .post-group .sub-group:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .feeds .section.posts .post-groups .post-group .sub-group:after {
    clear: both;
  }
  .feeds .section.posts .post-groups .post-group .sub-group .post {
    background: #fff;
    position: relative;
  }
  .feeds .section.posts .post-groups .post-group .sub-group .post .thumbnail-container {
    display: block;
    float: none;
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .feeds .section.posts .post-groups .post-group .sub-group .post .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100%;
  }
  .feeds .section.posts .post-groups .post-group .sub-group .post .text-container {
    border-style: solid;
    border-width: 0px;
    padding: 20px;
    position: relative;
  }
  .feeds .section.posts .post-groups .post-group .sub-group .post .text-container:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
  }
  .feeds .section.posts .post-groups .post-group .sub-group .post .text-container .title {
    margin: 10px 0 5px;
  }
  .feeds .section.posts .post-groups.grid .post-group {
    width: 1200px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group .post {
    border-top: none;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group .post .text-container {
    border-style: solid;
    border-width: 0px;
    padding: 20px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group .post .text-container .title {
    margin: 10px 0 5px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal {
    float: left;
    width: 720px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post {
    *zoom: 1;
    width: 100%;
    height: 300px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:before,
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:after {
    clear: both;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:nth-child(odd) .thumbnail-container {
    float: left;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:nth-child(odd) .text-container {
    border-left-width: 10px;
    float: right;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:nth-child(odd) .text-container:after {
    border-width: 50px 30px 0 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: 30px;
    left: -39px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:nth-child(even) .thumbnail-container {
    float: right;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:nth-child(even) .text-container {
    border-right-width: 10px;
    float: left;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .post:nth-child(even) .text-container:after {
    border-width: 50px 0 0 30px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    bottom: 30px;
    right: -39px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .thumbnail-container {
    width: 480px;
    height: 300px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .thumbnail-container .thumbnail {
    width: 520px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.horizontal .text-container {
    width: 240px;
    height: 300px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical {
    float: right;
    width: 480px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .post {
    float: left;
    position: relative;
    width: 240px;
    height: 600px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .post:nth-child(odd) .text-container {
    border-top-width: 10px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .post:nth-child(odd) .text-container:after {
    border-width: 30px 50px 0 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: -39px;
    right: 30px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .post:nth-child(even) .text-container {
    border-bottom-width: 10px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .post:nth-child(even) .text-container:after {
    border-width: 0 50px 30px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: -39px;
    right: 30px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .post:nth-child(even) .thumbnail-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .thumbnail-container {
    width: 240px;
    height: 50%;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .thumbnail-container .thumbnail {
    width: 280px;
  }
  .feeds .section.posts .post-groups.grid .post-group .sub-group.vertical .text-container {
    height: 50%;
  }
  .feeds .section.posts .post-groups.list .post-group {
    margin-right: 10px;
    width: 400px;
  }
  .feeds .section.posts .post-groups.list .post-group .sub-group .post {
    border: 0 none;
    margin: 0 0 10px;
    overflow: visible;
  }
  .feeds .section.posts .post-groups.list .post-group .sub-group .post:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    border-radius: 20%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: 15px;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: -1;
  }
  .feeds .section.posts .post-groups.list .post-group .sub-group .post .thumbnail-container {
    border-width: 0;
    border-right-width: 10px;
    border-style: solid;
    float: left;
  }
  .feeds .section.posts .post-groups.list .post-group .sub-group .post .thumbnail-container .thumbnail {
    width: 160px;
  }
  .feeds .section.posts .post-groups.list .post-group .sub-group .post .text-container {
    margin: 0 0 0 130px;
  }
  .feeds .section.posts .post-groups.list .post-group .sub-group .post .text-container .post-title {
    font-size: 18px;
  }
  .feeds .section.videos .section-title {
    width: 300px;
  }
  .feeds .section.videos .thumbnail-container:after {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: -108px 0 0 -78px;
  }
  .feeds .section.videos .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 120%;
  }
  .feeds .section.social-media-posts .section-title {
    width: 300px;
  }
  .feeds .section.social-media-posts .social-media {
    min-height: 300px;
  }
  .feeds .section.social-media-posts .social-media .social-header:after {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .feeds .section.statistics .section-title {
    width: 400px;
  }
  .feeds .section.statistics .item {
    height: 400px;
  }
  .feeds .section.statistics .item .thumbnail-container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .feeds .section.statistics .item .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 120%;
    height: 100%;
  }
  .lte8 .feeds .content .section .section-title {
    margin: 0 0 20px 40px;
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 768px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feeds .subscribe-button {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -532px -1px;
  }
}
@media screen and (min-width: 768px) and all and (-ie-hack: 1.5) {
  .feeds .subscribe-button {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -532px -1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feeds .page-title {
    font: 20px/1em 'OpenSansBold', Helvetica, sans-serif;
    position: relative;
    left: -10px;
    width: 367px;
  }
}
@media screen and (min-width: 1024px) {
  .feeds {
    max-width: 1280px;
  }
  .feeds .page-title {
    position: relative;
    left: -10px;
    width: 501px;
  }
  .feeds .section.posts .toolbar .layout {
    margin: 0 0 0 180px;
  }
  .feeds .section.videos .thumbnail-container:after {
    margin: -120px 0 0 -70px;
  }
}
.article-intro {
  position: relative;
  width: 100%;
}
.article-intro .image {
  background-position: 50% 50%;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
  width: 100%;
  height: 100%;
}
.article-intro .overview {
  background: #fff;
}
.article-intro .overview .info {
  *zoom: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.article-intro .overview .info:before,
.article-intro .overview .info:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-intro .overview .info:after {
  clear: both;
}
.article-intro .overview .date,
.post-contributor {
  font: 12px/1em 'OpenSansBold', Helvetica, sans-serif;
  width: 48%;
}
.article-intro .overview .post-contributor {
  margin-top: 5px;
}
.article-intro .overview .post-contributor a {
  color: #6699ff;
}
.article-intro .overview .share {
  color: #000;
  float: right;
  font: 12px/1em 'OpenSansBold', Helvetica, sans-serif;
  padding: 0 0 0 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
.article-intro .overview .share:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background-image: url('../images/sprite.png');
  background-position: -320px -149px;
  margin: -14px 0 0;
  left: 0;
  width: 17px;
  height: 17px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .article-intro .overview .share:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -320px -149px;
  }
}
@media all and (-ie-hack: 1.5) {
  .article-intro .overview .share:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -320px -149px;
  }
}
.article-intro .overview .share:hover {
  cursor: pointer;
}
.article-intro .overview .post-title {
  color: #000;
  font: 28px/1.25em 'OpenSansBold', Helvetica, sans-serif;
  letter-spacing: -1px;
}
.article-intro .overview .post-introduction {
  color: #6699ff;
  font: 22px/1.25em 'OpenSansCondItalic', Helvetica, sans-serif;
}
.article-intro .overview .post-introduction p {
  font-size: inherit;
}
.article-intro .share-content-container {
  display: none;
}
.share-content {
  background: url(../images/bg-diagonal-noise.png) repeat;
  padding: 20px;
  width: 190px;
}
.share-content .share-button {
  *zoom: 1;
  color: #000;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.share-content .share-button:before,
.share-content .share-button:after {
  display: table;
  content: "";
  line-height: 0;
}
.share-content .share-button:after {
  clear: both;
}
.share-content .share-button-no-count {
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
}
.share-content .pinterest-share {
  float: right;
}
.share-content .icon {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 36px;
  height: 36px;
}
.share-content .icon.facebook {
  background-image: url('../images/sprite.png');
  background-position: -379px -144px;
  float: left;
  margin: -1px 0 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .share-content .icon.facebook {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -379px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .share-content .icon.facebook {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -379px -144px;
  }
}
.share-content .icon.twitter {
  background-image: url('../images/sprite.png');
  background-position: -419px -144px;
  float: left;
  margin: -1px 0 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .share-content .icon.twitter {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -419px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .share-content .icon.twitter {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -419px -144px;
  }
}
.share-content .icon.google-plus {
  background-image: url('../images/sprite.png');
  background-position: -499px -144px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .share-content .icon.google-plus {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -499px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .share-content .icon.google-plus {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -499px -144px;
  }
}
.share-content .icon.pinterest {
  background-image: url('../images/sprite.png');
  background-position: -459px -144px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .share-content .icon.pinterest {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -459px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .share-content .icon.pinterest {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -459px -144px;
  }
}
.share-content .counts {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  float: right;
  padding: 8px;
  position: relative;
  width: 100px;
}
.share-content .counts:hover {
  text-decoration: none;
}
.share-content .counts:after,
.share-content .counts:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.share-content .counts:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.share-content .counts:before {
  border-color: rgba(107, 107, 107, 0);
  border-right-color: #6b6b6b;
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}
.share-content .counts span {
  display: block;
  font-family: 'OpenSansLightItalic', Helvetica, sans-serif;
}
.share-content .counts strong {
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
}
.article .content {
  font-family: 'OpenSansLight', Helvetica, sans-serif;
}
.article .content strong,
.article .content b {
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
}
.article .content blockquote {
  font-size: 24px;
}
.article .content .big-view-youtube {
  display: block;
  overflow: hidden;
  padding-bottom: 70%;
  padding-top: 30px;
  position: relative;
  max-width: 100%;
  height: auto;
}
.article .content .big-view-youtube .thumbnail {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.article .content .big-view-youtube .thumbnail:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/sprite.png');
  background-position: 0 -97px;
  margin: -78px 0 0 -78px;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 156px;
  opacity: 0.5;
  -webkit-transition: 250ms ease all;
  -moz-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transition: 250ms ease all;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .article .content .big-view-youtube .thumbnail:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -97px;
  }
}
@media all and (-ie-hack: 1.5) {
  .article .content .big-view-youtube .thumbnail:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -97px;
  }
}
.article .content .big-view-youtube .thumbnail:hover:after {
  opacity: 1;
}
.article .gallery {
  display: none;
}
@media screen and (max-width: 767px) {
  .article-intro .image {
    height: 240px;
  }
  .article-intro .overview {
    padding: 15px;
  }
  .article-intro .overview .post-title {
    font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .article {
    padding: 15px;
  }
  .article .sidebar,
  .article .pull-quote {
    display: none;
  }
  .comments {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .article-intro {
    margin: 0 0 40px;
    height: 550px;
    overflow: hidden;
  }
  .article-intro .image {
    width: 480px;
  }
  .article-intro .overview {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    padding: 75px 0 0 20px;
    position: absolute;
    left: 480px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 1030;
  }
  .article-intro .overview .post-title {
    line-height: 1em;
    margin: 0 0 20px;
  }
  .article-intro .overview .post-introduction {
    font-family: 'OpenSansCondLight', Helvetica, sans-serif;
    font-size: 24px;
  }
  .article {
    *zoom: 1;
    width: 700px;
  }
  .article:before,
  .article:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .article:after {
    clear: both;
  }
  .article .primary {
    *zoom: 1;
  }
  .article .primary:before,
  .article .primary:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .article .primary:after {
    clear: both;
  }
  .article .content {
    float: right;
    padding: 0 0 0 50px;
    width: 400px;
  }
  .article .sidebar {
    float: left;
    margin: 0 0 40px;
    width: 300px;
  }
  .article .sidebar .meta {
    *zoom: 1;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .article .sidebar .meta:before,
  .article .sidebar .meta:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .article .sidebar .meta:after {
    clear: both;
  }
  .article .sidebar .meta li {
    float: right;
    width: 75px;
    height: 75px;
  }
  .article .sidebar .meta li > a {
    color: #000;
    display: block;
    padding: 10px 5px 5px;
    width: 100%;
    height: 100%;
  }
  .article .sidebar .meta a:hover {
    text-decoration: none;
  }
  .article .sidebar .meta p {
    font: 14px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
  }
  .article .sidebar .meta .number {
    border-bottom: 2px solid #000;
    margin: 0 0 5px;
  }
  .article .sidebar .meta .number,
  .article .sidebar .meta .plus {
    display: inline-block;
    font: 28px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
  }
  .article .sidebar .meta .comment-count {
    background: #ffff00;
  }
  .article .sidebar .meta .share-count {
    background: #6699ff;
  }
  .article .sidebar .meta .assets {
    background: #fff;
  }
  .article .sidebar .meta .comment-button {
    background: #000;
  }
  .article .sidebar .meta .comment-button a {
    color: #fff;
  }
  .article .sidebar .trending {
    background: #fff;
    position: relative;
    padding: 20px 20px 20px 0;
  }
  .article .sidebar .trending:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border-radius: 30%;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: -1;
  }
  .article .sidebar .trending .section-title {
    border-bottom: 1px solid #000;
    font: 18px/1em 'OpenSansBold', Helvetica, sans-serif;
    margin: 0 0 20px 0;
    text-align: right;
    text-transform: uppercase;
  }
  .article .sidebar .trending .item-container .item {
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
  }
  .article .sidebar .trending .item-container .item:last-child {
    margin-bottom: 0px;
  }
  .article .sidebar .trending .item-container .meter {
    background: #ffff00;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
  }
  .article .sidebar .trending .item-container .meter:before {
    background: url(../images/bg-diagonal-noise.png);
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    content: '';
    width: 200%;
    height: 100%;
    opacity: 0.65;
  }
  .article .sidebar .trending .item-container .container {
    float: right;
    position: relative;
    width: 240px;
  }
  .article .sidebar .trending .item-container .container a {
    color: #000;
  }
  .article .sidebar .trending .item-container .container .date {
    font: 14px/1em 'OpenSansBold', Helvetica, sans-serif;
    margin: 0 0 5px;
    text-transform: uppercase;
  }
  .article .sidebar .trending .item-container .container .post-title {
    font: 24px/1em 'OpenSansCondLight', Helvetica, sans-serif;
  }
  .article .sidebar .trending .item-container .container .comment-count {
    font: 14px/1em 'OpenSansBold', Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .article .pull-quote {
    color: #6699ff;
    font: 36px/1.25em 'OpenSansCondItalic', Helvetica, sans-serif;
    padding: 50px 0 50px 80px;
    text-align: right;
  }
  .article .pull-quote.quote-2 {
    display: none;
  }
  .article .secondary {
    width: 700px;
  }
  .comments {
    margin-bottom: 20px;
  }
  .comment-respond {
    color: #fff;
    background: #000;
    margin-bottom: 20px;
    padding: 40px;
    width: 100%;
  }
  .comment-reply-title {
    margin-bottom: 10px;
  }
  .comment-list {
    margin-left: 40px;
  }
  .comment-list .children {
    margin-left: 80px;
  }
  .comment-list .comment .comment-container {
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 20px;
    padding: 0 20px 20px 0;
    width: 600px;
  }
  .comment-list .comment .comment-meta {
    background: url(../images/bg-diagonal-noise.png);
    font-family: 'OpenSansBold', Helvetica, sans-serif;
    font-style: italic;
    margin-bottom: 20px;
    padding: 20px;
    text-transform: uppercase;
  }
  .comment-list .comment .comment-meta .comment-contributor {
    display: inline-block;
    padding: 26px 0 0 5px;
    width: 320px;
  }
  .comment-list .comment .comment-meta .comment-date {
    display: inline-block;
    float: right;
    font-size: 12px;
    padding-top: 28px;
  }
  .comment-list .comment .comment-meta img {
    width: auto;
  }
  .comment-list .comment .comment-content {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-style: italic;
    word-wrap: break-word;
  }
  .comment-list .comment .comment-reply-link {
    font-family: 'OpenSansBold', Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .article-intro {
    height: 465px;
  }
  .article-intro .image {
    background-position: top left;
    width: 630px;
  }
  .article-intro .overview {
    padding: 140px 0 0 50px;
    left: 625px;
    width: 380px;
  }
  .article-intro .overview .post-title {
    font-size: 28px;
    line-height: 1.1em;
  }
  .article-intro .overview .post-introduction {
    font-size: 24px;
    line-height: 1em;
  }
  .article-intro .popover {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .article {
    *zoom: 1;
    width: 960px;
  }
  .article:before,
  .article:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .article:after {
    clear: both;
  }
  .article .content {
    float: right;
    width: 640px;
  }
  .article .content p {
    font-size: 20px;
  }
  .article .content blockquote {
    font-size: 36px;
  }
  .article .sidebar {
    float: left;
    width: 320px;
  }
  .article .gallery {
    display: block;
    margin: 0 0 40px;
    width: 100%;
    overflow: hidden;
  }
  .article .gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .article .gallery ul li {
    margin: 0;
    padding: 0;
  }
  .article .gallery .gallery-nav {
    background: url(../images/bg-diagonal-noise.png) repeat;
    display: block;
    padding: 20px 10px;
    position: relative;
  }
  .article .gallery .gallery-nav .slides {
    cursor: pointer;
  }
  .article .gallery .gallery-nav .slides li {
    margin: 0 10px;
  }
  .article .gallery .gallery-nav .thumbnail-container {
    padding: 0;
    width: 150px;
    height: 130px;
    overflow: hidden;
  }
  .article .gallery .gallery-nav .thumbnail {
    background-position: 50% 50%;
    background-size: cover;
    -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
    width: 100%;
    height: 100%;
  }
  .article .gallery .gallery-nav .video .thumbnail:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/sprite.png');
    background-position: 0 -97px;
    margin: -78px 0 0 -78px;
    top: 50%;
    left: 50%;
    width: 156px;
    height: 156px;
    opacity: 0.5;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .article .gallery .gallery-nav .video .thumbnail:hover:after {
    opacity: 1;
  }
  .article .gallery .gallery-nav .flex-direction-nav a {
    width: 50px;
  }
  .article .gallery .gallery-nav .flex-direction-nav a:after {
    margin-left: -10px;
  }
  .article .gallery .gallery-content {
    position: relative;
  }
  .article .gallery .gallery-content .gallery-content-slides a {
    background-size: cover;
    -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: none;
    display: block;
    height: 467px;
  }
  .article .gallery .gallery-content .gallery-content-slides a:before {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/sprite.png');
    background-position: -448px 0;
    right: 10px;
    top: 10px;
    width: 43px;
    height: 43px;
  }
  .article .gallery .gallery-content .gallery-content-slides .image,
  .article .gallery .gallery-content .gallery-content-slides .video {
    display: block;
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skewX(0deg) skewY(0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    height: 467px;
  }
  .article .gallery .gallery-content .gallery-content-slides .video a:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/sprite.png');
    background-position: 0 -97px;
    margin: -78px 0 0 -78px;
    top: 50%;
    left: 50%;
    width: 156px;
    height: 156px;
    opacity: 0.75;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
  }
  .article .gallery .gallery-content .gallery-content-slides .video a:hover:after {
    opacity: 1;
  }
  .article .gallery .gallery-content .gallery-content-slides .video embed {
    width: 100%;
    height: 100%;
  }
  .article .gallery .flex-direction-nav a {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: url(../images/bg-carbon.png) repeat;
    display: block;
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
  }
  .article .gallery .flex-direction-nav a:hover {
    opacity: 1;
  }
  .article .gallery .flex-direction-nav a:after {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    margin: -22px 0 0 -15px;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 45px;
  }
  .article .gallery .flex-direction-nav .flex-prev {
    left: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  .article .gallery .flex-direction-nav .flex-prev:after {
    background-image: url('../images/sprite.png');
    background-position: -30px -40px;
    margin-left: 0;
  }
  .article .gallery .flex-direction-nav .flex-next {
    right: 0;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .article .gallery .flex-direction-nav .flex-next:after {
    background-image: url('../images/sprite.png');
    background-position: 0 -40px;
  }
  .comment-respond {
    width: 960px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .article .gallery .gallery-nav .video .thumbnail:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -97px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .article .gallery .gallery-nav .video .thumbnail:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -97px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .article .gallery .gallery-content .gallery-content-slides a:before {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -448px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .article .gallery .gallery-content .gallery-content-slides a:before {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -448px 0;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .article .gallery .gallery-content .gallery-content-slides .video a:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -97px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .article .gallery .gallery-content .gallery-content-slides .video a:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -97px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .article .gallery .flex-direction-nav .flex-prev:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -30px -40px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .article .gallery .flex-direction-nav .flex-prev:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -30px -40px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .article .gallery .flex-direction-nav .flex-next:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -40px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .article .gallery .flex-direction-nav .flex-next:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -40px;
  }
}
.contributor-archive h1 {
  font: 32px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
  margin: 0 0 20px;
}
.contributor-archive h1 span {
  color: #6699ff;
}
.contributor-archive .contributor-info {
  margin: 0 0 40px;
}
.contributor-archive .contributor-info .bio.formatted .contributor-portrait {
  margin: 0 0 30px;
  width: 100%;
}
.contributor-archive .contributor-info .bio.formatted .contributor-name {
  font: 32px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
  margin: 0 0 10px;
}
.contributor-archive .contributor-info .bio.formatted .contributor-title {
  color: #6699ff;
  font: 24px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
  margin: 0 0 20px;
}
.contributor-archive .contributor-info .bio.formatted .contributor-description p {
  font: 18px/1.5em 'OpenSansLightItalic', Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .contributor-archive {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contributor-archive {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.alternative-template .featured-alternative-stories .banner {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  padding: 8px 20px;
  position: absolute;
  top: 20px;
  left: -20px;
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: right;
  width: 90%;
  z-index: 999;
}
.alternative-template .featured-alternative-stories .banner:before {
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200%;
  height: 100%;
}
.alternative-template .featured-alternative-stories .banner .text {
  color: #fff;
  font: 12px/1em 'OpenSansBold', Helvetica, sans-serif;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
.alternative-template .featured-alternative-stories .slider-alternative {
  position: relative;
}
.alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li {
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
  color: #fff;
  display: block;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
.alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text {
  padding: 80px 30px 20px;
}
.alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text .title {
  font: 36px/1em 'OpenSansExtraBoldItalic', Helvetica, sans-serif;
  margin-bottom: 10px;
}
.alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text p {
  font: 14px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
}
.alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text a {
  color: #fff;
  text-decoration: none;
}
.alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 23px;
}
.alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-prev {
  background-image: url('../images/sprite.png');
  background-position: -515px 0;
  left: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-prev {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -515px 0;
  }
}
@media all and (-ie-hack: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-prev {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -515px 0;
  }
}
.alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-next {
  background-image: url('../images/sprite.png');
  background-position: -500px 0;
  right: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-next {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -500px 0;
  }
}
@media all and (-ie-hack: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-next {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -500px 0;
  }
}
.page-banner {
  *zoom: 1;
  margin: 0 0 10px;
}
.page-banner:before,
.page-banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-banner:after {
  clear: both;
}
.page-banner .page-title {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #ffff00;
  float: left;
  overflow: hidden;
  padding: 10px;
  position: relative;
  left: -20px;
  text-align: right;
  width: 95%;
}
.page-banner .page-title:before {
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200%;
  height: 100%;
}
.page-banner .page-title .text {
  color: #000;
  font: 24px/1em 'OpenSansBold', Helvetica, sans-serif;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
.page-banner .logos {
  display: none;
}
.alternative-posts .section-title {
  font: 18px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
  margin: 0 0 10px;
  padding: 0 20px;
  text-transform: uppercase;
}
.alternative-posts .show-more-btn {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background: url(../images/bg-footer-mobile.jpg) repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'OpenSansLight', Helvetica, sans-serif;
  font-size: 24px;
  margin: 2%;
  width: 96%;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.alternative-posts .show-more-btn:hover {
  text-decoration: none;
}
.alternative-posts .show-more-btn span {
  color: #ffff00;
}
.alternative-posts .post-list .post {
  margin: 0;
}
.alternative-posts .post-list .post .content {
  background: #fff;
  overflow: hidden;
}
.alternative-posts .post-list .post a {
  color: #000;
}
.alternative-posts .post-list .post .category-container {
  background-color: #ffff00;
  overflow: hidden;
  padding: 6px;
  position: relative;
  text-align: right;
  z-index: 1000;
}
.alternative-posts .post-list .post .category-container .text {
  font: 14px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
}
.alternative-posts .post-list .post .thumbnail-container {
  display: block;
  overflow: hidden;
}
.alternative-posts .post-list .post .thumbnail-container .thumbnail {
  background-position: center top;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/try-gm-newsroom/scripts/vendor/backgroundsize.min.htc);
  -webkit-transform: skew(7deg, 0deg);
  -moz-transform: skew(7deg, 0deg);
  -ms-transform: skewX(7deg) skewY(0deg);
  -o-transform: skew(7deg, 0deg);
  transform: skew(7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 110%;
  height: 100%;
}
.alternative-posts .post-list .post .text-container {
  padding: 15px 145px 15px 15px;
  position: relative;
}
.alternative-posts .post-list .post .text-container .post-date {
  font: 12px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.alternative-posts .post-list .post .text-container .post-title {
  font: 18px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
  margin: 0 0 5px;
}
.alternative-posts .post-list .post .text-container > a {
  color: #000;
  font: 12px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
  text-transform: uppercase;
}
.alternative-posts .post-list .post .overlay-container {
  display: none;
}
.alternative-posts .post-list .post .excerpt,
.alternative-posts .post-list .post .excerpt p {
  font: 12px/1.4em 'OpenSansLightItalic', Helvetica, sans-serif;
}
.alternative-posts .post-list .post.type-multimedia .content {
  height: 100%;
}
.alternative-posts .post-list .post.type-multimedia .thumbnail-container {
  -webkit-transform: skew(0deg, 0deg);
  -moz-transform: skew(0deg, 0deg);
  -ms-transform: skewX(0deg) skewY(0deg);
  -o-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  height: 320px;
}
.alternative-posts .post-list .post.type-multimedia .thumbnail-container .thumbnail {
  -webkit-transform: skew(0deg, 0deg);
  -moz-transform: skew(0deg, 0deg);
  -ms-transform: skewX(0deg) skewY(0deg);
  -o-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  width: 100%;
  height: 100%;
}
.alternative-posts .post-list .post.type-multimedia .thumbnail-container.video .thumbnail:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/sprite.png');
  background-position: 0 -97px;
  margin: -78px 0 0 -78px;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 155px;
  opacity: 0.7;
  -webkit-transition: 250ms ease all;
  -moz-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transition: 250ms ease all;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .alternative-posts .post-list .post.type-multimedia .thumbnail-container.video .thumbnail:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -97px;
  }
}
@media all and (-ie-hack: 1.5) {
  .alternative-posts .post-list .post.type-multimedia .thumbnail-container.video .thumbnail:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -97px;
  }
}
.alternative-posts .post-list .post.type-multimedia .thumbnail-container.video .thumbnail:hover:after {
  opacity: 1;
}
.alternative-posts .post-list .post.type-gallery .content {
  height: 100%;
}
.alternative-posts .post-list .post.type-gallery .gallery-media {
  *zoom: 1;
  width: 100%;
  height: 320px;
}
.alternative-posts .post-list .post.type-gallery .gallery-media:before,
.alternative-posts .post-list .post.type-gallery .gallery-media:after {
  display: table;
  content: "";
  line-height: 0;
}
.alternative-posts .post-list .post.type-gallery .gallery-media:after {
  clear: both;
}
.alternative-posts .post-list .post.type-gallery .gallery-media li {
  display: block;
  float: left;
  margin: 0;
  padding: 1px;
  width: 33.333%;
  width: -webkit-calc(33.333333333333336%);
  width: calc(33.333333333333336%);
  height: 33%;
}
.alternative-posts .post-list .post.type-gallery .gallery-media li .thumbnail {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.alternative-posts .post-list .post.overlay .thumbnail-container {
  display: none;
}
.alternative-posts .post-list .post.overlay .text-container {
  padding: 15px;
}
.alternative-posts .post-list .post.overlay .text-container a,
.alternative-posts .post-list .post.overlay .text-container p {
  color: #fff;
}
.alternative-posts .post-list .post.overlay .overlay-container {
  display: block;
  opacity: .75;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li {
    height: 400px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text {
    height: 100%;
    overflow: hidden;
  }
  .alternative-posts .section-title {
    font: 18px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
    margin: 0 0 10px;
    padding: 0 20px;
    text-transform: uppercase;
  }
  .alternative-posts .post-list .post {
    margin: 0;
  }
  .alternative-posts .post-list .post .content {
    background: #fff;
    height: 150px;
    overflow: hidden;
  }
  .alternative-posts .post-list .post a {
    color: #000;
  }
  .alternative-posts .post-list .post .thumbnail-container {
    float: right;
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 130px;
    height: 100%;
  }
  .alternative-posts .post-list .post .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 130px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .alternative-template .featured-alternative-stories .banner {
    top: 100px;
    width: 40%;
    padding: 15px 20px;
  }
  .alternative-template .featured-alternative-stories .banner .text {
    font-size: 18px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li {
    height: 400px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text {
    padding: 180px 30px 20px;
  }
  .page-banner {
    margin: 0 0 20px;
  }
  .page-banner .page-title {
    width: 50%;
  }
  .page-banner .logos {
    display: block;
    float: left;
    padding-top: 7px;
  }
  .page-banner .logos .logo {
    float: left;
    margin-right: 15px;
  }
  .single .page-banner {
    margin: -40px 0 20px;
  }
  .alternative-posts .post-list {
    *zoom: 1;
  }
  .alternative-posts .post-list:before,
  .alternative-posts .post-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .alternative-posts .post-list:after {
    clear: both;
  }
  .alternative-posts .post-list .post {
    -webkit-transform: skew(-7deg, 0deg);
    -moz-transform: skew(-7deg, 0deg);
    -ms-transform: skewX(-7deg) skewY(0deg);
    -o-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    float: left;
    margin: 0 2% 2%;
    width: 46%;
  }
  .alternative-posts .post-list .post .category-container {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 60%;
    text-align: left;
  }
  .alternative-posts .post-list .post .category-container:before {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    background: url(../images/bg-diagonal-noise.png);
    top: 0px;
    left: 0px;
    width: 200%;
    height: 100%;
  }
  .alternative-posts .post-list .post .category-container .text {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
  }
  .alternative-posts .post-list .post .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 110%;
  }
  .alternative-posts .post-list .post .text-container {
    padding: 20px;
    position: relative;
  }
  .alternative-posts .post-list .post .text-container .post-date {
    font: 12px/1em 'OpenSansRegular', Helvetica, sans-serif;
    margin: 0 0 5px;
    text-transform: uppercase;
  }
  .alternative-posts .post-list .post .text-container .post-title {
    font: 18px/1em 'OpenSansBold', Helvetica, sans-serif;
    margin: 0 0 5px;
  }
  .alternative-posts .post-list .post .text-container > a {
    color: #000;
    font: 12px/1em 'OpenSansRegular', Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .alternative-posts .post-list .post .excerpt,
  .alternative-posts .post-list .post .excerpt p {
    font: 'OpenSansLight', Helvetica, sans-serif;
  }
  .alternative-posts .post-list .post.type-multimedia .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 110%;
  }
  .alternative-posts .post-list .post.type-gallery .gallery-media {
    height: 100%;
  }
  .alternative-posts .post-list .post.type-gallery .gallery-media li {
    overflow: hidden;
  }
  .alternative-posts .post-list .post.type-gallery .gallery-media li .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 110%;
  }
  .alternative-posts .post-list .post.standard .thumbnail-container {
    display: block;
    width: 110%;
    height: 150px;
  }
  .alternative-posts .post-list .post.standard .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    height: 100%;
  }
  .alternative-posts .post-list .post.overlay .thumbnail-container {
    display: block;
    float: left;
    width: 110%;
    height: 100%;
  }
  .alternative-posts .post-list .post.overlay .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    height: 100%;
  }
  .alternative-posts .post-list .post.overlay .text-container {
    padding: 20px;
    position: absolute;
    top: 40px;
  }
  .alternative-posts .post-list .post.overlay .text-container .post-title {
    font: 24px/1.25em 'OpenSansBold', Helvetica, sans-serif;
  }
  .alternative-posts .post-list .post.wide {
    width: 96%;
    height: 290px;
  }
  .alternative-posts .post-list .post.wide .thumbnail-container {
    display: block;
    float: left;
    width: 400px;
    height: 100%;
  }
  .alternative-posts .post-list .post.wide .thumbnail-container .thumbnail {
    -webkit-transform: skew(7deg, 0deg);
    -moz-transform: skew(7deg, 0deg);
    -ms-transform: skewX(7deg) skewY(0deg);
    -o-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 110%;
    height: 100%;
  }
  .alternative-posts .post-list .post.wide .text-container {
    padding: 50px 20px 20px 420px;
    width: 100%;
    height: 100%;
  }
  .alternative-posts .post-list .post.wide .text-container .post-title {
    font: 24px/1.25em 'OpenSansBold', Helvetica, sans-serif;
  }
}
@media screen and (min-width: 1024px) {
  .alternative-template .featured-alternative-stories {
    width: 960px;
  }
  .alternative-template .featured-alternative-stories .banner {
    top: 120px;
    width: 50%;
    max-width: 600px;
    padding: 15px 25px 15px 80px;
  }
  .alternative-template .featured-alternative-stories .banner .text {
    font-size: 24px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li {
    height: 465px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text {
    padding: 220px 120px 0 150px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .slides-alternative li .text .title {
    font-size: 32px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a {
    width: 23px;
    height: 45px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-prev {
    background-image: url('../images/sprite.png');
    background-position: -30px -40px;
    left: 70px;
  }
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-next {
    background-image: url('../images/sprite.png');
    background-position: 0 -40px;
    right: 10px;
  }
  .alternative-posts .post-list {
    *zoom: 1;
  }
  .alternative-posts .post-list:before,
  .alternative-posts .post-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .alternative-posts .post-list:after {
    clear: both;
  }
  .alternative-posts .post-list .post {
    margin: 0 10px 20px;
    width: 325px;
  }
  .alternative-posts .post-list .post.wide {
    width: 670px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-prev {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -30px -40px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-prev {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -30px -40px;
  }
}
@media screen and (min-width: 1024px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-next {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -40px;
  }
}
@media screen and (min-width: 1024px) and all and (-ie-hack: 1.5) {
  .alternative-template .featured-alternative-stories .slider-alternative .flex-direction-nav a.flex-next {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -40px;
  }
}
.search-results {
  margin: 0 0 40px;
}
.search-results .filters {
  *zoom: 1;
  display: block;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  font-style: italic;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search-results .filters:before,
.search-results .filters:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-results .filters:after {
  clear: both;
}
.search-results .filters a {
  display: block;
  color: #000;
  text-align: center;
  width: 100%;
}
.search-results .filters a:hover {
  cursor: pointer;
  text-decoration: none;
}
.search-results .filters .filter {
  float: left;
  position: relative;
  width: 50%;
}
.search-results .filters .filter:hover .options {
  display: block;
}
.search-results .filters .filter:last-child .button {
  border-left: none;
}
.search-results .filters .filter > .button {
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  border-left: 1px solid #060607;
  border-right: 1px solid #060607;
  border-bottom: 1px solid #060607;
  display: block;
  font: 18px/1em 'OpenSansCondLight', Helvetica, sans-serif;
  padding: 15px 0;
}
.search-results .filters .filter .options {
  background: #fff;
  display: none;
  border-left: 1px solid #060607;
  border-right: 1px solid #060607;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  z-index: 1030;
}
.search-results .filters .filter .options .option {
  border-bottom: 1px solid #f8f8f8;
  font-size: 32px;
  line-height: 1em;
  padding: 5px 0;
}
.search-results .filters .filter .options .option:last-child {
  border-bottom: none;
}
.search-results .filters .filter .options .option.active {
  background: #ffff00;
}
.search-results .filters .filter .options .submit {
  background: #060607;
  color: #fff;
  font-family: 'OpenSansBold', Helvetica, sans-serif;
  padding: 15px 0;
}
.search-results h1 {
  font: 32px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
  margin: 0 0 20px;
}
.search-results h1 span {
  color: #6699ff;
}
.search-results .results h2 {
  font: 24px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
  margin: 0 0 10px;
}
.search-results .results .multimedia li {
  margin: 0 0 15px;
}
.search-results .results .multimedia li a {
  display: block;
}
.search-results .results .multimedia li .thumbnail {
  width: 100%;
}
.search-results .results .multimedia li .video {
  position: relative;
}
.search-results .results .multimedia li .video:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/sprite.png');
  background-position: 0 -97px;
  margin: -78px 0 0 -78px;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 156px;
  opacity: 0.75;
  -webkit-transition: 250ms ease all;
  -moz-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transition: 250ms ease all;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .search-results .results .multimedia li .video:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -97px;
  }
}
@media all and (-ie-hack: 1.5) {
  .search-results .results .multimedia li .video:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -97px;
  }
}
.search-results .results .multimedia li .video:hover:after {
  opacity: 1;
}
.search-results .show-more-btn {
  background: url(../images/bg-footer-mobile.jpg) no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.search-results .show-more-btn:hover {
  text-decoration: none;
}
.search-results .show-more-btn span {
  color: #ffff00;
}
.search-results .no-results {
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .search-results {
    padding: 10px;
  }
  .search-results .filters,
  .search-results .results .multimedia {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search-results {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.error404 h1 {
  font-family: 'OpenSansLight', Helvetica, sans-serif;
}
#cboxContent {
  margin: 0;
}
#cboxLoadedContent {
  background: #000;
  border: none;
}
#cboxClose {
  background-image: url('../images/sprite.png');
  background-position: -537px -105px;
  margin: 25px 25px 0 0;
  width: 32px;
  height: 32px;
  z-index: 1030;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #cboxClose {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -537px -105px;
  }
}
@media all and (-ie-hack: 1.5) {
  #cboxClose {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -537px -105px;
  }
}
#cboxClose:hover {
  background-position: -537px -105px;
}
.cbox-overlay #cboxContent,
.cbox-overlay #cboxLoadedContent {
  background: transparent;
}
.cbox-overlay #cboxClose {
  background: transparent;
  color: #fff;
  text-indent: 0px;
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
  font-size: 14px;
  margin: 5px;
  text-transform: uppercase;
  width: auto;
  height: auto;
}
.big-view .big-view-content .multimedia-container {
  width: 300px;
  height: auto;
  overflow: hidden;
}
.big-view .big-view-content .multimedia-container img {
  width: 100%;
  min-height: 100%;
}
.big-view .big-view-content .multimedia-container iframe {
  width: 100%;
  height: 100%;
}
.big-view .big-view-content .meta-container {
  background: #fff;
  padding: 20px 25px;
  position: relative;
  width: 100%;
}
.big-view .big-view-content .meta-container .title {
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
  padding-right: 130px;
  text-transform: uppercase;
  min-height: 36px;
  width: 100%;
}
.big-view .big-view-content .meta-container .caption {
  font-family: 'OpenSansLightItalic', Helvetica, sans-serif;
  font-size: 16px;
}
.big-view .big-view-content .meta-container .caption p:last-child {
  margin: 0;
}
.big-view .big-view-content .meta-container .share {
  *zoom: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1200;
}
.big-view .big-view-content .meta-container .share:before,
.big-view .big-view-content .meta-container .share:after {
  display: table;
  content: "";
  line-height: 0;
}
.big-view .big-view-content .meta-container .share:after {
  clear: both;
}
.big-view .big-view-content .meta-container .share li {
  display: block;
  float: left;
  margin: 0 0 0 5px;
}
.big-view .big-view-content .meta-container .share a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
}
.big-view .big-view-content .meta-container .share .facebook-share {
  background-image: url('../images/sprite.png');
  background-position: -379px -144px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .big-view .big-view-content .meta-container .share .facebook-share {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -379px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .big-view .big-view-content .meta-container .share .facebook-share {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -379px -144px;
  }
}
.big-view .big-view-content .meta-container .share .twitter-share {
  background-image: url('../images/sprite.png');
  background-position: -419px -144px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .big-view .big-view-content .meta-container .share .twitter-share {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -419px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .big-view .big-view-content .meta-container .share .twitter-share {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -419px -144px;
  }
}
.big-view .big-view-content .meta-container .share .google-plus-share {
  background-image: url('../images/sprite.png');
  background-position: -499px -144px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .big-view .big-view-content .meta-container .share .google-plus-share {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -499px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .big-view .big-view-content .meta-container .share .google-plus-share {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -499px -144px;
  }
}
.big-view .big-view-content .meta-container .share .pinterest-share {
  background-image: url('../images/sprite.png');
  background-position: -459px -144px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .big-view .big-view-content .meta-container .share .pinterest-share {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -459px -144px;
  }
}
@media all and (-ie-hack: 1.5) {
  .big-view .big-view-content .meta-container .share .pinterest-share {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -459px -144px;
  }
}
.site-overlay {
  background: transparent;
  width: 290px;
}
.site-overlay a:hover {
  text-decoration: none;
}
.site-overlay .content {
  background: #fff;
  margin-top: 40px;
}
.site-overlay .content .overlay-header {
  background: url(../images/bg-overlay-header.png) top center no-repeat;
  padding: 15px 10px;
  position: relative;
  height: 107px;
  z-index: 1000;
}
.site-overlay .content .overlay-header .title {
  color: #ffff00;
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.site-overlay .content .overlay-header .sub-title {
  color: #fff;
  font-family: 'OpenSansLightItalic', Helvetica, sans-serif;
  font-size: 10px;
}
.site-overlay .content .overlay-content {
  background: url(../images/bg-overlay.jpg) bottom center no-repeat;
  margin-top: -50px;
}
.site-overlay .content .overlay-content .formatted {
  color: #000;
  font-family: 'OpenSansLightItalic', Helvetica, sans-serif;
  padding: 20px;
}
.site-overlay .content .overlay-content .formatted h1,
.site-overlay .content .overlay-content .formatted h2,
.site-overlay .content .overlay-content .formatted h3,
.site-overlay .content .overlay-content .formatted h4,
.site-overlay .content .overlay-content .formatted h5,
.site-overlay .content .overlay-content .formatted h6 {
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
  text-transform: uppercase;
}
.site-overlay .content .overlay-content .formatted h1 {
  font-size: 20px;
}
.site-overlay .content .overlay-content .formatted h2 {
  font-size: 18px;
}
.site-overlay .content .overlay-content .formatted h3 {
  font-size: 17px;
}
.site-overlay .content .overlay-content .formatted h4 {
  font-size: 16px;
}
.site-overlay .content .overlay-content .formatted h5 {
  font-size: 14px;
}
.site-overlay .content .overlay-content .formatted h6 {
  font-size: 12px;
}
.site-overlay .content .overlay-content .formatted p {
  font-size: 18px;
}
.site-overlay .content .overlay-content .formatted p:last-child {
  margin-bottom: 0px;
}
.site-overlay .content .overlay-footer {
  background: url(../images/bg-footer-mobile.jpg) top center no-repeat;
  padding: 20px;
  text-align: center;
}
.site-overlay .content .overlay-footer .link {
  color: #ffff00;
  font-family: 'OpenSansBoldItalic', Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.site-overlay.update-browser .content {
  padding: 20px;
}
.site-overlay.update-browser .content h1,
.site-overlay.update-browser .content h2,
.site-overlay.update-browser .content h3,
.site-overlay.update-browser .content h4,
.site-overlay.update-browser .content h5,
.site-overlay.update-browser .content h6 {
  font: 18px/1em 'OpenSansBoldItalic', Helvetica, sans-serif;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.site-overlay.update-browser .content p {
  margin: 0 0 20px;
}
.site-overlay.update-browser .content ul li {
  margin: 0 0 3px;
}
@media screen and (max-width: 767px) {
  .big-view .big-view-content {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .big-view .big-view-content .multimedia-container {
    width: 720px;
    height: 480px;
  }
  .big-view .big-view-content .flex-direction-nav a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 80px;
    height: 440px;
  }
  .big-view .big-view-content .flex-direction-nav a:after {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    content: '';
    display: block;
    position: absolute;
    margin: -12px 0 0 -13px;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 45px;
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
  }
  .big-view .big-view-content .flex-direction-nav a.flex-next {
    right: 0;
  }
  .big-view .big-view-content .flex-direction-nav a.flex-prev {
    left: 0;
  }
  .big-view .big-view-content .flex-direction-nav a.flex-next:after {
    background-image: url('../images/sprite.png');
    background-position: 0 -40px;
  }
  .big-view .big-view-content .flex-direction-nav a.flex-prev:after {
    background-image: url('../images/sprite.png');
    background-position: -30px -40px;
  }
}
@media screen and (min-width: 768px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .big-view .big-view-content .flex-direction-nav a.flex-next:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: 0 -40px;
  }
}
@media screen and (min-width: 768px) and all and (-ie-hack: 1.5) {
  .big-view .big-view-content .flex-direction-nav a.flex-next:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: 0 -40px;
  }
}
@media screen and (min-width: 768px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .big-view .big-view-content .flex-direction-nav a.flex-prev:after {
    background-image: url('../images/sprite@2x.png');
    background-size: 600px 252px;
    background-position: -30px -40px;
  }
}
@media screen and (min-width: 768px) and all and (-ie-hack: 1.5) {
  .big-view .big-view-content .flex-direction-nav a.flex-prev:after {
    background-image: url('../images/sprite.png');
    background-size: auto;
    background-position: -30px -40px;
  }
}
@media screen and (min-width: 1024px) {
  .site-overlay {
    width: 800px;
  }
  .site-overlay .content .overlay-header .title {
    font-size: 32px;
  }
  .site-overlay .content .overlay-header .sub-title {
    font-size: 16px;
  }
  .site-overlay .content .overlay-content {
    margin-top: -50px;
  }
  .site-overlay .content .overlay-content .formatted {
    padding: 30px;
  }
  .site-overlay .content .overlay-content .formatted h1 {
    font-size: 28px;
  }
  .site-overlay .content .overlay-content .formatted h2 {
    font-size: 24px;
  }
  .site-overlay .content .overlay-content .formatted h3 {
    font-size: 20px;
  }
  .site-overlay .content .overlay-content .formatted h4 {
    font-size: 18px;
  }
  .site-overlay .content .overlay-content .formatted h5 {
    font-size: 17px;
  }
  .site-overlay .content .overlay-content .formatted h6 {
    font-size: 16px;
  }
  .site-overlay .content .overlay-content .formatted p {
    font-size: 16px;
  }
  .site-overlay .content .overlay-footer {
    padding: 30px;
  }
  .site-overlay .content .overlay-footer .link {
    font-size: 24px;
  }
}
.subscribe .page-title {
  font: 32px/1em 'OpenSansCondItalic', Helvetica, sans-serif;
  margin: 0 0 20px;
}
.subscribe .section {
  margin-bottom: 40px;
}
.subscribe .question {
  font-family: 'OpenSansLightItalic', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.subscribe .input-list li {
  margin-bottom: 5px;
}
.subscribe .input-list input {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 4px;
}
.subscribe .input-list label {
  cursor: pointer;
  display: inline-block;
  font-family: 'OpenSansLightItalic', Helvetica, sans-serif;
  font-size: 22px;
}
.subscribe .columns li {
  width: 50%;
  float: right;
}
.subscribe input[type="text"] {
  background: #e5e5e5;
  border: none;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 5px 20px;
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.subscribe .submit-btn {
  background: url(../images/bg-footer-mobile.jpg) no-repeat;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  font-size: 24px;
  margin: 0 auto 20px;
  padding: 20px 0;
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: center;
  text-transform: uppercase;
  width: 400px;
}
.subscribe .submit-btn:hover {
  text-decoration: none;
}
.subscribe .submit-btn span {
  color: #ffff00;
}
.subscribe .confirmation-message {
  font-family: 'OpenSansCondLight', Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-transform: skew(-7deg, 0deg);
  -moz-transform: skew(-7deg, 0deg);
  -ms-transform: skewX(-7deg) skewY(0deg);
  -o-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.subscribe .confirmation-message.error {
  background: #ffff00;
}
.subscribe .confirmation-message.success {
  background: #33ff00;
}
@media screen and (max-width: 767px) {
  .subscribe {
    padding: 10px;
  }
  .submit-btn {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }
}
