/* Minification failed. Returning unminified contents.
(432,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(433,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(434,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(435,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(436,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(437,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(438,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(439,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */

/*! 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"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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;
}

/* Utility classes */
:root {
  --font-open-sans: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  --font-color-default: #404040;
  --color-orange: #ff7200;
  --color-border: #cccccc;
  --color-gray-light: #eee;
  --editor-border-color: #cecece;
  --screen-xs-min: 480px;
  --animation-speed: 200ms;
}
html {
  position: relative;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  background-color: white;
  height: 100vh;
}
html a {
  text-decoration-skip-ink: none;
}
html.FixedWithScroll {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-y: scroll;
}
html body {
  padding: 0;
  margin: 0;
  border: none;
  z-index: 10;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
html body header,
html body nav#MainMenu,
html body footer,
html body section,
html body main {
  display: block;
}
html body header,
html body footer {
  background-color: white;
}
html body main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
main > section {
  /*border-bottom: 1px solid @color-border;*/
  overflow: clip;
  padding-top: 40px;
  padding-bottom: 40px;
  /*    &.Gray + section:not(.Gray) {
        border-top: 1px solid @color-border;
    }

    &:not(.Gray) + section.Gray,
    &:not(.Gray) + section.Gray2White {
        border-top: 1px solid @color-border;
    }*/
}
main > section:last-child {
  border-bottom: none;
}
main > section.White {
  background-color: white;
}
main > section.Gray {
  background-color: #eee;
}
main > section.Gray2White {
  background: #eee;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eee 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
  background: -o-linear-gradient(top, #eee 0%, white 100%);
  background: linear-gradient(to bottom, #eee 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
main > section.Dark {
  background-color: #404040;
  border-top: none !important;
  border-bottom: none !important;
  margin-top: -1px !important;
  color: white;
}
main > section.Dark h2 {
  color: white;
}
main > section.Orange {
  background-color: #ff7200;
  color: white;
}
main > section:last-child {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  main > section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main > section:last-child {
    padding-bottom: 120px;
  }
}
div.HeaderPlaceholer {
  display: none;
  min-height: 36px;
}
@media (min-width: 768px) {
  div.HeaderPlaceholer {
    display: block;
  }
}
header {
  min-height: 36px;
}
@media (min-width: 768px) {
  header.Fixed {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    z-index: 999999;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
}
header .r-container {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .r-container:before,
header .r-container:after {
  content: "";
  display: table;
  width: 0;
}
header .r-container:after {
  clear: both;
}
header .r-container .ControlContainer {
  float: right;
  font-size: 0;
}
header #Header-Logo {
  float: left;
  background-image: url('/Content/TopBar/Logo.svg?w=122&h=29');
  background-repeat: no-repeat;
  position: absolute;
  width: 122px;
  height: 29px;
  -webkit-background-size: 122px 29px;
          background-size: 122px 29px;
  opacity: 0;
  -webkit-transition: opacity linear 200ms;
  -o-transition: opacity linear 200ms;
  transition: opacity linear 200ms;
  display: none;
}
@media (min-width: 768px) {
  header #Header-Logo {
    display: block;
  }
}
header #Header-Logo.Static {
  opacity: 1;
  display: block;
}
header.ShowLogo #Header-Logo {
  opacity: 1;
}
header #Cart {
  background-image: url('/Content/TopBar/Cart.svg?w=18&h=18');
  background-repeat: no-repeat;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
  background-position: 0;
  height: 18px;
  padding-left: 23px;
  font-size: 12px;
  line-height: 26px;
  color: #404040;
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  min-height: 26px;
}
header #Cart:last-child {
  margin-right: 0;
}
header #Cart:visited {
  color: #404040;
}
header #LogIn {
  font-size: 12px;
  line-height: 26px;
  color: #404040;
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  min-height: 26px;
}
header #LogIn:last-child {
  margin-right: 0;
}
header #LogIn:visited {
  color: #404040;
}
header .HeadLink {
  font-size: 12px;
  line-height: 26px;
  color: #404040;
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  min-height: 26px;
}
header .HeadLink:last-child {
  margin-right: 0;
}
header .HeadLink:visited {
  color: #404040;
}
header .HeadLink.hidden {
  display: none !important;
}
@media (min-width: 480px) {
  header .HeadLink.visible-xs {
    display: inline-block !important;
  }
}
@media (min-width: 600px) {
  header .HeadLink.visible-xsm {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  header .HeadLink.visible-sm {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  header .HeadLink.visible-md {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  header .HeadLink.visible-lg {
    display: inline-block !important;
  }
}
header .HeadLink.Button {
  padding: 4px 14px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin: 0 5px 0 0 !important;
}
header .HeadLink.Button.Orange {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: #ff7200;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active header .HeadLink.Button.Orange {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive header .HeadLink.Button.Orange {
  opacity: 1;
}
header .HeadLink.Button.Orange:first-child {
  margin-left: 0;
}
header .HeadLink.Button.OrangeTransparent {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: transparent;
  color: #ff7200;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active header .HeadLink.Button.OrangeTransparent {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive header .HeadLink.Button.OrangeTransparent {
  opacity: 1;
}
header .HeadLink.Button.OrangeTransparent:first-child {
  margin-left: 0;
}
header .HeadLink.Button.Transparent {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active header .HeadLink.Button.Transparent {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive header .HeadLink.Button.Transparent {
  opacity: 1;
}
header .HeadLink.Button.Transparent:first-child {
  margin-left: 0;
}
header .HeadLink.Button.White {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid white;
  background-color: white;
  color: #ff7200;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active header .HeadLink.Button.White {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive header .HeadLink.Button.White {
  opacity: 1;
}
header .HeadLink.Button.White:first-child {
  margin-left: 0;
}
header .HeadLink.Button.Gray {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active header .HeadLink.Button.Gray {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive header .HeadLink.Button.Gray {
  opacity: 1;
}
header .HeadLink.Button.Gray:first-child {
  margin-left: 0;
}
header #Blogs.Counter:after {
  content: attr(data-count);
  display: inline-block;
  color: white;
  background-color: #ff7200;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 3px 6px 4px 6px;
  margin-left: 5px;
}
header .HeadLink.Button + .HeadLink {
  margin-left: 10px !important;
}
header #SiteSearch {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  margin-right: 4px;
}
header #SiteSearch:before,
header #SiteSearch:after {
  content: "";
  display: table;
  width: 0;
}
header #SiteSearch:after {
  clear: both;
}
header #SiteSearch .SearchButton {
  cursor: pointer;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-image: url('/Content/TopBar/Search.svg?w=18&h=18');
  background-position: center center;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
  background-repeat: no-repeat;
  background-color: #3c3c3c;
  width: 26px;
  height: 26px;
}
header #SiteSearch .SearchBox {
  display: none;
}
header #SiteSearch .SearchBox input {
  width: 100%;
  outline: none;
  border: none;
  color: white;
  background-color: #3c3c3c;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
}
header #SiteSearch .SearchBox input.NullText {
  color: #eee;
}
header #SiteSearch.Open {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  width: auto;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #3c3c3c;
  overflow: hidden;
  left: -5px;
}
@media (max-width: 768px) {
  header #SiteSearch.Open {
    left: -150px;
  }
}
header #SiteSearch.Open .SearchButton {
  position: absolute;
  left: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
header #SiteSearch.Open .SearchBox {
  display: block;
  position: absolute;
  left: 26px;
  right: 10px;
  top: 4px;
  bottom: 0;
}
header #MyAccount {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
header #MyAccount .UserIcon {
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #3c3c3c;
  color: white;
  background-image: url('/Content/TopBar/Account.svg?w=18&h=18');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
header #MyAccount .MyAccountMenu {
  position: absolute;
  right: 0;
  top: 120%;
  min-width: 230px;
  width: auto !important;
  width: 230px;
  border: 1px solid #cecece;
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  list-style-type: none;
  z-index: 10010;
  margin: 0;
  padding: 0;
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: height linear 200ms;
  -o-transition: height linear 200ms;
  transition: height linear 200ms;
}
header #MyAccount .MyAccountMenu li:hover {
  background-color: #e9f6fc;
}
header #MyAccount .MyAccountMenu li a {
  display: block;
  padding: 8px 10px 8px 10px;
  color: #404040;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
header .focus-lite:focus-visible {
  outline: 4px solid #000000 !important;
}
header .focus-dark:focus-visible {
  outline: 4px solid #ffffff !important;
}
#TOCChatLink {
  float: right;
  width: 26px;
  height: 26px;
  background-image: url('/Content/TopBar/Chat.svg?w=18&h=18');
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #57ad0a;
  color: #fff;
  cursor: pointer;
  margin-right: 8px;
  margin-top: 5px;
  margin-left: 4px;
  font-size: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  #TOCChatLink {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
    font-stretch: condensed;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 15px 6px 20px;
    width: auto;
    height: auto;
    background-image: none;
    z-index: 1;
  }
  .wf-active #TOCChatLink {
    opacity: 1;
    font-stretch: normal;
  }
  .wf-inactive #TOCChatLink {
    opacity: 1;
  }
}
#TOCChatLink.Online {
  display: block;
}
html.ios * {
  cursor: pointer;
}
#NotificationCenter {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  outline: none;
}
#NotificationCenter:before,
#NotificationCenter:after {
  content: "";
  display: table;
  width: 0;
}
#NotificationCenter:after {
  clear: both;
}
#NotificationCenter > a {
  cursor: default;
  display: block;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #d8d8d8;
  -webkit-transition: background-color linear 200ms;
  -o-transition: background-color linear 200ms;
  transition: background-color linear 200ms;
  width: 26px;
  height: 26px;
  outline: none;
  /*Arrow*/
}
#NotificationCenter > a > span.Bell {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('/Content/TopBar/Bell.svg?w=18&h=18');
  background-position: center center;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
  background-repeat: no-repeat;
}
#NotificationCenter > a .MessageCount {
  display: none;
  position: absolute;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  background-color: inherit;
  right: -8px;
  top: -4px;
}
#NotificationCenter > a .MessageCount:after {
  display: block;
  content: attr(data-notifications-count);
  color: white;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  right: 0;
  bottom: 0;
}
#NotificationCenter > a:after,
#NotificationCenter > a:before {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity linear 200ms, z-index linear 200ms;
  -o-transition: opacity linear 200ms, z-index linear 200ms;
  transition: opacity linear 200ms, z-index linear 200ms;
  bottom: -19px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#NotificationCenter > a:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 9px;
  margin-left: -9px;
}
#NotificationCenter > a:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.35);
  border-width: 10px;
  margin-left: -10px;
}
#NotificationCenter > .UnreadHint,
#NotificationCenter > .NotificationsList {
  opacity: 0;
  -webkit-transition: opacity linear 200ms, z-index linear 200ms;
  -o-transition: opacity linear 200ms, z-index linear 200ms;
  transition: opacity linear 200ms, z-index linear 200ms;
  z-index: -1;
  left: -10000px;
  position: absolute;
  top: 44px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: white;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.15);
}
#NotificationCenter > .UnreadHint {
  width: 200px;
  height: 120px;
  background-image: url('/Content/TopBar/Bell2.svg');
  background-position: center 22px;
  -webkit-background-size: 34px 34px;
          background-size: 34px 34px;
  background-repeat: no-repeat;
}
#NotificationCenter > .UnreadHint > .Hint {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}
#NotificationCenter > .UnreadHint > .Hint::after {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  max-width: 50%;
  margin: 0 auto;
  content: "You have " attr(data-notifications-count) " new notifications";
}
#NotificationCenter > .NotificationsList {
  max-height: -webkit-calc(98vh - 50px);
  max-height: calc(98vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#NotificationCenter > .NotificationsList::-webkit-scrollbar {
  width: 5px;
}
#NotificationCenter > .NotificationsList::-webkit-scrollbar-track:hover {
  background: #ddd;
}
#NotificationCenter > .NotificationsList::-webkit-scrollbar-thumb {
  background: #666;
}
#NotificationCenter > .NotificationsList > .Message {
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
}
#NotificationCenter > .NotificationsList > .Message:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
#NotificationCenter > .NotificationsList > .Message > .Inner {
  padding: 11px 20px 20px 20px;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Content *:first-child,
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions *:first-child {
  margin-top: 0;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Content *:last-child,
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions *:last-child {
  margin-bottom: 0;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions {
  margin-top: 5px;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions:before,
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions:after {
  content: "";
  display: table;
  width: 0;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions:after {
  clear: both;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: #ff7200;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 12px;
  padding: 3px 16px;
  text-align: center !important;
  clear: none;
}
.wf-active #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main {
  opacity: 1;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main:first-child {
  margin-left: 0;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions > a {
  display: inline-block;
  clear: both;
  float: right;
  text-align: right;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions > a:not(.Main) {
  margin: 1px 0;
}
#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main + a:not(.Main) {
  margin-top: 5px;
}
#NotificationCenter > .NotificationsList > .Message.Dismissed {
  -webkit-animation: NotificationMessageProcessed 0.5s both;
          animation: NotificationMessageProcessed 0.5s both;
}
#NotificationCenter.HasMessages > a {
  cursor: pointer;
  background-color: #dd2a3b;
}
#NotificationCenter.HasMessages > a .MessageCount {
  display: block;
  background-color: inherit;
}
#NotificationCenter.HasNewMessages > a > span.Bell {
  -webkit-animation: bellshake 5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: bellshake 5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#NotificationCenter.HasNewMessages:not(.Scrolled) > a:after,
#NotificationCenter.HasNewMessages:not(.Scrolled) > a:before {
  opacity: 1;
  z-index: 3;
}
#NotificationCenter.HasNewMessages:not(.Scrolled) > .UnreadHint {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#NotificationCenter.ShowNotifications > a:after,
#NotificationCenter.ShowNotifications > a:before {
  opacity: 1;
  z-index: 99999999;
}
#NotificationCenter.ShowNotifications > .NotificationsList {
  opacity: 1;
  z-index: 9999999;
  pointer-events: auto;
}
@-webkit-keyframes bellshake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1.5% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  3.0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  4.5% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  6.0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  7.5% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  8.5% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  9.2% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes bellshake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1.5% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  3.0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  4.5% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  6.0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  7.5% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  8.5% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  9.2% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes NotificationMessageProcessed {
  0% {
    left: 0;
    max-height: 200px;
  }
  50% {
    left: 100%;
    max-height: 200px;
  }
  51% {
    left: 100%;
    max-height: 200px;
  }
  100% {
    left: 100%;
    max-height: 0;
  }
}
@keyframes NotificationMessageProcessed {
  0% {
    left: 0;
    max-height: 200px;
  }
  50% {
    left: 100%;
    max-height: 200px;
  }
  51% {
    left: 100%;
    max-height: 200px;
  }
  100% {
    left: 100%;
    max-height: 0;
  }
}
nav#MainMenu {
  min-height: 66px;
}
nav#MainMenu * {
  outline: none;
}
@media (min-width: 992px) {
  nav#MainMenu .hidden-md {
    display: none !important;
  }
}
nav#MainMenu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  min-height: 66px;
  background-color: #000;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: alpha(opacity=25) !important;
}
nav#MainMenu:before * {
  -webkit-filter: inherit;
          filter: inherit;
}
.lightbox nav#MainMenu {
  z-index: 1;
  top: 66px;
  margin-top: -66px;
}
.lightbox nav#MainMenu:before {
  top: 0;
  min-height: initial;
  bottom: 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80) !important;
}
.lightbox nav#MainMenu:before * {
  -webkit-filter: inherit;
          filter: inherit;
}
.lightbox.lightbox-darkened nav#MainMenu:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0) !important;
}
.lightbox.lightbox-darkened nav#MainMenu:before * {
  -webkit-filter: inherit;
          filter: inherit;
}
nav#MainMenu .content {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media (min-width: 768px) {
  nav#MainMenu .content {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  nav#MainMenu .content {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  nav#MainMenu .content {
    max-width: 1200px;
  }
}
nav#MainMenu .content:before,
nav#MainMenu .content:after {
  content: "";
  display: table;
  width: 0;
}
nav#MainMenu .content:after {
  clear: both;
}
nav#MainMenu .MenuContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: max-height 200ms linear;
  -o-transition: max-height 200ms linear;
  transition: max-height 200ms linear;
  min-height: 66px;
  height: auto !important;
  height: 66px;
  max-height: 66px;
  overflow: hidden;
}
nav#MainMenu .MenuContainer .r-container {
  position: static;
}
.RootMenuOpen nav#MainMenu .MenuContainer {
  max-height: 780px;
}
@media (max-width: 992px) {
  .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer:before {
    -webkit-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    content: "";
    position: absolute;
    left: 0;
    top: 66px;
    bottom: 0;
    right: 0;
    background-color: #000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0) !important;
  }
  .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer:before * {
    -webkit-filter: inherit;
            filter: inherit;
  }
  .lightbox.no-lightbox-darkened.RootMenuOpen nav#MainMenu .MenuContainer:before {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: alpha(opacity=75) !important;
  }
  .lightbox.no-lightbox-darkened.RootMenuOpen nav#MainMenu .MenuContainer:before * {
    -webkit-filter: inherit;
            filter: inherit;
  }
}
.SubMenuOpen nav#MainMenu .MenuContainer {
  /*safari*/
  overflow: visible;
}
html:not(.lightbox) nav#MainMenu .MenuContainer {
  background: rgba(0, 0, 0, 0.75);
  position: static;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer {
    overflow: visible;
    max-height: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
nav#MainMenu .MenuContainer ul {
  position: static;
  display: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 66px;
  margin-bottom: 50px;
  list-style-type: none;
}
.lightbox nav#MainMenu .MenuContainer ul {
  height: 780px;
}
@media (min-width: 992px) {
  .lightbox nav#MainMenu .MenuContainer ul {
    height: auto;
  }
}
.wf-active nav#MainMenu .MenuContainer ul,
.wf-inactive nav#MainMenu .MenuContainer ul {
  display: inline-block;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul {
    margin: 0;
    margin-top: 17px;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
nav#MainMenu .MenuContainer ul li {
  position: static;
  display: block;
  vertical-align: middle;
  height: 31px;
  text-align: right;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li {
    display: inline-block;
    float: left;
    margin-top: 2px;
  }
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li.divider {
    height: 31px;
    width: 1px;
    overflow: hidden;
    background-color: white;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    -webkit-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: alpha(opacity=25) !important;
    margin: 0 20px;
  }
  nav#MainMenu .MenuContainer ul li.divider * {
    -webkit-filter: inherit;
            filter: inherit;
  }
}
nav#MainMenu .MenuContainer ul li a {
  display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  color: white;
  font-size: 34px;
  line-height: 34px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
}
.wf-active nav#MainMenu .MenuContainer ul li a {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive nav#MainMenu .MenuContainer ul li a {
  opacity: 1;
}
nav#MainMenu .MenuContainer ul li a .Notification {
  display: none;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #ff7200;
  font-size: 15px;
  line-height: 100%;
  margin-left: 5px;
  margin-right: -5px;
  padding: 0 6px;
  padding-left: 7px;
  color: white !important;
  vertical-align: top;
  z-index: 1;
}
nav#MainMenu .MenuContainer ul li a .Notification:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border-color: #ff7200;
  border-width: 0;
  border-style: solid;
  z-index: 0;
}
nav#MainMenu .MenuContainer ul li a .Notification.Shown {
  display: inline;
}
nav#MainMenu .MenuContainer ul li a .Notification.Shown:after {
  -webkit-animation: menuNotificationGrowUp 2s;
          animation: menuNotificationGrowUp 2s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
nav#MainMenu .MenuContainer ul li a:hover {
  color: #f78119;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li a {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    height: auto;
  }
  nav#MainMenu .MenuContainer ul li a .Notification {
    vertical-align: baseline;
    top: -1px;
  }
}
.SubMenuOpen nav#MainMenu .MenuContainer ul li > a {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30) !important;
  pointer-events: none;
}
.SubMenuOpen nav#MainMenu .MenuContainer ul li > a * {
  -webkit-filter: inherit;
          filter: inherit;
}
@media (min-width: 992px) {
  .SubMenuOpen nav#MainMenu .MenuContainer ul li > a {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100) !important;
    pointer-events: all;
  }
  .SubMenuOpen nav#MainMenu .MenuContainer ul li > a * {
    -webkit-filter: inherit;
            filter: inherit;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -320px;
  width: 320px;
  display: block;
  background-color: white;
  -webkit-transition: right 200ms linear;
  -o-transition: right 200ms linear;
  transition: right 200ms linear;
  text-align: left;
  z-index: 1;
  /*content*/
}
nav#MainMenu .MenuContainer ul li .SubMenu .Shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  bottom: 0;
  background: #e1e1e1;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e1e1e1 0, rgba(225, 225, 225, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e1e1e1), to(rgba(225, 225, 225, 0)));
  background: -o-linear-gradient(left, #e1e1e1 0, rgba(225, 225, 225, 0) 100%);
  background: linear-gradient(to right, #e1e1e1 0, rgba(225, 225, 225, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter {
  background-color: rgba(0, 0, 0, 0.25);
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  padding: 40px 0;
}
nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter .content {
  height: 100%;
}
nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter .content .column * {
  z-index: 1;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter {
    display: block;
  }
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    height: 0;
    width: auto;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: height 200ms linear;
    -o-transition: height 200ms linear;
    transition: height 200ms linear;
  }
  html:not(.lightbox) nav#MainMenu .MenuContainer ul li .SubMenu {
    background: #3c3c3c;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu .r-container {
    position: relative;
    top: -714px;
    -webkit-transition: top 200ms linear;
    -o-transition: top 200ms linear;
    transition: top 200ms linear;
  }
  .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer ul li .SubMenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: alpha(opacity=75) !important;
  }
  .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer ul li .SubMenu:before * {
    -webkit-filter: inherit;
            filter: inherit;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu.open {
  right: 0;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu.open {
    left: 0;
    right: 0;
    height: 714px;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.open .r-container {
    top: 0;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu .Header {
  height: 66px;
  background-color: #e5e5e5;
}
nav#MainMenu .MenuContainer ul li .SubMenu .Header span {
  position: absolute;
  left: 29px;
  bottom: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #404040;
  font-size: 34px;
  line-height: 34px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
}
.wf-active nav#MainMenu .MenuContainer ul li .SubMenu .Header span {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive nav#MainMenu .MenuContainer ul li .SubMenu .Header span {
  opacity: 1;
}
nav#MainMenu .MenuContainer ul li .SubMenu .Header .CloseButton {
  position: absolute;
  width: 28px;
  height: 26px;
  background-image: url('/Content/MainMenu/closeSideMenu.svg?w=28&h=26');
  background-repeat: no-repeat;
  right: 21px;
  bottom: 22px;
  cursor: pointer;
}
nav#MainMenu .MenuContainer ul li .SubMenu .CloseButton {
  float: right;
  font-size: 40px;
}
@media (max-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .r-container {
    position: absolute;
    top: 67px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 40px 20px 0 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu .r-container .ScrollContainer {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .r-container {
    top: auto !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column {
  border-top: 1px solid #d9d9d9;
  margin-top: 35px;
  padding-top: 35px;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    float: left;
    width: 50%;
    padding-left: 40px;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column:first-child {
    padding-left: 0;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group {
  margin-top: 45px;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group {
    margin-top: 42px;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle {
  color: #959898;
  font-size: 20px;
  line-height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
}
.wf-active nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle {
  opacity: 1;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle:before,
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle:after {
  content: "";
  display: table;
  width: 0;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle:after {
  clear: both;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle {
    white-space: nowrap;
    margin-bottom: 5px;
    margin-top: 42px;
    padding-bottom: 8px;
    font-size: 14px;
    color: white;
    opacity: 0.4 !important;
    border-bottom: 1px solid white;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .GroupTitle:first-child {
    margin-top: 0;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a {
  display: block;
  float: left;
  color: #404040;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  clear: both;
  margin-top: 15px;
  white-space: normal;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a svg,
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a img {
  display: none;
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a:hover {
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a {
    color: white;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    padding-top: 2px;
    margin-top: 20px;
    padding-left: 34px;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a svg,
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a img {
    display: inline-block;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a svg .category,
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group a img .category {
    fill: #ff7200;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group abbr {
  float: left;
  color: white;
  clear: both;
  color: #9f9f9f;
  margin-top: 4px;
  padding-left: 55px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 150%;
  display: none;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group abbr:before,
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group abbr:after {
  content: "";
  display: table;
  width: 0;
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group abbr:after {
  clear: both;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group abbr {
    display: block;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .SubItems {
  display: none;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .Group .SubItems {
    display: block;
  }
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .r-container {
    z-index: 1;
    margin-top: 32px;
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column {
    padding-left: 0;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column > .column {
    padding-left: 20px;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer abbr {
    max-width: 90%;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a {
    padding-left: 55px;
    margin-top: 43px;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a:first-of-type {
    margin-top: 21px;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a svg,
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a img {
    top: 3px;
    width: 36px;
    height: 36px;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child .NoIcon {
    padding-left: 0;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child .SubItems {
    float: left;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child .SubItems a {
    margin-top: 8px;
    padding-left: 44px;
    clear: none;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child .SubItems a svg,
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child .SubItems a img {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child {
    width: 33.33333333%;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:last-child {
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child {
    width: 42%;
  }
  nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:last-child {
    width: 58%;
  }
}
nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter {
  background: none;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter .column {
  height: 100%;
  /*text-align: center;*/
}
nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter .column:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: #ff7200;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  padding: 13px 36px;
  vertical-align: middle;
}
.wf-active nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a {
  opacity: 1;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a:first-child {
  margin-left: 0;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div {
  vertical-align: middle;
  display: inline-block;
  min-height: 56px;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div svg .category {
  fill: #ff7200;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div h6 {
  font-weight: normal;
  line-height: 100%;
  font-size: 20px;
  color: white;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 70px;
  max-width: 75%;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div p {
  color: white;
  margin-left: 70px;
  font-size: 14px;
  line-height: 100%;
  margin-top: 13px;
  margin-bottom: 0;
}
nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div p a {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 100%;
  color: #ff7200;
  text-decoration: underline !important;
  vertical-align: initial;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter {
  height: auto;
  min-height: 150px;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter .column {
  width: 50%;
  float: left;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter .column:last-child {
  padding-left: 40px;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter a {
  opacity: 1;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  font-stretch: normal !important;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: white;
  text-transform: none;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter a:hover h6 {
  text-decoration: underline !important;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter h6 {
  display: inline-block;
  font-weight: normal;
  line-height: 100%;
  font-size: 16px;
  color: white;
  margin-bottom: 7px;
  margin-top: 0;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 150%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50) !important;
}
nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p * {
  -webkit-filter: inherit;
          filter: inherit;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter h6,
  nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter h6,
  nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p {
    max-width: 85%;
  }
}
nav#MainMenu .MenuContainer .Logo {
  background-image: url('/Content/MainMenu/Logo.svg?w=152&h=36');
  background-repeat: no-repeat;
  width: 152px;
  height: 36px;
  display: block;
  top: 15px;
  float: left;
}
nav#MainMenu .MenuContainer a.Menu-Toggle {
  display: block;
  width: 30px;
  height: 19px;
  cursor: pointer;
  top: 23px;
  padding-top: 8px;
  float: right;
}
@media (min-width: 992px) {
  nav#MainMenu .MenuContainer a.Menu-Toggle {
    display: none;
  }
}
nav#MainMenu .MenuContainer a.Menu-Toggle span,
nav#MainMenu .MenuContainer a.Menu-Toggle span:before,
nav#MainMenu .MenuContainer a.Menu-Toggle span:after {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
nav#MainMenu .MenuContainer a.Menu-Toggle.open {
  padding-top: 10px;
  height: 23px;
  top: 21px;
}
nav#MainMenu .MenuContainer a.Menu-Toggle.open span {
  background-color: transparent;
}
nav#MainMenu .MenuContainer a.Menu-Toggle.open span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav#MainMenu .MenuContainer a.Menu-Toggle.open span:after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav#MainMenu .MenuContainer a.Menu-Toggle span:before {
  top: -8px;
}
nav#MainMenu .MenuContainer a.Menu-Toggle span:after {
  bottom: -8px;
}
.lt-ie9 nav#MainMenu .MenuContainer a.Menu-Toggle {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.lt-ie9 nav#MainMenu .MenuContainer a.Menu-Toggle.open {
  background-image: url('/Content/MainMenu/closeMainMenu.svg?w=24&h=24');
}
.lt-ie9 nav#MainMenu .MenuContainer a.Menu-Toggle.open span {
  display: none;
}
nav#MainMenu .focus-lite:focus-visible {
  outline: 4px solid #000000 !important;
}
nav#MainMenu .focus-dark:focus-visible {
  outline: 4px solid #ffffff !important;
}
body {
  -webkit-transition: right 200ms linear, opacity 200ms linear;
  -o-transition: right 200ms linear, opacity 200ms linear;
  transition: right 200ms linear, opacity 200ms linear;
  right: 0;
}
.SubMenuOpen body {
  right: 320px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .SubMenuOpen body {
    right: 0;
    overflow: auto;
  }
}
html:not(.lightbox) section#LightBox {
  display: none;
}
section#LightBox div[data-role="LightBoxContent"] {
  z-index: 1;
  -webkit-transition: top 200ms linear, bottom 200ms linear, opacity 200ms linear;
  -o-transition: top 200ms linear, bottom 200ms linear, opacity 200ms linear;
  transition: top 200ms linear, bottom 200ms linear, opacity 200ms linear;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100) !important;
  top: 0;
}
section#LightBox div[data-role="LightBoxContent"] * {
  -webkit-filter: inherit;
          filter: inherit;
}
.RootMenuOpen section#LightBox div[data-role="LightBoxContent"] {
  top: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0) !important;
}
.RootMenuOpen section#LightBox div[data-role="LightBoxContent"] * {
  -webkit-filter: inherit;
          filter: inherit;
}
@media (min-width: 992px) {
  .RootMenuOpen section#LightBox div[data-role="LightBoxContent"] {
    top: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100) !important;
  }
  .RootMenuOpen section#LightBox div[data-role="LightBoxContent"] * {
    -webkit-filter: inherit;
            filter: inherit;
  }
}
.SubMenuOpen section#LightBox div[data-role="LightBoxContent"] {
  top: 100% !important;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0) !important;
}
.SubMenuOpen section#LightBox div[data-role="LightBoxContent"] * {
  -webkit-filter: inherit;
          filter: inherit;
}
html:not(.lightbox) nav#ToolBar,
html:not(.lightbox) section#LightBox + main,
html:not(.lightbox) nav#MainMenu + main {
  -webkit-transition: margin-top 200ms linear;
  -o-transition: margin-top 200ms linear;
  transition: margin-top 200ms linear;
}
@media (min-width: 992px) {
  html:not(.lightbox).RootMenuOpen nav#ToolBar,
  html:not(.lightbox).RootMenuOpen section#LightBox + main,
  html:not(.lightbox).RootMenuOpen nav#MainMenu + main {
    margin-top: 714px;
  }
}
@-webkit-keyframes menuNotificationGrowUp {
  0% {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 1px;
    opacity: 1;
  }
  100% {
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-width: 14px;
    opacity: 0;
  }
}
@keyframes menuNotificationGrowUp {
  0% {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 1px;
    opacity: 1;
  }
  100% {
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-width: 14px;
    opacity: 0;
  }
}
nav#ToolBar {
  background-color: white;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
nav#ToolBar .content {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  nav#ToolBar .content {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  nav#ToolBar .content {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  nav#ToolBar .content {
    max-width: 1200px;
  }
}
nav#ToolBar .content:before,
nav#ToolBar .content:after {
  content: "";
  display: table;
  width: 0;
}
nav#ToolBar .content:after {
  clear: both;
}
@media (min-width: 600px) {
  nav#ToolBar .content {
    text-align: right;
  }
}
nav#ToolBar .content a {
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: underline;
}
nav#ToolBar .content a:last-child {
  margin-right: 0;
}
nav#ToolBar .content a img,
nav#ToolBar .content a svg {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  margin-right: 10px;
  margin-top: -1px;
}
nav#ToolBar .content a.Button {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
nav#ToolBar .content a.Button:last-child {
  margin-right: 0;
}
nav#ToolBar .content a.Back {
  display: block;
  padding-left: 26px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTggMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGRjcyMDA7IiBwb2ludHM9IjAsOSA4LDAgMTAsMSA0LDggMTcsOCAxNywxMCA0LDEwIDEwLDE3IDgsMTggIi8+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
  background-position: left center;
}
@media (min-width: 600px) {
  nav#ToolBar .content a.Back {
    float: left;
  }
}
@media (min-width: 768px) {
  footer .hidden-sm {
    display: none !important;
  }
}
footer #FooterTop section {
  display: block;
  border-top: 1px solid #cbcbcb;
  padding: 16px 0 18px 0;
}
footer #FooterTop section .Icons {
  float: right;
}
footer #FooterTop section .Icons a {
  float: left;
  outline: none;
  text-decoration: none;
  background-repeat: no-repeat;
  margin-left: 14px;
  width: 36px;
  height: 36px;
  display: block;
}
footer #FooterTop section .Icons a:first-child {
  margin-left: 0;
}
footer #FooterTop section .Icons .separator {
  float: left;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  margin-top: 3px;
  margin-right: 8px;
  margin-left: 22px;
  display: none;
}
@media (min-width: 480px) {
  footer #FooterTop section .Icons .separator {
    display: inherit;
  }
}
footer #FooterTop section a.Footer-Toggle {
  outline: none;
  display: block;
  width: 21px;
  height: 12px;
  cursor: pointer;
  float: left;
  margin-top: 13px;
  padding-top: 5px;
}
footer #FooterTop section a.Footer-Toggle span,
footer #FooterTop section a.Footer-Toggle span:before,
footer #FooterTop section a.Footer-Toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 20px;
  background: #b8b8b8;
  position: absolute;
  display: block;
  content: '';
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer #FooterTop section a.Footer-Toggle.open {
  padding-top: 6px;
  height: 14px;
}
footer #FooterTop section a.Footer-Toggle.open span {
  background-color: transparent;
}
footer #FooterTop section a.Footer-Toggle.open span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer #FooterTop section a.Footer-Toggle.open span:after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer #FooterTop section a.Footer-Toggle span:before {
  top: -5px;
}
footer #FooterTop section a.Footer-Toggle span:after {
  bottom: -5px;
}
footer #FooterBottom section {
  display: block;
  background-color: #333333;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 12px;
}
footer #FooterBottom section .r-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer #FooterBottom section .r-container:before,
footer #FooterBottom section .r-container:after {
  content: "";
  display: table;
  width: 0;
}
footer #FooterBottom section .r-container:after {
  clear: both;
}
footer #FooterBottom section .r-container div {
  margin-bottom: 6px;
}
footer #FooterBottom section .r-container div:last-child {
  margin-bottom: 0;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70) !important;
}
footer #FooterBottom section .r-container div:last-child * {
  -webkit-filter: inherit;
          filter: inherit;
}
footer #FooterBottom section a {
  font-size: 12px;
  line-height: 12px;
  color: #b7b7b7;
  text-decoration: underline;
  white-space: nowrap;
}
footer #FooterExpanding section {
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: height linear 500ms;
  -o-transition: height linear 500ms;
  transition: height linear 500ms;
}
footer #FooterExpanding section .FooterMain .r-container {
  margin-bottom: 50px;
}
footer #FooterExpanding section .FooterMain .r-container .Separator {
  height: 1px;
  overflow: hidden;
  background-color: #e1e1e1;
  margin-left: -15px;
  margin-right: -15px;
}
footer #FooterExpanding section .FooterMain .r-container .grid {
  margin-top: 50px;
}
footer #FooterExpanding section .FooterMain .r-container .grid .col {
  width: 100%;
  float: left;
}
@media (min-width: 480px) {
  footer #FooterExpanding section .FooterMain .r-container .grid .col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  footer #FooterExpanding section .FooterMain .r-container .grid .col {
    width: 25%;
  }
}
footer #FooterExpanding section .FooterMain .r-container .grid .col a {
  display: block;
  float: left;
  clear: both;
  text-decoration: none;
  color: #505050;
}
footer #FooterExpanding section .FooterMain .r-container .grid .col a:hover {
  text-decoration: underline;
}
footer #FooterExpanding section .FooterMain .r-container .grid .col .Group {
  display: block;
  float: left;
  clear: both;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #505050;
  margin-bottom: 8px;
  margin-top: 38px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
}
.wf-active footer #FooterExpanding section .FooterMain .r-container .grid .col .Group {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive footer #FooterExpanding section .FooterMain .r-container .grid .col .Group {
  opacity: 1;
}
footer #FooterExpanding section .FooterMain .r-container .grid .col1 .Group:first-of-type {
  margin-top: 0;
}
@media (min-width: 480px) {
  footer #FooterExpanding section .FooterMain .r-container .grid .col2 .Group:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  footer #FooterExpanding section .FooterMain .r-container .grid .col3 .Group:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  footer #FooterExpanding section .FooterMain .r-container .grid .col4 .Group:first-of-type {
    margin-top: 0;
  }
}
footer #FooterExpanding section .FooterExtra {
  background-color: #3b3b3b;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer #FooterExpanding section .FooterExtra .r-container {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer #FooterExpanding section .FooterExtra .r-container > * {
    max-width: 80%;
  }
}
footer #FooterExpanding section .FooterExtra .r-container > *:first-child {
  margin-top: 0;
}
footer #FooterExpanding section .FooterExtra .r-container > *:last-child {
  margin-bottom: 0;
}
footer #FooterExpanding section .FooterExtra .r-container a {
  color: #b7b7b7;
  text-decoration: underline;
}
.h-clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0 !important;
}
#livechat-compact-container {
  display: none !important;
}
#BackToTop {
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background-image: url('/Content/Core/BackToTop.svg?w=30&h=30');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  -webkit-transition: opacity linear 200ms;
  -o-transition: opacity linear 200ms;
  transition: opacity linear 200ms;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
}
#BackToTop.Shown {
  opacity: 1;
  pointer-events: auto;
}
#ot-sdk-btn.ot-sdk-show-settings {
  display: inline!important;
  background: none!important;
  border: none!important;
  padding: 0!important;
  font-size: 12px!important;
  line-height: 12px!important;
  color: #b7b7b7 !important;
  text-decoration: underline!important;
  white-space: nowrap!important;
}
#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
html {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #404040;
}
html img {
  /*width: auto;*/
  height: auto !important;
  max-width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
html svg {
  max-width: 100%;
  height: auto;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
html a {
  color: #115bc0;
  outline: none !important;
}
html a:visited {
  color: #996bb4;
}
html body > form {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body > form > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
body .Button.Orange {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: #ff7200;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active body .Button.Orange {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive body .Button.Orange {
  opacity: 1;
}
body .Button.Orange:first-child {
  margin-left: 0;
}
body .Button.OrangeTransparent {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: transparent;
  color: #ff7200;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active body .Button.OrangeTransparent {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive body .Button.OrangeTransparent {
  opacity: 1;
}
body .Button.OrangeTransparent:first-child {
  margin-left: 0;
}
body .Button.Transparent {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active body .Button.Transparent {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive body .Button.Transparent {
  opacity: 1;
}
body .Button.Transparent:first-child {
  margin-left: 0;
}
body .Button.White {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid white;
  background-color: white;
  color: #ff7200;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active body .Button.White {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive body .Button.White {
  opacity: 1;
}
body .Button.White:first-child {
  margin-left: 0;
}
body .Button.Gray {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active body .Button.Gray {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive body .Button.Gray {
  opacity: 1;
}
body .Button.Gray:first-child {
  margin-left: 0;
}
section .content {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media (min-width: 768px) {
  section .content {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  section .content {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  section .content {
    max-width: 1200px;
  }
}
section .content:before,
section .content:after {
  content: "";
  display: table;
  width: 0;
}
section .content:after {
  clear: both;
}
body .r-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media (min-width: 768px) {
  body .r-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  body .r-container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  body .r-container {
    max-width: 1200px;
  }
}
body .r-container:before,
body .r-container:after {
  content: "";
  display: table;
  width: 0;
}
body .r-container:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  width: 0;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none !important;
}
.shown {
  display: inherit !important;
}
.p-f-left {
  float: left;
}
.p-f-right {
  float: right;
}
@media (min-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
  .shown-xs {
    display: inherit !important;
  }
}
@media (min-width: 600px) {
  .hidden-xsm {
    display: none !important;
  }
  .shown-xsm {
    display: inherit !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .shown-sm {
    display: inherit !important;
  }
}
@media (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .shown-md {
    display: inherit !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .shown-lg {
    display: inherit !important;
  }
}
.v-align {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.v-align .align-row {
  display: table-row;
}
.v-align .align-row:first-child {
  height: 100%;
}
.v-align .align-cell {
  display: table-cell;
}
.v-align .align-cell.middle {
  vertical-align: middle;
}
.v-align .align-cell.top {
  vertical-align: top;
}
.v-align .align-cell.bottom {
  vertical-align: bottom;
}
section .content > .SubSection {
  margin: 40px 0;
}
@media (min-width: 768px) {
  section .content > .SubSection {
    margin: 80px 0;
  }
}
section .content > .SubSection:first-child {
  margin-top: 0;
}
section .content > .SubSection:last-child {
  margin-bottom: 0;
}
section .content h1 {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  color: #ff7200;
  font-size: 36px;
  line-height: 130%;
}
.wf-active section .content h1 {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive section .content h1 {
  opacity: 1;
}
@media (min-width: 768px) {
  section .content h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  section .content h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  section .content > h1 {
    max-width: 90%;
  }
}
section .content h2 {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  color: #404040;
  line-height: 110%;
  font-size: 34px;
  margin: 40px 0 15px 0;
}
.wf-active section .content h2 {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive section .content h2 {
  opacity: 1;
}
@media (min-width: 768px) {
  section .content h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  section .content h2 {
    font-size: 30px;
  }
}
section .content h2:first-child {
  margin-top: 0;
}
section .content h2.SectionHeader {
  font-size: 36px;
  color: #ff7200;
  line-height: 130%;
  margin: 90px 0 0 0;
}
@media (min-width: 768px) {
  section .content h2.SectionHeader {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  section .content h2.SectionHeader {
    font-size: 48px;
  }
}
section .content h2.SectionHeader:first-child {
  margin-top: 0;
}
section .content h3 {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  color: #656565;
  line-height: 110%;
  font-size: 20px;
  margin: 25px 0 15px 0;
}
.wf-active section .content h3 {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive section .content h3 {
  opacity: 1;
}
@media (min-width: 768px) {
  section .content h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  section .content h3 {
    font-size: 24px;
  }
}
section .content h3:first-child {
  margin-top: 0;
}
section .content h1 a,
section .content h2 a,
section .content h3 a,
section .content h4 a,
section .content h5 a,
section .content h6 a {
  color: inherit;
  text-decoration: none;
}
section .content h1 a:hover,
section .content h2 a:hover,
section .content h3 a:hover,
section .content h4 a:hover,
section .content h5 a:hover,
section .content h6 a:hover {
  text-decoration: underline;
}
section .content p {
  margin: 10px 0;
  line-height: 150%;
}
section .content pre.Default {
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
section .content pre.Default:first-child {
  margin-top: 0;
}
section .content pre.Default:last-child {
  margin-bottom: 0;
}
section .content ul {
  margin: 15px 0;
  padding-left: 8px;
  list-style-type: none;
}
section .content ul > li {
  margin: 10px 0;
  margin-left: 20px;
  /*nested*/
}
section .content ul > li:first-child {
  margin-top: 0;
}
section .content ul > li:last-child {
  margin-bottom: 0;
}
section .content ul > li:before {
  content: "\2022";
  color: #ff7200;
  font-size: 20px;
  line-height: 0.75em;
  margin-right: 0.6em;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  position: absolute;
}
section .content ul > li.Titled {
  color: #9c9c9c;
}
section .content ul > li.Titled > span:first-child {
  display: block;
  color: #404040;
  margin-bottom: 2px;
}
section .content ul > li.Splitter {
  padding-top: 10px;
  padding-bottom: 8px;
  font-style: italic;
  color: #9c9c9c;
}
section .content ul > li.Splitter:before {
  display: none;
}
section .content ul > li ul,
section .content ul > li ol {
  padding-left: 14px;
}
section .content ul > li ul:first-child,
section .content ul > li ol:first-child {
  padding-top: 10px;
}
section .content ol {
  margin: 15px 0;
  padding-left: 8px;
}
section .content ol > li {
  margin: 10px 0;
  margin-left: 15px;
  /*nested*/
}
section .content ol > li:first-child {
  margin-top: 0;
}
section .content ol > li:last-child {
  margin-bottom: 0;
}
section .content ol > li ul,
section .content ol > li ol {
  padding-left: 20px;
}
section .content ol > li ul:first-child,
section .content ol > li ol:first-child {
  padding-top: 10px;
}
section .content > ul > li,
section .content > ol > li {
  max-width: 90%;
}
section .content .NativeVideo {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
section .content .NativeVideo:first-child {
  margin-top: 0;
}
section .content .NativeVideo:last-child {
  margin-bottom: 0;
}
section .content .NativeVideo:before,
section .content .NativeVideo:after {
  content: "";
  display: table;
  width: 0;
}
section .content .NativeVideo:after {
  clear: both;
}
section .content .NativeVideo > span {
  float: left;
  font-size: 0;
  display: block;
}
section .content .NativeVideo > span > video {
  max-width: 100%;
  height: auto;
  background-image: none;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-color: #eee;
  background-position: 50% 50%;
}
section .content .NativeVideo > span:before,
section .content .NativeVideo > span:after {
  -webkit-transition: opacity linear 0.2s;
  -o-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
  opacity: 0;
}
section .content .NativeVideo:not(.Playing) > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
section .content .NativeVideo:not(.Playing) > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('/Content/Core/VideoPlayIcon.svg?w=90&h=90');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  opacity: 1;
  z-index: 2;
}
section .content div.sys-h-align-left,
section .content span.sys-h-align-left {
  text-align: left;
}
@media (min-width: 480px) {
  html section .content div.sys-h-align-left-xs,
  html section .content span.sys-h-align-left-xs {
    text-align: left;
  }
}
@media (min-width: 600px) {
  html section .content div.sys-h-align-left-xsm,
  html section .content span.sys-h-align-left-xsm {
    text-align: left;
  }
}
@media (min-width: 768px) {
  html section .content div.sys-h-align-left-sm,
  html section .content span.sys-h-align-left-sm {
    text-align: left;
  }
}
@media (min-width: 992px) {
  html section .content div.sys-h-align-left-md,
  html section .content span.sys-h-align-left-md {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  html section .content div.sys-h-align-left-lg,
  html section .content span.sys-h-align-left-lg {
    text-align: left;
  }
}
section .content div.sys-h-align-right,
section .content span.sys-h-align-right {
  text-align: right;
}
@media (min-width: 480px) {
  html section .content div.sys-h-align-right-xs,
  html section .content span.sys-h-align-right-xs {
    text-align: right;
  }
}
@media (min-width: 600px) {
  html section .content div.sys-h-align-right-xsm,
  html section .content span.sys-h-align-right-xsm {
    text-align: right;
  }
}
@media (min-width: 768px) {
  html section .content div.sys-h-align-right-sm,
  html section .content span.sys-h-align-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  html section .content div.sys-h-align-right-md,
  html section .content span.sys-h-align-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  html section .content div.sys-h-align-right-lg,
  html section .content span.sys-h-align-right-lg {
    text-align: right;
  }
}
section .content div.sys-h-align-center,
section .content span.sys-h-align-center,
section .content div.sys-h-align-center-xs,
section .content span.sys-h-align-center-xs,
section .content div.sys-h-align-center-xsm,
section .content span.sys-h-align-center-xsm,
section .content div.sys-h-align-center-sm,
section .content span.sys-h-align-center-sm,
section .content div.sys-h-align-center-md,
section .content span.sys-h-align-center-md,
section .content div.sys-h-align-center-lg,
section .content span.sys-h-align-center-lg {
  text-align: center;
}
section .content h1.sys-h-align-left,
section .content h2.sys-h-align-left,
section .content h3.sys-h-align-left,
section .content p.sys-h-align-left,
section .content a.sys-h-align-left {
  text-align: left;
}
@media (min-width: 480px) {
  html section .content h1.sys-h-align-left-xs,
  html section .content h2.sys-h-align-left-xs,
  html section .content h3.sys-h-align-left-xs,
  html section .content p.sys-h-align-left-xs,
  html section .content a.sys-h-align-left-xs {
    text-align: left;
  }
}
@media (min-width: 600px) {
  html section .content h1.sys-h-align-left-xsm,
  html section .content h2.sys-h-align-left-xsm,
  html section .content h3.sys-h-align-left-xsm,
  html section .content p.sys-h-align-left-xsm,
  html section .content a.sys-h-align-left-xsm {
    text-align: left;
  }
}
@media (min-width: 768px) {
  html section .content h1.sys-h-align-left-sm,
  html section .content h2.sys-h-align-left-sm,
  html section .content h3.sys-h-align-left-sm,
  html section .content p.sys-h-align-left-sm,
  html section .content a.sys-h-align-left-sm {
    text-align: left;
  }
}
@media (min-width: 992px) {
  html section .content h1.sys-h-align-left-md,
  html section .content h2.sys-h-align-left-md,
  html section .content h3.sys-h-align-left-md,
  html section .content p.sys-h-align-left-md,
  html section .content a.sys-h-align-left-md {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  html section .content h1.sys-h-align-left-lg,
  html section .content h2.sys-h-align-left-lg,
  html section .content h3.sys-h-align-left-lg,
  html section .content p.sys-h-align-left-lg,
  html section .content a.sys-h-align-left-lg {
    text-align: left;
  }
}
section .content h1.sys-h-align-right,
section .content h2.sys-h-align-right,
section .content h3.sys-h-align-right,
section .content p.sys-h-align-right,
section .content a.sys-h-align-right {
  text-align: right;
}
@media (min-width: 480px) {
  html section .content h1.sys-h-align-right-xs,
  html section .content h2.sys-h-align-right-xs,
  html section .content h3.sys-h-align-right-xs,
  html section .content p.sys-h-align-right-xs,
  html section .content a.sys-h-align-right-xs {
    text-align: right;
  }
}
@media (min-width: 600px) {
  html section .content h1.sys-h-align-right-xsm,
  html section .content h2.sys-h-align-right-xsm,
  html section .content h3.sys-h-align-right-xsm,
  html section .content p.sys-h-align-right-xsm,
  html section .content a.sys-h-align-right-xsm {
    text-align: right;
  }
}
@media (min-width: 768px) {
  html section .content h1.sys-h-align-right-sm,
  html section .content h2.sys-h-align-right-sm,
  html section .content h3.sys-h-align-right-sm,
  html section .content p.sys-h-align-right-sm,
  html section .content a.sys-h-align-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  html section .content h1.sys-h-align-right-md,
  html section .content h2.sys-h-align-right-md,
  html section .content h3.sys-h-align-right-md,
  html section .content p.sys-h-align-right-md,
  html section .content a.sys-h-align-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  html section .content h1.sys-h-align-right-lg,
  html section .content h2.sys-h-align-right-lg,
  html section .content h3.sys-h-align-right-lg,
  html section .content p.sys-h-align-right-lg,
  html section .content a.sys-h-align-right-lg {
    text-align: right;
  }
}
section .content h1.sys-h-align-center,
section .content h2.sys-h-align-center,
section .content h3.sys-h-align-center,
section .content p.sys-h-align-center,
section .content a.sys-h-align-center,
section .content h1.sys-h-align-center-xs,
section .content h2.sys-h-align-center-xs,
section .content h3.sys-h-align-center-xs,
section .content p.sys-h-align-center-xs,
section .content a.sys-h-align-center-xs,
section .content h1.sys-h-align-center-xsm,
section .content h2.sys-h-align-center-xsm,
section .content h3.sys-h-align-center-xsm,
section .content p.sys-h-align-center-xsm,
section .content a.sys-h-align-center-xsm,
section .content h1.sys-h-align-center-sm,
section .content h2.sys-h-align-center-sm,
section .content h3.sys-h-align-center-sm,
section .content p.sys-h-align-center-sm,
section .content a.sys-h-align-center-sm,
section .content h1.sys-h-align-center-md,
section .content h2.sys-h-align-center-md,
section .content h3.sys-h-align-center-md,
section .content p.sys-h-align-center-md,
section .content a.sys-h-align-center-md,
section .content h1.sys-h-align-center-lg,
section .content h2.sys-h-align-center-lg,
section .content h3.sys-h-align-center-lg,
section .content p.sys-h-align-center-lg,
section .content a.sys-h-align-center-lg {
  max-width: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section .content .sys-max-width-100 {
  max-width: 100% !important;
}
section .content .sys-max-width-100.sys-h-align-left,
section .content .sys-max-width-100.sys-h-align-left-xs,
section .content .sys-max-width-100.sys-h-align-left-xsm,
section .content .sys-max-width-100.sys-h-align-left-sm,
section .content .sys-max-width-100.sys-h-align-left-md,
section .content .sys-max-width-100.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 0%;
}
section .content .sys-max-width-100.sys-h-align-right,
section .content .sys-max-width-100.sys-h-align-right-xs,
section .content .sys-max-width-100.sys-h-align-right-xsm,
section .content .sys-max-width-100.sys-h-align-right-sm,
section .content .sys-max-width-100.sys-h-align-right-md,
section .content .sys-max-width-100.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 0%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-100 {
    max-width: 100% !important;
  }
  section .content .sys-max-width-xs-100.sys-h-align-left,
  section .content .sys-max-width-xs-100.sys-h-align-left-xs,
  section .content .sys-max-width-xs-100.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-100.sys-h-align-left-sm,
  section .content .sys-max-width-xs-100.sys-h-align-left-md,
  section .content .sys-max-width-xs-100.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 0%;
  }
  section .content .sys-max-width-xs-100.sys-h-align-right,
  section .content .sys-max-width-xs-100.sys-h-align-right-xs,
  section .content .sys-max-width-xs-100.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-100.sys-h-align-right-sm,
  section .content .sys-max-width-xs-100.sys-h-align-right-md,
  section .content .sys-max-width-xs-100.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 0%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-100 {
    max-width: 100% !important;
  }
  section .content .sys-max-width-xsm-100.sys-h-align-left,
  section .content .sys-max-width-xsm-100.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-100.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-100.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-100.sys-h-align-left-md,
  section .content .sys-max-width-xsm-100.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 0%;
  }
  section .content .sys-max-width-xsm-100.sys-h-align-right,
  section .content .sys-max-width-xsm-100.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-100.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-100.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-100.sys-h-align-right-md,
  section .content .sys-max-width-xsm-100.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-100 {
    max-width: 100% !important;
  }
  section .content .sys-max-width-sm-100.sys-h-align-left,
  section .content .sys-max-width-sm-100.sys-h-align-left-xs,
  section .content .sys-max-width-sm-100.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-100.sys-h-align-left-sm,
  section .content .sys-max-width-sm-100.sys-h-align-left-md,
  section .content .sys-max-width-sm-100.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 0%;
  }
  section .content .sys-max-width-sm-100.sys-h-align-right,
  section .content .sys-max-width-sm-100.sys-h-align-right-xs,
  section .content .sys-max-width-sm-100.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-100.sys-h-align-right-sm,
  section .content .sys-max-width-sm-100.sys-h-align-right-md,
  section .content .sys-max-width-sm-100.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-100 {
    max-width: 100% !important;
  }
  section .content .sys-max-width-md-100.sys-h-align-left,
  section .content .sys-max-width-md-100.sys-h-align-left-xs,
  section .content .sys-max-width-md-100.sys-h-align-left-xsm,
  section .content .sys-max-width-md-100.sys-h-align-left-sm,
  section .content .sys-max-width-md-100.sys-h-align-left-md,
  section .content .sys-max-width-md-100.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 0%;
  }
  section .content .sys-max-width-md-100.sys-h-align-right,
  section .content .sys-max-width-md-100.sys-h-align-right-xs,
  section .content .sys-max-width-md-100.sys-h-align-right-xsm,
  section .content .sys-max-width-md-100.sys-h-align-right-sm,
  section .content .sys-max-width-md-100.sys-h-align-right-md,
  section .content .sys-max-width-md-100.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-100 {
    max-width: 100% !important;
  }
  section .content .sys-max-width-lg-100.sys-h-align-left,
  section .content .sys-max-width-lg-100.sys-h-align-left-xs,
  section .content .sys-max-width-lg-100.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-100.sys-h-align-left-sm,
  section .content .sys-max-width-lg-100.sys-h-align-left-md,
  section .content .sys-max-width-lg-100.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 0%;
  }
  section .content .sys-max-width-lg-100.sys-h-align-right,
  section .content .sys-max-width-lg-100.sys-h-align-right-xs,
  section .content .sys-max-width-lg-100.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-100.sys-h-align-right-sm,
  section .content .sys-max-width-lg-100.sys-h-align-right-md,
  section .content .sys-max-width-lg-100.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 0%;
  }
}
section .content .sys-max-width-95 {
  max-width: 95% !important;
}
section .content .sys-max-width-95.sys-h-align-left,
section .content .sys-max-width-95.sys-h-align-left-xs,
section .content .sys-max-width-95.sys-h-align-left-xsm,
section .content .sys-max-width-95.sys-h-align-left-sm,
section .content .sys-max-width-95.sys-h-align-left-md,
section .content .sys-max-width-95.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 5%;
}
section .content .sys-max-width-95.sys-h-align-right,
section .content .sys-max-width-95.sys-h-align-right-xs,
section .content .sys-max-width-95.sys-h-align-right-xsm,
section .content .sys-max-width-95.sys-h-align-right-sm,
section .content .sys-max-width-95.sys-h-align-right-md,
section .content .sys-max-width-95.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 5%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-95 {
    max-width: 95% !important;
  }
  section .content .sys-max-width-xs-95.sys-h-align-left,
  section .content .sys-max-width-xs-95.sys-h-align-left-xs,
  section .content .sys-max-width-xs-95.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-95.sys-h-align-left-sm,
  section .content .sys-max-width-xs-95.sys-h-align-left-md,
  section .content .sys-max-width-xs-95.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 5%;
  }
  section .content .sys-max-width-xs-95.sys-h-align-right,
  section .content .sys-max-width-xs-95.sys-h-align-right-xs,
  section .content .sys-max-width-xs-95.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-95.sys-h-align-right-sm,
  section .content .sys-max-width-xs-95.sys-h-align-right-md,
  section .content .sys-max-width-xs-95.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-95 {
    max-width: 95% !important;
  }
  section .content .sys-max-width-xsm-95.sys-h-align-left,
  section .content .sys-max-width-xsm-95.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-95.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-95.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-95.sys-h-align-left-md,
  section .content .sys-max-width-xsm-95.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 5%;
  }
  section .content .sys-max-width-xsm-95.sys-h-align-right,
  section .content .sys-max-width-xsm-95.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-95.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-95.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-95.sys-h-align-right-md,
  section .content .sys-max-width-xsm-95.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-95 {
    max-width: 95% !important;
  }
  section .content .sys-max-width-sm-95.sys-h-align-left,
  section .content .sys-max-width-sm-95.sys-h-align-left-xs,
  section .content .sys-max-width-sm-95.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-95.sys-h-align-left-sm,
  section .content .sys-max-width-sm-95.sys-h-align-left-md,
  section .content .sys-max-width-sm-95.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 5%;
  }
  section .content .sys-max-width-sm-95.sys-h-align-right,
  section .content .sys-max-width-sm-95.sys-h-align-right-xs,
  section .content .sys-max-width-sm-95.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-95.sys-h-align-right-sm,
  section .content .sys-max-width-sm-95.sys-h-align-right-md,
  section .content .sys-max-width-sm-95.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-95 {
    max-width: 95% !important;
  }
  section .content .sys-max-width-md-95.sys-h-align-left,
  section .content .sys-max-width-md-95.sys-h-align-left-xs,
  section .content .sys-max-width-md-95.sys-h-align-left-xsm,
  section .content .sys-max-width-md-95.sys-h-align-left-sm,
  section .content .sys-max-width-md-95.sys-h-align-left-md,
  section .content .sys-max-width-md-95.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 5%;
  }
  section .content .sys-max-width-md-95.sys-h-align-right,
  section .content .sys-max-width-md-95.sys-h-align-right-xs,
  section .content .sys-max-width-md-95.sys-h-align-right-xsm,
  section .content .sys-max-width-md-95.sys-h-align-right-sm,
  section .content .sys-max-width-md-95.sys-h-align-right-md,
  section .content .sys-max-width-md-95.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-95 {
    max-width: 95% !important;
  }
  section .content .sys-max-width-lg-95.sys-h-align-left,
  section .content .sys-max-width-lg-95.sys-h-align-left-xs,
  section .content .sys-max-width-lg-95.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-95.sys-h-align-left-sm,
  section .content .sys-max-width-lg-95.sys-h-align-left-md,
  section .content .sys-max-width-lg-95.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 5%;
  }
  section .content .sys-max-width-lg-95.sys-h-align-right,
  section .content .sys-max-width-lg-95.sys-h-align-right-xs,
  section .content .sys-max-width-lg-95.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-95.sys-h-align-right-sm,
  section .content .sys-max-width-lg-95.sys-h-align-right-md,
  section .content .sys-max-width-lg-95.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 5%;
  }
}
section .content .sys-max-width-90 {
  max-width: 90% !important;
}
section .content .sys-max-width-90.sys-h-align-left,
section .content .sys-max-width-90.sys-h-align-left-xs,
section .content .sys-max-width-90.sys-h-align-left-xsm,
section .content .sys-max-width-90.sys-h-align-left-sm,
section .content .sys-max-width-90.sys-h-align-left-md,
section .content .sys-max-width-90.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 10%;
}
section .content .sys-max-width-90.sys-h-align-right,
section .content .sys-max-width-90.sys-h-align-right-xs,
section .content .sys-max-width-90.sys-h-align-right-xsm,
section .content .sys-max-width-90.sys-h-align-right-sm,
section .content .sys-max-width-90.sys-h-align-right-md,
section .content .sys-max-width-90.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 10%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-90 {
    max-width: 90% !important;
  }
  section .content .sys-max-width-xs-90.sys-h-align-left,
  section .content .sys-max-width-xs-90.sys-h-align-left-xs,
  section .content .sys-max-width-xs-90.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-90.sys-h-align-left-sm,
  section .content .sys-max-width-xs-90.sys-h-align-left-md,
  section .content .sys-max-width-xs-90.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 10%;
  }
  section .content .sys-max-width-xs-90.sys-h-align-right,
  section .content .sys-max-width-xs-90.sys-h-align-right-xs,
  section .content .sys-max-width-xs-90.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-90.sys-h-align-right-sm,
  section .content .sys-max-width-xs-90.sys-h-align-right-md,
  section .content .sys-max-width-xs-90.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 10%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-90 {
    max-width: 90% !important;
  }
  section .content .sys-max-width-xsm-90.sys-h-align-left,
  section .content .sys-max-width-xsm-90.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-90.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-90.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-90.sys-h-align-left-md,
  section .content .sys-max-width-xsm-90.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 10%;
  }
  section .content .sys-max-width-xsm-90.sys-h-align-right,
  section .content .sys-max-width-xsm-90.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-90.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-90.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-90.sys-h-align-right-md,
  section .content .sys-max-width-xsm-90.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 10%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-90 {
    max-width: 90% !important;
  }
  section .content .sys-max-width-sm-90.sys-h-align-left,
  section .content .sys-max-width-sm-90.sys-h-align-left-xs,
  section .content .sys-max-width-sm-90.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-90.sys-h-align-left-sm,
  section .content .sys-max-width-sm-90.sys-h-align-left-md,
  section .content .sys-max-width-sm-90.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 10%;
  }
  section .content .sys-max-width-sm-90.sys-h-align-right,
  section .content .sys-max-width-sm-90.sys-h-align-right-xs,
  section .content .sys-max-width-sm-90.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-90.sys-h-align-right-sm,
  section .content .sys-max-width-sm-90.sys-h-align-right-md,
  section .content .sys-max-width-sm-90.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-90 {
    max-width: 90% !important;
  }
  section .content .sys-max-width-md-90.sys-h-align-left,
  section .content .sys-max-width-md-90.sys-h-align-left-xs,
  section .content .sys-max-width-md-90.sys-h-align-left-xsm,
  section .content .sys-max-width-md-90.sys-h-align-left-sm,
  section .content .sys-max-width-md-90.sys-h-align-left-md,
  section .content .sys-max-width-md-90.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 10%;
  }
  section .content .sys-max-width-md-90.sys-h-align-right,
  section .content .sys-max-width-md-90.sys-h-align-right-xs,
  section .content .sys-max-width-md-90.sys-h-align-right-xsm,
  section .content .sys-max-width-md-90.sys-h-align-right-sm,
  section .content .sys-max-width-md-90.sys-h-align-right-md,
  section .content .sys-max-width-md-90.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-90 {
    max-width: 90% !important;
  }
  section .content .sys-max-width-lg-90.sys-h-align-left,
  section .content .sys-max-width-lg-90.sys-h-align-left-xs,
  section .content .sys-max-width-lg-90.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-90.sys-h-align-left-sm,
  section .content .sys-max-width-lg-90.sys-h-align-left-md,
  section .content .sys-max-width-lg-90.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 10%;
  }
  section .content .sys-max-width-lg-90.sys-h-align-right,
  section .content .sys-max-width-lg-90.sys-h-align-right-xs,
  section .content .sys-max-width-lg-90.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-90.sys-h-align-right-sm,
  section .content .sys-max-width-lg-90.sys-h-align-right-md,
  section .content .sys-max-width-lg-90.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 10%;
  }
}
section .content .sys-max-width-85 {
  max-width: 85% !important;
}
section .content .sys-max-width-85.sys-h-align-left,
section .content .sys-max-width-85.sys-h-align-left-xs,
section .content .sys-max-width-85.sys-h-align-left-xsm,
section .content .sys-max-width-85.sys-h-align-left-sm,
section .content .sys-max-width-85.sys-h-align-left-md,
section .content .sys-max-width-85.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 15%;
}
section .content .sys-max-width-85.sys-h-align-right,
section .content .sys-max-width-85.sys-h-align-right-xs,
section .content .sys-max-width-85.sys-h-align-right-xsm,
section .content .sys-max-width-85.sys-h-align-right-sm,
section .content .sys-max-width-85.sys-h-align-right-md,
section .content .sys-max-width-85.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 15%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-85 {
    max-width: 85% !important;
  }
  section .content .sys-max-width-xs-85.sys-h-align-left,
  section .content .sys-max-width-xs-85.sys-h-align-left-xs,
  section .content .sys-max-width-xs-85.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-85.sys-h-align-left-sm,
  section .content .sys-max-width-xs-85.sys-h-align-left-md,
  section .content .sys-max-width-xs-85.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 15%;
  }
  section .content .sys-max-width-xs-85.sys-h-align-right,
  section .content .sys-max-width-xs-85.sys-h-align-right-xs,
  section .content .sys-max-width-xs-85.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-85.sys-h-align-right-sm,
  section .content .sys-max-width-xs-85.sys-h-align-right-md,
  section .content .sys-max-width-xs-85.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 15%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-85 {
    max-width: 85% !important;
  }
  section .content .sys-max-width-xsm-85.sys-h-align-left,
  section .content .sys-max-width-xsm-85.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-85.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-85.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-85.sys-h-align-left-md,
  section .content .sys-max-width-xsm-85.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 15%;
  }
  section .content .sys-max-width-xsm-85.sys-h-align-right,
  section .content .sys-max-width-xsm-85.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-85.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-85.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-85.sys-h-align-right-md,
  section .content .sys-max-width-xsm-85.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 15%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-85 {
    max-width: 85% !important;
  }
  section .content .sys-max-width-sm-85.sys-h-align-left,
  section .content .sys-max-width-sm-85.sys-h-align-left-xs,
  section .content .sys-max-width-sm-85.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-85.sys-h-align-left-sm,
  section .content .sys-max-width-sm-85.sys-h-align-left-md,
  section .content .sys-max-width-sm-85.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 15%;
  }
  section .content .sys-max-width-sm-85.sys-h-align-right,
  section .content .sys-max-width-sm-85.sys-h-align-right-xs,
  section .content .sys-max-width-sm-85.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-85.sys-h-align-right-sm,
  section .content .sys-max-width-sm-85.sys-h-align-right-md,
  section .content .sys-max-width-sm-85.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 15%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-85 {
    max-width: 85% !important;
  }
  section .content .sys-max-width-md-85.sys-h-align-left,
  section .content .sys-max-width-md-85.sys-h-align-left-xs,
  section .content .sys-max-width-md-85.sys-h-align-left-xsm,
  section .content .sys-max-width-md-85.sys-h-align-left-sm,
  section .content .sys-max-width-md-85.sys-h-align-left-md,
  section .content .sys-max-width-md-85.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 15%;
  }
  section .content .sys-max-width-md-85.sys-h-align-right,
  section .content .sys-max-width-md-85.sys-h-align-right-xs,
  section .content .sys-max-width-md-85.sys-h-align-right-xsm,
  section .content .sys-max-width-md-85.sys-h-align-right-sm,
  section .content .sys-max-width-md-85.sys-h-align-right-md,
  section .content .sys-max-width-md-85.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 15%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-85 {
    max-width: 85% !important;
  }
  section .content .sys-max-width-lg-85.sys-h-align-left,
  section .content .sys-max-width-lg-85.sys-h-align-left-xs,
  section .content .sys-max-width-lg-85.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-85.sys-h-align-left-sm,
  section .content .sys-max-width-lg-85.sys-h-align-left-md,
  section .content .sys-max-width-lg-85.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 15%;
  }
  section .content .sys-max-width-lg-85.sys-h-align-right,
  section .content .sys-max-width-lg-85.sys-h-align-right-xs,
  section .content .sys-max-width-lg-85.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-85.sys-h-align-right-sm,
  section .content .sys-max-width-lg-85.sys-h-align-right-md,
  section .content .sys-max-width-lg-85.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 15%;
  }
}
section .content .sys-max-width-80 {
  max-width: 80% !important;
}
section .content .sys-max-width-80.sys-h-align-left,
section .content .sys-max-width-80.sys-h-align-left-xs,
section .content .sys-max-width-80.sys-h-align-left-xsm,
section .content .sys-max-width-80.sys-h-align-left-sm,
section .content .sys-max-width-80.sys-h-align-left-md,
section .content .sys-max-width-80.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 20%;
}
section .content .sys-max-width-80.sys-h-align-right,
section .content .sys-max-width-80.sys-h-align-right-xs,
section .content .sys-max-width-80.sys-h-align-right-xsm,
section .content .sys-max-width-80.sys-h-align-right-sm,
section .content .sys-max-width-80.sys-h-align-right-md,
section .content .sys-max-width-80.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 20%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-80 {
    max-width: 80% !important;
  }
  section .content .sys-max-width-xs-80.sys-h-align-left,
  section .content .sys-max-width-xs-80.sys-h-align-left-xs,
  section .content .sys-max-width-xs-80.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-80.sys-h-align-left-sm,
  section .content .sys-max-width-xs-80.sys-h-align-left-md,
  section .content .sys-max-width-xs-80.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 20%;
  }
  section .content .sys-max-width-xs-80.sys-h-align-right,
  section .content .sys-max-width-xs-80.sys-h-align-right-xs,
  section .content .sys-max-width-xs-80.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-80.sys-h-align-right-sm,
  section .content .sys-max-width-xs-80.sys-h-align-right-md,
  section .content .sys-max-width-xs-80.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 20%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-80 {
    max-width: 80% !important;
  }
  section .content .sys-max-width-xsm-80.sys-h-align-left,
  section .content .sys-max-width-xsm-80.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-80.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-80.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-80.sys-h-align-left-md,
  section .content .sys-max-width-xsm-80.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 20%;
  }
  section .content .sys-max-width-xsm-80.sys-h-align-right,
  section .content .sys-max-width-xsm-80.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-80.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-80.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-80.sys-h-align-right-md,
  section .content .sys-max-width-xsm-80.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 20%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-80 {
    max-width: 80% !important;
  }
  section .content .sys-max-width-sm-80.sys-h-align-left,
  section .content .sys-max-width-sm-80.sys-h-align-left-xs,
  section .content .sys-max-width-sm-80.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-80.sys-h-align-left-sm,
  section .content .sys-max-width-sm-80.sys-h-align-left-md,
  section .content .sys-max-width-sm-80.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 20%;
  }
  section .content .sys-max-width-sm-80.sys-h-align-right,
  section .content .sys-max-width-sm-80.sys-h-align-right-xs,
  section .content .sys-max-width-sm-80.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-80.sys-h-align-right-sm,
  section .content .sys-max-width-sm-80.sys-h-align-right-md,
  section .content .sys-max-width-sm-80.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-80 {
    max-width: 80% !important;
  }
  section .content .sys-max-width-md-80.sys-h-align-left,
  section .content .sys-max-width-md-80.sys-h-align-left-xs,
  section .content .sys-max-width-md-80.sys-h-align-left-xsm,
  section .content .sys-max-width-md-80.sys-h-align-left-sm,
  section .content .sys-max-width-md-80.sys-h-align-left-md,
  section .content .sys-max-width-md-80.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 20%;
  }
  section .content .sys-max-width-md-80.sys-h-align-right,
  section .content .sys-max-width-md-80.sys-h-align-right-xs,
  section .content .sys-max-width-md-80.sys-h-align-right-xsm,
  section .content .sys-max-width-md-80.sys-h-align-right-sm,
  section .content .sys-max-width-md-80.sys-h-align-right-md,
  section .content .sys-max-width-md-80.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 20%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-80 {
    max-width: 80% !important;
  }
  section .content .sys-max-width-lg-80.sys-h-align-left,
  section .content .sys-max-width-lg-80.sys-h-align-left-xs,
  section .content .sys-max-width-lg-80.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-80.sys-h-align-left-sm,
  section .content .sys-max-width-lg-80.sys-h-align-left-md,
  section .content .sys-max-width-lg-80.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 20%;
  }
  section .content .sys-max-width-lg-80.sys-h-align-right,
  section .content .sys-max-width-lg-80.sys-h-align-right-xs,
  section .content .sys-max-width-lg-80.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-80.sys-h-align-right-sm,
  section .content .sys-max-width-lg-80.sys-h-align-right-md,
  section .content .sys-max-width-lg-80.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 20%;
  }
}
section .content .sys-max-width-75 {
  max-width: 75% !important;
}
section .content .sys-max-width-75.sys-h-align-left,
section .content .sys-max-width-75.sys-h-align-left-xs,
section .content .sys-max-width-75.sys-h-align-left-xsm,
section .content .sys-max-width-75.sys-h-align-left-sm,
section .content .sys-max-width-75.sys-h-align-left-md,
section .content .sys-max-width-75.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 25%;
}
section .content .sys-max-width-75.sys-h-align-right,
section .content .sys-max-width-75.sys-h-align-right-xs,
section .content .sys-max-width-75.sys-h-align-right-xsm,
section .content .sys-max-width-75.sys-h-align-right-sm,
section .content .sys-max-width-75.sys-h-align-right-md,
section .content .sys-max-width-75.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 25%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-75 {
    max-width: 75% !important;
  }
  section .content .sys-max-width-xs-75.sys-h-align-left,
  section .content .sys-max-width-xs-75.sys-h-align-left-xs,
  section .content .sys-max-width-xs-75.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-75.sys-h-align-left-sm,
  section .content .sys-max-width-xs-75.sys-h-align-left-md,
  section .content .sys-max-width-xs-75.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 25%;
  }
  section .content .sys-max-width-xs-75.sys-h-align-right,
  section .content .sys-max-width-xs-75.sys-h-align-right-xs,
  section .content .sys-max-width-xs-75.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-75.sys-h-align-right-sm,
  section .content .sys-max-width-xs-75.sys-h-align-right-md,
  section .content .sys-max-width-xs-75.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 25%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-75 {
    max-width: 75% !important;
  }
  section .content .sys-max-width-xsm-75.sys-h-align-left,
  section .content .sys-max-width-xsm-75.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-75.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-75.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-75.sys-h-align-left-md,
  section .content .sys-max-width-xsm-75.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 25%;
  }
  section .content .sys-max-width-xsm-75.sys-h-align-right,
  section .content .sys-max-width-xsm-75.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-75.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-75.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-75.sys-h-align-right-md,
  section .content .sys-max-width-xsm-75.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-75 {
    max-width: 75% !important;
  }
  section .content .sys-max-width-sm-75.sys-h-align-left,
  section .content .sys-max-width-sm-75.sys-h-align-left-xs,
  section .content .sys-max-width-sm-75.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-75.sys-h-align-left-sm,
  section .content .sys-max-width-sm-75.sys-h-align-left-md,
  section .content .sys-max-width-sm-75.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 25%;
  }
  section .content .sys-max-width-sm-75.sys-h-align-right,
  section .content .sys-max-width-sm-75.sys-h-align-right-xs,
  section .content .sys-max-width-sm-75.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-75.sys-h-align-right-sm,
  section .content .sys-max-width-sm-75.sys-h-align-right-md,
  section .content .sys-max-width-sm-75.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-75 {
    max-width: 75% !important;
  }
  section .content .sys-max-width-md-75.sys-h-align-left,
  section .content .sys-max-width-md-75.sys-h-align-left-xs,
  section .content .sys-max-width-md-75.sys-h-align-left-xsm,
  section .content .sys-max-width-md-75.sys-h-align-left-sm,
  section .content .sys-max-width-md-75.sys-h-align-left-md,
  section .content .sys-max-width-md-75.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 25%;
  }
  section .content .sys-max-width-md-75.sys-h-align-right,
  section .content .sys-max-width-md-75.sys-h-align-right-xs,
  section .content .sys-max-width-md-75.sys-h-align-right-xsm,
  section .content .sys-max-width-md-75.sys-h-align-right-sm,
  section .content .sys-max-width-md-75.sys-h-align-right-md,
  section .content .sys-max-width-md-75.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-75 {
    max-width: 75% !important;
  }
  section .content .sys-max-width-lg-75.sys-h-align-left,
  section .content .sys-max-width-lg-75.sys-h-align-left-xs,
  section .content .sys-max-width-lg-75.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-75.sys-h-align-left-sm,
  section .content .sys-max-width-lg-75.sys-h-align-left-md,
  section .content .sys-max-width-lg-75.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 25%;
  }
  section .content .sys-max-width-lg-75.sys-h-align-right,
  section .content .sys-max-width-lg-75.sys-h-align-right-xs,
  section .content .sys-max-width-lg-75.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-75.sys-h-align-right-sm,
  section .content .sys-max-width-lg-75.sys-h-align-right-md,
  section .content .sys-max-width-lg-75.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 25%;
  }
}
section .content .sys-max-width-70 {
  max-width: 70% !important;
}
section .content .sys-max-width-70.sys-h-align-left,
section .content .sys-max-width-70.sys-h-align-left-xs,
section .content .sys-max-width-70.sys-h-align-left-xsm,
section .content .sys-max-width-70.sys-h-align-left-sm,
section .content .sys-max-width-70.sys-h-align-left-md,
section .content .sys-max-width-70.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 30%;
}
section .content .sys-max-width-70.sys-h-align-right,
section .content .sys-max-width-70.sys-h-align-right-xs,
section .content .sys-max-width-70.sys-h-align-right-xsm,
section .content .sys-max-width-70.sys-h-align-right-sm,
section .content .sys-max-width-70.sys-h-align-right-md,
section .content .sys-max-width-70.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 30%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-70 {
    max-width: 70% !important;
  }
  section .content .sys-max-width-xs-70.sys-h-align-left,
  section .content .sys-max-width-xs-70.sys-h-align-left-xs,
  section .content .sys-max-width-xs-70.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-70.sys-h-align-left-sm,
  section .content .sys-max-width-xs-70.sys-h-align-left-md,
  section .content .sys-max-width-xs-70.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 30%;
  }
  section .content .sys-max-width-xs-70.sys-h-align-right,
  section .content .sys-max-width-xs-70.sys-h-align-right-xs,
  section .content .sys-max-width-xs-70.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-70.sys-h-align-right-sm,
  section .content .sys-max-width-xs-70.sys-h-align-right-md,
  section .content .sys-max-width-xs-70.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 30%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-70 {
    max-width: 70% !important;
  }
  section .content .sys-max-width-xsm-70.sys-h-align-left,
  section .content .sys-max-width-xsm-70.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-70.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-70.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-70.sys-h-align-left-md,
  section .content .sys-max-width-xsm-70.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 30%;
  }
  section .content .sys-max-width-xsm-70.sys-h-align-right,
  section .content .sys-max-width-xsm-70.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-70.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-70.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-70.sys-h-align-right-md,
  section .content .sys-max-width-xsm-70.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 30%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-70 {
    max-width: 70% !important;
  }
  section .content .sys-max-width-sm-70.sys-h-align-left,
  section .content .sys-max-width-sm-70.sys-h-align-left-xs,
  section .content .sys-max-width-sm-70.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-70.sys-h-align-left-sm,
  section .content .sys-max-width-sm-70.sys-h-align-left-md,
  section .content .sys-max-width-sm-70.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 30%;
  }
  section .content .sys-max-width-sm-70.sys-h-align-right,
  section .content .sys-max-width-sm-70.sys-h-align-right-xs,
  section .content .sys-max-width-sm-70.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-70.sys-h-align-right-sm,
  section .content .sys-max-width-sm-70.sys-h-align-right-md,
  section .content .sys-max-width-sm-70.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 30%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-70 {
    max-width: 70% !important;
  }
  section .content .sys-max-width-md-70.sys-h-align-left,
  section .content .sys-max-width-md-70.sys-h-align-left-xs,
  section .content .sys-max-width-md-70.sys-h-align-left-xsm,
  section .content .sys-max-width-md-70.sys-h-align-left-sm,
  section .content .sys-max-width-md-70.sys-h-align-left-md,
  section .content .sys-max-width-md-70.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 30%;
  }
  section .content .sys-max-width-md-70.sys-h-align-right,
  section .content .sys-max-width-md-70.sys-h-align-right-xs,
  section .content .sys-max-width-md-70.sys-h-align-right-xsm,
  section .content .sys-max-width-md-70.sys-h-align-right-sm,
  section .content .sys-max-width-md-70.sys-h-align-right-md,
  section .content .sys-max-width-md-70.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 30%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-70 {
    max-width: 70% !important;
  }
  section .content .sys-max-width-lg-70.sys-h-align-left,
  section .content .sys-max-width-lg-70.sys-h-align-left-xs,
  section .content .sys-max-width-lg-70.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-70.sys-h-align-left-sm,
  section .content .sys-max-width-lg-70.sys-h-align-left-md,
  section .content .sys-max-width-lg-70.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 30%;
  }
  section .content .sys-max-width-lg-70.sys-h-align-right,
  section .content .sys-max-width-lg-70.sys-h-align-right-xs,
  section .content .sys-max-width-lg-70.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-70.sys-h-align-right-sm,
  section .content .sys-max-width-lg-70.sys-h-align-right-md,
  section .content .sys-max-width-lg-70.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 30%;
  }
}
section .content .sys-max-width-65 {
  max-width: 65% !important;
}
section .content .sys-max-width-65.sys-h-align-left,
section .content .sys-max-width-65.sys-h-align-left-xs,
section .content .sys-max-width-65.sys-h-align-left-xsm,
section .content .sys-max-width-65.sys-h-align-left-sm,
section .content .sys-max-width-65.sys-h-align-left-md,
section .content .sys-max-width-65.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 35%;
}
section .content .sys-max-width-65.sys-h-align-right,
section .content .sys-max-width-65.sys-h-align-right-xs,
section .content .sys-max-width-65.sys-h-align-right-xsm,
section .content .sys-max-width-65.sys-h-align-right-sm,
section .content .sys-max-width-65.sys-h-align-right-md,
section .content .sys-max-width-65.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 35%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-65 {
    max-width: 65% !important;
  }
  section .content .sys-max-width-xs-65.sys-h-align-left,
  section .content .sys-max-width-xs-65.sys-h-align-left-xs,
  section .content .sys-max-width-xs-65.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-65.sys-h-align-left-sm,
  section .content .sys-max-width-xs-65.sys-h-align-left-md,
  section .content .sys-max-width-xs-65.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 35%;
  }
  section .content .sys-max-width-xs-65.sys-h-align-right,
  section .content .sys-max-width-xs-65.sys-h-align-right-xs,
  section .content .sys-max-width-xs-65.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-65.sys-h-align-right-sm,
  section .content .sys-max-width-xs-65.sys-h-align-right-md,
  section .content .sys-max-width-xs-65.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 35%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-65 {
    max-width: 65% !important;
  }
  section .content .sys-max-width-xsm-65.sys-h-align-left,
  section .content .sys-max-width-xsm-65.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-65.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-65.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-65.sys-h-align-left-md,
  section .content .sys-max-width-xsm-65.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 35%;
  }
  section .content .sys-max-width-xsm-65.sys-h-align-right,
  section .content .sys-max-width-xsm-65.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-65.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-65.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-65.sys-h-align-right-md,
  section .content .sys-max-width-xsm-65.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 35%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-65 {
    max-width: 65% !important;
  }
  section .content .sys-max-width-sm-65.sys-h-align-left,
  section .content .sys-max-width-sm-65.sys-h-align-left-xs,
  section .content .sys-max-width-sm-65.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-65.sys-h-align-left-sm,
  section .content .sys-max-width-sm-65.sys-h-align-left-md,
  section .content .sys-max-width-sm-65.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 35%;
  }
  section .content .sys-max-width-sm-65.sys-h-align-right,
  section .content .sys-max-width-sm-65.sys-h-align-right-xs,
  section .content .sys-max-width-sm-65.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-65.sys-h-align-right-sm,
  section .content .sys-max-width-sm-65.sys-h-align-right-md,
  section .content .sys-max-width-sm-65.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 35%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-65 {
    max-width: 65% !important;
  }
  section .content .sys-max-width-md-65.sys-h-align-left,
  section .content .sys-max-width-md-65.sys-h-align-left-xs,
  section .content .sys-max-width-md-65.sys-h-align-left-xsm,
  section .content .sys-max-width-md-65.sys-h-align-left-sm,
  section .content .sys-max-width-md-65.sys-h-align-left-md,
  section .content .sys-max-width-md-65.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 35%;
  }
  section .content .sys-max-width-md-65.sys-h-align-right,
  section .content .sys-max-width-md-65.sys-h-align-right-xs,
  section .content .sys-max-width-md-65.sys-h-align-right-xsm,
  section .content .sys-max-width-md-65.sys-h-align-right-sm,
  section .content .sys-max-width-md-65.sys-h-align-right-md,
  section .content .sys-max-width-md-65.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 35%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-65 {
    max-width: 65% !important;
  }
  section .content .sys-max-width-lg-65.sys-h-align-left,
  section .content .sys-max-width-lg-65.sys-h-align-left-xs,
  section .content .sys-max-width-lg-65.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-65.sys-h-align-left-sm,
  section .content .sys-max-width-lg-65.sys-h-align-left-md,
  section .content .sys-max-width-lg-65.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 35%;
  }
  section .content .sys-max-width-lg-65.sys-h-align-right,
  section .content .sys-max-width-lg-65.sys-h-align-right-xs,
  section .content .sys-max-width-lg-65.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-65.sys-h-align-right-sm,
  section .content .sys-max-width-lg-65.sys-h-align-right-md,
  section .content .sys-max-width-lg-65.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 35%;
  }
}
section .content .sys-max-width-60 {
  max-width: 60% !important;
}
section .content .sys-max-width-60.sys-h-align-left,
section .content .sys-max-width-60.sys-h-align-left-xs,
section .content .sys-max-width-60.sys-h-align-left-xsm,
section .content .sys-max-width-60.sys-h-align-left-sm,
section .content .sys-max-width-60.sys-h-align-left-md,
section .content .sys-max-width-60.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 40%;
}
section .content .sys-max-width-60.sys-h-align-right,
section .content .sys-max-width-60.sys-h-align-right-xs,
section .content .sys-max-width-60.sys-h-align-right-xsm,
section .content .sys-max-width-60.sys-h-align-right-sm,
section .content .sys-max-width-60.sys-h-align-right-md,
section .content .sys-max-width-60.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 40%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-60 {
    max-width: 60% !important;
  }
  section .content .sys-max-width-xs-60.sys-h-align-left,
  section .content .sys-max-width-xs-60.sys-h-align-left-xs,
  section .content .sys-max-width-xs-60.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-60.sys-h-align-left-sm,
  section .content .sys-max-width-xs-60.sys-h-align-left-md,
  section .content .sys-max-width-xs-60.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 40%;
  }
  section .content .sys-max-width-xs-60.sys-h-align-right,
  section .content .sys-max-width-xs-60.sys-h-align-right-xs,
  section .content .sys-max-width-xs-60.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-60.sys-h-align-right-sm,
  section .content .sys-max-width-xs-60.sys-h-align-right-md,
  section .content .sys-max-width-xs-60.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 40%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-60 {
    max-width: 60% !important;
  }
  section .content .sys-max-width-xsm-60.sys-h-align-left,
  section .content .sys-max-width-xsm-60.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-60.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-60.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-60.sys-h-align-left-md,
  section .content .sys-max-width-xsm-60.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 40%;
  }
  section .content .sys-max-width-xsm-60.sys-h-align-right,
  section .content .sys-max-width-xsm-60.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-60.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-60.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-60.sys-h-align-right-md,
  section .content .sys-max-width-xsm-60.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-60 {
    max-width: 60% !important;
  }
  section .content .sys-max-width-sm-60.sys-h-align-left,
  section .content .sys-max-width-sm-60.sys-h-align-left-xs,
  section .content .sys-max-width-sm-60.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-60.sys-h-align-left-sm,
  section .content .sys-max-width-sm-60.sys-h-align-left-md,
  section .content .sys-max-width-sm-60.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 40%;
  }
  section .content .sys-max-width-sm-60.sys-h-align-right,
  section .content .sys-max-width-sm-60.sys-h-align-right-xs,
  section .content .sys-max-width-sm-60.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-60.sys-h-align-right-sm,
  section .content .sys-max-width-sm-60.sys-h-align-right-md,
  section .content .sys-max-width-sm-60.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 40%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-60 {
    max-width: 60% !important;
  }
  section .content .sys-max-width-md-60.sys-h-align-left,
  section .content .sys-max-width-md-60.sys-h-align-left-xs,
  section .content .sys-max-width-md-60.sys-h-align-left-xsm,
  section .content .sys-max-width-md-60.sys-h-align-left-sm,
  section .content .sys-max-width-md-60.sys-h-align-left-md,
  section .content .sys-max-width-md-60.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 40%;
  }
  section .content .sys-max-width-md-60.sys-h-align-right,
  section .content .sys-max-width-md-60.sys-h-align-right-xs,
  section .content .sys-max-width-md-60.sys-h-align-right-xsm,
  section .content .sys-max-width-md-60.sys-h-align-right-sm,
  section .content .sys-max-width-md-60.sys-h-align-right-md,
  section .content .sys-max-width-md-60.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-60 {
    max-width: 60% !important;
  }
  section .content .sys-max-width-lg-60.sys-h-align-left,
  section .content .sys-max-width-lg-60.sys-h-align-left-xs,
  section .content .sys-max-width-lg-60.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-60.sys-h-align-left-sm,
  section .content .sys-max-width-lg-60.sys-h-align-left-md,
  section .content .sys-max-width-lg-60.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 40%;
  }
  section .content .sys-max-width-lg-60.sys-h-align-right,
  section .content .sys-max-width-lg-60.sys-h-align-right-xs,
  section .content .sys-max-width-lg-60.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-60.sys-h-align-right-sm,
  section .content .sys-max-width-lg-60.sys-h-align-right-md,
  section .content .sys-max-width-lg-60.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 40%;
  }
}
section .content .sys-max-width-55 {
  max-width: 55% !important;
}
section .content .sys-max-width-55.sys-h-align-left,
section .content .sys-max-width-55.sys-h-align-left-xs,
section .content .sys-max-width-55.sys-h-align-left-xsm,
section .content .sys-max-width-55.sys-h-align-left-sm,
section .content .sys-max-width-55.sys-h-align-left-md,
section .content .sys-max-width-55.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 45%;
}
section .content .sys-max-width-55.sys-h-align-right,
section .content .sys-max-width-55.sys-h-align-right-xs,
section .content .sys-max-width-55.sys-h-align-right-xsm,
section .content .sys-max-width-55.sys-h-align-right-sm,
section .content .sys-max-width-55.sys-h-align-right-md,
section .content .sys-max-width-55.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 45%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-55 {
    max-width: 55% !important;
  }
  section .content .sys-max-width-xs-55.sys-h-align-left,
  section .content .sys-max-width-xs-55.sys-h-align-left-xs,
  section .content .sys-max-width-xs-55.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-55.sys-h-align-left-sm,
  section .content .sys-max-width-xs-55.sys-h-align-left-md,
  section .content .sys-max-width-xs-55.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 45%;
  }
  section .content .sys-max-width-xs-55.sys-h-align-right,
  section .content .sys-max-width-xs-55.sys-h-align-right-xs,
  section .content .sys-max-width-xs-55.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-55.sys-h-align-right-sm,
  section .content .sys-max-width-xs-55.sys-h-align-right-md,
  section .content .sys-max-width-xs-55.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 45%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-55 {
    max-width: 55% !important;
  }
  section .content .sys-max-width-xsm-55.sys-h-align-left,
  section .content .sys-max-width-xsm-55.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-55.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-55.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-55.sys-h-align-left-md,
  section .content .sys-max-width-xsm-55.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 45%;
  }
  section .content .sys-max-width-xsm-55.sys-h-align-right,
  section .content .sys-max-width-xsm-55.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-55.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-55.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-55.sys-h-align-right-md,
  section .content .sys-max-width-xsm-55.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 45%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-55 {
    max-width: 55% !important;
  }
  section .content .sys-max-width-sm-55.sys-h-align-left,
  section .content .sys-max-width-sm-55.sys-h-align-left-xs,
  section .content .sys-max-width-sm-55.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-55.sys-h-align-left-sm,
  section .content .sys-max-width-sm-55.sys-h-align-left-md,
  section .content .sys-max-width-sm-55.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 45%;
  }
  section .content .sys-max-width-sm-55.sys-h-align-right,
  section .content .sys-max-width-sm-55.sys-h-align-right-xs,
  section .content .sys-max-width-sm-55.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-55.sys-h-align-right-sm,
  section .content .sys-max-width-sm-55.sys-h-align-right-md,
  section .content .sys-max-width-sm-55.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 45%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-55 {
    max-width: 55% !important;
  }
  section .content .sys-max-width-md-55.sys-h-align-left,
  section .content .sys-max-width-md-55.sys-h-align-left-xs,
  section .content .sys-max-width-md-55.sys-h-align-left-xsm,
  section .content .sys-max-width-md-55.sys-h-align-left-sm,
  section .content .sys-max-width-md-55.sys-h-align-left-md,
  section .content .sys-max-width-md-55.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 45%;
  }
  section .content .sys-max-width-md-55.sys-h-align-right,
  section .content .sys-max-width-md-55.sys-h-align-right-xs,
  section .content .sys-max-width-md-55.sys-h-align-right-xsm,
  section .content .sys-max-width-md-55.sys-h-align-right-sm,
  section .content .sys-max-width-md-55.sys-h-align-right-md,
  section .content .sys-max-width-md-55.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 45%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-55 {
    max-width: 55% !important;
  }
  section .content .sys-max-width-lg-55.sys-h-align-left,
  section .content .sys-max-width-lg-55.sys-h-align-left-xs,
  section .content .sys-max-width-lg-55.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-55.sys-h-align-left-sm,
  section .content .sys-max-width-lg-55.sys-h-align-left-md,
  section .content .sys-max-width-lg-55.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 45%;
  }
  section .content .sys-max-width-lg-55.sys-h-align-right,
  section .content .sys-max-width-lg-55.sys-h-align-right-xs,
  section .content .sys-max-width-lg-55.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-55.sys-h-align-right-sm,
  section .content .sys-max-width-lg-55.sys-h-align-right-md,
  section .content .sys-max-width-lg-55.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 45%;
  }
}
section .content .sys-max-width-50 {
  max-width: 50% !important;
}
section .content .sys-max-width-50.sys-h-align-left,
section .content .sys-max-width-50.sys-h-align-left-xs,
section .content .sys-max-width-50.sys-h-align-left-xsm,
section .content .sys-max-width-50.sys-h-align-left-sm,
section .content .sys-max-width-50.sys-h-align-left-md,
section .content .sys-max-width-50.sys-h-align-left-lg {
  margin-left: 0;
  margin-right: 50%;
}
section .content .sys-max-width-50.sys-h-align-right,
section .content .sys-max-width-50.sys-h-align-right-xs,
section .content .sys-max-width-50.sys-h-align-right-xsm,
section .content .sys-max-width-50.sys-h-align-right-sm,
section .content .sys-max-width-50.sys-h-align-right-md,
section .content .sys-max-width-50.sys-h-align-right-lg {
  margin-right: 0;
  margin-left: 50%;
}
@media (min-width: 480px) {
  section .content .sys-max-width-xs-50 {
    max-width: 50% !important;
  }
  section .content .sys-max-width-xs-50.sys-h-align-left,
  section .content .sys-max-width-xs-50.sys-h-align-left-xs,
  section .content .sys-max-width-xs-50.sys-h-align-left-xsm,
  section .content .sys-max-width-xs-50.sys-h-align-left-sm,
  section .content .sys-max-width-xs-50.sys-h-align-left-md,
  section .content .sys-max-width-xs-50.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 50%;
  }
  section .content .sys-max-width-xs-50.sys-h-align-right,
  section .content .sys-max-width-xs-50.sys-h-align-right-xs,
  section .content .sys-max-width-xs-50.sys-h-align-right-xsm,
  section .content .sys-max-width-xs-50.sys-h-align-right-sm,
  section .content .sys-max-width-xs-50.sys-h-align-right-md,
  section .content .sys-max-width-xs-50.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 50%;
  }
}
@media (min-width: 600px) {
  section .content .sys-max-width-xsm-50 {
    max-width: 50% !important;
  }
  section .content .sys-max-width-xsm-50.sys-h-align-left,
  section .content .sys-max-width-xsm-50.sys-h-align-left-xs,
  section .content .sys-max-width-xsm-50.sys-h-align-left-xsm,
  section .content .sys-max-width-xsm-50.sys-h-align-left-sm,
  section .content .sys-max-width-xsm-50.sys-h-align-left-md,
  section .content .sys-max-width-xsm-50.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 50%;
  }
  section .content .sys-max-width-xsm-50.sys-h-align-right,
  section .content .sys-max-width-xsm-50.sys-h-align-right-xs,
  section .content .sys-max-width-xsm-50.sys-h-align-right-xsm,
  section .content .sys-max-width-xsm-50.sys-h-align-right-sm,
  section .content .sys-max-width-xsm-50.sys-h-align-right-md,
  section .content .sys-max-width-xsm-50.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  section .content .sys-max-width-sm-50 {
    max-width: 50% !important;
  }
  section .content .sys-max-width-sm-50.sys-h-align-left,
  section .content .sys-max-width-sm-50.sys-h-align-left-xs,
  section .content .sys-max-width-sm-50.sys-h-align-left-xsm,
  section .content .sys-max-width-sm-50.sys-h-align-left-sm,
  section .content .sys-max-width-sm-50.sys-h-align-left-md,
  section .content .sys-max-width-sm-50.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 50%;
  }
  section .content .sys-max-width-sm-50.sys-h-align-right,
  section .content .sys-max-width-sm-50.sys-h-align-right-xs,
  section .content .sys-max-width-sm-50.sys-h-align-right-xsm,
  section .content .sys-max-width-sm-50.sys-h-align-right-sm,
  section .content .sys-max-width-sm-50.sys-h-align-right-md,
  section .content .sys-max-width-sm-50.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  section .content .sys-max-width-md-50 {
    max-width: 50% !important;
  }
  section .content .sys-max-width-md-50.sys-h-align-left,
  section .content .sys-max-width-md-50.sys-h-align-left-xs,
  section .content .sys-max-width-md-50.sys-h-align-left-xsm,
  section .content .sys-max-width-md-50.sys-h-align-left-sm,
  section .content .sys-max-width-md-50.sys-h-align-left-md,
  section .content .sys-max-width-md-50.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 50%;
  }
  section .content .sys-max-width-md-50.sys-h-align-right,
  section .content .sys-max-width-md-50.sys-h-align-right-xs,
  section .content .sys-max-width-md-50.sys-h-align-right-xsm,
  section .content .sys-max-width-md-50.sys-h-align-right-sm,
  section .content .sys-max-width-md-50.sys-h-align-right-md,
  section .content .sys-max-width-md-50.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  section .content .sys-max-width-lg-50 {
    max-width: 50% !important;
  }
  section .content .sys-max-width-lg-50.sys-h-align-left,
  section .content .sys-max-width-lg-50.sys-h-align-left-xs,
  section .content .sys-max-width-lg-50.sys-h-align-left-xsm,
  section .content .sys-max-width-lg-50.sys-h-align-left-sm,
  section .content .sys-max-width-lg-50.sys-h-align-left-md,
  section .content .sys-max-width-lg-50.sys-h-align-left-lg {
    margin-left: 0;
    margin-right: 50%;
  }
  section .content .sys-max-width-lg-50.sys-h-align-right,
  section .content .sys-max-width-lg-50.sys-h-align-right-xs,
  section .content .sys-max-width-lg-50.sys-h-align-right-xsm,
  section .content .sys-max-width-lg-50.sys-h-align-right-sm,
  section .content .sys-max-width-lg-50.sys-h-align-right-md,
  section .content .sys-max-width-lg-50.sys-h-align-right-lg {
    margin-right: 0;
    margin-left: 50%;
  }
}
section .content .sys-visibility-hidden {
  display: none !important;
}
@media (min-width: 480px) {
  section .content .sys-visibility-xs-hidden {
    display: none !important;
  }
  section .content .sys-visibility-xs-shown {
    display: inherit !important;
  }
}
@media (min-width: 600px) {
  section .content .sys-visibility-xsm-hidden {
    display: none !important;
  }
  section .content .sys-visibility-xsm-shown {
    display: inherit !important;
  }
}
@media (min-width: 768px) {
  section .content .sys-visibility-sm-hidden {
    display: none !important;
  }
  section .content .sys-visibility-sm-shown {
    display: inherit !important;
  }
}
@media (min-width: 992px) {
  section .content .sys-visibility-md-hidden {
    display: none !important;
  }
  section .content .sys-visibility-md-shown {
    display: inherit !important;
  }
}
@media (min-width: 1200px) {
  section .content .sys-visibility-lg-hidden {
    display: none !important;
  }
  section .content .sys-visibility-lg-shown {
    display: inherit !important;
  }
}
@media (min-width: 992px) {
  section .content > h2,
  section .content > h3,
  section .content > h4,
  section .content > p {
    max-width: 90%;
  }
}
section .content .grid {
  margin-top: 20px;
  margin-bottom: 20px;
}
section .content .grid:first-child {
  margin-top: 0;
}
section .content .grid:last-child {
  margin-bottom: 0;
}
section .content .block-grid {
  margin-top: 40px;
  margin-bottom: 40px;
}
section .content .block-grid:first-child {
  margin-top: 0;
}
section .content .block-grid:last-child {
  margin-bottom: 0;
}
section .content .grid,
section .content .block-grid {
  margin-left: -15px;
  margin-right: -15px;
  /*&:extend(.clearfix all);*/
  overflow: hidden;
}
section .content .grid > .row,
section .content .block-grid > .row {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section .content .grid > .row:before,
section .content .block-grid > .row:before,
section .content .grid > .row:after,
section .content .block-grid > .row:after {
  content: "";
  display: table;
  width: 0;
}
section .content .grid > .row:after,
section .content .block-grid > .row:after {
  clear: both;
}
section .content .grid > .row > div.sys-v-align-top,
section .content .block-grid > .row > div.sys-v-align-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media (min-width: 480px) {
  html section .content .grid > .row > div.sys-v-align-top-xs,
  html section .content .block-grid > .row > div.sys-v-align-top-xs {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 600px) {
  html section .content .grid > .row > div.sys-v-align-top-xsm,
  html section .content .block-grid > .row > div.sys-v-align-top-xsm {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 768px) {
  html section .content .grid > .row > div.sys-v-align-top-sm,
  html section .content .block-grid > .row > div.sys-v-align-top-sm {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 992px) {
  html section .content .grid > .row > div.sys-v-align-top-md,
  html section .content .block-grid > .row > div.sys-v-align-top-md {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  html section .content .grid > .row > div.sys-v-align-top-lg,
  html section .content .block-grid > .row > div.sys-v-align-top-lg {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
section .content .grid > .row > div.sys-v-align-middle,
section .content .block-grid > .row > div.sys-v-align-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (min-width: 480px) {
  html section .content .grid > .row > div.sys-v-align-middle-xs,
  html section .content .block-grid > .row > div.sys-v-align-middle-xs {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 600px) {
  html section .content .grid > .row > div.sys-v-align-middle-xsm,
  html section .content .block-grid > .row > div.sys-v-align-middle-xsm {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 768px) {
  html section .content .grid > .row > div.sys-v-align-middle-sm,
  html section .content .block-grid > .row > div.sys-v-align-middle-sm {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 992px) {
  html section .content .grid > .row > div.sys-v-align-middle-md,
  html section .content .block-grid > .row > div.sys-v-align-middle-md {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 1200px) {
  html section .content .grid > .row > div.sys-v-align-middle-lg,
  html section .content .block-grid > .row > div.sys-v-align-middle-lg {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
section .content .grid > .row > div.sys-v-align-botto,
section .content .block-grid > .row > div.sys-v-align-botto {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (min-width: 480px) {
  html section .content .grid > .row > div.sys-v-align-botto-xs,
  html section .content .block-grid > .row > div.sys-v-align-botto-xs {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 600px) {
  html section .content .grid > .row > div.sys-v-align-botto-xsm,
  html section .content .block-grid > .row > div.sys-v-align-botto-xsm {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 768px) {
  html section .content .grid > .row > div.sys-v-align-botto-sm,
  html section .content .block-grid > .row > div.sys-v-align-botto-sm {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 992px) {
  html section .content .grid > .row > div.sys-v-align-botto-md,
  html section .content .block-grid > .row > div.sys-v-align-botto-md {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  html section .content .grid > .row > div.sys-v-align-botto-lg,
  html section .content .block-grid > .row > div.sys-v-align-botto-lg {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
section .content .grid > .row > div.column-break,
section .content .block-grid > .row > div.column-break {
  position: static;
  display: none;
  width: 0;
  overflow: hidden;
}
section .content .grid > .row > div.column-break:before,
section .content .block-grid > .row > div.column-break:before,
section .content .grid > .row > div.column-break:after,
section .content .block-grid > .row > div.column-break:after {
  content: "";
  display: table;
  width: 0;
}
section .content .grid > .row > div.column-break:after,
section .content .block-grid > .row > div.column-break:after {
  clear: both;
}
@media (min-width: 480px) and (max-width: 599px) {
  section .content .grid > .row > div.column-break.xs,
  section .content .block-grid > .row > div.column-break.xs {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  section .content .grid > .row > div.column-break.xsm,
  section .content .block-grid > .row > div.column-break.xsm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section .content .grid > .row > div.column-break.sm,
  section .content .block-grid > .row > div.column-break.sm {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section .content .grid > .row > div.column-break.md,
  section .content .block-grid > .row > div.column-break.md {
    display: block;
  }
}
@media (min-width: 1200px) {
  section .content .grid > .row > div.column-break.lg,
  section .content .block-grid > .row > div.column-break.lg {
    display: block;
  }
}
section .content .col-0,
section .content .col-xs-0,
section .content .col-xsm-0,
section .content .col-sm-0,
section .content .col-md-0,
section .content .col-lg-0,
section .content .col-1,
section .content .col-xs-1,
section .content .col-xsm-1,
section .content .col-sm-1,
section .content .col-md-1,
section .content .col-lg-1,
section .content .col-2,
section .content .col-xs-2,
section .content .col-xsm-2,
section .content .col-sm-2,
section .content .col-md-2,
section .content .col-lg-2,
section .content .col-3,
section .content .col-xs-3,
section .content .col-xsm-3,
section .content .col-sm-3,
section .content .col-md-3,
section .content .col-lg-3,
section .content .col-4,
section .content .col-xs-4,
section .content .col-xsm-4,
section .content .col-sm-4,
section .content .col-md-4,
section .content .col-lg-4,
section .content .col-5,
section .content .col-xs-5,
section .content .col-xsm-5,
section .content .col-sm-5,
section .content .col-md-5,
section .content .col-lg-5,
section .content .col-6,
section .content .col-xs-6,
section .content .col-xsm-6,
section .content .col-sm-6,
section .content .col-md-6,
section .content .col-lg-6,
section .content .col-7,
section .content .col-xs-7,
section .content .col-xsm-7,
section .content .col-sm-7,
section .content .col-md-7,
section .content .col-lg-7,
section .content .col-8,
section .content .col-xs-8,
section .content .col-xsm-8,
section .content .col-sm-8,
section .content .col-md-8,
section .content .col-lg-8,
section .content .col-9,
section .content .col-xs-9,
section .content .col-xsm-9,
section .content .col-sm-9,
section .content .col-md-9,
section .content .col-lg-9,
section .content .col-10,
section .content .col-xs-10,
section .content .col-xsm-10,
section .content .col-sm-10,
section .content .col-md-10,
section .content .col-lg-10,
section .content .col-11,
section .content .col-xs-11,
section .content .col-xsm-11,
section .content .col-sm-11,
section .content .col-md-11,
section .content .col-lg-11,
section .content .col-12,
section .content .col-xs-12,
section .content .col-xsm-12,
section .content .col-sm-12,
section .content .col-md-12,
section .content .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
section .content .col-0,
section .content .col-1,
section .content .col-2,
section .content .col-3,
section .content .col-4,
section .content .col-5,
section .content .col-6,
section .content .col-7,
section .content .col-8,
section .content .col-9,
section .content .col-10,
section .content .col-11,
section .content .col-12 {
  float: left;
}
section .content .col-12 {
  width: 100%;
  display: block;
}
section .content .col-11 {
  width: 91.66666667%;
  display: block;
}
section .content .col-10 {
  width: 83.33333333%;
  display: block;
}
section .content .col-9 {
  width: 75%;
  display: block;
}
section .content .col-8 {
  width: 66.66666667%;
  display: block;
}
section .content .col-7 {
  width: 58.33333333%;
  display: block;
}
section .content .col-6 {
  width: 50%;
  display: block;
}
section .content .col-5 {
  width: 41.66666667%;
  display: block;
}
section .content .col-4 {
  width: 33.33333333%;
  display: block;
}
section .content .col-3 {
  width: 25%;
  display: block;
}
section .content .col-2 {
  width: 16.66666667%;
  display: block;
}
section .content .col-1 {
  width: 8.33333333%;
  display: block;
}
section .content .col-0 {
  display: none;
}
section .content .col-pull-12 {
  right: 100%;
}
section .content .col-pull-11 {
  right: 91.66666667%;
}
section .content .col-pull-10 {
  right: 83.33333333%;
}
section .content .col-pull-9 {
  right: 75%;
}
section .content .col-pull-8 {
  right: 66.66666667%;
}
section .content .col-pull-7 {
  right: 58.33333333%;
}
section .content .col-pull-6 {
  right: 50%;
}
section .content .col-pull-5 {
  right: 41.66666667%;
}
section .content .col-pull-4 {
  right: 33.33333333%;
}
section .content .col-pull-3 {
  right: 25%;
}
section .content .col-pull-2 {
  right: 16.66666667%;
}
section .content .col-pull-1 {
  right: 8.33333333%;
}
section .content .col-pull-0 {
  right: auto;
}
section .content .col-push-12 {
  left: 100%;
}
section .content .col-push-11 {
  left: 91.66666667%;
}
section .content .col-push-10 {
  left: 83.33333333%;
}
section .content .col-push-9 {
  left: 75%;
}
section .content .col-push-8 {
  left: 66.66666667%;
}
section .content .col-push-7 {
  left: 58.33333333%;
}
section .content .col-push-6 {
  left: 50%;
}
section .content .col-push-5 {
  left: 41.66666667%;
}
section .content .col-push-4 {
  left: 33.33333333%;
}
section .content .col-push-3 {
  left: 25%;
}
section .content .col-push-2 {
  left: 16.66666667%;
}
section .content .col-push-1 {
  left: 8.33333333%;
}
section .content .col-push-0 {
  left: auto;
}
section .content .col-offset-12 {
  margin-left: 100%;
}
section .content .col-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}
section .content .col-offset-11 {
  margin-left: 91.66666667%;
}
section .content .col-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}
section .content .col-offset-10 {
  margin-left: 83.33333333%;
}
section .content .col-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
section .content .col-offset-9 {
  margin-left: 75%;
}
section .content .col-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}
section .content .col-offset-8 {
  margin-left: 66.66666667%;
}
section .content .col-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}
section .content .col-offset-7 {
  margin-left: 58.33333333%;
}
section .content .col-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
section .content .col-offset-6 {
  margin-left: 50%;
}
section .content .col-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
section .content .col-offset-5 {
  margin-left: 41.66666667%;
}
section .content .col-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
section .content .col-offset-4 {
  margin-left: 33.33333333%;
}
section .content .col-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
section .content .col-offset-3 {
  margin-left: 25%;
}
section .content .col-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
section .content .col-offset-2 {
  margin-left: 16.66666667%;
}
section .content .col-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
section .content .col-offset-1 {
  margin-left: 8.33333333%;
}
section .content .col-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
section .content .col-offset-0 {
  margin-left: 0%;
}
section .content .col-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 480px) {
  section .content .col-xs-0,
  section .content .col-xs-1,
  section .content .col-xs-2,
  section .content .col-xs-3,
  section .content .col-xs-4,
  section .content .col-xs-5,
  section .content .col-xs-6,
  section .content .col-xs-7,
  section .content .col-xs-8,
  section .content .col-xs-9,
  section .content .col-xs-10,
  section .content .col-xs-11,
  section .content .col-xs-12 {
    float: left;
  }
  section .content .col-xs-12 {
    width: 100%;
    display: block;
  }
  section .content .col-xs-11 {
    width: 91.66666667%;
    display: block;
  }
  section .content .col-xs-10 {
    width: 83.33333333%;
    display: block;
  }
  section .content .col-xs-9 {
    width: 75%;
    display: block;
  }
  section .content .col-xs-8 {
    width: 66.66666667%;
    display: block;
  }
  section .content .col-xs-7 {
    width: 58.33333333%;
    display: block;
  }
  section .content .col-xs-6 {
    width: 50%;
    display: block;
  }
  section .content .col-xs-5 {
    width: 41.66666667%;
    display: block;
  }
  section .content .col-xs-4 {
    width: 33.33333333%;
    display: block;
  }
  section .content .col-xs-3 {
    width: 25%;
    display: block;
  }
  section .content .col-xs-2 {
    width: 16.66666667%;
    display: block;
  }
  section .content .col-xs-1 {
    width: 8.33333333%;
    display: block;
  }
  section .content .col-xs-0 {
    display: none;
  }
  section .content .col-xs-pull-12 {
    right: 100%;
  }
  section .content .col-xs-pull-11 {
    right: 91.66666667%;
  }
  section .content .col-xs-pull-10 {
    right: 83.33333333%;
  }
  section .content .col-xs-pull-9 {
    right: 75%;
  }
  section .content .col-xs-pull-8 {
    right: 66.66666667%;
  }
  section .content .col-xs-pull-7 {
    right: 58.33333333%;
  }
  section .content .col-xs-pull-6 {
    right: 50%;
  }
  section .content .col-xs-pull-5 {
    right: 41.66666667%;
  }
  section .content .col-xs-pull-4 {
    right: 33.33333333%;
  }
  section .content .col-xs-pull-3 {
    right: 25%;
  }
  section .content .col-xs-pull-2 {
    right: 16.66666667%;
  }
  section .content .col-xs-pull-1 {
    right: 8.33333333%;
  }
  section .content .col-xs-pull-0 {
    right: auto;
  }
  section .content .col-xs-push-12 {
    left: 100%;
  }
  section .content .col-xs-push-11 {
    left: 91.66666667%;
  }
  section .content .col-xs-push-10 {
    left: 83.33333333%;
  }
  section .content .col-xs-push-9 {
    left: 75%;
  }
  section .content .col-xs-push-8 {
    left: 66.66666667%;
  }
  section .content .col-xs-push-7 {
    left: 58.33333333%;
  }
  section .content .col-xs-push-6 {
    left: 50%;
  }
  section .content .col-xs-push-5 {
    left: 41.66666667%;
  }
  section .content .col-xs-push-4 {
    left: 33.33333333%;
  }
  section .content .col-xs-push-3 {
    left: 25%;
  }
  section .content .col-xs-push-2 {
    left: 16.66666667%;
  }
  section .content .col-xs-push-1 {
    left: 8.33333333%;
  }
  section .content .col-xs-push-0 {
    left: auto;
  }
  section .content .col-xs-offset-12 {
    margin-left: 100%;
  }
  section .content .col-xs-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  section .content .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  section .content .col-xs-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  section .content .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  section .content .col-xs-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  section .content .col-xs-offset-9 {
    margin-left: 75%;
  }
  section .content .col-xs-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  section .content .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  section .content .col-xs-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  section .content .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  section .content .col-xs-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  section .content .col-xs-offset-6 {
    margin-left: 50%;
  }
  section .content .col-xs-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  section .content .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  section .content .col-xs-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  section .content .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  section .content .col-xs-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  section .content .col-xs-offset-3 {
    margin-left: 25%;
  }
  section .content .col-xs-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section .content .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  section .content .col-xs-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section .content .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  section .content .col-xs-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section .content .col-xs-offset-0 {
    margin-left: 0%;
  }
  section .content .col-xs-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 600px) {
  section .content .col-xsm-0,
  section .content .col-xsm-1,
  section .content .col-xsm-2,
  section .content .col-xsm-3,
  section .content .col-xsm-4,
  section .content .col-xsm-5,
  section .content .col-xsm-6,
  section .content .col-xsm-7,
  section .content .col-xsm-8,
  section .content .col-xsm-9,
  section .content .col-xsm-10,
  section .content .col-xsm-11,
  section .content .col-xsm-12 {
    float: left;
  }
  section .content .col-xsm-12 {
    width: 100%;
    display: block;
  }
  section .content .col-xsm-11 {
    width: 91.66666667%;
    display: block;
  }
  section .content .col-xsm-10 {
    width: 83.33333333%;
    display: block;
  }
  section .content .col-xsm-9 {
    width: 75%;
    display: block;
  }
  section .content .col-xsm-8 {
    width: 66.66666667%;
    display: block;
  }
  section .content .col-xsm-7 {
    width: 58.33333333%;
    display: block;
  }
  section .content .col-xsm-6 {
    width: 50%;
    display: block;
  }
  section .content .col-xsm-5 {
    width: 41.66666667%;
    display: block;
  }
  section .content .col-xsm-4 {
    width: 33.33333333%;
    display: block;
  }
  section .content .col-xsm-3 {
    width: 25%;
    display: block;
  }
  section .content .col-xsm-2 {
    width: 16.66666667%;
    display: block;
  }
  section .content .col-xsm-1 {
    width: 8.33333333%;
    display: block;
  }
  section .content .col-xsm-0 {
    display: none;
  }
  section .content .col-xsm-pull-12 {
    right: 100%;
  }
  section .content .col-xsm-pull-11 {
    right: 91.66666667%;
  }
  section .content .col-xsm-pull-10 {
    right: 83.33333333%;
  }
  section .content .col-xsm-pull-9 {
    right: 75%;
  }
  section .content .col-xsm-pull-8 {
    right: 66.66666667%;
  }
  section .content .col-xsm-pull-7 {
    right: 58.33333333%;
  }
  section .content .col-xsm-pull-6 {
    right: 50%;
  }
  section .content .col-xsm-pull-5 {
    right: 41.66666667%;
  }
  section .content .col-xsm-pull-4 {
    right: 33.33333333%;
  }
  section .content .col-xsm-pull-3 {
    right: 25%;
  }
  section .content .col-xsm-pull-2 {
    right: 16.66666667%;
  }
  section .content .col-xsm-pull-1 {
    right: 8.33333333%;
  }
  section .content .col-xsm-pull-0 {
    right: auto;
  }
  section .content .col-xsm-push-12 {
    left: 100%;
  }
  section .content .col-xsm-push-11 {
    left: 91.66666667%;
  }
  section .content .col-xsm-push-10 {
    left: 83.33333333%;
  }
  section .content .col-xsm-push-9 {
    left: 75%;
  }
  section .content .col-xsm-push-8 {
    left: 66.66666667%;
  }
  section .content .col-xsm-push-7 {
    left: 58.33333333%;
  }
  section .content .col-xsm-push-6 {
    left: 50%;
  }
  section .content .col-xsm-push-5 {
    left: 41.66666667%;
  }
  section .content .col-xsm-push-4 {
    left: 33.33333333%;
  }
  section .content .col-xsm-push-3 {
    left: 25%;
  }
  section .content .col-xsm-push-2 {
    left: 16.66666667%;
  }
  section .content .col-xsm-push-1 {
    left: 8.33333333%;
  }
  section .content .col-xsm-push-0 {
    left: auto;
  }
  section .content .col-xsm-offset-12 {
    margin-left: 100%;
  }
  section .content .col-xsm-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  section .content .col-xsm-offset-11 {
    margin-left: 91.66666667%;
  }
  section .content .col-xsm-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  section .content .col-xsm-offset-10 {
    margin-left: 83.33333333%;
  }
  section .content .col-xsm-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  section .content .col-xsm-offset-9 {
    margin-left: 75%;
  }
  section .content .col-xsm-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  section .content .col-xsm-offset-8 {
    margin-left: 66.66666667%;
  }
  section .content .col-xsm-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  section .content .col-xsm-offset-7 {
    margin-left: 58.33333333%;
  }
  section .content .col-xsm-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  section .content .col-xsm-offset-6 {
    margin-left: 50%;
  }
  section .content .col-xsm-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  section .content .col-xsm-offset-5 {
    margin-left: 41.66666667%;
  }
  section .content .col-xsm-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  section .content .col-xsm-offset-4 {
    margin-left: 33.33333333%;
  }
  section .content .col-xsm-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  section .content .col-xsm-offset-3 {
    margin-left: 25%;
  }
  section .content .col-xsm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section .content .col-xsm-offset-2 {
    margin-left: 16.66666667%;
  }
  section .content .col-xsm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section .content .col-xsm-offset-1 {
    margin-left: 8.33333333%;
  }
  section .content .col-xsm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section .content .col-xsm-offset-0 {
    margin-left: 0%;
  }
  section .content .col-xsm-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  section .content .col-sm-0,
  section .content .col-sm-1,
  section .content .col-sm-2,
  section .content .col-sm-3,
  section .content .col-sm-4,
  section .content .col-sm-5,
  section .content .col-sm-6,
  section .content .col-sm-7,
  section .content .col-sm-8,
  section .content .col-sm-9,
  section .content .col-sm-10,
  section .content .col-sm-11,
  section .content .col-sm-12 {
    float: left;
  }
  section .content .col-sm-12 {
    width: 100%;
    display: block;
  }
  section .content .col-sm-11 {
    width: 91.66666667%;
    display: block;
  }
  section .content .col-sm-10 {
    width: 83.33333333%;
    display: block;
  }
  section .content .col-sm-9 {
    width: 75%;
    display: block;
  }
  section .content .col-sm-8 {
    width: 66.66666667%;
    display: block;
  }
  section .content .col-sm-7 {
    width: 58.33333333%;
    display: block;
  }
  section .content .col-sm-6 {
    width: 50%;
    display: block;
  }
  section .content .col-sm-5 {
    width: 41.66666667%;
    display: block;
  }
  section .content .col-sm-4 {
    width: 33.33333333%;
    display: block;
  }
  section .content .col-sm-3 {
    width: 25%;
    display: block;
  }
  section .content .col-sm-2 {
    width: 16.66666667%;
    display: block;
  }
  section .content .col-sm-1 {
    width: 8.33333333%;
    display: block;
  }
  section .content .col-sm-0 {
    display: none;
  }
  section .content .col-sm-pull-12 {
    right: 100%;
  }
  section .content .col-sm-pull-11 {
    right: 91.66666667%;
  }
  section .content .col-sm-pull-10 {
    right: 83.33333333%;
  }
  section .content .col-sm-pull-9 {
    right: 75%;
  }
  section .content .col-sm-pull-8 {
    right: 66.66666667%;
  }
  section .content .col-sm-pull-7 {
    right: 58.33333333%;
  }
  section .content .col-sm-pull-6 {
    right: 50%;
  }
  section .content .col-sm-pull-5 {
    right: 41.66666667%;
  }
  section .content .col-sm-pull-4 {
    right: 33.33333333%;
  }
  section .content .col-sm-pull-3 {
    right: 25%;
  }
  section .content .col-sm-pull-2 {
    right: 16.66666667%;
  }
  section .content .col-sm-pull-1 {
    right: 8.33333333%;
  }
  section .content .col-sm-pull-0 {
    right: auto;
  }
  section .content .col-sm-push-12 {
    left: 100%;
  }
  section .content .col-sm-push-11 {
    left: 91.66666667%;
  }
  section .content .col-sm-push-10 {
    left: 83.33333333%;
  }
  section .content .col-sm-push-9 {
    left: 75%;
  }
  section .content .col-sm-push-8 {
    left: 66.66666667%;
  }
  section .content .col-sm-push-7 {
    left: 58.33333333%;
  }
  section .content .col-sm-push-6 {
    left: 50%;
  }
  section .content .col-sm-push-5 {
    left: 41.66666667%;
  }
  section .content .col-sm-push-4 {
    left: 33.33333333%;
  }
  section .content .col-sm-push-3 {
    left: 25%;
  }
  section .content .col-sm-push-2 {
    left: 16.66666667%;
  }
  section .content .col-sm-push-1 {
    left: 8.33333333%;
  }
  section .content .col-sm-push-0 {
    left: auto;
  }
  section .content .col-sm-offset-12 {
    margin-left: 100%;
  }
  section .content .col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  section .content .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  section .content .col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  section .content .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  section .content .col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  section .content .col-sm-offset-9 {
    margin-left: 75%;
  }
  section .content .col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  section .content .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  section .content .col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  section .content .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  section .content .col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  section .content .col-sm-offset-6 {
    margin-left: 50%;
  }
  section .content .col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  section .content .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  section .content .col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  section .content .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  section .content .col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  section .content .col-sm-offset-3 {
    margin-left: 25%;
  }
  section .content .col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section .content .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  section .content .col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section .content .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  section .content .col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section .content .col-sm-offset-0 {
    margin-left: 0%;
  }
  section .content .col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  section .content .col-md-0,
  section .content .col-md-1,
  section .content .col-md-2,
  section .content .col-md-3,
  section .content .col-md-4,
  section .content .col-md-5,
  section .content .col-md-6,
  section .content .col-md-7,
  section .content .col-md-8,
  section .content .col-md-9,
  section .content .col-md-10,
  section .content .col-md-11,
  section .content .col-md-12 {
    float: left;
  }
  section .content .col-md-12 {
    width: 100%;
    display: block;
  }
  section .content .col-md-11 {
    width: 91.66666667%;
    display: block;
  }
  section .content .col-md-10 {
    width: 83.33333333%;
    display: block;
  }
  section .content .col-md-9 {
    width: 75%;
    display: block;
  }
  section .content .col-md-8 {
    width: 66.66666667%;
    display: block;
  }
  section .content .col-md-7 {
    width: 58.33333333%;
    display: block;
  }
  section .content .col-md-6 {
    width: 50%;
    display: block;
  }
  section .content .col-md-5 {
    width: 41.66666667%;
    display: block;
  }
  section .content .col-md-4 {
    width: 33.33333333%;
    display: block;
  }
  section .content .col-md-3 {
    width: 25%;
    display: block;
  }
  section .content .col-md-2 {
    width: 16.66666667%;
    display: block;
  }
  section .content .col-md-1 {
    width: 8.33333333%;
    display: block;
  }
  section .content .col-md-0 {
    display: none;
  }
  section .content .col-md-pull-12 {
    right: 100%;
  }
  section .content .col-md-pull-11 {
    right: 91.66666667%;
  }
  section .content .col-md-pull-10 {
    right: 83.33333333%;
  }
  section .content .col-md-pull-9 {
    right: 75%;
  }
  section .content .col-md-pull-8 {
    right: 66.66666667%;
  }
  section .content .col-md-pull-7 {
    right: 58.33333333%;
  }
  section .content .col-md-pull-6 {
    right: 50%;
  }
  section .content .col-md-pull-5 {
    right: 41.66666667%;
  }
  section .content .col-md-pull-4 {
    right: 33.33333333%;
  }
  section .content .col-md-pull-3 {
    right: 25%;
  }
  section .content .col-md-pull-2 {
    right: 16.66666667%;
  }
  section .content .col-md-pull-1 {
    right: 8.33333333%;
  }
  section .content .col-md-pull-0 {
    right: auto;
  }
  section .content .col-md-push-12 {
    left: 100%;
  }
  section .content .col-md-push-11 {
    left: 91.66666667%;
  }
  section .content .col-md-push-10 {
    left: 83.33333333%;
  }
  section .content .col-md-push-9 {
    left: 75%;
  }
  section .content .col-md-push-8 {
    left: 66.66666667%;
  }
  section .content .col-md-push-7 {
    left: 58.33333333%;
  }
  section .content .col-md-push-6 {
    left: 50%;
  }
  section .content .col-md-push-5 {
    left: 41.66666667%;
  }
  section .content .col-md-push-4 {
    left: 33.33333333%;
  }
  section .content .col-md-push-3 {
    left: 25%;
  }
  section .content .col-md-push-2 {
    left: 16.66666667%;
  }
  section .content .col-md-push-1 {
    left: 8.33333333%;
  }
  section .content .col-md-push-0 {
    left: auto;
  }
  section .content .col-md-offset-12 {
    margin-left: 100%;
  }
  section .content .col-md-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  section .content .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  section .content .col-md-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  section .content .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  section .content .col-md-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  section .content .col-md-offset-9 {
    margin-left: 75%;
  }
  section .content .col-md-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  section .content .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  section .content .col-md-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  section .content .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  section .content .col-md-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  section .content .col-md-offset-6 {
    margin-left: 50%;
  }
  section .content .col-md-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  section .content .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  section .content .col-md-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  section .content .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  section .content .col-md-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  section .content .col-md-offset-3 {
    margin-left: 25%;
  }
  section .content .col-md-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section .content .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  section .content .col-md-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section .content .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  section .content .col-md-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section .content .col-md-offset-0 {
    margin-left: 0%;
  }
  section .content .col-md-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  section .content .col-lg-0,
  section .content .col-lg-1,
  section .content .col-lg-2,
  section .content .col-lg-3,
  section .content .col-lg-4,
  section .content .col-lg-5,
  section .content .col-lg-6,
  section .content .col-lg-7,
  section .content .col-lg-8,
  section .content .col-lg-9,
  section .content .col-lg-10,
  section .content .col-lg-11,
  section .content .col-lg-12 {
    float: left;
  }
  section .content .col-lg-12 {
    width: 100%;
    display: block;
  }
  section .content .col-lg-11 {
    width: 91.66666667%;
    display: block;
  }
  section .content .col-lg-10 {
    width: 83.33333333%;
    display: block;
  }
  section .content .col-lg-9 {
    width: 75%;
    display: block;
  }
  section .content .col-lg-8 {
    width: 66.66666667%;
    display: block;
  }
  section .content .col-lg-7 {
    width: 58.33333333%;
    display: block;
  }
  section .content .col-lg-6 {
    width: 50%;
    display: block;
  }
  section .content .col-lg-5 {
    width: 41.66666667%;
    display: block;
  }
  section .content .col-lg-4 {
    width: 33.33333333%;
    display: block;
  }
  section .content .col-lg-3 {
    width: 25%;
    display: block;
  }
  section .content .col-lg-2 {
    width: 16.66666667%;
    display: block;
  }
  section .content .col-lg-1 {
    width: 8.33333333%;
    display: block;
  }
  section .content .col-lg-0 {
    display: none;
  }
  section .content .col-lg-pull-12 {
    right: 100%;
  }
  section .content .col-lg-pull-11 {
    right: 91.66666667%;
  }
  section .content .col-lg-pull-10 {
    right: 83.33333333%;
  }
  section .content .col-lg-pull-9 {
    right: 75%;
  }
  section .content .col-lg-pull-8 {
    right: 66.66666667%;
  }
  section .content .col-lg-pull-7 {
    right: 58.33333333%;
  }
  section .content .col-lg-pull-6 {
    right: 50%;
  }
  section .content .col-lg-pull-5 {
    right: 41.66666667%;
  }
  section .content .col-lg-pull-4 {
    right: 33.33333333%;
  }
  section .content .col-lg-pull-3 {
    right: 25%;
  }
  section .content .col-lg-pull-2 {
    right: 16.66666667%;
  }
  section .content .col-lg-pull-1 {
    right: 8.33333333%;
  }
  section .content .col-lg-pull-0 {
    right: auto;
  }
  section .content .col-lg-push-12 {
    left: 100%;
  }
  section .content .col-lg-push-11 {
    left: 91.66666667%;
  }
  section .content .col-lg-push-10 {
    left: 83.33333333%;
  }
  section .content .col-lg-push-9 {
    left: 75%;
  }
  section .content .col-lg-push-8 {
    left: 66.66666667%;
  }
  section .content .col-lg-push-7 {
    left: 58.33333333%;
  }
  section .content .col-lg-push-6 {
    left: 50%;
  }
  section .content .col-lg-push-5 {
    left: 41.66666667%;
  }
  section .content .col-lg-push-4 {
    left: 33.33333333%;
  }
  section .content .col-lg-push-3 {
    left: 25%;
  }
  section .content .col-lg-push-2 {
    left: 16.66666667%;
  }
  section .content .col-lg-push-1 {
    left: 8.33333333%;
  }
  section .content .col-lg-push-0 {
    left: auto;
  }
  section .content .col-lg-offset-12 {
    margin-left: 100%;
  }
  section .content .col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  section .content .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  section .content .col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  section .content .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  section .content .col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  section .content .col-lg-offset-9 {
    margin-left: 75%;
  }
  section .content .col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  section .content .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  section .content .col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  section .content .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  section .content .col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  section .content .col-lg-offset-6 {
    margin-left: 50%;
  }
  section .content .col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  section .content .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  section .content .col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  section .content .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  section .content .col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  section .content .col-lg-offset-3 {
    margin-left: 25%;
  }
  section .content .col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section .content .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  section .content .col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section .content .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  section .content .col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section .content .col-lg-offset-0 {
    margin-left: 0%;
  }
  section .content .col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
section .content *:first-child {
  margin-top: 0;
}
section .content *:last-child {
  margin-bottom: 0;
}
section .content a[name]:first-child + * {
  margin-top: 0;
}
section .content * + a[name]:last-child {
  margin-bottom: 0;
}
section .content a.visible-anchor:focus:visited,
section .content a.visible-anchor:hover:visited {
  color: #115bc0;
}
section .content a.visible-anchor:hover,
section .content a.visible-anchor:focus {
  color: #115bc0;
  opacity: 1;
  text-decoration: none;
}
section .content a.visible-anchor:visited {
  color: rgba(17, 91, 192, 0.5);
}
section .content h1:hover a.visible-anchor,
section .content h2:hover a.visible-anchor,
section .content h3:hover a.visible-anchor,
section .content h4:hover a.visible-anchor,
section .content h5:hover a.visible-anchor,
section .content h6:hover a.visible-anchor {
  opacity: 1;
}
section .content a.visible-anchor {
  color: rgba(17, 91, 192, 0.5);
  font-size: 18px;
  left: -18px;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  top: 1px;
  width: 18px;
}
section .content div.small-image {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 25px;
}
section .content div.small-image:first-child {
  margin-top: 0;
}
section .content div.small-image:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section .content div.small-image {
    padding: 50px;
  }
}
main section .content h2:first-child {
  font-size: 36px;
}
@media (min-width: 768px) {
  main section .content h2:first-child {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  main section .content h2:first-child {
    font-size: 36px;
  }
}
main section .content h2:first-child + h3 {
  margin-top: -5px;
}
.sys-fixed {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
section#LightBox {
  padding: 0;
  border: none;
}
section.LightBox {
  margin: 0;
  padding-top: 66px;
  padding-bottom: 0;
  border: none;
  height: 780px;
  color: white;
  font-size: 16px;
  line-height: 130%;
  overflow: hidden;
}
@media (min-width: 480px) {
  section.LightBox {
    font-size: 20px;
    line-height: 150%;
  }
}
section.LightBox .Background,
section.LightBox .BackgroundOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
section.LightBox .Background {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center top;
}
section.LightBox.Shaded .BackgroundOverlay {
  background-color: #000000;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75) !important;
}
section.LightBox.Shaded .BackgroundOverlay * {
  -webkit-filter: inherit;
          filter: inherit;
}
section.LightBox.Shaded.DarkBG .BackgroundOverlay {
  display: none;
}
section.LightBox .content {
  text-align: center;
}
section.LightBox .content p {
  max-width: none;
  line-height: 130%;
}
@media (min-width: 480px) {
  section.LightBox .content p {
    line-height: 150%;
  }
}
section.LightBox .content a {
  color: inherit;
}
section.LightBox .content a.Button,
section.LightBox .content input.Button {
  font-size: 22px;
  padding: 7px 25px 9px 25px;
}
@media (min-width: 992px) {
  section.LightBox .content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
section.LightBox .LightBoxPagedContent {
  height: 100%;
  overflow: hidden;
}
section.LightBox .LightBoxPagedContent .Page {
  position: absolute;
  top: 0;
  bottom: 0;
  -o-transition: left 0.4s linear, right 0.4s linear;
  -webkit-transition: left 0.4s linear, right 0.4s linear;
  transition: left 0.4s linear, right 0.4s linear;
}
section.LightBox .LightBoxPagedContent .Page.Current {
  left: 0;
  right: 0;
}
section.LightBox .LightBoxPagedContent .Page.Right {
  left: 100%;
  right: -100%;
}
section.LightBox .LightBoxPagedContent .Page.Left {
  left: -100%;
  right: 100%;
}
section.LightBox h1 {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  line-height: 110%;
  color: white;
  margin: 0;
  margin-bottom: 12px;
  font-size: 30px;
  max-width: none;
}
.wf-active section.LightBox h1 {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive section.LightBox h1 {
  opacity: 1;
}
@media (min-width: 768px) {
  section.LightBox h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  section.LightBox h1 {
    font-size: 60px;
  }
}
section.LightBox h2 {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  color: #656565;
  line-height: 110%;
  font-size: 24px;
  max-width: none;
  margin: 45px 0 15px 0;
}
.wf-active section.LightBox h2 {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive section.LightBox h2 {
  opacity: 1;
}
@media (min-width: 768px) {
  section.LightBox h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  section.LightBox h2 {
    font-size: 36px;
  }
}
section.LightBox .Buttons {
  margin-top: 35px;
  margin-left: -10px;
  margin-bottom: 35px;
}
@media (min-width: 480px) {
  section.LightBox .Buttons {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
section.LightBox .Buttons:last-child {
  margin-bottom: 0;
}
section.LightBox .Buttons a {
  margin-top: 10px;
  margin-left: 10px !important;
}
section.LightBox .Buttons a:first-child {
  margin-top: 0;
}
section.LightBox .Buttons a[data-caption]:not([data-caption='']) {
  margin-top: 30px;
}
section.LightBox .Buttons a:before {
  content: attr(data-caption);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: none;
  opacity: 1;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  font-stretch: normal !important;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
section.LightBox .LightBoxCarousel {
  /*padding-top: 30px;*/
  width: auto;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 992px) {
  section.LightBox .LightBoxCarousel {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  section.LightBox .LightBoxCarousel {
    max-width: 90%;
  }
}
section.LightBox .LightBoxCarousel .tns {
  position: static;
  /*.owl-item {
                width: auto;
            }*/
}
section.LightBox .LightBoxCarousel .tns img {
  margin: 0 auto;
  height: auto !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  section.LightBox .LightBoxCarousel .tns img {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  section.LightBox .LightBoxCarousel .tns img {
    max-width: 83%;
  }
}
@media (min-width: 1200px) {
  section.LightBox .LightBoxCarousel .tns img {
    max-width: 77%;
  }
}
section.LightBox .LightBoxCarousel .tns p {
  font-size: 16px;
  font-weight: normal;
}
section.LightBox .LightBoxCarousel .tns-controls {
  position: absolute;
  left: -5%;
  right: -5%;
  top: 40%;
  display: none;
}
section.LightBox .LightBoxCarousel .tns-controls button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font: inherit;
  position: absolute;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  opacity: 0.35;
  -webkit-transition: opacity linear 200ms;
  -o-transition: opacity linear 200ms;
  transition: opacity linear 200ms;
}
section.LightBox .LightBoxCarousel .tns-controls button:hover {
  opacity: 1;
}
section.LightBox .LightBoxCarousel .tns-controls button[data-controls='prev'] {
  left: 0;
  background-image: url('/Content/LightBox/GalleryButtonPrev.svg?w=48&h=48');
}
section.LightBox .LightBoxCarousel .tns-controls button[data-controls='next'] {
  right: 0;
  background-image: url('/Content/LightBox/GalleryButtonNext.svg?w=48&h=48');
}
@media (min-width: 992px) {
  section.LightBox .LightBoxCarousel .tns-controls {
    display: block;
  }
}
section.LightBox .LightBoxCarousel .tns-outer {
  text-align: center;
}
section.LightBox .LightBoxCarousel .tns-nav {
  margin-top: 20px;
  display: inline-block;
}
section.LightBox .LightBoxCarousel .tns-nav button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font: inherit;
  border: 2px solid white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 8px;
  -webkit-transition: border-width 200ms linear;
  -o-transition: border-width 200ms linear;
  transition: border-width 200ms linear;
}
section.LightBox .LightBoxCarousel .tns-nav button:last-child {
  margin-right: 0;
}
section.LightBox .LightBoxCarousel .tns-nav button.tns-nav-active {
  border-width: 6px;
}
section.LightBox .LightBoxCarousel .CloseButton {
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 0.35;
  -webkit-transition: right 200ms linear, top 200ms linear, opacity linear 200ms;
  -o-transition: right 200ms linear, top 200ms linear, opacity linear 200ms;
  transition: right 200ms linear, top 200ms linear, opacity linear 200ms;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url('/Content/LightBox/GalleryCloseButton.svg?w=20&h=20');
  background-repeat: no-repeat;
}
.ios section.LightBox .LightBoxCarousel .CloseButton {
  opacity: 1;
}
.no-ios section.LightBox .LightBoxCarousel .CloseButton:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  section.LightBox .LightBoxCarousel .CloseButton {
    right: 20px;
  }
}
@media (min-width: 992px) {
  section.LightBox .LightBoxCarousel .CloseButton {
    top: 0;
    right: -3%;
  }
}
section.LightBox .LightBoxCarousel .CloseButton > span {
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
}
section.LightBox .LightBoxFooter {
  color: white;
}
section.LightBox .LightBoxFooter .content {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 768px) {
  section.LightBox .LightBoxFooter .content {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  section.LightBox .LightBoxFooter .content {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  section.LightBox .LightBoxFooter .content {
    max-width: 1200px;
  }
}
section.LightBox .LightBoxFooter .content:before,
section.LightBox .LightBoxFooter .content:after {
  content: "";
  display: table;
  width: 0;
}
section.LightBox .LightBoxFooter .content:after {
  clear: both;
}
section.LightBox .LightBoxFooter .content .grid {
  overflow: visible;
}
section.LightBox .LightBoxFooter .content h2,
section.LightBox .LightBoxFooter .content p {
  margin-top: 4px;
  margin-bottom: 4px;
}
section.LightBox .LightBoxFooter .content h2:first-child,
section.LightBox .LightBoxFooter .content p:first-child {
  margin-top: 0;
}
section.LightBox .LightBoxFooter .content h2:last-child,
section.LightBox .LightBoxFooter .content p:last-child {
  margin-bottom: 0;
}
section.LightBox .LightBoxFooter .content h2 {
  color: white;
  margin: 0;
  max-width: none;
  opacity: 1;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  font-stretch: normal !important;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
}
section.LightBox .LightBoxFooter .content p {
  font-size: 100%;
  color: #c4c4c5;
  font-size: 14px;
  line-height: 150%;
}
section.LightBox .LightBoxFooter .content .Price,
section.LightBox .LightBoxFooter .content .Price a {
  font-weight: normal;
  color: #ff7200;
  font-size: 43px;
  line-height: 43px;
  text-decoration: none !important;
}
section.LightBox .LightBoxFooter .content .Price i:first-of-type,
section.LightBox .LightBoxFooter .content .Price a i:first-of-type {
  font-size: 0 !important;
}
section.LightBox .LightBoxFooter .content .Price i,
section.LightBox .LightBoxFooter .content .Price a i {
  color: #706e6b;
  font-size: 20px;
  line-height: 20px;
  vertical-align: top;
  font-style: normal;
}
@media (min-width: 480px) {
  section.LightBox .LightBoxFooter .content .Price,
  section.LightBox .LightBoxFooter .content .Price a {
    font-size: 68.8px;
    line-height: 68.8px;
  }
  section.LightBox .LightBoxFooter .content .Price i,
  section.LightBox .LightBoxFooter .content .Price a i {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  section.LightBox .LightBoxFooter .content .Price,
  section.LightBox .LightBoxFooter .content .Price a {
    font-size: 86px;
    line-height: 86px;
  }
  section.LightBox .LightBoxFooter .content .Price i,
  section.LightBox .LightBoxFooter .content .Price a i {
    font-size: 40px;
    line-height: 40px;
  }
}
section.LightBox .LightBoxFooter:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  filter: alpha(opacity=35) !important;
}
section.LightBox .LightBoxFooter:before * {
  -webkit-filter: inherit;
          filter: inherit;
}
.no-lightbox-darkened section.LightBox .LightBoxFooter:before {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80) !important;
}
.no-lightbox-darkened section.LightBox .LightBoxFooter:before * {
  -webkit-filter: inherit;
          filter: inherit;
}
.dxeButtonEdit_V5 {
  border-bottom: 1px solid #cecece;
  background-color: white;
  border-collapse: collapse;
}
.dxeButtonEdit_V5.dxeFocused_V5 {
  border-bottom-color: #ff7200;
}
.dxeButtonEdit_V5 td.dxic {
  padding: 0 10px !important;
  overflow: hidden;
}
.dxeButtonEdit_V5 input {
  font-size: 16px !important;
  margin: 0 0 6px 0 !important;
}
@media (min-width: 768px) {
  .dxeButtonEdit_V5 input {
    font-size: inherit !important;
  }
}
.dxeButtonEdit_V5 input:disabled {
  color: #b0b0b0;
  background-color: white;
  /*iOS specific*/
  -webkit-text-fill-color: #c2c2c2;
  opacity: inherit;
}
.dxeButtonEdit_V5 .dxeButtonEditButton_V5 {
  cursor: pointer;
  line-height: 0;
  padding-right: 1px;
}
.dxeButtonEdit_V5 .dxeButtonEditButton_V5:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #7f7f7f transparent transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.dxeButtonEdit_V5 .dxeButtonEditButton_V5.dxeButtonDisabled_V5:after {
  opacity: 0.5;
}
.dxeButtonEdit_V5 .dxeButtonEditButton_V5 .dxEditors_edtDropDown_V5,
.dxeButtonEdit_V5 .dxeButtonEditButton_V5 .dxEditors_edtDropDownDisabled_V5 {
  width: 26px !important;
  height: 0 !important;
}
.dxeButtonEdit_V5.dxeDisabled_V5 .dxeButtonEditButton_V5 {
  cursor: default;
}
/* -- Calendar -- */
.dxeCalendar_V5 {
  border: 1px solid #9f9f9f;
  background-color: White;
  color: Black;
  font: 12px Tahoma, Geneva, sans-serif;
  cursor: default;
}
.dxeCalendar_V5 td.dxMonthGrid {
  padding: 8px 20px;
}
.dxeCalendar_V5 td.dxMonthGridWithWeekNumbers {
  padding: 5px 20px 8px 8px;
}
.dxeCalendar_V5 td.dxMonthGridWithWeekNumbersRtl {
  padding: 5px 8px 8px 20px;
}
.dxeCalendarDayHeader_V5 {
  padding: 2px 4px 5px;
  border-bottom: 1px solid #cfcfcf;
}
.dxeCalendarWeekNumber_V5 {
  font-size: 0.75em;
  text-align: right;
  padding: 6px 8px 6px 4px;
  color: #bfbfbf;
}
.dxeCalendarDay_V5 {
  padding: 4px 6px;
  text-align: center;
}
.dxeCalendarWeekend_V5 {
  color: #c00000;
}
.dxeCalendarOtherMonth_V5 {
  color: #888;
}
.dxeCalendarOutOfRange_V5 {
  color: #d0d0d0;
}
.dxeCalendarDayDisabled_V5 {
  color: #ececec;
  background-color: #fcfcfc;
}
.dxeCalendarSelected_V5 {
  color: White;
  background-color: #8d8d8d;
}
.dxeDayInRange_V4.dxeCalendarSelected_V5 {
  background-color: #dddddd;
}
.dxeCalendarToday_V5 {
  padding: 3px 3px 2px;
  border: 1px solid #c00000;
}
.dxeCalendarHeader_V5 {
  background-color: #dcdcdc;
  border-top: 1px solid #c9c9c9;
  border-right: 0 solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-left: 0 solid #c9c9c9;
  padding: 4px 7px;
}
.dxeCalendarHeader_V5 td.dxe {
  text-align: center;
  cursor: pointer;
}
.dxeCalendarHeader_V5 .dxeCHS {
  min-width: 10px;
  *width: 10px;
}
.dxeCalendarFooter_V5 {
  background-color: #ededed;
  padding: 8px 0px;
  border-top: 1px solid #d6d6d6;
}
.dxeCalendarFooter_V5 .dxeCFS {
  min-width: 12px;
  *width: 12px;
}
.dxeCalendarFastNav_V5 {
  color: Black;
  background: White none;
  border-top: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  border-bottom: 0px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  padding: 12px 8px;
}
.dxeCalendarFastNavMonthArea_V5 {
  padding: 0px 9px;
}
.dxeCalendarFastNavYearArea_V5 {
  padding-top: 8px;
}
.dxeCalendarFastNavFooter_V5 {
  color: Black;
  background-color: #ededed;
  padding: 8px 0px;
  border-right: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-top: 1px solid #d6d6d6;
}
.dxeCalendarFastNavFooter_V5 .dxeCFNFS {
  min-width: 11px;
  *width: 11px;
}
.dxeCalendarFastNavMonth_V5,
.dxeCalendarFastNavYear_V5 {
  color: Black;
  padding: 3px 5px;
  text-align: center;
  cursor: pointer;
}
.dxeCalendarFastNavMonth_V5 {
  padding: 6px;
}
.dxeCalendarFastNavMonthSelected_V5,
.dxeCalendarFastNavYearSelected_V5 {
  color: White;
  background: #8d8d8d none;
}
.dxeCalendarFastNavMonthHover_V5,
.dxeCalendarFastNavYearHover_V5 {
  color: Black;
  background: #e5e5e5 none;
  padding: 2px 4px;
  border: 1px solid #d6d6d6;
}
.dxeCalendarFastNavMonthHover_V5 {
  padding: 5px;
}
.dxeDateEditTimeEditCell_V5 {
  padding: 11px 22px 16px;
  width: 100px;
}
.dxeDateEditClockCell_V5 {
  padding: 16px 17px 0;
}
.dxeCalendarFooter_V5.dxeDETSF {
  padding-left: 8px;
  padding-right: 8px;
}
.dxeCalendarButton_V5 {
  vertical-align: middle;
  border: 1px solid #7f7f7f;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  background: #e5e5e5 url('/Content/Editors/Calendar/edtCalendarButtonBack.gif') repeat-x top;
  padding: 3px 11px 4px;
  min-width: 37px;
}
.dxeButtonEditButton_V5.dxeButtonEditClearButton_V5,
.dxeButtonEditButton_V5.dxeButtonEditClearButton_V5:hover {
  background: none;
  border-width: 0;
  padding-top: 2px;
}
.dxeCalendarButtonPressed_V5 {
  background: #D5D5D5 none;
  border: 1px Solid #7F7F7F;
}
.dxeCalendarButtonHover_V5 {
  background: #F2F2F2 url('/Content/Editors/Calendar/edtCalendarButtonHBack.gif') repeat-x top;
  border: 1px Solid #606060;
}
.dxEditors_edtCalendarPrevYear_V5,
.dxEditors_edtCalendarPrevYearDisabled_V5,
.dxEditors_edtCalendarPrevMonth_V5,
.dxEditors_edtCalendarPrevMonthDisabled_V5,
.dxEditors_edtCalendarNextMonth_V5,
.dxEditors_edtCalendarNextMonthDisabled_V5,
.dxEditors_edtCalendarNextYear_V5,
.dxEditors_edtCalendarNextYearDisabled_V5,
.dxEditors_edtCalendarFNPrevYear_V5,
.dxEditors_edtCalendarFNNextYear_V5 {
  display: block;
  margin: auto;
  background-image: url('/Content/Editors/dxEditorsSprite.png');
  background-repeat: no-repeat;
  background-color: transparent;
}
.dxEditors_edtCalendarFNNextYear_V5 {
  margin-left: 8px;
  background-position: 0px -309px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarFNPrevYear_V5 {
  margin-right: 8px;
  background-position: -12px -309px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarNextMonth_V5 {
  background-position: -72px -309px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarNextMonthDisabled_V5 {
  background-position: -70px -295px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarNextYear_V5 {
  background-position: -94px -295px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarNextYearDisabled_V5 {
  background-position: -82px -295px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarPrevMonth_V5 {
  background-position: -48px -309px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarPrevMonthDisabled_V5 {
  background-position: -36px -309px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarPrevYear_V5 {
  background-position: -60px -309px;
  width: 11px;
  height: 12px;
}
.dxEditors_edtCalendarPrevYearDisabled_V5 {
  background-position: -24px -309px;
  width: 11px;
  height: 12px;
}
.V5LoadingPanel {
  border: none!important;
  background-color: transparent!important;
}
.V5LoadingPanel td {
  padding: 0!important;
}
.dxeTextBox_V5 {
  border-bottom: 1px solid #cecece;
}
.dxeTextBox_V5.dxeFocused_V5 {
  border-bottom-color: #ff7200;
}
.dxeTextBox_V5.dxeInvalid_V5 {
  border-bottom-color: #f54062;
  margin-bottom: 0;
}
.dxeTextBox_V5 td.dxic {
  padding: 0 10px !important;
}
.dxeTextBox_V5 input {
  font-size: 16px !important;
  margin: 0 0 6px 0 !important;
}
@media (min-width: 768px) {
  .dxeTextBox_V5 input {
    font-size: inherit !important;
  }
}
.dxeTextBox_V5 input:disabled {
  color: #c2c2c2;
  background-color: white;
  /*iOS specific*/
  -webkit-text-fill-color: #c2c2c2;
  opacity: inherit;
}
.V5Button {
  display: inline-block;
}
.V5Button:not(.None) {
  -webkit-border-radius: 50px !important;
          border-radius: 50px !important;
  border-width: 2px !important;
  border-style: solid !important;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none !important;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  font-size: 15px !important;
  padding: 8px 32px !important;
}
.wf-active .V5Button:not(.None) {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .V5Button:not(.None) {
  opacity: 1;
}
.V5Button:not(.None).Gray {
  border-color: #3c3c3c !important;
  background-color: #3c3c3c !important;
  color: white !important;
}
.V5Button:not(.None).Gray.Disabled {
  color: #595959 !important;
}
.V5Button:not(.None).Orange {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: #ff7200;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active .V5Button:not(.None).Orange {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .V5Button:not(.None).Orange {
  opacity: 1;
}
.V5Button:not(.None).Orange:first-child {
  margin-left: 0;
}
.V5Button:not(.None).OrangeTransparent {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: transparent;
  color: #ff7200;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active .V5Button:not(.None).OrangeTransparent {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .V5Button:not(.None).OrangeTransparent {
  opacity: 1;
}
.V5Button:not(.None).OrangeTransparent:first-child {
  margin-left: 0;
}
.V5Button.Disabled {
  cursor: default !important;
}
.wsCheckBox_V5 .dxichCellSys,
.wsCheckBox_V5.dxichCellSys {
  padding: 0!important;
  padding-right: 6px!important;
  vertical-align: top;
}
.wsCheckBox_V5 .dxichSys {
  outline: none;
  border: 1px solid #cecece;
  margin: 0;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  background-image: none !important;
}
.wsCheckBox_V5 .dxichSys.dxICBFocused {
  border: 1px dotted #cecece;
}
.wsCheckBox_V5 .dxichSys:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
          background-size: 14px;
  background-position: center center;
}
.wsCheckBox_V5 .dxichSys.dxWeb_edtCheckBoxChecked_V5:after,
.wsCheckBox_V5 .dxichSys.dxWeb_edtCheckBoxCheckedDisabled_V5:after {
  background-image: url('/Content/Editors/wsCheckBoxCheck.svg');
}
.wsCheckBox_V5 .dxichSys input {
  font-size: 16px !important;
}
.wsCheckBox_V5 .dxWeb_edtCheckBoxCheckedDisabled_V5:after {
  opacity: 0.3;
}
.wsCheckBox_V5 .dxichTextCellSys label {
  display: inline-block;
  cursor: pointer;
}
.wsCheckBox_V5.dxeDisabled_V5 * {
  cursor: default !important;
}
.wsCheckBox_V5.dxeDisabled_V5 * label {
  color: #bbbbbb !important;
}
.wsHyperlink_V5.None {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  outline: none !important;
}
.wsHyperlink_V5.None,
.wsHyperlink_V5.None:hover,
.wsHyperlink_V5.None:active {
  color: #115bc0 !important;
}
.wsHyperlink_V5.None:visited {
  color: #996bb4 !important;
}
.wsHyperlink_V5.None:focus {
  outline: #767676 1px dotted !important;
}
.wsHyperlink_V5.Disabled {
  cursor: default !important;
}
.wsHyperlink_V5.Disabled.None {
  color: #595959 !important;
}
.wsHyperlink_V5.Disabled.Gray {
  border-color: #e2e2e2;
  color: #e2e2e2;
}
.wsHyperlink_V5.Disabled.Orange {
  color: #ff9540;
}
.dxeListBox_V5 {
  margin-top: -1px;
  background-color: White;
  border: 1px solid #cecece;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.dxeListBox_V5 * {
  position: static;
}
.dxeListBox_V5 div.dxlbd {
  margin-bottom: 1px;
}
.dxeListBox_V5 .dxeListBoxItem_V5 {
  padding: 8px 10px 8px 10px!important;
  border-bottom: none;
}
.dxeListBox_V5 .dxeListBoxItemHover_V5 {
  background-color: #e9f6fc;
}
.dxeListBox_V5 .dxeListBoxItemSelected_V5 {
  background-color: #EEEEEE;
}
.dxeMemo_V5 {
  border: 1px solid #cecece;
}
.dxeMemo_V5 td {
  padding: 10px;
}
.dxeMemo_V5.dxeFocused_V5 {
  border-color: #ff7200;
}
.dxeMemo_V5.dxeInvalid_V5 {
  border-bottom-color: #f54062;
  margin-bottom: 0;
}
.dxeMemo_V5 textarea {
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .dxeMemo_V5 textarea {
    font-size: inherit !important;
  }
}
.dxeMemo_V5 textarea:disabled {
  color: #c2c2c2;
  background-color: white;
  /*iOS specific*/
  -webkit-text-fill-color: #c2c2c2;
  opacity: inherit;
}
.dxeRoot_V5 {
  margin-bottom: 4px !important;
}
.dxeErrorCell_V5 {
  font-size: 12px;
  color: #f54062;
  text-align: right;
  white-space: normal !important;
}
.dxeNullText_V5 input,
.dxeNullText_V5 textarea {
  color: #ababab;
}
.dxeCaptionCell_V5 {
  padding: 0 10px!important;
  padding-bottom: 1px!important;
}
.dxeCaptionCell_V5 em {
  margin-left: 5px;
}
.dxeCaptionCell_V5 > * {
  color: #b9b9b9;
  font-size: 12px;
  line-height: 100%;
  opacity: 1;
  -webkit-transition: opacity linear 200ms;
  -o-transition: opacity linear 200ms;
  transition: opacity linear 200ms;
}
.dxeCaptionCell_V5.Invisible > * {
  opacity: 0;
}
main > section > .content div.ExpandList {
  margin: 20px 0;
}
main > section > .content div.ExpandList .ListItem {
  margin-bottom: 8px;
}
main > section > .content div.ExpandList .ListItem > span {
  color: #115bc0;
  border-bottom: 1px #115bc0 dotted;
  display: inline-block;
  line-height: 14px;
  margin-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
main > section > .content div.ExpandList .ListItem > span:before {
  position: absolute;
  left: -20px;
  top: 1px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTMgMTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzIDEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGRjcyMDA7IiBwb2ludHM9IjEwLDYgMiw2IDIsNyAxMCw3IDYsMTAgNywxMSAxMiw2LjUgNywyIDYsMyAiLz4KPC9zdmc+');
  background-repeat: no-repeat;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
main > section > .content div.ExpandList .ListItem.Expanded > span {
  text-decoration: none;
  color: #404040;
  border-bottom-color: #404040;
  font-weight: bold;
}
main > section > .content div.ExpandList .ListItem.Expanded > span:before {
  top: 0;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
main > section > .content div.ExpandList .ListItem .PageContentContainer {
  margin-left: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height linear 200ms;
  -o-transition: height linear 200ms;
  transition: height linear 200ms;
}
main > section > .content div.ExpandList .ListItem .PageContentContainer > div {
  margin: 20px 0;
  margin-top: 25px;
  margin-bottom: 40px;
}
main > section > .content div.ExpandList .ListItem.Expanded .PageContent {
  height: auto;
}