@charset "UTF-8";
@font-face {
  font-family: "Droid_SansRegular";
  src: url(/fonts/DroidSans-webfont.eot?9e8e81abf92ea35d081677ad142bcabb);
  src: url(/fonts/DroidSans-webfont.eot?9e8e81abf92ea35d081677ad142bcabb?#iefix) format("embedded-opentype"), url(/fonts/DroidSans-webfont.woff?2a1fe3984373d75d014579f4f0301249) format("woff"), url(/fonts/DroidSans-webfont.ttf?b4610a9a846152a8f4918f852975470b) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Droid_SansRegular";
  src: url(/fonts/DroidSans-Bold-webfont.eot?ec5ad6227408f265bbe979a511345834);
  src: url(/fonts/DroidSans-Bold-webfont.eot?ec5ad6227408f265bbe979a511345834?#iefix) format("embedded-opentype"), url(/fonts/DroidSans-Bold-webfont.woff?e8d9f10014fe5c804b3c8d53bfc82538) format("woff"), url(/fonts/DroidSans-Bold-webfont.ttf?8e1f1f7fefeeffbc389f2d99b377ebfa) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AntonRegular";
  src: url(/fonts/anton-regular-webfont.woff2?4aa063995c65a5c193285b428738c181) format("woff2"), url(/fonts/anton-regular-webfont.woff?bdec3d4543e4b0c288925360f488bb74) format("woff"), url(/fonts/anton-regular-webfont.ttf?02396b4d2cf38d4a7781ff063e05301d) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Michroma";
  src: url(/fonts/michroma-webfont.woff2?dd3f99249db8c42c15b52c574ff7d006) format("woff2"), url(/fonts/michroma-webfont.woff?9cc8416dba7901f1cf4895f68e45d50b) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?f439f3406ad56916c62080b19f1da151);
  src: url(/fonts/icomoon.eot?f439f3406ad56916c62080b19f1da151#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?72ff65e990048a2a59dcae8e65b0a237) format("truetype"), url(/fonts/icomoon.woff?b66a929ea15f3e21e4fffe68e835c8fa) format("woff"), url(/fonts/icomoon.svg?5cfc7618025af85abccd242d4da0e6f1#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://ninenineteen.co
*/
html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding-right: 20px;
  /* column-space */
}

.grid {
  width: 100%;
  max-width: 1140px;
  /*	min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.no-side-pads {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1, .col-12-12 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-5-6, .push-10-12 {
  margin-left: 83.333%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

.push-0-12 {
  margin-left: 0;
}

@media handheld, only screen and (max-width: 1139px) {
  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media tablet, only screen and (max-width: 1023px) and (min-width: 512px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    /* padding-left: 20px; /* grid-space to left */
    /* padding-right: 20px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }

  [class*=col-] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
  }

  [class*=push-] {
    margin-left: 0;
  }

  [class*=mobile-push-] {
    margin-left: 0;
  }

  [class*=mobile-col-] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
  }

  /* Mobile Layout */
  [class*=tablet-col-] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0;
  }

  .tablet-col-1-1, .tablet-col-12-12 {
    width: 100%;
  }

  .tablet-col-2-3, .tablet-col-8-12 {
    width: 66.66%;
  }

  .tablet-col-1-2, .tablet-col-6-12 {
    width: 50%;
  }

  .tablet-col-1-3, .tablet-col-4-12 {
    width: 33.33%;
  }

  .tablet-col-1-4, .tablet-col-3-12 {
    width: 25%;
  }

  .tablet-col-1-5 {
    width: 20%;
  }

  .tablet-col-1-6, .tablet-col-2-12 {
    width: 16.667%;
  }

  .tablet-col-1-7 {
    width: 14.28%;
  }

  .tablet-col-1-8 {
    width: 12.5%;
  }

  .tablet-col-1-9 {
    width: 11.1%;
  }

  .tablet-col-1-10 {
    width: 10%;
  }

  .tablet-col-1-11 {
    width: 9.09%;
  }

  .tablet-col-1-12 {
    width: 8.33%;
  }

  /* Layout Columns */
  .tablet-col-11-12 {
    width: 91.66%;
  }

  .tablet-col-10-12 {
    width: 83.333%;
  }

  .tablet-col-9-12 {
    width: 75%;
  }

  .tablet-col-5-12 {
    width: 41.66%;
  }

  .tablet-col-7-12 {
    width: 58.33%;
  }

  .tablet-push-2-3, .tablet-push-8-12 {
    margin-left: 66.66%;
  }

  .tablet-push-1-2, .tablet-push-6-12 {
    margin-left: 50%;
  }

  .tablet-push-1-3, .tablet-push-4-12 {
    margin-left: 33.33%;
  }

  .tablet-push-1-4, .tablet-push-3-12 {
    margin-left: 25%;
  }

  .tablet-push-1-5 {
    margin-left: 20%;
  }

  .tablet-push-1-6, .tablet-push-2-12 {
    margin-left: 16.667%;
  }

  .tablet-push-5-6, .tablet-push-10-12 {
    margin-left: 83.333%;
  }

  .tablet-push-1-7 {
    margin-left: 14.28%;
  }

  .tablet-push-1-8 {
    margin-left: 12.5%;
  }

  .tablet-push-1-9 {
    margin-left: 11.1%;
  }

  .tablet-push-1-10 {
    margin-left: 10%;
  }

  .tablet-push-1-11 {
    margin-left: 9.09%;
  }

  .tablet-push-1-12 {
    margin-left: 8.33%;
  }

  .tablet-push-0-12 {
    margin-left: 0;
  }

  .hide-on-tablet {
    display: none !important;
    width: 0;
    height: 0;
  }
}
@media handheld, only screen and (max-width: 511px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    /* padding-left: 20px; /* grid-space to left */
    /* padding-right: 20px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }

  [class*=col-] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
  }

  [class*=tablet-col-] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
  }

  [class*=push-] {
    margin-left: 0;
  }

  [class*=tablet-push-] {
    margin-left: 0;
  }

  /* Mobile Layout */
  [class*=mobile-col-] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0;
  }

  .mobile-col-1-1 {
    width: 100%;
  }

  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }

  .mobile-col-1-5 {
    width: 20%;
  }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }

  .mobile-col-1-7 {
    width: 14.28%;
  }

  .mobile-col-1-8 {
    width: 12.5%;
  }

  .mobile-col-1-9 {
    width: 11.1%;
  }

  .mobile-col-1-10 {
    width: 10%;
  }

  .mobile-col-1-11 {
    width: 9.09%;
  }

  .mobile-col-1-12 {
    width: 8.33%;
  }

  /* Layout Columns */
  .mobile-col-1-1, .mobile-col-12-12 {
    width: 100%;
  }

  .mobile-col-11-12 {
    width: 91.66%;
  }

  .mobile-col-10-12 {
    width: 83.333%;
  }

  .mobile-col-9-12 {
    width: 75%;
  }

  .mobile-col-5-12 {
    width: 41.66%;
  }

  .mobile-col-7-12 {
    width: 58.33%;
  }

  .mobile-push-3-4, .mobile-push-9-12 {
    margin-left: 75%;
  }

  .mobile-push-2-3, .mobile-push-8-12 {
    margin-left: 66.66%;
  }

  .mobile-push-1-2, .mobile-push-6-12 {
    margin-left: 50%;
  }

  .mobile-push-1-3, .mobile-push-4-12 {
    margin-left: 33.33%;
  }

  .mobile-push-1-4, .mobile-push-3-12 {
    margin-left: 25%;
  }

  .mobile-push-1-5 {
    margin-left: 20%;
  }

  .mobile-push-1-6, .mobile-push-2-12 {
    margin-left: 16.667%;
  }

  .mobile-push-5-6, .mobile-push-10-12 {
    margin-left: 83.333%;
  }

  .mobile-push-1-7 {
    margin-left: 14.28%;
  }

  .mobile-push-1-8 {
    margin-left: 12.5%;
  }

  .mobile-push-1-9 {
    margin-left: 11.1%;
  }

  .mobile-push-1-10 {
    margin-left: 10%;
  }

  .mobile-push-1-11 {
    margin-left: 9.09%;
  }

  .mobile-push-1-12 {
    margin-left: 8.33%;
  }

  .mobile-push-0-12 {
    margin-left: 0;
  }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__close {
  position: absolute;
  border: none;
  background: none;
  color: #DDDDDD;
  font-size: 1.25rem;
  text-transform: uppercase;
  cursor: pointer;
  right: 1.5vh;
  top: 1.5vh;
  z-index: 1000;
}
.basicLightbox__close:hover {
  text-decoration: underline;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

.c-hamburger {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  transition: background 0.3s;
}
@media (max-width: 570px) {
  .c-hamburger {
    width: 40px;
    height: 30px;
  }
}
@media (min-width: 571px) and (max-width: 1002px) {
  .c-hamburger {
    width: 60px;
    height: 45px;
  }
}
@media (min-width: 1003px) {
  .c-hamburger {
    width: 40px;
    height: 30px;
  }
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  right: 9px;
  background: #FAFAFA;
}
@media (max-width: 570px) {
  .c-hamburger span {
    height: 3px;
  }
}
@media (min-width: 571px) and (max-width: 1002px) {
  .c-hamburger span {
    height: 5px;
  }
}
@media (min-width: 1003px) {
  .c-hamburger span {
    height: 3px;
  }
}

.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  background-color: #FAFAFA;
  content: "";
}
@media (max-width: 570px) {
  .c-hamburger span::before, .c-hamburger span::after {
    height: 3px;
  }
}
@media (min-width: 571px) and (max-width: 1002px) {
  .c-hamburger span::before, .c-hamburger span::after {
    height: 5px;
  }
}
@media (min-width: 1003px) {
  .c-hamburger span::before, .c-hamburger span::after {
    height: 3px;
  }
}

@media (max-width: 570px) {
  .c-hamburger span::before {
    top: -6px;
  }
}
@media (min-width: 571px) and (max-width: 1002px) {
  .c-hamburger span::before {
    top: -12px;
  }
}
@media (min-width: 1003px) {
  .c-hamburger span::before {
    top: -8px;
  }
}

@media (max-width: 570px) {
  .c-hamburger span::after {
    bottom: -6px;
  }
}
@media (min-width: 571px) and (max-width: 1002px) {
  .c-hamburger span::after {
    bottom: -12px;
  }
}
@media (min-width: 1003px) {
  .c-hamburger span::after {
    bottom: -8px;
  }
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "icomoon" !important;
  vertical-align: middle;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: #336633;
  text-decoration: none;
}

a:hover {
  color: #339933;
  text-decoration: underline;
}

body {
  font-family: "Droid_SansRegular", Calibri, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  background-color: #dadada;
}

@media (min-width: 571px) {
  p {
    font-size: 1.35rem;
    line-height: 1.5;
  }
}
@media (max-width: 570px) {
  p {
    font-size: 1.15rem;
    line-height: 1.4;
  }
}

.content li {
  font-size: 1.25em;
  line-height: 1.5;
}

h1, h3, h4 {
  font-weight: normal;
  font-family: "AntonRegular", sans-serif;
}

h2 {
  font-family: "Michroma", sans-serif;
  font-weight: normal;
}
@media (min-width: 571px) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.33;
  }
}
@media (max-width: 570px) {
  h2 {
    font-size: 1.75em;
  }
}

@media (min-width: 571px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 570px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 571px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 570px) {
  h4 {
    font-size: 1.35rem;
  }
}

hr {
  margin: 0.5em 1.5em;
  height: 1px;
  border: none;
  background-color: #CCCCCC;
}

.content-width {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
}

.content-width-narrow {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.hidden {
  display: none !important;
}

.shrunk {
  overflow: hidden;
  height: 0;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.clear-right {
  clear: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.flex-container {
  display: flex;
}

@media (min-width: 1003px) {
  .desktop-text-left {
    text-align: left;
  }

  .desktop-text-center {
    text-align: center;
  }

  .desktop-text-right {
    text-align: right;
  }

  .desktop-text-justify {
    text-align: justify;
  }
}
@media (min-width: 571px) and (max-width: 1002px) {
  .tablet-text-left {
    text-align: left;
  }

  .tablet-text-center {
    text-align: center;
  }

  .tablet-text-right {
    text-align: right;
  }

  .tablet-text-justify {
    text-align: justify;
  }
}
@media (max-width: 570px) {
  .mobile-text-left {
    text-align: left;
  }

  .mobile-text-center {
    text-align: center;
  }

  .mobile-text-right {
    text-align: right;
  }

  .mobile-text-justify {
    text-align: justify;
  }
}
.move-right {
  margin-left: auto !important;
}

.block-element {
  display: block;
}

li.separator-above {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #0072bc;
}

.btn {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  background-color: #063875;
  vertical-align: middle;
  text-decoration: none;
  padding: 0.25em 1em;
  line-height: 1.25rem;
  /* If we don't specify the unit type, we get inconsistent results. */
  border-radius: 5px;
  border: 1px solid #444444;
  color: #FAFAFA;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 100ms ease-in;
}

.btn:hover {
  color: #FAFAFA;
  background-color: #21394e;
  text-decoration: none;
}

.btn:disabled, .btn.disabled {
  opacity: 0.4;
  cursor: default;
}

.btn:disabled:hover, .btn.disabled:hover {
  color: #FAFAFA;
}

.btn-thin {
  padding: 6px 10px;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #22b24c;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #edbd6b;
}

.btn-secondary {
  background-color: #063875;
}

.btn-highlight {
  background-color: #22b24c;
  color: #FAFAFA;
}

.btn-link {
  background-color: transparent;
  border: none;
  color: #336633;
  text-shadow: none;
}
.btn-link:hover {
  color: #336633;
  text-decoration: underline;
  background-color: transparent;
}

.btn-contrast {
  background-color: #222222;
  color: #FAFAFA;
}

.btn-bordered {
  background-color: transparent;
  border: 1px solid #22b24c;
  color: #22b24c;
}

.btn-bordered:hover {
  background-color: #22b24c;
  color: #FAFAFA;
}

.btn-warning {
  background-color: #9e1318;
  color: #FAFAFA;
}

.btn-warning:hover {
  background-color: #fbd0d2;
  color: #9e1318;
}

.text-separator {
  position: relative;
  display: flex;
  clear: both;
  margin: 10px 20px;
  text-align: center;
}
.text-separator span {
  display: block;
  padding: 0 30px;
}
.text-separator:before, .text-separator:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-top: 8px;
  background-color: #0072bc;
}

.tip-text {
  display: inline-block;
  border-bottom: 1px dotted #a56219;
  padding-bottom: 1px;
}

.error-message, .notice-message, .success-message {
  border-radius: 8px;
  margin: 10px 0;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.25;
}

ul.error-message, ul.notice-message, ul.success-message {
  border: 5px solid #AAAAAA;
  list-style: none;
  margin: 0;
  padding: 10px;
}
ul.error-message li, ul.notice-message li, ul.success-message li {
  padding: 10px 0;
}

.success-message {
  background-color: #fcd4a8;
  color: #a56219;
}

.error-message {
  background-color: #fbd0d2;
  color: #9e1318;
}

.notice-message {
  background-color: #9cb6c8;
  color: #333333;
}

.msg-floating {
  width: 500px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 5px;
  opacity: 1;
  z-index: 40;
  text-align: center;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.msg-floating.hidden {
  margin-top: 35px;
  opacity: 0;
  display: block;
}

.highlight {
  background-color: #fcd4a8;
}

input.alert {
  background-color: #fbd0d2 !important;
  color: #9e1318 !important;
}

input.gray, textarea.gray, select.gray {
  padding: 10px 15px;
  font-size: 1rem;
  background-color: #CCCCCC;
  color: #333333;
  border: none;
  max-width: 100%;
}

input:hover.gray, textarea:hover.gray, select:hover.gray {
  background-color: #DDDDDD;
}

input:focus.gray, textarea:focus.gray, select:focus.gray {
  background-color: #DDDDDD;
}

.vm--container {
  z-index: 10000 !important;
}

.mms-modal {
  display: flex;
  justify-items: stretch;
  flex-direction: column;
  height: 100%;
}
.mms-modal header {
  padding: 0.5rem 1rem 0.75rem 1rem;
  border-bottom: 1px solid #CCCCCC;
}
.mms-modal h1 {
  font-size: 1.5rem;
}
.mms-modal article {
  flex-grow: 1;
  padding: 0.5rem 1rem 0.75rem 1rem;
  overflow-y: auto;
}
.mms-modal footer {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  padding: 0.75rem 1rem 0.75rem 1rem;
  border-top: 1px solid #CCCCCC;
}
.mms-modal button {
  font-size: 0.875rem;
}

.invalid-feedback {
  display: block;
  font-size: smaller;
  color: #9e1318;
  margin: 0.5rem 0;
}

.input-wrapper {
  display: flex;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.input-wrapper input:not([type=checkbox]):not([type=radio]) {
  flex-grow: 1;
  font-size: 0.875rem;
  padding: 0.375em 0.5em;
  border: 0;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
.input-wrapper:before {
  content: "";
  display: block;
  width: 32px;
  background-color: #22b24c;
  background-size: 60% 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
}
.input-wrapper.input-wrapper-alert:before {
  background-color: #9e1318;
}
.input-wrapper.input-wrapper-email:before {
  background-image: url(/images/user-white.svg?69ebf89bbe6ada812ab4e944c92faac3);
}
.input-wrapper.input-wrapper-password:before {
  background-image: url(/images/key-white.svg?f99764de782aabd0614c052100fbff2a);
}

.editor-link {
  display: block;
  text-decoration: none;
  padding: 0.25em 0.35em;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px dashed #22b24c;
  transition: all 250ms ease-in;
}

.editor-link:hover {
  text-decoration: none;
  border-bottom: 2px dashed #fdcd7b;
}

.editor-link-highlight {
  border-radius: 5px;
  background-color: #22b24c;
}

input.editor-input, .editor-input input,
textarea.editor-input, .editor-input textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed #22b24c;
  margin-top: -3px;
}

.input-container {
  padding-bottom: 0.75em;
}
.input-container > label, .input-container > div[data-as=label] {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
.input-container > input:not([type=checkbox]):not([type=radio]),
.input-container > .input-text-only,
.input-container > textarea,
.input-container > select {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  padding: 0.25em 0.25em;
}
.input-container > input:not([type=checkbox]):not([type=radio]) {
  padding: 0.25em 0.25em;
}

.input-container.horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.input-container.horizontal > label {
  width: 45%;
  text-align: right;
  padding: 0.5em 0.5em 0.15em 0.25em;
}
.input-container.horizontal > label small {
  display: block;
  margin-top: 0.5em;
  font-size: 1rem;
}
.input-container.horizontal > input:not([type=checkbox]):not([type=radio]),
.input-container.horizontal > .input-text-only,
.input-container.horizontal > textarea,
.input-container.horizontal > select {
  width: 40%;
}
.input-container.horizontal > small {
  width: 100%;
  font-size: 1.125rem;
  font-style: italic;
  text-align: right;
}

label.cb-toggle {
  position: relative;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #222222;
  border-radius: 20px;
}

label.cb-toggle:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
}

input[type=checkbox].cb-toggle {
  height: 0;
  width: 0;
  visibility: hidden;
  float: left;
}

input.cb-toggle:checked + label {
  background: #edbd6b;
}

input.cb-toggle:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

label.cb-toggle:active:after {
  width: 20px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .fancy-checkbox-wrapper input[type=checkbox] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  .fancy-checkbox-wrapper input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  .fancy-checkbox-wrapper input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }

  .fancy-checkbox-wrapper input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  .fancy-checkbox-wrapper input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  .fancy-checkbox-wrapper input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }

  .fancy-checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }

  .fancy-checkbox-wrapper input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  .fancy-checkbox-wrapper input[type=checkbox]:not(.switch) {
    width: 21px;
  }

  .fancy-checkbox-wrapper input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }

  .fancy-checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }

  .fancy-checkbox-wrapper input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }

  .fancy-checkbox-wrapper input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }

  .fancy-checkbox-wrapper input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }

  .fancy-checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
}
.fancy-checkbox-wrapper * {
  box-sizing: inherit;
}

.fancy-checkbox-wrapper *:before,
.fancy-checkbox-wrapper *:after {
  box-sizing: inherit;
}

.tab-group {
  margin: 0.5em auto 1em;
  border-bottom: 1px solid #CCCCCC;
}

.tab-group .tabs {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.tab-group .tabs li {
  width: 50%;
  margin: 0;
  padding: 0;
}
.tab-group .tabs label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  background-color: #DDDDDD;
  border-bottom: 1px solid #CCCCCC;
  color: #AAAAAA;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.tab-group .tabs label:hover {
  text-decoration: underline;
}
.tab-group .tabs label.active {
  background-color: #FFFFFF;
  color: #444444;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: none;
}
.tab-group .tabs label input[type=radio] {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.tab-group .tabs-contents {
  position: relative;
  min-height: 105px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.tab-group .tabs-contents .tab-contents {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0.5em 0;
  background-color: #FFFFFF;
  opacity: 0;
  margin-left: -99999px;
  transition: opacity 0.5s ease-in, margin-left 0s ease-in 0.75s;
}
.tab-group .tabs-contents .tab-contents.active {
  transition-delay: 0.5s, 0s;
  opacity: 1;
  margin: 0;
}

.invoices-status-paid {
  color: #000000;
}

.invoices-status-unpaid {
  color: #9e1318;
}

.invoices-status-void {
  color: #AAAAAA;
}

.invoices-status-refund {
  color: #a56219;
}

table.basic-table {
  width: calc(100% - 20px);
  margin: 0 10px;
}
table.basic-table thead th {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #888888;
}
table.basic-table thead th .table-sort_direction_asc:after {
  content: "⏶";
  margin-left: 3px;
}
table.basic-table thead th .table-sort_direction_desc:after {
  content: "⏷";
  margin-left: 3px;
}
table.basic-table tbody td {
  text-align: center;
  padding: 10px 0;
}
table.basic-table tbody tr:nth-child(even) td {
  background-color: #EEEEEE;
}
table.basic-table tfoot td {
  border-top: 1px solid #888888;
  padding: 10px 0;
}

/* Any font icons... */
.icon-markunread:before {
  content: "\e159";
}

[class^=svg-icon-], [class*=" svg-icon-"] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.svg-icon-approve {
  background-image: url(/images/checkmark.svg?3bc09459081429ee8642ac1f6164f801);
}

.svg-icon-cancel {
  background-image: url(/images/close.svg?33b2689ae35e83e0f79586d8d4dd983c);
}

.svg-icon-clear {
  background-image: url(/images/clear.svg?955069b38cc2e971625585a7b4c98af7);
}

.svg-icon-delete {
  background-image: url(/images/cancel.svg?f84886f34283c2d29453f7af8b11b360);
}

.svg-icon-delete-white {
  background-image: url(/images/cancel-white.svg?0d895e49d9a7332e12070adb80463e7a);
}

.svg-icon-show {
  background-image: url(/images/search.svg?6ac6b6bcaab3e1f140239b578f8e8c63);
}

.svg-icon-show-white {
  background-image: url(/images/search-white.svg?589fad933787be1ad7c654dcdbab7df4);
}

img.notched {
  --notchSize: 20px;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% 100%, 100% 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
          clip-path: polygon(0% 0%, 0% 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% 100%, 100% 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
}

header#page-header {
  background-color: #24465c;
  background-image: url(/images/background-mms-nav-menu.svg?d5a358ea414efab896a407eb9096bc80);
  padding: 0;
}

.logo-container {
  position: relative;
  padding: 2em 1.5em;
  text-align: center;
}
.logo-container img {
  max-width: 225px;
}
.logo-container small {
  display: block;
  color: #FAFAFA;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0.25em 0;
}

#menu-button-container {
  display: none;
  position: absolute;
  width: 40px;
  height: 30px;
  top: 0em;
  right: 0.25em;
}
#menu-button-container label {
  display: none;
}

.control-menu {
  overflow: hidden;
}
.control-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.control-menu li {
  font-size: 1rem;
  text-transform: uppercase;
}
.control-menu li.space-after {
  margin-bottom: 1em;
}
.control-menu.main-menu a {
  position: relative;
  display: block;
  color: #FAFAFA;
  padding: 0.75em 1.5em 0.75em 3em;
  transition: border-width 100ms linear;
}
.control-menu.main-menu a:hover {
  border-left: 5px solid #edbd6b;
  background-color: #0072bc;
  padding-left: 3em;
  text-decoration: none;
}
.control-menu.main-menu + .secondary-menu {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid rgba(170, 170, 170, 0.6);
}
.control-menu.secondary-menu a {
  position: relative;
  display: block;
  color: #FAFAFA;
  padding: 0.5em 1.5em 0.5em 3em;
  transition: margin-left 100ms linear;
}
.control-menu.secondary-menu a:before {
  position: absolute;
  content: "⯈";
  color: #FFFFFF;
  left: 2em;
}
.control-menu.secondary-menu a:hover {
  margin-left: 0.25em;
}

footer#page-footer {
  /**
   * The following line keeps .footer-logo-container
   * :before and :after from pushing out of the
   * page's borders when the page is zoomed in.
   */
  overflow: hidden;
  padding-top: 40px;
  background-color: #222222;
}
footer#page-footer .footer-logo-container {
  position: relative;
  width: calc(1480px * 0.4);
  margin: 0 auto;
  padding: 40px 0 40px;
}
@media (max-width: 1002px) {
  footer#page-footer .footer-logo-container {
    text-align: center;
  }
}
footer#page-footer .footer-logo-container img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
@media (max-width: 1002px) and (min-width: 571px) {
  footer#page-footer .footer-logo-container img {
    width: 80%;
  }
}
@media (max-width: 570px) {
  footer#page-footer .footer-logo-container img {
    width: 90%;
    max-width: none;
  }
}
footer#page-footer .footer-logo-container:before, footer#page-footer .footer-logo-container:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: calc(1480px * 0.2);
  background-color: #FAFAFA;
}
footer#page-footer .footer-logo-container:before {
  left: calc(-1 * (1480px * 0.3));
}
footer#page-footer .footer-logo-container:after {
  right: calc(-1 * (1480px * 0.3));
}
footer#page-footer nav {
  display: flex;
  justify-content: space-between;
}
footer#page-footer nav ul {
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#page-footer nav ul li {
  width: calc(1480px * 0.2);
  text-align: center;
  line-height: 1.85;
}
@media (max-width: 570px) {
  footer#page-footer nav ul li {
    width: 100%;
  }
}
footer#page-footer nav ul li a {
  color: #FAFAFA;
  text-decoration: none;
}
footer#page-footer nav ul:nth-child(2) {
  border-left: 1px solid #FFFFFF;
}
footer#page-footer nav ul:nth-child(2) li {
  margin: 0 0 0 auto;
}
footer#page-footer address {
  margin: 30px 0;
  text-align: center;
  font-style: normal;
}
footer#page-footer address a {
  color: #FAFAFA;
  text-decoration: none;
}
footer#page-footer address a:before {
  content: "\e159";
  margin-right: 5px;
  vertical-align: bottom;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
footer#page-footer section.copyright-information {
  display: flex;
  justify-content: space-between;
  background-color: #000000;
  padding: 20px 30px;
  color: #FAFAFA;
}
footer#page-footer section.copyright-information a {
  color: #FAFAFA;
  text-decoration: none;
}

div#login-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#login-container .wrapper {
  margin: 1.5em;
  width: 95%;
  max-width: 600px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
div#login-container .wrapper > header {
  padding: 1em 1em 0.25em 1em;
}
div#login-container .wrapper > header img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 450px;
}
div#login-container .wrapper > header h1 {
  text-align: center;
  font-size: 1.75rem;
}
div#login-container .wrapper > main {
  padding: 0em 1em;
}
div#login-container .wrapper > main h2 {
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
}
div#login-container .wrapper > main h2:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.25em;
  background-size: contain;
  background-image: url(/images/lock.svg?14566d9f36a810013d763d39301cef83);
}
div#login-container .wrapper > main p {
  font-size: 1rem;
}
div#login-container .wrapper > main form {
  margin: 0 auto 1.5em;
  width: 95%;
  max-width: 300px;
}
div#login-container .wrapper > main .form-group.row {
  margin: 0 0 1em;
}
div#login-container .wrapper > main label {
  display: block;
  text-transform: uppercase;
  margin: 0.25em 0;
}
div#login-container .wrapper > main .form-check-input {
  margin: 0 0.25rem;
}
div#login-container .wrapper > main .form-check-label {
  display: inline;
}
div#login-container .wrapper > main .form-buttons {
  display: flex;
  justify-content: space-between;
}
div#login-container .wrapper > main .form-buttons a {
  text-align: right;
  padding-right: 0;
  margin-right: 0;
}

div#app {
  display: flex;
  min-height: 30vh;
}
div#app > header {
  width: 20%;
}
div#app > main {
  max-width: 80%;
  flex-grow: 1;
  padding: 1.5em 2em;
  box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
div#app #results-raw {
  width: 100%;
  overflow: hidden;
}

.dashboard-section {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin: 0.5em;
}
.dashboard-section h2 {
  position: relative;
  font-size: 1.25rem;
  margin: 0;
  padding: 0.5em 1em 0.75em 2.5em;
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
.dashboard-section h2:before {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  line-height: 24px;
  background-size: contain;
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-section > ul, .dashboard-section > table {
  flex-grow: 1;
}
.dashboard-section footer {
  justify-item: flex-end;
  padding: 0.75em 1em 1em 2.5em;
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  text-align: right;
}
.dashboard-section footer a:not([class*=btn]) {
  text-decoration: underline;
}

.dashboard-subsection h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.25rem;
  font-family: "Droid_SansRegular", Calibri, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgba(6, 56, 117, 0.2);
}

.dashboard-breadcrumbs ul {
  display: flex;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
.dashboard-breadcrumbs li {
  border-right: 1px solid rgba(6, 56, 117, 0.2);
  padding-right: 1em;
  margin-right: 1em;
  font-size: 0.875rem;
}
.dashboard-breadcrumbs li:last-child {
  border-right: none;
}

.pseudo-loader, .pseudo-loader-white {
  min-width: 40px;
  min-height: 30px;
  background-position: 50% 50%;
  background-image: url(/images/loader-bars.svg?0447f438bac06ca0af590f9b74ce89c8);
  background-repeat: no-repeat;
}

.pseudo-loader-white {
  background-image: url(/images/loader-bars-white.svg?b893a6b37950f18cf51c51063f492f19);
}

.module-lightbox {
  width: 85vw;
  height: 85vh;
}

.module-lightbox-image {
  max-width: 85vw;
  max-height: 85vh;
}
