@import url(https://fonts.googleapis.com/css?family=Roboto:400;500;700.css);


/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row!important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column!important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0!important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start!important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end!important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center!important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline!important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch!important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}


/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.5.7
 * (c) 2012-2016 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */
.tpd-tooltip {
  position: absolute;
}
/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* Content */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative;
}
.tpd-content-relative {
  width: 100%;
}
.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}
.tpd-has-inner-close .tpd-content-relative .tpd-content {
  padding-right: 0 !important;
}
.tpd-tooltip .tpd-content-no-padding {
  padding: 0 !important;
}
.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-title-spacer {
  float: left;
}
.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative;
}
.tpd-title-relative {
  width: 100%;
}
.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.tpd-has-title-close .tpd-title {
  padding-right: 0 !important;
}
.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.tpd-close-icon {
  float: left;
  font-family: Helvetica, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
/* Skin */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-frames {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
}
.tpd-visible-frame-top .tpd-frame-top {
  display: block;
}
.tpd-visible-frame-bottom .tpd-frame-bottom {
  display: block;
}
.tpd-visible-frame-left .tpd-frame-left {
  display: block;
}
.tpd-visible-frame-right .tpd-frame-right {
  display: block;
}
.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}
.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
.tpd-no-shadow .tpd-skin .tpd-background-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* only the top background box should be shown when not using a stem */
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
  display: none;
}
.tpd-no-stem .tpd-background-box-top {
  display: block;
}
.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.tpd-background {
  border-radius: 10px;
  float: left;
  clear: both;
  background: none;
  -webkit-background-clip: padding-box;
  /* Safari */
  background-clip: padding-box;
  /* IE9+, Firefox 4+, Opera, Chrome */
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
  /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
}
.tpd-background-loading {
  display: none;
}
/* no radius */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
  border-radius: 0;
}
.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
}
.tpd-background-box-top {
  top: 0;
}
.tpd-background-box-bottom {
  bottom: 0;
}
.tpd-background-box-left {
  left: 0;
}
.tpd-background-box-right {
  right: 0;
}
/* iframeshim IE6 */
.tpd-iframeshim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* Skin / Stems */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tpd-shift-stem-side {
  position: absolute;
}
.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side {
  width: 100%;
}
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
  height: 100%;
}
.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* shows possible invalid subpx rendering */
  width: 16px;
  /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 8px;
  margin-left: 3px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}
/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
  margin: 0 !important;
}
.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tpd-stem-reset .tpd-stem-spacer {
  margin-top: 0;
}
.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
}
.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
  position: relative;
}
.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-stem-side-inversed {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0;
}
.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0;
}
/* fixes rendering issue in IE */
.tpd-stem * {
  z-index: 0;
  zoom: 1;
}
/* used by IE < 9 */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0;
}
.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute;
}
.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto;
}
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%;
}
/* transformations for left/right/bottom */
.tpd-stem-transform-left {
  -webkit-transform: rotate(-90deg) scale(-1, 1);
  -ms-transform: rotate(-90deg) scale(-1, 1);
      transform: rotate(-90deg) scale(-1, 1);
}
.tpd-stem-transform-right {
  -webkit-transform: rotate(90deg) translate(0, -100%);
  -ms-transform: rotate(90deg) translate(0, -100%);
      transform: rotate(90deg) translate(0, -100%);
}
.tpd-stem-transform-bottom {
  -webkit-transform: scale(1, -1) translate(0, -100%);
  -ms-transform: scale(1, -1) translate(0, -100%);
      transform: scale(1, -1) translate(0, -100%);
}
/* Spinner */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px;
}
.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
  animation: tpd-spinner-animation 1.1s infinite linear;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* show the loader while loading and hide all the content */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
  display: none;
}
.tpd-is-loading .tpd-background {
  display: none;
}
.tpd-is-loading .tpd-background-loading {
  display: block;
}
/* Resets while measuring content */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none;
}
.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
  display: block;
}
/* Links */
.tpd-tooltip a,
.tpd-tooltip a:hover {
  color: #6c6c6c;
}
/*
 * Sizes
 */
/* x-small */
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px;
}
.tpd-size-x-small .tpd-background {
  border-radius: 5px;
}
.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px;
  /* space between target and stem */
}
.tpd-size-x-small.tpd-no-radius .tpd-stem {
  margin-left: 7px;
}
.tpd-size-x-small .tpd-close {
  margin-bottom: 1px;
}
.tpd-size-x-small .tpd-spinner {
  width: 35px;
  height: 29px;
}
.tpd-size-x-small .tpd-spinner-spin {
  margin: 6px 0 0 9px;
}
.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
  width: 17px;
  height: 17px;
}
/* small */
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px;
}
.tpd-size-small .tpd-background {
  border-radius: 6px;
}
.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px;
  /* space between target and stem */
}
.tpd-size-small.tpd-no-radius .tpd-stem {
  margin-left: 8px;
}
.tpd-size-small .tpd-close {
  margin: 2px 1px;
}
.tpd-size-small .tpd-spinner {
  width: 42px;
  height: 32px;
}
.tpd-size-small .tpd-spinner-spin {
  margin: 7px 0 0 13px;
}
.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
  width: 18px;
  height: 18px;
}
/* medium (default) */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
}
.tpd-size-medium .tpd-background {
  border-radius: 8px;
}
.tpd-size-medium .tpd-stem {
  width: 16px;
  /* best cross browser stem width is 2xheight, for a 90deg angle */
  height: 8px;
  margin-left: 6px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
}
.tpd-size-medium.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}
.tpd-size-medium .tpd-close {
  margin: 4px 2px;
}
/* ideal spinner dimensions don't cause movement op top and
   on the stem when switching to text using position:'topleft' */
.tpd-size-medium .tpd-spinner {
  width: 50px;
  height: 36px;
}
.tpd-size-medium .tpd-spinner-spin {
  margin: 8px 0 0 15px;
}
.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}
/* large */
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.tpd-size-large .tpd-background {
  border-radius: 8px;
}
.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px;
  /* space between target and stem */
}
.tpd-size-large.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}
.tpd-size-large .tpd-close {
  margin: 5px 2px 5px 2px;
}
.tpd-size-large .tpd-spinner {
  width: 54px;
  height: 38px;
}
.tpd-size-large .tpd-spinner-spin {
  margin: 9px 0 0 17px;
}
.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}
/* Skins */
/* default (dark) */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: #fff;
}
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #282828;
}
.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}
/* line below the title */
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid #404040;
}
/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-dark a {
  color: #ccc;
}
.tpd-skin-dark a:hover {
  color: #c0c0c0;
}

.rcs-custom-scroll {
  min-height: 0;
  min-width: 0;
}
.rcs-custom-scroll .rcs-outer-container {
  overflow: hidden;
}
.rcs-custom-scroll .rcs-outer-container .rcs-positioning {
  position: relative;
}
.rcs-custom-scroll .rcs-outer-container:hover .rcs-custom-scrollbar {
  opacity: 1;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.rcs-custom-scroll .rcs-inner-container {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.rcs-custom-scroll .rcs-inner-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  -webkit-transition: height 0.1s ease-in;
  -o-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  will-change: height;
}
.rcs-custom-scroll .rcs-inner-container.rcs-content-scrolled:after {
  height: 5px;
  -webkit-transition: height 0.15s ease-out;
  -o-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}
.rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-inner-container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rcs-custom-scroll .rcs-custom-scrollbar {
  position: absolute;
  height: 100%;
  width: 6px;
  right: 3px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: opacity;
  pointer-events: none;
}
.rcs-custom-scroll .rcs-custom-scrollbar.rcs-custom-scrollbar-rtl {
  right: auto;
  left: 3px;
}
.rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-custom-scrollbar {
  opacity: 1;
}
.rcs-custom-scroll .rcs-custom-scroll-handle {
  position: absolute;
  width: 100%;
  top: 0;
}
.rcs-custom-scroll .rcs-inner-handle {
  height: calc(100% - 12px);
  margin-top: 6px;
  background-color: rgba(78, 183, 245, 0.7);
  border-radius: 3px;
}

html {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background-color: #f7fbfd;
}
body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
.stats h4,
#countdown,
#countdown ol li span,
form > legend {
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
.inaccessible {
  speak: none;
}
.accessibility {
  position: absolute !important;
  height: 1px;
  font-size: 1rem;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.accessibility:focus {
  position: relative !important;
  display: inline-block;
  clip: none;
  width: auto;
  height: auto;
}
/*body.super-header {
  #countdown, #progress {
    display: block;
    position: fixed;
    height: 60px;
    width: 100%;
    background-color: @color-white;
  }
  nav#primary, section {
    top: 120px;
    height: calc(~"100% - 120px");
  }
  #countdown {
    top: 0;
    width: calc(~"100% - 60px");
    padding: 0 30px;
    text-align: center;
    color: @color-blue;
    overflow: hidden;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    & + header#header { top: 70px; }
    & > * { overflow: visible; display: inline; }
    p {
      margin: 0;
      vertical-align: text-bottom;
      white-space: normal;
      text-align: left;
    }
    ol {
      padding: 0;
      line-height: normal;
      height: 60px;
      margin: 0;
      text-indent: 0;
      font-size: 0;
      li {
        padding: 10px 0 0 0;
        font-size: 0.7rem;
        display: inline-block;
        margin: 0 10px 0 0;
        color: @color-blue;
        span {
          display: block;
          clear: both;
          .fill-border-radius(5px);
          height: 30px;
          line-height: 30px;
          font-size: 1rem;
          background-color: @color-blue;
          color: @color-white;
          margin: 0 0 1px 0;
          padding: 0 10px;
        }
      }
    }
  }
  #progress {
    top: 60px;
    font-size: 0;
    & + header#header { top: 0; }
    h2 { margin: 0; }
    ol {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;
      text-indent: 0;
      li {
        display: block;
        float: left;
        padding: 0 30px 0 5px;
        text-align: center;
        width: calc(~"16.66% - 35px");
        margin: 0;
        font-size: 0.8rem;
        height: 60px;
        color: @grayscale-secondary;
        line-height: normal;
        position: relative;
        .fa { display: none; }
        & > *:first-child { display: inline-block; }
        & > span:hover {
          cursor: help;
          text-decoration: underline;
        }
        &.complete {
          background-color: @color-msg-green;
          color: @color-white;
          .fa { display: inline; margin-right: 5px; }
          &:after { border-left-color: rgba(255,255,255,0.4); }
          &:before { border-left-color: @color-msg-green; }
          &.last:after {
          border-left: 30px solid @color-msg-green;
          border-top: 30px solid @color-white;
          border-bottom: 30px solid @color-white; }
        }
        &:before, &:after {
          content: '';
          position: absolute;
          top: 0;
          width: 0;
          height: 0;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
        }
        &:after {
          border-left: 30px solid rgba(0,0,0,0.15);
          z-index: 12;
          right: 0;
        }
        &:last-child:after {
          border-color: transparent;
          padding-right: 0;
        }
        &:before {
          border-left: 30px solid @color-white;
          z-index: 13;
          right: 1px;
        }
      }
    }
  }
}*/
/*.stats {
  text-align: center;
  clear: both;
  padding: 30px 0;
  font-size: 0rem;
  h4 {
    color: @color-blue;
    font-size: 1.1rem;
    margin: 0;
    padding: 0 10px;
  }
  ul {
    display: inline-block;
    .reset-list;
    margin: 30px 0;
    width: 100%;
    color: @grayscale-secondary;
    li {
      display: inline-block;
      // height: 60px;
      min-height: 120px;
      padding: 0 30px 0 30px;
      text-align: center;
      font-size: 1rem;
      line-height: normal;
      vertical-align: text-top;
      h3 {
        font-size: 2rem;
        margin: 0;
        span, abbr {
          font-size: 0.8rem;
          font-weight: 300;
          border: 0 none;
          // text-transform: uppercase;
          display: block;
          clear: both;
        }
      }
    }
  }
}*/
/*.inline-container {
  & > .card:first-of-type {
    clear: left;
  }
}*/
/*.card {
  display: block;
  padding: 2.5%;
  border-radius: 5px;
  background-color: @color-white;
  float: left;
  margin: 0 2.5% 30px 0;
  width: 95%;
  &.halves { width: 43.75% }
  &.thirds { width: 26.6% }
  &.quarters { width: 18.125% }
  &.fifths { width: 13% }
  &:last-of-type { margin-right: 0; }
  & > h2:first-child,
  & > h3:first-child,
  & > h4:first-child,
  & > h5:first-child { margin-top: 0; }
  ol, ul { padding-left: 1.2em; }
  .button { display: inline-block !important }
}*/
/*@media only screen and (max-width: 700px) {
  .card {
    padding: 5%;
    margin: 0 5% 17.5px 0;
    width: 90%;
    &.halves, &.thirds, &.quarters, &.fifths { width: 90% }
  }
}*/
/*@media only screen and (min-width: 701px) and (max-width: 1150px) {
  .card {
    &.quarters, &.thirds, &.fifths {
      width: 43.75%;
      &:nth-of-type(even) {
        margin-right: 0;
        clear: right;
      }
      &:nth-of-type(odd) {
        clear: left;
      }
    }
  }
}*/
/*@media only screen and (min-width: 1151px) and (max-width: 1400px) {
  .card {
    &.quarters, &.fifths {
      width: 26.6%;
      &:nth-of-type(3) {
        margin-right: 0;
        clear: right;
      }
      &:nth-of-type(4) {
        clear: left;
      }
    }
  }
}*/
/*@media only screen and (min-width: 1401px) and (max-width: 1700px) {
  .card {
    &.fifths {
      width: 18.125%;
      &:nth-of-type(4) {
        margin-right: 0;
        clear: right;
      }
      &:noth-of-type(5) {
        clear: left;
      }
    }
  }
}*/
.wrap {
  position: relative;
  max-width: 1920px;
  margin: auto;
  display: grid;
  grid-template-columns: 175px minmax(auto, 1fr);
  border-right: 1px solid #e0e0e0;
  height: calc(100vh - 70px);
}
@media only screen and (max-width: 1920px) {
  .wrap {
    grid-template-columns: 72px minmax(auto, 1fr);
  }
}
.wrap .content-wrapper {
  grid-column: 2 / auto;
  overflow-x: hidden;
}
header#header {
  display: block;
  height: 70px;
  width: 100%;
  color: #ffffff;
  background-color: #0166A9;
  padding: 0;
  z-index: 10;
  line-height: 70px;
  position: relative;
  max-width: 1920px;
}
header#header a#logo {
  margin: 0 30px 0 0;
  color: #ffffff;
  display: block;
  height: 100%;
  float: left;
  width: 250px;
  max-height: 70px;
  line-height: 70px;
  background-size: 210px auto;
  background-position: center;
  background-repeat: no-repeat;
}
header#header .button {
  display: block;
  float: right;
  clear: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.00714286em;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  margin-left: 10px;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.87);
  padding: 0px 24px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
header#header .button svg {
  margin-right: 10px;
}
header#header .button span,
header#header .button #header-controls a {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.00714286em;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  margin-left: 10px;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.87);
}
header#header .button:hover {
  background-color: #005892;
}
@media only screen and (max-width: 736px) {
  header#header .button {
    margin: 15px 0 0 0;
    font-size: 14px;
  }
}
.button {
  padding: 11px 15px 9px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  border: 0 none;
  text-align: center;
}
.button .fa-save,
.button .fa {
  margin: 0 12px 0 0;
}
.button .fa-caret-right,
.button .fa-arrow-right,
.button .fa-level-down {
  margin: 0 0 0 6px;
}
.button.super.primary {
  font-size: 1.15rem;
  padding: 22px 40px 18px 40px;
}
.button.primary,
.button.super.primary {
  background-color: #0068ab;
  color: #ffffff;
}
.button.primary:hover:not(.disabled),
.button.super.primary:hover:not(.disabled) {
  background-color: #005892;
}
.button.secondary {
  background-color: #dadada;
  color: #666;
}
.button.secondary:hover:not(.disabled) {
  background-color: #cdcdcd;
  color: #000000;
}
.button.tertiary {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #0068ab;
  color: #0068ab;
  font-size: 0.8rem;
}
.button.tertiary:hover:not(.disabled) {
  text-decoration: underline;
}
.button:hover {
  text-decoration: none;
}
.button.disabled {
  opacity: 0.5;
  cursor: default;
}
.button.disabled:hover {
  cursor: default;
}
a {
  color: #0068ab;
  text-decoration: none;
}
a:hover {
  color: #004978;
  text-decoration: underline;
}
header#header h1 {
  clear: none;
  margin: 0;
  position: absolute;
  z-index: 19;
  left: 260px;
  overflow: hidden;
  white-space: nowrap;
}
header#header h1 .fa-angle-right {
  font-size: 0.8em;
  margin: 0 5px;
  display: inline-block;
}
header#header h1 a {
  color: #ffffff;
}
header#header #header-controls {
  position: absolute;
  right: 0;
  padding-right: 20px;
  top: 0;
  white-space: nowrap;
  z-index: 20;
  font-family: FuturaMedium, sans-serif;
}
p.warn {
  color: red;
  font-size: 0.8em;
  display: block;
  clear: both;
  text-align: center;
  margin: 15px 0;
}
p.warn .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: red;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 28px;
  margin-right: 5px;
}
#kid form,
#new-kid form {
  margin-top: 30px;
}
/*#users table,
#communities table,
table.primary {
  color: @grayscale-secondary;
  line-height: normal;
  width: 100%;
  .fa-star, .fa-star-o { font-size: 1.25rem !important; }
  thead th {
    text-align: left !important;
    font-weight: 300;
    .fa-sort { margin-left: 5px; }
    strong { font-weight: bold;}
  }
  abbr { border: 0 none; }
  th, td { padding: 15px 30px 15px 0; }
  td { vertical-align: middle; }
  th { vertical-align: bottom; }
  tr {
    border-bottom: 1px solid darken(@color-page-bg, 5%);
    &.no-data { color: @color-msg-red; }
    &.my-team {
      position: relative;
      .my-team {
        position: relative;
        display: block;
        float: right;
        right: -30px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: @color-white;
        background-color: @color-msg-green;
        &:after {
          content: '';
          border-right: 15px solid @color-msg-green;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          position: absolute;
          left: -15px;
          top: 0;
        }
      }
    }
    & > td:last-of-type {
      padding-right: 0;
    }
  }
  img {
    display: inline-block;
    height: 20px;
    width: auto;
    position: relative;
    top: -5px;
    margin: 0 5px 0 0;
  }
  h4 {
    display: inline-block;
    margin: 0;
    font-size: 1.6em;
  }
}*/
body.logged-out section {
  width: 100%;
}
#leaderboard,
#kids {
  padding: 30px 0;
}
#new-kid {
  padding: 0;
}
#team-settings,
#new-team,
#inbox,
#kid,
#new-kid {
  padding: 30px;
}
#kid h1 {
  text-align: center;
}
#avatar {
  position: relative;
  top: -30px;
  text-align: center;
}
#avatar #selected-avatar {
  padding-top: 20px;
  text-align: center;
}
#avatar #selected-avatar a {
  position: relative;
  width: 95px;
  display: block;
  margin: 0 auto;
  line-height: normal;
  text-align: center;
  height: 95px;
}
#avatar #selected-avatar a span {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  line-height: 78px;
  font-size: 0.85em;
  height: 75px;
  width: 75px;
  opacity: 0;
  -webkit-text-shadow: 0 1px 3px #000000;
  -khtml-text-shadow: 0 1px 3px #000000;
  -moz-text-shadow: 0 1px 3px #000000;
  -ms-text-shadow: 0 1px 3px #000000;
  -o-text-shadow: 0 1px 3px #000000;
  text-shadow: 0 1px 3px #000000;
  border-radius: 50px;
}
#avatar #selected-avatar a:hover span {
  opacity: 1;
}
#avatar #selected-avatar img {
  border: 10px solid #0068ab;
}
#avatar ul#avatar-list {
  display: block;
  background-color: #e7f3f9;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  padding: 0 15px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 0;
  clear: both;
  position: relative;
  left: -30px;
  width: calc(100% + 30px);
  text-align: center;
}
#avatar ul#avatar-list li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#avatar ul#avatar-list li {
  display: inline-block;
  width: 105px;
  padding: 20px 0;
  height: 95px;
}
#avatar ul#avatar-list li a,
#avatar ul#avatar-list li span {
  display: block;
  float: left;
  width: 105px;
  height: 95px;
  line-height: 95px;
}
#avatar ul#avatar-list li a img {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
}
#avatar ul#avatar-list li a:hover img {
  border-color: #ffffff;
}
#avatar ul#avatar-list li.selected a img {
  border-color: #0068ab;
}
#avatar ul#avatar-list li.selected a:hover img {
  border-color: #0068ab;
}
/* all avatar images */
.avatar,
ul#avatar-list li a img,
#selected-avatar img,
ul.kids-list li a img {
  width: 75px;
  height: 75px;
  border-radius: 50px;
}
.padded {
  padding: 30px;
}
.tabs > div {
  padding: 30px;
}
.tabs > ul {
  display: block;
  clear: both;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  height: 60px;
  font-size: 0;
  background-color: #002a45;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
.tabs > ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.tabs > ul li {
  display: inline-block;
}
.tabs > ul li a {
  display: block;
  font-size: 1rem;
  float: left;
  height: 60px;
  border-right: 1px solid #f7fbfd;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  color: #ffffff;
}
.tabs > ul li a:hover {
  text-decoration: underline;
}
.tabs > ul li.ui-state-active a {
  background-color: #f7fbfd;
  color: #666;
  cursor: default;
}
.tabs > ul li.ui-state-active a:hover {
  text-decoration: none;
}
.tabbed {
  text-align: center;
}
.tabbed > div {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
#toolbar {
  font-size: 0;
}
#toolbar > * {
  display: inline-block;
  margin: 0 5px;
}
#kid-power-band {
  display: block;
  width: calc(100% + 60px);
  height: 80px;
  text-align: center;
  position: relative;
  left: -30px;
}
#kid-power-band #device {
  width: 185px;
  height: 80px;
  top: 0;
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  display: inline-block;
  line-height: 80px;
  border-radius: 20px;
  z-index: 2;
  background-color: #000000;
  color: #92d4ff;
  left: 50%;
  margin-left: -92.5px;
  font-size: 1.5em;
}
#kid-power-band #band {
  height: 60px;
  position: relative;
  top: 10px;
  background-color: #33BDF2;
  z-index: 1;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.content form {
  padding: 0;
  line-height: normal;
}
.content h1 a {
  text-decoration: underline;
  color: #666;
}
form {
  color: #666;
  font-size: 0.85em;
  line-height: normal;
  font-size: 1rem;
}
form#login {
  padding: 30px;
  max-width: 350px;
  margin-top: -30px;
  font-weight: 500;
}
form label {
  display: block;
  padding: 0 0 5px 2px;
  clear: both;
  font-weight: 400;
}
form p:first-of-type label {
  padding-top: 0;
}
form p,
form ul {
  display: block;
  clear: both;
  margin: 0 0 10px 0;
}
form p:last-child,
form ul:last-child {
  margin: 30px 0 0 0;
}
form legend {
  display: block;
  color: #666;
  font-weight: 500;
  margin-bottom: 30px;
}
form > legend {
  font-size: 1.85em;
  font-weight: normal;
}
form > label {
  margin-top: 15px;
}
form input + .button {
  float: right;
  margin: 0 0 0 10px;
}
form .button {
  margin-top: 20px;
}
form .button.primary {
  float: right;
  margin: 0 0 0 10px;
}
form .button.secondary {
  float: left;
  margin: 0 10px 0 0;
}
form a.secondary {
  margin-top: 20px;
}
form .inline-container {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
form .inline-container .button {
  float: none;
}
form .inline-container p {
  display: table-cell;
  table-layout: fixed;
  padding: 0 10px 0 0;
  margin: 0;
}
form .inline-container p:last-of-type {
  padding-right: 0;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.inline-container input,
.inline-container .button,
.inline-container select {
  display: block;
  margin: 0 0 0 0 !important;
}
.inline-container p.width-10 {
  width: 10%;
}
.inline-container p.width-20 {
  width: 20%;
}
.inline-container p.width-30 {
  width: 30%;
}
.inline-container p.width-40 {
  width: 40%;
}
.inline-container p.width-50 {
  width: 50%;
}
.inline-container p.width-60 {
  width: 60%;
}
.inline-container p.width-70 {
  width: 70%;
}
.inline-container p.width-80 {
  width: 80%;
}
.inline-container p.width-90 {
  width: 90%;
}
.inline-container p.width-100 {
  width: 100%;
}
#inline-confirmation {
  color: #4EAF46;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="phone"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea {
  display: block;
  border: 0 none !important;
  background-color: #ffffff;
  width: calc(100% - 30px);
  border-radius: 2px;
  padding: 11px 15px 9px 15px;
}
/* style the input placeholders */
::-webkit-input-placeholder {
  color: #a9a9a9;
  font-style: italic;
}
:-moz-placeholder {
  color: #a9a9a9;
  font-style: italic;
}
::-moz-placeholder {
  color: #a9a9a9;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #a9a9a9;
  font-style: italic;
}
input:-ms-input-placeholder {
  color: #a9a9a9;
  font-style: italic;
}
input[type=radio] {
  cursor: pointer;
}
select {
  width: 100%;
  background-color: #ffffff;
  border: 0 none !important;
  height: 39px;
}
#progress-content {
  max-width: 550px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}
#progress-content form {
  padding: 0;
}
.message {
  max-width: 550px;
  margin: 30px auto;
  padding: 0 30px;
  text-align: center;
  color: #666;
}
.message .fa-star-o {
  font-size: 3em;
}
.message p,
.message h4 {
  display: block;
  clear: both;
  width: 100%;
  line-height: normal;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.message p:last-child {
  margin-bottom: 0;
}
.message h4 {
  font-size: 1.35em;
}
.message .button {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
p.secondary {
  padding-top: 1em;
  font-size: 0.85rem;
  color: #999;
}
ul.segment {
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
ul.segment li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ul.segment li {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
ul.segment li a,
ul.segment li label {
  font-size: 1rem;
  display: block;
  margin: 0;
  padding: 0 30px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
ul.segment li.ui-state-active a,
ul.segment li.ui-state-active label {
  color: #ffffff !important;
  cursor: default;
}
ul.segment li:not(.ui-state-active):hover a,
ul.segment li:not(.ui-state-active):hover label {
  background-color: #ffffff;
}
ul.segment li:last-of-type {
  border-right: 0 none !important;
}
ul.segment.primary,
ul.segment.secondary {
  border: 1px solid #0068ab;
  border-radius: 5px;
}
ul.segment.primary li,
ul.segment.secondary li {
  border-right: 1px solid #0068ab;
}
ul.segment.primary li a,
ul.segment.secondary li a {
  color: #0068ab;
  padding: 0 30px;
}
ul.segment.primary li.ui-state-active a,
ul.segment.secondary li.ui-state-active a {
  background-color: #0068ab;
}
ul.segment.primary {
  height: 60px;
  margin-top: 30px;
}
ul.segment.primary li a {
  min-width: 160px;
  height: 60px;
  line-height: 60px;
  font-size: 1.15rem;
}
ul.segment.secondary {
  height: 30px;
  line-height: 30px;
}
ul.segment.radiogroup {
  margin-bottom: 10px;
  min-height: 40px;
  border-radius: 2px;
  border: 1px solid #7badc6;
}
ul.segment.radiogroup li {
  border-right: 1px solid #7badc6;
  height: 40px;
}
ul.segment.radiogroup li label {
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  color: #7badc6;
}
ul.segment.radiogroup li label input[type=radio] {
  display: none;
}
ul.segment.radiogroup li.ui-state-active {
  background-color: #7badc6;
}
ul.segment.checkboxgroup {
  margin-bottom: 10px;
  min-height: 40px;
  text-align: left;
}
ul.segment.checkboxgroup li {
  border-right: 1px solid #7badc6;
  height: 40px;
  display: block;
  clear: both;
  margin: 0 10px 10px 0;
  border-radius: 2px;
  border: 1px solid #7badc6;
}
ul.segment.checkboxgroup li label {
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  color: #7badc6;
}
ul.segment.checkboxgroup li label input {
  margin-right: 10px;
}
ul.segment.checkboxgroup li.ui-state-active {
  background-color: #7badc6;
}
ul.segment.checkboxgroup li:last-of-type {
  border-right: 1px solid #7badc6 !important;
}
ul.radio-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  border-top: 1px solid #e3f1f8;
}
ul.radio-list li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ul.radio-list li {
  display: block;
  vertical-align: text-bottom;
  border-bottom: 1px solid #e3f1f8;
}
ul.radio-list li label {
  padding: 15px;
  display: block;
  cursor: pointer;
}
ul.radio-list li label:hover,
ul.radio-list li label:active {
  background-color: #e3f1f8;
}
ul.radio-list li label > * {
  margin-right: 5px;
}
ul.radio-list li.ui-state-active label {
  background-color: #e3f1f8;
}
ul.radio-list li img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
ul.profile {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  border: 1px solid #cee7f3;
  margin: 30px 0;
  padding: 15px;
  line-height: 2em;
  font-size: 0.8em;
}
ul.profile li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ul.profile li {
  display: block;
}
ul.profile li .fa {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.inline-message {
  display: block;
  clear: both;
  padding: 15px 45px 15px 15px;
  color: #ffffff;
  border-radius: 2px;
  margin-bottom: 30px;
  overflow: hidden;
  display: none;
  position: relative;
}
.inline-message .fa-close {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  right: 0;
  height: calc(100% - 30px);
  cursor: pointer;
}
.inline-message .fa-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.inline-message.positive {
  background-color: #4EAF46;
}
.inline-message.negative {
  background-color: red;
}
.live-notification {
  position: absolute;
  z-index: 11;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 70px;
  height: 70px;
  top: -60px;
  overflow: hidden;
}
.live-notification a.close {
  display: block;
  float: right;
  clear: right;
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
}
.live-notification.positive {
  background-color: #4EAF46;
  color: #ffffff;
}
.inline-notification {
  background-color: #000000;
  color: #ffffff;
  padding: 1em;
  line-height: normal;
  margin-bottom: 2em;
  text-align: center;
}
.tpd-content {
  /* for tooltips */
  padding: 15px !important;
  font-size: 1rem !important;
  line-height: 16px;
}
.valign {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.super-header section .valign {
  top: calc(50% - 60px);
}
ul#medications-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  padding: 30px 0;
  display: none;
}
ul#medications-list li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ul#medications-list li {
  display: block;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #e3f1f8;
}
ul#medications-list li.deleted,
ul#medications-list li.deleted a {
  background-color: red;
  color: #ffffff;
}
ul#medications-list li a {
  display: block;
  text-decoration: none;
  position: absolute;
  height: calc(100% - 30px);
  padding: 15px;
  right: 0;
  top: 0;
}
.short {
  display: none;
  visibility: hidden;
  speak: none;
}
.long {
  display: inline;
  visibility: visible;
  speak: auto;
}
ul.lesson-materials {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  display: block;
  clear: both;
}
ul.lesson-materials li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ul.lesson-materials li {
  display: block;
  clear: both;
  margin: 0 0 1em 0;
}
ul.lesson-materials li a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  color: #666;
  text-decoration: none;
}
ul.lesson-materials li a:hover {
  -webkit-box-shadow: 0 0 15px #0068ab;
  -ms-box-shadow: 0 0 15px #0068ab;
  -o-box-shadow: 0 0 15px #0068ab;
  box-shadow: 0 0 15px #0068ab;
}
ul.lesson-materials li a h3 {
  margin: 0 0 0.5em 0;
}
ul.lesson-materials li a img {
  float: left;
  width: 85px;
  height: auto;
  margin: 0 30px 0 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
/* lightboxes use jQuery .dialog() */
.dialog,
#choose-kid {
  display: none;
}
#bookmark {
  text-align: center;
}
/* styles jQuery lightbox */
.ui-dialog {
  background-color: #f7fbfd;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  border-radius: 5px;
  color: #666;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  max-width: 90%;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
  visibility: hidden;
  speak: none;
}
.ui-dialog .ui-dialog-content *:last-child {
  margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666;
  -ms-box-shadow: 0px 0px 5px #666;
  -o-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
}
.ui-front {
  z-index: 100;
}
#imageUpload {
  display: none;
}
#profileImage {
  cursor: pointer;
  width: 225px;
  height: 225px;
  border: #6c6c6c 1px solid;
  border-radius: 50%;
  margin: 10px 10px 10px 5px;
  padding: 1px;
  float: left;
}
#profileImageSmall {
  width: 40px;
  height: 40px;
  border: #6c6c6c 1px solid;
  border-radius: 50%;
  padding: 1px;
}
#content-container {
  background-image: url('/static/img/city-road-wallpapers.jpg');
  background-blend-mode: soft-light;
}
.checkbox-container {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 35px;
  padding-top: 4px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.callback .valign {
  top: 0;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
/* generic desktop */
@media only screen and (min-width: 901px) {
  .mobile_only {
    display: none;
    visibility: hidden;
    speak: none;
  }
  header#header a#logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTk5IiBoZWlnaHQ9IjE4NCIgdmlld0JveD0iMCAwIDk5OSAxODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNMTE1LjQgMTA2LjFMMTE0LjcgMTA1LjhMMTEzLjUgMTA4LjhMMTE0LjIgMTA5LjFDMTE2LjIgMTA5LjkgMTE4LjIgMTEwLjggMTIwLjEgMTExLjhMMTIwLjggMTEyLjJMMTIyLjMgMTA5LjRMMTIxLjYgMTA5QzExOS41IDEwNy45IDExNy41IDEwNyAxMTUuNCAxMDYuMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03Ny44IDk2LjVINzkuNUM4MC45IDk2LjUgODIuOSA5Ni41IDg1IDk2LjVDODcuNCA5Ni41IDg5LjkgOTYuNiA5MS45IDk2LjZDOTIuOSA5Ni42IDkzLjkgOTYuNiA5NC44IDk2LjdIOTUuNFY2NS43SDc3LjhWOTYuNVpNODQuMyA3Mi4ySDg5Vjc3LjRIODQuM1Y3Mi4yWk04NC4zIDgxLjhIODlWODdIODQuM1Y4MS44WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwNC4xIDEwMi41QzEwMyAxMDIuMiAxMDEuOCAxMDIgMTAwLjcgMTAxLjhMOTkuOSAxMDEuNkw5OS4zIDEwNC43TDEwMC4xIDEwNC44QzEwMS4xIDEwNSAxMDIuMiAxMDUuMiAxMDMuMyAxMDUuNUMxMDQuNCAxMDUuOCAxMDUuNCAxMDYgMTA2LjQgMTA2LjNMMTA3LjIgMTA2LjVMMTA4LjEgMTAzLjRMMTA3LjMgMTAzLjJDMTA2LjIgMTAzLjEgMTA1LjIgMTAyLjggMTA0LjEgMTAyLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzYuOSAxMDEuMkM3NC43IDEwMS41IDcyLjQgMTAyIDcwLjIgMTAyLjZMNjkuNCAxMDIuOEw3MC4yIDEwNS45TDcxIDEwNS43QzczLjEgMTA1LjIgNzUuMiAxMDQuNyA3Ny40IDEwNC40TDc4LjIgMTA0LjNMNzcuNyAxMDEuMUw3Ni45IDEwMS4yWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcxLjkgOTAuOUw3Mi42IDkxLjFWODcuOEw3Mi4xIDg3LjdDNzEuNyA4Ny42IDcxLjIgODcuNiA3MC43IDg3LjZDNjguOCA4Ny42IDY2LjkgODguMiA2NS40IDg5LjRMNjQuOCA4OS45TDY2LjcgOTIuNEw2Ny4zIDkxLjlDNjguMiA5MS4yIDY5LjQgOTAuOCA3MC42IDkwLjhDNzEuMSA5MC43IDcxLjUgOTAuOCA3MS45IDkwLjlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjUuMiA5Ni4yQzY1LjIgOTUuNyA2NS4zIDk1LjMgNjUuNCA5NC44TDY1LjYgOTRMNjIuNSA5My4yTDYyLjMgOTRDNjIuMSA5NC43IDYyIDk1LjQgNjIgOTYuMUM2MiA5OCA2Mi42IDk5LjkgNjMuOCAxMDEuNEw2NC4zIDEwMkw2Ni44IDEwMC4xTDY2LjMgOTkuNUM2NS42IDk4LjYgNjUuMiA5Ny40IDY1LjIgOTYuMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Ni44IDEwMC40Qzg2LjMgMTAwLjQgODUuOSAxMDAuNCA4NS40IDEwMC40SDg0LjZMODQuNyAxMDMuNkM4NC43IDEwMy42IDg2LjMgMTAzLjYgODYuOCAxMDMuNkM4OC41IDEwMy42IDkwLjMgMTAzLjcgOTIuMSAxMDMuOEw5Mi45IDEwMy45TDkzLjEgMTAwLjdMOTIuMyAxMDAuNkM5MC41IDEwMC41IDg4LjYgMTAwLjQgODYuOCAxMDAuNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNzUuNyA3My42TDEwOS41IDcuMzk5OThDOTkuNiAtMi41MDAwMiA4My41IC0yLjUwMDAyIDczLjYgNy4zOTk5OEw3LjQwMDAxIDczLjZDLTIuNDk5OTkgODMuNSAtMi40OTk5OSA5OS42IDcuNDAwMDEgMTA5LjVMNzMuNiAxNzUuN0M4My41IDE4NS42IDk5LjYgMTg1LjYgMTA5LjUgMTc1LjdMMTc1LjYgMTA5LjZDMTg1LjYgOTkuNiAxODUuNiA4My41IDE3NS43IDczLjZaTTEwMy44IDE0NC42QzEwMC4zIDE0MS4yIDk2IDEzOS40IDkxIDEzOS40Qzg2IDEzOS40IDgxLjggMTQxLjMgNzguMiAxNDQuOEM3Ni43IDE0My40IDc1LjMgMTQyIDczLjkgMTQwLjVMNzIuMiAxMzguOEM4MS4yIDEyOC45IDk4LjggMTI3LjQgMTA5LjggMTM4LjVDMTA3LjggMTQwLjUgMTA1LjggMTQyLjUgMTAzLjggMTQ0LjZaTTExNC40IDEzMy41QzEwMS4zIDEyMS4zIDgwIDEyMS4zIDY2LjggMTMzLjhMNjAuOCAxMjcuOEM3Ni4xIDExMi42IDEwMy4yIDExMS4xIDEyMC41IDEyNy41TDExNC40IDEzMy41Wk0xMzIuNiAxMTYuM0MxMzEuNCAxMTUuMyAxMzAuMSAxMTQuMyAxMjguOCAxMTMuNEwxMjguMSAxMTIuOUwxMjYuMyAxMTUuNUwxMjcgMTE2QzEyOC4yIDExNi44IDEyOS4zIDExNy42IDEzMC40IDExOC41TDEyNiAxMjIuOUMxMTYgMTEzLjkgMTA0LjEgMTA5LjEgOTAuNCAxMDkuM0M4NiAxMDkuMyA4MC4xIDExMC4zIDc4LjkgMTEwLjVDNzcuMiAxMTAuOCA3My43IDExMS43IDY5IDExNC4xQzY1LjIgMTE2IDYwLjYgMTE4LjggNTUuNSAxMjMuMkw0OS41IDExNy4yQzQ5LjUgMTE3LjIgNTUuMiAxMTEuNiA2Mi4xIDEwOEg2MkM1OC45IDEwNS4yIDU2LjkgMTAxLjIgNTYuOSA5Ni43QzU2LjkgODguMyA2My43IDgxLjQgNzIuMiA4MS40VjU5LjhIOTUuMlY0N0gxMjkuMVYxMDYuMkMxMzIuOCAxMDguNSAxMzUuNCAxMTAuOCAxMzYuOSAxMTIuMkwxMzIuNiAxMTYuM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMDAuOSA5Ny4wOTk5TDEwMS40IDk3LjE5OTlDMTA4LjggOTguMDk5OSAxMTUuOCAxMDAuMiAxMjIuMiAxMDMuM0wxMjMuMSAxMDMuN1Y1Mi43OTk5SDEwMC45Vjk3LjA5OTlaTTEwOC44IDYwLjc5OTlIMTE1LjFWNjcuNjk5OUgxMDguOFY2MC43OTk5Wk0xMDguOCA3My4wOTk5SDExNS4xVjc5Ljk5OTlIMTA4LjhWNzMuMDk5OVpNMTA4LjggODUuMjk5OUgxMTUuMVY5Mi4xOTk5SDEwOC44Vjg1LjI5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjY5IDEzNy41SDY0NS44VjE3LjVINjY5VjEzNy41WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTc1OS45IDU4LjkwMDFDNzUyLjQgNDkuNTAwMSA3NDEgNDQuOCA3MjUuOCA0NC44QzcxMC41IDQ0LjggNjk5LjIgNDkuNTAwMSA2OTEuNyA1OC45MDAxQzY4NC4yIDY4LjMwMDEgNjgwLjUgNzkuNCA2ODAuNSA5Mi4yQzY4MC41IDEwNS4yIDY4NC4yIDExNi4zIDY5MS43IDEyNS42QzY5OS4yIDEzNC44IDcxMC42IDEzOS41IDcyNS44IDEzOS41Qzc0MSAxMzkuNSA3NTIuNCAxMzQuOSA3NTkuOSAxMjUuNkM3NjcuNCAxMTYuNCA3NzEuMSAxMDUuMiA3NzEuMSA5Mi4yQzc3MS4yIDc5LjQgNzY3LjQgNjguMzAwMSA3NTkuOSA1OC45MDAxWk03NDEuNCAxMTIuN0M3MzcuOCAxMTcuNSA3MzIuNiAxMTkuOSA3MjUuOCAxMTkuOUM3MTkgMTE5LjkgNzEzLjggMTE3LjUgNzEwLjEgMTEyLjdDNzA2LjQgMTA3LjkgNzA0LjYgMTAxIDcwNC42IDkyLjFDNzA0LjYgODMuMiA3MDYuNCA3Ni40IDcxMC4xIDcxLjZDNzEzLjggNjYuOCA3MTkgNjQuNDAwMSA3MjUuOCA2NC40MDAxQzczMi42IDY0LjQwMDEgNzM3LjggNjYuOCA3NDEuNCA3MS42Qzc0NSA3Ni40IDc0Ni45IDgzLjIgNzQ2LjkgOTIuMUM3NDYuOCAxMDEuMSA3NDUgMTA3LjkgNzQxLjQgMTEyLjdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNODI3LjUgNDcuNkM4MzMuMSA0OS45IDgzNy43IDU0LjIgODQxLjIgNjAuNVY0Ny43SDg2My44VjEzMS45Qzg2My44IDE0My4zIDg2MS45IDE1MiA4NTggMTU3LjhDODUxLjQgMTY3LjggODM4LjcgMTcyLjggODE5LjkgMTcyLjhDODA4LjYgMTcyLjggNzk5LjMgMTcwLjYgNzkyLjEgMTY2LjFDNzg0LjkgMTYxLjYgNzgxIDE1NSA3ODAuMiAxNDYuMkg4MDUuNEM4MDYuMSAxNDguOSA4MDcuMSAxNTAuOSA4MDguNiAxNTIuMUM4MTEuMSAxNTQuMiA4MTUuMyAxNTUuMyA4MjEuMiAxNTUuM0M4MjkuNiAxNTUuMyA4MzUuMSAxNTIuNSA4MzggMTQ2LjlDODM5LjggMTQzLjMgODQwLjggMTM3LjMgODQwLjggMTI4LjhWMTIzQzgzOC42IDEyNi44IDgzNi4yIDEyOS42IDgzMy42IDEzMS41QzgyOSAxMzUgODIzIDEzNi44IDgxNS42IDEzNi44QzgwNC4yIDEzNi44IDc5NS4xIDEzMi44IDc4OC4zIDEyNC44Qzc4MS41IDExNi44IDc3OC4xIDEwNiA3NzguMSA5Mi4zQzc3OC4xIDc5LjEgNzgxLjQgNjggNzg3LjkgNTlDNzk0LjUgNTAgODAzLjggNDUuNSA4MTUuOCA0NS41QzgyMC4zIDQ1LjYgODI0LjIgNDYuMiA4MjcuNSA0Ny42Wk04MzUuNCAxMTEuMkM4MzkuMSAxMDcuMSA4NDEgMTAwLjYgODQxIDkxLjZDODQxIDgzLjIgODM5LjIgNzYuOCA4MzUuNyA3Mi40QzgzMi4yIDY4IDgyNy40IDY1LjggODIxLjUgNjUuOEM4MTMuNCA2NS44IDgwNy44IDY5LjYgODA0LjcgNzcuM0M4MDMuMSA4MS40IDgwMi4zIDg2LjQgODAyLjMgOTIuNEM4MDIuMyA5Ny42IDgwMy4yIDEwMi4xIDgwNC45IDEwNi4yQzgwOCAxMTMuNyA4MTMuNyAxMTcuNCA4MjEuOCAxMTcuNEM4MjcuMSAxMTcuNCA4MzEuNyAxMTUuMyA4MzUuNCAxMTEuMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04NzguMyA0Ny43MDAxSDkwMS44VjEzNi40SDg3OC4zVjQ3LjcwMDFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOTExLjIgMTM2LjRMOTQxLjUgOTEuNUw5MTIuNSA0Ny45SDk0MUw5NTUuOCA3My42TDk3MC4zIDQ3LjlIOTk3LjlMOTY4LjggOTEuMUw5OTkuMSAxMzYuNEg5NzAuMkw5NTQuOSAxMDkuN0w5MzkuNSAxMzYuNEg5MTEuMlYxMzYuNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNjYuMSA4My4wMDAxQzI1Mi4yIDgwLjAwMDEgMjQ0LjIgNzcuODAwMSAyNDEuOSA3Ni42MDAxQzIzOS42IDc1LjQwMDEgMjM4LjUgNzMuNTAwMSAyMzguNSA3MC44MDAxQzIzOC41IDY4LjcwMDEgMjM5LjYgNjYuODAwMSAyNDEuNyA2NS4zMDAxQzI0My44IDYzLjcwMDEgMjQ3LjUgNjIuOTAwMSAyNTIuNSA2Mi45MDAxQzI1OC43IDYyLjkwMDEgMjYzIDY0LjUwMDEgMjY1LjYgNjcuNjAwMUMyNjcgNjkuMzAwMSAyNjcuOCA3MS43MDAxIDI2OC4xIDc0LjcwMDFIMjkxLjNDMjkwLjMgNjMuODAwMSAyODYuMyA1Ni4yMDAxIDI3OS4zIDUxLjgwMDFDMjcyLjMgNDcuNDAwMSAyNjMuMyA0NS4yMDAxIDI1Mi4yIDQ1LjIwMDFDMjQwLjUgNDUuMjAwMSAyMzEuNCA0OC4xMDAxIDIyNSA1NC4wMDAxQzIxOC42IDU5LjkwMDEgMjE1LjMgNjYuOTAwMSAyMTUuMyA3NS4xMDAxQzIxNS4zIDgyLjAwMDEgMjE3LjQgODcuNDAwMSAyMjEuNSA5MS4xMDAxQzIyNS42IDk0LjgwMDEgMjMyLjcgOTguMDAwMSAyNDIuOCAxMDAuNUMyNTYuOCAxMDMuOCAyNjQuOSAxMDYuMSAyNjcuMSAxMDcuNUMyNjkuMyAxMDguOSAyNzAuNCAxMTAuOCAyNzAuNCAxMTMuNEMyNzAuNCAxMTYuMSAyNjkgMTE4LjIgMjY2LjMgMTE5LjVDMjYzLjYgMTIwLjkgMjYwIDEyMS41IDI1NS40IDEyMS41QzI0Ny42IDEyMS41IDI0Mi4zIDEyMCAyMzkuNCAxMTYuOUMyMzcuOCAxMTUuMiAyMzYuNyAxMTIuMiAyMzYuMiAxMDguMUgyMTIuN0MyMTIuNyAxMTcuMiAyMTYgMTI0LjcgMjIyLjcgMTMwLjZDMjI5LjQgMTM2LjUgMjM5LjcgMTM5LjQgMjUzLjcgMTM5LjRDMjY3LjQgMTM5LjQgMjc3LjUgMTM2LjYgMjg0LjEgMTMxLjFDMjkwLjcgMTI1LjUgMjkzLjkgMTE4LjQgMjkzLjkgMTA5LjZDMjkzLjkgMTAyLjkgMjkxLjYgOTcuNDAwMSAyODcuMSA5Mi45MDAxQzI4Mi4yIDg4LjUwMDEgMjc1LjMgODUuMjAwMSAyNjYuMSA4My4wMDAxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTMyOS41IDIzLjcwMDFIMzA2LjVWNDguNDAwMUgyOTQuMVY2NS4wMDAxSDMwNi41VjExOS42QzMwNi41IDEyNS4xIDMwNy44IDEyOS4yIDMxMC40IDEzMS45QzMxNC40IDEzNi4xIDMyMS45IDEzOCAzMzIuOSAxMzcuNkwzNDMuOSAxMzcuMlYxMTkuOUMzNDMuMSAxMjAgMzQyLjQgMTIwIDM0MS42IDEyMEMzNDAuOCAxMjAgMzQwLjEgMTIwIDMzOS40IDEyMEMzMzQuNyAxMjAgMzMxLjkgMTE5LjYgMzMwLjkgMTE4LjdDMzMwIDExNy44IDMyOS41IDExNS41IDMyOS41IDExMS45VjY1LjAwMDFIMzQzLjlWNDguNTAwMUgzMjkuNVYyMy43MDAxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQwNS45IDQ1LjdDNDA0LjkgNDUuNiA0MDQuMiA0NS42IDQwMy45IDQ1LjZDNDAzLjYgNDUuNiA0MDMuMiA0NS42IDQwMi44IDQ1LjZDMzk1LjkgNDUuNiAzOTAuMiA0Ny40IDM4NS45IDUxLjFDMzgzLjIgNTMuMyAzODAuMSA1Ny4zIDM3Ni41IDYzLjJWNDcuN0gzNTQuNFYxMzYuNEgzNzcuOFY5NEMzNzcuOCA4Ni45IDM3OC43IDgxLjYgMzgwLjUgNzguMkMzODMuNyA3Mi4xIDM5MCA2OS4xIDM5OS4zIDY5LjFDNDAwIDY5LjEgNDAwLjkgNjkuMSA0MDIuMSA2OS4yQzQwMy4yIDY5LjMgNDA0LjUgNjkuNCA0MDYgNjkuNVY0NS43SDQwNS45WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ4NS4yIDYyLjZDNDgxLjIgNTYuNiA0NzYuMSA1Mi4yIDQ2OS45IDQ5LjVDNDYzLjcgNDYuNyA0NTYuOCA0NS4zIDQ0OSA0NS4zQzQzNiA0NS4zIDQyNS40IDQ5LjQgNDE3LjMgNTcuNkM0MDkuMiA2NS44IDQwNS4xIDc3LjYgNDA1LjEgOTNDNDA1LjEgMTA5LjQgNDA5LjYgMTIxLjIgNDE4LjYgMTI4LjVDNDI3LjYgMTM1LjggNDM4IDEzOS40IDQ0OS45IDEzOS40QzQ2NC4yIDEzOS40IDQ3NS4zIDEzNS4xIDQ4My4zIDEyNi41QzQ4OC40IDEyMS4xIDQ5MS4zIDExNS43IDQ5MS45IDExMC41SDQ2OC4yQzQ2Ni44IDExMy4xIDQ2NS4yIDExNS4xIDQ2My40IDExNi42QzQ2MC4xIDExOS4zIDQ1NS44IDEyMC43IDQ1MC41IDEyMC43QzQ0NS41IDEyMC43IDQ0MS4zIDExOS42IDQzNy43IDExNy40QzQzMS45IDExMy44IDQyOC44IDEwNy42IDQyOC40IDk4LjdINDkzQzQ5My4xIDkxIDQ5Mi45IDg1LjIgNDkyLjIgODEuMUM0OTEuMiA3NCA0ODguOCA2Ny45IDQ4NS4yIDYyLjZaTTQyOC45IDgzLjMwMDFDNDI5LjcgNzcuNTAwMSA0MzEuOCA3Mi45IDQzNS4xIDY5LjZDNDM4LjQgNjYuMiA0NDMgNjQuNSA0NDguOSA2NC41QzQ1NC40IDY0LjUgNDU5IDY2LjEwMDEgNDYyLjcgNjkuMzAwMUM0NjYuNCA3Mi41MDAxIDQ2OC41IDc3LjIwMDEgNDY4LjkgODMuMzAwMUg0MjguOVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01NzcgNjIuNkM1NzMgNTYuNiA1NjcuOSA1Mi4yIDU2MS43IDQ5LjVDNTU1LjUgNDYuNyA1NDguNiA0NS4zIDU0MC44IDQ1LjNDNTI3LjggNDUuMyA1MTcuMiA0OS40IDUwOS4xIDU3LjZDNTAxIDY1LjggNDk2LjkgNzcuNiA0OTYuOSA5M0M0OTYuOSAxMDkuNCA1MDEuNCAxMjEuMiA1MTAuNCAxMjguNUM1MTkuNCAxMzUuOCA1MjkuOCAxMzkuNCA1NDEuNyAxMzkuNEM1NTYgMTM5LjQgNTY3LjEgMTM1LjEgNTc1LjEgMTI2LjVDNTgwLjIgMTIxLjEgNTgzLjEgMTE1LjcgNTgzLjcgMTEwLjVINTYwQzU1OC42IDExMy4xIDU1NyAxMTUuMSA1NTUuMiAxMTYuNkM1NTEuOSAxMTkuMyA1NDcuNiAxMjAuNyA1NDIuMyAxMjAuN0M1MzcuMyAxMjAuNyA1MzMuMSAxMTkuNiA1MjkuNSAxMTcuNEM1MjMuNyAxMTMuOCA1MjAuNiAxMDcuNiA1MjAuMiA5OC43SDU4NC44QzU4NC45IDkxIDU4NC43IDg1LjIgNTg0IDgxLjFDNTgzIDc0IDU4MC43IDY3LjkgNTc3IDYyLjZaTTUyMC44IDgzLjMwMDFDNTIxLjYgNzcuNTAwMSA1MjMuNyA3Mi45IDUyNyA2OS42QzUzMC4zIDY2LjIgNTM0LjkgNjQuNSA1NDAuOCA2NC41QzU0Ni4zIDY0LjUgNTUwLjkgNjYuMTAwMSA1NTQuNiA2OS4zMDAxQzU1OC4zIDcyLjUwMDEgNTYwLjQgNzcuMjAwMSA1NjAuOCA4My4zMDAxSDUyMC44WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYzMy4xIDY1LjAwMDFWNDguNTAwMUg2MTguN1YyMy43MDAxSDU5NS43VjQ4LjQwMDFINTgzLjNWNjUuMDAwMUg1OTUuN1YxMTkuNkM1OTUuNyAxMjUuMSA1OTcgMTI5LjIgNTk5LjYgMTMxLjlDNjAzLjYgMTM2LjEgNjExLjEgMTM4IDYyMi4xIDEzNy42TDYzMy4xIDEzNy4yVjExOS45QzYzMi4zIDEyMCA2MzEuNiAxMjAgNjMwLjggMTIwQzYzMCAxMjAgNjI5LjMgMTIwIDYyOC42IDEyMEM2MjMuOSAxMjAgNjIxLjEgMTE5LjYgNjIwLjEgMTE4LjdDNjE5LjIgMTE3LjggNjE4LjcgMTE1LjUgNjE4LjcgMTExLjlWNjUuMDAwMUg2MzMuMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04OTAgMTAuNEM4ODYuNCAxMC40IDg4My40IDExLjYgODgwLjkgMTQuMUM4NzguNCAxNi42IDg3Ny4yIDE5LjYgODc3LjIgMjMuMkM4NzcuMiAyNi44IDg3OC40IDI5LjggODgwLjkgMzIuM0M4ODMuNCAzNC44IDg4Ni40IDM2IDg5MCAzNkM4OTMuNiAzNiA4OTYuNiAzNC44IDg5OS4xIDMyLjNDOTAxLjYgMjkuOCA5MDIuOCAyNi44IDkwMi44IDIzLjJDOTAyLjggMTkuNiA5MDEuNiAxNi42IDg5OS4xIDE0LjFDODk2LjcgMTEuNyA4OTMuNiAxMC40IDg5MCAxMC40WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI5OTkiIGhlaWdodD0iMTgzLjEiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }
}
/* hi-res desktop */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 901px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 901px), only screen and (-o-min-device-pixel-ratio: 2) and (min-width: 901px), only screen and (min-device-pixel-ratio: 2) and (min-width: 901px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 901px), only screen and (min-resolution: 192dpi) and (min-width: 901px), only screen and (min-resolution: 2dppx) and (min-width: 901px) {
  /* styles for Retina-type displays */
  header#header a#logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTk5IiBoZWlnaHQ9IjE4NCIgdmlld0JveD0iMCAwIDk5OSAxODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNMTE1LjQgMTA2LjFMMTE0LjcgMTA1LjhMMTEzLjUgMTA4LjhMMTE0LjIgMTA5LjFDMTE2LjIgMTA5LjkgMTE4LjIgMTEwLjggMTIwLjEgMTExLjhMMTIwLjggMTEyLjJMMTIyLjMgMTA5LjRMMTIxLjYgMTA5QzExOS41IDEwNy45IDExNy41IDEwNyAxMTUuNCAxMDYuMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03Ny44IDk2LjVINzkuNUM4MC45IDk2LjUgODIuOSA5Ni41IDg1IDk2LjVDODcuNCA5Ni41IDg5LjkgOTYuNiA5MS45IDk2LjZDOTIuOSA5Ni42IDkzLjkgOTYuNiA5NC44IDk2LjdIOTUuNFY2NS43SDc3LjhWOTYuNVpNODQuMyA3Mi4ySDg5Vjc3LjRIODQuM1Y3Mi4yWk04NC4zIDgxLjhIODlWODdIODQuM1Y4MS44WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwNC4xIDEwMi41QzEwMyAxMDIuMiAxMDEuOCAxMDIgMTAwLjcgMTAxLjhMOTkuOSAxMDEuNkw5OS4zIDEwNC43TDEwMC4xIDEwNC44QzEwMS4xIDEwNSAxMDIuMiAxMDUuMiAxMDMuMyAxMDUuNUMxMDQuNCAxMDUuOCAxMDUuNCAxMDYgMTA2LjQgMTA2LjNMMTA3LjIgMTA2LjVMMTA4LjEgMTAzLjRMMTA3LjMgMTAzLjJDMTA2LjIgMTAzLjEgMTA1LjIgMTAyLjggMTA0LjEgMTAyLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzYuOSAxMDEuMkM3NC43IDEwMS41IDcyLjQgMTAyIDcwLjIgMTAyLjZMNjkuNCAxMDIuOEw3MC4yIDEwNS45TDcxIDEwNS43QzczLjEgMTA1LjIgNzUuMiAxMDQuNyA3Ny40IDEwNC40TDc4LjIgMTA0LjNMNzcuNyAxMDEuMUw3Ni45IDEwMS4yWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcxLjkgOTAuOUw3Mi42IDkxLjFWODcuOEw3Mi4xIDg3LjdDNzEuNyA4Ny42IDcxLjIgODcuNiA3MC43IDg3LjZDNjguOCA4Ny42IDY2LjkgODguMiA2NS40IDg5LjRMNjQuOCA4OS45TDY2LjcgOTIuNEw2Ny4zIDkxLjlDNjguMiA5MS4yIDY5LjQgOTAuOCA3MC42IDkwLjhDNzEuMSA5MC43IDcxLjUgOTAuOCA3MS45IDkwLjlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjUuMiA5Ni4yQzY1LjIgOTUuNyA2NS4zIDk1LjMgNjUuNCA5NC44TDY1LjYgOTRMNjIuNSA5My4yTDYyLjMgOTRDNjIuMSA5NC43IDYyIDk1LjQgNjIgOTYuMUM2MiA5OCA2Mi42IDk5LjkgNjMuOCAxMDEuNEw2NC4zIDEwMkw2Ni44IDEwMC4xTDY2LjMgOTkuNUM2NS42IDk4LjYgNjUuMiA5Ny40IDY1LjIgOTYuMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Ni44IDEwMC40Qzg2LjMgMTAwLjQgODUuOSAxMDAuNCA4NS40IDEwMC40SDg0LjZMODQuNyAxMDMuNkM4NC43IDEwMy42IDg2LjMgMTAzLjYgODYuOCAxMDMuNkM4OC41IDEwMy42IDkwLjMgMTAzLjcgOTIuMSAxMDMuOEw5Mi45IDEwMy45TDkzLjEgMTAwLjdMOTIuMyAxMDAuNkM5MC41IDEwMC41IDg4LjYgMTAwLjQgODYuOCAxMDAuNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNzUuNyA3My42TDEwOS41IDcuMzk5OThDOTkuNiAtMi41MDAwMiA4My41IC0yLjUwMDAyIDczLjYgNy4zOTk5OEw3LjQwMDAxIDczLjZDLTIuNDk5OTkgODMuNSAtMi40OTk5OSA5OS42IDcuNDAwMDEgMTA5LjVMNzMuNiAxNzUuN0M4My41IDE4NS42IDk5LjYgMTg1LjYgMTA5LjUgMTc1LjdMMTc1LjYgMTA5LjZDMTg1LjYgOTkuNiAxODUuNiA4My41IDE3NS43IDczLjZaTTEwMy44IDE0NC42QzEwMC4zIDE0MS4yIDk2IDEzOS40IDkxIDEzOS40Qzg2IDEzOS40IDgxLjggMTQxLjMgNzguMiAxNDQuOEM3Ni43IDE0My40IDc1LjMgMTQyIDczLjkgMTQwLjVMNzIuMiAxMzguOEM4MS4yIDEyOC45IDk4LjggMTI3LjQgMTA5LjggMTM4LjVDMTA3LjggMTQwLjUgMTA1LjggMTQyLjUgMTAzLjggMTQ0LjZaTTExNC40IDEzMy41QzEwMS4zIDEyMS4zIDgwIDEyMS4zIDY2LjggMTMzLjhMNjAuOCAxMjcuOEM3Ni4xIDExMi42IDEwMy4yIDExMS4xIDEyMC41IDEyNy41TDExNC40IDEzMy41Wk0xMzIuNiAxMTYuM0MxMzEuNCAxMTUuMyAxMzAuMSAxMTQuMyAxMjguOCAxMTMuNEwxMjguMSAxMTIuOUwxMjYuMyAxMTUuNUwxMjcgMTE2QzEyOC4yIDExNi44IDEyOS4zIDExNy42IDEzMC40IDExOC41TDEyNiAxMjIuOUMxMTYgMTEzLjkgMTA0LjEgMTA5LjEgOTAuNCAxMDkuM0M4NiAxMDkuMyA4MC4xIDExMC4zIDc4LjkgMTEwLjVDNzcuMiAxMTAuOCA3My43IDExMS43IDY5IDExNC4xQzY1LjIgMTE2IDYwLjYgMTE4LjggNTUuNSAxMjMuMkw0OS41IDExNy4yQzQ5LjUgMTE3LjIgNTUuMiAxMTEuNiA2Mi4xIDEwOEg2MkM1OC45IDEwNS4yIDU2LjkgMTAxLjIgNTYuOSA5Ni43QzU2LjkgODguMyA2My43IDgxLjQgNzIuMiA4MS40VjU5LjhIOTUuMlY0N0gxMjkuMVYxMDYuMkMxMzIuOCAxMDguNSAxMzUuNCAxMTAuOCAxMzYuOSAxMTIuMkwxMzIuNiAxMTYuM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMDAuOSA5Ny4wOTk5TDEwMS40IDk3LjE5OTlDMTA4LjggOTguMDk5OSAxMTUuOCAxMDAuMiAxMjIuMiAxMDMuM0wxMjMuMSAxMDMuN1Y1Mi43OTk5SDEwMC45Vjk3LjA5OTlaTTEwOC44IDYwLjc5OTlIMTE1LjFWNjcuNjk5OUgxMDguOFY2MC43OTk5Wk0xMDguOCA3My4wOTk5SDExNS4xVjc5Ljk5OTlIMTA4LjhWNzMuMDk5OVpNMTA4LjggODUuMjk5OUgxMTUuMVY5Mi4xOTk5SDEwOC44Vjg1LjI5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjY5IDEzNy41SDY0NS44VjE3LjVINjY5VjEzNy41WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTc1OS45IDU4LjkwMDFDNzUyLjQgNDkuNTAwMSA3NDEgNDQuOCA3MjUuOCA0NC44QzcxMC41IDQ0LjggNjk5LjIgNDkuNTAwMSA2OTEuNyA1OC45MDAxQzY4NC4yIDY4LjMwMDEgNjgwLjUgNzkuNCA2ODAuNSA5Mi4yQzY4MC41IDEwNS4yIDY4NC4yIDExNi4zIDY5MS43IDEyNS42QzY5OS4yIDEzNC44IDcxMC42IDEzOS41IDcyNS44IDEzOS41Qzc0MSAxMzkuNSA3NTIuNCAxMzQuOSA3NTkuOSAxMjUuNkM3NjcuNCAxMTYuNCA3NzEuMSAxMDUuMiA3NzEuMSA5Mi4yQzc3MS4yIDc5LjQgNzY3LjQgNjguMzAwMSA3NTkuOSA1OC45MDAxWk03NDEuNCAxMTIuN0M3MzcuOCAxMTcuNSA3MzIuNiAxMTkuOSA3MjUuOCAxMTkuOUM3MTkgMTE5LjkgNzEzLjggMTE3LjUgNzEwLjEgMTEyLjdDNzA2LjQgMTA3LjkgNzA0LjYgMTAxIDcwNC42IDkyLjFDNzA0LjYgODMuMiA3MDYuNCA3Ni40IDcxMC4xIDcxLjZDNzEzLjggNjYuOCA3MTkgNjQuNDAwMSA3MjUuOCA2NC40MDAxQzczMi42IDY0LjQwMDEgNzM3LjggNjYuOCA3NDEuNCA3MS42Qzc0NSA3Ni40IDc0Ni45IDgzLjIgNzQ2LjkgOTIuMUM3NDYuOCAxMDEuMSA3NDUgMTA3LjkgNzQxLjQgMTEyLjdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNODI3LjUgNDcuNkM4MzMuMSA0OS45IDgzNy43IDU0LjIgODQxLjIgNjAuNVY0Ny43SDg2My44VjEzMS45Qzg2My44IDE0My4zIDg2MS45IDE1MiA4NTggMTU3LjhDODUxLjQgMTY3LjggODM4LjcgMTcyLjggODE5LjkgMTcyLjhDODA4LjYgMTcyLjggNzk5LjMgMTcwLjYgNzkyLjEgMTY2LjFDNzg0LjkgMTYxLjYgNzgxIDE1NSA3ODAuMiAxNDYuMkg4MDUuNEM4MDYuMSAxNDguOSA4MDcuMSAxNTAuOSA4MDguNiAxNTIuMUM4MTEuMSAxNTQuMiA4MTUuMyAxNTUuMyA4MjEuMiAxNTUuM0M4MjkuNiAxNTUuMyA4MzUuMSAxNTIuNSA4MzggMTQ2LjlDODM5LjggMTQzLjMgODQwLjggMTM3LjMgODQwLjggMTI4LjhWMTIzQzgzOC42IDEyNi44IDgzNi4yIDEyOS42IDgzMy42IDEzMS41QzgyOSAxMzUgODIzIDEzNi44IDgxNS42IDEzNi44QzgwNC4yIDEzNi44IDc5NS4xIDEzMi44IDc4OC4zIDEyNC44Qzc4MS41IDExNi44IDc3OC4xIDEwNiA3NzguMSA5Mi4zQzc3OC4xIDc5LjEgNzgxLjQgNjggNzg3LjkgNTlDNzk0LjUgNTAgODAzLjggNDUuNSA4MTUuOCA0NS41QzgyMC4zIDQ1LjYgODI0LjIgNDYuMiA4MjcuNSA0Ny42Wk04MzUuNCAxMTEuMkM4MzkuMSAxMDcuMSA4NDEgMTAwLjYgODQxIDkxLjZDODQxIDgzLjIgODM5LjIgNzYuOCA4MzUuNyA3Mi40QzgzMi4yIDY4IDgyNy40IDY1LjggODIxLjUgNjUuOEM4MTMuNCA2NS44IDgwNy44IDY5LjYgODA0LjcgNzcuM0M4MDMuMSA4MS40IDgwMi4zIDg2LjQgODAyLjMgOTIuNEM4MDIuMyA5Ny42IDgwMy4yIDEwMi4xIDgwNC45IDEwNi4yQzgwOCAxMTMuNyA4MTMuNyAxMTcuNCA4MjEuOCAxMTcuNEM4MjcuMSAxMTcuNCA4MzEuNyAxMTUuMyA4MzUuNCAxMTEuMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04NzguMyA0Ny43MDAxSDkwMS44VjEzNi40SDg3OC4zVjQ3LjcwMDFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOTExLjIgMTM2LjRMOTQxLjUgOTEuNUw5MTIuNSA0Ny45SDk0MUw5NTUuOCA3My42TDk3MC4zIDQ3LjlIOTk3LjlMOTY4LjggOTEuMUw5OTkuMSAxMzYuNEg5NzAuMkw5NTQuOSAxMDkuN0w5MzkuNSAxMzYuNEg5MTEuMlYxMzYuNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNjYuMSA4My4wMDAxQzI1Mi4yIDgwLjAwMDEgMjQ0LjIgNzcuODAwMSAyNDEuOSA3Ni42MDAxQzIzOS42IDc1LjQwMDEgMjM4LjUgNzMuNTAwMSAyMzguNSA3MC44MDAxQzIzOC41IDY4LjcwMDEgMjM5LjYgNjYuODAwMSAyNDEuNyA2NS4zMDAxQzI0My44IDYzLjcwMDEgMjQ3LjUgNjIuOTAwMSAyNTIuNSA2Mi45MDAxQzI1OC43IDYyLjkwMDEgMjYzIDY0LjUwMDEgMjY1LjYgNjcuNjAwMUMyNjcgNjkuMzAwMSAyNjcuOCA3MS43MDAxIDI2OC4xIDc0LjcwMDFIMjkxLjNDMjkwLjMgNjMuODAwMSAyODYuMyA1Ni4yMDAxIDI3OS4zIDUxLjgwMDFDMjcyLjMgNDcuNDAwMSAyNjMuMyA0NS4yMDAxIDI1Mi4yIDQ1LjIwMDFDMjQwLjUgNDUuMjAwMSAyMzEuNCA0OC4xMDAxIDIyNSA1NC4wMDAxQzIxOC42IDU5LjkwMDEgMjE1LjMgNjYuOTAwMSAyMTUuMyA3NS4xMDAxQzIxNS4zIDgyLjAwMDEgMjE3LjQgODcuNDAwMSAyMjEuNSA5MS4xMDAxQzIyNS42IDk0LjgwMDEgMjMyLjcgOTguMDAwMSAyNDIuOCAxMDAuNUMyNTYuOCAxMDMuOCAyNjQuOSAxMDYuMSAyNjcuMSAxMDcuNUMyNjkuMyAxMDguOSAyNzAuNCAxMTAuOCAyNzAuNCAxMTMuNEMyNzAuNCAxMTYuMSAyNjkgMTE4LjIgMjY2LjMgMTE5LjVDMjYzLjYgMTIwLjkgMjYwIDEyMS41IDI1NS40IDEyMS41QzI0Ny42IDEyMS41IDI0Mi4zIDEyMCAyMzkuNCAxMTYuOUMyMzcuOCAxMTUuMiAyMzYuNyAxMTIuMiAyMzYuMiAxMDguMUgyMTIuN0MyMTIuNyAxMTcuMiAyMTYgMTI0LjcgMjIyLjcgMTMwLjZDMjI5LjQgMTM2LjUgMjM5LjcgMTM5LjQgMjUzLjcgMTM5LjRDMjY3LjQgMTM5LjQgMjc3LjUgMTM2LjYgMjg0LjEgMTMxLjFDMjkwLjcgMTI1LjUgMjkzLjkgMTE4LjQgMjkzLjkgMTA5LjZDMjkzLjkgMTAyLjkgMjkxLjYgOTcuNDAwMSAyODcuMSA5Mi45MDAxQzI4Mi4yIDg4LjUwMDEgMjc1LjMgODUuMjAwMSAyNjYuMSA4My4wMDAxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTMyOS41IDIzLjcwMDFIMzA2LjVWNDguNDAwMUgyOTQuMVY2NS4wMDAxSDMwNi41VjExOS42QzMwNi41IDEyNS4xIDMwNy44IDEyOS4yIDMxMC40IDEzMS45QzMxNC40IDEzNi4xIDMyMS45IDEzOCAzMzIuOSAxMzcuNkwzNDMuOSAxMzcuMlYxMTkuOUMzNDMuMSAxMjAgMzQyLjQgMTIwIDM0MS42IDEyMEMzNDAuOCAxMjAgMzQwLjEgMTIwIDMzOS40IDEyMEMzMzQuNyAxMjAgMzMxLjkgMTE5LjYgMzMwLjkgMTE4LjdDMzMwIDExNy44IDMyOS41IDExNS41IDMyOS41IDExMS45VjY1LjAwMDFIMzQzLjlWNDguNTAwMUgzMjkuNVYyMy43MDAxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQwNS45IDQ1LjdDNDA0LjkgNDUuNiA0MDQuMiA0NS42IDQwMy45IDQ1LjZDNDAzLjYgNDUuNiA0MDMuMiA0NS42IDQwMi44IDQ1LjZDMzk1LjkgNDUuNiAzOTAuMiA0Ny40IDM4NS45IDUxLjFDMzgzLjIgNTMuMyAzODAuMSA1Ny4zIDM3Ni41IDYzLjJWNDcuN0gzNTQuNFYxMzYuNEgzNzcuOFY5NEMzNzcuOCA4Ni45IDM3OC43IDgxLjYgMzgwLjUgNzguMkMzODMuNyA3Mi4xIDM5MCA2OS4xIDM5OS4zIDY5LjFDNDAwIDY5LjEgNDAwLjkgNjkuMSA0MDIuMSA2OS4yQzQwMy4yIDY5LjMgNDA0LjUgNjkuNCA0MDYgNjkuNVY0NS43SDQwNS45WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ4NS4yIDYyLjZDNDgxLjIgNTYuNiA0NzYuMSA1Mi4yIDQ2OS45IDQ5LjVDNDYzLjcgNDYuNyA0NTYuOCA0NS4zIDQ0OSA0NS4zQzQzNiA0NS4zIDQyNS40IDQ5LjQgNDE3LjMgNTcuNkM0MDkuMiA2NS44IDQwNS4xIDc3LjYgNDA1LjEgOTNDNDA1LjEgMTA5LjQgNDA5LjYgMTIxLjIgNDE4LjYgMTI4LjVDNDI3LjYgMTM1LjggNDM4IDEzOS40IDQ0OS45IDEzOS40QzQ2NC4yIDEzOS40IDQ3NS4zIDEzNS4xIDQ4My4zIDEyNi41QzQ4OC40IDEyMS4xIDQ5MS4zIDExNS43IDQ5MS45IDExMC41SDQ2OC4yQzQ2Ni44IDExMy4xIDQ2NS4yIDExNS4xIDQ2My40IDExNi42QzQ2MC4xIDExOS4zIDQ1NS44IDEyMC43IDQ1MC41IDEyMC43QzQ0NS41IDEyMC43IDQ0MS4zIDExOS42IDQzNy43IDExNy40QzQzMS45IDExMy44IDQyOC44IDEwNy42IDQyOC40IDk4LjdINDkzQzQ5My4xIDkxIDQ5Mi45IDg1LjIgNDkyLjIgODEuMUM0OTEuMiA3NCA0ODguOCA2Ny45IDQ4NS4yIDYyLjZaTTQyOC45IDgzLjMwMDFDNDI5LjcgNzcuNTAwMSA0MzEuOCA3Mi45IDQzNS4xIDY5LjZDNDM4LjQgNjYuMiA0NDMgNjQuNSA0NDguOSA2NC41QzQ1NC40IDY0LjUgNDU5IDY2LjEwMDEgNDYyLjcgNjkuMzAwMUM0NjYuNCA3Mi41MDAxIDQ2OC41IDc3LjIwMDEgNDY4LjkgODMuMzAwMUg0MjguOVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01NzcgNjIuNkM1NzMgNTYuNiA1NjcuOSA1Mi4yIDU2MS43IDQ5LjVDNTU1LjUgNDYuNyA1NDguNiA0NS4zIDU0MC44IDQ1LjNDNTI3LjggNDUuMyA1MTcuMiA0OS40IDUwOS4xIDU3LjZDNTAxIDY1LjggNDk2LjkgNzcuNiA0OTYuOSA5M0M0OTYuOSAxMDkuNCA1MDEuNCAxMjEuMiA1MTAuNCAxMjguNUM1MTkuNCAxMzUuOCA1MjkuOCAxMzkuNCA1NDEuNyAxMzkuNEM1NTYgMTM5LjQgNTY3LjEgMTM1LjEgNTc1LjEgMTI2LjVDNTgwLjIgMTIxLjEgNTgzLjEgMTE1LjcgNTgzLjcgMTEwLjVINTYwQzU1OC42IDExMy4xIDU1NyAxMTUuMSA1NTUuMiAxMTYuNkM1NTEuOSAxMTkuMyA1NDcuNiAxMjAuNyA1NDIuMyAxMjAuN0M1MzcuMyAxMjAuNyA1MzMuMSAxMTkuNiA1MjkuNSAxMTcuNEM1MjMuNyAxMTMuOCA1MjAuNiAxMDcuNiA1MjAuMiA5OC43SDU4NC44QzU4NC45IDkxIDU4NC43IDg1LjIgNTg0IDgxLjFDNTgzIDc0IDU4MC43IDY3LjkgNTc3IDYyLjZaTTUyMC44IDgzLjMwMDFDNTIxLjYgNzcuNTAwMSA1MjMuNyA3Mi45IDUyNyA2OS42QzUzMC4zIDY2LjIgNTM0LjkgNjQuNSA1NDAuOCA2NC41QzU0Ni4zIDY0LjUgNTUwLjkgNjYuMTAwMSA1NTQuNiA2OS4zMDAxQzU1OC4zIDcyLjUwMDEgNTYwLjQgNzcuMjAwMSA1NjAuOCA4My4zMDAxSDUyMC44WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYzMy4xIDY1LjAwMDFWNDguNTAwMUg2MTguN1YyMy43MDAxSDU5NS43VjQ4LjQwMDFINTgzLjNWNjUuMDAwMUg1OTUuN1YxMTkuNkM1OTUuNyAxMjUuMSA1OTcgMTI5LjIgNTk5LjYgMTMxLjlDNjAzLjYgMTM2LjEgNjExLjEgMTM4IDYyMi4xIDEzNy42TDYzMy4xIDEzNy4yVjExOS45QzYzMi4zIDEyMCA2MzEuNiAxMjAgNjMwLjggMTIwQzYzMCAxMjAgNjI5LjMgMTIwIDYyOC42IDEyMEM2MjMuOSAxMjAgNjIxLjEgMTE5LjYgNjIwLjEgMTE4LjdDNjE5LjIgMTE3LjggNjE4LjcgMTE1LjUgNjE4LjcgMTExLjlWNjUuMDAwMUg2MzMuMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04OTAgMTAuNEM4ODYuNCAxMC40IDg4My40IDExLjYgODgwLjkgMTQuMUM4NzguNCAxNi42IDg3Ny4yIDE5LjYgODc3LjIgMjMuMkM4NzcuMiAyNi44IDg3OC40IDI5LjggODgwLjkgMzIuM0M4ODMuNCAzNC44IDg4Ni40IDM2IDg5MCAzNkM4OTMuNiAzNiA4OTYuNiAzNC44IDg5OS4xIDMyLjNDOTAxLjYgMjkuOCA5MDIuOCAyNi44IDkwMi44IDIzLjJDOTAyLjggMTkuNiA5MDEuNiAxNi42IDg5OS4xIDE0LjFDODk2LjcgMTEuNyA4OTMuNiAxMC40IDg5MCAxMC40WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI5OTkiIGhlaWdodD0iMTgzLjEiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }
}
/* generic mobile */
@media only screen and (min-width: 160px) and (max-width: 900px) {
  ul.radiogroup li label {
    font-size: 0.8rem;
  }
  .desktop_only {
    display: none;
    visibility: hidden;
    speak: none;
  }
  #progress ol {
    height: 45px;
    padding: 15px 15px 0 15px;
  }
  #progress ol li {
    width: auto;
    padding: 0;
    margin-right: 15px;
    text-align: left;
    white-space: nowrap;
    height: auto;
    float: none;
    display: inline;
  }
  #progress ol li .valign {
    position: relative;
    display: inline;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #progress ol li:before,
  #progress ol li:after {
    display: none;
    visibility: hidden;
    speak: none;
  }
  #progress ol li.complete {
    background-color: #ffffff;
    color: #4EAF46;
  }
  #progress ol li.complete .fa {
    margin-right: 0;
  }
  .short {
    display: inline;
    visibility: visible;
    speak: auto;
  }
  .long {
    display: none;
    visibility: hidden;
    speak: none;
  }
  ul.kids-list {
    padding: 0;
  }
  #countdown {
    width: calc(100% - 30px);
    padding: 0 15px;
    font-size: 0.8em;
  }
  #countdown ol li span {
    min-width: auto;
    padding: 0 5px;
  }
  header#header h1 {
    left: 75px;
  }
  nav#primary {
    width: 60px;
  }
  nav#primary a {
    width: 100%;
    min-height: 56px;
    padding: 0;
  }
  nav#primary a.team abbr {
    display: block;
    speak: speak;
    visibility: visible;
  }
  nav#primary .fa {
    font-size: 1.35em;
  }
  nav#primary abbr {
    display: block;
    visibility: visible;
  }
  nav#primary::-webkit-scrollbar,
  #curriculum > ul::-webkit-scrollbar,
  ul#avatar-list::-webkit-scrollbar {
    display: none;
  }
  nav#primary a.team i,
  form .button .fa {
    display: none;
    visibility: hidden;
  }
  .tabs > ul li a {
    padding: 0 20px;
  }
  .button {
    padding: 11px 10px 9px 10px;
  }
  #secondary {
    width: 60px;
  }
  header#header a#logo {
    width: 60px;
    padding: 0;
    background-size: 50px auto;
    margin-right: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg0IiBoZWlnaHQ9IjE4NCIgdmlld0JveD0iMCAwIDE4NCAxODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNMTE1LjQgMTA2LjFMMTE0LjcgMTA1LjhMMTEzLjUgMTA4LjhMMTE0LjIgMTA5LjFDMTE2LjIgMTA5LjkgMTE4LjIgMTEwLjggMTIwLjEgMTExLjhMMTIwLjggMTEyLjJMMTIyLjMgMTA5LjRMMTIxLjYgMTA5QzExOS41IDEwNy45IDExNy41IDEwNyAxMTUuNCAxMDYuMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03Ny44IDk2LjVINzkuNUM4MC45IDk2LjUgODIuOSA5Ni41IDg1IDk2LjVDODcuNCA5Ni41IDg5LjkgOTYuNiA5MS45IDk2LjZDOTIuOSA5Ni42IDkzLjkgOTYuNiA5NC44IDk2LjdIOTUuNFY2NS43SDc3LjhWOTYuNVpNODQuMyA3Mi4ySDg5Vjc3LjRIODQuM1Y3Mi4yWk04NC4zIDgxLjhIODlWODdIODQuM1Y4MS44WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwNC4xIDEwMi41QzEwMyAxMDIuMiAxMDEuOCAxMDIgMTAwLjcgMTAxLjhMOTkuOSAxMDEuNkw5OS4zIDEwNC43TDEwMC4xIDEwNC44QzEwMS4xIDEwNSAxMDIuMiAxMDUuMiAxMDMuMyAxMDUuNUMxMDQuNCAxMDUuOCAxMDUuNCAxMDYgMTA2LjQgMTA2LjNMMTA3LjIgMTA2LjVMMTA4LjEgMTAzLjRMMTA3LjMgMTAzLjJDMTA2LjIgMTAzLjEgMTA1LjIgMTAyLjggMTA0LjEgMTAyLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzYuOSAxMDEuMkM3NC43IDEwMS41IDcyLjQgMTAyIDcwLjIgMTAyLjZMNjkuNCAxMDIuOEw3MC4yIDEwNS45TDcxIDEwNS43QzczLjEgMTA1LjIgNzUuMiAxMDQuNyA3Ny40IDEwNC40TDc4LjIgMTA0LjNMNzcuNyAxMDEuMUw3Ni45IDEwMS4yWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcxLjkgOTAuOUw3Mi42IDkxLjFWODcuOEw3Mi4xIDg3LjdDNzEuNyA4Ny42IDcxLjIgODcuNiA3MC43IDg3LjZDNjguOCA4Ny42IDY2LjkgODguMiA2NS40IDg5LjRMNjQuOCA4OS45TDY2LjcgOTIuNEw2Ny4zIDkxLjlDNjguMiA5MS4yIDY5LjQgOTAuOCA3MC42IDkwLjhDNzEuMSA5MC43IDcxLjUgOTAuOCA3MS45IDkwLjlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjUuMiA5Ni4yQzY1LjIgOTUuNyA2NS4zIDk1LjMgNjUuNCA5NC44TDY1LjYgOTRMNjIuNSA5My4yTDYyLjMgOTRDNjIuMSA5NC43IDYyIDk1LjQgNjIgOTYuMUM2MiA5OCA2Mi42IDk5LjkgNjMuOCAxMDEuNEw2NC4zIDEwMkw2Ni44IDEwMC4xTDY2LjMgOTkuNUM2NS42IDk4LjYgNjUuMiA5Ny40IDY1LjIgOTYuMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Ni44IDEwMC40Qzg2LjMgMTAwLjQgODUuOSAxMDAuNCA4NS40IDEwMC40SDg0LjZMODQuNyAxMDMuNkM4NC43IDEwMy42IDg2LjMgMTAzLjYgODYuOCAxMDMuNkM4OC41IDEwMy42IDkwLjMgMTAzLjcgOTIuMSAxMDMuOEw5Mi45IDEwMy45TDkzLjEgMTAwLjdMOTIuMyAxMDAuNkM5MC41IDEwMC41IDg4LjYgMTAwLjQgODYuOCAxMDAuNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNzUuNyA3My42TDEwOS41IDcuMzk5OThDOTkuNiAtMi41MDAwMiA4My41IC0yLjUwMDAyIDczLjYgNy4zOTk5OEw3LjQwMDAxIDczLjZDLTIuNDk5OTkgODMuNSAtMi40OTk5OSA5OS42IDcuNDAwMDEgMTA5LjVMNzMuNiAxNzUuN0M4My41IDE4NS42IDk5LjYgMTg1LjYgMTA5LjUgMTc1LjdMMTc1LjYgMTA5LjZDMTg1LjYgOTkuNiAxODUuNiA4My41IDE3NS43IDczLjZaTTEwMy44IDE0NC42QzEwMC4zIDE0MS4yIDk2IDEzOS40IDkxIDEzOS40Qzg2IDEzOS40IDgxLjggMTQxLjMgNzguMiAxNDQuOEM3Ni43IDE0My40IDc1LjMgMTQyIDczLjkgMTQwLjVMNzIuMiAxMzguOEM4MS4yIDEyOC45IDk4LjggMTI3LjQgMTA5LjggMTM4LjVDMTA3LjggMTQwLjUgMTA1LjggMTQyLjUgMTAzLjggMTQ0LjZaTTExNC40IDEzMy41QzEwMS4zIDEyMS4zIDgwIDEyMS4zIDY2LjggMTMzLjhMNjAuOCAxMjcuOEM3Ni4xIDExMi42IDEwMy4yIDExMS4xIDEyMC41IDEyNy41TDExNC40IDEzMy41Wk0xMzIuNiAxMTYuM0MxMzEuNCAxMTUuMyAxMzAuMSAxMTQuMyAxMjguOCAxMTMuNEwxMjguMSAxMTIuOUwxMjYuMyAxMTUuNUwxMjcgMTE2QzEyOC4yIDExNi44IDEyOS4zIDExNy42IDEzMC40IDExOC41TDEyNiAxMjIuOUMxMTYgMTEzLjkgMTA0LjEgMTA5LjEgOTAuNCAxMDkuM0M4NiAxMDkuMyA4MC4xIDExMC4zIDc4LjkgMTEwLjVDNzcuMiAxMTAuOCA3My43IDExMS43IDY5IDExNC4xQzY1LjIgMTE2IDYwLjYgMTE4LjggNTUuNSAxMjMuMkw0OS41IDExNy4yQzQ5LjUgMTE3LjIgNTUuMiAxMTEuNiA2Mi4xIDEwOEg2MkM1OC45IDEwNS4yIDU2LjkgMTAxLjIgNTYuOSA5Ni43QzU2LjkgODguMyA2My43IDgxLjQgNzIuMiA4MS40VjU5LjhIOTUuMlY0N0gxMjkuMVYxMDYuMkMxMzIuOCAxMDguNSAxMzUuNCAxMTAuOCAxMzYuOSAxMTIuMkwxMzIuNiAxMTYuM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMDAuOSA5Ny4wOTk5TDEwMS40IDk3LjE5OTlDMTA4LjggOTguMDk5OSAxMTUuOCAxMDAuMiAxMjIuMiAxMDMuM0wxMjMuMSAxMDMuN1Y1Mi43OTk5SDEwMC45Vjk3LjA5OTlaTTEwOC44IDYwLjc5OTlIMTE1LjFWNjcuNjk5OUgxMDguOFY2MC43OTk5Wk0xMDguOCA3My4wOTk5SDExNS4xVjc5Ljk5OTlIMTA4LjhWNzMuMDk5OVpNMTA4LjggODUuMjk5OUgxMTUuMVY5Mi4xOTk5SDEwOC44Vjg1LjI5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjE4NCIgaGVpZ2h0PSIxODQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    margin-left: 10px;
  }
  header#header h1 {
    font-size: 1em;
  }
  header#header .button {
    padding: 0 5px;
  }
  section {
    left: 60px;
  }
  .stats ul li {
    padding: 30px 10px 0 10px;
    width: calc(33% - 20px);
  }
  .stats ul li h3 span,
  .stats ul li h3 abbr {
    font-size: 0.7rem;
  }
  ul.segment li a {
    padding: 0 15px;
    font-size: 0.8rem;
  }
  ul.segment.primary li a {
    min-width: 10px;
  }
  table {
    font-size: 0.75em;
  }
  #leaderboard table h4 {
    font-size: 1rem;
  }
}
/* hi-res mobile */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (-o-min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 900px), only screen and (min-resolution: 192dpi) and (max-width: 900px), only screen and (min-resolution: 2dppx) and (max-width: 900px) {
  /* styles for Retina-type displays */
  header#header a#logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg0IiBoZWlnaHQ9IjE4NCIgdmlld0JveD0iMCAwIDE4NCAxODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNMTE1LjQgMTA2LjFMMTE0LjcgMTA1LjhMMTEzLjUgMTA4LjhMMTE0LjIgMTA5LjFDMTE2LjIgMTA5LjkgMTE4LjIgMTEwLjggMTIwLjEgMTExLjhMMTIwLjggMTEyLjJMMTIyLjMgMTA5LjRMMTIxLjYgMTA5QzExOS41IDEwNy45IDExNy41IDEwNyAxMTUuNCAxMDYuMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03Ny44IDk2LjVINzkuNUM4MC45IDk2LjUgODIuOSA5Ni41IDg1IDk2LjVDODcuNCA5Ni41IDg5LjkgOTYuNiA5MS45IDk2LjZDOTIuOSA5Ni42IDkzLjkgOTYuNiA5NC44IDk2LjdIOTUuNFY2NS43SDc3LjhWOTYuNVpNODQuMyA3Mi4ySDg5Vjc3LjRIODQuM1Y3Mi4yWk04NC4zIDgxLjhIODlWODdIODQuM1Y4MS44WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwNC4xIDEwMi41QzEwMyAxMDIuMiAxMDEuOCAxMDIgMTAwLjcgMTAxLjhMOTkuOSAxMDEuNkw5OS4zIDEwNC43TDEwMC4xIDEwNC44QzEwMS4xIDEwNSAxMDIuMiAxMDUuMiAxMDMuMyAxMDUuNUMxMDQuNCAxMDUuOCAxMDUuNCAxMDYgMTA2LjQgMTA2LjNMMTA3LjIgMTA2LjVMMTA4LjEgMTAzLjRMMTA3LjMgMTAzLjJDMTA2LjIgMTAzLjEgMTA1LjIgMTAyLjggMTA0LjEgMTAyLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzYuOSAxMDEuMkM3NC43IDEwMS41IDcyLjQgMTAyIDcwLjIgMTAyLjZMNjkuNCAxMDIuOEw3MC4yIDEwNS45TDcxIDEwNS43QzczLjEgMTA1LjIgNzUuMiAxMDQuNyA3Ny40IDEwNC40TDc4LjIgMTA0LjNMNzcuNyAxMDEuMUw3Ni45IDEwMS4yWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcxLjkgOTAuOUw3Mi42IDkxLjFWODcuOEw3Mi4xIDg3LjdDNzEuNyA4Ny42IDcxLjIgODcuNiA3MC43IDg3LjZDNjguOCA4Ny42IDY2LjkgODguMiA2NS40IDg5LjRMNjQuOCA4OS45TDY2LjcgOTIuNEw2Ny4zIDkxLjlDNjguMiA5MS4yIDY5LjQgOTAuOCA3MC42IDkwLjhDNzEuMSA5MC43IDcxLjUgOTAuOCA3MS45IDkwLjlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjUuMiA5Ni4yQzY1LjIgOTUuNyA2NS4zIDk1LjMgNjUuNCA5NC44TDY1LjYgOTRMNjIuNSA5My4yTDYyLjMgOTRDNjIuMSA5NC43IDYyIDk1LjQgNjIgOTYuMUM2MiA5OCA2Mi42IDk5LjkgNjMuOCAxMDEuNEw2NC4zIDEwMkw2Ni44IDEwMC4xTDY2LjMgOTkuNUM2NS42IDk4LjYgNjUuMiA5Ny40IDY1LjIgOTYuMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Ni44IDEwMC40Qzg2LjMgMTAwLjQgODUuOSAxMDAuNCA4NS40IDEwMC40SDg0LjZMODQuNyAxMDMuNkM4NC43IDEwMy42IDg2LjMgMTAzLjYgODYuOCAxMDMuNkM4OC41IDEwMy42IDkwLjMgMTAzLjcgOTIuMSAxMDMuOEw5Mi45IDEwMy45TDkzLjEgMTAwLjdMOTIuMyAxMDAuNkM5MC41IDEwMC41IDg4LjYgMTAwLjQgODYuOCAxMDAuNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNzUuNyA3My42TDEwOS41IDcuMzk5OThDOTkuNiAtMi41MDAwMiA4My41IC0yLjUwMDAyIDczLjYgNy4zOTk5OEw3LjQwMDAxIDczLjZDLTIuNDk5OTkgODMuNSAtMi40OTk5OSA5OS42IDcuNDAwMDEgMTA5LjVMNzMuNiAxNzUuN0M4My41IDE4NS42IDk5LjYgMTg1LjYgMTA5LjUgMTc1LjdMMTc1LjYgMTA5LjZDMTg1LjYgOTkuNiAxODUuNiA4My41IDE3NS43IDczLjZaTTEwMy44IDE0NC42QzEwMC4zIDE0MS4yIDk2IDEzOS40IDkxIDEzOS40Qzg2IDEzOS40IDgxLjggMTQxLjMgNzguMiAxNDQuOEM3Ni43IDE0My40IDc1LjMgMTQyIDczLjkgMTQwLjVMNzIuMiAxMzguOEM4MS4yIDEyOC45IDk4LjggMTI3LjQgMTA5LjggMTM4LjVDMTA3LjggMTQwLjUgMTA1LjggMTQyLjUgMTAzLjggMTQ0LjZaTTExNC40IDEzMy41QzEwMS4zIDEyMS4zIDgwIDEyMS4zIDY2LjggMTMzLjhMNjAuOCAxMjcuOEM3Ni4xIDExMi42IDEwMy4yIDExMS4xIDEyMC41IDEyNy41TDExNC40IDEzMy41Wk0xMzIuNiAxMTYuM0MxMzEuNCAxMTUuMyAxMzAuMSAxMTQuMyAxMjguOCAxMTMuNEwxMjguMSAxMTIuOUwxMjYuMyAxMTUuNUwxMjcgMTE2QzEyOC4yIDExNi44IDEyOS4zIDExNy42IDEzMC40IDExOC41TDEyNiAxMjIuOUMxMTYgMTEzLjkgMTA0LjEgMTA5LjEgOTAuNCAxMDkuM0M4NiAxMDkuMyA4MC4xIDExMC4zIDc4LjkgMTEwLjVDNzcuMiAxMTAuOCA3My43IDExMS43IDY5IDExNC4xQzY1LjIgMTE2IDYwLjYgMTE4LjggNTUuNSAxMjMuMkw0OS41IDExNy4yQzQ5LjUgMTE3LjIgNTUuMiAxMTEuNiA2Mi4xIDEwOEg2MkM1OC45IDEwNS4yIDU2LjkgMTAxLjIgNTYuOSA5Ni43QzU2LjkgODguMyA2My43IDgxLjQgNzIuMiA4MS40VjU5LjhIOTUuMlY0N0gxMjkuMVYxMDYuMkMxMzIuOCAxMDguNSAxMzUuNCAxMTAuOCAxMzYuOSAxMTIuMkwxMzIuNiAxMTYuM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMDAuOSA5Ny4wOTk5TDEwMS40IDk3LjE5OTlDMTA4LjggOTguMDk5OSAxMTUuOCAxMDAuMiAxMjIuMiAxMDMuM0wxMjMuMSAxMDMuN1Y1Mi43OTk5SDEwMC45Vjk3LjA5OTlaTTEwOC44IDYwLjc5OTlIMTE1LjFWNjcuNjk5OUgxMDguOFY2MC43OTk5Wk0xMDguOCA3My4wOTk5SDExNS4xVjc5Ljk5OTlIMTA4LjhWNzMuMDk5OVpNMTA4LjggODUuMjk5OUgxMTUuMVY5Mi4xOTk5SDEwOC44Vjg1LjI5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjE4NCIgaGVpZ2h0PSIxODQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }
}
/* generic mobile portrait */
@media only screen and (min-width: 160px) and (max-width: 736px) and (orientation: portrait) {
  ul.profile li .fa {
    display: none;
    visibility: hidden;
    speak: none;
  }
  #team,
  #points {
    padding: 0;
  }
  ul.radiogroup input[type=radio] {
    display: none;
  }
  ul.lesson-materials li a {
    padding: 15px;
  }
  ul.lesson-materials li a h3 {
    font-size: 1em;
  }
  ul.lesson-materials li a img {
    width: 50px;
    margin: 0 15px 5px 0;
  }
  form > legend {
    font-size: 1.5em;
  }
  form .inline-container {
    margin-bottom: 0;
  }
  form .inline-container p {
    display: block;
    padding: 0 0 10px 0;
    width: 100% !important;
    clear: both;
  }
  ul.kids-list li {
    width: 50%;
    height: 160px;
  }
  ul.kids-list li a {
    padding: 20px 5px;
    width: calc(100% - 10px);
    height: 120px;
    border-radius: 0;
  }
  header#header a#logo {
    margin-right: 10px;
  }
}
/* generic mobile landscape */
@media only screen and (min-width: 160px) and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.logged-out section > .valign {
    top: 60px;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  ul.kids-list li {
    width: 33.3%;
    height: 160px;
  }
  ul.kids-list li a {
    padding: 20px 5px;
    width: calc(100% - 10px);
    height: 120px;
    border-radius: 0;
  }
}
.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7fbfd;
  height: 100vh;
  overflow: hidden;
}
.login-page form {
  max-width: 450px;
  width: auto;
}
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
}
.content-wrapper .MuiButton-root {
  text-transform: inherit;
}
.content-wrapper .content-wrapper-width {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100vw;
}
@media (max-width: 1024px) {
  .content-wrapper .content-wrapper-width {
    width: 100%;
  }
}
.content-wrapper .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f7fbfd;
  max-height: calc(100vh - 70px);
}
@media only screen and (max-width: 736px) {
  .content-wrapper .content {
    padding: 0;
  }
}
.content-wrapper .content .content-wrapper-height {
  height: calc(100vh - 70px);
}
.content-wrapper .content .content-body {
  border-radius: 10px;
  background: #f7fbfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 100px);
  padding: 0 30px;
}
@media only screen and (max-width: 1000px) {
  .content-wrapper .content .content-body {
    padding: 0 5px;
  }
}
.content-wrapper .content .content-body header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px;
}
.content-wrapper .content .content-body header > * {
  padding-top: 10px;
}
.content-wrapper .content .content-body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: rgba(0, 74, 140, 0.14) 0px 2px 6px;
          box-shadow: rgba(0, 74, 140, 0.14) 0px 2px 6px;
  border-radius: 12px;
}
.content-wrapper .content .rcs-inner-handle {
  background: #dddddd;
  border-radius: 5px;
}
.content-wrapper > [class^='MuiPaper'] {
  border-radius: 8px;
  width: 100%;
  padding: 10px;
}
.content-wrapper .user-image .image-container {
  width: calc(100vh * 160 / 1080);
  height: calc(100vh * 160 / 1080);
  min-width: 140px;
  min-height: 140px;
}
.content-wrapper .user-image .image-container img,
.content-wrapper .user-image .image-container div {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.content-wrapper .user-image .image-actions {
  font-size: 18px;
  color: #3d7ce5;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.content-wrapper .user-image .image-actions span {
  cursor: pointer;
}
input#username {
  padding: 0;
}
.username input#username,
.organization-name input#username,
.username input#organization-name,
.organization-name input#organization-name {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #0a0a0a;
}
form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .profile-top .image-container .image,
form .image-container.user-image .image {
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  form .profile-top .image-container .image,
  form .image-container.user-image .image {
    width: 12vw;
    height: 12vw;
    min-width: 80px;
    min-height: 80px;
  }
}
form .profile-top .image-container .image .label,
form .image-container.user-image .image .label {
  text-align: center;
  position: absolute;
  bottom: 6px;
  font-size: 12px;
  color: #ffffff;
  z-index: 1;
}
form .profile-top .image-container .image .background,
form .image-container.user-image .image .background {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100px;
  height: 25px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  bottom: 0;
}
form .image-container.user-image {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 150px;
}
form .image-container.user-image .image {
  top: 0;
}
form.columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
  padding: 3vw 6vw 0;
  grid-column-gap: 3vw;
}
form.columns.single {
  grid-template-columns: 1fr;
}
form.columns.single .button-wrapper {
  width: 50%;
  grid-column: unset;
}
@media screen and (max-width: 768px) {
  form.columns {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 512px) {
  form.columns {
    grid-row-gap: 6vw;
  }
}
form.columns .column {
  width: 100%;
  display: grid;
  grid-template-rows: 40px auto;
}
form.columns .column.has-subtitle {
  grid-template-rows: 20px 40px auto;
}
form.columns .column .column-title {
  color: #8d8d8d;
}
form.columns .column .column-subtitle {
  -ms-flex-item-align: start;
      align-self: start;
  font-size: 16px;
}
form.columns .button-wrapper {
  grid-column: 2;
  width: 100%;
  text-align: right;
  padding: calc(100vh * 60 / 1080) 0;
}
@media screen and (max-width: 768px) {
  form.columns .button-wrapper {
    grid-column: unset;
  }
}
form.columns.profile input,
form.columns.profile textarea,
form.columns.profile .MuiSelect-select {
  background: #f1f1f1;
}
form.columns.profile .profile-top {
  grid-column-start: 1;
  grid-column-end: span 2;
  justify-self: start;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  form.columns.profile .profile-top {
    grid-column-end: 1;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  form.columns.profile .profile-top > * {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  form.columns.profile .profile-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
form.columns.profile .profile-top .image-container {
  position: relative;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1000px) {
  form.columns.profile .profile-top .image-container {
    width: 12vw;
    height: 12vw;
    min-width: 80px;
    min-height: 80px;
  }
}
form.columns.profile .profile-top .name-email {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  form.columns.profile .profile-top .name-email {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  form.columns.profile .profile-top .name-email {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  form.columns.profile .profile-top .name-email {
    font-size: 18px;
  }
}
form.columns.profile .profile-top .name-email .name {
  color: #000000;
}
form.columns.profile .profile-top .name-email .email {
  color: #8a8a8a;
}
form.columns.profile .column {
  height: 100%;
}
form.columns.profile .button-wrapper {
  width: 100%;
  grid-column: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
form .MuiOutlinedInput-notchedOutline {
  border-color: #0166a9;
}
form .image-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: calc(100vh * 40 / 1080);
  position: relative;
  max-width: 520px;
  width: 100%;
}
form .form-field * {
  max-width: 100% !important;
}
@media only screen and (max-width: 736px) {
  form .form-field {
    width: 95%;
  }
}
form .form-field .field-error {
  position: relative;
}
form .form-field .field-error fieldset {
  border-color: #e65757 !important;
}
form .form-field i {
  margin-left: 5px;
}
form .form-field.email input {
  color: #3d7ce5;
  cursor: pointer;
}
form .form-field.email-editing input {
  color: #0a0a0a;
  cursor: text;
}
form .form-field label {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
form .form-field label.active_url {
  font-weight: 400;
}
form .form-field .MuiOutlinedInput-multiline {
  padding: 0;
}
form .form-field input,
form .form-field textarea,
form .form-field .MuiSelect-select {
  height: calc(100vh * 60 / 1080);
  min-height: 50px;
  background: #ffffff;
  border-radius: 5px;
  color: #0a0a0a;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  padding: 0 0 0 20px;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  form .form-field input,
  form .form-field textarea,
  form .form-field .MuiSelect-select {
    min-width: auto;
    width: 100%;
  }
}
form .form-field .MuiSelect-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
form .form-field textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 18px;
  padding: 14px 0 14px 20px;
}
form .form-field textarea::-webkit-input-placeholder {
  color: #696969;
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
}
form .form-field input::-webkit-input-placeholder {
  color: #696969;
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
}
form .form-field input::-moz-placeholder {
  color: #696969;
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
}
form .form-field input:-ms-input-placeholder {
  color: #696969;
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
}
form .form-field input::-ms-input-placeholder {
  color: #696969;
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
}
form .form-field input::placeholder {
  color: #696969;
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
}
form .form-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 1px solid #0166a9;
}
form .form-field .Mui-disabled fieldset {
  border: none;
}
#account section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#account .edit-name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 520px;
}
@media only screen and (max-width: 736px) {
  #account .edit-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: auto;
    max-width: none;
    width: 95%;
  }
}
#account .edit-name > div {
  margin-bottom: auto;
}
@media only screen and (max-width: 736px) {
  #account .edit-name > div {
    margin-bottom: 20px;
  }
}
#account .edit-name input,
#account .edit-name textarea {
  width: 100%;
  min-width: 218px;
}
@media only screen and (max-width: 736px) {
  #account .edit-name input,
  #account .edit-name textarea {
    min-width: auto;
  }
}
#account .edit-name > * {
  width: 46%;
}
@media only screen and (max-width: 736px) {
  #account .edit-name > * {
    width: auto;
  }
}
#account .edit-name > * > * {
  width: 100%;
}
#account .username input,
#account .organization-name input {
  font-size: 30px;
  font-weight: 600;
  background: transparent;
}
@media only screen and (max-width: 736px) {
  #account .username input,
  #account .organization-name input {
    font-size: 24px;
  }
}
.modal-dialog-wrapper {
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-dialog-wrapper .modal-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-dialog-wrapper h3 {
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: 0;
  width: 320px;
}
@media only screen and (max-width: 736px) {
  .modal-dialog-wrapper h3 {
    font-size: 22px;
    width: auto;
  }
}
.modal-dialog-wrapper .modal-dialog-button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 55px;
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button {
  width: 130px;
  height: 50px;
  color: #fff;
  text-transform: none;
  margin-right: 20px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  .modal-dialog-wrapper .modal-dialog-button-wrapper button {
    width: 100px;
    height: auto;
  }
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button.primary {
  background: white;
  color: #0067ab;
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button.delete {
  background: #e65757;
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button.cancel {
  background: white;
  color: #0067ab;
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button.primary:hover {
  background: #015287;
  color: white;
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button.delete:hover {
  background: #e23939;
}
.modal-dialog-wrapper .modal-dialog-button-wrapper button.cancel:hover {
  background: #6a91aa;
  color: white;
}
.form-dialog .modal-dialog-wrapper {
  width: 100%;
}
.form-dialog .modal-dialog-wrapper .rcs-inner-handle {
  background: #dddddd;
  border-radius: 5px;
}
@media only screen and (max-width: 736px) {
  .form-dialog .modal-dialog-wrapper form {
    padding: 20px;
  }
}
.form-dialog .modal-dialog-wrapper form * {
  max-width: 100%;
}
.form-dialog .modal-dialog-wrapper form input,
.form-dialog .modal-dialog-wrapper form textarea,
.form-dialog .modal-dialog-wrapper form .MuiSelect-select {
  min-width: 0;
}
.form-dialog .modal-dialog-wrapper form .image-container img {
  border-radius: 50%;
}
.form-dialog .modal-dialog-wrapper form .form-field {
  width: 100%;
}
.form-dialog .modal-dialog-wrapper form .form-field input,
.form-dialog .modal-dialog-wrapper form .form-field textarea {
  width: 100%;
}
.form-dialog .modal-dialog-wrapper form .edit-name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-dialog .modal-dialog-wrapper form .edit-name > * {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MuiListItem-root.Mui-selected {
  background-color: #e9f4ff !important;
}

