/**
* Homepage Redesign
* The main SCSS file for Homepage Redesign.
*/
/*------------------------------------*\
    #Variables
\*------------------------------------*/
/*------------------------------------*\
    #Variables
    - Breakpoints
    - Pixel Values
    - Fonts
\*------------------------------------*/
/** Colors **/
/** Breakpoints **/
/** Pixel Values **/
/** Fonts **/
/* For Card Animation */
/*------------------------------------*\
    #Mixins
\*------------------------------------*/
/*------------------------------------*\
    #Mixins
    - Clearfix
    - Breakpoint
    - Overlay
    - Box Sizing
    - Text rendering
    - Create columns
    - Grid system
\*------------------------------------*/
/**
* @mixin clearfix
* Used to clear elements that are floated. Usually used within a container.
*
* @example
*   @include clearfix;
*/
/**
* @mixin breakpoint
* Used to define different styles per breakpoint.
*
* @param $minbp - the min-width for the breakpoint
* @param $maxbp (optional) - if you choose to do a range.
*
* @example
*   @include breakpoint(320px, $tablet-landscape) {
*       color: red;
*   }
*/
/**
* @mixin overlay
* Used to create an overlay.
*
* @example
*   @include overlay;
*/
/**
* @mixin boxSizing
* Used to add box sizing border-box to an element(s)
*
* @example
*   @include boxSizing;
*/
/**
* @mixin text-rendering
* Used to adjust the rendering of a font.
* Note: Not all browsers support this.
*
* @param $style - the type of rendering "smooth" makes type antialiased.
*
* @example
*   @include text-rendering("smooth");
*/
/**
* @mixin create-columns
* Can be used to create a column system.
*
* @param $state - the number to start your column system at, i.e 1
*
* @example
*   @include create-columns(1);
*/
/*
* @mixin grid
* Create a grid system.
*
* @param $cols - number of columns
* @param $gutter - px of margin between columns
* @param $children - class of children
* @example
*   @include grid($cols: 4, $gutter: 0, $children: ".related-content-item");
*/
/*
* @mixin horizontal-center
* Center element Horizontally
* @param $position- Element position type.  Defaults to relative;
* @example
*   @include horizontal-center();
*/
/*
* @mixin vertical-center
* Center element Vertically
* @param $position- Element position type.  Defaults to relative;
* @example
*   @include horizontal-center();
*/
/*
* @mixin box-middle
* Center element vertically and horizontally
* @example
*   @include horizontal-center();
*/
/*------------------------------------*\
    #Overrides
\*------------------------------------*/
.view1280 section header {
  margin: 0;
  width: auto;
}

.full-width #wrapper {
  width: 100%;
  overflow: hidden;
}
.full-width #content header {
  height: auto;
}
.full-width #content a,
.full-width #content a:hover,
.full-width #content a:focus,
.full-width #content a:active,
.full-width #content a:visited {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.full-width #content a:hover,
.full-width #content a:focus,
.full-width #content a:active,
.full-width #content a:visited {
  opacity: .7;
  color: white;
}

.full-width #content .dark-text-cta a:hover,
.full-width #content .dark-text-cta a:focus,
.full-width #content .dark-text-cta a:active,
.full-width #content .dark-text-cta a:visited {
  opacity: .7;
  color: black;
}

.full-width .owl-dots .owl-dot span {
  background: #e1e1e1;
  height: 14px;
  transition: all .2s linear;
  width: 14px;
}
.full-width .owl-dots .owl-dot.active span {
  background: #007fc3;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.full-width .owl-nav .owl-prev,
.full-width .owl-nav .owl-next {
  background: transparent;
  color: #007fc3;
  font-size: 22px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s ease;
}
.full-width .owl-nav .owl-prev:hover,
.full-width .owl-nav .owl-next:hover {
  background: transparent;
  color: #00355f;
  font-size: 25px;
}
.full-width .owl-nav .owl-prev {
  left: -5px;
}
@media (min-width: 1230px) {
  .full-width .owl-nav .owl-prev {
    left: -5px;
  }
}
.full-width .owl-nav .owl-next {
  right: -5px;
}
@media (min-width: 1230px) {
  .full-width .owl-nav .owl-next {
    right: 0;
  }
}

.full-width .owl-theme .owl-dots .owl-dot.active span {
  padding: 0;
}

.owl-carousel .owl-dot {
  cursor: pointer;
}

html.ie-10 .gs-v2 #content .card-flipper,
html.ie-11 .gs-v2 #content .card-flipper {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: auto;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-height: 100%;
  min-width: 0;
}
html.ie-10 .gs-v2 #content .card-flipper > div,
html.ie-11 .gs-v2 #content .card-flipper > div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: .5s;
}
html.ie-10 .gs-v2 #content .card-grid li.card-module,
html.ie-11 .gs-v2 #content .card-grid li.card-module {
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
html.ie-10 .gs-v2 #content .card-grid li.card-module.active .card-flipper,
html.ie-11 .gs-v2 #content .card-grid li.card-module.active .card-flipper {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
html.ie-10 .gs-v2 #content .card-grid li.card-module.active .card-front,
html.ie-11 .gs-v2 #content .card-grid li.card-module.active .card-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html.ie-10 .gs-v2 #content .card-grid li.card-module.active .card-back,
html.ie-11 .gs-v2 #content .card-grid li.card-module.active .card-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

html.ie-9 #content .card-grid .owl-theme.owl-carousel .owl-item {
  opacity: 1;
}
html.ie-9 #content .card-grid .owl-theme.owl-carousel .owl-item .card-front {
  height: 592px;
}
html.ie-9 #content .card-grid .owl-theme.owl-carousel .owl-item .hide-front-links .card-front {
  display: none;
}
html.ie-9 #content .card-grid .owl-theme.owl-carousel .owl-item .hide-front-links .card-back {
  background-color: #000;
  height: 592px;
  opacity: 1;
  position: static;
}

.ios-device .full-width .owl-nav .owl-prev:hover,
.ios-device .full-width .owl-nav .owl-next:hover,
.android-device .full-width .owl-nav .owl-prev:hover,
.android-device .full-width .owl-nav .owl-next:hover {
  background: transparent;
  color: #007fc3;
  font-size: 22px;
}

body.mobile.gs-v2 #content .card-module .toggle-flip:hover i,
body.mobile.gs-v2 #content .card-module .toggle-flip.reverse i,
body.isTablet.gs-v2 #content .card-module .toggle-flip:hover i,
body.isTablet.gs-v2 #content .card-module .toggle-flip.reverse i {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: none;
}

@-webkit-keyframes scaleFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scaleFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moreBounce {
  33.3% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  66.6% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  99.8% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moreBounce {
  33.3% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  66.6% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  99.8% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.gs-v2 #content {
  /*------------------------------------*\
      #Typography
      All typography related styles go in this file: headings, paragraphy copy etc...
  \*------------------------------------*/
  /*------------------------------------*\
      #Mixins
  \*------------------------------------*/
  /*------------------------------------*\
      #Mixins
      - Clearfix
      - Breakpoint
      - Overlay
      - Box Sizing
      - Text rendering
      - Create columns
      - Grid system
  \*------------------------------------*/
  /**
  * @mixin clearfix
  * Used to clear elements that are floated. Usually used within a container.
  *
  * @example
  *   @include clearfix;
  */
  /**
  * @mixin breakpoint
  * Used to define different styles per breakpoint.
  *
  * @param $minbp - the min-width for the breakpoint
  * @param $maxbp (optional) - if you choose to do a range.
  *
  * @example
  *   @include breakpoint(320px, $tablet-landscape) {
  *       color: red;
  *   }
  */
  /**
  * @mixin overlay
  * Used to create an overlay.
  *
  * @example
  *   @include overlay;
  */
  /**
  * @mixin boxSizing
  * Used to add box sizing border-box to an element(s)
  *
  * @example
  *   @include boxSizing;
  */
  /**
  * @mixin text-rendering
  * Used to adjust the rendering of a font.
  * Note: Not all browsers support this.
  *
  * @param $style - the type of rendering "smooth" makes type antialiased.
  *
  * @example
  *   @include text-rendering("smooth");
  */
  /**
  * @mixin create-columns
  * Can be used to create a column system.
  *
  * @param $state - the number to start your column system at, i.e 1
  *
  * @example
  *   @include create-columns(1);
  */
  /*
  * @mixin grid
  * Create a grid system.
  *
  * @param $cols - number of columns
  * @param $gutter - px of margin between columns
  * @param $children - class of children
  * @example
  *   @include grid($cols: 4, $gutter: 0, $children: ".related-content-item");
  */
  /*
  * @mixin horizontal-center
  * Center element Horizontally
  * @param $position- Element position type.  Defaults to relative;
  * @example
  *   @include horizontal-center();
  */
  /*
  * @mixin vertical-center
  * Center element Vertically
  * @param $position- Element position type.  Defaults to relative;
  * @example
  *   @include horizontal-center();
  */
  /*
  * @mixin box-middle
  * Center element vertically and horizontally
  * @example
  *   @include horizontal-center();
  */
  /**
  * Icons
  * Set of clases generated from Icomoon.
  * Please use the JSON file located in ../fonts
  */
  /* Animation Direction */
  /* Card Flip */
}
div.owl-item li.card-module i {
  color: #000;
}
div.owl-item li.card-module i:hover {
  color: #444;
}
.gs-v2 #content .eyebrow-link {
  color: #2f6eb6;
  display: block;
  font-family: 'Univers LT W01 65 Bold';
  font-size: 11px;
}
@media (min-width: 768px) {
  .gs-v2 #content .eyebrow-link {
    font-size: 14px;
  }
}
.gs-v2 #content #announcements {
  *zoom: 1;
  position: relative;
}
.gs-v2 #content #announcements:before,
.gs-v2 #content #announcements:after {
  content: ' ';
  display: table;
}
.gs-v2 #content #announcements:after {
  clear: both;
}
.gs-v2 #content #announcements .row {
  display: inline-block;
  position: relative;
}
.gs-v2 #content #announcements .row.col-1,
.gs-v2 #content #announcements .row.col-2 {
  width: 100%;
}
.gs-v2 #content #announcements .row.col-1 .col,
.gs-v2 #content #announcements .row.col-2 .col {
  max-width: 770px;
  width: 100%;
}
@media (min-width: 768px) {
  .gs-v2 #content #announcements .row.col-2 .col {
    padding-right: 4%;
    width: 40%;
  }
  .gs-v2 #content #announcements .row.col-2:after {
    border-left: 1px solid rgba(148, 148, 148, .3);
    content: '';
    display: block;
    height: 85%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .gs-v2 #content #announcements .row.col-1 .col {
    left: 50%;
    position: relative;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.gs-v2 #content #announcements .card-module {
  margin: 40px 0 40px 0;
}
.gs-v2 #content #announcements .card-module p {
  font-size: 15px;
}
@media (min-width: 768px) {
  .gs-v2 #content #announcements .card-module {
    float: left;
    margin-top: 25px;
    padding-top: 15px;
  }
}
@media (min-width: 1230px) {
  .gs-v2 #content #announcements .card-module .heading {
    margin-bottom: 20px;
  }
}
.gs-v2 #content #announcements .card-module + .card-module {
  border-top: 1px solid rgba(148, 148, 148, .3);
  padding-top: 40px;
}
@media (min-width: 768px) {
  .gs-v2 #content #announcements .card-module + .card-module {
    border-top: none;
    float: right;
    padding-top: 15px;
  }
}
.gs-v2 #content #announcements .card-module .topics {
  display: inline;
  font-size: 10px;
}
@media (min-width: 768px) {
  .gs-v2 #content #announcements .card-module .topics {
    font-size: 13px;
  }
}
.gs-v2 #content #social-feed-module {
  background-color: #f1f1f1;
  min-height: 250px;
  padding: 50px 0;
  position: relative;
}

.gs-v2 #content #social-feed-module p.head-social-feed-module {
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
  margin-top: -1%;
}

.gs-v2 #content #social-feed-module .error-state {
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .error-state {
    height: 340px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
}
.gs-v2 #content #social-feed-module .error-state .ui-alert {
  color: #2f6eb6;
  font-size: 33px;
}
.gs-v2 #content #social-feed-module .error-state .error-message {
  font: normal 16px/1.5 'UniversLTStdXBlack';
  margin-top: 1em;
  text-transform: none;
  aria-live: polite;
}
.gs-v2 #content #social-feed-module .error-state .error-instruction {
  color: #9f9f9f;
  font: 14px/1 'UniversLTW01-55Oblique';
  aria-live: polite;
}
.gs-v2 #content #social-feed-module .social-feed-carousel {
  padding: 0 25px;
  width: auto;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .social-feed-carousel {
    padding: 0 25px 0 56px;
  }
}
.gs-v2 #content #social-feed-module .social-feed-carousel .owl-item.cloned {
  visibility: hidden;
}
.gs-v2 #content #social-feed-module .social-feed-carousel .owl-item.cloned.active {
  visibility: visible;
}
.gs-v2 #content #social-feed-module .social-item {
  width: 100%;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .social-item {
    max-width: 287px;
  }
}
@media (min-width: 1230px) {
  .gs-v2 #content #social-feed-module .social-item {
    max-width: 309px;
  }
}
.gs-v2 #content #social-feed-module .social-item .heading {
  padding: 1px 0 1px 28px;
  position: relative;
}
.gs-v2 #content #social-feed-module .social-item .heading .ui-twitter {
  color: #55acee;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gs-v2 #content #social-feed-module .social-item .heading .display-name {
  color: #000;
  font: 13px/1.2 'Univers LT W01 65 Bold';
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 3px;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.gs-v2 #content #social-feed-module .social-item .heading .display-name else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .social-item .heading .display-name {
    font-size: 16px;
  }
}
.gs-v2 #content #social-feed-module .social-item .heading .screen-name {
  color: #2f6eb6;
  font: 13px/1.1 'Univers LT W01 55 Roman';
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .social-item .heading .screen-name {
    font-size: 14px;
  }
}
.gs-v2 #content #social-feed-module .social-item .heading .screen-name:hover,
.gs-v2 #content #social-feed-module .social-item .heading .screen-name:active {
  color: #00355f;
}
.gs-v2 #content #social-feed-module .social-item .heading time {
  color: #9f9f9f;
  font: 11px/1 'UniversLTW01-55Oblique';
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .social-item .heading time {
    font-size: 14px;
  }
}
.gs-v2 #content #social-feed-module .social-item p {
  color: #747576;
  font: 16px/1.4 'Univers LT W01 55 Roman';
  margin-top: 10px;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .social-item p {
    margin-top: 30px;
  }
}
.gs-v2 #content #social-feed-module .social-item .actions {
  margin-top: 20px;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item:first-child {
  margin-left: 0;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item svg {
  fill: #aab8c2;
  margin-right: 6px;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a {
  color: #828282;
  display: block;
  font: 13px/1.2 'Univers LT W01 55 Roman';
  position: relative;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.reply svg {
  height: 29px;
  width: 22px;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.reply:active {
  opacity: .5;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.retweet svg {
  height: 29px;
  width: 30px;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.retweet:hover svg,
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.retweet:active svg,
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.retweet.clicked svg {
  fill: #19cf86;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.retweet:active svg {
  opacity: .3;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.favorite svg {
  height: 29px;
  width: 22px;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.favorite:hover svg,
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.favorite:active svg,
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.favorite.clicked svg {
  fill: #e81c4f;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a.favorite:active svg {
  opacity: .5;
}
.gs-v2 #content #social-feed-module .social-item .actions .action-item a span {
  display: inline-block;
  position: relative;
  top: -11px;
}
.gs-v2 #content #social-feed-module .social-item .follow-btn {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .gs-v2 #content #social-feed-module .social-item .follow-btn {
    margin-top: 30px;
  }
}
.gs-v2 #content #social-feed-module .social-item .follow-btn .twitter-follow-button {
  visibility: hidden;
}
.gs-v2 #content #careers {
  height: 630px;
  max-height: 630px;
  margin-bottom: -1%;
}
@media (min-width: 1024px) {
  .gs-v2 #content #careers {
    height: 643px;
    max-height: 643px;
  }
}
@media (min-width: 1230px) {
  .gs-v2 #content #careers {
    height: 563px;
    max-height: 563px;
  }
}
.gs-v2 #content #careers .actions {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .actions {
    -webkit-align-self: inherit;
    align-self: inherit;
    -ms-flex-item-align: inherit;
    max-width: none;
    width: auto;
  }
}
.gs-v2 #content #careers .text {
  height: auto;
  top: 60px;
}
/*@media (min-width: 1024px) {
  .gs-v2 #content #careers .text {
    margin-left: -500px;
    max-width: 1000px;
  }
}*/
/*@media (min-width: 768px) {
  .gs-v2 #content #careers .text p {
    max-width: 34em;
  }
}*/
.gs-v2 #content #careers .touts-carousel {
  bottom: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1230px) {
  .gs-v2 #content #careers .touts-carousel {
    width: 1180px;
  }
}
.gs-v2 #content #careers .tout-item {
  background-color: #fff;
  float: left;
  height: 162px;
  position: relative;
  width: 290px;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .tout-item {
    height: 207px;
    width: 370px;
  }
}
.gs-v2 #content #careers .tout-item .eyebrow-link {
  margin: 15px 0 0 15px;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .tout-item .eyebrow-link {
    margin: 25px 0 0 30px;
  }
}
.gs-v2 #content #careers .tout-item .eyebrow-link:hover,
.gs-v2 #content #careers .tout-item .eyebrow-link:active {
  color: #00355f;
}
.gs-v2 #content #careers .tout-item .tout-text {
  bottom: 13px;
  display: block;
  left: 15px;
  padding-right: 15px;
  position: absolute;
  text-align: left;
  z-index: 1;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .tout-item .tout-text {
    bottom: 28px;
    left: 30px;
  }
}
@media (min-width: 1024px) {
  .gs-v2 #content #careers .tout-item .tout-text {
    padding-right: 30px;
  }
}
.gs-v2 #content #careers .tout-item .tout-text a {
  color: #fff;
  display: block;
  font-family: 'Univers LT W01 65 Bold';
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .tout-item .tout-text a {
    margin-top: 20px;
  }
}
.gs-v2 #content #careers .tout-item .tout-text a.read-more-link {
  color: #2f6eb6;
}
.gs-v2 #content #careers .tout-item .tout-text a.read-more-link:hover,
.gs-v2 #content #careers .tout-item .tout-text a.read-more-link:active {
  color: #00355f;
}
.gs-v2 #content #careers .tout-item .tout-text a:hover,
.gs-v2 #content #careers .tout-item .tout-text a:active {
  color: #b5b5b5;
}
.gs-v2 #content #careers .tout-item .tout-text h3 a {
  color: #000;
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .tout-item .tout-text h3 a {
    font-size: 19px;
  }
}
.gs-v2 #content #careers .tout-item .tout-text h3 a:hover,
.gs-v2 #content #careers .tout-item .tout-text h3 a:active {
  color: #444;
}
.gs-v2 #content #careers .tout-item .tout-text h3 {
  margin-top: 0;
}
.gs-v2 #content #careers .tout-item .tout-text time {
  color: #747576;
  display: block;
  font-family: 'Univers LT W01 55 Roman';
  font-size: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .tout-item .tout-text time {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.gs-v2 #content #careers .tout-item .tout-text .article-link p {
  color: #2f6eb6;
  font-family: 'Univers LT W01 65 Bold';
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .gs-v2 #content #careers .tout-item .tout-text .article-link p {
    font-size: 11px;
  }
}
.gs-v2 #content #careers .tout-item.tout-image {
  background-color: #000;
}
.gs-v2 #content #careers .tout-item.tout-image img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.gs-v2 #content #careers .tout-item.tout-image .tout-text {
  padding: 0;
}
.gs-v2 #content #careers .tout-item.tout-image .tout-text h3 a {
  color: #fff;
  max-width: 50%;
}
.gs-v2 #content #careers .tout-item.tout-image .tout-text h3 a:hover,
.gs-v2 #content #careers .tout-item.tout-image .tout-text h3 a:active {
  color: #e3e3e3;
}
.gs-v2 #content .card-grid {
  background: #F7F7FA;
  overflow: hidden;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-grid {
    padding: 40px 0 120px;
  }
  section.card-grid ul#cardGridItems li.card-module div.card-flipper figure.pulseImage img {
    min-width: 100%;
  }
}
@media (min-width: 1024px) {
  .gs-v2 #content .card-grid ul.row {
    margin: 0 auto;
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
  .gs-v2 #content .card-grid ul.row {
    /*max-width: 1200px;*/
    max-width: 1120px;
  }
}
.gs-v2 #content .card-grid time {
  margin-top: 20px;
}
.gs-v2 #content .card-grid .heading,
.gs-v2 #content .card-grid time,
.gs-v2 #content .card-grid p,
.gs-v2 #content .card-grid .topics {
  padding: 0 24px;
}
.gs-v2 #content .card-grid time {
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  color: #727375;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  line-height: 14px;
  margin-bottom: 20px;
}
.gs-v2 #content .card-grid .heading {
  margin-bottom: 12px;
}
.gs-v2 #content .card-grid .heading a {
  font-size: 26px !important;
  line-height: 26px;
  font-weight: 400;
  color: #212121;
}
.gs-v2 #content .card-grid .heading a:hover {
  color: black;
  opacity: .7;
}
.gs-v2 #content .card-grid p a {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 300;
  color: #000;
}
.gs-v2 #content .card-grid p {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-grid .heading,
  .gs-v2 #content .card-grid time,
  .gs-v2 #content .card-grid p,
  .gs-v2 #content .card-grid .topics {
    padding: 0 24px;
  }
}
.gs-v2 #content .card-grid li.card-module {
  background: none;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  -webkit-perspective: 2000;
  perspective: 2000;
  position: static;
}
.gs-v2 #content .card-grid li.card-module.active .card-flipper {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
@media (min-width: 1024px) {
  .gs-v2 #content .card-grid li.card-module {
    width: auto;
    max-width: 304px;
  }
}
@media (min-width: 1230px) {
  section.card-grid ul#cardGridItems li.card-module {
    margin: 0 auto;
  }
  .gs-v2 #content .card-grid li.card-module {
    max-width: 350px;
    -webkit-perspective: 1650;
    perspective: 1650;
  }
  .gs-v2 #content .card-grid li.card-module.hide-back-links .card-back a {
    visibility: hidden;
  }
  .gs-v2 #content .card-grid li.card-module.hide-front-links .card-front a {
    visibility: hidden;
  }
}
.gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-stage {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1230px) {
  .gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto !important;
  }
  section.card-grid ul#cardGridItems div.owl-stage {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-dots {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-dots {
    margin-top: 40px;
  }
}
.gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
@media (min-width: 1230px) {
  .gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-item {
    float: left;
    margin-bottom: 25px;
    opacity: 0;
    width: 33.3% !important;
  }
}
.gs-v2 #content .card-grid .owl-theme.owl-carousel .owl-item:nth-of-type(n+7) {
  margin-bottom: 0;
}
@media (min-width: 1230px) {
  .gs-v2 #content .anim-dir-forwards .owl-item,
  .gs-v2 #content .anim-dir-reverse .owl-item {
    -webkit-animation: scaleFadeIn .5s 1s forwards 1 linear;
    animation: scaleFadeIn .5s 1s forwards 1 linear;
  }
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(1) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(2) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(3) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(4) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(5) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(6) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(7) {
  -webkit-animation-delay: 3.15s;
  animation-delay: 3.15s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(8) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.gs-v2 #content .anim-dir-forwards .owl-item:nth-child(9) {
  -webkit-animation-delay: 4.05s;
  animation-delay: 4.05s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(1) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(2) {
  -webkit-animation-delay: 3.15s;
  animation-delay: 3.15s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(3) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(4) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(5) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(6) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(7) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(8) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.gs-v2 #content .anim-dir-reverse .owl-item:nth-child(9) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.gs-v2 #content .card-flipper {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: .5s;
}
.gs-v2 #content .card-flipper .toggle-flip {
  display: block;
  cursor: pointer;
}
.gs-v2 #content .card-flipper > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gs-v2 #content .card-module .card-flipper .card-front {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 24px;
  position: relative;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  width: 100%;
  z-index: 2;
}
.gs-v2 #content .card-module .card-flipper .card-front .toggle-flip:hover {
  color: #00355f;
}
.gs-v2 #content .card-module .card-flipper .card-front time {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-module .card-flipper .card-front time {
    margin-bottom: 20px;
    margin-top: 24px;
  }
}
.gs-v2 #content .card-module .card-flipper .card-front p > a > i,
.gs-v2 #content .card-module .card-flipper .card-front p > a,
.gs-v2 #content .card-module .card-flipper .card-front p {
  color: #000;
}

@media (min-width: 768px) {
  .gs-v2 #content .card-module .card-flipper .card-front h5 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (min-width: 1230px) {
  .gs-v2 #content .card-module .card-flipper .card-front h6 {
    margin-bottom: 10px;
  }
}

.gs-v2 #content .card-module .card-flipper .card-front a figure.pulseImage{
  margin: 0;
}
.gs-v2 #content .card-module .card-flipper .card-back {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  width: 100%;
}
.gs-v2 #content .card-module .card-flipper .card-back .inner {
  padding: 25px 25px 0 25px;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-module .card-flipper .card-back .inner {
    padding: 35px 30px 30px 35px;
  }
}
.gs-v2 #content .card-module .card-flipper .card-back h4 {
  color: #666;
  font: 10px/1 'Univers LT W01 65 Bold', sans-serif;
  letter-spacing: 1px;
  margin: 0 0 11px 0;
  text-transform: uppercase;
}
@media (min-width: 1230px) {
  .gs-v2 #content .card-module .card-flipper .card-back h4 {
    font-size: 11px;
  }
}
.gs-v2 #content .card-module .card-flipper .card-back h5 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-module .card-flipper .card-back h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
.gs-v2 #content .card-module .card-flipper .card-back h6 {
  color: #3f85d5;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-module .card-flipper .card-back h6 {
    font-size: 22px;
  }
}
.gs-v2 #content .card-module .card-flipper .card-back h6 a {
  color: inherit;
}
.gs-v2 #content .card-module .card-flipper .card-back a:not(.toggle-flip):hover {
  color: #b5b5b5;
}
.gs-v2 #content .card-module .card-flipper .card-back time {
  color: #b5b5b5;
  margin-top: 0;
  padding: 0;
}
.gs-v2 #content .card-module .card-flipper .card-back .toggle-flip {
  color: #3f85d5;
  display: block;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-module .card-flipper .card-back .toggle-flip {
    padding: 30px;
  }
}
.gs-v2 #content .card-module .card-flipper .card-back .toggle-flip i {
  color: inherit;
}
.gs-v2 #content .card-module .card-flipper .card-back i:before {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gs-v2 #content .card-module .card-flipper .card-back i:before {
    font-size: 18px;
  }
}
.gs-v2 #content .card-module .card-flipper .card-back ul {
  margin: 15px 0 0 0;
}
.gs-v2 #content .card-module .card-flipper .card-back li {
  border-bottom: 1px solid #8b8b8b;
  padding: 25px 0;
}
.gs-v2 #content .card-module .card-flipper .card-back li:last-child {
  border: 0;
}
.gs-v2 #content #briefings {
  background-color: #e9e9e9;
  padding: 66px 0 56px 0;
}
.gs-v2 #content #briefings .briefings-logo {
  color: #000;
  font: bold 36px/1.1 Arial, sans-serif;
  margin: 0 0 25px 0;
  text-align: center;
}
.gs-v2 #content #briefings .briefings-logo span {
  color: #68a6d6;
  font-weight: 700;
}
.gs-v2 #content #briefings p {
  color: #747576;
  font: 16px/1.3 'UniversLTStdLight';
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .gs-v2 #content #briefings p {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .gs-v2 #content #briefings .fieldset {
    display: inline-block;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.gs-v2 #content #briefings .fieldset input {
  margin-bottom: 12px;
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
  .gs-v2 #content #briefings .fieldset input {
    margin-bottom: 30px;
    width: 290px;
  }
}
@media (min-width: 1230px) {
  .gs-v2 #content #briefings .fieldset input {
    margin: 0 10px 0 0;
  }
}
.gs-v2 #content #briefings .fieldset button {
  display: block;
  left: 50%;
  padding: 15px 18px 14px;
  position: relative;
  top: -2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .gs-v2 #content #briefings .fieldset button {
    width: 140px;
  }
}
@media (min-width: 1230px) {
  .gs-v2 #content #briefings .fieldset button {
    display: inline-block;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

body.interim-footer {
  min-width: 960px;
  overflow: scroll;
}

body.interim-footer header nav#main-nav{
  top: 0 !important;
}

@media (min-width: 960px) {
  body.interim-footer {
    min-width: 960px;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  body.interim-footer header nav#main-nav{
    top: 0;
  }
}

@media (min-width: 670px) {
  body.interim-footer header nav#main-nav{
    top: 0 !important;
  }
}

footer.footer-skin section nav.socialIcons a.facebook {
  background: url(/a/pgs/images/icn_FB.png) no-repeat center center;
  background-size: 100%;
}

.gs-v2 #content .card-grid .heading .toggle-flip i.more-dot {
  color: #b2b2b2;
}

#content .card-flipper b,
#content .card-flipper strong {
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", sans-serif;
}
@media all and (max-width: 767px) {
  .briefings .briefings__sign-up input {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cta-loader.input-type.inline.homepage {
  display: block;
  left: 50%;
  position: relative;
  top: -2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  width: 117px;
  height: 45px;
}
@media all and (min-width: 768px) {
  .cta-loader.input-type.inline.homepage {
    width: 140px;
    height: calc(1em + 28px);
  }
}
@media all and (min-width: 1230px) {
  .cta-loader.input-type.inline.homepage {
    vertical-align: top;
    display: inline-block;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}