/* Vendor
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

button:active,
button:focus {
  outline: 0;
  border: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Base
   ========================================================================== */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  margin: 0;
  padding: 0; }

body {
  background: #0b4faa;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNGZhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDFiM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #0b4faa 0%, #041b3a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0b4faa), color-stop(100%, #041b3a));
  background: -webkit-linear-gradient(left, #0b4faa 0%, #041b3a 100%);
  background: -ms-linear-gradient(left, #0b4faa 0%, #041b3a 100%);
  background: linear-gradient(to right, #0b4faa 0%, #041b3a 100%);
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  color: #414141;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%; }

.contentWrapper {
  max-width: 1040px;
  min-width: 1040px;
  padding: 0 40px;
  margin: 0 auto; }
  .contentWrapper:before, .contentWrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .contentWrapper:after {
    clear: both; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0; }

p, ul, ol, dl, blockquote {
  margin-bottom: 22px; }

h1, h2, h3, h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #e02725; }

h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -.08ex;
  margin-bottom: 22px; }

h3 {
  font-size: 24px;
	letter-spacing: -.08ex;
}

h3.caps {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 16px; }

a {
  color: #e02725; }

b, strong {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700; }

i, em {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-weight: 400; }

blockquote {
  font-size: 90%;
  text-indent: 0;
  padding: 22px 0;
  margin: 33px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf; }
  blockquote > *:last-child {
    margin-bottom: 0; }

.btn {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: #e02725;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #e02725;
  display: inline-block;
  padding: 5px 14px 3px 15px; }
  .btn:hover {
    color: #FFF;
    background-color: #e02725; }
  .btn.btn--alt {
    color: #0596cc;
    border-color: #0596cc;
}
    .btn.btn--alt:hover {
      color: #FFF;
      background-color: #0596cc; }
  .btn.btn--alt_2 {
    color: #63c5ee;
    border-color: #63c5ee; }
    .btn.btn--alt_2:hover {
      color: #FFF;
      background-color: #63c5ee; }
  .btn.btn--solid {
    border: none;
    background-color: #e02725;
    color: #FFF;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px; }
    .btn.btn--solid:hover {
      color: #FFF;
      background-color: #bfbfbf; }
      
        .btn.btn--solid-alt {
    border: none;
    background-color: #0596cc;
    color: #FFF;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px; }
    .btn.btn--solid-alt:hover {
      color: #FFF;
      background-color: #bfbfbf; }
      
      
      
  .btn.btn--light {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px;
    color: #FFF;
    border-color: #FFF; }
    
      .btn.btn--light:hover {
	background-color: white;
	    color: #b27f4b;
}

.playBtn {
  display: block;
  position: relative; }
  .playBtn:after {
    content: "";
    display: block;
    height: 38px;
    width: 52px;
    background: url(../img/btn_play.png) no-repeat 0 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .playBtn:hover:after {
    background-position: 0 -38px; }
  .playBtn img {
    display: block;
    position: relative;
    z-index: 1; }
  .playBtn.playBtn--large:after {
    height: 86px;
    width: 121px;
    background: url(../img/btn_play_large.png) no-repeat 0 0; }
  .playBtn.playBtn--large:hover:after {
    background-position: 0 -86px; }

img {
  display: inline-block;
  max-width: 100%; }

.bulletList {
  list-style: none;
	letter-spacing: -.07ex;
}
  .bulletList > li {
    position: relative;
	margin-top: 4px;
}
    .bulletList > li:before {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-style: normal;
      font-weight: 700;
      color: #63c5ee;
      content: '\203A';
      font-size: 16px;
      display: inline-block;
      margin-right: 5px; }

nav a {
  text-decoration: none; }
nav ul {
  margin: 0;
  padding: 0; }
nav li {
  list-style: none;
  padding: 0; }

/* Includes
   ========================================================================== */
.logo {
  display: block; }

.globalHeader:before, .globalHeader:after, .globalNav:before, .globalNav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.globalHeader:after, .globalNav:after {
  clear: both; }

.globalHeader {
  padding: 45px 0 38px 0;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 4; }

.globalHeader_logo {
  float: left; }

.globalNav {
  float: right; }

.globalMenu {
  text-align: right; }

.globalMenu_item {
  display: inline-block;
  padding: 20px 23px 0 23px; }
  .globalMenu_item:last-child {
    padding-right: 0; }

.globalMenu_link {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #036; }
  .globalMenu_link:hover, .globalMenu_link_is_active {
	font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #e02725; }

.globalFooter {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #FFF;
  padding-bottom: 30px;
  border-top: 10px solid #FFF;
  position: relative;
  z-index: 4; }
  .globalFooter a {
    color: #FFF; }
  .globalFooter:before {
    content: "";
    position: relative;
    display: block;
    height: 10px;
    top: -20px;
    background: #63c5ee; }

.globalFooter .siteMenu_item a:hover{
	color: #65c7f1;
}

.socialMenu_item,
.siteMenu_item {
  display: inline-block; }

.socialMenu {
  margin: 5px 0 10px 0; }

.socialMenu_link {
  display: block;
  height: 52px;
  width: 53px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.socialMenu_link--linkedin {
  background-image: url(../img/social_linkedin.png); }

.socialMenu_link--twitter {
  background-image: url(../img/social_twitter.png); }

.siteMenu {
  margin-bottom: 7px; }

.siteMenu_item {
  height: 15px;
  line-height: 15px;
  border-right: 1px solid #FFF; }
  .siteMenu_item:last-child {
    border-right: none; }

.siteMenu_item {
  padding: 0 10px 0 8px; }

.copyright {
  margin-bottom: 28px; }

/* Specifics
   ========================================================================== */
.page {
  background: #FFF;
  border-bottom: 10px solid #FFF;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
  width: 100%; }

.page_content {
  padding-top: 20px; }

.page_content--lightgrad {
  border-top: 10px solid #FFF;
  background: #FFF;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZWRmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d7edf3 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7edf3), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #d7edf3 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #d7edf3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d7edf3 0%, #ffffff 100%); }

.page_content--rule {
  border-top: 10px solid #e2e2e2; }

.page_content--rule_red {
  border-top: 10px solid #e02725; }

.page_section {
  padding-bottom: 47px; }

.page_section--rule {
  border-bottom: 1px solid #bfbfbf; }

.page_section--padtop {
  padding-top: 73px; }

.page_content--columns {
  padding-top: 62px; }
  .page_content--columns:before, .page_content--columns:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .page_content--columns:after {
    clear: both; }

.page_content--main {
  max-width: 650px;
  float: left; }

.page_content--main p {
	font-size: 14px;
	padding-bottom: 15px;
	margin-top: -10px;
}
.page_content--main h2{
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 800;
    color: #e02725;
    letter-spacing: -.08ex; }

.page_content--main h3{
	font-size: 18px;
}

.page_content--secondary {
  width: 220px;
  float: right; }

.secondaryMenu {
  font-size: 13px;
  line-height: 24px; }
  .secondaryMenu > .secondaryMenu_item {
    margin-left: -10px; }
    .secondaryMenu > .secondaryMenu_item:before {
      color: #e02725; }

.secondaryMenu--sub {
  padding: 3px 0 6px 20px; }

.secondaryMenu_link--primary {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700; }

.secondaryMenu_link--sub {
  color: #414141; }

.page_hero, .heroSlide_item {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important; }
  .page_hero .contentWrapper, .heroSlide_item .contentWrapper {
    display: table;
    height: 100%; }

.page_hero {
  height: 520px;
  background: #FFF;
  color: #FFF;
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }
  .page_hero .contentWrapper {
    display: table;
    height: 100%;
}

.heroSlide_content,
.page_hero_content {
  display: table-cell;
  vertical-align: middle; }
  
  .heroSlide_content,
.page_hero_content {
  display: table-cell;
  vertical-align: middle; }

.page_hero_content {
  text-align: right; }
  .page_hero_content > *:last-child {
    margin-bottom: 0; }
  .page_hero_content.page_hero_content--left {
    text-align: left;
	letter-spacing: -.05ex;
}

.page_hero_content--hidden {
  display: none; }

.page_hero_title {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 100px;
  color: #FFF;
  margin-bottom: 25px;
letter-spacing: -.08ex;
}

.page_hero_text {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  max-width: 680px;
  display: inline-block;
	letter-spacing: -.08ex;
}

.heroVideo {
  position: absolute;
  height: 430px;
  width: 756px;
  top: 50%;
  left: 50%;
  margin: -215px 0 0 -378px; }

.heroVideo_poster {
  display: block; }

.heroSlide, .heroSlide_item {
  position: relative;
  height: 520px;
  width: 100%; }

.heroSlide_item {
  position: absolute;
  top: 0; }

.heroSlide_content {
  color: #2976ae;
  padding-left: 535px; }

.heroSlide_content_title {
  color: #2976ae;
  font-size: 36px;
  line-height: 38px;
	letter-spacing: -.09ex;
}

.heroSlide_content_title2 {color: #fff;font-size: 72px;line-height: 28px;
	letter-spacing: -.15ex;
}

.heroSlide_content_body {color: #fff;font-size: 16px;line-height: 22px;}

.heroSlide_content_more2 {border-color: #fff;color: #fff;}

  .heroSlide_content_more2:hover {
    color: #2976ae;
    background-color: #FFF; }

.heroSlide_content_more {
  color: #2976ae;
  border-color: #2976ae; }
  .heroSlide_content_more:hover {
    color: #FFF;
    background-color: #2976ae; }

.heroSlide_nav .contentWrapper {
  position: relative;
  height: 0;
  margin-top: -260px;
  z-index: 300;
  width: 100%; }

.heroSlide_nav_arr {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf; }
  .heroSlide_nav_arr.heroSlide_nav_arr--light {
    border-color: #FFF; }

.heroSlide_nav_arr--left {
  left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.heroSlide_nav_arr--right {
  right: 10px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }

.heroSlide_pagination {
  position: absolute;
  bottom: -250px;
  left: 0;
  right: 0;
  z-index: 13; }
  .heroSlide_pagination .container {
    padding: 0; }
  .heroSlide_pagination ul {
    padding: 0;
    text-style: none;
    margin: 0 auto;
    width: 960px;
    text-align: center; }
  .heroSlide_pagination li {
    vertical-align: top;
    display: inline-block;
    padding: 0 5px 5px 1px; }
  .heroSlide_pagination a {
    height: 10px;
    width: 10px;
    background: #88afca;
    border-radius: 50%;
    text-indent: -9999px;
    display: block; }
    .heroSlide_pagination a:hover {
      background: #082f49; }
  .heroSlide_pagination .active a {
    background: #082f49; }

.page_header {
  position: relative;
  height: 80px;
  background: #e02725;
  color: #FFF;
  position: relative; }
  .page_header .contentWrapper {
    position: relative;
    height: 100%; }

.page_header--hidden {
  display: none; }

.page_title {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
  font-style: normal;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 44px;
  position: absolute;
  left: 40px;
  bottom: -8px;
  margin: 0;
	letter-spacing: -.08ex;
}

.leadIn:before, .leadIn:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.leadIn:after {
  clear: both; }

.leadIn_row {
  display: table;
  margin-bottom: 40px; }
  .leadIn_row:last-child {
    margin-bottom: 0; }

.leadIn_item {
  display: table-cell;
  position: relative;
  width: 50%;
  padding: 0 40px 55px 40px;
  text-align: center; }

.leadIn_title {
  margin: 18px 0 12px 0;
  clear: both; }
  .leadIn_title.leadIn_title--alt {
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: -1px; }

.leadIn_link {
  color: #c71f26;
  text-decoration: none;
	letter-spacing: -.06ex;
}
  .leadIn_link.leadIn_link--alt {
    color: #0596cc; }
    .leadIn_link.leadIn_link--alt:hover {
      color: #e02725; }
  .leadIn_link.leadIn_link--alt_2 {
    color: #63c5ee; }
    .leadIn_link.leadIn_link--alt_2:hover {
      color: #e02725; }

.leadIn_text {
  margin: 0;
  line-height: 20px;
	letter-spacing: -.07ex;
	font-size: 15px;
}

.leadIn_more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .leadIn_more .leadIn_more--alt_2 {
    color: #63c5ee;
    border-color: #63c5ee; }

.callout {
  text-align: center;
  padding-top: 40px;
	letter-spacing: -.1ex;
}
  .callout > * {
    max-width: 820px;
    margin: 0 auto; }
  .callout > *:last-child {
    margin-bottom: 0; }

.callout_title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #0596cc;
  font-size: 53px;
  line-height: 52px;
  margin-bottom: 19px;
	letter-spacing: -.15ex;
}
  .callout_title.callout_title--light {
    color: #63c5ee; }
  .callout_title.callout_title--alt {
    color: #00adc7; }
  .callout_title.callout_title--alt_2 {
    color: #e02725; }
  .callout_title.callout_title--dark {
    color: #036; }
  .callout_title.callout_title--cond {
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-top: 12px; }
  .callout_title.callout_title--black, .callout_title.callout_title--black_dark, .callout_title.callout_title--caps {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 800;
    color: #e02725;
    letter-spacing: -.08ex; }
  .callout_title.callout_title--black, .callout_title.callout_title--black_dark {
    font-size: 44px;
	word-spacing: -.2ex;
}
  .callout_title.callout_title--black_dark {
    color: #036; }
  .callout_title.callout_title--caps {
    font-size: 43px;
    line-height: 48px;
    text-transform: uppercase;
	letter-spacing: -.1ex;
}

.callout_title--rule {
  padding-bottom: 22px;
  margin-bottom: 13px;
  position: relative; }
  .callout_title--rule:before, .callout_title--rule:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    width: 50%;
    bottom: -1px;
    opacity: 0.5; }
  .callout_title--rule:before {
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRjNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwYWRjNyIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFkYzciIHN0b3Atb3BhY2l0eT0iMC40NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0, 173, 199, 0) 0%, rgba(0, 173, 199, 0.46) 25%, rgba(0, 173, 199, 0.46) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 173, 199, 0)), color-stop(25%, rgba(0, 173, 199, 0.46)), color-stop(100%, rgba(0, 173, 199, 0.46)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 173, 199, 0) 0%, rgba(0, 173, 199, 0.46) 25%, rgba(0, 173, 199, 0.46) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(left, rgba(0, 173, 199, 0) 0%, rgba(0, 173, 199, 0.46) 25%, rgba(0, 173, 199, 0.46) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 173, 199, 0) 0%, rgba(0, 173, 199, 0.46) 25%, rgba(0, 173, 199, 0.46) 100%);
    /* W3C */ }
  .callout_title--rule:after {
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRjNyIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwYWRjNyIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFkYzciIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(0, 173, 199, 0.46) 0%, rgba(0, 173, 199, 0.46) 75%, rgba(0, 173, 199, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 173, 199, 0.46)), color-stop(75%, rgba(0, 173, 199, 0.46)), color-stop(100%, rgba(0, 173, 199, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 173, 199, 0.46) 0%, rgba(0, 173, 199, 0.46) 75%, rgba(0, 173, 199, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(left, rgba(0, 173, 199, 0.46) 0%, rgba(0, 173, 199, 0.46) 75%, rgba(0, 173, 199, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 173, 199, 0.46) 0%, rgba(0, 173, 199, 0.46) 75%, rgba(0, 173, 199, 0) 100%);
    /* W3C */ }

.callout_text {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
	letter-spacing: -.08ex;
	color: #7a7a7a;
}
  .callout_text.callout_text--alt {
    color: #00adc7; }

.callout_links {
  max-width: 600px;
  margin: 0 auto; }
  .callout_links:before, .callout_links:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .callout_links:after {
    clear: both; }

.callout_links_set {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 20px; }
  .callout_links_set a {
    color: #414141;
    text-decoration: none; }
    .callout_links_set a:hover {
      color: #e02725; }

.brandGrid {
  display: block;
  margin-bottom: 100px; }

.brandGrid_row:before, .brandGrid_row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.brandGrid_row:after {
  clear: both; }

.brandGrid_row--main > *:first-child {
  margin-left: 320px; }
.brandGrid_row--main:before {
  display: none !important; }

.brandGrid_row:before,
.brandGrid_row:after,
.brandGrid_item:before,
.brandGrid_item:after {
  content: "";
  display: block; }

.brandGrid_row:before,
.brandGrid_row:after {
  height: 1px;
  width: 50%;
  bottom: 0; }

.brandGrid_row:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.75) 100%);
  /* W3C */
  left: 0;
  margin-top: -1px; }

.brandGrid_row:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.75)), color-stop(75%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  margin-left: 50%; }

.brandGrid_row:last-child:after {
  display: none; }

.brandGrid_row:nth-child(2) .brandGrid_item:before,
.brandGrid_row:nth-child(2) .brandGrid_item:after {
  width: 1px;
  height: 250px;
  position: absolute;
  right: -1px;
  z-index: 3; }
.brandGrid_row:nth-child(2) .brandGrid_item:before {
  top: -100px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 25%, rgba(255, 255, 255, 0.46) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.46)), color-stop(100%, rgba(255, 255, 255, 0.46)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 25%, rgba(255, 255, 255, 0.46) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 25%, rgba(255, 255, 255, 0.46) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 25%, rgba(255, 255, 255, 0.46) 100%);
  /* W3C */ }
.brandGrid_row:nth-child(2) .brandGrid_item:after {
  top: 150px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0.6)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }
.brandGrid_row:nth-child(2) .brandGrid_item:last-child:before,
.brandGrid_row:nth-child(2) .brandGrid_item:last-child:after {
  display: none; }

.brandGrid_item {
  float: left;
  position: relative; }

.brandGrid_logo {
  display: block;
  position: relative;
  z-index: 2; }

.countryGrid {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-top: 40px; }
  .countryGrid:before, .countryGrid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .countryGrid:after {
    clear: both; }

.countryGrid_column {
  width: 25%;
  float: left;
  padding: 0 35px; }

.countryGrid_item {
  margin-bottom: 20px; }

.countryGrid_title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  padding: 0;
  margin: 0;
	letter-spacing: -.07ex;
}

.countryGrid_brands {
  padding: 0;
  margin: 0; }

.countryGrid_brands_item {
  padding: 0;
  margin: 0;
  list-style: none;
	letter-spacing: -.08ex;
}

.countryGrid_brands_item a {
    color: #414141;
    list-style: outside none under;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.companyFacts {
  display: table;
  width: 100%;
  padding-top: 9px; }

.companyFacts_item {
  display: table-cell;
  width: 20%;
  text-align: center;
  position: relative;
  border-right: 1px solid #d9d9d9;
  padding-top: 9px; }
  .companyFacts_item:last-child {
    border-right: none; }
  .companyFacts_item:after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    right: -1px;
    bottom: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(217, 217, 217, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 217, 217, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(217, 217, 217, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(217, 217, 217, 0) 0%, white 100%); }

.companyFacts span {
  display: block; }

.companyFacts_item_icon {
  margin-bottom: 22px; }

.companyFacts_item_stat {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #c71f26;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 2; }

.companyFacts_item_text {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  color: #9a9a9a; }

.ownersOnly {
  color: #FFF;
  text-align: center;
  padding-top: 370px; }
  .ownersOnly p {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
	letter-spacing: -.09ex;
}

.employeeGrid:before, .employeeGrid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.employeeGrid:after {
  clear: both; }

.employeeGrid_item {
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 300px;
  float: left; }
  .employeeGrid_item::nth-child(3n+3) {
    margin-right: 0; }

.employee_thumb {
  width: 300px;
  display: block;
  margin-bottom: 7px; }

.employee_name {
  font-size: 16px;
  margin-bottom: 0; }

.employee_title {
  font-size: 13px; }

.program, .video {
  border-bottom: 1px solid #bfbfbf;
  padding: 40px 0; }
  .program:before, .video:before, .program:after, .video:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .program:after, .video:after {
    clear: both; }
  .program:last-child, .video:last-child {
    border-bottom: none; }

.program_content {
  width: 590px;
  padding-left: 20px;
  float: left; }
  .program_content > *:last-child {
    margin-bottom: 0; }

.program_title {
  color: #036;
  margin-top: 0 !important;
  margin-bottom: 28px !important; }

.program_content {
	font-size: 15px;
	letter-spacing: -.08ex;
}
.program_media {
  width: 300px;
  float: right;
  padding-top: 50px; }

.program_quote {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 45px; }
  .program_quote img {
    display: block; }

.video {
  display: table;
  width: 100%; }

.video_media, .video_desc {
  width: 50%;
  padding: 0 20px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
	font-size: 14px;
}

.video_desc p{
	letter-spacing: -.07ex;
	font-size: 14px;
}

.video_media img {
  display: block; }

.video_desc > *:last-child {
  margin-bottom: 0; }

.video_title {
  color: #63c5ee; }
  .video_title.caps {
    margin-top: 0; }

.locations:before, .locations:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.locations:after {
  clear: both; }

.location {
  width: 50%;
  padding: 0 20px;
  float: left;
  text-align: center; }
  
 .location p{
	letter-spacing: -.08ex;
	font-size: 15px;
} 

.location_title {
  color: #036; }

.countries {
  height: 410px;
  background: url(../img/img_locations_globe.png) no-repeat 50% 50%;
  text-align: center;
  display: table;
  width: 100%; }

.countries_inner {
  display: table-cell;
  vertical-align: middle; 
  }

.countries_inner p{
	letter-spacing: -.08ex;

}
.countries_title {
  color: #036;
	letter-spacing: -.08ex;
}

.applySelector {
  text-align: center;
  color: #036;
  padding: 212px 0 260px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
}
  .applySelector h2 {
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 82px;
    margin-bottom: 20px;
    color: #036;
	letter-spacing: -.08ex;
}

.learnMore {
  padding-top: 30px;
	margin-top: 30px;
}
  .learnMore:before, .learnMore:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .learnMore:after {
    clear: both; }

.learnMore_title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #63c5ee; }

.learnMore_item {
  width: 50%;
  padding: 0 20px;
  float: left;
  text-align: center;
  margin-bottom: 20px; }

.learnMore_item_title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #63c5ee;
  font-size: 18px;
  padding-top: 10px; }

/*# sourceMappingURL=site.css.map */
