/*! 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, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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; }

/**
 * 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"] {
  -webkit-appearance: button;
  /* 2 */
  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; }

/* ==========================================================================
    Fonts
   ========================================================================== */
/* ==========================================================================
    VARS
   ========================================================================== */
/* ==========================================================================
    MIXINS
   ========================================================================== */
.clearfix:after, .restricted-content:after, .sitemap:after, .page-content .primary-content:after, .list-container:after, .site-navigation:after, .nav-slider .overflow:after, .secondary-nav:after, .topbar:after, .footer-info:after, .site-search:after, .title-area:after, .box:after, .box-alt:after, .lt-ie10 .country-dropdown .container:after, .lt-ie10 .country-dropdown .secondary-nav ul:after, .secondary-nav .lt-ie10 .country-dropdown ul:after, .lt-ie10 .country-dropdown .intro-panel:after, .lt-ie10 .country-dropdown .intro-split-panel:after, .blog-entries:after, .blog-entries .content:after, .engage-list:after, .subscribe-form form:after, .social-feed:after, .social-feed .masonry .share:after, .featured-content:after, .featured-content .title-area:after, .related-unsdg:after, .featured-gutter:after, .featured-hero-content:after, .filter-block:after, .filter-item:after, .filter-title:after, .field:after, .gallery-items:after, .image-grid:after, .lt-ie10 .logo-grid:after, .intro-panel:after, .w-promo:after, .intro-promo:after, .intro-split-panel:after, .intro-split-panel .split-promo:after, .title-bordered:after, .title-bordered--filter:after, .member:after, .page-tabs ul:after, .pagination:after, .promo-grid:after, .schedule-item:after, .schedule-item .item:after, .pagination-gutter:after, .search-form:after, .result-item .title:after, .result-item .content:after, .slider-gallery:after, .slider-date:after, .modal-gallery:after, .featured-accordion .btn-row:after {
  content: "";
  display: table;
  clear: both; }

.text-center {
  text-align: center; }

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("../icons/icomoon.eot");
  src: url("../icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../icons/icomoon.svg#icomoon") format("svg"), url("../icons/icomoon.woff") format("woff"), url("../icons/icomoon.ttf") format("truetype"); }

.icon-facebook:before, .icon-twitter:before, .icon-google:before, .icon-linkedin:before, .icon-linkedin-alt:before, .icon-up:before, .icon-down:before, .icon-left:before, .slick-prev:before, .mfp-arrow-left:before, .icon-right:before, .breadcrumb li span:before, .btn-arrow:before, .promo .more:before, .image-grid .more:before, .logo-grid .more:before, .slider-gallery .more:before, .slick-next:before, .mfp-arrow-right:before, .icon-triangle:before, .icon-play:before, .gallery-item.video .image:before, .icon-search:before, .icon-close:before, .redirect-popup .close-redirect-popup:before, .icon-plus:before, .image-grid .item:before, .logo-grid .item:before, .slider-gallery .item:before, .icon-phone:before, .icon-padlock:before, .icon-email:before, .icon-arrowup:before, .icon-printer:before, .icon-link:before, .icon-youtube:before, .icon-share:before, .social-feed .masonry .share .share-btn:after, .icon-pdf:before, .download-list a:before, .icon-pdf-download:before, .btn.btn-pdf:before, .btn-pdf.mfp-close:before, .btn-pdf.outline-btn:before, .btn-pdf.mfp-arrow:before, .icon-plus-circle:before, .icon-minus-circle:before, .icon-medium:before, .accordion-module .accordion-item.active .hero:before, .accordion-module .accordion-item .hero:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.icon-facebook:before {
  content: "\e600"; }

.icon-twitter:before {
  content: "\e601"; }

.icon-google:before {
  content: "\e602"; }

.icon-linkedin:before {
  content: "\e603"; }

.icon-linkedin-alt:before {
  content: "\e604"; }

.icon-up:before {
  content: "\e605"; }

.icon-down:before {
  content: "\e606"; }

.icon-left:before, .slick-prev:before, .mfp-arrow-left:before {
  content: "\e607"; }

.icon-right:before, .breadcrumb li span:before, .btn-arrow:before, .promo .more:before, .image-grid .more:before, .logo-grid .more:before, .slider-gallery .more:before, .slick-next:before, .mfp-arrow-right:before {
  content: "\e608"; }

.icon-triangle:before {
  content: "\e609"; }

.icon-play:before, .gallery-item.video .image:before {
  content: "\e610"; }

.icon-search:before {
  content: "\e611"; }

.icon-close:before, .redirect-popup .close-redirect-popup:before {
  content: "\e612"; }

.icon-plus:before, .image-grid .item:before, .logo-grid .item:before, .slider-gallery .item:before {
  content: "\e613"; }

.icon-phone:before {
  content: "\e614"; }

.icon-padlock:before {
  content: "\e615"; }

.icon-email:before {
  content: "\e616"; }

.icon-arrowup:before {
  content: "\e617"; }

.icon-printer:before {
  content: "\e618"; }

.icon-link:before {
  content: "\e619"; }

.icon-youtube:before {
  content: "\e620"; }

.icon-share:before, .social-feed .masonry .share .share-btn:after {
  content: "\e621"; }

.icon-pdf:before, .download-list a:before {
  content: "\e622"; }

.icon-pdf-download:before, .btn.btn-pdf:before, .btn-pdf.mfp-close:before, .btn-pdf.outline-btn:before, .btn-pdf.mfp-arrow:before {
  content: "\e623"; }

.icon-plus-circle:before {
  content: "\e624"; }

.icon-minus-circle:before {
  content: "\e625"; }

.icon-medium:before {
  content: "\e626"; }

/* ==========================================================================
    BROWSER TWEAKS
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box; }

a, .btn, .mfp-close, .outline-btn, .mfp-arrow, button, input, select, textarea {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

* {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* IE 10 Overrides */
*::-ms-clear {
  display: none; }

body {
  -ms-overflow-style: scrollbar !important; }

input:not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

textarea {
  resize: none; }

input[type=submit] {
  cursor: pointer; }

.touch *:not(input):not(textarea):not(select):not(object):not(embed):not(iframe):not(video):not(audio) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* CSS Document */
/* Magnific Popup CSS */
.mfp-bg {
  background: #000a3e;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
  filter: alpha(opacity=80); }

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 10px;
  -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 {
  max-width: 780px;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  float: right;
  line-height: 1em;
  padding: 4px 6px;
  text-align: center; }

.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-arrow {
  overflow: visible;
  cursor: pointer;
  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-figure button {
  display: inline-block;
  font-size: 2.8em;
  width: 56px;
  height: 37px;
  vertical-align: middle;
  top: 3px; }

.mfp-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -7px;
  z-index: 999999; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.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 {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
  text-align: center; }
  .mfp-title a {
    color: #ccc; }

.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: 10px;
    padding-right: 10px; } }

.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; }

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* Slider */
.slick:before {
  clear: both;
  content: '';
  display: block; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
    .slick-slide img.slick-loading {
      padding-bottom: 100%; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
.slick-prev, .mfp-arrow-left,
.slick-next,
.mfp-arrow-right {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus, .mfp-arrow-left:focus,
  .slick-next:focus,
  .mfp-arrow-right:focus {
    outline: none; }
  .slick-prev.slick-disabled:before, .slick-disabled.mfp-arrow-left:before,
  .slick-next.slick-disabled:before,
  .slick-disabled.mfp-arrow-right:before {
    opacity: 0.75; }

/* Dots 

.slick-slider {
    margin-bottom: 30px;
}*/
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    /* height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px; */
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      outline: none;
      font-size: 0;
      color: transparent;
      padding: 0px;
      cursor: pointer;
      outline: none; }
      .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

/*!
 * jQCloud
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2014 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/* layout */
div.jqcloud {
  overflow: visible;
  padding: 0 10px;
  position: relative; }

.jqcloud-wrap {
  padding: 9px 20px;
  overflow: hidden; }

div.jqcloud span {
  padding: 0 2px; }

/* fonts */
div.jqcloud {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal; }

div.jqcloud a {
  font-size: inherit;
  text-decoration: none; }

div.jqcloud span.w10 {
  font-size: 460%; }

div.jqcloud span.w9 {
  font-size: 420%; }

div.jqcloud span.w8 {
  font-size: 380%; }

div.jqcloud span.w7 {
  font-size: 340%; }

div.jqcloud span.w6 {
  font-size: 300%; }

div.jqcloud span.w5 {
  font-size: 260%; }

div.jqcloud span.w4 {
  font-size: 220%; }

div.jqcloud span.w3 {
  font-size: 180%; }

div.jqcloud span.w2 {
  font-size: 140%; }

div.jqcloud span.w1 {
  font-size: 100%; }

@media (max-width: 768px) {
  div.jqcloud span.w10 {
    font-size: 280%; }
  div.jqcloud span.w9 {
    font-size: 260%; }
  div.jqcloud span.w8 {
    font-size: 240%; }
  div.jqcloud span.w7 {
    font-size: 220%; }
  div.jqcloud span.w6 {
    font-size: 200%; }
  div.jqcloud span.w5 {
    font-size: 180%; }
  div.jqcloud span.w4 {
    font-size: 160%; }
  div.jqcloud span.w3 {
    font-size: 140%; }
  div.jqcloud span.w2 {
    font-size: 120%; }
  div.jqcloud span.w1 {
    font-size: 100%; } }

/* colors */
div.jqcloud {
  color: #000a3e; }

div.jqcloud a {
  color: #000a3e; }

div.jqcloud a:hover {
  color: #92d300; }

/* ==========================================================================
    GLOBAL
   ========================================================================== */
body {
  background-color: #fff;
  color: #666;
  direction: ltr;
  font: 10px Arial, sans-serif;
  -webkit-text-size-adjust: none; }

a {
  color: #000a3e;
  text-decoration: none; }

i, em {
  font-style: italic; }

.paragraph-heading, .main-content p, .sub-content p, .third-sub-content p, .featured-content .content p, .featured-gutter p {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0 0 0.6em 0; }
  .paragraph-heading:last-child, .main-content p:last-child, .sub-content p:last-child, .third-sub-content p:last-child, .featured-content .content p:last-child, .featured-gutter p:last-child {
    margin: 0; }

.container, .secondary-nav ul, .intro-panel, .intro-split-panel {
  margin: 0 auto;
  max-width: 1300px; }

.main-wrapper {
  min-width: 1280px; }

.sitemap ul {
  margin-left: 15px; }
  .sitemap ul li {
    font-size: 14px;
    list-style: square; }

.banner-bg {
  background-position: center top;
  background-repeat: no-repeat; }

.light-bg {
  background: #f7f7f7; }

.page-bg {
  background: #fff;
  zoom: 1; }
  .page-bg:before, .page-bg:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .page-bg:after {
    clear: both; }

.restricted-content, .sitemap {
  margin: 0 auto;
  max-width: 960px;
  padding: 80px 10px 20px 10px; }
  .restricted-content img, .sitemap img {
    max-width: 100%; }

.page-content .primary-content {
  padding: 10px;
  position: relative;
  width: 100%; }

.page-content .w-sidebar .primary-content {
  float: left;
  width: 75.5%; }
  @media print {
    .page-content .w-sidebar .primary-content {
      width: 100%; } }

.page-content .no-right-gutter .primary-content {
  padding: 40px 0 40px 40px; }

.list-container {
  padding: 20px 10px; }

.text-block {
  padding: 30px 0; }
  .text-block:first-child {
    padding: 0 0 30px 0; }
  .text-block p {
    font-size: 1.4em;
    line-height: 1.7em;
    margin-bottom: 1.4em; }
    .text-block p:first-of-type {
      font-size: 1.6em; }
  .text-block.narrow {
    margin: 0 auto;
    max-width: 660px; }
  .text-block.divider {
    border-top: 1px solid #ccc; }

.flex, .w-sidebar, .logo-grid {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -ms-flex-direction: normal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  align-items: stretch;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: space-between; }

.content-column {
  padding: 10px;
  float: left;
  width: 66.66667%; }

.promo-column {
  padding: 10px;
  float: left;
  width: 33.33333%; }

.header-block {
  padding: 20px 0; }
  .content-container .header-block:first-child, .content-container-alt .header-block:first-child, .content-container-dark .header-block:first-child, .content-container-standard .header-block:first-child {
    padding: 0 0 20px 0; }
  .header-block .main-header, .header-block .main-header-alt {
    margin-bottom: 0.2em; }
  .header-block p {
    font-size: 1.4em;
    line-height: 1.7em; }

/* ==========================================================================
    SITECORE RTE STYLES
   ========================================================================== */
strong {
  font-weight: bold; }

u {
  text-decoration: underline; }

i {
  font-style: italic; }

/* ==========================================================================
    TITLES
   ========================================================================== */
.title-container {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  zoom: 1; }
  .title-container:before, .title-container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .title-container:after {
    clear: both; }
  .title-container .corner-box {
    padding: 0; }

.main-header, .main-header-alt {
  color: #666;
  font-size: 3.6em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 0.6em 0;
  font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 3.6em;
  font-weight: normal; }
  .main-header:last-child, .main-header-alt:last-child {
    margin: 0; }
  .main-header.inline, .inline.main-header-alt {
    float: left;
    max-width: 700px; }
  .main-header.indent, .indent.main-header-alt {
    padding: 0 10px; }
  .main-header.w-date, .w-date.main-header-alt {
    margin-bottom: 0.2em; }

.large-header {
  color: #000a3e;
  font-size: 4.8em;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.4em 0;
  font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.main-header-alt {
  color: #000a3e; }

.sub-header {
  color: #000a3e;
  margin: 0 0 0.6em 0;
  font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.4em;
  line-height: 1.3em; }

.content-header {
  color: #000a3e;
  font-size: 1.7em;
  margin: 0 0 0.6em 0; }

.content-sub-header {
  color: #000a3e;
  font-size: 1.5em;
  margin: 0 0 0.6em 0; }

.slider-header {
  color: #666;
  font-size: 1.6em;
  margin: 0 0 0.6em 0;
  padding: 10px;
  text-align: center;
  font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.section-title, .section-sub-title {
  color: #333;
  font-size: 1.4em;
  font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.options-title {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0.8em 0;
  font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.section-sub-title {
  text-transform: uppercase; }

.paragraph-heading {
  color: #000a3e; }

.small-heading {
  padding-bottom: 8px;
  font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em; }

.share-lbl {
  font-size: 1.1em; }

/* ==========================================================================
    COMPONENTS
   ========================================================================== */
.v-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

@media print {
  .page-content .restricted-content, .page-content .sitemap {
    padding: 10px; } }

/* ==========================================================================
    HEADER
   ========================================================================== */
.header {
  background: #fff;
  width: 100%;
  z-index: 9;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5); }
  .header span {
    display: none; }
  .header .container, .header .secondary-nav ul, .secondary-nav .header ul, .header .intro-panel, .header .intro-split-panel {
    max-width: 1240px; }
  @media (max-width: 1320px) {
    .header {
      left: 0%;
      min-width: 500px;
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); } }
  .header .container, .header .secondary-nav ul, .secondary-nav .header ul, .header .intro-panel, .header .intro-split-panel {
    max-width: 1260px; }

.site-navigation {
  display: block;
  float: left;
  font-size: 0;
  opacity: 1;
  text-align: right;
  width: 47%;
  width: calc(50% - 80px);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  margin-left: 10px; }
  .site-navigation a {
    font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .site-navigation .active a {
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .site-navigation a {
    color: #444;
    text-transform: uppercase;
    font-size: 16px; }
  .no-csscalc .site-navigation {
    width: 47%; }
  .site-navigation a {
    display: block;
    padding: 21px 11px 36px 11px; }
  .site-navigation li {
    display: inline-block;
    margin: 15px 5px 0 5px;
    min-height: 60px; }
    .site-navigation li.active a, .site-navigation li:hover a, .site-navigation li.open a {
      color: #000a3e; }
    .site-navigation li.hover > a {
      background: #fff; }

.header-spacer {
  height: 135px; }
  .banner-logo .header-spacer {
    height: 90px; }

.site-logo {
  height: 0px; }
  .site-logo a {
    display: block;
    height: 102px;
    position: relative;
    left: 0px;
    width: 102px;
    z-index: 10;
    top: 10px; }
    .banner-logo .header .site-logo a {
      display: none; }
    .site-logo a img {
      height: auto;
      width: 100%; }

.nav-slider {
  margin: 0 auto;
  position: relative; }
  .nav-slider:after {
    background: #dedede;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0; }
  .nav-slider .container, .nav-slider .secondary-nav ul, .secondary-nav .nav-slider ul, .nav-slider .intro-panel, .nav-slider .intro-split-panel {
    position: relative; }
  .nav-slider .overflow {
    width: 200%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .nav-slider .overflow.active {
      margin-left: 140px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .nav-slider .overflow.active .site-navigation {
        opacity: 0; }
      .nav-slider .overflow.active .icon-search {
        display: none; }
      .banner-logo .nav-slider .overflow.active {
        -webkit-transform: translateX(calc(-50% - 50px));
        -moz-transform: translateX(calc(-50% - 50px));
        -ms-transform: translateX(calc(-50% - 50px));
        -o-transform: translateX(calc(-50% - 50px));
        transform: translateX(calc(-50% - 50px)); }
        .banner-logo .nav-slider .overflow.active .site-navigation {
          opacity: 0; }
        .banner-logo .nav-slider .overflow.active .icon-search {
          display: block;
          margin-left: -20px; }
    .nav-slider .overflow .icon-close {
      margin-right: -20px; }

.site-search-field {
  min-height: 62px; }

.secondary-nav {
  background: #f7f7f7;
  line-height: 16px;
  opacity: 1;
  text-align: right;
  width: 100%;
  -webkit-transition: opacity 0.25s ease-in-out 0.5s;
  -moz-transition: opacity 0.25s ease-in-out 0.5s;
  transition: opacity 0.25s ease-in-out 0.5s;
  background-image: -webkit-linear-gradient(#f0f0f0 0%, #e0e0e0 100%);
  background-image: linear-gradient(to   , #e0e0e0 100%);
  font-size: 1.6em; }
  .secondary-nav a {
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .secondary-nav li.active a {
    font-family: 'Helvetica Neue W82 Bold', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .secondary-nav ul {
    display: none; }
    .secondary-nav ul.active {
      display: block; }
      .secondary-nav ul.active.hide {
        display: none; }
  .secondary-nav li {
    display: inline-block;
    padding: 0 10px; }
    .secondary-nav li:last-child a {
      padding-right: 0; }
  .secondary-nav a {
    color: #444;
    display: block;
    height: 50px;
    overflow: hidden;
    text-transform: uppercase;
    padding: 18px 18px 17px 18px; }
  .secondary-nav ul.open, .secondary-nav ul.active {
    display: block; }
    .secondary-nav ul.open a, .secondary-nav ul.active a {
      color: #666; }
    .secondary-nav ul.open li.active a, .secondary-nav ul.open li:hover a, .secondary-nav ul.active li.active a, .secondary-nav ul.active li:hover a {
      color: #000a3e; }

@media print {
  .header {
    position: static; }
  .secondary-nav, .site-navigation, .site-search, .topbar {
    display: none; }
  .site-logo a {
    position: static; }
  .header-spacer {
    height: 100px; } }

/* ==========================================================================
    TOPBAR
   ========================================================================== */
.topbar {
  background: #8dc740;
  color: #fff;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.3em;
  font-weight: bold; }
  .topbar li {
    border-right: solid 1px #78a936;
    display: inline-block;
    float: left;
    padding: 3px 5px; }
    .topbar li.social-button {
      padding: 0px; }
      .topbar li.social-button a {
        padding: 15px 15px; }
  .topbar a {
    color: #fff;
    font-weight: normal; }
    .topbar a:hover {
      color: #000a3e; }
  .topbar a.icon-facebook:hover {
    color: #fff;
    background: #3b5998; }
  .topbar a.icon-twitter:hover {
    color: #fff;
    background: #55acee; }
  .topbar a.icon-google:hover {
    color: #fff;
    background: #dd4b39; }
  .topbar a.icon-linkedin:hover {
    color: #fff;
    background: #007bb5; }
  .topbar a.icon-youtube:hover {
    color: #fff;
    background: #bb0000; }

.top-navigation {
  float: left; }

.top-share {
  float: right; }
  .top-share a {
    font-size: 0;
    display: inline-block;
    padding: 12px 10px; }
    .top-share a:before {
      font-size: 18px; }

.topbar .top-login {
  padding: 6px 10px 4px 10px; }

.top-login a {
  font-size: 1em;
  line-height: 18px;
  position: relative;
  top: -2px; }
  .top-login a:before {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
    padding-right: 10px;
    background-image: -webkit-linear-gradient(90deg, #939393 0%, black 30%, white 100%);
    -webkit-background-clip: text;
    position: relative;
    text-shadow: 1px 2px 1px #000;
    top: 2px; }

.country-select:hover, .country-select.active {
  background: #fff; }
  .country-select:hover a, .country-select.active a {
    color: #000a3e; }
    .country-select:hover a:before, .country-select.active a:before {
      color: #8695de; }

.country-select {
  border-left: solid 1px #78a936;
  border-right: solid 1px #78a936;
  padding-right: 10px; }
  .country-select a {
    font-size: 1em;
    line-height: 18px; }
    .country-select a:before {
      color: rgba(255, 255, 255, 0.8);
      float: right;
      font-size: 0.7em;
      padding-left: 10px;
      position: relative;
      top: 4px; }

.top-link a {
  font-size: 1em;
  line-height: 18px;
  text-transform: uppercase; }

/* ==========================================================================
    FOOTER
   ========================================================================== */
.site-footer {
  text-align: left;
  width: 100%;
  zoom: 1;
  background: #000a3e; }
  .site-footer:before, .site-footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .site-footer:after {
    clear: both; }
  .site-footer .container, .site-footer .secondary-nav ul, .secondary-nav .site-footer ul, .site-footer .intro-panel, .site-footer .intro-split-panel {
    background: #000a3e;
    padding: 20px; }
  @media print {
    .site-footer {
      display: none; } }

.footer-header {
  position: relative;
  text-align: center;
  padding-top: 10px; }
  .footer-header:after {
    background: #b2b5c2;
    bottom: 40px;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 20px; }
  .footer-header .footer-title {
    line-height: 1.4em;
    padding: 10px;
    font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
    font-weight: normal;
    background: #000a3e;
    color: #fff;
    display: inline-block;
    font-size: 3.4em;
    padding: 0 20px;
    position: relative;
    z-index: 2; }
  .footer-header .social {
    background: #eee;
    list-style-type: none;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    position: relative;
    width: 300px;
    z-index: 1; }
    .footer-header .social li {
      background: #fff;
      display: inline-block;
      height: 46px;
      margin: 0 4px;
      width: 46px;
      vertical-align: middle;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-top-left-radius: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%; }
    .footer-header .social a {
      display: inline-block;
      font-size: 2.4em;
      padding-top: 12px;
      vertical-align: middle; }
      .footer-header .social a span {
        display: none; }

.footer-body {
  padding-bottom: 20px;
  zoom: 1; }
  .footer-body:before, .footer-body:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .footer-body:after {
    clear: both; }
  .footer-body .col {
    float: left;
    padding: 10px;
    width: 25%; }
    .footer-body .col.news-teasers {
      padding-right: 40px;
      width: 25%; }
  .footer-body .content-header {
    font-size: 1.6em;
    padding: 20px 0 10px 0;
    color: #fff;
    text-transform: uppercase; }

.news-teasers article {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5em;
  padding-bottom: 30px;
  zoom: 1; }
  .news-teasers article:before, .news-teasers article:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .news-teasers article:after {
    clear: both; }

.news-teasers .date {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-transform: uppercase; }

.news-teasers .text .title {
  color: #fff;
  display: block;
  line-height: 1.7em;
  padding-bottom: 0.5em; }
  .news-teasers .text .title font {
    size: 1em;
    weight: bold; }

.footer-links dd {
  font-size: 1.2em;
  padding-bottom: 10px; }
  .footer-links dd a {
    color: #fff;
    text-transform: uppercase; }
  .footer-links dd a:hover {
    color: #92d300; }

.legal-links {
  border-top: 1px solid #b2b5c2;
  margin: 0;
  border-bottom: 1px solid #b2b5c2;
  padding: 30px 0;
  text-align: center; }
  .legal-links li {
    display: inline-block; }
    .legal-links li a {
      color: #000a3e;
      font-size: 1.3em;
      font-weight: bold;
      padding: 0 20px;
      color: #fff;
      font-size: 1.2em;
      font-weight: normal;
      padding: 0 30px;
      text-transform: uppercase; }
      .legal-links li a:hover {
        color: #92d300; }

.footer-social .content-header {
  text-transform: none; }

.footer-social .social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  z-index: 1; }
  .footer-social .social li {
    background: #fff;
    display: inline-block;
    height: 46px;
    margin: 0 2px;
    text-align: center;
    width: 46px;
    vertical-align: middle; }
  .footer-social .social a {
    display: inline-block;
    font-size: 1.8em;
    padding-top: 15px;
    vertical-align: middle; }
    .footer-social .social a span {
      display: none; }

.footer-info {
  font-size: 1.3em;
  margin-top: 20px;
  margin-top: 10px; }
  .site-footer .footer-info.container, .site-footer .secondary-nav ul.footer-info, .secondary-nav .site-footer ul.footer-info, .site-footer .footer-info.intro-panel, .site-footer .footer-info.intro-split-panel {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .footer-info .copyright {
    float: left;
    max-width: 60%;
    color: #fff; }
  .footer-info .credits {
    float: right;
    max-width: 40%;
    padding-left: 10px;
    text-align: right; }
    .footer-info .credits a {
      color: #fff; }
      .footer-info .credits a:hover {
        color: #92d300; }

/* ==========================================================================
SITE SEARCH
========================================================================== */
.site-search {
  float: left;
  margin-top: 14px;
  width: 49%;
  width: calc(50% - 50px); }
  .site-search li {
    display: block;
    float: left; }
    .site-search li.site-search-field,
    .site-search li.site-search-field + .site-search-interface {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .active .site-search li.site-search-field, .active
      .site-search li.site-search-field + .site-search-interface {
        opacity: 1;
        pointer-events: auto; }
  .no-csscalc .site-search {
    width: 49%; }
  .site-search li {
    padding: 13px 18px; }
  .banner-logo .site-search {
    width: 50%; }
  .site-search .icon-search {
    border-left: solid 1px #c5c5c5;
    padding-left: 24px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .site-search .icon-close {
    padding-right: 24px; }
  .site-search .icon-search, .site-search .icon-close {
    text-align: center; }

.site-search-interface {
  width: 80px; }
  .site-search-interface a {
    display: block; }
  .site-search-interface a {
    color: #92d300;
    font-size: 24px;
    line-height: 30px; }
    .site-search-interface a:before {
      line-height: 35px; }
    .site-search-interface a:hover {
      color: #000a3e; }

.site-search-field {
  background: #eee;
  width: 84%;
  width: calc(100% - 160px); }
  .site-search-field input {
    border: none;
    color: #000a3e;
    font-size: 1.6em;
    padding: 10px;
    text-transform: uppercase; }
    .site-search-field input[type="submit"] {
      display: none; }
  .no-csscalc .site-search-field {
    width: 84%; }
  .site-search-field input {
    background: #eee;
    border-left: solid 1px #c5c5c5;
    font-size: 1.6em;
    height: 35px;
    width: 100%; }
  .site-search-field ::-webkit-input-placeholder {
    color: #000a3e; }
  .site-search-field :-moz-placeholder {
    color: #000a3e; }
  .site-search-field ::-moz-placeholder {
    color: #000a3e; }
  .site-search-field :-ms-input-placeholder {
    color: #000a3e; }

/* ==========================================================================
		ACCORDION
	 ========================================================================== */
.accordion-module {
  float: left;
  width: 100%;
  zoom: 1; }
  .accordion-module:before, .accordion-module:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .accordion-module:after {
    clear: both; }
  .accordion-module .accordion-item {
    margin: 0 0 20px; }
    .accordion-module .accordion-item.active .hero:before {
      content: '\e625'; }
    .accordion-module .accordion-item .hero {
      cursor: pointer;
      padding: 20px 60px 20px 20px;
      position: relative;
      zoom: 1; }
      .accordion-module .accordion-item .hero:before, .accordion-module .accordion-item .hero:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .accordion-module .accordion-item .hero:after {
        clear: both; }
      .accordion-module .accordion-item .hero:before {
        color: #fff;
        content: '\e624';
        font-size: 1.2rem;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 50%;
        text-align: center;
        width: 20px;
        z-index: 2;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .accordion-module .accordion-item .hero .heading {
        color: #fff;
        font-size: 1.6rem;
        float: left;
        width: calc(100% - 120px); }
        @media (max-width: 768px) {
          .accordion-module .accordion-item .hero .heading {
            font-size: 1.2rem;
            width: calc(100% - 80px); } }
      .accordion-module .accordion-item .hero .description {
        color: #fff;
        font-size: 0.8rem;
        margin: 0 0 10px;
        padding: 10px 0 0;
        float: left;
        width: calc(100% - 120px);
        text-transform: uppercase; }
        @media (max-width: 768px) {
          .accordion-module .accordion-item .hero .description {
            padding: 0;
            width: calc(100% - 80px); } }
      .accordion-module .accordion-item .hero .image {
        border: 1px solid #fff;
        float: left;
        height: 100px;
        margin: 0 20px 0 0;
        width: 100px; }
        @media (max-width: 768px) {
          .accordion-module .accordion-item .hero .image {
            height: 60px;
            width: 60px; } }
        .accordion-module .accordion-item .hero .image img {
          width: 100%;
          height: 100%; }
    .accordion-module .accordion-item .content {
      display: none;
      padding: 20px;
      background: #fff;
      border: 1px solid #dedede; }
      .accordion-module .accordion-item .content .heading {
        color: #000a3e;
        font-size: 1.6rem;
        margin: 0 0 20px; }
      .accordion-module .accordion-item .content li,
      .accordion-module .accordion-item .content p {
        color: #666;
        font-size: 1.4em;
        line-height: 1.8em;
        margin-bottom: 20px; }

/* ==========================================================================
    Article filter bar
   ========================================================================== */
.article-filter-bar {
  background: #f7f7f7;
  zoom: 1; }
  .article-filter-bar:before, .article-filter-bar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .article-filter-bar:after {
    clear: both; }
  .article-filter-bar .filter-selects {
    float: left;
    font-size: 1.6em;
    padding: 20px;
    width: 50%; }
    .article-filter-bar .filter-selects label {
      font-size: 1.2em; }
    .article-filter-bar .filter-selects select {
      border: 1px solid #c5c5c5;
      padding: 11px;
      margin-left: 30px;
      width: 33.333%; }
      @media (max-width: 1190px) {
        .article-filter-bar .filter-selects select {
          margin-left: 10px; } }
  .article-filter-bar .search-form {
    background: #dedede;
    float: right;
    padding: 20px;
    width: 50%; }

/* ==========================================================================
    ARTICLE ITEM
   ========================================================================== */
.article h1, .article h2 {
  color: #000a3e;
  font-size: 2.4em;
  line-height: 1.3em;
  margin: 0 0 0.6em 0;
  font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: normal; }

.article h3, .article h4 {
  font-size: 1.8em; }

.article h5, .article h6 {
  font-size: 1.4em; }

.article h3, .article h4, .article h5, .article h6 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px; }
  .article h3:last-child, .article h4:last-child, .article h5:last-child, .article h6:last-child {
    margin-bottom: 0; }

.article-centered {
  text-align: center; }
  .article-centered .sticky {
    border-bottom: 1px solid #e1e1e1;
    position: sticky;
    top: 139px;
    margin-bottom: 30px; }
    .article-centered .sticky .breadcrumb {
      padding: 13px 20px; }
  .article-centered .corner-box {
    padding-top: 9px;
    padding-bottom: 0;
    margin-bottom: 0; }
    .article-centered .corner-box .share-button {
      margin-bottom: 7px; }
  .article-centered .breadcrumb {
    float: left;
    text-align: left; }
    .article-centered .breadcrumb ul {
      margin-bottom: 0;
      margin-left: 0; }
  .article-centered .hero-banner {
    position: relative;
    text-align: center; }
    .article-centered .hero-banner .breadcrumb {
      padding-top: 20px; }
    .article-centered .hero-banner img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1; }
    .article-centered .hero-banner h1 {
      color: #fff;
      margin-bottom: 0;
      padding: 80px 0 256px; }
  .article-centered .hero-banner-sub {
    padding: 50px 0;
    margin-top: -70px;
    background-color: #F6F6F6; }
    .article-centered .hero-banner-sub p:last-of-type {
      margin-bottom: 0; }
  .article-centered h1 {
    font-size: 48px;
    font-weight: 700; }
  .article-centered h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center; }
  .article-centered .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 820px; }
  .article-centered p, .article-centered ul, .article-centered ol {
    text-align: left; }

.article-item {
  border-bottom: solid 1px #92d300;
  width: 100%;
  display: table;
  padding: 60px 0 30px 0; }
  .article-item .image, .article-item .copy {
    display: table-cell;
    vertical-align: top; }
    .article-item .image img, .article-item .copy img {
      max-width: 100%; }
  .article-item .content-header {
    margin: 0; }
  .article-item p {
    color: #666;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 20px; }
    .article-item p:last-child {
      margin-bottom: 0; }
  .article-item .image {
    max-width: 200px;
    width: 30%;
    padding-right: 20px; }

.title-area {
  border-bottom: dotted 1px #000a3e;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.articles {
  padding: 0 0 30px 0; }
  .articles.full-width-layout .title-area {
    border-bottom: 1px solid #000a3e; }
  .articles.full-width-layout .article-item {
    padding: 40px 0 30px 0; }
  .articles.full-width-layout .article-date {
    float: left;
    margin-left: 0;
    margin-right: 30px; }

.article-date {
  color: #666;
  float: right;
  font-size: 1.8em;
  margin-left: 20px; }

.article {
  color: #666;
  margin-bottom: 40px;
  /*p:first-of-type {
        font: {
            size: 1.6em;
            weight: bold;
        }

        @include themeSecondaryFont;
    }*/ }
  .article.press-heading {
    margin-bottom: 20px; }
  .article.press {
    margin-bottom: 0; }
    .article.press p:last-child {
      margin-bottom: 0; }
  .article h3 {
    font-size: 1.4em; }
  .article p, .article ul {
    font-size: 1.5em;
    line-height: 1.8em;
    margin-bottom: 2em;
    font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .article p a img {
    max-width: 100%; }
  .article ul {
    list-style: outside;
    margin-left: 20px; }
  .article.press-article {
    padding: 10px;
    margin-bottom: 0px; }
    .article.press-article p:last-of-type {
      margin-bottom: 0; }
  .article blockquote {
    font-size: 1.6em;
    font-style: italic;
    line-height: 1.6em;
    margin: 20px 0 30px 0;
    padding: 20px 0; }
    .article blockquote p, .article blockquote p:first-of-type {
      font-size: inherit;
      font-weight: normal;
      border-left: 3px solid rgba(0, 0, 0, 0.8);
      padding-left: 20px; }
  .article img {
    max-width: 100%;
    height: auto; }
  .article .image {
    max-width: 50%;
    width: 50%;
    margin: 20px 0 0 0;
    padding-right: 20px;
    float: left; }
    .article .image img {
      width: 100%; }
  .article .imageCaption {
    text-align: right;
    margin-top: 0;
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
    outline: 0; }
  .article.medium {
    position: relative; }
    .article.medium .imageCaption {
      font-size: 1.6em; }
    .article.medium p {
      font-size: 1.8em; }
      .article.medium p em {
        font-style: italic; }
    .article.medium a {
      text-decoration: underline; }
    .article.medium section {
      margin: 0;
      padding: 0; }
    .article.medium .u-ignoreBlock {
      padding: 0 !important; }
    .article.medium .image {
      margin-bottom: 20px;
      margin-top: 60px;
      max-width: 100%;
      padding-right: 0;
      width: 100%; }
    .article.medium .imageCaption {
      text-align: center; }
    .article.medium img {
      width: 100%; }
    .article.medium figure {
      margin-bottom: 30px; }
      .article.medium figure img {
        margin-bottom: 10px; }
    .article.medium .image {
      float: none; }
    .article.medium label {
      font-size: 1.4em;
      line-height: 1.5; }
    .article.medium h2, .article.medium h3, .article.medium h4, .article.medium h5, .article.medium h6 {
      line-height: 1.5;
      font-size: 1.4em; }
    .article.medium hr {
      border: none;
      border-bottom: dotted 1px #000a3e;
      margin-bottom: 20px;
      padding-bottom: 20px;
      width: 100px; }
    .article.medium strong {
      font-weight: 500; }
    .article.medium blockquote {
      padding: 0; }
    .article.medium .share-button a {
      text-decoration: none; }

.loader {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/global/ajax-loader.gif);
  background-repeat: no-repeat; }

/* ==========================================================================
    Article teaser
   ========================================================================== */
.article-teaser-list {
  border: 1px solid #c5c5c5;
  padding: 25px 18px 0px 18px; }
  .article-teaser-list ul {
    padding: 20px 0; }
  .article-teaser-list li {
    padding-bottom: 20px; }
  .article-teaser-list .btn-row {
    min-height: 46px;
    padding-top: 0; }

.article-teaser-date {
  color: #333;
  font-size: 1.7em;
  float: left;
  width: 110px; }

.article-teaser {
  margin-left: 120px; }
  .article-teaser .content-header {
    line-height: 1.4em;
    margin-bottom: 0.2em; }
    .article-teaser .content-header a {
      color: #000a3e; }
  .article-teaser p {
    color: #666;
    font-size: 1.4em;
    line-height: 1.6em; }

.grid-header {
  zoom: 1; }
  .grid-header:before, .grid-header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .grid-header:after {
    clear: both; }
  .grid-header .lrg-promo {
    float: left;
    height: 490px;
    overflow: hidden;
    position: relative;
    margin: 10px;
    width: 48%;
    width: calc(50% - 20px); }
    .grid-header .lrg-promo .promo-img {
      display: block;
      height: 100%;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .grid-header .lrg-promo .promo-details {
      padding: 40px 30px;
      position: relative;
      width: 100%;
      z-index: 1; }
      .grid-header .lrg-promo .promo-details .title {
        color: #fff;
        display: block;
        font-size: 3em;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-family: 'Helvetica Neue W82 Bold', Helvetica, Arial, sans-serif;
        font-weight: normal; }
      .grid-header .lrg-promo .promo-details .date {
        color: #000a3e;
        display: block;
        font-size: 2.4em;
        font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
        font-weight: normal; }
      .grid-header .lrg-promo .promo-details .sub-title {
        color: #000a3e;
        display: block;
        font-size: 2.4em;
        font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
        font-weight: normal; }
    .grid-header .lrg-promo .promo-logo {
      bottom: 20px;
      left: 20px;
      position: absolute;
      z-index: 1; }
  .grid-header .promo-header {
    float: right;
    width: 50%;
    width: 50%; }
    .grid-header .promo-header .promo-text {
      min-height: 255px;
      padding: 15px 10px 0 10px; }
      .grid-header .promo-header .promo-text p {
        color: #999;
        font-size: 1.8em;
        line-height: 1.7em; }
    .grid-header .promo-header .item {
      width: 46%;
      width: calc(50% - 20px); }

/* ==========================================================================
    BOX
   ========================================================================== */
.box, .box-alt {
  margin: 0 10px;
  padding: 20px; }

.box-alt {
  background: #f7f7f7; }

/* ==========================================================================
    Breadcrumb
   ========================================================================== */
.breadcrumb {
  padding: 55px 40px 45px 40px; }
  @media print {
    .breadcrumb {
      padding: 15px 0 0 0; } }
  .breadcrumb ul {
    background: rgba(0, 10, 62, 0.8);
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    list-style-type: none;
    padding: 8px 16px; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li span:before {
      font-size: 0.5em;
      padding: 0 5px;
      position: relative;
      top: -1px; }
  .breadcrumb a {
    color: #a5aede; }
    .breadcrumb a:hover {
      color: #fff; }

/* ==========================================================================
    BUTTONS
   ========================================================================== */
.outline-btn.btn[href]:hover, .outline-btn.mfp-close[href]:hover, .outline-btn[href]:hover, .outline-btn.mfp-arrow[href]:hover, .gallery-item a:hover .description-panel {
  color: #000a3e; }

.btn, .mfp-close, .outline-btn, .mfp-arrow {
  background: #92d300;
  color: #000a3e;
  display: inline-block;
  font-size: 1.4em;
  padding: 15px; }
  .btn:before, .mfp-close:before, .outline-btn:before, .mfp-arrow:before {
    float: right;
    margin-left: 15px; }
  .btn[href], .mfp-close[href], .outline-btn[href], .mfp-arrow[href] {
    color: #000a3e; }
  .btn.btn-block, .btn-block.mfp-close, .btn-block.outline-btn, .btn-block.mfp-arrow {
    display: block;
    margin: 0 auto;
    max-width: 300px; }
  .btn.title, .title.mfp-close, .title.outline-btn, .title.mfp-arrow {
    float: right;
    margin-top: -3px; }
  .btn.share, .share.mfp-close, .share.outline-btn, .share.mfp-arrow {
    float: right; }
  .btn.icon-printer, .icon-printer.mfp-close, .icon-printer.outline-btn, .icon-printer.mfp-arrow {
    background: #fff;
    border: solid 1px #e1e1e1;
    color: #000a3e;
    padding: 12px;
    float: right; }
    .btn.icon-printer:hover, .icon-printer.mfp-close:hover, .icon-printer.outline-btn:hover, .icon-printer.mfp-arrow:hover {
      background: none;
      color: #92d300; }
    .btn.icon-printer:before, .icon-printer.mfp-close:before, .icon-printer.outline-btn:before, .icon-printer.mfp-arrow:before {
      font-size: 1.4em;
      margin-left: 0px; }
    .page-header-bar .btn.icon-printer, .page-header-bar .icon-printer.mfp-close, .page-header-bar .icon-printer.outline-btn, .page-header-bar .icon-printer.mfp-arrow {
      padding: 9px; }
  a:hover .btn, a:hover .mfp-close, a:hover .outline-btn, a:hover .mfp-arrow, .btn:hover, .mfp-close:hover, .outline-btn:hover, .mfp-arrow:hover {
    background: #000a3e;
    color: #fff; }

.btn-arrow {
  padding-right: 10px; }

.plain .btn-row {
  min-height: 56px;
  padding-top: 10px; }

.btn-opposite {
  zoom: 1; }
  .btn-opposite:before, .btn-opposite:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .btn-opposite:after {
    clear: both; }
  .btn-opposite .btn, .btn-opposite .mfp-close, .btn-opposite .outline-btn, .btn-opposite .mfp-arrow {
    float: right; }

.btn-center {
  padding-bottom: 20px;
  text-align: center; }

button.btn, button.mfp-close, button.outline-btn, button.mfp-arrow {
  border: none; }

button[class*="icon-"] {
  font-size: 0;
  padding: 10px 15px; }
  button[class*="icon-"]:before {
    color: #fff;
    font-size: 24px;
    margin-left: 0; }

.btn-group {
  zoom: 1; }
  .btn-group:before, .btn-group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .btn-group:after {
    clear: both; }
  .btn-group li {
    float: left;
    padding-bottom: 30px;
    padding-right: 30px; }

.outline-btn {
  font-size: 1.6em;
  position: relative;
  padding: 0; }
  .outline-btn span {
    background: #fff;
    display: inline-block;
    margin: 1px 50px 1px 1px;
    padding: 15px;
    white-space: nowrap; }
    .lt-ie10 .outline-btn span {
      min-width: auto; }
  .outline-btn:before {
    color: #fff;
    font-size: 20px;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%; }

.cta-btns {
  display: table;
  padding: 20px 0;
  text-align: left;
  width: 100%; }
  .cta-btns .cell {
    display: table-cell; }
    .cta-btns .cell:nth-child(2) {
      padding-left: 20px;
      text-align: right; }

.mfp-arrow:before {
  display: block;
  float: none;
  margin: 0;
  text-align: center; }

.mfp-arrow.mfp-arrow-right {
  right: 0; }

.mfp-arrow.mfp-arrow-left {
  left: 0; }

.btn.btn-pdf, .btn-pdf.mfp-close, .btn-pdf.outline-btn, .btn-pdf.mfp-arrow {
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  padding: 20px 60px 20px 15px;
  position: relative; }
  .btn.btn-pdf:before, .btn-pdf.mfp-close:before, .btn-pdf.outline-btn:before, .btn-pdf.mfp-arrow:before {
    color: #fff;
    font-size: 38px;
    position: absolute;
    top: 9px;
    right: 10px; }

/* ==========================================================================
		COLUMN CONTENT
	 ========================================================================== */
.main-content, .sub-content {
  float: left;
  padding: 0px 10px 10px 10px; }
  .main-content .image, .sub-content .image {
    margin: 20px 0; }
    .main-content .image img, .sub-content .image img {
      display: block;
      width: 300px;
      height: 169px; }

.main-content {
  width: 50%; }

.sub-content {
  width: 25%; }

.third-main-content {
  float: left;
  padding: 30px;
  width: 70%; }
  .third-main-content .content-formatting {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
    padding: 30px; }
    .third-main-content .content-formatting p:last-child {
      margin: 0; }

.third-sub-content {
  float: left;
  padding: 30px 30px 30px 0;
  width: 30%; }
  .third-sub-content .header-block {
    padding: 0; }

/* ==========================================================================
    COUNTRY SELECTOR
   ========================================================================== */
.country-dropdown {
  background: #000a3e;
  color: #fff;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 99901;
  -webkit-transform: translateY(-400px);
  -moz-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  -o-transform: translateY(-400px);
  transform: translateY(-400px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 48px; }
  .country-dropdown.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .country-dropdown ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
  .country-dropdown .main-header, .country-dropdown .main-header-alt, .country-dropdown a {
    color: #fff; }
  .country-dropdown .container, .country-dropdown .secondary-nav ul, .secondary-nav .country-dropdown ul, .country-dropdown .intro-panel, .country-dropdown .intro-split-panel {
    max-width: 1000px;
    padding: 60px 30px; }
  .country-dropdown li {
    font-size: 1.5em;
    padding-top: 10px; }
    .lt-ie10 .country-dropdown li {
      float: left;
      width: 33.33%; }
  .country-dropdown .active {
    color: #92d300; }

.country-dropdown-bg {
  background: rgba(0, 10, 62, 0.85);
  content: '';
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 99900;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  top: 48px; }
  .country-dropdown-bg.active {
    opacity: 1; }

/* ==========================================================================
    DESCRIPTION PANEL
   ========================================================================== */
.description-panel {
  background: #000a3e;
  border-top: solid 1px #92d300;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .description-panel.browse-region {
    color: #fff;
    margin: 0 10px; }
    .description-panel.browse-region .dropdown-options {
      display: table;
      width: 100%; }
      .description-panel.browse-region .dropdown-options .cell {
        display: table-cell; }
        .description-panel.browse-region .dropdown-options .cell:nth-child(2) {
          padding: 10px;
          text-align: center; }
      .description-panel.browse-region .dropdown-options select {
        padding: 5px;
        width: 100%; }
  .gallery-item a:hover .description-panel {
    background: #92d300; }

/* ==========================================================================
    BLOG ENTRIES
   ========================================================================== */
.blog-entries {
  margin: 0 auto;
  max-width: 1600px; }
  .blog-entries .blog-item {
    float: left; }
    .blog-entries .blog-item:nth-child(5) {
      clear: both; }
  .blog-entries .blog-item-small {
    width: 25%; }
    .blog-entries .blog-item-small .blog-image {
      padding-top: 87.5%;
      height: 0; }
  .blog-entries .blog-item-medium {
    width: 50%; }
    .blog-entries .blog-item-medium .content .standard-text {
      font-size: 3.4em; }
    .blog-entries .blog-item-medium .blog-image {
      padding-top: 43.75%;
      height: 0; }
  .blog-entries .blog-item-large {
    width: 50%; }
    .blog-entries .blog-item-large .blog-image {
      padding-top: 87.5%;
      height: 0; }
  .blog-entries .blog-image {
    border: 2px solid #fff;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: -2px; }
    .blog-entries .blog-image .content, .blog-entries .blog-image .bg {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .blog-entries .blog-image .blog-logo {
      background: url(../images/content/icon-medium.png) left top no-repeat;
      display: block;
      height: 21px;
      position: absolute;
      right: 25px;
      top: 25px;
      width: 28px;
      z-index: 4; }
    .blog-entries .blog-image .bg {
      background-color: rgba(0, 10, 62, 0.4);
      opacity: 1;
      z-index: 2;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .blog-entries .blog-image img {
      left: 50%;
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      max-height: 170%;
      max-width: 170%;
      top: 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%);
      z-index: 1; }
    .blog-entries .blog-image:hover .bg {
      background-color: #000a3e;
      background-color: rgba(0, 10, 62, 0.8);
      opacity: 1; }
  .blog-entries .content {
    color: #fff;
    text-align: center;
    z-index: 3;
    padding: 5%; }
    .blog-entries .content .feature-title {
      display: block;
      font-size: 4.5em;
      text-align: left;
      width: 50%;
      font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .blog-entries .content .feature-text {
      display: block;
      font-size: 2.1em;
      font-style: italic;
      line-height: 1.3em;
      padding: 15px 0 20px 0;
      text-align: left;
      width: 50%;
      font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .blog-entries .content .view-article {
      border: 2px solid #fff;
      display: inline-block;
      font-size: 1.9em;
      float: left;
      padding: 20px 25px;
      text-align: left;
      font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .blog-entries .content .standard-text {
      display: block;
      font-size: 2.4em;
      position: relative;
      font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
      font-weight: normal; }
      .csstransforms .blog-entries .content .standard-text {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
  @media (max-width: 980px) {
    .blog-entries .content .feature-title {
      font-size: 2.5em; }
    .blog-entries .content .feature-text {
      font-size: 1.5em; }
    .blog-entries .content .view-article {
      font-size: 1.5em; }
    .blog-entries .content .standard-text {
      font-size: 1.5em; }
    .blog-entries .blog-item-medium .content .standard-text {
      font-size: 1.5em; } }
  @media only screen and (max-width: 1470px) {
    .blog-entries .content .feature-title {
      width: 75%; }
    .blog-entries .content .feature-text {
      width: 75%; } }
  @media only screen and (max-width: 1200px) {
    .blog-entries .content .feature-title {
      font-size: 3.5em; }
    .blog-entries .content .feature-text {
      font-size: 1.8em; }
    .blog-entries .content .standard-text {
      font-size: 2em; } }

.bg-blue {
  background-color: #000a3e; }
  .bg-blue.content-container, .bg-blue.content-container-alt, .bg-blue.content-container-dark, .bg-blue.content-container-standard {
    padding: 20px; }

.engage-title-wrap {
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  margin: 80px 0 60px; }
  .engage-title-wrap .engage-title {
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 4.8em; }
  .engage-title-wrap .engage-sub-title {
    line-height: 1.2;
    font-size: 1.8em; }

.engage-list {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding: 0 50px; }
  .engage-list .slick-prev, .engage-list .mfp-arrow-left {
    left: 10px; }
  .engage-list .slick-next, .engage-list .mfp-arrow-right {
    right: 10px; }
  .engage-list .engage-list-item {
    float: left;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    display: inline-block;
    width: 25%; }
    .engage-list .engage-list-item a {
      background: #fff;
      display: inline-block;
      width: 100%; }
      .engage-list .engage-list-item a:hover .engage-list-item-title {
        color: #666; }
      .engage-list .engage-list-item a:hover .video-btn {
        background: #00051e; }
    .engage-list .engage-list-item .img-wrap {
      position: relative; }
      .engage-list .engage-list-item .img-wrap .video-btn {
        background: rgba(0, 5, 30, 0.6);
        border-radius: 100%;
        border: 4px solid #fff;
        display: inline-block;
        height: 48px;
        position: absolute;
        right: 10px;
        width: 48px;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.3s; }
        .engage-list .engage-list-item .img-wrap .video-btn else {
          bottom: -21px; }
        .engage-list .engage-list-item .img-wrap .video-btn:after {
          border-bottom: 8px solid transparent;
          border-left: 14px solid #fff;
          border-top: 8px solid transparent;
          content: "";
          display: inline-block;
          height: 0;
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-30%, -50%);
          -moz-transform: translate(-30%, -50%);
          -ms-transform: translate(-30%, -50%);
          -o-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%); }
    .engage-list .engage-list-item img {
      height: 100%;
      width: 100%; }
    .engage-list .engage-list-item .engage-list-item-title {
      color: #000a3e;
      font-size: 1.4em;
      padding: 20px; }

.subscribe-form {
  background-image: url(../images/placeholder/subscribe-bg.jpg);
  text-align: center;
  margin-top: 90px; }
  .subscribe-form form {
    display: inline-block;
    margin-bottom: 110px;
    max-width: 100%;
    width: 590px; }
    .subscribe-form form label.error {
      color: #900;
      font-size: 1.6em;
      font-weight: bold; }
      .subscribe-form form label.error:before {
        content: "";
        display: table;
        clear: both;
        padding: 10px 0 0 0; }
    .subscribe-form form input[type='text'] {
      -webkit-appearance: none;
      border-radius: none;
      border: none;
      display: inline-block;
      float: left;
      height: 50px;
      line-height: 50px;
      font-size: 1.8em;
      padding: 0 20px;
      width: 470px; }
    .subscribe-form form ::-webkit-input-placeholder {
      color: #000a3e; }
    .subscribe-form form :-moz-placeholder {
      color: #000a3e; }
    .subscribe-form form ::-moz-placeholder {
      color: #000a3e; }
    .subscribe-form form :-ms-input-placeholder {
      color: #000a3e; }
    .subscribe-form form input[type='submit'] {
      background-color: #92d300;
      border: none;
      color: #fff;
      float: left;
      height: 50px;
      line-height: 50px;
      font-size: 1.8em;
      width: 120px; }
      .subscribe-form form input[type='submit']:hover {
        background-color: #f0f0f0;
        color: #000a3e; }

/* ==========================================================================
   SOCIAL FEED
   ========================================================================== */
.engage-social-menu {
  margin: 0 auto 10px auto;
  max-width: 1500px;
  width: 100%;
  height: 70px;
  padding: 0; }
  .engage-social-menu .content-wrap {
    background-color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%; }
  .engage-social-menu .menu-lbl {
    color: #000a3e;
    font-size: 2.6em;
    margin-left: 20px;
    line-height: 70px;
    height: 70px; }
  .engage-social-menu ul {
    float: right; }
    .engage-social-menu ul li {
      float: left; }
      .engage-social-menu ul li a {
        color: #000a3e;
        display: inline-block;
        font-size: 1.8em;
        height: 70px;
        line-height: 70px;
        padding: 0 20px; }
        .engage-social-menu ul li a:hover, .engage-social-menu ul li a.active {
          background-color: #92d300;
          color: #fff; }

.social-feed {
  display: inline-block;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0px;
  width: 100%; }
  .social-feed .masonry {
    display: inline-block;
    margin: 0 0 8px 0;
    width: 24%; }
    .social-feed .masonry td img {
      padding-right: 10px; }
    .social-feed .masonry img {
      margin-bottom: 10px;
      height: auto !important;
      width: 100% !important; }
    .social-feed .masonry .content {
      background: #fff;
      display: inline-block;
      padding: 20px 20px 70px;
      position: relative;
      text-align: left;
      width: 100%; }
    .social-feed .masonry .subtitle {
      color: #000a3e;
      font-size: 1.8em; }
      .social-feed .masonry .subtitle:hover {
        color: #92d300; }
    .social-feed .masonry .caption {
      color: #666666;
      font-size: 1.3em;
      margin-top: 10px; }
    .social-feed .masonry .share {
      background-color: #92d300;
      bottom: 20px;
      height: 30px;
      left: 20px;
      position: absolute;
      width: auto;
      z-index: 2; }
      .social-feed .masonry .share .share-btn {
        float: left;
        width: 30px;
        height: 30px;
        font-size: 0px;
        display: inline-block;
        position: relative; }
        .social-feed .masonry .share .share-btn:after {
          color: #000a3e;
          font-size: 16px;
          left: 50%;
          position: absolute;
          top: 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%); }
      .social-feed .masonry .share:hover .share-btns {
        width: 160px; }
      .social-feed .masonry .share .share-btns {
        display: inline-block;
        float: left;
        overflow: hidden;
        width: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s; }
        .social-feed .masonry .share .share-btns .share-btns-content {
          width: 160px; }
        .social-feed .masonry .share .share-btns a {
          font-size: 14px;
          margin: 7px;
          display: inline-block; }
          .social-feed .masonry .share .share-btns a:hover {
            color: #fff; }
    .social-feed .masonry .icon {
      bottom: 24px;
      font-size: 0px;
      position: absolute;
      right: 20px; }
      .social-feed .masonry .icon:hover:before {
        color: #92d300; }
      .social-feed .masonry .icon:before {
        color: #000a3e;
        font-size: 20px; }

.engage-social-feed {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  padding: 0 50px; }

/* ==========================================================================
    Enquiry box
   ========================================================================== */
.enquiry-box-wrapper {
  padding: 0 30px; }
  .enquiry-box-wrapper.enquiry-footer {
    padding: 0; }

.enquiry-box {
  border: 1px solid #c5c5c5;
  font-size: 1.1em;
  padding: 15px 18px 0 18px;
  zoom: 1; }
  .enquiry-box:before, .enquiry-box:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .enquiry-box:after {
    clear: both; }
  .enquiry-box p {
    font-size: 1.4em; }
  .enquiry-box .block {
    float: left;
    width: calc(50% - 20px); }
  .enquiry-box .copy {
    color: #999;
    padding-bottom: 20px; }
  .enquiry-box .segment {
    float: left;
    padding-bottom: 15px; }
    .enquiry-box .segment:first-of-type {
      min-width: 260px;
      width: 50%; }
  .enquiry-box .icon-email a {
    color: #000a3e; }
    .enquiry-box .icon-email a:hover {
      color: #92d300; }
  .enquiry-box .icon-email span {
    color: #999;
    margin-left: 26px; }
  .enquiry-box .icon-phone:before, .enquiry-box .icon-email:before {
    color: #92d300;
    float: left;
    line-height: 23px;
    margin-right: 10px; }
  .enquiry-box .flickr-button {
    position: relative;
    bottom: -8px;
    margin-left: 5px; }
  .enquiry-box .all-articles .content-header, .enquiry-box .all-articles .copy {
    margin-bottom: 0;
    padding-bottom: 0; }

/* ==========================================================================
		ERROR PAGE
	 ========================================================================== */
.error-page {
  left: 50%;
  max-height: 100%;
  max-width: 830px;
  overflow: auto;
  padding: 60px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    .error-page {
      padding: 60px 30px; } }
  .error-page .site-logo {
    display: block;
    height: auto;
    left: 5px;
    margin: 0 auto 50px;
    position: relative;
    width: 120px;
    z-index: 10; }
  .error-page img {
    display: block; }
  .error-page .main-header, .error-page .main-header-alt {
    color: #000a3e;
    margin-bottom: 30px; }
    @media (max-width: 980px) {
      .error-page .main-header, .error-page .main-header-alt {
        font-size: 2.6em; } }

.error-page_text {
  border-bottom: solid 1px #92d300;
  font-size: 1.8em;
  letter-spacing: 0.1px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 680px;
  padding: 0 0 50px; }
  @media (min-width: 981px) {
    .error-page_text {
      font-size: 2.4em;
      letter-spacing: -0.3px; } }
  .error-page_text a {
    color: #666; }
    .error-page_text a:hover {
      text-decoration: underline; }

/* ==========================================================================
    EXTENSION FEATURE
   ========================================================================== */
.extension-feature {
  float: right;
  width: 80%; }

.extended .main-header, .extended .main-header-alt {
  float: left;
  margin: 0; }

.extended .search-form {
  padding: 0;
  width: 100%;
  height: 44px; }
  .extended .search-form input[type="text"] {
    width: 70%;
    width: calc( 78% - 74px); }

.extended .content-header {
  color: #003;
  float: left;
  left: 0;
  padding-right: 40px;
  position: relative;
  text-align: right;
  top: 50%;
  width: 22%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* ==========================================================================
		FEATURED CONTENT
	 ========================================================================== */
.content-container, .content-container-alt, .content-container-dark, .content-container-standard {
  padding: 40px 10px 50px 10px;
  position: relative;
  zoom: 1; }
  .content-container:before, .content-container-alt:before, .content-container-dark:before, .content-container-standard:before, .content-container:after, .content-container-alt:after, .content-container-dark:after, .content-container-standard:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .content-container:after, .content-container-alt:after, .content-container-dark:after, .content-container-standard:after {
    clear: both; }
  .primary-content .content-container, .primary-content .content-container-alt, .primary-content .content-container-dark, .primary-content .content-container-standard {
    margin: 0 10px;
    padding: 20px 10px 10px 10px; }
  .content-container.short, .short.content-container-alt, .short.content-container-dark, .short.content-container-standard {
    padding: 10px; }
  .primary-content .content-container.narrow, .primary-content .narrow.content-container-alt, .primary-content .narrow.content-container-dark, .primary-content .narrow.content-container-standard {
    margin: 0; }
  .content-container.slider, .slider.content-container-alt, .slider.content-container-dark, .slider.content-container-standard {
    border: solid 1px #e1e1e1;
    padding: 10px 78px; }
  .content-container.no-heading, .no-heading.content-container-alt, .no-heading.content-container-dark, .no-heading.content-container-standard {
    margin-top: 10px; }
  .content-container strong, .content-container-alt strong, .content-container-dark strong, .content-container-standard strong {
    font-weight: bold; }
  .content-container iframe, .content-container-alt iframe, .content-container-dark iframe, .content-container-standard iframe {
    max-width: 100%; }

.content-container-generic {
  padding: 20px; }

.content-container-alt {
  background: #f7f7f7; }
  .content-container-alt.no-heading {
    margin-top: 10px; }
  .content-container-alt.text-block {
    padding: 30px 20px; }
  .content-container-alt.no-header-padding {
    padding-top: 0px; }

.content-container-dark {
  background: #eee; }

.primary-content .content-container-standard {
  padding: 20px; }
  .primary-content .content-container-standard .no-top-pad {
    padding-top: 0; }

.primary-content .content-container-standard.no-top-pad {
  padding-top: 0; }

.narrow-container {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  padding: 30px 0; }
  .narrow-container.w-sidebar {
    max-width: 660px;
    padding: 30px 0 0 0; }

.full-height .btn, .full-height .mfp-close, .full-height .outline-btn, .full-height .mfp-arrow, .plain .btn, .plain .mfp-close, .plain .outline-btn, .plain .mfp-arrow, .article-list .btn, .article-list .mfp-close, .article-list .outline-btn, .article-list .mfp-arrow {
  bottom: 0;
  position: absolute;
  z-index: 3; }

.featured-content {
  color: #666;
  margin: 0 auto;
  max-width: 1280px; }
  .featured-content .item {
    float: left;
    margin: 10px; }
  .featured-content a {
    color: #666;
    display: block; }
  .featured-content .sub-header {
    padding: 10px 10px 0 10px; }
  .featured-content .content {
    width: 100%;
    display: inline-block; }
    .lt-ie10 .featured-content .content {
      width: auto; }
  .featured-content .title-area {
    margin-bottom: 10px; }
    .featured-content .title-area .content-header {
      float: left;
      width: calc(100% - 105px); }
  .featured-content .date-details {
    background: #000a3e;
    color: #fff;
    float: left;
    margin-right: 10px;
    padding: 10px;
    width: 95px; }
    .featured-content .date-details .day, .featured-content .date-details .month, .featured-content .date-details .year {
      display: block;
      line-height: 1em; }
    .featured-content .date-details .day {
      font-size: 1.4em; }
    .featured-content .date-details .month {
      font-size: 2.4em; }
    .featured-content .date-details .year {
      color: #62698f;
      font-size: 3em;
      line-height: 0.8em; }
  .featured-content .inline-image img {
    width: 100%; }

.full-height {
  color: #ccc;
  min-height: 490px;
  overflow: hidden;
  position: relative;
  width: 23.5%;
  width: calc(25% - 20px); }
  .no-csscalc .full-height {
    width: 23.5%; }
  .full-height a, .full-height a:hover {
    color: #ccc; }
  .full-height a:before {
    content: '';
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
    background-image: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  .full-height .btn, .full-height .mfp-close, .full-height .outline-btn, .full-height .mfp-arrow {
    right: 0; }
  .full-height .content {
    padding: 20px 20px 60px 20px;
    right: 0;
    position: absolute;
    top: 260px;
    z-index: 3; }
    .lt-ie10 .full-height .content {
      background: rgba(0, 0, 0, 0.5);
      margin: 0 20px;
      padding: 20px; }
  .full-height .image {
    bottom: 0;
    left: 50%;
    right: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 300px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .full-height .content-header {
    color: #fff; }

.plain, .triple .item-list.item, .double .item-list.item, .single .item-list.item {
  background: #fff;
  position: relative; }

.bordered {
  border: solid 1px #e1e1e1; }

.plain {
  width: 23.5%;
  width: calc(25% - 20px); }
  .no-csscalc .plain {
    width: 23.5%; }
  .plain .btn, .plain .mfp-close, .plain .outline-btn, .plain .mfp-arrow {
    right: 0; }
  .plain .image img {
    width: 100%; }
  .plain .content {
    padding: 40px 20px 20px 20px; }
  .plain.hasImage .content {
    padding: 20px 30px 20px 30px; }

.double .tall, .triple .tall {
  padding: 10px 0; }

.double .w-btn .quick-links, .triple .w-btn .quick-links {
  margin-bottom: 66px; }
  .double .w-btn .quick-links li:last-child, .triple .w-btn .quick-links li:last-child {
    border-bottom: solid 1px #c5c5c5 !important; }

.double .quick-links, .triple .quick-links {
  margin-bottom: 66px; }
  .double .quick-links li:last-child, .triple .quick-links li:last-child {
    border-bottom: none !important; }

.triple .item {
  width: 31%;
  width: calc(33.3% - 40px); }
  .no-csscalc .triple .item {
    width: 31%; }
  .lt-ie10 .triple .item {
    width: calc(33.3% - 20px); }
  .triple .item .quick-links {
    zoom: 1; }
    .triple .item .quick-links:before, .triple .item .quick-links:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .triple .item .quick-links:after {
      clear: both; }
    .triple .item .quick-links li {
      float: none !important; }

.double .item {
  width: 48%;
  width: calc(50% - 20px); }
  .lt-ie10 .double .item {
    width: calc(50% - 20px); }
  .double .item.no-padding {
    padding: 0; }
  .double .item .quick-links li {
    margin-left: 0px;
    width: 45%; }
    .double .item .quick-links li:nth-child(odd) {
      margin-right: 10%; }

.featuredFixHeight img {
  height: auto !important;
  width: 100% !important; }

.single .item {
  width: 100%; }
  .single .item .quick-links {
    zoom: 1; }
    .single .item .quick-links:before, .single .item .quick-links:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .single .item .quick-links:after {
      clear: both; }
    .single .item .quick-links li {
      float: left;
      margin: 0 10px; }

.triple .item, .double .item, .single .item {
  padding: 0 10px; }
  .triple .hasImage.item, .double .hasImage.item, .single .hasImage.item {
    padding: 0px; }
  .tall .triple .item, .triple .tall .item, .tall .double .item, .double .tall .item, .tall .single .item, .single .tall .item {
    margin: 20px 10px; }
  .triple .item .btn, .double .item .btn, .single .item .btn, .triple .item .mfp-close, .double .item .mfp-close, .single .item .mfp-close, .triple .item .outline-btn, .double .item .outline-btn, .single .item .outline-btn, .triple .item .mfp-arrow, .double .item .mfp-arrow, .single .item .mfp-arrow {
    display: inline-block; }
  .lt-ie10 .triple .item, .triple .lt-ie10 .item, .lt-ie10 .double .item, .double .lt-ie10 .item, .lt-ie10 .single .item, .single .lt-ie10 .item {
    min-height: 350px; }
  .triple .item-list.item, .double .item-list.item, .single .item-list.item {
    padding: 0; }
    .triple .item-list.item .content, .double .item-list.item .content, .single .item-list.item .content {
      padding: 20px 20px 0 20px; }
    .triple .item-list.item .image, .double .item-list.item .image, .single .item-list.item .image {
      width: 100%; }
      .triple .item-list.item .image img, .double .item-list.item .image img, .single .item-list.item .image img {
        width: 100%; }
    .triple .item-list.item .inline-image, .double .item-list.item .inline-image, .single .item-list.item .inline-image {
      float: left;
      margin: 0 20px 10px 0; }
    .triple .item-list.item .btn, .double .item-list.item .btn, .single .item-list.item .btn, .triple .item-list.item .mfp-close, .double .item-list.item .mfp-close, .single .item-list.item .mfp-close, .triple .item-list.item .outline-btn, .double .item-list.item .outline-btn, .single .item-list.item .outline-btn, .triple .item-list.item .mfp-arrow, .double .item-list.item .mfp-arrow, .single .item-list.item .mfp-arrow {
      margin: 0 0 20px 20px; }

.triple .item .quick-links, .double .item .quick-links, .single .item .quick-links {
  zoom: 1; }
  .triple .item .quick-links:before, .double .item .quick-links:before, .single .item .quick-links:before, .triple .item .quick-links:after, .double .item .quick-links:after, .single .item .quick-links:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .triple .item .quick-links:after, .double .item .quick-links:after, .single .item .quick-links:after {
    clear: both; }
  .triple .item .quick-links li, .double .item .quick-links li, .single .item .quick-links li {
    float: left;
    border-bottom: solid 1px #c5c5c5; }
    .triple .item .quick-links li a, .double .item .quick-links li a, .single .item .quick-links li a {
      padding: 15px 10px;
      font-size: 1.4em;
      font-weight: bold;
      color: #000a3e; }
      .triple .item .quick-links li a:hover, .double .item .quick-links li a:hover, .single .item .quick-links li a:hover {
        background: rgba(0, 10, 62, 0.5);
        color: #fff; }

.article-list {
  position: relative;
  width: calc(25% - 20px); }
  .no-csscalc .article-list {
    width: 23.5%; }
  .article-list .image {
    margin-bottom: 10px;
    width: 100%; }
  .article-list .btn, .article-list .mfp-close, .article-list .outline-btn, .article-list .mfp-arrow {
    left: 0; }

.chart {
  zoom: 1; }
  .chart.content-container-alt {
    margin-bottom: 30px; }
  .chart:before, .chart:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .chart:after {
    clear: both; }
  .chart .image {
    float: left;
    text-align: right;
    width: calc(38% - 50px);
    padding: 40px 0; }
    .chart .image img {
      max-width: 100%; }
  .chart .text {
    float: right;
    width: 62%;
    padding: 50px 120px 50px 0; }
    .chart .text p {
      font-size: 1.4em;
      line-height: 1.6em;
      margin-bottom: 1em; }

.reports {
  padding: 10px 20px; }
  .reports .outline-btn span {
    min-width: 315px; }

.featured-banner {
  margin: 0 auto;
  max-width: 1280px; }
  .featured-banner img {
    max-width: 100%; }

.related-unsdg {
  clear: both;
  display: block;
  padding-bottom: 20px; }
  .related-unsdg .title {
    color: #000a3e;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .related-unsdg p {
    font-size: 1.4em;
    line-height: 1.6;
    margin: 0 0 10px 0; }
  .related-unsdg ul {
    list-style: none;
    zoom: 1;
    margin: 0 !important; }
    .related-unsdg ul:before, .related-unsdg ul:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .related-unsdg ul:after {
      clear: both; }
    .related-unsdg ul .item {
      display: inline-block;
      float: left;
      height: 100px;
      list-style: none;
      margin: 0 10px 10px 0;
      padding-left: 0 !important;
      position: relative;
      width: 100px;
      z-index: 1;
      transform: none;
      margin: 0 10px 10px 0; }
      .related-unsdg ul .item a {
        display: block; }
      .related-unsdg ul .item img {
        display: block;
        height: auto;
        width: 100%; }
      .related-unsdg ul .item:before {
        display: none; }
  .text-image-block .related-unsdg {
    padding-bottom: 0; }
  .modal-box .related-unsdg {
    float: left;
    padding: 0px 20px 60px 20px;
    width: 50%; }
    .modal-box .related-unsdg .item {
      opacity: 1;
      width: 50px;
      height: 50px; }
  .staggered .related-unsdg {
    width: 100%; }
  .related-unsdg .image {
    border-right: solid 1px #ccc;
    float: left;
    padding-right: 20px;
    text-align: left;
    width: 32%; }
    .related-unsdg .image img {
      max-width: 100%; }
  .related-unsdg .text {
    float: left;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 10px;
    width: 68%; }

.related-left .sub-header {
  margin: 0; }

.related-left p {
  text-align: left; }

/* ==========================================================================
    FEATURED GUTTER
   ========================================================================== */
.featured-gutter {
  margin: 0 auto;
  max-width: 620px;
  width: 100%; }
  .featured-gutter .image, .featured-gutter .text {
    float: left;
    width: 50%; }
    .featured-gutter .image:first-child, .featured-gutter .text:first-child {
      padding-right: 10px; }
    .featured-gutter .image:last-child, .featured-gutter .text:last-child {
      padding-left: 10px; }
  .featured-gutter img {
    border: solid 1px #ccc;
    width: 100%; }

/* ==========================================================================
    FEATURED HERO
   ========================================================================== */
.featured-hero .restrain, .featured-hero-nav {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 10px; }

.featured-hero .slick-prev, .featured-hero .mfp-arrow-left, .featured-hero .slick-next, .featured-hero .mfp-arrow-right {
  display: none !important; }

.featured-hero {
  background: #1f0f08;
  direction: ltr;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 506px; }
  .featured-hero .site-logo a {
    border: solid 1px rgba(255, 255, 255, 0.2);
    z-index: 1;
    height: 175px;
    left: 20px;
    top: 85px;
    width: 175px; }
    .featured-hero .site-logo a span {
      display: none; }
  .featured-hero .restrain {
    height: 0; }
  .featured-hero .slick-prev, .featured-hero .mfp-arrow-left {
    left: 10px; }
  .featured-hero .slick-next, .featured-hero .mfp-arrow-right {
    right: 10px; }

.featured-hero-slide {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  height: 506px; }
  .featured-hero-slide a {
    display: block;
    height: 100%;
    width: 100%; }
  .featured-hero-slide img {
    left: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%; }

.featured-hero-content {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  max-width: 555px;
  padding: 20px 15px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 85px;
  width: 48%;
  margin-left: 75px; }

.featured-hero-title {
  font-size: 3.6em; }

.featured-hero-text, .featured-hero-cta {
  font-size: 1.8em;
  line-height: 1.8em;
  margin-top: 20px; }

.featured-hero-cta {
  float: left;
  position: relative;
  z-index: 1; }
  .featured-hero-cta:before {
    float: right;
    margin-left: 10px;
    line-height: 1.8em; }

.featured-hero-nav {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: calc( 100% - 30px); }
  .featured-hero-nav li {
    display: table-cell;
    position: relative; }
  .featured-hero-nav ul {
    width: 100%;
    display: table; }
  .featured-hero-nav a {
    background: #222221;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.4em;
    margin: 0 5px;
    padding: 20px; }
    .featured-hero-nav a:hover, .featured-hero-nav a.active {
      background: #fff;
      color: #000a3e; }
    .featured-hero-nav a.active:after {
      opacity: 1; }

@media print {
  .banner-logo .header-spacer {
    display: none; }
  .featured-hero-nav {
    bottom: 90px; }
  .featured-hero-content {
    left: 300px;
    top: 50px; }
  .full-height a:before {
    display: none; }
  .full-height .content {
    background: #fff;
    left: 0;
    padding-bottom: 20px;
    width: 95%; }
  .full-height .btn-row {
    display: none; } }

/* ==========================================================================
    FILTERS
   ========================================================================== */
.filter-block {
  margin-top: 35px; }
  .filter-block .reset {
    color: #666;
    float: right;
    font-size: 1.2em;
    font-style: italic;
    margin-top: 15px;
    text-decoration: underline; }

.filter-item {
  font-size: 1.3em;
  margin-top: 15px;
  font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .filter-item input {
    float: right;
    margin-right: 7px; }
  .filter-item label {
    color: #000a3e;
    float: left; }
    .filter-item label em {
      color: #666; }

.filter-title {
  font-size: 1.6em;
  margin-top: 25px;
  border-bottom: dotted 1px #000a3e;
  padding-bottom: 10px;
  font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .filter-title span {
    float: left; }

/* ==========================================================================
    FORMS
   ========================================================================== */
.label {
  font-size: 1.4em;
  line-height: 20px;
  padding-top: 15px;
  float: left;
  padding-right: 10px;
  width: 30%;
  font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .error .label {
    color: #900; }

.g-recaptcha {
  margin-left: 30%; }

.form-field, .form-select {
  border: solid 1px #e1e1e1;
  color: #666;
  display: block;
  float: left;
  font-size: 1.6em;
  height: 44px;
  margin: 0;
  padding: 0 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .error .form-field, .error .form-select {
    border-color: #900;
    color: #900; }

.form-select {
  padding: 0 0 0 10px; }

.check-input {
  bottom: -2px;
  height: 16px;
  margin-left: 10px;
  position: relative;
  width: 16px; }

textarea.form-field {
  height: 154px;
  line-height: 24px;
  padding: 10px;
  font-family: Arial;
  font-size: 1.0rem; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }
  10% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  20% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  30% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  40% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  80% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  90% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-moz-keyframes shake {
  0% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }
  10% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  20% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  30% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  40% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  80% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  90% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-ms-keyframes shake {
  0% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }
  10% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  20% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  30% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  40% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  80% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  90% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

@keyframes shake {
  0% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }
  10% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  20% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  30% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  40% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  80% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  90% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } }

.form {
  margin-top: 20px; }
  .form input.btn.shake, .form input.shake.mfp-close, .form input.shake.outline-btn, .form input.shake.mfp-arrow {
    animation: shake 0.5s withoutDelay ease-in 1;
    /* IE 10+ */
    -moz-animation: shake 0.5s withoutDelay ease-in 1;
    /* Fx 5+ */
    -o-animation: shake 0.5s withoutDelay ease-in 1;
    /* Opera 12+ */
    -webkit-animation: shake 0.5s withoutDelay ease-in 1;
    /* Safari 4+ */ }

.standalone-form {
  min-height: 500px;
  padding: 30px;
  width: 50%; }
  .standalone-form.register {
    padding: 0 30px 30px 30px; }

.field {
  margin-bottom: 4px;
  width: 100%; }
  .field:first-of-type {
    margin-top: 20px; }
  .field .form-field, .field .form-select {
    width: 70%; }
  .field.check {
    text-align: right; }
    .field.check .label {
      float: none;
      padding-right: 0px;
      text-align: right;
      width: 100%; }

.forgotten-password {
  color: #999;
  float: right;
  font-size: 1.4em;
  font-style: italic;
  padding: 5px 0; }

input.btn, input.mfp-close, input.outline-btn, input.mfp-arrow {
  border: none;
  float: right;
  margin-top: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.error-messages, .status-messages {
  font-size: 1.4em;
  margin: 20px 0; }
  .error-messages .error-header, .status-messages .error-header, .error-messages .status-header, .status-messages .status-header {
    color: #fff;
    padding: 10px; }
  .error-messages li, .status-messages li {
    display: block;
    padding: 10px; }
    .error-messages li:last-child, .status-messages li:last-child {
      border-bottom: none; }

.error-messages {
  border: solid 1px #900;
  color: #900; }
  .error-messages .error-header {
    background: #900; }
  .error-messages li {
    border-bottom: dashed 1px #900; }

.status-messages {
  border: solid 1px #000a3e;
  color: #000a3e; }
  .status-messages .status-header {
    background: #000a3e; }
  .status-messages li {
    border-bottom: dashed 1px #000a3e; }

.success-messages {
  border: solid 1px #4aa538;
  color: #4aa538;
  margin: 20px 0;
  padding: 10px; }

.form-stack .label {
  padding: 5px 0 0;
  width: 100%; }

.form-stack .form-field {
  width: 100%; }

/* ==========================================================================
    VIDEO ITEM
   ========================================================================== */
.gallery-items.slider-gallery {
  margin-top: 0px; }
  .gallery-items.slider-gallery .slick-slide {
    padding: 0;
    width: 25%; }
    .gallery-items.slider-gallery .slick-slide a {
      margin: 0 10px; }
    .gallery-items.slider-gallery .slick-slide:before {
      display: none; }
    .gallery-items.slider-gallery .slick-slide .image {
      border: none; }

.gallery-items {
  display: block;
  margin-top: 10px;
  width: 100%; }
  .gallery-items.zoom img {
    -webkit-transition: margin 0.25s, width 0.25s, height 0.25s;
    -moz-transition: margin 0.25s, width 0.25s, height 0.25s;
    transition: margin 0.25s, width 0.25s, height 0.25s; }
    .gallery-items.zoom img:hover {
      height: 110%;
      margin-left: -5%;
      margin-top: -3%;
      width: 110%; }
  .gallery-items.zoom .image {
    overflow: hidden; }
    .gallery-items.zoom .image img {
      height: auto; }
    .gallery-items.zoom .image .portrait {
      top: -40%; }
  .gallery-items.loading {
    min-height: 300px;
    position: relative; }
    .gallery-items.loading:before {
      content: url(../images/global/ajax-loader.gif);
      display: block;
      height: 33px;
      left: 50%;
      margin: -12px 0 0 -12px;
      position: absolute;
      top: 50%;
      width: 33px; }
  .third-main-content .gallery-items .gallery-item {
    margin-top: 10px; }

.gallery-item {
  display: block;
  float: left;
  position: relative;
  opacity: 1;
  margin-right: 1.5873%;
  margin-top: 20px;
  width: 23.80952%; }
  .gallery-item:nth-child(4n) {
    margin-right: 0; }
  .gallery-item a {
    display: block; }
  .gallery-item .image {
    border: solid 1px #ccc;
    position: relative;
    padding-top: 56.33333%;
    height: 0px; }
    .gallery-item .image iframe {
      position: absolute;
      top: 0px; }
    .press-slider .gallery-item .image {
      padding-top: 56.45161%;
      height: 0px; }
  .gallery-item.video .image {
    border: none; }
    .gallery-item.video .image:before {
      border: solid 1px #92d300;
      color: #92d300;
      display: block;
      font-size: 1.5em;
      left: 50%;
      padding: 11px;
      position: absolute;
      top: 50%;
      z-index: 2;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .gallery-item img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .gallery-item .description-panel {
    display: inline-block;
    min-height: 60px;
    padding: 0;
    text-align: center;
    width: 100%; }
    .content-formatting .gallery-item .description-panel {
      font-size: 0.7em;
      text-align: left; }
  .gallery-item p {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; }
  .triple .gallery-item {
    margin-right: 2.12766%;
    margin-top: 20px;
    padding-bottom: 40px;
    width: 31.91489%; }
    .triple .gallery-item:last-child {
      margin-right: 0; }

.hero-blocks .container, .hero-blocks .secondary-nav ul, .secondary-nav .hero-blocks ul, .hero-blocks .intro-panel, .hero-blocks .intro-split-panel {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  zoom: 1; }
  .hero-blocks .container:before, .hero-blocks .secondary-nav ul:before, .secondary-nav .hero-blocks ul:before, .hero-blocks .intro-panel:before, .hero-blocks .intro-split-panel:before, .hero-blocks .container:after, .hero-blocks .secondary-nav ul:after, .secondary-nav .hero-blocks ul:after, .hero-blocks .intro-panel:after, .hero-blocks .intro-split-panel:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .hero-blocks .container:after, .hero-blocks .secondary-nav ul:after, .secondary-nav .hero-blocks ul:after, .hero-blocks .intro-panel:after, .hero-blocks .intro-split-panel:after {
    clear: both; }
  .hero-blocks .container.no-pad, .hero-blocks .secondary-nav ul.no-pad, .secondary-nav .hero-blocks ul.no-pad, .hero-blocks .no-pad.intro-panel, .hero-blocks .no-pad.intro-split-panel {
    padding: 0; }

.hero-block {
  background: #000a3e;
  border-left: 1px solid #fff;
  float: left;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: 33.333%; }
  .hero-block:first-child {
    border-left: none; }
  .hero-block .bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
  .hero-block:hover {
    cursor: pointer; }
    .hero-block:hover .bg-img {
      opacity: 1; }
    .hero-block:hover .hero-desc {
      background: rgba(0, 0, 0, 0.7); }
    .hero-block:hover .hero-text {
      max-height: 420px;
      padding-bottom: 66px;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }

.hero-desc {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  position: absolute;
  z-index: 2; }
  .hero-desc .content-header {
    color: #fff;
    font-size: 2.2em; }
  .hero-desc .type {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .hero-desc p {
    font-size: 1.6em;
    line-height: 1.6em; }
  .hero-desc .btn-row {
    bottom: 0;
    position: absolute;
    right: 0; }

.hero-header {
  padding: 20px 20px 0px 20px; }

.hero-text {
  overflow: hidden;
  max-height: 0;
  padding: 0px 20px 0px 20px;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

/* ==========================================================================
    IMAGE GRID
   ========================================================================== */
.image-grid .plain .content, .image-grid .block-link .content, .logo-grid .plain .content {
  background: #92d300;
  color: #000a3e;
  opacity: 1; }

.image-grid .plain:hover .content, .image-grid .block-link:hover .content, .logo-grid .plain:hover .content {
  background: #000a3e;
  color: #fff;
  opacity: 1; }

.image-grid .plain .more, .image-grid .block-link .more, .logo-grid .plain .more {
  border-top: none;
  bottom: 20px;
  right: 20px;
  text-align: right;
  text-transform: uppercase;
  width: 90%;
  width: calc(100% - 40px); }

.logo-grid .item:nth-child(1), .logo-grid .item:nth-child(2), .logo-grid .item:nth-child(3) {
  margin: 10px 10px 15px 10px; }

.logo-grid .item:nth-last-child(1), .logo-grid .item:nth-last-child(2), .logo-grid .item:nth-last-child(3) {
  margin: 15px 10px 10px 10px; }

.image-grid {
  margin: 10px 0; }
  .image-grid.short {
    margin: 0; }
  .image-grid .item {
    height: 235px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 22%;
    width: calc(25% - 20px); }
    .image-grid .item.tall {
      height: 490px; }
    .image-grid .item:before {
      right: 10px; }
    .image-grid .item.double {
      width: 46%;
      width: calc(50% - 20px); }
    .image-grid .item.blank:before {
      content: '';
      display: none; }
    .image-grid .item.square {
      height: 290px; }
    .image-grid .item.noplus:before {
      content: " ";
      background: #fff; }
    .image-grid .item.imageonly img {
      min-height: inherit;
      margin-top: 25%; }
  .image-grid img {
    display: block;
    left: 50%;
    min-height: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .image-grid .more {
    border-top: solid 1px #92d300;
    bottom: 20px;
    padding-top: 20px;
    right: 20px;
    text-align: right;
    width: 90%;
    width: calc(100% - 40px); }
    .image-grid .more.stacked {
      padding-right: 20px;
      max-width: 185px; }
      .image-grid .more.stacked:before {
        position: absolute;
        bottom: -4px;
        right: 0; }
  .image-grid .content {
    left: 0;
    width: 100%; }
    .image-grid .content .text {
      top: calc(50% - 20px); }
  .image-grid .block-link {
    border: 3px solid #92d300; }
    .image-grid .block-link .content {
      background: #fff;
      padding: 0; }
      .image-grid .block-link .content .more {
        bottom: 0px;
        padding: 10px 0;
        right: 50px; }
        .image-grid .block-link .content .more:before {
          background: #92d300;
          bottom: -3px;
          color: #fff;
          display: block;
          padding: 15px;
          position: absolute;
          right: -53px; }
  .image-grid.triple .item {
    width: calc(33% - 20px); }
  .image-grid.quintuple .item {
    width: calc(20% - 20px); }
  .image-grid.partner-block {
    padding-bottom: 30px; }
    .image-grid.partner-block .main-header, .image-grid.partner-block .main-header-alt {
      padding: 0 10px; }
    .image-grid.partner-block .sub-header {
      padding: 0 10px; }
  .image-grid.alternate img {
    left: auto;
    min-height: inherit;
    position: static;
    width: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .image-grid.alternate .title {
    font-family: "HelveticaNeueW82-Regula", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0 0 10px 0;
    text-align: center; }
  .image-grid.alternate .item.square .text {
    display: none; }
  .image-grid.alternate .content {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    .image-grid.alternate .content .text, .image-grid.alternate .content .more {
      display: none; }
    .image-grid.alternate .content:hover {
      background: none; }
      .image-grid.alternate .content:hover .text, .image-grid.alternate .content:hover .more {
        display: none; }
  .image-grid.centred {
    text-align: center; }
    @supports (display: flex) {
      .image-grid.centred {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    .image-grid.centred + .sub-header {
      margin-top: 40px; }
    .image-grid.centred img {
      left: auto;
      min-height: inherit;
      position: static;
      width: 100%;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .image-grid.centred .title {
      font-family: "HelveticaNeueW82-Regula", Helvetica, Arial, sans-serif;
      font-size: 1.6em;
      font-weight: normal;
      padding: 0 0 10px 0;
      text-align: center; }
    .image-grid.centred .item {
      display: inline-block;
      float: none;
      border: 1px solid #D8D8D8; }
      @supports (display: flex) {
        .image-grid.centred .item {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .image-grid.centred .item.square {
        height: 236px; }
        .image-grid.centred .item.square .text {
          display: none; }
    .image-grid.centred .content {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .image-grid.centred .content .text, .image-grid.centred .content .more {
        display: none; }
      .image-grid.centred .content:hover {
        background: none; }
        .image-grid.centred .content:hover .text, .image-grid.centred .content:hover .more {
          display: none; }
  .image-grid.hero {
    margin-bottom: 20px; }
    .image-grid.hero img {
      left: auto;
      min-height: inherit;
      position: static;
      width: 290px;
      max-width: 100%;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .image-grid.hero .title {
      font-family: "HelveticaNeueW82-Regula", Helvetica, Arial, sans-serif;
      font-size: 1.6em;
      font-weight: normal;
      padding: 0 0 10px 0;
      text-align: center; }
    .image-grid.hero .item {
      display: flex;
      width: auto;
      float: none;
      height: 236px; }
    .image-grid.hero .content {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .image-grid.hero .content .text, .image-grid.hero .content .more {
        display: none; }
      .image-grid.hero .content:hover {
        background: none; }
        .image-grid.hero .content:hover .text, .image-grid.hero .content:hover .more {
          display: none; }

.logo-grid {
  margin: 10px 0; }
  .logo-grid .item {
    border: solid 1px #ccc;
    position: relative;
    overflow: hidden;
    margin: 15px 10px;
    width: calc(33.33% - 40px); }
    .lt-ie10 .logo-grid .item {
      float: left; }
    .logo-grid .item img {
      display: block;
      position: relative;
      width: 100%; }
    .logo-grid .item:before {
      display: none;
      right: 20px; }
  .logo-grid .content {
    padding-left: 20px;
    width: 100%; }

/* ==========================================================================
    Intro Panel
   ========================================================================== */
.intro-panel {
  padding: 30px; }
  .intro-panel p {
    color: #999;
    font-size: 1.8em;
    line-height: 1.6em;
    margin-bottom: 30px; }
    .intro-panel p:last-child {
      margin-bottom: 0; }
  .intro-panel.centered {
    max-width: 800px;
    text-align: center; }
  .intro-panel.error {
    max-width: 1000px; }
    .intro-panel.error .main-header, .intro-panel.error .main-header-alt {
      border-top: solid 1px #92d300;
      max-width: 780px;
      font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
      font-weight: normal;
      margin: 35px 0;
      padding-top: 45px; }
    .intro-panel.error p {
      color: #000a3e;
      font-size: 2.4em;
      font-size: 2.4em; }
  .intro-panel.reduced-spacing {
    padding-bottom: 0; }
  .intro-panel .main-header, .intro-panel .main-header-alt {
    margin-bottom: 0.4em; }
    .intro-panel .main-header:last-child, .intro-panel .main-header-alt:last-child {
      margin-bottom: 0; }
  .intro-panel .sub-header {
    display: block;
    margin-bottom: 0.4em; }
    .intro-panel .sub-header:last-child {
      margin-bottom: 0; }

.details-panel .baseline, .details-panel .cta {
  min-width: 230px;
  text-align: left;
  vertical-align: bottom; }
  .details-panel .baseline [class*="icon-"], .details-panel .cta [class*="icon-"] {
    font-size: 1.5em; }
    .details-panel .baseline [class*="icon-"]:last-child, .details-panel .cta [class*="icon-"]:last-child {
      margin-top: 5px; }
  .intro .details-panel .baseline, .details-panel .intro .baseline, .intro .details-panel .cta, .details-panel .intro .cta {
    text-align: right; }

.heading-menu {
  padding: 30px 10px 10px 30px; }
  .heading-menu .btn, .heading-menu .mfp-close, .heading-menu .outline-btn, .heading-menu .mfp-arrow {
    float: right;
    margin-left: 30px; }
  .heading-menu .section-title, .heading-menu .section-sub-title {
    float: right;
    margin-bottom: 0px;
    margin-top: 10px; }
  .heading-menu .main-header, .heading-menu .main-header-alt {
    float: left; }

.details-panel {
  border: solid 1px #e1e1e1;
  width: 100%;
  display: table; }
  .details-panel .segment {
    padding: 15px;
    display: table-cell; }
  .details-panel.standard {
    border: none;
    margin-bottom: 50px; }
    .details-panel.standard .segment {
      padding: 0; }
  .details-panel.intro {
    border: none; }
    .details-panel.intro .segment {
      padding: 0; }
  .details-panel .main-header-alt {
    margin: 0; }
  .details-panel .content-header {
    color: #333;
    margin: 0; }
  .details-panel .copy {
    color: #999;
    display: inline-block;
    font-size: 1.6em; }
  .details-panel [class*="icon-"] {
    color: #999;
    display: block;
    font-size: 1.6em;
    line-height: 1.4em; }
    .details-panel [class*="icon-"]:before {
      color: #92d300;
      float: left;
      line-height: 23px;
      margin-right: 10px; }

.corner-box {
  display: block;
  margin-bottom: 10px;
  width: auto;
  float: right;
  padding: 20px;
  margin-left: 20px; }
  .corner-box.medium-article {
    float: none;
    position: absolute;
    right: 0px;
    top: 55px;
    zoom: 1; }
    .corner-box.medium-article:before, .corner-box.medium-article:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .corner-box.medium-article:after {
      clear: both; }
  .corner-box p {
    margin: 0; }
    .corner-box p:first-of-type {
      margin-bottom: 15px; }
  .corner-box .corner-buttons {
    clear: both;
    text-align: right; }
    .corner-box .corner-buttons .btn, .corner-box .corner-buttons .mfp-close, .corner-box .corner-buttons .outline-btn, .corner-box .corner-buttons .mfp-arrow {
      margin: 10px 0; }

.intro-text {
  float: left;
  padding-right: 10px;
  width: calc( 50% - 10px); }
  .intro-text small {
    color: #444;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0.2em;
    text-transform: uppercase; }

.promo-wrapper {
  float: right;
  width: calc( 50% - 10px); }

.intro-promo {
  border: 1px solid #ccc;
  display: table;
  float: right;
  height: auto;
  position: relative;
  width: 100%; }
  .intro-promo .promo-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    height: 100%;
    width: 50%; }
  .intro-promo .promo-text {
    display: table-cell;
    width: 50%;
    padding: 40px 20px 50px 20px; }
    .intro-promo .promo-text p {
      color: #666;
      font-size: 1.4em; }
  .intro-promo .btn, .intro-promo .mfp-close, .intro-promo .outline-btn, .intro-promo .mfp-arrow {
    position: absolute;
    right: -1px;
    bottom: 0; }

/* ==========================================================================
    Intro Panel
   ========================================================================== */
.intro-split-panel {
  color: #444;
  padding: 30px 20px; }
  .intro-split-panel .intro-text {
    float: left;
    padding-right: 10px;
    width: 50%; }
    .intro-split-panel .intro-text small {
      color: #444;
      display: block;
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 0.2em;
      text-transform: uppercase; }
  .intro-split-panel p {
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 30px; }
    .intro-split-panel p:last-child {
      margin-bottom: 0; }
  .intro-split-panel .main-header, .intro-split-panel .main-header-alt {
    color: #000a3e; }
  .intro-split-panel .split-promo-wrapper {
    float: right;
    width: calc( 50% - 60px); }
    .intro-split-panel .split-promo-wrapper img {
      max-width: 100%; }
  .intro-split-panel .split-promo {
    border: 1px solid #ccc;
    float: right;
    height: auto;
    position: relative;
    width: 100%; }
    .intro-split-panel .split-promo .promo-image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 320px;
      width: 100%; }
    .intro-split-panel .split-promo .promo-text {
      width: 100%;
      padding: 20px 20px 50px 20px; }
      .intro-split-panel .split-promo .promo-text small {
        color: #000a3e;
        display: block;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 1em;
        text-transform: uppercase; }
      .intro-split-panel .split-promo .promo-text .content-header {
        color: #444;
        font-size: 2.2em; }
    .intro-split-panel .split-promo .btn, .intro-split-panel .split-promo .mfp-close, .intro-split-panel .split-promo .outline-btn, .intro-split-panel .split-promo .mfp-arrow {
      position: absolute;
      right: -1px;
      bottom: 0; }
  .intro-split-panel.narrow .intro-text {
    padding-right: 30px;
    width: 66.666%; }
  .intro-split-panel.narrow .split-promo-wrapper {
    width: 33.333%; }

.jump-to {
  padding: 10px; }

.jump-label {
  float: left;
  font-size: 1.4em;
  width: 80px; }

.jump-links {
  font-size: 1.6em;
  zoom: 1; }
  .jump-links:before, .jump-links:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .jump-links:after {
    clear: both; }
  .jump-links li {
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 25%; }
  .jump-links.w-label {
    margin-left: 100px; }
  .jump-links.triple li {
    float: left;
    width: 33.3%; }
  .jump-links.alphabet li {
    float: left;
    width: auto; }

.title-bordered {
  border-bottom: 1px solid #92d300; }
  .title-bordered .btn, .title-bordered .mfp-close, .title-bordered .outline-btn, .title-bordered .mfp-arrow {
    float: right; }

.title-bordered-text {
  color: #000a3e;
  font-size: 2.4em;
  line-height: 1em;
  min-height: 44px;
  padding: 10px 20px;
  font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .standalone-form .title-bordered-text:first-child {
    padding: 0 20px 10px 20px; }

.title-bordered--filter {
  border: 1px solid #f7f7f7; }
  .title-bordered--filter .title-bordered-text {
    float: left;
    line-height: 1.7; }
  .title-bordered--filter .form-select {
    background: #fff;
    float: right;
    height: 42px;
    margin: 10px 20px; }

.to-top {
  bottom: -5px;
  float: right;
  margin-top: 10px;
  padding-right: 30px;
  position: relative;
  font-size: 1.3em; }
  .to-top:before {
    color: #92d300;
    position: absolute;
    top: 2px;
    right: 0; }

.member-list {
  zoom: 1;
  padding: 10px 0; }
  .member-list:before, .member-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .member-list:after {
    clear: both; }

.member {
  float: left;
  padding: 10px 20px 20px 20px;
  border-right: 1px solid #ccc;
  width: 33.3%; }
  .member:nth-child(3n) {
    border: none; }
  .member.single {
    border-right: none;
    float: none;
    width: 100%; }
  .member .name {
    display: block;
    font-size: 1.8em;
    padding-bottom: 5px; }
  .member .meta {
    font-size: 1.4em;
    line-height: 1.7em; }
    .member .meta a {
      font-weight: bold; }

.member-image {
  float: left;
  padding-right: 10px;
  width: calc(45% - 10px); }
  .member-image img {
    width: 100%; }
  .single .member-image {
    padding-right: 20px;
    width: calc(25% - 20px); }

.member-text {
  float: left;
  width: 55%; }
  .single .member-text {
    width: 75%; }

.judge-list h2 {
  text-align: center;
  font-size: 20px;
  font-size: 24px; }

.judge-list .member-list {
  text-align: center; }
  .judge-list .member-list .member {
    float: none;
    border-right: 0;
    text-align: center;
    display: inline-block;
    width: 20%; }
    .judge-list .member-list .member img {
      margin-bottom: 20px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      overflow: hidden;
      object-fit: cover; }
    .judge-list .member-list .member span {
      display: block; }

.judge-stages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: row;
  margin-top: -60px;
  background-color: #f7f7f7;
  margin-bottom: 100px; }

.judge-stage {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 50%;
  background-color: #000a3e;
  color: #fff;
  width: 294px;
  height: 294px;
  padding: 40px;
  margin-bottom: -40px; }
  .judge-stage:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px; }
  .judge-stage h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5; }
  .judge-stage p {
    font-size: 16px;
    line-height: 1.875; }

@media print {
  .title-bordered-text {
    height: auto !important; } }

/* ==========================================================================
    MEGA MENU
   ========================================================================== */
.site-navigation li:hover .mega-menu {
  display: block; }

.site-navigation > ul > li:hover {
  background: #000a3e;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-navigation > ul > li:hover > a {
    color: #fff; }

.site-navigation > ul > li a:hover {
  position: relative;
  z-index: 2; }

.mega-menu {
  background: #fcfcfc;
  border: 1px solid #dedede;
  border-top: none;
  display: none;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1; }
  .five-item .mega-menu {
    left: 0;
    width: 100%; }
    .five-item .mega-menu .level-one > li {
      width: 20%; }
  .four-item .mega-menu {
    left: 0;
    width: 100%; }
    .four-item .mega-menu .level-one > li {
      width: 25%; }
  .three-item .mega-menu {
    left: 'auto';
    right: 0;
    width: 60%; }
    .three-item .mega-menu .level-one > li {
      width: 33.333%; }
  .two-item .mega-menu {
    left: 'auto';
    right: 0;
    width: 40%; }
    .two-item .mega-menu .level-one > li {
      width: 50%; }
  .one-item .mega-menu {
    left: 'auto';
    right: 0;
    width: 20%; }
    .one-item .mega-menu .level-one > li {
      width: 100%; }
  .mega-menu a {
    color: #666;
    display: block;
    float: none;
    padding: 0 0 20px 0;
    text-align: left;
    text-transform: uppercase; }
    .mega-menu a:hover {
      text-decoration: underline; }
  .mega-menu li {
    margin: 0;
    min-height: 10px; }
  .mega-menu .level-one {
    padding: 40px 20px 20px 20px;
    zoom: 1; }
    .mega-menu .level-one:before, .mega-menu .level-one:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .mega-menu .level-one:after {
      clear: both; }
    .mega-menu .level-one > li {
      float: left;
      padding-right: 20px;
      width: 20%; }
      .mega-menu .level-one > li > a {
        color: #000a3e; }
  .mega-menu .level-two {
    padding: 0 10px 0 0; }
    .mega-menu .level-two li {
      display: block;
      float: none;
      width: auto; }
      .mega-menu .level-two li > a {
        color: #666;
        float: none;
        font-size: 14px;
        line-height: 1.4em;
        text-align: left;
        width: auto; }

/* ==========================================================================
    MOBILE SLIDER
   ========================================================================== */
.slider-gallery-btn {
  display: none; }

/* ==========================================================================
    MODAL
   ========================================================================== */
.mfp-ajax-holder .mfp-content {
  max-width: 1024px; }

.modal-box {
  background: #fff;
  border: 1px solid #ccc;
  margin: 39px 0;
  max-width: 780px;
  zoom: 1; }
  .modal-box:before, .modal-box:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .modal-box:after {
    clear: both; }
  .modal-box .flickr-icon {
    float: left;
    height: 32px; }
    .modal-box .flickr-icon:before, .modal-box .flickr-icon:after {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .modal-box .modal-img {
    border-right: 1px solid #ccc;
    float: left;
    width: 38%; }
    .modal-box .modal-img img {
      display: block; }
    .modal-box .modal-img img {
      max-width: 100%; }
    .modal-box .modal-img.press a {
      display: block;
      position: relative; }
    .modal-box .modal-img.press .btn, .modal-box .modal-img.press .mfp-close, .modal-box .modal-img.press .outline-btn, .modal-box .modal-img.press .mfp-arrow {
      bottom: 0;
      font-size: 1.6em;
      max-width: 100%;
      position: absolute;
      right: 0; }
  .modal-box .small-text {
    display: block;
    font-size: 0.75em; }
  .modal-box .modal-details {
    padding: 25px 15px; }
    .modal-box .modal-details.w-image {
      float: left;
      width: 62%; }
    .modal-box .modal-details p {
      font-size: 1.4em;
      line-height: 1.7em; }
  .modal-box .content-header {
    line-height: 1.5em;
    margin-bottom: 0; }
  .modal-box .content-sub-header {
    line-height: 1.5em; }
  .modal-box .sub-text {
    color: #444;
    display: block;
    font-size: 1.4em;
    line-height: 1.5em;
    padding-bottom: 15px; }
    .modal-box .sub-text.press {
      padding-bottom: 0px; }
  .modal-box.user-popup {
    display: flex;
    flex-direction: column; }
    .modal-box.user-popup .modal-img {
      padding-top: 50px;
      float: none;
      width: 100%;
      text-align: center; }
      .modal-box.user-popup .modal-img img {
        width: 150px;
        height: 150px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        object-fit: cover; }
    .modal-box.user-popup .modal-details {
      padding: 30px 50px 50px; }
      .modal-box.user-popup .modal-details.w-image {
        float: none;
        width: 100%; }
        .modal-box.user-popup .modal-details.w-image h3, .modal-box.user-popup .modal-details.w-image span.sub-text {
          text-align: center; }
        .modal-box.user-popup .modal-details.w-image h3 {
          font-size: 20px;
          font-weight: 700; }
        .modal-box.user-popup .modal-details.w-image span.sub-text {
          font-size: 13px;
          text-transform: uppercase;
          line-height: 1.84615; }
        .modal-box.user-popup .modal-details.w-image p {
          font-size: 16px;
          line-height: 1.875; }
    .modal-box.user-popup .overflow {
      max-height: 305px;
      margin-right: -10px;
      margin-bottom: -10px;
      margin-left: -10px;
      overflow: auto; }

.modal-share {
  padding-top: 20px; }
  .modal-share li {
    color: #000a3e;
    display: inline-block;
    font-size: 1.4em;
    padding: 6px 2px; }
    .modal-share li:first-child {
      padding-right: 20px; }
  .modal-share a {
    font-size: 0; }
    .modal-share a:before {
      font-size: 18px; }
    .modal-share a.showText {
      font-size: 100%; }

.video-overlay {
  height: 100%;
  position: relative;
  padding-top: 67.82051%;
  height: 0;
  min-width: 780px;
  padding-top: 56.4%;
  width: 100%; }
  .video-overlay iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.newsletter-grid {
  margin-right: -2px;
  margin-left: -2px; }

.newsletter-alert {
  margin-bottom: 30px;
  background-color: #000a3e;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-size: 16px; }

.newsletter-item {
  padding: 2px;
  height: 318px;
  display: inline-block;
  float: left;
  width: 25%; }
  .newsletter-item a {
    position: relative;
    display: block;
    height: 100%;
    background-color: #000a3e;
    color: #fff;
    padding: 30px;
    font-size: 24px;
    text-align: center; }
    @supports (display: flex) {
      .newsletter-item a {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center; } }
    .newsletter-item a > * {
      position: relative;
      z-index: 1; }
    .newsletter-item a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background-color: rgba(0, 10, 62, 0.7); }
  .newsletter-item--alt a {
    font-size: initial;
    text-align: left; }
    @supports (display: flex) {
      .newsletter-item--alt a {
        justify-content: flex-start;
        align-items: flex-start; } }
    .newsletter-item--alt a h4 {
      margin-bottom: 16px;
      font-size: 24px;
      text-transform: uppercase; }

.newsletter-popup {
  max-width: 640px;
  padding: 40px 100px; }
  .newsletter-popup h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 700; }
  .newsletter-popup p {
    margin: 16px 0;
    font-size: 14px; }

/* ==========================================================================
    Page header bar
   ========================================================================== */
.page-header-bar {
  background: #fcfcfc;
  border-bottom: 1px solid #d6d6d6;
  zoom: 1; }
  .page-header-bar:before, .page-header-bar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .page-header-bar:after {
    clear: both; }
  .page-header-bar .header-block {
    float: left;
    padding: 18px 40px 10px 40px; }
    .page-header-bar .header-block .main-header, .page-header-bar .header-block .main-header-alt {
      font-size: 3em;
      margin: 0;
      padding: 0; }
  .page-header-bar .search-block {
    background: #f7f7f7;
    float: right;
    padding: 16px;
    zoom: 1;
    border-left: 1px solid #e1e1e1; }
    .page-header-bar .search-block:before, .page-header-bar .search-block:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .page-header-bar .search-block:after {
      clear: both; }
    .page-header-bar .search-block label {
      position: absolute;
      left: -999em;
      height: 0;
      width: 0; }
    .page-header-bar .search-block input[type="text"] {
      background: #fff;
      border: 1px solid #e1e1e1;
      font-size: 1.6em;
      float: left;
      padding: 10px 12px;
      margin-right: 8px;
      width: 340px; }
    .page-header-bar .search-block input[type="submit"] {
      background: #92d300;
      border: none;
      color: #fff;
      float: left;
      font-family: 'icomoon';
      font-size: 20px;
      font-style: normal;
      font-weight: normal;
      line-height: 20px;
      height: 40px;
      position: relative;
      width: 50px;
      text-align: center;
      vertical-align: top; }
  .page-header-bar.in-content {
    display: table;
    margin: -10px -10px 10px -10px;
    width: calc(100% + 20px); }
    .page-header-bar.in-content .header-block, .page-header-bar.in-content .search-block {
      display: table-cell;
      float: none; }
    .page-header-bar.in-content .header-block {
      padding: 18px 20px 10px 30px;
      zoom: 1; }
      .page-header-bar.in-content .header-block:before, .page-header-bar.in-content .header-block:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .page-header-bar.in-content .header-block:after {
        clear: both; }
      @media (max-width: 768px) {
        .page-header-bar.in-content .header-block {
          border: none;
          display: block;
          padding: 16px;
          width: 100%; } }
    .page-header-bar.in-content .search-block {
      width: 400px; }
      .page-header-bar.in-content .search-block input[type="text"] {
        max-width: 340px;
        width: calc(100% - 58px); }
      @media (max-width: 1190px) {
        .page-header-bar.in-content .search-block {
          width: auto;
          max-width: 250px; } }
      @media (max-width: 768px) {
        .page-header-bar.in-content .search-block {
          border-left: none;
          border-top: 1px solid #e1e1e1;
          display: block;
          max-width: 100%;
          width: 100%; }
          .page-header-bar.in-content .search-block input[type="text"] {
            max-width: 100%; } }
  .page-header-bar .header-date {
    color: #333;
    float: left;
    line-height: 40px;
    font-size: 2.2em; }
    @media (max-width: 1190px) {
      .page-header-bar .header-date {
        font-size: 1.8em; } }
    @media (max-width: 470px) {
      .page-header-bar .header-date {
        display: block;
        float: none;
        width: 100%; } }

/* ==========================================================================
    PAGE TABS
   ========================================================================== */
.page-tabs li {
  display: block;
  float: left;
  margin-right: 5px; }
  .page-tabs li:last-child {
    margin-right: 0; }

.page-tabs a {
  background: #92d300;
  color: #000a3e;
  display: block;
  font-size: 1.4em;
  padding: 20px 40px; }
  .page-tabs a.active {
    background: #fff; }

/* ==========================================================================
    FORMS
   ========================================================================== */
.pagination {
  font-size: 1.5em; }
  .pagination ul ul li {
    border-right: solid 1px #ccc;
    line-height: 1em;
    margin-right: 10px;
    padding-right: 10px; }
    .pagination ul ul li:last-child {
      border-right: none;
      padding-right: 0; }
  .pagination li {
    color: #ccc;
    display: block;
    float: left;
    margin-right: 25px; }
    .pagination li:last-child {
      margin-right: 0; }
  .pagination a.active {
    color: #999; }
  .pagination a.disabled {
    color: #ccc; }

.pagination-wrap {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
  zoom: 1; }
  .pagination-wrap:before, .pagination-wrap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .pagination-wrap:after {
    clear: both; }
  .pagination-wrap .results-text {
    margin-top: 0;
    padding-bottom: 0; }
  .pagination-wrap .pagination {
    zoom: 1;
    float: right; }
    .pagination-wrap .pagination:before, .pagination-wrap .pagination:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .pagination-wrap .pagination:after {
      clear: both; }

/* ==========================================================================
    PROMOS
   ========================================================================== */
.promo {
  margin-top: 20px; }
  .promo:first-child {
    margin-top: 0; }
  .promo img {
    display: block;
    width: 100%; }
  .promo .strapline, .promo .more {
    background: #000a3e;
    border-top: solid 1px #92d300;
    color: #fff;
    font-size: 1.5em;
    padding: 20px;
    text-align: center;
    font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .promo .text {
    background: #000a3e;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-top: 56.66667%;
    height: 0; }
  .promo .heading {
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 8px; }
  .promo .copy {
    font-size: 1.4em;
    line-height: 1.3em; }
  .promo .v-centered {
    padding: 0 20px; }
  .promo .more {
    text-align: right; }
    .promo .more:before {
      float: right;
      margin-left: 10px; }

.promo-ctas .container, .promo-ctas .secondary-nav ul, .secondary-nav .promo-ctas ul, .promo-ctas .intro-panel, .promo-ctas .intro-split-panel {
  padding: 30px 0;
  zoom: 1; }
  .promo-ctas .container:before, .promo-ctas .secondary-nav ul:before, .secondary-nav .promo-ctas ul:before, .promo-ctas .intro-panel:before, .promo-ctas .intro-split-panel:before, .promo-ctas .container:after, .promo-ctas .secondary-nav ul:after, .secondary-nav .promo-ctas ul:after, .promo-ctas .intro-panel:after, .promo-ctas .intro-split-panel:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .promo-ctas .container:after, .promo-ctas .secondary-nav ul:after, .secondary-nav .promo-ctas ul:after, .promo-ctas .intro-panel:after, .promo-ctas .intro-split-panel:after {
    clear: both; }
  .primary-content .promo-ctas .container, .primary-content .promo-ctas .secondary-nav ul, .secondary-nav .primary-content .promo-ctas ul, .primary-content .promo-ctas .intro-panel, .primary-content .promo-ctas .intro-split-panel {
    padding: 15px 0 30px 0; }

.promo-ctas .item {
  float: left;
  padding: 0 20px;
  text-align: center;
  width: 33.333%; }

.promo-ctas img {
  margin-bottom: 20px; }

.promo-ctas p {
  color: #444;
  font-size: 1.6em;
  line-height: 1.5em; }

.promo-ctas .btn-row {
  padding-top: 30px; }
  .promo-ctas .btn-row a:hover {
    cursor: pointer; }

.promo-ctas .image-mask {
  border-radius: 50%;
  margin: 0 auto 20px auto;
  overflow: hidden;
  width: 160px; }
  .promo-ctas .image-mask img {
    display: block;
    margin-bottom: 0;
    width: 100%; }

.promo-text-limit {
  min-height: 90px; }

/* ==========================================================================
    IMAGE GRID
   ========================================================================== */
.flickr-icon {
  display: block;
  padding-left: 30px;
  position: relative; }
  .flickr-icon:before, .flickr-icon:after {
    background: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 6px;
    width: 10px; }
  .flickr-icon:after {
    left: 12px;
    opacity: 1; }

.promo-grid .item {
  margin: 10px;
  float: left;
  width: calc(20% - 20px); }
  .promo-grid .item.double .promo-block {
    height: 126px; }
    .promo-grid .item.double .promo-block:first-child {
      margin-bottom: 20px; }

.promo-grid.single .item {
  margin: 0;
  padding: 0;
  width: 100%; }

.promo-grid.single .promo-block {
  height: 208px; }

.promo-grid .promo-block {
  height: 272px;
  overflow: hidden;
  position: relative; }
  .promo-grid .promo-block a {
    display: block;
    height: 100%;
    width: 100%; }
    .promo-grid .promo-block a:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-image: -webkit-linear-gradient( top , rgba(0, 10, 62, 0) 0%, rgba(0, 10, 62, 0.7) 100%);
      background-image: linear-gradient(to bottom, rgba(0, 10, 62, 0) 0%, rgba(0, 10, 62, 0.7) 100%); }

.promo-grid img {
  display: block;
  min-height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.promo-grid .promo-text {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 2; }
  .promo-grid .promo-text span {
    font-size: 2em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
    .promo-grid .promo-text span.promo-label {
      font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
      font-weight: normal;
      display: block;
      font-size: 3.6em;
      line-height: 0.9em;
      padding-bottom: 10px; }

.promo-grid .btn-arrow {
  background: #92d300;
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 2; }
  .promo-grid .btn-arrow:before {
    margin: 0; }

/* ==========================================================================
    Reports
   ========================================================================== */
.reports-header {
  padding: 10px;
  zoom: 1; }
  .reports-header:before, .reports-header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .reports-header:after {
    clear: both; }
  .reports-header .sub-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.8em;
    margin-bottom: 1.2em; }
  .reports-header p {
    font-size: 1.5em;
    line-height: 1.8em;
    margin-bottom: 1.2em;
    font-family: "HelveticaNeueW82-Regula", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .reports-header .popular-reports {
    border-right: 1px dotted #000a3e;
    float: left;
    padding-right: 30px;
    width: 55%; }
  .reports-header .find-country {
    float: right;
    padding-left: 30px;
    width: 45%; }
  .reports-header .find-region .select-label {
    float: left;
    padding-right: 80px; }
  .reports-header select {
    border: solid 1px #e1e1e1;
    color: #666;
    display: block;
    float: left;
    font-size: 1.6em;
    height: 44px;
    margin: 0;
    max-width: 300px;
    padding: 0 10px;
    width: 100%; }

.download-list li {
  display: inline-block;
  padding: 0 0 20px 0;
  margin-right: 20px; }

.download-list a {
  font-size: 1.6em;
  color: #000a3e; }
  .download-list a:before {
    margin-right: 5px; }

.reports-list {
  padding-bottom: 30px;
  zoom: 1; }
  .reports-list:before, .reports-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .reports-list:after {
    clear: both; }
  .reports-list .sub-header {
    border-bottom: 1px solid #ccc;
    padding: 0.8em 0 0.8em 10px;
    margin-bottom: 0.8em; }
  .reports-list .single-block {
    float: left;
    padding: 10px;
    width: 33.333%; }
  .reports-list .double-block {
    float: left;
    padding: 10px;
    width: 66.666%;
    zoom: 1; }
    .reports-list .double-block:before, .reports-list .double-block:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .reports-list .double-block:after {
      clear: both; }
    .reports-list .double-block .item {
      width: 50%; }
  .reports-list .triple-block {
    clear: both;
    padding: 10px;
    width: 100%;
    zoom: 1; }
    .reports-list .triple-block:before, .reports-list .triple-block:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .reports-list .triple-block:after {
      clear: both; }
    .reports-list .triple-block .item {
      width: 33.333%; }
  .reports-list .item {
    float: left;
    padding: 10px;
    width: 100%; }
  .reports-list .footer-btn {
    clear: both;
    padding: 20px 0; }

/* ==========================================================================
    Schedule
   ========================================================================== */
.schedule-item {
  background: #fff;
  padding: 20px 10px 10px 10px;
  position: relative;
  z-index: 2; }
  .schedule-item:nth-of-type(odd) {
    background: #f7f7f7;
    /*&:before {
				background: $sidebarBg;
				content: '';
				display: block;
				height: 100%;
				left: 100%;
				position: absolute;
				top: 0;
				width: 160px;
				z-index: 1;
			}*/ }
  .schedule-item .date-details {
    color: #000a3e;
    padding-right: 20px;
    text-align: center;
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-weight: normal;
    float: left;
    width: 17.02128%; }
    .schedule-item .date-details .date {
      font-size: 5em; }
    .schedule-item .date-details .day, .schedule-item .date-details .month-year {
      font-size: 1.8em; }
  .schedule-item .items {
    float: left;
    width: 82.97872%; }
    @media print {
      .schedule-item .items {
        page-break-before: always; } }
  .schedule-item.tours .items {
    float: left;
    width: 100%; }
    @media print {
      .schedule-item.tours .items {
        page-break-before: always; } }
  .schedule-item .item {
    padding-bottom: 30px; }
    .schedule-item .item:first-child {
      padding-top: 10px; }
    .schedule-item .item:last-child {
      padding-bottom: 20px; }
  .schedule-item .image {
    float: left;
    width: 38.46154%; }
    .schedule-item .image img {
      display: block;
      width: 100%; }
  .schedule-item .content {
    float: left;
    padding-left: 20px;
    width: 61.53846%; }
    .schedule-item .content p {
      font-size: 1.4em;
      line-height: 1.6em;
      margin-top: 1em; }
      .schedule-item .content p:first-child {
        margin-top: 0; }
  .schedule-item .title-bordered {
    line-height: 2em; }
    .schedule-item .title-bordered p {
      line-height: 1.2em;
      margin-bottom: 1em; }
  .schedule-item .heading {
    color: #000a3e;
    font-size: 1.8em;
    margin-bottom: 1em; }
    .schedule-item .heading .duration {
      color: #999;
      display: block;
      padding-top: 5px; }

/* ==========================================================================
    SEARCH RESULTS
   ========================================================================== */
.search-results.error-results {
  width: 100%; }

.results-text {
  float: left;
  font-size: 1.5em;
  margin-top: 30px;
  padding-bottom: 20px; }
  .pagination-gutter .results-text {
    margin-top: 0;
    padding-bottom: 0; }
  .results-text em {
    color: #000a3e; }

.st {
  color: #000a3e;
  background: #eee; }

.pagination-gutter {
  margin-top: 25px; }
  .pagination-gutter .pagination {
    float: right; }
  @media only screen and (max-width: 1350px) {
    .pagination-gutter .results-text, .pagination-gutter .pagination {
      float: none; }
    .pagination-gutter .pagination {
      margin-top: 10px; } }

.search-form {
  padding: 10px; }
  .search-form button {
    cursor: pointer;
    float: right;
    max-width: 54px; }
  .search-form input[type="text"] {
    width: 94%;
    width: calc( 100% - 74px); }
    .no-csscalc .search-form input[type="text"] {
      width: 94%; }
  .search-form .results-text {
    border-bottom: solid 1px #ccc;
    width: 100%; }

.result-item {
  margin-top: 25px;
  padding-bottom: 10px; }
  .result-item .title {
    border-bottom: solid 1px #92d300;
    height: 46px;
    position: relative; }
  .result-item .content-header {
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    white-space: nowrap;
    width: calc(100% - 80px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .result-item .btn, .result-item .mfp-close, .result-item .outline-btn, .result-item .mfp-arrow {
    float: right; }
  .result-item .content {
    padding: 10px 0; }
  .result-item .text {
    color: #666;
    float: left;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-right: 20px;
    width: 77.41935%; }
  .result-item .image {
    float: left;
    width: 22.58065%; }
  .result-item img {
    width: 100%; }

/* ==========================================================================
    SHARE BUTTON
   ========================================================================== */
.page-bg .share-button, .modal-box .share-button, .mfp-bottom-bar .share-button {
  float: right;
  margin: 0 0 10px 0;
  width: 300px; }

.topbar .share-button {
  padding: 7px 10px 8px 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .topbar .share-button:hover {
    background: #92d300; }

.page-header-bar .share-button {
  margin-bottom: 0; }
  .page-bg .page-header-bar .share-button.sharrre .left,
  .page-header-bar .share-button.sharrre .middle a {
    line-height: 40px; }

.sharrre .box, .sharrre .box-alt {
  clear: both;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sharrre .left {
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sharrre .middle {
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear; }
  .sharrre .middle a {
    color: #fff;
    float: left;
    line-height: 46px;
    padding: 0 15px;
    text-align: center; }
    .sharrre .middle a:hover {
      color: #000a3e;
      text-decoration: none; }

.topbar .sharrre .box, .topbar .sharrre .box-alt {
  margin: 0; }

.topbar .sharrre .middle {
  background: #92d300;
  height: 0px;
  left: 50%;
  overflow: hidden;
  top: 23px;
  width: 230px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: height 0.1s linear;
  -moz-transition: height 0.1s linear;
  transition: height 0.1s linear; }

.topbar .sharrre:hover .middle {
  height: 35px; }

.page-bg .sharrre .box, .page-bg .sharrre .box-alt, .modal-box .sharrre .box, .modal-box .sharrre .box-alt, .mfp-bottom-bar .sharrre .box, .mfp-bottom-bar .sharrre .box-alt {
  background: #92d300;
  color: #fff;
  font-size: 1.4em;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  float: right; }
  .page-bg .sharrre .box:hover, .page-bg .sharrre .box-alt:hover, .modal-box .sharrre .box:hover, .modal-box .sharrre .box-alt:hover, .mfp-bottom-bar .sharrre .box:hover, .mfp-bottom-bar .sharrre .box-alt:hover {
    color: #000a3e;
    padding-left: 230px; }
    .page-bg .sharrre .box:hover .middle, .page-bg .sharrre .box-alt:hover .middle, .modal-box .sharrre .box:hover .middle, .modal-box .sharrre .box-alt:hover .middle, .mfp-bottom-bar .sharrre .box:hover .middle, .mfp-bottom-bar .sharrre .box-alt:hover .middle {
      width: 230px; }

.page-bg .sharrre .left, .modal-box .sharrre .left, .mfp-bottom-bar .sharrre .left {
  line-height: 46px; }

.page-bg .sharrre .middle, .modal-box .sharrre .middle, .mfp-bottom-bar .sharrre .middle {
  height: 46px;
  top: 0;
  width: 0; }

.social-btns {
  color: #fff; }

.overlay-social {
  bottom: 45px;
  right: 50%;
  position: absolute; }
  .overlay-social .btn.icon-printer, .overlay-social .icon-printer.mfp-close, .overlay-social .icon-printer.outline-btn, .overlay-social .icon-printer.mfp-arrow {
    padding: 8px; }
  .overlay-social .sharrre .left, .overlay-social .sharrre .middle a {
    line-height: 38px; }
  .overlay-social .btn.flikr-download, .overlay-social .flikr-download.mfp-close, .overlay-social .flikr-download.outline-btn, .overlay-social .flikr-download.mfp-arrow {
    color: #fff;
    padding: 19px; }
  .mfp-bottom-bar .overlay-social {
    bottom: auto;
    right: 0;
    top: 100%;
    width: 100%; }

/* ==========================================================================
    Sidebar
   ========================================================================== */
.sidebar-wrap {
  padding: 10px; }

.sidebar {
  position: relative;
  background: #f7f7f7;
  float: left;
  padding: 40px;
  width: 24.5%; }

.side-navigation {
  font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .side-navigation a {
    color: #666; }
    .side-navigation a:hover, .side-navigation a.active {
      color: #000a3e; }
  .side-navigation ul {
    list-style-type: none;
    font-size: 1.7em;
    margin: 0;
    padding: 0; }
    .side-navigation ul li {
      padding: 0 0 30px 0; }
    .side-navigation ul ul {
      font-size: 0.8em;
      padding: 20px 0 10px 10px; }
      .side-navigation ul ul li {
        padding: 0 0 10px 0; }
  .side-navigation.extra ul ul {
    padding-left: 0; }

@media print {
  .sidebar {
    display: none; } }

/* ==========================================================================
    Single Slider
   ========================================================================== */
.video-slider-wrapper {
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  width: 73.4375%; }
  .video-slider-wrapper .single-slider {
    max-width: 940px;
    width: 100%; }
    .video-slider-wrapper .single-slider iframe {
      width: 100%; }
    .video-slider-wrapper .single-slider .item {
      display: inline-block;
      max-width: 940px; }
      .video-slider-wrapper .single-slider .item .item-title {
        margin-top: 10px; }
        .video-slider-wrapper .single-slider .item .item-title .sub-header {
          margin-bottom: 0; }
    .video-slider-wrapper .single-slider .slick-prev, .video-slider-wrapper .single-slider .mfp-arrow-left, .video-slider-wrapper .single-slider .slick-next, .video-slider-wrapper .single-slider .mfp-arrow-right {
      color: #fff;
      height: 60px;
      margin-top: -35px;
      width: 60px; }
      .video-slider-wrapper .single-slider .slick-prev:before, .video-slider-wrapper .single-slider .mfp-arrow-left:before, .video-slider-wrapper .single-slider .slick-next:before, .video-slider-wrapper .single-slider .mfp-arrow-right:before {
        font-size: 30px; }
    .video-slider-wrapper .single-slider .slick-slide {
      opacity: 0;
      -webkit-transition: opacity, 0.25s;
      -moz-transition: opacity, 0.25s;
      transition: opacity, 0.25s; }
      .video-slider-wrapper .single-slider .slick-slide.slick-active {
        opacity: 1; }
    .video-slider-wrapper .single-slider .slick-prev, .video-slider-wrapper .single-slider .mfp-arrow-left {
      left: -72px; }
    .video-slider-wrapper .single-slider .slick-next, .video-slider-wrapper .single-slider .mfp-arrow-right {
      right: -72px; }
  .video-slider-wrapper .info-panel {
    font-size: 1.4em;
    position: absolute;
    top: 56%;
    top: calc(50% + 50px); }
    .video-slider-wrapper .info-panel.previous {
      left: -110px;
      text-align: right;
      width: 100px; }
    .video-slider-wrapper .info-panel.next {
      right: -110px;
      text-align: left;
      width: 100px; }
    .video-slider-wrapper .info-panel p {
      line-height: 1.4em; }
    .video-slider-wrapper .info-panel .decription {
      color: #000a3e; }
    .video-slider-wrapper .info-panel .time {
      color: #666; }

/* ==========================================================================
    SLIDER GALLERY
   ========================================================================== */
.image-grid .item, .logo-grid .item, .slider-gallery .item {
  position: relative; }
  .image-grid .item:before, .logo-grid .item:before, .slider-gallery .item:before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    padding: 2px;
    position: absolute;
    z-index: 2;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  .image-grid .item:hover:before, .logo-grid .item:hover:before, .slider-gallery .item:hover:before {
    opacity: 0; }

.image-grid a, .logo-grid a, .slider-gallery a {
  box-sizing: border-box; }

.image-grid img, .logo-grid img, .slider-gallery img {
  display: block;
  margin: 0 auto; }

.image-grid .more, .logo-grid .more, .slider-gallery .more {
  bottom: 10px;
  font-size: 1.4em;
  position: absolute;
  right: 10px; }
  .image-grid .more:before, .logo-grid .more:before, .slider-gallery .more:before {
    float: right;
    margin-left: 10px;
    margin-top: 1px;
    padding-bottom: 5px; }

.image-grid .content, .logo-grid .content, .slider-gallery .content {
  background: rgba(0, 10, 62, 0.8);
  color: #fff;
  height: 100%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 3; }
  .image-grid .content:hover, .logo-grid .content:hover, .slider-gallery .content:hover {
    color: #fff;
    opacity: 1; }
  .image-grid .content .text, .logo-grid .content .text, .slider-gallery .content .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .image-grid .content .name, .logo-grid .content .name, .slider-gallery .content .name {
    font-size: 1.8em;
    margin-bottom: 5px;
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .image-grid .content p, .logo-grid .content p, .slider-gallery .content p {
    font-size: 1.4em;
    padding-bottom: 20px;
    font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
    font-weight: normal; }

.slider-gallery {
  margin: 0 auto;
  max-width: 1140px;
  width: 89.0625%; }
  .slider-gallery .item {
    float: left;
    overflow: hidden;
    height: 260px;
    margin: 10px 0;
    width: 187px; }
    .featured-content .slider-gallery .item img {
      width: calc(100% - 20px); }
    .slider-gallery .item:before {
      right: 20px; }
  .slider-gallery .content {
    left: 10px;
    width: calc(100% - 20px); }
  .press-slider .slider-gallery .item {
    height: auto; }
  .slider-gallery .content-header {
    color: #fff; }

.press-slider.content-container.slider, .press-slider.slider.content-container-alt, .press-slider.slider.content-container-dark, .press-slider.slider.content-container-standard {
  border-left: none;
  border-right: none;
  margin: 0 0 20px 0;
  padding: 30px 10px; }

.press-slider .slider-gallery {
  width: calc(100% - 100px); }
  @media (min-width: 981px) {
    .press-slider .slider-gallery {
      width: calc(100% - 140px); } }

.press-slider .slick-prev, .press-slider .mfp-arrow-left, .press-slider .slick-next, .press-slider .mfp-arrow-right {
  margin-top: -25px; }

.press-slider .flickr-icon {
  background: #000a3e;
  bottom: 0;
  height: 25px;
  left: 0;
  padding-left: 26px;
  position: absolute;
  z-index: 2;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s; }
  .press-slider .flickr-icon:after, .press-slider .flickr-icon:before {
    top: 7px; }
  .press-slider .flickr-icon:after {
    left: 14px; }
  .press-slider .flickr-icon:before {
    left: 2px; }

.press-slider a:hover .flickr-icon {
  background: #92d300; }

/* ==========================================================================
    SLIDER GALLERY
   ========================================================================== */
.slider-partner {
  margin-bottom: 30px; }
  .slider-partner .item {
    zoom: 1; }
    .slider-partner .item:before, .slider-partner .item:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .slider-partner .item:after {
      clear: both; }
    .slider-partner .item .image {
      float: left;
      width: 32%; }
      .slider-partner .item .image img {
        display: inline;
        max-width: 100%; }
    .slider-partner .item .desc {
      float: left;
      width: 68%;
      padding: 20px; }
    .slider-partner .item .header-text {
      color: #000a3e;
      border-bottom: 1px dotted #ccc;
      font-size: 1.8em;
      line-height: 1.7em;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .slider-partner .item .text {
      font-size: 1.6em;
      font-style: italic;
      line-height: 1.7em; }

/* ==========================================================================
    SLIDER GALLERY
   ========================================================================== */
.slider-date {
  margin: 0 auto;
  max-width: 1140px;
  text-align: center; }
  .slider-date .content-header {
    text-align: center; }
  .slider-date .item {
    float: left;
    margin: 10px 0; }
    .slider-date .item .date {
      margin: 0 auto;
      max-width: 165px; }
      .slider-date .item .date span {
        border-bottom: 1px solid #92d300;
        display: block;
        font-size: 6em;
        padding-bottom: 10px;
        font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
        font-weight: normal; }
      .slider-date .item .date p {
        font-size: 1.3em;
        line-height: 1.5em;
        padding: 10px 0;
        font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
        font-weight: normal; }

/* ==========================================================================
    SLIDERS
   ========================================================================== */
.slick-prev, .mfp-arrow-left,
.slick-next,
.mfp-arrow-right {
  background: #92d300;
  color: #000a3e;
  height: 50px;
  margin-top: -30px;
  width: 50px; }
  .slick-prev:before, .mfp-arrow-left:before, .slick-next:before, .mfp-arrow-right:before {
    display: block;
    font-size: 14px;
    text-align: center; }
  .slick-prev.slick-disabled, .slick-disabled.mfp-arrow-left, .slick-prev.slick-disabled:hover, .slick-disabled.mfp-arrow-left:hover, .slick-next.slick-disabled, .slick-disabled.mfp-arrow-right, .slick-next.slick-disabled:hover, .slick-disabled.mfp-arrow-right:hover {
    background: #e1e1e1;
    color: #f7f7f7; }
  .slick-prev:hover, .mfp-arrow-left:hover, .slick-next:hover, .mfp-arrow-right:hover {
    background: #000a3e;
    color: #fff; }

.slick-prev, .mfp-arrow-left {
  left: -58px; }


.slick-next,
.mfp-arrow-right {
  right: -58px; }

.slick-dots {
  font-size: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 7px 1px 0; }
    .slick-dots li button {
      background: #aaa9a8;
      display: block;
      height: 7px;
      width: 7px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-transition: all withoutDelay;
      -moz-transition: all withoutDelay;
      transition: all withoutDelay; }
      .slick-dots li button:hover {
        background: #000a3e; }
    .slick-dots li:last-child {
      margin: 0 7px 1px 0; }
  .slick-dots .slick-active {
    margin: 0 7px 0 0; }
    .slick-dots .slick-active:last-child {
      margin: 0; }
    .slick-dots .slick-active button {
      background: #000a3e;
      height: 9px;
      width: 9px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }

/* ==========================================================================
    STAGGER
   ========================================================================== */
.item, .gallery-item, .lrg-promo, .promo-text {
  opacity: 0.01;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px); }
  .item.loaded, .gallery-item.loaded, .lrg-promo.loaded, .promo-text.loaded {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .item:nth-of-type(1), .gallery-item:nth-of-type(1), .lrg-promo:nth-of-type(1), .promo-text:nth-of-type(1) {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s; }
  .item:nth-of-type(2), .gallery-item:nth-of-type(2), .lrg-promo:nth-of-type(2), .promo-text:nth-of-type(2) {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.4s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.4s 0.4s; }
  .item:nth-of-type(3), .gallery-item:nth-of-type(3), .lrg-promo:nth-of-type(3), .promo-text:nth-of-type(3) {
    -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
    -moz-transition: opacity 0.4s 0.6s, -moz-transform 0.4s 0.6s;
    transition: opacity 0.4s 0.6s, transform 0.4s 0.6s; }
  .item:nth-of-type(4), .gallery-item:nth-of-type(4), .lrg-promo:nth-of-type(4), .promo-text:nth-of-type(4) {
    -webkit-transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
    -moz-transition: opacity 0.4s 0.8s, -moz-transform 0.4s 0.8s;
    transition: opacity 0.4s 0.8s, transform 0.4s 0.8s; }
  .item:nth-of-type(5), .gallery-item:nth-of-type(5), .lrg-promo:nth-of-type(5), .promo-text:nth-of-type(5) {
    -webkit-transition: opacity 0.4s 1s, -webkit-transform 0.4s 1s;
    -moz-transition: opacity 0.4s 1s, -moz-transform 0.4s 1s;
    transition: opacity 0.4s 1s, transform 0.4s 1s; }
  .item:nth-of-type(6), .gallery-item:nth-of-type(6), .lrg-promo:nth-of-type(6), .promo-text:nth-of-type(6) {
    -webkit-transition: opacity 0.4s 1.2s, -webkit-transform 0.4s 1.2s;
    -moz-transition: opacity 0.4s 1.2s, -moz-transform 0.4s 1.2s;
    transition: opacity 0.4s 1.2s, transform 0.4s 1.2s; }
  .item:nth-of-type(7), .gallery-item:nth-of-type(7), .lrg-promo:nth-of-type(7), .promo-text:nth-of-type(7) {
    -webkit-transition: opacity 0.4s 1.4s, -webkit-transform 0.4s 1.4s;
    -moz-transition: opacity 0.4s 1.4s, -moz-transform 0.4s 1.4s;
    transition: opacity 0.4s 1.4s, transform 0.4s 1.4s; }
  .item:nth-of-type(8), .gallery-item:nth-of-type(8), .lrg-promo:nth-of-type(8), .promo-text:nth-of-type(8) {
    -webkit-transition: opacity 0.4s 1.6s, -webkit-transform 0.4s 1.6s;
    -moz-transition: opacity 0.4s 1.6s, -moz-transform 0.4s 1.6s;
    transition: opacity 0.4s 1.6s, transform 0.4s 1.6s; }
  .item:nth-of-type(9), .gallery-item:nth-of-type(9), .lrg-promo:nth-of-type(9), .promo-text:nth-of-type(9) {
    -webkit-transition: opacity 0.4s 1.8s, -webkit-transform 0.4s 1.8s;
    -moz-transition: opacity 0.4s 1.8s, -moz-transform 0.4s 1.8s;
    transition: opacity 0.4s 1.8s, transform 0.4s 1.8s; }
  .item:nth-of-type(10), .gallery-item:nth-of-type(10), .lrg-promo:nth-of-type(10), .promo-text:nth-of-type(10) {
    -webkit-transition: opacity 0.4s 2s, -webkit-transform 0.4s 2s;
    -moz-transition: opacity 0.4s 2s, -moz-transform 0.4s 2s;
    transition: opacity 0.4s 2s, transform 0.4s 2s; }
  .item:nth-of-type(11), .gallery-item:nth-of-type(11), .lrg-promo:nth-of-type(11), .promo-text:nth-of-type(11) {
    -webkit-transition: opacity 0.4s 2.2s, -webkit-transform 0.4s 2.2s;
    -moz-transition: opacity 0.4s 2.2s, -moz-transform 0.4s 2.2s;
    transition: opacity 0.4s 2.2s, transform 0.4s 2.2s; }
  .item:nth-of-type(12), .gallery-item:nth-of-type(12), .lrg-promo:nth-of-type(12), .promo-text:nth-of-type(12) {
    -webkit-transition: opacity 0.4s 2.4s, -webkit-transform 0.4s 2.4s;
    -moz-transition: opacity 0.4s 2.4s, -moz-transform 0.4s 2.4s;
    transition: opacity 0.4s 2.4s, transform 0.4s 2.4s; }
  .item:nth-of-type(13), .gallery-item:nth-of-type(13), .lrg-promo:nth-of-type(13), .promo-text:nth-of-type(13) {
    -webkit-transition: opacity 0.4s 2.6s, -webkit-transform 0.4s 2.6s;
    -moz-transition: opacity 0.4s 2.6s, -moz-transform 0.4s 2.6s;
    transition: opacity 0.4s 2.6s, transform 0.4s 2.6s; }
  .item:nth-of-type(14), .gallery-item:nth-of-type(14), .lrg-promo:nth-of-type(14), .promo-text:nth-of-type(14) {
    -webkit-transition: opacity 0.4s 2.8s, -webkit-transform 0.4s 2.8s;
    -moz-transition: opacity 0.4s 2.8s, -moz-transform 0.4s 2.8s;
    transition: opacity 0.4s 2.8s, transform 0.4s 2.8s; }
  .item:nth-of-type(15), .gallery-item:nth-of-type(15), .lrg-promo:nth-of-type(15), .promo-text:nth-of-type(15) {
    -webkit-transition: opacity 0.4s 3s, -webkit-transform 0.4s 3s;
    -moz-transition: opacity 0.4s 3s, -moz-transform 0.4s 3s;
    transition: opacity 0.4s 3s, transform 0.4s 3s; }
  .item:nth-of-type(16), .gallery-item:nth-of-type(16), .lrg-promo:nth-of-type(16), .promo-text:nth-of-type(16) {
    -webkit-transition: opacity 0.4s 3.2s, -webkit-transform 0.4s 3.2s;
    -moz-transition: opacity 0.4s 3.2s, -moz-transform 0.4s 3.2s;
    transition: opacity 0.4s 3.2s, transform 0.4s 3.2s; }
  .item:nth-of-type(17), .gallery-item:nth-of-type(17), .lrg-promo:nth-of-type(17), .promo-text:nth-of-type(17) {
    -webkit-transition: opacity 0.4s 3.4s, -webkit-transform 0.4s 3.4s;
    -moz-transition: opacity 0.4s 3.4s, -moz-transform 0.4s 3.4s;
    transition: opacity 0.4s 3.4s, transform 0.4s 3.4s; }
  .item:nth-of-type(18), .gallery-item:nth-of-type(18), .lrg-promo:nth-of-type(18), .promo-text:nth-of-type(18) {
    -webkit-transition: opacity 0.4s 3.6s, -webkit-transform 0.4s 3.6s;
    -moz-transition: opacity 0.4s 3.6s, -moz-transform 0.4s 3.6s;
    transition: opacity 0.4s 3.6s, transform 0.4s 3.6s; }
  .item:nth-of-type(19), .gallery-item:nth-of-type(19), .lrg-promo:nth-of-type(19), .promo-text:nth-of-type(19) {
    -webkit-transition: opacity 0.4s 3.8s, -webkit-transform 0.4s 3.8s;
    -moz-transition: opacity 0.4s 3.8s, -moz-transform 0.4s 3.8s;
    transition: opacity 0.4s 3.8s, transform 0.4s 3.8s; }
  .item:nth-of-type(20), .gallery-item:nth-of-type(20), .lrg-promo:nth-of-type(20), .promo-text:nth-of-type(20) {
    -webkit-transition: opacity 0.4s 4s, -webkit-transform 0.4s 4s;
    -moz-transition: opacity 0.4s 4s, -moz-transform 0.4s 4s;
    transition: opacity 0.4s 4s, transform 0.4s 4s; }

.dontanimate.item, .dontanimate.gallery-item, .dontanimate.lrg-promo, .dontanimate.promo-text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0s 0s, -webkit-transform 0s 0s;
  -moz-transition: opacity 0s 0s, -moz-transform 0s 0s;
  transition: opacity 0s 0s, transform 0s 0s; }

/* CSS Document */
.speakers-intro {
  float: left;
  padding: 15px 0;
  position: relative;
  vertical-align: middle;
  display: block;
  margin: 10px;
  min-height: 490px;
  width: 48%;
  width: calc(50% - 20px); }
  .speakers-intro.reduced-width {
    max-width: 300px; }
  .speakers-intro p {
    color: #999;
    font-size: 1.8em;
    line-height: 1.7em; }
  .speakers-intro .vertical-center {
    display: table-cell;
    vertical-align: middle; }
  .speakers-intro .sub-title {
    color: #000a3e;
    display: block;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 3em; }
  .speakers-intro .date {
    color: #000a3e;
    display: block;
    font-size: 2.4em;
    line-height: 1.5em; }
  .speakers-intro .event {
    display: block;
    font-size: 1.8em;
    line-height: 1.5em; }
  .speakers-intro .inner {
    padding: 20px; }
  .speakers-intro .countdown-box {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute; }
    .speakers-intro .countdown-box .content-header {
      padding-left: 20px; }

.container-half {
  float: left;
  width: 50%; }
  .container-half .item {
    width: 46%;
    width: calc(50% - 20px); }
    .container-half .item.double {
      width: 96%;
      width: calc(100% - 20px); }

.countdown {
  background: #f7f7f7;
  padding: 20px 0;
  zoom: 1; }
  .countdown:before, .countdown:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .countdown:after {
    clear: both; }
  .countdown.w-discs {
    background: none;
    padding-bottom: 40px;
    width: calc(50% - 60px); }
    .countdown.w-discs:before, .countdown.w-discs:after {
      display: none; }
    .countdown.w-discs .days, .countdown.w-discs .hours, .countdown.w-discs .mins {
      background: #f7f7f7;
      border-radius: 50%;
      float: none;
      display: inline-block;
      font-size: 0.9em;
      margin-right: 20px;
      max-width: 135px;
      padding: 35px 0 25px 0; }
    .countdown.w-discs .value {
      height: 50px; }
  .countdown .days, .countdown .hours, .countdown .mins {
    float: left;
    font-weight: 100;
    text-align: center;
    width: 33.3%; }
  .countdown .value {
    color: #000a3e;
    display: inline-block;
    height: 65px;
    overflow: hidden;
    font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 6em; }
  .countdown .desc, .countdown .unit {
    color: #999;
    display: block;
    font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2.4em; }

.content-w-media {
  padding: 30px;
  zoom: 1; }
  .content-w-media:before, .content-w-media:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .content-w-media:after {
    clear: both; }
  .content-w-media .side-block {
    float: right;
    font-size: 1.6em;
    margin-right: -40px;
    padding-left: 40px;
    padding-bottom: 1.4em;
    width: calc(50% + 70px); }
    .content-w-media .side-block img {
      width: 100%; }

.content-formatting p, .content-formatting blockquote {
  font-size: 1.6em;
  line-height: 1.7em;
  margin-bottom: 1.4em; }

.content-formatting blockquote {
  color: #000a3e;
  font-weight: bold; }

.content-formatting h2 {
  color: #000a3e;
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 0.4em; }

.content-formatting .feature-image {
  font-size: 1.6em;
  margin-bottom: 30px; }
  .content-formatting .feature-image img {
    max-width: 100%; }

.content-formatting .list-container {
  padding: 20px 0; }

.content-formatting .title-bordered-text {
  padding: 10px 0;
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 0; }

.content-formatting .sub-header {
  padding-left: 0;
  font-weight: normal; }

.block-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1; }
  .block-nav ul:before, .block-nav ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .block-nav ul:after {
    clear: both; }

.block-nav li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 50%; }
  .block-nav li .overlay-color {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
  .block-nav li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .block-nav li a:hover .overlay-color {
      opacity: 0; }
  .block-nav li .panel-text {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1.8em;
    font-family: "HelveticaNeueW82-Regula", Helvetica, Arial, sans-serif;
    font-weight: 100;
    padding: 30px 15px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .block-nav li:hover {
    cursor: pointer; }
    .block-nav li:hover .panel-text {
      -webkit-transform: translateY(-20%);
      -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
      -o-transform: translateY(-20%);
      transform: translateY(-20%); }
  .block-nav li.square {
    float: left;
    position: relative; }
    .block-nav li.square:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .block-nav li.square > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .block-nav li.tall {
    float: right;
    position: relative; }
    .block-nav li.tall:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 200%; }
    .block-nav li.tall > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .block-nav li.wide {
    clear: both;
    width: 100%;
    position: relative; }
    .block-nav li.wide:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
    .block-nav li.wide > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.large-date {
  display: block;
  font-size: 2.2em;
  margin-bottom: 1.2em; }

/* ==========================================================================
    TABS
   ========================================================================== */
.tab-navigation {
  margin-top: 30px; }
  .tab-navigation ul {
    text-align: center; }
  .tab-navigation li {
    display: inline-block;
    margin: 0 10px; }
  .tab-navigation a {
    border: solid 1px #000a3e;
    color: #000a3e;
    display: inline-block;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-weight: normal; }
    .tab-navigation a:hover, .tab-navigation a.active {
      background: #92d300;
      border: solid 1px #92d300; }

.tab-container {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s; }

.tab-item {
  display: none;
  opacity: 0;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .tab-item.prepare {
    display: block; }
  .tab-item.active {
    display: block;
    opacity: 1;
    position: relative; }

@media print {
  .tab-navigation {
    display: none; }
  .tab-container {
    height: auto !important; }
  .tab-item {
    display: block;
    opacity: 1;
    position: static;
    page-break-before: auto; } }

/* ==========================================================================
    Tag Cloud
   ========================================================================== */
.tag-cloud {
  margin: 20px 0;
  min-height: 216px;
  text-align: center; }

/* ==========================================================================
    TEXT IMAGE BLOCKS
   ========================================================================== */
.text-image-block {
  border-top: 1px solid #ccc;
  padding: 30px 0px;
  zoom: 1; }
  .text-image-block:before, .text-image-block:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .text-image-block:after {
    clear: both; }
  .text-image-block .image {
    float: left;
    text-align: left;
    width: 32%; }
    .text-image-block .image img {
      max-width: 100%; }
    .text-image-block .image .outline-btn {
      margin: 10px 0;
      width: 100%; }
      .text-image-block .image .outline-btn span {
        text-align: center;
        width: calc(100% - 50px); }
    .text-image-block .image .logo-thumb {
      padding: 10px;
      text-align: center; }
  .text-image-block .text {
    float: right;
    padding: 10px 0;
    padding-left: 20px;
    width: 68%; }
    .text-image-block .text .sub-header {
      margin-bottom: 0.6em; }
    .text-image-block .text .date {
      color: #999;
      display: block;
      font-size: 1.4em;
      margin-bottom: 0.8em; }
    .text-image-block .text p, .text-image-block .text ul {
      font-size: 1.4em;
      line-height: 1.7em;
      margin: 0 0 1.4em 0; }
    .text-image-block .text ul {
      list-style-type: none; }
      .text-image-block .text ul li {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative; }
        .text-image-block .text ul li:before {
          content: '.';
          font-family: "Times New Roman", serif;
          font-size: 30px;
          left: 0;
          position: absolute;
          top: -8px; }
  .text-image-block.centered .sub-header {
    margin-bottom: 0;
    text-align: center; }
  .text-image-block.centered .text {
    padding-bottom: 0; }
  .text-image-block.featured {
    border-top: none;
    padding-top: 10px; }
    .text-image-block.featured .image {
      width: 50%; }
    .text-image-block.featured .text {
      width: 50%; }
  .text-image-block .ftr-btn {
    bottom: -10px;
    clear: both;
    position: relative; }
  .staggered .text-image-block {
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 0; }
    .staggered .text-image-block .text h2.sub-header {
      font-size: 36px;
      font-weight: 700; }
    .staggered .text-image-block .text p {
      font-size: 16px; }
    .staggered .text-image-block .related-unsdg .text h3.title {
      font-size: 24px; }
    .staggered .text-image-block:nth-child(odd) {
      background-color: #F6F6F6; }

/* ==========================================================================
    TEXT SLIDER
   ========================================================================== */
.text-slider {
  margin: 0 auto;
  max-width: 660px; }
  .text-slider a {
    color: #666;
    display: block;
    font-size: 32px;
    line-height: 0.8em;
    padding: 30px;
    text-align: center;
    font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
    font-weight: normal; }
    .text-slider a.active {
      color: #000a3e; }
  .text-slider .slick-prev, .text-slider .mfp-arrow-left, .text-slider .slick-next, .text-slider .mfp-arrow-right {
    margin-top: -25px; }

.text-slide {
  float: left; }

/* CSS Document */
.thumb-list {
  zoom: 1; }
  .thumb-list:before, .thumb-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .thumb-list:after {
    clear: both; }
  .thumb-list .item {
    float: left;
    padding-bottom: 40px;
    width: 25%;
    zoom: 1; }
    .thumb-list .item:before, .thumb-list .item:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .thumb-list .item:after {
      clear: both; }
    .thumb-list .item .image {
      float: left;
      width: 25%; }
      .thumb-list .item .image img {
        max-width: 100%; }
    .thumb-list .item .text {
      float: left;
      padding: 0 20px 10px 20px;
      width: 75%; }
      .thumb-list .item .text p {
        font-size: 1.4em;
        line-height: 1.7em; }
    .thumb-list .item .link-out-btn {
      clear: both;
      padding: 10px 0; }
      .thumb-list .item .link-out-btn .btn, .thumb-list .item .link-out-btn .mfp-close, .thumb-list .item .link-out-btn .outline-btn, .thumb-list .item .link-out-btn .mfp-arrow {
        min-width: 150px; }
  .thumb-list.awards {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .thumb-list.awards .item {
      display: inline-block;
      float: none;
      text-align: center;
      width: 49%; }
      .thumb-list.awards .item .image {
        width: 100%;
        margin: auto; }
      .thumb-list.awards .item .text {
        width: 100%;
        float: none; }
        .thumb-list.awards .item .text h3 {
          margin-top: 10px;
          font-size: 24px;
          font-weight: 700; }
      .thumb-list.awards .item .finalists ul {
        list-style: none; }
        .thumb-list.awards .item .finalists ul li {
          color: #000a3e;
          padding: 10px; }
          .thumb-list.awards .item .finalists ul li a {
            font-size: 16px; }
        .thumb-list.awards .item .finalists ul li.winner {
          background: #000a3e; }
          .thumb-list.awards .item .finalists ul li.winner a {
            color: #fff; }
  .thumb-list.triple .item {
    width: 33.3%; }
    .thumb-list.triple .item .image {
      width: 33%; }
    .thumb-list.triple .item .text {
      width: 67%; }

.timeline {
  margin-bottom: 20px; }
  .timeline .event-group {
    position: relative;
    z-index: 1; }
    .timeline .event-group:before {
      border-left: 1px solid #e1e1e1;
      content: '';
      height: 100%;
      left: 50%;
      position: absolute;
      z-index: -1; }
  .timeline .event-header {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    text-align: center; }
    .timeline .event-header .sub-header {
      margin: 0; }
  .timeline .event-group {
    padding-bottom: 25px; }
  .timeline .event {
    margin: 0 auto;
    max-width: 980px;
    padding: 25px 0 0 0;
    zoom: 1; }
    .timeline .event:before, .timeline .event:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .timeline .event:after {
      clear: both; }
    .timeline .event .img {
      text-align: center;
      float: left;
      padding: 20px 20px 20px 0;
      width: 50%; }
      .timeline .event .img img {
        max-width: 100%; }
    .timeline .event .description {
      border-top: 1px solid #92d300;
      margin-top: 20px;
      position: relative;
      float: right;
      padding: 20px 20px 0 20px;
      width: 50%; }
      .timeline .event .description:before {
        background: #fff;
        border: 2px solid #92d300;
        content: '';
        display: block;
        height: 10px;
        left: -5px;
        position: absolute;
        top: -5px;
        width: 10px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%; }
      .timeline .event .description p, .timeline .event .description span {
        font-size: 1.4em;
        line-height: 1.7em; }
      .timeline .event .description .sub-text {
        display: block;
        font-size: 1.4em;
        padding-bottom: 20px; }
    .timeline .event:nth-child(odd) .img {
      float: right;
      padding: 20px 0 20px 20px; }
    .timeline .event:nth-child(odd) .description {
      float: left; }
      .timeline .event:nth-child(odd) .description:before {
        left: auto;
        right: -5px; }

/* ==========================================================================
    VIDEO PLAYER
   ========================================================================== */
.video-player {
  height: 100%;
  position: relative;
  width: 100%;
  position: relative;
  padding-top: 56.20609%;
  height: 0; }
  .video-player iframe, .video-player .wistia_embed {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.video-col-main {
  float: left;
  width: 70%; }
  .video-col-main .video-player {
    padding-top: 56.20609%;
    height: 0; }

.video-col-sub {
  float: right;
  width: 30%; }

.twitter-timeline-wrapper {
  height: 100%;
  position: relative;
  padding-top: 131.14754%;
  height: 0; }
  .twitter-timeline-wrapper iframe {
    height: 100% !important;
    width: 100% !important;
    height: 1px !important;
    min-height: 100% !important;
    *height: 100% !important;
    width: 1px !important;
    min-width: 100% !important;
    *width: 100% !important; }

.twitter-timeline-container {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

/* ==========================================================================
    MODAL GALLERY
   ========================================================================== */
.modal-gallery {
  max-width: 1024px; }
  .modal-gallery .overlay-social {
    top: 60px;
    right: 20px; }

.modal-gallery-text {
  margin: 20px 0 15px 0;
  overflow-y: auto;
  max-height: 500px;
  float: left;
  padding: 0 10px 0 20px;
  width: 50%; }
  .modal-gallery-text p {
    font-size: 1.4em;
    line-height: 1.7em; }

.modal-gallery-wrapper {
  float: right;
  padding: 40px 20px 15px 10px;
  width: 50%; }

.model-gallery-large {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0px; }
  .model-gallery-large img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 100%;
    height: 0px;
    left: 50%;
    height: auto;
    padding-top: 0;
    position: absolute;
    top: 50%;
    width: 100%; }

.model-gallery-thumbs {
  margin: 0 auto;
  padding: 0 10%;
  width: 100%; }
  .model-gallery-thumbs .item {
    float: left;
    width: 25%; }
  .model-gallery-thumbs a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 90%;
    padding-top: 100%;
    height: 0px; }
    .model-gallery-thumbs a img {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding-top: 100%;
      height: 0px;
      left: 50%;
      height: auto;
      padding-top: 0;
      position: absolute;
      top: 50%;
      width: 100%; }
  .model-gallery-thumbs .slick-prev, .model-gallery-thumbs .mfp-arrow-left, .model-gallery-thumbs .slick-next, .model-gallery-thumbs .mfp-arrow-right {
    height: 100%;
    margin-top: 0;
    top: 0;
    width: 8.5%; }
  .model-gallery-thumbs .slick-prev, .model-gallery-thumbs .mfp-arrow-left {
    left: 0; }
  .model-gallery-thumbs .slick-next, .model-gallery-thumbs .mfp-arrow-right {
    right: 0; }

.redirect-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  transition: max-height 0.4s; }
  .redirect-popup .container, .redirect-popup .secondary-nav ul, .secondary-nav .redirect-popup ul, .redirect-popup .intro-panel, .redirect-popup .intro-split-panel {
    padding: 37px 0 36px;
    position: relative; }
  .redirect-popup .redirect-popup-content {
    padding: 0 40px;
    text-align: center;
    font-size: 16px; }
  .redirect-popup .close-redirect-popup {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 37px;
    right: 0; }
    .redirect-popup .close-redirect-popup:before {
      color: #fff;
      font-size: 15px; }
  .redirect-popup.show {
    max-height: 100px; }

/* ==========================================================================
    COOKIE
   ========================================================================== */
.cookie {
  background: #000a3e;
  color: #fff;
  font-size: 1.4em;
  left: 0;
  line-height: 1.6em;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 100%;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translate3d(0%, 0%, 0);
  -moz-transform: translate3d(0%, 0%, 0);
  -ms-transform: translate3d(0%, 0%, 0);
  -o-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .lt-ie10 .cookie {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .cookie-content {
    width: calc(100% - 41px);
    zoom: 1; }
    .cookie-content:before, .cookie-content:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .cookie-content:after {
      clear: both; }
  .cookie-btn {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .cookie.active {
    opacity: 1;
    -webkit-transform: translate3d(0%, -100%, 0);
    -moz-transform: translate3d(0%, -100%, 0);
    -ms-transform: translate3d(0%, -100%, 0);
    -o-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0); }
    .lt-ie10 .cookie.active {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
  .cookie .content-header {
    color: #fff; }
  .cookie a {
    color: #a5aede; }
    .cookie a:hover {
      color: #fff; }

/* ==========================================================================
    MOBILE MENU
   ========================================================================== */
/* sidr */
.sidr {
  display: none;
  height: calc(100% - 58px);
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 58px; }

.sidr.right {
  left: auto;
  right: -100%; }

.sidr.left {
  left: -100%;
  right: auto; }

/* ==========================================================================
    Video stream
   ========================================================================== */
.video-stream .container, .video-stream .secondary-nav ul, .secondary-nav .video-stream ul, .video-stream .intro-panel, .video-stream .intro-split-panel {
  padding: 0 30px; }

.stream-bg {
  background: #333;
  zoom: 1; }
  .stream-bg:before, .stream-bg:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .stream-bg:after {
    clear: both; }

.stream-lists {
  border: 1px solid #dedede;
  border-top: 0;
  float: left;
  width: 37%;
  border-right: 0; }
  .video-stream-alt .stream-lists {
    border-right: 1px solid #dedede;
    float: right; }
  @media (max-width: 860px) {
    .stream-lists {
      float: none;
      width: 100%; } }
  .stream-lists ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .stream-lists ul.live-videos .stream-list-link {
      background: #000a3e;
      color: #fff; }
      .stream-lists ul.live-videos .stream-list-link:hover {
        background: #333b65; }
    .stream-lists ul.live-videos li {
      border-bottom: 1px solid #333b65; }
      .stream-lists ul.live-videos li.active .stream-list-link {
        background: #333b65; }
        .stream-lists ul.live-videos li.active .stream-list-link .thumb img {
          opacity: 0.5; }
    .stream-lists ul.live-videos .thumb {
      border: 2px solid #000a3e; }
  .stream-lists li {
    border-bottom: 1px solid #e3e3e3;
    min-height: 98px; }
    .stream-lists li.active .stream-list-link {
      background: #e3e3e3; }
      .stream-lists li.active .stream-list-link .thumb {
        border: 2px solid #92d300; }
      .stream-lists li.active .stream-list-link .playing {
        display: block; }
  .stream-lists .stream-list-link {
    background: #fcfcfc;
    color: #444;
    display: block;
    padding: 20px;
    zoom: 1; }
    .stream-lists .stream-list-link:before, .stream-lists .stream-list-link:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .stream-lists .stream-list-link:after {
      clear: both; }
    .stream-lists .stream-list-link:hover {
      background: #e3e3e3; }
  .stream-lists .thumb {
    border: 2px solid #fcfcfc;
    background: #000;
    float: left;
    position: relative;
    width: 100px; }
    .stream-lists .thumb img {
      display: block;
      max-width: 100%; }
    .stream-lists .thumb .playing {
      color: #92d300;
      display: none;
      font-size: 1.4em;
      top: 20px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
      z-index: 1; }
  .stream-lists .video-text {
    margin-left: 110px; }
  .stream-lists .title {
    display: block;
    font-size: 1.4em;
    padding-bottom: 10px;
    text-transform: uppercase; }
    .stream-lists .title em {
      color: #92d300;
      font-style: normal; }
  .stream-lists .desc {
    font-size: 1.2em; }
  .stream-lists .scroll-box {
    background: #fff;
    height: 250px;
    overflow-y: auto; }
    @media (max-width: 860px) {
      .stream-lists .scroll-box {
        height: 250px !important; } }
    .stream-lists .scroll-box::-webkit-scrollbar {
      width: 6px; }
    .stream-lists .scroll-box::-webkit-scrollbar-track {
      background: #ccc; }
    .stream-lists .scroll-box::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 3px; }

.video-content {
  float: right;
  width: 63%; }
  .video-stream-alt .video-content {
    float: left; }
  @media (max-width: 860px) {
    .video-content {
      float: none;
      width: 100%; } }
  .video-content .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0; }
    .video-content .video-wrap iframe {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.wistia-content {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

.video-stream-webinar .stream-lists a .title {
  color: #d1cdc1; }

.video-stream-webinar .stream-lists a .desc {
  color: #7f7f7f; }

.video-stream-webinar .stream-lists a:hover {
  background: #333b65; }

.video-stream-webinar-dark .stream-lists {
  border: solid 1px #292824; }
  .video-stream-webinar-dark .stream-lists .stream-list-link {
    background: #292824;
    padding: 10px 20px; }
    .video-stream-webinar-dark .stream-lists .stream-list-link .title {
      color: #d2cec3; }
    .video-stream-webinar-dark .stream-lists .stream-list-link .desc {
      color: #7f7f7f; }
    .video-stream-webinar-dark .stream-lists .stream-list-link:hover {
      background: #423e3b; }
  .video-stream-webinar-dark .stream-lists li {
    border-bottom: solid 1px #292824;
    min-height: 78px; }
  .video-stream-webinar-dark .stream-lists li.active .stream-list-link {
    background: #423e3b; }
    .video-stream-webinar-dark .stream-lists li.active .stream-list-link .thumb {
      border: solid 2px #cc0001; }
      .video-stream-webinar-dark .stream-lists li.active .stream-list-link .thumb .playing {
        display: none; }

.video-stream-webinar-dark .video-cta {
  background: #292824;
  height: 66px;
  padding: 15px 20px; }
  .video-stream-webinar-dark .video-cta .outline-btn {
    width: 100%; }
    .video-stream-webinar-dark .video-cta .outline-btn span {
      width: calc(100% - 50px); }

.video-stream-webinar-dark .scroll-box {
  background: #292824;
  counter-reset: counter; }
  .video-stream-webinar-dark .scroll-box::-webkit-scrollbar-track {
    background: #4b4744; }
  .video-stream-webinar-dark .scroll-box::-webkit-scrollbar-thumb {
    background: #959492; }
  .video-stream-webinar-dark .scroll-box li {
    counter-increment: counter;
    position: relative; }
    .video-stream-webinar-dark .scroll-box li:before {
      color: #d2cec3;
      content: counter(counter);
      display: block;
      font-size: 1.1em;
      left: 0;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .video-stream-webinar-dark .scroll-box li.active:before {
      border-color: transparent transparent transparent #cc0001;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      content: '';
      height: 0;
      left: 7px;
      width: 0; }

.video-stream-text {
  display: none; }
  .video-stream-text.active {
    display: block; }

.playlist-header {
  margin: 0 auto;
  padding: 15px 0;
  width: calc(100% - 40px); }

.content-formatting .playlist-heading {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

.content-formatting .playlist-count {
  color: #7f7f7f;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.featured-accordion, .reveal {
  padding: 0 10px; }
  .featured-accordion .item.active .accordion-link:before, .reveal .item.active .accordion-link:before {
    content: '\2212'; }

.reveal .title-bordered {
  background: #f7f7f7;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.25s 0.1s ease;
  -moz-transition: -moz-transform 0.25s 0.1s ease;
  transition: transform 0.25s 0.1s ease; }

.featured-accordion .item {
  border-bottom: solid 1px #e1e1e1; }

.featured-accordion .content-header {
  margin: 0; }

.featured-accordion .btn-arrow {
  float: right; }

.accordion-heading {
  color: #000a3e;
  font-size: 2.4em;
  line-height: 1em;
  min-height: 44px;
  padding: 10px 20px;
  font-family: 'HelveticaNeueW10-Light', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.accordion-link {
  display: block;
  padding: 10px 0;
  position: relative;
  text-align: left; }
  .accordion-link:before {
    color: #00043c;
    content: '+';
    display: block;
    float: right;
    font-size: 40px;
    line-height: 20px;
    width: 22px; }
  .accordion-link:hover {
    color: #000a3e; }

.accordion-wrap {
  height: 0;
  overflow: hidden; }
  .accordion-wrap p {
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0 0 0.6em 0; }
  .loaded .accordion-wrap {
    height: auto; }

.accordion-wrap-inner {
  padding: 10px 0 20px 0; }

/* ==========================================================================
		WEBINAR ACCORDION
	 ========================================================================== */
.webinar-accordion {
  padding: 30px; }
  .webinar-accordion .item {
    padding-bottom: 30px; }
    .webinar-accordion .item.active .accordion-link:before {
      content: '\2212'; }
    .webinar-accordion .item > .content-header {
      margin: 0; }
  .webinar-accordion .accordion-item {
    margin: 0 0 20px; }
  .webinar-accordion .accordion-link {
    border-bottom: solid 1px #8dc740;
    font-weight: bold; }
    .webinar-accordion .accordion-link:before {
      background: #8dc740;
      border-radius: 100%;
      color: #fff;
      font-size: 20px;
      font-weight: normal;
      height: 35px;
      line-height: 36px;
      overflow: hidden;
      padding-left: 1px;
      text-align: center;
      width: 35px;
      -webkit-transition: background 0.25s;
      -moz-transition: background 0.25s;
      transition: background 0.25s;
      margin-right: 30px; }
    .webinar-accordion .accordion-link:hover {
      color: #8dc740; }
      .webinar-accordion .accordion-link:hover:before {
        background: #000a3e; }
  .webinar-accordion .accordion-date {
    color: #999;
    display: block;
    font-weight: normal; }
  .webinar-accordion .accordion-wrap-inner {
    display: table;
    padding-top: 20px; }
  .webinar-accordion .btn-pdf {
    bottom: 0;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    max-width: 290px;
    padding: 10px 15px 10px 70px;
    position: absolute;
    text-transform: uppercase;
    left: 15px; }
    .webinar-accordion .btn-pdf:before {
      font-size: 54px;
      left: 10px;
      margin-left: 0;
      right: auto;
      top: 5px; }

.webinar-video {
  vertical-align: top;
  display: table-cell;
  padding: 0 15px;
  width: 40%; }
  .webinar-video img {
    display: block;
    width: 100%; }
  .webinar-video a {
    display: block;
    position: relative; }
    .webinar-video a:before {
      background: rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      content: '';
      height: 50px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 50px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: background 0.25s;
      -moz-transition: background 0.25s;
      transition: background 0.25s; }
    .webinar-video a:after {
      border-color: transparent transparent transparent #fff;
      border-style: solid;
      border-width: 10px 0 10px 16px;
      content: '';
      display: block;
      height: 0;
      left: calc(50% + 2px);
      position: absolute;
      top: 50%;
      width: 0;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .webinar-video a:hover:before {
      background: rgba(0, 0, 0, 0.8); }

.webinar-content {
  color: #999;
  font-size: 1.3em;
  line-height: 1.6em;
  position: relative;
  vertical-align: top;
  display: table-cell;
  padding: 0 15px 62px 15px;
  width: 60%; }
  .webinar-content .content-header {
    line-height: 1.2; }

.video-cta {
  background: #fff;
  height: 43px;
  padding: 4px 20px;
  height: 43px; }
  .video-cta .outline-btn span {
    padding: 8px 15px; }

.tourism-for-tomorrow {
  margin-right: -2px;
  margin-left: -2px;
  padding-bottom: 2px; }
  .tourism-for-tomorrow__col {
    display: inline-block;
    float: left; }
    .tourism-for-tomorrow__col:first-of-type {
      width: 66.66666%; }
    .tourism-for-tomorrow__col:last-of-type {
      width: 33.3333%; }
  .tourism-for-tomorrow__item {
    padding: 2px;
    display: inline-block;
    width: 100%;
    float: left; }
    .tourism-for-tomorrow__item a {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
      background-color: #000a3e;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 40px; }
      .tourism-for-tomorrow__item a.tourism-for-tomorrow__item__inner--image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 0; }
      .tourism-for-tomorrow__item a.tourism-for-tomorrow__item__inner--image > * {
        position: relative;
        z-index: 1;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
      .tourism-for-tomorrow__item a.tourism-for-tomorrow__item__inner--image > span.btn, .tourism-for-tomorrow__item a.tourism-for-tomorrow__item__inner--image > span.mfp-close, .tourism-for-tomorrow__item a.tourism-for-tomorrow__item__inner--image > span.outline-btn, .tourism-for-tomorrow__item a.tourism-for-tomorrow__item__inner--image > span.mfp-arrow {
        text-shadow: none; }
      .tourism-for-tomorrow__item a span.btn, .tourism-for-tomorrow__item a span.mfp-close, .tourism-for-tomorrow__item a span.outline-btn, .tourism-for-tomorrow__item a span.mfp-arrow {
        cursor: pointer;
        font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
        font-weight: normal; }
    .tourism-for-tomorrow__item h1 {
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      font-family: 'Helvetica Neue W82 Bold', Helvetica, Arial, sans-serif;
      font-weight: normal;
      max-width: 80%;
      font-size: 50px; }
      .tourism-for-tomorrow__item h1 small {
        display: block;
        font-size: 24px; }
    .tourism-for-tomorrow__item h2 {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Helvetica Neue W82 Bold', Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .tourism-for-tomorrow__item p {
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.15;
      font-family: 'HelveticaNeueW82-Regula', Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .tourism-for-tomorrow__item--0 a {
      align-items: flex-start;
      text-align: left; }
    .tourism-for-tomorrow__item--0, .tourism-for-tomorrow__item--1, .tourism-for-tomorrow__item--2 {
      height: 395px; }
    .tourism-for-tomorrow__item--1, .tourism-for-tomorrow__item--2 {
      width: 50%; }
    .tourism-for-tomorrow__item--3, .tourism-for-tomorrow__item--4 {
      height: 270px; }
    .tourism-for-tomorrow__item--5 {
      height: 250px; }
      .tourism-for-tomorrow__item--5 a {
        padding: 20px;
        background-color: #fff;
        color: #666; }
        .tourism-for-tomorrow__item--5 a:before {
          display: none; }
        .tourism-for-tomorrow__item--5 a > * {
          text-shadow: none !important; }

.winners .carousel {
  position: relative;
  margin-bottom: 10px; }
  .winners .carousel .carousel-inner {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px; }
  .winners .carousel .carousel-control {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 3rem;
    padding: 1rem 3.5rem;
    cursor: pointer; }
    .winners .carousel .carousel-control--prev {
      left: 0; }
    .winners .carousel .carousel-control--next {
      right: 0; }
  .winners .carousel .carousel-item {
    display: inline-block;
    position: relative;
    align-items: center;
    backface-visibility: hidden;
    perspective: 1000px; }
    .winners .carousel .carousel-item a {
      display: flex;
      align-items: flex-end;
      background-color: #000a3e;
      color: #fff;
      font-weight: 700;
      width: 400px;
      height: 400px;
      padding: 60px;
      font-size: 24px; }
      .winners .carousel .carousel-item a.has-image {
        position: relative;
        background-size: cover;
        background-position: center; }
        .winners .carousel .carousel-item a.has-image:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 10, 62, 0.7);
          z-index: 0; }
        .winners .carousel .carousel-item a.has-image span {
          position: relative;
          z-index: 1; }

.winners-finalists {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px; }
  .winners-finalists h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-size: 46px; }
  .winners-finalists .container, .winners-finalists .secondary-nav ul, .secondary-nav .winners-finalists ul, .winners-finalists .intro-panel, .winners-finalists .intro-split-panel {
    background-color: #fff;
    padding: 55px 55px 0; }
    .winners-finalists .container > h3, .winners-finalists .secondary-nav ul > h3, .secondary-nav .winners-finalists ul > h3, .winners-finalists .intro-panel > h3, .winners-finalists .intro-split-panel > h3 {
      max-width: 820px;
      margin-right: auto;
      margin-left: auto;
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
      font-size: 36px; }
    .winners-finalists .container .awards, .winners-finalists .secondary-nav ul .awards, .secondary-nav .winners-finalists ul .awards, .winners-finalists .intro-panel .awards, .winners-finalists .intro-split-panel .awards {
      margin-top: 50px; }
    .winners-finalists .container p, .winners-finalists .secondary-nav ul p, .secondary-nav .winners-finalists ul p, .winners-finalists .intro-panel p, .winners-finalists .intro-split-panel p {
      max-width: 820px;
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto;
      font-size: 16px;
      line-height: 1.875; }
      .winners-finalists .container p img, .winners-finalists .secondary-nav ul p img, .secondary-nav .winners-finalists ul p img, .winners-finalists .intro-panel p img, .winners-finalists .intro-split-panel p img {
        width: 100%;
        height: auto; }
