/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `retina-sprite` class sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

@icon-home-group: 'icon-home' @icon-home @icon-home-2x;

.icon-home {
  .retina-sprite(@icon-home-group);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*
The `.retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in LESS

.retina-sprites(@retina-groups);
*/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `retina-sprite` class sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

@icon-home-group: 'icon-home' @icon-home @icon-home-2x;

.icon-home {
  .retina-sprite(@icon-home-group);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*
The `.retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in LESS

.retina-sprites(@retina-groups);
*/
.mixin-intel-clear-regular {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.mixin-intel-clear-regular-italic {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
.mixin-intel-clear-bold {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.mixin-intel-clear-bold-italic {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.mixin-intel-clear-light {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.mixin-intel-clear-light-italic {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: 200;
  font-style: italic;
}
.mixin-intel-clear-headline {
  font-family: "intel-clear-headline", impact, sans-serif;
  line-height: .9;
  letter-spacing: .029em;
}
.mixin-icon-font-awesome {
  font-family: "site-global-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mixin-component-heading {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.375em;
  line-height: 1.27;
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .mixin-component-heading {
    font-size: 1.75em;
    line-height: 1.107;
  }
}
.gradient-after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .container {
    max-width: 750px;
  }
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-0 {
    right: 0%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-0 {
    left: 0%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 100%;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    max-width: 100%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1650px) {
  .container {
    width: 1610px;
    max-width: 100%;
  }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: 0%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: 0%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.anthem .page-tools {
  position: fixed;
  right: 0;
  top: 120px;
  width: 200px;
  z-index: 3;
}
.anthem .page-tools .social-links a.social-share-tripod span {
  display: block;
}
.anthem .loader {
  position: fixed;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  text-align: center;
  opacity: 0;
}
.anthem .loader h3 {
  font-family: "intel-clear-headline", impact, sans-serif;
  line-height: .9;
  letter-spacing: .029em;
  font-size: 26px;
}
.modal-anthem.anthem-tile-modal {
  width: 100%;
  height: 100%;
}
.modal-anthem.anthem-tile-modal .modal-dialog {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.modal-anthem.anthem-tile-modal .modal-body {
  margin-top: 0;
}
.modal-anthem.modal-video {
  /*hide modal video poster unless there's a device requiring user interaction.*/
}
.modal-anthem.modal-video .modal-content {
  background: none;
}
.modal-anthem.modal-video .modal-header,
.modal-anthem.modal-video .modal-body {
  padding: 0;
}
.modal-anthem.modal-video .modal-body {
  background-color: #000;
}
.modal-anthem.modal-video .modal-body .embed-responsive .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-anthem.modal-video .vjs-poster {
  display: none;
}
.modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  transform: none;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none;
  background-image: url(../asset/image/sprite-icons.png);
  background-position: -283px -176px;
  width: 50px;
  height: 50px;
  background-image: url(../../asset/image/sprite-icons.png) !important;
  border-radius: 50%;
  z-index: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button {
    background-image: url(../asset/image/sprite-icons-retina.png);
    background-size: 646px 615px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button {
    background-image: url(../asset/image/sprite-icons-retina.png);
    background-size: 646px 615px;
  }
}
.modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button:before {
  content: '';
}
.modal-anthem .modal-body {
  margin-top: 120px;
}
.modal-anthem .tile-image {
  text-align: center;
}
.modal-anthem .tile-link {
  position: relative;
}
.modal-anthem .tile-link .tile-info {
  text-align: center;
  color: #fff;
  background: #0f406a;
  padding: 20px 15px;
}
.modal-anthem .tile-link .tile-info h3 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: "intel-clear-headline", impact, sans-serif;
  line-height: .9;
  letter-spacing: .029em;
  font-size: 26px;
  white-space: nowrap;
}
.modal-anthem .tile-link .tile-info .explore {
  padding-bottom: 2px;
  border-bottom: 3px solid #00AEEF;
  white-space: nowrap;
}
.modal-anthem .blade-image {
  position: relative;
  z-index: 2;
}
.modal-anthem .tile-header,
.modal-anthem .tile-link {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.modal-anthem .tile-header img,
.modal-anthem .tile-link img {
  width: 100%;
}
.modal-anthem .tile-header:before,
.modal-anthem .tile-header:after {
  content: " ";
  display: table;
}
.modal-anthem .tile-header:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button {
    margin-left: -45px;
    margin-top: -45px;
    background-image: url(../asset/image/sprite-icons.png);
    background-position: -110px 0px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button {
    background-image: url(../asset/image/sprite-icons-retina.png);
    background-size: 646px 615px;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button {
    background-image: url(../asset/image/sprite-icons-retina.png);
    background-size: 646px 615px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modal-anthem.modal-video .bc-player-default_default .vjs-big-play-button {
    background-image: url(../../asset/image/sprite-icons-retina.png) !important;
  }
}
.anthem .grid {
  padding-bottom: 150px;
}
.anthem .grid .grid-row {
  position: relative;
}
.anthem .grid .grid-layout {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
}
.anthem .grid .grid-loader {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  background: url("../../asset/image/misc/loader.gif") 0 0 transparent no-repeat;
}
.anthem .grid .tile {
  opacity: 0;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
}
.anthem .grid .tile .blade-image img {
  width: 100%;
  max-width: none;
}
.anthem .grid .tile-link {
  display: block;
}
.anthem .grid .tile-link .tile-info {
  display: none;
  min-width: 100%;
  max-width: 300%;
  padding: 15px;
  text-align: center;
  background: rgba(15, 64, 106, 0.95);
  color: #fff;
}
.anthem .grid .tile-link .tile-info .tile-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.anthem .grid .tile-link .tile-info h3 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: "intel-clear-titling";
  font-size: 26px;
  white-space: nowrap;
}
.anthem .grid .tile-link .tile-info .explore {
  padding-bottom: 2px;
  border-bottom: 3px solid #00AEEF;
  white-space: nowrap;
}
.anthem .grid .blade-image {
  position: relative;
  overflow: hidden;
}
.anthem .grid .blade-image img {
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  -ms-transition: transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}
.anthem .grid .tile-intro {
  opacity: 0;
  padding: 15px;
  background: rgba(15, 64, 106, 0.95);
}
.anthem .grid .tile-intro h1 {
  margin-top: 0;
  font-family: "intel-clear-titling";
}
.anthem .grid .size_1x1 {
  width: 25%;
}
.anthem .grid .size_2x2 {
  width: 50%;
}
.anthem .grid .title-size3x2 {
  width: 75%;
}
.anthem .grid .size_4x4 {
  width: 100%;
}
.anthem .grid .size_6x4 {
  width: 100%;
}
.anthem .grid .video-component {
  opacity: 0;
}
.anthem .grid .video-component .video-inner {
  width: 100%;
  height: 100%;
}
.anthem .grid .video-component .video-image {
  background-attachment: scroll;
}
.anthem .grid .video-component .video-js {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .anthem .grid .grid-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .anthem .grid .tile-intro {
    padding: 20px;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .anthem .grid .size_1x1 {
    width: 12.5%;
  }
  .anthem .grid .size_2x2 {
    width: 25%;
  }
  .anthem .grid .size_3x2 {
    width: 37.5%;
  }
  .anthem .grid .size_4x4 {
    width: 50%;
  }
  .anthem .grid .size_6x4 {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .anthem .grid .tile:hover {
    z-index: 2;
  }
  .anthem .grid .tile:hover .tile-link {
    position: relative;
  }
  .anthem .grid .tile:hover .tile-link .tile-info {
    display: table;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .anthem .grid .tile:hover .blade-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .anthem .grid .tile-intro {
    padding: 40px;
    margin-left: 8.3333%;
    margin-right: 33.3333%;
  }
  .anthem .grid .size_1x1 {
    width: 8.3333%;
  }
  .anthem .grid .size_2x2 {
    width: 16.6666%;
  }
  .anthem .grid .size_3x2 {
    width: 24.9999%;
  }
  .anthem .grid .size_4x4 {
    width: 33.3333%;
  }
  .anthem .grid .size_6x4 {
    width: 49.9999%;
  }
}
.anthem .story,
.anthem .anthem-story {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.anthem .story {
  background: url('../../asset/anthem/story/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 50px;
  z-index: -1;
}
.anthem .story h1,
.anthem .story h2 {
  font-family: "intel-clear-headline", impact, sans-serif;
  line-height: .9;
  letter-spacing: .029em;
  position: relative;
  color: #FFF;
  margin: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.anthem .story h2 {
  color: #00AEEF;
}
.anthem .story img,
.anthem .story p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.anthem .story .tutorial {
  position: absolute;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.anthem .story .tutorial h3 {
  font-size: 1em;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.anthem .story .tutorial .indicator .arrow {
  display: block;
  margin: 0 auto;
}
.anthem .story .tutorial .indicator .hand {
  position: relative;
  top: -0.8em;
}
.anthem .story .anthem-story {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  -o-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective-origin: 50% 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .anthem .story {
    top: 60px;
  }
}
body.anthem-story-view {
  overflow: hidden;
}
.anthem .story .side-nav {
  z-index: 4;
  position: absolute;
  bottom: 5em;
  width: 100%;
  height: 0;
}
.anthem .story .side-nav.inside-mode .side-inside {
  display: none;
}
.anthem .story .side-nav.inside-mode .side-outside .main {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.anthem .story .side-nav.inside-mode .side-outside .back {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.anthem .story .side-nav.outside-mode .side-outside {
  display: none;
}
.anthem .story .side-nav.outside-mode .side-inside .main {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.anthem .story .side-nav.outside-mode .side-inside .back {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.anthem .story .side-nav .arrow {
  display: block;
  width: 40px;
  height: 33px;
  float: left;
}
.anthem .story .side-nav .side-inside,
.anthem .story .side-nav .side-outside {
  float: left;
  margin-left: 20px;
  display: block;
  width: 110px;
  height: 100px;
  cursor: pointer;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.anthem .story .side-nav .side-inside:hover,
.anthem .story .side-nav .side-outside:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.anthem .story .side-nav .side-inside .main,
.anthem .story .side-nav .side-outside .main,
.anthem .story .side-nav .side-inside p,
.anthem .story .side-nav .side-outside p {
  display: block;
  position: relative;
  width: 70px;
  float: left;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  font-family: "intel-clear-headline", impact, sans-serif;
  line-height: .9;
  letter-spacing: .029em;
  color: #bbbbbb;
  text-align: left;
}
.anthem .story .side-nav .side-inside .main span,
.anthem .story .side-nav .side-outside .main span,
.anthem .story .side-nav .side-inside p span,
.anthem .story .side-nav .side-outside p span {
  font-size: 22px;
}
.anthem .story .side-nav .side-inside .main,
.anthem .story .side-nav .side-outside .main {
  height: 0;
  margin: 0;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}
.anthem .story .side-nav .side-inside .back,
.anthem .story .side-nav .side-outside .back {
  top: 5px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  font-size: 22px;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}
.anthem .story .side-nav .side-outside {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
.anthem .story .side-nav .side-outside .arrow {
  position: relative;
  left: -10px;
  float: right;
  background: url('../../asset/anthem/story/side-nav-arrow-right.png') no-repeat center center;
}
.anthem .story .side-nav .side-outside .main,
.anthem .story .side-nav .side-outside p {
  font-size: 21px;
  margin-right: 0;
  text-align: right;
}
.anthem .story .side-nav .side-outside .main span,
.anthem .story .side-nav .side-outside p span {
  font-size: 20px;
}
.anthem .story .side-nav .side-outside .back {
  float: right;
}
.anthem .story .side-nav .side-inside .arrow {
  left: 3px;
  position: relative;
  background: url('../../asset/anthem/story/side-nav-arrow-left.png') no-repeat center center;
}
.anthem .story .close {
  z-index: 4;
}
.anthem .story .close.btn {
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: none;
  background-color: #0071c5;
  width: 40px;
  height: 40px;
  padding: 10px;
  min-width: 20px;
}
.anthem .story .close.btn span {
  display: inline-block;
  background-image: url(../asset/image/sprite-icons.png);
  background-position: -234px -324px;
  width: 20px;
  height: 20px;
  background-image: url(../../asset/image/sprite-icons.png);
}
.anthem .story .close.btn:hover span {
  background-image: url(../asset/image/sprite-icons.png);
  background-position: -575px -520px;
  width: 20px;
  height: 20px;
  background-image: url(../../asset/image/sprite-icons.png);
}
.anthem .story .close.btn:active {
  right: 0;
  left: auto;
  top: 0;
}
.anthem .story .dot-nav {
  z-index: 4;
  position: absolute;
  bottom: 3em;
  width: 100%;
  height: 0;
  margin-bottom: 1.5em;
}
.anthem .story .dot-nav ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.anthem .story .dot-nav li {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-color: #f3f3f3;
  background: rgba(243, 243, 243, 0.5);
  border-radius: 50%;
  padding: 0;
}
.anthem .story .dot-nav li:hover,
.anthem .story .dot-nav li.active {
  background: #00AEEF;
}
.anthem .story .related-stories {
  background-color: #05132d;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.anthem .story .related-stories [data-related-stories-button] {
  color: #f3f3f3;
}
.anthem .story .related-stories.active {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
  background: rgba(5, 19, 45, 0.9);
}
.anthem .story .related-stories.active .related-story {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 2em;
  border-color: transparent;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.anthem .story .related-stories.active .related-story p {
  color: #f3f3f3;
}
.anthem .story .related-stories .related-story {
  display: none;
  border: 4px solid #05132d;
  position: relative;
  width: auto;
  cursor: pointer;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.anthem .story .related-stories .related-story:hover,
.anthem .story .related-stories .related-story.selected {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 4px solid #00AEEF;
}
.anthem .story .related-stories .related-story.selected {
  cursor: inherit;
  pointer-events: none;
}
.anthem .story .related-stories p {
  position: relative;
  width: 100%;
  top: .5em;
  color: #bbbbbb;
  font-size: .8em;
}
@media screen and (min-width: 768px) {
  .anthem .story .close.btn {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .anthem .story .side-nav {
    bottom: auto;
    top: 35%;
  }
  .anthem .story .side-nav .side-inside,
  .anthem .story .side-nav .side-outside {
    width: 125px;
  }
  .anthem .story .side-nav .side-inside .main,
  .anthem .story .side-nav .side-outside .main,
  .anthem .story .side-nav .side-inside p,
  .anthem .story .side-nav .side-outside p {
    top: 20px;
    font-size: 30px;
  }
  .anthem .story .side-nav .side-inside .main span,
  .anthem .story .side-nav .side-outside .main span,
  .anthem .story .side-nav .side-inside p span,
  .anthem .story .side-nav .side-outside p span {
    font-size: 28px;
  }
  .anthem .story .side-nav .side-inside .back,
  .anthem .story .side-nav .side-outside .back {
    font-size: 30px;
    top: 34px;
  }
  .anthem .story .side-nav .side-inside .main,
  .anthem .story .side-nav .side-inside p {
    font-size: 28px;
  }
  .anthem .story .side-nav .side-inside .main span,
  .anthem .story .side-nav .side-inside p span {
    font-size: 34px;
  }
  .anthem .story .side-nav .arrow {
    width: 50px;
    height: 99px;
  }
  .anthem .story .dot-nav {
    bottom: 8.5em;
    height: auto;
    margin-bottom: auto;
  }
  .anthem .story .dot-nav li {
    margin: 0 6px;
  }
  .anthem .story .related-stories {
    min-height: 120px;
  }
  .anthem .story .related-stories .related-story {
    display: inline-block;
  }
  .anthem .story .related-stories .related-story p {
    display: none;
  }
  .anthem .story .related-stories.active {
    display: block;
    position: fixed;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 3;
    background: #05132d;
  }
  .anthem .story .related-stories.active .related-story {
    display: inline-block;
    float: none;
    width: auto;
    text-align: inherit;
    margin-top: 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
  }
}
/**
 * Default Component positions in z-space for both z-indexing and translateZ
 *
 * !!!<RANT>!!! Z-indexing here is *very purposeful* to allow room for painless overrides. DO NOT
 * will-nilly add z-indeces all over the place like "all the other web developers" do. Don't. No.
 * Think. Then act. !!!</RANT>!!!
 **/
.anthem .anthem-story-layout {
  /*Component position overrides by component position*/
  /*Force flags give authors flexibility*/
}
.anthem .anthem-story-layout .content {
  z-index: 12;
}
.anthem .anthem-story-layout .content h1 {
  -webkit-transform: translateZ(120px);
  -moz-transform: translateZ(120px);
  -ms-transform: translateZ(120px);
  -o-transform: translateZ(120px);
  transform: translateZ(120px);
}
.anthem .anthem-story-layout .content h2 {
  -webkit-transform: translateZ(135px);
  -moz-transform: translateZ(135px);
  -ms-transform: translateZ(135px);
  -o-transform: translateZ(135px);
  transform: translateZ(135px);
}
.anthem .anthem-story-layout .content p {
  -webkit-transform: translateZ(130px);
  -moz-transform: translateZ(130px);
  -ms-transform: translateZ(130px);
  -o-transform: translateZ(130px);
  transform: translateZ(130px);
}
.anthem .anthem-story-layout .content .cta-item {
  -webkit-transform: translateZ(135px);
  -moz-transform: translateZ(135px);
  -ms-transform: translateZ(135px);
  -o-transform: translateZ(135px);
  transform: translateZ(135px);
}
.anthem .anthem-story-layout .anthem-story-image-copy {
  -webkit-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  -o-transform: translateZ(100px);
  transform: translateZ(100px);
  z-index: 8;
}
.anthem .anthem-story-layout .anthem-story-image-logo {
  -webkit-transform: translateZ(82px);
  -moz-transform: translateZ(82px);
  -ms-transform: translateZ(82px);
  -o-transform: translateZ(82px);
  transform: translateZ(82px);
  z-index: 6;
}
.anthem .anthem-story-layout .anthem-story-image-video {
  -webkit-transform: translateZ(70px);
  -moz-transform: translateZ(70px);
  -ms-transform: translateZ(70px);
  -o-transform: translateZ(70px);
  transform: translateZ(70px);
  z-index: 4;
}
.anthem .anthem-story-layout .anthem-story-image {
  -webkit-transform: translateZ(65px);
  -moz-transform: translateZ(65px);
  -ms-transform: translateZ(65px);
  -o-transform: translateZ(65px);
  transform: translateZ(65px);
  z-index: 2;
}
.anthem .anthem-story-layout .anthem-story-background {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
  z-index: 0;
}
.anthem .anthem-story-layout .position-0.anthem-story-image {
  -webkit-transform: translateZ(75px);
  -moz-transform: translateZ(75px);
  -ms-transform: translateZ(75px);
  -o-transform: translateZ(75px);
  transform: translateZ(75px);
  z-index: 3;
}
.anthem .anthem-story-layout .force-to-front {
  -webkit-transform: translateZ(100px) !important;
  -moz-transform: translateZ(100px) !important;
  -ms-transform: translateZ(100px) !important;
  -o-transform: translateZ(100px) !important;
  transform: translateZ(100px) !important;
  z-index: 10 !important;
}
.anthem .anthem-story-layout .force-to-back {
  -webkit-transform: translateZ(0) !important;
  -moz-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  -o-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  z-index: -1 !important;
}
@media screen and (min-width: 992px) {
  .anthem .anthem-story-layout {
    /*Component position overrides by component position*/
    /*Force flags give authors flexibility*/
  }
  .anthem .anthem-story-layout .content h1 {
    -webkit-transform: translateZ(240px);
    -moz-transform: translateZ(240px);
    -ms-transform: translateZ(240px);
    -o-transform: translateZ(240px);
    transform: translateZ(240px);
  }
  .anthem .anthem-story-layout .content h2 {
    -webkit-transform: translateZ(270px);
    -moz-transform: translateZ(270px);
    -ms-transform: translateZ(270px);
    -o-transform: translateZ(270px);
    transform: translateZ(270px);
  }
  .anthem .anthem-story-layout .content p {
    -webkit-transform: translateZ(260px);
    -moz-transform: translateZ(260px);
    -ms-transform: translateZ(260px);
    -o-transform: translateZ(260px);
    transform: translateZ(260px);
  }
  .anthem .anthem-story-layout .content .cta-item {
    -webkit-transform: translateZ(270px);
    -moz-transform: translateZ(270px);
    -ms-transform: translateZ(270px);
    -o-transform: translateZ(270px);
    transform: translateZ(270px);
  }
  .anthem .anthem-story-layout .anthem-story-image-copy {
    -webkit-transform: translateZ(200px);
    -moz-transform: translateZ(200px);
    -ms-transform: translateZ(200px);
    -o-transform: translateZ(200px);
    transform: translateZ(200px);
  }
  .anthem .anthem-story-layout .anthem-story-image-logo {
    -webkit-transform: translateZ(155px);
    -moz-transform: translateZ(155px);
    -ms-transform: translateZ(155px);
    -o-transform: translateZ(155px);
    transform: translateZ(155px);
  }
  .anthem .anthem-story-layout .anthem-story-image-video {
    -webkit-transform: translateZ(140px);
    -moz-transform: translateZ(140px);
    -ms-transform: translateZ(140px);
    -o-transform: translateZ(140px);
    transform: translateZ(140px);
  }
  .anthem .anthem-story-layout .anthem-story-image {
    -webkit-transform: translateZ(110px);
    -moz-transform: translateZ(110px);
    -ms-transform: translateZ(110px);
    -o-transform: translateZ(110px);
    transform: translateZ(110px);
  }
  .anthem .anthem-story-layout .anthem-story-background {
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    -o-transform: translateZ(40px);
    transform: translateZ(40px);
  }
  .anthem .anthem-story-layout .position-0.anthem-story-image {
    -webkit-transform: translateZ(130px);
    -moz-transform: translateZ(130px);
    -ms-transform: translateZ(130px);
    -o-transform: translateZ(130px);
    transform: translateZ(130px);
  }
  .anthem .anthem-story-layout .force-to-front {
    -webkit-transform: translateZ(230px) !important;
    -moz-transform: translateZ(230px) !important;
    -ms-transform: translateZ(230px) !important;
    -o-transform: translateZ(230px) !important;
    transform: translateZ(230px) !important;
  }
}
.anthem .anthem-story-layout {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  max-height: 550px;
}
.anthem .anthem-story-layout.active {
  z-index: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.anthem .anthem-story-layout [data-layout-component] {
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 60%;
}
.anthem .anthem-story-layout [data-layout-component] > img,
.anthem .anthem-story-layout [data-layout-component] .anthem-video-link-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.anthem .anthem-story-layout .content {
  position: absolute;
  top: 15%;
  left: 10%;
  right: auto;
  bottom: auto;
  width: 80%;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.anthem .anthem-story-layout .content h1 {
  font-size: 1em;
}
.anthem .anthem-story-layout .content h2 {
  font-size: 2em;
}
.anthem .anthem-story-layout .content p {
  font-size: .8em;
  margin-top: 1em;
}
.anthem .anthem-story-layout .content [data-layout-component] {
  position: relative;
  max-width: none;
}
.anthem .anthem-story-layout .anthem-story-background {
  max-height: 75%;
  height: 100%;
}
.anthem .anthem-story-layout .anthem-story-image {
  max-height: 40%;
  height: 100%;
}
.anthem .anthem-story-layout .anthem-story-image-video {
  max-height: 40%;
}
.anthem .anthem-story-layout .anthem-story-image-copy {
  width: 350px;
  height: 200px;
  background-color: #0071c5;
}
.anthem .anthem-story-layout .anthem-story-image-copy .cover {
  float: left;
  width: 150px;
  height: 100%;
  overflow: hidden;
  text-align: left;
}
.anthem .anthem-story-layout .anthem-story-image-copy .cover img {
  width: auto;
  height: 100%;
}
.anthem .anthem-story-layout .anthem-story-image-copy .image-copy-content {
  padding: 20px;
  float: left;
  width: 200px;
}
.anthem .anthem-story-layout .anthem-story-image-copy .image-copy-content h2,
.anthem .anthem-story-layout .anthem-story-image-copy .image-copy-content p {
  color: #FFF;
  font-size: 1.5em;
  text-align: left;
}
.anthem .anthem-story-layout .anthem-story-image-copy .image-copy-content p {
  margin-top: 1em;
  font-size: 1em;
}
.anthem .anthem-story-layout .anthem-video-link {
  cursor: pointer;
}
.anthem .anthem-story-layout .anthem-video-link:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../asset/anthem/story/play.png");
  background-size: 100%;
  content: " ";
}
.anthem .anthem-story-layout .mobile-hide {
  display: none;
}
@media screen and (min-width: 480px) {
  .anthem .anthem-story-layout {
    max-height: 600px;
  }
  .anthem .anthem-story-layout .content p {
    font-size: .9em;
  }
}
@media screen and (min-width: 768px) {
  .anthem .anthem-story-layout .content h1 {
    font-size: 1.25em;
  }
  .anthem .anthem-story-layout .content h2 {
    font-size: 3.25em;
  }
  .anthem .anthem-story-layout .mobile-hide {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .anthem .anthem-story-layout .anthem-story-image-copy .image-copy-content h2,
  .anthem .anthem-story-layout .anthem-story-image-copy .image-copy-content p {
    font-size: 2.5em;
  }
  .anthem .anthem-story-layout .anthem-story-image-copy .image-copy-content p {
    margin-top: 1em;
    font-size: 1em;
  }
  .anthem .anthem-story-layout .anthem-story-background {
    left: 50%;
  }
  .anthem .anthem-story-layout .anthem-story-image {
    max-width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .anthem .anthem-story-layout {
    max-width: 1100px;
    max-height: 700px;
  }
  .anthem .anthem-story-layout .content h1 {
    font-size: 1.5em;
  }
  .anthem .anthem-story-layout .content h2 {
    font-size: 4em;
  }
  .anthem .anthem-story-layout .content p {
    font-size: 1em;
  }
}
.no-preserve3d .anthem .anthem-story-layout .content h1 {
  font-size: 1.5em;
}
.no-preserve3d .anthem .anthem-story-layout .content h2 {
  font-size: 4em;
}
.no-preserve3d .anthem .anthem-story-layout .content p {
  margin-top: 1em;
  font-size: 1em;
}
.no-preserve3d .anthem .anthem-story-layout .wrapper-2d {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .no-preserve3d .anthem .anthem-story-layout {
    max-width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .no-preserve3d .anthem .anthem-story-layout {
    max-width: 80%;
  }
}
@media screen and (min-width: 1650px) {
  .no-preserve3d .anthem .anthem-story-layout {
    max-width: 80%;
  }
}
.anthem-story-layout.story-layout-0 .content {
  position: absolute;
  top: 45%;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  padding: 0 1em;
}
.anthem-story-layout.story-layout-0 .content h1 {
  -webkit-transform: translateZ(110px);
  -moz-transform: translateZ(110px);
  -ms-transform: translateZ(110px);
  -o-transform: translateZ(110px);
  transform: translateZ(110px);
  text-align: center;
  font-size: 3em;
  z-index: 3;
}
.anthem-story-layout.story-layout-0 .content h2 {
  -webkit-transform: translateZ(90px);
  -moz-transform: translateZ(90px);
  -ms-transform: translateZ(90px);
  -o-transform: translateZ(90px);
  transform: translateZ(90px);
  text-align: center;
  font-size: 1.5em;
  z-index: 2;
}
.anthem-story-layout.story-layout-0 .anthem-story-background {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .anthem-story-layout.story-layout-0 .anthem-story-background {
    top: 5%;
    max-height: 90%;
  }
}
@media screen and (min-width: 768px) {
  .anthem-story-layout.story-layout-0 .content {
    padding: 0 10em;
  }
  .anthem-story-layout.story-layout-0 .content h1 {
    font-size: 4em;
  }
  .anthem-story-layout.story-layout-0 .content h2 {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  .anthem-story-layout.story-layout-0 .content h1 {
    -webkit-transform: translateZ(200px);
    -moz-transform: translateZ(200px);
    -ms-transform: translateZ(200px);
    -o-transform: translateZ(200px);
    transform: translateZ(200px);
    font-size: 5em;
  }
  .anthem-story-layout.story-layout-0 .content h2 {
    -webkit-transform: translateZ(110px);
    -moz-transform: translateZ(110px);
    -ms-transform: translateZ(110px);
    -o-transform: translateZ(110px);
    transform: translateZ(110px);
    font-size: 2.25em;
  }
  .anthem-story-layout.story-layout-0 .anthem-story-background {
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    -o-transform: translateZ(40px);
    transform: translateZ(40px);
  }
}
@media screen and (min-width: 1200px) {
  .anthem-story-layout.story-layout-0 .content h1 {
    font-size: 6em;
  }
  .anthem-story-layout.story-layout-0 .content h2 {
    font-size: 2.75em;
  }
}
.anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-0,
.anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-1 {
  top: 60%;
  left: 20%;
  right: auto;
  bottom: auto;
}
.anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-2 {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
@media screen and (min-width: 480px) {
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-0,
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-1 {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .anthem .anthem-story-layout.story-layout-1 .content {
    top: 45%;
    right: 10%;
    left: auto;
    bottom: auto;
    width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-0 {
    top: 40%;
    right: 43%;
    left: auto;
    bottom: auto;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-1 {
    top: 15%;
    right: 38%;
    left: auto;
    bottom: auto;
    max-width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-2 {
    top: 12%;
    left: 52%;
    right: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .anthem .anthem-story-layout.story-layout-1 .content {
    width: 35%;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-0 {
    top: 45%;
    right: 43%;
    left: auto;
    bottom: auto;
    max-width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-1 {
    top: 10%;
    right: 42%;
    left: auto;
    bottom: auto;
    max-width: 33%;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-2 {
    top: 5%;
    left: 50%;
    right: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .anthem .anthem-story-layout.story-layout-1 .content {
    top: 50%;
    right: 10%;
    left: auto;
    bottom: auto;
    width: 35%;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-0 {
    top: 40%;
    right: 43%;
    left: auto;
    bottom: auto;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-1 {
    top: 10%;
    right: 38%;
    left: auto;
    bottom: auto;
    max-width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-1 [data-layout-component].position-2 {
    top: 10%;
    left: 55%;
    right: auto;
    bottom: auto;
  }
}
.anthem .anthem-story-layout.story-layout-2 .content {
  text-align: right;
}
.anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-0 {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  max-width: 50%;
}
.anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-1,
.anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-2 {
  top: 60%;
  left: 20%;
}
@media screen and (min-width: 480px) {
  .anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-1,
  .anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-2 {
    top: 50%;
  }
}
@media screen and (min-width: 992px) {
  .anthem .anthem-story-layout.story-layout-2 .content {
    top: 43%;
    left: 10%;
    right: auto;
    bottom: auto;
    width: 35%;
  }
  .anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-0 {
    top: 3%;
    right: 40%;
    left: auto;
    bottom: auto;
  }
  .anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-1 {
    top: 15%;
    left: 45%;
    right: auto;
    bottom: auto;
  }
  .anthem .anthem-story-layout.story-layout-2 [data-layout-component].position-2 {
    top: 45%;
    left: 55%;
    right: auto;
    bottom: auto;
  }
}
.anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-0,
.anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-1 {
  top: 60%;
  left: 20%;
  right: auto;
  bottom: auto;
}
.anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-2 {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
@media screen and (min-width: 480px) {
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-0,
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-1 {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .anthem .anthem-story-layout.story-layout-3 .content {
    top: 40%;
    right: 10%;
    left: auto;
    width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-0 {
    top: 42%;
    right: 50%;
    max-width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-1 {
    top: 15%;
    right: 35%;
    left: auto;
    max-width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-2 {
    top: 12%;
    left: 50%;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  .anthem .anthem-story-layout.story-layout-3 .content {
    top: 50%;
    width: 35%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-0 {
    top: 46%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-1 {
    top: 3%;
    right: 28%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-2 {
    top: 5%;
    left: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-0 {
    top: 42%;
    right: 55%;
    max-width: 50%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-1 {
    top: 5%;
    right: 32%;
    max-width: 50%;
  }
  .anthem .anthem-story-layout.story-layout-3 [data-layout-component].position-2 {
    top: 10%;
    left: 55%;
  }
}
.anthem .anthem-story-layout.story-layout-4 .content {
  text-align: right;
}
.anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-0 {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  max-width: 50%;
}
.anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-1,
.anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-2 {
  top: 60%;
  left: 20%;
}
@media screen and (min-width: 480px) {
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-1,
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-2 {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .anthem .anthem-story-layout.story-layout-4 .content {
    top: 48%;
    left: 15%;
    right: auto;
    bottom: auto;
    width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-0 {
    top: 10%;
    right: 55%;
    left: auto;
    bottom: auto;
  }
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-1 {
    top: 17%;
    left: 37%;
    right: auto;
    bottom: auto;
    max-width: 40%;
  }
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-2 {
    top: 40%;
    left: 50%;
    right: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .anthem .anthem-story-layout.story-layout-4 .content {
    top: 50%;
    left: 10%;
    width: 35%;
  }
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-0 {
    top: 5%;
    right: 60%;
  }
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-1 {
    top: 12%;
  }
  .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-2 {
    top: 45%;
  }
}
@media screen and (min-width: 992px) {
  .no-preserve3d .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-1 {
    top: 22%;
    max-width: 55%;
  }
  .no-preserve3d .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-2 {
    top: 55%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .no-preserve3d .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-1 {
    top: 12%;
    max-width: 40%;
  }
  .no-preserve3d .anthem .anthem-story-layout.story-layout-4 [data-layout-component].position-2 {
    top: 50%;
    max-width: 35%;
  }
}
.lt-ie9 .anthem .grid .tile-link .tile-info {
  padding: 7px 15px;
  background: #0f406a;
  filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=95)";
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  -ms-opacity: 0.95;
  -o-opacity: 0.95;
  opacity: 0.95;
}
.lt-ie9 .anthem .grid .tile-link .tile-info .tile-cell {
  display: block;
}
.lt-ie9 .anthem .grid .video-component .video-container {
  display: block;
}
.lt-ie9 .anthem .grid .video-component .video-container .video-js {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .lt-ie9 .anthem .grid .tile.hover .tile-link,
  .lt-ie9 .anthem .grid .tile:hover .tile-link {
    text-align: center;
  }
  .lt-ie9 .anthem .grid .tile.hover .tile-link .tile-info,
  .lt-ie9 .anthem .grid .tile:hover .tile-link .tile-info {
    display: block;
    position: absolute;
    left: 0;
  }
  .lt-ie9 .anthem .grid .tile.hover .blade-image img,
  .lt-ie9 .anthem .grid .tile:hover .blade-image img {
    zoom: 1.1;
  }
}
.lt-ie9 .anthem .story .anthem-story-layout img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE8 */
  zoom: 1;
}
.lt-ie9 .modal-anthem.modal-video .modal-dialog {
  max-width: 68%;
  max-height: 75%;
}
.lt-ie9 .modal-anthem.modal-video .video-js .vjs-poster {
  display: block !important;
}
.lt-ie9 .modal-anthem.modal-video .video-js.vjs-has-started .vjs-poster {
  display: none !important;
}