/* $module-white-border:2em 2.5%; only used once, by .content-wrap in globals.scss */
/****************************************************************************************/
/* PX to EM Conversion Mixin                                                                   */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* Default font size in pixels if not overridden. */
/* Remove PX units to prevent sass errors
(inspired by https://gist.github.com/moyarich/3260638)
Ex: $base: remove-px($base);
*/
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.
 
Examples:
 
@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/****************************************************************************************/
/* PX to EM Conversion Mixin END                                                           */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* ----------------------
 * IE8 global styles
 -- */
/* $module-white-border:2em 2.5%; only used once, by .content-wrap in globals.scss */
/****************************************************************************************/
/* PX to EM Conversion Mixin                                                                   */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* Default font size in pixels if not overridden. */
/* Remove PX units to prevent sass errors
(inspired by https://gist.github.com/moyarich/3260638)
Ex: $base: remove-px($base);
*/
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.
 
Examples:
 
@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/****************************************************************************************/
/* PX to EM Conversion Mixin END                                                           */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* ----------------------
 * MODULE-NAME IE8 Styles
 -- */
/* $module-white-border:2em 2.5%; only used once, by .content-wrap in globals.scss */
/****************************************************************************************/
/* PX to EM Conversion Mixin                                                                   */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* Default font size in pixels if not overridden. */
/* Remove PX units to prevent sass errors
(inspired by https://gist.github.com/moyarich/3260638)
Ex: $base: remove-px($base);
*/
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.
 
Examples:
 
@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/****************************************************************************************/
/* PX to EM Conversion Mixin END                                                           */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* ----------------------
 * Global ie8 Styles
 -- */
.ie8 .section-r.gradient {
  background: url("../images/bkg_gradient.png") repeat-x center top;
}

/* $module-white-border:2em 2.5%; only used once, by .content-wrap in globals.scss */
/****************************************************************************************/
/* PX to EM Conversion Mixin                                                                   */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* Default font size in pixels if not overridden. */
/* Remove PX units to prevent sass errors
(inspired by https://gist.github.com/moyarich/3260638)
Ex: $base: remove-px($base);
*/
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.
 
Examples:
 
@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/****************************************************************************************/
/* PX to EM Conversion Mixin END                                                           */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* ----------------------
 * NAVIGATION ie Styles
 -- */
.ie8 header {
  background: transparent url("../images/header-bg-old-ie.png") repeat;
}
.ie8 .main-header-nav {
  background: transparent url("../images/header-bg-old-ie.png") repeat;
}

/* $module-white-border:2em 2.5%; only used once, by .content-wrap in globals.scss */
/****************************************************************************************/
/* PX to EM Conversion Mixin                                                                   */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* Default font size in pixels if not overridden. */
/* Remove PX units to prevent sass errors
(inspired by https://gist.github.com/moyarich/3260638)
Ex: $base: remove-px($base);
*/
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.
 
Examples:
 
@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/****************************************************************************************/
/* PX to EM Conversion Mixin END                                                           */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/****************************************************************************************/
/* ----------------------
 * video-grid ie8 Styles
 -- */
.ie8 .col-5-7 .video-grid li {
  /* width: 31%; */
}
.ie8 .video-grid li {
  /* width: 22%; */
}
