/* Minification failed. Returning unminified contents.
(4594,47): run-time error CSS1055: Expected media-query expression, found 'screen'
 */
/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 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;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.container {
  overflow: hidden;
  width: 100%;
}
.section {
  display: block;
  padding: 48px 0;
  width: 100%;
}
.section.section-size0 {
  padding: 0;
}
.section.section-size1 {
  padding: 12px 0;
}
.section.section-size2 {
  padding: 24px 0;
}
.section.section-size3 {
  padding: 36px 0;
}
.section.section-size5 {
  padding: 60px 0;
}
.section.section-size6 {
  padding: 72px 0;
}
.section.section-bottom-size0 {
  padding-bottom: 0;
}
.column + .column {
  margin-top: 6%;
}
.column > :last-child {
  margin-bottom: 0;
}
.column > :first-child {
  margin-top: 0;
}
.row + .row {
  margin-top: 6%;
}
.row + .row.row-divided {
  border-top: 1px solid #dedede;
  padding-top: 6%;
}
@media only screen and (min-width: 320px) {
  .column[class*="xsmall-"] + .column[class*="xsmall-"] {
    margin-top: 0;
  }
}
@media only screen and (min-width: 540px) {
  .column + .column {
    margin-top: 3%;
  }
  .column[class*="small-"] + .column[class*="small-"] {
    margin-top: 0;
  }
  .row + .row {
    margin-top: 48px;
  }
  .row + .row.row-divided {
    margin-top: 24px;
    padding-top: 24px;
  }
  .row.row-size0 {
    margin-top: 0;
  }
  .row + .row.row-size0.row-divided {
    margin-top: 0;
    padding-top: 0;
  }
  .row.row-size1 {
    margin-top: 12px;
  }
  .row + .row.row-size1.row-divided {
    margin-top: 6px;
    padding-top: 6px;
  }
  .row.row-size2 {
    margin-top: 24px;
  }
  .row + .row.row-size2.row-divided {
    margin-top: 12px;
    padding-top: 12px;
  }
  .row.row-size3 {
    margin-top: 36px;
  }
  .row + .row.row-size3.row-divided {
    margin-top: 18px;
    padding-top: 18px;
  }
  .row.row-size4 {
    margin-top: 48px;
  }
  .row + .row.row-size4.row-divided {
    margin-top: 24px;
    padding-top: 24px;
  }
  .row.row-size5 {
    margin-top: 60px;
  }
  .row + .row.row-size5.row-divided {
    margin-top: 30px;
    padding-top: 30px;
  }
  .row.row-size6 {
    margin-top: 72px;
  }
  .row + .row.row-size6.row-divided {
    margin-top: 36px;
    padding-top: 36px;
  }
  .row.row-middled-flex {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .column[class*="medium-"] + .column[class*="medium-"] {
    margin-top: 0;
  }
  .row.row-middled {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .column[class*="large-"] + .column[class*="large-"] {
    margin-top: 0;
  }
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.nowrap {
  white-space: nowrap;
}
/*!
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before,
.row::after {
  content: ' ';
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}
.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}
.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 20em) {
  .xsmall-1 {
    width: 8.33333%;
  }
  .xsmall-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xsmall-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xsmall-offset-0 {
    margin-left: 0%;
  }
  .xsmall-2 {
    width: 16.66667%;
  }
  .xsmall-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xsmall-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xsmall-offset-1 {
    margin-left: 8.33333%;
  }
  .xsmall-3 {
    width: 25%;
  }
  .xsmall-push-3 {
    position: relative;
    left: 25%;
  }
  .xsmall-pull-3 {
    position: relative;
    left: -25%;
  }
  .xsmall-offset-2 {
    margin-left: 16.66667%;
  }
  .xsmall-4 {
    width: 33.33333%;
  }
  .xsmall-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xsmall-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xsmall-offset-3 {
    margin-left: 25%;
  }
  .xsmall-5 {
    width: 41.66667%;
  }
  .xsmall-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xsmall-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xsmall-offset-4 {
    margin-left: 33.33333%;
  }
  .xsmall-6 {
    width: 50%;
  }
  .xsmall-push-6 {
    position: relative;
    left: 50%;
  }
  .xsmall-pull-6 {
    position: relative;
    left: -50%;
  }
  .xsmall-offset-5 {
    margin-left: 41.66667%;
  }
  .xsmall-7 {
    width: 58.33333%;
  }
  .xsmall-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xsmall-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xsmall-offset-6 {
    margin-left: 50%;
  }
  .xsmall-8 {
    width: 66.66667%;
  }
  .xsmall-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xsmall-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xsmall-offset-7 {
    margin-left: 58.33333%;
  }
  .xsmall-9 {
    width: 75%;
  }
  .xsmall-push-9 {
    position: relative;
    left: 75%;
  }
  .xsmall-pull-9 {
    position: relative;
    left: -75%;
  }
  .xsmall-offset-8 {
    margin-left: 66.66667%;
  }
  .xsmall-10 {
    width: 83.33333%;
  }
  .xsmall-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xsmall-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xsmall-offset-9 {
    margin-left: 75%;
  }
  .xsmall-11 {
    width: 91.66667%;
  }
  .xsmall-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xsmall-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xsmall-offset-10 {
    margin-left: 83.33333%;
  }
  .xsmall-12 {
    width: 100%;
  }
  .xsmall-offset-11 {
    margin-left: 91.66667%;
  }
  .xsmall-up-1 > .column,
  .xsmall-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xsmall-up-1 > .column:nth-of-type(1n),
  .xsmall-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-1 > .column:nth-of-type(1n+1),
  .xsmall-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xsmall-up-1 > .column:last-child,
  .xsmall-up-1 > .columns:last-child {
    float: left;
  }
  .xsmall-up-2 > .column,
  .xsmall-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xsmall-up-2 > .column:nth-of-type(1n),
  .xsmall-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-2 > .column:nth-of-type(2n+1),
  .xsmall-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xsmall-up-2 > .column:last-child,
  .xsmall-up-2 > .columns:last-child {
    float: left;
  }
  .xsmall-up-3 > .column,
  .xsmall-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xsmall-up-3 > .column:nth-of-type(1n),
  .xsmall-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-3 > .column:nth-of-type(3n+1),
  .xsmall-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xsmall-up-3 > .column:last-child,
  .xsmall-up-3 > .columns:last-child {
    float: left;
  }
  .xsmall-up-4 > .column,
  .xsmall-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xsmall-up-4 > .column:nth-of-type(1n),
  .xsmall-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-4 > .column:nth-of-type(4n+1),
  .xsmall-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xsmall-up-4 > .column:last-child,
  .xsmall-up-4 > .columns:last-child {
    float: left;
  }
  .xsmall-up-5 > .column,
  .xsmall-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xsmall-up-5 > .column:nth-of-type(1n),
  .xsmall-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-5 > .column:nth-of-type(5n+1),
  .xsmall-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xsmall-up-5 > .column:last-child,
  .xsmall-up-5 > .columns:last-child {
    float: left;
  }
  .xsmall-up-6 > .column,
  .xsmall-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xsmall-up-6 > .column:nth-of-type(1n),
  .xsmall-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-6 > .column:nth-of-type(6n+1),
  .xsmall-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xsmall-up-6 > .column:last-child,
  .xsmall-up-6 > .columns:last-child {
    float: left;
  }
  .xsmall-up-7 > .column,
  .xsmall-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xsmall-up-7 > .column:nth-of-type(1n),
  .xsmall-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-7 > .column:nth-of-type(7n+1),
  .xsmall-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xsmall-up-7 > .column:last-child,
  .xsmall-up-7 > .columns:last-child {
    float: left;
  }
  .xsmall-up-8 > .column,
  .xsmall-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xsmall-up-8 > .column:nth-of-type(1n),
  .xsmall-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xsmall-up-8 > .column:nth-of-type(8n+1),
  .xsmall-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xsmall-up-8 > .column:last-child,
  .xsmall-up-8 > .columns:last-child {
    float: left;
  }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xsmall-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xsmall-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xsmall-uncentered,
  .xsmall-push-0,
  .xsmall-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 33.75em) {
  .small-1 {
    width: 8.33333%;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .small-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .small-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .small-offset-1 {
    margin-left: 8.33333%;
  }
  .small-3 {
    width: 25%;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
  }
  .small-pull-3 {
    position: relative;
    left: -25%;
  }
  .small-offset-2 {
    margin-left: 16.66667%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .small-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .small-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .small-offset-4 {
    margin-left: 33.33333%;
  }
  .small-6 {
    width: 50%;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
  }
  .small-pull-6 {
    position: relative;
    left: -50%;
  }
  .small-offset-5 {
    margin-left: 41.66667%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .small-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .small-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .small-offset-7 {
    margin-left: 58.33333%;
  }
  .small-9 {
    width: 75%;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
  }
  .small-pull-9 {
    position: relative;
    left: -75%;
  }
  .small-offset-8 {
    margin-left: 66.66667%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .small-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .small-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .small-offset-10 {
    margin-left: 83.33333%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.66667%;
  }
  .small-up-1 > .column,
  .small-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .small-up-1 > .column:nth-of-type(1n),
  .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-1 > .column:nth-of-type(1n+1),
  .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .small-up-1 > .column:last-child,
  .small-up-1 > .columns:last-child {
    float: left;
  }
  .small-up-2 > .column,
  .small-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .small-up-2 > .column:nth-of-type(1n),
  .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-2 > .column:nth-of-type(2n+1),
  .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .small-up-2 > .column:last-child,
  .small-up-2 > .columns:last-child {
    float: left;
  }
  .small-up-3 > .column,
  .small-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .small-up-3 > .column:nth-of-type(1n),
  .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-3 > .column:nth-of-type(3n+1),
  .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .small-up-3 > .column:last-child,
  .small-up-3 > .columns:last-child {
    float: left;
  }
  .small-up-4 > .column,
  .small-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .small-up-4 > .column:nth-of-type(1n),
  .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-4 > .column:nth-of-type(4n+1),
  .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .small-up-4 > .column:last-child,
  .small-up-4 > .columns:last-child {
    float: left;
  }
  .small-up-5 > .column,
  .small-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .small-up-5 > .column:nth-of-type(1n),
  .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-5 > .column:nth-of-type(5n+1),
  .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .small-up-5 > .column:last-child,
  .small-up-5 > .columns:last-child {
    float: left;
  }
  .small-up-6 > .column,
  .small-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .small-up-6 > .column:nth-of-type(1n),
  .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-6 > .column:nth-of-type(6n+1),
  .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .small-up-6 > .column:last-child,
  .small-up-6 > .columns:last-child {
    float: left;
  }
  .small-up-7 > .column,
  .small-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .small-up-7 > .column:nth-of-type(1n),
  .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-7 > .column:nth-of-type(7n+1),
  .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .small-up-7 > .column:last-child,
  .small-up-7 > .columns:last-child {
    float: left;
  }
  .small-up-8 > .column,
  .small-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .small-up-8 > .column:nth-of-type(1n),
  .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-8 > .column:nth-of-type(8n+1),
  .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .small-up-8 > .column:last-child,
  .small-up-8 > .columns:last-child {
    float: left;
  }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .small-uncentered,
  .small-push-0,
  .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 60em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/*!
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (min-width: 20em) {
  .hide-for-xsmall {
    display: none !important;
  }
}
@media screen and (max-width: 19.9375em) {
  .show-for-xsmall {
    display: none !important;
  }
}
@media screen and (min-width: 20em) and (max-width: 33.6875em) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}
@media screen and (max-width: 19.9375em), screen and (min-width: 33.75em) {
  .show-for-xsmall-only {
    display: none !important;
  }
}
@media screen and (min-width: 33.75em) {
  .hide-for-small {
    display: none !important;
  }
}
@media screen and (max-width: 33.6875em) {
  .show-for-small {
    display: none !important;
  }
}
@media screen and (min-width: 33.75em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 33.6875em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em), screen and (min-width: 60em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 60em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 989px) {
  .hide-for-large-header {
    display: none !important;
  }
}
@media screen and (max-width: 59.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 60em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 59.9375em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
@font-face {
  font-family: 'Segoe UI';
  src: url(../../cvt-c3c130e4cbac204bb80051447e605e608113cf9ca684d36055fddf133beb00e0/fonts/segoe-ui/light/latest.eot);
  src: local("Segoe UI Light"), url(../../cvt-c3c130e4cbac204bb80051447e605e608113cf9ca684d36055fddf133beb00e0/fonts/segoe-ui/light/latest.eot?#iefix) format('embedded-opentype'), url(../../cvt-6bb582c31dde9053419c9ee5bbca4ae3b56023305e1d66b4c17f5b6da5675e91/fonts/segoe-ui/light/latest.woff) format('woff'), url(../../cvt-9b540bdfe1426c6755d7adf774137324c9392eea897d558a75745ee1e5be3b2c/fonts/segoe-ui/light/latest.ttf) format('truetype'), url(../../cvt-471fa46ce18952b664792ad944ceb149ca016055d7fcba20dce7c7a1e79a547a/fonts/segoe-ui/light/latest.svg#web) format('svg');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Segoe UI';
  src: url(../../cvt-7c1bad686d443bda4033b4059c41c2390646641d84e860da4b370f940f176a5d/fonts/segoe-ui/semilight/latest.eot);
  src: local("Segoe UI Semilight"), url(../../cvt-7c1bad686d443bda4033b4059c41c2390646641d84e860da4b370f940f176a5d/fonts/segoe-ui/semilight/latest.eot?#iefix) format('embedded-opentype'), url(../../cvt-59c281565621e48e34a29570f9bd59743a04a8b18c98439bc8617ce8224a0eb7/fonts/segoe-ui/semilight/latest.woff) format('woff'), url(../../cvt-cdb178b883ffdb509e683f590f063d307612f24dce46c77ae45e3fe98612c6b8/fonts/segoe-ui/semilight/latest.ttf) format('truetype'), url(../../cvt-dae78dbb7a0dbbde8026876f6b7b839fc2a8840a595e502de28b92bb4d42aff6/fonts/segoe-ui/semilight/latest.svg#web) format('svg');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Segoe UI';
  src: url(../../cvt-8150b5dc550217e9d6ea06ab17d97e8d1eae4de7344c61b2a36aabf3944b644e/fonts/segoe-ui/normal/latest.eot);
  src: local("Segoe UI"), url(../../cvt-8150b5dc550217e9d6ea06ab17d97e8d1eae4de7344c61b2a36aabf3944b644e/fonts/segoe-ui/normal/latest.eot?#iefix) format('embedded-opentype'), url(../../cvt-26ef532955eec87c6f2f3046ff47012bb32a1fe1447b409ae6594561c1ac629d/fonts/segoe-ui/normal/latest.woff) format('woff'), url(../../cvt-1815882374b0cfbaf880a2c76976a677030265ac2df46ba06718cc46b220933c/fonts/segoe-ui/normal/latest.ttf) format('truetype'), url(../../cvt-31848d040230eafdbe16ce045a5992d7fab58c39991521c48330e186cf760ab2/fonts/segoe-ui/normal/latest.svg#web) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Segoe UI';
  src: url(../../cvt-61a470ede85550fcbd11b8610f64159e9b5e12946e80945cf6ed1025c22e1f12/fonts/segoe-ui/semibold/latest.eot);
  src: local("Segoe UI Semibold"), url(../../cvt-61a470ede85550fcbd11b8610f64159e9b5e12946e80945cf6ed1025c22e1f12/fonts/segoe-ui/semibold/latest.eot?#iefix) format('embedded-opentype'), url(../../cvt-4f19b41f7d7f1c43688d27ac25120ba9433804340ebef179ac6e80319993720f/fonts/segoe-ui/semibold/latest.woff) format('woff'), url(../../cvt-3f300f1ccea6eb8025deed0b3eb6d0c2dc0b51f27c14b7a130b20679c5ee4d86/fonts/segoe-ui/semibold/latest.ttf) format('truetype'), url(../../cvt-2e517fb69ac4db8c0c6915dc4ec4a67b493855e0e599ba2e3b67a4f9d07cbe8b/fonts/segoe-ui/semibold/latest.svg#web) format('svg');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Segoe UI';
  src: url(../../cvt-5b056a7cf48a20318851b1cec8b9164777b681d504bdbdbf7e306f02cd4adae3/fonts/segoe-ui/bold/latest.eot);
  src: local("Segoe UI Bold"), url(../../cvt-5b056a7cf48a20318851b1cec8b9164777b681d504bdbdbf7e306f02cd4adae3/fonts/segoe-ui/bold/latest.eot?#iefix) format('embedded-opentype'), url(../../cvt-2793bc55cf2e839280dbd9618ed7eaa3d67be1259d58f4a95867353d4fb779db/fonts/segoe-ui/bold/latest.woff) format('woff'), url(../../cvt-373574328eb678304b8f0f53a851a8d751f574cae73f8a5e1ab36534bc59bb8a/fonts/segoe-ui/bold/latest.ttf) format('truetype'), url(../../cvt-e9d6e54ea6acaaa9b9b809806e9d063c8c3d97040152f5f83833c26bf2f36179/fonts/segoe-ui/bold/latest.svg#web) format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'PowerBIMDL2';
  src: url(../../cvt-dd5b13d2e9f2f416badd3faa8ed77d3b08670f070d28a132a9570b8500d3d164/fonts/powerbimdl2/normal/latest.eot);
  src: local("PowerBIMDL2Assets-Regular"), url(../../cvt-dd5b13d2e9f2f416badd3faa8ed77d3b08670f070d28a132a9570b8500d3d164/fonts/powerbimdl2/normal/latest.eot?#iefix) format('embedded-opentype'), url(../../cvt-69e5cfe24de039c687bbc3bfd7403fc6f40ab706efd762d3a2d9fc66c7b269be/fonts/powerbimdl2/normal/latest.woff) format('woff'), url(../../cvt-839530e42c8ea4d6b413fc7afc02e6461e9fbc1f6397b2dd5f07cc0c91f63e46/fonts/powerbimdl2/normal/latest.ttf) format('truetype'), url(../../cvt-66dd88928a8a051e71470c628f0308eefcd1036b55fc2b0db65ccfad5c1a426f/fonts/powerbimdl2/normal/latest.svg#web) format('svg');
  font-style: normal;
  font-weight: 400;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #525252;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
}
pre,
code {
  font-size: 12px;
  line-height: 1.3;
  font-family: Consolas, "Courier New", monospace;
  font-weight: 400;
  background-color: #eaeaea;
  color: #505050;
  padding: 3px;
}
pre {
  border: 1px solid #969696;
  overflow: auto;
  padding: 10px;
}
pre code {
  border: none;
  padding: 0;
}
sup {
  line-height: 0;
  font-size: 65%;
  top: -0.5em;
  position: relative;
  vertical-align: baseline;
}
svg {
  fill: inherit;
  pointer-events: none;
}
svg * {
  pointer-events: auto;
}
img,
svg,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
input[type="submit"] {
  cursor: pointer;
}
.breadcrumbs {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs:after {
  clear: both;
  content: '';
  display: table;
}
.breadcrumbs li {
  float: left;
  margin-bottom: 0;
}
.breadcrumbs li + li {
  margin-left: 24px;
  position: relative;
}
.breadcrumbs li + li:before {
  -ms-transform: translate(-50%, -1px);
  -o-transform: translate(-50%, -1px);
  -webkit-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
  content: '>';
  left: -12px;
  position: absolute;
}
.button {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #0066ff;
  border: 0;
  color: #ffffff !important;
  display: block;
  fill: #ffffff;
  font-size: 24px;
  font-weight: 300;
  padding: 5px 20px 8px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
}
.button:hover {
  background-color: #0052cc;
}
.button.button-primary {
  background-color: #a5ce00;
}
.button.button-primary:hover {
  background-color: #7c9b00;
}
.button.button-secondary {
  background-color: #1B348E;
}
.button.button-secondary:hover {
  background-color: #132463;
}
.button .icon {
  margin-top: -5px;
  height: 20px;
  width: 20px;
}
button.button,
[type='submit'],
[type='button'] {
  width: 100%;
}
.button-store {
  background-color: #1a1a1a;
  position: relative;
  color: #ffffff !important;
  font-weight: 200;
  padding: 1px 20px 2px 50px;
  text-align: left;
  display: inline-block;
}
.button-store .top,
.button-store .bottom {
  display: block;
}
.button-store .top {
  font-size: 12px;
}
.button-store .bottom {
  font-size: 15px;
  margin-top: -5px;
}
.button-store .icon {
  margin-top: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button-store:hover {
  background-color: #1a1a1a;
  text-decoration: none;
}
@media only screen and (min-width: 540px) {
  button.button,
  [type='submit'],
  [type='button'] {
    width: auto;
  }
  .button {
    display: inline-block;
  }
  .button.button-block {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
  }
  .button.button-tiny {
    font-size: 15px;
    padding: 3px 10px 4px;
  }
  .button.button-little {
    font-size: 16px;
    padding: 6px 12px 7px;
  }
  .button.button-small {
    font-size: 20px;
    padding: 5px 15px 8px;
  }
  .button.button-large {
    font-size: 34px;
    padding: 8px 25px 11px;
  }
}
.card {
  background-color: #ffffff;
  display: block;
  padding: 12px;
}
.card > :last-child {
  margin-bottom: 0;
}
.card > :first-child {
  margin-top: 0;
}
.card-size0 {
  padding: 0;
}
.card-size2 {
  padding: 24px;
}
.card-size3 {
  padding: 36px;
}
.card-size4 {
  padding: 48px;
}
.card-size5 {
  padding: 60px;
}
.card-size6 {
  padding: 72px;
}
.card-slate01 {
  background-color: #1a1a1a;
  color: #ffffff;
}
a.card-slate01,
a.card-slate01:hover {
  color: #ffffff !important;
}
.card-slate02 {
  background-color: #333333;
  color: #ffffff;
}
a.card-slate02,
a.card-slate02:hover {
  color: #ffffff !important;
}
.card-slate03 {
  background-color: #3e3d4d;
  color: #ffffff;
}
a.card-slate03,
a.card-slate03:hover {
  color: #ffffff !important;
}
.card-slate04 {
  background-color: #505050;
  color: #ffffff;
}
a.card-slate04,
a.card-slate04:hover {
  color: #ffffff !important;
}
.card-slate05 {
  background-color: #525252;
  color: #ffffff;
}
a.card-slate05,
a.card-slate05:hover {
  color: #ffffff !important;
}
.card-slate06 {
  background-color: #6a6a6a;
  color: #ffffff;
}
a.card-slate06,
a.card-slate06:hover {
  color: #ffffff !important;
}
.card-slate07 {
  background-color: #969696;
  color: #ffffff;
}
a.card-slate07,
a.card-slate07:hover {
  color: #ffffff !important;
}
.card-slate08 {
  background-color: #dedede;
}
a.card-slate08,
a.card-slate08:hover {
  color: #505050 !important;
}
.card-slate09 {
  background-color: #eaeaea;
}
a.card-slate09,
a.card-slate09:hover {
  color: #505050 !important;
}
.card-icon {
  padding: 24px 24px 24px 95px;
  position: relative;
}
.card-icon .top,
.card-icon .bottom {
  display: block;
}
.card-icon .icon {
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 24px;
  position: absolute;
  top: 50%;
}
.card-icon-large {
  height: auto;
  padding: 24px;
}
.card-icon-large .top {
  margin: 12px 0;
}
.card-icon-large .button {
  margin-top: 36px;
}
.card-icon-large .icon {
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: static;
  height: 90px;
  width: 77px;
}
@media only screen and (min-width: 768px) {
  .card-icon {
    padding: 75px 24px 24px;
  }
  .card-icon .icon {
    top: 40px;
  }
  .card-icon-large {
    padding: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .card-icon {
    padding: 24px 24px 24px 95px;
  }
  .card-icon .icon {
    top: 50%;
  }
  .card-icon-large {
    padding: 24px;
  }
}
input[type='text'],
select,
textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #dedede;
  color: #3e3d4d;
  display: block;
  line-height: 1.2;
  outline: none;
  padding: 5px;
  width: 100%;
}
input[type='text']:focus,
select:focus,
textarea:focus {
  border: 2px solid #0066ff;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
textarea {
  height: 70px;
}
label {
  cursor: pointer;
  display: inline-block;
  vertical-align: text-bottom;
}
.form-row:after {
  clear: both;
  content: '';
  display: table;
}
.form-row + .form-row {
  margin-top: 24px;
}
.form-element {
  display: block;
  position: relative;
}
.character-count {
  color: #ffffff;
  float: right;
  font-size: 10px;
}
.character-count.error {
  color: #ba141a;
}
.icon {
  display: inline-block;
  height: 48px;
  line-height: 0;
  vertical-align: middle;
  width: 48px;
}
.icon svg {
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.icon svg * {
  pointer-events: none;
}
.icon-size1 {
  height: 12px;
  width: 12px;
}
.icon-size2 {
  height: 24px;
  width: 24px;
}
.icon-size3 {
  height: 36px;
  width: 36px;
}
.icon-size4 {
  height: 48px;
  width: 48px;
}
.icon-size5 {
  height: 60px;
  width: 60px;
}
.icon-size6 {
  height: 72px;
  width: 72px;
}
.icon-palette01 svg {
  fill: #ffffff;
}
.icon-palette02 svg {
  fill: #0066ff;
}
.icon-palette03 svg {
  fill: #0072c6;
}
.icon-palette04 svg {
  fill: #a5ce00;
}
.icon-palette05 svg {
  fill: #89c402;
}
.icon-palette06 svg {
  fill: #1B348E;
}
.icon-palette07 svg {
  fill: #002050;
}
.icon-palette08 svg {
  fill: #68217a;
}
.icon-palette09 svg {
  fill: #ec008c;
}
.icon-palette10 svg {
  fill: #ba141a;
}
.icon-palette11 svg {
  fill: #ff8c00;
}
.icon-palette12 svg {
  fill: #dd5900;
}
.icon-palette13 svg {
  fill: #fcd116;
}
.icon-slate01 svg {
  fill: #1a1a1a;
}
.icon-slate02 svg {
  fill: #333333;
}
.icon-slate03 svg {
  fill: #3e3d4d;
}
.icon-slate04 svg {
  fill: #505050;
}
.icon-slate05 svg {
  fill: #525252;
}
.icon-slate06 svg {
  fill: #6a6a6a;
}
.icon-slate07 svg {
  fill: #969696;
}
.icon-slate08 svg {
  fill: #dedede;
}
.icon-slate09 svg {
  fill: #eaeaea;
}
a.img-wrapper {
  display: block;
}
a.img-wrapper img {
  display: block;
}
.arrowLink {
  display: inline-block;
  position: relative;
  color: inherit;
}
.arrowLink:after {
  content: '>';
  display: inline-block;
  line-height: 1.5;
  margin-left: .3em;
  position: absolute;
}
.arrowLink:hover {
  color: inherit;
}
.text-super .arrowLink:after {
  line-height: 1.25;
}
h1 .arrowLink:after,
h2 .arrowLink:after,
h4 .arrowLink:after,
.text-heading1 .arrowLink:after,
.text-heading2 .arrowLink:after,
.text-heading4 .arrowLink:after,
h1.arrowLink:after,
h2.arrowLink:after,
h4.arrowLink:after,
.text-heading1.arrowLink:after,
.text-heading2.arrowLink:after,
.text-heading4.arrowLink:after {
  line-height: 1.3;
}
h3 .arrowLink:after,
.text-heading3 .arrowLink:after,
h3.arrowLink:after,
.text-heading3.arrowLink:after {
  line-height: 1.1;
}
h5 .arrowLink:after,
.text-heading5 .arrowLink:after,
h5.arrowLink:after,
.text-heading5.arrowLink:after {
  line-height: 1.4;
}
h6 .arrowLink:after,
.text-heading6 .arrowLink:after,
.text-mini .arrowLink:after,
h6.arrowLink:after,
.text-heading6.arrowLink:after,
.text-mini.arrowLink:after {
  line-height: 1.6;
}
.text-micro .arrowLink:after,
.text-micro.arrowLink:after {
  line-height: 1.65;
}
.linkList {
  list-style-type: none;
  padding-left: 0;
}
.linkList:after {
  clear: both;
  content: '';
  display: table;
}
.linkList li {
  margin-bottom: 12px;
}
.linkList.text-mini li,
.linkList.text-micro li {
  margin-bottom: 6px;
}
@media only screen and (min-width: 540px) {
  .linkList-horizontal {
    margin: 0;
  }
  .linkList-horizontal li {
    float: left;
    margin: 0 24px 0 0;
  }
  .linkList-horizontal li:last-child {
    margin: 0;
  }
}
.note {
  background-color: #eaeaea;
  border-left: 5px solid #89c402;
  color: #505050;
  display: block;
  margin: 12px 0;
  padding: 24px 24px 12px;
}
.note.note-warning {
  border-left-color: #fcd116;
}
.note.note-information {
  border-left-color: #0072c6;
}
.note.note-important {
  border-left-color: #ec008c;
}
.note.note-tip {
  border-left-color: #3e3d4d;
}
.note .icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .note {
    border-left-width: 60px;
    padding: 24px 36px 12px;
    position: relative;
  }
  .note .icon {
    display: block;
    height: 32px;
    left: -46px;
    position: absolute;
    top: 14px;
    width: 32px;
  }
}
.pagination {
  border-top: 1px solid #1a1a1a;
  display: block;
  margin-top: 48px;
  padding-top: 36px;
}
.pagination:after {
  clear: both;
  content: '';
  display: table;
}
.pagination ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul:after {
  clear: both;
  content: '';
  display: table;
}
.pagination li {
  float: left;
  margin-bottom: 0;
}
.pagination a {
  display: block;
  height: 30px;
}
.pagination .current a {
  color: #0072c6;
}
.pagination .controls-pages li {
  line-height: 30px;
  margin-right: 8px;
}
.pagination .controls-pages a {
  padding: 0 4px;
}
.pagination .controls-nav {
  float: right;
}
.pagination .controls-nav li {
  margin-left: 8px;
}
.pagination .controls-nav a {
  background-color: #6a6a6a;
  color: #333333;
  content: '';
  font-size: 26px;
  line-height: 24px;
  padding: 0 4px;
}
.pagination .controls-nav a:hover {
  color: #333333;
}
.pagination .controls-nav .next:before {
  content: '\203a';
}
.pagination .controls-nav .prev:before {
  content: '\2039';
}
.section {
  background-color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #505050;
  overflow: hidden;
  position: relative;
}
.section + .section {
  border-top: 1px solid #eaeaea;
}
.section a {
  color: #0066ff;
}
.section a:hover {
  color: #0072c6;
}
.section-palette02 {
  color: #ffffff;
  background-color: #0066ff;
}
.section-palette02 a {
  color: #ffffff;
}
.section-palette02 a:hover {
  color: #dedede;
}
.section + .section-palette02 {
  border-top: none;
}
.section-palette03 {
  color: #ffffff;
  background-color: #0072c6;
}
.section-palette03 a {
  color: #ffffff;
}
.section-palette03 a:hover {
  color: #dedede;
}
.section + .section-palette03 {
  border-top: none;
}
.section-palette04 {
  color: #ffffff;
  background-color: #a5ce00;
}
.section-palette04 a {
  color: #ffffff;
}
.section-palette04 a:hover {
  color: #dedede;
}
.section + .section-palette04 {
  border-top: none;
}
.section-palette05 {
  color: #ffffff;
  background-color: #89c402;
}
.section-palette05 a {
  color: #ffffff;
}
.section-palette05 a:hover {
  color: #dedede;
}
.section + .section-palette05 {
  border-top: none;
}
.section-palette06 {
  color: #ffffff;
  background-color: #1B348E;
}
.section-palette06 a {
  color: #ffffff;
}
.section-palette06 a:hover {
  color: #dedede;
}
.section + .section-palette06 {
  border-top: none;
}
.section-palette07 {
  color: #ffffff;
  background-color: #002050;
}
.section-palette07 a {
  color: #ffffff;
}
.section-palette07 a:hover {
  color: #dedede;
}
.section + .section-palette07 {
  border-top: none;
}
.section-palette08 {
  color: #ffffff;
  background-color: #68217a;
}
.section-palette08 a {
  color: #ffffff;
}
.section-palette08 a:hover {
  color: #dedede;
}
.section + .section-palette08 {
  border-top: none;
}
.section-palette09 {
  color: #ffffff;
  background-color: #ec008c;
}
.section-palette09 a {
  color: #ffffff;
}
.section-palette09 a:hover {
  color: #dedede;
}
.section + .section-palette09 {
  border-top: none;
}
.section-palette10 {
  color: #ffffff;
  background-color: #ba141a;
}
.section-palette10 a {
  color: #ffffff;
}
.section-palette10 a:hover {
  color: #dedede;
}
.section + .section-palette10 {
  border-top: none;
}
.section-palette11 {
  color: #ffffff;
  background-color: #ff8c00;
}
.section-palette11 a {
  color: #ffffff;
}
.section-palette11 a:hover {
  color: #dedede;
}
.section + .section-palette11 {
  border-top: none;
}
.section-palette12 {
  color: #ffffff;
  background-color: #dd5900;
}
.section-palette12 a {
  color: #ffffff;
}
.section-palette12 a:hover {
  color: #dedede;
}
.section + .section-palette12 {
  border-top: none;
}
.section-palette13 {
  color: #ffffff;
  background-color: #fcd116;
}
.section-palette13 a {
  color: #ffffff;
}
.section-palette13 a:hover {
  color: #dedede;
}
.section + .section-palette13 {
  border-top: none;
}
.section-slate01 {
  color: #ffffff;
  background-color: #1a1a1a;
}
.section-slate01 a {
  color: #ffffff;
}
.section-slate01 a:hover {
  color: #dedede;
}
.section + .section-slate01 {
  border-top: none;
}
.section-slate02 {
  color: #ffffff;
  background-color: #333333;
}
.section-slate02 a {
  color: #ffffff;
}
.section-slate02 a:hover {
  color: #dedede;
}
.section + .section-slate02 {
  border-top: none;
}
.section-slate03 {
  color: #ffffff;
  background-color: #3e3d4d;
}
.section-slate03 a {
  color: #ffffff;
}
.section-slate03 a:hover {
  color: #dedede;
}
.section + .section-slate03 {
  border-top: none;
}
.section-slate04 {
  color: #ffffff;
  background-color: #505050;
}
.section-slate04 a {
  color: #ffffff;
}
.section-slate04 a:hover {
  color: #dedede;
}
.section + .section-slate04 {
  border-top: none;
}
.section-slate05 {
  color: #ffffff;
  background-color: #525252;
}
.section-slate05 a {
  color: #ffffff;
}
.section-slate05 a:hover {
  color: #dedede;
}
.section + .section-slate05 {
  border-top: none;
}
.section-slate06 {
  color: #ffffff;
  background-color: #6a6a6a;
}
.section-slate06 a {
  color: #ffffff;
}
.section-slate06 a:hover {
  color: #dedede;
}
.section + .section-slate06 {
  border-top: none;
}
.section-slate07 {
  color: #ffffff;
  background-color: #969696;
}
.section-slate07 a {
  color: #ffffff;
}
.section-slate07 a:hover {
  color: #dedede;
}
.section + .section-slate07 {
  border-top: none;
}
.section-slate08 {
  background-color: #dedede;
}
.section + .section-slate08 {
  border-top: none;
}
.section-slate09 {
  background-color: #eaeaea;
}
.section + .section-slate09 {
  border-top: none;
}
table {
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #dedede;
  margin: 12px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
table caption {
  caption-side: bottom;
  color: #969696;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 12px;
  padding: 0;
  text-align: left;
}
table caption li {
  margin-bottom: 0;
}
table thead {
  border-bottom: 2px solid #dedede;
}
table tfoot {
  border-bottom: 2px solid #dedede;
  border-top: 2px solid #dedede;
}
table tr {
  border-bottom: 1px solid #dedede;
}
table th {
  font-size: 12px;
  font-weight: 700;
  text-align: inherit;
  text-transform: uppercase;
}
table td,
table th {
  padding: 12px 6px;
  vertical-align: top;
}
.table-width-auto {
  width: auto;
}
.table-width-even {
  table-layout: fixed;
}
.table-width-even td:nth-child(1):nth-last-child(2),
.table-width-even th:nth-child(1):nth-last-child(2),
.table-width-even td:nth-child(2):nth-last-child(1),
.table-width-even th:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.table-width-even td:nth-child(1):nth-last-child(3),
.table-width-even th:nth-child(1):nth-last-child(3),
.table-width-even td:nth-child(2):nth-last-child(2),
.table-width-even th:nth-child(2):nth-last-child(2),
.table-width-even td:nth-child(3):nth-last-child(1),
.table-width-even th:nth-child(3):nth-last-child(1) {
  width: 33.333%;
}
.table-width-even td:nth-child(1):nth-last-child(4),
.table-width-even th:nth-child(1):nth-last-child(4),
.table-width-even td:nth-child(2):nth-last-child(3),
.table-width-even th:nth-child(2):nth-last-child(3),
.table-width-even td:nth-child(3):nth-last-child(2),
.table-width-even th:nth-child(3):nth-last-child(2),
.table-width-even td:nth-child(4):nth-last-child(1),
.table-width-even th:nth-child(4):nth-last-child(1) {
  width: 25%;
}
.table-width-even td:nth-child(1):nth-last-child(5),
.table-width-even th:nth-child(1):nth-last-child(5),
.table-width-even td:nth-child(2):nth-last-child(4),
.table-width-even th:nth-child(2):nth-last-child(4),
.table-width-even td:nth-child(3):nth-last-child(3),
.table-width-even th:nth-child(3):nth-last-child(3),
.table-width-even td:nth-child(4):nth-last-child(2),
.table-width-even th:nth-child(4):nth-last-child(2),
.table-width-even td:nth-child(5):nth-last-child(1),
.table-width-even th:nth-child(5):nth-last-child(1) {
  width: 20%;
}
.table-width-even td:nth-child(1):nth-last-child(6),
.table-width-even th:nth-child(1):nth-last-child(6),
.table-width-even td:nth-child(2):nth-last-child(5),
.table-width-even th:nth-child(2):nth-last-child(5),
.table-width-even td:nth-child(3):nth-last-child(4),
.table-width-even th:nth-child(3):nth-last-child(4),
.table-width-even td:nth-child(4):nth-last-child(3),
.table-width-even th:nth-child(4):nth-last-child(3),
.table-width-even td:nth-child(5):nth-last-child(2),
.table-width-even th:nth-child(5):nth-last-child(2),
.table-width-even td:nth-child(6):nth-last-child(1),
.table-width-even th:nth-child(6):nth-last-child(1) {
  width: 16.667%;
}
.table-width-even td:nth-child(1):nth-last-child(7),
.table-width-even th:nth-child(1):nth-last-child(7),
.table-width-even td:nth-child(2):nth-last-child(6),
.table-width-even th:nth-child(2):nth-last-child(6),
.table-width-even td:nth-child(3):nth-last-child(5),
.table-width-even th:nth-child(3):nth-last-child(5),
.table-width-even td:nth-child(4):nth-last-child(4),
.table-width-even th:nth-child(4):nth-last-child(4),
.table-width-even td:nth-child(5):nth-last-child(3),
.table-width-even th:nth-child(5):nth-last-child(3),
.table-width-even td:nth-child(6):nth-last-child(2),
.table-width-even th:nth-child(6):nth-last-child(2),
.table-width-even td:nth-child(7):nth-last-child(1),
.table-width-even th:nth-child(7):nth-last-child(1) {
  width: 14.286%;
}
.table-width-even td:nth-child(1):nth-last-child(8),
.table-width-even th:nth-child(1):nth-last-child(8),
.table-width-even td:nth-child(2):nth-last-child(7),
.table-width-even th:nth-child(2):nth-last-child(7),
.table-width-even td:nth-child(3):nth-last-child(6),
.table-width-even th:nth-child(3):nth-last-child(6),
.table-width-even td:nth-child(4):nth-last-child(5),
.table-width-even th:nth-child(4):nth-last-child(5),
.table-width-even td:nth-child(5):nth-last-child(4),
.table-width-even th:nth-child(5):nth-last-child(4),
.table-width-even td:nth-child(6):nth-last-child(3),
.table-width-even th:nth-child(6):nth-last-child(3),
.table-width-even td:nth-child(7):nth-last-child(2),
.table-width-even th:nth-child(7):nth-last-child(2),
.table-width-even td:nth-child(8):nth-last-child(1),
.table-width-even th:nth-child(8):nth-last-child(1) {
  width: 12.5%;
}
.table-naked {
  border: none;
  border-collapse: separate;
  background-color: transparent;
}
.table-naked td,
.table-naked tfoot,
.table-naked th,
.table-naked thead,
.table-naked tr {
  border: none;
  padding: 0;
}
tr.no-border {
  border: none;
}
.table-middled td,
.table-middled th {
  vertical-align: middle;
}
@media only screen and (min-width: 960px) {
  table td,
  table th {
    padding: 12px;
  }
}
body {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #505050;
  font-family: 'Segoe UI Condensed', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif;
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 15px;
  margin: 12px 0;
}
.text-regular {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
h1,
.text-heading1 {
  font-weight: 200;
  font-size: 34px;
  line-height: 1.18;
  margin: 0 0 12px;
}
h2,
.text-heading2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  margin: 0 0 12px;
}
h3,
.text-heading3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 12px;
  position: relative;
}
h4,
.text-heading4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  margin: 0 0 12px;
}
h5,
.text-heading5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px;
}
h6,
.text-heading6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.text-super {
  font-weight: 200;
  font-size: 46px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.text-mini {
  font-size: 12px;
}
.text-micro {
  font-size: 10px;
}
blockquote {
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
ul,
ol {
  list-style-position: outside;
  margin-bottom: 14px;
  margin-left: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-bottom: 0;
}
ul li,
ol li {
  font-size: inherit;
  margin-bottom: 12px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  list-style-type: disc;
  padding-left: 17px;
}
ol {
  list-style-type: decimal;
  padding-left: 27px;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
b,
strong,
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 600;
}
.text-normal {
  font-weight: 400;
}
.text-semilight {
  font-weight: 300;
}
.text-light {
  font-weight: 200;
}
.text-palette01 {
  color: #ffffff;
}
.text-palette02 {
  color: #0066ff;
}
.text-palette03 {
  color: #0072c6;
}
.text-palette04 {
  color: #a5ce00;
}
.text-palette05 {
  color: #89c402;
}
.text-palette06 {
  color: #1B348E;
}
.text-palette07 {
  color: #002050;
}
.text-palette08 {
  color: #68217a;
}
.text-palette09 {
  color: #ec008c;
}
.text-palette10 {
  color: #ba141a;
}
.text-palette11 {
  color: #ff8c00;
}
.text-palette12 {
  color: #dd5900;
}
.text-palette13 {
  color: #fcd116;
}
.text-slate01 {
  color: #1a1a1a;
}
.text-slate02 {
  color: #333333;
}
.text-slate03 {
  color: #3e3d4d;
}
.text-slate04 {
  color: #505050;
}
.text-slate05 {
  color: #525252;
}
.text-slate06 {
  color: #6a6a6a;
}
.text-slate07 {
  color: #969696;
}
.text-slate08 {
  color: #dedede;
}
.text-slate09 {
  color: #eaeaea;
}
@media only screen and (min-width: 768px) {
  h1,
  .text-heading1 {
    font-weight: 200;
    font-size: 46px;
    line-height: 1.22;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
  }
  h2,
  .text-heading2 {
    font-weight: 200;
    font-size: 34px;
    line-height: 1.18;
    margin: 0 0 12px;
  }
  h3,
  .text-heading3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.17;
    margin: 0 0 12px;
    position: relative;
  }
  h4,
  .text-heading4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  h5,
  .text-heading5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    margin: 0 0 8px;
  }
  h6,
  .text-heading6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 12px;
  }
  .text-super {
    font-weight: 200;
    font-size: 62px;
    line-height: 1.16;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
  }
}
.background-video-holder {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.background-video-holder video {
  max-width: none;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.background-video-holder ~ .row {
  position: relative;
  z-index: 500;
}
@media only screen and (max-width: 540px) {
  .sd-equalize {
    height: auto !important;
  }
}
.fade-img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: relative;
  top: 200px;
}
.fade-img.fade-in {
  opacity: 1;
  top: 0;
}
[aria-describedby^="flyout"] {
  display: inline-block;
}
.sd-flyout {
  background-color: #ffffff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.4);
  color: #1a1a1a;
  padding: 12px;
  position: absolute;
  max-width: 425px;
  width: auto;
  z-index: 1;
}
.sd-flyout p {
  margin: 0;
}
.sd-flyout .close {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #6a6a6a;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sd-flyout .close:after {
  content: '\00d7';
}
.sd-flyout .close:hover {
  color: #6a6a6a;
}
[aria-hidden="true"] {
  display: none;
}
[aria-hidden="false"] {
  display: block;
}
.modal-wrapper-mask {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.modal-wrapper-mask.visible {
  display: block;
  opacity: 1;
  z-index: 88889;
}
.modal-visible {
  overflow-y: hidden;
}
.modal {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: none;
  max-height: 100vh;
  opacity: 0;
  overflow: auto;
  position: relative;
  width: 90%;
  z-index: 99999;
}
.modal.oversized {
  -ms-transform: translate(0%, 0%) scale(0.9);
  -o-transform: translate(0%, 0%) scale(0.9);
  -webkit-transform: translate(0%, 0%) scale(0.9);
  transform: translate(0%, 0%) scale(0.9);
  left: 0;
  margin: 36px auto;
  top: 0;
}
.modal.oversized.visible {
  -ms-transform: translate(0%, 0%) scale(1);
  -o-transform: translate(0%, 0%) scale(1);
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  display: block;
  opacity: 1;
}
.modal .close {
  color: #505050;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  position: absolute;
  right: 12px;
  text-shadow: 0 1px 0 #ffffff;
  top: 0;
}
.modal .close:hover {
  color: #505050;
  opacity: 1;
  text-decoration: none;
}
.modal .row {
  width: 100%;
}
.modal.visible:not(.oversized) {
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  display: block;
  opacity: 1;
}
.modal-video {
  padding: 0;
}
.modal-video iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.modal-large {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .modal {
    max-width: 600px;
    width: 50%;
  }
  .modal.modal-large {
    max-width: 900px;
    width: 60%;
  }
}
.sd-playinsection-container {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.sd-playinsection-mask {
  bottom: 0;
  background-color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 997;
}
.sd-playinsection-close {
  display: block;
  height: 36px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 998;
}
.sd-playinsection-close:after {
  color: #ffffff;
  content: '\00d7';
  font-size: 50px;
  line-height: 25px;
}
.tabs {
  display: none;
}
.tabs-content > div {
  display: block;
  margin-top: 48px;
}
.tabs-content > div:first-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .tabs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tabs:after {
    clear: both;
    content: '';
    display: table;
  }
  .tabs li {
    float: left;
    margin: 0 2px 0 0;
  }
  .tabs li a {
    display: inline-block;
    background-color: #dedede;
    color: #505050;
    text-align: center;
    padding: 24px 36px;
  }
  .tabs li a.active {
    background-color: #0066ff;
    color: #ffffff;
  }
  .tabs li:last-child {
    margin-right: 0;
  }
  .tabs-arrow {
    padding: 0;
    overflow: visible;
  }
  .tabs-arrow .tabs li a {
    border-top: 4px solid transparent;
    background-color: inherit;
    color: #0066ff;
  }
  .tabs-arrow .tabs li a.active {
    position: relative;
  }
  .tabs-arrow .tabs li a.active:after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 50%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .tabs-arrow .tabs li a .icon {
    display: block;
    width: 30px;
    height: auto;
    position: relative;
    left: 50%;
    margin: 0 0 10px;
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .tabs-arrow .tabs li a .icon path,
  .tabs-arrow .tabs li a .icon polygon,
  .tabs-arrow .tabs li a .icon rect {
    fill: #ffffff;
  }
  .tabs-arrow .tabs.tabs-arrow-down li a.active {
    border-top: 4px solid #0066ff;
  }
  .tabs-arrow .tabs.tabs-arrow-down li a.active:after {
    bottom: -20px;
    border-top: 20px solid #002050;
  }
  .tabs-arrow .tabs.tabs-arrow-up li a.active {
    border-bottom: 4px solid #0066ff;
  }
  .tabs-arrow .tabs.tabs-arrow-up li a.active:after {
    top: -20px;
    border-bottom: 20px solid #002050;
  }
  .tabs-content > div {
    display: none;
    margin: 0;
  }
  .tabs-content > div.active {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .tabs li a {
    padding: 24px 48px;
  }
}
.toggled {
  display: none;
}
.toggled.open {
  display: block;
}
.post-bio {
  display: block;
  margin: 24px 0;
  padding: 0 105px 0 40px;
  position: relative;
}
.post-bio .post-image {
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.post-bio .post-author-meta {
  display: inline-block;
  line-height: 1.2;
}
.post-bio .post-author-meta p {
  margin: 5px 0;
}
.post-bio .post-date {
  position: absolute;
  right: 0;
  top: 0;
}
.post-bio .post-share {
  position: absolute;
  right: 0;
  top: 3px;
}
.post + .post {
  margin-top: 72px;
}
.post .post-date {
  margin: 0;
}
.post .linkList {
  margin-right: 12px;
}
.post .author,
.post .linkList {
  display: inline-block;
  vertical-align: middle;
}
.post .button {
  margin-top: 36px;
}
.post-tags li {
  margin-right: 12px;
}
.post-tags li a {
  background-color: #6a6a6a;
  font-size: 12px;
  padding: 5px 10px;
}
.article-header {
  border-bottom: 1px solid #dedede;
}
.article-header .author-meta {
  margin: 24px 0;
}
.article-header .author-meta img {
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.article-header .author-meta p {
  display: inline-block;
  line-height: 12px;
  padding-left: 12px;
  vertical-align: top;
}
.article-header .author-meta p.article-date {
  float: right;
}
[itemprop="articlebody"] img {
  margin: 12px 0;
  vertical-align: middle;
}
.navigationLeft {
  display: block;
  width: 100%;
}
.navigationLeft .title {
  background-color: #eaeaea;
  cursor: pointer;
  display: block;
  padding: 12px;
}
.navigationLeft.show > ul {
  display: block;
}
.navigationLeft > ul {
  display: none;
}
.navigationLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigationLeft li {
  margin: 0;
  padding: 0 10px;
}
.navigationLeft li li {
  margin-left: 24px;
}
.navigationLeft li li a {
  padding: 0 0 12px;
}
.navigationLeft a {
  color: #333333;
  display: block;
  padding: 10px 0 10px 20px;
  position: relative;
}
.navigationLeft a:hover,
.navigationLeft a.active {
  color: #505050;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .navigationLeft {
    margin-right: 36px;
  }
  .navigationLeft li {
    padding: 0 12px 0 0;
  }
  .navigationLeft a {
    padding: 12px 0;
  }
  .navigationLeft > ul {
    display: block;
  }
  .navigationLeft .title {
    background-color: transparent;
    cursor: auto;
    padding: 0;
  }
}
[itemprop="articlebody"] .navigationScroll {
  background-color: #eaeaea;
  padding: 12px;
}
[itemprop="articlebody"] .navigationScroll span {
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
}
[itemprop="articlebody"] .navigationScroll ul {
  margin: 0;
  max-width: 100%;
}
[itemprop="articlebody"] .navigationScroll li {
  margin-top: 12px;
}
[itemprop="articlebody"] .navigationScroll li:first-child {
  margin-top: 0;
}
.column-navigationScroll .navigationScroll {
  display: none;
}
@media only screen and (min-width: 960px) {
  [itemprop="articlebody"] .navigationScroll {
    display: none;
  }
  .column-navigationScroll .navigationScroll {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    display: block;
    opacity: 1;
    position: fixed;
  }
  .column-navigationScroll .navigationScroll.hidden {
    opacity: 0;
  }
  .column-navigationScroll .navigationScroll a {
    color: #505050;
  }
  .column-navigationScroll .navigationScroll a:hover {
    color: #505050;
    font-weight: 600;
  }
  .column-navigationScroll .navigationScroll ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .column-navigationScroll .navigationScroll ul li {
    border-left: 3px solid #ffffff;
    line-height: 1.2;
    margin: 12px 3px;
    padding-left: 6px;
  }
  .column-navigationScroll .navigationScroll ul li.active {
    border-left-color: #0066ff;
  }
  .column-navigationScroll .navigationScroll ul li.active a {
    font-weight: 600;
  }
}
.navigation.navigation-fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.navigation.navigation-themed {
  color: #fff;
  fill: #fff;
  background-color: #0066ff;
}
.navigation.navigation-themed .logo-microsoft {
  border-color: rgba(0, 0, 0, 0.1);
}
.navigation.navigation-themed .menu-main > li > a:hover,
.navigation.navigation-themed .menu-secondary > li > a:hover,
.navigation.navigation-themed .menu-main > li > a.active,
.navigation.navigation-themed .menu-secondary > li > a.active {
  background-color: #0052cc;
}
.navigation.navigation-themed .menu-main > li > a:active,
.navigation.navigation-themed .menu-secondary > li > a:active {
  background-color: #0047b3;
}
.navigation.navigation-themed .menu-main {
  background-color: #005ce6;
}
.navigation.navigation-themed .menu-drop {
  background-color: #0052cc;
}
.navigation.navigation-themed .menu-drop a:hover,
.navigation.navigation-themed .menu-drop a.active {
  background-color: #0047b3;
}
.navigation.navigation-themed .menu-drop a:active {
  background-color: #003d99;
}
.navigation.navigation-themed .menu-pop {
  background-color: #0047b3;
}
.navigation.navigation-themed .menu-pop a:hover,
.navigation.navigation-themed .menu-pop a.active {
  background-color: #003d99;
}
.navigation.navigation-themed .menu-pop a:active {
  background-color: #003d99;
}
.navigation.navigation-themed .hamburger {
  border-color: rgba(0, 0, 0, 0.1);
}
.navigation.navigation-themed .hamburger .icon-hamburger {
  border-color: rgba(0, 0, 0, 0.1);
}
.navigation.navigation-themed .hamburger-deluxe .fixin {
  background-color: #fff;
}
.navigation.navigation-transparent {
  color: #fff;
  background-color: transparent;
}
.navigation.navigation-transparent .menu-main > li > a:hover,
.navigation.navigation-transparent .menu-secondary > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.navigation.navigation-transparent .menu-main > li > a:active,
.navigation.navigation-transparent .menu-secondary > li > a:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.navigation.navigation-transparent .menu-main > li > a.active,
.navigation.navigation-transparent .menu-secondary > li > a.active {
  background-color: rgba(0, 0, 0, 0.4);
}
.navigation.navigation-transparent .menu-main {
  background-color: rgba(0, 0, 0, 0.4);
}
.navigation.navigation-transparent .menu-drop {
  background-color: rgba(0, 0, 0, 0.4);
}
.navigation.navigation-transparent .menu-drop a:hover,
.navigation.navigation-transparent .menu-drop a:active,
.navigation.navigation-transparent .menu-drop a.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.navigation.navigation-transparent .menu-pop {
  background-color: rgba(0, 0, 0, 0.4);
}
.navigation.navigation-transparent .menu-pop a:hover,
.navigation.navigation-transparent .menu-pop a:active,
.navigation.navigation-transparent .menu-pop a.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.navigation.navigation-transparent .hamburger {
  border-color: rgba(255, 255, 255, 0.3);
}
.navigation.navigation-transparent .hamburger .icon-hamburger {
  border-color: rgba(255, 255, 255, 0.3);
}
.navigation {
  background-color: #000;
  color: #fff;
  fill: #fff;
  font-size: 15px;
  height: 68px;
  padding: 24px 0;
  position: relative;
  width: 100%;
}
.navigation a,
.navigation a:hover {
  color: inherit;
  text-decoration: none;
}
.navigation a {
  -webkit-transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
  transition: background-color 0.25s cubic-bezier(0, 0, 0, 1);
}
.navigation a:hover {
  -webkit-transition: none;
  transition: none;
}
.navigation ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.navigation ul:after {
  clear: both;
  content: '';
  display: table;
}
.navigation ul li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
}
.navigation .logos {
  width: 100%;
}
.navigation .logos .icon {
  display: block;
}
.navigation .logo-microsoft {
  border-right: 0 solid rgba(255, 255, 255, 0.3);
  display: none;
}
.navigation .logo {
  display: inline-block;
  float: none;
  font-size: 24px;
  font-weight: 600;
  margin-top: -10px;
}
.navigation .logo .preview {
  font-weight: 300;
  margin-left: 6px;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .navigation .logos {
    float: left;
    text-align: left;
    width: auto;
  }
  .navigation .logo-microsoft {
    border-right-width: 2px;
    display: block;
    margin-right: 20px;
    padding: 2px 20px 2px 0;
  }
  .navigation .logo-microsoft .icon {
    height: 17px;
    width: 81px;
  }
  .navigation .logo {
    font-size: 18px;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 989px) {
  .navigation .logos {
    margin-left: 0;
    margin-right: 45px;
  }
}
.navigation .menu-main > li > a,
.navigation .menu-secondary > li > a {
  font-weight: 600;
  opacity: 0.9;
}
.navigation .menu-main > li > a:hover,
.navigation .menu-secondary > li > a:hover,
.navigation .menu-main > li > a.active,
.navigation .menu-secondary > li > a.active {
  background-color: #464646;
  opacity: 1;
}
.navigation .menu-main > li > a:active,
.navigation .menu-secondary > li > a:active {
  background-color: #525252;
  opacity: 1;
}
.navigation .menu-main {
  background-color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 68px;
  width: 100%;
  z-index: 9999;
}
.navigation .menu-main a {
  display: block;
  padding: 23px 20px;
  position: relative;
}
.navigation .menu-main li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.navigation .menu-main li:last-child {
  border-bottom: none;
}
.navigation .menu-main .menu-drop-trigger:after {
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  content: '\E972';
  font-family: 'PowerBIMDL2';
  font-size: 9px;
  height: 6px;
  line-height: 9px;
  opacity: 0.6;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  width: 9px;
}
.navigation .menu-main .menu-drop-trigger.active:after {
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 768px) {
  .navigation .menu-main {
    left: initial;
    top: 68px;
  }
}
@media only screen and (min-width: 989px) {
  .navigation .menu-main {
    background-color: transparent !important;
    box-shadow: none;
    display: block !important;
    float: left;
    margin-top: -6px;
    position: static;
    width: auto;
  }
  .navigation .menu-main a {
    display: block;
    padding: 23px 20px;
  }
  .navigation .menu-main li {
    border-bottom: none;
    margin-top: -18px;
    width: auto;
  }
  .navigation .menu-main .menu-drop-trigger:after {
    display: none;
  }
  .navigation .menu-main > li > a {
    height: 68px;
    line-height: 68px;
    padding: 0 15px;
  }
}
.navigation .menu-secondary {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navigation .menu-secondary {
    display: block;
    float: right;
    margin-top: -6px;
    margin-right: 80px;
  }
  .navigation .menu-secondary a {
    display: block;
    padding: 23px 20px;
  }
  .navigation .menu-secondary li {
    margin-top: -18px;
  }
  .navigation .menu-secondary > li > a {
    height: 68px;
    line-height: 68px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 989px) {
  .navigation .menu-secondary {
    margin-right: 0;
  }
  .navigation .menu-secondary li:last-child {
    margin-right: 0;
  }
}
.navigation .menu-drop {
  background-color: #464646;
  display: none;
  padding: 0 15px 12px;
  width: 100%;
}
.navigation .menu-drop a {
  padding: 12px;
}
.navigation .menu-drop a:hover,
.navigation .menu-drop a.active {
  background-color: #5e5e5e;
}
.navigation .menu-drop a:active {
  background-color: #767676;
}
.navigation .menu-drop li {
  border-bottom: none;
  position: static;
}
@media only screen and (min-width: 989px) {
  .navigation .menu-drop {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 270px;
    z-index: 1000;
  }
  .navigation .menu-drop li {
    float: none;
    margin: 0;
  }
  .navigation .menu-drop a {
    height: auto;
    line-height: 1;
    padding: 14px 16px 15px;
  }
}
.navigation .menu-pop {
  background-color: #5e5e5e;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 0 12px 12px;
  width: 100%;
}
.navigation .menu-pop a {
  padding: 12px;
}
.navigation .menu-pop a:hover,
.navigation .menu-pop a.active {
  background-color: #767676;
}
.navigation .menu-pop a:active {
  background-color: #767676;
}
@media only screen and (min-width: 989px) {
  .navigation .menu-pop {
    left: 100%;
    padding: 0;
    position: absolute;
    top: 0;
  }
  .navigation .menu-pop a {
    padding: 14px 16px 15px;
  }
}
.hamburger {
  border: 2px solid rgba(255, 255, 255, 0.3);
  right: 15px;
  padding: 13px 11px 12px;
  position: absolute;
  top: 12px;
}
.hamburger .icon-hamburger {
  -moz-box-sizing: initial;
  box-sizing: initial;
  border-bottom: 9px double #fff;
  border-top: 3px solid #fff;
  display: block;
  font-size: 0;
  height: 3px;
  width: 24px;
}
.hamburger-deluxe {
  padding: 7px 11px;
}
.hamburger-deluxe .fixin {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 26px;
}
.hamburger-deluxe.active .top-bun {
  -ms-transform: rotate(45deg) translate(19%, 250%);
  -o-transform: rotate(45deg) translate(19%, 250%);
  -webkit-transform: rotate(45deg) translate(19%, 250%);
  transform: rotate(45deg) translate(19%, 250%);
}
.hamburger-deluxe.active .patty {
  opacity: 0;
}
.hamburger-deluxe.active .bottom-bun {
  -ms-transform: rotate(-45deg) translate(19%, -250%);
  -o-transform: rotate(-45deg) translate(19%, -250%);
  -webkit-transform: rotate(-45deg) translate(19%, -250%);
  transform: rotate(-45deg) translate(19%, -250%);
}
.section-footer {
  background-color: #f2f2f2;
  color: #000;
  fill: #fff;
}
.section-footer select {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}
.section-footer a:hover {
  text-decoration: underline;
}
.section-footer .icon-microsoft {
  fill: #969696;
  height: 25px;
  width: 87px;
}
.section-footer .list-heading {
  font-size: 18px;
}
.section-footer .linkList a,
.section-footer .linkList a:hover {
  color: #000;
}
.section-footer .row-utility {
  font-size: 13px;
}
.section-footer .row-utility a,
.section-footer .row-utility a:hover {
  color: #000;
}
.section-footer .linkList-social li {
  float: left;
  margin-right: 10px;
}
.section-footer .linkList-social a {
  fill: #fff;
  background-color: #0066ff;
  border-radius: 18px;
  display: block;
  height: 36px;
  position: relative;
  width: 36px;
}
.section-footer .linkList-social a:hover {
  opacity: 0.9;
}
.section-footer .linkList-social .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
}
.section-footer .separator {
  width: 24px;
  height: 1px;
  border-bottom: 1px solid #dfdfdf;
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .section-footer .linkList-social {
    margin-top: -9px;
  }
}
@media only screen and (min-width: 960px) {
  .section-footer .linkList-util {
    float: right;
  }
}
.cookie-banner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
svg.cc-icon.cc-v-center {
  fill: none;
}
.navigation.navigation-themed {
  background-color: #ffffff;
}
.navigation.navigation-themed .logo a {
  color: #0066ff;
  margin-right: 2px;
}
.navigation.navigation-themed .logo a:focus {
  outline: 1px dotted #0066ff;
}
@media screen and (-ms-high-contrast: active) {
  .navigation.navigation-themed .logo a:focus {
    outline: 1px dotted #ffffff;
  }
}
.navigation.navigation-themed .hamburger .fixin {
  background-color: #0066ff;
}
.navigation.navigation-themed .menu.menu-main > li > a {
  color: #ffffff;
}
.navigation.navigation-themed .menu.menu-main > li > a:hover,
.navigation.navigation-themed .menu.menu-main > li > a.menu-drop-trigger.active {
  color: #ffffff;
}
.navigation.navigation-themed .menu-secondary > li > a {
  color: #0066ff;
}
.navigation.navigation-themed .menu-secondary > li > a:hover {
  color: #ffffff;
}
.navigation.navigation-themed .menu-secondary > li > a:focus {
  outline: 1px dotted #0066ff;
  outline-offset: -2px;
}
@media screen and (-ms-high-contrast: active) {
  .navigation.navigation-themed .menu-secondary > li > a:focus {
    outline: 1px dotted #ffffff;
  }
}
@media only screen and (min-width: 989px) {
  .navigation.navigation-themed .menu.menu-main > li > a {
    color: #0066ff;
  }
  .navigation.navigation-themed .menu.menu-main > li > a:hover,
  .navigation.navigation-themed .menu.menu-main > li > a.menu-drop-trigger.active {
    color: #ffffff;
  }
  .navigation.navigation-themed .menu.menu-main > li > a:focus {
    outline: 1px dotted #0066ff;
    outline-offset: -2px;
  }
}
@media only screen and (min-width: 989px) and screen and (-ms-high-contrast: active) {
  .navigation.navigation-themed .menu.menu-main > li > a:focus {
    outline: 1px dotted #ffffff;
  }
}
.button {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  fill: #ffffff;
  font-size: 18px;
  padding: 6px 20px 7px;
}
.button:hover {
  background-color: #0052cc;
  border: 2px solid #0052cc;
  color: #ffffff !important;
  fill: #ffffff;
  text-decoration: none;
}
.button .icon {
  height: 18px;
  width: 18px;
}
.button-featured {
  background-color: #0066ff;
  border: 2px solid #0066ff;
}
.button-featured:hover {
  background-color: #1a75ff;
  border: 2px solid #1a75ff;
}
.container {
  margin-top: 68px;
}
.section-happy-man {
  background-image: url(../../cvt-efb7291af4b0fb9fc60cf0081adbae405193e8292b60187fa0bddff048a2326c/images/shared/section/happy-man.jpg);
}
.section-roadmap-hero {
  background-image: url(../../cvt-bf64d5467bf7010e992164117a85c7a74e2c6e3c98821cee1e4788dc5ebe8e8d/images/roadmap/hero_1259x472.jpg);
  background-size: cover;
  background-position: right;
}
@media (min-width: 960px) {
  .section-roadmap-hero {
    min-height: 480px;
  }
}
@media (max-width: 959px) {
  .section-roadmap-hero {
    min-height: 360px;
  }
}
@media (max-width: 600px) {
  .section-roadmap-hero {
    min-height: 256px;
  }
}
.section-slate10 {
  color: #000;
  background-color: #F6F6F6;
}
.search-result .title {
  display: inline-block;
  margin-bottom: 0;
}
.search-result .label {
  display: inline-block;
  margin-left: 10px;
}
.search-typeList li.active {
  border-bottom: 3px solid #505050;
}
.search-typeList li.active a {
  text-decoration: none;
}
.search-input {
  position: relative;
  margin-top: 8px;
}
.search-input .icon {
  background: none;
  border: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
}
.search-input.search-input-small input[type=text] {
  font-size: 12px;
  padding: 4px 10px 5px 10px;
}
.search-input.search-input-small .icon {
  height: 14px;
  right: 7px;
  top: 7px;
  width: 14px;
}
.ai-builder-hero {
  background-color: #fff;
  color: #000;
  position: relative;
}
.ai-builder-hero__image {
  display: block;
  line-height: 1;
  width: 100%;
}
.ai-builder-hero .row.column {
  display: flex;
  align-items: center;
}
.ai-builder-hero .row.column .ai-builder-hero__content {
  display: block;
  padding: 5% 5% 6%;
}
@media only screen and (min-width: 768px) {
  .ai-builder-hero .row.column .ai-builder-hero__content {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
  }
}
@media only screen and (min-width: 1084px) {
  .ai-builder-hero .row.column .ai-builder-hero__content {
    max-width: 460px;
  }
}
.ai-builder-hero .row.column .ai-builder-hero__content .text-heading2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
}
.ai-builder-hero .row.column .ai-builder-hero__content p {
  font-size: 18px;
  line-height: 23px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.ai-builder-hero .row.column .ai-builder-hero__content .button.button-featured.arrowLink {
  padding: 6px 28px 7px 20px;
}
.ai-builder-hero .row.column .ai-builder-hero__content .arrowLink {
  font-size: 16px;
  padding: 6px 20px 7px;
  width: 100%;
  text-align: center;
}
.ai-builder-hero .row.column .ai-builder-hero__content .arrowLink:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 540px) {
  .ai-builder-hero .row.column .ai-builder-hero__content .arrowLink {
    width: initial;
  }
}
.ai-builder-spacing-fix {
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .content-image-vertical-center {
    display: flex;
    align-items: center;
  }
}
.content-image-vertical-center img {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.cta-band-3-col .icon {
  margin-bottom: 12px;
}
.cta-band-3-col .arrowLink {
  font-size: 16px;
}
.cta-band-3-col .arrowLink:hover {
  text-decoration: underline;
}
.ai-builder.close {
  opacity: 0.9;
}
#guided-learning-nav li {
  position: relative;
}
#guided-learning-nav li a {
  overflow: hidden;
  padding-right: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#guided-learning-nav li .duration {
  position: absolute;
  right: 0;
}
#guided-learning-content .wa-navigationScroll,
#guided-learning-content .navigationScroll {
  display: none;
}
#guided-learning-content .next-button {
  margin: 72px 0;
}
#guided-learning-content .video-container {
  position: relative;
  display: inline-block;
  margin: 24px 0;
}
#guided-learning-content .video-overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20%;
  color: #ffffff;
}
#guided-learning-content .video-overlay h4 {
  color: #ffffff;
}
#guided-learning-content .watch-again-container {
  background-color: #333333;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#guided-learning-content .watch-again-container h4 {
  margin-bottom: 0;
  font-size: 16px;
  display: inline-block;
}
#guided-learning-content .watch-again-container .icon {
  margin-right: 5px;
}
.row.guided-learning,
.row.learning-item {
  display: block;
  margin: 15px 0px;
}
.guided-learning .icon {
  margin-right: 25px;
  margin-top: -10px;
  fill: #0066ff;
}
@media only screen and (min-width: 960px) {
  #guided-learning-nav .navigationLeft .title {
    display: none;
  }
}
a.learning-item:hover .learning-title {
  text-decoration: underline;
}
.guided-learning.toggler h3 {
  display: inline-block;
}
.guided-learning.toggler .glyphicon {
  margin-right: 24px;
}
.learning-title {
  margin-left: 54px;
}
.icon-selected {
  color: #0066ff;
}
@media only screen and (max-width: 768px) {
  .learning-title {
    margin-left: 0;
  }
}
.section-locale a {
  color: #0067b8;
  display: block;
  padding-bottom: 8px;
}
.partner-list .partner-logo {
  position: relative;
  height: 120px;
  background-color: #ffffff;
}
.partner-list .partner-logo img {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 120px;
}
.partner-item {
  display: block;
}
.partner-item img {
  width: 100%;
}
.partner-item .partner-name {
  margin: 12px 0;
}
.partner-item .partner-logo {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 12px;
  vertical-align: middle;
}
.partner-item .partner-logo.partner-logo-block {
  display: block;
  position: relative;
  height: 150px;
}
.partner-item .partner-logo.partner-logo-block img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partner-logo-container {
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
  position: relative;
  border: 1px #dedede solid;
}
.partner-logo-container img {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 540px) and (max-width: 768px) {
  .partner-item .partner-logo {
    height: 126px !important;
    line-height: 142px;
  }
  .partner-logo-container {
    height: auto;
  }
  .partner-logo-container:before {
    content: '';
    display: block;
    padding-top: 75%;
  }
}
@media (min-width: 768px) {
  .partner-item .partner-logo {
    display: table-cell;
  }
}
.section-slate10 {
  color: #000;
  background-color: #F6F6F6;
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .bc-roadmap-priorities .center-on-mobile h3,
  .bc-roadmap-priorities .center-on-mobile p {
    text-align: center;
  }
}
.no-border-section {
  border-top: none !important;
}
.bc-hero--white-text {
  color: #ffffff !important;
}
.bc-business-apps-family {
  font-size: 34px;
  line-height: 40px;
  font-weight: 200;
}
.bc-roadmap-sticky-legend {
  background-color: #fff;
  padding: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.bc-roadmap-sticky-legend div,
.bc-roadmap-sticky-legend h4 {
  display: inline-block;
}
.bc-roadmap-sticky-legend div:not(:first-of-type) {
  margin-left: 60px;
}
.bc-roadmap-sticky-legend__svg {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
}
.bc-roadmap-sticky-legend__svg svg {
  width: 35px;
  height: 35px;
}
.bc-roadmap-table__show-in-mobile {
  display: block;
}
@media only screen and (min-width: 960px) {
  .bc-roadmap-table__show-in-mobile {
    display: none;
  }
}
.bc-roadmap-table__show-tablet-desktop {
  display: block;
}
@media only screen and (max-width: 959px) {
  .bc-roadmap-table__show-tablet-desktop {
    display: none;
  }
}
.bc-roadmap-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media only screen and (max-width: 959px) {
  .bc-roadmap-table {
    margin: 0 12px;
    width: 95% !important;
  }
  .bc-roadmap-table tbody tr:nth-child(even) td {
    background-color: #F2F2F2 !important;
  }
}
.bc-roadmap-table tbody tr {
  border-top: 1px solid #ccc;
  transition: box-shadow ease-in-out 0.1s;
}
.bc-roadmap-table tbody tr:not(.no-hover):hover {
  transform: scale(1, 1);
  cursor: pointer;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  box-shadow: 0 0 10px #BFBFBF;
  -webkit-box-shadow: 0 0 10px #BFBFBF;
  -moz-box-shadow: 0 0 10px #BFBFBF;
}
.bc-roadmap-table__date th {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  padding: 15px 18px;
  text-transform: none !important;
}
.bc-roadmap-table__app {
  color: #fff;
  background-color: #0077FF;
}
.bc-roadmap-table__app th {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  padding: 15px 18px;
  text-transform: none !important;
}
.bc-roadmap-table__app th svg {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  vertical-align: bottom;
}
.bc-roadmap-table__cap-avail-header {
  color: #000;
  background-color: #D8D8D8;
}
.bc-roadmap-table__cap-avail-header th {
  font-size: 20px;
  font-weight: 500;
  padding: 15px 18px;
  text-transform: none !important;
}
.bc-roadmap-table__cap-avail-header th:first-of-type {
  text-align: left;
}
.bc-roadmap-table__cap-avail-header th:last-of-type {
  text-align: center;
}
.bc-roadmap-table__capability {
  background-color: #fff;
  padding: 24px 18px;
}
@media only screen and (max-width: 959px) {
  .bc-roadmap-table__capability {
    padding: 18px 18px;
  }
}
.bc-roadmap-table__capability-icon {
  display: inline-block;
  width: 80px;
  padding: 18px 0 0 0;
}
@media only screen and (max-width: 959px) {
  .bc-roadmap-table__capability-icon {
    width: 100%;
  }
}
.bc-roadmap-table__capability-icon svg {
  width: 35px;
  height: 35px;
}
.bc-roadmap-table__capability-text {
  color: #333333;
  font-size: 15px;
}
.bc-roadmap-table__capability-hyperlink {
  margin-top: 20px;
}
.bc-roadmap-table__availability {
  background-color: #F5F5F5;
  padding: 15px 18px;
  text-align: center;
}
.bc-roadmap-table__availability svg {
  width: 35px;
  height: 35px;
}
.bc-roadmap-app-card-container {
  margin: 12px auto;
  text-align: center;
}
@media only screen and (min-width: 584px) {
  .bc-roadmap-app-card-container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 950px) {
  .bc-roadmap-app-card-container {
    max-width: 930px;
  }
}
.bc-roadmap-app-card {
  display: inline-flex;
  margin: 14px;
  height: 105px;
  width: 150px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid #007869;
  text-align: center;
  padding: 24px 12px;
  overflow: hidden;
  transition: box-shadow ease-in-out 0.1s;
}
.bc-roadmap-app-card h5 {
  font-size: 15px !important;
  line-height: 16px;
  color: #000;
}
.bc-roadmap-app-card:hover,
.bc-roadmap-app-card:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 584px) {
  .bc-roadmap-app-card {
    margin: 6px 2px;
  }
}
.bc-roadmap-app-card__content {
  margin: 0 auto;
}
.bc-roadmap-app-card__svg svg {
  height: 28px;
  width: 28px;
  fill: #75757A;
}
.bc-roadmap-app-card--disabled {
  border-bottom-color: #75757A;
  pointer-events: none;
  cursor: default;
}
.bc-roadmap-app-card--disabled svg {
  fill: #75757A;
}
.bc-roadmap-app-card--disabled svg g {
  fill: #75757A;
}
.bc-roadmap-app-card--disabled .bc-roadmap-app-card__content {
  border-bottom-color: #75757A;
  pointer-events: none;
  cursor: default;
}
.bc-roadmap-app-card--disabled .bc-roadmap-app-card__title {
  color: #75757A;
}
.bc-roadmap-app-card--powerapps {
  color: #000 !important;
  border-bottom: 6px solid #742774;
}
.bc-roadmap-app-card--powerbi {
  color: #000 !important;
  border-bottom: 6px solid #F2C811;
}
.bc-roadmap-app-card--flow {
  color: #000 !important;
  border-bottom: 6px solid #0077FF;
}
.bc-roadmap-app-card--business-central {
  border-bottom: 6px solid #DADADA;
}
.bc-roadmap-app-card--business-central h5 {
  color: #DADADA !important;
}
.bc-roadmap-app-card--psa {
  border-bottom: 6px solid #DADADA;
}
.bc-roadmap-app-card--psa h5 {
  color: #DADADA !important;
}
.bapi-flex-box {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.bapi-flex-box:before,
.bapi-flex-box:after {
  display: none;
}
.bapi-flex-box .bapi-capability-card {
  min-width: 280px;
  align-self: stretch;
}
@media only screen and (max-width: 959px) {
  .bapi-flex-box .bapi-capability-card {
    text-align: center;
    width: 100%;
  }
}
.bc-capability-subpanel {
  padding: 0;
}
.bc-capability-subpanel__paragraph {
  padding: 0 !important;
  margin-bottom: 24px;
}
@media only screen and (max-width: 959px) {
  .bc-capability-panel > [data-grid] {
    float: none;
    width: 100%;
    display: block;
  }
}
.bc-capability-panel__text {
  padding: 0 36px;
}
.bc-capability-panel__text .bc-bulleted-list li {
  padding: 4px 0;
}
.bc-capability-panel__text .button.button-featured {
  font-size: 15px;
}
.bc-capability-panel__heading {
  padding-top: 0;
  padding-bottom: 12px;
  font-weight: 400 !important;
}
.bc-capability-panel__picture {
  padding-top: 12px;
  padding-bottom: 12px;
}
.bc-capability-panel__picture > picture {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.bc-capability-panel__picture > picture > img {
  position: relative;
  width: 100%;
  height: auto;
}
.bc-capability-panel--center-vertical {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .bc-capability-panel--center-vertical {
    display: block;
  }
}
