@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  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 {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*$sm: new-breakpoint(min-width 480px 2);
$md: new-breakpoint(min-width 768px 4);
$lg: new-breakpoint(min-width 1024px 4);
$xl: new-breakpoint(min-width 1280px 12);*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url(../fonts/DaimlerCAC-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/DaimlerCAC-Regular.woff2) format("woff2"), url(../fonts/DaimlerCAC-Regular.woff) format("woff"), url(../fonts/DaimlerCAC-Regular.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url(../fonts/DaimlerCS-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/DaimlerCS-Regular.woff2) format("woff2"), url(../fonts/DaimlerCS-Regular.woff) format("woff"), url(../fonts/DaimlerCS-Regular.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: CorporateSDemi;
  src: url(../fonts/DaimlerCS-Demi.eot?#iefix) format("embedded-opentype"), url(../fonts/DaimlerCS-Demi.woff2) format("woff2"), url(../fonts/DaimlerCS-Demi.woff) format("woff"), url(../fonts/DaimlerCS-Demi.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mbfs';
    src: url('../font/mbfs.svg?36574871#mbfs') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mbfs";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-forward_thin:before {
  content: '\e800'; }

/* '' */
.icon-up_thin:before {
  content: '\e801'; }

/* '' */
.icon-download_flat:before {
  content: '\e802'; }

/* '' */
.icon-dash:before {
  content: '\e805'; }

/* '' */
.icon-plus:before {
  content: '\e806'; }

/* '' */
.icon-minus:before {
  content: '\e807'; }

/* '' */
.icon-close_abort_big-2:before {
  content: '\e816'; }

/* '' */
.icon-down_thin:before {
  content: '\e817'; }

/* '' */
.disclaimer {
  color: #666666;
  font-size: 10px;
  line-height: 12px;
  margin-top: 15px; }
  @media screen and (max-width: 480px) {
    .disclaimer {
      margin-top: -13px;
      margin-bottom: 30px !important; } }

.hide {
  display: none; }

ul.inline {
  padding: 0; }
  ul.inline li {
    display: inline-block; }

ul.default {
  list-style-type: disc; }

.download {
  position: relative;
  padding-left: 20px;
  display: block; }
  .download:before {
    font-family: "mbfs";
    content: "\e802";
    position: absolute;
    left: 0;
    top: -1px; }

#graph {
  height: 200px;
  position: relative; }
  #graph .data-cont {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    width: 92%;
    height: 100%;
    margin: 0;
    right: 0; }
    #graph .data-cont .bar-group {
      text-align: center;
      bottom: -20px;
      position: relative;
      bottom: 0;
      display: inline-block;
      width: 25%; }
      #graph .data-cont .bar-group header {
        margin-bottom: 0; }
      #graph .data-cont .bar-group header h1 {
        font-family: CorporateACondensedRegular;
        color: #333333;
        font-size: 18px;
        line-height: 1em;
        margin: 0 0 5px;
        -webkit-transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out; }
        #graph .data-cont .bar-group header h1:before {
          content: none; }
      #graph .data-cont .bar-group div.chart-bar {
        width: 90%;
        max-width: 97px;
        background-color: #ececec;
        margin: 0 auto;
        -webkit-transition: height 1s ease-out;
        -moz-transition: height 1s ease-out;
        transition: height 1s ease-out; }
      #graph .data-cont .bar-group:first-child div.chart-bar {
        background-color: #00adef; }
      #graph .data-cont .bar-group footer {
        color: #999999;
        position: absolute;
        bottom: 0;
        left: 5%;
        right: 5%;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        width: 90%;
        font-size: 13px;
        line-height: 17px;
        padding-top: 10px; }
  #graph.hidedata .data-cont .bar-group header {
    opacity: 0; }
  #graph.hidedata .data-cont .bar-group div.chart-bar {
    height: 0 !important; }
  #graph .grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  #graph .label-y {
    color: #999999;
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    margin: 0;
    line-height: 1em; }

.layout1 section#returncomparison.card > div {
  background-color: #515151;
  height: 260px;
  color: #ffffff; }
  .layout1 section#returncomparison.card > div > header {
    margin: 0;
    height: 60px;
    padding: 16px 24px 0; }
  .layout1 section#returncomparison.card > div header h1 {
    margin-bottom: 0; }
  .layout1 section#returncomparison.card > div figure {
    height: 176px; }
  .layout1 section#returncomparison.card > div .chart-container {
    padding: 4px 24px; }
  .layout1 section#returncomparison.card > div #graph {
    height: 128px; }
  .layout1 section#returncomparison.card > div .label-y {
    color: #ffffff;
    border-bottom: 1px solid #888888; }
  .layout1 section#returncomparison.card > div .data-cont .bar-group header h1 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 2px; }
  .layout1 section#returncomparison.card > div .data-cont .bar-group div.chart-bar {
    max-width: 50px; }
  .layout1 section#returncomparison.card > div .data-cont .bar-group footer {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding-top: 4px; }
  @media screen and (min-width: 481px) and (max-width: 654px) {
    .layout1 section#returncomparison.card > div figure {
      height: 186px; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .layout1 section#returncomparison.card > div .data-cont {
      width: 88%; } }
  @media screen and (min-width: 481px) and (max-width: 497px) {
    .layout1 section#returncomparison.card > div header h1 {
      font-size: 22px; } }

.layout1 section#returncomparison.card > section p {
  font-size: 10px;
  line-height: 12px;
  color: #666666; }

body {
  background: #000000;
  color: #ffffff;
  font-family: CorporateSRegular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em; }
  @media screen and (max-width: 480px) {
    body.catnavopen {
      overflow: hidden; } }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

p {
  margin-top: 0;
  margin-bottom: 14px; }

p:last-of-type {
  margin-bottom: 0; }

h1 {
  font-family: CorporateACondensedRegular;
  font-weight: normal;
  margin: 0 0 13px;
  letter-spacing: 0em;
  font-size: 36px;
  line-height: 40px; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 12px; } }

h2 {
  font-family: CorporateACondensedRegular;
  font-weight: normal;
  letter-spacing: 0em;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px; }

figure {
  margin: 0; }

img {
  vertical-align: top; }

ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none; }

a.lo {
  font-size: 20px;
  line-height: 24px; }
  a.lo:before {
    font-family: "mbfs";
    font-size: .7em;
    content: "\e800";
    position: relative;
    top: -2px; }

a:hover {
  color: #00adef; }

a.lo:not(.cta):hover:before {
  border-color: #00adef; }

a.cta {
  background-color: #1daeec;
  color: #ffffff;
  padding: 9px 20px;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
  a.cta:before {
    font-family: "mbfs";
    font-size: .7em;
    content: "\e800"; }
  a.cta:hover {
    background-color: #13a0dd; }

a.cta-dark {
  background-color: #333333;
  color: #ffffff;
  padding: 9px 20px;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
  a.cta-dark:before {
    font-family: "mbfs";
    font-size: .7em;
    content: "\e800"; }
  a.cta-dark:hover {
    background-color: #262626; }
  a.cta-dark:hover {
    background-color: #4d4d4d; }

a.cta-light {
  background-color: #ffffff;
  color: #333333;
  padding: 9px 20px;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
  a.cta-light:before {
    font-family: "mbfs";
    font-size: .7em;
    content: "\e800"; }
  a.cta-light:hover {
    background-color: #f2f2f2; }
  a.cta-light:hover {
    color: #00adef;
    background-color: #ffffff; }

.page-invest #main-nav a.cta-light:hover {
  background-color: #e6e6e6; }

#main-nav a.active {
  color: #00adef; }

.reversed {
  background-color: #ffffff;
  color: #333333; }

.reversed-dark {
  background-color: #333333; }

.reversed-light {
  background-color: #ececec;
  color: #333333; }

#outer {
  max-width: 1366px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    #outer {
      padding-left: 0;
      padding-right: 0; } }

#inner {
  max-width: 1280px;
  margin: 0 auto; }

#nav-sm {
  float: left;
  display: block;
  margin-right: 6.25%;
  width: 20.3125%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-right: 0;
  height: 98%;
  display: none; }
  #nav-sm:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #nav-sm {
      height: 74px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 480px) {
    #nav-sm {
      height: 50px; } }

#nav-toggle {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: block;
  width: auto; }
  #nav-toggle:after {
    content: "Menu";
    display: inline-block;
    margin-left: 10px;
    position: relative; }
    @media screen and (max-width: 480px) {
      #nav-toggle:after {
        content: none; } }
  #nav-toggle span {
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block; }
    #nav-toggle span:before, #nav-toggle span:after {
      display: block;
      position: absolute;
      content: "";
      width: 16px;
      height: 2px;
      background-color: #ffffff;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #nav-toggle span:before {
      top: 2px; }
    #nav-toggle span:after {
      top: 6px; }
    #nav-toggle span > span {
      height: 0;
      position: static; }
      #nav-toggle span > span:before {
        top: 10px; }
      #nav-toggle span > span:after {
        top: 14px; }
  #nav-toggle:hover span:before, #nav-toggle:hover span:after {
    background-color: #00adef; }

#inner > header {
  height: 80px;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }
  #inner > header::after {
    clear: both;
    content: "";
    display: block; }
  #inner > header figure {
    height: 54px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    margin-right: 2%;
    width: 40.5%; }
    #inner > header figure:last-child {
      margin-right: 0; }
    #inner > header figure img {
      position: absolute;
      bottom: 0;
      height: 100%;
      width: auto; }
  #inner > header nav {
    float: left;
    display: block;
    margin-right: 2%;
    width: 57.5%;
    position: relative;
    height: 100%;
    padding-top: 20px; }
    #inner > header nav:last-child {
      margin-right: 0; }
    #inner > header nav > div {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      height: 50%; }
      #inner > header nav > div a {
        display: inline-block; }
        #inner > header nav > div a:not(:last-child) {
          margin-right: 16px; }
        #inner > header nav > div a.cta-light {
          padding: 2px 10px;
          font-size: inherit; }
        #inner > header nav > div a.cta-light:before {
          content: none; }
      #inner > header nav > div.secondary {
        color: #999999;
        font-size: 14px; }
      #inner > header nav > div.primary a:not(:last-child) {
        margin-right: 22px; }
  @media screen and (max-width: 1280px) {
    #inner > header {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px; }
      #inner > header::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (max-width: 1280px) and (max-width: 1024px) {
    #inner > header {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1280px) and (max-width: 768px) {
    #inner > header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1280px) and (max-width: 480px) {
    #inner > header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1024px) {
    #inner > header figure {
      float: left;
      display: block;
      margin-right: 6.25%;
      width: 73.4375%; }
      #inner > header figure:last-child {
        margin-right: 0; }
    #inner > header nav {
      float: left;
      display: block;
      margin-right: 6.25%;
      width: 100%;
      margin-left: 0%;
      margin-top: 0;
      max-height: 0;
      padding-top: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-out;
      -moz-transition: max-height 0.2s ease-out;
      transition: max-height 0.2s ease-out;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      #inner > header nav:last-child {
        margin-right: 0; }
      #inner > header nav > div {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        #inner > header nav > div.primary {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          box-ordinal-group: 1;
          -webkit-order: 1;
          -moz-order: 1;
          order: 1;
          -ms-flex-order: 1; }
          #inner > header nav > div.primary a:not(:last-child) {
            margin-right: 0; }
        #inner > header nav > div.secondary {
          color: #999999;
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          box-ordinal-group: 2;
          -webkit-order: 2;
          -moz-order: 2;
          order: 2;
          -ms-flex-order: 2; }
        #inner > header nav > div a {
          display: block;
          border-bottom: 1px solid #808080;
          width: 100%; }
          #inner > header nav > div a:not(:last-child) {
            margin-right: 0; }
          #inner > header nav > div a.download:before {
            position: static;
            display: inline;
            margin-right: 3px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
          #inner > header nav > div a:not(.cta-light) {
            padding-left: 0;
            padding-top: 24px;
            padding-bottom: 24px; }
    #inner > header.open nav {
      margin-top: 12px; }
    #inner > header.open #nav-toggle:after {
      margin-left: 6px;
      top: -2px;
      color: #00adef; }
    #inner > header.open #nav-toggle span:before, #inner > header.open #nav-toggle span:after {
      background-color: #00adef; }
    #inner > header.open #nav-toggle > span:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transform-origin: 8px 2px; }
    #inner > header.open #nav-toggle > span > span:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      transform-origin: 12px -2px; }
    #inner > header.open #nav-toggle > span:before,
    #inner > header.open #nav-toggle > span > span:after {
      opacity: 0; }
    #inner > header.open nav {
      max-height: 600px;
      height: auto;
      -webkit-transition: max-height 0.2s ease-in;
      -moz-transition: max-height 0.2s ease-in;
      transition: max-height 0.2s ease-in;
      position: static; }
      #inner > header.open nav .cta-light {
        position: absolute;
        right: 110px;
        top: 53px;
        width: auto;
        padding: 3px 12px; } }
  @media screen and (max-width: 768px) {
    #inner > header {
      margin-bottom: 15px; }
      #inner > header figure {
        float: left;
        display: block;
        margin-right: 6.25%;
        width: 73.4375%;
        margin-top: 16px;
        height: 58px; }
        #inner > header figure:last-child {
          margin-right: 0; }
        #inner > header figure img {
          width: auto;
          height: 100%; } }
  @media screen and (max-width: 550px) {
    #inner > header.open nav .cta-light {
      margin-top: 24px;
      text-align: center;
      position: static;
      width: 100%;
      padding: 6px 10px; } }
  @media screen and (max-width: 480px) {
    #inner > header {
      margin-bottom: 8px;
      height: 56px; }
      #inner > header figure {
        margin-top: 10px;
        height: 44px; }
      #inner > header.open nav {
        max-height: 600px;
        height: auto;
        -webkit-transition: max-height 0.2s ease-in;
        -moz-transition: max-height 0.2s ease-in;
        transition: max-height 0.2s ease-in;
        position: static; }
        #inner > header.open nav div.primary {
          border-bottom: 1px solid #808080;
          padding-bottom: 24px; }
        #inner > header.open nav div.secondary a:last-child {
          border: none; } }

a.ul {
  text-decoration: underline; }

#billboard {
  position: relative;
  height: 420px;
  height: auto;
  width: 100%;
  overflow: hidden; }
  #billboard p:last-of-type + a[class^="cta"] {
    margin-top: 28px; }
  #billboard figure {
    position: relative;
    max-width: 1280px;
    height: 420px;
    overflow: hidden; }
  #billboard > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 1024px) {
      #billboard > div {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (max-width: 768px) {
      #billboard > div {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 480px) {
      #billboard > div {
        padding-left: 20px;
        padding-right: 20px; } }
  #billboard section {
    margin-top: 40px;
    float: left;
    display: block;
    margin-right: 2%;
    width: 53.25%; }
    #billboard section:last-child {
      margin-right: 0; }
    #billboard section h1 {
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 20px; }
      #billboard section h1:before {
        font-family: "mbfs";
        content: "\e805";
        display: block;
        font-size: 40px;
        line-height: 0.5em;
        margin-left: -3px;
        color: #ffffff; }
      @media screen and (max-width: 1024px) {
        #billboard section h1 {
          font-size: 42px;
          line-height: 46px; } }
      @media screen and (max-width: 768px) {
        #billboard section h1 {
          font-size: 40px;
          line-height: 44px; } }
      @media screen and (max-width: 480px) {
        #billboard section h1 span {
          display: block; } }
  @media screen and (max-width: 1024px) {
    #billboard figure {
      height: 336px; }
    #billboard section {
      float: left;
      display: block;
      margin-right: 2%;
      width: 66%; }
      #billboard section:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    #billboard {
      max-height: none; }
      #billboard > div {
        position: static;
        overflow: hidden;
        padding-top: 60px;
        padding-bottom: 60px; }
      #billboard section {
        float: left;
        display: block;
        margin-right: 6.25%;
        width: 100%;
        margin-top: 0; }
        #billboard section:last-child {
          margin-right: 0; }
      #billboard figure {
        height: 253px; }
      #billboard img {
        height: 100%;
        width: auto; } }

main > div {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px; }
  main > div > [class^="layout"] {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto; }
    main > div > [class^="layout"]::after {
      clear: both;
      content: "";
      display: block; }
    main > div > [class^="layout"] > section > div + footer {
      margin-top: 30px; }
  main > div > section header h1:before {
    font-family: "mbfs";
    content: "\e805";
    display: block;
    font-size: 40px;
    line-height: 0.5em;
    margin-left: -3px;
    color: #ffffff; }
  main > div.reversed header h1:before {
    font-family: "mbfs";
    content: "\e805";
    display: block;
    font-size: 40px;
    line-height: 0.5em;
    margin-left: -3px;
    color: #333333; }
  main > div.reversed-light header h1:before {
    font-family: "mbfs";
    content: "\e805";
    display: block;
    font-size: 40px;
    line-height: 0.5em;
    margin-left: -3px;
    color: #333333; }
  @media screen and (max-width: 1024px) {
    main > div {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 768px) {
    main > div {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    main > div {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    main > div {
      padding-bottom: 60px; } }

.layout1 header {
  margin-bottom: 24px; }

.layout1 a.cta {
  display: inline-block; }

.layout1 > div > section {
  position: relative;
  padding-bottom: 52px; }
  .layout1 > div > section footer {
    position: absolute;
    bottom: 0; }
  .layout1 > div > section figure {
    overflow: hidden;
    margin-bottom: 24px; }
  .layout1 > div > section img {
    position: relative;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .layout1 > div > section h1:before {
    content: none; }
  .layout1 > div > section h1 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px; }
  .layout1 > div > section.card {
    padding-bottom: 0;
    margin-bottom: 24px; }
    .layout1 > div > section.card figure {
      margin-bottom: 0; }
    .layout1 > div > section.card > section {
      padding: 24px; }
  .layout1 > div > section:nth-of-type(4n+4) {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .layout1 > div > section figure {
      margin-bottom: 16px; }
    .layout1 > div > section:nth-child(even) {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .layout1 > div > section figure {
      margin-bottom: 18px; }
    .layout1 > div > section img {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 480px) {
    .layout1 > div > section:not(:last-child) {
      margin-bottom: 15px; } }

.layout1 div.c2 > section {
  float: left;
  display: block;
  margin-right: 2%;
  width: 49%; }
  .layout1 div.c2 > section:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .layout1 div.c2 > section {
      float: left;
      display: block;
      margin-right: 2%;
      width: 100%; }
      .layout1 div.c2 > section:last-child {
        margin-right: 0; } }

.layout1 div.c3 > section {
  float: left;
  display: block;
  margin-right: 2%;
  width: 32%; }
  .layout1 div.c3 > section:last-child {
    margin-right: 0; }
  .layout1 div.c3 > section:nth-child(3) {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .layout1 div.c3 > section.card {
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%; }
      .layout1 div.c3 > section.card:last-child {
        margin-right: 0; }
      .layout1 div.c3 > section.card:nth-child(even) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .layout1 div.c3 > section {
      float: left;
      display: block;
      margin-right: 2%;
      width: 100%; }
      .layout1 div.c3 > section:last-child {
        margin-right: 0; }
      .layout1 div.c3 > section:not(:last-child) {
        margin-bottom: 60px; }
      .layout1 div.c3 > section.card {
        float: left;
        display: block;
        margin-right: 2%;
        width: 100%; }
        .layout1 div.c3 > section.card:last-child {
          margin-right: 0; }
        .layout1 div.c3 > section.card:not(:last-child) {
          margin-bottom: 24px; } }

.layout1 div.c4 > section {
  float: left;
  display: block;
  margin-right: 2%;
  width: 23.5%; }
  .layout1 div.c4 > section:last-child {
    margin-right: 0; }
  .layout1 div.c4 > section:nth-child(4) {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .layout1 div.c4 > section {
      float: left;
      display: block;
      margin-right: 6.25%;
      width: 46.875%; }
      .layout1 div.c4 > section:last-child {
        margin-right: 0; }
      .layout1 div.c4 > section:nth-child(2) {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .layout1 div.c4 > section {
      float: left;
      display: block;
      margin-right: 13.33333%;
      width: 100%; }
      .layout1 div.c4 > section:last-child {
        margin-right: 0; } }

@media screen and (max-width: 480px) {
  .layout1 div.c4.invest > section:not(:first-of-type) figure {
    display: none; } }

.layout1 footer {
  float: left;
  display: block;
  margin-right: 2%;
  width: 100%; }
  .layout1 footer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .layout1 footer {
      margin-top: 0; } }

@media screen and (max-width: 1024px) {
  .layout1 header {
    margin-bottom: 17px; } }

.page-documents .layout1:not(:last-of-type) {
  margin-bottom: 24px; }

.page-documents #billboard > div {
  padding-bottom: 0; }

.page-documents main > div:last-child {
  padding-bottom: 0; }

.layout2 div.sc9 {
  float: left;
  display: block;
  margin-right: 2%;
  width: 74.5%; }
  .layout2 div.sc9:last-child {
    margin-right: 0; }
  .layout2 div.sc9 p:last-of-type + footer {
    margin-top: 26px; }
  .layout2 div.sc9 > footer {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .layout2 div.sc9 > footer:last-child {
      margin-right: 0; }
    .layout2 div.sc9 > footer ul.inline li {
      margin-right: 24px; }
  @media screen and (max-width: 768px) {
    .layout2 div.sc9 {
      float: left;
      display: block;
      margin-right: 13.33333%;
      width: 100%; }
      .layout2 div.sc9:last-child {
        margin-right: 0; }
      .layout2 div.sc9 a.cta {
        margin-top: 10px; } }
  @media screen and (max-width: 480px) {
    .layout2 div.sc9 > footer ul.inline li {
      margin-right: 0; }
    .layout2 div.sc9 a.cta {
      padding: 9px 16px;
      margin-right: 18px; } }

.layout2 div.video-lg {
  float: left;
  display: block;
  margin-right: 2%;
  width: 100%;
  margin-top: 48px;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .layout2 div.video-lg:last-child {
    margin-right: 0; }
  .layout2 div.video-lg iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 768px) {
    .layout2 div.video-lg {
      margin-top: 60px; } }

.layout2 + .layout2 {
  margin-top: 60px; }

.layout3 > section header h1:before {
  font-family: "mbfs";
  content: "\e805";
  display: block;
  font-size: 40px;
  line-height: 0.5em;
  margin-left: -3px;
  color: #ffffff; }

.layout3 > section ul {
  margin-top: 18px; }
  .layout3 > section ul li {
    margin-top: 10px; }

.layout3 > section figure {
  overflow: hidden; }

.layout3.c2 > section {
  float: left;
  display: block;
  margin-right: 2%;
  width: 49%; }
  .layout3.c2 > section:last-child {
    margin-right: 0; }
  .layout3.c2 > section ol {
    padding: 0;
    list-style-position: inside; }
    .layout3.c2 > section ol li:not(:first-child) {
      margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .layout3.c2 > section {
      float: left;
      display: block;
      margin-right: 13.33333%;
      width: 100%; }
      .layout3.c2 > section:last-child {
        margin-right: 0; }
      .layout3.c2 > section ul {
        -webkit-columns: 2 24px;
        -moz-columns: 2 24px;
        columns: 2 24px;
        padding: 0; }
        .layout3.c2 > section ul.default {
          list-style: none; }
        .layout3.c2 > section ul li {
          position: relative;
          padding-left: 16px; }
          .layout3.c2 > section ul li:before {
            content: "• ";
            display: inline-block;
            position: absolute;
            left: 0; }
        .layout3.c2 > section ul.inline li {
          padding-left: 0; }
          .layout3.c2 > section ul.inline li:before {
            content: none; } }
  @media screen and (max-width: 480px) {
    .layout3.c2 > section ul {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }

@media screen and (max-width: 768px) {
  .page-home .layout3.c2 > section:not(:last-child),
  .page-advisor .layout3.c2 > section:not(:last-child) {
    margin-bottom: 60px; } }

.page-about .layout3.c2 > section figure,
.page-invest .layout3.c2 > section figure {
  height: 300px;
  position: relative;
  overflow: hidden; }
  .page-about .layout3.c2 > section figure.align-center img,
  .page-invest .layout3.c2 > section figure.align-center img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .page-about .layout3.c2 > section figure.align-right img,
  .page-invest .layout3.c2 > section figure.align-right img {
    position: absolute;
    right: 0; }
  .page-about .layout3.c2 > section figure.video,
  .page-invest .layout3.c2 > section figure.video {
    height: auto;
    padding-top: 56.25%; }
    .page-about .layout3.c2 > section figure.video iframe,
    .page-invest .layout3.c2 > section figure.video iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 1024px) {
  .page-about .layout3.c2 > section:last-child,
  .page-invest .layout3.c2 > section:last-child {
    padding-left: 24px; } }

@media screen and (max-width: 768px) {
  .page-about .layout3.c2 > section,
  .page-invest .layout3.c2 > section {
    float: left;
    display: block;
    margin-right: 2%;
    width: 49%; }
    .page-about .layout3.c2 > section:last-child,
    .page-invest .layout3.c2 > section:last-child {
      margin-right: 0; } }

@media screen and (max-width: 480px) {
  .page-about .layout3.c2 > section,
  .page-invest .layout3.c2 > section {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .page-about .layout3.c2 > section:last-child,
    .page-invest .layout3.c2 > section:last-child {
      margin-right: 0; }
    .page-about .layout3.c2 > section:last-child,
    .page-invest .layout3.c2 > section:last-child {
      padding-left: 0; }
    .page-about .layout3.c2 > section figure,
    .page-invest .layout3.c2 > section figure {
      margin-bottom: 20px; } }

.page-about .layout3.c2.alt > section:first-child,
.page-invest .layout3.c2.alt > section:first-child {
  margin-left: 51%; }
  @media screen and (max-width: 480px) {
    .page-about .layout3.c2.alt > section:first-child,
    .page-invest .layout3.c2.alt > section:first-child {
      margin-left: 0%; } }

.page-about .layout3.c2.alt > section:last-child,
.page-invest .layout3.c2.alt > section:last-child {
  margin-left: -102%; }
  @media screen and (max-width: 1024px) {
    .page-about .layout3.c2.alt > section:last-child,
    .page-invest .layout3.c2.alt > section:last-child {
      padding-left: 0;
      padding-right: 24px; } }
  @media screen and (max-width: 480px) {
    .page-about .layout3.c2.alt > section:last-child,
    .page-invest .layout3.c2.alt > section:last-child {
      margin-left: 0%;
      padding-right: 0; } }

@media screen and (max-width: 480px) {
  .page-about div.reversed + div.reversed,
  .page-invest div.reversed + div.reversed {
    padding-top: 0; } }

#returndata > header > h1 {
  font-size: 26px; }

#returndata > header > h1 span {
  color: #888888; }

#returndata > header > h1:before {
  content: none; }

#returndata p.disc {
  font-size: 10px;
  line-height: 13px;
  color: #666666; }
  #returndata p.disc:not(:last-child) {
    margin-top: 60px; }

@media screen and (max-width: 375px) {
  #returndata p.disc:not(:last-child) {
    margin-top: 70px; } }

h1 span.tm {
  font-size: .6em;
  vertical-align: super; }

#inner > footer {
  padding-top: 60px;
  padding-bottom: 48px;
  color: #808080;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  #inner > footer::after {
    clear: both;
    content: "";
    display: block; }
  #inner > footer a.top {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    display: block;
    width: 100%;
    text-align: right; }
    #inner > footer a.top:after {
      font-family: "mbfs";
      content: "\e801";
      margin-left: 8px;
      margin-right: 0; }
    #inner > footer a.top:hover {
      color: #00adef; }
    #inner > footer a.top:hover:after {
      border-color: #00adef; }
  #inner > footer a.download {
    display: inline-block; }
  #inner > footer ul {
    font-size: 14px;
    border-bottom: 1px solid #333333;
    padding-top: 28px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: right; }
    #inner > footer ul li {
      display: inline-block; }
      #inner > footer ul li:nth-child(2) {
        float: left; }
      #inner > footer ul li:not(:last-child) {
        margin-right: 14px; }
        #inner > footer ul li:not(:last-child):after {
          content: "|";
          display: inline-block;
          margin-left: 15px; }
      #inner > footer ul li:nth-child(2):after {
        content: none; }
  #inner > footer p {
    font-size: 12px; }
  #inner > footer p.copy {
    float: left;
    display: block;
    margin-right: 2%;
    width: 40.5%; }
    #inner > footer p.copy:last-child {
      margin-right: 0; }
  #inner > footer p.copy + p {
    float: left;
    display: block;
    margin-right: 2%;
    width: 57.5%; }
    #inner > footer p.copy + p:last-child {
      margin-right: 0; }
  #inner > footer p > a {
    text-decoration: underline; }
  #inner > footer > section {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%;
    margin-top: 68px;
    color: #ffffff; }
    #inner > footer > section:last-child {
      margin-right: 0; }
    #inner > footer > section h1 {
      font-size: 18px;
      font-family: CorporateACondensedRegular;
      border-bottom: 1px solid #262626;
      margin-bottom: 0;
      padding-bottom: 20px; }
    #inner > footer > section > ul {
      border: none;
      text-align: left;
      float: left;
      display: block;
      margin-right: 2%;
      width: 74.5%;
      margin-bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      #inner > footer > section > ul:last-child {
        margin-right: 0; }
      #inner > footer > section > ul li:not(:last-child) {
        margin-right: 20px; }
        #inner > footer > section > ul li:not(:last-child):after {
          content: none; }
      #inner > footer > section > ul li {
        float: none; }
        #inner > footer > section > ul li a {
          display: inline-block; }
          #inner > footer > section > ul li a svg {
            height: 35px;
            width: auto; }
            #inner > footer > section > ul li a svg:nth-child(2) {
              display: none; }
          #inner > footer > section > ul li a svg .st0 {
            -webkit-transition: fill 0.2s ease-in-out;
            -moz-transition: fill 0.2s ease-in-out;
            transition: fill 0.2s ease-in-out; }
          #inner > footer > section > ul li a:hover svg .st0 {
            fill: #1daeec; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #inner > footer > section > ul li {
          flex: 1 0 0px; }
          #inner > footer > section > ul li a {
            display: block; }
            #inner > footer > section > ul li a svg {
              display: block; } }
  @media screen and (max-width: 1280px) {
    #inner > footer {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1024px) {
    #inner > footer {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1024px) and (max-width: 1024px) {
    #inner > footer {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    #inner > footer {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1024px) and (max-width: 480px) {
    #inner > footer {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1024px) {
      #inner > footer a.top {
        text-align: center; }
      #inner > footer ul {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 22px; }
        #inner > footer ul li:nth-child(2) {
          text-align: inherit;
          float: none; }
      #inner > footer > ul li:nth-child(2):after {
        content: "|"; }
      #inner > footer p.copy,
      #inner > footer p.copy + p {
        float: left;
        display: block;
        margin-right: 2%;
        width: 100%;
        text-align: center; }
        #inner > footer p.copy:last-child,
        #inner > footer p.copy + p:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 768px) {
    #inner > footer a.top {
      margin-bottom: 30px; }
    #inner > footer ul {
      border-top: 1px solid #333333;
      border-bottom: 1px solid #333333; } }
  @media screen and (max-width: 600px) {
    #inner > footer > section > ul li a svg {
      height: 29px; }
    #inner > footer > section > ul li a.dtf svg:first-child {
      display: none; }
    #inner > footer > section > ul li a.dtf svg:nth-child(2) {
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    #inner > footer a.top {
      text-align: left; }
    #inner > footer p.copy,
    #inner > footer p.copy + p {
      text-align: left; }
    #inner > footer ul {
      padding-bottom: 8px;
      max-width: 1190px;
      margin-left: auto;
      margin-right: auto; }
      #inner > footer ul::after {
        clear: both;
        content: "";
        display: block; }
      #inner > footer ul li {
        float: left;
        display: block;
        margin-right: 2%;
        width: 49%; }
        #inner > footer ul li:not(:last-child):after {
          content: none;
          display: inline-block;
          margin-left: inherit; }
        #inner > footer ul li:first-child:after {
          content: none; }
        #inner > footer ul li:last-child {
          margin-right: 0; }
        #inner > footer ul li:first-child {
          float: left;
          display: block;
          margin-right: 2%;
          width: 49%; }
          #inner > footer ul li:first-child:last-child {
            margin-right: 0; }
        #inner > footer ul li:not(:last-child) {
          float: left;
          display: block;
          margin-right: 2%;
          width: 49%; }
          #inner > footer ul li:not(:last-child):last-child {
            margin-right: 0; }
        #inner > footer ul li:nth-child(even) {
          text-align: left;
          margin-right: 0; }
        #inner > footer ul li:nth-child(odd) {
          text-align: left; }
        #inner > footer ul li:nth-child(n+2) {
          margin-bottom: 14px; }
    #inner > footer > ul li:nth-child(even) {
      padding-left: 40px;
      position: relative; }
    #inner > footer > ul li:nth-child(even):before {
      content: "|";
      display: inline-block;
      position: absolute;
      left: -5px;
      color: #666666; }
    #inner > footer > section h1 {
      padding-bottom: 20px;
      text-align: left; }
    #inner > footer > section > ul {
      display: block; }
    #inner > footer > section > ul li {
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%; }
      #inner > footer > section > ul li:last-child {
        margin-right: 0; }
      #inner > footer > section > ul li a svg {
        height: 35px; } }

.sticky {
  max-width: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }

#catnav {
  max-height: 340px;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  z-index: 99; }
  @media screen and (max-width: 600px) {
    #catnav {
      max-height: 460px; } }
  #catnav button#toggleCategories {
    display: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: 2px solid #000000;
    outline: none; }
    #catnav button#toggleCategories:after {
      content: "\e817";
      font-family: "mbfs";
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    #catnav button#toggleCategories:hover {
      color: #00adef; }
  #catnav.sticky {
    padding-top: 0;
    padding-bottom: 0px;
    max-height: 50px;
    overflow: hidden;
    cursor: pointer; }
    #catnav.sticky:before {
      content: "";
      height: 2px;
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      background-color: #333333; }
    #catnav.sticky button#toggleCategories {
      display: block; }
    #catnav.sticky header {
      height: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    #catnav.sticky h1 {
      font-size: 24px;
      margin-bottom: 0; }
    #catnav.sticky h1:before {
      content: none; }
    #catnav.sticky ul {
      padding-top: 25px; }
    #catnav.sticky.open {
      height: auto;
      max-height: 340px; }
      #catnav.sticky.open button#toggleCategories:after {
        content: "\e816"; }
      #catnav.sticky.open ul {
        display: block; }
      @media screen and (max-width: 480px) {
        #catnav.sticky.open {
          background-color: #000000;
          max-height: none;
          height: 100%; } }

#catnav > section > ul {
  padding: 0;
  -webkit-columns: 4 24px;
  -moz-columns: 4 24px;
  columns: 4 24px; }
  #catnav > section > ul li {
    padding-bottom: 25px; }
  #catnav > section > ul li > a:before {
    font-family: "mbfs";
    content: "\e800"; }

@media screen and (max-width: 768px) {
  #catnav > section > ul {
    -webkit-columns: 3 24px;
    -moz-columns: 3 24px;
    columns: 3 24px; } }

@media screen and (max-width: 600px) {
  #catnav > section > ul {
    -webkit-columns: 2 24px;
    -moz-columns: 2 24px;
    columns: 2 24px; } }

ul.accordion {
  padding-left: 0;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto; }
  ul.accordion::after {
    clear: both;
    content: "";
    display: block; }
  ul.accordion > li {
    float: left;
    display: block;
    margin-right: 2%;
    width: 74.5%; }
    ul.accordion > li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      ul.accordion > li {
        float: left;
        display: block;
        margin-right: 2%;
        width: 83%; }
        ul.accordion > li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      ul.accordion > li {
        float: left;
        display: block;
        margin-right: 2%;
        width: 100%; }
        ul.accordion > li:last-child {
          margin-right: 0; } }
  ul.accordion > li:not(:last-child) {
    margin-bottom: 30px; }
  ul.accordion > li:not(.open) > section > div {
    display: none; }
  ul.accordion > li > section > div {
    padding-left: 30px; }
    ul.accordion > li > section > div ul, ul.accordion > li > section > div ol {
      margin-bottom: 1em; }
    ul.accordion > li > section > div ul {
      list-style-type: disc;
      padding-left: 40px; }
  ul.accordion > li > section > header > h1 {
    cursor: pointer;
    font-size: 20px;
    position: relative;
    display: table;
    padding-left: 20px;
    line-height: 24px; }
    ul.accordion > li > section > header > h1:before {
      font-family: "mbfs";
      content: "\e806";
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      width: auto;
      height: auto;
      background: none;
      margin-bottom: 0;
      font-size: 14px; }
  ul.accordion li.open > section > header > h1:before {
    content: "\e807"; }

.page-sitemap .layout1 header {
  margin-bottom: 60px; }
  .page-sitemap .layout1 header h1 {
    font-size: 48px; }
    @media screen and (max-width: 1024px) {
      .page-sitemap .layout1 header h1 {
        font-size: 42px; } }
    @media screen and (max-width: 768px) {
      .page-sitemap .layout1 header h1 {
        font-size: 40px; } }

@media screen and (max-width: 480px) {
  .page-sitemap .layout1 div.c2 > section {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .page-sitemap .layout1 div.c2 > section:first-of-type {
      padding-bottom: 0;
      margin-bottom: 0; }
    .page-sitemap .layout1 div.c2 > section:last-child {
      margin-right: 0; } }

.sitemap-nav > li:not(:last-child) {
  margin-bottom: 30px; }

.sitemap-nav > li > a {
  display: block;
  font-size: 28px; }
  .sitemap-nav > li > a:before {
    font-family: "mbfs";
    font-size: .7em;
    content: "\e800"; }

.sitemap-nav > li > ul {
  margin-top: 15px; }
  @media screen and (max-width: 480px) {
    .sitemap-nav > li > ul {
      margin-bottom: 30px; } }
  .sitemap-nav > li > ul > li:not(:last-child) {
    margin-bottom: 15px; }

#tac p {
  line-height: 1.3em; }

#tac ol {
  margin-bottom: 40px; }
  #tac ol li {
    font-family: CorporateSDemi; }
    #tac ol li:not(:last-child) {
      margin-bottom: 30px; }
    #tac ol li p {
      font-family: CorporateSRegular; }
  #tac ol p {
    margin-bottom: 0; }
  #tac ol p, #tac ol ol, #tac ol ul {
    padding-top: 14px; }

#tac ol ol {
  list-style-type: upper-alpha; }
  #tac ol ol li {
    font-family: CorporateSRegular; }

#tac ol ul {
  list-style-type: disc;
  padding-left: 30px; }

#tac ol ol ol {
  counter-reset: list;
  margin: 0 0 14px;
  padding-left: 30px; }
  #tac ol ol ol li {
    font-family: CorporateSRegular;
    list-style: none;
    position: relative; }
    #tac ol ol ol li:before {
      counter-increment: list;
      content: counter(list) ") ";
      position: absolute;
      left: -1.4em; }

@media screen and (max-width: 480px) {
  #tac ol,
  #tac ul {
    padding-left: 20px; } }
