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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td, th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.2.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.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; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  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:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

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

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:48.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .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) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .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; } }

.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;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #007ba0;
  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 {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:48.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      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%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .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%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
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 {
      border-bottom-right-radius: 0;
      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 Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.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; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.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 {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
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;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  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%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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 {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  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: #999999;
    outline: none; }
  input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
    background-color: #ddd; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

/* Adjust margin for form elements below */
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; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #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; }

/* Error Handling */
[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 input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
.error label, .error label.error {
  color: #f04124; }
.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; }

.keystroke, kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container.fade > li {
      opacity: 0;
      transition: opacity 500ms ease-in-out;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container.fade > li.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade > li.animate-out {
        z-index: 10;
        transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next > li {
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next > li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next > li.animate-out {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev > li {
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev > li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev > li.animate-out {
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container > li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container > li > a {
        display: block; }
      .orbit-container .orbit-slides-container > li.active {
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container > li .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: bold;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: transparent #fff transparent transparent; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent #333 transparent transparent; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }
  .orbit-container .orbit-bullets-container {
    text-align: center; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block; }
    .orbit-container .orbit-bullets li {
      display: inline-block;
      width: 0.5625rem;
      height: 0.5625rem;
      background: #ccc;
      float: none;
      margin-right: 6px;
      border-radius: 1000px; }
      .orbit-container .orbit-bullets li.active {
        background: #999; }
      .orbit-container .orbit-bullets li:last-child {
        margin-right: 0; }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width:48.063em) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 48em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative !important;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important; }
  .orbit-stack-on-small .orbit-timer {
    display: none; }
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none; }
  .orbit-stack-on-small .orbit-bullets {
    display: none; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; } }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      border-radius: 3px; }
    ul.pagination li:hover a, ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008CBA;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008CBA; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #fff;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008CBA;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007da4; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007da4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007da4; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 48em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width:48.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:48.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width:48.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width:48.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; }
    @media only screen and (min-width:48.063em) {
      dialog.tiny, .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%; } }
    @media only screen and (min-width:48.063em) {
      dialog.small, .reveal-modal.small {
        margin-left: -20%;
        width: 40%; } }
    @media only screen and (min-width:48.063em) {
      dialog.medium, .reveal-modal.medium {
        margin-left: -30%;
        width: 60%; } }
    @media only screen and (min-width:48.063em) {
      dialog.large, .reveal-modal.large {
        margin-left: -35%;
        width: 70%; } }
    @media only screen and (min-width:48.063em) {
      dialog.xlarge, .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%; } }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width:48.063em) {
      dialog.full, .reveal-modal.full {
        margin-left: -50vw;
        width: 100vw; } } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #fff;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    border-radius: 4px; }
    div.switch.radius span:last-child {
      border-radius: 3px; }
  div.switch.round {
    border-radius: 1000px; }
    div.switch.round span:last-child {
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd; }
  table caption {
    background: transparent;
    color: #222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #f5f5f5; }
    table thead tr th, table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222; }
  table tfoot {
    background: #f5f5f5; }
    table tfoot tr th, table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222; }
  table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 48em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:48.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:48.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #007ba0; }
  a img {
    border: none; }

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  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: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  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; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: bold;
  color: #bd240d; }

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

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
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; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.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:48.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  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; } }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -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; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width:48.063em) {
    .tab-bar-section {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #FFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span:after {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -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);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -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; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

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;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  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: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:48.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  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: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:48.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-offcanvas-menu {
  -webkit-backface-visibility: hidden;
  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: rgba(0, 0, 0, 0);
  z-index: 1002; }
  @media only screen and (min-width:48.063em) {
    .offcanvas-overlap .exit-offcanvas-menu:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:48.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
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) {
  /* Specific visibility for tables */
  .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) {
  /* Specific visibility for tables */
  .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; } }

/* Touch-enabled device targeting */
.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; }

/* Specific visibility for tables */
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; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/**
 * BRAND
 * -----------------------------------------------------------
 * Colors specific to this project
 */
/**
 * Typography
 * -----------------------------------------------------------
 * Typography settings for this project
 */
.alpha, h1, .w-ArticleHeader h1, .w-EventDesc h1, .m-PageBreak .content h1, .m-WeekendContentBlock h3, .m-AdvertiseHeader .content h1 {
  font-size: 2.8125rem; }


.beta, h2, .m-AlsoFrom h3, .m-WeekendTopThree h3, .m-CategoryDetail h3, .m-AdvertiseWithBIV h3, .m-DigitalDetail h2, .w-ArticleSnippet h3 {
  font-size: 1.875rem; }


.gamma, h3, .w-ArticleContent h5, .w-ArticleContent h4, .w-ArticleExtra h4, .w-PricingTable .pricing-table .title, .w-PricingTable.alt .pricing-table .title, .w-Restricted .w-RestrictedNote h3, .w-TrendingContent h3, .w-PromotedEvent h3, .w-EventListing h3, .w-EventSponsors h3, .w-VideoBlock h3, .w-SponsorDetail h4, #author_modal h2, #author_modal h3, .m-PageBreak .content h3, .m-Pricing h3, .m-ExploreData h4, .m-ExploreAuthors h3, .m-ExploreDigitalEdition h4, .m-EventHeader .content h3, .m-EventClassList h3, .m-Dashboard h3, .m-Data h4, .m-AdvertiseHeader .content h3, .m-AdvertiseMediaKits h4, .m-AdvertisePublications h4, .m-Modal h2, .m-Modal h3, .m-BasePage h3, .m-Authors h3, .m-IssueClassList h3, .w-FAQ h4, .w-CategoryPreview h3, .w-ArticleHeader h3, .w-FAQ h3, .w-SectionPreview h3, .w-PeopleProfile h3, .w-ExpertProfile h3, .w-LoginBox h2, .w-LivingWorkingTitle h4, .m-AlsoRead h2, .m-AlsoFrom h2, .m-Pricing h3.special, .m-LatestArticles h2, .m-ExploreSections h2, .m-ExploreSponsored h2, .m-ExploreWhatsHappening h2, .m-ExplorePeople h2, .m-ExploreData h2, .m-ExploreAuthors h2, .m-ExploreDigitalEdition h2, .m-EventGallery h2, .m-PeopleInVancouver h2, .m-PeopleWhosGettingSued h2, .m-PeopleBIVEvents h2, .m-EventClassList h2, .m-EventClassPrevious h2, .m-EventCreate h2, .m-BIVEvents h2, .m-WeekendContentBlock h2, .m-WeekendTopThree h2, .m-Video h2, .m-CategoryDetail h2, .m-Dashboard h2, .m-Data h2, .m-Data h3, .m-AdvertiseMediaKits h2, .m-AdvertisePublications h2, .m-BasePage h2, .m-AskTheExperts h2, .m-Search h2, .m-Newsletters h2, .m-Authors h2, .m-PeopleProfiles h2, .m-FeaturedEvents h2, .m-IssueClassList h2, .m-AlsoReadTest h2 {
  font-size: 1.5rem; }


.delta, h4 {
  font-size: 1.4375rem; }


.epsilon, h5, .w-PrimaryNav nav li a, .w-HomePrimaryNav nav li a, .w-FooterNav nav li a {
  font-size: 1.125rem; }


.zeta, h6 {
  font-size: 1rem; }


.w-LeadArticle .w-LeadArticle-content > p, .w-ArticleContent p, .w-ArticleContent ul li, .w-ArticleExtra p, .w-FAQ p, .w-SectionPreview h4, .w-TrendingContent h4, .w-EventSidebar h2, .w-PeopleEvents p, .w-LeadVideo .w-LeadVideo-content > p, .w-AuthorBlock h5, .w-SearchSidebar h2, .w-AuthorHeader h5, #author_modal p, .m-Pricing p, .m-ExploreAuthors h4, .m-EventClassList p, .m-EventClassPrevious p, .m-WeekendContentBlock p, .m-AdvertiseWithBIV p, .m-Modal p, .m-BasePage p, .m-BasePage ul li, .m-DigitalDetail p, .m-Authors h4, .m-IssueClassList p, .w-ArticleSnippet .snippet, .w-EventSidebar h3, .w-PeopleProfile h4, .w-PeopleEvents h3, .w-AuthorBlock h4, .w-ExpertProfile h4, .w-SearchSidebar h3, .w-AuthorHeader h4, .m-AskTheExperts p, .w-ArticleContent h5, .w-ArticleContent h4, .w-ArticleExtra h4, .w-PricingTable .pricing-table .title, .w-PricingTable.alt .pricing-table .title, .w-Restricted .w-RestrictedNote h3, .w-TrendingContent h3, .w-PromotedEvent h3, .w-EventListing h3, .w-EventSponsors h3, .w-VideoBlock h3, .w-SponsorDetail h4, #author_modal h2, #author_modal h3, .m-PageBreak .content h3, .m-Pricing h3, .m-ExploreData h4, .m-ExploreAuthors h3, .m-ExploreDigitalEdition h4, .m-EventHeader .content h3, .m-EventClassList h3, .m-Dashboard h3, .m-Data h4, .m-AdvertiseHeader .content h3, .m-AdvertiseMediaKits h4, .m-AdvertisePublications h4, .m-Modal h2, .m-Modal h3, .m-BasePage h3, .m-Authors h3, .m-IssueClassList h3, .w-FAQ h4, .p-Button--Green, .p-Button--Blue, .p-Button--Trans, .p-Button--Dark, label input[type="submit"], input[type="submit"], label input, input, .p-DataTable thead tr th, .footable thead tr th, .w-PrimaryNav nav li a, .w-HomePrimaryNav nav li a, .w-CategoryPreview h3, .w-CategoryPreview h5, .w-ArticleHeader h3, .w-ArticleContent blockquote, .w-ArticleContent blockquote p, .w-FooterNav nav li a, .w-FAQ h3, .w-SectionPreview h3, .w-PromotedEvent .date .start-date p, .w-PromotedEvent .date .end-date p, .w-EventListing .date .start-date p, .w-EventListing .date .end-date p, .w-PeopleProfile h3, .w-DashAccountInfo label input, .w-ExpertProfile h3, .w-SearchSidebar h4, .w-LoginBox h2, .w-LoginBox .pricing h3, .w-LivingWorkingTitle h4, .addthisevent-drop, .w-NextEffect h3, .m-MustRead h3, .m-MobileMustRead h3, .m-AlsoRead h2, .m-AlsoFrom h2, .m-Pricing h3.special, .m-LatestArticles h2, .m-ExploreSections h2, .m-ExploreSections .p-Button--Trans, .m-ExploreSponsored h2, .m-ExploreWhatsHappening h2, .m-ExplorePeople h2, .m-ExploreData h2, .m-ExploreAuthors h2, .m-ExploreDigitalEdition h2, .m-EventGallery h2, .m-PeopleInVancouver h2, .m-PeopleWhosGettingSued h2, .m-PeopleBIVEvents h2, .m-EventClassList h2, .m-EventClassPrevious h2, .m-EventCreate h2, .m-BIVEvents h2, .m-WeekendContentBlock h2, .m-WeekendTopThree h2, .m-Video h2, .m-CategoryDetail h2, .m-Dashboard h2, .m-Data h2, .m-Data h3, .m-AdvertiseMediaKits h2, .m-AdvertiseNumbers ul li h3, .m-AdvertiseNumbers ul li h4, .m-AdvertiseNumbers .w-AdvertiseContact h4, .m-AdvertisePublications h2, .m-BasePage h2, .m-AskTheExperts h2, .m-Search h2, .m-Search h4, .m-Search .SearchSidebar h4, .m-Newsletters h2, .m-Authors h2, .m-PeopleProfiles h2, .m-FeaturedEvents h2, .m-IssueClassList h2, .m-AlsoReadTest h2 {
  font-family: "Adelle", Georgia, serif; }

.w-ArticleHeader h1, .w-EventDesc h1, .m-PageBreak .content h1, .m-WeekendContentBlock h3, .m-AdvertiseHeader .content h1, .m-AlsoFrom h3, .m-WeekendTopThree h3, .m-CategoryDetail h3, .m-AdvertiseWithBIV h3, .m-DigitalDetail h2, .w-LeadArticle .w-LeadArticle-meta h4, .w-CategoryPreview h4, .w-CategoryPreview h4 a, .w-CategoryPreview.sponsored h4, .w-ArticleMeta .category a, .w-ArticleSnippet .category, .w-ArticleSnippet.sponsored h4, .w-NextEffect h4, .m-MustRead .m-MustRead-category, .m-MobileMustRead .m-MustRead-category, .m-AlsoRead a, .m-ExploreSponsored a.category, .m-AlsoReadTest a, label, form h6, .p-DataTable tbody tr td, .footable tbody tr td, .p-DataTable .footable-row-detail-value, .footable .footable-row-detail-value, .w-Login ul li a, .w-LeadArticle .w-LeadArticle-image .w-LeadArticle-credits, .w-LeadArticle .w-LeadArticle-meta h4 a, .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap p, .w-LeadArticle h1 a, .w-CategoryPreview a, .w-CategoryPreview p, .w-CategoryPreview .image-wrapper .overlay, .w-TransitionedNews a, .w-ShareBar .w-ShareBar-wrap p, .w-ArticleMeta .w-Storyline .tags ul li, .w-ArticleMeta .w-Storyline .tags ul li a, .w-ArticleMeta .w-Storyline .storyline, .w-ArticleMeta .date, .w-ArticleMeta .author, .w-ArticleMeta .author a, .w-ArticleImage .w-ArticleImage-credits, .w-ArticleSnippet h3, .w-ArticleSnippet h3 a, .w-ArticleSnippet .meta a, .w-ArticleSnippet h6, .w-ArticleSnippet .image-wrapper .overlay, .w-Sponsored .date h6, .w-Sponsored .sponsor h6, .w-Sponsored .sponsor h6 a, .w-TrendingContent h5, .w-PromotedEvent .event-image .overlay, .w-PromotedEvent .time-venue, .w-EventListing .event-image .overlay, .w-EventListing .time-venue, .w-EventListing p, .w-EventSponsors h4, .w-Copyright .copyright p, .w-Copyright .copyright p a, .w-PeopleProfile h5, .w-PeopleProfile .tags h6 a, .w-LeadVideo .w-LeadVideo-meta h4, .w-LeadVideo .w-LeadVideo-meta h4 a, .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap p, .w-LeadVideo h1 a, .w-VideoBlock h6, .w-DashAccountInfo label, .w-DashSubscriptions .newsletters label span, .w-DashSubscriptions .digital ul li p.small, .w-SponsorDetail .description p, .w-ExpertProfile .tags h6 a, .w-LoginBox .forgot, .w-LoginBox .pricing ul li.text, .w-LoginBox .pricing h6, .w-MustReadShareBar .w-MustReadShareBar-wrap p, .w-ShareBarHor .w-ShareBarHor-wrap p, .m-MustRead h5, .m-MustRead ul li .overlay, .m-AlsoFrom h6, #author_modal ul.tags, .m-ExploreSections a, .m-ExploreSections h6, .m-ExploreWhatsHappening h6, .m-ExplorePeople h6, .m-ExploreData h5, .m-ExploreData h6, .m-ExploreAuthors h5, .m-ExploreDigitalEdition h5, .m-PeopleInVancouver h6, .m-PeopleWhosGettingSued h6, .m-PeopleBIVEvents h6, .m-EventClassList h6, .m-EventClassPrevious h6, .m-BIVEvents h6, .m-WeekendContentBlock h6, .m-Video h6, .m-CategoryDetail h6, .m-Data h5, .m-Data h6, .m-AdvertiseMediaKits h5, .m-AdvertiseMediaKits h6, .m-AdvertiseWithBIV h6, .m-AdvertisePublications h5, .m-AdvertisePublications h6, .m-AskTheExperts h6, .m-DigitalDetail h6, .m-Authors h5, .m-Authors h6, .m-PeopleProfiles h6, .m-IssueClassList h6 {
  font-family: "proxima-nova", "proxima-nova-alt-condensed", "Helvetica-Neue", "Helvetica", "Arial", sans-serif; }

.w-LeadArticle .w-LeadArticle-content > p, .w-ArticleContent p, .w-ArticleContent ul li, .w-ArticleExtra p, .w-FAQ p, .w-SectionPreview h4, .w-TrendingContent h4, .w-EventSidebar h2, .w-PeopleEvents p, .w-LeadVideo .w-LeadVideo-content > p, .w-AuthorBlock h5, .w-SearchSidebar h2, .w-AuthorHeader h5, #author_modal p, .m-Pricing p, .m-ExploreAuthors h4, .m-EventClassList p, .m-EventClassPrevious p, .m-WeekendContentBlock p, .m-AdvertiseWithBIV p, .m-Modal p, .m-BasePage p, .m-BasePage ul li, .m-DigitalDetail p, .m-Authors h4, .m-IssueClassList p {
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5rem; }

.w-ArticleSnippet .snippet, .w-EventSidebar h3, .w-PeopleProfile h4, .w-PeopleEvents h3, .w-AuthorBlock h4, .w-ExpertProfile h4, .w-SearchSidebar h3, .w-AuthorHeader h4, .m-AskTheExperts p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem; }

.w-ArticleHeader h1, .w-EventDesc h1, .m-PageBreak .content h1, .m-WeekendContentBlock h3, .m-AdvertiseHeader .content h1 {
  font-weight: 800;
  line-height: 2.5rem; }

.m-AlsoFrom h3, .m-WeekendTopThree h3, .m-CategoryDetail h3, .m-AdvertiseWithBIV h3, .m-DigitalDetail h2 {
  font-weight: 800;
  line-height: 2.5rem; }

.w-ArticleContent h5, .w-ArticleContent h4, .w-ArticleExtra h4, .w-PricingTable .pricing-table .title, .w-PricingTable.alt .pricing-table .title, .w-Restricted .w-RestrictedNote h3, .w-TrendingContent h3, .w-PromotedEvent h3, .w-EventListing h3, .w-EventSponsors h3, .w-VideoBlock h3, .w-SponsorDetail h4, #author_modal h2, #author_modal h3, .m-PageBreak .content h3, .m-Pricing h3, .m-ExploreData h4, .m-ExploreAuthors h3, .m-ExploreDigitalEdition h4, .m-EventHeader .content h3, .m-EventClassList h3, .m-Dashboard h3, .m-Data h4, .m-AdvertiseHeader .content h3, .m-AdvertiseMediaKits h4, .m-AdvertisePublications h4, .m-Modal h2, .m-Modal h3, .m-BasePage h3, .m-Authors h3, .m-IssueClassList h3 {
  font-size: 1.375rem;
  font-weight: 100; }

.w-FAQ h4 {
  font-size: 1rem;
  font-weight: 500; }

.w-LeadArticle .w-LeadArticle-meta h4, .w-CategoryPreview h4, .w-CategoryPreview h4 a, .w-CategoryPreview.sponsored h4, .w-ArticleMeta .category a, .w-ArticleSnippet .category, .w-ArticleSnippet.sponsored h4, .w-NextEffect h4, .m-MustRead .m-MustRead-category, .m-MobileMustRead .m-MustRead-category, .m-AlsoRead a, .m-ExploreSponsored a.category, .m-AlsoReadTest a {
  color: #87847e;
  display: block;
  font-size: 0.75rem;
  padding-bottom: 0.25rem; }
  .w-LeadArticle .w-LeadArticle-meta h4 i, .w-CategoryPreview h4 i, .w-CategoryPreview h4 a i, .w-CategoryPreview.sponsored h4 i, .w-ArticleMeta .category a i, .w-ArticleSnippet .category i, .w-ArticleSnippet.sponsored h4 i, .w-NextEffect h4 i, .m-MustRead .m-MustRead-category i, .m-MobileMustRead .m-MustRead-category i, .m-AlsoRead a i, .m-ExploreSponsored a.category i, .m-AlsoReadTest a i {
    font-size: 1rem; }
    .w-LeadArticle .w-LeadArticle-meta h4 i:before, .w-CategoryPreview h4 i:before, .w-CategoryPreview h4 a i:before, .w-CategoryPreview.sponsored h4 i:before, .w-ArticleMeta .category a i:before, .w-ArticleSnippet .category i:before, .w-ArticleSnippet.sponsored h4 i:before, .w-NextEffect h4 i:before, .m-MustRead .m-MustRead-category i:before, .m-MobileMustRead .m-MustRead-category i:before, .m-AlsoRead a i:before, .m-ExploreSponsored a.category i:before, .m-AlsoReadTest a i:before {
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 50%;
      border: 2px solid #87847e;
      line-height: 1rem;
      text-align: center;
      color: #87847e; }
  .w-LeadArticle .w-LeadArticle-meta h4:hover, .w-CategoryPreview h4:hover, .w-CategoryPreview h4 a:hover, .w-CategoryPreview.sponsored h4:hover, .w-ArticleMeta .category a:hover, .w-ArticleSnippet .category:hover, .w-ArticleSnippet.sponsored h4:hover, .w-NextEffect h4:hover, .m-MustRead .m-MustRead-category:hover, .m-MobileMustRead .m-MustRead-category:hover, .m-AlsoRead a:hover, .m-ExploreSponsored a.category:hover, .m-AlsoReadTest a:hover {
    color: #7a110e; }
    .w-LeadArticle .w-LeadArticle-meta h4:hover i:before, .w-CategoryPreview h4:hover i:before, .w-CategoryPreview h4 a:hover i:before, .w-CategoryPreview.sponsored h4:hover i:before, .w-ArticleMeta .category a:hover i:before, .w-ArticleSnippet .category:hover i:before, .w-ArticleSnippet.sponsored h4:hover i:before, .w-NextEffect h4:hover i:before, .m-MustRead .m-MustRead-category:hover i:before, .m-MobileMustRead .m-MustRead-category:hover i:before, .m-AlsoRead a:hover i:before, .m-ExploreSponsored a.category:hover i:before, .m-AlsoReadTest a:hover i:before {
      color: #7a110e; }

/**
 * DEFAULTS
 * -----------------------------------------------------------
 * Default variables and styles that should cascade throughout
 * the entire project
 */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

a {
  color: #0188cc;
  text-decoration: underline; }
  a:hover {
    color: #014466; }

section {
  text-align: center; }

.row {
  max-width: 75rem; }

* {
  font-family: "Adelle", Georgia, serif; }

.print-logo {
  display: none; }















a, .p-Button--Green, .p-Button--Blue, .p-Button--Trans, .p-Button--Dark, label input[type="submit"], input[type="submit"], .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap ul li, .w-CategoryPreview a:hover img, .w-CategoryPreview h3, .w-CategoryPreview h4 a, .w-CategoryPreview.sponsored h4, .w-CategoryPreview .image-wrapper, .w-CategoryPreview .image-wrapper img, .w-ShareBar .w-ShareBar-wrap ul li, .w-ArticleSnippet .category, .w-ArticleSnippet h3 a, .w-ArticleSnippet.sponsored h4, .w-ArticleSnippet .image-wrapper, .w-HeaderSearch label, .w-MobileNavSearch label, .w-FooterSiteMap .sitemap li a, .w-FooterSiteMap ul.utility-nav li a, .w-SectionDrop section ul li a, .w-SectionDrop section ul li a, .w-SectionDrop section ul li a:before, .w-EventSidebar ul li a, .w-Copyright i, .w-SearchSidebar ul li a, .w-MustReadShareBar .w-MustReadShareBar-wrap ul li, .w-ShareBarHor .w-ShareBarHor-wrap ul li, .m-MustRead ul li, .m-MobileMustRead, .m-MobileMustRead ul li, #author_modal .close-reveal-modal, #author_modal .social ul li, .m-Data h4, .m-Modal .close-reveal-modal, .m-Modal .social ul li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }








.w-HomePrimaryNav .logo, .w-SectionDrop section ul li a, .m-PageBreak .content, .m-EventHeader .content, .m-AdvertiseHeader .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }


@font-face {
  font-family: "p-iconfont";
  src: url("../fonts/p-iconfont-4a2c475155bf86d1b9e7995da641a38d.eot");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "p-iconfont";
  src: url("../fonts/p-iconfont-4a2c475155bf86d1b9e7995da641a38d.eot");
  src: url("../fonts/p-iconfont-4a2c475155bf86d1b9e7995da641a38d.eot?#iefix") format("embedded-opentype"), url("../fonts/p-iconfont-4a2c475155bf86d1b9e7995da641a38d.woff") format("woff"), url("../fonts/p-iconfont-4a2c475155bf86d1b9e7995da641a38d.ttf") format("truetype"), url("../fonts/p-iconfont-4a2c475155bf86d1b9e7995da641a38d.svg?#p-iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "p-iconfont";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-agriculture:before {
  content: "\e001"; }

.icon-arrow-down:before {
  content: "\e002"; }

.icon-arrow-left:before {
  content: "\e003"; }

.icon-arrow-right:before {
  content: "\e004"; }

.icon-arrow-up:before {
  content: "\e005"; }

.icon-asia-pacific:before {
  content: "\e006"; }

.icon-cross:before {
  content: "\e007"; }

.icon-download:before {
  content: "\e008"; }

.icon-economy:before {
  content: "\e009"; }

.icon-education-research:before {
  content: "\e00a"; }

.icon-entertainment:before {
  content: "\e00b"; }

.icon-environment-sustainability:before {
  content: "\e00c"; }

.icon-events:before {
  content: "\e00d"; }

.icon-facebook:before {
  content: "\e00e"; }

.icon-google:before {
  content: "\e00f"; }

.icon-hospitality-tourism:before {
  content: "\e010"; }

.icon-human-resources:before {
  content: "\e011"; }

.icon-technology:before {
  content: "\e012"; }

.icon-instagram:before {
  content: "\e013"; }

.icon-law-politics:before {
  content: "\e014"; }

.icon-linkedin:before {
  content: "\e015"; }

.icon-lock:before {
  content: "\e016"; }

.icon-made-by-lift:before {
  content: "\e017"; }

.icon-magnify:before {
  content: "\e018"; }

.icon-mail:before {
  content: "\e019"; }

.icon-media-marketing:before {
  content: "\e01a"; }

.icon-menu:before {
  content: "\e01b"; }

.icon-mining-energy:before {
  content: "\e01c"; }

.icon-minus:before {
  content: "\e01d"; }

.icon-must-read:before {
  content: "\e01e"; }

.icon-outbound:before {
  content: "\e01f"; }

.icon-plus:before {
  content: "\e020"; }

.icon-real-estate:before {
  content: "\e021"; }

.icon-forestry-fisheries:before {
  content: "\e022"; }

.icon-retail-manufacturing:before {
  content: "\e023"; }

.icon-small-business:before {
  content: "\e024"; }

.icon-sports-leisure:before {
  content: "\e025"; }

.icon-tick:before {
  content: "\e026"; }

.icon-transportation:before {
  content: "\e027"; }

.icon-twitter:before {
  content: "\e028"; }

.icon-uncategorized:before {
  content: "\e029"; }

.icon-unlock:before {
  content: "\e02a"; }

.icon-video:before {
  content: "\e02b"; }

h4 i[class^="icon-"] {
  font-size: 1.5em;
  color: #7a110e;
  padding-right: 5px; }

table thead tr th {
  font-weight: bold;
  background-color: #555;
  color: #fff; }

table td, table th {
  text-align: left; }

@media only screen and (max-width: 767px) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 13%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th, .pinned table td {
    white-space: nowrap;
    vertical-align: top; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 13%; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.responsive {
    margin-bottom: 0; }
    table.responsive th {
      height: 60px; }
    table.responsive td, table.responsive th {
      position: relative;
      white-space: wrap;
      vertical-align: top;
      overflow: hidden;
      max-width: 200px; }
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
      display: none; } }

.p-Button--Green, .p-Button--Blue, .p-Button--Trans, .p-Button--Dark, label input[type="submit"], input[type="submit"] {
  border-radius: 0.25rem;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
  margin: 0.5rem;
  text-align: center;
  font-size: 1rem;
  text-decoration: none; }
  .MainMenu .p-Button--Green, .MainMenu .p-Button--Blue, .MainMenu .p-Button--Trans, .MainMenu .p-Button--Dark, .MainMenu label input[type="submit"], .MainMenu input[type="submit"] {
    margin: 0.25rem;
    padding: 0.75rem 1.5rem; }
  .w-MobileMenu-Nav .p-Button--Green, .w-MobileMenu-Nav .p-Button--Blue, .w-MobileMenu-Nav .p-Button--Trans, .w-MobileMenu-Nav .p-Button--Dark, .w-MobileMenu-Nav label input[type="submit"], .w-MobileMenu-Nav input[type="submit"] {
    display: block; }

.p-Button--Green {
  background-color: #40b13a;
  border: 1px solid #40b13a; }
  .p-Button--Green:hover {
    color: #40b13a;
    background-color: white; }

.p-Button--Blue {
  background-color: #0188cc;
  border: 1px solid #0188cc; }
  .p-Button--Blue:hover {
    color: #0188cc;
    background-color: white; }

.p-Button--Trans {
  background: transparent;
  border: 1px solid #bdbbaf;
  color: black; }
  .p-Button--Trans:hover {
    color: black;
    background: white; }

.p-Button--Dark {
  background: #333333;
  border: 1px solid #333333;
  color: white; }
  .p-Button--Dark:hover {
    color: black;
    background: white; }

/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  margin-left: 0;
  position: relative;
  padding-left: 50px;
  padding-bottom: 15px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0px;
  display: block; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  font-family: "p-iconfont";
  content: "\e026";
  position: absolute;
  top: 0px;
  left: 4px;
  line-height: 2rem;
  font-size: 40px;
  color: #0188cc;
  transition: all 0.2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #0188cc; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  color: black;
  font-size: 14px;
  padding-right: 10px;
  margin-left: 0; }

input[type="radio"] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

input[type="radio"] + label span {
  background-color: white;
  border: 2px solid white;
  box-shadow: 0px 0px 0px 1px #ccc; }

input[type="radio"]:checked + label span {
  background-color: #2582d3; }

input[type="radio"] + label span, input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear; }

label {
  text-transform: uppercase;
  color: #333; }
  label input {
    border-radius: 3px; }

input {
  border-radius: 3px; }
  input[type="submit"] {
    background-color: #0188cc;
    border: 1px solid #0188cc;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    text-align: center; }
    input[type="submit"]:hover {
      color: #0188cc;
      background-color: white; }

form h6 {
  text-transform: uppercase;
  color: #333;
  font-size: 0.875rem; }

/* Tables      */
.footable .pagination {
  margin: 20px 0;
  font-weight: normal; }

.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  box-shadow: none;
  background-color: #ffffff; }

.footable .pagination > ul > li {
  display: inline; }

.footable .pagination > ul > li > a, .footable .pagination > ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0; }

.footable .pagination > ul > li:first-child > a, .footable .pagination > ul > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px; }

.footable .pagination > ul > li:last-child > a, .footable .pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.footable .pagination > ul > li > a:hover, .footable .pagination > ul > li > a:focus, .footable .pagination > ul > .active > a, .footable .pagination > ul > .active > span {
  background-color: #eeeeee; }

.footable .pagination > ul > .active > a, .footable .pagination > ul > .active > span {
  color: #444444;
  cursor: default; }

.footable .pagination > ul > .disabled > span, .footable .pagination > ul > .disabled > a, .footable .pagination > ul > .disabled > a:hover, .footable .pagination > ul > .disabled > a:focus {
  color: #cccccc;
  cursor: default;
  background: #eee; }

.footable .pagination.pagination-centered {
  text-align: center; }

.footable .pagination.pagination-right {
  text-align: center; }

.p-DataTable, .footable {
  width: 100%;
  border: none; }
  .p-DataTable tbody tr:hover, .footable tbody tr:hover {
    background: #fffdec; }
  .p-DataTable tbody tr th, .footable tbody tr th {
    border: 1px solid #dbd8d0; }
  .p-DataTable tbody tr td, .footable tbody tr td {
    border: 1px solid #dbd8d0;
    vertical-align: top; }
  .p-DataTable thead tr th, .footable thead tr th {
    background: #dbd8d0;
    border: 1px solid #dbd8d0;
    color: #333333;
    padding: 0.5rem 0.525rem 0.525rem;
    font-weight: normal;
    text-align: center; }
  .p-DataTable tfoot, .footable tfoot {
    background: url(/static/img/bg_pattern.jpg) repeat;
    border: none; }
    .p-DataTable tfoot tr, .footable tfoot tr {
      border: none; }
      .p-DataTable tfoot tr td, .footable tfoot tr td {
        border: none; }
  .p-DataTable .footable-row-detail-value, .footable .footable-row-detail-value {
    font-size: 0.75rem; }
  .p-DataTable span.footable-toggle, .footable span.footable-toggle {
    display: inline-block;
    font-family: 'p-iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-size: 14px;
    color: #0188cc; }
    @media only screen and (min-width:64.063em) {
      .p-DataTable span.footable-toggle, .footable span.footable-toggle {
        display: none; } }
  .p-DataTable span.footable-toggle:before, .footable span.footable-toggle:before {
    content: "\e020"; }
  .p-DataTable .footable-detail-show span.footable-toggle:before, .footable .footable-detail-show span.footable-toggle:before {
    content: "\e01d"; }

.footable > thead > tr > th > span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url('/static/img/footables/sorting_sprite.png') no-repeat top left; }

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer; }


.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
  background-position: 0 -16px; }

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
  background-position: 0 -32px; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: transparent; }

table tr.alt {
  background: #dfdfdf; }

.pagination {
  margin: 20px 0;
  font-weight: normal; }

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  box-shadow: none;
  background-color: #ffffff; }

.pagination ul li {
  display: inline; }

.pagination ul li a, .pagination ul li span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0; }

.pagination ul li:first-child a, .pagination ul li:first-child span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px; }

.pagination ul li:last-child a, .pagination ul li:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul .active a, .pagination ul .active span {
  background-color: #eeeeee; }

.pagination ul .active a, .pagination ul .active span {
  color: #444444;
  cursor: default; }

.pagination ul .disabled span, .pagination ul .disabled a, .pagination ul .disabled a:hover, .pagination ul .disabled a:focus {
  color: #cccccc;
  cursor: default;
  background: #eee; }

.pagination.pagination-centered {
  text-align: center; }

.pagination.pagination-right {
  text-align: center; }

.w-MobileMenu-Nav {
  position: relative;
  top: 115px; }
  .w-MobileMenu-Nav ul {
    margin: 0;
    border-bottom: 1px solid #dbd8d0; }
    .w-MobileMenu-Nav ul li {
      list-style-type: none; }
      .w-MobileMenu-Nav ul li a {
        display: block;
        color: #333333;
        padding: 0.75rem;
        outline: none;
        text-decoration: none; }
        .w-MobileMenu-Nav ul li a:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.l-Site-container.mm-is-open .w-MobileMenu-Nav {
  visibility: visible;
  -webkit-transform: translate3D(0, 0, 0);
  -moz-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.w-loginMobile ul {
  margin: 0;
  border-top: 1px solid #dbd8d0; }
  .w-loginMobile ul li {
    list-style-type: none; }
    .w-loginMobile ul li a {
      display: block;
      color: #333333;
      padding: 0.75rem;
      outline: none; }
      .w-loginMobile ul li a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.w-PrimaryNav {
  background-color: #272527;
  width: 100%;
  padding: 0 1rem; }
  .w-PrimaryNav .MainMenu {
    height: 75px;
    position: relative; }
    .w-PrimaryNav .MainMenu .logo {
      width: 150px;
      height: 46px;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      padding: 15px 0; }
      @media only screen and (min-width:48.063em) {
        .w-PrimaryNav .MainMenu .logo {
          position: relative;
          top: 15px;
          float: left;
          padding: 0; } }
  .w-PrimaryNav .nav-button {
    position: absolute;
    top: 20px;
    right: 10px; }
    .w-PrimaryNav .nav-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  .w-PrimaryNav .must-read-button {
    position: absolute;
    top: 20px;
    left: 10px; }
    .w-PrimaryNav .must-read-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  .w-PrimaryNav nav {
    float: left;
    padding: 0 20px; }
    .w-PrimaryNav nav ul {
      margin: 0;
      text-align: left; }
    .w-PrimaryNav nav li {
      display: none; }
      @media only screen and (min-width:48.063em) {
        .w-PrimaryNav nav li {
          list-style-type: none;
          display: inline-block;
          margin: 23px 0; } }
      .w-PrimaryNav nav li.w-PrimaryNav-MobileMenu {
        display: block; }
        @media only screen and (min-width:48.063em) {
          .w-PrimaryNav nav li.w-PrimaryNav-MobileMenu {
            display: none; } }
      .w-PrimaryNav nav li a {
        border-top: 5px solid transparent;
        color: #fff;
        padding: 20px 10px;
        text-decoration: none; }
        .w-PrimaryNav nav li a:hover {
          border-top: 5px solid #b12220;
          color: #ccc; }
      .w-PrimaryNav nav li.w-PrimaryNav-MobileMenu {
        display: inline-block; }
        .w-PrimaryNav nav li.w-PrimaryNav-MobileMenu span.text {
          position: relative;
          display: inline-block;
          box-shadow: none;
          top: 5px;
          left: 25px;
          float: left;
          color: #fff; }

.w-HomePrimaryNav {
  background: #333333;
  width: 100%;
  padding: 0 1rem; }
  @media only screen and (min-width:48.063em) {
    .w-HomePrimaryNav {
      background: url(../img/bg_pattern.jpg) repeat white;
      height: 190px; } }
  .w-HomePrimaryNav .logo-container {
    height: 120px; }
  .w-HomePrimaryNav .logo {
    margin: 0 auto;
    position: relative;
    padding: 1.5rem 0; }
  .w-HomePrimaryNav .w-Ads-leaderboard {
    padding: 1rem 0;
    text-align: right; }
  .w-HomePrimaryNav .MainMenu {
    height: 75px;
    position: relative; }
    @media only screen and (min-width:48.063em) {
      .w-HomePrimaryNav .MainMenu {
        height: 66px;
        border: 1px solid black; } }
    .w-HomePrimaryNav .MainMenu .small-logo {
      width: 150px;
      height: 46px;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      padding: 15px 0; }
  .w-HomePrimaryNav .nav-button {
    position: absolute;
    top: 20px;
    right: 10px; }
    .w-HomePrimaryNav .nav-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  .w-HomePrimaryNav .must-read-button {
    position: absolute;
    top: 20px;
    left: 10px; }
    .w-HomePrimaryNav .must-read-button i {
      color: white;
      font-size: 2rem;
      cursor: pointer; }
  .w-HomePrimaryNav nav {
    float: left; }
    .w-HomePrimaryNav nav ul {
      margin: 0;
      text-align: left; }
    .w-HomePrimaryNav nav li {
      display: none; }
      @media only screen and (min-width:48.063em) {
        .w-HomePrimaryNav nav li {
          list-style-type: none;
          display: inline-block;
          margin: 18px 0; } }
      .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu {
        display: block; }
        @media only screen and (min-width:48.063em) {
          .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu {
            display: none; } }
      .w-HomePrimaryNav nav li a {
        border-right: 1px solid black;
        color: #333333;
        padding: 20px 15px;
        text-decoration: none; }
        .w-HomePrimaryNav nav li a:hover {
          color: #fff;
          background: #b12220; }
      .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu {
        display: inline-block; }
        .w-HomePrimaryNav nav li.w-PrimaryNav-MobileMenu span.text {
          position: relative;
          display: inline-block;
          box-shadow: none;
          top: 5px;
          left: 25px;
          float: left;
          color: #fff; }

.w-Login {
  background-color: black;
  color: white;
  display: block; }
  @media only screen and (max-width: 48em) {
    .w-Login {
      display: none; }
      .w-Login .column {
        padding: 0; } }
  @media only screen and (min-width:48.063em) {
    .w-Login ul {
      text-align: right;
      width: auto;
      margin: 0; }
      .w-Login ul li {
        width: auto;
        float: none;
        display: inline-block;
        width: auto;
        float: none;
        padding: 10px;
        font-size: 0.875rem; }
        .w-Login ul li a {
          color: #dbd8d0;
          text-decoration: none; }
          .w-Login ul li a:hover {
            color: #aaa; } }

.w-LeadArticle {
  text-align: left;
  position: relative;
  top: 0px;
  min-height: 360px; }
  @media only screen and (min-width:64.063em) {
    .w-LeadArticle {
      margin-top: 20px; } }
  .w-LeadArticle:after {
    content: "";
    display: table;
    clear: both; }
  .w-LeadArticle .w-LeadArticle-image {
    position: relative; }
    @media only screen and (min-width:64.063em) {
      .w-LeadArticle .w-LeadArticle-image {
        padding: 15px 0 0 0; } }
    .w-LeadArticle .w-LeadArticle-image img {
      max-width: 100%; }
    .w-LeadArticle .w-LeadArticle-image .w-LeadArticle-credits {
      background: black;
      bottom: 0;
      color: white;
      font-size: 0.75rem;
      opacity: 0.75;
      padding: 0.5rem 1rem;
      position: absolute;
      text-align: right;
      width: 100%; }
      @media only screen and (min-width:64.063em) {
        .w-LeadArticle .w-LeadArticle-image .w-LeadArticle-credits {
          right: 0;
          width: 67%; } }
  .w-LeadArticle .w-LeadArticle-bg {
    position: relative; }
  .w-LeadArticle .w-LeadArticle-image-wrapper {
    width: 100%;
    position: relative; }
    @media only screen and (min-width:64.063em) {
      .w-LeadArticle .w-LeadArticle-image-wrapper {
        width: 75%;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right; } }
  .w-LeadArticle .w-LeadArticle-content-wrapper {
    width: 100%;
    position: relative;
    background: #333333; }
    @media only screen and (min-width:64.063em) {
      .w-LeadArticle .w-LeadArticle-content-wrapper {
        width: 45%;
        position: absolute;
        left: 0;
        bottom: 0; } }
  .w-LeadArticle .w-Canvas-Wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    top: 0;
    opacity: 0.5; }
    .w-LeadArticle .w-Canvas-Wrapper .w-Canvas {
      height: 100%; }
  .w-LeadArticle .w-LeadArticle-content {
    z-index: 20;
    padding: 20px;
    position: relative; }
    @media only screen and (min-width:64.063em) {
      .w-LeadArticle .w-LeadArticle-content {
        height: 380px; } }
    .w-LeadArticle .w-LeadArticle-content > p {
      margin: 1em 0; }
      .w-LeadArticle .w-LeadArticle-content > p a {
        color: white;
        text-decoration: none; }
  .w-LeadArticle .w-LeadArticle-meta {
    padding: 5px 0;
    border-top: thin solid white;
    margin: 0 0 1rem 0; }
    .w-LeadArticle .w-LeadArticle-meta p {
      font-size: 0.75rem; }
      .w-LeadArticle .w-LeadArticle-meta p:hover {
        color: white; }
    .w-LeadArticle .w-LeadArticle-meta h4 {
      margin: 3px 0;
      color: white;
      /*
      @extend %proxima;

      font-size: rem-calc(12);
      font-weight: normal;
      text-align: left;
      */ }
      .w-LeadArticle .w-LeadArticle-meta h4:hover {
        color: white; }
        .w-LeadArticle .w-LeadArticle-meta h4:hover i {
          color: white; }
          .w-LeadArticle .w-LeadArticle-meta h4:hover i:before {
            color: white; }
      .w-LeadArticle .w-LeadArticle-meta h4 i {
        color: white; }
        .w-LeadArticle .w-LeadArticle-meta h4 i:before {
          border: 2px solid white;
          color: white; }
      .w-LeadArticle .w-LeadArticle-meta h4 a {
        color: white;
        text-decoration: none; }
        .w-LeadArticle .w-LeadArticle-meta h4 a:hover {
          color: white; }
  .w-LeadArticle .w-LeadArticle-share {
    display: none; }
    @media only screen and (min-width:64.063em) {
      .w-LeadArticle .w-LeadArticle-share {
        display: inline;
        position: absolute;
        bottom: 0;
        right: -50px; } }
    .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap {
      text-align: center;
      top: 0; }
      @media only screen and (min-width:64.063em) {
        .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap {
          width: 50px;
          text-align: left; } }
      @media only screen and (min-width:64.063em) {
        .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap p {
          background-color: #b12220;
          color: white;
          display: block;
          font-size: 0.75rem;
          margin-bottom: 0;
          padding: 4px 5px 2px;
          text-align: center;
          text-transform: uppercase; } }
      .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap ul {
        background: black;
        display: inline-block;
        margin: 0 auto; }
        @media only screen and (min-width:64.063em) {
          .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap ul {
            display: block; } }
        .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap ul li {
          display: inline-block;
          list-style-type: none;
          padding: 0; }
          .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap ul li:hover {
            background: #0188cc; }
          @media only screen and (min-width:48.063em) {
            .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap ul li {
              display: block; } }
          .w-LeadArticle .w-LeadArticle-share .w-LeadArticle-share-wrap ul li a {
            color: white;
            display: block;
            font-size: 1.25rem;
            padding: 4px 10px 6px;
            text-align: center; }
  .w-LeadArticle h1, .w-LeadArticle p {
    color: #fff;
    margin: 0;
    line-height: 1.2; }
  .w-LeadArticle h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    font-weight: 800; }
    .w-LeadArticle h1 a {
      color: white;
      text-decoration: none; }
      .w-LeadArticle h1 a:hover {
        color: white; }
  .w-LeadArticle a {
    color: #ccc; }
    .w-LeadArticle a:hover {
      color: #888; }
  .w-LeadArticle ul {
    margin: 0 auto;
    display: inline-block; }
    .w-LeadArticle ul li {
      list-style-type: none;
      display: inline-block;
      padding: 0 10px; }
      .w-LeadArticle ul li a {
        display: block;
        font-size: 1.375rem;
        text-align: center;
        text-decoration: none; }

.w-CategoryPreview {
  margin: 0;
  padding-bottom: 1rem;
  text-align: left; }
  .w-CategoryPreview a {
    font-size: 0.75rem;
    text-decoration: none;
    color: #87847e; }
    .w-CategoryPreview a:hover .image-wrapper {
      position: relative;
      background: #0188cc url(/static/img/overlay-arrow.png) 50% 50% no-repeat; }
    .w-CategoryPreview a:hover img {
      opacity: 0.25;
      transform: scale(1.05);
      -ms-transform: scale(1.05);
      /* IE 9 */
      -webkit-transform: scale(1.05);
      /* Chrome, Safari, Opera */
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%); }
    .w-CategoryPreview a:hover h3 {
      color: #b12220; }
    .w-CategoryPreview a:hover h5 {
      color: #333333; }
  .w-CategoryPreview h3 {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 1rem; }
  .w-CategoryPreview h4 a {
    text-decoration: none; }
  .w-CategoryPreview h5 {
    font-size: 12px;
    color: #444; }
  .w-CategoryPreview p {
    color: #87847e;
    font-size: 0.75rem;
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    .w-CategoryPreview p a.article-author {
      display: inline; }
  .w-CategoryPreview.sponsored h4 {
    border: 1px solid #d1b746;
    margin-bottom: 1px;
    padding: 6px;
    background: #fffcd9; }
    .w-CategoryPreview.sponsored h4 a {
      padding-bottom: 0; }
  .w-CategoryPreview .image-wrapper {
    position: relative;
    background: #0188cc url(/static/img/overlay-arrow.png) 45% 50% no-repeat;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 5px white; }
    .w-CategoryPreview .image-wrapper .overlay {
      background: rgba(0, 0, 0, 0.7);
      color: white;
      font-size: 0.75rem;
      padding: 3px 6px;
      position: absolute;
      right: 0;
      text-align: right;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 10; }
  .w-CategoryPreview .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .w-CategoryPreview .video-container iframe, .w-CategoryPreview .video-container object, .w-CategoryPreview .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.w-ArticleProgress {
  border-top: 1px solid #dbd8d0; }
  .w-ArticleProgress .w-ArticleProgress-bar {
    margin: 0;
    border: 0;
    height: 5px;
    padding: 0; }
    .w-ArticleProgress .w-ArticleProgress-bar .meter {
      background: #7a110e; }
      @media only screen and (min-width:48.063em) {
        .w-ArticleProgress .w-ArticleProgress-bar .meter {
          background: #272527; } }

.w-ViewAllSections {
  text-align: center;
  padding: 0.5rem 0; }
  .w-ViewAllSections a {
    color: #8b8c86;
    width: 100%;
    height: 100%;
    display: block; }
  @media only screen and (min-width:48.063em) {
    .w-ViewAllSections {
      padding: 0;
      text-align: left; }
      .w-ViewAllSections a {
        color: #7a110e;
        padding: 0.5rem 0 0.25rem 1rem;
        border-bottom: 2px solid transparent;
        display: block; }
        .w-ViewAllSections a:hover {
          color: #4c0a09;
          border-bottom: 2px solid #7a110e; } }

.w-TransitionedNews {
  padding: 0 1rem; }
  .w-TransitionedNews a {
    color: #7a110e;
    padding-right: 70px;
    font-size: 0.75rem; }
    .w-TransitionedNews a:hover {
      color: #1f0403; }
  .w-TransitionedNews .orbit-container {
    overflow: hidden;
    width: 100%;
    background: none;
    height: 30px;
    padding: 0.125rem 0;
    text-align: right; }
    .w-TransitionedNews .orbit-container li.active {
      z-index: 50; }
    .w-TransitionedNews .orbit-container .orbit-bullets-container {
      text-align: center;
      position: absolute;
      top: -7px;
      right: 0; }
    .w-TransitionedNews .orbit-container .orbit-bullets {
      overflow: hidden;
      position: relative;
      float: right;
      display: block;
      margin: 0; }
      .w-TransitionedNews .orbit-container .orbit-bullets li {
        border-radius: 0;
        background: #dbd8d0;
        width: 1rem;
        height: 0.5rem;
        margin-right: 3px; }
        .w-TransitionedNews .orbit-container .orbit-bullets li.active {
          background: #b12220;
          z-index: 50; }
        .w-TransitionedNews .orbit-container .orbit-bullets li:hover {
          color: #333333; }
  .w-TransitionedNews .orbit-prev, .w-TransitionedNews .orbit-next, .w-TransitionedNews .orbit-slide-number, .w-TransitionedNews .orbit-timer {
    display: none; }

.w-ShareBar {
  margin-bottom: 1.5rem;
  padding: 0; }
  @media only screen and (min-width:48.063em) {
    .w-ShareBar {
      position: relative;
      top: 200px; } }
  .w-ShareBar .w-ShareBar-wrap {
    text-align: center;
    top: 0; }
    @media only screen and (min-width:48.063em) {
      .w-ShareBar .w-ShareBar-wrap {
        max-width: 50px;
        text-align: left; } }
    .w-ShareBar .w-ShareBar-wrap p {
      display: none; }
      @media only screen and (min-width:48.063em) {
        .w-ShareBar .w-ShareBar-wrap p {
          background-color: #b12220;
          color: white;
          display: block;
          font-size: 0.75rem;
          margin-bottom: 0;
          padding: 2px 0 0;
          text-align: center;
          text-transform: uppercase; } }
    .w-ShareBar .w-ShareBar-wrap ul {
      background: #333333;
      display: inline-block;
      margin: 0 auto 10px; }
      @media only screen and (min-width:48.063em) {
        .w-ShareBar .w-ShareBar-wrap ul {
          display: block; } }
      .w-ShareBar .w-ShareBar-wrap ul li {
        display: inline-block;
        list-style-type: none; }
        .w-ShareBar .w-ShareBar-wrap ul li:hover {
          background: #0188cc; }
        @media only screen and (min-width:48.063em) {
          .w-ShareBar .w-ShareBar-wrap ul li {
            display: block; } }
        .w-ShareBar .w-ShareBar-wrap ul li a {
          padding: 4px 10px 6px;
          color: white;
          display: block;
          font-size: 1.25rem;
          text-align: center; }

.w-ArticleHeader {
  margin-bottom: 1rem; }
  .w-ArticleHeader h1 {
    font-size: 2rem;
    line-height: 2rem; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleHeader h1 {
        font-size: 2.8125rem;
        line-height: 2.5rem; } }
  .w-ArticleHeader h3 {
    font-size: 1rem;
    font-weight: normal; }
  @media only screen and (min-width:48.063em) {
    .w-ArticleHeader {
      margin-bottom: 1rem; } }

.w-ArticleMeta {
  margin-bottom: 1rem !important; }
  .w-ArticleMeta i {
    font-size: 1rem; }
  @media only screen and (min-width:48.063em) {
    .w-ArticleMeta .w-Storyline {
      border-bottom: 1px solid #ccc; } }
  .w-ArticleMeta .w-Storyline .tags {
    text-align: center;
    padding: 0 16px 13px; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleMeta .w-Storyline .tags {
        padding: 13px 16px;
        text-align: left; } }
    .w-ArticleMeta .w-Storyline .tags ul {
      margin: 0;
      list-style-type: none;
      line-height: 0.75rem; }
      .w-ArticleMeta .w-Storyline .tags ul li {
        display: inline-block; }
        .w-ArticleMeta .w-Storyline .tags ul li a {
          font-size: 0.75rem;
          color: #87847e;
          text-decoration: none; }
          .w-ArticleMeta .w-Storyline .tags ul li a:hover {
            color: #0188cc; }
  .w-ArticleMeta .w-Storyline .storyline {
    text-align: center;
    font-size: 0.75rem;
    padding: 0 16px 13px;
    color: #87847e; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleMeta .w-Storyline .storyline {
        text-align: right;
        padding: 13px 16px; } }
  .w-ArticleMeta .w-ArticleMeta-wrap {
    height: auto; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleMeta .w-ArticleMeta-wrap {
        height: 40px;
        border-top: thin solid #ccc;
        border-bottom: thin solid #ccc; } }
  .w-ArticleMeta p {
    margin: 10px 0; }
  .w-ArticleMeta .date {
    color: #87847e;
    text-align: center;
    padding: 13px 16px 0;
    font-size: 0.75rem; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleMeta .date {
        padding: 13px 16px;
        border-bottom: none;
        text-align: right; } }
  .w-ArticleMeta .category {
    text-align: center; }
    .w-ArticleMeta .category a {
      margin: 9px 0;
      text-decoration: none;
      padding-bottom: 0; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleMeta .category {
        text-align: left; } }
  .w-ArticleMeta .author {
    color: #87847e;
    text-align: center;
    font-size: 0.75rem;
    padding: 0 0 10px; }
    .w-ArticleMeta .author a {
      font-size: 0.75rem;
      color: #87847e;
      text-decoration: none; }
      .w-ArticleMeta .author a:hover {
        color: #0188cc; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleMeta .author {
        text-align: center;
        padding: 13px; } }
  .w-ArticleMeta .w-Sponsored {
    margin-bottom: 0; }

.w-ArticleImage {
  margin-bottom: 1rem;
  position: relative; }
  .w-ArticleImage .w-ArticleImage-credits {
    background: black;
    bottom: 0;
    color: white;
    font-size: 0.75rem;
    opacity: 0.75;
    padding: 1rem;
    position: absolute;
    text-align: left;
    width: 100%; }
  .w-ArticleImage .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .w-ArticleImage .video-container iframe, .w-ArticleImage .video-container object, .w-ArticleImage .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .w-ArticleImage .orbit-container {
    overflow: visible !important; }
    .w-ArticleImage .orbit-container .orbit-slides-container {
      overflow: hidden !important; }
    .w-ArticleImage .orbit-container .orbit-next {
      right: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      .w-ArticleImage .orbit-container .orbit-next > span {
        border-left-color: black; }
    .w-ArticleImage .orbit-container .orbit-prev {
      left: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      .w-ArticleImage .orbit-container .orbit-prev > span {
        border-right-color: black; }

.w-ArticleContent {
  margin-top: 1rem;
  text-align: left;
  padding: 0; }
  @media only screen and (min-width:48.063em) {
    .w-ArticleContent {
      padding: 0 2rem; } }
  .w-ArticleContent p {
    text-align: left; }
  .w-ArticleContent img {
    margin: 0 auto; }
  .w-ArticleContent h5 {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .w-ArticleContent h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .w-ArticleContent blockquote, .w-ArticleContent blockquote p {
    color: #b12220;
    font-style: italic;
    font-size: 1.25rem;
    border-left: none;
    padding: 0 2rem; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleContent blockquote, .w-ArticleContent blockquote p {
        font-size: 1.875rem; } }
    @media only screen and (min-width:64.063em) {
      .w-ArticleContent blockquote, .w-ArticleContent blockquote p {
        font-size: 1.875rem;
        width: 50%;
        float: right; } }
  .w-ArticleContent ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    text-align: left; }
    .w-ArticleContent ul li {
      padding-left: 1em;
      text-indent: -0.7em; }
      .w-ArticleContent ul li:before {
        content: "■";
        color: #7a110e;
        padding-right: 7px; }
  .w-ArticleContent .w-Ads-bigBox {
    text-align: center;
    margin: 1rem -1.9rem; }
    @media only screen and (min-width:48.063em) {
      .w-ArticleContent .w-Ads-bigBox {
        float: left;
        margin: 0rem 1rem 1rem 0; } }

.w-ArticleExtra {
  margin-top: 1rem;
  text-align: left;
  padding: 0 2rem; }
  @media only screen and (min-width:48.063em) {
    .w-ArticleExtra {
      padding: 0 0 2rem; } }
  .w-ArticleExtra p {
    text-align: left; }

@media only screen and (min-width:48.063em) {
  .w-ArticleCallout {
    max-width: 50%;
    float: right;
    margin: 0 0 1.25rem 1.25rem; } }
.w-ArticleCallout blockquote {
  border-left: none;
  padding-bottom: 15px;
  font-size: 1.5rem;
  font-style: italic;
  color: #b12220;
  text-align: left; }

.w-Ads-leaderboard {
  margin: 1rem -1.9rem;
  text-align: center; }
  @media only screen and (min-width:48.063em) {
    .w-Ads-leaderboard {
      margin: 1rem 0; }
      .w-Ads-leaderboard.w-Ads-leaderboard--belowLeadArticle {
        margin: 2rem 0; }
      .w-Ads-leaderboard.w-Ads-leaderboard--homeTopCorner {
        margin: 0; } }

.w-Ads-bigBox {
  text-align: center;
  margin: 1rem -1.9rem; }
  @media only screen and (min-width:48.063em) {
    .w-Ads-bigBox {
      margin: 0 0 2rem; } }

.sticky-ad.fixto-fixed {
  backface-visibility: hidden; }

.w-ArticleSnippet {
  text-align: left; }
  .w-ArticleSnippet .row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
  .w-ArticleSnippet:last-child {
    float: left; }
  .w-ArticleSnippet .category {
    text-decoration: none; }
  .w-ArticleSnippet h3 {
    font-weight: bold;
    line-height: 120%;
    text-align: left; }
    .w-ArticleSnippet h3 a {
      color: #333333;
      text-decoration: none; }
      .w-ArticleSnippet h3 a:hover {
        color: #0188cc; }
  .w-ArticleSnippet h2, .w-ArticleSnippet p {
    margin: 0; }
  .w-ArticleSnippet .date, .w-ArticleSnippet .author {
    font-size: 0.875rem; }
  .w-ArticleSnippet .author, .w-ArticleSnippet .snippet {
    margin-bottom: 1rem; }
  .w-ArticleSnippet .snippet {
    margin-top: 0; }
  .w-ArticleSnippet.sponsored h4 {
    border: 1px solid #d1b746;
    margin-bottom: 1px;
    padding: 6px;
    background: #fffcd9; }
    .w-ArticleSnippet.sponsored h4 a {
      padding-bottom: 0; }
  .w-ArticleSnippet h6 {
    color: #555;
    text-align: left;
    font-size: 0.875rem; }
  .w-ArticleSnippet .image-wrapper {
    position: relative;
    overflow: hidden; }
    .w-ArticleSnippet .image-wrapper .overlay {
      background: rgba(0, 0, 0, 0.7);
      color: white;
      font-size: 0.75rem;
      padding: 3px 6px;
      position: absolute;
      right: 0;
      text-align: right;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 10; }

body .w-ContentPusher {
  height: 120px;
  display: block; }
  @media only screen and (min-width:48.063em) {
    body .w-ContentPusher {
      height: 156px; } }
body.article .w-ContentPusher {
  height: 120px; }
  @media only screen and (min-width:48.063em) {
    body.article .w-ContentPusher {
      height: 156px; } }
body.home .w-ContentPusher {
  height: 130px; }
  @media only screen and (min-width:48.063em) {
    body.home .w-ContentPusher {
      height: 156px; } }
body.events .w-ContentPusher {
  height: 120px; }
  @media only screen and (min-width:48.063em) {
    body.events .w-ContentPusher {
      height: 170px; } }

.w-HeaderSearch {
  float: right;
  padding: 3px 0;
  display: none; }
  @media only screen and (min-width:48.063em) {
    .w-HeaderSearch {
      display: block; } }
  .w-HeaderSearch .buttons {
    display: inline; }
    .w-HeaderSearch .buttons .dashboard {
      display: none; }
      @media (min-width: 920px) {
        .w-HeaderSearch .buttons .dashboard {
          display: inline-block; } }
    .w-HeaderSearch .buttons .subscribe {
      display: none; }
      @media (min-width: 920px) {
        .w-HeaderSearch .buttons .subscribe {
          display: inline-block; } }
    .w-HeaderSearch .buttons .newsletter {
      display: none; }
      @media (min-width: 1075px) {
        .w-HeaderSearch .buttons .newsletter {
          display: inline-block; } }
  .w-HeaderSearch .search {
    display: inline-block;
    margin: 10px 0;
    height: 20px;
    padding: 0 10px; }
  .w-HeaderSearch input, .w-HeaderSearch textarea {
    background: transparent;
    border: none;
    color: #dbd8d0;
    height: 24px;
    margin: 12px 0px 0 0;
    font-size: 1rem;
    padding: 0px 0;
    width: 100px;
    box-shadow: none; }
    .w-HeaderSearch input:focus, .w-HeaderSearch textarea:focus {
      background: transparent;
      box-shadow: none; }
    .w-HeaderSearch input::-webkit-input-placeholder, .w-HeaderSearch textarea::-webkit-input-placeholder {
      color: #dbd8d0; }
    .w-HeaderSearch input:-moz-placeholder, .w-HeaderSearch textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #dbd8d0; }
    .w-HeaderSearch input::-moz-placeholder, .w-HeaderSearch textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #dbd8d0; }
    .w-HeaderSearch input:-ms-input-placeholder, .w-HeaderSearch textarea:-ms-input-placeholder {
      color: #dbd8d0; }
  .w-HeaderSearch label {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 11px;
    color: #aaa;
    opacity: 0;
    font-weight: 300;
    cursor: default; }
  .w-HeaderSearch label.on {
    color: white; }
  .w-HeaderSearch label.show {
    top: 0px;
    opacity: 1; }
  .w-HeaderSearch .postfix.button {
    background: none; }
  .w-HeaderSearch .icon-magnify {
    font-size: 2rem;
    color: #dbd8d0; }

.w-HomePrimaryNav .w-HeaderSearch {
  padding-right: 15px; }
  .w-HomePrimaryNav .w-HeaderSearch .postfix.button {
    background: none; }
  .w-HomePrimaryNav .w-HeaderSearch .search {
    display: inline-block;
    margin: 8px 0;
    height: 42px;
    padding: 0 10px;
    background: #333333;
    float: left;
    border-radius: 3px; }
    .w-HomePrimaryNav .w-HeaderSearch .search input {
      margin: 8px 0 0 0; }
  .w-HomePrimaryNav .w-HeaderSearch .buttons {
    display: none; }
    @media (min-width: 920px) {
      .w-HomePrimaryNav .w-HeaderSearch .buttons {
        float: left;
        margin-top: 4px;
        margin-right: 10px;
        display: inline-block; } }

.w-MobileNavSearch {
  padding: 3px 0;
  display: block; }
  .w-MobileNavSearch .search {
    display: block;
    margin: 0;
    height: 50px;
    padding: 0 10px; }
  .w-MobileNavSearch input, .w-MobileNavSearch textarea {
    background: transparent;
    border: none;
    color: #333333;
    height: 24px;
    margin: 12px 0px 0 0;
    font-size: 1rem;
    padding: 0px 0;
    box-shadow: none; }
    .w-MobileNavSearch input:focus, .w-MobileNavSearch textarea:focus {
      background: transparent;
      box-shadow: none; }
    .w-MobileNavSearch input::-webkit-input-placeholder, .w-MobileNavSearch textarea::-webkit-input-placeholder {
      color: #333333; }
    .w-MobileNavSearch input:-moz-placeholder, .w-MobileNavSearch textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #333333; }
    .w-MobileNavSearch input::-moz-placeholder, .w-MobileNavSearch textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #333333; }
    .w-MobileNavSearch input:-ms-input-placeholder, .w-MobileNavSearch textarea:-ms-input-placeholder {
      color: #333333; }
  .w-MobileNavSearch label {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 11px;
    color: #aaa;
    opacity: 0;
    font-weight: 300;
    cursor: default; }
  .w-MobileNavSearch label.on {
    color: #333333; }
  .w-MobileNavSearch label.show {
    top: 0px;
    opacity: 1; }
  .w-MobileNavSearch .postfix.button {
    background: none; }
  .w-MobileNavSearch .icon-magnify {
    font-size: 2rem;
    color: #333333; }

.w-FooterNav {
  background-color: #272527;
  width: 100%;
  padding: 0 1rem; }
  .w-FooterNav .MainMenu {
    height: 75px;
    position: relative; }
    .w-FooterNav .MainMenu .logo {
      width: 150px;
      height: 46px;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      padding: 15px 0;
      float: none; }
      @media only screen and (min-width:48.063em) {
        .w-FooterNav .MainMenu .logo {
          float: left; } }
  .w-FooterNav .nav-button {
    position: absolute;
    top: 28px;
    left: 10px; }
  .w-FooterNav nav {
    float: left;
    padding: 0 20px; }
    .w-FooterNav nav ul {
      margin: 0;
      text-align: left; }
    .w-FooterNav nav li {
      display: none; }
      @media only screen and (min-width:48.063em) {
        .w-FooterNav nav li {
          list-style-type: none;
          display: inline-block;
          margin: 23px 0; } }
      .w-FooterNav nav li.w-PrimaryNav-MobileMenu {
        display: block; }
        @media only screen and (min-width:48.063em) {
          .w-FooterNav nav li.w-PrimaryNav-MobileMenu {
            display: none; } }
      .w-FooterNav nav li a {
        color: #fff;
        padding: 20px 10px;
        border-top: 5px solid transparent;
        text-decoration: none; }
        .w-FooterNav nav li a:hover {
          color: #ccc;
          border-top: 5px solid #b12220; }
      .w-FooterNav nav li.w-PrimaryNav-MobileMenu {
        display: inline-block; }
        .w-FooterNav nav li.w-PrimaryNav-MobileMenu span.text {
          position: relative;
          display: inline-block;
          box-shadow: none;
          top: 5px;
          left: 25px;
          float: left;
          color: #fff; }

.w-FooterSiteMap {
  border-top: 1px solid white;
  text-align: left;
  padding: 2rem 1rem 2rem; }
  .w-FooterSiteMap .sitemap {
    margin: 0;
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
    .w-FooterSiteMap .sitemap li {
      padding: 0 1rem 0 0;
      text-align: left; }
      .w-FooterSiteMap .sitemap li a {
        color: #bdbbaf;
        font-weight: 100;
        text-decoration: none; }
        .w-FooterSiteMap .sitemap li a:hover {
          color: #fff; }
  .w-FooterSiteMap ul.utility-nav {
    list-style-type: none; }
    .w-FooterSiteMap ul.utility-nav li a {
      color: white;
      font-weight: 100;
      text-decoration: none; }
      .w-FooterSiteMap ul.utility-nav li a:hover {
        color: #cccccc; }
  .w-FooterSiteMap .social ul li {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    background: #eee;
    margin: 0.25rem; }
    .w-FooterSiteMap .social ul li a {
      color: #333333;
      display: block; }

.w-SectionDrop {
  text-align: left;
  background: #272527;
  display: none; }
  .w-SectionDrop section {
    padding: 0;
    border-bottom: none;
    border-top: none; }
    .w-SectionDrop section p {
      margin-bottom: 0; }
    .w-SectionDrop section ul {
      margin-left: 10px;
      list-style-type: none; }
      .w-SectionDrop section ul li {
        text-align: center;
        display: block;
        width: 50%;
        height: 35px;
        font-size: 0.8rem;
        line-height: 1rem;
        float: left; }
        .w-SectionDrop section ul li:hover {
          background: #333; }
        .w-SectionDrop section ul li a {
          color: #87847e;
          display: block;
          padding: 5px;
          text-decoration: none;
          width: 100%; }
          .w-SectionDrop section ul li a:hover {
            background: #333;
            color: #52504d; }
  @media only screen and (min-width:48.063em) {
    .w-SectionDrop {
      text-align: left;
      background: white;
      display: none; }
      .w-SectionDrop .w-SectionDropCTA {
        padding: 0.5rem 1rem; }
      .w-SectionDrop section {
        padding: 1rem;
        border-top: 1px solid #dbd8d0; }
        .w-SectionDrop section p {
          margin-bottom: 0; }
        .w-SectionDrop section ul {
          margin: 0;
          list-style-type: none;
          -webkit-column-count: 3;
          -moz-column-count: 3;
          column-count: 3;
          -webkit-column-gap: 40px;
          -moz-column-gap: 40px;
          column-gap: 40px; }
          .w-SectionDrop section ul li {
            border: 0;
            float: none;
            font-size: 1rem;
            padding: 0;
            text-align: left;
            line-height: 1rem;
            height: 30px;
            width: 100%; }
            .w-SectionDrop section ul li:hover {
              background: none; }
            .w-SectionDrop section ul li a {
              color: #87847e;
              display: block;
              text-decoration: none;
              top: 0;
              -webkit-transform: translateY(0);
              -moz-transform: translateY(0);
              -ms-transform: translateY(0);
              -o-transform: translateY(0);
              transform: translateY(0); }
              .w-SectionDrop section ul li a:before {
                display: inline-block;
                opacity: 0; }
              .w-SectionDrop section ul li a:hover {
                background: none;
                color: #52504d; }
                .w-SectionDrop section ul li a:hover:before {
                  opacity: 1; } }

.w-FAQ {
  padding: 3rem 0;
  background: white;
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0; }
  .w-FAQ h3 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .w-FAQ h4 {
    margin-bottom: 1rem; }
  .w-FAQ p {
    text-align: left;
    margin-bottom: 2rem; }
  .w-FAQ .p-Button--Trans {
    display: block; }

.dragend-page {
  height: auto !important; }

.w-PricingTable {
  position: relative;
  padding: 10px; }
  @media only screen and (min-width:48.063em) {
    .w-PricingTable {
      padding: 0; } }
  .w-PricingTable [class*="p-Button"] {
    display: block;
    margin-right: 0;
    margin-left: 0; }
    .w-PricingTable [class*="p-Button"].monthly {
      margin-top: 1rem; }
    .w-PricingTable [class*="p-Button"].yearly {
      margin-bottom: 1rem; }
  .w-PricingTable .pricing-table {
    border: 1px solid #222; }
    .w-PricingTable .pricing-table .title {
      color: white;
      background: #222; }
    .w-PricingTable .pricing-table .bullet-item, .w-PricingTable .pricing-table .description {
      text-align: left; }
      .w-PricingTable .pricing-table .bullet-item i, .w-PricingTable .pricing-table .description i {
        font-size: 2rem;
        float: right;
        margin: -10px 0;
        color: #0188cc; }
    .w-PricingTable .pricing-table .inactive {
      color: #dbd8d0; }
    .w-PricingTable .pricing-table .cta-button {
      padding: 0 1.25rem 0;
      background: none; }
  @media only screen and (min-width:48.063em) {
    .w-PricingTable.alt {
      margin-top: 2rem; } }
  .w-PricingTable.alt .pricing-table {
    border: 1px solid #bdbbaf; }
    .w-PricingTable.alt .pricing-table i {
      color: #87847e; }
    .w-PricingTable.alt .pricing-table .title {
      background: #bdbbaf;
      color: #222; }

.w-RestrictedCopy {
  position: relative;
  margin-top: 2rem;
  -moz-mask-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  -o-mask-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  mask-image: linear, to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%;
  /* W3C */ }
  .w-RestrictedCopy p {
    text-align: left; }
  .w-RestrictedCopy.w-RestrictedCopy--datatable {
    margin: 0; }

.w-Restricted {
  background-color: #fff;
  border-bottom: thin solid #ccc;
  margin-bottom: 2rem; }
  .w-Restricted .pagination {
    display: none; }
  .w-Restricted .w-RestrictedNote {
    display: block;
    padding: 0 20px 20px;
    border-radius: 5px;
    border-top: none; }
    .w-Restricted .w-RestrictedNote.w-RestrictedNote--datatable {
      padding: 3rem 1.5rem; }
    .w-Restricted .w-RestrictedNote h3 {
      font-weight: 700;
      border-bottom: none; }
    .w-Restricted .w-RestrictedNote p {
      margin-bottom: 0;
      font-style: italic;
      text-align: center; }
      .w-Restricted .w-RestrictedNote p small {
        font-size: 80%; }
    .w-Restricted .w-RestrictedNote .w-Restricted-button {
      margin: 1rem 0; }
    .w-Restricted .w-RestrictedNote .p-Button--Blue {
      margin: 0 20px;
      padding: 5px 10px;
      font-style: normal; }

.w-Sponsored {
  display: block;
  border: 1px solid #d1b746;
  padding: 10px;
  background: #fffcd9;
  margin-bottom: 1rem; }
  .w-Sponsored .date {
    padding: 0 10px 0 0;
    float: right;
    width: 100%; }
    @media only screen and (min-width:48.063em) {
      .w-Sponsored .date {
        width: auto; } }
    .w-Sponsored .date h6 {
      color: #555;
      font-size: 0.875rem;
      margin: 0;
      text-align: center; }
      @media only screen and (min-width:48.063em) {
        .w-Sponsored .date h6 {
          text-align: right; } }
  .w-Sponsored .sponsor {
    padding-bottom: 0;
    width: 100%; }
    @media only screen and (min-width:48.063em) {
      .w-Sponsored .sponsor {
        width: auto; } }
    .w-Sponsored .sponsor h6 {
      color: #555;
      font-size: 0.875rem;
      margin: 0;
      text-align: center;
      text-transform: none; }
      @media only screen and (min-width:48.063em) {
        .w-Sponsored .sponsor h6 {
          text-align: left; } }
      .w-Sponsored .sponsor h6 a {
        color: #555; }

.w-SectionPreview {
  margin: 0;
  padding-bottom: 1rem;
  position: relative;
  text-align: left; }
  .w-SectionPreview h4 {
    font-size: 0.75rem;
    text-align: left; }
  .w-SectionPreview h3 {
    font-size: 1rem;
    margin-top: 1rem;
    text-align: left; }
  .w-SectionPreview i {
    background: white;
    border: 2px solid black;
    border-radius: 50%;
    display: block;
    font-size: 1.75rem;
    height: 2rem;
    line-height: 1rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1rem;
    width: 2rem; }
  .w-SectionPreview a {
    text-decoration: none; }

.w-TrendingContent ul {
  margin: 0;
  list-style-type: none; }
  .w-TrendingContent ul a {
    text-decoration: none; }
.w-TrendingContent h3 {
  font-size: 1rem;
  margin-bottom: 1rem; }
.w-TrendingContent h4 {
  margin-bottom: 1rem; }
.w-TrendingContent h5 {
  font-size: 0.75rem;
  color: #87847e;
  margin-bottom: 0; }

.w-PromotedEvent {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem; }
  .w-PromotedEvent .event-image {
    position: relative; }
    .w-PromotedEvent .event-image .overlay {
      background: #0188cc;
      bottom: 0;
      color: white;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 0.875rem;
      margin: 0;
      padding: 0.25rem 0.5rem;
      text-align: left;
      text-transform: uppercase;
      width: 100%; }
      .w-PromotedEvent .event-image .overlay.biv {
        background: #0188cc; }
      .w-PromotedEvent .event-image .overlay.featured {
        background: #87847e; }
  .w-PromotedEvent h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 1rem 1rem 0.5rem; }
  .w-PromotedEvent .meta {
    border-bottom: 1px solid #dbd8d0; }
  .w-PromotedEvent .date {
    background: #dbd8d0;
    color: #333333;
    display: block;
    padding: 0.75rem; }
    .w-PromotedEvent .date .start-date {
      width: 50px;
      display: inline-block; }
      .w-PromotedEvent .date .start-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        .w-PromotedEvent .date .start-date p span {
          font-size: 2rem; }
    .w-PromotedEvent .date .separater {
      display: inline-block;
      width: 30px;
      vertical-align: super; }
      .w-PromotedEvent .date .separater span {
        padding: 0;
        font-size: 2rem; }
    .w-PromotedEvent .date .end-date {
      width: 50px;
      display: inline-block; }
      .w-PromotedEvent .date .end-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        .w-PromotedEvent .date .end-date p span {
          font-size: 2rem; }
  .w-PromotedEvent .time-venue {
    color: #333333;
    display: block;
    padding: 1rem;
    text-align: left; }
  .w-PromotedEvent .p-Button--Trans {
    margin: 0.5rem;
    display: block; }
    .w-PromotedEvent .p-Button--Trans.details {
      color: #0188cc; }
    .w-PromotedEvent .p-Button--Trans.register i {
      color: #0188cc; }

.w-EventSidebar {
  text-align: left; }
  .w-EventSidebar .p-Button--Blue {
    border-radius: 0;
    color: white;
    display: block;
    margin: 0 0 0.5rem 0;
    padding: 1rem 2rem; }
    .w-EventSidebar .p-Button--Blue:hover {
      color: #0188cc; }
  .w-EventSidebar h2 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: 0.5rem; }
  .w-EventSidebar h3 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: 0.5rem; }
  .w-EventSidebar ul {
    list-style-type: none;
    margin: 1rem 0; }
    .w-EventSidebar ul li {
      padding: 0.25rem 0.5rem; }
      .w-EventSidebar ul li a {
        color: #333333;
        display: block;
        text-decoration: none; }
        .w-EventSidebar ul li a:hover {
          color: #0188cc; }
        .w-EventSidebar ul li a.active {
          color: #0188cc; }
  .w-EventSidebar .clear-search {
    padding: 0.5rem 0 1rem;
    display: block; }

.w-EventListing {
  border: 1px solid #dbd8d0;
  margin: 0 0 2rem;
  background: white; }
  .w-EventListing .event-image {
    position: relative;
    min-height: 66px; }
    .w-EventListing .event-image .overlay {
      bottom: 0;
      color: white;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 0.875rem;
      margin: 0;
      padding: 0.25rem 1rem;
      position: absolute;
      text-align: left;
      text-transform: uppercase;
      width: 100%; }
      .w-EventListing .event-image .overlay.biv {
        background: rgba(1, 136, 204, 0.8); }
      .w-EventListing .event-image .overlay.featured {
        background: rgba(135, 132, 126, 0.8); }
  .w-EventListing h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    padding: 0.75rem;
    text-align: left; }
  .w-EventListing .meta-wrap {
    border-right: 1px solid #dbd8d0;
    border-left: 1px solid #dbd8d0; }
  .w-EventListing .date {
    background: #dbd8d0;
    color: #333333;
    display: block;
    padding: 0.75rem; }
    .w-EventListing .date .start-date {
      width: 50px;
      display: inline-block; }
      .w-EventListing .date .start-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        .w-EventListing .date .start-date p span {
          font-size: 2rem; }
    .w-EventListing .date .separater {
      display: inline-block;
      width: 30px;
      vertical-align: super; }
      .w-EventListing .date .separater span {
        padding: 0;
        font-size: 2rem; }
    .w-EventListing .date .end-date {
      width: 50px;
      display: inline-block; }
      .w-EventListing .date .end-date p {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center; }
        .w-EventListing .date .end-date p span {
          font-size: 2rem; }
  .w-EventListing .description {
    text-align: left; }
    .w-EventListing .description > div {
      font-size: 1rem;
      line-height: 1.25rem;
      padding: 0 0.75rem 0.75rem;
      font-weight: 100; }
    @media only screen and (min-width:48.063em) { }
  .w-EventListing .time-venue {
    color: #333333;
    display: block;
    padding: 0 0.75rem 0.75rem;
    text-align: left;
    font-size: 0.9rem; }
    @media only screen and (min-width:48.063em) { }
  .w-EventListing a {
    color: #0188cc;
    text-decoration: none; }
    .w-EventListing a.register {
      color: #333333; }
      .w-EventListing a.register i {
        color: #0188cc; }
  .w-EventListing p {
    font-size: 0.75rem;
    margin: 0;
    padding: 0.75rem;
    text-align: left; }
  .w-EventListing .links {
    padding: 0.75rem;
    text-align: center; }
    .w-EventListing .links a {
      display: block;
      padding: 0.5rem 0; }
    @media only screen and (min-width:48.063em) {
      .w-EventListing .links {
        text-align: left; } }
  .w-EventListing .p-Button--Trans {
    margin: 0.5rem;
    display: block; }
    .w-EventListing .p-Button--Trans.details {
      color: #0188cc; }
    .w-EventListing .p-Button--Trans.register i {
      color: #0188cc; }
  .w-EventListing .BIVeventlinks {
    padding: 1rem 0.75rem;
    text-align: center; }
    @media only screen and (min-width:48.063em) {
      .w-EventListing .BIVeventlinks {
        text-align: left; } }
    .w-EventListing .BIVeventlinks .set {
      display: block;
      padding: 0.5rem 0; }
      .w-EventListing .BIVeventlinks .set a {
        display: block;
        padding: 0.75rem 0 0; }
    .w-EventListing .BIVeventlinks .p-Button--Blue {
      display: block;
      margin: 0;
      color: white; }
      .w-EventListing .BIVeventlinks .p-Button--Blue:hover {
        color: #0188cc; }

.w-EventDesc {
  text-align: left; }

.w-EventMap {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem; }
  .w-EventMap .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden; }
  .w-EventMap .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .w-EventMap .p-Button--Trans {
    margin: 0.5rem;
    display: block; }
    .w-EventMap .p-Button--Trans.register i {
      color: #0188cc; }

.w-EventSponsors {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem;
  padding: 1rem; }
  .w-EventSponsors h3 {
    margin: 0;
    padding: 0 0 1rem; }
  .w-EventSponsors h4 {
    border-bottom: 1px solid #dbd8d0;
    display: block;
    color: #87847e;
    font-size: 0.75rem;
    margin: 0;
    text-align: left; }
  .w-EventSponsors .w-EventSponsors-logos {
    margin: 0 0 2rem; }
  .w-EventSponsors img {
    margin: 0.5rem; }

.w-Copyright {
  text-align: center;
  padding-bottom: 1rem; }
  @media only screen and (min-width:48.063em) {
    .w-Copyright {
      text-align: left; } }
  .w-Copyright .copyright {
    overflow: hidden;
    padding: 0; }
    .w-Copyright .copyright p {
      color: #bdbbaf;
      display: inline-block;
      font-size: 0.75rem;
      line-height: 0.75rem;
      position: relative; }
      @media only screen and (min-width:48.063em) {
        .w-Copyright .copyright p:after {
          border-bottom: 1px solid #bdbbaf;
          bottom: 0;
          content: "";
          position: absolute;
          width: 1500px;
          margin-left: 1rem; } }
      .w-Copyright .copyright p a {
        color: #bdbbaf; }
        .w-Copyright .copyright p a:hover {
          color: white; }
  .w-Copyright i {
    color: #bdbbaf;
    font-size: 5rem; }
    .w-Copyright i:before {
      vertical-align: top;
      line-height: 0.65rem; }
    .w-Copyright i:hover {
      color: #b12220; }

.w-PeopleProfile {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem;
  padding: 1rem; }
  .w-PeopleProfile h3 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 1rem;
    margin-top: 0;
    padding-bottom: 0.5rem;
    text-align: left; }
    .w-PeopleProfile h3 a {
      text-decoration: none;
      color: #333333; }
      .w-PeopleProfile h3 a:hover {
        color: #0188cc; }
  .w-PeopleProfile h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0rem;
    padding-bottom: 0.5rem; }
  .w-PeopleProfile a {
    color: #333333;
    text-decoration: none; }
    .w-PeopleProfile a:hover {
      color: #0188cc; }
  .w-PeopleProfile .tags h6 {
    border-bottom: none;
    text-align: left;
    margin-bottom: 0rem; }
    .w-PeopleProfile .tags h6 a {
      font-size: 1rem;
      color: #87847e;
      padding-bottom: 0.5rem;
      text-decoration: none; }
      .w-PeopleProfile .tags h6 a:hover {
        color: #0188cc; }

.w-PeopleEvents {
  background: white;
  border: 1px solid #dbd8d0;
  padding: 1rem; }
  .w-PeopleEvents h3 {
    margin: 1rem 0;
    text-align: left; }
  .w-PeopleEvents p {
    text-align: left; }


.w-LeadVideo {
  text-align: left;
  position: relative;
  top: 0px;
  background: #333333;
  margin-bottom: 2rem;
  color: white; }
  @media only screen and (min-width:64.063em) {
    .w-LeadVideo {
      margin-top: 20px; } }
  .w-LeadVideo .w-LeadVideo-content {
    z-index: 20;
    padding: 20px;
    position: relative; }
    .w-LeadVideo .w-LeadVideo-content > p {
      margin: 1em 0;
      color: white; }
  .w-LeadVideo .w-LeadVideo-meta {
    padding: 5px 0;
    border-top: thin solid white;
    margin: 0 0 1rem 0; }
    .w-LeadVideo .w-LeadVideo-meta p {
      font-size: 0.75rem; }
    .w-LeadVideo .w-LeadVideo-meta h4 {
      color: white;
      font-size: 0.75rem;
      font-weight: normal;
      margin: 3px 0;
      text-align: left; }
      .w-LeadVideo .w-LeadVideo-meta h4 i {
        color: white; }
      .w-LeadVideo .w-LeadVideo-meta h4 a {
        color: white;
        text-decoration: none; }
  .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap {
    text-align: center;
    top: 0;
    width: 100%; }
    @media only screen and (min-width:64.063em) {
      .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap p {
        background-color: #b12220;
        color: white;
        display: block;
        font-size: 0.75rem;
        margin-bottom: 0;
        padding: 4px 5px 2px;
        text-align: center;
        text-transform: uppercase; } }
    .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap ul {
      display: inline-block;
      margin: 0 auto;
      width: 100%; }
      .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap ul li {
        display: inline-block;
        list-style-type: none;
        padding: 0 10px; }
        .w-LeadVideo .w-LeadVideo-share .w-LeadVideo-share-wrap ul li a {
          color: white;
          display: block;
          font-size: 1.25rem;
          text-align: center;
          text-decoration: none; }
  .w-LeadVideo h1, .w-LeadVideo p {
    color: #fff;
    margin: 0;
    line-height: 1.2; }
  .w-LeadVideo h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    font-weight: 900; }
    .w-LeadVideo h1 a {
      color: white;
      text-decoration: none; }
      .w-LeadVideo h1 a:hover {
        color: white; }
  .w-LeadVideo .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .w-LeadVideo .video-container iframe, .w-LeadVideo .video-container object, .w-LeadVideo .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.w-VideoBlock {
  margin: 0;
  padding-bottom: 1rem;
  text-align: left; }
  .w-VideoBlock h6 {
    color: #555;
    text-align: left;
    font-size: 0.875rem; }
  .w-VideoBlock a {
    color: #333333;
    font-size: 1rem;
    margin: 1rem 0;
    text-decoration: none; }
  .w-VideoBlock .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 0.5rem 0 1rem; }
    .w-VideoBlock .video-container iframe, .w-VideoBlock .video-container object, .w-VideoBlock .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.w-DashAccountInfo label {
  text-transform: uppercase;
  color: #333333; }
  .w-DashAccountInfo label input {
    border-radius: 3px; }

.w-DashSubscriptions .newsletters a {
  margin: 1rem 0; }
.w-DashSubscriptions .newsletters label {
  font-size: 1rem;
  line-height: 1rem;
  margin-left: 0; }
  .w-DashSubscriptions .newsletters label span {
    font-size: 0.75rem; }
.w-DashSubscriptions .digital a {
  margin: 1rem 0; }
.w-DashSubscriptions .digital ul {
  list-style-type: none;
  margin: 0; }
  .w-DashSubscriptions .digital ul li {
    border: 1px solid #87847e;
    color: #87847e;
    padding: 10px;
    margin-bottom: 1rem; }
    .w-DashSubscriptions .digital ul li p {
      margin: 0; }
      .w-DashSubscriptions .digital ul li p.small {
        font-size: 0.75rem; }
    .w-DashSubscriptions .digital ul li.active {
      border: 1px solid #0188cc;
      color: #333333; }
      .w-DashSubscriptions .digital ul li.active div:before {
        font-family: "p-iconfont";
        content: "\e024";
        position: relative;
        float: left;
        padding: 6px 15px 6px 0;
        top: 0px;
        left: 4px;
        line-height: 2rem;
        font-size: 40px;
        color: #0188cc; }

.w-AuthorBlock img {
  border-radius: 50%;
  border: 1px solid #87847e; }
.w-AuthorBlock h4 {
  font-size: 20px; }
.w-AuthorBlock h5 {
  font-size: 12px; }

.w-SponsorDetail {
  margin-top: 0rem;
  border: 1px solid #dbd8d0; }
  @media only screen and (min-width:48.063em) {
    .w-SponsorDetail {
      margin-top: 2rem; } }
  .w-SponsorDetail img {
    border-right: 1px solid #dbd8d0; }
    @media only screen and (min-width:48.063em) {
      .w-SponsorDetail img {
        border-bottom: 1px solid #dbd8d0; } }
  .w-SponsorDetail h4 {
    background: #fffcd9;
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    padding: 0.5rem 1rem 0.5rem;
    text-align: left;
    border-bottom: 1px solid #dbd8d0; }
  .w-SponsorDetail .description p {
    font-size: 0.75rem;
    margin: 0;
    padding: 1rem;
    text-align: left; }

.w-NewsSidebar {
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #dbd8d0; }
  .w-NewsSidebar .p-Button--Blue {
    display: block; }

#disqus_thread {
  padding: 2rem 0; }

.w-ExpertProfile {
  background: white;
  border: 1px solid #dbd8d0;
  margin-bottom: 2rem;
  padding: 1rem; }
  .w-ExpertProfile h3 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    margin-top: 0;
    padding-bottom: 0.5rem;
    text-align: left; }
    .w-ExpertProfile h3 a {
      text-decoration: none;
      color: #333333; }
  .w-ExpertProfile h4 {
    text-align: left; }
  .w-ExpertProfile a {
    color: #0188cc; }
  .w-ExpertProfile .tags h6 {
    border-bottom: none;
    text-align: left;
    margin-bottom: 0rem; }
    .w-ExpertProfile .tags h6 a {
      font-size: 1rem;
      color: #87847e;
      padding-bottom: 0.5rem;
      text-decoration: none; }
      .w-ExpertProfile .tags h6 a:hover {
        color: #0188cc; }

.w-SearchSidebar {
  text-align: left;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */ }
  .w-SearchSidebar .p-Button--Blue {
    border-radius: 0;
    color: white;
    display: block;
    margin: 0 0 0.5rem 0;
    padding: 1rem 2rem;
    width: 100%; }
    .w-SearchSidebar .p-Button--Blue:hover {
      color: #0188cc; }
  .w-SearchSidebar h2 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: 0.5rem; }
  .w-SearchSidebar h3 {
    border: 1px solid #dbd8d0;
    color: #333333;
    display: block;
    padding: 0.5rem; }
  .w-SearchSidebar ul {
    list-style-type: none;
    margin: 0.5rem 0 1rem; }
    .w-SearchSidebar ul li {
      padding: 0; }
      .w-SearchSidebar ul li a {
        color: #333333;
        display: block;
        text-decoration: none; }
        .w-SearchSidebar ul li a:hover {
          color: #0188cc; }
        .w-SearchSidebar ul li a.active {
          color: #0188cc; }
  .w-SearchSidebar h4 {
    padding: 1rem 0 0 0; }
  .w-SearchSidebar dl dd {
    margin-bottom: 0.5rem; }
  .w-SearchSidebar dl dt {
    font-weight: normal; }
  .w-SearchSidebar p.count {
    display: inline; }
  .w-SearchSidebar input[type="checkbox"] + label {
    margin-right: 0; }
  .w-SearchSidebar [type="checkbox"]:not(:checked), .w-SearchSidebar [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label, .w-SearchSidebar [type="checkbox"]:checked + label {
    margin-left: 0;
    position: relative;
    padding-left: 20px;
    padding-bottom: 0px;
    text-transform: none;
    cursor: pointer; }
  .w-SearchSidebar [type="checkbox"]:checked + label a {
    text-decoration: none;
    color: #333333; }
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label a {
    text-decoration: none;
    color: #aaa; }
  .w-SearchSidebar [type="checkbox"]:not(:checked) ~ p, .w-SearchSidebar [type="checkbox"]:checked ~ p {
    display: inline;
    color: #aaa; }
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label:before, .w-SearchSidebar [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 0px;
    display: block; }
  .w-SearchSidebar [type="checkbox"]:not(:checked) + label:after, .w-SearchSidebar [type="checkbox"]:checked + label:after {
    font-family: "p-iconfont";
    content: "\e026";
    position: absolute;
    top: 3px;
    left: 2px;
    line-height: 1rem;
    font-size: 20px;
    color: #0188cc;
    transition: all 0.2s; }

.w-ViewMoreArticles {
  padding: 0 0 1rem 0; }
  .w-ViewMoreArticles .p-Button--Trans {
    display: block; }

.w-LoginBox {
  border-radius: 1rem;
  background: white;
  padding: 2rem 1rem;
  border: 1px solid #dbd8d0;
  margin-bottom: 1rem;
  /* checkbox aspect */
  /* checked mark aspect */ }
  .w-LoginBox h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .w-LoginBox .p-Button--Blue {
    display: block;
    width: 100%;
    padding: 1rem;
    margin: 0; }
  .w-LoginBox .p-Button--Trans {
    display: block;
    margin: 0; }
  .w-LoginBox label {
    text-align: left; }
  .w-LoginBox .forgot {
    float: right;
    margin-top: 3px;
    font-size: 0.875rem;
    text-transform: uppercase; }
  .w-LoginBox p {
    font-size: 0.875rem;
    margin: 0.5rem 0; }
  .w-LoginBox .pricing ul li.text {
    text-align: right; }
  .w-LoginBox .pricing ul li.numbers {
    text-align: left; }
  .w-LoginBox .pricing ul li.discount {
    color: #b12220; }
  .w-LoginBox .pricing h3 {
    color: #0188cc;
    margin-top: 0;
    font-size: 2.5rem; }
  .w-LoginBox .pricing h6 {
    text-transform: uppercase;
    margin-bottom: 0; }
  .w-LoginBox .errorlist {
    font-size: 0.75rem;
    border: 1px solid #d90400;
    list-style-type: none;
    margin: 0.5rem 0 0;
    text-align: left;
    padding: 0.5rem;
    border-radius: 3px;
    background: #ffdad9;
    position: relative; }
    .w-LoginBox .errorlist:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      bottom: -7px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #d90400; }
    .w-LoginBox .errorlist li {
      color: #400100; }
  .w-LoginBox [type="checkbox"]:not(:checked) + label, .w-LoginBox [type="checkbox"]:checked + label {
    padding-left: 27px;
    display: block; }
  .w-LoginBox [type="checkbox"]:not(:checked) + label:before, .w-LoginBox [type="checkbox"]:checked + label:before {
    width: 20px;
    height: 20px; }
  .w-LoginBox [type="checkbox"]:not(:checked) + label:after, .w-LoginBox [type="checkbox"]:checked + label:after {
    line-height: 1.25rem;
    font-size: 26px;
    left: 3px; }
  .w-LoginBox label {
    text-transform: none; }

.w-LoginBox.w-LoginBox--passReset .p-Button--Blue {
  width: 50%;
  margin: 1rem auto 0;
  padding: 0.5rem; }

.w-Columnist {
  margin-bottom: 2rem;
  padding: 1rem; }
  .w-Columnist h5 {
    font-size: 1rem; }
  .w-Columnist img {
    margin: 0.5rem;
    background: white;
    border: 1px solid #87847e;
    border-radius: 50%; }

.w-AuthorHeader img {
  border-radius: 50%;
  border: 1px solid #87847e;
  margin-bottom: 1rem; }
.w-AuthorHeader h4 {
  font-size: 20px; }
.w-AuthorHeader h5 {
  font-size: 12px; }

.w-MustReadShareBar {
  margin-bottom: 1.5rem;
  padding: 0; }
  .w-MustReadShareBar .w-MustReadShareBar-wrap {
    text-align: center;
    top: 0; }
    .w-MustReadShareBar .w-MustReadShareBar-wrap p {
      display: block;
      color: #333333;
      font-size: 0.75rem;
      margin-bottom: 0;
      padding: 2px 0 0;
      text-align: center;
      text-transform: uppercase; }
    .w-MustReadShareBar .w-MustReadShareBar-wrap ul {
      background: #333333;
      display: inline-block;
      margin: 0 auto 10px; }
      .w-MustReadShareBar .w-MustReadShareBar-wrap ul li {
        display: inline-block;
        list-style-type: none;
        width: 50px; }
        .w-MustReadShareBar .w-MustReadShareBar-wrap ul li:hover {
          background: #0188cc; }
        .w-MustReadShareBar .w-MustReadShareBar-wrap ul li a {
          padding: 10px;
          color: white;
          display: block;
          font-size: 1.25rem;
          text-align: center; }

.w-LivingWorking-ad a {
  display: block; }
.w-LivingWorking-ad .w-LivingWorking-ad-bg {
  background-position: center;
  height: 350px; }

.w-LivingWorking-ad--top .w-LivingWorking-ad-bg {
  background-position: center;
  height: 150px; }

.w-LivingWorkingTitle {
  text-align: center;
  padding: 2rem 0; }
  .w-LivingWorkingTitle h4 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem; }

/* AddThisEvent */
.addthisevent-drop {
  position: relative;
  z-index: 999998;
  color: #222 !important;
  text-decoration: none;
  border: 1px solid #bdbbaf;
  color: #555;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin: 0 0.5rem 0.5rem 0.5rem;
  display: block; }

.addthisevent-drop:hover {
  border: 1px solid #bdbbaf;
  color: #222;
  text-decoration: none; }

.addthisevent-drop:active {
  top: 1px; }

.addthisevent-selected {
  background-color: #f7f7f7; }

.addthisevent_dropdown {
  width: 100%;
  position: absolute;
  z-index: 99999;
  padding: 6px 0px 0px 0px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: -2px;
  margin-left: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #bebebe;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15); }

.addthisevent_dropdown span {
  width: 100%;
  display: block;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  color: #0188cc;
  padding: 8px 10px 9px 15px; }

.addthisevent_dropdown span:hover {
  background: #f4f4f4;
  color: #014466;
  text-decoration: none;
  font-size: 12px; }

.addthisevent span {
  display: none !important; }

.addthisevent-drop ._url, .addthisevent-drop ._start, .addthisevent-drop ._end, .addthisevent-drop ._summary, .addthisevent-drop ._description, .addthisevent-drop ._location, .addthisevent-drop ._organizer, .addthisevent-drop ._organizer_email, .addthisevent-drop ._facebook_event, .addthisevent-drop ._all_day_event {
  display: none !important; }

.addthisevent_dropdown .copyx {
  width: 200px;
  height: 21px;
  display: block;
  position: relative;
  cursor: default; }

.addthisevent_dropdown .brx {
  width: 180px;
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 9px; }

.addthisevent_dropdown .frs {
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 10px;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  z-index: 101;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 9px;
  color: #cacaca; }

.addthisevent_dropdown .frs:hover {
  color: #6d84b4; }

.addthisevent {
  visibility: hidden; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.responsive-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  .responsive-container iframe, .responsive-container object, .responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.quietly-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  .quietly-container iframe, .quietly-container object, .quietly-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.w-DisqusHide {
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 2rem 0 0;
  line-height: 1;
  padding: 1rem;
  font-size: 1.25rem;
  font-style: italic; }

.w-NextEffect {
  position: relative; }
  .w-NextEffect .icon-wrap {
    text-align: center;
    position: relative;
    z-index: 100;
    display: block;
    padding: 13px 10px;
    border: 0px solid #333333;
    background: #333333;
    -webkit-transition: border-width 0.3s 0.15s, padding 0.3s;
    transition: border-width 0.3s 0.15s, padding 0.3s; }
  .w-NextEffect div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 360px;
    height: 144px;
    background: #333333;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  .w-NextEffect a.next div {
    right: 50px;
    padding: 10px 10px 10px 127px;
    -webkit-transform: translateY(-50%) translateX(50%) scaleX(0);
    transform: translateY(-50%) translateX(50%) scaleX(0); }
    .w-NextEffect a.next div p {
      margin: 0;
      color: #fff;
      font-style: normal;
      background: transparent;
      font-size: 75%;
      text-align: left;
      text-transform: none; }
  .w-NextEffect span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2; }
  .w-NextEffect h3 {
    margin: 0;
    padding: 5px 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
    color: white; }
  .w-NextEffect div p {
    margin: 0;
    color: #b24e44;
    font-style: normal;
    background: transparent;
    font-size: 75%;
    text-align: left; }
  .w-NextEffect img {
    position: absolute;
    top: 13px; }
  .w-NextEffect a.next img {
    left: 13px; }
  .w-NextEffect a:hover .icon-wrap {
    border-top-width: 40px;
    border-bottom-width: 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding: 20px 10px;
    background: #0188cc;
    border-color: #0188cc; }
  .w-NextEffect a:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translateX(0%) scaleX(1);
    transform: translateY(-50%) translateX(0%) scaleX(1); }
  .w-NextEffect h4 {
    margin: 0; }
    .w-NextEffect h4:hover {
      color: #87847e; }
      .w-NextEffect h4:hover i[class^="icon-"] {
        color: #87847e; }
        .w-NextEffect h4:hover i[class^="icon-"]:before {
          color: #87847e; }
    .w-NextEffect h4 i[class^="icon-"] {
      font-size: 1.5em;
      color: #87847e;
      padding-right: 5px; }
      .w-NextEffect h4 i[class^="icon-"]:hover {
        color: #87847e; }

.effect-wrapper {
  display: block; }

.w-ShareBarHor {
  margin-bottom: 1.5rem;
  padding: 0; }
  .w-ShareBarHor .w-ShareBarHor-wrap {
    text-align: center;
    top: 0; }
    .w-ShareBarHor .w-ShareBarHor-wrap p {
      display: none; }
    .w-ShareBarHor .w-ShareBarHor-wrap ul {
      display: inline-block;
      margin: 0 auto 10px; }
      @media only screen and (min-width:48.063em) {
        .w-ShareBarHor .w-ShareBarHor-wrap ul {
          display: block; } }
      .w-ShareBarHor .w-ShareBarHor-wrap ul li {
        display: inline-block;
        list-style-type: none; }
        .w-ShareBarHor .w-ShareBarHor-wrap ul li a {
          padding: 4px 10px 6px;
          display: block;
          font-size: 1.25rem;
          text-align: center;
          color: #87847e; }
          .w-ShareBarHor .w-ShareBarHor-wrap ul li a:hover {
            color: #52504d; }

.m-SiteHeader {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 5px 0px 0 rgba(0, 0, 0, 0.1);
  border-bottom: thin solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 77; }
  .m-SiteHeader.bar-hidden {
    top: -75px; }
    .sb-active .m-SiteHeader.bar-hidden {
      top: 0; }
  @media only screen and (min-width:48.063em) {
    .m-SiteHeader {
      top: 0; }
      .m-SiteHeader.bar-hidden {
        top: 0; }
        .sb-active .m-SiteHeader.bar-hidden {
          top: 0; } }

.home .m-SiteHeader {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 5px 0px 0 rgba(0, 0, 0, 0.1);
  border-bottom: thin solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 77; }
  .home .m-SiteHeader.bar-hidden {
    top: -75px; }
    .sb-active .home .m-SiteHeader.bar-hidden {
      top: 0; }
  @media only screen and (min-width:48.063em) {
    .home .m-SiteHeader {
      top: 0; }
      .home .m-SiteHeader.bar-hidden {
        top: 0; }
        .sb-active .home .m-SiteHeader.bar-hidden {
          top: 0; } }

.m-MustRead {
  display: block;
  padding: 0 1rem;
  margin-top: 0;
  text-align: center;
  top: 200px;
  z-index: 111; }
  @media only screen and (min-width:48.063em) {
    .m-MustRead {
      box-shadow: none;
      z-index: 7; } }
  .m-MustRead .m-MustRead-links {
    background-color: #b12220;
    border: 3px solid #b12220;
    top: 0; }
  .m-MustRead h3 {
    color: #fff;
    height: 49px;
    line-height: 100%;
    margin: 0;
    padding: 10px 0; }
  .m-MustRead h5 {
    color: #87847e;
    font-size: 0.75rem;
    margin: 0; }
  .m-MustRead ul {
    background-color: #fff;
    margin: 0; }
    .m-MustRead ul li {
      background-color: #fff;
      border-bottom: 1px solid #dbd8d0;
      display: block;
      list-style-type: none;
      list-style-position: inside;
      padding: 1.5rem 1em 1rem;
      position: relative; }
      .m-MustRead ul li:hover {
        background: #fffdec; }
      .m-MustRead ul li:first-child {
        padding-top: 1.5em; }
      .m-MustRead ul li:last-child {
        margin-bottom: 0; }
      .m-MustRead ul li .overlay {
        background: rgba(0, 0, 0, 0.8);
        color: white;
        font-size: 0.75rem;
        padding: 0px 6px;
        position: absolute;
        right: 0;
        text-align: right;
        text-transform: uppercase;
        top: 0;
        z-index: 10; }
  .m-MustRead a {
    display: block;
    text-decoration: none; }
    .m-MustRead a p {
      color: #333333; }
    .m-MustRead a:hover p {
      color: #4d4d4d; }
  .m-MustRead p {
    margin: 0; }
  .m-MustRead .m-MustRead-articleTitle {
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
    .m-MustRead .m-MustRead-articleTitle span {
      color: #b12220; }
  .m-MustRead .m-MustRead-img {
    margin: 0.5em auto; }
  .l-ArticleSingle .m-MustRead {
    top: 200px; }
  .l-Base .m-MustRead {
    top: 0; }

.m-MobileMustRead {
  background-color: #fff;
  padding: 0;
  position: relative;
  text-align: center;
  top: 115px; }
  .m-MobileMustRead .m-MustRead-links {
    background-color: white; }
  .m-MobileMustRead h3 {
    color: #333333;
    height: 49px;
    line-height: 100%;
    margin: 0;
    padding: 20px 0; }
  .m-MobileMustRead ul {
    background-color: #fff;
    margin: 0; }
    .m-MobileMustRead ul li {
      border-bottom: 1px solid #dbd8d0;
      display: block;
      list-style-type: none;
      list-style-position: inside;
      padding: 1em; }
      .m-MobileMustRead ul li:hover {
        background: #fffdec; }
      .m-MobileMustRead ul li:first-child {
        padding-top: 1em; }
      .m-MobileMustRead ul li:last-child {
        margin-bottom: 0; }
  .m-MobileMustRead a {
    display: block;
    text-decoration: none; }
    .m-MobileMustRead a p {
      color: #333333; }
    .m-MobileMustRead a:hover p {
      color: #4d4d4d; }
  .m-MobileMustRead p {
    margin: 0; }
  .m-MobileMustRead .m-MustRead-articleTitle {
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
    .m-MobileMustRead .m-MustRead-articleTitle span {
      color: #7a110e; }
  .m-MobileMustRead .m-MustRead-img {
    margin: 0.5em auto; }

.m-ArticleFixture {
  background-color: #dbd8d0; }
  .m-ArticleFixture a {
    text-decoration: none; }
  @media only screen and (min-width:48.063em) {
    .m-ArticleFixture {
      padding: 0 1rem;
      background: url(/static/img/bg_pattern.jpg) repeat; } }

.m-ArticleBody.mustread {
  border-bottom: 1px solid #dbd8d0;
  padding: 3rem 0; }

.m-AlsoRead {
  margin: 30px 0;
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  padding: 3rem 0;
  text-align: left;
  background: #fff; }
  .m-AlsoRead h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .m-AlsoRead img {
    margin: 0 auto; }
  .m-AlsoRead p {
    margin-top: 1em; }
  @media only screen and (min-width:48.063em) {
    .m-AlsoRead h6, .m-AlsoRead p {
      text-align: left; } }

.m-AlsoFrom h2 {
  border-bottom: 5px solid #dbd8d0;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
.m-AlsoFrom h6 {
  color: #555;
  text-align: left;
  font-size: 0.875rem; }

#author_modal {
  box-shadow: none;
  border: none; }
  #author_modal p {
    margin-bottom: 0; }
  #author_modal h2 {
    font-size: 1.4rem;
    margin-bottom: 0; }
  #author_modal h3 {
    font-size: 1rem; }
  #author_modal .columnist {
    margin: 0 auto;
    text-align: center; }
    #author_modal .columnist img {
      border-radius: 50%;
      border: 1px solid #ccc;
      margin: 0 auto; }
  #author_modal ul.tags {
    list-style-type: none;
    margin: 0; }
    #author_modal ul.tags li {
      display: inline-block;
      margin: 0 0.5em 0 0;
      font-size: 0.75rem;
      color: #272527; }
  #author_modal .close-reveal-modal {
    background-color: #b12220;
    color: white;
    display: block;
    font-weight: normal;
    height: 30px;
    line-height: 0.75;
    padding: 2px 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 30px; }
    @media only screen and (min-width:48.063em) {
      #author_modal .close-reveal-modal {
        height: 50px;
        line-height: 1;
        right: -50px;
        width: 50px; } }
    #author_modal .close-reveal-modal:hover {
      background-color: #861818; }
  #author_modal .social {
    width: 30px;
    position: absolute;
    top: 30px;
    right: 0px; }
    @media only screen and (min-width:48.063em) {
      #author_modal .social {
        width: 50px;
        top: 50px;
        right: -50px; } }
    #author_modal .social ul {
      list-style-type: none;
      margin: 0; }
      #author_modal .social ul li {
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
        display: block;
        background-color: #222; }
        @media only screen and (min-width:48.063em) {
          #author_modal .social ul li {
            width: 50px;
            height: 50px;
            padding: 10px 0; } }
        #author_modal .social ul li:hover {
          background-color: #0188cc; }
        #author_modal .social ul li a {
          font-size: 1rem;
          color: white; }
          @media only screen and (min-width:48.063em) {
            #author_modal .social ul li a {
              font-size: 1.25rem; } }
  #author_modal hr {
    border-bottom: 1px solid #ccc; }

/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #fff; }

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */ }

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #fff;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */ }

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
  border-right: 3px solid rgba(0, 0, 0, 0.1); }

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
  border-left: 3px solid rgba(0, 0, 0, 0.1); }

html.sb-static .sb-slidebar, .sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */ }

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */ }

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */ }

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */ }

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%; }
  .sb-width-thin {
    width: 55%; }
  .sb-width-wide {
    width: 85%; } }

@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%; }
  .sb-width-thin {
    width: 40%; }
  .sb-width-wide {
    width: 70%; } }

@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%; }
  .sb-width-thin {
    width: 25%; }
  .sb-width-wide {
    width: 55%; } }

@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%; }
  .sb-width-thin {
    width: 15%; }
  .sb-width-wide {
    width: 45%; } }

@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%; }
  .sb-width-thin {
    width: 5%; }
  .sb-width-wide {
    width: 35%; } }

/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ }

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */ }

.m-SiteFooter {
  background-color: #272527;
  overflow: hidden; }

.m-PageBreak {
  height: 400px;
  position: relative;
  text-align: center;
  background: url(/static/img/page-breaks/van_bg_1.jpg) center center no-repeat;
  background-size: cover; }
  .m-PageBreak.alt {
    background: url(/static/img/page-breaks/van_bg_2.jpg) center center no-repeat; }
  .m-PageBreak.alt2 {
    background: url(/static/img/page-breaks/van_bg_3.jpg) center center no-repeat; }
  .m-PageBreak .content h1 {
    color: white;
    font-size: 2rem; }
    @media only screen and (min-width:48.063em) {
      .m-PageBreak .content h1 {
        font-size: 2.8125rem; } }
  .m-PageBreak .content h3 {
    color: white;
    font-size: 1rem; }
    @media only screen and (min-width:48.063em) {
      .m-PageBreak .content h3 {
        font-size: 1.375rem; } }
  .m-PageBreak .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }

.m-Pricing {
  background: url(/static/img/bg_pattern.jpg) repeat;
  padding-bottom: 3rem; }
  .m-Pricing h3 {
    margin-bottom: 2rem; }
    .m-Pricing h3.special {
      border-bottom: 5px solid #dbd8d0;
      padding-bottom: 1rem;
      text-align: center; }
  .m-Pricing .p-Button--Trans {
    display: block; }

.m-LatestArticles {
  margin: 30px 0 0 0;
  padding: 3rem 1rem 0 1rem;
  text-align: left; }
  .m-LatestArticles h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }

.m-ExploreSections {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  .m-ExploreSections h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExploreSections a {
    color: #87847e;
    display: block;
    font-size: 0.75rem; }
    .m-ExploreSections a:hover {
      color: #7a110e; }
  .m-ExploreSections img {
    margin: 0 auto; }
  .m-ExploreSections p {
    margin-top: 1em; }
  .m-ExploreSections h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExploreSections .p-Button--Trans {
    display: block;
    font-size: 1rem;
    color: #0188cc; }
    .m-ExploreSections .p-Button--Trans:hover {
      color: #014466; }

.m-ExploreSponsored {
  border-bottom: 1px solid #dbd8d0;
  padding: 3rem 0;
  text-align: left;
  background: white;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .m-ExploreSponsored h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    text-align: center; }
  .m-ExploreSponsored img {
    margin: 0 auto; }
  .m-ExploreSponsored p {
    margin-top: 1em; }
  @media only screen and (min-width:48.063em) {
    .m-ExploreSponsored h6, .m-ExploreSponsored p {
      text-align: left; } }
  .m-ExploreSponsored .p-Button--Trans {
    display: block; }

.m-ExploreWhatsHappening {
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-bottom: 1px solid #dbd8d0; }
  .m-ExploreWhatsHappening h2 {
    margin-bottom: 0;
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExploreWhatsHappening h6 {
    text-align: center;
    font-size: 1rem;
    color: #87847e; }
  .m-ExploreWhatsHappening a {
    color: #0188cc; }
  .m-ExploreWhatsHappening .p-Button--Trans {
    display: block; }

.m-ExplorePeople {
  padding: 3rem 0;
  text-align: left; }
  .m-ExplorePeople h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExplorePeople h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExplorePeople .p-Button--Trans {
    display: block; }

.m-ExploreData {
  padding: 3rem 0;
  background: white;
  border-top: 1px solid #dbd8d0; }
  .m-ExploreData h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExploreData h4 {
    margin: 1rem 0 0; }
    .m-ExploreData h4 a {
      text-decoration: none;
      color: #333333; }
      .m-ExploreData h4 a:hover {
        color: #0188cc; }
  .m-ExploreData h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: 0.5rem; }
  .m-ExploreData h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExploreData .p-Button--Trans {
    margin-top: 2rem;
    display: block; }

.m-ExploreAuthors {
  padding: 3rem 0;
  text-align: center;
  background: white;
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0; }
  @media only screen and (min-width:64.063em) {
    .m-ExploreAuthors {
      text-align: left; } }
  .m-ExploreAuthors h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-ExploreAuthors h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
    @media only screen and (min-width:64.063em) {
      .m-ExploreAuthors h3 {
        margin-top: 0.5rem; } }
  .m-ExploreAuthors h5 {
    font-size: 0.75rem;
    color: #dbd8d0; }
  .m-ExploreAuthors .author a {
    color: #0188cc;
    font-size: 0.75rem;
    line-height: 1rem;
    text-decoration: none; }
  .m-ExploreAuthors .author img {
    border-radius: 50%;
    border: 2px solid #dbd8d0; }
  .m-ExploreAuthors .p-Button--Trans {
    display: block; }

.m-ExploreDigitalEdition {
  border-bottom: 1px solid #dbd8d0;
  padding: 3rem 0;
  background: white; }
  .m-ExploreDigitalEdition a {
    text-decoration: none; }
  .m-ExploreDigitalEdition h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    text-align: center; }
  .m-ExploreDigitalEdition h4 {
    margin: 1rem 0 0; }
  .m-ExploreDigitalEdition h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0.5rem; }
  .m-ExploreDigitalEdition .magazine {
    margin-bottom: 2rem; }

.m-EventGallery {
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .m-EventGallery h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .m-EventGallery .orbit-container {
    overflow: visible !important; }
    .m-EventGallery .orbit-container .orbit-slides-container {
      overflow: hidden !important; }
    .m-EventGallery .orbit-container .orbit-next {
      right: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      .m-EventGallery .orbit-container .orbit-next > span {
        border-left-color: black; }
    .m-EventGallery .orbit-container .orbit-prev {
      left: -20px;
      background: white;
      color: black;
      width: 40px;
      height: 40px;
      border: 1px solid #87847e; }
      .m-EventGallery .orbit-container .orbit-prev > span {
        border-right-color: black; }

.m-PeopleInVancouver {
  padding: 3rem 0;
  text-align: left;
  border-bottom: 1px solid #dbd8d0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  .m-PeopleInVancouver h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleInVancouver h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleInVancouver .p-Button--Trans {
    display: block;
    color: #0188cc; }

.m-PeopleWhosGettingSued {
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-bottom: 1px solid #dbd8d0; }
  .m-PeopleWhosGettingSued h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleWhosGettingSued h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleWhosGettingSued a {
    color: #0188cc; }
  .m-PeopleWhosGettingSued .p-Button--Trans {
    display: block; }

.m-PeopleBIVEvents {
  padding: 3rem 0;
  text-align: left;
  border-bottom: 1px solid #dbd8d0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  .m-PeopleBIVEvents h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleBIVEvents h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleBIVEvents a {
    color: #0188cc; }
  .m-PeopleBIVEvents .p-Button--Trans {
    display: block; }

.m-EventHeader {
  height: 400px;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  background-position: center center;
  background-repeat: no-repeat; }
  .m-EventHeader.fortyunder40 {
    background-color: #5A514A;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/40under40.png");
    margin-top: -1rem; }
  .m-EventHeader.influential_women {
    background-color: #3e3c40;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/influencial_women_bg.png");
    margin-top: -1rem; }
  .m-EventHeader.ceo_of_the_year {
    background-color: #625a53;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/ceo_of_the_year_bg.png");
    margin-top: -1rem; }
  .m-EventHeader.cfo_of_the_year {
    background-color: #625a53;
    background-size: 1222px 400px;
    background-image: url("/static/img/events/cfo_of_the_year_bg.png");
    margin-top: -1rem; }
  .m-EventHeader .content {
    text-align: left;
    z-index: 4; }
    .m-EventHeader .content h3 {
      color: white;
      margin: 1rem 0; }
  .m-EventHeader .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .m-EventHeader .p-Button--Blue {
    margin: 0; }

.m-EventClassList {
  margin: 30px 0;
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-top: 1px solid #dbd8d0; }
  .m-EventClassList h2 {
    margin-bottom: 0;
    text-align: center; }
  .m-EventClassList h3 {
    font-size: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #87847e; }
  .m-EventClassList h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-EventClassList a {
    color: #0188cc; }
  .m-EventClassList img {
    border-radius: 50%;
    border: 1px solid #87847e; }
  .m-EventClassList .p-Button--Trans {
    display: block; }

.m-EventClassPrevious {
  margin: 30px 0;
  padding: 3rem 0;
  text-align: left;
  background: white;
  border-top: 1px solid #dbd8d0; }
  .m-EventClassPrevious h2 {
    margin-bottom: 0;
    text-align: center; }
  .m-EventClassPrevious h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-EventClassPrevious a {
    color: #0188cc; }
  .m-EventClassPrevious img {
    border-radius: 50%;
    border: 1px solid #87847e; }
  .m-EventClassPrevious .p-Button--Trans {
    display: block; }

.m-EventCreate {
  border-bottom: thin solid #ccc;
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .m-EventCreate h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .m-EventCreate p {
    clear: both; }
  .m-EventCreate .recurrence-widget {
    margin-bottom: 1rem; }
  .m-EventCreate div.recurrence-widget .add-button, .m-EventCreate div.recurrence-widget .add-button:link, .m-EventCreate div.recurrence-widget .add-button:visited {
    color: #0188cc; }

.m-BIVEvents h2 {
  margin-bottom: 0;
  text-align: center; }
.m-BIVEvents h6 {
  border-bottom: 5px solid #dbd8d0;
  text-align: center;
  font-size: 1rem;
  color: #87847e;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem; }
  .m-BIVEvents h6.tags {
    text-align: left;
    border-bottom: none;
    margin: 0.5rem 0;
    padding: 0.5rem 0; }
.m-BIVEvents .header {
  padding-bottom: 2rem; }

.m-WeekendContentBlock {
  padding: 3rem 0;
  border-top: 1px solid #dbd8d0;
  padding-bottom: 1rem; }
  .m-WeekendContentBlock h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  .m-WeekendContentBlock h3 {
    margin-bottom: 2rem; }
  .m-WeekendContentBlock h6 {
    color: #555;
    text-align: left;
    font-size: 0.875rem; }
  .m-WeekendContentBlock p {
    text-align: left; }
  .m-WeekendContentBlock .centered {
    text-align: center; }
  .m-WeekendContentBlock .left {
    text-align: left; }
  .m-WeekendContentBlock ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; }
    .m-WeekendContentBlock ul li {
      padding-left: 1em;
      text-indent: -0.7em; }
      .m-WeekendContentBlock ul li:before {
        content: "■";
        color: #7a110e;
        padding-right: 7px; }

.m-WeekendTopThree {
  padding: 3rem 0;
  border-top: 1px solid #dbd8d0;
  padding-bottom: 1rem; }
  .m-WeekendTopThree h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }

.m-Video {
  border-bottom: thin solid #ccc;
  padding: 3rem 0;
  text-align: center;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .m-Video h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  .m-Video h6 {
    color: #555;
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 0; }

.m-CategoryDetail {
  padding: 3rem 0; }
  .m-CategoryDetail h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  .m-CategoryDetail h6 {
    color: #555;
    text-align: left;
    font-size: 0.875rem; }

.m-Dashboard {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .m-Dashboard h2 {
    border-bottom: 1px solid #dbd8d0;
    display: block;
    margin: 1rem 0;
    padding: 0.25rem 0;
    text-align: left; }
  .m-Dashboard h3 {
    border-bottom: 1px solid #dbd8d0;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 0.25rem 0; }
  .m-Dashboard .p-Button--Blue {
    margin: 0; }
  .m-Dashboard > div {
    padding-bottom: 2rem; }

.m-Data {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }
  .m-Data a {
    text-decoration: none; }
  .m-Data p {
    padding: 0; }
  .m-Data .ads {
    margin-top: 2rem; }
  .m-Data .m-Data-list li {
    margin: 0;
    padding-bottom: 0; }
  .m-Data h2 {
    margin: 2rem 0 0;
    padding-bottom: 0.25rem;
    text-align: center; }
  .m-Data h3 {
    border-bottom: 1px solid #dbd8d0;
    margin: 2rem 0 1rem;
    padding-bottom: 0.25rem;
    text-align: center; }
  .m-Data h4 {
    text-align: center;
    font-size: 1.25rem; }
    .m-Data h4:hover {
      color: #0188cc; }
  .m-Data h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: 0.5rem; }
  .m-Data h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-Data .data-search {
    text-align: center; }
    .m-Data .data-search a {
      font-size: 0.75rem; }
  .m-Data .btn {
    padding: 0 1rem;
    border-radius: 0 3px 3px 0; }
  .m-Data input {
    border-radius: 3px 0 0 3px; }
  .m-Data .p-Button--Trans {
    display: block; }

.m-MessageCenter {
  display: block; }
  .m-MessageCenter .alert-box {
    background-color: #fffcd9;
    border-color: #d9c700;
    border-radius: 0.5rem;
    color: #403b00;
    margin: 1rem 0 2rem;
    padding: 1rem 0; }
    .m-MessageCenter .alert-box a {
      text-decoration: none; }
    .m-MessageCenter .alert-box .button {
      background: #8c8100;
      border-radius: 3px;
      color: white;
      font-style: italic;
      margin: 1rem;
      padding: 0.5rem 1rem; }
      .m-MessageCenter .alert-box .button:hover {
        background: #403b00; }
    .m-MessageCenter .alert-box .close {
      background: white;
      border: 1px solid #d9c700;
      border-radius: 50%;
      color: #d9c700;
      opacity: 1;
      padding: 8px 2px 8px 2px;
      position: absolute;
      right: 0.5rem;
      top: 50%; }
    .m-MessageCenter .alert-box.warning {
      border: 1px solid #d9c700;
      color: #403b00;
      background: #fffcd9; }
      .m-MessageCenter .alert-box.warning .button {
        background: #D0B75A; }
        .m-MessageCenter .alert-box.warning .button:hover {
          background: #c0a237; }
      .m-MessageCenter .alert-box.warning .close {
        border: 1px solid #d9c700;
        color: #d9c700; }
    .m-MessageCenter .alert-box.error {
      border: 1px solid #d90400;
      color: #400100;
      background: #ffdad9; }
      .m-MessageCenter .alert-box.error .button {
        background: #8c0200; }
        .m-MessageCenter .alert-box.error .button:hover {
          background: #400100; }
      .m-MessageCenter .alert-box.error .close {
        border: 1px solid #d90400;
        color: #d90400; }
    .m-MessageCenter .alert-box.success {
      border: 1px solid #0ed900;
      color: #044000;
      background: #dbffd9; }
      .m-MessageCenter .alert-box.success .button {
        background: #098c00; }
        .m-MessageCenter .alert-box.success .button:hover {
          background: #044000; }
      .m-MessageCenter .alert-box.success .close {
        border: 1px solid #0ed900;
        color: #0ed900; }
    .m-MessageCenter .alert-box.information {
      border: 1px solid #00d8b0;
      color: #003f33;
      background: #d8fff8; }
      .m-MessageCenter .alert-box.information .button {
        background: #003f33; }
        .m-MessageCenter .alert-box.information .button:hover {
          background: #000c0a; }
      .m-MessageCenter .alert-box.information .close {
        border: 1px solid #00d8b0;
        color: #00d8b0; }
  .m-MessageCenter p {
    margin: 0;
    padding: 0; }

.m-AdvertiseHeader {
  height: 400px;
  position: relative;
  text-align: center;
  background: url(/static/img/subscribe_background.png) center center no-repeat;
  background-size: cover; }
  .m-AdvertiseHeader .content h1 {
    color: white; }
  .m-AdvertiseHeader .content h3 {
    color: white; }
  .m-AdvertiseHeader .content p {
    color: #fff; }
  .m-AdvertiseHeader .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }

.m-AdvertiseMediaKits {
  background: white;
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  padding: 3rem 0; }
  .m-AdvertiseMediaKits h2 {
    margin-bottom: 0;
    text-align: center; }
  .m-AdvertiseMediaKits h4 {
    font-size: 1.125rem;
    margin: 0 0 0 1rem; }
  .m-AdvertiseMediaKits h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: 0.5rem; }
  .m-AdvertiseMediaKits h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-AdvertiseMediaKits .p-Button--Trans, .m-AdvertiseMediaKits .p-Button--Blue {
    margin: 1rem;
    padding: 0.5rem 1rem; }
  .m-AdvertiseMediaKits ul {
    text-align: left; }
    .m-AdvertiseMediaKits ul li {
      margin-bottom: 1rem; }

.m-AdvertiseNumbers {
  background: url(/static/img/bg_pattern.jpg) repeat;
  padding: 3rem 0; }
  .m-AdvertiseNumbers ul li h3 {
    font-size: 3.75rem; }
  .m-AdvertiseNumbers ul li h4 {
    font-size: 1rem; }
  .m-AdvertiseNumbers .w-AdvertiseContact {
    padding: 4rem 0 0 0; }
    .m-AdvertiseNumbers .w-AdvertiseContact h4 {
      font-size: 1rem; }

.m-AdvertiseWithBIV {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }
  .m-AdvertiseWithBIV h3 {
    margin-bottom: 0; }
  .m-AdvertiseWithBIV h6 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: 0.5rem; }
  .m-AdvertiseWithBIV .p-Button--Trans {
    display: block; }

.m-AdvertisePublications {
  background: url(/static/img/bg_pattern.jpg) repeat;
  padding: 3rem 0;
  text-align: left; }
  .m-AdvertisePublications h2 {
    margin-bottom: 0;
    text-align: center; }
  .m-AdvertisePublications h4 {
    border-bottom: 1px solid #dbd8d0;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem; }
  .m-AdvertisePublications h5 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: 0.5rem; }
  .m-AdvertisePublications h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
    .m-AdvertisePublications h6.tags {
      text-align: left;
      border-bottom: none;
      margin: 0.5rem 0;
      padding: 0.5rem 0; }
  .m-AdvertisePublications .p-Button--Trans, .m-AdvertisePublications .p-Button--Blue {
    margin: 0;
    padding: 0.5rem 1rem; }
  .m-AdvertisePublications .w-Publication {
    border-bottom: 1px solid #dbd8d0;
    padding: 3rem 0; }

.m-ArticleGallery .orbit-container {
  overflow: visible !important; }
  .m-ArticleGallery .orbit-container .orbit-slides-container {
    overflow: hidden !important; }
  .m-ArticleGallery .orbit-container .orbit-next {
    right: -20px;
    background: white;
    color: black;
    width: 40px;
    height: 40px;
    border: 1px solid #87847e; }
    .m-ArticleGallery .orbit-container .orbit-next > span {
      border-left-color: black; }
  .m-ArticleGallery .orbit-container .orbit-prev {
    left: -20px;
    background: white;
    color: black;
    width: 40px;
    height: 40px;
    border: 1px solid #87847e; }
    .m-ArticleGallery .orbit-container .orbit-prev > span {
      border-right-color: black; }

.m-Modal {
  box-shadow: none;
  border: none; }
  .m-Modal a {
    text-decoration: none; }
  .m-Modal p {
    margin-bottom: 0; }
  .m-Modal h2 {
    font-size: 1.4rem;
    margin-bottom: 0; }
  .m-Modal h3 {
    font-size: 1rem; }
  .m-Modal ul {
    list-style-type: none;
    margin-left: 0; }
  .m-Modal .close-reveal-modal {
    text-align: center;
    color: white;
    font-weight: normal;
    padding: 2px 0;
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    display: block;
    background-color: #b12220; }
    @media only screen and (min-width:48.063em) {
      .m-Modal .close-reveal-modal {
        right: -50px; } }
    .m-Modal .close-reveal-modal:hover {
      background-color: #861818; }
  .m-Modal .social {
    width: 50px;
    position: absolute;
    top: 50px;
    right: -50px; }
    .m-Modal .social ul {
      list-style-type: none;
      margin: 0; }
      .m-Modal .social ul li {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 10px 0;
        display: block;
        background-color: #222; }
        .m-Modal .social ul li:hover {
          background-color: #0188cc; }
        .m-Modal .social ul li a {
          font-size: 1.25rem;
          color: white; }

.m-BasePage {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .m-BasePage h2 {
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 5px solid #dbd8d0; }
  .m-BasePage ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    text-align: left; }
    .m-BasePage ul li {
      padding-left: 1em;
      text-indent: -0.7em; }
      .m-BasePage ul li:before {
        content: "■";
        color: #7a110e;
        padding-right: 7px; }

.m-AskTheExperts {
  padding: 3rem 0;
  text-align: left;
  border-bottom: 1px solid #dbd8d0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  box-shadow: inset 0 -20px 20px -20px #333333;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333; }
  .m-AskTheExperts h2 {
    margin-bottom: 0;
    text-align: center; }
  .m-AskTheExperts h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-AskTheExperts a {
    color: #0188cc; }
  .m-AskTheExperts .p-Button--Trans {
    display: block; }

.m-Search {
  padding: 3rem 0;
  text-align: left;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .m-Search small {
    font-size: 80%;
    line-height: inherit;
    color: #666; }
  .m-Search h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .m-Search h4 {
    font-size: 1.25rem;
    padding: 0;
    margin-bottom: 0; }
  .m-Search p {
    margin-top: 0; }
  .m-Search img {
    margin: 0 auto; }
  .m-Search .SearchSidebar {
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */ }
    .m-Search .SearchSidebar h4 {
      padding: 1rem 0 0 0; }
    .m-Search .SearchSidebar dl dd {
      margin-bottom: 0.5rem; }
    .m-Search .SearchSidebar dl dt {
      font-weight: normal; }
    .m-Search .SearchSidebar input[type="checkbox"] + label {
      margin-right: 0; }
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked), .m-Search .SearchSidebar [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked) + label, .m-Search .SearchSidebar [type="checkbox"]:checked + label {
      margin-left: 0;
      position: relative;
      padding-left: 20px;
      padding-bottom: 0px;
      text-transform: none;
      cursor: pointer; }
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked) + label:before, .m-Search .SearchSidebar [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 15px;
      height: 15px;
      border: 1px solid #aaa;
      background: #f8f8f8;
      border-radius: 0px;
      display: block; }
    .m-Search .SearchSidebar [type="checkbox"]:not(:checked) + label:after, .m-Search .SearchSidebar [type="checkbox"]:checked + label:after {
      font-family: "p-iconfont";
      content: "\e024";
      position: absolute;
      top: 3px;
      left: 2px;
      line-height: 1rem;
      font-size: 20px;
      color: #0188cc;
      transition: all 0.2s; }

.m-Login {
  padding: 3rem 0;
  text-align: center;
  background: url(/static/img/bg_pattern.jpg) repeat; }

.m-DigitalDetail {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }
  .m-DigitalDetail h2 {
    margin-bottom: 0; }
  .m-DigitalDetail h6 {
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 0;
    padding-bottom: 0.5rem; }
  .m-DigitalDetail .embed-box {
    position: relative;
    padding-bottom: 65.14%;
    /* ratio for youtube embed */
    height: auto;
    overflow: hidden; }
  .m-DigitalDetail .embed-box iframe, .m-DigitalDetail .embed-box object, .m-DigitalDetail .embed-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.m-Newsletters {
  padding: 2rem 0;
  text-align: left; }
  .m-Newsletters h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .m-Newsletters .indicates-required, .m-Newsletters .asterisk {
    color: #b12220; }
  .m-Newsletters .indicates-required {
    margin-bottom: 1rem; }
  .m-Newsletters .submit-wrapper {
    padding: 1rem;
    text-align: center; }

.m-Authors {
  padding: 3rem 0;
  text-align: center;
  background: white;
  border-top: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0; }
  @media only screen and (min-width:64.063em) {
    .m-Authors {
      text-align: left; } }
  .m-Authors h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-Authors h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
    @media only screen and (min-width:64.063em) {
      .m-Authors h3 {
        margin-top: 0.5rem; } }
  .m-Authors h5 {
    font-size: 0.75rem;
    color: #dbd8d0; }
  .m-Authors h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-Authors .author a {
    color: #0188cc;
    font-size: 0.75rem;
    line-height: 1rem;
    text-decoration: none; }
  .m-Authors .author img {
    border-radius: 50%;
    border: 2px solid #dbd8d0; }
  .m-Authors .p-Button--Trans {
    display: block; }

.m-PeopleProfiles {
  padding: 3rem 0;
  text-align: left; }
  .m-PeopleProfiles h2 {
    text-align: center;
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleProfiles h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-PeopleProfiles .p-Button--Trans {
    display: block; }

.m-FeaturedEvents {
  border-top: thin solid #ccc;
  padding: 3rem 0;
  text-align: left;
  background: #fff; }
  .m-FeaturedEvents h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }

.m-PasswordRecovery {
  padding: 3rem 0;
  background: url(/static/img/bg_pattern.jpg) repeat;
  text-align: left; }

.m-IssueClassList {
  margin: 0;
  padding: 3rem 0;
  text-align: left;
  background: white; }
  .m-IssueClassList h2 {
    margin-bottom: 0;
    text-align: center; }
  .m-IssueClassList h3 {
    font-size: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #87847e; }
  .m-IssueClassList h6 {
    border-bottom: 5px solid #dbd8d0;
    text-align: center;
    font-size: 1rem;
    color: #87847e;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem; }
  .m-IssueClassList a {
    color: #0188cc; }
  .m-IssueClassList img {
    border-radius: 50%;
    border: 1px solid #87847e; }
  .m-IssueClassList .p-Button--Trans {
    display: block; }

.m-ErrorPage {
  margin: 3rem 0; }
  .m-ErrorPage h1 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-family: "Adelle", Georgia, serif; }
  .m-ErrorPage h4 {
    font-family: "Adelle", Georgia, serif; }
  .m-ErrorPage .button .icon-magnify {
    font-size: 2rem; }
  .m-ErrorPage form label {
    display: none; }

.m-AlsoReadTest {
  margin: 30px 0;
  text-align: left; }
  .m-AlsoReadTest h2 {
    border-bottom: 5px solid #dbd8d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
  .m-AlsoReadTest img {
    margin: 0 auto; }
  .m-AlsoReadTest p {
    margin-top: 1em; }
  @media only screen and (min-width:48.063em) {
    .m-AlsoReadTest h6, .m-AlsoReadTest p {
      text-align: left; } }

.l-ArticleSingle {
  margin-top: 3rem; }
  .l-ArticleSingle .ArticleBody-wrap .row > [class*="column"] + [class*="column"]:last-child {
    float: left; }
  .l-ArticleSingle:after {
    content: "";
    display: table;
    clear: both; }

.l-Site-container {
  position: relative;
  overflow: hidden;
  background: url(/static/img/bg_pattern.jpg) repeat; }
  .l-Site-container .site-wrapper {
    min-height: 500px; }
  .l-Site-container .l-Site-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  .l-Site-container.mm-is-open .l-Site-pusher {
    -webkit-transform: translate3D(300px, 0, 0);
    -moz-transform: translate3D(300px, 0, 0);
    -ms-transform: translate3D(300px, 0, 0);
    -o-transform: translate3D(300px, 0, 0);
    transform: translate3D(300px, 0, 0); }

.l-Subscribe {
  text-align: center; }

.l-Base {
  margin-top: 1rem; }
