@charset "UTF-8";
/* MWF Core */
/*! %versionBanner% | Copyright 2016 Microsoft Corporation | This software is based on or incorporates material from the files listed below (collectively, "Third Party Code"). Microsoft is not the original author of the Third Party Code. The original copyright notice and the license under which Microsoft received Third Party Code are set forth below together with the full text of such license. Such notices and license are provided solely for your information. Microsoft, not the third party, licenses this Third Party Code to you under the terms in which you received the Microsoft software or the services, unless Microsoft clearly states that such Microsoft terms do NOT apply for a particular Third Party Code. Unless applicable law gives you more rights, Microsoft reserves all other rights not expressly granted under such agreement(s), whether by implication, estoppel or otherwise.*/
/*! 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; }

@font-face {
  font-family: "MWF-MDL2";
  src: url("../fonts/MWFMDL2.woff") format("woff"), url("../fonts/MWFMDL2.ttf") format("truetype"), url("../fonts/MWFMDL2.svg") format("svg"); }

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.svg#web") format("svg");
  font-weight: 400; }

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Light"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.svg#web") format("svg");
  font-weight: 100; }

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Semilight"), local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.svg#web") format("svg");
  font-weight: 200; }

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Semibold"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.svg#web") format("svg");
  font-weight: 600; }

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI Bold"), local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.svg#web") format("svg");
  font-weight: 700; }

.c-heading-1 {
  font-size: 62px;
  line-height: 72px; }

.c-heading-2 {
  font-size: 46px;
  line-height: 56px; }

.c-heading-3, .m-blog-post h1, .c-subheading-1 {
  font-size: 34px;
  line-height: 40px; }

.c-heading-4, .m-blog-post h2, .c-subheading-2 {
  font-size: 24px;
  line-height: 28px; }

.c-heading-5, .m-blog-post h3, .c-subheading-3, .c-paragraph-1 {
  font-size: 20px;
  line-height: 24px; }

.c-heading-6, .m-blog-post h4,
.m-blog-post h5,
.m-blog-post h6, .c-subheading-4, .c-paragraph-2, .m-blog-post blockquote p,
.m-blog-post .c-blockquote p {
  font-size: 18px;
  line-height: 24px; }

.c-subheading-5, .c-subheading-6, .c-paragraph-3, .m-blog-post p, .c-paragraph-4 {
  font-size: 15px;
  line-height: 20px; }

.c-caption-1, .m-blog-post .wp-caption-text {
  font-size: 13px;
  line-height: 16px; }

.c-caption-2 {
  font-size: 11px;
  line-height: 16px; }

.c-heading-1 {
  padding: 38px 0 6px;
  font-weight: 100;
  letter-spacing: -0.01em; }

.c-heading-2 {
  padding: 37px 0 3px;
  font-weight: 100;
  letter-spacing: -0.01em; }

.c-heading-3, .m-blog-post h1 {
  padding: 38px 0 2px;
  font-weight: 100; }

.c-heading-4, .m-blog-post h2 {
  padding: 36px 0 4px;
  font-weight: 200; }

.c-heading-5, .m-blog-post h3 {
  padding: 35px 0 5px;
  font-weight: 200; }

.c-heading-6, .m-blog-post h4,
.m-blog-post h5,
.m-blog-post h6 {
  padding: 37px 0 3px;
  font-weight: 200; }

.c-subheading-1 {
  padding: 2px 0 2px;
  font-weight: 100; }

.c-subheading-2 {
  padding: 4px 0 8px;
  font-weight: 200; }

.c-subheading-3 {
  padding: 8px 0 4px;
  font-weight: 200; }

.c-subheading-4 {
  padding: 9px 0 3px;
  font-weight: 200; }

.c-subheading-5, .c-subheading-6 {
  padding: 8px 0 0;
  font-weight: 200; }

.c-paragraph-1 {
  padding: 24px 0 4px;
  font-weight: 200; }

.c-paragraph-2, .m-blog-post blockquote p,
.m-blog-post .c-blockquote p {
  padding: 25px 0 3px;
  font-weight: 200; }

.c-paragraph-3, .m-blog-post p {
  padding: 24px 0 0;
  font-weight: 400; }

.c-paragraph-4 {
  padding: 24px 0 0;
  font-weight: 400; }

.c-caption-1, .m-blog-post .wp-caption-text {
  padding: 3px 0 1px;
  font-weight: 400; }

.c-caption-2 {
  padding: 4px 0 4px;
  font-weight: 400; }

@media (max-width: 767px) {
  .c-heading-1 {
    font-size: 46px;
    line-height: 56px; }
  .c-heading-2 {
    font-size: 34px;
    line-height: 40px; }
  .c-heading-3, .m-blog-post h1, .c-subheading-1 {
    font-size: 26px;
    line-height: 32px; }
  .c-heading-4, .m-blog-post h2, .c-subheading-2 {
    font-size: 20px;
    line-height: 24px; }
  .c-heading-5, .m-blog-post h3, .c-subheading-3, .c-paragraph-1 {
    font-size: 18px;
    line-height: 24px; }
  .c-heading-6, .m-blog-post h4,
  .m-blog-post h5,
  .m-blog-post h6, .c-subheading-4, .c-paragraph-2, .m-blog-post blockquote p,
  .m-blog-post .c-blockquote p {
    font-size: 16px;
    line-height: 20px; }
  .c-caption-1, .m-blog-post .wp-caption-text {
    font-size: 12px;
    line-height: 16px; }
  .c-caption-2 {
    font-size: 10px;
    line-height: 12px; }
  .c-heading-1 {
    padding: 37px 0 3px; }
  .c-heading-2 {
    padding: 38px 0 2px; }
  .c-heading-5, .m-blog-post h3 {
    padding: 37px 0 3px; }
  .c-heading-6, .m-blog-post h4,
  .m-blog-post h5,
  .m-blog-post h6 {
    padding: 39px 0 1px; }
  .c-subheading-1 {
    padding: 9px 0 3px; }
  .c-subheading-2 {
    padding: 8px 0 4px; }
  .c-subheading-3 {
    padding: 4px 0 4px; }
  .c-subheading-4 {
    padding: 7px 0 5px; }
  .c-paragraph-2, .m-blog-post blockquote p,
  .m-blog-post .c-blockquote p {
    padding: 27px 0 1px; }
  .c-caption-2 {
    padding: 2px 0 2px; } }

html {
  box-sizing: border-box; }

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

body {
  font-size: 15px;
  min-width: 320px;
  color: #000;
  background-color: #FFF; }

.theme-light {
  color: #000;
  background-color: #e6e6e6; }

.theme-dark {
  color: #FFF;
  background-color: #333333; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0; }

address {
  font: inherit; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none; }

dl {
  margin: 0; }

dd {
  margin: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

figure {
  margin: 0; }

a:link,
a:focus,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit; }

q,
em,
i,
var {
  font-style: italic; }

strong,
b {
  font-weight: 600; }

mark {
  background-color: #FFF100;
  padding: 1px 4px 2px; }
  @media screen and (-ms-high-contrast: active) {
    mark {
      outline: 1px solid;
      color: inherit; } }

del,
s {
  color: rgba(0, 0, 0, 0.6); }
  .theme-light del, .theme-dark .theme-light del, .theme-light
  s, .theme-dark .theme-light
  s {
    color: rgba(0, 0, 0, 0.6); }
  .theme-dark del, .theme-light .theme-dark del, .theme-dark
  s, .theme-light .theme-dark
  s {
    color: rgba(255, 255, 255, 0.6); }

u,
ins {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .theme-light u, .theme-dark .theme-light u, .theme-light
  ins, .theme-dark .theme-light
  ins {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .theme-dark u, .theme-light .theme-dark u, .theme-dark
  ins, .theme-light .theme-dark
  ins {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

small,
sub,
sup {
  font-size: 0.8em; }

abbr,
dfn {
  font-style: normal;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6); }
  .theme-light abbr, .theme-dark .theme-light abbr, .theme-light
  dfn, .theme-dark .theme-light
  dfn {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.6); }
  .theme-dark abbr, .theme-light .theme-dark abbr, .theme-dark
  dfn, .theme-light .theme-dark
  dfn {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6); }

cite,
time {
  font-style: normal; }

code,
pre,
kbd,
samp {
  font-family: Consolas, "Courier New", Courier, monospace; }

kbd {
  border-radius: 2px;
  padding: 1px 4px 2px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF; }
  kbd kbd {
    padding: 0; }
  .theme-light kbd, .theme-dark .theme-light kbd {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF; }
  .theme-dark kbd, .theme-light .theme-dark kbd {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000; }

bdo {
  direction: rtl; }

input,
input[type="search"] {
  border-radius: 0;
  appearance: none; }

[data-grid~="container"] {
  max-width: 1600px;
  max-width: calc(1600px + 10%);
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%; }
  @media screen and (max-width: 1083px) {
    [data-grid~="container"] {
      padding-left: 36px;
      padding-right: 36px; } }
  @media screen and (max-width: 767px) {
    [data-grid~="container"] {
      padding-left: 24px;
      padding-right: 24px; } }

[data-grid~="container"],
[data-grid*="col-"] {
  box-sizing: border-box;
  zoom: 1; }
  [data-grid~="container"]:before, [data-grid~="container"]:after,
  [data-grid*="col-"]:before,
  [data-grid*="col-"]:after {
    content: " ";
    display: table; }
  [data-grid~="container"]:after,
  [data-grid*="col-"]:after {
    clear: both; }

[data-grid*="col-"] {
  float: left;
  min-height: 1px; }

[data-grid~="pad-12x"] > [data-grid] {
  padding-left: 18px;
  padding-right: 18px; }
  @media screen and (max-width: 1778px) {
    [data-grid~="pad-12x"] > [data-grid] {
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (max-width: 1778px) {
    [data-grid~="pad-12x"] > [data-grid] {
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (max-width: 1083px) {
    [data-grid~="pad-12x"] > [data-grid] {
      padding-left: 18px;
      padding-right: 18px; } }
  @media screen and (max-width: 767px) {
    [data-grid~="pad-12x"] > [data-grid] {
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (max-width: 539px) {
    [data-grid~="pad-12x"] > [data-grid] {
      padding-left: 12px;
      padding-right: 12px; } }

[data-grid~="pad-6x"] > [data-grid] {
  padding-left: 12px;
  padding-right: 12px; }

[data-grid~="pad-3x"] > [data-grid] {
  padding-left: 6px;
  padding-right: 6px; }

[data-grid~="pad-2x"] > [data-grid] {
  padding-left: 4px;
  padding-right: 4px; }

[data-grid~="col-1"] {
  width: 8.3333333333%; }

[data-grid~="col-2"] {
  width: 16.6666666667%; }

[data-grid~="col-3"] {
  width: 25%; }

[data-grid~="col-4"] {
  width: 33.3333333333%; }

[data-grid~="col-5"] {
  width: 41.6666666667%; }

[data-grid~="col-6"] {
  width: 50%; }

[data-grid~="col-7"] {
  width: 58.3333333333%; }

[data-grid~="col-8"] {
  width: 66.6666666667%; }

[data-grid~="col-9"] {
  width: 75%; }

[data-grid~="col-10"] {
  width: 83.3333333333%; }

[data-grid~="col-11"] {
  width: 91.6666666667%; }

[data-grid~="col-12"] {
  width: 100%; }

[data-grid~="col-1-5"] {
  width: 20%; }

[data-grid~="col-1-8"] {
  width: 12.5%; }

@media screen and (max-width: 1778px) {
  [data-grid~="stack-5"] > [data-grid] {
    float: none;
    width: 100%;
    display: block;
    padding: inherit 0; } }

@media screen and (max-width: 1399px) {
  [data-grid~="stack-4"] > [data-grid] {
    float: none;
    width: 100%;
    display: block;
    padding: inherit 0; } }

@media screen and (max-width: 1083px) {
  [data-grid~="stack-3"] > [data-grid] {
    float: none;
    width: 100%;
    display: block;
    padding: inherit 0; } }

@media screen and (max-width: 767px) {
  [data-grid~="stack-2"] > [data-grid] {
    float: none;
    width: 100%;
    display: block;
    padding: inherit 0; } }

@media screen and (max-width: 539px) {
  [data-grid*="col-"] {
    float: none;
    width: 100%;
    display: block;
    padding: inherit 0; } }

button.c-action-trigger,
a.c-action-trigger {
  font-size: 15px;
  max-width: 374px;
  min-width: 36px;
  display: inline-block;
  margin-top: 12px;
  padding: 6px 0 8px;
  color: #0060ac;
  border: solid 1px transparent;
  background: none;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  outline: 1px dashed transparent; }
  button.c-action-trigger:focus, button.c-action-trigger:hover,
  a.c-action-trigger:focus,
  a.c-action-trigger:hover {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline; }
  button.c-action-trigger:focus,
  a.c-action-trigger:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.6); }
  button.c-action-trigger:active,
  a.c-action-trigger:active {
    color: #000;
    outline: 1px solid transparent;
    text-decoration: none; }
  button.c-action-trigger[disabled],
  a.c-action-trigger[disabled] {
    color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed; }
  button.c-action-trigger.c-glyph,
  a.c-action-trigger.c-glyph {
    min-width: 120px;
    padding-right: 10px; }
    button.c-action-trigger.c-glyph:before,
    a.c-action-trigger.c-glyph:before {
      width: 16px;
      height: 16px;
      margin-left: 10px;
      margin-right: 10px;
      vertical-align: middle; }
    button.c-action-trigger.c-glyph.glyph-edit:before,
    a.c-action-trigger.c-glyph.glyph-edit:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-cancel:before,
    a.c-action-trigger.c-glyph.glyph-cancel:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-global-nav-button:before,
    a.c-action-trigger.c-glyph.glyph-global-nav-button:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-shopping-cart:before,
    a.c-action-trigger.c-glyph.glyph-shopping-cart:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-chevron-left:before,
    a.c-action-trigger.c-glyph.glyph-chevron-left:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-chevron-right:before,
    a.c-action-trigger.c-glyph.glyph-chevron-right:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-arrow-htmllegacy-mirrored:before,
    a.c-action-trigger.c-glyph.glyph-arrow-htmllegacy-mirrored:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-arrow-htmllegacy:before,
    a.c-action-trigger.c-glyph.glyph-arrow-htmllegacy:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-play:before,
    a.c-action-trigger.c-glyph.glyph-play:before {
      content: ""; }
    button.c-action-trigger.c-glyph.glyph-info:before,
    a.c-action-trigger.c-glyph.glyph-info:before {
      content: ""; }
    button.c-action-trigger.c-glyph[aria-label],
    a.c-action-trigger.c-glyph[aria-label] {
      min-width: 0;
      margin-right: 10px;
      padding-right: 0; }
  .theme-light button.c-action-trigger, .theme-dark .theme-light button.c-action-trigger, .theme-light
  a.c-action-trigger, .theme-dark .theme-light
  a.c-action-trigger {
    color: #000;
    background: transparent; }
    .theme-light button.c-action-trigger:focus, .theme-light button.c-action-trigger:hover, .theme-dark .theme-light button.c-action-trigger:focus, .theme-dark .theme-light button.c-action-trigger:hover, .theme-light
    a.c-action-trigger:focus, .theme-light
    a.c-action-trigger:hover, .theme-dark .theme-light
    a.c-action-trigger:focus, .theme-dark .theme-light
    a.c-action-trigger:hover {
      color: rgba(0, 0, 0, 0.6);
      text-decoration: underline; }
    .theme-light button.c-action-trigger:focus, .theme-dark .theme-light button.c-action-trigger:focus, .theme-light
    a.c-action-trigger:focus, .theme-dark .theme-light
    a.c-action-trigger:focus {
      outline: 1px dashed rgba(0, 0, 0, 0.6); }
    .theme-light button.c-action-trigger:active, .theme-dark .theme-light button.c-action-trigger:active, .theme-light
    a.c-action-trigger:active, .theme-dark .theme-light
    a.c-action-trigger:active {
      color: #000;
      outline: 1px solid transparent;
      text-decoration: none; }
    .theme-light button.c-action-trigger[disabled], .theme-dark .theme-light button.c-action-trigger[disabled], .theme-light
    a.c-action-trigger[disabled], .theme-dark .theme-light
    a.c-action-trigger[disabled] {
      color: rgba(0, 0, 0, 0.2);
      cursor: not-allowed; }
  .theme-dark button.c-action-trigger, .theme-light .theme-dark button.c-action-trigger, .theme-dark
  a.c-action-trigger, .theme-light .theme-dark
  a.c-action-trigger {
    color: #FFF;
    background: transparent; }
    .theme-dark button.c-action-trigger:focus, .theme-dark button.c-action-trigger:hover, .theme-light .theme-dark button.c-action-trigger:focus, .theme-light .theme-dark button.c-action-trigger:hover, .theme-dark
    a.c-action-trigger:focus, .theme-dark
    a.c-action-trigger:hover, .theme-light .theme-dark
    a.c-action-trigger:focus, .theme-light .theme-dark
    a.c-action-trigger:hover {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: underline; }
    .theme-dark button.c-action-trigger:focus, .theme-light .theme-dark button.c-action-trigger:focus, .theme-dark
    a.c-action-trigger:focus, .theme-light .theme-dark
    a.c-action-trigger:focus {
      outline: 1px dashed #FFF; }
    .theme-dark button.c-action-trigger:active, .theme-light .theme-dark button.c-action-trigger:active, .theme-dark
    a.c-action-trigger:active, .theme-light .theme-dark
    a.c-action-trigger:active {
      color: #FFF;
      outline: 1px solid transparent;
      text-decoration: none; }
    .theme-dark button.c-action-trigger[disabled], .theme-light .theme-dark button.c-action-trigger[disabled], .theme-dark
    a.c-action-trigger[disabled], .theme-light .theme-dark
    a.c-action-trigger[disabled] {
      color: rgba(255, 255, 255, 0.6);
      cursor: not-allowed; }

ul.c-breadcrumb {
  display: flex;
  margin-top: 12px; }
  ul.c-breadcrumb li {
    display: inline-block;
    padding-right: 8px; }
    ul.c-breadcrumb li + li:before {
      content: "\\";
      padding-right: 8px;
      color: rgba(0, 0, 0, 0.6); }
    ul.c-breadcrumb li:last-child a {
      color: rgba(0, 0, 0, 0.6); }
    ul.c-breadcrumb li a {
      font-size: 13px;
      line-height: 16px;
      color: #0060ac; }
    .theme-light ul.c-breadcrumb li:last-child a, .theme-dark .theme-light ul.c-breadcrumb li:last-child a {
      color: rgba(0, 0, 0, 0.6); }
    .theme-light ul.c-breadcrumb li + li:before, .theme-dark .theme-light ul.c-breadcrumb li + li:before {
      color: rgba(0, 0, 0, 0.6); }
    .theme-light ul.c-breadcrumb li a, .theme-dark .theme-light ul.c-breadcrumb li a {
      color: #000;
      text-decoration: none; }
      .theme-light ul.c-breadcrumb li a:hover, .theme-dark .theme-light ul.c-breadcrumb li a:hover {
        text-decoration: underline; }
    .theme-dark ul.c-breadcrumb li:last-child a, .theme-light .theme-dark ul.c-breadcrumb li:last-child a {
      color: rgba(255, 255, 255, 0.6); }
    .theme-dark ul.c-breadcrumb li + li:before, .theme-light .theme-dark ul.c-breadcrumb li + li:before {
      color: rgba(255, 255, 255, 0.6); }
    .theme-dark ul.c-breadcrumb li a, .theme-light .theme-dark ul.c-breadcrumb li a {
      color: #FFF;
      text-decoration: none; }
      .theme-dark ul.c-breadcrumb li a:hover, .theme-light .theme-dark ul.c-breadcrumb li a:hover {
        text-decoration: underline; }


button.c-button,
a.c-button[role="button"] {
  font-size: 15px;
  max-width: 374px;
  min-width: 120px;
  display: inline-block;
  margin-top: 12px;
  padding: 9px 12px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
  border: solid 1px transparent;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  outline: 1px dashed transparent; }

  button.c-button:focus,
  a.c-button[role="button"]:focus {
    outline-color: #000; }

  button.c-button:hover,
  button.c-button:focus,
  a.c-button[role="button"]:hover,
  a.c-button[role="button"]:focus {
    border-color: rgba(0, 0, 0, 0.4); }

  button.c-button:active,
  a.c-button[role="button"]:active {
    background-color: rgba(0, 0, 0, 0.4); }

  button.c-button[disabled],
  a.c-button[role="button"][disabled] {
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed; }
  .theme-light
  button.c-button, .theme-dark .theme-light
  button.c-button, .theme-light
  a.c-button[role="button"], .theme-dark .theme-light
  a.c-button[role="button"] {
    background-color: transparent;
    color: #000;
    border-color: #000; }
    .theme-light
    button.c-button:focus, .theme-dark .theme-light
    button.c-button:focus, .theme-light
    a.c-button[role="button"]:focus, .theme-dark .theme-light
    a.c-button[role="button"]:focus {
      background-color: rgba(0, 0, 0, 0.2);
      outline-color: #000; }
    .theme-light
    button.c-button:hover, .theme-dark .theme-light
    button.c-button:hover, .theme-light
    a.c-button[role="button"]:hover, .theme-dark .theme-light
    a.c-button[role="button"]:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .theme-light
    button.c-button:active, .theme-dark .theme-light
    button.c-button:active, .theme-light
    a.c-button[role="button"]:active, .theme-dark .theme-light
    a.c-button[role="button"]:active {
      background-color: rgba(0, 0, 0, 0.4); }
    .theme-light
    button.c-button[disabled], .theme-dark .theme-light
    button.c-button[disabled], .theme-light
    a.c-button[role="button"][disabled], .theme-dark .theme-light
    a.c-button[role="button"][disabled] {
      color: rgba(0, 0, 0, 0.2);
      background-color: rgba(0, 0, 0, 0.2);
      border-color: rgba(0, 0, 0, 0.2); }
  .theme-dark
  button.c-button, .theme-light .theme-dark
  button.c-button, .theme-dark
  a.c-button[role="button"], .theme-light .theme-dark
  a.c-button[role="button"] {
    background-color: transparent;
    color: #FFF;
    border-color: #FFF; }
    .theme-dark
    button.c-button:focus, .theme-light .theme-dark
    button.c-button:focus, .theme-dark
    a.c-button[role="button"]:focus, .theme-light .theme-dark
    a.c-button[role="button"]:focus {
      background-color: rgba(255, 255, 255, 0.2);
      outline-color: #FFF; }
    .theme-dark
    button.c-button:hover, .theme-light .theme-dark
    button.c-button:hover, .theme-dark
    a.c-button[role="button"]:hover, .theme-light .theme-dark
    a.c-button[role="button"]:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .theme-dark
    button.c-button:active, .theme-light .theme-dark
    button.c-button:active, .theme-dark
    a.c-button[role="button"]:active, .theme-light .theme-dark
    a.c-button[role="button"]:active {
      background-color: rgba(255, 255, 255, 0.4); }
    .theme-dark
    button.c-button[disabled], .theme-light .theme-dark
    button.c-button[disabled], .theme-dark
    a.c-button[role="button"][disabled], .theme-light .theme-dark
    a.c-button[role="button"][disabled] {
      color: rgba(255, 255, 255, 0.2);
      background-color: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.2); }


button.c-button[type="submit"] {
  color: #FFF;
  background-color: #0060ac; }

  button.c-button[type="submit"]:hover,
  button.c-button[type="submit"]:focus {
    background-color: #00569b;
    border-color: rgba(0, 0, 0, 0.4); }

  button.c-button[type="submit"]:active {
    background-color: #004378;
    border-color: transparent; }

  button.c-button[type="submit"][disabled] {
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 96, 172, 0.2);
    border-color: transparent; }
  .theme-light
  button.c-button[type="submit"], .theme-dark .theme-light
  button.c-button[type="submit"] {
    color: #FFF;
    background-color: #000;
    border-color: transparent; }
    .theme-light
    button.c-button[type="submit"]:focus, .theme-dark .theme-light
    button.c-button[type="submit"]:focus {
      outline-color: #000;
      background-color: rgba(0, 0, 0, 0.8); }
    .theme-light
    button.c-button[type="submit"]:hover, .theme-dark .theme-light
    button.c-button[type="submit"]:hover {
      background-color: rgba(0, 0, 0, 0.8); }
    .theme-light
    button.c-button[type="submit"]:active, .theme-dark .theme-light
    button.c-button[type="submit"]:active {
      background-color: rgba(0, 0, 0, 0.6); }
    .theme-light
    button.c-button[type="submit"][disabled], .theme-dark .theme-light
    button.c-button[type="submit"][disabled] {
      background-color: rgba(0, 0, 0, 0.2);
      color: rgba(0, 0, 0, 0.2); }
  .theme-dark
  button.c-button[type="submit"], .theme-light .theme-dark
  button.c-button[type="submit"] {
    color: #000;
    background-color: #FFF;
    border-color: transparent; }
    .theme-dark
    button.c-button[type="submit"]:focus, .theme-light .theme-dark
    button.c-button[type="submit"]:focus {
      outline-color: #FFF;
      background-color: rgba(255, 255, 255, 0.8); }
    .theme-dark
    button.c-button[type="submit"]:hover, .theme-light .theme-dark
    button.c-button[type="submit"]:hover {
      background-color: rgba(255, 255, 255, 0.8); }
    .theme-dark
    button.c-button[type="submit"]:active, .theme-light .theme-dark
    button.c-button[type="submit"]:active {
      background-color: rgba(255, 255, 255, 0.6); }
    .theme-dark
    button.c-button[type="submit"][disabled], .theme-light .theme-dark
    button.c-button[type="submit"][disabled] {
      background-color: rgba(255, 255, 255, 0.2);
      color: rgba(255, 255, 255, 0.2); }

a.c-call-to-action {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  max-width: 100%;
  padding: 10px 40px 7px 24px;
  overflow: hidden;
  border: 2px solid transparent;
  color: #FFF;
  background: #0060ac;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.075em;
  white-space: nowrap; }
  a.c-call-to-action span {
    display: inline-block;
    max-width: 100%;
    text-overflow: clip;
    overflow: hidden; }
  a.c-call-to-action:after {
    position: absolute;
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
    content: "";
    vertical-align: top; }
  a.c-call-to-action:hover, a.c-call-to-action:focus {
    background: #00569b;
    border-color: rgba(0, 0, 0, 0.4); }
  a.c-call-to-action:focus {
    outline: 1px dashed #000; }
  a.c-call-to-action:hover {
    outline: none; }
  a.c-call-to-action:active {
    border-color: transparent;
    background: #004378; }
  a.c-call-to-action[aria-disabled="true"] {
    cursor: not-allowed;
    border-color: transparent;
    background: #ccdfee;
    color: rgba(0, 0, 0, 0.2); }
  .theme-light a.c-call-to-action, .theme-dark .theme-light a.c-call-to-action {
    color: #FFF;
    background: #000; }
    .theme-light a.c-call-to-action:hover, .theme-light a.c-call-to-action:focus, .theme-dark .theme-light a.c-call-to-action:hover, .theme-dark .theme-light a.c-call-to-action:focus {
      background: #333333;
      border-color: #000;
      outline-color: #000; }
    .theme-light a.c-call-to-action:active, .theme-dark .theme-light a.c-call-to-action:active {
      background: #666666;
      border-color: transparent; }
    .theme-light a.c-call-to-action[aria-disabled="true"], .theme-dark .theme-light a.c-call-to-action[aria-disabled="true"] {
      background: #cccccc;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.2); }
  .theme-dark a.c-call-to-action, .theme-light .theme-dark a.c-call-to-action {
    color: #000;
    background: #FFF; }
    .theme-dark a.c-call-to-action:hover, .theme-dark a.c-call-to-action:focus, .theme-light .theme-dark a.c-call-to-action:hover, .theme-light .theme-dark a.c-call-to-action:focus {
      background: #cccccc;
      border-color: #FFF;
      outline-color: #000; }
    .theme-dark a.c-call-to-action:active, .theme-light .theme-dark a.c-call-to-action:active {
      background: #999999;
      border-color: transparent; }
    .theme-dark a.c-call-to-action[aria-disabled="true"], .theme-light .theme-dark a.c-call-to-action[aria-disabled="true"] {
      background: #4d4d4d;
      border-color: transparent;
      color: rgba(255, 255, 255, 0.2); }
  a.c-call-to-action.f-secondary {
    color: #000;
    background: #cccccc; }
    a.c-call-to-action.f-secondary:hover, a.c-call-to-action.f-secondary:focus {
      border-color: rgba(0, 0, 0, 0.4); }
    a.c-call-to-action.f-secondary:active {
      border-color: transparent;
      background: #999999; }
    a.c-call-to-action.f-secondary[aria-disabled="true"] {
      background: #cccccc;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.2); }
    .theme-light a.c-call-to-action.f-secondary, .theme-dark .theme-light a.c-call-to-action.f-secondary {
      color: #000;
      background: rgba(255, 255, 255, 0);
      border-color: #000; }
      .theme-light a.c-call-to-action.f-secondary:hover, .theme-light a.c-call-to-action.f-secondary:focus, .theme-dark .theme-light a.c-call-to-action.f-secondary:hover, .theme-dark .theme-light a.c-call-to-action.f-secondary:focus {
        background: #cccccc;
        border-color: #000; }
      .theme-light a.c-call-to-action.f-secondary:focus, .theme-dark .theme-light a.c-call-to-action.f-secondary:focus {
        outline-color: #000; }
      .theme-light a.c-call-to-action.f-secondary:active, .theme-dark .theme-light a.c-call-to-action.f-secondary:active {
        background: #999999; }
      .theme-light a.c-call-to-action.f-secondary[aria-disabled="true"], .theme-dark .theme-light a.c-call-to-action.f-secondary[aria-disabled="true"] {
        background: #cccccc;
        border-color: rgba(0, 0, 0, 0.2);
        color: rgba(0, 0, 0, 0.2); }
    .theme-dark a.c-call-to-action.f-secondary, .theme-light .theme-dark a.c-call-to-action.f-secondary {
      background: rgba(255, 255, 255, 0);
      color: #FFF;
      border-color: #FFF; }
      .theme-dark a.c-call-to-action.f-secondary:hover, .theme-dark a.c-call-to-action.f-secondary:focus, .theme-light .theme-dark a.c-call-to-action.f-secondary:hover, .theme-light .theme-dark a.c-call-to-action.f-secondary:focus {
        background: #4d4d4d;
        border-color: #FFF; }
      .theme-dark a.c-call-to-action.f-secondary:focus, .theme-light .theme-dark a.c-call-to-action.f-secondary:focus {
        outline-color: #FFF; }
      .theme-dark a.c-call-to-action.f-secondary:active, .theme-light .theme-dark a.c-call-to-action.f-secondary:active {
        background: #666666; }
      .theme-dark a.c-call-to-action.f-secondary[aria-disabled="true"], .theme-light .theme-dark a.c-call-to-action.f-secondary[aria-disabled="true"] {
        background: #4d4d4d;
        border-color: rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.2); }

@keyframes hero-content-next {
  0% {
    transform: translateX(40px); }
  100% {
    transform: translateX(0); } }

@keyframes hero-content-previous {
  0% {
    transform: translateX(-40px); }
  100% {
    transform: translateX(0); } }

@keyframes hero-background-next {
  0% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes hero-background-previous {
  0% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes hero-background-next-y-center {
  0% {
    transform: translate(10px, -50%); }
  100% {
    transform: translate(0, -50%); } }

@keyframes hero-background-previous-y-center {
  0% {
    transform: translate(-10px, -50%); }
  100% {
    transform: translate(0, -50%); } }

@keyframes hero-background-next-x-center {
  0% {
    transform: translateX(-49%); }
  100% {
    transform: translateX(-50%); } }

@keyframes hero-background-previous-x-center {
  0% {
    transform: translateX(-51%); }
  100% {
    transform: translateX(-50%); } }

@keyframes hero-background-next-x-center-y-center {
  0% {
    transform: translate(-49%, -50%); }
  100% {
    transform: translate(-50%, -50%); } }

@keyframes hero-background-previous-x-center-y-center {
  0% {
    transform: translate(-51%, -50%); }
  100% {
    transform: translate(-50%, -50%); } }

.c-carousel {
  position: relative; }
  .c-carousel .c-flipper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: none;
    /*
        * Use .f-previous and .f-next
        * .f-left and f-left deprecated v1.3.0
        */ }
    .c-carousel .c-flipper.f-left, .c-carousel .c-flipper.f-previous {
      left: 0; }
    .c-carousel .c-flipper.f-right, .c-carousel .c-flipper.f-next {
      right: 0; }
    .c-carousel .c-flipper + div {
      position: relative;
      overflow: hidden; }
  .c-carousel.f-scrollable-next .c-flipper.f-right,
  .c-carousel.f-scrollable-next .c-flipper.f-next {
    display: block; }
  .c-carousel.f-scrollable-previous .c-flipper.f-left,
  .c-carousel.f-scrollable-previous .c-flipper.f-previous {
    display: block; }
  .c-carousel .c-sequence-indicator {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 24px; }
  .c-carousel.f-multi-slide .c-flipper {
    opacity: 0;
    transition: opacity cubic-bezier(0.16, 1, 0.29, 0.99) 0.15; }
  .c-carousel.f-multi-slide:hover .c-flipper {
    opacity: 0.8; }
    .c-carousel.f-multi-slide:hover .c-flipper:hover {
      opacity: 1; }
    .c-carousel.f-multi-slide:hover .c-flipper:active {
      opacity: 0.8; }
  .c-carousel.f-multi-slide.theme-light .c-flipper {
    background: #FFF;
    color: #000; }
  .c-carousel.f-multi-slide.theme-dark .c-flipper {
    background: #000;
    color: #FFF; }
  .c-carousel.f-multi-slide li {
    display: none;
    width: 100%; }
    .c-carousel.f-multi-slide li.f-active {
      display: block; }
  .c-carousel.f-single-slide ul {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    left: 0;
    width: auto;
    transition: left cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s; }
  .c-carousel.f-single-slide li {
    font-size: 15px;
    line-height: 20px;
    display: inline-block; }
  .c-carousel li {
    position: relative;
    height: 100%;
    z-index: 1; }
    .c-carousel li ~ li {
      display: none; }
    .c-carousel li > picture.c-image img {
      margin: 0 auto; }
    .c-carousel li .c-hero > picture img {
      min-width: calc(100% + 20px); }
    .c-carousel li .c-hero.f-x-left > picture img {
      right: -10px; }
    .c-carousel li .c-hero.f-x-right > picture img {
      left: -10px; }
    .c-carousel li.f-animate-next > picture.c-image img {
      animation: hero-background-next cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both; }
    .c-carousel li.f-animate-next > picture.c-image.f-x-center img {
      animation-name: hero-background-next-x-center; }
    .c-carousel li.f-animate-next > picture.c-image.f-y-center img {
      animation-name: hero-background-next-y-center; }
    .c-carousel li.f-animate-next > picture.c-image.f-y-center.f-x-center img {
      animation-name: hero-background-next-x-center-y-center; }
    .c-carousel li.f-animate-next .c-hero > picture img {
      animation: hero-background-next cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both; }
    .c-carousel li.f-animate-next .c-hero > div {
      animation: hero-content-next cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both; }
    .c-carousel li.f-animate-next .c-hero.f-x-center > picture img {
      animation-name: hero-background-next-x-center; }
    .c-carousel li.f-animate-next .c-hero.f-y-center > picture img {
      animation-name: hero-background-next-y-center; }
    .c-carousel li.f-animate-next .c-hero.f-y-center.f-x-center > picture img {
      animation-name: hero-background-next-x-center-y-center; }
    .c-carousel li.f-animate-previous > picture.c-image img {
      animation: hero-background-previous cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both; }
    .c-carousel li.f-animate-previous > picture.c-image.f-x-center img {
      animation-name: hero-background-previous-x-center; }
    .c-carousel li.f-animate-previous > picture.c-image.f-y-center img {
      animation-name: hero-background-previous-y-center; }
    .c-carousel li.f-animate-previous > picture.c-image.f-y-center.f-x-center img {
      animation-name: hero-background-previous-x-center-y-center; }
    .c-carousel li.f-animate-previous .c-hero > picture img {
      animation: hero-background-previous cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both; }
    .c-carousel li.f-animate-previous .c-hero > div {
      animation: hero-content-previous cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both; }
    .c-carousel li.f-animate-previous .c-hero.f-x-center > picture img {
      animation-name: hero-background-previous-x-center; }
    .c-carousel li.f-animate-previous .c-hero.f-y-center > picture img {
      animation-name: hero-background-previous-y-center; }
    .c-carousel li.f-animate-previous .c-hero.f-y-center.f-x-center > picture img {
      animation-name: hero-background-previous-x-center-y-center; }
    @media only screen and (max-width: 767px) {
      .c-carousel li > picture.c-image.f-x-left img, .c-carousel li > picture.c-image.f-x-right img {
        left: 0;
        left: calc(50%);
        right: auto;
        transform: translateX(-50%); }
      .c-carousel li .c-hero > div > div {
        padding-bottom: 48px; }
      .c-carousel li .c-hero.f-x-left > picture img, .c-carousel li .c-hero.f-x-right > picture img {
        left: 0;
        left: calc(50%);
        right: auto;
        transform: translateX(-50%); }
      .c-carousel li.f-animate-next > picture.c-image[class*="f-x"][class*="f-y"] img {
        animation-name: hero-background-next-x-center; }
      .c-carousel li.f-animate-next .c-hero[class*="f-x"][class*="f-y"] > picture img {
        animation-name: hero-background-next-x-center; }
      .c-carousel li.f-animate-previous > picture.c-image[class*="f-x"][class*="f-y"] img {
        animation-name: hero-background-previous-x-center; }
      .c-carousel li.f-animate-previous .c-hero[class*="f-x"][class*="f-y"] > picture img {
        animation-name: hero-background-previous-x-center; } }

.c-content-placement {
  margin-top: 48px;
  overflow: hidden; }
  .c-content-placement .c-heading {
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 56px;
    font-weight: 200;
    padding-top: 12px; }
  .c-content-placement .c-badge {
    margin-bottom: 4px; }
  .c-content-placement .c-paragraph {
    overflow: hidden;
    box-sizing: content-box;
    max-height: 80px;
    padding-top: 2px; }
  .c-content-placement .c-call-to-action {
    background: transparent;
    color: #0060ac;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 44px 7px 24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 12px; }
    .c-content-placement .c-call-to-action:focus, .c-content-placement .c-call-to-action:hover {
      background: transparent;
      border-color: transparent; }
    .c-content-placement .c-call-to-action:active {
      background: transparent;
      text-decoration: none; }
    .c-content-placement .c-call-to-action span:hover {
      text-decoration: underline; }
    .theme-light .c-content-placement .c-call-to-action, .theme-dark .theme-light .c-content-placement .c-call-to-action {
      color: #000;
      background: transparent;
      border-color: transparent; }
      .theme-light .c-content-placement .c-call-to-action:active, .theme-dark .theme-light .c-content-placement .c-call-to-action:active {
        color: rgba(0, 0, 0, 0.6); }
      .theme-light .c-content-placement .c-call-to-action:focus, .theme-dark .theme-light .c-content-placement .c-call-to-action:focus {
        outline-color: #000; }
    .theme-dark .c-content-placement .c-call-to-action, .theme-light .theme-dark .c-content-placement .c-call-to-action {
      color: #FFF;
      background: transparent;
      border-color: transparent; }
      .theme-dark .c-content-placement .c-call-to-action:active, .theme-light .theme-dark .c-content-placement .c-call-to-action:active {
        color: rgba(255, 255, 255, 0.6); }
      .theme-dark .c-content-placement .c-call-to-action:focus, .theme-light .theme-dark .c-content-placement .c-call-to-action:focus {
        outline-color: #FFF; }
  .c-content-placement .c-video {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0; }
    .c-content-placement .c-video video {
      min-width: 100%;
      width: 100%;
      height: 100%; }
  .c-content-placement > picture {
    display: block;
    position: relative;
    overflow: hidden; }
    .c-content-placement > picture img {
      position: relative;
      width: 100%; }
  .c-content-placement > div {
    padding-right: 24px; }
    .c-content-placement > div > .c-call-to-action {
      padding-right: 0; }
      .c-content-placement > div > .c-call-to-action:focus {
        padding-right: 44px; }
    .c-content-placement > div > .c-group {
      display: block;
      overflow: visible;
      margin-top: 12px; }
      .c-content-placement > div > .c-group > .c-call-to-action {
        margin-top: 0; }
        .c-content-placement > div > .c-group > .c-call-to-action + .c-call-to-action:focus {
          padding-left: 24px;
          margin-left: -24px; }
  @media only screen and (max-width: 767px) {
    .c-content-placement > div {
      padding-right: 12px; } }
  @media only screen and (max-width: 539px) {
    .c-content-placement .c-heading {
      font-size: 20px;
      line-height: 24px;
      overflow: hidden;
      box-sizing: content-box;
      max-height: 48px;
      font-weight: 400; } }


hr.c-divider,
.m-blog-post hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0; }

.c-drawer > button {
  min-height: 44px;
  position: relative; }

.c-drawer > header {
  margin-bottom: 8px;
  min-height: 44px;
  position: relative; }
  @media only screen and (max-width: 539px) {
    .c-drawer > header {
      padding-right: 36px; } }
  .c-drawer > header > button {
    height: 100%;
    position: absolute; }

.c-drawer > nav.c-link-navigation {
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  overflow: hidden;
  text-align: left;
  width: auto; }
  .c-drawer > nav.c-link-navigation li {
    display: inline-block;
    height: auto; }
    .c-drawer > nav.c-link-navigation li a.c-hyperlink, .c-drawer > nav.c-link-navigation li .m-blog-post a, .m-blog-post .c-drawer > nav.c-link-navigation li a {
      padding: 0; }
    .c-drawer > nav.c-link-navigation li:first-child a {
      margin-left: 0; }
  .c-drawer > nav.c-link-navigation ul {
    white-space: nowrap; }

.c-drawer > button,
.c-drawer > header > button {
  font-size: 13px;
  line-height: 16px;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  padding: 14px 36px 14px 12px;
  left: 0;
  text-align: left;
  width: 100%; }
  .c-drawer > button:after,
  .c-drawer > header > button:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 12px; }
  .c-drawer > button[aria-expanded="true"]:after,
  .c-drawer > header > button[aria-expanded="true"]:after {
    content: ""; }
  .c-drawer > button[aria-expanded="false"]:after,
  .c-drawer > header > button[aria-expanded="false"]:after {
    content: ""; }
  .c-drawer > button:focus,
  .c-drawer > header > button:focus {
    outline: 1px dashed #000; }
  .c-drawer > button:hover,
  .c-drawer > header > button:hover {
    background: rgba(0, 0, 0, 0.1); }
  .c-drawer > button:active,
  .c-drawer > header > button:active {
    background: rgba(0, 0, 0, 0.3); }

.c-drawer.f-responsive > button + div,
.c-drawer.f-responsive > header + div {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  padding-top: 8px; }

@media only screen and (min-width: 540px) {
  .c-drawer.f-responsive.f-show > button:after,
  .c-drawer.f-responsive.f-show > header > button:after {
    display: none; }
  .c-drawer.f-responsive.f-show > button:hover,
  .c-drawer.f-responsive.f-show > header > button:hover {
    background: transparent; } }

.c-drawer > div[id] {
  position: relative; }

.c-feature {
  position: relative;
  height: 300px; }
  .c-feature:before, .c-feature:after {
    content: " ";
    display: table; }
  .c-feature:after {
    clear: both; }
  .c-feature picture {
    height: 300px;
    width: 50%;
    display: block;
    position: relative;
    overflow: hidden; }
    .c-feature picture img {
      position: absolute;
      right: 0;
      top: 0;
      top: calc(50%);
      right: calc(50%);
      transform: translate(50%, -50%); }
  .c-feature .c-video {
    height: 300px;
    width: 50%;
    max-width: 50%;
    overflow: hidden;
    left: 0; }
    .c-feature .c-video > h1 {
      display: none; }
    .c-feature .c-video video {
      min-width: 100%;
      min-height: 100%;
      height: 100%;
      width: 100%; }
  .c-feature.f-align-left > div {
    left: 0;
    padding: 24px; }
  .c-feature.f-align-left picture,
  .c-feature.f-align-left .c-video {
    float: right; }
  .c-feature.f-align-right > div {
    left: 50%;
    padding: 24px; }
  .c-feature.f-align-right picture,
  .c-feature.f-align-right .c-video {
    float: left;
    left: 0; }
  .c-feature.f-align-right > div, .c-feature.f-align-left > div {
    position: absolute;
    top: 0;
    top: calc(50%);
    transform: translateY(-50%);
    width: 50%; }
  .c-feature.f-align-right .c-video, .c-feature.f-align-left .c-video {
    position: relative; }
  .c-feature > div {
    padding: 0 24px 24px; }
    .c-feature > div .c-heading {
      font-size: 24px;
      line-height: 28px;
      padding: 36px 0 4px;
      font-weight: 200;
      overflow: hidden;
      box-sizing: content-box;
      max-height: 84px; }
    .c-feature > div .c-paragraph {
      font-size: 15px;
      line-height: 20px;
      padding: 24px 0 0;
      font-weight: 400;
      overflow: hidden;
      box-sizing: content-box;
      max-height: 60px;
      padding-top: 0; }
    .c-feature > div .c-call-to-action {
      background: transparent;
      color: #0060ac;
      border-color: transparent;
      border-width: 2px;
      padding: 10px 44px 7px 24px;
      margin-left: -24px;
      margin-right: -24px;
      margin-top: 10px;
      text-transform: uppercase; }
      .c-feature > div .c-call-to-action:focus, .c-feature > div .c-call-to-action:hover {
        background: transparent;
        border-color: transparent; }
      .c-feature > div .c-call-to-action:active {
        background: transparent;
        text-decoration: none; }
      .c-feature > div .c-call-to-action span:hover {
        text-decoration: underline; }
      .theme-light .c-feature > div .c-call-to-action, .theme-dark .theme-light .c-feature > div .c-call-to-action {
        color: #000;
        background: transparent;
        border-color: transparent; }
        .theme-light .c-feature > div .c-call-to-action:active, .theme-dark .theme-light .c-feature > div .c-call-to-action:active {
          color: rgba(0, 0, 0, 0.6); }
        .theme-light .c-feature > div .c-call-to-action:focus, .theme-dark .theme-light .c-feature > div .c-call-to-action:focus {
          outline-color: #000; }
      .theme-dark .c-feature > div .c-call-to-action, .theme-light .theme-dark .c-feature > div .c-call-to-action {
        color: #FFF;
        background: transparent;
        border-color: transparent; }
        .theme-dark .c-feature > div .c-call-to-action:active, .theme-light .theme-dark .c-feature > div .c-call-to-action:active {
          color: rgba(255, 255, 255, 0.6); }
        .theme-dark .c-feature > div .c-call-to-action:focus, .theme-light .theme-dark .c-feature > div .c-call-to-action:focus {
          outline-color: #FFF; }
    .c-feature > div .c-group {
      display: block;
      overflow: visible;
      margin-top: 10px; }
      .c-feature > div .c-group .c-call-to-action {
        margin-top: 0;
        margin-right: 4px; }
    .c-feature > div .c-badge {
      margin-top: 12px; }
      .c-feature > div .c-badge + .c-heading {
        padding-top: 8px; }
  .c-feature.f-align-center {
    height: auto; }
    .c-feature.f-align-center > div {
      width: auto;
      padding: 0 24px;
      max-width: 848px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .c-feature.f-align-center > div .c-heading {
        font-size: 34px;
        line-height: 40px;
        padding: 38px 0 2px;
        font-weight: 100;
        max-height: 120px; }
      .c-feature.f-align-center > div .c-paragraph {
        max-height: 80px; }
      .c-feature.f-align-center > div .c-group {
        display: block; }
        .c-feature.f-align-center > div .c-group .c-call-to-action {
          margin: 0 2px; }
      .c-feature.f-align-center > div .c-badge {
        margin-top: 12px; }
        .c-feature.f-align-center > div .c-badge + .c-heading {
          padding-top: 8px; }
    .c-feature.f-align-center picture,
    .c-feature.f-align-center .c-video {
      width: 100%; }
  @media only screen and (max-width: 539px) {
    .c-feature {
      height: auto; }
      .c-feature.f-align-left > div, .c-feature.f-align-right > div {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 0 24px 24px; }
        .c-feature.f-align-left > div .c-badge, .c-feature.f-align-right > div .c-badge {
          margin-top: 12px; }
          .c-feature.f-align-left > div .c-badge + .c-heading, .c-feature.f-align-right > div .c-badge + .c-heading {
            padding-top: 8px; }
      .c-feature.f-align-left picture,
      .c-feature.f-align-left .c-video, .c-feature.f-align-right picture,
      .c-feature.f-align-right .c-video {
        float: none;
        width: auto; }
      .c-feature > div .c-heading {
        font-size: 20px;
        line-height: 24px;
        padding: 35px 0 5px;
        font-weight: 200;
        max-height: 48px; }
      .c-feature picture,
      .c-feature .c-video {
        height: 200px; } }
  @media only screen and (min-width: 1084px) {
    .c-feature {
      height: 400px; }
      .c-feature > div {
        max-width: 654px; }
      .c-feature picture,
      .c-feature .c-video {
        height: 400px; }
      .c-feature.f-align-right > div {
        padding: 48px; }
      .c-feature.f-align-left > div {
        padding: 48px; }
      .c-feature > div .c-heading {
        font-size: 34px;
        line-height: 40px;
        padding: 38px 0 2px;
        font-weight: 100;
        max-height: 120px; }
      .c-feature > div .c-paragraph {
        font-size: 15px;
        line-height: 20px;
        padding: 24px 0 0;
        font-weight: 400;
        max-height: 80px; }
      .c-feature.f-align-center > div {
        padding: 0 48px;
        max-width: 894px; } }

.c-flipper {
  display: inline-block;
  width: 24px;
  height: 48px;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-family: "MWF-MDL2";
  /*
    * Use .f-previous and .f-next
    * .f-left and f-left deprecated v1.3.0
    */ }
  .c-flipper:before {
    position: relative;
    left: 0;
    top: 0; }
  .c-flipper.f-left:before, .c-flipper.f-previous:before {
    content: ""; }
  .c-flipper.f-right:before, .c-flipper.f-next:before {
    content: ""; }
  .c-flipper:focus {
    outline: 1px dashed #000;
    background: rgba(0, 0, 0, 0.15); }
  .c-flipper:hover {
    background: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.8); }
  .c-flipper:active {
    background: rgba(0, 0, 0, 0.2);
    color: #000; }
  .theme-light .c-flipper, .theme-dark .theme-light .c-flipper {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.6); }
    .theme-light .c-flipper:focus, .theme-dark .theme-light .c-flipper:focus {
      background: rgba(255, 255, 255, 0.8);
      outline-color: #000; }
    .theme-light .c-flipper:hover, .theme-dark .theme-light .c-flipper:hover {
      background: rgba(255, 255, 255, 0.4);
      color: rgba(0, 0, 0, 0.8); }
    .theme-light .c-flipper:active, .theme-dark .theme-light .c-flipper:active {
      background: rgba(255, 255, 255, 0.2);
      color: #000; }
  .theme-dark .c-flipper, .theme-light .theme-dark .c-flipper {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.6); }
    .theme-dark .c-flipper:focus, .theme-light .theme-dark .c-flipper:focus {
      background: rgba(0, 0, 0, 0.8);
      outline-color: #FFF; }
    .theme-dark .c-flipper:hover, .theme-light .theme-dark .c-flipper:hover {
      background: rgba(0, 0, 0, 0.4);
      color: rgba(255, 255, 255, 0.8); }
    .theme-dark .c-flipper:active, .theme-light .theme-dark .c-flipper:active {
      background: rgba(0, 0, 0, 0.2);
      color: #FFF; }

.microsoft-uhf .c-universal-footer {
  margin-top: 0; }


.c-group {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 1px; }

  .c-group.f-wrap-items {
    flex-wrap: wrap; }
    @media only screen and (max-width: 539px) {

      .c-group.f-wrap-items .c-product-placement.f-orientation-vertical.f-size-medium {
        width: calc(50% - 24px); }

        .c-group.f-wrap-items .c-product-placement.f-orientation-vertical.f-size-medium picture img {
          width: 100%; } }

  .c-group .c-call-to-action {
    margin-right: 4px; }

  .c-group .c-action-trigger {
    padding-right: 24px; }

    .c-group .c-action-trigger:last-child {
      padding-right: 0; }

  .c-group .c-select-button {
    margin-top: 8px; }
  @media only screen and (min-width: 320px) {

    .c-group button.c-button,
    .c-group a.c-button[role="button"] {
      margin-right: 4px; } }
  @media only screen and (min-width: 540px) {

    .c-group button.c-button,
    .c-group a.c-button[role="button"] {
      margin-right: 8px; } }

[class^="c-heading-"]:before, [class^="c-heading-"]:after {
  content: " ";
  display: table; }

[class^="c-heading-"]:after {
  clear: both; }

[class^="c-heading-"] a.c-hyperlink, [class^="c-heading-"] .m-blog-post a, .m-blog-post [class^="c-heading-"] a {
  font-size: 15px;
  line-height: 20px;
  float: right;
  margin-left: 12px;
  font-weight: 400; }

.c-heading-1 a.c-hyperlink, .c-heading-1 .m-blog-post a, .m-blog-post .c-heading-1 a {
  margin-top: 45px; }

.c-heading-2 a.c-hyperlink, .c-heading-2 .m-blog-post a, .m-blog-post .c-heading-2 a {
  margin-top: 31px; }

.c-heading-3 a.c-hyperlink, .m-blog-post h1 a.c-hyperlink, .c-heading-3 .m-blog-post a, .m-blog-post .c-heading-3 a, .m-blog-post h1 a {
  margin-top: 18px; }

.c-heading-4 a.c-hyperlink, .m-blog-post h2 a.c-hyperlink, .c-heading-4 .m-blog-post a, .m-blog-post .c-heading-4 a, .m-blog-post h2 a {
  margin-top: 8px; }

.c-heading-5 a.c-hyperlink, .m-blog-post h3 a.c-hyperlink, .c-heading-5 .m-blog-post a, .m-blog-post .c-heading-5 a, .m-blog-post h3 a {
  margin-top: 4px; }

.c-heading-6 a.c-hyperlink, .m-blog-post h4 a.c-hyperlink,
.m-blog-post h5 a.c-hyperlink,
.m-blog-post h6 a.c-hyperlink, .c-heading-6 .m-blog-post a, .m-blog-post .c-heading-6 a, .m-blog-post h4 a, .m-blog-post h5 a, .m-blog-post h6 a {
  margin-top: 3px; }

@media (max-width: 767px) {
  .c-heading-1 a.c-hyperlink, .c-heading-1 .m-blog-post a, .m-blog-post .c-heading-1 a {
    margin-top: 31px; }
  .c-heading-2 a.c-hyperlink, .c-heading-2 .m-blog-post a, .m-blog-post .c-heading-2 a {
    margin-top: 18px; }
  .c-heading-3 a.c-hyperlink, .m-blog-post h1 a.c-hyperlink, .c-heading-3 .m-blog-post a, .m-blog-post .c-heading-3 a, .m-blog-post h1 a {
    margin-top: 10px; }
  .c-heading-4 a.c-hyperlink, .m-blog-post h2 a.c-hyperlink, .c-heading-4 .m-blog-post a, .m-blog-post .c-heading-4 a, .m-blog-post h2 a {
    margin-top: 4px; }
  .c-heading-5 a.c-hyperlink, .m-blog-post h3 a.c-hyperlink, .c-heading-5 .m-blog-post a, .m-blog-post .c-heading-5 a, .m-blog-post h3 a {
    margin-top: 3px; }
  .c-heading-6 a.c-hyperlink, .m-blog-post h4 a.c-hyperlink,
  .m-blog-post h5 a.c-hyperlink,
  .m-blog-post h6 a.c-hyperlink, .c-heading-6 .m-blog-post a, .m-blog-post .c-heading-6 a, .m-blog-post h4 a, .m-blog-post h5 a, .m-blog-post h6 a {
    margin-top: 0; } }

a.c-hyperlink, .m-blog-post a {
  text-decoration: none;
  color: #0060ac; }
  a.c-hyperlink:visited, .m-blog-post a:visited, a.c-hyperlink:hover, .m-blog-post a:hover {
    color: #0060ac;
    text-decoration: underline; }
  a.c-hyperlink:focus, .m-blog-post a:focus {
    outline: 1px dashed #000; }
    a.c-hyperlink:focus:active, .m-blog-post a:focus:active {
      outline-style: none; }
  a.c-hyperlink:active, .m-blog-post a:active {
    color: #0060ac;
    text-decoration: none; }
  .theme-light a.c-hyperlink, .theme-light .m-blog-post a, .m-blog-post .theme-light a, .theme-dark .theme-light a.c-hyperlink, .theme-dark .theme-light .m-blog-post a, .m-blog-post .theme-dark .theme-light a {
    text-decoration: underline;
    color: #000; }
    .theme-light a.c-hyperlink:focus, .theme-light .m-blog-post a:focus, .m-blog-post .theme-light a:focus, .theme-dark .theme-light a.c-hyperlink:focus, .theme-dark .theme-light .m-blog-post a:focus, .m-blog-post .theme-dark .theme-light a:focus {
      text-decoration: none;
      color: #000; }
    .theme-light a.c-hyperlink:visited, .theme-light .m-blog-post a:visited, .m-blog-post .theme-light a:visited, .theme-dark .theme-light a.c-hyperlink:visited, .theme-dark .theme-light .m-blog-post a:visited, .m-blog-post .theme-dark .theme-light a:visited {
      color: rgba(0, 0, 0, 0.4); }
    .theme-light a.c-hyperlink:hover, .theme-light .m-blog-post a:hover, .m-blog-post .theme-light a:hover, .theme-dark .theme-light a.c-hyperlink:hover, .theme-dark .theme-light .m-blog-post a:hover, .m-blog-post .theme-dark .theme-light a:hover {
      color: rgba(0, 0, 0, 0.8); }
    .theme-light a.c-hyperlink:active, .theme-light .m-blog-post a:active, .m-blog-post .theme-light a:active, .theme-dark .theme-light a.c-hyperlink:active, .theme-dark .theme-light .m-blog-post a:active, .m-blog-post .theme-dark .theme-light a:active {
      color: rgba(0, 0, 0, 0.6); }
  .theme-dark a.c-hyperlink, .theme-dark .m-blog-post a, .m-blog-post .theme-dark a, .theme-light .theme-dark a.c-hyperlink, .theme-light .theme-dark .m-blog-post a, .m-blog-post .theme-light .theme-dark a {
    text-decoration: underline;
    color: #FFF; }
    .theme-dark a.c-hyperlink:focus, .theme-dark .m-blog-post a:focus, .m-blog-post .theme-dark a:focus, .theme-light .theme-dark a.c-hyperlink:focus, .theme-light .theme-dark .m-blog-post a:focus, .m-blog-post .theme-light .theme-dark a:focus {
      text-decoration: none;
      outline-color: #FFF; }
    .theme-dark a.c-hyperlink:visited, .theme-dark .m-blog-post a:visited, .m-blog-post .theme-dark a:visited, .theme-light .theme-dark a.c-hyperlink:visited, .theme-light .theme-dark .m-blog-post a:visited, .m-blog-post .theme-light .theme-dark a:visited {
      color: rgba(255, 255, 255, 0.4); }
    .theme-dark a.c-hyperlink:hover, .theme-dark .m-blog-post a:hover, .m-blog-post .theme-dark a:hover, .theme-light .theme-dark a.c-hyperlink:hover, .theme-light .theme-dark .m-blog-post a:hover, .m-blog-post .theme-light .theme-dark a:hover {
      color: rgba(255, 255, 255, 0.8); }
    .theme-dark a.c-hyperlink:active, .theme-dark .m-blog-post a:active, .m-blog-post .theme-dark a:active, .theme-light .theme-dark a.c-hyperlink:active, .theme-light .theme-dark .m-blog-post a:active, .m-blog-post .theme-light .theme-dark a:active {
      color: rgba(255, 255, 255, 0.6); }


.c-glyph:before,
.c-glyph:after {
  font-family: "MWF-MDL2";
  display: inline-block;
  text-decoration: underline; }


.c-glyph:before,
.c-glyph:after,
.c-glyph:hover:before,
.c-glyph:hover:after {
  text-decoration: none; }


img.c-image, .m-blog-post img, picture.c-image img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto; }


img.c-image.f-round,
.m-blog-post img.f-round {
  border-radius: 50%; }


ul.c-list,
.m-blog-post ul,
ol.c-list,
.m-blog-post ol {
  font-size: 15px;
  line-height: 20px;
  padding-left: 19px;
  padding-right: 0;
  margin: 8px 0;
  list-style-position: outside; }

  ul.c-list li, .m-blog-post ul li,
  ol.c-list li,
  .m-blog-post ol li {
    padding: 8px 0; }

  ul.c-list.f-lean li, .m-blog-post ul.f-lean li,
  ol.c-list.f-lean li,
  .m-blog-post ol.f-lean li {
    padding: 0; }

  ul.c-list.f-bare,
  .m-blog-post ul.f-bare,
  ol.c-list.f-bare,
  .m-blog-post ol.f-bare {
    padding-left: 0;
    list-style-type: none; }


ul.c-list,
.m-blog-post ul {
  list-style-type: disc; }


ol.c-list,
.m-blog-post ol {
  list-style-type: decimal; }

.c-logo img + span {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  width: 1px !important;
  height: 1px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.c-meta-text {
  color: rgba(0, 0, 0, 0.6); }


.c-menu-item a,
.c-menu-item span,
.c-menu-item button {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 11px 12px 13px;
  outline: 0;
  cursor: pointer; }

  .c-menu-item a:hover,
  .c-menu-item a:focus,
  .c-menu-item span:hover,
  .c-menu-item span:focus,
  .c-menu-item button:hover,
  .c-menu-item button:focus {
    background: rgba(0, 0, 0, 0.1); }

  .c-menu-item a:focus,
  .c-menu-item span:focus,
  .c-menu-item button:focus {
    outline: 1px dashed #000; }

  .c-menu-item a:active,
  .c-menu-item span:active,
  .c-menu-item button:active {
    background: rgba(0, 0, 0, 0.3); }

  .c-menu-item a[role="menuitemradio"][aria-checked="true"],
  .c-menu-item span[role="menuitemradio"][aria-checked="true"],
  .c-menu-item button[role="menuitemradio"][aria-checked="true"] {
    background: #0060ac;
    color: #FFF; }


.c-menu-item.f-sub-menu > a,
.c-menu-item.f-sub-menu > button {
  position: relative; }

  .c-menu-item.f-sub-menu > a:after,
  .c-menu-item.f-sub-menu > button:after {
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    font-size: 6px;
    right: 12px;
    top: 19px; }

  .c-menu-item.f-sub-menu > a + .c-menu,
  .c-menu-item.f-sub-menu > button + .c-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0; }
  .no-js
  .c-menu-item.f-sub-menu > a:focus + .c-menu,
  .no-js
  .c-menu-item.f-sub-menu > a:hover + .c-menu,
  .js
  .c-menu-item.f-sub-menu > a[aria-expanded="true"] + .c-menu[aria-hidden="false"], .no-js
  .c-menu-item.f-sub-menu > button:focus + .c-menu,
  .no-js
  .c-menu-item.f-sub-menu > button:hover + .c-menu,
  .js
  .c-menu-item.f-sub-menu > button[aria-expanded="true"] + .c-menu[aria-hidden="false"] {
    display: block; }


.c-menu {
  position: relative;
  z-index: 1;
  width: 296px;
  min-width: 64px;
  max-width: 368px;
  padding: 0;
  margin: 0;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  background-clip: padding-box; }

  .c-menu .c-menu-item [aria-checked="true"] {
    background: #0060ac;
    color: #FFF; }
  .theme-dark
  .c-menu, .theme-light .theme-dark
  .c-menu {
    color: #000; }
  .theme-light
  .c-menu, .theme-dark .theme-light
  .c-menu {
    color: #000; }

.c-mosaic {
  max-width: 2048px;
  margin: 0 auto; }
  .c-mosaic [data-f-mosaic] > picture {
    z-index: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .c-mosaic [data-f-mosaic] > picture img {
      position: absolute;
      left: calc(50%);
      top: calc(50%);
      transform: translate(-50%, -50%); }
  .c-mosaic:before, .c-mosaic:after,
  .c-mosaic [data-f-mosaic*="f-vp"]:before,
  .c-mosaic [data-f-mosaic*="f-vp"]:after {
    content: " ";
    display: table; }
  .c-mosaic:after,
  .c-mosaic [data-f-mosaic*="f-vp"]:after {
    clear: both; }
  .c-mosaic [data-f-mosaic*="f-vp"] {
    float: left; }
  .c-mosaic [data-f-mosaic~="f-vp1-whole"] {
    width: 100%; }
  .c-mosaic [data-f-mosaic~="f-vp1-half"] {
    width: 50%; }
  .c-mosaic [data-f-mosaic~="f-height-small"] {
    height: 150px; }
  .c-mosaic [data-f-mosaic~="f-height-medium"] {
    height: 300px; }
  .c-mosaic [data-f-mosaic~="f-height-large"] {
    height: 300px; }
  @media only screen and (min-width: 540px) {
    .c-mosaic [data-f-mosaic~="f-vp2-whole"] {
      width: 100%; }
    .c-mosaic [data-f-mosaic~="f-vp2-half"] {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .c-mosaic [data-f-mosaic~="f-vp3-whole"] {
      width: 100%; }
    .c-mosaic [data-f-mosaic~="f-vp3-half"] {
      width: 50%; }
    .c-mosaic [data-f-mosaic~="f-height-small"] {
      height: 200px; }
    .c-mosaic [data-f-mosaic~="f-height-medium"] {
      height: 400px; }
    .c-mosaic [data-f-mosaic~="f-height-large"] {
      height: 400px; } }
  @media only screen and (min-width: 1084px) {
    .c-mosaic [data-f-mosaic~="f-vp4-whole"] {
      width: 100%; }
    .c-mosaic [data-f-mosaic~="f-vp4-half"] {
      width: 50%; }
    .c-mosaic [data-f-mosaic~="f-height-large"] {
      height: 800px; } }


.c-pagination {
  display: flex;
  flex: 0 0 auto;
  padding: 0;
  margin-top: 24px;
  flex-direction: row; }

  .c-pagination li {
    display: inline-block;
    margin-right: 12px; }

    .c-pagination li > a,
    .c-pagination li > span {
      display: inline-block;
      padding: 5px 11px;
      border: 1px solid transparent;
      white-space: nowrap; }

      .c-pagination li > a:focus,
      .c-pagination li > span:focus {
        background-color: rgba(0, 0, 0, 0.1);
        border-color: #0060ac; }

    .c-pagination li > a:hover {
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1); }

    .c-pagination li > a:active {
      background-color: rgba(0, 0, 0, 0.3);
      border-color: 1px solid rgba(0, 0, 0, 0.3); }

    .c-pagination li.f-active > a,
    .c-pagination li.f-active > span {
      border-color: #0060ac; }

    .c-pagination li.f-hide {
      display: none; }

    .c-pagination li:first-child .c-glyph:before {
      content: "";
      vertical-align: -2px;
      margin-right: 8px; }

    .c-pagination li:last-child .c-glyph:after {
      content: "";
      vertical-align: -2px;
      margin-left: 8px; }
    @media only screen and (max-width: 539px) {

      .c-pagination li:first-child a,
      .c-pagination li:last-child a {
        position: relative;
        text-indent: -9999px; }

      .c-pagination li:first-child .c-glyph:before,
      .c-pagination li:first-child .c-glyph:after,
      .c-pagination li:last-child .c-glyph:before,
      .c-pagination li:last-child .c-glyph:after {
        position: absolute;
        top: 8px;
        left: 9999px; } }

[class*="c-paragraph"].f-lean {
  padding: 0; }

.c-pivot > header {
  display: flex; }
  .c-pivot > header > a {
    font-size: 20px;
    display: inline-block;
    flex-shrink: 0;
    font-weight: 200;
    white-space: nowrap;
    padding: 1px 12px;
    color: rgba(0, 0, 0, 0.4);
    margin: 1px; }
    .c-pivot > header > a:first-child {
      padding-left: 0; }
    .c-pivot > header > a.f-active {
      color: #000; }
    .c-pivot > header > a:hover {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: underline; }
    .c-pivot > header > a:focus {
      outline: 1px dashed; }

.c-pivot > section[aria-hidden="true"] {
  display: none;
  overflow: hidden; }

.c-pivot > section[aria-hidden="false"] {
  display: block; }

.c-pivot.f-disabled > header > a {
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed; }

.c-mosaic-placement {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 19px;
  width: 100%;
  height: 100%; }
  .c-mosaic-placement.f-background-neutral-00 {
    background: #FFF; }
  .c-mosaic-placement.f-background-neutral-10 {
    background: #E3E3E3; }
  .c-mosaic-placement.f-background-neutral-20 {
    background: #C8C8C8; }
  .c-mosaic-placement.f-background-neutral-30 {
    background: #ACACAC; }
  .c-mosaic-placement.f-background-neutral-45 {
    background: #919191; }
  .c-mosaic-placement.f-background-neutral-55 {
    background: #767676; }
  .c-mosaic-placement.f-background-neutral-65 {
    background: #5E5E5E; }
  .c-mosaic-placement.f-background-neutral-75 {
    background: #464646; }
  .c-mosaic-placement.f-background-neutral-80 {
    background: #2F2F2F; }
  .c-mosaic-placement.f-background-neutral-90 {
    background: #171717; }
  .c-mosaic-placement.f-background-neutral-100 {
    background: #000; }
  .c-mosaic-placement.f-background-accent {
    background: #0060ac; }
  .c-mosaic-placement[class*="f-mask"] > picture:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1; }
  .theme-light .c-mosaic-placement.f-mask-10 > picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-10 > picture:before {
    background: rgba(255, 255, 255, 0.1); }
  .theme-light .c-mosaic-placement.f-mask-20 > picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-20 > picture:before {
    background: rgba(255, 255, 255, 0.2); }
  .theme-light .c-mosaic-placement.f-mask-40 > picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-40 > picture:before {
    background: rgba(255, 255, 255, 0.4); }
  .theme-light .c-mosaic-placement.f-mask-60 > picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-60 > picture:before {
    background: rgba(255, 255, 255, 0.6); }
  .theme-light .c-mosaic-placement.f-mask-80 > picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-80 > picture:before {
    background: rgba(255, 255, 255, 0.8); }
  .theme-light .c-mosaic-placement.f-mask-100 > picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-100 > picture:before {
    background: #FFF; }
  .theme-dark .c-mosaic-placement.f-mask-10 > picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-10 > picture:before {
    background: rgba(0, 0, 0, 0.1); }
  .theme-dark .c-mosaic-placement.f-mask-20 > picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-20 > picture:before {
    background: rgba(0, 0, 0, 0.2); }
  .theme-dark .c-mosaic-placement.f-mask-40 > picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-40 > picture:before {
    background: rgba(0, 0, 0, 0.4); }
  .theme-dark .c-mosaic-placement.f-mask-60 > picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-60 > picture:before {
    background: rgba(0, 0, 0, 0.6); }
  .theme-dark .c-mosaic-placement.f-mask-80 > picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-80 > picture:before {
    background: rgba(0, 0, 0, 0.8); }
  .theme-dark .c-mosaic-placement.f-mask-100 > picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-100 > picture:before {
    background: #000; }
  .c-mosaic-placement .c-video {
    height: 400px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute; }
    .c-mosaic-placement .c-video > h1 {
      display: none; }
    .c-mosaic-placement .c-video video {
      min-width: 100%;
      min-height: 100%;
      height: auto;
      width: auto;
      z-index: -100;
      background-size: cover;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0; }
  .c-mosaic-placement .c-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 200;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 48px;
    padding-bottom: 1.636px;
    font-weight: 700; }
  .c-mosaic-placement .c-subheading {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 72px;
    padding-bottom: 1.636px;
    font-weight: 200; }
  .c-mosaic-placement a.c-call-to-action {
    background: transparent;
    color: #0060ac;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 44px 7px 24px;
    margin-left: -24px;
    margin-right: -24px; }
    .c-mosaic-placement a.c-call-to-action:focus, .c-mosaic-placement a.c-call-to-action:hover {
      background: transparent;
      border-color: transparent; }
    .c-mosaic-placement a.c-call-to-action:active {
      background: transparent;
      text-decoration: none; }
    .c-mosaic-placement a.c-call-to-action span:hover {
      text-decoration: underline; }
    .theme-light .c-mosaic-placement a.c-call-to-action, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action {
      color: #000;
      background: transparent;
      border-color: transparent; }
      .theme-light .c-mosaic-placement a.c-call-to-action:active, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:active {
        color: rgba(0, 0, 0, 0.6); }
      .theme-light .c-mosaic-placement a.c-call-to-action:focus, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:focus {
        outline-color: #000; }
    .theme-dark .c-mosaic-placement a.c-call-to-action, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action {
      color: #FFF;
      background: transparent;
      border-color: transparent; }
      .theme-dark .c-mosaic-placement a.c-call-to-action:active, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:active {
        color: rgba(255, 255, 255, 0.6); }
      .theme-dark .c-mosaic-placement a.c-call-to-action:focus, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:focus {
        outline-color: #FFF; }
  .c-mosaic-placement .c-group,
  .c-mosaic-placement picture,
  .c-mosaic-placement picture:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .c-mosaic-placement picture:after {
    content: "";
    display: block; }
  .c-mosaic-placement .c-group {
    display: block;
    top: auto;
    text-align: center;
    height: 42px; }
  .c-mosaic-placement picture {
    z-index: 0;
    overflow: hidden; }
    .c-mosaic-placement picture img {
      position: absolute;
      left: calc(50%);
      top: calc(50%);
      transform: translate(-50%, -50%); }
    .c-mosaic-placement picture:after {
      z-index: 1; }
      .theme-light .c-mosaic-placement picture:after, .theme-dark .theme-light .c-mosaic-placement picture:after {
        background-color: rgba(255, 255, 255, 0.2); }
      .theme-dark .c-mosaic-placement picture:after, .theme-light .theme-dark .c-mosaic-placement picture:after {
        background-color: rgba(0, 0, 0, 0.2); }
  .c-mosaic-placement > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center; }
    .c-mosaic-placement > div > div {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: auto;
      text-align: center;
      height: 42px; }
  .c-mosaic-placement.f-height-large.f-width-small {
    padding: 0 12.5% 19px; }
  .c-mosaic-placement.f-height-large.f-width-large {
    padding: 0 25% 19px; }
  .c-mosaic-placement.f-height-medium .c-heading,
  .c-mosaic-placement.f-height-medium .c-subheading {
    display: none; }
  .c-mosaic-placement.f-height-medium.f-width-large {
    padding: 0 12.5% 19px; }
  .c-mosaic-placement.f-height-medium .c-video {
    height: 200px; }

.c-product-placement {
  margin-right: 24px;
  margin-top: 12px; }
  .c-product-placement > a {
    display: block;
    width: 100%;
    height: 100%; }
    .c-product-placement > a:before, .c-product-placement > a:after {
      content: " ";
      display: table; }
    .c-product-placement > a:after {
      clear: both; }
    .c-product-placement > a > picture img,
    .c-product-placement > a .c-image,
    .c-product-placement > a .m-blog-post img, .m-blog-post
    .c-product-placement > a img {
      outline: 1px solid rgba(0, 0, 0, 0.1); }
    .c-product-placement > a:focus {
      outline: 1px dashed rgba(0, 0, 0, 0.6); }
    .c-product-placement > a:hover .c-heading,
    .c-product-placement > a:hover .c-subheading,
    .c-product-placement > a:hover .c-heading-5,
    .c-product-placement > a:hover .m-blog-post h3, .m-blog-post
    .c-product-placement > a:hover h3,
    .c-product-placement > a:hover .c-paragraph {
      text-decoration: underline; }
    .c-product-placement > a:hover > picture img,
    .c-product-placement > a:hover .c-image,
    .c-product-placement > a:hover .m-blog-post img, .m-blog-post
    .c-product-placement > a:hover img, .c-product-placement > a:focus > picture img,
    .c-product-placement > a:focus .c-image,
    .c-product-placement > a:focus .m-blog-post img, .m-blog-post
    .c-product-placement > a:focus img {
      outline: 1px solid rgba(0, 0, 0, 0.6); }
  .c-product-placement picture,
  .c-product-placement picture img,
  .c-product-placement picture .c-image,
  .c-product-placement picture .m-blog-post img, .m-blog-post
  .c-product-placement picture img {
    display: inline-block; }
  .c-product-placement .c-badge {
    margin-top: 12px;
    margin-bottom: 4px; }
    .c-product-placement .c-badge + .c-heading {
      padding-top: 0; }
  .c-product-placement .c-heading {
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 20px;
    padding-top: 8px;
    font-weight: 400; }
  .c-product-placement .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 60px;
    color: rgba(0, 0, 0, 0.6); }
  .c-product-placement.context-accessory picture img,
  .c-product-placement.context-accessory .c-image,
  .c-product-placement.context-accessory .m-blog-post img, .m-blog-post
  .c-product-placement.context-accessory img, .c-product-placement.context-device picture img,
  .c-product-placement.context-device .c-image,
  .c-product-placement.context-device .m-blog-post img, .m-blog-post
  .c-product-placement.context-device img, .c-product-placement.context-artist picture img,
  .c-product-placement.context-artist .c-image,
  .c-product-placement.context-artist .m-blog-post img, .m-blog-post
  .c-product-placement.context-artist img {
    outline: none; }
  .c-product-placement.context-artist picture img,
  .c-product-placement.context-artist .c-image,
  .c-product-placement.context-artist .m-blog-post img, .m-blog-post
  .c-product-placement.context-artist img {
    border-radius: 50%; }
  .c-product-placement.context-artist.f-size-medium > a > div {
    text-align: center;
    padding: 0 12px; }
  .c-product-placement.context-tvshow picture + div {
    padding: 5px;
    height: 62px;
    width: 100%; }
  .c-product-placement.f-size-small {
    width: 358px; }
    .c-product-placement.f-size-small .c-badge {
      display: none; }
    .c-product-placement.f-size-small picture {
      float: left;
      margin-right: 12px; }
  .c-product-placement.f-size-medium {
    width: 167px; }
    .c-product-placement.f-size-medium > a > div {
      padding-right: 24px; }
  .c-product-placement.f-size-large {
    width: 358px; }
    .c-product-placement.f-size-large > a > div {
      padding-right: 24px; }
  .c-product-placement.f-size-extra-large {
    width: 740px; }
    .c-product-placement.f-size-extra-large > a > div {
      padding-right: 48px; }
  .c-product-placement.f-size-large .c-heading, .c-product-placement.f-size-extra-large .c-heading {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
    font-weight: 200; }
  @media only screen and (max-width: 539px) {
    .c-product-placement.f-size-large {
      width: 272px; } }


.c-select-menu {
  position: relative;
  display: inline-block; }

  .c-select-menu.f-border [aria-expanded] {
    margin-left: 8px;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.6); }

    .c-select-menu.f-border [aria-expanded]:hover {
      border-color: rgba(0, 0, 0, 0.8); }

    .c-select-menu.f-border [aria-expanded]:active,
    .c-select-menu.f-border [aria-expanded]:focus {
      border-color: #0060ac; }

  .c-select-menu .c-menu {
    position: absolute;
    top: 100%; }

  .c-select-menu [aria-expanded="false"] + .c-menu[aria-hidden="true"] {
    display: none; }

  .c-select-menu > button {
    border: 0;
    background: transparent; }

  .c-select-menu > a,
  .c-select-menu > button {
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    padding: 8px;
    padding-right: 24px;
    transform: translateX(-8px); }

    .c-select-menu > a:after,
    .c-select-menu > button:after {
      font-family: "MWF-MDL2";
      content: "";
      position: absolute;
      font-size: 9px;
      color: #000;
      font-weight: 700;
      right: 8px;
      padding-top: 7px; }

    .c-select-menu > a:hover,
    .c-select-menu > button:hover {
      color: rgba(0, 0, 0, 0.8); }

    .c-select-menu > a:focus,
    .c-select-menu > button:focus {
      border-color: #0060ac;
      outline: 1px dashed #000; }

      .c-select-menu > a:focus:hover,
      .c-select-menu > button:focus:hover {
        outline: none; }
  .no-js
  .c-select-menu:hover .c-menu,
  .js
  .c-select-menu > [aria-expanded="true"] + .c-menu[aria-hidden="false"],
  .js
  .c-select-menu > span[aria-expanded="true"] + .c-menu[aria-hidden="false"] {
    display: block; }
  .theme-dark
  .c-select-menu > a,
  .theme-dark
  .c-select-menu > button, .theme-light .theme-dark
  .c-select-menu > a,
  .theme-light .theme-dark
  .c-select-menu > button {
    color: rgba(255, 255, 255, 0.6); }
    .theme-dark
    .c-select-menu > a:hover,
    .theme-dark
    .c-select-menu > button:hover, .theme-light .theme-dark
    .c-select-menu > a:hover,
    .theme-light .theme-dark
    .c-select-menu > button:hover {
      color: rgba(255, 255, 255, 0.8); }
    .theme-dark
    .c-select-menu > a:after,
    .theme-dark
    .c-select-menu > button:after, .theme-light .theme-dark
    .c-select-menu > a:after,
    .theme-light .theme-dark
    .c-select-menu > button:after {
      color: #FFF; }
    .theme-dark
    .c-select-menu > a:focus,
    .theme-dark
    .c-select-menu > button:focus, .theme-light .theme-dark
    .c-select-menu > a:focus,
    .theme-light .theme-dark
    .c-select-menu > button:focus {
      outline-color: #FFF; }
  .theme-dark
  .c-select-menu.f-border > a,
  .theme-dark
  .c-select-menu.f-border > button, .theme-light .theme-dark
  .c-select-menu.f-border > a,
  .theme-light .theme-dark
  .c-select-menu.f-border > button {
    color: rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.6);
    border-color: #FFF; }
    .theme-dark
    .c-select-menu.f-border > a:after,
    .theme-dark
    .c-select-menu.f-border > button:after, .theme-light .theme-dark
    .c-select-menu.f-border > a:after,
    .theme-light .theme-dark
    .c-select-menu.f-border > button:after {
      color: #000; }
    .theme-dark
    .c-select-menu.f-border > a:hover,
    .theme-dark
    .c-select-menu.f-border > button:hover, .theme-light .theme-dark
    .c-select-menu.f-border > a:hover,
    .theme-light .theme-dark
    .c-select-menu.f-border > button:hover {
      color: rgba(0, 0, 0, 0.8);
      border-color: #FFF; }
    .theme-dark
    .c-select-menu.f-border > a:focus,
    .theme-dark
    .c-select-menu.f-border > button:focus, .theme-light .theme-dark
    .c-select-menu.f-border > a:focus,
    .theme-light .theme-dark
    .c-select-menu.f-border > button:focus {
      border-color: #FFF; }


.c-select {
  position: relative;
  margin-top: 20px;
  min-width: 88px;
  max-width: 296px;
  background-color: #FFF;
  cursor: pointer;
  height: 36px; }

  .c-select:after {
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    right: 4px;
    top: 1px;
    height: 34px;
    width: 31px;
    background: #FFF;
    padding-top: 10px;
    text-align: center; }

  .c-select:after:hover {
    z-index: 1; }

  .c-select select {
    position: relative;
    width: 100%;
    padding: 7px 34px 7px 5px;
    background: #FFF;
    appearance: none;
    height: 100%;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: none; }

    .c-select select:active,
    .c-select select:focus {
      background: #FFF; }

    .c-select select:hover {
      z-index: 2;
      background: transparent;
      border-color: rgba(0, 0, 0, 0.8); }

    .c-select select:active,
    .c-select select:focus {
      border-color: #0060ac; }

    .c-select select[disabled] {
      cursor: not-allowed;
      color: rgba(0, 0, 0, 0.2);
      border-color: rgba(0, 0, 0, 0.2);
      background: #FFF;
      z-index: 2;
      padding-right: 0; }

    .c-select select option {
      background: #FFF;
      color: #000; }

    .c-select select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }

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

    .c-select select:focus::-ms-value {
      background: transparent;
      color: #000; }

.c-sequence-indicator {
  font-size: 0; }
  .c-sequence-indicator button {
    display: inline-block;
    border: 0;
    padding: 2px 3px;
    width: 12px;
    height: 10px;
    background: transparent; }
    .c-sequence-indicator button:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.8); }
    .c-sequence-indicator button:focus {
      outline: 1px dashed #000; }
    .c-sequence-indicator button:hover:before {
      background: rgba(0, 0, 0, 0.4); }
    .c-sequence-indicator button[aria-checked="true"]:before {
      background: #000; }
  .theme-light .c-sequence-indicator button:before, .theme-dark .theme-light .c-sequence-indicator button:before {
    border-color: rgba(0, 0, 0, 0.8); }
  .theme-light .c-sequence-indicator button:focus, .theme-dark .theme-light .c-sequence-indicator button:focus {
    outline-color: #000; }
  .theme-light .c-sequence-indicator button:hover:before, .theme-dark .theme-light .c-sequence-indicator button:hover:before {
    background: rgba(0, 0, 0, 0.4); }
  .theme-light .c-sequence-indicator button[aria-checked="true"]:before, .theme-dark .theme-light .c-sequence-indicator button[aria-checked="true"]:before {
    background: #000; }
  .theme-dark .c-sequence-indicator button:before, .theme-light .theme-dark .c-sequence-indicator button:before {
    border-color: rgba(255, 255, 255, 0.8); }
  .theme-dark .c-sequence-indicator button:focus, .theme-light .theme-dark .c-sequence-indicator button:focus {
    outline-color: #FFF; }
  .theme-dark .c-sequence-indicator button:hover:before, .theme-light .theme-dark .c-sequence-indicator button:hover:before {
    background: rgba(255, 255, 255, 0.4); }
  .theme-dark .c-sequence-indicator button[aria-checked="true"]:before, .theme-light .theme-dark .c-sequence-indicator button[aria-checked="true"]:before {
    background: #FFF; }

.c-social {
  display: block;
  margin-top: 48px; }
  .c-social.f-facebook > div, .c-social.f-pinterest > div, .c-social.f-twitter > div {
    display: inline-block;
    margin-right: 24px; }
  .c-social > span {
    font-size: 11px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6); }
  .c-social > a {
    position: relative;
    width: 32px;
    height: 32px; }
    .c-social > a:hover:before {
      background: rgba(0, 0, 0, 0.1); }
    .c-social > a:focus {
      outline: 1px dashed #000; }
    .c-social > a:before {
      background: none;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .c-social > a > img {
      width: 32px;
      height: 32px; }
  .c-social.f-share > a:hover:before, .c-social.f-follow > a:hover:before {
    background: rgba(255, 255, 255, 0); }
  .c-social.f-share > a:active, .c-social.f-follow > a:active {
    outline: none; }
  .c-social.f-share > a > img, .c-social.f-follow > a > img {
    opacity: 0.6; }
    .c-social.f-share > a > img:hover, .c-social.f-share > a > img:focus, .c-social.f-follow > a > img:hover, .c-social.f-follow > a > img:focus {
      opacity: 0.8; }
    .c-social.f-share > a > img:active, .c-social.f-follow > a > img:active {
      opacity: 1; }
  .c-social button {
    width: 32px;
    height: 32px;
    border: 0;
    background-color: transparent;
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
    vertical-align: middle; }
    .c-social button[aria-hidden="true"] {
      display: none; }
    .c-social button:focus {
      outline: 1px dashed #000; }
  .c-social .f-hide {
    display: none !important; }
  .c-social.f-horizontal > a {
    display: inline-block;
    margin-right: 12px; }
  .c-social.f-horizontal button[aria-hidden="false"] {
    display: inline-block; }
  .c-social.f-horizontal button.c-glyph[aria-expanded="false"]:after {
    content: ""; }
  .c-social.f-horizontal button.c-glyph[aria-expanded="true"]:after {
    content: ""; }
  .c-social.f-vertical > a {
    display: block;
    margin-bottom: 12px;
    margin-right: 0; }
  .c-social.f-vertical button[aria-hidden="false"] {
    display: block; }
  .c-social.f-vertical button.c-glyph[aria-expanded="false"]:after {
    font-family: "MWF-MDL2";
    content: ""; }
  .c-social.f-vertical button.c-glyph[aria-expanded="true"]:after {
    font-family: "MWF-MDL2";
    content: ""; }
  @media only screen and (max-width: 767px) {
    .c-social {
      margin-top: 36px; } }

.c-structured-list {
  margin: 24px 0; }
  .c-structured-list .f-column {
    padding-left: 10px; }
    .c-structured-list .f-column:first-child {
      padding-right: 10px;
      padding-left: 0; }
      @media only screen and (max-width: 1399px) {
        .c-structured-list .f-column:first-child .f-row:first-child {
          border-top: 1px solid #464646; } }
    @media only screen and (max-width: 1399px) {
      .c-structured-list .f-column {
        padding-right: 10px;
        padding-left: 0;
        max-width: 768px; } }
    .c-structured-list .f-column .f-row {
      border-bottom: 1px solid #464646;
      float: left; }
      .c-structured-list .f-column .f-row:before, .c-structured-list .f-column .f-row:after {
        content: " ";
        display: table; }
      .c-structured-list .f-column .f-row:after {
        clear: both; }
      .c-structured-list .f-column .f-row:first-child {
        border-top: 1px solid #464646; }
        @media only screen and (max-width: 1399px) {
          .c-structured-list .f-column .f-row:first-child {
            border-top: 0; } }
      .c-structured-list .f-column .f-row [data-grid="col-2 stack-2"] {
        padding: 10px 12px; }
      .c-structured-list .f-column .f-row .c-paragraph-3, .c-structured-list .f-column .f-row .m-blog-post p, .m-blog-post .c-structured-list .f-column .f-row p {
        padding: 10px 0; }


.c-table,
.m-blog-post table {
  overflow: visible;
  margin-top: 8px; }

  .c-table.f-divided tbody tr, .m-blog-post table.f-divided tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .c-table td.f-image, .m-blog-post table td.f-image {
    padding: 8px;
    vertical-align: middle; }

  .c-table table, .m-blog-post table table {
    width: 100%; }

  .c-table thead, .m-blog-post table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

    .c-table thead th, .m-blog-post table thead th {
      font-size: 11px;
      line-height: 16px;
      vertical-align: top;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.6); }

      .c-table thead th button, .m-blog-post table thead th button {
        font-size: 11px;
        line-height: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.6);
        background: transparent;
        border: 0;
        padding-left: 0; }

        .c-table thead th button:hover, .m-blog-post table thead th button:hover {
          color: rgba(0, 0, 0, 0.8); }

        .c-table thead th button:focus, .m-blog-post table thead th button:focus {
          outline: 1px dashed rgba(0, 0, 0, 0.6); }

        .c-table thead th button:active, .m-blog-post table thead th button:active {
          color: #000;
          outline: 1px solid transparent; }

        .c-table thead th button.c-glyph:after, .m-blog-post table thead th button.c-glyph:after {
          display: inline-block;
          margin-left: 8px;
          vertical-align: top; }

        .c-table thead th button.f-ascending, .m-blog-post table thead th button.f-ascending {
          color: #000; }

          .c-table thead th button.f-ascending:after, .m-blog-post table thead th button.f-ascending:after {
            content: ""; }

        .c-table thead th button.f-descending, .m-blog-post table thead th button.f-descending {
          color: #000; }

          .c-table thead th button.f-descending:after, .m-blog-post table thead th button.f-descending:after {
            content: ""; }

    .c-table thead th[colspan]:not([colspan="1"]), .m-blog-post table thead th[colspan]:not([colspan="1"]) {
      text-align: center; }

    .c-table thead tr + tr th, .m-blog-post table thead tr + tr th,
    .c-table thead tr + tr th:last-child, .m-blog-post table thead tr + tr th:last-child {
      text-align: center; }

  .c-table tr:before, .m-blog-post table tr:before {
    content: "";
    display: block;
    width: 7px; }

  .c-table td, .m-blog-post table td,
  .c-table th, .m-blog-post table th {
    padding: 10px 12px;
    text-align: left; }

    .c-table td.f-sub-categorical, .m-blog-post table td.f-sub-categorical,
    .c-table th.f-sub-categorical, .m-blog-post table th.f-sub-categorical {
      text-align: center; }

    .c-table td.f-numerical, .m-blog-post table td.f-numerical,
    .c-table th.f-numerical, .m-blog-post table th.f-numerical {
      text-align: right; }

      .c-table td.f-numerical .c-price, .m-blog-post table td.f-numerical .c-price,
      .c-table th.f-numerical .c-price, .m-blog-post table th.f-numerical .c-price {
        float: right; }

  .c-table[data-table="structured"],
  .m-blog-post table[data-table="structured"] {
    margin-top: 20px; }

    .c-table[data-table="structured"] table, .m-blog-post table[data-table="structured"] table {
      table-layout: fixed; }

      .c-table[data-table="structured"] table td, .m-blog-post table[data-table="structured"] table td {
        width: 50%; }

  .c-table ul.c-list, .m-blog-post table ul.c-list,
  .c-table .m-blog-post ul, .m-blog-post
  .c-table ul, .m-blog-post table ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

    .c-table ul.c-list li, .m-blog-post table ul.c-list li,
    .c-table .m-blog-post ul li, .m-blog-post
    .c-table ul li, .m-blog-post table ul li {
      padding: 0 0 8px;
      list-style: none; }

  .c-table .c-paragraph, .m-blog-post table .c-paragraph {
    padding: 0; }

  .c-table .c-call-to-action, .m-blog-post table .c-call-to-action {
    background: transparent;
    color: #0060ac;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 44px 7px 24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 10px; }

    .c-table .c-call-to-action:focus, .m-blog-post table .c-call-to-action:focus,
    .c-table .c-call-to-action:hover, .m-blog-post table .c-call-to-action:hover {
      background: transparent;
      border-color: transparent; }

    .c-table .c-call-to-action:active, .m-blog-post table .c-call-to-action:active {
      background: transparent;
      text-decoration: none; }

    .c-table .c-call-to-action span:hover, .m-blog-post table .c-call-to-action span:hover {
      text-decoration: underline; }
    .theme-light
    .c-table .c-call-to-action, .theme-light .m-blog-post table .c-call-to-action, .m-blog-post .theme-light table .c-call-to-action, .theme-dark .theme-light
    .c-table .c-call-to-action, .theme-dark .theme-light .m-blog-post table .c-call-to-action, .m-blog-post .theme-dark .theme-light table .c-call-to-action {
      color: #000;
      background: transparent;
      border-color: transparent; }
      .theme-light
      .c-table .c-call-to-action:active, .theme-light .m-blog-post table .c-call-to-action:active, .m-blog-post .theme-light table .c-call-to-action:active, .theme-dark .theme-light
      .c-table .c-call-to-action:active, .theme-dark .theme-light .m-blog-post table .c-call-to-action:active, .m-blog-post .theme-dark .theme-light table .c-call-to-action:active {
        color: rgba(0, 0, 0, 0.6); }
      .theme-light
      .c-table .c-call-to-action:focus, .theme-light .m-blog-post table .c-call-to-action:focus, .m-blog-post .theme-light table .c-call-to-action:focus, .theme-dark .theme-light
      .c-table .c-call-to-action:focus, .theme-dark .theme-light .m-blog-post table .c-call-to-action:focus, .m-blog-post .theme-dark .theme-light table .c-call-to-action:focus {
        outline-color: #000; }
    .theme-dark
    .c-table .c-call-to-action, .theme-dark .m-blog-post table .c-call-to-action, .m-blog-post .theme-dark table .c-call-to-action, .theme-light .theme-dark
    .c-table .c-call-to-action, .theme-light .theme-dark .m-blog-post table .c-call-to-action, .m-blog-post .theme-light .theme-dark table .c-call-to-action {
      color: #FFF;
      background: transparent;
      border-color: transparent; }
      .theme-dark
      .c-table .c-call-to-action:active, .theme-dark .m-blog-post table .c-call-to-action:active, .m-blog-post .theme-dark table .c-call-to-action:active, .theme-light .theme-dark
      .c-table .c-call-to-action:active, .theme-light .theme-dark .m-blog-post table .c-call-to-action:active, .m-blog-post .theme-light .theme-dark table .c-call-to-action:active {
        color: rgba(255, 255, 255, 0.6); }
      .theme-dark
      .c-table .c-call-to-action:focus, .theme-dark .m-blog-post table .c-call-to-action:focus, .m-blog-post .theme-dark table .c-call-to-action:focus, .theme-light .theme-dark
      .c-table .c-call-to-action:focus, .theme-light .theme-dark .m-blog-post table .c-call-to-action:focus, .m-blog-post .theme-light .theme-dark table .c-call-to-action:focus {
        outline-color: #FFF; }

    .c-table .c-call-to-action:hover, .m-blog-post table .c-call-to-action:hover {
      border-color: transparent; }

.x-screen-reader.skip-to-main:focus {
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  padding: 10px !important;
  top: 5px;
  left: 4px;
  background: #f2f2f2;
  font-weight: 600;
  color: #006FC3;
  z-index: 100000;
  outline: 1px dashed #000; }

@media all and (min-width: 899px) {
  .microsoft-uhf .shell-header-dropdown-label a {
    line-height: 42px;
    margin-top: 4px; } }

.microsoft-uhf .shell-header .shell-header-cart a {
  height: auto;
  padding: 7px 10px;
  margin: 10px 0 1px 6px; }

.microsoft-uhf .shell-category-header .shell-category-nav .shell-category-top-level {
  overflow: inherit; }

.microsoft-uhf .shell-header-dropdown-tab-label a,
.microsoft-uhf .shell-header-dropdown-tab-list a {
  margin: 1px; }

.microsoft-uhf .shell-category-header .shell-category-nav .c-top-nav-link {
  height: 95%;
  padding: 1.25em 1.5em;
  margin-top: 2px; }
  .microsoft-uhf .shell-category-header .shell-category-nav .c-top-nav-link:focus {
    outline: 1px dashed #FFF; }

.microsoft-uhf .shell-category-header .shell-category-nav .c-logo-mobile {
  margin-top: 0;
  padding: 9px 10px;
  height: 48px; }

.microsoft-uhf .shell-category-header .shell-category-nav .c-nav-dropdown-menu a {
  margin: 1px;
  width: 99%; }

.microsoft-uhf input[type="search"]:focus,
.microsoft-uhf .shell-search button:focus,
.microsoft-uhf .shell-header a:focus {
  outline: 1px dashed; }

.c-video {
  display: inline-block;
  margin: 0;
  width: 100%;
  min-width: 320px;
  direction: ltr; }
  .c-video > [aria-hidden="true"] {
    display: none; }
  .c-video video {
    display: block;
    min-width: 100%;
    width: 100%;
    max-height: 100%;
    height: auto;
    background: #000; }
  .c-video .f-progress {
    direction: ltr;
    width: 100%;
    width: calc(100% - 270px);
    display: inline-block; }
    .c-video .f-progress div {
      background: rgba(255, 255, 255, 0.4); }
      .c-video .f-progress div button:hover,
      .c-video .f-progress div button:active {
        background: #FFF; }
      .c-video .f-progress div button span {
        font-size: 13px;
        width: auto;
        top: -50px;
        background: #000;
        color: #FFF; }
        @media (max-width: 767px) {
          .c-video .f-progress div button span {
            font-size: 12px; } }
  .c-video button {
    color: #FFF;
    background: transparent;
    border: 0; }
  .c-video .f-video-controls {
    font-size: 24px;
    width: 100%;
    height: 44px;
    background: #000;
    position: relative;
    display: inline-block; }
    @media (max-width: 767px) {
      .c-video .f-video-controls {
        font-size: 20px; } }
    .c-video .f-video-controls button.c-glyph {
      width: 44px;
      height: 42px;
      padding-top: 8px;
      vertical-align: middle; }
      .c-video .f-video-controls button.c-glyph:hover, .c-video .f-video-controls button.c-glyph:focus {
        color: rgba(255, 255, 255, 0.6); }
      .c-video .f-video-controls button.c-glyph:focus {
        outline: 1px dashed #FFF; }
      .c-video .f-video-controls button.c-glyph:active {
        color: rgba(255, 255, 255, 0.4); }
    .c-video .f-video-controls .f-timecode {
      font-size: 13px;
      color: #FFF;
      padding-right: 12px;
      position: relative; }
      @media (max-width: 767px) {
        .c-video .f-video-controls .f-timecode {
          font-size: 12px; } }
      .c-video .f-video-controls .f-timecode span {
        color: rgba(255, 255, 255, 0.6); }
  .c-video .f-play-pause {
    margin-left: 1px;
    margin-top: 1px; }
    .c-video .f-play-pause span {
      font-size: 13px;
      color: #FFF;
      position: absolute;
      height: 36px;
      min-width: 44px;
      bottom: 45px;
      left: 0;
      background: #000;
      padding: 8px; }
      @media (max-width: 767px) {
        .c-video .f-play-pause span {
          font-size: 12px; } }
      .c-video .f-play-pause span[aria-hidden="true"] {
        display: none; }
      .c-video .f-play-pause span[aria-hidden="false"] {
        display: block; }
  .c-video .f-full-screen {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 1px; }
    .c-video .f-full-screen span {
      font-size: 13px;
      color: #FFF;
      position: absolute;
      height: 36px;
      min-width: 44px;
      text-align: right;
      bottom: 45px;
      right: 0;
      background: #000;
      padding: 8px; }
      @media (max-width: 767px) {
        .c-video .f-full-screen span {
          font-size: 12px; } }
      .c-video .f-full-screen span[aria-hidden="true"] {
        display: none; }
      .c-video .f-full-screen span[aria-hidden="false"] {
        display: block; }
  .c-video .f-volume-button {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 45px;
    margin-left: 12px; }
  .c-video .f-volume-slider {
    position: absolute;
    width: 44px;
    min-height: 148px;
    bottom: 46px;
    right: 46px;
    background: #000; }
    .c-video .f-volume-slider[aria-hidden="true"] {
      visibility: hidden; }
    .c-video .f-volume-slider[aria-hidden="false"] {
      visibility: visible; }
    .c-video .f-volume-slider .c-slider {
      direction: ltr;
      transform: rotate(-90deg);
      width: 120px;
      padding-bottom: 40px;
      margin-top: 52px;
      margin-left: -18px; }
      .c-video .f-volume-slider .c-slider div {
        background: rgba(255, 255, 255, 0.4); }
        .c-video .f-volume-slider .c-slider div button:hover,
        .c-video .f-volume-slider .c-slider div button:active {
          background: #FFF; }
        .c-video .f-volume-slider .c-slider div > span {
          min-height: 0;
          height: 4px;
          width: 100%;
          top: 0;
          left: 0;
          background: #0060ac; }
        .c-video .f-volume-slider .c-slider div button {
          z-index: 1; }
          .c-video .f-volume-slider .c-slider div button span {
            font-size: 13px;
            width: auto;
            transform: rotate(90deg);
            min-width: 40px;
            min-height: 32px;
            top: 38px;
            left: -16px;
            background: #000;
            color: #FFF; }
            @media (max-width: 767px) {
              .c-video .f-volume-slider .c-slider div button span {
                font-size: 12px; } }
  .c-video .glyph-play:before {
    font-family: "MWF-MDL2";
    content: ""; }
  .c-video .glyph-pause:before {
    font-family: "MWF-MDL2";
    content: ""; }
  .c-video .glyph-full-screen:before {
    font-family: "MWF-MDL2";
    content: ""; }
  .c-video .glyph-mute:before {
    font-family: "MWF-MDL2";
    content: ""; }
  .c-video .glyph-volume:before {
    font-family: "MWF-MDL2";
    content: ""; }

.x-clearfix:before, .x-clearfix:after {
  content: " ";
  display: table; }

.x-clearfix:after {
  clear: both; }

.x-float-left {
  float: left !important; }

.x-float-right {
  float: right !important; }

@media print {
  .x-visible-print-block {
    display: block !important; }
  .x-visible-print-inline {
    display: inline !important; }
  .x-visible-print-inline-block {
    display: inline-block !important; }
  .x-hidden-print {
    display: none !important; } }

@media all and (max-width: 539px) {
  .x-visible-vp1-block {
    display: block !important; }
  .x-visible-vp1-inline {
    display: inline !important; }
  .x-visible-vp1-inline-block {
    display: inline-block !important; }
  .x-hidden-vp1 {
    display: none !important; } }

@media all and (min-width: 540px) and (max-width: 767px) {
  .x-visible-vp2-block {
    display: block !important; }
  .x-visible-vp2-inline {
    display: inline !important; }
  .x-visible-vp2-inline-block {
    display: inline-block !important; }
  .x-hidden-vp2 {
    display: none !important; } }

@media all and (min-width: 768px) and (max-width: 1083px) {
  .x-visible-vp3-block {
    display: block !important; }
  .x-visible-vp3-inline {
    display: inline !important; }
  .x-visible-vp3-inline-block {
    display: inline-block !important; }
  .x-hidden-vp3 {
    display: none !important; } }

@media all and (min-width: 1084px) and (max-width: 1399px) {
  .x-visible-vp4-block {
    display: block !important; }
  .x-visible-vp4-inline {
    display: inline !important; }
  .x-visible-vp4-inline-block {
    display: inline-block !important; }
  .x-hidden-vp4 {
    display: none !important; } }

@media all and (min-width: 1400px) {
  .x-visible-vp5-block {
    display: block !important; }
  .x-visible-vp5-inline {
    display: inline !important; }
  .x-visible-vp5-inline-block {
    display: inline-block !important; }
  .x-hidden-vp5 {
    display: none !important; } }


.x-screen-reader {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  width: 1px !important;
  height: 1px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }

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

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

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

.m-banner {
  text-align: center; }
  .m-banner .c-heading-3, .m-banner .m-blog-post h1, .m-blog-post .m-banner h1 {
    overflow: hidden;
    box-sizing: content-box;
    max-height: 80px;
    padding-bottom: 3.1812px; }
  .m-banner .c-caption-1, .m-banner .m-blog-post .wp-caption-text, .m-blog-post .m-banner .wp-caption-text {
    font-size: 18px;
    padding-top: 20px;
    color: rgba(0, 0, 0, 0.6); }
  .m-banner .c-image, .m-banner .m-blog-post img, .m-blog-post .m-banner img {
    margin: 0 auto;
    width: auto;
    max-height: 70px; }
    .m-banner .c-image + .c-heading-3, .m-banner .m-blog-post img + .c-heading-3, .m-blog-post .m-banner img + .c-heading-3, .m-banner .m-blog-post .c-image + h1, .m-blog-post .m-banner .c-image + h1, .m-banner .m-blog-post img + h1, .m-blog-post .m-banner img + h1 {
      padding-top: 10px; }
  .m-banner a.c-call-to-action {
    background: transparent;
    color: #0060ac;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 44px 7px 24px;
    margin-left: -24px;
    margin-right: -24px; }
    .m-banner a.c-call-to-action:focus, .m-banner a.c-call-to-action:hover {
      background: transparent;
      border-color: transparent; }
    .m-banner a.c-call-to-action:active {
      background: transparent;
      text-decoration: none; }
    .m-banner a.c-call-to-action span:hover {
      text-decoration: underline; }
    .theme-light .m-banner a.c-call-to-action, .theme-dark .theme-light .m-banner a.c-call-to-action {
      color: #000;
      background: transparent;
      border-color: transparent; }
      .theme-light .m-banner a.c-call-to-action:active, .theme-dark .theme-light .m-banner a.c-call-to-action:active {
        color: rgba(0, 0, 0, 0.6); }
      .theme-light .m-banner a.c-call-to-action:focus, .theme-dark .theme-light .m-banner a.c-call-to-action:focus {
        outline-color: #000; }
    .theme-dark .m-banner a.c-call-to-action, .theme-light .theme-dark .m-banner a.c-call-to-action {
      color: #FFF;
      background: transparent;
      border-color: transparent; }
      .theme-dark .m-banner a.c-call-to-action:active, .theme-light .theme-dark .m-banner a.c-call-to-action:active {
        color: rgba(255, 255, 255, 0.6); }
      .theme-dark .m-banner a.c-call-to-action:focus, .theme-light .theme-dark .m-banner a.c-call-to-action:focus {
        outline-color: #FFF; }

.m-content-placement .c-content-placement {
  margin-top: 0; }

.m-product-placement .c-hyperlink[aria-hidden="true"], .m-product-placement .m-blog-post a[aria-hidden="true"], .m-blog-post .m-product-placement a[aria-hidden="true"] {
  visibility: hidden; }

.m-product-placement.f-software, .m-product-placement.f-movie, .m-product-placement.f-tvshow, .m-product-placement.f-app {
  padding-bottom: 48px; }

.m-product-placement.f-artist .c-heading-5, .m-product-placement.f-artist .m-blog-post h3, .m-blog-post .m-product-placement.f-artist h3, .m-product-placement.f-album .c-heading-5, .m-product-placement.f-album .m-blog-post h3, .m-blog-post .m-product-placement.f-album h3, .m-product-placement.f-song .c-heading-5, .m-product-placement.f-song .m-blog-post h3, .m-blog-post .m-product-placement.f-song h3 {
  padding-bottom: 12px; }

.m-product-placement.f-artist, .m-product-placement.f-album {
  padding-bottom: 13px; }

.m-product-placement.f-song {
  padding-bottom: 24px; }

.m-product-placement.f-artist .c-heading-5, .m-product-placement.f-artist .m-blog-post h3, .m-blog-post .m-product-placement.f-artist h3 {
  padding-top: 12px; }

.m-product-placement.f-artist a > div {
  height: inherit; }

.m-product-placement .c-carousel .c-flipper {
  /*
            * Use .f-previous and .f-next
            * .f-left and f-right deprecated v1.3.0
            */ }
  .m-product-placement .c-carousel .c-flipper.f-left, .m-product-placement .c-carousel .c-flipper.f-previous {
    left: -24px; }
  .m-product-placement .c-carousel .c-flipper.f-right, .m-product-placement .c-carousel .c-flipper.f-next {
    right: -24px; }

@media only screen and (max-width: 767px) {
  .m-product-placement .c-carousel .c-flipper {
    /*
                * Use .f-previous and .f-next
                * .f-left and f-right deprecated v1.3.0
                */ }
    .m-product-placement .c-carousel .c-flipper.f-left, .m-product-placement .c-carousel .c-flipper.f-previous {
      background-color: transparent; }
    .m-product-placement .c-carousel .c-flipper.f-right, .m-product-placement .c-carousel .c-flipper.f-next {
      background-color: transparent; } }

.m-social {
  padding: 0;
  display: block;
  margin-top: 48px; }

.c-social {
  display: block;
  margin-top: 48px; }

.m-social.f-facebook > div, .m-social.f-pinterest > div, .m-social.f-twitter > div {
  display: inline-block;
  margin-right: 24px; }

.c-social.f-facebook > div, .c-social.f-pinterest > div, .c-social.f-twitter > div {
  display: inline-block;
  margin-right: 24px; }

.m-social > span, .c-social > span {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 12px;
  margin-bottom: 4px; }

.m-social > a, .m-social > ul > li > a {
  position: relative;
  width: 32px;
  height: 32px;
  transition: scale 0.2s ease-in-out; }

.c-social > a, .c-social > ul > li > a {
  position: relative;
  width: 32px;
  height: 32px;
  transition: scale 0.2s ease-in-out; }

@media screen and (-ms-high-contrast: active) {
  .m-social > a, .m-social > ul > li > a {
    -ms-high-contrast-adjust: background;
    background: #FFF; }
  .c-social > a, .c-social > ul > li > a {
    -ms-high-contrast-adjust: background;
    background: #FFF; } }

.m-social > a:focus, .m-social > ul > li > a:focus {
  outline: 2px solid #000; }

.c-social > a:focus, .c-social > ul > li > a:focus {
  outline: 2px solid #000; }

.m-social > a:focus:before, .m-social > a:hover:before {
  background: rgba(0, 0, 0, 0.1); }

.m-social > ul > li > a:focus:before, .m-social > ul > li > a:hover:before {
  background: rgba(0, 0, 0, 0.1); }

.c-social > a:focus:before, .c-social > a:hover:before {
  background: rgba(0, 0, 0, 0.1); }

.c-social > ul > li > a:focus:before, .c-social > ul > li > a:hover:before {
  background: rgba(0, 0, 0, 0.1); }

@media screen and (-ms-high-contrast: active) {
  .m-social > a:focus:before, .m-social > a:hover:before {
    background: none; }
  .m-social > ul > li > a:focus:before, .m-social > ul > li > a:hover:before {
    background: none; }
  .c-social > a:focus:before, .c-social > a:hover:before {
    background: none; }
  .c-social > ul > li > a:focus:before, .c-social > ul > li > a:hover:before {
    background: none; } }

.m-social > a:active, .m-social > ul > li > a:active {
  -ms-transform: scale(0.98);
  transform: scale(0.98); }

.c-social > a:active, .c-social > ul > li > a:active {
  -ms-transform: scale(0.98);
  transform: scale(0.98); }

.m-social > a:active:before, .m-social > ul > li > a:active:before {
  background: rgba(0, 0, 0, 0.2); }

.c-social > a:active:before, .c-social > ul > li > a:active:before {
  background: rgba(0, 0, 0, 0.2); }

.m-social > a:before, .m-social > ul > li > a:before {
  background: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.c-social > a:before, .c-social > ul > li > a:before {
  background: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.m-social > a > img, .m-social > ul > li > a > img {
  width: 32px;
  height: 32px; }

.c-social > a > img, .c-social > ul > li > a > img {
  width: 32px;
  height: 32px; }

.m-social > a.x-hidden-focus, .m-social > ul > li > a.x-hidden-focus {
  outline: 0; }

.c-social > a.x-hidden-focus, .c-social > ul > li > a.x-hidden-focus {
  outline: 0; }

.m-social > a.x-hidden-focus:before, .m-social > ul > li > a.x-hidden-focus:before {
  background: none; }

.c-social > a.x-hidden-focus:before, .c-social > ul > li > a.x-hidden-focus:before {
  background: none; }

@media screen and (-ms-high-contrast: active) {
  .m-social.f-share > a:hover:before, .m-social.f-share ul > li > a:hover:before {
    background: none; }
  .m-social.f-follow > a:hover:before, .m-social.f-follow ul > li > a:hover:before {
    background: none; }
  .c-social.f-share > a:hover:before, .c-social.f-share ul > li > a:hover:before {
    background: none; }
  .c-social.f-follow > a:hover:before, .c-social.f-follow ul > li > a:hover:before {
    background: none; } }

.m-social.f-share > a:active, .m-social.f-share ul > li > a:active {
  outline: 0; }

.m-social.f-follow > a:active, .m-social.f-follow ul > li > a:active {
  outline: 0; }

.c-social.f-share > a:active, .c-social.f-share ul > li > a:active {
  outline: 0; }

.c-social.f-follow > a:active, .c-social.f-follow ul > li > a:active {
  outline: 0; }

.m-social.f-share > a > img, .m-social.f-share ul > li > a > img {
  opacity: 0.6; }

.m-social.f-follow > a > img, .m-social.f-follow ul > li > a > img {
  opacity: 0.6; }

.c-social.f-share > a > img, .c-social.f-share ul > li > a > img {
  opacity: 0.6; }

.c-social.f-follow > a > img, .c-social.f-follow ul > li > a > img {
  opacity: 0.6; }

@media screen and (-ms-high-contrast: active) {
  .m-social.f-share > a > img, .m-social.f-share ul > li > a > img {
    opacity: 1; }
  .m-social.f-follow > a > img, .m-social.f-follow ul > li > a > img {
    opacity: 1; }
  .c-social.f-share > a > img, .c-social.f-share ul > li > a > img {
    opacity: 1; }
  .c-social.f-follow > a > img, .c-social.f-follow ul > li > a > img {
    opacity: 1; } }

.m-social.f-share > a > img:hover, .m-social.f-share > a > img:focus {
  opacity: 0.8; }

.m-social.f-share ul > li > a > img:hover, .m-social.f-share ul > li > a > img:focus {
  opacity: 0.8; }

.m-social.f-follow > a > img:hover, .m-social.f-follow > a > img:focus {
  opacity: 0.8; }

.m-social.f-follow ul > li > a > img:hover, .m-social.f-follow ul > li > a > img:focus {
  opacity: 0.8; }

.c-social.f-share > a > img:hover, .c-social.f-share > a > img:focus {
  opacity: 0.8; }

.c-social.f-share ul > li > a > img:hover, .c-social.f-share ul > li > a > img:focus {
  opacity: 0.8; }

.c-social.f-follow > a > img:hover, .c-social.f-follow > a > img:focus {
  opacity: 0.8; }

.c-social.f-follow ul > li > a > img:hover, .c-social.f-follow ul > li > a > img:focus {
  opacity: 0.8; }

@media screen and (-ms-high-contrast: active) {
  .m-social.f-share > a > img:hover, .m-social.f-share > a > img:focus {
    opacity: 1; }
  .m-social.f-share ul > li > a > img:hover, .m-social.f-share ul > li > a > img:focus {
    opacity: 1; }
  .m-social.f-follow > a > img:hover, .m-social.f-follow > a > img:focus {
    opacity: 1; }
  .m-social.f-follow ul > li > a > img:hover, .m-social.f-follow ul > li > a > img:focus {
    opacity: 1; }
  .c-social.f-share > a > img:hover, .c-social.f-share > a > img:focus {
    opacity: 1; }
  .c-social.f-share ul > li > a > img:hover, .c-social.f-share ul > li > a > img:focus {
    opacity: 1; }
  .c-social.f-follow > a > img:hover, .c-social.f-follow > a > img:focus {
    opacity: 1; }
  .c-social.f-follow ul > li > a > img:hover, .c-social.f-follow ul > li > a > img:focus {
    opacity: 1; } }

.m-social.f-share > a > img:active, .m-social.f-share ul > li > a > img:active {
  opacity: 1; }

.m-social.f-follow > a > img:active, .m-social.f-follow ul > li > a > img:active {
  opacity: 1; }

.c-social.f-share > a > img:active, .c-social.f-share ul > li > a > img:active {
  opacity: 1; }

.c-social.f-follow > a > img:active, .c-social.f-follow ul > li > a > img:active {
  opacity: 1; }

.m-social button, .c-social button {
  width: 32px;
  height: 32px;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle; }

.m-social button[aria-hidden="true"], .c-social button[aria-hidden="true"] {
  display: none; }

.m-social button:focus, .c-social button:focus {
  outline: 1px dashed #000; }

.m-social .f-hide, .c-social .f-hide {
  display: none !important; }

.m-social.f-horizontal, .c-social.f-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.m-social.f-horizontal > a, .m-social.f-horizontal ul > li > a {
  display: inline-block;
  margin-right: 12px; }

.c-social.f-horizontal > a, .c-social.f-horizontal ul > li > a {
  display: inline-block;
  margin-right: 12px; }

.m-social.f-horizontal ul > li, .c-social.f-horizontal ul > li {
  float: left; }

.m-social.f-horizontal button[aria-hidden="false"], .c-social.f-horizontal button[aria-hidden="false"] {
  display: inline-block; }

.m-social.f-horizontal button.c-glyph[aria-expanded="false"]:after, .m-social.f-horizontal button.c-glyph[data-js-toggle="false"]:after {
  content: ""; }

.c-social.f-horizontal button.c-glyph[aria-expanded="false"]:after, .c-social.f-horizontal button.c-glyph[data-js-toggle="false"]:after {
  content: ""; }

.m-social.f-horizontal button.c-glyph[aria-expanded="true"]:after, .m-social.f-horizontal button.c-glyph[data-js-toggle="true"]:after {
  content: ""; }

.c-social.f-horizontal button.c-glyph[aria-expanded="true"]:after, .c-social.f-horizontal button.c-glyph[data-js-toggle="true"]:after {
  content: ""; }

.m-social.f-vertical > a, .m-social.f-vertical ul > li > a {
  display: block;
  margin-bottom: 12px;
  margin-right: 0; }

.c-social.f-vertical > a, .c-social.f-vertical ul > li > a {
  display: block;
  margin-bottom: 12px;
  margin-right: 0; }

.m-social.f-vertical button[aria-hidden="false"], .c-social.f-vertical button[aria-hidden="false"] {
  display: block; }

.m-social.f-vertical button.c-glyph[aria-expanded="false"]:after, .m-social.f-vertical button.c-glyph[data-js-toggle="false"]:after {
  font-family: "MWF-MDL2";
  content: ""; }

.c-social.f-vertical button.c-glyph[aria-expanded="false"]:after, .c-social.f-vertical button.c-glyph[data-js-toggle="false"]:after {
  font-family: "MWF-MDL2";
  content: ""; }

.m-social.f-vertical button.c-glyph[aria-expanded="true"]:after, .m-social.f-vertical button.c-glyph[data-js-toggle="true"]:after {
  font-family: "MWF-MDL2";
  content: ""; }

.c-social.f-vertical button.c-glyph[aria-expanded="true"]:after, .c-social.f-vertical button.c-glyph[data-js-toggle="true"]:after {
  font-family: "MWF-MDL2";
  content: ""; }

@media only screen and (max-width: 767px) {
  .m-social, .c-social {
    margin-top: 36px; } }

/* Vendor */
.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.amcharts-export-canvas.active {
  display: block; }

.amcharts-export-menu {
  position: absolute;
  z-index: 2;
  opacity: 0.5;
  color: #000; }

.amcharts-main-div:hover .amcharts-export-menu, .amcharts-stock-div:hover .amcharts-export-menu, .amcharts-export-menu.active {
  opacity: 1; }

.amcharts-export-menu-top-left > ul > li > ul:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent; }

.amcharts-export-menu-top-left > ul > li > ul > li:first-child > a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #e2e2e2;
  border-bottom: 8px solid transparent; }

.amcharts-export-menu-top-right > ul > li > ul:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.amcharts-export-menu-top-right > ul > li > ul > li:first-child > a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.amcharts-export-menu-bottom-left > ul > li > ul:after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent; }

.amcharts-export-menu-bottom-left > ul > li > ul > li:last-child > a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #e2e2e2;
  border-bottom: 8px solid transparent; }

.amcharts-export-menu-bottom-right > ul > li > ul:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.amcharts-export-menu-bottom-right > ul > li > ul > li:last-child > a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.amcharts-export-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.amcharts-export-menu li {
  position: relative;
  display: block;
  z-index: 1; }

.amcharts-export-menu li > ul {
  position: absolute;
  display: none;
  border: 1px solid #e2e2e2;
  margin-top: -1px;
  background: #fff; }

.amcharts-export-menu li > a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 12px 12px;
  z-index: 2;
  white-space: nowrap;
  border-bottom: 1px solid #f2f2f2; }

.amcharts-export-menu li:last-child > a {
  border-bottom: none; }

.amcharts-export-menu li > a > img {
  border: none; }

.amcharts-export-menu-top-left {
  top: 0;
  left: 0; }

.amcharts-export-menu-bottom-left {
  bottom: 0;
  left: 0; }

.amcharts-export-menu-top-right {
  top: 0;
  right: 0; }

.amcharts-export-menu-bottom-right {
  bottom: 0;
  right: 0; }

.amcharts-export-menu li:hover > ul, .amcharts-export-menu li.active > ul {
  display: block; }

.amcharts-export-menu li:hover > a, .amcharts-export-menu li.active > a {
  color: #fff;
  background-color: #636363; }

.amcharts-export-menu-top-left li:hover > ul, .amcharts-export-menu-top-left li.active > ul {
  left: 100%;
  top: 0; }

.amcharts-export-menu-bottom-left li:hover > ul, .amcharts-export-menu-bottom-left li.active > ul {
  left: 100%;
  bottom: 0; }

.amcharts-export-menu-top-right li:hover > ul, .amcharts-export-menu-top-right li.active > ul {
  top: 0;
  right: 100%; }

.amcharts-export-menu-bottom-right li:hover > ul, .amcharts-export-menu-bottom-right li.active > ul {
  bottom: 0;
  right: 100%; }

.amcharts-export-menu .export-main > a, .amcharts-export-menu .export-drawing > a, .amcharts-export-menu .export-delayed-capturing > a {
  display: block;
  overflow: hidden;
  text-indent: -13333337px;
  width: 36px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23888%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23888%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
  background-position: center;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  margin: 8px 8px 0 10px; }

.amcharts-export-menu .export-drawing > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23888%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23888%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E"); }

.amcharts-export-menu .export-main:hover, .amcharts-export-menu .export-drawing:hover, .amcharts-export-menu .export-main.active, .amcharts-export-menu .export-drawing.active {
  padding-bottom: 100px; }

.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main:hover, .amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing:hover, .amcharts-export-menu.amcharts-export-menu-bottom-right .export-main:hover, .amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing:hover, .amcharts-export-menu.amcharts-export-menu-bottom-left .export-main.active, .amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing.active, .amcharts-export-menu.amcharts-export-menu-bottom-right .export-main.active, .amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing.active {
  padding-bottom: 0;
  padding-top: 100px; }

.amcharts-export-menu .export-main:hover > a, .amcharts-export-menu .export-main.active > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23fff%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.amcharts-export-menu .export-drawing:hover > a, .amcharts-export-menu .export-drawing.active > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23FFF%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23FFF%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E"); }

.amcharts-export-menu .export-close > a, .amcharts-export-menu .export-close:hover > a, .amcharts-export-menu .export-close.active > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAACXBIWXMAAAsTAAALEwEAmpwYAABBsGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo4M2Q5NDllYS1lMjE3LTQ3Y2QtYTU1Ni04MTQ3NmRjNWEwYWQ8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZhMTQ5MTc1LTNiODItMTE3OC05ZjZmLWY0MWMwNTYyYzQxYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpkZGFhNTJkMi1mZDRiLTRkMmMtODEzOC01ZTEzNmQ4NGFjMDE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjA3YWZiNWNlLWM0NTktNGM0MS1iZDIyLTE5ZTAyZTBhOWM1Yzwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjgzZDk0OWVhLWUyMTctNDdjZC1hNTU2LTgxNDc2ZGM1YTBhZDwvc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmY3ZmRlNGYtZDk2MS00Njk4LWI0ZjAtMDJlYjEwOWE4OTA4PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcDwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmRkYWE1MmQyLWZkNGItNGQyYy04MTM4LTVlMTM2ZDg0YWMwMTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMjEgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNS0xNVQxMzoxMzoxNyswMjowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA1LTE1VDEzOjIxOjIxKzAyOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPlg8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0Plg8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwvcGhvdG9zaG9wOlRleHRMYXllcnM+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMzwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+HyMp+AAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAA3UlEQVR42rSSXZECQQyEPygMrIVFAidhkQASQEIjYVsCSOAksBJAAlhAwvKSWcJBUQVVl6fM5Ke7k4z6vudTG/OFTQAktcAs/ja2TyVBUgVsgQq42F5PItYBCn8PTFNjAYvw5wM92x3gCNSSFCh1araLvAdNBi53VgMtgCuweRqE7RyogAPQxHsdcQBGf0cuaZ80APzaXn468urtniQ1CaXoayStct5AL4QfgToKfoBzIF2BadGVkVZRkIU7UdQDkqRZoDwJl3ROzea2u4LUvtpHOavkty9H/m9XfhsA0l9VuzQDWrIAAAAASUVORK5CYII=); }

.amcharts-export-menu .export-drawing-color {
  background: #000;
  width: 35px; }

.amcharts-export-menu .export-drawing-color > a {
  display: block;
  overflow: hidden;
  text-indent: -13333337px; }

.amcharts-export-menu .export-drawing-color-red {
  background: #f00; }

.amcharts-export-menu .export-drawing-color-green {
  background: #0f0; }

.amcharts-export-menu .export-drawing-color-blue {
  background: #00f; }

.amcharts-export-menu .export-drawing-color-white {
  background: #fff; }

.amcharts-export-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.amcharts-export-fallback textarea {
  border: none;
  outline: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px; }

.amcharts-export-fallback-message {
  position: absolute;
  z-index: 1;
  padding: 20px;
  width: 100%;
  background-color: #fff; }

.amcharts-export-menu .export-delayed-capturing > a {
  text-indent: 0px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  background-image: none; }

.amcharts-export-menu, .amcharts-export-canvas .canvas-container {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

.amcharts-export-canvas.dropbox .canvas-container {
  opacity: 0.5; }

.amcharts-export-menu .export-drawing-shape a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.amcharts-export-menu li img {
  height: 20px; }

.amcharts-export-menu .export-drawing-width a {
  text-align: center; }

.amcharts-export-menu .export-drawing-width span {
  display: block;
  margin: 0 auto; }

.amcharts-export-menu .export-drawing-width span > span {
  display: block;
  background: #000;
  border-radius: 100%; }

.amcharts-export-menu .export-drawing-shape a:hover img, .amcharts-export-menu .export-drawing-shape.active a img {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%; }

.mapboxgl-canary {
  background-color: salmon; }

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y; }

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom; }

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none; }

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2; }

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0; }

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0; }

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0; }

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0; }

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto; }

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left; }

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right; }

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left; }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right; }

.mapboxgl-ctrl-group {
  border-radius: 4px;
  overflow: hidden;
  background: #fff; }

.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer; }

.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd; }

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mapboxgl-ctrl-icon {
  padding: 5px; }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  -webkit-animation: mapboxgl-spin 2s infinite linear;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s infinite linear; }

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

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

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

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

@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block; }

a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E"); }

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E"); }

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0; }

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible; }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact > * {
    display: none; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover > * {
    display: inline; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px; }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    right: 0; }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    right: 0; }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    left: 0; }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    left: 0; } }

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none; }

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline; }

/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px; }

.mapboxgl-attrib-empty {
  display: none; }

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box; }

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none; }

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column; }

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row; }

.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1; }

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff; }

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff; }

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent; }

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0; }

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform; }

.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }

.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite; }

.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box; }

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@-ms-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 1; }
  70% {
    -ms-transform: scale(3);
    opacity: 0; }
  100% {
    -ms-transform: scale(1);
    opacity: 0; } }

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  70% {
    transform: scale(3);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.mapboxgl-user-location-dot-stale {
  background-color: #aaa; }

.mapboxgl-user-location-dot-stale::after {
  display: none; }

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair; }

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5; }

@media print {
  /* stylelint-disable-next-line selector-class-pattern */
  .mapbox-improve-map {
    display: none; } }

/* General */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
html, body {
  height: 100%;
  color: #2f2f2f;
  min-width: initial;
  word-break: break-word; }

body {
  background-color: #fff !important; }

body.dark-bg {
  background-color: #e6e6e6 !important; }

#uhf-footer.c-uhff {
  margin-top: 0; }

.context-mnc {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .context-mnc .c-pivot header {
    white-space: nowrap;
    overflow: auto; }
  .context-mnc h3.c-heading-5 + .m-preview, .context-mnc .m-blog-post h3 + .m-preview, .m-blog-post .context-mnc h3 + .m-preview {
    margin-top: 12px; }
  .context-mnc a:hover {
    text-decoration: underline; }

.site-content {
  flex-grow: 1; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
#page .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #111;
  display: block;
  font-size: 14px;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in #page .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }

#page .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

.widget .m-preview .menu {
  padding-top: 24px; }

.widget .m-preview #subscribe-text {
  padding-top: 24px; }

.widget.jetpack_subscription_widget form:before, .widget.jetpack_subscription_widget form:after {
  content: " ";
  display: table; }

.widget.jetpack_subscription_widget form:after {
  clear: both; }

.widget.jetpack_subscription_widget input {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  line-height: 1;
  height: 44px;
  padding: 11px 4.285% 12px;
  box-sizing: border-box; }

.widget.jetpack_subscription_widget .success p {
  padding-top: 12px; }

.widget #subscribe-text p {
  margin-bottom: 12px; }

.widget p#subscribe-email {
  float: left;
  line-height: 1;
  margin: 0;
  width: 60%; }
  @media (max-width: 768px) {
    .widget p#subscribe-email {
      width: 38%; } }
  @media (max-width: 540px) {
    .widget p#subscribe-email {
      width: 70%; } }
  .widget p#subscribe-email input {
    border-radius: 0;
    border-left: 1px solid #E3E3E3;
    padding-right: 0;
    padding-left: 4px;
    width: 100%; }

.widget p#subscribe-submit {
  float: right;
  line-height: 1;
  margin: 0;
  width: 40%; }
  @media (max-width: 768px) {
    .widget p#subscribe-submit {
      width: 20%; } }
  @media (max-width: 540px) {
    .widget p#subscribe-submit {
      width: 30%; } }

.widget.jetpack_subscription_widget input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  background: #2F2F2F;
  border: 1px solid #2F2F2F;
  border-radius: 0;
  width: 100%; }

/**
 * Chevron module
 * Not an MWF module
 */
.m-chevron {
  width: 100%; }
  .m-chevron:after {
    font-family: "MWF-MDL2";
    font-size: 0.7em;
    position: relative;
    display: inline-block;
    margin-left: 0.222em;
    margin-top: -0.111em;
    content: "";
    vertical-align: middle;
    line-height: inherit; }
  .m-content-placement-item .m-chevron.c-heading {
    line-height: 135%; }

/** Site Footer - Social Share **/
.social-footer-wrap {
  background: #e3e3e3;
  padding: 15px 0;
  margin-top: 0; }
  .social-footer-wrap p {
    color: #000;
    display: block;
    float: none;
    font-size: 16px;
    margin: 2px 12px 5px 0; }
    @media screen and (min-width: 768px) {
      .social-footer-wrap p {
        display: inline-block;
        float: left; } }
  .social-footer-wrap .social-footer {
    height: auto; }
    @media screen and (min-width: 768px) {
      .social-footer-wrap .social-footer {
        height: 32px; } }
  .social-footer-wrap .m-social {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .social-footer-wrap .share-msft {
      margin-top: 16px; } }

.shell-header input[type="search"] {
  box-sizing: border-box; }

.c-hero.f-y-top > div > div.c-heading-wrapper,
.m-hero-item.f-y-top > div > div.c-heading-wrapper {
  width: auto; }

.c-heading-wrapper {
  background: rgba(0, 0, 0, 0.85);
  padding: 20px;
  width: auto; }
  @media (max-width: 1083px) {
    .c-heading-wrapper {
      max-width: 340px; } }
  @media (max-width: 1399px) {
    .c-heading-wrapper {
      max-width: 440px; } }
  @media (max-width: 767px) {
    .c-heading-wrapper {
      background: transparent;
      padding: 0px; } }

#meControl.c-me {
  display: none !important; }

.c-uhfh > div:first-child.f-search-opened > div > div .c-search input[type="search"] {
  font-size: 16px; }

.context-mnc-search {
  clear: both; }
  .context-mnc-search .search-results-grid {
    clear: both;
    padding-left: 0;
    padding-right: 0; }
  .context-mnc-search .c-search {
    max-width: 100%; }
  .context-mnc-search .c-pagination {
    justify-content: center;
    padding: 0 0 24px; }
  .context-mnc-search .m-preview .m-preview-content [class*="c-heading"] {
    padding-top: 0; }
  .context-mnc-search .m-preview .m-preview-content .c-meta-text a {
    display: inline; }
  .context-mnc-search .m-preview .m-preview-content a {
    display: inline-block;
    margin-top: 12px; }
    .context-mnc-search .m-preview .m-preview-content a:focus {
      outline: dashed 1px; }

.context-mnc-home .c-pivot .f-pivot-panel .m-preview:first-of-type {
  margin-top: 12px; }

.context-mnc-home .f-view-more {
  margin-top: 24px; }

.context-mnc-home a.c-call-to-action:after {
  position: relative; }

.context-mnc-home a.c-call-to-action:hover {
  text-decoration: none; }

.m-feed-hero-item {
  padding-top: 0; }
  .m-feed-hero-item .c-image, .m-feed-hero-item .m-blog-post img, .m-blog-post .m-feed-hero-item img {
    padding-bottom: 25%; }
  .m-feed-hero-item .c-heading {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.2em;
    max-height: none;
    text-transform: uppercase; }
    @media (min-width: 540px) {
      .m-feed-hero-item .c-heading {
        font-size: 2rem; } }
    @media (min-width: 768px) {
      .m-feed-hero-item .c-heading {
        font-size: 2.5rem; } }
    @media (min-width: 1024px) {
      .m-feed-hero-item .c-heading {
        font-size: 3rem; } }
    .m-feed-hero-item .c-heading strong {
      /* Keep contrast against blue */
      color: #32a6ff;
      font-weight: 900; }
  .m-feed-hero-item > div {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); }

.main-loop {
  padding-bottom: 48px; }
  .main-loop .m-content-placement-item {
    margin-top: 30px; }
    @media (min-width: 540px) {
      .main-loop .m-content-placement-item:nth-child(3n+1) {
        clear: left; } }
  @media (max-width: 540px) {
    .main-loop {
      padding-bottom: 0px; } }

.m-blog-post {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 36px;
  background: #fff;
  display: block;
  width: 100%; }
  .m-blog-post .c-meta-text {
    padding-top: 12px; }
    .m-blog-post .c-meta-text a {
      color: inherit;
      text-decoration: none; }
  .m-blog-post .c-social {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .m-blog-post .c-social.f-horizontal > a {
        margin-right: 8px; }
      .m-blog-post .c-social > a {
        width: 24px;
        height: 24px; }
        .m-blog-post .c-social > a > img {
          width: 100%;
          height: auto; } }
  .m-blog-post .featured-caption {
    font-size: 15px;
    padding: 12px 24px; }
  .m-blog-post .m-blog-content {
    padding: 0 24px 40px;
    overflow: auto; }
    .m-blog-post .m-blog-content .entry-title {
      max-width: none; }
    .m-blog-post .m-blog-content.entry-header {
      padding-bottom: 24px; }
    .m-blog-post .m-blog-content img,
    .m-blog-post .m-blog-content .wp-caption {
      max-width: 100%; }
      .m-blog-post .m-blog-content img.alignleft,
      .m-blog-post .m-blog-content .wp-caption.alignleft {
        display: inline-block;
        float: left;
        margin-top: 24px;
        margin-right: 24px; }
      .m-blog-post .m-blog-content img.alignright,
      .m-blog-post .m-blog-content .wp-caption.alignright {
        display: inline-block;
        float: right;
        margin-top: 24px;
        margin-left: 24px; }
      .m-blog-post .m-blog-content img.aligncenter,
      .m-blog-post .m-blog-content .wp-caption.aligncenter {
        display: block;
        padding-top: 24px;
        margin-right: auto;
        margin-left: auto; }
      .m-blog-post .m-blog-content img.alignnone,
      .m-blog-post .m-blog-content .wp-caption.alignnone {
        margin-top: 24px; }
    .m-blog-post .m-blog-content + img {
      width: 100%;
      height: auto; }
    .m-blog-post .m-blog-content + .m-blog-content p:first-child {
      padding-top: 0; }
    .m-blog-post .m-blog-content .jetpack-video-wrapper {
      padding-top: 24px;
      margin-bottom: 0; }
    .m-blog-post .m-blog-content .m-persona-2 {
      margin-top: 24px; }
  .m-blog-post img {
    clear: both; }
  .m-blog-post .wp-caption-text {
    margin: 8px 0; }
  .m-blog-post blockquote,
  .m-blog-post .c-blockquote {
    margin-bottom: 12px; }
    .m-blog-post blockquote p,
    .m-blog-post .c-blockquote p {
      color: rgba(0, 0, 0, 0.6); }
    .m-blog-post blockquote p:first-of-type,
    .m-blog-post .c-blockquote p:first-of-type {
      padding-top: 0; }

.sd-social-icon .sharing-screen-reader-text {
  background: #fff;
  color: #000; }

.single-post .email-modal-description {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 1em; }

.post-type-archive-video .glyph-icon {
  position: relative; }
  .post-type-archive-video .glyph-icon:before {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: block;
    font-family: "MWF-MDL2";
    font-size: 1.8em;
    line-height: 50px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .post-type-archive-video .glyph-icon:hover:before {
    background: #FFF;
    text-decoration: none; }
  .post-type-archive-video .glyph-icon.-play:before {
    content: "\E768"; }
  .post-type-archive-video .glyph-icon.-more {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: .075em;
    white-space: nowrap;
    color: #0067B8;
    padding: 10px 0 7px; }
    .post-type-archive-video .glyph-icon.-more:after {
      font-family: "MWF-MDL2";
      display: inline-block;
      margin-left: 4px;
      margin-top: 1px;
      content: "";
      vertical-align: top; }

.post-type-archive-video .m-content-placement-item {
  position: relative; }
  .post-type-archive-video .m-content-placement-item .featured-thumb-container {
    position: relative; }
  .post-type-archive-video .m-content-placement-item .play-video {
    position: absolute;
    height: 100%;
    z-index: 2;
    padding: 0;
    margin: 0;
    width: 100%; }
    .post-type-archive-video .m-content-placement-item .play-video:hover ~ .-more span {
      text-decoration: underline; }

.c-dialog div[role="document"],
.c-dialog div[role="document"] {
  display: block !important;
  height: auto; }

.c-dialog .oembed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.c-dialog .oembed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Global */
[data-grid~="container"]#main {
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  position: relative;
  z-index: 2; }
  @media (max-width: 540px) {
    [data-grid~="container"]#main {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

.u-show-below-vp1 {
  display: none !important; }
  @media (max-width: 540px) {
    .u-show-below-vp1 {
      display: block !important; } }

.u-hide-below-vp1 {
  display: block !important; }
  @media (max-width: 540px) {
    .u-hide-below-vp1 {
      display: none !important; } }

.tnt-video-iframe {
  border: 0; }

.screen-reader-shortcut {
  position: fixed;
  top: -1000em; }

.screen-reader-shortcut:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background-color: #fff;
  color: #000;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.u-uppercase {
  text-transform: uppercase; }

/* Partials */
.c-glyph.glyph-bulleted-list:before {
  content: '\e8fd'; }

.c-glyph.glyph-world:before {
  content: '\e909'; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.social-links__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  line-height: 0; }
  @media (min-width: 1400px) {
    .social-links__list {
      width: 48px; } }

.social-links__item {
  display: inline-block; }

.social-links__link {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  height: 48px;
  width: 48px; }
  .social-links__link[href*="facebook"] {
    background-color: #3b5998;
    color: #fff;
    transition: background-color linear .2s; }
    .social-links__link[href*="facebook"]:hover {
      background-color: #263961; }
  .social-links__link[href*="twitter"] {
    background-color: #1da1f2;
    color: #fff;
    transition: background-color linear .2s; }
    .social-links__link[href*="twitter"]:hover {
      background-color: #0b76b8; }
  .social-links__link[href*="linkedin"] {
    background-color: #0077B5;
    color: #fff;
    transition: background-color linear .2s; }
    .social-links__link[href*="linkedin"]:hover {
      background-color: #004569; }
  .social-links__link[href*="pinterest"] {
    background-color: #c92228;
    color: #fff;
    transition: background-color linear .2s; }
    .social-links__link[href*="pinterest"]:hover {
      background-color: #88171b; }

.social-links__text svg {
  fill: #fff;
  margin-top: 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.social-links-outline__title {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px; }

.social-links-outline__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.social-links-outline__item {
  display: inline-block;
  margin-right: 12px; }
  .social-links-outline__item:last-child {
    margin-right: 0; }

.social-links-outline__link {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 30px; }
  .social-links-outline__link--facebook:before {
    content: '';
    background: url(../../images/icons/icon-facebook.svg) no-repeat center;
    background-size: 8px;
    display: block;
    height: 30px;
    width: 14px; }
  .social-links-outline__link--twitter:before {
    content: '';
    background: url(../../images/icons/icon-twitter.svg) no-repeat center;
    background-size: 13px;
    display: block;
    height: 30px;
    width: 20px; }
  .social-links-outline__link--linkedin:before {
    content: '';
    background: url(../../images/icons/icon-linkedin.svg) no-repeat center;
    background-size: 13px;
    display: block;
    height: 30px;
    width: 14px; }
  .social-links-outline__link[href*="facebook"] {
    background-color: transparent;
    border: 1px solid #4A4A4A;
    color: #fff;
    transition: border-color linear .2s; }
    .social-links-outline__link[href*="facebook"]:hover {
      border-color: #fff; }
    .social-links-outline__link[href*="facebook"]:focus {
      border: 1px dashed #fff;
      outline: 0; }
  .social-links-outline__link[href*="twitter"] {
    background-color: transparent;
    border: 1px solid #4A4A4A;
    color: #fff;
    transition: border-color linear .2s; }
    .social-links-outline__link[href*="twitter"]:hover {
      border-color: #fff; }
    .social-links-outline__link[href*="twitter"]:focus {
      border: 1px dashed #fff;
      outline: 0; }
  .social-links-outline__link[href*="linkedin"] {
    background-color: transparent;
    border: 1px solid #4A4A4A;
    color: #fff;
    transition: border-color linear .2s; }
    .social-links-outline__link[href*="linkedin"]:hover {
      border-color: #fff; }
    .social-links-outline__link[href*="linkedin"]:focus {
      border: 1px dashed #fff;
      outline: 0; }
  .social-links-outline__link[href*="pinterest"] {
    background-color: transparent;
    border: 1px solid #4A4A4A;
    color: #fff;
    transition: border-color linear .2s; }
    .social-links-outline__link[href*="pinterest"]:hover {
      border-color: #fff; }
    .social-links-outline__link[href*="pinterest"]:focus {
      border: 1px dashed #fff;
      outline: 0; }

.m-preview {
  margin-top: 24px;
  padding-top: 0; }
  .m-preview .m-preview-image {
    background: #e3e3e3;
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 50%;
    position: relative; }
    .m-preview .m-preview-image .c-image, .m-preview .m-preview-image .m-blog-post img, .m-blog-post .m-preview .m-preview-image img {
      position: absolute;
      width: 100%;
      height: auto; }
  .m-preview .m-preview-image-fallback {
    background: #e3e3e3;
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 50%; }
  .m-preview .m-preview-content {
    background: #fff;
    display: block;
    padding: 0 24px 32px;
    width: 100%; }
    .m-preview .m-preview-content [class*="c-heading"] {
      font-weight: 500;
      margin-top: 12px;
      padding-top: 3px; }
      .m-preview .m-preview-content [class*="c-heading"] strong {
        font-weight: 700; }
    .m-preview .m-preview-content h1, .m-preview .m-preview-content h2, .m-preview .m-preview-content h3, .m-preview .m-preview-content h4, .m-preview .m-preview-content h5, .m-preview .m-preview-content h6, .m-preview .m-preview-content p, .m-preview .m-preview-content ul, .m-preview .m-preview-content ol, .m-preview .m-preview-content hr, .m-preview .m-preview-content blockquote {
      max-width: 600px; }
    .m-preview .m-preview-content img {
      max-width: 100%;
      height: auto; }
    .m-preview .m-preview-content .c-meta-text {
      font-size: 12px;
      padding-top: 32px; }
      .m-preview .m-preview-content .c-meta-text a:focus {
        display: inline-block; }
    .m-preview .m-preview-content h3 + .c-meta-text,
    .m-preview .m-preview-content h2 + .c-meta-text,
    .m-preview .m-preview-content .f-post-link + .c-meta-text {
      padding-top: 8px;
      font-size: 15px;
      font-weight: 200;
      opacity: 1;
      color: #464646; }
      .m-preview .m-preview-content h3 + .c-meta-text strong,
      .m-preview .m-preview-content h2 + .c-meta-text strong,
      .m-preview .m-preview-content .f-post-link + .c-meta-text strong {
        color: #2f2f2f !important; }
    .m-preview .m-preview-content a {
      display: inline-block; }
      .m-preview .m-preview-content a:hover {
        text-decoration: underline; }
      .m-preview .m-preview-content a:focus {
        display: inline-block;
        margin-top: 12px;
        outline: 1px dashed;
        text-decoration: underline; }
      .m-preview .m-preview-content a:focus h2 {
        margin-top: 0; }
  .m-preview.f-preview-fixed-height .m-preview-content {
    min-height: 104px;
    max-height: 155px;
    position: relative;
    overflow: hidden; }
    .m-preview.f-preview-fixed-height .m-preview-content:after {
      content: "";
      height: 52px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(rgba(255, 255, 255, 0), white 50%); }
    @media (min-width: 768px) {
      .m-preview.f-preview-fixed-height .m-preview-content {
        max-height: 166px; } }
  .m-preview.f-preview-fixed-excerpt-height .m-preview-content .c-paragraph-3.c-meta-text, .m-preview.f-preview-fixed-excerpt-height .m-preview-content .m-blog-post p.c-meta-text, .m-blog-post .m-preview.f-preview-fixed-excerpt-height .m-preview-content p.c-meta-text {
    height: 60px;
    position: relative;
    overflow: hidden; }
    .m-preview.f-preview-fixed-excerpt-height .m-preview-content .c-paragraph-3.c-meta-text:after, .m-preview.f-preview-fixed-excerpt-height .m-preview-content .m-blog-post p.c-meta-text:after, .m-blog-post .m-preview.f-preview-fixed-excerpt-height .m-preview-content p.c-meta-text:after {
      content: "";
      height: 60px;
      width: 100%;
      position: absolute;
      bottom: -32px;
      left: 0;
      right: 0;
      background: linear-gradient(rgba(255, 255, 255, 0), white 50%); }
  .m-preview.f-horiztonal-placement .m-preview-image {
    width: 25%;
    height: 155px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .m-preview.f-horiztonal-placement .m-preview-image {
        height: 166px; } }
    .m-preview.f-horiztonal-placement .m-preview-image img {
      width: auto;
      max-width: none;
      height: 100%;
      position: absolute;
      left: calc(50%);
      top: calc(50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .m-preview.f-horiztonal-placement .m-preview-image + .m-preview-content {
      width: 75%;
      display: block; }
  .m-preview.f-horiztonal-placement .m-preview-content {
    min-height: 104px;
    max-height: 155px;
    position: relative;
    overflow: hidden; }
    .m-preview.f-horiztonal-placement .m-preview-content:after {
      content: "";
      height: 52px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(rgba(255, 255, 255, 0), white 50%); }
    @media (min-width: 768px) {
      .m-preview.f-horiztonal-placement .m-preview-content {
        max-height: 166px; } }
  .m-preview.f-vertical-placement {
    background-color: #fff;
    padding: 0 24px 0; }
    .m-preview.f-vertical-placement .m-preview-content {
      padding-left: 0;
      padding-right: 0; }
    .m-preview.f-vertical-placement .m-preview-image img {
      padding-top: 24px; }

.story-submission {
  background: #fff;
  margin: 0;
  position: relative; }
  .story-submission .story-submission-form-key {
    color: #D8D8D8;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    left: 0;
    bottom: 20px; }
    @media (max-width: 1130px) {
      .story-submission .story-submission-form-key {
        left: 10px; } }
  .story-submission .widget {
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    padding: 45px 0;
    width: 100%;
    position: relative; }
    .story-submission .widget::after {
      content: '';
      display: table;
      clear: both; }
  .story-submission .widget-title {
    color: #fff;
    padding: 0; }
    @media (max-width: 768px) {
      .story-submission .widget-title {
        margin: 0 2.5%;
        max-width: 95%;
        padding: 0 10px; } }
  .story-submission .m-preview {
    margin: 0;
    padding: 0; }
    .story-submission .m-preview .m-preview-content {
      background-color: transparent;
      margin: 0;
      padding: 0; }
  .story-submission .contact-form-widget {
    margin: 0; }
  .story-submission .story-success-message {
    border: 1px solid #4A4A4A;
    color: #000;
    padding: 35px;
    margin-top: 35px; }
    @media (max-width: 768px) {
      .story-submission .story-success-message {
        margin: 35px 15px 0; } }

.story-submission .textwidget h3 {
  font-size: 21px;
  font-weight: 700;
  max-width: 100%; }
  @media (max-width: 1130px) {
    .story-submission .textwidget h3 {
      margin: 0 36px; } }
  @media (max-width: 768px) {
    .story-submission .textwidget h3 {
      margin: 0 5%; } }

.story-submission .textwidget form {
  position: relative;
  min-height: 230px;
  padding: 10px 10px 68px 10px; }
  .story-submission .textwidget form::after {
    display: table;
    content: ' ';
    clear: both; }
  @media (min-width: 768px) {
    .story-submission .textwidget form {
      padding: 13px 36px 68px 36px; } }
  @media (min-width: 1130px) {
    .story-submission .textwidget form {
      padding: 13px 0 68px; } }
  .story-submission .textwidget form label {
    color: #2F2F2F;
    font-size: 12px;
    font-weight: 400; }
    .story-submission .textwidget form label span {
      display: none; }
  .story-submission .textwidget form textarea {
    background-color: #F5F5F5;
    border: 1px solid #C9CBCF;
    box-shadow: inset 0px 0px 0px 2px #fff;
    height: 75px;
    margin: 0;
    padding: 5px;
    width: 100%; }
    @media (min-width: 768px) {
      .story-submission .textwidget form textarea {
        margin-bottom: 13px; } }
    .story-submission .textwidget form textarea:focus {
      outline: 0;
      border: 1px dashed #000; }
  .story-submission .textwidget form div {
    float: left;
    margin-right: 1%;
    width: 32.6%; }
    @media (max-width: 768px) {
      .story-submission .textwidget form div {
        margin: 5px 2.5%;
        padding: 0;
        width: 95%; } }
    .story-submission .textwidget form div input[type="text"],
    .story-submission .textwidget form div input[type="email"] {
      background-color: #F5F5F5;
      border: 1px solid #C9CBCF;
      box-shadow: inset 0px 0px 0px 2px #fff;
      height: 48px;
      margin: 0;
      padding: 5px;
      width: 100%; }
      .story-submission .textwidget form div input[type="text"]:focus,
      .story-submission .textwidget form div input[type="email"]:focus {
        outline: 0;
        border: 1px dashed #000; }
    .story-submission .textwidget form div .checkbox {
      text-transform: none; }
    .story-submission .textwidget form div input[type="checkbox"] {
      margin: 0;
      position: absolute;
      left: -35px;
      top: 5px;
      height: 15px;
      width: 15px;
      -webkit-appearance: checkbox;
      -moz-appearance: checkbox; }
  .story-submission .textwidget form div:nth-of-type(1) {
    width: 100%; }
    @media (max-width: 768px) {
      .story-submission .textwidget form div:nth-of-type(1) {
        margin: 15px 2.5%;
        width: 95%; } }
  .story-submission .textwidget form div:nth-of-type(4) {
    margin-right: 0; }
  .story-submission .textwidget form div:nth-of-type(5) {
    position: absolute;
    height: 48px;
    right: 185px;
    bottom: 0;
    z-index: 2; }
    @media (max-width: 768px) {
      .story-submission .textwidget form div:nth-of-type(5) {
        position: relative;
        left: 35px;
        max-width: 300px;
        height: auto; } }
  .story-submission .textwidget form .contact-submit {
    display: block;
    margin-top: 90px;
    max-width: 100%;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1130px) {
      .story-submission .textwidget form .contact-submit {
        right: 10px; } }
    @media (max-width: 768px) {
      .story-submission .textwidget form .contact-submit {
        margin: 15px 2.5%;
        right: 0;
        width: 95%; } }
    .story-submission .textwidget form .contact-submit input[type="submit"] {
      background: #01BCF3;
      border: 0;
      color: #000;
      font-size: 14px;
      font-weight: 700;
      height: 48px;
      width: 165px; }
      @media (max-width: 768px) {
        .story-submission .textwidget form .contact-submit input[type="submit"] {
          width: 100%; } }
      .story-submission .textwidget form .contact-submit input[type="submit"]:focus {
        outline: 1px dashed #000; }
  .story-submission .textwidget form .grunion-field-label.checkbox:hover {
    box-shadow: none; }
  .story-submission .textwidget form .checkbox-box {
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 5px; }
  .story-submission .textwidget form .c-checkbox input[type=checkbox] + span:before {
    background-color: #fff;
    border: 1px solid #C9CBCF;
    box-shadow: inset 0px 0px 0px 2px #fff; }
  .story-submission .textwidget form .c-checkbox input[type=checkbox]:checked:not(:disabled) + span:before {
    border: 1px solid #0067B8;
    background-color: #0067B8;
    box-shadow: none; }

/*******************************
   Shared Email Sign up styles
*******************************/
.-column-email-signup .m-preview,
.email-signup .m-preview {
  padding: 0;
  margin: 0; }
  .-column-email-signup .m-preview .m-preview-content,
  .email-signup .m-preview .m-preview-content {
    background-color: #000;
    padding: 25px; }
  .-column-email-signup .m-preview .c-heading.-subheading,
  .email-signup .m-preview .c-heading.-subheading {
    font-weight: 200; }

.-column-email-signup .widgettitle,
.email-signup .widgettitle {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  padding: 0 0 25px; }

.-column-email-signup .-subheading,
.email-signup .-subheading {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0 !important;
  padding: 0; }

.-column-email-signup #subscribe-text,
.email-signup #subscribe-text {
  color: #d8d8d8; }
  .-column-email-signup #subscribe-text p,
  .email-signup #subscribe-text p {
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    padding-bottom: 0; }

.-column-email-signup #subscribe-email,
.email-signup #subscribe-email {
  color: #fff;
  padding: 10px 0 5px 0; }
  .-column-email-signup #subscribe-email #jetpack-subscribe-label,
  .email-signup #subscribe-email #jetpack-subscribe-label {
    color: #d8d8d8;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase; }
  .-column-email-signup #subscribe-email input[type="email"],
  .email-signup #subscribe-email input[type="email"] {
    background-color: #000;
    border: 1px solid #a3a3a3;
    height: 40px;
    padding: 9px;
    width: 100%; }

.-column-email-signup #subscribe-submit,
.email-signup #subscribe-submit {
  display: block;
  text-align: center;
  padding: 0; }
  .-column-email-signup #subscribe-submit input[type="submit"],
  .email-signup #subscribe-submit input[type="submit"] {
    background-color: #2e64b3;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    padding: 9px;
    width: 100%; }

.-column-email-signup .error,
.email-signup .error {
  color: #fff;
  font-size: 18px;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: red; }

.-column-email-signup .jetpack_subscription_widget .success,
.email-signup .jetpack_subscription_widget .success {
  border: 1px solid #4A4A4A;
  padding: 24px; }
  .-column-email-signup .jetpack_subscription_widget .success p,
  .email-signup .jetpack_subscription_widget .success p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0; }

/****************************
   Home Page Email Sign up
***************************/
.email-signup {
  background-color: #000;
  clear: both;
  padding: 40px; }
  .email-signup.email-signup--landscape {
    margin-bottom: 50px; }
  .email-signup .email-signup--left {
    float: none;
    width: 100%; }
    @media (min-width: 768px) {
      .email-signup .email-signup--left {
        float: left;
        max-width: 50%; } }
    @media (min-width: 1024px) {
      .email-signup .email-signup--left {
        width: 400px;
        max-width: 45%; } }
  .email-signup .-subheading {
    font-size: 16px; }
  .email-signup #jetpack-subscribe-label {
    font-size: 12px; }
  .email-signup .email-signup--right {
    float: none;
    margin-left: 0;
    width: 100%; }
    @media (min-width: 540px) {
      .email-signup .email-signup--right {
        float: left;
        margin: 0;
        width: 100%; } }
    @media (min-width: 1024px) {
      .email-signup .email-signup--right {
        float: left;
        margin-left: 0;
        max-width: 55%; } }
    @media (min-width: 1268px) {
      .email-signup .email-signup--right {
        max-width: 60%; } }
  .email-signup form {
    display: flex;
    flex-direction: column;
    position: relative; }
  .email-signup #subscribe-email {
    order: 1;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .email-signup #subscribe-email {
        max-width: 100%; } }
    @media (min-width: 1024px) {
      .email-signup #subscribe-email {
        max-width: 250px; } }
    @media (min-width: 1225px) {
      .email-signup #subscribe-email {
        max-width: 350px; } }
  .email-signup #subscribe-text {
    order: 1;
    width: 100%;
    max-width: 350px;
    margin: 0; }
    @media (min-width: 768px) {
      .email-signup #subscribe-text {
        margin: 0 0 15px;
        order: 2; } }
    @media (min-width: 1024px) {
      .email-signup #subscribe-text {
        margin: 0; } }
  .email-signup #subscribe-submit {
    order: 3;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0; }
    @media (min-width: 768px) {
      .email-signup #subscribe-submit {
        position: relative;
        left: 0;
        margin: 0;
        top: 0;
        max-width: 250px; } }
    @media (min-width: 1024px) {
      .email-signup #subscribe-submit {
        position: absolute;
        left: 260px;
        top: 30px;
        max-width: 150px; } }
    @media (min-width: 1225px) {
      .email-signup #subscribe-submit {
        position: absolute;
        left: 360px;
        top: 30px;
        max-width: 188px; } }
    .email-signup #subscribe-submit input[type="submit"] {
      font-size: 15px; }

.hero-tint {
  height: auto;
  position: relative;
  text-align: center;
  width: 100%; }
  .hero-tint__background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .hero-tint__background::before {
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      width: 100%; }
    .hero-tint__background video {
      width: 100%; }
  .hero-tint__content {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: inline-block;
    margin: 130px 0;
    max-width: 55%;
    padding: 50px 20px;
    position: relative;
    width: 100%;
    z-index: 2; }
    @media (max-width: 540px) {
      .hero-tint__content {
        margin: 0 5%;
        max-width: 90%;
        padding: 20px; } }
  .hero-tint__title {
    font-size: 46px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 6px;
    text-transform: uppercase; }
    .hero-tint__title span.last {
      color: #01bcf3;
      font-weight: 700;
      letter-spacing: normal; }
    @media (max-width: 540px) {
      .hero-tint__title {
        font-size: 24px;
        margin-bottom: 4px; } }
    @media (min-width: 1024px) {
      .hero-tint__title {
        font-size: 58px; } }
  .hero-tint__subtitle {
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase; }
    @media (max-width: 540px) {
      .hero-tint__subtitle {
        font-size: 11px; } }
    @media (min-width: 1024px) {
      .hero-tint__subtitle {
        font-size: 20px; } }
  .hero-tint .m-heading-3,
  .hero-tint .m-heading-5 {
    margin: 0;
    padding: 0; }

@keyframes slide-in {
  0% {
    opacity: 1;
    top: 2em; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes slide-fade-in {
  0% {
    opacity: 0;
    top: 1.5em; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes slide-fade-in-large {
  0% {
    opacity: 0;
    top: 1.25em; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    top: 0; } }

.hero-tint.hero-tint--animate .hero-tint__background {
  height: 0;
  padding-bottom: 40%; }

.hero-tint.hero-tint--animate .hero-tint__content {
  background: none;
  display: flex;
  flex-direction: column;
  height: 0;
  justify-content: center;
  margin: 0 1em;
  max-width: none;
  padding: 12% 0;
  width: auto; }

.hero-tint.hero-tint--animate .hero-tint__title {
  overflow: hidden; }

.hero-tint.hero-tint--animate .m-heading-5 {
  padding-top: 0; }

.hero-tint.hero-tint--animate .hero-tint__subtitle {
  overflow: hidden; }

.hero-tint.hero-tint--animate .hero-tint__title span:nth-child(1),
.hero-tint.hero-tint--animate .hero-tint__title span:nth-child(2),
.hero-tint.hero-tint--animate .hero-tint__title .last,
.hero-tint.hero-tint--animate .hero-tint__subtitle {
  animation-duration: 750ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.18, 0.23, 0.36, 1);
  opacity: 0;
  position: relative;
  top: 0;
  transform: translate3d(0, 0, 0); }

.hero-tint.hero-tint--animate .hero-tint__title span:nth-child(1),
.hero-tint.hero-tint--animate .hero-tint__title span:nth-child(2) {
  animation-name: slide-in; }

.hero-tint.hero-tint--animate .hero-tint__title .last {
  animation-name: slide-fade-in-large; }

.hero-tint.hero-tint--animate .hero-tint__subtitle {
  animation-name: slide-fade-in; }

.hero-tint.hero-tint--animate .hero-tint__title span:nth-child(1) {
  animation-delay: 500ms; }

.hero-tint.hero-tint--animate .hero-tint__title span:nth-child(2) {
  animation-delay: 575ms; }

.hero-tint.hero-tint--animate .hero-tint__title .last {
  animation-delay: 900ms; }

.hero-tint.hero-tint--animate .hero-tint__subtitle {
  animation-delay: 1400ms; }

.c-pivot {
  padding-top: 86px; }
  @media (max-width: 540px) {
    .c-pivot {
      padding-top: 40px; } }
  .c-pivot > header,
  .c-pivot > header[role="tablist"] {
    border-bottom: 1px solid black;
    background: #F5F5F5;
    padding-top: 25px;
    height: auto;
    margin-bottom: 30px;
    position: absolute;
    z-index: 9;
    top: 0;
    overflow: hidden; }
    .c-pivot > header.is-fixed,
    .c-pivot > header[role="tablist"].is-fixed {
      position: fixed;
      top: 0;
      width: calc(90% - 60px); }
      @media (max-width: 540px) {
        .c-pivot > header.is-fixed,
        .c-pivot > header[role="tablist"].is-fixed {
          width: 100%; } }
    .c-pivot > header > a,
    .c-pivot > header[role="tablist"] > a {
      height: 30px;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none;
      color: #9B9B9B;
      line-height: 100%;
      margin: 0 30px 0 0;
      padding: 0 0 0 40px;
      padding-left: 40px !important;
      border-color: black;
      position: relative; }
      .c-pivot > header > a .u-hide-below-vp1,
      .c-pivot > header > a .u-show-below-vp1,
      .c-pivot > header[role="tablist"] > a .u-hide-below-vp1,
      .c-pivot > header[role="tablist"] > a .u-show-below-vp1 {
        pointer-events: none; }
      @media (max-width: 540px) {
        .c-pivot > header > a,
        .c-pivot > header[role="tablist"] > a {
          height: 40px; } }
      .c-pivot > header > a[aria-controls="list-view"]:before,
      .c-pivot > header[role="tablist"] > a[aria-controls="list-view"]:before {
        transform: translateY(-2px); }
      .c-pivot > header > a[aria-controls="list-view"]:focus,
      .c-pivot > header[role="tablist"] > a[aria-controls="list-view"]:focus {
        background: transparent !important; }
      .c-pivot > header > a[aria-controls="map-view"]:focus,
      .c-pivot > header[role="tablist"] > a[aria-controls="map-view"]:focus {
        background: transparent !important; }
      .c-pivot > header > a:hover,
      .c-pivot > header[role="tablist"] > a:hover {
        text-decoration: none; }
      .c-pivot > header > a:focus,
      .c-pivot > header[role="tablist"] > a:focus {
        outline: transparent;
        background: transparent; }
      @media (max-width: 540px) {
        .c-pivot > header > a.f-active,
        .c-pivot > header[role="tablist"] > a.f-active {
          display: none; } }
    .c-pivot > header .c-glyph,
    .c-pivot > header[role="tablist"] .c-glyph {
      margin-top: 4px; }
      .c-pivot > header .c-glyph.glyph-arrow-htmllegacy, .c-pivot > header .c-glyph.glyph-arrow-htmllegacy-mirrored,
      .c-pivot > header[role="tablist"] .c-glyph.glyph-arrow-htmllegacy,
      .c-pivot > header[role="tablist"] .c-glyph.glyph-arrow-htmllegacy-mirrored {
        margin-top: 0px; }
      .c-pivot > header .c-glyph:before,
      .c-pivot > header[role="tablist"] .c-glyph:before {
        position: absolute !important;
        left: 0;
        top: 0;
        font-size: 22px !important;
        line-height: 100%;
        width: 28px;
        height: 28px; }
    @media (max-width: 540px) {
      .c-pivot > header,
      .c-pivot > header[role="tablist"] {
        background: #0067B8;
        height: 40px;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        border-bottom: 0px; }
        .c-pivot > header > a,
        .c-pivot > header[role="tablist"] > a {
          color: white;
          padding-left: 0 !important;
          border-bottom: 0;
          line-height: 40px; }
          .c-pivot > header > a:hover, .c-pivot > header > a:focus,
          .c-pivot > header[role="tablist"] > a:hover,
          .c-pivot > header[role="tablist"] > a:focus {
            color: white; }
          .c-pivot > header > a .glyph-arrow-htmllegacy,
          .c-pivot > header > a .glyph-arrow-htmllegacy-mirrored,
          .c-pivot > header[role="tablist"] > a .glyph-arrow-htmllegacy,
          .c-pivot > header[role="tablist"] > a .glyph-arrow-htmllegacy-mirrored {
            padding-left: 25px; }
            .c-pivot > header > a .glyph-arrow-htmllegacy:before,
            .c-pivot > header > a .glyph-arrow-htmllegacy-mirrored:before,
            .c-pivot > header[role="tablist"] > a .glyph-arrow-htmllegacy:before,
            .c-pivot > header[role="tablist"] > a .glyph-arrow-htmllegacy-mirrored:before {
              top: 12px;
              font-size: 16px !important; }
          .c-pivot > header > a .glyph-arrow-htmllegacy-mirrored,
          .c-pivot > header[role="tablist"] > a .glyph-arrow-htmllegacy-mirrored {
            padding-left: 0; }
            .c-pivot > header > a .glyph-arrow-htmllegacy-mirrored:before,
            .c-pivot > header[role="tablist"] > a .glyph-arrow-htmllegacy-mirrored:before {
              left: initial;
              right: -35px; } }
  .c-pivot:not(.f-disabled) > header > a.f-active,
  .c-pivot:not(.f-disabled) > [role=tablist] > a.f-active {
    border-bottom-color: black; }

.tease-panel {
  width: 100%;
  min-height: 485px;
  margin-bottom: 50px;
  padding: 30px;
  position: relative; }
  .tease-panel__background {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .tease-panel__content {
    position: relative;
    z-index: 5;
    background: white;
    width: 100%;
    height: auto;
    min-height: 325px;
    padding: 20px 20px 40px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    position: relative; }
  .tease-panel__heading,
  .tease-panel .c-heading {
    color: #000;
    font-size: 24px;
    line-height: 115%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px; }
  .tease-panel__excerpt,
  .tease-panel .c-paragraph {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 15px; }
  .tease-panel a.tease-panel__link {
    text-transform: uppercase;
    color: #0067B8; }
  .tease-panel .tease-panel__locations {
    position: absolute;
    bottom: -20px;
    min-height: 40px;
    padding: 8px 15px 10px 35px;
    font-size: 13px;
    color: white;
    text-decoration: underline;
    line-height: 23px;
    background: black url("../img/map-marker-blue.svg") no-repeat 12px 11px; }
    .tease-panel .tease-panel__locations:hover {
      cursor: pointer; }
  .tease-panel .tease-panel__location {
    color: white; }
  @media (max-width: 540px) {
    .tease-panel {
      padding: 0;
      min-height: auto;
      margin-bottom: 30px; }
      .tease-panel__background {
        position: relative;
        display: block;
        height: 130px;
        top: initial;
        bottom: initial; }
      .tease-panel__content {
        padding: 15px 15px 55px 15px;
        max-width: 100%;
        min-height: 0; }
      .tease-panel__heading,
      .tease-panel .c-heading {
        margin-bottom: 8px; }
      .tease-panel__excerpt {
        display: none; } }

.ms-comments {
  background-color: #fff;
  padding: 0;
  float: none;
  /* Hidden Elements */ }
  @media (max-width: 768px) {
    .ms-comments {
      padding: 10px; } }
  .ms-comments #msc-comments-wrap {
    background-color: #f5f5f5;
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%; }
  .ms-comments #msc-comments {
    background-color: #f5f5f5;
    padding: 40px 65px 65px; }
    @media (max-width: 768px) {
      .ms-comments #msc-comments {
        padding: 2%; } }
  .ms-comments #comments-header {
    margin: 0; }
    .ms-comments #comments-header h2 {
      background-color: #fff;
      padding: 50px 0;
      text-transform: capitalize; }
  .ms-comments #msc-comments-wrap #comments {
    margin: 60px 0; }
  .ms-comments .comments-header {
    margin-top: 10px; }
    .ms-comments .comments-header h2 {
      font-size: 40px;
      font-weight: 700;
      text-align: center; }
  .ms-comments .comments-header .btn.btn-primary {
    background-color: #2A62B6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 45px;
    text-transform: uppercase;
    margin: 65px 0 0 65px; }
    @media (max-width: 768px) {
      .ms-comments .comments-header .btn.btn-primary {
        margin: 2%;
        width: 96%; } }
    .ms-comments .comments-header .btn.btn-primary:hover {
      cursor: pointer; }
  .ms-comments .comment-list {
    padding-left: 0;
    list-style: none; }
    .ms-comments .comment-list ol,
    .ms-comments .comment-list ul {
      list-style: none; }
    .ms-comments .comment-list > ul {
      margin: 0; }
    .ms-comments .comment-list ul.children {
      padding-left: 25px; }
  .ms-comments .comment-form input[type=email],
  .ms-comments .comment-form input[type=text],
  .ms-comments .comment-form input[type=url],
  .ms-comments .comment-form textarea {
    color: #41424e; }
  .ms-comments .depth-1.comment::after {
    border: 1px solid #ccc;
    display: block;
    content: '';
    height: 10px;
    margin-bottom: 40px; }
  .ms-comments .depth-2.comment .comment-content p {
    font-size: 14px;
    font-weight: 300; }
  .ms-comments .comment-body {
    margin-top: 15px; }
  .ms-comments .comment-author {
    float: left;
    width: calc(100% - 100px); }
  .ms-comments .comment-author .author-name {
    font-size: 18px;
    color: #000;
    margin-left: 10px; }
  .ms-comments .comment-author .avatar-container {
    display: inline-block;
    max-height: 53px;
    max-width: 53px;
    vertical-align: middle; }
  .ms-comments .comment-right {
    float: right;
    width: 100px;
    text-align: right; }
  .ms-comments .comment-content {
    padding: 13px 0 45px;
    clear: both; }
  .ms-comments .load-more {
    margin: 20px 0; }
  .ms-comments .avatar-container {
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    overflow: hidden; }
  .ms-comments .avatar-container .avatar {
    width: 100%;
    height: auto;
    position: relative; }
  .ms-comments .comment-actions a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline; }
  .ms-comments .comment-time {
    font-size: 13px;
    font-weight: 300; }
  .ms-comments #msc-comment-form {
    display: block;
    margin-bottom: 50px; }
  .ms-comments .comment .comment-respond {
    margin: -20px 0 0 0; }
  .ms-comments .comment-respond {
    display: block;
    padding: 20px 65px 25px;
    margin: 0;
    width: 100%; }
    @media (max-width: 768px) {
      .ms-comments .comment-respond {
        padding: 2%; } }
    .ms-comments .comment-respond form::after {
      clear: both;
      display: table;
      content: ''; }
    .ms-comments .comment-respond .comment-reply-title {
      color: #9B9B9B;
      font-size: 13px;
      font-weight: 300;
      text-transform: uppercase; }
    .ms-comments .comment-respond .comment-form-comment {
      float: left;
      margin-right: 3%;
      max-width: 66%;
      width: 100%; }
      @media (max-width: 768px) {
        .ms-comments .comment-respond .comment-form-comment {
          float: none;
          margin: 0;
          max-width: 100%; } }
    .ms-comments .comment-respond .comment-form-comment label {
      display: block;
      margin: 20px 0 0; }
    .ms-comments .comment-respond .comment-form-comment textarea {
      margin: 10px 0;
      background-color: #F5F5F5;
      border: 1px solid #9B9B9B;
      display: block;
      height: 45px;
      width: 100%; }
    .ms-comments .comment-respond .form-submit {
      float: left;
      margin: 5px 0 15px;
      max-width: 30%;
      width: 100%; }
      @media (max-width: 768px) {
        .ms-comments .comment-respond .form-submit {
          float: none;
          max-width: 100%; } }
    .ms-comments .comment-respond .form-submit input[type="submit"] {
      border: 0;
      font-size: 14px;
      margin: 5px 0 15px;
      background-color: #2A62B6;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 45px;
      width: 100%;
      max-width: 300px; }
      @media (max-width: 768px) {
        .ms-comments .comment-respond .form-submit input[type="submit"] {
          max-width: 100%; } }
    .ms-comments .comment-respond .comment-subscription-form {
      font-size: 13px; }
  .ms-comments .comment .comment-respond {
    margin: 0;
    padding: 0; }
  .ms-comments .ms-comment-count {
    display: block;
    max-width: 1100px;
    position: relative;
    width: 100%;
    margin: 55px 0 0 65px; }
    @media (max-width: 768px) {
      .ms-comments .ms-comment-count {
        margin: 2%;
        width: 96%; } }
    .ms-comments .ms-comment-count .ms-comment-count-icon {
      display: inline-block;
      background: #fff url(../../images/components/social/comment-icon-black.svg) no-repeat center;
      background-size: 60%;
      border-radius: 50%;
      margin-top: 3px;
      width: 30px;
      height: 30px; }
    .ms-comments .ms-comment-count p {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 40px; }
  .ms-comments .comments-closed {
    background-color: #fcf8e3;
    border: 1px solid #faebbc;
    border-radius: 4px;
    clear: both;
    color: #8a6d3b;
    font-size: 15px;
    margin: 20px 0;
    padding: 15px; }
  .ms-comments .comment-subscription-form,
  .ms-comments .comment-subscription-form,
  .ms-comments .reply-title,
  .ms-comments .logged-in-as,
  .ms-comments .comment-form-comment label {
    display: none !important; }

.map-wrapper {
  position: relative; }
  .map-wrapper__container#chartdiv {
    width: 100%;
    height: 600px; }
    @media (max-width: 1024px) {
      .map-wrapper__container#chartdiv {
        padding-bottom: 200px; } }
    @media (max-width: 768px) {
      .map-wrapper__container#chartdiv {
        padding-bottom: 200px; } }
    @media (max-width: 540px) {
      .map-wrapper__container#chartdiv {
        height: 370px;
        padding-bottom: 250px; } }
  .map-wrapper__controls {
    position: absolute;
    top: 30px;
    left: 0;
    width: 40px;
    height: 130px;
    padding: 10px 5px;
    border: 1px solid black;
    background: #F5F5F5; }
    .map-wrapper__controls input {
      display: none; }
    .map-wrapper__controls--home, .map-wrapper__controls--zoomin, .map-wrapper__controls--zoomout {
      float: left;
      width: 28px;
      padding: 0 5px 10px 5px;
      border-bottom: 1px solid rgba(155, 155, 155, 0.45);
      margin-bottom: 10px; }
      .map-wrapper__controls--home:hover, .map-wrapper__controls--zoomin:hover, .map-wrapper__controls--zoomout:hover {
        cursor: pointer; }
      .map-wrapper__controls--home.c-glyph:before, .map-wrapper__controls--zoomin.c-glyph:before, .map-wrapper__controls--zoomout.c-glyph:before {
        font-size: 18px; }
    .map-wrapper__controls--zoomout {
      border-bottom: 0px;
      margin-bottom: 0px; }
  .map-wrapper__error {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 18px;
    padding: 80px 120px; }
    .error-map-data .map-wrapper__error {
      display: block; }

.map-controls {
  position: absolute;
  top: 30px;
  left: 0;
  width: 40px;
  height: 130px;
  padding: 10px 5px;
  border: 1px solid black;
  background: #F5F5F5;
  box-sizing: border-box; }
  @media (max-width: 540px) {
    .map-controls {
      display: none; } }
  .map-controls input {
    display: none; }
  .map-controls--home, .map-controls--zoomin, .map-controls--zoomout {
    float: left;
    width: 28px;
    padding: 0 5px 10px 5px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.45);
    margin-bottom: 10px; }
    .map-controls--home:hover, .map-controls--zoomin:hover, .map-controls--zoomout:hover {
      cursor: pointer; }
    .map-controls--home.c-glyph:before, .map-controls--zoomin.c-glyph:before, .map-controls--zoomout.c-glyph:before {
      font-size: 18px; }
  .map-controls--zoomout {
    border-bottom: 0px;
    margin-bottom: 0px; }

.infowindow-panel {
  width: 100%;
  position: relative;
  padding: 0;
  min-height: auto;
  box-sizing: border-box; }
  .infowindow-panel__background {
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    display: block;
    height: 200px; }
  .infowindow-panel__content {
    position: relative;
    z-index: 5;
    background: white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px 15px 55px 15px;
    max-width: 100%;
    min-height: 0; }
  .infowindow-panel__heading {
    font-size: 24px;
    line-height: 115%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px; }
  .infowindow-panel__excerpt {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 20px; }
  .infowindow-panel a.infowindow-panel__link {
    text-transform: uppercase;
    color: #0067B8;
    font-size: 13px; }
    .infowindow-panel a.infowindow-panel__link.m-chevron:after {
      margin-top: -0.3em; }
  .infowindow-panel__locations {
    position: absolute;
    bottom: -20px;
    min-height: 40px;
    padding: 8px 15px 10px 35px;
    font-size: 13px;
    color: white;
    line-height: 23px;
    background: black url("../img/map-marker-blue.svg") no-repeat 12px 11px; }
  .infowindow-panel__locations span, .infowindow-panel__location {
    color: white;
    display: block; }

.amcharts-balloon-div {
  background: black;
  padding: 15px 15px 25px 15px;
  text-transform: uppercase;
  transition-duration: 0s;
  z-index: 9999; }
  .amcharts-balloon-div__title {
    display: block;
    margin-bottom: 25px;
    font-size: 16px !important;
    font-weight: 200 !important; }
  .amcharts-balloon-div__location {
    font-size: 13px;
    text-transform: initial;
    padding-left: 18px;
    letter-spacing: 0.025em;
    font-weight: 200 !important;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2012%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22list_view_design_2%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-50.000000%2C%20-351.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M62%2C357%20C62%2C353.69%2059.31%2C351%2056%2C351%20C52.69%2C351%2050%2C353.69%2050%2C357%20C50%2C361.5%2056%2C368%2056%2C368%20C56%2C368%2062%2C361.5%2062%2C357%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E) no-repeat left top; }
    .amcharts-balloon-div__location span {
      display: block; }
  @media (max-width: 540px) {
    .amcharts-balloon-div {
      display: none; } }

@media (max-width: 540px) {
  .amcharts-description-div {
    display: none; } }

.amcharts-description-close-img {
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px; }

.amcharts-map-image-container .amcharts-map-image:hover,
.amcharts-map-image-container img.amcharts-map-image:hover {
  cursor: pointer; }

.e-description-window-open .amcharts-map-image-container .amcharts-map-image, .e-description-window-open
.amcharts-map-image-container img.amcharts-map-image {
  pointer-events: none !important; }

@media (max-width: 540px) {
  .amcharts-map-image-container .amcharts-map-image,
  .amcharts-map-image-container img.amcharts-map-image {
    pointer-events: none; } }

@media (max-width: 540px) {
  .amcharts-map-image-container .amcharts-selected-object {
    pointer-events: none; } }

.amcharts-map-image-container .amcharts-map-image-label,
.amcharts-map-image-container .amcharts-map-image-label-background {
  display: none; }

.amcharts-map-image-container .amcharts-map-image-label,
.amcharts-map-image-container .amcharts-map-image-label tspan {
  letter-spacing: 0.025em;
  font-size: 12px; }

.amcharts-map-image-container .amcharts-map-image-label-background {
  height: 23px;
  min-width: 80px; }

@media (max-width: 540px) {
  .amcharts-map-image-container .amcharts-selected-object ~ text.amcharts-map-image-label,
  .amcharts-map-image-container .amcharts-selected-object ~ rect.amcharts-map-image-label-background {
    display: block; } }

.map-marker {
  width: 15px;
  height: 20px;
  transform: translate3d(-7.5px, -10px, 0);
  display: block;
  background: orange;
  z-index: 999;
  position: absolute;
  pointer-events: none; }

.marker-panels {
  width: 100%;
  min-height: 200px;
  overflow: scroll;
  transform: translate3d(0, -100px, 0);
  display: none; }
  @media (max-width: 540px) {
    .marker-panels {
      display: block; } }

.marker-panel {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 0 12px;
  min-height: auto;
  transition: box-shadow 0.3s;
  box-sizing: border-box; }
  .marker-panel.slick-current {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  .marker-panel__background {
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    display: block;
    height: 130px; }
  .marker-panel__content {
    position: relative;
    z-index: 5;
    background: white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px 15px 55px 15px;
    max-width: 100%;
    min-height: 0; }
  .marker-panel__heading {
    font-size: 24px;
    line-height: 115%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px; }
  .marker-panel__excerpt {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 20px; }
  .marker-panel a.marker-panel__link {
    text-transform: uppercase;
    color: #0067B8;
    font-size: 13px; }
    .marker-panel a.marker-panel__link.m-chevron:after {
      margin-top: -0.3em; }
  .marker-panel .marker-panel__locations {
    margin-top: 15px; }
  .marker-panel .marker-panel__location {
    min-height: 40px;
    padding: 7px 25px;
    font-size: 13px;
    color: #000;
    line-height: 23px;
    background: url("../img/map-marker-blue.svg") no-repeat 2px 11px; }
    .marker-panel .marker-panel__location:hover {
      cursor: pointer; }

.f-sub-nav {
  display: none; }
  @media (max-width: 767px) {
    .f-sub-nav {
      display: block;
      height: 50px;
      width: 100%;
      background-color: #2F2F2F;
      color: #FFF; }
      .f-sub-nav .c-logo {
        float: left;
        height: 48px;
        margin: 1px;
        padding: 7px 17px;
        position: relative; }
        .f-sub-nav .c-logo span {
          display: block;
          font-size: 24px;
          font-weight: 200;
          line-height: 28px; }
      .f-sub-nav .f-mobile-button {
        display: inline-block;
        float: right;
        height: 50px;
        position: relative; }
        .f-sub-nav .f-mobile-button:before {
          content: 'Back to Article';
          width: 110px;
          position: absolute;
          left: -105px;
          top: 14px;
          color: #FFF;
          font-size: 16px; } }
  @media (max-width: 539px) {
    .f-sub-nav .c-logo {
      height: 50px;
      padding: 8px 10px; }
      .f-sub-nav .c-logo span {
        font-size: 20px; } }
  @media (max-width: 400px) {
    .f-sub-nav .f-mobile-button:before {
      display: none; } }

#headerArea {
  background: #fff;
  position: relative;
  z-index: 15; }

.tnt-hero-story {
  align-items: center;
  color: #fff;
  min-height: 440px;
  position: relative;
  text-align: center;
  z-index: 0; }
  @media (min-width: 768px) {
    .tnt-hero-story {
      min-height: 470px; } }
  .tnt-hero-story a:focus {
    outline: 1px dashed #fff; }
  .tnt-hero-story:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
  .tnt-hero-story__inner {
    flex-direction: column;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
    padding: 120px 20px 80px;
    position: relative;
    z-index: 2; }
    @media (min-width: 540px) {
      .tnt-hero-story__inner {
        padding: 120px 80px; } }
    @media (min-width: 768px) {
      .tnt-hero-story__inner {
        padding: 120px 40px; } }
    @media (min-width: 1024px) {
      .tnt-hero-story__inner {
        padding: 120px 20px; } }
  .tnt-hero-story__title {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .tnt-hero-story__title {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 18px; } }
    @media (min-width: 1024px) {
      .tnt-hero-story__title {
        font-size: 64px;
        line-height: 1.2; } }
  .tnt-hero-story__location {
    color: #fff;
    margin-bottom: 42px; }
    .tnt-hero-story__location p {
      align-items: center;
      display: inline-flex;
      font-size: 12px;
      font-weight: 400; }
      .tnt-hero-story__location p:before {
        background: url(../../images/icons/map-pin-white.svg) no-repeat 0 0;
        background-size: 8px;
        content: '';
        display: block;
        height: 12px;
        margin-right: 8px;
        width: 8px; }
  .tnt-hero-story__view-link {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 5px 5px 10px; }
    .tnt-hero-story__view-link:after {
      font-size: 0.55em !important;
      margin-left: .25rem !important;
      margin-top: -0.1em !important; }
  .tnt-hero-story__map-link {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
    width: auto !important;
    z-index: 3; }
    .tnt-hero-story__map-link:focus {
      outline: 1px dashed #fff; }
    @media (min-width: 768px) {
      .tnt-hero-story__map-link {
        top: 40px; } }
    .tnt-hero-story__map-link:before {
      background: url(../../images/icons/icon-pins-multiple.svg) no-repeat center 5px;
      background-size: 46px;
      display: block;
      content: '';
      width: 46px;
      height: 50px; }
    .tnt-hero-story__map-link:after {
      margin-top: 0.1em !important; }

.tnt-secondary-cards {
  background: #000;
  width: 100%;
  z-index: 2; }
  @media (min-width: 1024px) {
    .tnt-secondary-cards {
      flex-direction: row; } }
  .tnt-secondary-cards__top {
    align-items: center;
    color: #fff;
    display: flex;
    padding: 20px;
    position: relative;
    z-index: 2;
    background: #000; }
  .tnt-secondary-cards__all-link {
    color: #fff;
    margin-left: auto;
    width: auto !important; }
    .tnt-secondary-cards__all-link:focus {
      outline: 1px dashed #fff; }
  .tnt-secondary-cards__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .tnt-secondary-cards__title {
        font-size: 22px; } }
  .tnt-secondary-cards__row {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1024px) {
      .tnt-secondary-cards__row {
        flex-direction: row; } }

/*
 Vertical Card styles
 */
.tnt-secondary-cards--vertical {
  background: transparent;
  flex-direction: column;
  max-width: 100%; }
  @media (min-width: 900px) {
    .tnt-secondary-cards--vertical {
      max-width: 420px; } }
  .tnt-secondary-cards--vertical .tnt-secondary-cards__top {
    background: transparent;
    padding: 20px 12px; }
    @media (min-width: 900px) {
      .tnt-secondary-cards--vertical .tnt-secondary-cards__top {
        padding: 20px 0; } }
  .tnt-secondary-cards--vertical .tnt-secondary-cards__title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .tnt-secondary-cards--vertical .tnt-secondary-cards__row {
    flex-direction: column; }
  .tnt-secondary-cards--vertical .tnt-secondary-card {
    height: auto;
    min-height: 248px;
    padding-top: 25px;
    width: 100%; }
    @media (min-width: 900px) {
      .tnt-secondary-cards--vertical .tnt-secondary-card {
        min-height: 200px; } }
  .tnt-secondary-cards--vertical .tnt-secondary-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4; }
    @media (min-width: 900px) {
      .tnt-secondary-cards--vertical .tnt-secondary-card__title {
        font-size: 14px; } }
  .tnt-secondary-cards--vertical .tnt-secondary-card__location {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding: 0 !important; }
    .tnt-secondary-cards--vertical .tnt-secondary-card__location a {
      color: inherit; }
    .tnt-secondary-cards--vertical .tnt-secondary-card__location:before {
      background-size: 9px;
      display: inline-block;
      margin-top: 7px; }
  .tnt-secondary-cards--vertical .tnt-secondary-card__view-story {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
    position: relative;
    z-index: 1; }
    .tnt-secondary-cards--vertical .tnt-secondary-card__view-story:focus {
      outline: 1px dashed #fff; }
    .tnt-secondary-cards--vertical .tnt-secondary-card__view-story:after {
      font-size: .55em;
      margin-top: -0.1em !important; }
  .tnt-secondary-cards--vertical .tnt-secondary-card__play-video:after,
  .tnt-secondary-cards--vertical .tnt-secondary-card__article-link:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 300px;
    content: '';
    height: 112px;
    pointer-events: none;
    position: absolute;
    width: 112px; }
  .tnt-secondary-cards--vertical .tnt-secondary-card__play-video--active .tnt-secondary-card__play-video:after {
    border: 0; }
  .tnt-secondary-cards--vertical .tnt-secondary-card__play-video--active .tnt-secondary-card__article-link:after {
    border: 0; }

.tnt-secondary-card {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 248px;
  padding: 20px 120px 20px 20px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .tnt-secondary-card {
      height: 300px; } }
  @media (min-width: 1024px) {
    .tnt-secondary-card {
      width: 33.33%; } }
  .tnt-secondary-card:before {
    content: '';
    position: absolute;
    right: 45px;
    bottom: 45px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.5);
    transition: 150ms ease-out transform; }
  .tnt-secondary-card.tnt-secondary-card__play-video--active:before {
    transform: scale(2); }
  .tnt-secondary-card__title {
    display: inline-block;
    padding: 0 25px 0 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    z-index: 1; }
    .tnt-secondary-card__title a {
      padding: 0;
      font-weight: inherit;
      font-size: inherit; }
      .tnt-secondary-card__title a:after {
        display: inline-block;
        font-size: 0.55em !important;
        margin-top: -0.2em !important;
        margin-left: 0.5em; }
      .tnt-secondary-card__title a:focus {
        outline: 1px dashed #fff; }
  .tnt-secondary-card__location {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin-bottom: 24px;
    z-index: 1; }
    .tnt-secondary-card__location:before {
      background: url(../../images/icons/map-pin-white.svg) no-repeat 0 0;
      background-size: 8px;
      content: '';
      display: block;
      height: 12px;
      margin-right: 6px;
      width: 9px; }
  .tnt-secondary-card__view-story {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
    position: relative;
    z-index: 1; }
    .tnt-secondary-card__view-story:focus {
      outline: 1px dashed #fff; }
    .tnt-secondary-card__view-story:after {
      font-size: .55em;
      margin-top: -0.1em !important; }
  .tnt-secondary-card__play-video {
    align-items: center;
    background: rgba(255, 255, 255, 0.64);
    border: 0;
    border-radius: 300px;
    display: flex;
    justify-content: center;
    height: 62px;
    width: 62px;
    position: absolute;
    right: 45px;
    bottom: 45px;
    z-index: 4; }
    .tnt-secondary-card__play-video:hover {
      background: #01BCF3; }
    .tnt-secondary-card__play-video:focus {
      background: #01BCF3;
      outline: 1px dashed #fff; }
  .tnt-secondary-card__play-video__icon {
    background: url(../../images/icons/icon-play-black.svg) no-repeat;
    height: 21px;
    transform: translateX(3px);
    width: 16px; }
  .tnt-secondary-card__article-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.64);
    border: 0;
    border-radius: 300px;
    display: flex !important;
    justify-content: center;
    height: 62px;
    width: 62px;
    position: absolute;
    right: 45px;
    bottom: 45px;
    z-index: 4; }
    .tnt-secondary-card__article-link:hover {
      background: #01BCF3; }
    .tnt-secondary-card__article-link:focus {
      background: #01BCF3;
      outline: 1px dashed #fff !important; }
    .tnt-secondary-card__article-link:before {
      background: url(../../images/icons/icon-book-black.svg) no-repeat;
      background-size: 16px;
      content: '';
      display: block;
      width: 16px;
      height: 20px; }

.tnt-primary-bg {
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0; }
  .tnt-primary-bg img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.tnt-main {
  background: transparent !important; }

.tnt-video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .tnt-video-container iframe, .tnt-video-container video, .tnt-video-container embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.tnt-tertiary-cards {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  z-index: 2; }
  @media (min-width: 1024px) {
    .tnt-tertiary-cards {
      flex-direction: row; } }
  .tnt-tertiary-cards .tnt-story-card {
    width: 100%; }
    @media (min-width: 1024px) {
      .tnt-tertiary-cards .tnt-story-card {
        width: 20%; } }

.tnt-tertiary-card {
  background: #fff;
  display: flex;
  flex-direction: row;
  min-height: 132px;
  padding: 0;
  width: 100%; }
  .tnt-tertiary-card a:focus {
    outline: 1px dashed #000; }
  @media (min-width: 1024px) {
    .tnt-tertiary-card {
      flex-direction: column;
      padding: 20px;
      min-height: auto; } }
  .tnt-tertiary-card__image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, black 100%);
    height: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: 200ms ease-out all;
    width: 100%;
    z-index: 2; }
    .tnt-tertiary-card__image-overlay:hover {
      opacity: 1; }
    .tnt-tertiary-card__image-overlay .overlay-video-icon,
    .tnt-tertiary-card__image-overlay .overlay-book-icon {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center; }
    .tnt-tertiary-card__image-overlay .overlay-video-icon:before {
      background: url(../../images/icons/icon-play-white.svg) no-repeat;
      background-size: 32px;
      content: '';
      display: block;
      width: 32px;
      height: 45px; }
    .tnt-tertiary-card__image-overlay .overlay-book-icon:before {
      background: url(../../images/icons/icon-book-white.svg) no-repeat;
      background-size: 32px;
      content: '';
      display: block;
      width: 32px;
      height: 45px; }
  .tnt-tertiary-card .overlay-active {
    display: block;
    opacity: 1; }
  .tnt-tertiary-card__image {
    margin: 0;
    position: relative;
    width: 55%; }
    @media (min-width: 768px) {
      .tnt-tertiary-card__image {
        width: 35%; } }
    @media (min-width: 1024px) {
      .tnt-tertiary-card__image {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        margin-bottom: 25px;
        width: 100%; } }
    .tnt-tertiary-card__image img {
      font-family: 'object-fit: cover;';
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
  .tnt-tertiary-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px;
    width: 100%; }
    @media (min-width: 1024px) {
      .tnt-tertiary-card__content {
        border-bottom: 0;
        padding: 0; } }
  .tnt-tertiary-card:nth-child(odd) {
    background: #F5F5F5; }
  .tnt-tertiary-card__title {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 0; }
    @media (min-width: 1024px) {
      .tnt-tertiary-card__title {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .tnt-tertiary-card__title {
        font-size: 16px; } }
    .tnt-tertiary-card__title h3 {
      padding: 0;
      font-weight: 600; }
      .tnt-tertiary-card__title h3:after {
        font-size: 0.55em !important;
        margin-top: -0.2em !important;
        display: inline-block; }
  .tnt-tertiary-card__location {
    align-items: center;
    display: flex;
    color: #4E5665;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .tnt-tertiary-card__location {
        margin-bottom: 20px; } }
    .tnt-tertiary-card__location:before {
      background: url(../../images/icons/map-pin.svg) no-repeat 0 0;
      background-size: 10px;
      content: '';
      display: inline-block;
      height: 14px;
      padding-left: 20px;
      pointer-events: none;
      width: 20px; }
      @media screen and (-ms-high-contrast: white-on-black) {
        .tnt-tertiary-card__location:before {
          background: url(../../images/icons/map-pin-white.svg) no-repeat 0 0; } }
  .tnt-tertiary-card__view-more {
    font-size: 12px;
    font-weight: 400;
    margin-top: auto; }
    .tnt-tertiary-card__view-more:after {
      font-size: 0.55em !important;
      margin-top: 0 !important; }

.tnt-cta {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 50px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .tnt-cta {
      align-items: center;
      justify-content: center;
      padding: 0;
      height: 500px; } }
  .tnt-cta:before {
    background: rgba(0, 0, 0, 0.35);
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; }
  .tnt-cta:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, black 100%);
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; }
  .tnt-cta a:focus {
    outline: 1px dashed #fff; }
  .tnt-cta__inner {
    display: block;
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1; }
  .tnt-cta__title {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 36px; }
    .tnt-cta__title span {
      color: #01BCF3;
      font-weight: 700; }
  .tnt-cta__sub-head {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 54px; }
    .tnt-cta__sub-head strong {
      font-weight: 300; }

.social-footer-wrap {
  position: relative;
  z-index: 1; }

#footerArea {
  position: relative;
  z-index: 1; }

/* -------------------------------------------------------------------------- * * Necessary styling for the dialog to work
 * -------------------------------------------------------------------------- */
/**
 * When `<dialog>` is properly supported, the overlay is implied and can be
 * styled with `::backdrop`, which means the DOM one should be removed.
 */
[data-a11y-dialog-native] .dialog-overlay {
  display: none; }
  [data-a11y-dialog-native] .dialog-overlay dialog {
    transition: 150ms ease-out all; }

/**
 * When `<dialog>` is not supported, its default display is `inline` which can
 * cause layout issues.
 */
.dialog-content[open] {
  background: #000;
  display: block;
  height: 100%;
  padding: 10em 12px 2em;
  width: 100%; }
  @media (min-width: 1024px) {
    .dialog-content[open] {
      padding: 10em 18% 2em; } }
  .dialog-content[open] [data-a11y-dialog-hide] {
    height: 65px; }

.dialog[aria-hidden="true"] {
  display: none; }

/* -------------------------------------------------------------------------- * * Styling to make the dialog look like a dialog
 * -------------------------------------------------------------------------- */
.dialog-overlay {
  background-color: rgba(0, 0, 0, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15; }

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.98); }

.dialog-content {
  background-color: transparent;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 16; }

.dialog-close {
  position: absolute;
  top: 2em;
  right: 0;
  border: 0;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  transition: 0.15s;
  align-items: center;
  background: #01BCF3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 0;
  padding: 4px;
  text-decoration: none;
  width: 75px; }
  .dialog-close:before {
    content: '';
    display: block;
    background: url(../../images/icons/icon-close.svg) no-repeat;
    background-size: 25px;
    height: 25px;
    width: 25px; }
  .dialog-close:focus {
    outline: 1px dashed #fff; }

/* -------------------------------------------------------------------------- * * Extra dialog styling
 * -------------------------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes appear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.dialog:not([aria-hidden='true']) > .dialog-overlay {
  animation: fade-in 200ms 1 both; }

.dialog:not([aria-hidden='true']) > .dialog-content {
  animation: appear 400ms 150ms 1 both; }

.dialog-content {
  padding: 1em;
  width: 600px;
  border-radius: 2px; }

.dialog-overlay {
  background-color: rgba(0, 0, 0, 0.98); }

.dialog h1 {
  margin: 0;
  font-size: 1.25em; }

.a11y-dialog {
  background: #000;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.tnt-video-detail {
  display: block;
  position: relative; }
  .tnt-video-detail a {
    text-decoration: underline; }
  .tnt-video-detail:after {
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .tnt-video-detail__inner {
    position: relative;
    overflow: hidden;
    padding: 244px 20px 20px 20px;
    min-height: 400px; }
    @media (min-width: 768px) {
      .tnt-video-detail__inner {
        padding: 350px 20px 20px 20px; } }
    @media (min-width: 1024px) {
      .tnt-video-detail__inner {
        padding: 20px;
        min-height: 760px; } }
    .tnt-video-detail__inner:after {
      border-radius: 100%;
      box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
      content: '';
      right: 50%;
      height: 240px;
      position: absolute;
      top: 50px;
      transition: 150ms ease-out transform;
      transform: translate(50%, 0);
      width: 240px;
      z-index: 1; }
      @media (min-width: 768px) {
        .tnt-video-detail__inner:after {
          top: 60px;
          height: 390px;
          width: 390px; } }
      @media (min-width: 1024px) {
        .tnt-video-detail__inner:after {
          height: 490px;
          width: 490px; } }
      @media (min-width: 1400px) {
        .tnt-video-detail__inner:after {
          height: 618px;
          width: 618px; } }
  .tnt-video-detail__content-container {
    position: relative;
    z-index: 2; }
  .tnt-video-detail__title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 100px;
    width: 100%; }
    @media (min-width: 768px) {
      .tnt-video-detail__title {
        font-size: 32px;
        line-height: 1.4;
        margin-top: 120px; } }
    @media (min-width: 1024px) {
      .tnt-video-detail__title {
        width: 31%; } }
    @media (min-width: 1779px) {
      .tnt-video-detail__title {
        width: 35%; } }
  .tnt-video-detail__location {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 65px;
    position: relative; }
    .tnt-video-detail__location:before {
      background: url(../../images/icons/map-pin-white.svg) no-repeat 0 center;
      background-size: 10px;
      content: '';
      display: inline-block;
      height: 14px;
      padding-left: 20px;
      pointer-events: none;
      width: 20px; }
  .tnt-video-detail__content {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin: 40px auto 25px;
    width: 100%; }
    @media (min-width: 1024px) {
      .tnt-video-detail__content {
        max-width: 618px; } }
  .tnt-video-detail__content-top {
    min-height: auto; }
    @media (min-width: 1024px) {
      .tnt-video-detail__content-top {
        min-height: 400px; } }
    @media (min-width: 1400px) {
      .tnt-video-detail__content-top {
        min-height: 540px; } }
  .tnt-video-detail__video-play {
    position: absolute;
    transform: translate(50%, 0);
    z-index: 3;
    right: 50%;
    height: 240px;
    top: -294px;
    transition: 150ms ease-out transform;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .tnt-video-detail__video-play {
        top: -410px;
        height: 390px;
        width: 390px; } }
    @media (min-width: 1024px) {
      .tnt-video-detail__video-play {
        top: -80px;
        height: 490px;
        width: 490px; } }
    @media (min-width: 1400px) {
      .tnt-video-detail__video-play {
        height: 618px;
        width: 618px; } }
    .tnt-video-detail__video-play .tnt-play-button {
      background: rgba(1, 188, 243, 0.9);
      height: 132px;
      width: 132px;
      padding: 10px; }
      .tnt-video-detail__video-play .tnt-play-button:focus {
        background: rgba(255, 255, 255, 0.64);
        outline: 2px dashed #fff; }
      .tnt-video-detail__video-play .tnt-play-button:hover {
        background: rgba(255, 255, 255, 0.64); }
    .tnt-video-detail__video-play .tnt-play-button__icon {
      background: url(../../images/icons/icon-play-black.svg) no-repeat;
      background-size: 35px;
      height: 50px;
      transform: translateX(5px);
      width: 35px; }
  .tnt-video-detail__map-link {
    color: #fff !important;
    background: url(../../images/icons/icon-pins-multiple.svg) no-repeat center 5px;
    background-size: 46px;
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 52px 10px 10px;
    width: auto !important;
    z-index: 2;
    text-decoration: none; }
    .tnt-video-detail__map-link:focus {
      outline: 1px dashed #fff; }
    .tnt-video-detail__map-link:hover {
      text-decoration: underline; }
    @media (min-width: 768px) {
      .tnt-video-detail__map-link {
        top: 40px; } }
    .tnt-video-detail__map-link:after {
      margin-top: 0.2em; }
  .tnt-video-detail__bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0; }
    .tnt-video-detail__bg img {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      height: 100%;
      width: 100%; }

.tnt-play-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.64);
  border: 0;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  height: 62px;
  width: 62px; }
  .tnt-play-button:hover, .tnt-play-button:focus {
    background: rgba(1, 188, 243, 0.9); }
  .tnt-play-button__icon {
    background: url(../../images/icons/icon-play-black.svg) no-repeat;
    background-size: 16px;
    pointer-events: none;
    width: 16px; }
  .tnt-play-button.highlight-animation {
    position: relative;
    overflow: hidden !important;
    transition: all .3s ease-in-out;
    z-index: 10; }
  .tnt-play-button.highlight-animation:hover {
    color: #01BCF3 !important; }
  .tnt-play-button.highlight-animation::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #65D8F9;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1); }
  .tnt-play-button.highlight-animation::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #01BCF3;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99); }
  .tnt-play-button.highlight-animation:hover::before, .tnt-play-button .btn1O:hover::before {
    opacity: 1;
    width: 116%; }
  .tnt-play-button.highlight-animation:hover::after, .tnt-play-button .btn1O:hover::after {
    opacity: 1;
    width: 120%; }

.tnt-subscribe {
  background: #fff;
  box-shadow: 0 2px 2px inset rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 11; }

.tint-subscribeForm {
  position: relative;
  z-index: 11; }
  .tint-subscribeForm.subscribe-header {
    clear: both; }
    .moi-topPosts + .tint-subscribeForm.subscribe-header {
      margin-bottom: 2em; }
      .moi-topPosts + .tint-subscribeForm.subscribe-header .tint-subscribeForm__container {
        margin: 0;
        padding: 30px 0 20px; }
    .moi-topic-header + .tint-subscribeForm.subscribe-header {
      margin-bottom: 2em; }
      .moi-topic-header + .tint-subscribeForm.subscribe-header .tint-subscribeForm__container {
        margin: 1em; }
    .tint-subscribeForm.subscribe-header .tint-subscribeForm__container {
      position: absolute;
      z-index: 100;
      background: rgba(255, 255, 255, 0.95);
      width: 100%; }
    .tint-subscribeForm.subscribe-header.hidden .tint-subscribeForm__container {
      display: none; }
    .tint-subscribeForm.subscribe-header.open .tint-subscribeForm__container {
      display: block; }
  .tint-subscribeForm__content {
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (min-width: 940px) {
      .tint-subscribeForm__content {
        flex-direction: row; } }

.tint-subscribeForm .tint-subscribeForm__container {
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem; }
  @media (min-width: 940px) {
    .tint-subscribeForm .tint-subscribeForm__container {
      padding: 38px 0 25px;
      margin: 0; } }

.tint-subscribeForm__headings {
  min-width: 315px;
  padding-right: 25px;
  zoom: 1;
  width: 100%; }
  @media (min-width: 940px) {
    .tint-subscribeForm__headings {
      width: 20%; } }
  .tint-subscribeForm__headings:after {
    clear: both;
    content: " ";
    display: table; }
  .tint-subscribeForm__headings:before {
    content: " ";
    display: table; }
  .tint-subscribeForm__headings h3 {
    font-size: 0.75rem;
    font-weight: 600; }
  .tint-subscribeForm__headings h2 {
    font-size: 1.125rem;
    font-weight: 300; }
    .tint-subscribeForm__headings h2 span {
      font-size: 1.5rem;
      font-weight: 700; }

.tint-subscribeForm__primaryFields {
  border: 1px solid rgba(134, 139, 149, 0.29);
  padding: .25rem;
  margin-top: 1.75rem;
  width: 100%; }
  @media (min-width: 940px) {
    .tint-subscribeForm__primaryFields {
      margin-top: 0;
      display: flex;
      width: 50%; } }

.tint-subscribeForm__form {
  float: left;
  zoom: 1;
  width: 100%;
  padding-bottom: 60px; }
  @media (min-width: 940px) {
    .tint-subscribeForm__form {
      padding-bottom: 0;
      width: 80%; } }
  .tint-subscribeForm__form:after {
    clear: both;
    content: " ";
    display: table; }
  .tint-subscribeForm__form:before {
    content: " ";
    display: table; }
  .tint-subscribeForm__form #subscribe-email {
    flex: 1;
    font-size: 1rem;
    position: relative; }
    .tint-subscribeForm__form #subscribe-email label {
      bottom: calc( 100% + .5rem + 1px);
      color: #000;
      display: inline-block;
      font-size: 0.625rem;
      font-weight: 600;
      left: calc( -.25rem - 1px);
      line-height: 1em;
      overflow: hidden;
      position: absolute; }
    .tint-subscribeForm__form #subscribe-email input {
      color: #000;
      width: 100%;
      border: 0;
      line-height: 1em;
      padding: .5rem; }
      .tint-subscribeForm__form #subscribe-email input:focus {
        outline: 1px dashed #000; }
  .tint-subscribeForm__form #subscribe-submit {
    background-color: #fff;
    font-size: 1rem; }
    .tint-subscribeForm__form #subscribe-submit input[type="submit"],
    .tint-subscribeForm__form #subscribe-submit button {
      background-color: #01BCF3;
      background-image: url(/wp-content/themes/microsoft-on-the-issues/assets/images/src/icon-chevron.svg);
      background-position: center right 1.8em;
      background-repeat: no-repeat;
      background-size: 0.6em 1.1em;
      border: none;
      color: #000;
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.1;
      margin-top: 2px;
      outline: 0;
      padding: .5rem 1.5rem;
      padding-right: 3em;
      width: 100%; }
      .tint-subscribeForm__form #subscribe-submit input[type="submit"]:focus,
      .tint-subscribeForm__form #subscribe-submit button:focus {
        outline: 1px #000 dashed;
        outline-offset: 2px; }
      .tint-subscribeForm__form #subscribe-submit input[type="submit"]:after,
      .tint-subscribeForm__form #subscribe-submit button:after {
        margin-top: 0;
        margin-left: 5px;
        font-size: .8em; }
      @media (min-width: 940px) {
        .tint-subscribeForm__form #subscribe-submit input[type="submit"],
        .tint-subscribeForm__form #subscribe-submit button {
          margin-left: .25rem;
          margin-top: 0;
          height: 100%;
          width: auto; } }
  .tint-subscribeForm__form .jetpack_subscription_widget .error {
    color: red;
    font-size: 10px;
    left: 71px;
    padding: 5px;
    position: absolute;
    top: 55px;
    z-index: 2; }
    @media (min-width: 940px) {
      .tint-subscribeForm__form .jetpack_subscription_widget .error {
        left: 384px;
        top: -21px; } }

.tint-subscribeForm__consent {
  margin-top: 1rem;
  position: absolute;
  bottom: 0; }
  @media (min-width: 490px) {
    .tint-subscribeForm__consent {
      bottom: 10px; } }
  @media (min-width: 940px) {
    .tint-subscribeForm__consent {
      bottom: auto;
      margin-top: 0;
      padding-left: 1rem;
      padding-top: calc( .25rem + 1px);
      right: 0;
      width: 32%; } }
  @media (min-width: 1100px) {
    .tint-subscribeForm__consent {
      width: 35%; } }
  @media (min-width: 1300px) {
    .tint-subscribeForm__consent {
      width: 37%; } }
  .tint-subscribeForm__consent input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    opacity: 0;
    position: absolute;
    z-index: -1; }

.tint-subscribeForm__consentCheckbox ~ .tint-subscribeForm__consentLabel:before {
  background-color: #fff;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-family: MWF-MDL2;
  font-size: 0.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-right: .75rem;
  position: absolute;
  right: 100%;
  text-align: center;
  width: 1.25rem; }

.tint-subscribeForm__consentCheckbox:focus ~ .tint-subscribeForm__consentLabel:before {
  outline: 1px #000 dotted;
  outline-offset: 2px; }

.tint-subscribeForm__consentCheckbox:checked ~ .tint-subscribeForm__consentLabel:before {
  color: #fff;
  background-color: #000;
  content: "\E73E"; }

.tint-subscribeForm__consentLabel {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1.4;
  margin-left: 2rem;
  position: relative;
  cursor: pointer; }
  .tint-subscribeForm__consentLabel a:link {
    text-decoration: underline; }

#header-subscribe-button {
  margin: 0.45rem;
  line-height: 0.9;
  background: #fff;
  color: #000;
  border: 1px solid #01BCF3;
  margin-right: 0;
  height: auto;
  text-transform: none;
  font-size: 1.2em;
  font-weight: 100;
  padding: .25rem .5rem;
  text-decoration: none; }
  #header-subscribe-button:focus {
    border: 1px dashed #000;
    outline: 0; }
  #header-subscribe-button:after {
    margin-left: .5em;
    font-size: .65em;
    line-height: 1;
    margin-top: .55em; }
  #header-subscribe-button strong {
    font-weight: 600; }
  #header-subscribe-button.close-button {
    background: transparent;
    color: #000;
    border-color: #01BCF3; }
    #header-subscribe-button.close-button:after {
      content: '\00e894'; }
  #header-subscribe-button span {
    line-height: 1.3;
    font-size: .9em; }
  body.single .f-social #header-subscribe-button {
    margin-right: 0;
    margin-top: 14px; }

.header-action-bar {
  background: #fff;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding: 0; }
  @media (min-width: 768px) {
    .header-action-bar {
      /* padding-left: 1.5625rem; */
      padding-right: 1.5625rem; } }
  @media (min-width: 1084px) {
    .header-action-bar {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .header-action-bar > div {
      display: flex; } }

.header-subscribe-area {
  padding: 20px;
  margin-left: auto;
  background: none;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center; }
  .alertBanner + .header-subscribe-area {
    background: #fff; }
    @media (min-width: 940px) {
      .alertBanner + .header-subscribe-area {
        background: none; } }
  @media (min-width: 940px) {
    .alertBanner + .header-subscribe-area {
      padding: 0;
      padding-left: 20px; } }
  @media (min-width: 1084px) {
    .header-subscribe-area {
      justify-content: flex-end;
      min-width: 340px;
      width: 25%; } }

#header-subscribe-button {
  margin: 0; }

.tnt-post-archive-card a:focus {
  outline: 1px dashed #000; }

.tnt-post-archive-card__featured-image {
  display: block; }
  .tnt-post-archive-card__featured-image:focus {
    outline: 2px dashed #000; }

.tnt-video-archive-card a:focus {
  outline: 1px dashed #000; }

.tnt-video-archive-card .featured-thumb-container:focus,
.tnt-video-archive-card .featured-thumb-container:focus a {
  outline: 2px dashed #000; }

.tnt-about {
  background: #fff; }
  .tnt-about .tnt-secondary-cards__top {
    background: #fff; }
  .tnt-about .tnt-secondary-cards__title {
    color: #000; }
  .tnt-about .tnt-secondary-cards__all-link {
    color: #000; }

.tnt-hero-text {
  background: #000;
  color: #fff;
  padding: 40px 20px; }
  .tnt-hero-text__inner {
    display: block;
    margin: 0 auto;
    max-width: 1190px; }
  .tnt-hero-text strong,
  .tnt-hero-text p {
    color: #fff; }
  .tnt-hero-text__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 650px; }
    @media (min-width: 768px) {
      .tnt-hero-text__title {
        font-size: 32px; } }
    @media (min-width: 1024px) {
      .tnt-hero-text__title {
        font-size: 48px; } }
  .tnt-hero-text__intro {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    max-width: 650px;
    width: 100%; }
  .tnt-hero-text__sub-title {
    font-size: 24px;
    line-height: 1.4; }

.profile-list {
  background: #fff; }
  .profile-list__inner {
    display: block;
    margin: 0 auto;
    max-width: 1190px;
    padding: 0 20px; }

.tnt-profile {
  padding: 34px 20px; }
  @media (min-width: 768px) {
    .tnt-profile {
      padding: 34px 0; } }
  .tnt-profile__row {
    display: block;
    margin-bottom: 35px; }
    .tnt-profile__row--flex {
      display: flex;
      flex-direction: column; }
      @media (min-width: 540px) {
        .tnt-profile__row--flex {
          flex-direction: row; } }
      @media (min-width: 768px) {
        .tnt-profile__row--flex {
          flex-direction: row; } }
  .tnt-profile__image {
    align-items: flex-end;
    display: flex;
    order: 1;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    max-height: 300px;
    max-width: 275px;
    width: 100%; }
    @media (min-width: 540px) {
      .tnt-profile__image {
        order: 2;
        margin-bottom: 0;
        margin-left: auto; } }
    .tnt-profile__image img {
      width: 100%; }
  .tnt-profile__header {
    order: 2;
    max-width: 700px;
    width: 100%; }
    @media (min-width: 540px) {
      .tnt-profile__header {
        order: 1;
        padding-right: 20px; } }
  .tnt-profile__title {
    font-size: 32px;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media (min-width: 540px) {
      .tnt-profile__title {
        margin-bottom: 35px; } }
    @media (min-width: 768px) {
      .tnt-profile__title {
        font-size: 48px; } }
  .tnt-profile__sub-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 540px) {
      .tnt-profile__sub-title {
        margin-bottom: 35px; } }
  .tnt-profile__bio p {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px; }
  .tnt-profile__bio-extended {
    display: none; }
    .tnt-profile__bio-extended.expanded {
      display: inline-block; }
  .tnt-profile__bio-toggle {
    background: #F5F5F5;
    border: 0;
    font-size: 14px;
    padding: 8px 12px; }
    .tnt-profile__bio-toggle:focus {
      outline: 1px dashed #000; }

.tnt-profile__first-paragraph {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 25px; }

.tnt-profile__bio--more {
  display: none; }
  .tnt-profile__bio--more.expanded {
    display: block; }

.f-related-stories-wrapper {
  padding-bottom: 48px; }

.video-archive-card:before, .video-archive-card:after {
  content: " ";
  display: table; }

.video-archive-card:after {
  clear: both; }

@media (min-width: 768px) {
  .video-archive-card {
    display: block;
    height: 0;
    padding-bottom: 47%; } }

@media (min-width: 1024px) {
  .video-archive-card {
    padding-bottom: 36%; } }

@media (min-width: 1130px) {
  .video-archive-card {
    padding-bottom: 32%; } }

@media (min-width: 1235px) {
  .video-archive-card {
    padding-bottom: 29%; } }

.video-archive-card .featured-thumb-container img {
  width: 100%; }

.m-rich-content-block img {
  max-width: 100%;
  height: auto; }

.tnt-profile__social {
  border-bottom: 1px solid #D8D8D8;
  display: inline-block;
  min-width: 230px;
  margin-top: 50px; }
  .tnt-profile__social-list {
    list-style: none;
    margin: 0;
    padding: 12px 0; }
  .tnt-profile__social-item {
    display: inline-block;
    margin-right: 12px; }
    .tnt-profile__social-item:last-child {
      margin-right: 0; }
  .tnt-profile__social__link {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    width: 30px; }
    .tnt-profile__social__link:focus {
      outline: 1px dashed #000; }
  .tnt-profile__social .tnt-profile__social-title {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase; }
  .tnt-profile__social .tnt-profile__social-link--twitter:before {
    content: '';
    background: url(../../images/icons/icon-twitter-black.svg) no-repeat center;
    background-size: 25px;
    display: block;
    height: 30px;
    width: 25px; }
    @media screen and (-ms-high-contrast: white-on-black) {
      .tnt-profile__social .tnt-profile__social-link--twitter:before {
        background: url(../../images/icons/icon-twitter.svg) no-repeat center; } }
  .tnt-profile__social .tnt-profile__social-link--linkedin:before {
    content: '';
    background: url(../../images/icons/icon-linkedin-black.svg) no-repeat center;
    background-size: 25px;
    display: block;
    height: 30px;
    width: 25px; }
    @media screen and (-ms-high-contrast: white-on-black) {
      .tnt-profile__social .tnt-profile__social-link--linkedin:before {
        background: url(../../images/icons/icon-linkedin.svg) no-repeat center; } }

.c-uhfh-actions #filters-rss a {
  padding: 17px 10px; }
  @media (min-width: 860px) {
    .c-uhfh-actions #filters-rss a {
      padding: 21px; } }

.map-wrapper {
  display: none;
  height: 100vh;
  position: relative; }
  .map-wrapper--active {
    display: block; }

.map-intro {
  align-items: center;
  background: #01BCF3;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: relative;
  padding: 80px 0;
  width: 100%;
  z-index: 9999; }
  @media (min-width: 768px) {
    .map-intro {
      min-height: 550px; } }

.intro-modal {
  background: #000;
  color: #fff;
  min-height: 250px;
  padding: 60px;
  position: relative;
  max-width: 450px;
  text-align: center;
  width: 100%;
  z-index: 5; }
  .intro-modal__title {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-right: 20px; }
  .intro-modal p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px; }
  .intro-modal__explore {
    background: #fff;
    border: 0;
    color: #000;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    padding: 10px 30px; }
    .intro-modal__explore:focus, .intro-modal__explore:hover {
      text-decoration: underline; }
    .intro-modal__explore:focus {
      outline: 1px dashed #fff;
      border: 1px solid #000; }

.map-intro__bg-overlay {
  background: url(../../images/map-intro-static.png) no-repeat center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3; }

.map-page {
  display: block;
  min-height: 800px; }

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%; }

.mapboxgl-ctrl-compass {
  display: none !important; }

.mapboxgl-ctrl-icon:focus {
  outline: 0;
  border: 1px dashed #000; }

#slider-wrapper {
  display: none;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2; }
  #slider-wrapper.fade-in {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms; }

.map-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 2; }
  .map-slider__slide {
    background-color: #fff;
    height: 100% !important;
    width: 100%; }
  .map-slider__slide-image {
    height: 50%;
    position: relative;
    width: 100%; }
    .map-slider__slide-image a {
      display: block;
      height: 100%;
      width: 100%; }
    .map-slider__slide-image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .map-slider__slide-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (min-width: 540px) {
      .map-slider__slide-title {
        font-size: 24px; } }
  .map-slider__slide-location {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin-bottom: 24px;
    z-index: 1; }
    .map-slider__slide-location:before {
      background: url(../../images/icons/map-pin.svg) no-repeat 0 0;
      background-size: 8px;
      content: '';
      display: block;
      height: 12px;
      margin-right: 6px;
      width: 9px; }
  .map-slider__slide-more {
    display: block;
    font-size: 12px; }
    .map-slider__slide-more:after {
      font-size: 0.6em !important;
      margin-top: 0em !important; }
    .map-slider__slide-more:focus {
      border: 1px dashed #000; }
  .map-slider .tnt-play-button {
    background: #01BCF3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .map-slider .tnt-play-button__icon {
    height: 22px; }

.map-slider__inner {
  background: #fff;
  box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0; }
  @media (min-width: 540px) {
    .map-slider__inner {
      padding: 20px; } }

.slick-track .slick-slide {
  background: transparent !important; }

.slick-current .map-slider__inner {
  height: 43%;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 800ms, height 500ms; }
  .slick-current .map-slider__inner:after {
    content: '';
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0; }

.slick-list {
  padding: 0 20% !important;
  height: 100%; }
  @media (min-width: 768px) {
    .slick-list {
      padding: 0 30% !important; } }

.slick-track {
  height: 100%; }

#slick-slider__prev {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 25%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 5; }
  @media (min-width: 768px) {
    #slick-slider__prev {
      width: 30%; } }
  #slick-slider__prev:before {
    background: url(../../images/scroll-left.svg) no-repeat;
    background-size: 44px;
    background-position: center;
    content: '';
    display: block;
    height: 46px;
    width: 46px; }
  #slick-slider__prev:focus {
    outline: 1px dashed #fff;
    background: rgba(0, 0, 0, 0.4); }

#slick-slider__next {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 25%;
  justify-content: center;
  right: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 5; }
  @media (min-width: 768px) {
    #slick-slider__next {
      width: 30%; } }
  #slick-slider__next:before {
    background: url(../../images/scroll-right.svg) no-repeat;
    background-size: 44px;
    background-position: center;
    content: '';
    display: block;
    height: 46px;
    width: 46px; }
  #slick-slider__next:focus {
    outline: 1px dashed #fff;
    background: rgba(0, 0, 0, 0.4); }

.mapboxgl-popup-content {
  padding: 0 !important; }

.loc-box {
  background: #fff;
  max-width: 300px;
  width: 100%; }
  .loc-box__inner {
    padding: 20px; }
  .loc-box__image {
    display: block;
    position: relative; }
    .loc-box__image img {
      width: 100%; }
    .loc-box__image:focus {
      outline: 1px dashed #000; }
  .loc-box__video-icon {
    align-items: center;
    background: #01BCF3;
    border: 0;
    border-radius: 300px;
    display: flex;
    height: 62px;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62px; }
    .loc-box__video-icon:before {
      background: url(../../images/icons/icon-play-black.svg) no-repeat;
      background-size: 16px;
      content: '';
      pointer-events: none;
      height: 21px;
      transform: translateX(3px);
      width: 16px; }
  .loc-box__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.24em;
    margin-bottom: 20px; }
  .loc-box__location {
    align-items: center;
    display: flex;
    color: #4E5665;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px; }
    .loc-box__location:before {
      background: url(../../images/icons/map-pin.svg) no-repeat 0 0;
      background-size: 10px;
      content: '';
      display: inline-block;
      height: 14px;
      padding-left: 20px;
      pointer-events: none;
      width: 20px; }
      @media screen and (-ms-high-contrast: white-on-black) {
        .loc-box__location:before {
          background: url(../../images/icons/map-pin-white.svg) no-repeat 0 0; } }
  .loc-box__more {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px; }
    .loc-box__more:after {
      background: url(../../images/icons/icon-chevron-right.svg) no-repeat;
      content: '';
      display: block;
      height: 7px;
      margin-left: 5px;
      transform: translateY(1px);
      width: 12px; }

.marker {
  background-image: url("../../images/icons/icon-map-marker.svg");
  background-size: cover;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  width: 25px;
  height: 25px; }

.mapboxgl-ctrl-top-right {
  top: auto !important;
  right: 0;
  bottom: 120px !important; }

.mapboxgl-marker {
  border-radius: 300px;
  transition: width 300ms ease-in-out, height 300ms ease-in-out; }
  .mapboxgl-marker:focus {
    border: 2px solid #000;
    height: 35px;
    outline: 0;
    width: 35px; }

.mapboxgl-popup-content {
  flex-shrink: 0; }

.mapboxgl-popup-close-button {
  background: #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  height: 40px;
  text-indent: -9999px;
  top: 30px !important;
  width: 40px;
  z-index: 2; }
  .mapboxgl-popup-close-button:before {
    background: url(../../images/icons/icon-close.svg) no-repeat;
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    height: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px; }
  .mapboxgl-popup-close-button:focus {
    outline: 2px solid #000; }

/* Modules */
.amcharts-main-div * {
  font-family: "SegoeUI", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.amcharts-main-div a {
  color: #006DD1; }

#chartdiv {
  width: 100%; }

.wp-admin #chartdiv {
  width: 100%;
  height: 400px; }

.amcharts-description-div {
  background: #fff;
  padding: 0;
  position: relative; }

.description-image {
  width: 320px;
  height: 200px;
  top: -200px;
  left: 0px;
  position: absolute; }

.amcharts-description-title-div {
  display: none; }

.description-link {
  display: block;
  font-size: 13px;
  color: #0067B8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-top: 17px; }

.amcharts-export-menu,
.amcharts-chart-div > a[title="Interactive JavaScript maps"] {
  display: none !important; }

.slick-track {
  margin-left: -100px;
  display: flex;
  align-items: stretch;
  justify-content: center; }
  @media (max-width: 480px) {
    .slick-track {
      margin-left: -50px; } }
  @media (max-width: 340px) {
    .slick-track {
      margin-left: -20px; } }
  .slick-track .slick-slide {
    height: auto;
    background-color: #fff; }

.slick-prev,
.slick-next {
  display: none !important; }

.slick-slider {
  visibility: hidden; }
  .slick-slider.slick-initialized {
    visibility: visible; }

/**
 * Chevron module
 * Not an MWF module
 */
.m-chevron {
  width: 100%; }
  .m-chevron:after {
    font-family: "MWF-MDL2";
    font-size: 0.7em;
    position: relative;
    display: inline-block;
    margin-left: 0.222em;
    margin-top: -0.4em;
    content: "";
    vertical-align: middle;
    line-height: inherit; }
  .m-content-placement-item .m-chevron.c-heading {
    line-height: 135%; }
