/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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 {
  max-width: 100%;
  height: auto;
  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: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  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"], /* 1 */
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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;font-family:'Adobe Clean Serif','adobe-caslon-pro',serif;line-height:1.4;overflow-x:hidden}body{overflow-x:hidden;background-color:#fff}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:none}ul{list-style-type:none;margin:0;padding:0}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*{-webkit-tap-highlight-color:transparent}.vertical-container{font-size:0;height:100%}.vertical-container:before{content:'';display:inline-block;vertical-align:middle;height:100%}.vertical-center{display:inline-block;vertical-align:middle;width:100%}.vertical-center.articleheader{font-family:'Adobe Clean Serif','adobe-caslon-pro',serif;display:none;padding:10px 0}.vertical-center.articleheader h1,.vertical-center.articleheader span{max-height:140px;overflow:hidden}@media (max-width:1440px){.vertical-center.articleheader h1,.vertical-center.articleheader span{max-height:84px}}.vertical-center.articleheader span{font-size:27px;line-height:28px;color:#333;margin:0;font-weight:bold}@media (max-width:1440px){.vertical-center.articleheader{padding:5px 0}}.center-margin{margin:0 auto}.adobe-serif{font-family:'Adobe Clean Serif','adobe-caslon-pro',serif !important}.adobe-regular{font-family:'Adobe Clean',"source-sans-pro",sans-serif !important}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.row{margin:0 -8px}.row:before,.row:after{content:'';display:table}.row:after{clear:both}.row.no-spacing{margin:0}.column{float:left;width:100%;padding:0 8px}.no-spacing .column{padding:0}.flex{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xs-12{width:100%}.xs-11{width:91.66666667%}.xs-10{width:83.33333333%}.xs-9{width:75%}.xs-8{width:66.66666667%}.xs-7{width:58.33333333%}.xs-6{width:50%}.xs-5{width:41.66666667%}.xs-4{width:33.33333333%}.xs-3{width:25%}.xs-2{width:16.66666667%}.xs-1{width:8.33333333%}.xs-pull-12{right:100%}.xs-pull-11{right:91.66666667%}.xs-pull-10{right:83.33333333%}.xs-pull-9{right:75%}.xs-pull-8{right:66.66666667%}.xs-pull-7{right:58.33333333%}.xs-pull-6{right:50%}.xs-pull-5{right:41.66666667%}.xs-pull-4{right:33.33333333%}.xs-pull-3{right:25%}.xs-pull-2{right:16.66666667%}.xs-pull-1{right:8.33333333%}.xs-pull-0{right:auto}.xs-push-12{left:100%}.xs-push-11{left:91.66666667%}.xs-push-10{left:83.33333333%}.xs-push-9{left:75%}.xs-push-8{left:66.66666667%}.xs-push-7{left:58.33333333%}.xs-push-6{left:50%}.xs-push-5{left:41.66666667%}.xs-push-4{left:33.33333333%}.xs-push-3{left:25%}.xs-push-2{left:16.66666667%}.xs-push-1{left:8.33333333%}.xs-push-0{left:auto}.xs-offset-12{margin-left:100%}.xs-offset-11{margin-left:91.66666667%}.xs-offset-10{margin-left:83.33333333%}.xs-offset-9{margin-left:75%}.xs-offset-8{margin-left:66.66666667%}.xs-offset-7{margin-left:58.33333333%}.xs-offset-6{margin-left:50%}.xs-offset-5{margin-left:41.66666667%}.xs-offset-4{margin-left:33.33333333%}.xs-offset-3{margin-left:25%}.xs-offset-2{margin-left:16.66666667%}.xs-offset-1{margin-left:8.33333333%}.xs-offset-0{margin-left:0}@media (min-width:721px){.sm-12{width:100%}.sm-11{width:91.66666667%}.sm-10{width:83.33333333%}.sm-9{width:75%}.sm-8{width:66.66666667%}.sm-7{width:58.33333333%}.sm-6{width:50%}.sm-5{width:41.66666667%}.sm-4{width:33.33333333%}.sm-3{width:25%}.sm-2{width:16.66666667%}.sm-1{width:8.33333333%}.sm-pull-12{right:100%}.sm-pull-11{right:91.66666667%}.sm-pull-10{right:83.33333333%}.sm-pull-9{right:75%}.sm-pull-8{right:66.66666667%}.sm-pull-7{right:58.33333333%}.sm-pull-6{right:50%}.sm-pull-5{right:41.66666667%}.sm-pull-4{right:33.33333333%}.sm-pull-3{right:25%}.sm-pull-2{right:16.66666667%}.sm-pull-1{right:8.33333333%}.sm-pull-0{right:auto}.sm-push-12{left:100%}.sm-push-11{left:91.66666667%}.sm-push-10{left:83.33333333%}.sm-push-9{left:75%}.sm-push-8{left:66.66666667%}.sm-push-7{left:58.33333333%}.sm-push-6{left:50%}.sm-push-5{left:41.66666667%}.sm-push-4{left:33.33333333%}.sm-push-3{left:25%}.sm-push-2{left:16.66666667%}.sm-push-1{left:8.33333333%}.sm-push-0{left:auto}.sm-offset-12{margin-left:100%}.sm-offset-11{margin-left:91.66666667%}.sm-offset-10{margin-left:83.33333333%}.sm-offset-9{margin-left:75%}.sm-offset-8{margin-left:66.66666667%}.sm-offset-7{margin-left:58.33333333%}.sm-offset-6{margin-left:50%}.sm-offset-5{margin-left:41.66666667%}.sm-offset-4{margin-left:33.33333333%}.sm-offset-3{margin-left:25%}.sm-offset-2{margin-left:16.66666667%}.sm-offset-1{margin-left:8.33333333%}.sm-offset-0{margin-left:0}}@media (min-width:986px){.md-12{width:100%}.md-11{width:91.66666667%}.md-10{width:83.33333333%}.md-9{width:75%}.md-8{width:66.66666667%}.md-7{width:58.33333333%}.md-6{width:50%}.md-5{width:41.66666667%}.md-4{width:33.33333333%}.md-3{width:25%}.md-2{width:16.66666667%}.md-1{width:8.33333333%}.md-pull-12{right:100%}.md-pull-11{right:91.66666667%}.md-pull-10{right:83.33333333%}.md-pull-9{right:75%}.md-pull-8{right:66.66666667%}.md-pull-7{right:58.33333333%}.md-pull-6{right:50%}.md-pull-5{right:41.66666667%}.md-pull-4{right:33.33333333%}.md-pull-3{right:25%}.md-pull-2{right:16.66666667%}.md-pull-1{right:8.33333333%}.md-pull-0{right:auto}.md-push-12{left:100%}.md-push-11{left:91.66666667%}.md-push-10{left:83.33333333%}.md-push-9{left:75%}.md-push-8{left:66.66666667%}.md-push-7{left:58.33333333%}.md-push-6{left:50%}.md-push-5{left:41.66666667%}.md-push-4{left:33.33333333%}.md-push-3{left:25%}.md-push-2{left:16.66666667%}.md-push-1{left:8.33333333%}.md-push-0{left:auto}.md-offset-12{margin-left:100%}.md-offset-11{margin-left:91.66666667%}.md-offset-10{margin-left:83.33333333%}.md-offset-9{margin-left:75%}.md-offset-8{margin-left:66.66666667%}.md-offset-7{margin-left:58.33333333%}.md-offset-6{margin-left:50%}.md-offset-5{margin-left:41.66666667%}.md-offset-4{margin-left:33.33333333%}.md-offset-3{margin-left:25%}.md-offset-2{margin-left:16.66666667%}.md-offset-1{margin-left:8.33333333%}.md-offset-0{margin-left:0}}@media (min-width:1441px){.lg-12{width:100%}.lg-11{width:91.66666667%}.lg-10{width:83.33333333%}.lg-9{width:75%}.lg-8{width:66.66666667%}.lg-7{width:58.33333333%}.lg-6{width:50%}.lg-5{width:41.66666667%}.lg-4{width:33.33333333%}.lg-3{width:25%}.lg-2{width:16.66666667%}.lg-1{width:8.33333333%}.lg-pull-12{right:100%}.lg-pull-11{right:91.66666667%}.lg-pull-10{right:83.33333333%}.lg-pull-9{right:75%}.lg-pull-8{right:66.66666667%}.lg-pull-7{right:58.33333333%}.lg-pull-6{right:50%}.lg-pull-5{right:41.66666667%}.lg-pull-4{right:33.33333333%}.lg-pull-3{right:25%}.lg-pull-2{right:16.66666667%}.lg-pull-1{right:8.33333333%}.lg-pull-0{right:auto}.lg-push-12{left:100%}.lg-push-11{left:91.66666667%}.lg-push-10{left:83.33333333%}.lg-push-9{left:75%}.lg-push-8{left:66.66666667%}.lg-push-7{left:58.33333333%}.lg-push-6{left:50%}.lg-push-5{left:41.66666667%}.lg-push-4{left:33.33333333%}.lg-push-3{left:25%}.lg-push-2{left:16.66666667%}.lg-push-1{left:8.33333333%}.lg-push-0{left:auto}.lg-offset-12{margin-left:100%}.lg-offset-11{margin-left:91.66666667%}.lg-offset-10{margin-left:83.33333333%}.lg-offset-9{margin-left:75%}.lg-offset-8{margin-left:66.66666667%}.lg-offset-7{margin-left:58.33333333%}.lg-offset-6{margin-left:50%}.lg-offset-5{margin-left:41.66666667%}.lg-offset-4{margin-left:33.33333333%}.lg-offset-3{margin-left:25%}.lg-offset-2{margin-left:16.66666667%}.lg-offset-1{margin-left:8.33333333%}.lg-offset-0{margin-left:0}}.center{position:relative;max-width:1400px;margin:0 auto}@media only screen and (max-width:1440px){.center{max-width:1075px;padding:0 20px}}@media only screen and (max-width:985px){.center{padding:0 20px}}.content-block{margin-bottom:16px}.promo-box{width:100%;overflow:hidden}.block-ad{margin-left:auto;margin-right:auto;padding:0;width:300px}.skinny-ad{margin-left:auto;margin-right:auto;width:180px}.block-ad-mobile{display:none}@media only screen and (max-width:767px){.block-ad-mobile{display:block;width:300px;height:250px;margin:16px 0 16px 0;padding:0}}.float-left{float:left}.float-right{float:right}.text-center{text-align:center}.full-image img{width:100%}.lock-scroll{overflow:hidden !important}.lock-scroll.mobile{margin:0;width:100%;height:100%}.lock-scroll body{position:relative;overflow-y:hidden !important}.lock-test{overflow-y:hidden !important}h1{font-size:27px;line-height:28px;color:#333;margin:0}h1 em{font-size:38px;line-height:44px;color:#e32526}h2{font-size:23px;color:#333;margin:0 0 20px}@media only screen and (max-width:1440px){h2{font-size:19px;margin-bottom:10px}}h3{font-size:24px;font-style:italic;color:#e32526;margin:0 0 15px}@media only screen and (max-width:1440px){h3{font-size:17px}}h5{font-size:22px;font-style:italic;font-weight:lighter;color:#e32526;margin:0 0 5px;max-height:46px;overflow:hidden;line-height:23px}@media only screen and (max-width:1440px){h5{font-size:19px;line-height:22px;max-height:44px}}p{margin:0}.button{display:inline-block;font-size:23px;font-style:italic;text-transform:uppercase;color:#333;font-weight:bold}@media only screen and (max-width:1440px){.button{font-size:17px}}.button i{color:#e32526;margin-left:5px}input,button,select{border:none;outline:none}.popup .adi-invalid-email,.popup .invalid-email{color:#e32526;font-style:normal;font-size:23px;font-weight:bold}.popup label.required-label,.popup label.not-required-label{width:2%;display:inline-block}.popup .required-label:before{content:"*";color:#e32526}.popup .required,.popup .not-required{width:97%;display:inline-block}.popup .not-required-label:before{content:" ";color:#e32526}@media only screen and (max-width:720px){.popup .adi-invalid-email,.popup .invalid-email{font-size:20px}}@media only screen and (max-width:480px){.popup .required-label,.popup .not-required-label{width:3%}.popup .required,.popup .not-required{width:95%}}input,select{display:block;width:100%;-webkit-border-radius:0;border-radius:0;background-clip:padding-box}button{padding:0}.select{position:relative}.select:before{display:block;content:'';position:absolute;right:20px;top:50%;margin-top:-5px;width:7px;height:7px;border-right:1px solid #fff;border-bottom:1px solid #fff;pointer-events:none;cursor:default;-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.select select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select select::-ms-expand{display:none}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(images/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:48px;height:48px;cursor:pointer;z-index:8040;background:url(images/close.png) center center no-repeat}@media only screen and (max-width:1440px){.fancybox-close{top:-10px;right:-10px}}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{width:auto}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:rgba(0,0,0,0.8)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.popup{display:none;max-width:1064px;font-style:italic;color:#666;padding:8.09717% 11.2782%;-webkit-font-smoothing:subpixel-antialiased}@media only screen and (max-width:985px){.popup{padding:20px}}.popup h3{font-size:34px}.popup p{margin-bottom:25px}.popup .text,.popup select{font-size:23px;background:#000;line-height:26px}.value-white{color:#fff}.value-gray{color:#a9a9a9}.popup input::-ms-input-placeholder{color:#a9a9a9}.popup .text{padding:11px 15px 4px 15px;margin-bottom:20px}.popup .text:-ms-input-placeholder{color:#999}.popup .text:-moz-placeholder,.popup .text::-webkit-input-placeholder{color:#999}.popup select{padding:8px 15px 3px 15px}.popup .checkbox{float:left;width:20px;height:20px;outline:none;-webkit-appearance:none;-moz-appearance:none;position:relative;border:1px solid #000;-webkit-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);-moz-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);-ms-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);-o-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);transition:all .2s cubic-bezier(.3, 0, 0, 1.2)}.popup .checkbox:after{display:block;content:'\2713';position:absolute;-moz-transform:scale(.2);-o-transform:scale(.2);-ms-transform:scale(.2);-webkit-transform:scale(.2);transform:scale(.2);-webkit-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);-moz-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);-ms-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);-o-transition:all .2s cubic-bezier(.3, 0, 0, 1.2);transition:all .2s cubic-bezier(.3, 0, 0, 1.2);opacity:0;visibility:hidden;left:2px;top:0}.popup .checkbox:checked:after{opacity:1;visibility:visible;-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.checkbox-label{font-size:14px;font-family:'mondaregular',Arial,Helvetica,sans-serif;color:#3f4040;font-style:normal}.checkbox-label it{font-style:italic;color:#666}.checkbox-label:before{background-image:url(images/check.png)}.css-checkbox:checked+label.checkbox-label:before{background-position:0 -20px}.css-checkbox+label.checkbox-label:before{content:'';position:absolute;top:0;left:0;height:20px;width:20px;display:inline-block;line-height:20px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle}.css-checkbox+label.checkbox-label{position:relative;padding-left:30px;display:inline-block;line-height:20px;vertical-align:middle;cursor:pointer}.checkbox-container input[type="checkbox"]{display:none}.popup label{display:block}.popup button,.popup-link a{display:inline-block;font-size:23px;line-height:51px;text-align:center;padding:0 30px;color:#fff;background:#e32526;-webkit-border-radius:4px;border-radius:4px;background-clip:padding-box}@media only screen and (max-width:720px){.popup button,.popup a{width:100%;float:none}.popup h3{font-size:23px;margin:0}.popup h3:nth-child(3){margin-bottom:15px}}.popup input{color:#fff}.checkbox-container{margin:25px 0}.checkbox-container label{font-size:22px}.checkbox-container span{font-style:normal;color:#333}.submit-container{padding-right:40px}.submit-container button{float:left;margin-bottom:0}.submit-container label{font-size:18px;margin-left:160px}@media only screen and (max-width:720px){.submit-container label{margin:10px 0 0}.submit-container{padding-right:0}.checkbox-container label{font-size:15px;margin-left:0}.popup .text,.popup select{font-size:20px}}.popup-content,.adi-popup-content{float:left;width:100%;margin-right:-100%}.popup-content:last-child,.adi-popup-content:last-child,.popup-content.error,.adi-popup-content.error{display:none}.row.no-margin{margin:0}.header{width:100%;position:fixed;z-index:20;background:#fff;font-family:'Adobe Clean',"source-sans-pro",sans-serif}.header .column{margin-bottom:0;padding:0}.header.bg-grey{padding-bottom:0}.header.bg-grey .header-top{background:#f1f1f3}.header.bg-grey .header-top .header-title{height:96px}.header.bg-grey .header-top .header-title a{width:133px}.header.bg-grey .header-top .header-title h1 em{font-size:60px;font-family:'Adobe Clean Serif','adobe-caslon-pro',serif;font-weight:lighter}.header.no-menu .header-left .navbar-nav .dropdown{position:absolute;height:95px;top:0;padding:0 20px 0 13px}.header.no-menu .header-left .navbar-nav .dropdown #language{padding-left:9px}.header.no-menu .header-left .navbar-nav .dropdown.on{background-color:#e6e7e9}.header.no-menu .header-left .navbar-nav .dropdown .dropdown-menu{top:95px}.header .header-title a{display:inline-block;width:133px;margin-top:10px;margin-bottom:14px}.header .header-left{padding-top:26px;position:relative}.header .header-left a.fancybox.button.newsletter-button{background-color:#e32526;border-radius:6px;color:#fff;text-transform:uppercase;text-align:center;font-size:13px;font-style:normal;font-weight:bold;padding:8px 14px;height:auto;width:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header .header-left .navbar-nav{display:inline-block}.header .header-left .navbar-nav #language{text-align:center;background-color:transparent;width:80%;padding-left:17px;margin:0 auto;height:100%}.header .header-left .navbar-nav .dropdown{text-align:center}.header .header-left .navbar-nav .dropdown.english.on{background-color:#fff}.header .header-left .navbar-nav .dropdown-menu{position:absolute;top:80px;background:#f1f1f3;width:100px;z-index:8040;display:none;font-family:'Adobe Clean',"source-sans-pro",sans-serif;left:0}.header .header-left .navbar-nav .dropdown-menu>li{padding-top:5px;padding-bottom:5px}.header .header-left .navbar-nav .dropdown-menu>li:hover{background:#e6e7e9}.header .header-left .navbar-nav .dropdown-menu>li>a{display:block;padding:3px 0;font-weight:normal;font-size:12px;color:#262626;line-height:1.4;white-space:nowrap}.sticky-header nav{margin-bottom:0}@media only screen and (max-width:1440px){.sticky-header{max-width:1037px}}@media only screen and (max-width:1075px) and (min-width:986px){.sticky-header{width:auto;left:18px;right:18px}}.header-archive{text-transform:capitalize}@media only screen and (max-width:720px){.openpage-de-content .archivelist .content-box-container{margin-top:60px}}@media only screen and (max-width:720px){.header-archive{font-size:24px}}.drop-shadow{-webkit-box-shadow:0 6px 4px -2px #808080;-moz-box-shadow:0 6px 4px -2px #808080;box-shadow:0 6px 4px -2px #808080}.header-promo{padding:20px 0}@media only screen and (max-width:720px){.header-promo{display:none}}.top-stick{display:inline-block}@media only screen and (max-width:985px){.header .center{padding:0}.header.bg-grey .header-top{margin-bottom:0}.ad-container{height:122px}}@media only screen and (max-width:720px){.header .header-top{margin-bottom:0}}.nav-link{position:relative;margin-top:8px;float:left;display:block;width:14px;height:9px;cursor:pointer;-webkit-border-radius:34px;border-radius:34px;background-clip:padding-box;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width:720px){.top-stick{margin-top:75px}.top-stick iframe{display:none}}.nav-link span,.nav-link:before,.nav-link:after{display:block;content:'';position:absolute;width:14px;height:1px;left:12px;background:#000;border-radius:34px;background-clip:padding-box;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav-link span{top:50%;margin-top:-2px;-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media only screen and (max-width:720px){.nav-link span{margin-top:-1px}}.nav-link:before{top:0}.nav-link:after{bottom:0}.nav-link.active span:first-child{-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav-link.active span:last-child{-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav-link.active:before,.nav-link.active:after{display:none}.cmo-logo{display:block;float:left;width:147px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width:720px){.cmo-logo{width:79px}}.homepage .cmo-logo{display:none}.simple-homepage .cmo-logo{display:none}@media only screen and (max-width:985px){.homepage .cmo-logo{display:block}.simple-homepage .cmo-logo{display:block}}@media only screen and (max-width:1060px) and (min-width:985px){.header-left .navbar-nav .dropdown-menu{top:76px}}@media only screen and (max-width:1440px){.header .header-title h1 em{font-size:38px}.header.bg-grey .header-title{height:85px}}@media only screen and (max-width:985px){.header-left{padding-top:28px}.header-left .navbar-nav{padding-left:0;margin-left:0}.header-left .navbar-nav .dropdown-menu{margin-top:0}.header-left a.fancybox.button.newsletter-button{font-size:10px;padding:4px 8px}}@media only screen and (max-width:720px){.bg-grey .header-title{height:70px}.bg-grey .header-title a{text-align:center;margin:0 auto;width:79px}.bg-grey .header-left .dropdown-menu{top:70px}}@media only screen and (max-width:1060px){.header-title a{width:128px}.header-left{padding-top:26px}.header-left a.fancybox.button.newsletter-button{font-size:13px;padding:8px 12px}}@media only screen and (max-width:985px){.header.bg-grey .header-top .header-title a{width:88px}}@media only screen and (max-width:985px){.header .header-title a{width:88px;margin-top:20px}.header .header-left{padding:15px 0 20px}.header .header-left .navbar-nav .dropdown-menu{top:70px}}@media only screen and (max-width:720px){.header .header-title{height:60px}.header .header-title a{width:88px;margin-top:12px}.header-left{padding-top:15px}.header-left .navbar-nav #language{margin-left:20px}}.header-right a{display:inline-block;font-size:18px;line-height:18px;text-transform:uppercase;vertical-align:bottom;color:#000}@media only screen and (max-width:1440px){.header-right a{font-size:13px}}@media only screen and (max-width:720px){.header-right a{font-size:12px}}@media only screen and (max-width:720px){.header-right a{font-size:12px}}@media only screen and (max-width:720px){.header:not(.bg-grey) .header-title a{margin-top:16px}.header .header-left .navbar-nav .dropdown-menu{top:60px}}.header-search{width:26px;height:26px;line-height:18px;margin:0 28px 0 24px;cursor:pointer}.header-search .fa{font-size:20px;vertical-align:middle}@media only screen and (max-width:1440px) and (min-width:986px){.header-search{width:23px;height:23px;margin:0 28px 0 24px}}@media only screen and (max-width:985px){.header-search{width:16px;height:16px;margin:0 10px}.header-search .fa{font-size:16px}}@media only screen and (max-width:720px){.header-search{margin:0 3px}}.header-search i.fa-search,.header-search i.fa-times{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header-search i,.header-search.active i.fa-times{display:inline-block}.header-search.active i.fa-search,.header-search i.fa-times{display:none}.adobo-logo{width:40px;margin-right:28px}@media only screen and (max-width:1060px){.adobo-logo{width:38px;margin-right:24px}}@media only screen and (max-width:985px){.adobo-logo{width:27px;margin-right:10px}}@media only screen and (max-width:720px){.adobo-logo{width:27px;margin-right:10px}}@media only screen and (max-width:720px){.homepage .main,.articlepage .main{padding-top:85px}.sectionpage .main,.openpage .main{padding-top:130px}.main .openpage-content,.section-page,.article-page{padding-top:50px}.main.no-menu .article-page{padding-top:0}}.main{padding-top:130px}.main.simple-body{padding-top:175px}.main.no-menu .header-promo{padding:37px 0 20px 0}.main.no-menu{padding-top:85px}@media only screen and (max-width:1440px){.main{padding-top:125px}.main.no-menu{padding-top:80px}}@media only screen and (max-width:720px){.main{padding-top:125px}.main.no-menu{padding-top:80px}}@media only screen and (max-width:720px){.main-nav-container{position:fixed;top:60px;bottom:0;width:100%;left:0;background:#fff;z-index:20;overflow-y:scroll}}@media only screen and (max-width:720px){.main-nav{padding:15px;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.main-nav .column{width:20%;padding:0 2px;padding-left:0}.main-nav .column:last-child{padding-right:0}@media only screen and (max-width:720px){.main-nav .column:last-child{padding-right:4px}}.main-nav a,.main-nav .more-dropdown-container{color:#fff;background:#000;-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}@media only screen and (max-width:720px){.main-nav .column{width:50%;padding:0 4px;margin-bottom:10px}.main-nav a,.main-nav .more-dropdown-container{color:#000;background:none;border:1px solid #000}.main-nav.mobile-nav .column:last-child a{color:#e32526;background:none;border:1px solid #e32526}}.main-nav a,.main-nav span{display:block;font-size:16px;text-transform:uppercase;padding:10px 0}@media only screen and (max-width:1440px){.main-nav a,.main-nav span{font-size:12px;padding-bottom:11px}@-moz-document url-prefix(){.main-nav a,.main-nav span{padding-bottom:10px}}}@media only screen and (max-width:1060px){.main-nav a,.main-nav span{font-size:11px;padding-bottom:8px;line-height:1.2}@-moz-document url-prefix(){.main-nav a,.main-nav span{padding-bottom:7px}}}@media only screen and (max-width:760px){.main-nav a,.main-nav span{font-size:10px;padding-bottom:8px}}@media only screen and (max-width:720px){.main-nav a,.main-nav span{font-size:12px}}@media only screen and (min-width:721px){.main-nav a:hover,.main-nav a.active,.main-nav span:hover,.main-nav span.active{background:#e32526}}@media only screen and (max-width:720px){.main-nav a:hover,.main-nav a.active,.main-nav span:hover,.main-nav span.active{background:#e32526;color:#fff}.main-nav.mobile-nav{position:fixed;top:123px;bottom:0;width:100%}.main-nav.mobile-nav .scrollable-nav{height:100%;overflow-y:scroll}.main-nav.mobile-nav .column{width:50%;padding:0 4px;padding-bottom:10px;margin-bottom:0;height:66px;line-height:normal}.main-nav.mobile-nav .column a{height:100%;padding:0}.main-nav.mobile-nav .column a .vertical-center{font-size:13px}}.main-nav{-webkit-font-smoothing:subpixel-antialiased}.main-nav span{cursor:pointer}@media only screen and (max-width:720px){.main-nav span{display:none}}.main-nav.open .more-dropdown-nav{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.main-nav.open .more-dropdown-nav .column{width:50%;margin:0}.main-nav.open .more-dropdown-nav .column:nth-child(2){-webkit-box-ordinal-group:4;-webkit-order:3;-moz-order:3;-ms-flex-order:3;order:3}.main-nav.open .more-dropdown-nav .column:nth-child(3){width:100%;-webkit-box-ordinal-group:6;-webkit-order:5;-moz-order:5;-ms-flex-order:5;order:5}.main-nav.open .more-dropdown-nav .column:last-child{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-order:4;-ms-flex-order:4;order:4}.main-nav.open .more-dropdown-container{overflow:hidden}.main-nav.open .more-dropdown{top:0}.nav-icon{display:none;text-align:center;overflow:hidden;margin:23px 0}.nav-icon img{height:54px}@media only screen and (max-width:1440px){.nav-icon{margin:18px 0}}.more-dropdown-container{position:relative}@media only screen and (max-width:720px){.more-dropdown-container{width:100% !important;padding:0 4px !important;background:none !important;border:none !important}.more-dropdown-container .column:nth-child(3){width:100%}}.more-dropdown{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;z-index:10}@media only screen and (max-width:720px){.more-dropdown{position:static}.more-dropdown .more-dropdown-nav{margin:0 -4px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.more-dropdown .column{width:100%;margin:2px 0 0;padding:0}@media only screen and (max-width:720px){.more-dropdown .column{width:50%;padding:0 4px;margin:0 0 10px}}.mobile-search{position:relative;font-size:18px;color:#fff;background:#999}.mobile-search i{display:inline-block}.actual-mobile-search{display:none}.mobile-search .text{display:inline-block;font-weight:lighter;text-align:center;background:#999;padding:20px 0;line-height:1.4}.mobile-search .text::-webkit-input-placeholder{color:#fff}.mobile-search .text:-moz-placeholder{color:#fff}.mobile-search .text::-moz-placeholder{color:#fff}.mobile-search .text:-ms-input-placeholder{color:#fff}.search-popup{display:none;position:fixed;top:80px;left:0;right:0;bottom:0;background:#fff;z-index:20}@media only screen and (max-width:1440px){.search-popup{top:77px}}@media only screen and (max-width:985px){.search-popup{top:65px}}@media only screen and (max-width:720px){.search-popup{top:60px}.articlepage .main-nav-container,.articlepage .search-popup{top:55px}}.search-input-container{position:absolute;top:0;left:0;width:100%}#searchterm{color:#fff;z-index:10;background-color:transparent}#searchterm.used{color:#000}#prediction,#searchterm{position:absolute;top:0;left:0}#prediction{z-index:1;color:#cecece;background-color:#fff}.search-input{max-width:310px;margin:0 auto;position:relative}@media only screen and (max-width:720px){.search-input{max-width:100%;margin:0 20px}}.search-input.active{margin:0 30px;max-width:100%}#prediction,.search-input .text{font-size:75px;padding:200px 0 0 0}.search-input .text::-ms-clear{display:none}.search-input .text::-webkit-input-placeholder{color:#e32526}#searchterm:focus::-webkit-input-placeholder{color:#e32526}#searchterm:focus{color:#000}.search-input .text:-moz-placeholder{color:#e32526}.search-input .text::-moz-placeholder{color:#e32526}.search-input .text:-ms-input-placeholder{color:#e32526}#searchterm:-ms-input-placeholder{color:#e32526}@media only screen and (max-width:720px){#prediction,.search-input .text{font-size:40px}}@media only screen and (max-width:985px){.homepage-content-top .center{padding:0}.homepage-content-top .content-box-container{margin-left:20px;margin-right:20px}.article-content-container .center{padding:0}.article-content-container .article-info,.article-content-container .recommended-container{margin-left:20px;margin-right:20px}}@media only screen and (max-width:720px){.article-content-container .article-info,.article-content-container .recommended-container{margin-left:0;margin-right:0}.article-info-content{margin-left:20px;margin-right:20px}.article-content-detail{margin-left:20px;margin-right:20px}}.carousel-container{position:relative;overflow:hidden}.carousel-container .carousel-img{height:563px}.carousel-container .carousel-img.wide-landscape{height:100%}@media only screen and (max-width:1440px){.carousel-container .carousel-img{height:412px}}@media only screen and (max-width:985px){.carousel-container .carousel-img{height:auto}}.carousel-container:hover .carousel-btn{opacity:1;filter:alpha(opacity=100)}.carousel-container:hover .carousel-btn.prev{left:0}.carousel-container:hover .carousel-btn.next{right:0}@media only screen and (max-width:985px){.carousel-container:hover .carousel-btn.prev{left:-65px}}@media only screen and (max-width:985px){.carousel-container:hover .carousel-btn.next{right:-65px}}.items{overflow:hidden}.slide{display:none;float:left;width:100%;margin-right:-100%}.slide:first-child{display:block}.slide.fade-out img{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.slide a{display:block;position:relative}.slide-content{position:absolute;left:0;right:0;bottom:0;padding-left:78px;padding-right:25px;padding-bottom:40px;padding-top:20px;color:#fff;background:rgba(0,0,0,0.4);background:-webkit-linear-gradient(bottom, #000, transparent);background:-o-linear-gradient(top, #000, transparent);background:-moz-linear-gradient(bottom, #000, transparent);background:linear-gradient(to top, #000, transparent)}.slide-content:before{display:block;left:25px;content:'';position:absolute;top:53px;margin-top:-22px;width:44px;height:44px;background:#e32526;-webkit-border-radius:44px;border-radius:44px;background-clip:padding-box}.slide-content p{font-size:20px;line-height:22px;font-weight:100;font-family:'Adobe Clean',"source-sans-pro",sans-serif;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.slide-content h4{font-weight:100;font-size:34px;font-family:'Adobe Clean Serif','adobe-caslon-pro',serif;line-height:35px;margin:0;max-width:100%}.slide-content h4 em i{font-style:normal}@media only screen and (max-width:1440px){.slide-content:before{top:43px}.slide-content h4{font-size:26px;line-height:28px}.slide-content p{font-size:16px;line-height:18px}}@media only screen and (max-width:985px){.slide-content{padding-left:60px;padding-right:20px;padding-bottom:10px}.slide-content h4{line-height:32px}.slide-content:before{top:45px;left:10px}}@media only screen and (max-width:720px){.slide-content{padding-left:50px}.slide-content:before{width:32px;height:32px}.slide-content h4{font-size:20px;line-height:22px;max-height:none}.slide-content p{font-size:14px;line-height:16px}}@media only screen and (max-width:420px){.slide-content{padding-left:48px;padding-right:15px}.slide-content:before{top:43px;width:32px;height:32px}.slide-content h4{font-size:18px;line-height:20px;max-height:none}.slide-content p{font-size:14px;line-height:16px}}.slide-box-aspect .cropcenter{margin-left:50%;transform:translateX(-50%)}.slide-box-aspect .cropright{float:right}.slide-box-aspect{position:relative;width:100%}.slide-box-aspect .slide-box-container{position:absolute;top:0;left:0;right:0;bottom:0}.slide-box-aspect:before{display:block;content:"";width:100%;padding-top:53.5%}.pagination{position:absolute;bottom:22px;right:24px;font-size:0;z-index:10}@media only screen and (max-width:985px){.pagination{position:static;text-align:center;margin-top:10px}}.pagination span{display:inline-block;width:10px;height:10px;background:#fff;cursor:pointer;-webkit-border-radius:10px;border-radius:10px;background-clip:padding-box;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width:985px){.pagination span{background:#999}}.pagination span+span{margin-left:10px}.pagination span.active{background:#e32526}.carousel-btn{display:block;position:absolute;top:50%;width:65px;height:75px;margin-top:-37px;cursor:pointer;z-index:10;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#000;background:rgba(0,0,0,0.4)}.carousel-btn.prev{left:-65px}.carousel-btn.prev:before{right:0;border-left:3px solid #d7d7d7;-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.carousel-btn.next{right:-65px}.carousel-btn.next:before{left:0;border-right:3px solid #d7d7d7;-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.carousel-btn:before{display:block;content:'';position:absolute;width:40px;height:40px;border-top:3px solid #d7d7d7;top:50%;margin-top:-20px}.content-box-container{position:relative;background:#e32526;top:2px}.content-box-container a.content-box{display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.content-box-container a.content-box:not(.sponsored):hover{left:5px;top:-5px}.content-box{position:relative;background:#fff;top:-2px;left:2px;right:-2px;padding:20px;border:1px solid #d7d7d7;overflow:hidden}@media only screen and (max-width:1440px){.content-box{padding:15px}}.content-box small{font-size:16px;font-family:'Adobe Clean',"source-sans-pro",sans-serif;color:#999;font-weight:lighter}@media only screen and (max-width:1440px){.content-box small{font-size:12px}}.content-box.sponsored{background:#e32526;top:0;border:none}.content-box.sponsored h5{color:#ff6}.content-box.sponsored h2,.content-box.sponsored small{color:#fff}.short .content-box,.content-box.short{height:258px}.content-box .featured-tile-image,.content-box .featured-tile-image-section{height:252px;overflow:hidden}.carousel-container .wide-landscape img,.featured-story-image-large img.wide-landscape,.content-box .featured-tile-image.wide-landscape img{height:100%;width:auto;max-width:none}@media only screen and (max-width:720px){.featured-story-image-large img.wide-landscape,.content-box .featured-tile-image.wide-landscape img{height:auto;width:auto;max-width:100%}}.featured-wide .featured-tile-image,.featured-skinny .featured-tile-image{height:302px}.featured-wide .featured-tile-image img.cropcenter,.featured-skinny .featured-tile-image img.cropcenter{margin-left:50%;transform:translateX(-50%)}.featured-wide .featured-tile-image img.cropright,.featured-skinny .featured-tile-image img.cropright{float:right}.featured-wide .featured-tile-image img img{height:auto;max-width:100%}.featured-skinny .featured-tile-image img{height:100%;width:auto;max-width:none}@media only screen and (max-width:1440px){.short .content-box,.content-box.short{height:207px}.content-box .featured-tile-image,.content-box .featured-tile-image-section{height:50%}.featured-wide .featured-tile-image,.featured-skinny .featured-tile-image{height:232px}.featured-wide .featured-tile-image img,.featured-skinny .featured-tile-image img{height:100%}}.medium .content-box,.content-box.medium{height:438px}@media only screen and (max-width:1440px){.medium .content-box,.content-box.medium{height:338px}}.large .content-box,.content-box.large{height:518px}@media only screen and (max-width:1440px){.large .content-box,.content-box.large{height:378px}}.extra-large .content-box,.content-box.extra-large{height:532px}@media only screen and (max-width:1440px){.extra-large .content-box,.content-box.extra-large{height:430px}}.content-box.no-padding{padding:0}@media only screen and (max-width:985px){.content-box.short,.short .content-box,.content-box.medium,.medium .content-box,.content-box.large,.large .content-box,.content-box.extra-large,.extra-large .content-box{height:344px}.large .content-box,.content-box.large{height:385px}.content-box .featured-tile-image{height:60%}.content-box .featured-tile-image-section{height:65%}.featured-wide .featured-tile-image{height:202px}.featured-wide .featured-tile-image img{height:auto;width:100%}.featured-skinny .featured-tile-image{height:202px}.featured-skinny .featured-tile-image img{height:100%}}@media only screen and (max-width:720px){.content-box.short,.short .content-box,.content-box.medium,.medium .content-box,.content-box.large,.large .content-box,.content-box.extra-large,.extra-large .content-box{height:auto}.content-box .featured-tile-image,.content-box .featured-tile-image-section{height:auto}.featured-wide .featured-tile-image{height:auto}.featured-wide .featured-tile-image img{height:100%}.featured-skinny .featured-tile-image img{width:100%;height:auto}}.section-hero-float-left{float:left;max-height:548px}.section-hero .story-box h2 i{font-style:normal}@media only screen and (max-width:1440px){.section-hero-float-left{max-height:405px}}@media only screen and (max-width:985px){.section-hero-float-left{max-height:370px}}@media only screen and (max-width:720px){.section-hero-float-left{max-height:none}}.section-hero-text{float:left;padding:0 20px}.section-hero-text h5{font-weight:bold}.content-box-container-section{position:relative;top:2px}.content-box-container-section a.content-box{display:block}.half-width{width:50%;overflow:hidden}.short-image-box-right{overflow:hidden}.short-image-box-left{overflow:hidden}img.section-short-image{height:200px;max-width:none;overflow:hidden}.content-box .featured-tile-image-large{height:60%;overflow:hidden}img.section-large-image{height:100%;max-width:none;width:auto}img.section-larger-image,img.section-extra-large-image{height:auto;width:100%}img.section-short-image.cropcenter,img.section-larger-image.cropcenter,img.section-large-image.cropcenter,img.section-extra-large-image.cropcenter,.related-image .cropcenter{margin-left:50%;transform:translateX(-50%);float:none !important}img.section-short-image.cropright,img.section-larger-image.cropright,img.section-large-image.cropright,img.section-extra-large-image.cropright,.related-image .cropright{float:right}.section-hero .story-box{padding:20px 20px 0 0}.section-hero .story-box h5{max-height:25px;line-height:24px}.section-hero .story-box h2{font-weight:100;font-size:48px;line-height:50px;font-style:italic;max-height:200px;overflow:hidden}.section-title{background-color:#e32526;color:#fff;padding:10px 0;text-align:center;font-size:28px;margin-bottom:0}.section-title em{font-family:'Adobe Clean Serif','adobe-caslon-pro',serif;font-weight:lighter}.homepage .content-box-container .fst-header{line-height:24px;max-height:49px}.homepage .content-box-container .fst-header b,.homepage .content-box-container .fst-header strong{font-weight:normal}.homepage .content-box-container h5{line-height:20px;max-height:20px;font-family:'Adobe Clean',"source-sans-pro",sans-serif;font-style:normal;font-weight:normal;font-size:18px}.content-box-container h5{max-height:46px;overflow:hidden}.homepage .content-box-container h2.fst-header{margin-bottom:10px}.content-box-container .fst-header{max-height:63px;overflow:hidden}.section-page .story-box h5{max-height:25px;line-height:24px}@media only screen and (max-width:1440px){.homepage .content-box-container .fst-header{line-height:24px;max-height:49px}.homepage .content-box-container h5{font-size:16px;line-height:19px;max-height:19px}.section-hero .story-box h5,.section-page .story-box h5{max-height:23px;line-height:21px}}@media only screen and (max-width:720px){.homepage .content-box-container .fst-header{font-size:18px;line-height:20px;max-height:40px}.homepage .content-box-container h5{font-size:14px;line-height:16px;max-height:16px}}.content-box-container .fst-section,.content-box-container .fst-section-medium{max-height:96px;overflow:hidden}.content-box-container .fst-section-short{max-height:96px;overflow:hidden}.content-box-container .fst-section-large{max-height:72px;overflow:hidden}.no-padding{padding:0}.content-box.section-short{height:242px}.content-box.section-medium{max-height:458px}.content-box.section-large{height:500px}.section-page .content-box.section-large{height:488px}.content-box.section-extra-large{height:500px}p.fst-header-text{overflow:hidden;max-height:240px}.twitter-inner-container{max-height:620px;-webkit-overflow-scrolling:touch;overflow-y:auto}.twitter-inner-container::-webkit-scrollbar{display:none}.twitter-title{font-size:14px;font-weight:bold;margin:0 0 12px}.add-padding-twitter{padding:30px 20px 0 20px}.twitter-inner-container-section{max-height:360px}.section-twitter-iframe::-webkit-scrollbar{display:none}.section-twitter-iframe{height:360px;width:100%}.story-box h5{font-style:normal;font-family:sans-serif;font-size:18px}.fst-section-author{font-family:sans-serif}.story-box h2{font-family:serif}@media only screen and (max-width:1440px){img.section-short-image{height:160px}.section-hero .story-box h2{font-size:34px;line-height:35px;max-height:140px}.story-box h5{font-size:16px}.content-box.section-large,.content-box.section-extra-large,.section-page .content-box.section-large{height:400px}.content-box.section-medium{max-height:338px}.content-box.section-short{height:192px}.content-box-container .fst-section,.content-box-container .fst-section-short,.content-box-container .fst-section-medium{max-height:80px}.content-box-container .fst-section-large{max-height:60px}.content-box-container h5{max-height:44px}p.fst-header-text{max-height:181px}.content-box-container .fst-header{max-height:49px;overflow:hidden}}@media only screen and (max-width:985px){img.section-larger-image{height:100%;max-width:none;width:auto}.section-hero .story-box{padding:0 20px 10px 0;margin-top:15px}.section-hero .story-box h2{font-size:22px;line-height:30px;max-height:93px}.content-box.section-medium{max-height:344px}.content-box.section-large{height:385px}.content-box-container .fst-section,.content-box-container .fst-section-short{max-height:76px}.content-box-container h5{max-height:22px}.content-box .featured-tile-image-large{height:65%}.content-box-container .fst-section-large,.content-box-container .fst-section-medium{max-height:57px}.section-page .story-box p{max-height:63px}}@media only screen and (max-width:720px){.story-box h5{font-size:14px}}@media only screen and (max-width:985px) and (min-width:721px){.vertical-tile{width:48.5%;float:left;height:350px}.vertical-tile a{height:100%}.vertical-tile .story-box p{max-height:63px}.vertical-tile-right{float:right}.half-width{overflow:hidden;width:100%;padding-bottom:10px;padding-top:15px}.content-box.section-short{height:100%}img.section-short-image{height:180px}img.section-extra-large-image{height:160px}.row.short-image-box-left,.row.short-image-box-right{margin:0}.column.short-image,.short-image{padding:0}.content-box.section-extra-large.resize-tile,.content-box.section-medium.resize-tile{height:192px}.full-image.featured-tile-image-section.float-img-right{float:right;overflow:hidden;width:50%;padding-bottom:10px;height:100%}.float-img-left{float:left;overflow:hidden;width:50%;padding-bottom:10px;height:100%}.content-box-container .fst-section{max-height:114px}.float-img-left img{height:160px;max-width:none;width:auto}.small-tile-text-left{width:50%;padding-right:15px}.small-tile-text-right{padding-left:15px;width:50%;float:right}}@media only screen and (max-width:720px){.section-hero{position:relative;background:#e32526;top:2px}.section-hero .story-box h2{font-style:normal;font-weight:bold;max-height:none}.section-hero .story-box h2 b,.section-hero .story-box h2 strong{font-weight:normal}.section-hero .story-box h5{font-weight:lighter}.section-hero .story-box h2 i{font-style:italic}.section-hero-float-left{float:none}.section-hero-text{float:none;padding:0}p.fst-header-text{display:none}.section-hero .content-box{padding:15px}.section-page .story-box p{font-size:22px;max-height:none;line-height:27px}.section-page .story-box p strong,.section-page .story-box p b{font-weight:normal}.section-page .story-box p.fst-section-short{max-height:135px}.interviews div:nth-child(4),.interviews div:nth-child(5){display:none}.content-box-container .fst-section,.content-box-container .fst-header,p.fst-header-text,.content-box-container .fst-section-large,.content-box-container .fst-section-medium{max-height:none}.content-box-container .fst-section-large,.content-box-container .fst-section-medium,.content-box-container .fst-section,.content-box-container .fst-section-short{font-style:normal;font-weight:bold}.content-box-container .fst-section-short{max-height:114px}img.section-short-image{height:200px}.section-short-right{float:right}.content-box-container h5{max-height:44px}.content-box.section-short,.content-box.section-medium,.content-box.section-large,.section-page .content-box.section-large,.content-box.section-extra-large{height:auto;max-height:none}.content-box-container .fst-header{max-height:102px;overflow:hidden}.short-date{display:inline-block}img.section-large-image,img.section-larger-image,img.section-extra-large-image{height:auto;width:100%}.content-box .featured-tile-image-large{height:auto}.twitter-inner-container{max-height:350px}}.content-box small:before{height:0}.content-box small+small:before{display:inline-block;content:'';width:1px;height:20px;vertical-align:middle;background:#999;margin-left:3px;margin-right:3px}.content-box.sponsored small+small:before{background:#fff}@media only screen and (min-width:721px){.vertical-tile small+small:before{display:none}.vertical-tile .fst-date{display:block}}@media only screen and (max-width:550px){.vertical-tile small+small:before{display:none}.vertical-tile .fst-date{display:block}}@media only screen and (max-width:1440px){.content-box .fst-section-author{line-height:14px;max-height:31px}.content-box .fst-section-author small+small:before{height:14px}}@media only screen and (max-width:985px) and (min-width:721px){.content-box small+small{display:block}.content-box small+small:before{display:none}.homepage .content-box small+small{display:inline-block}}@media only screen and (max-width:1440px) and (min-width:986px){.section-medium small+small:before{display:none}.section-medium .fst-date{display:block}}.story-box p{font-size:22px;line-height:24px;font-family:'Adobe Clean',"source-sans-pro",sans-serif;color:#333;margin-bottom:10px}.section-page .story-box p{font-family:serif}@media only screen and (max-width:1440px){.story-box p{font-size:18px;line-height:20px}}@media only screen and (max-width:985px){.story-box p{font-size:17px;line-height:20px;margin-bottom:10px}}.story-box .full-image{margin-bottom:15px}p.noArticleSelected{font-weight:bold;color:#e32526;font-size:42px;line-height:normal}.video-box{position:relative}.video-box img{z-index:1}.video-box:before{display:block;content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;cursor:default;background:url(images/play-btn.png) no-repeat 50% 50% rgba(0,0,0,0.1);z-index:10}@media only screen and (max-width:1440px){.video-box:before{background-size:82px 87px}}.interviews a{display:block;line-height:17px;font-size:16px;color:#333;font-family:'Adobe Clean',"source-sans-pro",sans-serif}.interviews a b{font-weight:bold}.interviews div{display:block;padding:20px 20px 15px;border-bottom:1px solid #d7d7d7}.interviews div a small{display:block}.articles-list a{display:block;padding:20px 20px 15px;font-size:18px;color:#333;border-bottom:1px solid #d7d7d7}.articles-list a small{display:block;font-weight:normal !important}.articles-list.newest a{font-weight:bold}@media only screen and (max-width:985px){.articles-list.newest a{font-weight:normal}}.articles-list.newest a:last-child{border-bottom:4px solid #e32526}@media only screen and (max-width:985px){.articles-list.newest a:last-child{border-bottom:none}}.content-box-header{padding:10px 20px;border-bottom:1px solid #d7d7d7}@media only screen and (max-width:1440px){.content-box-header{padding:10px 15px}}.content-box-header h3{margin-bottom:0}.content-box-footer{padding:10px 20px}@media only screen and (max-width:1440px){.content-box-footer{padding:10px 15px}}small .featured-story-fan-small-text{font-weight:normal}.featured-fan-small-image{overflow:hidden;display:inline;float:left;width:80px}.featured-story{padding:20px 0 20px 20px}@media only screen and (max-width:1440px){.featured-story{padding:15px 0 15px 15px}}@media only screen and (max-width:985px){.featured-story{padding:15px 0}.featured-story h3,.featured-story a{padding-left:15px}.featured-story .featured-story-info{display:block}}.featured-story nav{margin-bottom:30px}@media only screen and (max-width:1440px){.featured-story nav{margin-bottom:10px}}.featured-story nav a{position:relative;display:block;font-size:18px;color:#333;padding-right:15px;margin-bottom:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width:1440px){.featured-story nav a{font-size:14px}}@media only screen and (max-width:985px){.featured-story nav a{font-size:16px}}@media only screen and (max-width:720px){.featured-story nav a{font-size:14px}}.featured-story nav a:before{display:block;content:'';position:absolute;top:0;bottom:0;left:0;width:0;background:#e32526;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width:985px){.featured-story nav a:before{display:none}}.featured-story .red-bar{border-left:none}@media only screen and (max-width:985px){.featured-story .red-bar{min-height:52px;padding:0 5px;font-weight:bold;border-left:solid 3px #f00;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}.featured-story nav a+a{border-top:1px solid #d7d7d7;padding-top:15px}.featured-story nav a+a:before{top:10px}.featured-story nav a.active{padding-left:20px;font-weight:bold}@media only screen and (max-width:985px){.featured-story nav a.active{padding-left:15px}}.featured-story nav a.active:before{width:5px}@media only screen and (max-width:985px){.featured-story nav small{margin-top:6px;font-size:14px}}.featured-story nav img{display:none}@media only screen and (max-width:985px){.featured-story nav img{display:block;width:auto;max-width:none;height:80px}}.featured-story-image-large{padding-right:20px;width:597px;height:391px;overflow:hidden}@media only screen and (max-width:1440px){.featured-story-image-large{width:440px;height:309px;max-width:100%}}.featured-story-image-large img{display:none;cursor:pointer;height:100%;width:auto;max-width:none}.fan-img-container{width:100%;height:100%;overflow:hidden}.carousel-container img.cropcenter,.featured-tile-image img.cropcenter,.featured-story-image-large img.cropcenter,.featured-fan-small-image img.cropcenter{margin-left:50%;transform:translateX(-50%)}.carousel-container img.cropright,.featured-tile-image img.cropright,.featured-story-image-large img.cropright,.featured-fan-small-image img.cropright{float:right}.featured-story-image-large img:first-child{display:block}.fan-image-right .fan-image-float{float:right}@media only screen and (max-width:985px){#featured-image-text-left{margin-left:95px;height:80px;margin-right:0}.fan-image-right .featured-fan-small-image{float:right}.fan-image-right #featured-image-text-left{margin-left:0;margin-right:95px}}.featured-story-title{line-height:20px;max-height:40px;overflow:hidden;padding-right:20px}@media only screen and (max-width:1440px){.featured-story-title{max-height:32px;line-height:16px}}@media only screen and (max-width:985px){.featured-story-title{padding-right:0;max-height:36px;line-height:18px;font-weight:bold}}@media only screen and (max-width:720px){.featured-story-title{max-height:33px;line-height:16px}}.opinion a{display:block;padding:15px 10px;border-bottom:1px solid #d7d7d7}.opinion-img{max-width:60%}@media only screen and (max-width:1440px){.opinion a{padding:10px}}.opinion img{float:left}@media only screen and (max-width:1440px){.opinion img{width:75px}}.opinion p{font-size:19px;line-height:22px;color:#000;margin:0;max-height:90px;overflow:hidden}@media only screen and (max-width:1440px){.opinion p{font-size:14px;line-height:16px;max-height:65px}}.opinion-content{position:relative;margin-left:130px;height:121px}@media only screen and (max-width:1440px){.opinion-content{margin-left:90px;height:87px}}@media only screen and (max-width:985px){.opinion-content{height:auto}}.opinion-content small{position:absolute;bottom:0;left:0;text-transform:none;color:#e32526}@media only screen and (max-width:985px){.opinion-content small{position:static}}.vertical-center-container-opinion{font-size:0;border-bottom:1px solid #d7d7d7}.most-popular{font-family:'Adobe Clean',"source-sans-pro",sans-serif;margin:40px 20px}.most-popular p i{font-style:normal}@media only screen and (max-width:1440px){.most-popular{margin:20px 15px}}.most-popular a{position:relative;display:block;font-size:19px;font-style:italic;color:#333;padding-left:40px;margin-bottom:10px}.most-popular p{max-height:none}@media only screen and (max-width:1440px){.most-popular a{font-size:14px;padding-left:30px}.most-popular p{max-height:none}}.most-popular span{display:block;position:absolute;top:0;left:0;width:24px;height:24px;font-size:15px;line-height:24px;text-align:center;color:#e32526;border:1px solid #e32526;-webkit-border-radius:24px;border-radius:24px;background-clip:padding-box}.news-feed{margin:0 -20px}.news-feed a{color:inherit}.news-feed .column{padding:0 20px}.news-feed .column:first-child{position:relative}.news-feed .column:first-child:before{display:block;content:'';position:absolute;right:0;top:0;width:1px;height:100%;background:#d7d7d7}@media only screen and (max-width:985px){.news-feed .column:first-child:before{display:none}}.news-feed nav{margin-bottom:15px}@media only screen and (max-width:985px){.news-feed nav{margin-bottom:5px}}.news-feed .news-info{display:block;font-size:17px;color:#e32526;height:95px;padding-top:5px;font-family:'Adobe Clean',"source-sans-pro",sans-serif}@media only screen and (max-width:1440px){.news-feed .news-info{font-size:12px;height:70px}}@media only screen and (max-width:985px){.news-feed .news-info{max-height:70px;height:auto;padding-bottom:5px}}.news-feed .news-info span{position:relative;color:#999}.news-feed .news-info span:after{display:inline-block;content:'';width:1px;height:15px;vertical-align:middle;background:#999;margin-left:5px}.news-feed .news-info+.news-info{border-top:1px solid #d7d7d7}.news-feed p{font-size:19px;color:#333;margin-bottom:10px;max-height:52px;overflow:hidden}@media only screen and (max-width:1440px){.news-feed p{font-size:14px;max-height:37px;margin-bottom:5px}}@media only screen and (max-width:985px){.news-feed p{max-height:37px}}@media only screen and (max-width:1440px){.news-info{padding-top:10px}}.info-box{padding:20px;border:1px solid #d7d7d7}@media only screen and (max-width:1440px){.info-box{padding:15px}}.info-box p{font-size:19px;color:#999}@media only screen and (max-width:1440px){.info-box p{font-size:14px}}.recommended-container{overflow:hidden;width:1400px;margin-left:1500px;-webkit-transition:all 1.3s ease-in-out;-moz-transition:all 1.3s ease-in-out;-ms-transition:all 1.3s ease-in-out;-o-transition:all 1.3s ease-in-out;transition:all 1.3s ease-in-out}@media only screen and (max-width:1440px){.recommended-container{max-width:1035px;min-width:965px;width:auto}}@media only screen and (max-width:985px){.article-content-container .recommended-container{margin-left:1500px}.article-content-container .recommended-container.animated{margin-left:20px}.recommended-container{max-width:945px;min-width:700px}}@media only screen and (max-width:720px){.recommended-container{max-width:auto;min-width:300px;height:auto;max-height:none}}.recommended-container h3{position:relative;top:15px;font-size:24px}.recommended-container.animated{margin-left:0}.recommended-container.animated h3,.recommended-container.animated .recommended{opacity:1;filter:alpha(opacity=100)}.recommended{position:relative;margin-top:5px;padding:30px 0 15px;border-top:21px solid #e32526;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;border-left:1px solid #d7d7d7}.related-image{float:right;width:50%;margin-left:8px;margin-bottom:8px;overflow:hidden}.related-image img{height:110px;width:auto;max-width:none}.related-title{width:50%;max-height:140px}.recommended-main{display:flex;display:-ms-flexbox}.recommended-box{position:relative;padding:0 15px;float:left}.recommended-box a{display:block;font-size:22px;color:#000}@media only screen and (max-width:985px) and (min-width:721px){.related-image{float:none;width:170px;margin:10px auto}.related-title{width:100%}}@media only screen and (max-width:720px){.related-image{width:40%}.related-title{width:55%;max-height:105px;overflow:hidden}}@media only screen and (min-width:721px){.recommended .recommended-box:nth-child(2){border-right:1px solid #d7d7d7;border-left:1px solid #d7d7d7}}@media only screen and (max-width:720px){.recommended-box{width:100%}.recommended-box a{font-size:18px}.recommended-main{display:block}.recommended{padding:10px 0 15px;border-right:none;border-bottom:none;border-left:none}.recommended .recommended-box:nth-child(1){padding-bottom:10px}.recommended .recommended-box:nth-child(2){padding-top:10px;border-top:1px solid #d7d7d7;padding-bottom:10px}.recommended .recommended-box:nth-child(3){padding-top:10px;border-top:1px solid #d7d7d7}}@media only screen and (max-width:1440px){.recommended-box a{font-size:18px}}@media only screen and (max-width:985px){.recommended-box a{font-size:15px;text-align:center}}@media only screen and (max-width:720px){.recommended-box a{font-size:22px;text-align:left}}@media only screen and (max-width:420px){.recommended-box a{font-size:15px}}.article-header{margin-bottom:20px;font-weight:400;font-style:italic}.article-header h1{font-size:60px;line-height:60px;font-weight:bold;padding-bottom:5px}.article-header h1 i{font-style:normal}.article-header h1 b,.article-header h1 strong{font-weight:normal}@media only screen and (max-width:1440px){.article-header h1{font-size:30px;line-height:42px}}@media only screen and (max-width:985px){.article-header h1{font-size:40px;line-height:40px}}@media only screen and (max-width:720px){.article-header h1{font-size:30px;line-height:30px}}.article-header p{font-size:25px;color:#333}@media only screen and (max-width:1440px){.article-header p{font-size:18px}}@media only screen and (max-width:985px){.article-header p{font-size:18px}}@media only screen and (max-width:720px){.article-header p{font-size:18px}}.article-header a{color:#e32526}.article-author img{display:inline-block;float:left;padding:20px 10px 20px 20px}.article-author-detail p em span{padding:0 7px 0 5px}.article-author-detail{padding:20px;display:inline-block}.article-author-detail{padding:20px 20px 20px 0;display:inline-block}.article-author-detail a{color:#e32526}.article-author-detail p{font-size:18px;color:#333}.article-author-detail strong{display:block;color:#000}.article-author-detail strong a{display:inline-block;color:#000}.article-author{margin-top:30px;background:#ebebeb}@media only screen and (max-width:1440px){.article-author-detail p{font-size:16px}}@media only screen and (max-width:720px){.article-author img{float:none;height:180px}.article-author-detail{display:block;padding:0 20px}.article-author-detail p{font-size:18px;margin-left:0}.article-author{text-align:center}}.no-author-image{padding:20px}.author-byline .author-name{display:inline-block}.author-byline .author-title{display:inline-block}.author-byline .author-company{display:inline-block}.author-byline .byline-date{display:inline-block}.author-byline .author-company:after{display:inline-block;content:'';width:2px;height:25px;vertical-align:middle;background:#777;margin:0 10px 0 15px}.dot-separator{margin:0 10px}@media only screen and (max-width:985px){.author-byline .author-title{display:block}.author-byline .author-company{display:block}.author-byline .author-company:after{display:none}.dot-separator{display:none}}@media only screen and (max-width:1440px){.author-byline .author-company:after{height:18px}.author-byline .author-company:after{margin:0 5px 0 10px}.dot-separator{margin:0 5px}}.article-share{position:fixed;width:82px;border:1px solid #d7d7d7;z-index:5}.article-share p{border-bottom:4px solid #000;text-transform:uppercase;display:inline}.article-share .addthis_32x32_style button.at-share-btn,.article-share .addthis_32x32_style a.at-share-btn{display:block;margin:10px auto}@media only screen and (max-width:985px){.article-share{margin-left:10px}}@media only screen and (max-width:720px){.article-share-header .addthis_32x32_style button.at-share-btn,.article-share-header .addthis_32x32_style a.at-share-btn{margin:0}.article-share-header{width:auto;border:none;padding:5px 0 5px 0;position:inherit !important}.article-share-header .addthis_32x32_style button.at-share-btn,.article-share-header .addthis_32x32_style a.at-share-btn{display:inline;margin-right:15px}.article-share-header .addthis_32x32_style button:last-child,.article-share-header .addthis_32x32_style a:last-child{margin-right:0}}.article-content{position:relative;padding-left:130px;margin-bottom:30px;color:#333}.article-content figure{margin-bottom:40px}.article-content-detail p,.article-content-detail li{font-size:18px}.article-content-detail p{margin-bottom:20px}.article-content-detail a:visited{color:#00e}.article-content-detail a:link{color:#00e}.article-content-detail a{text-decoration:underline}.article-content-detail ul{list-style-type:initial;margin-bottom:20px;padding-left:40px}@media only screen and (max-width:985px){.article-content-detail p,.article-content-detail li{font-size:16px}.article-content{padding-left:80px}}.article-content-detail img{margin:0 30px 30px 0}@media only screen and (max-width:720px){.article-content-detail img{margin-right:0}.article-content-container .article-content{padding:0}}.quick-take{border:2px solid #e32526}.quick-take h3{font-size:28px;font-style:italic;text-transform:uppercase;color:#fff;padding:5px 20px;background:#e32526}@media only screen and (max-width:1440px){.quick-take h3{font-size:23px}}.quick-take ul{list-style-type:disc;font-family:serif;font-size:18px;color:#e32526;padding-left:18px;margin:10px 15px}@media only screen and (max-width:1440px){.quick-take ul{font-size:18px;margin:8px 10px}}.quick-take li{margin-bottom:20px}@media only screen and (max-width:1440px){.quick-take li{margin-bottom:18px}}.quick-take em{color:#000}a.fancybox.button.newsletter-button{background-color:#f00;border-radius:3px;height:50px;width:135px;color:#fff;text-transform:none;text-align:center;padding-top:11px}a.fancybox.newsletter-link{text-transform:uppercase;color:#e32526;font-size:inherit}.adi-headline p{font-weight:bold;margin-bottom:20px}.adi-disclaimer p{font-style:italic;margin-bottom:20px}.adi-subscribe{max-width:300px}.adi-subscribe p{font-weight:bold;font-style:italic;margin-bottom:10px}.not-found-link{position:absolute;width:207px;height:87px;right:85px;bottom:0}@media only screen and (max-width:1440px){.not-found-link{position:absolute;width:160px;height:70px;right:0;bottom:0}}@media only screen and (max-width:985px){.not-found-link{display:none}}@media only screen and (min-width:985px) and (max-width:1440px){.not-found.german-not-found h1{font-size:53px}}@media only screen and (min-width:985px) and (max-width:1440px){.not-found.german-not-found h2{font-size:32px}}.not-found-content{position:relative}@media only screen and (max-width:985px){.not-found-content .not-found-image{max-width:300px;margin:0 auto}}.not-found{position:absolute;top:56px;right:165px;font-family:'Adobe Clean',"source-sans-pro",sans-serif;text-align:right}@media only screen and (max-width:1440px){.not-found{right:0}}@media only screen and (max-width:985px){.not-found{position:static;text-align:center;margin-top:60px}.not-found ul{margin:0 -4px}.not-found img{margin:0 auto}}.not-found h1{font-size:68px;line-height:68px;text-transform:uppercase;margin-bottom:20px}@media only screen and (max-width:1440px){.not-found h1{font-size:60px;line-height:60px;margin-bottom:10px}}@media only screen and (max-width:985px){.not-found h1{font-size:40px;line-height:40px}}@media only screen and (max-width:720px){.not-found h1{font-size:28px;line-height:28px}}.not-found h2{font-size:42px;font-weight:200}@media only screen and (max-width:1440px){.not-found h2{font-size:36px}}@media only screen and (max-width:985px){.not-found h2{font-size:25px}}@media only screen and (max-width:720px){.not-found h2{font-size:17px}}.not-found li{margin-bottom:30px}@media only screen and (max-width:1440px){.not-found li{margin-bottom:20px}}@media only screen and (max-width:985px){.not-found li{float:left;width:50%;padding:0 4px;margin-bottom:8px}.not-found li:last-child{width:100%}}.not-found a{font-size:21px;font-weight:bold;color:#333}@media only screen and (max-width:1440px){.not-found a{font-size:18px}}@media only screen and (max-width:985px){.not-found a{display:block;font-weight:bold;padding:14px 0;color:#e32526;border:1px solid #e32526}}.not-found a:after{display:inline-block;content:'';width:19px;height:19px;margin-left:15px;background:url(images/not-found-arrow.png) no-repeat 50% 50%}@media only screen and (max-width:985px){.not-found a:after{display:none}}.footer{font-family:'Adobe Clean Serif','adobe-caslon-pro',serif;margin-top:40px}.footer-top{padding:40px;background:#000}@media only screen and (max-width:1440px){.footer-top{padding:30px 0}.footer-top .center{padding:0}}.footer-top .column:first-child{border-right:1px solid #4d4d4d}.simple-footer .footer-top .column:first-child{border-right:none}.simple-footer .footer-top .column:last-child{border-left:none}@media only screen and (max-width:720px){.footer-top .column:first-child{border-right:none;border-bottom:1px solid #4d4d4d}}.footer-top .column:last-child{border-left:1px solid #4d4d4d}@media only screen and (max-width:720px){.footer-top .column:last-child{border-left:none}}input.text{cursor:pointer !important}input#email{padding-bottom:7px;padding-top:7px}.newsletter{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.newsletter p{font-size:40px;font-style:italic;color:#fff}.newsletter p:first-child{border-bottom:4px solid #e32526}.newsletter p:last-child{text-transform:uppercase}@-moz-document url-prefix(){.newsletter p:last-child{padding-top:3px}}@media only screen and (max-width:1440px){.newsletter p{font-size:30px}}@media only screen and (max-width:985px){.newsletter p{font-size:23px}}@media only screen and (max-width:720px){.newsletter p{font-size:28px}}.newsletter .text{font-size:20px;color:#575757;background:none;border-bottom:1px solid #666;margin-top:40px}@media only screen and (max-width:985px){.newsletter .text{font-size:18px;margin-top:30px}}@media only screen and (max-width:720px){.newsletter .text{font-size:20px}}.footer-social-media{font-size:0}nav#social-media-top{padding-top:30px}nav#social-media-middle{padding-top:35px}nav#social-media-bottom{padding-top:35px}.footer-social-media a{display:inline-block;width:67px;height:67px;line-height:67px;-webkit-border-radius:67px;border-radius:67px;background-clip:padding-box}@media only screen and (max-width:1440px){.footer-social-media a{width:47px;height:47px;line-height:47px}}.footer-social-media a:first-child{margin-right:43px}.twitter-iframe{height:520px;width:100%}.twitter-iframe::-webkit-scrollbar{display:none}.twitter-inner-container iframe{width:100%}.footer-social-media a.twitter{background:#00aced}.footer-social-media a.facebook{background:#3b5998}.footer-social-media a.google{background:#dd4b39}.footer-social-media a.youtube{background:#e62117;margin-right:0}.footer-social-media a.google i{font-size:36px}@media only screen and (max-width:1440px){.footer-social-media a.google i{font-size:24px}}.footer-social-media a.linkedin{background:#007bb5}.footer-social-media i{line-height:69px;font-size:40px;vertical-align:middle;color:#fff}.footer-social-media google i{line-height:67px}@media only screen and (max-width:1440px){.footer-social-media i{line-height:49px;font-size:29px}.footer-social-media .google i{line-height:47px}}@media only screen and (max-width:720px){.footer-top{padding:0}.footer-top .newsletter a{padding:20px 0}.footer-top .footer-social-media nav#social-media-top,.footer-top .footer-social-media nav#social-media-middle,.footer-top .footer-social-media nav#social-media-bottom{display:inline-block;padding:20px 0}.footer-top .footer-social-media nav#social-media-top a,.footer-top .footer-social-media nav#social-media-middle a,.footer-top .footer-social-media nav#social-media-bottom a,.footer-top .footer-social-media nav#social-media-top a:first-child,.footer-top .footer-social-media nav#social-media-middle a:first-child,.footer-top .footer-social-media nav#social-media-bottom a:first-child{margin-right:20px}.footer-top .footer-social-media nav#social-media-top a.youtube,.footer-top .footer-social-media nav#social-media-middle a.youtube,.footer-top .footer-social-media nav#social-media-bottom a.youtube{margin-right:0}}@media only screen and (max-width:420px){.footer-top .footer-social-media nav#social-media-top a,.footer-top .footer-social-media nav#social-media-middle a,.footer-top .footer-social-media nav#social-media-top a:first-child,.footer-top .footer-social-media nav#social-media-middle a:first-child{margin-right:10px}}.footer-logo{max-width:435px;margin:0 auto;padding-bottom:45px;padding-top:45px}.footer-logo-image{padding-bottom:35px}@media only screen and (max-width:1440px){.footer-logo-image{width:50%}}.footer-logo a{display:inline-block;margin-bottom:40px}@media only screen and (max-width:1440px){.footer-logo a{width:133px}.footer-logo{max-width:310px}}.footer-logo p{font-size:25px;font-weight:lighter;color:#fff;color:rgba(255,255,255,0.3)}@media only screen and (max-width:1440px){.footer-logo p{font-size:18px}}.footer-bottom{background:#2d2d2d}@media only screen and (max-width:1060px){.footer-bottom .center{padding:0}}i.fa.fa-rss{background-color:#f66;padding:2px 2px 0 3px;color:#2d2d2d}.footer-bottom p,.footer-bottom a,i.fa.fa-rss{font-size:16px}.footer-bottom-left{color:#fff;margin-left:15px;transform:translateY(40%)}.footer-bottom-left p,.footer-bottom-left nav{float:left}.footer-bottom-left nav{white-space:nowrap}.footer-bottom-left a{color:#f66}.footer-bottom-left nav a{position:relative;margin-left:20px}.footer-bottom-left nav a:before{display:inline-block;content:'';position:absolute;top:1px;left:-10px;height:15px;width:1px;background:#767575}.footer-bottom-right p{float:left;color:#999;transform:translateY(40%);margin-right:20px}.footer-bottom-right p img{margin-right:10px;padding-bottom:5px}.footer-bottom-right a{float:right}@media only screen and (max-width:1440px){.footer-bottom p,.footer-bottom a,i.fa.fa-rss{font-size:15px}}@media only screen and (max-width:1220px){.footer-bottom p,.footer-bottom a{font-size:13px}.footer-bottom-left p{padding-top:3px}.footer-bottom-right p{transform:translateY(58%)}}@media only screen and (max-width:1100px){.footer-bottom p,.footer-bottom a{font-size:16px}i.fa.fa-rss{display:none}.footer-bottom-left{padding:30px 0;margin:0;text-align:center;float:none;background:#363636;transform:translateY(0)}.footer-bottom-left p,.footer-bottom-left nav{float:none}.footer-bottom-left p{padding-top:0}.footer-bottom-left span{display:block}.footer-bottom-left nav a{margin:0}.footer-bottom-left nav a:before{display:none}.footer-bottom-right{float:none;padding-left:10px}.footer-bottom-right a{float:right}.footer-bottom-right a img{width:90px}.footer-bottom-right p{margin:4px 0 0 0;transform:translateY(0)}}@media only screen and (max-width:985px){.hide-on-mobile{display:none}}@media only screen and (max-width:1075px){.hide-on-small-screen{display:none}}@media only screen and (max-width:720px){.hide-on-phone{display:none}}@media only screen and (max-width:720px){div.hide-on-phone{display:none}}@media only screen and (max-width:720px){a.hide-on-phone{display:none}}@media only screen and (min-width:720px) and (max-width:985px){.hide-on-tablet-only{display:none}}.xl-only{display:none}@media only screen and (min-width:1441px){.hide-on-xl{display:none}.xl-only{display:inherit}}.show-on-mobile{display:none}@media only screen and (max-width:985px){.show-on-mobile{display:block}}.show-on-phone{display:none}@media only screen and (max-width:720px){.show-on-phone{display:block}}.hide-text{text-indent:100%;white-space:nowrap;overflow:hidden}.hidden{display:none !important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.custom-fadeIn{display:block;-webkit-animation:fadeIn 1s;-moz-animation:fadeIn 1s;-o-animation:fadeIn 1s;-ms-animation:fadeIn 1s;animation:fadeIn 1s}.show-element{display:block !important}.hide-element{display:none !important}.column.home-padding-fix-right,.column.home-padding-fix-left{padding:0}@media (max-width:720px){.most-popular-box{display:none}}@media (max-width:985px) and (min-width:721px){.column.home-padding-fix-right{padding-left:8px;padding-right:0}.column.home-padding-fix-left,.column.home-padding-fix-right{width:50%}.column.home-padding-fix-left{padding-right:8px;padding-left:0}}.transparent-lock-container{display:none;position:absolute;top:0;bottom:0;left:0;right:0;z-index:300}.list-pagination{line-height:32px;font-size:22px;text-align:center}@media only screen and (max-width:985px){.list-pagination{margin-bottom:30px}}.list-pagination .page-numbers{color:#000}.list-pagination .page-numbers.active{color:#e32526}.list-pagination .page-numbers.active,.list-pagination a.page-numbers{margin:0 5px}.list-pagination .page-numbers.icon{font-size:32px;margin:0 15px}.list-pagination .page-numbers.icon i{vertical-align:middle}@media (max-width:550px){.list-pagination .page-numbers.icon{font-size:26px;margin:0 10px}.list-pagination{line-height:26px;font-size:16px}.list-pagination .page-numbers.active,.list-pagination a.page-numbers{margin:0 3px}}@media (max-width:460px){.list-pagination .page-numbers.icon{font-size:20px;margin:0 5px}.list-pagination{line-height:20px;font-size:12px}.list-pagination .page-numbers.active,.list-pagination a.page-numbers{margin:0 2px}}.seo-text p{text-transform:uppercase}optiongroup{font-size:14px}.adi-popup-content p,.popup-content p{font-size:23px}@media only screen and (max-width:720px){.adi-popup-content p,.popup-content p{font-size:20px;line-height:normal}}.disable-submit{opacity:.5}.title-area h3{margin:0;font-size:inherit}.title-area{border-bottom:4px solid #e32526;border-left:2px solid #e32526;padding:10px 20px}.text-area{padding:30px 20px}.text-area p{margin-top:0;line-height:normal}.streamhub-content-list-view .hub-wall-column{width:100% !important}.content-author-name a{color:#333 !important;font-family:AdobeClean-Regular,sans-serif !important;font-size:16px;font-weight:600;font-style:normal}.content-author-username a{color:#e32526 !important;font-weight:lighter;font-family:AdobeClean-Regular,sans-serif !important;font-size:14px !important}.content-body-main a,.content-attachment-link-body a{color:#227d9a !important}.content-body-main p{color:#565656 !important;font-family:AdobeClean-Regular,sans-serif !important;font-size:13px;line-height:15.6px}.hub-list .content{width:100%;border:none !important;border-bottom:1px solid #d7d7d7 !important;border-radius:0}.hub-content-container{margin-left:-24px}.content-attachments-stacked{display:none}

.adi-hero-image{width:75%}.adi-about{width:25%}@media only screen and (max-width:720px){.adi-about{display:none}}.section-hero .story-box h2.adi-hero-title{font-size:28px;line-height:30px;overflow:hidden;max-height:120px}.adi-tile #adi-share-title{color:#000}p.adi-header-text{overflow:hidden;max-height:144px}.adi-hero-img{overflow:hidden}@media only screen and (max-width:720px){.adi-hero-img{text-align:center}}.adi-hero-img img{height:384px;max-width:none;width:auto}.adi-tile{padding:15px}.adi-tile a{color:#e32526;font-size:37px}.adi-tile a img{height:37px}.adi-tile a i{vertical-align:middle}.adi-tile a p{vertical-align:middle;font-size:18px;line-height:18px;display:inline-block;font-weight:bold}.adi-tile .adinsight a{font-size:30px}.adi-tile .adinsight a img{height:20px}.adi-tile .adinsight a p{font-size:14px;line-height:20px}.adi-tile .twitter{padding-right:10px}.adi-tile.adinsight a{font-size:30px}.adi-tile.adinsight a img{height:20px}.adi-tile.adinsight a p{font-size:14px;line-height:20px;width:auto}.adi-tile.adinsight img.adiImage{height:72px;margin:0 0 0 auto}.adi-tile.adinsight .adi-share-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.adi-tile.adinsight .adi-share-container .social-links.clearfix{display:inline-block}@media only screen and (max-width:1440px){.adi-tile a{font-size:30px}.adi-tile a img{height:30px}.adi-tile a p{font-size:15px;line-height:15px;width:110px}.adi-tile p{font-size:15px}p.adi-header-text{max-height:200px}.adi-hero-img img{height:408px}.section-hero .story-box h2.adi-hero-title{font-size:26px;line-height:28px;max-height:112px}.adi-tile.adinsight a{font-size:25px}.adi-tile.adinsight a p{font-size:12px}.adi-tile.adinsight img.adiImage{height:60px}.adi-tile .twitter{padding-right:5px}}@media only screen and (max-width:1075px){.adi-hero-image,.adi-about{width:100%}.adi-hero-img img{height:350px}p.adi-header-text{max-height:180px}.adi-tile.adinsight a{font-size:40px}.adi-tile.adinsight a img{height:30px}.adi-tile.adinsight img.adiImage{height:72px}}@media only screen and (max-width:985px){.adi-tile p{font-size:12px}p.adi-header-text{font-size:18px;max-height:180px !important}}@media only screen and (max-width:720px){p.adi-header-text{display:none}.section-hero .story-box h2.adi-hero-title{max-height:none;line-height:30px}}

.news-feed-no-spacing{padding:0}.news-feed-container{padding:20px 30px}a.news-feed-container{text-transform:capitalize;display:block;color:#000;line-height:1}.header-news-feed{font-weight:bold}.news-feed-container span{text-transform:capitalize;color:#999;font-size:12px;font-family:sans-serif;font-weight:lighter}.news-feed-container span a{text-transform:capitalize;color:#999;font-size:12px}.news-feed-container+.news-feed-container{border-top:1px solid #d7d7d7}.news-feed-container span+span:before{display:inline-block;content:'';width:1px;height:15px;vertical-align:middle;background:#999;margin-right:5px}@media (max-width:480px){.news-feed-container a{font-weight:normal}}

.archive-feed-no-spacing{padding:0}.archive-feed-container{padding:15px}.archive-feed-container .image-container{display:inline-block;width:20%}.archive-feed-container .article-details{display:inline-block;width:78%}.archive-feed-container .article-details .title{font-size:20px}@media (max-width:720px){.archive-feed-container .article-details{width:68%}.archive-feed-container .article-details .title{font-size:16px}.archive-feed-container .image-container{width:30%}}.archive-feed-container .date-display,.archive-feed-container span{text-transform:capitalize;color:#999;font-size:12px;font-family:sans-serif;font-weight:lighter}.archive-feed-container .date-display a,.archive-feed-container span a{text-transform:capitalize;color:#999;font-size:12px}@media (max-width:480px){.archive-feed-container .date-display a,.archive-feed-container span a{font-weight:normal}}.archive-feed-container span+span:before{display:inline-block;content:'';width:1px;height:15px;vertical-align:middle;background:#999;margin-left:5px;margin-right:5px}.archive-feed-container.opinion-feed-container .image-container{width:15%}.archive-feed-container.opinion-feed-container .article-details{width:83%}@media (max-width:720px){.archive-feed-container.opinion-feed-container .article-details{width:68%}.archive-feed-container.opinion-feed-container .image-container{width:30%}}.openpage-de-content a.archive-feed-container{text-transform:none}a.archive-feed-container{text-transform:capitalize;display:block;color:#000}.header-news-feed{font-weight:bold}.archive-feed-container+.archive-feed-container{border-top:1px solid #d7d7d7}.vertical-center-container{height:XX;font-size:0}.vertical-center-container:before{content:"";height:100%;display:inline-block;vertical-align:middle}.vertical-center{width:100%;display:inline-block;vertical-align:middle}.archive-feed-container .image-container{margin-right:2%}


.youtube-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin-bottom:35px}.youtube-container iframe,.youtube-container object,.youtube-container embed{position:absolute;top:0;left:0;width:100%;height:100%}

#sort-target,.sp-pagination{display:block;font-family:'Adobe Clean',"source-sans-pro",sans-serif;font-size:14px;line-height:24px;padding:5px 35px 5px 5px;text-transform:uppercase;width:100%}.sp-pagination{color:#e32526;text-align:center;padding:20px}.sp-pagination a{color:#e32526;font-size:16px;padding:0 10px}.sp-pagination a.active{font-weight:700}#sort-target{background-color:#d7d7d7;color:#999;text-align:right}#sort-target a{color:#999;padding:0 10px}#sort-target a.active{color:#333;font-weight:700}.sortresults{display:inline-block}#search-display-term{font-size:24px;padding:20px}#numresults{float:left;padding-left:20px}@media only screen and (max-width:720px){#numresults{padding-left:5px}.sortresults{float:none;text-align:left;padding-left:5px;display:block}.sp-pagination a{font-size:12px;padding:0 5px}#sort-target a{padding:0 0 0 10px}}

.event-list-no-spacing{padding:0 !important}.event-list-title{display:inline-block;border-right:solid 1px #d7d7d7;font-family:'Adobe Clean',"source-sans-pro",sans-serif;text-transform:uppercase;font-size:13px;margin-bottom:0;padding:5px 5px 5px 1%}.event-list-title:nth-child(1),.event-list-main span:nth-child(1){width:10%}.event-list-title:nth-child(2),.event-list-main span:nth-child(2){width:50%}.event-list-title:nth-child(3),.event-list-main span:nth-child(3){width:30%}.event-list-title:nth-child(4),.event-list-main span:nth-child(4){width:7%;border-right:none}.event-list-main span{display:inline-block;padding:15px 1%;font-family:'Adobe Clean',"source-sans-pro",sans-serif;font-size:13px;color:#999;vertical-align:middle}.event-list-main div:nth-child(odd){background-color:#ebebeb}.event-list-main div:nth-child(1){border-top:solid #e14132 2px}.event-list-main span a{color:#e32526;font-weight:bold}.event-list-main span.event-name{color:#e32526;font-weight:bold;font-family:'Adobe Clean Serif','adobe-caslon-pro',serif}.icon-external-link{display:inline-block;background:url(images/red-arrow.png);width:19px;height:19px;vertical-align:middle;margin-left:5%}@media only screen and (max-width:720px){.event-list-title:nth-child(1),.event-list-main span:nth-child(1){width:15%}.event-list-title:nth-child(2),.event-list-main span:nth-child(2){width:46%}.event-list-title:nth-child(3),.event-list-main span:nth-child(3){width:25%}section.event-list-main,.event-list-main span.event-name{font-weight:lighter}}@media only screen and (max-width:420px){.event-list-main span{padding:5px 0}.event-list-main span.event-name,.event-list-main span,.event-list-title{font-size:11px}.event-list-title{padding:1%}.event-list-title:nth-child(2),.event-list-main span:nth-child(2){width:40%}.event-list-title:nth-child(1),.event-list-main span:nth-child(1){width:17%}.event-list-title:nth-child(4),.event-list-main span:nth-child(4){width:12%}}

#videoContainer {
  width:100%;
  height:681px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1271px) {
    #videoContainer {height:600px;}
}

@media (max-width: 900px) {
    #videoContainer{height:440px;}
}

@media (max-width: 578px) {
    #videoContainer {height:300px;}
}
