/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

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

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

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

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none !important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:0.9em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}meta.foundation-mq-small{font-family:"/only screen and (max-width: 40em)/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fafafa;color:#000;padding:0;margin:0;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:default}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.start{float:left !important}.end{float:right !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}button,.button{border-style:solid;border-width:0px;cursor:pointer;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#c60018;border-color:#9e0013;color:#fff;-webkit-transition:background-color 300ms ease-out;-moz-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out;padding-top:1.0625rem;padding-bottom:1rem;-webkit-appearance:none;border:none;font-weight:normal !important}button:hover,button:focus,.button:hover,.button:focus{background-color:#9e0013}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#000;border-color:#000;color:#fff}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#000}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#fff}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#368a55}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#cf2a0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:0.875rem;padding-right:1.75rem;padding-bottom:0.9375rem;padding-left:1.75rem;font-size:0.8125rem}button.tiny,.button.tiny{padding-top:0.625rem;padding-right:1.25rem;padding-bottom:0.6875rem;padding-left:1.25rem;font-size:0.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:0.75rem}button.right-align,.button.right-align{text-align:right;padding-right:0.75rem}button.radius,.button.radius{-webkit-border-radius:3px;border-radius:3px}button.round,.button.round{-webkit-border-radius:1000px;border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#c60018;border-color:#9e0013;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#9e0013}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#c60018}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#000;border-color:#000;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#000}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#fff}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#000}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#368a55}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#43ac6a}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#f04124;border-color:#cf2a0e;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#cf2a0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#f04124}@media only screen and (min-width: 40.063em){button,.button{display:inline-block}}.third-button{border-style:solid;border-width:0px;cursor:pointer;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;display:inline-block;padding-top:0.75rem;padding-right:1.5rem;padding-bottom:0.8125rem;padding-left:1.5rem;background-color:#ccc;border-color:#a3a3a3;color:#000}.third-button:hover,.third-button:focus{background-color:#a3a3a3}.third-button:hover,.third-button:focus{color:#000}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:61.875rem;*zoom:1}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{position:relative;padding-left:0;padding-right:0;float:left}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin-left:-0.625rem;margin-right:-0.625rem;margin-top:0;margin-bottom:0;max-width:none;*zoom:1}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none;*zoom:1}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{position:relative;padding-left:0.625rem;padding-right:0.625rem;width:100%;float:left}@media only screen{.column.small-centered,.columns.small-centered{position:relative;margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.small-push-1{position:relative;left:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.625rem;padding-right:0.625rem;float:left}.small-1{position:relative;width:8.33333%}.small-2{position:relative;width:16.66667%}.small-3{position:relative;width:25%}.small-4{position:relative;width:33.33333%}.small-5{position:relative;width:41.66667%}.small-6{position:relative;width:50%}.small-7{position:relative;width:58.33333%}.small-8{position:relative;width:66.66667%}.small-9{position:relative;width:75%}.small-10{position:relative;width:83.33333%}.small-11{position:relative;width:91.66667%}.small-12{position:relative;width:100%}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}.small-offset-0{position:relative;margin-left:0% !important}.small-offset-1{position:relative;margin-left:8.33333% !important}.small-offset-2{position:relative;margin-left:16.66667% !important}.small-offset-3{position:relative;margin-left:25% !important}.small-offset-4{position:relative;margin-left:33.33333% !important}.small-offset-5{position:relative;margin-left:41.66667% !important}.small-offset-6{position:relative;margin-left:50% !important}.small-offset-7{position:relative;margin-left:58.33333% !important}.small-offset-8{position:relative;margin-left:66.66667% !important}.small-offset-9{position:relative;margin-left:75% !important}.small-offset-10{position:relative;margin-left:83.33333% !important}.column.small-reset-order,.columns.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}}@media only screen and (min-width: 40.063em){.column.medium-centered,.columns.medium-centered{position:relative;margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.625rem;padding-right:0.625rem;float:left}.medium-1{position:relative;width:8.33333%}.medium-2{position:relative;width:16.66667%}.medium-3{position:relative;width:25%}.medium-4{position:relative;width:33.33333%}.medium-5{position:relative;width:41.66667%}.medium-6{position:relative;width:50%}.medium-7{position:relative;width:58.33333%}.medium-8{position:relative;width:66.66667%}.medium-9{position:relative;width:75%}.medium-10{position:relative;width:83.33333%}.medium-11{position:relative;width:91.66667%}.medium-12{position:relative;width:100%}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}.medium-offset-0{position:relative;margin-left:0% !important}.medium-offset-1{position:relative;margin-left:8.33333% !important}.medium-offset-2{position:relative;margin-left:16.66667% !important}.medium-offset-3{position:relative;margin-left:25% !important}.medium-offset-4{position:relative;margin-left:33.33333% !important}.medium-offset-5{position:relative;margin-left:41.66667% !important}.medium-offset-6{position:relative;margin-left:50% !important}.medium-offset-7{position:relative;margin-left:58.33333% !important}.medium-offset-8{position:relative;margin-left:66.66667% !important}.medium-offset-9{position:relative;margin-left:75% !important}.medium-offset-10{position:relative;margin-left:83.33333% !important}.column.medium-reset-order,.columns.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width: 64.063em){.column.large-centered,.columns.large-centered{position:relative;margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:0.625rem;padding-right:0.625rem;float:left}.large-1{position:relative;width:8.33333%}.large-2{position:relative;width:16.66667%}.large-3{position:relative;width:25%}.large-4{position:relative;width:33.33333%}.large-5{position:relative;width:41.66667%}.large-6{position:relative;width:50%}.large-7{position:relative;width:58.33333%}.large-8{position:relative;width:66.66667%}.large-9{position:relative;width:75%}.large-10{position:relative;width:83.33333%}.large-11{position:relative;width:91.66667%}.large-12{position:relative;width:100%}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}.large-offset-0{position:relative;margin-left:0% !important}.large-offset-1{position:relative;margin-left:8.33333% !important}.large-offset-2{position:relative;margin-left:16.66667% !important}.large-offset-3{position:relative;margin-left:25% !important}.large-offset-4{position:relative;margin-left:33.33333% !important}.large-offset-5{position:relative;margin-left:41.66667% !important}.large-offset-6{position:relative;margin-left:50% !important}.large-offset-7{position:relative;margin-left:58.33333% !important}.large-offset-8{position:relative;margin-left:66.66667% !important}.large-offset-9{position:relative;margin-left:75% !important}.large-offset-10{position:relative;margin-left:83.33333% !important}.column.large-reset-order,.columns.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}.accordion{*zoom:1;margin-bottom:0}.accordion:before,.accordion:after{content:" ";display:table}.accordion:after{clear:both}.accordion dd{display:block;margin-bottom:0 !important}.accordion dd.active a{background:#000}.accordion dd>a{background:#000;color:#fff;padding:0.3125rem;display:block;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-size:1rem}.accordion dd>a:hover{background:#000}.accordion .content{display:none;padding:0 0.625rem}.accordion .content.active{display:block;background:#e6e7e8}.alert-box{border-style:solid;border-width:1px;display:block;font-weight:normal;margin-bottom:1.25rem;position:relative;padding:0.875rem 1.5rem 0.875rem 0.875rem;font-size:0.8125rem;background-color:#c60018;border-color:#aa0015;color:#fff}.alert-box .close{font-size:1.375rem;padding:9px 6px 4px;line-height:0;position:absolute;top:50%;margin-top:-0.6875rem;right:0.25rem;color:#333;opacity:0.3}.alert-box .close:hover,.alert-box .close:focus{opacity:0.5}.alert-box.radius{-webkit-border-radius:3px;border-radius:3px}.alert-box.round{-webkit-border-radius:1000px;border-radius:1000px}.alert-box.success{background-color:#43ac6a;border-color:#3a945b;color:#fff}.alert-box.alert{background-color:#f04124;border-color:#de2d0f;color:#fff}.alert-box.secondary{background-color:#000;border-color:#000;color:#fff}.alert-box.warning{background-color:#f08a24;border-color:#de770f;color:#fff}.alert-box.info{background-color:#a0d3e8;border-color:#74bfdd;color:#000}[class*="block-grid-"]{display:block;padding:0;margin:0 0 0 -0.625rem;*zoom:1}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:inline;height:auto;float:left;padding:0 0.625rem 1.25rem}@media only screen{.small-block-grid-1>li{width:100%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-1>li:nth-of-type(n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{width:50%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-2>li:nth-of-type(n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{width:33.33333%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-3>li:nth-of-type(n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{width:25%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-4>li:nth-of-type(n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{width:20%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-5>li:nth-of-type(n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{width:16.66667%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-6>li:nth-of-type(n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{width:14.28571%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-7>li:nth-of-type(n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{width:12.5%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-8>li:nth-of-type(n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{width:11.11111%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-9>li:nth-of-type(n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{width:10%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-10>li:nth-of-type(n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{width:9.09091%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-11>li:nth-of-type(n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{width:8.33333%;padding:0 0.625rem 1.25rem;list-style:none}.small-block-grid-12>li:nth-of-type(n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 40.063em){.medium-block-grid-1>li{width:100%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-1>li:nth-of-type(n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{width:50%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-2>li:nth-of-type(n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{width:33.33333%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-3>li:nth-of-type(n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{width:25%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-4>li:nth-of-type(n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{width:20%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-5>li:nth-of-type(n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{width:16.66667%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-6>li:nth-of-type(n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{width:14.28571%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-7>li:nth-of-type(n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{width:12.5%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-8>li:nth-of-type(n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{width:11.11111%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-9>li:nth-of-type(n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{width:10%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-10>li:nth-of-type(n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{width:9.09091%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-11>li:nth-of-type(n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{width:8.33333%;padding:0 0.625rem 1.25rem;list-style:none}.medium-block-grid-12>li:nth-of-type(n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 64.063em){.large-block-grid-1>li{width:100%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-1>li:nth-of-type(n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{width:50%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-2>li:nth-of-type(n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{width:33.33333%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-3>li:nth-of-type(n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{width:25%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-4>li:nth-of-type(n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{width:20%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-5>li:nth-of-type(n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{width:16.66667%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-6>li:nth-of-type(n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{width:14.28571%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-7>li:nth-of-type(n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{width:12.5%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-8>li:nth-of-type(n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{width:11.11111%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-9>li:nth-of-type(n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{width:10%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-10>li:nth-of-type(n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{width:9.09091%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-11>li:nth-of-type(n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{width:8.33333%;padding:0 0.625rem 1.25rem;list-style:none}.large-block-grid-12>li:nth-of-type(n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}.button-group{list-style:none;margin:0;*zoom:1}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group>*{margin:0;float:left}.button-group>*>button,.button-group>* .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group>*:last-child button,.button-group>*:last-child .button{border-right:0}.button-group>*:first-child{margin-left:0}.button-group.radius>*>button,.button-group.radius>* .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius>*:last-child button,.button-group.radius>*:last-child .button{border-right:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.round>*>button,.button-group.round>* .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round>*:last-child button,.button-group.round>*:last-child .button{border-right:0}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.button-group.even-2 li{width:50%}.button-group.even-2 li>button,.button-group.even-2 li .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-2 li:last-child button,.button-group.even-2 li:last-child .button{border-right:0}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{width:33.33333%}.button-group.even-3 li>button,.button-group.even-3 li .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-3 li:last-child button,.button-group.even-3 li:last-child .button{border-right:0}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{width:25%}.button-group.even-4 li>button,.button-group.even-4 li .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-4 li:last-child button,.button-group.even-4 li:last-child .button{border-right:0}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{width:20%}.button-group.even-5 li>button,.button-group.even-5 li .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-5 li:last-child button,.button-group.even-5 li:last-child .button{border-right:0}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{width:16.66667%}.button-group.even-6 li>button,.button-group.even-6 li .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-6 li:last-child button,.button-group.even-6 li:last-child .button{border-right:0}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{width:14.28571%}.button-group.even-7 li>button,.button-group.even-7 li .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-7 li:last-child button,.button-group.even-7 li:last-child .button{border-right:0}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{width:12.5%}.button-group.even-8 li>button,.button-group.even-8 li .button{border-right:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-8 li:last-child button,.button-group.even-8 li:last-child .button{border-right:0}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-bar{*zoom:1}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:0.625rem}.button-bar .button-group div{overflow:hidden}@media only screen and (max-width: 40em){.f-dropdown{max-width:100%;left:0}}.f-dropdown{position:absolute;left:-9999px;list-style:none;margin-left:0;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:16px;z-index:99;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:99}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:98}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown li{font-size:0.875rem;cursor:pointer;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li a{display:block;padding:0.5rem;color:#555}.f-dropdown.content{position:absolute;left:-9999px;list-style:none;margin-left:0;padding:1.25rem;width:100%;height:auto;max-height:none;background:#fff;border:solid 1px #ccc;font-size:16px;z-index:99;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.dropdown.button{position:relative;padding-right:3.5625rem}.dropdown.button:before{position:absolute;content:"";width:0;height:0;display:block;border-style:solid;border-color:#fff transparent transparent transparent;top:50%}.dropdown.button:before{border-width:0.375rem;right:1.40625rem;margin-top:-0.15625rem}.dropdown.button:before{border-color:#fff transparent transparent transparent}.dropdown.button.tiny{padding-right:2.625rem}.dropdown.button.tiny:before{border-width:0.375rem;right:1.125rem;margin-top:-0.125rem}.dropdown.button.tiny:before{border-color:#fff transparent transparent transparent}.dropdown.button.small{padding-right:3.0625rem}.dropdown.button.small:before{border-width:0.4375rem;right:1.3125rem;margin-top:-0.15625rem}.dropdown.button.small:before{border-color:#fff transparent transparent transparent}.dropdown.button.large{padding-right:3.625rem}.dropdown.button.large:before{border-width:0.3125rem;right:1.71875rem;margin-top:-0.15625rem}.dropdown.button.large:before{border-color:#fff transparent transparent transparent}.dropdown.button.secondary:before{border-color:#333 transparent transparent transparent}.flex-video{position:relative;padding-top:1.5625rem;padding-bottom:67.5%;height:0;margin-bottom:1rem;overflow:hidden}.flex-video.widescreen{padding-bottom:57.25%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}form{margin:0 0 1rem}form .row .row{margin:0 -0.5rem}form .row .row .column,form .row .row .columns{padding:0 0.5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-moz-border-radius-bottomright:0;-moz-border-radius-topright:0;-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:0.5rem}label{font-size:0.875rem;color:#4d4d4d;cursor:pointer;display:block;font-weight:normal;margin-bottom:0.5rem}label.right{float:none;text-align:right}label.inline{margin:0 0 1rem 0;padding:0.625rem 0}label small{text-transform:capitalize;color:#676767}select{-webkit-appearance:none !important;background:#fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;background-position-x:97%;background-position-y:center;border:1px solid #ccc;padding:0.5rem;font-size:0.875rem;-webkit-border-radius:0;border-radius:0}select.radius{-webkit-border-radius:3px;border-radius:3px}select:hover{background:#f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;background-position-x:97%;background-position-y:center;border-color:#999}select::-ms-expand{display:none}@-moz-document url-prefix(){select{background:#fafafa}select:hover{background:#f3f3f3}}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:0.875rem;height:2.3125rem;line-height:2.3125rem}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.prefix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.prefix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-color:#d8d8d8;border-right:none;color:#333}span.prefix.radius,label.prefix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}span.postfix,label.postfix{background:#f2f2f2;border-color:#cbcbcb;border-left:none;color:#333}span.postfix.radius,label.postfix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group.radius>*:first-child,.input-group.radius>*:first-child *{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.input-group.radius>*:last-child,.input-group.radius>*:last-child *{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group.round>*:first-child,.input-group.round>*:first-child *{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.input-group.round>*:last-child,.input-group.round>*:last-child *{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;background-color:#fff;font-family:inherit;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-size:0.875rem;margin:0 0 1rem 0;padding:0.5rem;height:2.3125rem;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;-moz-transition:-moz-box-shadow 0.45s,border-color 0.45s ease-in-out;transition:box-shadow 0.45s,border-color 0.45s ease-in-out}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{-webkit-box-shadow:0 0 5px #999;-moz-box-shadow:0 0 5px #999;box-shadow:0 0 5px #999;border-color:#999}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="month"][disabled],input[type="week"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled]{background-color:#ddd}select{height:2.3125rem}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1rem 0}input[type="checkbox"]+label,input[type="radio"]+label{display:inline-block;margin-left:0.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type="file"]{width:100%}fieldset{border:solid 1px #ddd;padding:1.25rem;margin:1.125rem 0}fieldset legend{font-weight:bold;background:#fff;padding:0 0.1875rem;margin:0;margin-left:-0.1875rem}[data-abide] .error small.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:0.375rem 0.5625rem 0.5625rem;margin-top:-1px;margin-bottom:1rem;font-size:0.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;padding:0.375rem 0.5625rem 0.5625rem;margin-top:-1px;margin-bottom:1rem;font-size:0.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.error input,.error textarea,.error select{margin-bottom:0}.error label,.error label.error{color:#f04124}.error>small,.error small.error{display:block;padding:0.375rem 0.5625rem 0.5625rem;margin-top:-1px;margin-bottom:1rem;font-size:0.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.error>label>small{color:#676767;background:transparent;padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}.error span.error-message{display:block}input.error,textarea.error{margin-bottom:0}label.error{color:#f04124}.inline-list{margin:0 auto 1.25rem auto;margin-left:-1.375rem;margin-right:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.375rem;display:block}.inline-list>li>*{display:block}.label{font-weight:normal;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline-block;position:relative;margin-bottom:inherit;padding:0.25rem 0.5rem 0.375rem;font-size:0.6875rem;background-color:#c60018;color:#fff}.label.radius{-webkit-border-radius:3px;border-radius:3px}.label.round{-webkit-border-radius:1000px;border-radius:1000px}.label.alert{background-color:#f04124;color:#fff}.label.success{background-color:#43ac6a;color:#fff}.label.secondary{background-color:#000;color:#fff}ul.pagination{display:block;height:1.5rem;margin-left:0}ul.pagination li{height:1.5rem;color:#000;font-size:0.75rem;margin-left:0.3125rem}ul.pagination li a{display:block;padding:0.125rem 0.625rem 0.125rem;color:#000;-webkit-border-radius:3px;border-radius:3px}ul.pagination li:hover a,ul.pagination li a:focus{background:#e6e7e8}ul.pagination li.unavailable a{cursor:default;color:#808285}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus{background:#e6e7e8}ul.pagination li.current a{background:#c60018;color:#fff;font-weight:bold;cursor:default}ul.pagination li.current a:hover,ul.pagination li.current a:focus{background:#c60018}ul.pagination li{float:left;display:block}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{float:none;display:inline-block}.panel{border-style:solid;border-width:1px;border-color:#fff;margin-bottom:1.25rem;padding:10px;background:#fff}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p{color:#000}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:0.625rem}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:#fff;margin-bottom:1.25rem;padding:10px;background:#ffecef}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p{color:#000}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:0.625rem}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.callout a{color:#c60018}.panel.radius{-webkit-border-radius:3px;border-radius:3px}.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,0.45);z-index:98;display:none;top:0;left:0}.reveal-modal{visibility:hidden;display:none;position:absolute;left:50%;z-index:99;height:auto;margin-left:-40%;width:80%;background-color:#fff;padding:1.25rem;border:solid 1px #666;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);box-shadow:0 0 10px rgba(0,0,0,0.4);top:6.25rem}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}.reveal-modal .close-reveal-modal{font-size:1.375rem;line-height:1;position:absolute;top:0.5rem;right:0.6875rem;color:#aaa;font-weight:bold;cursor:pointer}@media only screen and (min-width: 40.063em){.reveal-modal{padding:1.875rem;top:6.25rem}.reveal-modal.tiny{margin-left:-15%;width:30%}.reveal-modal.small{margin-left:-20%;width:40%}.reveal-modal.medium{margin-left:-30%;width:60%}.reveal-modal.large{margin-left:-35%;width:70%}.reveal-modal.xlarge{margin-left:-47.5%;width:95%}}@media print{.reveal-modal{background:#fff !important}}.side-nav{display:block;margin:0;padding:0.875rem 0;list-style-type:none;list-style-position:inside;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif}.side-nav li{margin:0 0 0.4375rem 0;font-size:0.9375rem}.side-nav li a{display:block;color:#c60018}.side-nav li.active>a:first-child{color:#4d4d4d;font-weight:normal;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif}.side-nav li.divider{border-top:1px solid;height:0;padding:0;list-style:none;border-top-color:#fff}.split.button{position:relative;padding-right:5.0625rem}.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px}.split.button span:before{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;top:50%;left:50%}.split.button span:active{background-color:rgba(0,0,0,0.1)}.split.button span{border-left-color:rgba(255,255,255,0.5)}.split.button span{width:3.09375rem}.split.button span:before{border-top-style:solid;border-width:0.375rem;top:48%;margin-left:-0.375rem}.split.button span:before{border-color:#fff transparent transparent transparent}.split.button.secondary span{border-left-color:rgba(255,255,255,0.5)}.split.button.secondary span:before{border-color:#fff transparent transparent transparent}.split.button.alert span{border-left-color:rgba(255,255,255,0.5)}.split.button.success span{border-left-color:rgba(255,255,255,0.5)}.split.button.tiny{padding-right:3.75rem}.split.button.tiny span{width:2.25rem}.split.button.tiny span:before{border-top-style:solid;border-width:0.375rem;top:48%;margin-left:-0.375rem}.split.button.small{padding-right:4.375rem}.split.button.small span{width:2.625rem}.split.button.small span:before{border-top-style:solid;border-width:0.4375rem;top:48%;margin-left:-0.375rem}.split.button.large{padding-right:5.5rem}.split.button.large span{width:3.4375rem}.split.button.large span:before{border-top-style:solid;border-width:0.3125rem;top:48%;margin-left:-0.375rem}.split.button.expand{padding-left:2rem}.split.button.secondary span:before{border-color:#333 transparent transparent transparent}.split.button.radius span{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button.round span{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}table{background:#fff;margin-bottom:1.25rem;border:solid 1px #000}table thead,table tfoot{background:#000}table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:0.5rem 0.625rem 0.625rem;font-size:0.875rem;font-weight:bold;color:#fff;text-align:left}table tr th,table tr td{padding:0.5625rem 0.625rem;font-size:0.875rem;color:#222}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#e6e7e8}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.125rem}.tabs{*zoom:1;margin-bottom:0 !important}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd{position:relative;margin-bottom:0 !important;top:1px;float:left}.tabs dd>a{display:block;background:#e6e7e8;color:#000;padding-top:0.25rem;padding-right:0.5rem;padding-bottom:0.3125rem;padding-left:0.5rem;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-size:0.875rem}.tabs dd>a:hover{background:#fafafa}.tabs dd.active a{background:#fff}.tabs.radius dd:first-child a{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius dd:last-child a{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.tabs.vertical dd{position:inherit;float:none;display:block;top:auto}.tabs-content{*zoom:1;margin-bottom:1.25rem}.tabs-content:before,.tabs-content:after{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:0.625rem 0}.tabs-content>.content.active{display:block}.tabs-content>.content.contained{padding:0.625rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 0.625rem}@media only screen and (min-width: 40.063em){.tabs.vertical{width:20%;float:left;margin-bottom:1.25rem}.tabs-content.vertical{width:80%;float:left;margin-left:-1px}}.th{line-height:0;display:inline-block;border:solid 4px #fff;max-width:100%;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2);box-shadow:0 0 0 1px rgba(0,0,0,0.2);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;transition:all 200ms ease-out}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(198,0,24,0.5);box-shadow:0 0 6px 1px rgba(198,0,24,0.5)}.th.radius{-webkit-border-radius:3px;border-radius:3px}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}.contain-to-grid{width:100%;background:#c60018}.contain-to-grid .top-bar{margin-bottom:0}.fixed{width:100%;left:0;position:fixed;top:0;z-index:99}.fixed.expanded:not(.top-bar){overflow-y:auto;height:auto;width:100%;max-height:100%}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99}.fixed.expanded:not(.top-bar) .top-bar-section{z-index:98;margin-top:35px}.top-bar{overflow:hidden;height:35px;line-height:35px;position:relative;background:#c60018;margin-bottom:0}.top-bar ul{margin-bottom:0;list-style:none}.top-bar .row{max-width:none}.top-bar form,.top-bar input{margin-bottom:0}.top-bar input{height:auto;padding-top:.35rem;padding-bottom:.35rem;font-size:0.75rem}.top-bar .button{padding-top:.45rem;padding-bottom:.35rem;margin-bottom:0;font-size:0.75rem}.top-bar .title-area{position:relative;margin:0}.top-bar .name{height:35px;margin:0;font-size:16px}.top-bar .name h1{line-height:35px;font-size:1.0625rem;margin:0}.top-bar .name h1 a{font-weight:normal;color:#fff;width:50%;display:block;padding:0 11.66667px}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;text-transform:uppercase;font-size:0.8125rem;font-weight:bold;position:relative;display:block;padding:0 11.66667px;height:35px;line-height:35px}.top-bar .toggle-topbar.menu-icon{right:11.66667px;top:50%;margin-top:-16px;padding-left:40px}.top-bar .toggle-topbar.menu-icon a{height:34px;line-height:33px;padding:0;padding-right:25px;color:#fff;position:relative}.top-bar .toggle-topbar.menu-icon a::after{content:"";position:absolute;right:0;display:block;width:16px;top:0;height:0;-webkit-box-shadow:0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;box-shadow:0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff}.top-bar.expanded{height:auto;background:transparent}.top-bar.expanded .title-area{background:#c60018}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span{-webkit-box-shadow:0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;box-shadow:0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888}.top-bar-section{left:0;position:relative;width:auto;-webkit-transition:left 300ms ease-out;-moz-transition:left 300ms ease-out;transition:left 300ms ease-out}.top-bar-section ul{width:100%;height:auto;display:block;background:#c60018;font-size:16px;margin:0}.top-bar-section .divider,.top-bar-section [role="separator"]{border-top:solid 1px #63000c;clear:both;height:1px;width:100%}.top-bar-section ul li>a{display:block;width:100%;color:#fff;padding:12px 0 12px 0;padding-left:11.66667px;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-size:0.8125rem;font-weight:600;background:#c60018}.top-bar-section ul li>a.button{background:#c60018;font-size:0.8125rem;padding-right:11.66667px;padding-left:11.66667px}.top-bar-section ul li>a.button:hover{background:#910012}.top-bar-section ul li>a.button.secondary{background:#000}.top-bar-section ul li>a.button.secondary:hover{background:#000}.top-bar-section ul li>a.button.success{background:#43ac6a}.top-bar-section ul li>a.button.success:hover{background:#358854}.top-bar-section ul li>a.button.alert{background:#f04124}.top-bar-section ul li>a.button.alert:hover{background:#d42b0f}.top-bar-section ul li:hover>a{background:#fff;color:#000}.top-bar-section ul li.active>a{background:#fff;color:#fff}.top-bar-section ul li.active>a:hover{background:#ad0015}.top-bar-section .has-form{padding:11.66667px}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:transparent transparent transparent #000;border-left-style:solid;margin-right:11.66667px;margin-top:-4.5px;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{display:block}.top-bar-section .dropdown{position:absolute;left:100%;top:0;display:none;z-index:99}.top-bar-section .dropdown li{width:100%;height:auto}.top-bar-section .dropdown li a{font-weight:normal;padding:8px 11.66667px}.top-bar-section .dropdown li a.parent-link{font-weight:600}.top-bar-section .dropdown li.title h5{margin-bottom:0}.top-bar-section .dropdown li.title h5 a{color:#fff;line-height:17.5px;display:block}.top-bar-section .dropdown li.has-form{padding:8px 11.66667px}.top-bar-section .dropdown li .button{top:auto}.top-bar-section .dropdown label{padding:8px 11.66667px 2px;margin-bottom:0;text-transform:uppercase;color:#777;font-weight:bold;font-size:0.625rem}.js-generated{display:block}@media only screen and (min-width: 40.063em){.top-bar{background:#c60018;*zoom:1;overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a{width:auto}.top-bar input,.top-bar .button{font-size:0.875rem;position:relative;top:7px}.top-bar.expanded{background:#c60018}.contain-to-grid .top-bar{max-width:61.875rem;margin:0 auto;margin-bottom:0}.top-bar-section{-webkit-transition:none 0 0;-moz-transition:none 0 0;transition:none 0 0;left:0 !important}.top-bar-section ul{width:auto;height:auto !important;display:inline}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li.hover>a:not(.button){background:#fff;color:#000}.top-bar-section li:not(.has-form) a:not(.button){padding:0 11.66667px;line-height:35px;background:#c60018}.top-bar-section li:not(.has-form) a:not(.button):hover{background:#fff}.top-bar-section .has-dropdown>a{padding-right:31.66667px !important}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:#000 transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:17.5px}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{display:none}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{display:block}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"\00bb";top:1rem;margin-top:-2px;right:5px;line-height:1.2}.top-bar-section .dropdown{left:0;top:auto;background:transparent;min-width:100%}.top-bar-section .dropdown li a{color:#000;line-height:1;white-space:nowrap;padding:12px 11.66667px;background:#c60018}.top-bar-section .dropdown li label{white-space:nowrap;background:#333}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"]{border-bottom:none;border-top:none;border-right:solid 1px #ef001d;clear:none;height:35px;width:0}.top-bar-section .has-form{background:#c60018;padding:0 11.66667px;height:35px}.top-bar-section .right li .dropdown{left:auto;right:0}.top-bar-section .right li .dropdown li .dropdown{right:100%}.top-bar-section .left li .dropdown{right:auto;left:0}.top-bar-section .left li .dropdown li .dropdown{left:100%}.no-js .top-bar-section ul li:hover>a{background:#fff;color:#000}.no-js .top-bar-section ul li:active>a{background:#fff;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown{display:block}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#000;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#000}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1rem;line-height:1.6;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p.lead{font-size:1.21875rem;line-height:1.6}p aside{font-size:0.875rem;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:500;font-style:normal;color:#000;text-rendering:optimizeLegibility;margin-top:0.2rem;margin-bottom:0.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:70%;color:#595959;line-height:0}h1{font-size:1.125rem}h2{font-size:1.3125rem}h3{font-size:1.0625rem}h4{font-size:0.9375rem}h5{font-size:1.125rem}h6{font-size:1rem}.subheader{line-height:1.4;color:#595959;font-weight:300;margin-top:0.2rem;margin-bottom:0.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25rem 0 1.1875rem;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:70%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#333}ul,ol,dl{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;list-style-position:outside;font-family:inherit}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}ul li ul,ul li ol{margin-left:1.25rem;margin-bottom:0;font-size:1rem}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle;margin-left:1.1rem}ul.disc{list-style-type:disc;margin-left:1.1rem}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:0.3rem;font-weight:bold}dl dd{margin-bottom:0.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#000;border-bottom:1px dotted #ddd;cursor:help}abbr{text-transform:none}blockquote{margin:0 0 1.25rem;padding:0.625rem 0 0.625rem 0;border-left:1px solid #c60018}blockquote cite{display:block;font-size:0.8125rem;color:#3b3b3b}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#3b3b3b}blockquote,blockquote p{line-height:1.6;color:#c60018}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:0.625rem 0.75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625rem}@media only screen and (min-width: 40.063em){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}}.print-only{display:none !important}@media print{*{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) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]: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}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}.off-canvas-wrap{position:relative;width:100%;overflow:hidden}.inner-wrap{position:relative;width:100%;*zoom:1;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.inner-wrap:before,.inner-wrap:after{content:" ";display:table}.inner-wrap:after{clear:both}nav.tab-bar{background:#333;color:#fff;height:2.8125rem;line-height:2.8125rem;position:relative}nav.tab-bar h1,nav.tab-bar h2,nav.tab-bar h3,nav.tab-bar h4,nav.tab-bar h5,nav.tab-bar h6{color:#fff;font-weight:bold;line-height:2.8125rem;margin:0}nav.tab-bar h1,nav.tab-bar h2,nav.tab-bar h3,nav.tab-bar h4{font-size:1.125rem}section.left-small{width:2.8125rem;height:2.8125rem;position:absolute;top:0;border-right:solid 1px #1a1a1a;box-shadow:1px 0 0 #4e4e4e;left:0}section.right-small{width:2.8125rem;height:2.8125rem;position:absolute;top:0;border-left:solid 1px #4e4e4e;box-shadow:-1px 0 0 #1a1a1a;right:0}section.tab-bar-section{padding:0 0.625rem;position:absolute;text-align:center;height:2.8125rem;top:0}@media only screen and (min-width: 40.063em){section.tab-bar-section{text-align:left}}section.tab-bar-section.left{left:0;right:2.8125rem}section.tab-bar-section.right{left:2.8125rem;right:0}section.tab-bar-section.middle{left:2.8125rem;right:2.8125rem}a.menu-icon{text-indent:2.1875rem;width:2.8125rem;height:2.8125rem;display:block;line-height:2.0625rem;padding:0;color:#fff;position:relative}a.menu-icon span{position:absolute;display:block;width:1rem;height:0;left:0.8125rem;top:0.3125rem;-webkit-box-shadow:1px 10px 1px 1px #fff,1px 16px 1px 1px #fff,1px 22px 1px 1px #fff;box-shadow:0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff}a.menu-icon:hover span{-webkit-box-shadow:1px 10px 1px 1px #b3b3b3,1px 16px 1px 1px #b3b3b3,1px 22px 1px 1px #b3b3b3;box-shadow:0 10px 0 1px #b3b3b3,0 16px 0 1px #b3b3b3,0 22px 0 1px #b3b3b3}.left-off-canvas-menu{width:250px;top:0;bottom:0;height:100%;position:absolute;overflow-y:auto;background:#333;z-index:1001;box-sizing:content-box;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);-ms-transform:translate3d(-100%, 0, 0);-o-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.right-off-canvas-menu{width:250px;top:0;bottom:0;height:100%;position:absolute;overflow-y:auto;background:#333;z-index:1001;box-sizing:content-box;-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);right:0}ul.off-canvas-list{list-style-type:none;padding:0;margin:0}ul.off-canvas-list li label{padding:0.3rem 0.9375rem;color:#999;text-transform:uppercase;font-weight:bold;background:#444;border-top:1px solid #5e5e5e;border-bottom:none;margin:0}ul.off-canvas-list li a{display:block;padding:0.66667rem;color:rgba(255,255,255,0.7);border-bottom:1px solid #262626}.move-right>.inner-wrap{-webkit-transform:translate3d(250px, 0, 0);-moz-transform:translate3d(250px, 0, 0);-ms-transform:translate3d(250px, 0, 0);-o-transform:translate3d(250px, 0, 0);transform:translate3d(250px, 0, 0)}.move-right a.exit-off-canvas{transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);display:block;position:absolute;background:rgba(255,255,255,0.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width: 40.063em){.move-right a.exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}
.move-left>.inner-wrap{-webkit-transform:translate3d(-250px, 0, 0);-moz-transform:translate3d(-250px, 0, 0);-ms-transform:translate3d(-250px, 0, 0);-o-transform:translate3d(-250px, 0, 0);transform:translate3d(-250px, 0, 0)}.move-left a.exit-off-canvas{transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);display:block;position:absolute;background:rgba(255,255,255,0.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width: 40.063em){.move-left a.exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}
.csstransforms.no-csstransforms3d .left-off-canvas-menu{-webkit-transform:translate(-100%, 0);-moz-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);transform:translate(-100%, 0)}.csstransforms.no-csstransforms3d .right-off-canvas-menu{-webkit-transform:translate(100%, 0);-moz-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-o-transform:translate(100%, 0);transform:translate(100%, 0)}.csstransforms.no-csstransforms3d .move-left>.inner-wrap{-webkit-transform:translate(-250px, 0);-moz-transform:translate(-250px, 0);-ms-transform:translate(-250px, 0);-o-transform:translate(-250px, 0);transform:translate(-250px, 0)}.csstransforms.no-csstransforms3d .move-right>.inner-wrap{-webkit-transform:translate(250px, 0);-moz-transform:translate(250px, 0);-ms-transform:translate(250px, 0);-o-transform:translate(250px, 0);transform:translate(250px, 0)}.no-csstransforms .left-off-canvas-menu{left:-250px}.no-csstransforms .right-off-canvas-menu{right:-250px}.no-csstransforms .move-left>.inner-wrap{right:250px}.no-csstransforms .move-right>.inner-wrap{left:250px}.show-for-small,.show-for-small-only,.show-for-medium-down,.show-for-large-down,.hide-for-medium,.hide-for-medium-up,.hide-for-medium-only,.hide-for-large,.hide-for-large-up,.hide-for-large-only,.hide-for-xlarge,.hide-for-xlarge-up,.hide-for-xlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge-only{display:inherit !important}.hide-for-small,.hide-for-small-only,.hide-for-medium-down,.show-for-medium,.show-for-medium-up,.show-for-medium-only,.hide-for-large-down,.show-for-large,.show-for-large-up,.show-for-large-only,.show-for-xlarge,.show-for-xlarge-up,.show-for-xlarge-only,.show-for-xxlarge-up,.show-for-xxlarge-only{display:none !important}table.show-for-small,table.show-for-small-only,table.show-for-medium-down,table.show-for-large-down,table.hide-for-medium,table.hide-for-medium-up,table.hide-for-medium-only,table.hide-for-large,table.hide-for-large-up,table.hide-for-large-only,table.hide-for-xlarge,table.hide-for-xlarge-up,table.hide-for-xlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge-only{display:table}thead.show-for-small,thead.show-for-small-only,thead.show-for-medium-down,thead.show-for-large-down,thead.hide-for-medium,thead.hide-for-medium-up,thead.hide-for-medium-only,thead.hide-for-large,thead.hide-for-large-up,thead.hide-for-large-only,thead.hide-for-xlarge,thead.hide-for-xlarge-up,thead.hide-for-xlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge-only{display:table-header-group !important}tbody.show-for-small,tbody.show-for-small-only,tbody.show-for-medium-down,tbody.show-for-large-down,tbody.hide-for-medium,tbody.hide-for-medium-up,tbody.hide-for-medium-only,tbody.hide-for-large,tbody.hide-for-large-up,tbody.hide-for-large-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge-only{display:table-row-group !important}tr.show-for-small,tr.show-for-small-only,tr.show-for-medium-down,tr.show-for-large-down,tr.hide-for-medium,tr.hide-for-medium-up,tr.hide-for-medium-only,tr.hide-for-large,tr.hide-for-large-up,tr.hide-for-large-only,tr.hide-for-xlarge,tr.hide-for-xlarge-up,tr.hide-for-xlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge-only{display:table-row !important}td.show-for-small,td.show-for-small-only,td.show-for-medium-down td.show-for-large-down,td.hide-for-medium,td.hide-for-medium-up,td.hide-for-large,td.hide-for-large-up,td.hide-for-xlarge td.hide-for-xlarge-up,td.hide-for-xxlarge-up,th.show-for-small,th.show-for-small-only,th.show-for-medium-down td.show-for-large-down,th.hide-for-medium,th.hide-for-medium-up,th.hide-for-large,th.hide-for-large-up,th.hide-for-xlarge td.hide-for-xlarge-up,th.hide-for-xxlarge-up,td.show-for-medium-down th.show-for-large-down,td.hide-for-xlarge th.hide-for-xlarge-up,th.show-for-medium-down th.show-for-large-down,th.hide-for-xlarge th.hide-for-xlarge-up{display:table-cell !important}@media only screen and (min-width: 40.063em){.hide-for-small,.hide-for-small-only,.show-for-medium,.show-for-medium-down,.show-for-medium-up,.show-for-medium-only,.hide-for-large,.hide-for-large-up,.hide-for-large-only,.hide-for-xlarge,.hide-for-xlarge-up,.hide-for-xlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge-only{display:inherit !important}.show-for-small,.show-for-small-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-up,.hide-for-medium-only,.hide-for-large-down,.show-for-large,.show-for-large-up,.show-for-large-only,.show-for-xlarge,.show-for-xlarge-up,.show-for-xlarge-only,.show-for-xxlarge-up,.show-for-xxlarge-only{display:none !important}table.hide-for-small,table.hide-for-small-only,table.show-for-medium,table.show-for-medium-down,table.show-for-medium-up,table.show-for-medium-only,table.hide-for-large,table.hide-for-large-up,table.hide-for-large-only,table.hide-for-xlarge,table.hide-for-xlarge-up,table.hide-for-xlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge-only{display:table}thead.hide-for-small,thead.hide-for-small-only,thead.show-for-medium,thead.show-for-medium-down,thead.show-for-medium-up,thead.show-for-medium-only,thead.hide-for-large,thead.hide-for-large-up,thead.hide-for-large-only,thead.hide-for-xlarge,thead.hide-for-xlarge-up,thead.hide-for-xlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge-only{display:table-header-group !important}tbody.hide-for-small,tbody.hide-for-small-only,tbody.show-for-medium,tbody.show-for-medium-down,tbody.show-for-medium-up,tbody.show-for-medium-only,tbody.hide-for-large,tbody.hide-for-large-up,tbody.hide-for-large-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge-only{display:table-row-group !important}tr.hide-for-small,tr.hide-for-small-only,tr.show-for-medium,tr.show-for-medium-down,tr.show-for-medium-up,tr.show-for-medium-only,tr.hide-for-large,tr.hide-for-large-up,tr.hide-for-large-only,tr.hide-for-xlarge,tr.hide-for-xlarge-up,tr.hide-for-xlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge-only{display:table-row !important}td.hide-for-small,td.hide-for-small-only,td.show-for-medium,td.show-for-medium-down,td.show-for-medium-up,td.show-for-medium-only,td.hide-for-large,td.hide-for-large-up,td.hide-for-large-only,td.hide-for-xlarge,td.hide-for-xlarge-up,td.hide-for-xlarge-only,td.hide-for-xxlarge-up,td.hide-for-xxlarge-only,th.hide-for-small,th.hide-for-small-only,th.show-for-medium,th.show-for-medium-down,th.show-for-medium-up,th.show-for-medium-only,th.hide-for-large,th.hide-for-large-up,th.hide-for-large-only,th.hide-for-xlarge,th.hide-for-xlarge-up,th.hide-for-xlarge-only,th.hide-for-xxlarge-up,th.hide-for-xxlarge-only{display:table-cell !important}}@media only screen and (min-width: 64.063em){.hide-for-small,.hide-for-small-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.show-for-medium-up,.show-for-large,.show-for-large-up,.show-for-large-only,.hide-for-xlarge,.hide-for-xlarge-up,.hide-for-xlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge-only{display:inherit !important}.show-for-small-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.hide-for-large,.hide-for-large-up,.hide-for-large-only,.show-for-xlarge,.show-for-xlarge-up,.show-for-xlarge-only,.show-for-xxlarge-up,.show-for-xxlarge-only{display:none !important}table.hide-for-small,table.hide-for-small-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.show-for-medium-up,table.show-for-large,table.show-for-large-up,table.show-for-large-only,table.hide-for-xlarge,table.hide-for-xlarge-up,table.hide-for-xlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge-only{display:table}thead.hide-for-small,thead.hide-for-small-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.show-for-large,thead.show-for-large-up,thead.show-for-large-only,thead.hide-for-xlarge,thead.hide-for-xlarge-up,thead.hide-for-xlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge-only{display:table-header-group !important}tbody.hide-for-small,tbody.hide-for-small-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.show-for-large,tbody.show-for-large-up,tbody.show-for-large-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge-only{display:table-row-group !important}tr.hide-for-small,tr.hide-for-small-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.show-for-large,tr.show-for-large-up,tr.show-for-large-only,tr.hide-for-xlarge,tr.hide-for-xlarge-up,tr.hide-for-xlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge-only{display:table-row !important}td.hide-for-small,td.hide-for-small-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.show-for-medium-up,td.show-for-large,td.show-for-large-up,td.show-for-large-only,td.hide-for-xlarge,td.hide-for-xlarge-up,td.hide-for-xlarge-only,td.hide-for-xxlarge-up,td.hide-for-xxlarge-only,th.hide-for-small,th.hide-for-small-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.show-for-medium-up,th.show-for-large,th.show-for-large-up,th.show-for-large-only,th.hide-for-xlarge,th.hide-for-xlarge-up,th.hide-for-xlarge-only,th.hide-for-xxlarge-up,th.hide-for-xxlarge-only{display:table-cell !important}}@media only screen and (min-width: 90.063em){.hide-for-small,.hide-for-small-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.show-for-medium-up,.show-for-large-up,.hide-for-large-only,.show-for-xlarge,.show-for-xlarge-up,.show-for-xlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge-only{display:inherit !important}.show-for-small-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-large,.show-for-large-only,.show-for-large-down,.hide-for-xlarge,.hide-for-xlarge-up,.hide-for-xlarge-only,.show-for-xxlarge-up,.show-for-xxlarge-only{display:none !important}table.hide-for-small,table.hide-for-small-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.show-for-medium-up,table.show-for-large-up,table.hide-for-large-only,table.show-for-xlarge,table.show-for-xlarge-up,table.show-for-xlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge-only{display:table}thead.hide-for-small,thead.hide-for-small-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.show-for-large-up,thead.hide-for-large-only,thead.show-for-xlarge,thead.show-for-xlarge-up,thead.show-for-xlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge-only{display:table-header-group !important}tbody.hide-for-small,tbody.hide-for-small-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.show-for-large-up,tbody.hide-for-large-only,tbody.show-for-xlarge,tbody.show-for-xlarge-up,tbody.show-for-xlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge-only{display:table-row-group !important}tr.hide-for-small,tr.hide-for-small-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.show-for-large-up,tr.hide-for-large-only,tr.show-for-xlarge,tr.show-for-xlarge-up,tr.show-for-xlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge-only{display:table-row !important}td.hide-for-small,td.hide-for-small-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.show-for-medium-up,td.show-for-large-up,td.hide-for-large-only,td.show-for-xlarge,td.show-for-xlarge-up,td.show-for-xlarge-only,td.hide-for-xxlarge-up,td.hide-for-xxlarge-only,th.hide-for-small,th.hide-for-small-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.show-for-medium-up,th.show-for-large-up,th.hide-for-large-only,th.show-for-xlarge,th.show-for-xlarge-up,th.show-for-xlarge-only,th.hide-for-xxlarge-up,th.hide-for-xxlarge-only{display:table-cell !important}}@media only screen and (min-width: 120.063em){.hide-for-small,.hide-for-small-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.show-for-medium-up,.show-for-large-up,.hide-for-large-only,.hide-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-up,.show-for-xxlarge-only{display:inherit !important}.show-for-small-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-large,.show-for-large-only,.show-for-large-down,.hide-for-xlarge,.show-for-xlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge-only{display:none !important}table.hide-for-small,table.hide-for-small-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.show-for-medium-up,table.show-for-large-up,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xxlarge-up,table.show-for-xxlarge-only{display:table}thead.hide-for-small,thead.hide-for-small-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.show-for-large-up,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xxlarge-up,thead.show-for-xxlarge-only{display:table-header-group !important}tbody.hide-for-small,tbody.hide-for-small-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.show-for-large-up,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge-only{display:table-row-group !important}tr.hide-for-small,tr.hide-for-small-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.show-for-large-up,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xxlarge-up,tr.show-for-xxlarge-only{display:table-row !important}td.hide-for-small,td.hide-for-small-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.show-for-medium-up,td.show-for-large-up,td.hide-for-xlarge-only,td.show-for-xlarge-up,td.show-for-xxlarge-up,td.show-for-xxlarge-only,th.hide-for-small,th.hide-for-small-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.show-for-medium-up,th.show-for-large-up,th.hide-for-xlarge-only,th.show-for-xlarge-up,th.show-for-xxlarge-up,th.show-for-xxlarge-only{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table}.touch table.show-for-touch{display:table}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}
meta.foundation-mq-small{font-family:"/only screen and (max-width: 40em)/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fafafa;color:#000;padding:0;margin:0;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:default}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.start{float:left !important}.end{float:right !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}button,.button{border-style:solid;border-width:0px;cursor:pointer;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#c60018;border-color:#9e0013;color:#fff;-webkit-transition:background-color 300ms ease-out;-moz-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out;padding-top:1.0625rem;padding-bottom:1rem;-webkit-appearance:none;border:none;font-weight:normal !important}button:hover,button:focus,.button:hover,.button:focus{background-color:#9e0013}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#000;border-color:#000;color:#fff}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#000}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#fff}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#368a55}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#cf2a0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:0.875rem;padding-right:1.75rem;padding-bottom:0.9375rem;padding-left:1.75rem;font-size:0.8125rem}button.tiny,.button.tiny{padding-top:0.625rem;padding-right:1.25rem;padding-bottom:0.6875rem;padding-left:1.25rem;font-size:0.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:0.75rem}button.right-align,.button.right-align{text-align:right;padding-right:0.75rem}button.radius,.button.radius{-webkit-border-radius:3px;border-radius:3px}button.round,.button.round{-webkit-border-radius:1000px;border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#c60018;border-color:#9e0013;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#9e0013}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#c60018}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#000;border-color:#000;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#000}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#fff}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#000}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#368a55}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#43ac6a}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#f04124;border-color:#cf2a0e;color:#fff;cursor:default;opacity:0.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#cf2a0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#f04124}@media only screen and (min-width: 40.063em){button,.button{display:inline-block}}.third-button{border-style:solid;border-width:0px;cursor:pointer;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;display:inline-block;padding-top:0.75rem;padding-right:1.5rem;padding-bottom:0.8125rem;padding-left:1.5rem;background-color:#ccc;border-color:#a3a3a3;color:#000}.third-button:hover,.third-button:focus{background-color:#a3a3a3}.third-button:hover,.third-button:focus{color:#000}.sprite{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-9999px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.sprite{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
#social-header .contact{background-position:-4px -30px}#social-header .twitter{background-position:-32px -30px}.single-author .twitter{background-position:-32px -58px}#social-header .facebook{background-position:-60px -30px}.single-author .facebook{background-position:-60px -58px}.social-icons .facebook{background-position:-60px -86px}.social-icons .twitter{background-position:-32px -86px}.post-social .download{background-position:-88px -62px}.post-social .print{background-position:-121px -63px}.post-social .email{background-position:-154px -63px}.sharedaddy .share-twitter a,.sharedaddy .share-twitter a.sd-button{background-position:-153px -29px !important}.sharedaddy .share-facebook a,.sharedaddy .share-facebook a.sd-button{background-position:-120px -29px !important}.sharedaddy .share-google-plus-1 a,.sharedaddy .share-google-plus-1 a.sd-button{background-position:-186px -29px !important}.sharedaddy .share-linkedin a,.sharedaddy .share-linkedin a.sd-button{background-position:-220px -30px !important}.sharedaddy .share-email a,.sharedaddy .share-email a.sd-button{background-position:-154px -63px !important}.sharedaddy .share-print a,.sharedaddy .share-print a.sd-button{background-position:-121px -63px !important}.sharedaddy ul li a.sd-button{border:none !important;box-shadow:none !important}.sharedaddy ul li a span{display:none}.ui-slider-left-arrow div{background-position:-113px -2px}.ui-slider-right-arrow div{background-position:-102px -2px}.who-we-are-author a.contact{background-position:-4px -58px}.who-we-are-author a.twitter{background-position:-32px -58px}.who-we-are-author a.facebook{background-position:-60px -58px}.filter-dd div{background-position:-124px -2px}nav input[type=submit],.fixed nav .top-bar-section .logo-container .search{background-position:-187px -2px}.fixed nav .top-bar-section .logo-container .close{background-position:-208px -2px}nav .top-bar-section .has-dropdown>a:after{background-position:-164px -2px}.fixed nav .top-bar-section .logo-container .logo-sm{background-position:-2px -112px}h3.marker:before{background-position:-2px -2px}.voices-landing h3.marker:before{background-position:-21px -2px}.secondary-bg h3.marker:before{background-position:-233px -4px}h3.link:after{background-position:-102px -2px}h4.marker:after{background-position:-39px -2px}hr{background-position:-2px -278px}.voices-landing hr{background-position:-2px -287px}.featured-panel .featured-image:before{background-position:-8px -149px}.featured-panel .featured-image:after{background-position:-52px -149px}.accordion dd a.nav-title:before,h3.down-arrow:after{background-position:-124px -2px}.accordion dd a.nav-title.on:before,h3.up-arrow:after{background-position:-144px -2px}footer ul.app-icons li a.ios{background-position:-113px -186px}footer ul.app-icons li a.android{background-position:-113px -148px}footer #cnbc-logo a{background-position:-186px -63px}.postarea blockquote:before,.postarea blockquote.right:before{background-position:-223px -198px}.inline-list{margin:0 auto 1.25rem auto;margin-left:-1.375rem;margin-right:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.375rem;display:block}.inline-list>li>*{display:block}html,body{height:100%}body.multimedia-landing{background:#414042}#wrapper{height:100%;margin:0;padding:0}#content{min-height:100%;padding-bottom:1.25rem}header.site-header{background:#c60018;margin:0 0 15px;position:relative;z-index:80}header.site-header .login-box{background:#fff;margin-left:8px;padding:3px 0;text-align:center;transform:skew(-20deg, 0deg);-ms-transform:skew(-20deg, 0deg);-webkit-transform:skew(-20deg, 0deg);display:inline-block;padding:3px 10px}header.site-header .login-box p{color:#000;font-size:0.875rem;font-weight:600;margin:0;text-transform:uppercase;transform:skew(20deg, 0deg);-ms-transform:skew(20deg, 0deg);-webkit-transform:skew(20deg, 0deg)}header.site-header #logo{padding-bottom:5px;padding-top:0;position:relative;text-align:center}header #social-header{margin-top:9px;z-index:85}header #social-header .inline-list{margin:0}header #social-header .inline-list>li{margin-left:10px}header #social-header a{color:#fff;font-weight:600}header #social-header a.sprite{width:26px;height:25px}header #social-header .more{font-size:0.875rem;line-height:100%;position:relative;text-transform:uppercase;top:5px}header #social-header a.more:hover{color:#000}nav{margin-top:15px}nav .top-bar-section{margin:0 auto}nav .top-bar-section ul{display:table;margin:0 auto}nav .top-bar-section ul li{display:table-cell}nav .top-bar-section .has-dropdown>a:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;border-style:none;content:"";height:5px;left:80%;position:absolute;text-indent:inherit;top:17px;width:10px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){nav .top-bar-section .has-dropdown>a:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
nav .top-bar-section li:not(.has-form){-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-ms-transform:skew(-20deg);transform:skew(-20deg)}nav .top-bar-section li:hover:not(.has-form){background:#fff;z-index:10}nav .top-bar-section li a{-webkit-transform:skew(20deg) !important;-moz-transform:skew(20deg) !important;-ms-transform:skew(20deg) !important;transform:skew(20deg) !important;letter-spacing:1px;text-transform:uppercase}nav .top-bar-section li:first-child a{padding-left:40px}nav .top-bar-section ul li:hover>a{background:none}nav .top-bar-section li a:not(.button),nav .top-bar-section li a:hover:not(.button),nav .top-bar-section li:not(.has-form) a:not(.button),nav .top-bar-section li:not(.has-form) a:hover:not(.button){background:none;padding-left:20px;padding-right:20px}nav .top-bar-section .dropdown{-webkit-transform:skew(20deg) !important;-moz-transform:skew(20deg) !important;-ms-transform:skew(20deg) !important;transform:skew(20deg) !important;left:0px;z-index:5000001}nav .top-bar-section li:first-child .dropdown{left:17px}nav .top-bar-section li:last-child .dropdown{left:0}nav .top-bar-section .dropdown li,nav .top-bar-section .dropdown li:hover:not(.has-form){background:#c60018;-webkit-transform:skew(0deg) !important;-moz-transform:skew(0deg) !important;-ms-transform:skew(0deg) !important;transform:skew(0deg) !important;z-index:10}nav .top-bar-section .dropdown li:last-child a{padding-bottom:5px}nav .top-bar-section .dropdown li a{-webkit-transform:skew(0deg) !important;-moz-transform:skew(0deg) !important;-ms-transform:skew(0deg) !important;transform:skew(0deg) !important;color:#fff;font-weight:500;padding:15px 20px 0}nav .top-bar-section #nav-news .dropdown{left:90px;width:175px;right:auto}nav .top-bar-section #nav-news .dropdown li{padding-left:7px}nav .top-bar-section #nav-writers .dropdown{left:12px;right:-137px;width:195px}nav .top-bar-section .dropdown li a:hover{background:#c60018;color:#000}nav input[type=text]{background:#c60018;border:none;border-bottom:2px #000 solid;box-shadow:none;color:#fff;font-size:1rem;padding-bottom:0.2rem;padding-top:0.3rem;top:0px}nav input[type=text]:focus{background:#c60018;border:none;border-bottom:1px #fff solid;box-shadow:none}nav input[type=submit]{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-99999px;background-color:transparent;border:none;height:18px;left:13px;padding:0;text-indent:-99999px;top:8px;width:18px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){nav input[type=submit]{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
nav .postfix.button{line-height:100%}nav .button:hover,nav .button:focus{background-color:#c60018}nav .top-bar-section>ul>.divider,nav .top-bar-section>ul>[role="separator"]{border-right:2px solid #FFFFFF}nav .top-bar-section .logo-container{display:none}.off-canvas-list li{list-style-type:none}.off-canvas-list li ul{margin-left:0}.off-canvas-list li ul li a{padding-left:30px}nav.paging-navigation{margin-bottom:2rem}nav.image-navigation{margin-bottom:1rem}.fixed .top-bar{padding:0}.fixed nav .top-bar-section .logo-container{display:block}.fixed nav .top-bar-section form.search-form{background:#FFFFFF;border:2px solid #c60018;display:none;left:50%;margin-left:-15%;padding:2px;position:absolute;top:37px;width:30%}.fixed nav .top-bar-section form.search-form input[type=text]{background:#fff;border:none;color:#c60018}.fixed nav input[type=submit]{left:10px;top:5px}.fixed nav .top-bar-section li .logo-container a{transform:none !important;-ms-transform:none !important;-webkit-transform:none !important}.fixed nav .top-bar-section .logo-container .logo-sm{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-9999px;display:block;height:30px;margin:0px 15px 0 5px;padding:0;width:133px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.fixed nav .top-bar-section .logo-container .logo-sm{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
.fixed nav .top-bar-section .logo-container .logo-sm:hover{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-9999px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.fixed nav .top-bar-section .logo-container .logo-sm:hover{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
.fixed nav .top-bar-section .logo-container .divider{border-right:2px solid #FFFFFF;border-top:none;clear:none;height:35px;padding:0 15px 0 0;width:0;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-ms-transform:skew(-20deg);transform:skew(-20deg)}.fixed nav .top-bar-section .logo-container .small-2{text-align:center}.fixed nav .top-bar-section .logo-container .search{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-9999px;border:none;height:18px;left:0;outline:0;padding:0;position:relative;top:2px;width:18px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.fixed nav .top-bar-section .logo-container .search{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
footer{color:#FFF;background:#c60018;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2MDAxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M2MDAxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(left, #c60018 0%, #c60018 50%, #000 51%, #000 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, #c60018), color-stop(50%, #c60018), color-stop(51%, #000), color-stop(100%, #000));background:-webkit-linear-gradient(left, #c60018 0%, #c60018 50%, #000 51%, #000 100%);background:-o-linear-gradient(left, #c60018 0%, #c60018 50%, #000 51%, #000 100%);background:-ms-linear-gradient(left, #c60018 0%, #c60018 50%, #000 51%, #000 100%);background:linear-gradient(to right, #c60018 0%, #c60018 50%, #000 51%, #000 100%);position:relative;bottom:0}.ie9 footer{filter:none}footer #footer-right{background:#000000;color:#FFF}footer .footer-logo{margin-bottom:10px}footer #footer-left a{color:#FFF}footer #footer-right a{color:#FFF}footer h5{color:#FFF;font-weight:bold}footer ul.app-icons li{margin-bottom:5px}footer ul.app-icons li a{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-9999px;display:block;height:35px;width:102px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){footer ul.app-icons li a{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
footer #cnbc-logo a{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-9999px;display:block;height:60px;width:80px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){footer #cnbc-logo a{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
footer .copyright{margin-top:60px}footer .copyright,footer .cnbc-partner{color:#fff;font-size:0.9rem}.leaderboard{margin:0 0 15px;text-align:center}.mobile-leaderboard{margin:10px auto 10px;outline:1px solid #808285;width:300px}.ad-panel{text-align:center}#sidebar-mobile .ad-panel{margin-top:15px}.row.full-width{max-width:100%}h3.marker{background-color:#000;color:#fff;height:26px;font-size:1.0625rem;font-weight:500;line-height:120%;margin:0 0 3px;padding:3px 0 0 30px;position:relative;text-align:left;text-transform:uppercase}h3.marker:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";height:26px;left:0px;position:absolute;top:0;width:16px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){h3.marker:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
h3.link:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";height:17px;left:94%;position:absolute;top:4px;width:8px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){h3.link:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
h3.down-arrow:after,h3.up-arrow:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";display:inline-block;height:8px;position:absolute;right:1%;top:10px;width:17px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){h3.down-arrow:after,h3.up-arrow:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
h3.marker a{color:#FFF}.primary h3.marker,.red h3.marker{background-color:#c60018}.blue h3.marker{background-color:#3253b8}.purple h3.marker{background-color:#7a007b}.secondary h3.marker{color:#fff}h4.marker{background:#000;color:#FFFFFF;display:inline-block;font-size:0.875rem;font-weight:500;height:21px;margin:0;padding:0px 25px 0 10px;position:relative;text-transform:uppercase}h4.marker:before{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative}h4.marker:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";height:21px;position:absolute;right:-14px;top:0px;width:15px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){h4.marker:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
h3.marker a,h4.marker a{color:#fff}h5{font-weight:400;text-transform:uppercase}hr{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:repeat-x;text-indent:inherit;border:none;height:5px;width:100%}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){hr{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
hr.no-margin{margin:0px}h4.absolute{left:0;position:absolute;top:0;z-index:20}.slash:before{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative}.primary-bg{background-color:#c60018}.secondary-bg{background-color:#e6e7e8}.secondary-bg h3.marker:before{width:17px}.tabs dd{text-transform:uppercase}.tabs dd{border:2px solid #e6e7e8;text-align:center;font-weight:500;text-transform:uppercase}.tabs-content{background:#e6e7e8;padding:10px}.third-button{text-transform:uppercase}table,th,td{border:1px solid #000}.postfix.button{margin-left:5px}.home-latest-panels h3{padding:2px 0 0;text-align:center}.home-latest-panels .panel{border-color:#000;overflow:hidden}.home-latest-panels.module .title{font-size:1rem}.home-hero{position:relative;margin-bottom:12px}.home-hero,.home-hero a{color:#fff}.home-hero .hero-overlay{background:rgba(0,0,0,0.6);bottom:0;left:0;padding:0.625rem;position:absolute;width:100%}.home-hero .category{color:#fff;margin-bottom:0.3125rem}.home-hero h1,.home-hero h1 a{color:#fff;font-size:1.375rem;margin-bottom:0}.home-hero .hero-footer{margin-bottom:0}.home-hero .hero-footer .author{margin-right:5px}.home-hero .hero-footer .author,.home-hero .hero-footer .author a,.home-hero .hero-footer .date{color:#fff}.home-spotlight h3.marker{margin-bottom:0;padding:2px 0 0;text-align:center}#river{margin-top:1.25rem;position:relative}#river .river-inner{background:#e6e7e8;margin-bottom:1.25rem}#river .river-inner .river-post{float:left;background:#FFF;margin-bottom:15px}#river .river-post .river-image{max-height:150px}#river .river-post .river-image img{max-height:100%}#river .river-post h2{margin:10px 0;font-size:1.375rem;line-height:125%}#river .river-post h2 a{color:#000}#river .river-post .river-content{padding:0 10px 20px}#river .river-post .no-river-image{padding:20px 10px 20px 10px}#river .river-post .river-content .text{font-family:Georgia, serif;line-height:125%;margin-bottom:10px}#river .river-inner .sponsored{background:#ff6073;color:#fff}#river .river-inner .sponsored h4{background:#fff;border-bottom:2px solid #000;font-size:0.875rem;font-weight:600;line-height:100%;margin:2px 2px 0;padding:5px 0;text-align:center}#river .river-inner .sponsored h2{font-family:Georgia, serif;font-size:1.25rem;text-decoration:none}#river .river-inner .sponsored h2 a{color:#000}#river .river-inner .sponsored .river-image img{margin:0 2px;max-width:98%}#river .river-inner .sponsored .text{color:#000;font-family:Georgia, serif;font-size:0.9375rem}#river .river-inner .news-brief .brief-alert,.river .news-brief .brief-alert{color:#c60018;font-size:0.875rem;font-weight:500;margin-top:5px;text-transform:uppercase}#river .river-inner .news-brief h2,.river .news-brief h2{margin-top:5px}.river .news-brief .category-river-inner .brief-alert{margin-top:0}.module{position:relative}#sidebar .module,#sidebar-mobile .module{margin-bottom:1.25rem}.module p{margin-bottom:0}.module .category{font-size:0.8125rem;font-weight:600;margin-bottom:0.3125rem;text-transform:uppercase}.module .category:before{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative}.module .title{color:#000;line-height:115%;font-size:0.9375rem;font-weight:normal;margin-bottom:0.3125rem}.module .author,.module .author a,.module .date{font-size:0.75rem;color:#000;line-height:120%}.module .featured-content{padding:10px}.module .social-icons{font-size:0.75rem;overflow:hidden;margin-top:5px}.module .social-icons span{display:block;float:left}.module .social-icons .twitter a,.module .social-icons .facebook a{display:block;height:26px;width:26px}.module .social-icons .count{background:#FFF;margin:3px 10px 0 2px;padding:1px 15px 0 15px}.panel{border-color:#000;margin-bottom:0.1875rem}.panel p{line-height:100%;margin:0 0 5px}.trending{margin:0 0 10px}.trending hr{margin:0}.trending p{font-size:0.8125rem;margin:5px 0}.trending .trend-title{color:#000;font-weight:600;padding-right:5px;text-transform:uppercase}.trending .trends:before{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative;color:#c60018}.trending a:hover{color:#c60018}.featured-panel{position:relative;background:#e6e7e8;overflow:hidden}.featured-panel h4.marker{left:-30px;margin-bottom:10px;position:relative;top:0;z-index:20}.featured-panel .featured-content{padding:0}.featured-panel .title{margin-bottom:5px}.panel-group h3.marker{padding-top:3px}.panel-group .panel-single{border:2px solid #000;border-bottom:none;margin:0;max-height:125px;overflow:hidden;padding:0}.panel-group .panel-single:last-child{border-bottom:2px solid #000}.panel-group .panel-single h4.marker{margin-bottom:0px}.panel-group .featured-content{padding:10px}.primary .panel-single{background:#FFF;border-color:#c60018}.primary .panel-single:last-child{border-bottom:2px solid #c60018}.tabbed-panel .content{padding:0;width:100%}.tabbed-panel .panel-single{background:#e6e7e8;margin-top:4px;border-bottom:2px solid #FFF}.tabbed-panel .panel-single:last-child{border:none}.tabbed-panel .featured-content .author{margin-top:2px}.related-topics{margin-bottom:1.25rem}.featured-articles h3{color:#FFF}.most-popular dl,.events-calendar dl{border-bottom:2px solid #FFF}.most-popular .tabs dd{width:50%}.multimedia-panel .multi-inner{border:2px solid #c60018}.multimedia-panel .multi-inner .video_embed{margin-bottom:0}.panel.callout{margin-bottom:1.25rem;padding:10px 5px;color:#000}.panel.callout a{color:#000}.source-link{text-transform:uppercase}.newsletter p{line-height:125%;margin-bottom:15px}.accordion dd>a{border-bottom:1px solid #e6e7e8;padding-left:20px;text-transform:uppercase}.accordion dd a.nav-title:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";display:inline-block;height:8px;left:0;margin-right:10px;position:relative;top:-3px;width:17px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.accordion dd a.nav-title:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
.accordion .featured-content{border-bottom:1px solid #a7a9ac;padding:10px 0}.accordion .featured-content:last-child{border-bottom:none}.accordion .featured-content .footer{margin-bottom:0}.accordion .featured-content .footer a{color:#000}.accordion .featured-content .title{margin-bottom:0.3125rem;line-height:125%}.accordion .featured-content .author{padding-right:5px}.accordion .featured-content .date:before{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative}#pagination{margin-bottom:1.25rem}#pagination ul li{text-transform:uppercase;height:2.5rem}ul.pagination{overflow:hidden;height:auto}ul.pagination li a{padding:0.625rem 0.9375rem}#pagination ul li.pagination-center{background:#000;color:#fff;padding:0.625rem 0.9375rem}#pagination ul li.pagination-center .current{background:#fff;color:#000;margin:0 2px;padding:2px 3px}#pagination ul li.arrow{background:#e6e7e8}.missed-it-panel{margin-bottom:1.25rem}.missed-it-panel .row .columns{padding:0 2px}.missed-it-panel .module{background:#e6e7e8}.missed-it-panel .module img{max-height:110px}.missed-it-panel .module .featured-content{position:relative}.missed-it-panel .module .featured-content .title{margin-bottom:10px}.inner-related-article{color:#000;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif}.inner-related-article hr{margin-top:0}.inner-related-article .secondary-bg{margin-bottom:1.25rem !important}.inner-related-article .related-title{font-size:1.125rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.inner-related-article .title{font-size:1.125rem}.inner-related-article p{margin-bottom:0.3125rem;line-height:1.0}.we-recommend{margin-bottom:1.25rem}.we-recommend .module{background:#e6e7e8}.latest-homepage{margin-bottom:1.25rem}.latest-homepage>h3{background-color:#c60018}.latest-homepage .secondary-bg{padding:10px}.latest-homepage .secondary-bg h3.marker{margin-bottom:0.625rem}.latest-homepage h3.link:after{left:91%}.latest-homepage .module{background:#FFF;margin-bottom:0.625rem}.latest-homepage .writers .module{background:none}.latest-homepage .writers .author-favicon{width:80%}.latest-homepage .author{margin-top:1.5625rem;font-size:0.9375rem}.latest-homepage .primary{display:block;color:#c60018;font-size:0.875rem;font-weight:500;text-transform:uppercase}.panel.callout{background:#ff6073;font-family:Georgia, serif;font-size:0.875rem}.panel.callout h4{font-family:Georgia, serif;text-align:center}.panel.callout .source-link{font-size:1rem;font-weight:bold;margin-bottom:5px}.panel.callout p{margin-bottom:10px}.livefyre{margin-bottom:1.25rem}.schedule-panel h5{font-weight:600}.schedule-panel .accordion .content p{padding:5px 0}.schedule-panel .content .schedule-table{background:none;border-top:1px solid #a7a9ac;width:100%;margin:10px 0}.schedule-panel .content .schedule-table td{border-bottom:1px solid #a7a9ac;padding:10px}.schedule-panel .content .schedule-table td.time{width:30%}.schedule-panel .sponsors{text-align:center;padding-bottom:10px}.schedule-panel .sponsors li:nth-child(odd){border-right:1px solid #a7a9ac}.schedule-panel .sponsors span{font-weight:600;display:block}.events-calendar .tabs dd{width:33%}.events-calendar .tabs>dd:nth-child(2){margin:0 2px 0 1px}.events-calendar .tabs-content{padding:0}.events-calendar .marker-wrap{background:#c60018}.events-calendar .marker-wrap .location{color:#fff}.events-calendar .marker-wrap .location:before,.events-calendar .content .featured-content .links span:before{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative}.events-calendar .content .featured-content .date{margin-bottom:0.3125rem}.events-calendar .content .featured-content .links{font-size:0.875rem}.events-calendar .content .featured-content .links span{margin-right:5px}.category-left-sidebar{margin-bottom:1.25rem}.category-left-sidebar .featured-image img{width:100%}.category-left-sidebar a,.category-left-sidebar .title{color:#fff}.category-landing-hero h1{line-height:105%}.category-landing-hero h1,.category-landing-hero h1 a{color:#FFF}.category-landing-river .row h3{margin-bottom:0.625rem}.category-landing-river h3.river-title,.category-single h3.river-title,h3.landing-title{color:#000;font-size:1.125rem;font-weight:bold;text-transform:uppercase}.category-landing-river h3.link:after{left:91%}.category-landing-river hr,.category-single-river hr{margin-top:0}.category-landing-river .river-group{margin-bottom:1.25rem}.category-landing-river .category-river-inner,.category-single .category-river-inner{background:#e6e7e8;margin-bottom:0.625rem}.category-single h2.category-title{color:#c60018;font-size:1.25rem;font-weight:600;text-transform:uppercase}.category-single .category-landing-hero{margin-bottom:1.25rem}.category-single .category-river-inner{margin-bottom:1.25rem}.article .hero-img{margin-bottom:1.25rem}.article .hero-img h4.absolute{left:10px}.article .hero-img p.credit,p.credit{font-size:0.625rem;margin:5px 2px 0 0}span.media-attribution{display:block;text-align:right;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-size:0.625rem}.article .article-meta p.date{margin-bottom:0}.article .author-wrap .single-author{margin-bottom:15px}.article .author-wrap .author,.article .author-wrap .author a{font-weight:600}.author-favicon{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;display:inline-block;width:60px}.author-favicon img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;display:block}.article .author-wrap a.sprite,.post-social span a,.who-we-are-author a.sprite{width:26px;height:26px}.article .author-wrap .single-author .inline-list{margin-bottom:0;margin-left:0}.article .author-wrap .single-author .inline-list>li{margin-right:0.3125rem;margin-left:0}.article .author-wrap .single-author p{margin-bottom:2px}.article .author-wrap .single-author .button{padding:5px 15px;text-transform:uppercase;margin-bottom:2px}div.sharedaddy,div.sharedaddy>div{border:none !important}.sharedaddy ul{margin:0 auto 1.25rem auto;margin-left:-1.375rem;margin-right:0;padding:0;list-style:none;overflow:hidden;float:right}.sharedaddy ul>li{list-style:none;float:left;margin-left:1.375rem;display:block}.sharedaddy ul>li>*{display:block}.sharedaddy ul li{margin-left:10px}.sharedaddy ul li a,.sharedaddy ul li a.sd-button,.sharedaddy ul li a:hover,.sharedaddy ul li a.sd-button:hover{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:-9999px;width:33px;height:31px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.sharedaddy ul li a,.sharedaddy ul li a.sd-button,.sharedaddy ul li a:hover,.sharedaddy ul li a.sd-button:hover{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
.article .sharedaddy.left ul{margin-left:0}.postarea{font-family:Georgia, serif}.postarea.sans{font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif}.postarea a,.entry-meta a,.event-copy a{color:#c60018}.postarea a:hover,.entry-meta a:hover,.event-copy a:hover{color:#414042}.postarea blockquote:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";left:0;position:absolute;width:71px;height:65px;top:0;z-index:-1}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.postarea blockquote:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
.postarea blockquote.right:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";position:absolute;left:0;right:10px;width:71px;height:65px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.postarea blockquote.right:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
.postarea blockquote{position:relative;border:none;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;margin:10px 0;width:100%;height:100%;background-color:#c60018;color:#FFF;padding:15px 35px;z-index:1}.postarea blockquote p{font-size:1.125rem;font-weight:500}.postarea blockquote p.attribution{font-weight:normal}.postarea blockquote.memo:before,.postarea blockquote.press-release:before,.postarea blockquote.previously:before,.postarea blockquote.disclaimer:before{background:none}.postarea blockquote.memo,.postarea blockquote.press-release,.postarea blockquote.previously{color:#000;background-color:#e6e7e8;border:1px solid #a7a9ac;width:100%}.postarea blockquote.previously{background-color:#a0d3e8}.postarea blockquote.memo,.postarea blockquote.memo h1,.postarea blockquote.memo h2,.postarea blockquote.memo h3,.postarea blockquote.memo h4,.postarea blockquote.memo h5,.postarea blockquote.memo h6{font-family:"Lucida Console",Courier,monospace}.postarea blockquote.memo p,.postarea blockquote.press-release p,.postarea blockquote.previously p{color:#000;font-weight:normal}.postarea blockquote.disclaimer{color:#fff;font-style:italic;background-color:#c60018;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;width:100%;border:1px solid #000}.postarea blockquote.disclaimer p{color:#fff;font-size:1rem;font-weight:normal;font-style:italic;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;margin-bottom:0.5rem}.postarea blockquote.memo p{font-size:0.875rem}.postarea blockquote.press-release,.postarea blockquote.previously p{font-size:1rem}.postarea blockquote.memo p :hover,.postarea blockquote.press-release p :hover,.postarea blockquote.previously p a:hover{color:#414042}.postarea blockquote.left{margin:0 20px 0 0;width:50%}.postarea blockquote.right{margin:0 0 0 20px;width:50%}.postarea blockquote p{color:#FFF}.postarea blockquote a{color:#000;border-bottom:1px dotted #000}.postarea blockquote a:hover{color:#fff}.postarea h5{text-transform:capitalize;font-weight:500}.postarea .button{color:#fff}.postarea .third-button{color:#000}.entry-caption p{margin:0.25rem 15%;font-size:1.0rem;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif}.entry-attachment .attachment{position:relative}.entry-attachment .attachment p.credit{position:absolute;bottom:-1.2rem;font-size:0.9rem;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;right:0;margin-bottom:0}.image-attachment .entry-meta{margin:1.1rem 0}.events .countdown-wrap,.countdown-wrap{background:#e6e7e8;color:#000;left:10px;position:absolute;top:0;z-index:1}.events .countdown-wrap h4.marker,.events-calendar .marker-wrap h4.marker{margin-right:20px}.events .countdown-wrap .countdown,.events-calendar .marker-wrap .location{padding:0 10px 0 5px;font-size:0.875rem;font-weight:500;width:auto;text-transform:uppercase}.events-landing h2.category-title{margin:0 0 0.1875rem;text-transform:uppercase;color:#c60018;font-weight:600;font-size:1.25rem}.events-landing .events-landing-hero .countdown-wrap{left:0px;width:100%}.events-landing .events-landing-hero .events-hero-inner{padding:25px 15px 15px}.events-landing .events-landing-hero .events-hero-inner h1{font-weight:600;line-height:133%;letter-spacing:1px;margin:0 0 10px}.events-landing .events-landing-hero .events-hero-body{background:#FFF;position:relative}.events-landing .events-hero-body .date,.events-landing .events-hero-body .location{background:#000;color:#FFF;left:-15px;text-transform:uppercase;padding:7px 10px;font-size:0.8125rem;font-weight:600;position:absolute;width:auto}.events-landing .events-hero-body .date{top:10px}.events-landing .events-hero-body .location{top:47px}.events-landing .events-hero-body .featured-content{margin-top:70px}.events-landing .events-hero-body .buttons{padding-left:10px}.events-landing .button,.events-landing .third-button,.events-listing .button,.events-listing .third-button{color:#fff;font-weight:500;padding:7px 20px;text-transform:capitalize}.events-landing h3.right-buttons{margin-bottom:8px}.events-landing .floated-buttons{background:#fff;position:absolute;right:10px;top:44px}.events-landing .floated-buttons span{background:#fff;border:2px solid #000;height:26px;font-size:0.8125rem;font-weight:500;margin:0 0 0 5px;padding:0;text-align:center;text-transform:uppercase}.events-landing .floated-buttons span a{display:block;padding:3px 10px 2px}.events-landing .floated-buttons span a:hover,.events-landing .floated-buttons span a.active{background:#000;color:#fff}.events-landing .events-listing{margin-bottom:1.25rem}.events-landing .events-listing .module{position:relative;background:#fff}.events-landing .events-listing .module h2{font-size:1.25rem;line-height:125%}.events-landing .events-listing .module p.date,.events-landing .events-listing .module p.text{margin-bottom:0.625rem}.events-landing .events-listing .module .location:before{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative;padding-left:5px}.events-landing .events-listing .module p.bottom-align .button{margin-bottom:0}.events-single h1.event-title{font-weight:600;margin:0}.events-single h2.event-date{font-size:1.25rem;margin:0}.events-single h2.event-date .date{font-weight:600;text-transform:uppercase}.events-single h2.event-date .date:after{content:"/";bottom:2px;font-size:75%;padding-right:5px;position:relative;color:#c60018;padding-left:10px}.events-single h2.event-date .location{color:#000;font-size:80%}.events-single .sharedaddy ul{margin:0}.events-single .events-single-hero{margin-bottom:1.25rem}.events-single .events-single-hero .hero-img{position:relative}.events-single .events-single-hero .countdown-wrap{left:10px}.events-single .event-copy{background:#e6e7e8;font-size:0.875rem;height:357px;overflow:auto;padding:10px}.events-single .event-register{width:100%}.events-single .event-sidebar{position:relative;margin-bottom:1.25rem;text-align:center}.events-single .sponsored{background:#fff;border:1px solid #000;padding-top:20px}.events-single .sponsored img{padding:10px}.events-single .sponsored .footer{background:#e6e7e8;padding:5px 0;font-size:0.8125rem;font-weight:600}.events-single .app{background:#e6e7e8;padding:25px 10px 10px}.events-single .app p{margin:5px 0 0;font-weight:600;font-size:0.8125rem}.events-single .speaker-highlights h3.marker{cursor:pointer;margin-bottom:0}.events-single .speaker-highlights h3.marker .all-speakers{color:#fff;cursor:pointer;font-size:0.8125rem;font-weight:500;margin-right:40px}.events-single .speaker-highlights .speaker-inner{background:#fff;border:2px solid #c60018;padding:10px}.events-single .speaker-highlights .speaker-inner .sub-row{display:none}.events-single .speaker-highlights .speaker-inner .featured-content{padding:10% 0 0 8%;text-transform:uppercase}.events-single .speaker-highlights .speaker-inner .featured-content .speaker{font-size:0.875rem;font-weight:600}.events-single .speaker-highlights .speaker-inner .featured-content .job-title{font-size:0.8125rem}.events-single .speaker-highlights .speaker-inner .event-speaker{margin-bottom:0.625rem}.events-single .tabs{border-bottom:5px solid #FFFFFF}.events-single .tickets .tabs dd{width:33%}.events-single .tickets .tabs>dd:nth-child(2){margin:0 2px 0 3px}.events-single .hotels .tabs dd{margin:0;width:50%}.events-single .tabs-content{font-size:0.875rem}.events-single .sponsors .tabs-content{margin-bottom:0}.events-single .sponsors .footer-logos{background:#fff;border:2px solid #e6e7e8;padding:10px;text-align:center;margin-bottom:1.25rem}.events-single .button,.events-single .button a{text-transform:uppercase;color:#fff}.multimedia-landing h2.category-title,.multimedia-landing h3.section-title{color:#FFF;font-weight:600;text-transform:uppercase}.multimedia-landing h2.category-title{font-size:1.25rem}.multimedia-landing h3.section-title{font-size:1.125rem}.multimedia-landing .multimedia-landing-hero{margin-bottom:1.25rem}.multimedia-landing .multimedia-landing-hero .featured-content .text{margin-bottom:10px}.multimedia-landing .multimedia-featured-video{padding:10px;margin-bottom:1.25rem}.multimedia-landing .multimedia-featured-video .module{background:#fff}.multimedia-landing .multimedia-featured-video .module .featured-content .title{font-weight:600}.multimedia-landing hr.multimedia-hr{margin:0.3125rem 0 0.9375rem 0}.multimedia-landing .multimedia-river{margin-bottom:1.25rem}.multimedia-landing .multimedia-river .secondary-bg{padding:15px}.multimedia-landing .third-button{background:#a7a9ac;color:#FFF;font-weight:500;border:3px solid #FFF;padding:0.4375rem 0.75rem;margin-bottom:0.3125rem}.multimedia-landing .third-button.active{background:#e6e7e8;border:3px solid #e6e7e8;color:#000}.multimedia-landing .third-button:hover{background:#e6e7e8;color:#000}.multimedia-landing .filter-right .third-button{background:#e6e7e8;border:1px solid #a7a9ac;color:#414042;padding:0.25rem 0.5rem;margin-left:0.3125rem;margin-top:0.75rem}.multimedia-landing .filter-right .third-button:hover,.multimedia-landing .filter-right .third-button.active{background:#a7a9ac;color:#fff}.multimedia-landing .multimedia-filters .filterby,.multimedia-landing .multimedia-filters .button{margin-right:10px}.multimedia-landing .multimedia-filters .button{padding:5px 10px}.multimedia-landing .multimedia-filters .button,.multimedia-landing .multimedia-filters .f-dropdown{background:#414042;text-align:left;width:150px}.multimedia-landing .multimedia-filters .f-dropdown li a{color:#FFF;text-transform:uppercase}.multimedia-landing .multimedia-filters .f-dropdown li a:hover{color:#414042}.multimedia-landing .multimedia-filters .filter-dd div{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;display:inline-block;height:8px;position:absolute;right:10px;top:12px;width:17px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.multimedia-landing .multimedia-filters .filter-dd div{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
.multimedia-landing .multimedia-filters .f-dropdown{border:none;margin-top:0}.multimedia-landing .multimedia-filters .f-dropdown:before,.multimedia-landing .multimedia-filters .f-dropdown:after{border:none}.multimedia-river-inner .module{background:#fff;margin-bottom:1.25rem !important}.multimedia-river-inner .module .title{font-weight:600}.multimedia-landing .search input{margin-bottom:0}.multimedia-landing .trending .trend-title,.multimedia-landing .trending a{color:#FFF}.multimedia-landing #sidebar h3.marker,.multimedia-landing #sidebar-mobile h3.marker{background-color:#e6e7e8;color:#000}.multimedia-landing .panel{background-color:#e6e7e8}.multimedia-landing .recently-viewed .recently-viewed-panel{margin-bottom:0.3125rem;background:#e6e7e8;border:1px solid #e6e7e8}.who-we-are .article-author{margin-right:10px}.who-we-are .inline-list{margin-left:0;margin-top:0.3125rem}.who-we-are .inline-list li.active{border-bottom:2px solid #c60018}.who-we-are .inline-list li{margin-left:0;margin-right:0.625rem}.who-we-are-author{padding:0.625rem}.who-we-are .featured-content p{padding-left:0.625rem;text-transform:uppercase}.who-we-are .button{padding:2px 20px;margin-bottom:0.3125rem;text-transform:uppercase}.who-we-are .event-speaker{margin-bottom:1.25rem}.who-we-are .marker{margin-bottom:1.25rem}.who-we-are .speaker{font-size:1.375rem;margin-top:1.25rem}.who-we-are .job-title{font-size:0.8125rem}.postarea .red{color:#c60018}h1.must-reads span{font-size:75%;font-style:italic}#sidebar .primary h3.marker a:hover,#sidebar-mobile .primary h3.marker a:hover{color:#000}#sidebar h3.marker a span,#sidebar-mobile h3.marker a span{text-transform:lowercase;font-size:0.75rem;font-style:italic}#sidebar .featured-post-widget .featured-content .title,#sidebar-mobile .featured-post-widget .featured-content .title,#sidebar .latest-reviews-widget .featured-content .title,#sidebar-mobile .latest-reviews-widget .featured-content .title{font-size:1rem;font-weight:500}#must-reads .sidebar-img-box{margin:10px 0 10px 10px}dl.tabs dd.active>a{background-color:#e6e7e8;color:#000}dl.tabs dd>a{background-color:#fff;color:#000}section.no-leaderboard{margin-top:10px}h1.entry-title{line-height:1.2;font-weight:700}#cookie-notice p a{color:#c60018}#cookie-notice p a:hover{color:#000}.search-results a{color:#000}.search-results a:hover{color:#c60018}.profile-page .tabs-content a{color:#c60018}.profile-page .tabs-content a:hover{color:#000}#river .river-content a:hover,#footer-right a:hover,#sidebar a:hover,#sidebar-mobile a:hover,#in-case-you-missed-it a:hover,.home-latest-panels a:hover,.home-spotlight a:hover,.module .author a:hover,#writer-info-modal .recent-articles ul a:hover,.events-calendar a:hover{color:#c60018}#footer-left a:hover{color:#000}.primary-bg a:hover,.primary-bg .author a:hover{color:#fff}.primary-bg .title a:hover,.primary-bg h1 a:hover{color:#000}@media only screen and (max-width: 40em){nav .top-bar-section{width:100%}header #social-header .inline-list>li{margin-left:3px}header #social-header .more{font-size:0.75rem}header #logo{padding-top:15px}nav.tab-bar{background:#c60018;margin-bottom:10px;margin-top:0}nav.tab-bar section.left-small{border-right:1px solid #930012;box-shadow:none}nav.tab-bar a.menu-icon:hover{background:#930012}nav.tab-bar a.menu-icon:hover span{box-shadow:0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff}nav.tab-bar section.tab-bar-section.right{left:inherit}#river .river-inner{overflow:hidden;padding:10px}#river .river-inner .news-brief .brief-alert{font-size:0.9375rem;margin-top:5px}#river .river-post h2,#river .river-inner .sponsored h2{font-size:0.9375rem;margin:5px 0}footer{background:#c60018}h1{font-size:1.5rem}.home-hero .hero-overlay{position:inherit;background:#000}.missed-it-panel .primary-border{border:1px solid #000;border-top:none}.missed-it-panel .primary-border:first-child{border-top:1px solid #000}.missed-it-panel .module img{max-height:100%}.missed-it-panel .row .columns{padding:0}.missed-it-panel .module .featured-content .title{margin-bottom:5px}.featured-content{padding:5px}.inner-related-article .title{font-size:1rem}.panel-group .panel-single{max-height:100%}.featured-panel{height:auto}.postarea{font-size:0.875rem}.postarea blockquote.left,.postarea blockquote.right{width:100%;margin:10px 0}.events-single .event-copy{height:auto;overflow:inherit;margin-bottom:20px}.events-single .sharedaddy{margin-top:10px}.events-single .tickets .tabs>dd:nth-child(2){margin:0}.events-landing .floated-buttons.right{margin-bottom:10px;top:0;position:relative;right:0;float:none !important}.who-we-are .link-list li{float:none}.who-we-are .inline-list li.active{border-bottom:none}.who-we-are .inline-list li.active a{color:#c60018;font-weight:600}.multimedia-landing .filterby,.multimedia-landing .multimedia-filters .button{display:block;margin-bottom:5px}}@media only screen and (max-width: 40em) and (orientation: portrait){.events-landing .events-listing .featured-content h2{margin-top:10px}.events-landing .events-listing .featured-content .button{padding:0;background:none;color:#c60018;margin-right:5px;text-decoration:underline}.events-landing .events-listing .featured-content .third-button{color:#000}}@media only screen and (max-width: 64em){header #social-header{margin-top:2px}ul.pagination{width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;margin:20px auto}#river{margin-top:0px;overflow:hidden}#river .river-inner .river-post{width:94%}#river .river-post .river-image{max-height:inherit}#river .river-post h2{line-height:125%;margin-top:5px}#river .river-post .river-content{padding:0 10px 5px}#river h4.absolute{position:relative}hr.no-margin{margin:10px 0 0 0}.module{margin-bottom:20px}.home-latest-panels .panel{height:auto}.featured-panel .featured-content p{padding-left:5px}footer #footer-left,footer #footer-right{padding-top:20px;padding-bottom:20px}footer .postfix.button{font-size:13px}.inner-related-article .related-title{margin-bottom:10px;display:block}.article .author-wrap{margin-top:20px}.events-calendar{margin-top:20px}.events-landing .events-listing .module{margin-bottom:10px !important}.who-we-are-author{padding:0.125rem}.multimedia-landing .filter-right .third-button:first-child{margin-left:0}.multimedia-landing .filter-right .third-button{margin-bottom:10px}.multimedia-landing .multimedia-landing-hero .featured-content .text{line-height:125%}.postarea p{font-size:1.125rem}}@media only screen and (min-width: 640px) and (max-width: 710px){.fixed nav .top-bar-section form.search-form{display:block}.fixed nav .top-bar-section #show-search{display:none}nav .top-bar-section ul li a:not(.button),nav .top-bar-section ul li a:hover:not(.button){padding-left:10px;padding-right:10px}nav .top-bar-section ul li #input-search{width:100px}}@media only screen and (min-width: 640px) and (max-width: 826px){nav .top-bar-section li a:not(.button),nav .top-bar-section li a:hover:not(.button),nav .top-bar-section li:not(.has-form) a:not(.button),nav .top-bar-section li:not(.has-form) a:hover:not(.button){padding-left:10px;padding-right:10px}nav .top-bar-section ul li #input-search{width:100px}}@media only screen and (min-width: 40.063em) and (max-width: 64em){header #logo{padding-bottom:10px}#river .river-inner{overflow:hidden;padding:15px}#river .river-post h2{font-size:1.125rem}.postarea blockquote.left,.postarea blockquote.right{width:50%}h1{font-size:1.875rem}.category-landing-river .featured-content .title{font-size:1.25rem}.category-landing-river .featured-content .author{font-size:1rem}.category-landing-river .featured-content .date{font-size:1rem}.category-river-inner .featured-content .title{font-size:1.25rem}.category-river-inner .featured-content .author{font-size:1rem}.category-river-inner .featured-content .date{font-size:1rem}}@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait){nav input[type="submit"]{left:8px}nav .top-bar-section .has-dropdown>a:after{margin-right:20px}nav .top-bar-section li a:not(.button),nav .top-bar-section li a:hover:not(.button){padding-left:15px;padding-right:15px}nav .top-bar-section .has-dropdown>a{padding-right:25px !important}nav.top-bar li:last-child .dropdown{left:auto;right:-23px}.events-landing .events-listing .module p.bottom-align .button{display:block;margin-bottom:5px}.multimedia-landing .filterby{display:block;margin-bottom:5px}.multimedia-landing .multimedia-filters .button{margin-bottom:0}.multimedia-landing .multimedia-filters .button,.multimedia-landing .multimedia-filters .f-dropdown{width:30%}.events-single .tickets .tabs>dd:nth-child(2){margin:0}}@media only screen and (min-width: 40.063em){#content-column{margin-right:-320px}#content-column>.row{margin-right:320px}#sidebar,#sidebar-mobile{width:320px;overflow:hidden}.height-adjust .featured-content .bottom-align{bottom:10px}.events-calendar .content{height:353px;overflow:auto}}@media only screen and (min-width: 64.063em){header #logo{top:-15px}.home-latest-panels .panel{height:120px}#river .river-inner{padding:15px 0 15px 15px}#river .river-inner .river-post{margin-right:15px;width:30%}#river .river-post .river-image,#river .river-post .river-content{float:none;width:100%}.large-3-5{width:20%;position:relative}footer #footer-left{padding:20px 20px 20px 0}footer #footer-right{padding:20px 0 20px 20px}.featured-panel .featured-image:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;content:"";height:80px;left:0;position:absolute;top:0;width:34px;z-index:15}}@media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-device-pixel-ratio: 2){.featured-panel .featured-image:before{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
@media only screen and (min-width: 64.063em){.featured-panel .featured-image:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:no-repeat;text-indent:inherit;bottom:0;content:"";height:125px;position:absolute;right:0;width:52px;z-index:15}}@media only screen and (min-width: 64.063em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.063em) and (min-device-pixel-ratio: 2){.featured-panel .featured-image:after{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}
@media only screen and (min-width: 64.063em){.category-landing-hero{min-height:464px;height:auto}.category-left-sidebar{min-height:222px;height:auto}.category-left-sidebar .featured-content{padding:5px 10px 10px 10px}.inner-related-article .related-title{font-size:1.5rem;letter-spacing:2px;position:relative;top:10px}.inner-related-article .related-title:after{bottom:5px;color:#c60018;content:"/";font-size:3.125rem;font-weight:600;left:10px;line-height:0;position:relative}.events-landing .events-left,.events-landing .events-right{height:480px}.events-calendar .content{height:442px;overflow:auto}.multimedia-landing .filter-right{text-align:right}}.lt-ie9 body{font-size:16px}.lt-ie9 h3.marker{font-size:17px}.lt-ie9 h4.marker{font-size:14px}.lt-ie9 .module .author,.lt-ie9 .module .date{font-size:12px}.lt-ie9 .trending p{font-size:13px}.lt-ie9 .home-hero h1{font-size:16px}.lt-ie9 nav .top-bar-section{width:90%}.lt-ie9 .left-off-canvas-menu{width:0;z-index:1005}.lt-ie9 footer{background:#000}.lt-ie9 footer #footer-left{background:#c60018}.lt-ie9 .panel{margin-bottom:10px}.lt-ie9 .home-hero .hero-overlay{background:#000;opacity:0.8;padding:10px}.lt-ie9 #mySliderTabs ul{padding:0;margin:0 0 10px 0;list-style:none}.lt-ie9 #mySliderTabs ul li{display:inline-block;padding:0;margin:0 1px;font-size:13px;font-weight:500;text-align:center;font-weight:bold;background:#fff;text-transform:uppercase}.lt-ie9 #mySliderTabs ul li a{border:2px solid #e6e7e8;display:inline-block;padding:2px 2px 0;color:#000;margin:0;outline:none}.lt-ie9 #river .river-post{margin-right:8px}.lt-ie9 .home-spotlight{height:125px;overflow:hidden}.lt-ie9 #sidebar .module,.lt-ie9 #sidebar .ad-panel{margin-bottom:10px}.lt-ie9 #pagination{margin:20px 0;overflow:hidden}.lt-ie9 #pagination ul li.arrow{padding:2px 4px}.lt-ie9 #pagination ul li{margin-right:10px}.lt-ie9 .row{width:1000px;max-width:100%;margin:0 auto}.lt-ie9 .row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}.lt-ie9 .row.collapse .column,.lt-ie9 .row.collapse .columns{padding:0}.lt-ie9 .row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}.lt-ie9 .row .row.collapse{margin:0}.lt-ie9 .column,.lt-ie9 .columns{float:left;min-height:1px;padding:0 15px;position:relative}.lt-ie9 .column.large-centered,.lt-ie9 .columns.large-centered{float:none;margin:0 auto}.lt-ie9 [class*="column"]+[class*="column"]:last-child{float:right}.lt-ie9 [class*="column"]+[class*="column"].end{float:left}.lt-ie9 .row{*zoom:1}.lt-ie9 .row:before,.lt-ie9 .row:after{content:" ";display:table}.lt-ie9 .row:after{clear:both}.conference-person-widget{position:relative;background:#E5E6E7}.conference-person-widget .banner-secondary{left:-20px}.conference-person-widget .banner-quote{top:-10px;left:-14px}.conference-person-widget .title{font-size:1.5rem}.conference-person-widget img{width:100%;max-width:100%}.conference-person-widget .author-date .author{font-size:0.75rem}.conference-person-widget .author-date{line-height:0.875rem}.conference-person-widget .conference-title{font-weight:bold;text-transform:uppercase;font-size:0.75rem;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;margin-bottom:5px}.conference-person-widget .conference-title a{color:#000}.conference-widget{position:relative;background:#E5E6E7}.conference-widget .accordion{padding-top:75px}.conference-widget.black .accordion{padding-top:35px}.conference-widget .banner-secondary,.conference-widget .banner-quote,.conference-widget .banner-primary{left:-10px}.conference-widget .banner-fold:before{border-top:10px solid #000;border-left:10px solid transparent}.conference-widget .footer span.date:before{content:none;padding-right:0;bottom:0px}.conference-widget.red .footer span{color:#c60018}.conference-widget.blue .footer span{color:#3253b8}.conference-widget.purple .footer span{color:#7a007b}.conference-widget .footer{line-height:100%}.conference-featured{position:relative;border-top:10px solid #c60018;padding-top:20px}.conference-hashtag{color:#000000;text-decoration:uppercase;font-size:28px;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:600}.conference-banner{position:absolute;display:block}.conference-banner:after{content:'';display:inline;position:absolute;background:transparent;z-index:1}.banner-fold{position:absolute}.banner-fold:before{content:'';position:absolute;border-top:14px solid #000;border-left:14px solid transparent}.banner-title{display:block;color:#ffffff;text-transform:uppercase;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:bold}.banner-secondary{width:auto;height:25px;padding-right:10px;top:10px;left:-14px;z-index:5;background-color:#000000}.banner-secondary:after{top:0px;right:-25px;background:transparent;border-top:25px solid #000000;border-right:25px solid transparent;border-left:1px solid #000}.banner-secondary .banner-title{display:block;padding:4px 0 0 14px;font-size:16px}.banner-secondary .banner-fold{top:25px}.banner-primary{width:240px;height:36px;top:10px;left:-14px;z-index:6;background-size:110px 36px;background-position:-14px 0px;background-repeat:repeat-y}.banner-primary:after{top:0px;right:-36px;border-top:36px solid #c60018;border-right:36px solid transparent;border-left:1px solid #c60018}.banner-primary .banner-fold{top:36px}.has-secondary .banner-primary{top:40px}.conference-widget .banner-quote{top:10px}.banner-quote{width:auto;height:30px;padding-right:10px;top:20px;left:0px;z-index:5;background-color:#000;background-image:none;background-repeat:repeat-y;background-size:100%}.red .banner-quote{background-color:#c60018;background-image:url(/wp-content/themes/vip/recode/css/../img/_events/dots-red.png)}.blue .banner-quote{background-color:#3253b8;background-image:url(/wp-content/themes/vip/recode/css/../img/_events/dots-blue.png)}.purple .banner-quote{background-color:#7a007b;background-image:url(/wp-content/themes/vip/recode/css/../img/_events/dots-purple.png)}.red .banner-quote:after{border-top-color:#c60018;border-left-color:#c60018}.blue .banner-quote:after{border-top-color:#3253b8;border-left-color:#3253b8}.purple .banner-quote:after{border-top-color:#7a007b;border-left-color:#7a007b}.banner-quote:after{top:0px;right:-30px;background:transparent;border-top-width:30px;border-top-style:solid;border-top-color:#000;border-right-width:30px;border-right-style:solid;border-right-color:transparent;border-left-width:1px;border-left-style:solid;border-left-color:#000}.banner-quote .banner-title{display:block;padding:6px 0 0 14px;font-size:16px}.banner-quote .banner-fold{top:30px}.conference-logo{display:block;position:absolute;top:3px;left:10px;width:225px;height:30px}.conference-logo span{position:absolute !important;top:-9999px !important;left:-9999px !important}.code-conference-logo{background-image:url(/wp-content/themes/vip/recode/css/../img/_events/code-conference.png);background-repeat:no-repeat;background-size:225px 24px;background-position:0 2px}.code-mobile-logo{background-image:url(/wp-content/themes/vip/recode/css/../img/_events/code-mobile.png);background-repeat:no-repeat;background-size:30%;background-position:0 1px}.code-media-logo{background-image:url(/wp-content/themes/vip/recode/css/../img/_events/code-media.png);background-repeat:no-repeat;background-size:30%;background-position:0 2px}.article-banner{position:relative}.article-banner.red .banner-primary,.article-banner.purple .banner-primary,.article-banner.blue{background-size:125px 6px}.conference-masthead{position:relative;width:100%;height:96px}.conference-masthead.black{height:30px}.conference-masthead .banner-secondary{width:auto;left:0px;top:0px;z-index:7}.conference-masthead .banner-title a{color:#fff}.red.conference-masthead .banner-title a:hover{color:#c60018}.blue.conference-masthead .banner-title a:hover{color:#3253b8}.purple.conference-masthead .banner-title a:hover{color:#7a007b}.conference-masthead .banner-primary{width:100%;top:15px;height:65px}.conference-masthead .banner-primary:after{border:none}.conference-masthead .banner-primary .conference-logo{top:15px;left:12px;width:336px;height:43px;background-size:336px 36px}.conference-masthead .banner-primary .code-media-logo,.conference-masthead .banner-primary .code-mobile-logo{top:17px;width:235px;height:43px;background-size:235px 34px}.banner-primary .code-media-logo,.banner-primary .code-mobile-logo{background-size:75%}.conference-masthead .banner-primary .banner-fold{top:65px}.conference-masthead .conference-hashtag{position:absolute;right:15px;top:0;vertical-align:center;line-height:65px;text-align:right;font-weight:600}.red .banner-primary,.blue .banner-primary,.purple .banner-primary{background-size:75%}.conference-widget.red .banner-primary,.conference-widget.blue .banner-primary,.conference-widget.purple .banner-primary{background-size:65%}.conference-masthead.red .banner-primary,.conference-masthead.blue .banner-primary,.conference-masthead.purple .banner-primary{background-size:20%}.red .banner-primary{background-image:url(/wp-content/themes/vip/recode/css/../img/_events/dots-red.png);background-repeat:repeat-y;background-color:#c60018}.red .banner-primary:after{border-top-color:#c60018;border-left-color:#c60018}.purple .banner-primary{background-image:url(/wp-content/themes/vip/recode/css/../img/_events/dots-purple.png);background-repeat:repeat-y;background-color:#7a007b}.purple .banner-primary:after{border-top-color:#7a007b;border-left-color:#7a007b}.blue .banner-primary{background-image:url(/wp-content/themes/vip/recode/css/../img/_events/dots-blue.png);background-color:#3253b8}.blue .banner-primary:after{border-top-color:#3253b8;border-left-color:#3253b8}.promo-widget{position:relative}.promo-widget span{display:block;position:absolute;text-align:center;left:0;width:100%}.promo-widget .promo-button{position:absolute;bottom:10px;font-size:0.875rem;font-weight:600}.promo-widget .promo-button span{width:85%;color:#fff;background:#000;position:relative;padding:10px;margin:auto}.code-conference-cta{position:relative;display:block;width:300px;margin:0 auto;height:125px;background:url(/wp-content/themes/vip/recode/css/../img/_events/dots-red.png) repeat-y;background-color:#c60018;background-size:100%;text-align:center;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;text-transform:uppercase}.code-conference-cta a{color:#000;text-decoration:none}.code-conference-cta a:hover{color:#000}.code-conference-cta span{display:block;position:absolute;text-align:center;left:0;width:100%}.conference-cta-title{top:10px;color:#000;font-size:1.125rem;font-weight:bold}.code-conference-cta .conference-logo{text-align:center;width:100%;height:106px;background-size:95%;background-position:center}.code-conference-cta .conference-hashtag{bottom:10px;font-size:2.25rem;line-height:2.25rem;font-weight:600}.code-conference-cta .conference-cta-button{bottom:10px;font-size:0.875rem;font-weight:600}.code-conference-cta .conference-cta-button span{width:75%;color:#fff;background:#000;position:relative;padding:10px;margin:auto}.code-conference-cta .code-conference-cta-container{padding:10px}.blue .code-conference-cta{background:url(/wp-content/themes/vip/recode/css/../img/_events/dots-blue.png) repeat-y;background-color:#3253b8}.purple .code-conference-cta{background:url(/wp-content/themes/vip/recode/css/../img/_events/dots-purple.png) repeat-y;background-color:#7a007b}.home-event-hero{border-width:5px;border-style:solid;border-color:#000;background:#000}.home-event-hero.red{border-color:#c60018}.home-event-hero.blue{border-color:#3253b8}.home-event-hero.purple{border-color:#7a007b}.home-event-hero img,.event-coverage-hero img{width:100%}.home-event-hero,.home-event-hero a,.event-coverage-hero a{color:#fff}.home-event-hero .hero-overlay,.event-coverage-hero .hero-overlay{bottom:0;left:0;padding:0.625rem;position:absolute;width:100%}.home-event-hero p.credit,.event-coverage-hero p.credit{display:none}.home-event-hero .category,.event-coverage-hero .category{color:#fff;margin-bottom:0.3125rem}.home-event-hero h2,.event-coverage-hero h2{color:#fff;font-size:1.375rem;line-height:1.5rem;margin-bottom:0}.home-event-hero .secondary h3,.event-coverage-hero .secondary h3{color:#fff;font-size:1rem;line-height:1.125rem;margin-bottom:0}.home-event-hero p.hero-footer{margin-bottom:20px}.home-event-hero .no-sliders p.hero-footer,.event-coverage-hero p.hero-footer{margin-bottom:0px}.home-event-hero .hero-footer .author,.event-coverage-hero .hero-footer .author{margin-right:5px}.home-event-hero .hero-footer .author,.home-event-hero .hero-footer .author a,.home-event-hero .hero-footer .date,.event-coverage-hero .hero-footer .author,.event-coverage-hero .hero-footer .author a,.event-coverage-hero .hero-footer .date{color:#fff}.more-event-coverage{margin-top:10px;margin-bottom:0px}.more-event-coverage a.button.secondary.small{font-weight:bold !important;margin-bottom:0;text-transform:uppercase}.more-event-coverage a.button.secondary.small:hover{background-color:#c60018}.more-event-coverage.blue a.button.secondary.small:hover{background-color:#3253b8}.more-event-coverage.purple a.button.secondary.small:hover{background-color:#7a007b}#eventbox-slider{height:412px}#eventbox-position{position:absolute;bottom:0;margin:0 auto;width:100%;text-align:center;z-index:11}#eventbox-position li{display:inline-block;cursor:pointer}#eventbox-position li.slide{width:12px;height:12px;border-radius:12px;background:#fff;margin:0 5px}#eventbox-position li.arrow{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent}#eventbox-position li.on{background-color:#c60018}.blue #eventbox-position li.on{background-color:#3253b8}.purple #eventbox-position li.on{background-color:#7a007b}#eventbox-position li.slide:hover{background-color:#c60018}.blue #eventbox-position li.slide:hover{background-color:#3253b8}.purple #eventbox-position li.slide:hover{background-color:#7a007b}#eventbox-position li.slide-prev{border-right:10px solid #fff}#eventbox-position li.slide-next{border-left:10px solid #fff}#eventbox-position li.slide-prev:hover{border-right-color:#c60018}.blue #eventbox-position li.slide-prev:hover{border-right-color:#3253b8}.purple #eventbox-position li.slide-prev:hover{border-right-color:#7a007b}#eventbox-position li.slide-next:hover{border-left-color:#c60018}.blue #eventbox-position li.slide-next:hover{border-left-color:#3253b8}.purple #eventbox-position li.slide-next:hover{border-left-color:#7a007b}#sidebar .event-featured-post-widget .module{margin-bottom:0.75rem}.event-featured-post-widget .module .featured-content{padding:5px 10px 0 10px}.event-featured-post-widget .featured-panel{background:#fff;border:5px solid #c60018}.red .featured-panel{border-color:#c60018}.blue .featured-panel{border-color:#3253b8}.purple .featured-panel{border-color:#7a007b}#event-coverage-eventbox>div{border-top-width:5px;border-top-style:solid;border-top-color:#c60018;border-bottom-width:5px;border-bottom-style:solid;border-bottom-color:#c60018;padding-top:10px;padding-bottom:10px;margin-bottom:10px}#event-coverage-eventbox.red>div{border-top-color:#c60018;border-bottom-color:#c60018}#event-coverage-eventbox.blue>div{border-top-color:#3253b8;border-bottom-color:#3253b8}#event-coverage-eventbox.purple>div{border-top-color:#7a007b;border-bottom-color:#7a007b}.event-coverage-banner{position:relative;top:-15px}.event-coverage-hero .secondary{background:#000;color:#fff}.event-coverage-hero .secondary .featured-content{padding:0 10px}.event-coverage-hero .secondary .featured-content h3{font-size:1.125rem;margin-bottom:10px}.event-coverage-hero .secondary .featured-content .author{font-size:0.75rem}#event-coverage-eventbox .event-coverage-news{position:relative}.event-coverage-news .footer span.date:before{content:none;padding-right:0;bottom:0px}.red .event-coverage-news .footer span{color:#c60018}.blue .event-coverage-news .footer span{color:#3253b8}.purple .event-coverage-news .footer span{color:#7a007b}.event-coverage-news .footer{line-height:100%}.event-more-posts{background:none;padding-right:0;padding-left:0}#event-coverage-eventbox h2.event-news-title{font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:bold;padding-bottom:10px;margin-bottom:0;border-bottom:1px solid #a7a9ac;text-transform:uppercase}.event-coverage-tabs .tabs dd{width:32%;margin-right:1%;margin-top:5px;margin-left:1%}.event-coverage-tabs .tabs dd:first-child{width:32%;margin-left:0}.event-coverage-tabs .tabs dd:last-child{width:32%;margin-right:0}.event-coverage-tabs .tabs dd a{font-size:1.125rem;font-weight:bold;background:#e6e7e8;color:#a6a7aa}.event-coverage-tabs .tabs dd.active a{color:#000}.event-coverage-tabs .tabs dd.active{padding-top:5px;margin-top:0;padding-bottom:10px;background:#e6e7e8}#panel-speakers{width:100%}#event-coverage-speaker-grid img{width:100%}#event-coverage-speaker-grid p{background:#fff;padding:5px 10px 5px 10px;margin:0;text-align:center}#event-coverage-speaker-grid p .speaker-name{font-size:1.125rem}#event-coverage-speaker-grid p .speaker-title{color:gray;font-size:0.75rem;text-transform:uppercase}#event-coverage-speaker-grid .speaker-square{background:#fff}.event-coverage-speaker>.row{background:#fff}.panel-news .category-river-inner{background:#fff}.panel-news .category-river-inner img{width:100%}article.conference-quote .brief-alert{font-weight:bold}.red article.conference-quote .brief-alert{color:#c60018;font-weight:bold}.blue article.conference-quote .brief-alert{color:#3253b8;font-weight:bold}.purple article.conference-quote .brief-alert{color:#7a007b;font-weight:bold}article.conference-quote blockquote{border:none;margin-bottom:0}article.conference-quote blockquote p{color:#000;font-size:1.125rem}article.conference-quote blockquote+p{font-size:0.8125rem}article.conference-quote .category-river-inner{border-left-width:8px;border-left-style:solid;border-left-color:#c60018}.red article.conference-quote .category-river-inner{border-color:#c60018}.blue article.conference-quote .category-river-inner{border-color:#3253b8}.purple article.conference-quote .category-river-inner{border-color:#7a007b}.event-coverage-hero .gradient,.home-event-hero .gradient{position:absolute;display:block;width:100%;height:100%;pointer-events:none;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, transparent 0%, transparent 40%, #000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(40%, transparent), color-stop(100%, #000));background:-webkit-linear-gradient(top, transparent 0%, transparent 40%, #000 100%);background:-o-linear-gradient(top, transparent 0%, transparent 40%, #000 100%);background:-ms-linear-gradient(top, transparent 0%, transparent 40%, #000 100%);background:linear-gradient(to bottom, transparent 0%, transparent 40%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 )}#speaker-info-modal{z-index:999}.speaker-info{background:#fff;padding:10px 0}.speaker-info .speaker-thumbnail img{width:100%;max-height:100%}.speaker-info .speaker-name{font-size:1.125rem;padding-top:10px;font-weight:bold}.speaker-info .speaker-title{font-size:0.875rem;font-weight:normal;color:gray}.speaker-info .button.secondary.small{font-weight:bold !important;text-transform:uppercase}.speaker-info ul.all-news li,.speaker-info ul.event-news li{list-style-type:none;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e6e7e8;line-height:16px}.speaker-info .date{font-size:0.75rem;color:#c60018}.speaker-info h2{font-size:1.125rem;font-weight:bold;text-transform:uppercase;padding-bottom:5px;margin-top:20px;margin-bottom:10px;border-bottom:1px solid #e6e7e8}.speaker-info .widget_recode_video_widget{margin-top:15px}.speaker-info .panel-news .category-river-inner{background:#e6e7e8}.speaker-info .panel-news .category-river-inner .featured-content .title{font-size:1rem}.speaker-info .panel-news .category-river-inner article{margin-bottom:10px}.speaker-info .close-reveal-modal{z-index:10}.event-demos{margin-bottom:25px}.event-photos h2,.event-demos h2{font-size:1.125rem;font-weight:bold;text-transform:uppercase;margin:25px 0 15px 0}.event-photos .gallery-item dd.wp-caption-text.gallery-caption{margin:0 15px 5px 15px !important}#gallery-1 .gallery-caption{margin-left:15px}.postarea .person-quote{position:relative}.postarea .person-quote blockquote:before{background:none}.postarea .person-quote blockquote:after{background:none}.person-quote blockquote{position:relative;border:none;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;margin:30px 0 0 0;width:100%;max-height:100%;background:none;padding:30px 35px 0 35px;font-size:1.5rem;line-height:1.875rem;font-style:italic;z-index:1}.person-quote.notitle blockquote{padding-top:0px}.person-quote blockquote p a{color:#c60018}.person-quote blockquote p a:hover{color:#000}.postarea .person-quote blockquote{margin:30px 0 0 0}.postarea .person-quote.notitle blockquote{margin-top:0px}.conference-widget .person-quote blockquote{margin:0 0 10px 0;padding:45px 20px 0 20px}.conference-widget.no-banner .person-quote blockquote{padding-top:20px}.conference-widget .person-quote{padding-bottom:15px}.person-quote blockquote p{color:#c60018;font-size:1.5rem;line-height:1.875rem;line-height:26x;font-style:italic;font-weight:500}.person-quote p.attribution{color:#000;font-family:"futura-pt","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;font-size:0.875rem;padding:0 55px;text-indent:-1.4em;line-height:0.875rem}.person-quote p.attribution:before{content:'\2014';padding-right:0.5em}.person-quote.red blockquote p{color:#c60018}.person-quote.blue blockquote p{color:#3253b8}.person-quote.purple blockquote p{color:#7a007b}#event-social-widget{height:690px}#event-social-widget .event-social-header{position:relative;padding:85px 10px 0px 10px;width:100%;text-align:right}#event-social-container{position:relative;padding:10px 10px;width:100%;height:510px;overflow:scroll;-webkit-overflow-scrolling:touch}#event-social-widget .more-button{position:absolute;bottom:15px;width:100%;text-align:center}#event-social-widget .more-button .button.secondary.tiny{margin-bottom:0px;font-weight:bold !important;text-transform:uppercase}@media only screen and (max-width: 40em){.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,0.45);z-index:98;display:none;top:0;left:0}.reveal-modal{visibility:hidden;display:none;position:absolute;left:50%;z-index:99;height:auto;margin-left:-40%;width:80%;background-color:#fff;padding:1.25rem;border:solid 1px #666;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);box-shadow:0 0 10px rgba(0,0,0,0.4);top:6.25rem}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}.reveal-modal .close-reveal-modal{font-size:1.375rem;line-height:1;position:absolute;top:0.5rem;right:0.6875rem;color:#aaa;font-weight:bold;cursor:pointer}}@media only screen and (max-width: 40em) and (min-width: 40.063em){.reveal-modal{padding:1.875rem;top:6.25rem}.reveal-modal.tiny{margin-left:-15%;width:30%}.reveal-modal.small{margin-left:-20%;width:40%}.reveal-modal.medium{margin-left:-30%;width:60%}.reveal-modal.large{margin-left:-35%;width:70%}.reveal-modal.xlarge{margin-left:-47.5%;width:95%}}@media only screen and (max-width: 40em){.speaker-reveal-class{visibility:hidden;display:none;position:absolute;left:50%;z-index:99;height:auto;margin-left:-50%;width:100%}.speaker-reveal-class .column,.speaker-reveal-class .columns{min-width:0}.speaker-reveal-class>:first-child{margin-top:0}.speaker-reveal-class>:last-child{margin-bottom:0}.speaker-reveal-class{background-color:#fff;padding:0.3125rem;border:solid 1px #666;top:6.25rem}}@media only screen and (max-width: 40em) and (orientation: portrait){.conference-masthead .banner-primary{left:0px}.conference-masthead .banner-secondary{left:14px}.conference-masthead .banner-fold{display:none}.event-coverage-hero .secondary .featured-content h3{font-size:1rem}#event-coverage-speaker-grid p .speaker-name{font-size:1.25rem}.conference-masthead .banner-primary .code-conference-logo{width:286px;height:31px;background-size:286px 31px}.home-event-hero h2{margin-bottom:15px}.conference-person-widget .conference-title{margin-top:10px}}@media only screen and (min-width: 40.063em) and (max-width: 64em){.conference-masthead .banner-primary{left:0px;width:100%}.conference-masthead .banner-secondary{left:14px}.conference-masthead .banner-fold{display:none}#event-coverage-speaker-grid p .speaker-name{font-size:1.5rem}#event-coverage-speaker-grid p .speaker-title{font-size:0.875rem}.home-event-hero .secondary h3,.event-coverage-hero .secondary h3{font-size:1.125rem}.home-event-hero h2{font-size:1.75rem}.conference-person-widget .title{font-size:1.75rem}.conference-person-widget .author-date .author{font-size:1rem;line-height:1.125rem}}@media only screen and (max-width: 64em){#event-coverage-eventbox .event-coverage-news{margin-top:15px}#eventbox-position{bottom:5px}.more-event-coverage{margin-bottom:10px}}@media only screen and (min-width: 64.063em){.panel-news .category-river-inner .featured-content .title{font-size:1.25rem}.conference-masthead .banner-primary{left:-28px;width:102.9%}}body{position:static}body.admin-bar .fixed{top:32px}@media only screen and (max-width: 782px){body.admin-bar .fixed{top:46px}}.hero-img img{width:100%}.hero-img .marker{clear:both}.hero-img .text-center{position:relative}.hero-img-caption{background:#000;bottom:0px;color:#ddd;font-size:0.9rem;margin-bottom:0px;padding:5px 25px;position:absolute;text-align:center;width:100%}.hero-img-caption a{color:#ddd;border-bottom:1px dotted #ccc}.hero-img-caption a:hover{color:#fff}.author-big-favicon{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;display:inline-block;width:150px}.author-big-favicon img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;display:block}a.author-social,.postarea a.author-social{color:#000}a.twitter:hover{color:#4EA6DC}a.facebook:hover{color:#425B9C}a.email:hover,a.rss:hover{color:#BA0029}#social-header .fa-twitter,#social-header .fa-facebook,#social-header .fa-envelope{color:#c60018}#social-header a:hover .fa-twitter{color:#4EA6DC}#social-header a:hover .fa-facebook{color:#425B9C}#social-header a:hover .fa-envelope{color:#000}#social-header a:hover .fa-envelope{color:#000}.snippet-left{width:50%;float:left;margin:0 15px 15px 0}.snippet-right{width:50%;float:right;margin:0 0 15px 15px}@media only screen and (max-width: 40.063em){.snippet-left{width:100%;float:none;margin:0 0 15px 0}.snippet-right{width:100%;float:none;margin:0 0 15px 0}}.question,.answer{float:left;font-size:45px;line-height:45px;padding-right:8px;font-style:italic;font-weight:bold;color:#c60018}.capture_tip_error{display:none !important;padding:0.375rem 0.5625rem 0.5625rem;margin-top:-1px;font-size:0.75rem;font-weight:normal;font-style:italic;background:#f04124;color:white !important;width:100% !important}.capture_error .capture_tip_error{display:block !important}.janrain-capture-ui{padding-bottom:20px !important}.capture_form_error{border-style:solid;border-width:1px;display:block;font-weight:normal;margin-bottom:1.25rem;position:relative;padding:0.875rem 1.5rem 0.875rem 0.875rem;font-size:0.8125rem;background-color:#c60018;border-color:#ad0015;color:white}.janrain-capture-ui .capture_header h1{display:block !important;text-align:center}.capture_signin{padding:10px}.janrain-icon-key{display:none !important}.capture_btn{webkit-border-radius:0 !important;-moz-border-radius:0 !important;-ms-border-radius:0 !important;-o-border-radius:0 !important;border-radius:0 !important;padding-top:0.875rem !important;padding-right:1.75rem !important;padding-bottom:0.9375rem !important;padding-left:1.75rem !important;font-size:0.8125rem !important;font-family:"futura-pt", "Helvetica", Helvetica, Arial, sans-serif;background-color:#c60018;border-color:#ad0015;color:white;-webkit-transition:background-color 300ms ease-out;-moz-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out;font-weight:normal !important}.capture_btn:hover{color:white;background-color:#ad0015}.janrain-capture-ui .capture_error .capture_radio,.janrain-capture-ui .capture_error .capture_checkbox,.janrain-capture-ui .capture_error .capture_form_collection,.janrain-capture-ui .capture_error .capture_text_input,.janrain-capture-ui .capture_error .capture_checkbox,.janrain-capture-ui .capture_error .capture_form_collection,.janrain-capture-ui .capture_error .capture_radio,.janrain-capture-ui .capture_error .capture_inputPlaceholder{background-image:none}.janrain-capture-ui .capture_text_input,.janrain-capture-ui .capture_checkbox,.janrain-capture-ui .capture_form_collection,.janrain-capture-ui .capture_radio,.janrain-capture-ui .capture_inputPlaceholder,.janrain-capture-ui .capture_select,.janrain-capture-ui .capture_textarea{margin:5px 0 0 !important}.janrain-capture-ui .capture_fatal_error,.janrain-capture-ui .capture_form_error,.janrain-capture-ui.janrain-capture-ui-mobile .capture_form_error{background-image:none !important}.capture_display_toggle_wrap{display:none !important}.janrain-capture-ui .capture_backButton{background-image:none !important}.capture_processing{background-image:none !important}.janrain_traditional_account_only{text-align:center;font-size:1rem}body.admin-bar a.clearing-close{top:30px}#content .featured-post-widget .featured-image img{height:150px;width:150px}.at-a-glance{margin:0.5rem 0;width:100%}.at-a-glance .full{clear:both}.at-a-glance .right{width:50%;margin:0 0 0.5rem 1rem}.at-a-glance .left{width:50%;margin:0 1rem 0.5rem 0}.at-a-glance a{color:#c60018}.button.active{color:#fff}.profile-page{margin-top:1rem}.profile-page form{margin-top:1rem}.profile .tabs dd{width:33%}.profile .tabs-content{padding:20px;min-height:300px}.profile .tabs>dd:nth-child(2){margin:0 2px 0 1px}.profile-nav.button-bar li.active a.button.small.third-button{background:#cc0018;color:#fff;font-weight:bold !important}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}.aligncenter{display:block;margin:5px auto 5px auto}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-family:'futura-pt', 'Helvetica', Arial, sans-serif;font-size:12px;line-height:17px;margin:0;padding:0 4px 5px}.gallery-caption{font-family:'futura-pt', 'Helvetica', Arial, sans-serif;font-size:12px}.sticky .profile-menu{display:none}.sticky.fixed .profile-menu{display:inline-block}label.required::after{content:" *";font-weight:bold;color:#c60018}.postarea .video-player{margin:10px 0 15px 0}.entry-meta{font-size:0.85rem;line-height:1.6}div#wrapper{width:100%;min-height:100%;height:auto !important;height:100%;margin:0px 0px -323px 0px}div#footer_wrapper{width:100%;height:323px}div#content_wrapper{width:100%;padding:0px 0px 323px 0px}div#footer_inner_wrapper,div#content_inner_wrapper{width:100%;margin:0px auto}img#wpstats{position:absolute !important;width:0px !important;height:0px !important;overflow:hidden !important;display:none !important;visibility:hidden !important;position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.fyre .fyre-comment-author-tag{display:inline-block !important}.tpl-player{position:relative;overflow:hidden}.tpl-player iframe,.tpl-player .tpContainer{position:absolute;top:0;left:0;width:100%;height:100%}.tpl-player .tpLayout,.tpl-player #player{width:100%;height:100%}.tpl-player-article{position:relative;padding-bottom:56.25%;margin:15px 0;height:0;overflow:hidden}.tpl-player-center-mobile{height:600px}.single-recode-video .tpl-player-article{margin-top:0px}.video-sidebar-widget p.more{text-align:right}.video-sidebar-widget a.more-link{color:#30302F;font-size:13px;font-weight:bold;padding-right:5px}.tpl-player-sidebar{height:450px}form.mobile-search input.search-field{display:inline;margin:15px 4px 15px 10px;width:60%}form.mobile-search input.search-submit{display:inline;width:30%}#reviewbox{background:#E5E6E7}#reviewbox .module .title{font-size:1.25rem;font-weight:500;margin-top:0.75rem;margin-right:1rem}#reviewbox-slider{border:1px solid #E5E6E7;border-top:none;height:132px}.swipe{overflow:hidden;visibility:hidden;position:relative;z-index:10}.swipe-wrap{overflow:hidden;position:relative}.swipe-wrap>div{float:left;width:100%;position:relative}#reviewbox-position{position:absolute;right:5px;bottom:0;margin:0;z-index:11}#reviewbox-position li{display:inline-block;cursor:pointer}#reviewbox-position li.slide{width:12px;height:12px;border-radius:12px;background:#cccccc;margin:0 2px}#reviewbox-position li.arrow{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent}#reviewbox-position li.on{background-color:#999999}#reviewbox-position li.slide:hover{background-color:#999999}#reviewbox-position li.slide-prev{border-right:10px solid #cccccc}#reviewbox-position li.slide-next{border-left:10px solid #cccccc}#reviewbox-position li.slide-prev:hover{border-right-color:#999}#reviewbox-position li.slide-next:hover{border-left-color:#999}.postarea object,.postarea embed,.postarea iframe{max-width:100%}h4.marker.sponsored{background-color:#323CC1}h4.marker.sponsored:after{background-position:-251px -2px}.featured-panel h4.marker.sponsored{padding-right:0}h4.marker.red{background-color:#c60018}h4.marker.red:after{background-position:-55px -2px}h4.marker.purple{background-color:#7a007b}h4.marker.purple:after{background-position:-266px -2px}h4.marker.blue{background-color:#3253b8}h4.marker.blue:after{background-position:-282px -2px}ol.linespace-one li:not(:last-child),ul.linespace-one li:not(:last-child){margin-bottom:1em}body.special-series-article{color:#404041}body.special-series-article nav .top-bar-section li:first-child .dropdown{left:97px}body.special-series-article nav .top-bar-section li:last-child .dropdown{left:40px;right:auto}body.special-series-article #content{padding-bottom:0}.series-archive-intro{position:relative}.series-archive-intro h4.series-marker:after{display:none}.series-archive-intro .series-intro-item{clear:both;float:none;display:inline-block;margin-bottom:0;text-align:center}.series-archive-intro .series-tags{padding:4em 1em;padding:8vw 1em;width:100%}.series-shareable .series-intro-item{clear:both;float:none;display:inline-block;margin-bottom:0;text-align:center;margin:.5em}.series-description{margin:2.5em auto;font-size:18px;font-size:1.125rem}.series-description p{font-family:"chaparral-pro",Georgia,serif;font-style:italic;font-size:12px;font-size:.75rem;line-height:1.75}.special-series-article div#wrapper{margin-bottom:0 !important}.special-series-article header.site-header{margin-bottom:0}.special-series-article nav #small-logo a{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;transform:none !important;letter-spacing:0;padding:3px}@media only screen and (max-width: 40em){.special-series-article nav.tab-bar{margin-bottom:0}}.special-series-article .hero-image{*zoom:1}.special-series-article .hero-image:before,.special-series-article .hero-image:after{content:" ";display:table}.special-series-article .hero-image:after{clear:both}.special-series-article .hero-img-caption{z-index:9;font-size:12px;background:none repeat scroll 0% 0% rgba(35,31,32,0.9);color:#fff;font-family:Georgia,serif;font-weight:normal;font-style:italic;padding:1em}.special-series-article .hero-intro{position:relative;font-family:"futura-pt",sans-serif}@media only screen and (min-width: 40.01em){.special-series-article .image-wrapper:after{content:'';display:block;width:100%;position:absolute;top:0;height:100%;background:rgba(0,0,0,0.5);background:-moz-linear-gradient(left, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.26) 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.26)), color-stop(100%, transparent));background:-webkit-linear-gradient(left, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.26) 100%);background:-o-linear-gradient(left, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.26) 100%);background:-ms-linear-gradient(left, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.26) 100%);background:linear-gradient(to right, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.26) 100%)}}.special-series-article .series-meta{position:absolute;top:1.75em;left:0}.special-series-article h1.entry-title{font-size:38px;font-size:2.375rem;margin:1em 0;color:#3b3b3d;font-family:"chaparral-pro",Georgia,serif}.special-series-article .author-byline{font-weight:700;text-transform:uppercase;font-size:12px;font-size:.75rem;font-family:"futura-pt",sans-serif;margin-right:.5em}.special-series-article .single-author-top .author-info{font-family:"chaparral-pro",Georgia,serif;font-style:italic;margin:0 .25em;color:#808284;text-transform:lowercase;font-size:10px;font-size:.625rem}.special-series-article .author-info{font-style:italic}@media only screen and (max-width: 40.0629em){.special-series-article .hero-img{margin-bottom:0}.special-series-article .hero-img p.credit{position:absolute;bottom:.5em;right:.5em;background:rgba(255,255,255,0.5);padding:.5em}.special-series-article .series-meta{position:absolute;display:block;height:50px;bottom:-47px;top:auto;width:100%}.special-series-article h3.series-marker-parent{padding:.25em 20px;min-width:120px}.special-series-article h4.series-marker{padding-left:20px;padding-right:20px;min-width:120px}.special-series-article .series-hashtag{clear:none;float:right;margin:0 10px;right:70px;margin-left:20px;color:#3b3b3d}.special-series-article .series-hashtag a{color:#3b3b3d}.special-series-article .series-share{clear:none;float:right;position:absolute;right:0;margin-left:20px;margin-top:.7em;margin:.7em 10px}.special-series-article h1.entry-title{margin:2.5em 0 .5em;font-size:30px;font-size:1.875rem}}.special-series-article .series-excerpt{font-family:"chaparral-pro",Georgia,serif;font-style:italic;font-size:12px;font-size:.75rem;line-height:1.75;margin:1em 0}.special-series-article h1,.special-series-article h2,.special-series-article h3,.special-series-article h4{font-family:"chaparral-pro",Georgia,serif;color:#3b3b3d;font-weight:700}.special-series-article p.byline-part{text-transform:uppercase;font-size:16px;font-size:1rem;font-weight:700}.special-series-article p.byline-part a{text-decoration:none;color:#404041}.special-series-article p.byline-part a:hover{color:#808284}.special-series-article p.byline-part span{font-size:14px;text-transform:lowercase;font-family:"chaparral-pro",Georgia,serif;color:#404041;font-style:italic}.special-series-article .postarea h1,.special-series-article .postarea h2{font-size:32px;font-size:2rem;margin-bottom:1em}.special-series-article .postarea h3,.special-series-article .postarea h4{font-size:24px;font-size:1.5rem;margin-bottom:1em}.special-series-article .postarea span.dropcap{display:inline-block;float:left;font-size:3.625rem;line-height:1;padding-top:4px;padding-right:8px;padding-left:0;font-family:"chaparral-pro",Georgia,serif;font-weight:700;margin-bottom:-.25em}@media only screen and (min-width: 64em){.special-series-article .postarea span.dropcap{font-size:4.25rem}}.special-series-article .postarea ul{list-style:none;padding:0;margin:0}.special-series-article .postarea li{padding-left:1em;text-indent:-.7em}.special-series-article .postarea li:before{content:"\002022 ";color:#c52026}.special-series-article .postarea hr{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite.png);background-repeat:"no-repeat";text-indent:"inherit";width:101px;height:11px;background-position:-113px -226px;margin:1.5em auto}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.special-series-article .postarea hr{background-image:url(/wp-content/themes/vip/recode/css/../img/_sprites/sprite@2x.png);background-size:304px 298px}}.special-series-article .postarea .embed-youtube{margin-bottom:1.75em}.special-series-article .postarea .leaderboard{margin:0 -1em 1.75em}.special-series-article .postarea .special-right-ad{float:none;display:block}@media only screen and (min-width: 40em){.special-series-article .postarea .special-right-ad{text-align:center;width:auto;float:right;margin-left:1em;margin-bottom:1em;margin-right:-14%}}.special-series-article .postarea .sharedaddy ul{list-style:none;float:left}.special-series-article .postarea .sharedaddy ul li{list-style-type:none}.special-series-article .postarea .sharedaddy ul li:before{display:none !important}.special-series-article .postarea .sharedaddy ul li :first-child{margin-left:0}@media only screen and (min-width: 64em){.special-series-article .postarea p{font-size:20px;font-size:1.25rem}}.special-series-article .postarea p{margin-bottom:1.75em}.special-series-article img.alignleft,.special-series-article .wp-caption.alignleft img,.special-series-article img.alignright,.special-series-article .wp-caption.alignright img{border:1px solid #3a3a3b}.special-series-article .wp-caption{padding:0}.special-series-article .wp-caption img{max-width:100%;width:100%}.special-series-article p.fullbleed-p,.special-series-article div.fullbleed-p.wp-caption{width:116% !important;margin:2em -8% !important}.special-series-article p.fullbleed-p img.fullbleed,.special-series-article div.fullbleed-p.wp-caption img.fullbleed{width:100% !important}@media only screen and (max-width: 40.0629em){.special-series-article img.alignleft,.special-series-article .wp-caption.alignleft,.special-series-article img.alignright,.special-series-article .wp-caption.alignright{margin:1em auto 2.5em;display:block;float:none}}@media only screen and (min-width: 40.063em){.special-series-article p.fullbleed-p,.special-series-article div.fullbleed-p.wp-caption{width:156% !important;margin:2em -28% !important}.special-series-article img.alignleft,.special-series-article .wp-caption.alignleft{margin-left:-14% !important;margin-right:1.5em !important;margin-top:0 !important;max-width:77%}.special-series-article img.alignright,.special-series-article .wp-caption.alignright{margin-right:-14% !important;margin-left:1.5em !important;margin-top:0 !important;max-width:77%}.special-series-article .postarea h1,.special-series-article .postarea h2{margin-left:-14%}}@media only screen and (min-width: 64.063em){.special-series-article p.fullbleed-p,.special-series-article div.fullbleed-p.wp-caption{width:188% !important;margin:2em -44% !important}}@media only screen and (min-width: 85.5em){.special-series-article p.fullbleed-p,.special-series-article div.fullbleed-p.wp-caption{width:250% !important;margin:2em -75% !important}}.special-series-article .wp-caption{background:transparent;max-width:100%;position:relative;margin-bottom:1.75em}.special-series-article .wp-caption.aligncenter{background:transparent;max-width:100%;position:relative;margin-bottom:1.75em;width:100%;padding:0;border:none}.special-series-article .wp-caption.aligncenter a{display:block}.special-series-article .wp-caption.aligncenter img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:100%}.special-series-article .wp-caption.fullbleed-p{max-width:none}.special-series-article .wp-caption p.wp-caption-text{font-size:12px;background:#231f20;background:rgba(35,31,32,0.9);color:#fff;font-family:Georgia, serif;font-weight:normal;font-style:italic;padding:1em;margin-right:0;margin-left:0;position:absolute;z-index:9999;width:100%;left:0;bottom:0;margin-bottom:0}.special-series-article .wp-caption p.wp-caption-text span.media-attribution{position:absolute;right:0;bottom:-1.75em;color:#231f20}.special-series-article p.largeimg-p{width:129% !important;margin:2em -14.5% !important}.special-series-article p.largeimg-p img.size-large{min-width:100% !important}@media only screen and (min-width: 40.063em){.special-series-article div.wp-caption.largeimg-p{width:129% !important;margin:2em -14.5% !important}.special-series-article div.wp-caption.largeimg-p img.size-large{min-width:100% !important}.special-series-article div.wp-caption.largeimg-p.aligncenter{background:transparent;max-width:116% !important;position:relative;margin:1.75em -8% !important;width:116% !important;padding:0;border:none}.special-series-article div.wp-caption.largeimg-p.aligncenter img{border:0 none;height:auto;margin:0;max-width:116% !important;padding:0;width:116% !important;margin:0 -8%}.special-series-article div.wp-caption.largeimg-p.aligncenter.wp-caption p.wp-caption-text{margin-right:-8%;margin-left:-8%;position:absolute;z-index:9999;width:116%;left:0;bottom:0;margin-bottom:0}}.special-series-article .person-quote{margin:1.25em 0 3em;padding:0}.special-series-article .person-quote blockquote,.special-series-article .person-quote blockquote p{color:#c52026;font-size:28px;font-size:1.75rem;line-height:1.2;font-style:italic;font-family:"chaparral-pro",Georgia,serif;text-align:center}@media only screen and (max-width: 28em){.special-series-article .person-quote blockquote,.special-series-article .person-quote blockquote p{font-size:22px;font-size:1.375rem}}.special-series-article .person-quote blockquote strong,.special-series-article .person-quote blockquote p strong{font-style:italic;font-weight:normal}.special-series-article .person-quote blockquote a,.special-series-article .person-quote blockquote p a{color:#5A1218;border-bottom:none}.special-series-article .person-quote blockquote{margin:0;padding:0}.special-series-article .person-quote blockquote :last-child{margin-bottom:0}.special-series-article .person-quote .attribution{font-family:"chaparral-pro",Georgia,serif;text-align:center;font-style:italic;font-size:12px;font-size:.75rem;margin:1em 0 0}.special-series-article .person-quote .attribution span{font-family:"futura-pt",sans-serif;font-weight:700;font-size:17px;font-size:1.0625rem;text-transform:uppercase;font-style:normal}.special-series-article .person-quote .attribution:before{content:'';padding:0}.special-series-article .author-bottom{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:1em 0;margin:2em auto}.special-series-article .author-bottom p.author{text-transform:uppercase;font-size:21px;font-size:1.3125rem;color:#c52026}.special-series-article .author-bottom p.author .author-info a.button.secondary.tiny{background:#6d6e70;font-size:12px;padding:.5em 1.25em;text-transform:uppercase;font-family:"futura-pt",sans-serif}.special-series-article .author-favicon{width:100%;border-radius:0}.special-series-article .author-favicon img{border-radius:0}.special-series-article .author-favicon p{margin-bottom:0}@media only screen and (max-width: 40.069em){.special-series-article .author-bottom p.author{font-size:16px;font-size:1rem;margin-bottom:0}.special-series-article .author-bottom p.author .author-info{font-size:10px;font-size:.625rem}.special-series-article .author-bottom p.author .author-info a{margin-bottom:0}.special-series-article .author-favicon p{margin-bottom:0}}.special-series-article .series-recode-promo img{width:100%}.special-series-banner img{width:100%}.special-template-article{display:block;position:relative;width:100%}.special-template-article img{width:100%;height:auto}.special-template-article.super-wide-article{width:100%}.special-template-article.clear-left{clear:left !important}.special-template-article.super-wide-article .series-article-summary,.special-template-article.half-wide-article .series-article-summary{position:absolute;top:0;padding-top:3em;padding-top:8vw;color:#fff;width:100%}.special-template-article.super-wide-article .series-article-summary h2,.special-template-article.super-wide-article .series-article-summary p,.special-template-article.super-wide-article .series-article-summary span,.special-template-article.half-wide-article .series-article-summary h2,.special-template-article.half-wide-article .series-article-summary p,.special-template-article.half-wide-article .series-article-summary span{color:#fff;font-size:18px;font-size:1.125rem}.special-template-article.super-wide-article .series-article-summary h2 a,.special-template-article.super-wide-article .series-article-summary p a,.special-template-article.super-wide-article .series-article-summary span a,.special-template-article.half-wide-article .series-article-summary h2 a,.special-template-article.half-wide-article .series-article-summary p a,.special-template-article.half-wide-article .series-article-summary span a{color:#fff}.special-template-article.super-wide-article .series-article-summary h2,.special-template-article.half-wide-article .series-article-summary h2{font-size:38px;font-size:2.375rem;font-family:"chaparral-pro",Georgia,serif;font-weight:bold}@media only screen and (max-width: 60em){.special-template-article.super-wide-article .series-article-summary p,.special-template-article.super-wide-article .series-article-summary span,.special-template-article.half-wide-article .series-article-summary p,.special-template-article.half-wide-article .series-article-summary span{font-size:14px;font-size:.875rem}.special-template-article.super-wide-article .series-article-summary h2,.special-template-article.half-wide-article .series-article-summary h2{font-size:22px;font-size:1.375rem}.special-template-article.super-wide-article .series-article-summary .author,.special-template-article.half-wide-article .series-article-summary .author{text-transform:uppercase;margin-bottom:.5em}}@media only screen and (max-width: 35em){.special-template-article.super-wide-article .series-article-summary,.special-template-article.half-wide-article .series-article-summary{padding-top:1.5em;padding-top:3vw}}@media only screen and (max-width: 26.875em){.special-template-article.super-wide-article .series-article-summary,.special-template-article.half-wide-article .series-article-summary{position:relative;background:#fff;color:black !important;width:100%;padding:2em;padding:5vw;color:#6d6e70}.special-template-article.super-wide-article .series-article-summary p,.special-template-article.super-wide-article .series-article-summary span,.special-template-article.half-wide-article .series-article-summary p,.special-template-article.half-wide-article .series-article-summary span{color:#404041;font-size:16px;font-size:1rem}.special-template-article.super-wide-article .series-article-summary p a,.special-template-article.super-wide-article .series-article-summary span a,.special-template-article.half-wide-article .series-article-summary p a,.special-template-article.half-wide-article .series-article-summary span a{color:#404041}.special-template-article.super-wide-article .series-article-summary h2,.special-template-article.half-wide-article .series-article-summary h2{font-size:18px;font-size:1.125rem;font-family:"chaparral-pro",Georgia,serif;font-weight:bold;color:#6d6e70}.special-template-article.super-wide-article .series-article-summary h2 a,.special-template-article.half-wide-article .series-article-summary h2 a{color:#6d6e70}.special-template-article.super-wide-article .series-article-summary p.author,.special-template-article.half-wide-article .series-article-summary p.author{font-size:12px;font-size:.75rem;color:#404041;text-transform:uppercase;font-weight:bold;margin-bottom:.25em}.special-template-article.super-wide-article .series-article-summary p.author span,.special-template-article.half-wide-article .series-article-summary p.author span{font-size:12px;font-size:.75rem;text-transform:none;font-style:italic;font-family:georgia, serif;font-weight:normal;color:#404041}.special-template-article.super-wide-article .series-article-summary span.series-share a,.special-template-article.half-wide-article .series-article-summary span.series-share a{color:#fff}}.special-template-article.super-wide-article .thumbnail-wrapper:after,.special-template-article.half-wide-article .thumbnail-wrapper:after{content:'';display:block;width:100%;position:absolute;top:0;height:100%;background:rgba(0,0,0,0.5);background:-moz-linear-gradient(top, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.26) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.26)), color-stop(100%, rgba(0,0,0,0.81)));background:-webkit-linear-gradient(top, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%);background:-o-linear-gradient(top, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%);background:-ms-linear-gradient(top, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%)}@media only screen and (max-width: 26.875em){.special-template-article.super-wide-article .thumbnail-wrapper:after,.special-template-article.half-wide-article .thumbnail-wrapper:after{display:none;background:none}}@media only screen and (min-width: 60em) and (max-width: 64em){.special-template-article.half-wide-article .series-article-summary h2{font-size:27px;font-size:1.6875rem}}.special-template-article.quarter-wide-article .series-article-summary{position:relative;margin-top:1em;color:#6d6e70;width:100%}.special-template-article.quarter-wide-article .series-article-summary p,.special-template-article.quarter-wide-article .series-article-summary span{color:#404041;font-size:16px;font-size:1rem}.special-template-article.quarter-wide-article .series-article-summary p a,.special-template-article.quarter-wide-article .series-article-summary span a{color:#404041}.special-template-article.quarter-wide-article .series-article-summary h2{font-size:18px;font-size:1.125rem;font-family:"chaparral-pro",Georgia,serif;font-weight:bold;color:#6d6e70}.special-template-article.quarter-wide-article .series-article-summary h2 a{color:#6d6e70}.special-template-article.quarter-wide-article .series-article-summary p.author{font-size:12px;font-size:.75rem;color:#404041;text-transform:uppercase;font-weight:bold;margin-bottom:.25em}.special-template-article.quarter-wide-article .series-article-summary p.author span{font-size:12px;font-size:.75rem;text-transform:none;font-style:italic;font-family:georgia, serif;font-weight:normal;color:#404041}.special-template-article span.series-share.series-intro-item{clear:both;float:none;display:inline-block;margin-bottom:0;text-align:center;margin:.5em;font-size:12px}@media only screen and (min-width: 25em){.special-template-article.quarter-wide-article{width:50%;float:left}}@media only screen and (min-width: 50em){.special-template-article.half-wide-article{width:50%;float:left}.special-template-article.quarter-wide-article{width:25%;float:left}}
.series-intro-item{clear:both;float:left;display:inline-block;margin-bottom:1em;color:#fff}h3.series-marker-parent{background:#e91d26;padding:1em 40px;margin-bottom:0;font-family:"futura-pt",sans-serif;font-weight:normal;color:#fff;letter-spacing:1px}h3.series-marker-parent span.series-intro-first{color:#231f20 !important}h4.series-marker{font-family:"futura-pt",sans-serif;font-weight:normal;margin-bottom:1em;padding-left:40px;padding-right:40px;min-width:150px;letter-spacing:1px;background:#981b1e;color:#fff}h4.series-marker:before{content:' ';padding-right:0}h4.series-marker:after{background-position:-113px -242px}.series-hashtag{margin:0 40px 1em;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#fff}.series-hashtag a{color:#fff}.series-share{margin:0 40px 1em;background:#333;background:rgba(51,51,51,0.9);padding:.35em 1em;display:inline-block;text-transform:uppercase;font-size:12px;letter-spacing:1px}.series-share a{color:#fff}.series-related-posts{overflow:hidden}.series-related-posts .more-intro{margin:1em auto;overflow:hidden;text-align:center}.series-related-posts .more-intro .series-intro-item{display:inline-block;float:none;padding:.25em 1.5em;margin:0;clear:none;min-width:0;width:auto;height:38px;line-height:38px;padding:0 1.5em;font-size:18px !important}.series-related-posts .more-intro .series-intro-item span{font-size:18px !important}.series-related-posts .more-intro .series-intro-item:after{display:none}.series-related-posts p.more-up-next{margin-bottom:.5em;font-size:25px !important;font-size:1.5625rem !important;text-transform:uppercase}.series-related-posts p.more-up-next span{font-family:"chaparral-pro",Georgia,serif;font-weight:bold;text-transform:none;font-size:25px !important;font-size:1.5625rem !important}@media only screen and (min-width: 28em) and (max-width: 55em){.series-related-posts .super-wide-article .series-article-summary{padding-top:1em;padding-top:3vw}.series-related-posts .super-wide-article .series-article-summary .more-intro{margin-top:0;margin-bottom:0}.series-related-posts .super-wide-article .series-article-summary p.more-up-next{font-size:12px !important;font-size:.75rem !important;margin-bottom:0}.series-related-posts .super-wide-article .series-article-summary p.more-up-next span{font-size:16px !important;font-size:1rem !important}.series-related-posts .super-wide-article .series-article-summary p.author{margin-bottom:0}.series-related-posts .super-wide-article .more-intro .series-intro-item{height:30px;line-height:30px;padding:0 1em;font-size:12px !important}.series-related-posts .super-wide-article .more-intro .series-intro-item span{font-size:12px !important}}@media only screen and (min-width: 28em) and (max-width: 55em){.series-related-posts .super-wide-article .series-article-summary{padding-top:2em;padding-top:5vw}.series-related-posts .super-wide-article h2.title{font-size:18px;font-size:1.125rem;margin-bottom:0}}@media only screen and (max-width: 27.999em){.series-related-posts .super-wide-article .series-article-summary{position:relative;background:#fff}.series-related-posts .super-wide-article .series-article-summary h2{color:#6d6e70 !important}.series-related-posts .super-wide-article .series-article-summary h2 a{color:#6d6e70 !important}.series-related-posts .super-wide-article .series-article-summary p.more-up-next{color:#6d6e70 !important;font-size:16px !important;font-size:1rem !important}.series-related-posts .super-wide-article .series-article-summary p.more-up-next span{color:#6d6e70 !important;font-size:16px !important;font-size:1rem !important}.series-related-posts .super-wide-article .series-article-summary p.more-up-next span a{color:#6d6e70 !important}.series-related-posts .super-wide-article .series-article-summary p.author{color:#6d6e70 !important}.series-related-posts .super-wide-article .series-article-summary p.author a{color:#6d6e70 !important}.series-related-posts .super-wide-article .series-article-summary .more-intro .series-intro-item{height:30px;line-height:30px;padding:0 1em;font-size:12px !important}.series-related-posts .super-wide-article .series-article-summary .more-intro .series-intro-item span{font-size:12px !important}}
#series-comments-wrap{display:none}.comments-title{margin-top:2em;text-align:center}.series-comments-toggle{text-align:center;margin:2em auto;display:block;background:#6D6E72;padding:.5em 1.5em}.series-comments-toggle:hover{background:#6d6e72}.series-related-article{max-width:300px;max-width:18.75rem;display:block}.series-related-article .related-thumb a{display:block;position:relative}.series-related-article .related-thumb a .related-title{position:absolute;top:0;left:0;padding:.5em 1.5em;color:#fff;background:#C82129;font-size:12px;font-size:.75rem;text-transform:uppercase;font-weight:bold;font-family:"futura-pt",sans-serif}.series-related-article .featured-content{text-align:center;font-family:"futura-pt",sans-serif;color:#000}.series-related-article .featured-content a{color:#000;text-decoration:none}.series-related-article .featured-content a:hover{color:#999}.series-related-article .featured-content .title{font-size:14px;font-size:.875rem;text-transform:uppercase;font-weight:bold;margin-bottom:.5em}.series-related-article .featured-content .part-in-series{font-weight:bold;font-size:12px;font-size:.75rem;text-transform:uppercase;margin-bottom:0}.series-related-article .featured-content .part-in-series span{font-weight:normal;text-decoration:none;font-family:"chaparral-pro",Georgia,serif;font-style:italic;text-transform:lowercase}.series-related-article.alignleft{margin-left:-14%}.series-related-article.alignright{margin-right:-14%}@media only screen and (max-width: 40.0629em){.series-related-article.alignleft,.series-related-article.alignright{margin:1em auto;display:block;float:none}}
.special-series-article .inner-related-article h4{font-size:14px;font-size:.875rem;font-family:"futura-pt",sans-serif;margin-bottom:0}.special-series-article .inner-related-article p{margin-bottom:0}.series-share{z-index:9999}.series-share .sharedaddy{display:none}.series-share .sharedaddy ul{float:none !important;margin:1em 0 0 !important}.series-share .sharedaddy ul>li{float:none !important;margin-top:5px;margin-left:0}.tax-recode-special-series #content{padding-bottom:0}.tax-recode-special-series .series-shareable .series-hashtag{color:#404041}.tax-recode-special-series .series-share{display:none}.special-series-cta-banner{overflow:hidden;position:relative;margin:1.25em 0}.special-series-cta-banner .image-wrapper:after{content:'';display:block;width:100%;position:absolute;top:0;height:100%;background:rgba(0,0,0,0.5);background:-moz-linear-gradient(top, rgba(0,0,0,0.81) 0%, rgba(0,0,0,0.26) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.26)), color-stop(100%, rgba(0,0,0,0.81)));background:-webkit-linear-gradient(top, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%);background:-o-linear-gradient(top, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%);background:-ms-linear-gradient(top, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.81) 100%)}.special-series-cta-banner .series-meta{position:absolute;top:1em;left:0}.special-series-cta-banner .series-meta h3{margin-bottom:0;width:auto;height:38px;line-height:38px;padding:0 1.5em;font-size:18px !important}.special-series-cta-banner p.author{margin-bottom:0}.special-series-cta-banner p.author a{color:#fff}.special-series-cta-banner .series-banner-title-wrap{position:absolute;bottom:1.5em;color:#fff;padding:0 1em;width:100%}.special-series-cta-banner h2.title a{color:#fff}.special-series-cta-banner p.credit{position:absolute;bottom:0;right:0;z-index:9999;color:#ddd;padding:2px 5px}@media only screen and (min-width: 40.0629em) and (max-width: 46.25em){.special-series-cta-banner h2.title{font-size:18px;font-size:1.125rem;margin-bottom:0}.special-series-cta-banner .series-banner-title-wrap{bottom:.75em}}@media only screen and (max-width: 23em){.special-series-cta-banner h2.title{font-size:18px;font-size:1.125rem;margin-bottom:0}.special-series-cta-banner .series-banner-title-wrap{bottom:.75em}}
.recode-video-widget{background:#333332}.recode-video-widget a{color:#b8b8b8}.recode-video-widget.module .featured-content{padding:0 10px 10px}.recode-video-widget hr{margin:5px 0}.recode-video-widget .featured-video img.featured-image{width:100%}.recode-video-widget .featured-video p{margin-bottom:10px;font-weight:700}.recode-video-widget .video-row{padding:5px 0}.recode-video-widget .video-row a{font-size:.9rem}.recode-video-widget .video-row img{display:inline;padding-left:5px}.recode-video-widget a:hover img.play-button{opacity:1}.recode-video-widget img.play-button{display:block;position:absolute;top:50%;left:50%;margin-left:-25px;margin-top:-28px;opacity:.7}.recode-video-widget .more{text-align:right;padding:5px}/*
Theme Name: Recode (recode)
Theme URI: 
Author: Pete Mall, Adam Tow
Author URI: 
Description: The theme for the Recode site
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/


/* =Reset
-------------------------------------------------------------- */


#speakers p.speaker a:hover {
	color:#c60018;	
}

#speakers div.featured-image img:hover {
	opacity:0.5;
}

section.events-single .widget_recode_event_news_widget {
	margin-bottom:45px;
}

.compressed-conference-masthead .banner-secondary .banner-title a {
	color: #fff;
}

.home-event-hero.blue {
	border: none;
}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 15, 2014 */



@font-face {
    font-family: 'FontAwesome';
    src: url(/wp-content/themes/vip/recode/css/../fonts/fontawesome-minimal-webfont.eot?v=1);
    }

@font-face {
    font-family: 'FontAwesome';
    src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAPAIAAAwBwRkZUTWaPObwAAAD8AAAAHEdERUYARQAEAAABGAAAACBPUy8yji95DwAAATgAAABgY21hcOPWdwgAAAGYAAABymN2dCAARAURAAADZAAAAARnYXNwAAAAEAAAA2gAAAAIZ2x5ZlrP5A8AAANwAAASMGhlYWQFMHQbAAAVoAAAADZoaGVhDt4GywAAFdgAAAAkaG10eJSkAI4AABX8AAAAYGxvY2Ez7C5UAAAWXAAAADJtYXhwAF4CSQAAFpAAAAAgbmFtZTwHZY0AABawAAACuHBvc3QtwCOAAAAZaAAAAQF3ZWJmZD5S1wAAGmwAAAAGAAAAAQAAAADMPaLPAAAAAMtUgjAAAAAAzv0UvAABAAAADgAAABgAAAAAAAIAAQABABcAAQAEAAAAAgAAAAMGQgGQAAUABAUyBM0AAACZBTIEzQAAAs0AZwTNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHB5cnMAQAAN8Y0G2/7bAAAG2wFNAAAAAQAAAAAAAAAAAAAAIAABAAAAAwAAAAMAAAAcAAEAAAAAAMQAAwABAAAAHAAEAKgAAAAmACAABAAGAAAADQAgJfzwA/CC8IzwmvCe8Kzw1fDh8OzxDPEO8RHxbfGN//8AAAAAAA0AICX88ALwgfCM8JnwnvCs8NTw4PDs8QzxDvER8W3xjf//AAH/9f/j2ggQAw+GD30PcQ9uD2EPOg8wDyYPBw8GDwQOqQ6KAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEBREAAQAB//8ADwACAEQAAAJkBVUAAwAHAC6xAQAvPLIHBADtMrEGBdw8sgMCAO0yALEDAC88sgUEAO0ysgcGAfw8sgECAO0yMxEhESUhESFEAiD+JAGY/mgFVfqrRATNAAAAAQAAAAAAAAAAAAMAADkDAAIAAP7bB24GSQAHACEAAAAQACAAEAAgARQGIyInAQYjIiQmAhASNiQgBBYSFRQHARYFJf7T/ln+1AEsAacDdlc8Pij+eM37o/7V2H9/2AEqAUcBKth/jgGIKwJRAacBLf7T/ln+1P5JO1gsAYeOf9gBKgFHASrYf3/Y/taj+83+eCoAAAMAAP9uCAAFtwAaAD0ATQAAJREGBwQHDgIrAiIuAScmJSYnERQWMyEyNhE8Ai4DIyEiBhUUFxYXHgQ7AjI+Azc2Nz4BNxEUBiMhIiY1ETQ2MyEyFgduJSr+zrU6SX03AQE3fUk6tf7OKiUWDwaSDxYBBgcOCfluDxao3e4HQic+NRcBARc1PidDBu7dPmqSa0z5bktsa0wGkktsJQNtKSLrlzE3ODg2MpfrIin8kw8WFgTAAhUKEwkMBhYPwIWuvAY4HSsUFCsdOAa9rTGnbfslS2xrTATbS2xsAAACAAD/bgbbBkkAMABAAAABBgc2NwYHJiMiBhUUFyYkJwYHFBcmJxUUFhcGIyInHgEXBiMiJxYXMj4DNTQnNgERFAYjISImNRE0NjMhMhYFt0BKThxKT0ZpY40Gk/79WiEBaDY8clQhGQ8eGHpOhaUeG6nHgOCgczgBSAFUwYj7t4jBwYgESYjBBCIdCi5YKw9LjGQhFgiFbzlAgkYBHAJWhRAJBEheAWcEawFSiLHBYBUKMwEn+7eIwcGIBEmIwcEAAAAAAgAA/24G2wZJABMAIwAAATcjNTQ2OwE1IyIGHQEjFTMRIREBERQGIyEiJjURNDYzITIWBdYa4iNAfsiul5WVASwBzcGI+7eIwcGIBEmIwQLC+3w4LfqloZX7/SsC1QI++7eIwcGIBEmIwcEABAAA/24G2wZJAAMADwAlADUAACUhESElLgEiBhUUFjsBMjYBIRE0JiMiBzM1IRYDIRE0Nz4BMzIVAREUBiMhIiY1ETQ2MyEyFgEPAQj++AEZAVCFU1FBAUNTAp0BCKeJm1QC/vgDAwEICBFFMoUCFsGI+7eIwcGIBEmIwYsDGvQ7Tk08Ok9P/CwBx7C1hnRL/TEBvCsVKDi0As37t4jBwYgESYjBwQAAAQAyAAAHOwW3ADEAAAEGBxYVFAoBBgQjICUWMyA3LgEnFjMyNy4BPQEWFy4BNTQ3FgQXJjU0NjMyFzY3Bgc2BztNbAFWsvT+p8X+yv7/KDEBAcp4viMmHzEwgKhOWUtZMooBjeIJ2Jmgbn1tKnhqBQlwTxAglf7Z/vDRfaYFngKPbwYNGsqGBSsEMqJfZVWqzAwrKpnYdRhBg0gLAAAAAAEAAP9uA24GyQAVAAABIQMhESERIxEzNTQ2MyERIyIOAhUCSAEmI/79/nrCwsXhAQOiLTUYBwRg/rv8UwOtAUXD0Nb+vA8nKCUAAAADAAAAAAZJBkkABwAhAD0AAAAUBiImNDYyARYHBisBIiYnAgAlLgE9ATQ3NjsBFgQXFhIFFgcGKwEiJicmAgAkJy4BPQE0NzYXMwwBFxYSAbeAt4CAtwLJAhUVIZodKQIZ/oz++h0lGBMeBrcBTYKCmgJYAhYVIKMeKgIOy/67/kX1HSgXFR0EASsCI9XW9AE3t4CAt4D+mCAXGCYcAQYBcxoCKR2aIRUTD5qCgf6yuR8XFygd9gG6AUXMDwEqHaMgFRUBD/TW1f3dAAADAAD/bgbbBkkACwHXAhcAAAAgBBIQAgQgJAIQEgEOAQcyPgE3Njc2NzYXJjY3PgE/AQYmJxQHNCYGJy4CJy4BJy4DIg4BIyYOAgcOAQc2JyYHNiYnMy4CJy4BBwYeARUWBhUUFgcOAQcGFhcWDgIPAQYmJyYnJgcmJyYHNicmBz4BNTY3PgIjFjc+ATc2HgEzFjYnFicmJyYHBhcmDgEnLgEnIgc2Jic2Jy4BBw4BHgIXFgcOAgcGFgcuAScWLwEiBiYnJjc2Fy4BJwYHFjc+ATc2FzcWFyYHBgcWBy4CJyIHBgcWFx4CNxYHNhcWFxYHLgEHBhY3IgYUBxcGFjcGFxYXHgQXBhYHIgYjHgEXHgI3NicmJy4BJzIeAgcGHgIXHgEjMhYXHgEXHgMXHgEXFjI2NzYWFxY3Bh4CFx4BFzY3BhY3NjUGJzQuAjYzMjYmJy4BJwYmJxQGFSInPgE3PgMmBwYHDgIHBiYnLgE1ND4BJz4BNz4BFjY3JicmJxY2FxY3NCY3FjceARceAjY3FhcWFxY+ASYvATQ1Jy4BNjc+Ajc2JzI3Ii4BIzYnPgE3Fjc2Jz4BNxY2NDc+AT8BNgcWNzYnNiYnNhY3NicmAzY3LgEnJic2LgInLgMGIwcOAxcmJy4CBgcOAQcmNicmDgQHDgEHLgE1HgEXFgcGBwYXFAYXFgJ/Ad4Bk+vr/m3+Iv5s6+sDvAISBgIGBQEHExArJxMCGgQDHAMCDgwBBwoQAwsLBwECEgIBBAMGBwkIAQMHBAcCAw0DERILCAoDCAYBERcECTsIBgEIAQ8gBAMeBAYJCAIBBwYEBA0VBQgKGgcGKR0lBwcIDgMDAwoBDggDKBEGDwQKDBYFEAQLDgoGAw4RCQsBExMJAQoGCQkDIAsWHwgfBwYBDQsPAhAHAg8LAQMGBgYJAwglCwUbEwYFBQEDBQ8ENTYHBwYSAicJBhAHCBsXAggCBREQCRIHp2YIBgUCAwwKBwExFgIDDgESAgMICAgGAQIDEw8PJgcCAxUOCg0JAhoBAQQBAx0EAQIFBgIdEQIDBwICCgoHAQMLEBYDBxIJChkHBgcCAg8OFwMGHwkLDhMGESAIKRYCBQ0IAgYeBQcBAxcJECMVBgMCAgQKAwcBARcCBhkGAw8CAQMCAQsHAg0NFggBBQcGCCcIDxYGAQcDDgUCBgQFAQEDAwIIMQcRCAYDBhsDHQYDCQQIBQsDDQkICQEBAQECEQgMCwEQFAQYBwgFAQkIAQoIBgUGCg4IBwYjBAgCAwUZAhQDAxUOCxIDDQoDFAIRGRPY66YDFgQVBgEIChMDAgwEDQcIAwMGBwMCGBIGDQoNBwYCAQgQBgMRChAFDwIDBwMCFgIFBAgWHwIFEhIBAQZJ6/5s/iP+bOvrAZQB3QGU/pgBFAELDgEICQcHCRUCGQECBgYZARIPAgcIAgQBAwocAwYNBQIJBgYLDAIBAQUCAgIBBgYFAQUSBgUKCQMGCgUHChYDBxAGCBMPCRIFCRgHAgUGAwIDBhoRHQUJCg8PCgYBEREEBxoDDwsBEQ4FEgYbBQcBCwEbCQEVCAIFCwUEARoODQEcAhIJEQEOEQUBBQgLCAQFAQsFAQYEAwUWBQYdBAoDAgUCCAkOBQMDEAIRHgECAgsBEAgGEgsFBAcGDgcDEAoBAVujCAEBEwcHCQwBIBMFDQgCEAMGHwIlLQQBDjMDAy4JAQINCwwoBwcgCgIIEAcDEQkCFzAdBAYYBQQEBQEIGBIZAwceFwwJKQcIDwcLAgIUAwUGAQInBBYJAQ8UDQMHFQcFBgkcAgMiESUBCwkKBwgVBAkcAwoCCQEKAgEDIQoFEQ8OCAEBFgMSCQMDAgQJMBMLJhMTAhEDAQIBBAUBAgMBAwkGDQ8BEwYfFQMFBAIIAgMGEAsuBQMCFAwICQoLCQMVFgoBBgkFFhIKBwQGDQMSAw4LCQoICAYCCRMEBgkBDQUBAg8NCgcIAgEBAgsHBvwCKa8DBAMIAQgNBwwCAgkEBwMBAQMEAwETBgEKBgIHBhcDBhwHBwQGDQILAwUSAwUFAws5DyMUHREZBAgfCQgAAAAABAAA/24G2wZJABcAIgAzAGcAAAUUByEiJic+AzMyFx4JAQQHERYzMjcGFRQBFAYjIi4DNTQ2MzIeAiURFAYjITY1NC4ENTQ+AzQmJy4DJzM3ISIGBzQ2MyEyFh0BIREjESEVIREzEQMHDP5Oba4fG2d+dz8lEwc3FDMWKRQcDAr+sf71rXbCJSsYAQ5kbzppSTcadWtLeUclBF3BiP3pLTJNWEwzNUtLNDw4BxMKDAaamv4NnvNXuZAESYjB/tyS/tsBJZJBKyaBaDNLJhACBSYOJxMnHSkmLAF5CFkB74cGRh1MAepyizxfd3Y2bp5ekJki/LeIwVNgS4JTTzlEIilJRFCEp6Y0BwwFEAxJWG2Qx8GIbgEl/tuS/tsBJQAABAAA/tsHbgZJABwALQBjAG8AACU0LggnJiciDgMVFB4CMzI+AgM0LgIjIgYVFB4DMzI2AyEHIx4BFRQOAxUUHgUVFAcGISIuAzU0Nz4DNyY1ND4CNwYjIiY1NDY3NgEVIREjESE1IREzEQPpCgwcFCkVNBM4BxMmPneAYD5Sg5BJQ3trP4kmRXtLanUaN0lpO29jlgH0m5pRWTRMSzUmPUlJPSWgrv7OQ4qNa0UqJZK5qVdJBQcLAi4iqvPZn2sFDv7bkv7bASWSURgtJSocJxMnDicEAgEQKUBsRE56RiIcPWsEIUWakF6ebjZ2d187igKRWjO6ZFWDUERIKR45NDlGUXFCt4uWFzZPfE1GVElrOBoCX0wOGhIfCQbgqaD9Ixf+3JP+3AEkkwEk/twAAAIAAP9uCAAFtwAaADoAAAERFAYjISImNREWFwAXHgI7AjI+ATc2JTYTFAYHAAcOBCsCIi4DJyYAJy4BNTQ2MyEyFggAa0z5bktsMkEBnppBUoc6AQE6h1FCwgF3QTFwU/5SaQtLMUY+GgEBGj5GMUoMaP55Jkd+X1gGkkptA7D8dUtsa0wDizgr/udyMDU4ODUwjf4sAYdapTr+1koINSEqFBQqITUISQEPHDCoSFl3bAAAAAMAAP+lBtsGMgADAA8AKwAAAREhEQEWBisBIiY1NDYyFgERIRE0JiMiBgcGFxEhEhAvASEVIz4DMzISAY/+hwGRAXZgAl5ydr1zBTX+iFxiSGIYDQH+iAIBAQF4AhcvUnVIw+4EEfuUBGwBXlNxcFRVbm78av13Al14iE86Ijr9iAHIAjY3N6QlNkAj/v0AAAIAAP+SCAAFkgAZADMAAAEVFAYjIRUUBiMiJwEmNDcBNjMyFh0BITIWEBQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEIABYP+dwWDw4N/pMKCgFuChAPFgYkDxYK/pIKEA8W+dwPFhYPBiQVEA4NAW0BktsPFtsPFgwBbQogCgFuChYP2xYCbyAK/pIKFQ/cFQ/cDxXcEBQL/pMAAAIAAP9uBtsGSQALABcAAAAgBAIQEgQgJBIQAgQQAgQgJAIQEiQgBAQX/q7+4qenAR4BUgEepqYBpuv+bf4i/mzr6wGUAd4BkwVJp/7j/q3+46enAR0BUwEd2P4j/mzr6wGUAd0BlOvrAAAAAAIAAAAAB24GSQAhAEMAAAERFA4CKwEiJj0BNDY7ATI2PQE0JiMhIiY1ETQ2MyEyFgURFA4CKwEiJj0BNDY7ATI2PQE0JiMhIiY1ETQ2MyEyFgNuXZ7YdkoeKywdSnmrQC7/AFuAgFsBt1uBBABdnth2Sh4rLB1KeatALv8AW4CAWwG3W4EFbvzbd9idXSsekh4sq3klLj+AXAG3W4CAW/zbd9idXSsekh4sq3klLj+AXAG3W4CAAAABAAD/bgbbBkkACwAAABACBCAkAhASJCAEBtvr/m3+Iv5s6+sBlAHeAZMDyv4j/mzr6wGUAd0BlOvrAAAEAAD/bgbbBkkAFQAfAC8APwAAJREjFhUUDgEjIgA1NDcjERQWMyEyNgAQJiMiBhAWMzIBNTQmKwEiBh0BFBY7ATI2ExEUBiMhIiY1ETQ2MyEyFgYVmxeS/JTh/sAXoigeBMYdKf67z5KRz8+RkgIULiHHIS4uIcchLsaEXfrnXYSFXAUZXYR+AuRITZD0jgE23E5H/RweKCgB8QEcyMj+5MgC8b0gLy8gvSEuLgEP+uddhIRdBRldhIQAAAQAGP7bBZ8FtwAMABAAFAAeAAABFRQGKwEBESEiJj0BAREhEQERIRElFSE1NDYzITIWBZ+EXEH+1/2jXYMFh/p5BYf6eQWH+nmDXQPHXYMBQ0thiP7MATSIYUsBdf7dASMBd/7cASSgTU1giIgAAAABAAAABAAAF+mx6V8PPPUAHwgAAAAAAM79FL0AAAAAzv0UvQAA/tsIAAbJAAAACAACAAAAAAAAAAEAAAbb/rMAAAgAAAD//wgAAAEAAAAAAAAAAAAAAAAAAAAYAuwARAgAAAACqgAAAgAAAAI7AAAHbQAACAAAAAbbAAAG2wAABtsAAAdtADIDbQAABkkAAAbbAAAG2wAAB20AAAgAAAAG2wAACAAAAAbbAAAHbQAABtsAAAbbAAAFtgAYAAAALAAsACwALAA0AHYA5AFGAXwB0AIgAkYCrAW6BkoG4gc8B4QH0ggICGQIggjgCRgAAAABAAAAGAIYAAQAAAAAAAIAAAABAAEAAABAAC4AAAAAAAAADQCiAAMAAQQJAAAAMgAAAAMAAQQJAAEAFgAyAAMAAQQJAAIADgBIAAMAAQQJAAMAIgBWAAMAAQQJAAQAJgB4AAMAAQQJAAUAJACeAAMAAQQJAAYAFgDCAAMAAQQJAAcAogDYAAMAAQQJAAgAGAF6AAMAAQQJAAkAFAGSAAMAAQQJAAsAKgGmAAMAAQQJAMgAFgHQAAMAAQQJAMkAMAHmAFMASQBMACAATwBwAGUAbgAgAEYAbwBuAHQAIABMAGkAYwBlAG4AcwBlACAAMQAuADEARgBvAG4AdABBAHcAZQBzAG8AbQBlAFIAZQBnAHUAbABhAHIARgBPAE4AVABMAEEAQgA6AE8AVABGAEUAWABQAE8AUgBUAEYAbwBuAHQAQQB3AGUAcwBvAG0AZQAgAFIAZQBnAHUAbABhAHIAVgBlAHIAcwBpAG8AbgAgADQALgAwAC4AMgAgADIAMAAxADMARgBvAG4AdABBAHcAZQBzAG8AbQBlAFAAbABlAGEAcwBlACAAcgBlAGYAZQByACAAdABvACAAdABoAGUAIABDAG8AcAB5AHIAaQBnAGgAdAAgAHMAZQBjAHQAaQBvAG4AIABmAG8AcgAgAHQAaABlACAAZgBvAG4AdAAgAHQAcgBhAGQAZQBtAGEAcgBrACAAYQB0AHQAcgBpAGIAdQB0AGkAbwBuACAAbgBvAHQAaQBjAGUAcwAuAEYAbwByAHQAIABBAHcAZQBzAG8AbQBlAEQAYQB2AGUAIABHAGEAbgBkAHkAaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGEAdwBlAHMAbwBtAGUALgBpAG8AVwBlAGIAZgBvAG4AdAAgADEALgAwAFcAZQBkACAASgBhAG4AIAAxADUAIAAyADMAOgA0ADYAOgA1ADMAIAAyADAAMQA0AAIAAAAAAAD/ZwBmAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAQIBAwADAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwZnbHlwaDEHdW5pMDAwRAd1bmkyNUZDB3VuaUYwMDIHdW5pRjAwMwd1bmlGMDgxB3VuaUYwODIHdW5pRjA4Qwd1bmlGMDk5B3VuaUYwOUEHdW5pRjA5RQd1bmlGMEFDB3VuaUYwRDQHdW5pRjBENQd1bmlGMEUwB3VuaUYwRTEHdW5pRjBFQwd1bmlGMTBDB3VuaUYxMEUHdW5pRjExMQd1bmlGMTZEB3VuaUYxOEQAAAAAAVLXZD0AAA==) format('truetype'),
         url(/wp-content/themes/vip/recode/css/../fonts/fontawesome-minimal-webfont.svg?v=1#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;

}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-exchange:before {
  content: "\f0ec";
}
