@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,500,700");
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*-------------------------------------------
    Definitions: Fonts
-------------------------------------------*/
/*-------------------------------------------
    Definitions: Units
-------------------------------------------*/
/* Alert Variables */
/*-------------------------------------------
    Definitions: Units
-------------------------------------------*/
/* IE10+ CSS styles go here */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * 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-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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 */
  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
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 6.25%; }

.small-push-1 {
  position: relative;
  left: 6.25%; }

.small-pull-1 {
  position: relative;
  left: -6.25%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 12.5%; }

.small-push-2 {
  position: relative;
  left: 12.5%; }

.small-pull-2 {
  position: relative;
  left: -12.5%; }

.small-offset-1 {
  margin-left: 6.25%; }

.small-3 {
  width: 18.75%; }

.small-push-3 {
  position: relative;
  left: 18.75%; }

.small-pull-3 {
  position: relative;
  left: -18.75%; }

.small-offset-2 {
  margin-left: 12.5%; }

.small-4 {
  width: 25%; }

.small-push-4 {
  position: relative;
  left: 25%; }

.small-pull-4 {
  position: relative;
  left: -25%; }

.small-offset-3 {
  margin-left: 18.75%; }

.small-5 {
  width: 31.25%; }

.small-push-5 {
  position: relative;
  left: 31.25%; }

.small-pull-5 {
  position: relative;
  left: -31.25%; }

.small-offset-4 {
  margin-left: 25%; }

.small-6 {
  width: 37.5%; }

.small-push-6 {
  position: relative;
  left: 37.5%; }

.small-pull-6 {
  position: relative;
  left: -37.5%; }

.small-offset-5 {
  margin-left: 31.25%; }

.small-7 {
  width: 43.75%; }

.small-push-7 {
  position: relative;
  left: 43.75%; }

.small-pull-7 {
  position: relative;
  left: -43.75%; }

.small-offset-6 {
  margin-left: 37.5%; }

.small-8 {
  width: 50%; }

.small-push-8 {
  position: relative;
  left: 50%; }

.small-pull-8 {
  position: relative;
  left: -50%; }

.small-offset-7 {
  margin-left: 43.75%; }

.small-9 {
  width: 56.25%; }

.small-push-9 {
  position: relative;
  left: 56.25%; }

.small-pull-9 {
  position: relative;
  left: -56.25%; }

.small-offset-8 {
  margin-left: 50%; }

.small-10 {
  width: 62.5%; }

.small-push-10 {
  position: relative;
  left: 62.5%; }

.small-pull-10 {
  position: relative;
  left: -62.5%; }

.small-offset-9 {
  margin-left: 56.25%; }

.small-11 {
  width: 68.75%; }

.small-push-11 {
  position: relative;
  left: 68.75%; }

.small-pull-11 {
  position: relative;
  left: -68.75%; }

.small-offset-10 {
  margin-left: 62.5%; }

.small-12 {
  width: 75%; }

.small-push-12 {
  position: relative;
  left: 75%; }

.small-pull-12 {
  position: relative;
  left: -75%; }

.small-offset-11 {
  margin-left: 68.75%; }

.small-13 {
  width: 81.25%; }

.small-push-13 {
  position: relative;
  left: 81.25%; }

.small-pull-13 {
  position: relative;
  left: -81.25%; }

.small-offset-12 {
  margin-left: 75%; }

.small-14 {
  width: 87.5%; }

.small-push-14 {
  position: relative;
  left: 87.5%; }

.small-pull-14 {
  position: relative;
  left: -87.5%; }

.small-offset-13 {
  margin-left: 81.25%; }

.small-15 {
  width: 93.75%; }

.small-push-15 {
  position: relative;
  left: 93.75%; }

.small-pull-15 {
  position: relative;
  left: -93.75%; }

.small-offset-14 {
  margin-left: 87.5%; }

.small-16 {
  width: 100%; }

.small-offset-15 {
  margin-left: 93.75%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 6.25%; }
  .medium-push-1 {
    position: relative;
    left: 6.25%; }
  .medium-pull-1 {
    position: relative;
    left: -6.25%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 12.5%; }
  .medium-push-2 {
    position: relative;
    left: 12.5%; }
  .medium-pull-2 {
    position: relative;
    left: -12.5%; }
  .medium-offset-1 {
    margin-left: 6.25%; }
  .medium-3 {
    width: 18.75%; }
  .medium-push-3 {
    position: relative;
    left: 18.75%; }
  .medium-pull-3 {
    position: relative;
    left: -18.75%; }
  .medium-offset-2 {
    margin-left: 12.5%; }
  .medium-4 {
    width: 25%; }
  .medium-push-4 {
    position: relative;
    left: 25%; }
  .medium-pull-4 {
    position: relative;
    left: -25%; }
  .medium-offset-3 {
    margin-left: 18.75%; }
  .medium-5 {
    width: 31.25%; }
  .medium-push-5 {
    position: relative;
    left: 31.25%; }
  .medium-pull-5 {
    position: relative;
    left: -31.25%; }
  .medium-offset-4 {
    margin-left: 25%; }
  .medium-6 {
    width: 37.5%; }
  .medium-push-6 {
    position: relative;
    left: 37.5%; }
  .medium-pull-6 {
    position: relative;
    left: -37.5%; }
  .medium-offset-5 {
    margin-left: 31.25%; }
  .medium-7 {
    width: 43.75%; }
  .medium-push-7 {
    position: relative;
    left: 43.75%; }
  .medium-pull-7 {
    position: relative;
    left: -43.75%; }
  .medium-offset-6 {
    margin-left: 37.5%; }
  .medium-8 {
    width: 50%; }
  .medium-push-8 {
    position: relative;
    left: 50%; }
  .medium-pull-8 {
    position: relative;
    left: -50%; }
  .medium-offset-7 {
    margin-left: 43.75%; }
  .medium-9 {
    width: 56.25%; }
  .medium-push-9 {
    position: relative;
    left: 56.25%; }
  .medium-pull-9 {
    position: relative;
    left: -56.25%; }
  .medium-offset-8 {
    margin-left: 50%; }
  .medium-10 {
    width: 62.5%; }
  .medium-push-10 {
    position: relative;
    left: 62.5%; }
  .medium-pull-10 {
    position: relative;
    left: -62.5%; }
  .medium-offset-9 {
    margin-left: 56.25%; }
  .medium-11 {
    width: 68.75%; }
  .medium-push-11 {
    position: relative;
    left: 68.75%; }
  .medium-pull-11 {
    position: relative;
    left: -68.75%; }
  .medium-offset-10 {
    margin-left: 62.5%; }
  .medium-12 {
    width: 75%; }
  .medium-push-12 {
    position: relative;
    left: 75%; }
  .medium-pull-12 {
    position: relative;
    left: -75%; }
  .medium-offset-11 {
    margin-left: 68.75%; }
  .medium-13 {
    width: 81.25%; }
  .medium-push-13 {
    position: relative;
    left: 81.25%; }
  .medium-pull-13 {
    position: relative;
    left: -81.25%; }
  .medium-offset-12 {
    margin-left: 75%; }
  .medium-14 {
    width: 87.5%; }
  .medium-push-14 {
    position: relative;
    left: 87.5%; }
  .medium-pull-14 {
    position: relative;
    left: -87.5%; }
  .medium-offset-13 {
    margin-left: 81.25%; }
  .medium-15 {
    width: 93.75%; }
  .medium-push-15 {
    position: relative;
    left: 93.75%; }
  .medium-pull-15 {
    position: relative;
    left: -93.75%; }
  .medium-offset-14 {
    margin-left: 87.5%; }
  .medium-16 {
    width: 100%; }
  .medium-offset-15 {
    margin-left: 93.75%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 6.25%; }
  .large-push-1 {
    position: relative;
    left: 6.25%; }
  .large-pull-1 {
    position: relative;
    left: -6.25%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 12.5%; }
  .large-push-2 {
    position: relative;
    left: 12.5%; }
  .large-pull-2 {
    position: relative;
    left: -12.5%; }
  .large-offset-1 {
    margin-left: 6.25%; }
  .large-3 {
    width: 18.75%; }
  .large-push-3 {
    position: relative;
    left: 18.75%; }
  .large-pull-3 {
    position: relative;
    left: -18.75%; }
  .large-offset-2 {
    margin-left: 12.5%; }
  .large-4 {
    width: 25%; }
  .large-push-4 {
    position: relative;
    left: 25%; }
  .large-pull-4 {
    position: relative;
    left: -25%; }
  .large-offset-3 {
    margin-left: 18.75%; }
  .large-5 {
    width: 31.25%; }
  .large-push-5 {
    position: relative;
    left: 31.25%; }
  .large-pull-5 {
    position: relative;
    left: -31.25%; }
  .large-offset-4 {
    margin-left: 25%; }
  .large-6 {
    width: 37.5%; }
  .large-push-6 {
    position: relative;
    left: 37.5%; }
  .large-pull-6 {
    position: relative;
    left: -37.5%; }
  .large-offset-5 {
    margin-left: 31.25%; }
  .large-7 {
    width: 43.75%; }
  .large-push-7 {
    position: relative;
    left: 43.75%; }
  .large-pull-7 {
    position: relative;
    left: -43.75%; }
  .large-offset-6 {
    margin-left: 37.5%; }
  .large-8 {
    width: 50%; }
  .large-push-8 {
    position: relative;
    left: 50%; }
  .large-pull-8 {
    position: relative;
    left: -50%; }
  .large-offset-7 {
    margin-left: 43.75%; }
  .large-9 {
    width: 56.25%; }
  .large-push-9 {
    position: relative;
    left: 56.25%; }
  .large-pull-9 {
    position: relative;
    left: -56.25%; }
  .large-offset-8 {
    margin-left: 50%; }
  .large-10 {
    width: 62.5%; }
  .large-push-10 {
    position: relative;
    left: 62.5%; }
  .large-pull-10 {
    position: relative;
    left: -62.5%; }
  .large-offset-9 {
    margin-left: 56.25%; }
  .large-11 {
    width: 68.75%; }
  .large-push-11 {
    position: relative;
    left: 68.75%; }
  .large-pull-11 {
    position: relative;
    left: -68.75%; }
  .large-offset-10 {
    margin-left: 62.5%; }
  .large-12 {
    width: 75%; }
  .large-push-12 {
    position: relative;
    left: 75%; }
  .large-pull-12 {
    position: relative;
    left: -75%; }
  .large-offset-11 {
    margin-left: 68.75%; }
  .large-13 {
    width: 81.25%; }
  .large-push-13 {
    position: relative;
    left: 81.25%; }
  .large-pull-13 {
    position: relative;
    left: -81.25%; }
  .large-offset-12 {
    margin-left: 75%; }
  .large-14 {
    width: 87.5%; }
  .large-push-14 {
    position: relative;
    left: 87.5%; }
  .large-pull-14 {
    position: relative;
    left: -87.5%; }
  .large-offset-13 {
    margin-left: 81.25%; }
  .large-15 {
    width: 93.75%; }
  .large-push-15 {
    position: relative;
    left: 93.75%; }
  .large-pull-15 {
    position: relative;
    left: -93.75%; }
  .large-offset-14 {
    margin-left: 87.5%; }
  .large-16 {
    width: 100%; }
  .large-offset-15 {
    margin-left: 93.75%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
.section-title,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
.section-title,
h6 {
  font-family: "Poppins", "Roboto", Helvetica, Arial;
  font-style: normal;
  font-weight: normal;
  color: #500000;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  .section-title small,
  h6 small {
    line-height: 0;
    color: #3e3e3e; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .section-title {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5, .section-title {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #316B90;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2a5c7c; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #3e3e3e;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #3e3e3e; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #2e2e2e; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #2e2e2e; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #4d4d4d;
  color: #4d4d4d;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #3e3e3e;
  background-color: #a6a6a6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #4d4d4d; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #a6a6a6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #4d4d4d; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #500000; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #2e2e2e;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #316B90;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #2a5b7a;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #316B90;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #275673;
      color: #fff; }
  .button.secondary {
    background-color: #767676;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button.success {
    background-color: #1faa53;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #198842;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #4d4d4d; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #4d4d4d; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button.hollow {
    border: 1px solid #316B90;
    color: #316B90; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #193648;
      color: #193648; }
    .button.hollow.primary {
      border: 1px solid #316B90;
      color: #316B90; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #193648;
        color: #193648; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #1faa53;
      color: #1faa53; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #0f5529;
        color: #0f5529; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #316B90;
      color: #fff; }
    .button.disabled.primary, .button.primary[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button.primary[disabled]:hover, .button.primary[disabled]:focus {
        background-color: #316B90;
        color: #fff; }
    .button.disabled.secondary, .button.secondary[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #767676;
        color: #fff; }
    .button.disabled.success, .button.success[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #1faa53;
        color: #fff; }
    .button.disabled.warning, .button.warning[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button.alert[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #cc4b37;
        color: #fff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 2px solid #dbdbdb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(237, 237, 232, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #4d4d4d;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 2px solid #EDEDE8;
    background-color: #fff;
    box-shadow: 0 0 5px #a6a6a6;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #d9d9d9; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #a6a6a6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #4d4d4d; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #4d4d4d; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 6px 0 0 6px; }
  .input-group > :last-child > * {
    border-radius: 0 6px 6px 0; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #3e3e3e;
  background: #a6a6a6;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px dotted #a6a6a6; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 2px solid #dbdbdb;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #4d4d4d;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2846, 46, 46%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 2px solid #EDEDE8;
    background-color: #fff;
    box-shadow: 0 0 5px #a6a6a6;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #a6a6a6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #a6a6a6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #316B90; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #a6a6a6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #a6a6a6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #a6a6a6;
  border-bottom: 0;
  background-color: #fff;
  color: #4d4d4d; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #a6a6a6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #316B90 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #316B90;
  color: #fff; }
  .badge.primary {
    background: #316B90;
    color: #fff; }
  .badge.secondary {
    background: #767676;
    color: #fff; }
  .badge.success {
    background: #1faa53;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #4d4d4d; }
  .badge.alert {
    background: #cc4b37;
    color: #fff; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #4d4d4d;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #3e3e3e; }
  .breadcrumbs a {
    color: #316B90; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #3e3e3e;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #316B90;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #275673;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button-group.success .button {
    background-color: #1faa53;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #198842;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #4d4d4d; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #4d4d4d; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(77, 77, 77, 0.25);
  border-radius: 0;
  background-color: white;
  color: #4d4d4d; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #dceaf3;
    color: #4d4d4d; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #4d4d4d; }
  .callout.success {
    background-color: #d8f8e4;
    color: #4d4d4d; }
  .callout.warning {
    background-color: #fff3d9;
    color: #4d4d4d; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #4d4d4d; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #2e2e2e;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #4d4d4d; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #316B90;
    color: #fff; }
  .menu.menu-bordered li {
    border: 1px solid #a6a6a6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #a6a6a6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #3e3e3e;
    box-shadow: 0 7px 0 #3e3e3e, 0 14px 0 #3e3e3e; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #4d4d4d;
    box-shadow: 0 7px 0 #4d4d4d, 0 14px 0 #4d4d4d;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #2e2e2e;
    box-shadow: 0 7px 0 #2e2e2e, 0 14px 0 #2e2e2e; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #316B90;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #316B90 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #316B90;
  border-radius: 0;
  background-color: #316B90;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #316B90 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #316B90 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #316B90; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #316B90 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #316B90 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #316B90; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #316B90 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #316B90 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #316B90; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #3e3e3e;
  background: #fff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #316B90 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #316B90; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video, .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #4d4d4d; }
    .pagination a:hover,
    .pagination button:hover {
      background: #DED8CA; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #500000;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #3e3e3e;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #4d4d4d; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(77, 77, 77, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #3e3e3e;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 30px;
  background: #EDEDE8;
  transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 100%;
    background: #fff;
    transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #76d01c; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #4d4d4d; }
  tfoot {
    background: #f2f2f2;
    color: #4d4d4d; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: transparent;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #316B90; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #35749c; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #786a4b; }
    .tabs-title > a:hover {
      background: #DED8CA;
      color: #675b40; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #fff;
      color: #500000; }

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: #fff;
  color: #4d4d4d;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem 0; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.title-bar {
  padding: 0.5rem;
  background: #4d4d4d;
  color: #fff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #500000; }
  .top-bar ul ul {
    background-color: #a6a6a6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 64em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.float-left {
  float: left !important; }

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

@font-face {
  font-family: "Oswald Light";
  src: url("../fonts/oswald-light-webfont.eot");
  src: url("../fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-light-webfont.woff") format("woff"), url("../fonts/oswald-light-webfont.ttf") format("truetype"), url("../fonts/oswald-light-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Crimson';
  src: url("../fonts/crimsontext-bold-webfont.woff2") format("woff2"), url("../fonts/crimsontext-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Crimson';
  src: url("../fonts/crimsontext-bolditalic-webfont.woff2") format("woff2"), url("../fonts/crimsontext-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Crimson';
  src: url("../fonts/crimsontext-italic-webfont.woff2") format("woff2"), url("../fonts/crimsontext-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Crimson';
  src: url("../fonts/crimsontext-roman-webfont.woff2") format("woff2"), url("../fonts/crimsontext-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-webfont.eot");
  src: url("../fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic-webfont.svg") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*-------------------------------------------
    Text
-------------------------------------------*/
/* ----------------------------
 .classic-linear {
	  @include interpolate('font-size', 600px, 12px, 900px, 24px);
 }

.easy-peasy {
	@include interpolate('font-size', 600px, 12px, 900px, 24px, 'ease-in');
}
.cubic-bezier {
	@include interpolate('font-size', 600px, 12px, 900px, 24px, 'cubic-bezier(0.755, 0.05, 0.855, 0.06)');
}
.bloat-my-css {
	@include interpolate('font-size', 600px, 12px, 900px, 24px, 'ease-in-ease-out', 6);
}*/
/* Color */
/*-------------------------------------------
    Backgrounds
-------------------------------------------*/
/*-------------------------------------------
    Paddings
-------------------------------------------*/
/*-------------------------------------------
    Margins
-------------------------------------------*/
/*-------------------------------------------
    Border Radius
-------------------------------------------*/
/* **** COMPONENTS **** */
body,
html {
  height: 100%;
  margin: 0; }

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .no-flexbox .wrapper {
    display: block;
    min-height: calc(100vh - 190px); }

.landing-page {
  min-height: 100%;
  min-height: calc(100vh - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  background-image: url("../img/girls-leak.jpg");
  background-position: center -63px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #bbb; }
  @media print, screen and (min-width: 40em) {
    .landing-page {
      background-position: left; }
      .no-flexbox .landing-page {
        display: block;
        min-height: calc(100vh - 190px); } }
  .landing-page a {
    color: #fff; }
    .landing-page a:focus {
      text-decoration: underline; }
  .landing-page .landing-page__content {
    width: 93.75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin: 0 auto;
    float: none;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .landing-page .landing-page__content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .landing-page .landing-page__content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 45.0625em) {
      .landing-page .landing-page__content {
        width: 68.75%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right;
        margin-right: 0; } }
  @media screen and (min-width: 45.0625em) and (min-width: 40em) {
    .landing-page .landing-page__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 45.0625em) {
        .landing-page .landing-page__content:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      .landing-page .landing-page__content {
        width: 56.25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .landing-page .landing-page__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        .landing-page .landing-page__content:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 67.4375em) {
      .landing-page .landing-page__content {
        width: 68.75%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right; } }
  @media screen and (min-width: 67.4375em) and (min-width: 40em) {
    .landing-page .landing-page__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 67.4375em) {
        .landing-page .landing-page__content:last-child:not(:first-child) {
          float: right; } }
.content {
  display: block;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 1.3rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1 0 auto;
  /* IE10, ugh */
  -ms-flex: 1 0 auto;
  /* Unprefixed */
  flex: 1 0 auto;
  /* prefixed webkit syntax */
  -webkit-flex: 1 0 auto;
  background: -moz-linear-gradient(-45deg, #fff 1%, #E8E4DB 45%, #E8E4DB 45%, #E8E4DB 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fff 1%, #E8E4DB 45%, #E8E4DB 45%, #E8E4DB 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fff 1%, #E8E4DB 45%, #E8E4DB 45%, #E8E4DB 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media print, screen and (min-width: 64em) {
    .content {
      padding: 3rem 0;
      justify-content: center;
      align-items: center; }
      .no-flexbox .content {
        display: block;
        min-height: calc(100vh - 190px); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content {
      min-height: calc(100vh - 190px); } }
  .content--information, .content--setting {
    background: #fff; }
  .content.content__dashboard {
    padding: 0;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media print, screen and (min-width: 64em) {
      .content.content__dashboard {
        flex-direction: row-reverse; } }
    .content.content__dashboard .dashboard__listing {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding: 2rem 0;
      /*
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                display: block;
                @include grid-column-position(-5);
            }*/ }
      @media print, screen and (min-width: 40em) {
        .content.content__dashboard .dashboard__listing {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .content.content__dashboard .dashboard__listing:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .content.content__dashboard .dashboard__listing {
          width: 68.75%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          justify-content: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .content.content__dashboard .dashboard__listing {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
          .content.content__dashboard .dashboard__listing:last-child:not(:first-child) {
            float: right; }
          .no-flexbox .content.content__dashboard .dashboard__listing {
            display: block;
            position: relative;
            left: -31.25%; } }
    .content.content__dashboard .dashboard__shortcuts {
      background: #dad4c6;
      padding-top: 1.5rem;
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      /*
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                display   : block;
                @include grid-column-position(11);
                min-height: calc(100vh - 190px);
            }*/ }
      @media print, screen and (min-width: 40em) {
        .content.content__dashboard .dashboard__shortcuts {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .content.content__dashboard .dashboard__shortcuts:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .content.content__dashboard .dashboard__shortcuts {
          width: 31.25%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          align-items: center; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .content.content__dashboard .dashboard__shortcuts {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
          .content.content__dashboard .dashboard__shortcuts:last-child:not(:first-child) {
            float: right; }
          .no-flexbox .content.content__dashboard .dashboard__shortcuts {
            display: block;
            position: relative;
            left: 68.75%;
            min-height: calc(100vh - 190px); } }
.breadcrumbs {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .breadcrumbs {
      margin-top: 0; } }
  .breadcrumbs .crumb {
    margin: 0;
    margin-left: 2.5rem; }
    .breadcrumbs .crumb a {
      font-family: "Oswald Light", "Helvetica", Arial;
      font-size: 24px;
      font-size: 1.5rem;
      color: #786a4b;
      position: relative;
      text-transform: uppercase; }
      .breadcrumbs .crumb a:hover {
        text-decoration: none;
        color: #500000; }
      .breadcrumbs .crumb a:before {
        background: url("../img/ico-left-arrow.svg") no-repeat;
        content: "";
        position: absolute;
        display: block;
        top: 7px;
        left: -40px;
        width: 30px;
        height: 20px; }
        @media print, screen and (min-width: 40em) {
          .breadcrumbs .crumb a:before {
            top: 7px; } }
.activation-steps {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .activation-steps::before, .activation-steps::after {
    display: table;
    content: ' '; }
  .activation-steps::after {
    clear: both; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .activation-steps {
      margin-top: 0; } }
.notification-area {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  .notification-area::before, .notification-area::after {
    display: table;
    content: ' '; }
  .notification-area::after {
    clear: both; }
  .notification-area:last-child:not(:first-child) {
    float: right; }
  .notification-area, .notification-area:last-child {
    float: none; }

.settings,
.settings-page,
.text-page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 400px; }
  .settings::before, .settings::after,
  .settings-page::before,
  .settings-page::after,
  .text-page::before,
  .text-page::after {
    display: table;
    content: ' '; }
  .settings::after,
  .settings-page::after,
  .text-page::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .settings,
    .settings-page,
    .text-page {
      width: 90%; } }
  @media print, screen and (min-width: 64em) {
    .settings,
    .settings-page,
    .text-page {
      width: 75%; } }
.text-page__content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .text-page__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .text-page__content:last-child:not(:first-child) {
    float: right; }

.page-action {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .page-action::before, .page-action::after {
    display: table;
    content: ' '; }
  .page-action::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .page-action {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .page-action:last-child:not(:first-child) {
    float: right; }
  .page-action, .page-action:last-child {
    float: none; }
  section + .page-action {
    margin-top: 2rem; }

p {
  word-break: break-word; }

/*-------------------------------------------
  Component - Social Icons
-------------------------------------------*/
@font-face {
  font-family: 'cas-icons';
  src: url("../fonts/cas-icons.eot?jdqzwx");
  src: url("../fonts/cas-icons.eot?jdqzwx#iefix") format("embedded-opentype"), url("../fonts/cas-icons.ttf?jdqzwx") format("truetype"), url("../fonts/cas-icons.woff?jdqzwx") format("woff"), url("../fonts/cas-icons.svg?jdqzwx#cas-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="cas-icon-"], [class*=" cas-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cas-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cas-icon-windows8:before {
  content: "\ea2c"; }

.cas-icon-facebook:before {
  content: "\ea90"; }

.cas-icon-google-plus:before {
  content: "\ea8b"; }

.cas-icon-google:before {
  content: "\ea88"; }

.cas-icon-twitter-1:before {
  content: "\e60f"; }

.cas-icon-linkedin-square:before {
  content: "\eac9"; }

/* SOCIAL COLUMN */
.social {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1rem;
  padding-top: 0;
  margin-top: 0; }
  @media print, screen and (min-width: 40em) {
    .social {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .social:last-child:not(:first-child) {
    float: right; }
  .social .button, .social button, .social [type="button"], .social [type="submit"] {
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: left;
    width: 100%;
    padding: 1rem;
    padding-left: 2.5rem;
    position: relative; }
    .social .button:before, .social button:before, .social [type="button"]:before, .social [type="submit"]:before {
      font-family: 'cas-icons';
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      position: absolute;
      left: 15px;
      top: 14px;
      width: 25px;
      height: 25px;
      display: block; }
    .social .button.facebook, .social button.facebook, .social .facebook[type="button"], .social .facebook[type="submit"] {
      background: #425F9B; }
      .social .button.facebook:before, .social button.facebook:before, .social .facebook[type="button"]:before, .social .facebook[type="submit"]:before {
        content: "\ea90"; }
      .social .button.facebook:focus, .social button.facebook:focus, .social .facebook[type="button"]:focus, .social .facebook[type="submit"]:focus {
        background: #334977; }
    .social .button.twitter, .social button.twitter, .social .twitter[type="button"], .social .twitter[type="submit"] {
      color: #000;
      background: #00C2F2; }
      .social .button.twitter:before, .social button.twitter:before, .social .twitter[type="button"]:before, .social .twitter[type="submit"]:before {
        content: "\e60f"; }
      .social .button.twitter:focus, .social button.twitter:focus, .social .twitter[type="button"]:focus, .social .twitter[type="submit"]:focus {
        background: #0099bf; }
    .social .button.google, .social button.google, .social .google[type="button"], .social .google[type="submit"] {
      background: #d33921; }
      .social .button.google:before, .social button.google:before, .social .google[type="button"]:before, .social .google[type="submit"]:before {
        content: "\ea8b"; }
      .social .button.google:focus, .social button.google:focus, .social .google[type="button"]:focus, .social .google[type="submit"]:focus {
        background: #a72d1a; }
    .social .button.yahoo, .social button.yahoo, .social .yahoo[type="button"], .social .yahoo[type="submit"] {
      background: #630E6B; }
      .social .button.yahoo:focus, .social button.yahoo:focus, .social .yahoo[type="button"]:focus, .social .yahoo[type="submit"]:focus {
        background: #39083e; }
    .social .button.msn, .social button.msn, .social .msn[type="button"], .social .msn[type="submit"] {
      background: #03B0CF;
      color: #000; }
      .social .button.msn:before, .social button.msn:before, .social .msn[type="button"]:before, .social .msn[type="submit"]:before {
        content: "\ea2c"; }
      .social .button.msn:focus, .social button.msn:focus, .social .msn[type="button"]:focus, .social .msn[type="submit"]:focus {
        background: #02859d; }
    .social .button.linkedin, .social button.linkedin, .social .linkedin[type="button"], .social .linkedin[type="submit"] {
      background: #0077B5;
      color: #fff; }
      .social .button.linkedin:before, .social button.linkedin:before, .social .linkedin[type="button"]:before, .social .linkedin[type="submit"]:before {
        content: "\eac9"; }
      .social .button.linkedin:focus, .social button.linkedin:focus, .social .linkedin[type="button"]:focus, .social .linkedin[type="submit"]:focus {
        background: #005582; }
  .social ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    .social ul li {
      display: block; }
      @media print, screen and (min-width: 40em) {
        .social ul li {
          display: inline-block;
          width: 49%; } }
      @media print, screen and (min-width: 64em) {
        .social ul li {
          display: inline-block;
          width: 32.8%; } }
.notice--preview {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(77, 77, 77, 0.25);
  border-radius: 0;
  border: none;
  font-size: 12px;
  background-color: #316B90;
  color: #fff;
  -webkit-box-shadow: 2px 2px 0px 2px #1c455e;
  -moz-box-shadow: 2px 2px 0px 2px #1c455e;
  box-shadow: 2px 2px 0px 2px #1c455e;
  transition: background-color 0.3s ease;
  position: relative;
  display: block; }
  .notice--preview > :first-child {
    margin-top: 0; }
  .notice--preview > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .notice--preview {
      font-size: calc(0.2592592593vw + 10.4444444444px); } }
  @media screen and (min-width: 700px) {
    .notice--preview {
      font-size: calc(0.4814814815vw + 8.8888888889px); } }
  @media screen and (min-width: 800px) {
    .notice--preview {
      font-size: calc(0.2592592593vw + 10.6666666667px); } }
  @media screen and (min-width: 900px) {
    .notice--preview {
      font-size: 13px; } }
  @media screen and (min-width: 30em) {
    .notice--preview {
      position: absolute;
      top: -36px;
      right: 0px; } }
  @media screen and (min-width: 51.8125em) {
    .notice--preview {
      top: -10px; } }
  @media screen and (min-width: 64em) {
    .notice--preview {
      top: -36px; } }
  @media screen and (min-width: 72.125em) {
    .notice--preview {
      top: -10px; } }
  .notice--preview:hover, .notice--preview:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2a5b7a; }

/*-------------------------------------------
  Component - Alerts
-------------------------------------------*/
.alert {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(77, 77, 77, 0.25);
  border-radius: 0;
  border-radius: 8px;
  border: none;
  font-size: 14px; }
  .alert > :first-child {
    margin-top: 0; }
  .alert > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .alert {
      font-size: calc(0.3888888889vw + 11.6666666667px); } }
  @media screen and (min-width: 700px) {
    .alert {
      font-size: calc(0.7222222222vw + 9.3333333333px); } }
  @media screen and (min-width: 800px) {
    .alert {
      font-size: calc(0.3888888889vw + 12px); } }
  @media screen and (min-width: 900px) {
    .alert {
      font-size: 15.5px; } }
  .alert.alert--info {
    background-color: #daeaf5;
    color: #2a5b7a;
    border: 1px solid #c1d3de; }
    .alert.alert--info .alert__title, .alert.alert--info h1.alert__title, .alert.alert--info h2 {
      color: #2a5b7a; }
    .alert.alert--info a:not(.button) {
      text-decoration: underline;
      color: #2a5b7a; }
  .alert.alert--success {
    background-color: #dff0d8;
    color: #437610;
    border: 1px solid #c1e2b3; }
    .alert.alert--success .alert__title, .alert.alert--success h1.alert__title, .alert.alert--success h2 {
      color: #437610; }
    .alert.alert--success a:not(.button) {
      text-decoration: underline;
      color: #36600d; }
  .alert.alert--error {
    background-color: #f7dadd;
    color: #C8061E;
    border: 1px solid #eeb0b6; }
    .alert.alert--error .alert__title, .alert.alert--error h1.alert__title, .alert.alert--error h2 {
      color: #C8061E; }
    .alert.alert--error a:not(.button) {
      text-decoration: underline;
      color: #af051a; }
  .alert.alert--warning {
    background-color: #F4ECA3;
    color: #4d4d4d;
    border: 1px solid #efe375; }
    .alert.alert--warning .alert__title, .alert.alert--warning h1.alert__title, .alert.alert--warning h2, .alert.alert--warning h3 {
      color: #4d4d4d; }
    .alert.alert--warning a:not(.button) {
      text-decoration: underline;
      color: #404040; }
  .alert.de-emphasized {
    font-size: 12.8px;
    font-size: 0.8rem; }
  .alert .alert__title, .alert h1.alert__title, .alert h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

/*-------------------------------------------
    Component - Login Form
-------------------------------------------*/
h1 {
  font-family: "Oswald Light", "Helvetica", Arial;
  text-transform: uppercase;
  font-size: 56px;
  font-size: 3.5rem;
  font-size: 35px; }
  @media screen and (min-width: 400px) {
    h1 {
      font-size: calc(0.7329059829vw + 32.0683760684px); } }
  @media screen and (min-width: 608px) {
    h1 {
      font-size: calc(2.639957265vw + 20.4735042735px); } }
  @media screen and (min-width: 816px) {
    h1 {
      font-size: calc(6.7232905983vw - 12.8464957265px); } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 56px; } }
a:hover {
  text-decoration: underline; }

.floating-box {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 93.75%;
  margin-bottom: 2rem;
  max-width: 40rem; }
  .floating-box::before, .floating-box::after {
    display: table;
    content: ' '; }
  .floating-box::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .floating-box {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .floating-box:last-child:not(:first-child) {
    float: right; }
  .floating-box, .floating-box:last-child {
    float: none; }
  @media print, screen and (min-width: 40em) {
    .floating-box {
      width: 81.25%; } }
  @media print, screen and (min-width: 64em) {
    .floating-box {
      width: 62.5%; } }
  .floating-box--wide {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 93.75%;
    margin-bottom: 2rem; }
    .floating-box--wide::before, .floating-box--wide::after {
      display: table;
      content: ' '; }
    .floating-box--wide::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .floating-box--wide {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .floating-box--wide:last-child:not(:first-child) {
      float: right; }
    .floating-box--wide, .floating-box--wide:last-child {
      float: none; }
    @media print, screen and (min-width: 40em) {
      .floating-box--wide {
        width: 81.25%; } }
  .floating-box--small {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 93.75%;
    margin-bottom: 2rem;
    max-width: 45rem; }
    .floating-box--small::before, .floating-box--small::after {
      display: table;
      content: ' '; }
    .floating-box--small::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .floating-box--small {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .floating-box--small:last-child:not(:first-child) {
      float: right; }
    .floating-box--small, .floating-box--small:last-child {
      float: none; }
    @media print, screen and (min-width: 40em) {
      .floating-box--small {
        width: 75%; } }
    @media print, screen and (min-width: 64em) {
      .floating-box--small {
        width: 50%; } }
  .floating-box .floating-box__header, .floating-box--wide .floating-box__header, .floating-box--small .floating-box__header {
    margin-bottom: 2rem;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-left: 0;
    margin-right: 0; }
    .floating-box .floating-box__header::before, .floating-box .floating-box__header::after, .floating-box--wide .floating-box__header::before, .floating-box--wide .floating-box__header::after, .floating-box--small .floating-box__header::before, .floating-box--small .floating-box__header::after {
      display: table;
      content: ' '; }
    .floating-box .floating-box__header::after, .floating-box--wide .floating-box__header::after, .floating-box--small .floating-box__header::after {
      clear: both; }
    .floating-box .floating-box__header .header__title, .floating-box--wide .floating-box__header .header__title, .floating-box--small .floating-box__header .header__title {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .floating-box .floating-box__header .header__title, .floating-box--wide .floating-box__header .header__title, .floating-box--small .floating-box__header .header__title {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .floating-box .floating-box__header .header__title:last-child:not(:first-child), .floating-box--wide .floating-box__header .header__title:last-child:not(:first-child), .floating-box--small .floating-box__header .header__title:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .floating-box .floating-box__header .header__title, .floating-box--wide .floating-box__header .header__title, .floating-box--small .floating-box__header .header__title {
          width: 43.75%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .floating-box .floating-box__header .header__title, .floating-box--wide .floating-box__header .header__title, .floating-box--small .floating-box__header .header__title {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
          .floating-box .floating-box__header .header__title:last-child:not(:first-child), .floating-box--wide .floating-box__header .header__title:last-child:not(:first-child), .floating-box--small .floating-box__header .header__title:last-child:not(:first-child) {
            float: right; } }
      .floating-box .floating-box__header .header__title h1, .floating-box--wide .floating-box__header .header__title h1, .floating-box--small .floating-box__header .header__title h1 {
        line-height: 1; }
    .floating-box .floating-box__header .header__option, .floating-box--wide .floating-box__header .header__option, .floating-box--small .floating-box__header .header__option {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-top: 1.1rem; }
      @media print, screen and (min-width: 40em) {
        .floating-box .floating-box__header .header__option, .floating-box--wide .floating-box__header .header__option, .floating-box--small .floating-box__header .header__option {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .floating-box .floating-box__header .header__option:last-child:not(:first-child), .floating-box--wide .floating-box__header .header__option:last-child:not(:first-child), .floating-box--small .floating-box__header .header__option:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .floating-box .floating-box__header .header__option, .floating-box--wide .floating-box__header .header__option, .floating-box--small .floating-box__header .header__option {
          width: 56.25%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-top: 1.1rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .floating-box .floating-box__header .header__option, .floating-box--wide .floating-box__header .header__option, .floating-box--small .floating-box__header .header__option {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
          .floating-box .floating-box__header .header__option:last-child:not(:first-child), .floating-box--wide .floating-box__header .header__option:last-child:not(:first-child), .floating-box--small .floating-box__header .header__option:last-child:not(:first-child) {
            float: right; } }
.floating-form {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  padding: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
  -moz-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
  box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
  position: relative;
  z-index: 2;
  /* FORM COLUMN */ }
  .floating-form::before, .floating-form::after {
    display: table;
    content: ' '; }
  .floating-form::after {
    clear: both; }
  .floating-form .form {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    /*@include breakpoint(large) {
			@include grid-column(8);
		}*/ }
    @media print, screen and (min-width: 40em) {
      .floating-form .form {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .floating-form .form:last-child:not(:first-child) {
      float: right; }
  .floating-form .login-links {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #786a4b; }
    .floating-form .login-links a.activate {
      color: #786a4b; }

.popup-labels label {
  position: absolute;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  z-index: 2;
  opacity: 0;
  text-align: left;
  width: 98%;
  padding: 0.2em 0 0.2em 0.5em;
  border-radius: 2px 2px 0 0;
  transform: translateY(0%);
  transition: all 0.2s ease;
  left: 0;
  font-size: 0.8rem;
  color: #786a4b; }

.popup-labels input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6a6a6a;
  font-size: 0.85rem; }

.popup-labels input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6a6a;
  font-size: 0.85rem; }

.popup-labels input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6a6a6a;
  font-size: 0.85rem; }

.popup-labels input:-moz-placeholder {
  /* Firefox 18- */
  color: #6a6a6a;
  font-size: 0.85rem; }

.popup-labels input::placeholder {
  color: #6a6a6a;
  font-size: 0.85rem; }

.popup-labels input:focus + label, .popup-labels textarea:focus + label, .popup-labels .showLabel {
  opacity: 1;
  transform: translateY(-35%); }

.popup-labels input:focus::placeholder {
  opacity: 0; }

.popup-labels .label-group {
  margin-top: 0.5rem;
  padding-top: 15px;
  position: relative; }

.popup-labels input:focus::-webkit-input-placeholder {
  opacity: 0; }

.terms {
  width: 81.25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #4d4d4d;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .terms {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .terms:last-child:not(:first-child) {
    float: right; }
  .terms, .terms:last-child:not(:first-child) {
    float: none;
    clear: both; }

.search-header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .search-header::before, .search-header::after {
    display: table;
    content: ' '; }
  .search-header::after {
    clear: both; }
  .search-header .search-header__filter {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    .search-header .search-header__filter:last-child:not(:first-child) {
      float: right; }
    .search-header .search-header__filter, .search-header .search-header__filter [type='checkbox'] + label {
      font-size: 12.8px;
      font-size: 0.8rem; }
    .search-header .search-header__filter [type='checkbox'] + label {
      margin-right: 0.5rem; }
    .search-header .search-header__filter input[type="checkbox"] {
      margin-right: 0rem; }
      @media screen and (min-width: 41.375em) {
        .search-header .search-header__filter input[type="checkbox"] {
          margin-left: 1rem; } }
    @media screen and (min-width: 41.375em) {
      .search-header .search-header__filter {
        width: 62.5%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        position: relative;
        left: 37.5%;
        padding-top: 1rem; }
        .search-header .search-header__filter:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) {
      .search-header .search-header__filter {
        width: 68.75%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        position: relative;
        left: 31.25%; }
        .search-header .search-header__filter:last-child:not(:first-child) {
          float: right; } }
  .search-header .search-header__results {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    .search-header .search-header__results:last-child:not(:first-child) {
      float: right; }
  @media screen and (min-width: 41.375em) {
    .search-header .search-header__filter + .search-header__results {
      width: 37.5%;
      float: left;
      padding-right: 0;
      padding-left: 0;
      position: relative;
      left: -62.5%; }
      .search-header .search-header__filter + .search-header__results:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    .search-header .search-header__filter + .search-header__results {
      width: 31.25%;
      float: left;
      padding-right: 0;
      padding-left: 0;
      position: relative;
      left: -68.75%; }
      .search-header .search-header__filter + .search-header__results:last-child:not(:first-child) {
        float: right; } }
.result-listing {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #DED8CA;
  /*&:nth-child(2n) {
      background:lighten($tan-light,8%);
    }*/ }
  .result-listing:last-of-type {
    border-bottom: 0 solid #DED8CA; }
  .result-listing .result-listing__name {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 0; }
    .result-listing .result-listing__name::before, .result-listing .result-listing__name::after {
      display: table;
      content: ' '; }
    .result-listing .result-listing__name::after {
      clear: both; }
    .result-listing .result-listing__name:last-child:not(:first-child) {
      float: right; }
    .result-listing .result-listing__name, .result-listing .result-listing__name:last-child {
      float: none; }
    .result-listing .result-listing__name > a {
      color: #500000; }
      .result-listing .result-listing__name > a:hover {
        text-decoration: underline; }
  .result-listing .result-listing__details {
    margin: 0;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    list-style: none; }
    .result-listing .result-listing__details::before, .result-listing .result-listing__details::after {
      display: table;
      content: ' '; }
    .result-listing .result-listing__details::after {
      clear: both; }
    .result-listing .result-listing__details > li {
      vertical-align: top;
      font-weight: normal;
      margin-bottom: 0.5rem; }
      .result-listing .result-listing__details > li:first-child:nth-last-child(3) {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        font-style: italic; }
        .result-listing .result-listing__details > li:first-child:nth-last-child(3):last-child:not(:first-child) {
          float: right; }
        @media print, screen and (min-width: 40em) {
          .result-listing .result-listing__details > li:first-child:nth-last-child(3) {
            width: 50%; } }
        @media print, screen and (min-width: 64em) {
          .result-listing .result-listing__details > li:first-child:nth-last-child(3) {
            width: 43.75%; } }
      .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li, .result-listing .result-listing__details > li:first-child:nth-last-child(2) {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        font-size: 12.8px;
        font-size: 0.8rem; }
        .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li:last-child:not(:first-child), .result-listing .result-listing__details > li:first-child:nth-last-child(2):last-child:not(:first-child) {
          float: right; }
        @media print, screen and (min-width: 40em) {
          .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li, .result-listing .result-listing__details > li:first-child:nth-last-child(2) {
            width: 50%;
            padding-right: 0.75rem;
            padding-left: 0.75rem; } }
        @media print, screen and (min-width: 64em) {
          .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li, .result-listing .result-listing__details > li:first-child:nth-last-child(2) {
            width: 37.5%; } }
        .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li span, .result-listing .result-listing__details > li:first-child:nth-last-child(2) span {
          font-weight: bold;
          margin-right: 0.5rem; }
      .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li ~ li, .result-listing .result-listing__details > li:first-child:nth-last-child(2) ~ li {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0; }
        .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li ~ li:last-child:not(:first-child), .result-listing .result-listing__details > li:first-child:nth-last-child(2) ~ li:last-child:not(:first-child) {
          float: right; }
        @media print, screen and (min-width: 64em) {
          .result-listing .result-listing__details > li:first-child:nth-last-child(3) ~ li ~ li, .result-listing .result-listing__details > li:first-child:nth-last-child(2) ~ li {
            width: 18.75%;
            text-align: right; } }
      @media print, screen and (min-width: 40em) {
        .result-listing .result-listing__details > li:first-child:nth-last-child(2) {
          width: 81.25%; } }
      .result-listing .result-listing__details > li.view-profile a {
        width: 100%;
        margin-bottom: 0; }
        @media print, screen and (min-width: 40em) {
          .result-listing .result-listing__details > li.view-profile a {
            width: auto; } }
    .result-listing .result-listing__details .www {
      padding-left: 63px; }
      .result-listing .result-listing__details .www span {
        margin-left: -63px; }
    .result-listing .result-listing__details .email {
      padding-left: 47px; }
      .result-listing .result-listing__details .email span {
        margin-left: -47px; }
    .result-listing .result-listing__details .contact-info, .result-listing .result-listing__details .additional-info {
      width: 100%;
      float: left;
      padding-right: 0;
      padding-left: 0; }
      .result-listing .result-listing__details .contact-info:last-child:not(:first-child), .result-listing .result-listing__details .additional-info:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 40em) {
        .result-listing .result-listing__details .contact-info, .result-listing .result-listing__details .additional-info {
          width: 50%; } }
    .result-listing .result-listing__details .additional-info ul {
      list-style: none;
      margin-left: 0; }
      .result-listing .result-listing__details .additional-info ul li {
        margin-bottom: 1rem;
        word-break: break-word; }
        .result-listing .result-listing__details .additional-info ul li .section-title {
          margin-bottom: 0; }
  .result-listing.result-listing--department {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    margin-top: 0; }
    .result-listing.result-listing--department::before, .result-listing.result-listing--department::after {
      display: table;
      content: ' '; }
    .result-listing.result-listing--department::after {
      clear: both; }
    .result-listing.result-listing--department .result-listing__name {
      width: 100%;
      float: left;
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 0.5rem; }
      .result-listing.result-listing--department .result-listing__name:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .result-listing.result-listing--department .result-listing__name {
          width: 62.5%;
          float: left;
          padding-right: 0;
          padding-left: 0; }
          .result-listing.result-listing--department .result-listing__name:last-child:not(:first-child) {
            float: right; } }
    .result-listing.result-listing--department .result-listing__details {
      width: 100%;
      float: left;
      padding-right: 0;
      padding-left: 0; }
      .result-listing.result-listing--department .result-listing__details:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .result-listing.result-listing--department .result-listing__details {
          width: 37.5%;
          float: left;
          padding-right: 0;
          padding-left: 0;
          padding-right: 0.75rem;
          padding-left: 0.75rem; }
          .result-listing.result-listing--department .result-listing__details:last-child:not(:first-child) {
            float: right; } }
      .result-listing.result-listing--department .result-listing__details li a {
        word-break: break-all; }
      .result-listing.result-listing--department .result-listing__details li:nth-child(1) {
        font-size: 12.8px;
        font-size: 0.8rem;
        font-style: normal;
        width: 100%; }
        .result-listing.result-listing--department .result-listing__details li:nth-child(1) span {
          font-weight: bold;
          margin-right: 0.5rem; }

/*-------------------------------------------
  Element - Horizontal Rules
-------------------------------------------*/
hr {
  border-top: 1px solid #E8E4DB;
  border-bottom: 0; }
  .activation-step hr {
    border-top: 1px solid #DED8CA;
    border-bottom: 0; }
  hr.seperator--thick {
    border-top: 5px solid #DED8CA;
    border-bottom: 0; }

/*-------------------------------------------
  Element - Links
-------------------------------------------*/
a:focus {
  text-decoration: underline; }

a.link--secondary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: transparency;
  color: #786a4b;
  border-radius: 28px; }
  [data-whatinput='mouse'] a.link--secondary {
    outline: 0; }
  a.link--secondary:hover, a.link--secondary:focus {
    background-color: #DED8CA;
    color: #786a4b; }
  a.link--secondary:hover, a.link--secondary:focus {
    color: #584e37; }

a.link--wide, a.link--primary-action, a.link--disabled {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #500000;
  border-radius: 28px;
  font-weight: bold;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  [data-whatinput='mouse'] a.link--wide, [data-whatinput='mouse'] a.link--primary-action, [data-whatinput='mouse'] a.link--disabled {
    outline: 0; }
  a.link--wide:hover, a.link--wide:focus, a.link--primary-action:hover, a.link--primary-action:focus, a.link--disabled:hover, a.link--disabled:focus {
    background-color: #830000;
    color: #500000; }
  a.link--wide:hover, a.link--wide:focus, a.link--primary-action:hover, a.link--primary-action:focus, a.link--disabled:hover, a.link--disabled:focus {
    -webkit-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    -moz-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    color: #fff;
    text-decoration: none; }

a.link--disabled {
  background-color: #E8E4DB;
  color: #4d4d4d;
  -webkit-box-shadow: inset 1px 3px 9px #b7aa8b;
  -moz-box-shadow: inset 1px 3px 9px #b7aa8b;
  box-shadow: inset 1px 3px 9px #b7aa8b;
  cursor: not-allowed; }
  a.link--disabled:hover, a.link--disabled:focus {
    background-color: #E8E4DB;
    color: #4d4d4d; }
  a.link--disabled:hover, a.link--disabled:focus {
    -webkit-box-shadow: inset 1px 3px 9px #b7aa8b;
    -moz-box-shadow: inset 1px 3px 9px #b7aa8b;
    box-shadow: inset 1px 3px 9px #b7aa8b;
    color: black; }

a.link--emphasized {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media print, screen and (min-width: 64em) {
    a.link--emphasized {
      font-size: 16px;
      font-size: 1rem; } }
a.link--wide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    a.link--wide {
      width: 40%; } }
  a.link--wide:hover, a.link--wide:focus {
    box-shadow: none;
    color: #fff; }

a.link--hollow {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff; }
  a.link--hollow-maroon {
    border: 2px solid #500000;
    background-color: #fff;
    color: #500000; }
    a.link--hollow-maroon:hover, a.link--hollow-maroon:focus {
      color: #fff;
      background-color: #830000; }

/*-------------------------------------------
  Element - Buttons
-------------------------------------------*/
.button, button, [type="button"], [type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #500000;
  color: #fff;
  font-weight: bold;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1.75rem; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] button, [data-whatinput='mouse'] [type="button"], [data-whatinput='mouse'] [type="submit"] {
    outline: 0; }
  .button:hover, .button:focus, button:hover, button:focus, [type="button"]:hover, [type="button"]:focus, [type="submit"]:hover, [type="submit"]:focus {
    background-color: #830000;
    color: #fff; }
  .button:hover, .button:focus, button:hover, button:focus, [type="button"]:hover, [type="button"]:focus, [type="submit"]:hover, [type="submit"]:focus {
    -webkit-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    -moz-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    color: #fff; }
  .button.button-disabled, .button:disabled, .button[disabled], button.button-disabled, button:disabled, button[disabled], .button-disabled[type="button"], [type="button"]:disabled, [type="button"][disabled], .button-disabled[type="submit"], [type="submit"]:disabled, [type="submit"][disabled] {
    background-color: #E8E4DB;
    color: #4d4d4d;
    -webkit-box-shadow: inset 1px 3px 9px #b7aa8b;
    -moz-box-shadow: inset 1px 3px 9px #b7aa8b;
    box-shadow: inset 1px 3px 9px #b7aa8b;
    cursor: not-allowed; }
    .button.button-disabled:hover, .button.button-disabled:focus, .button:disabled:hover, .button:disabled:focus, .button[disabled]:hover, .button[disabled]:focus, button.button-disabled:hover, button.button-disabled:focus, button:disabled:hover, button:disabled:focus, button[disabled]:hover, button[disabled]:focus, .button-disabled[type="button"]:hover, .button-disabled[type="button"]:focus, [type="button"]:disabled:hover, [type="button"]:disabled:focus, [type="button"][disabled]:hover, [type="button"][disabled]:focus, .button-disabled[type="submit"]:hover, .button-disabled[type="submit"]:focus, [type="submit"]:disabled:hover, [type="submit"]:disabled:focus, [type="submit"][disabled]:hover, [type="submit"][disabled]:focus {
      background-color: #E8E4DB;
      color: #4d4d4d; }
  .button.inverted, button.inverted, .inverted[type="button"], .inverted[type="submit"] {
    background-color: #fff;
    color: #500000; }
    .button.inverted:hover, .button.inverted:focus, button.inverted:hover, button.inverted:focus, .inverted[type="button"]:hover, .inverted[type="button"]:focus, .inverted[type="submit"]:hover, .inverted[type="submit"]:focus {
      background-color: #E8E4DB;
      color: #500000; }
  .button.button-dropdown, button.button-dropdown, .button-dropdown[type="button"], .button-dropdown[type="submit"] {
    background-color: #316B90;
    color: #fff;
    border-radius: 0.5rem; }
    .button.button-dropdown:hover, .button.button-dropdown:focus, button.button-dropdown:hover, button.button-dropdown:focus, .button-dropdown[type="button"]:hover, .button-dropdown[type="button"]:focus, .button-dropdown[type="submit"]:hover, .button-dropdown[type="submit"]:focus {
      background-color: #0675bb;
      color: #fff; }
    .button.button-dropdown.hover, button.button-dropdown.hover, .button-dropdown.hover[type="button"], .button-dropdown.hover[type="submit"] {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .button.button--text, button.button--text, .button--text[type="button"], .button--text[type="submit"] {
    background-color: transparent;
    color: #500000;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 12.8px;
    font-size: 0.8rem; }
    .button.button--text:hover, .button.button--text:focus, button.button--text:hover, button.button--text:focus, .button--text[type="button"]:hover, .button--text[type="button"]:focus, .button--text[type="submit"]:hover, .button--text[type="submit"]:focus {
      background-color: transparent;
      color: #500000; }
    @media print, screen and (min-width: 40em) {
      .button.button--text, button.button--text, .button--text[type="button"], .button--text[type="submit"] {
        padding: 0; } }
    .button.button--text:hover, .button.button--text:focus, button.button--text:hover, button.button--text:focus, .button--text[type="button"]:hover, .button--text[type="button"]:focus, .button--text[type="submit"]:hover, .button--text[type="submit"]:focus {
      box-shadow: none;
      text-decoration: underline; }

/* Button - Animation */
.thinking-anim {
  position: relative;
  transition: width 0.5s, padding 0.3s;
  height: 45px; }
  .thinking-anim:after {
    content: "";
    position: absolute;
    top: 75%;
    left: 67%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px dotted #fff;
    border-radius: 50%;
    border-left: none;
    border-bottom: none;
    transition: opacity 0.1s;
    opacity: 0; }
  .thinking-anim.processing {
    width: 4rem;
    font-size: 0;
    padding: 1.0rem 1.5rem; }
    .thinking-anim.processing:after {
      opacity: 1;
      animation: rotate 0.5s 0.4s infinite linear; }

.input-group-label {
  background: transparent;
  border: 0;
  color: #fff; }

[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0.3rem 1rem 1rem 0.5rem;
  vertical-align: top; }

.option [type='checkbox'] + label {
  width: 88%; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6a6a6a;
  font-size: 0.85rem; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6a6a;
  font-size: 0.85rem; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6a6a6a;
  font-size: 0.85rem; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #6a6a6a;
  font-size: 0.85rem; }

input::placeholder {
  color: #6a6a6a;
  font-size: 0.85rem; }

fieldset legend.sr-only {
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0; }

@media print, screen and (min-width: 40em) {
  input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none; } }

select {
  font-size: 12.8px;
  font-size: 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none; }

.input--lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto; }

.multi-input {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .multi-input::before, .multi-input::after {
    display: table;
    content: ' '; }
  .multi-input::after {
    clear: both; }
  .multi-input .multi-input__input {
    display: block;
    width: 100%; }
    .multi-input .multi-input__input [type="text"], .multi-input .multi-input__input [type="password"], .multi-input .multi-input__input [type="date"], .multi-input .multi-input__input [type="datetime"], .multi-input .multi-input__input [type="datetime-local"], .multi-input .multi-input__input [type="month"], .multi-input .multi-input__input [type="week"], .multi-input .multi-input__input [type="email"], .multi-input .multi-input__input [type="number"], .multi-input .multi-input__input [type="search"], .multi-input .multi-input__input [type="tel"], .multi-input .multi-input__input [type="time"], .multi-input .multi-input__input [type="url"], .multi-input .multi-input__input [type="color"], .multi-input .multi-input__input textarea {
      display: inline-block;
      margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .multi-input .multi-input__input {
        display: inline-table;
        margin-right: 0.5rem;
        width: auto; } }
    .multi-input .multi-input__input:last-child {
      margin-right: 0; }
  .multi-input--wide {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .multi-input--wide::before, .multi-input--wide::after {
      display: table;
      content: ' '; }
    .multi-input--wide::after {
      clear: both; }
    .multi-input--wide .multi-input__input {
      display: block;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .multi-input--wide .multi-input__input {
          display: inline-table;
          margin-right: 0.5rem;
          width: auto;
          /* one item */
          /* two items */
          /* three items */
          /* four items */ }
          .multi-input--wide .multi-input__input:first-child:nth-last-child(1) {
            width: 100%; }
          .multi-input--wide .multi-input__input:first-child:nth-last-child(2), .multi-input--wide .multi-input__input:first-child:nth-last-child(2) ~ .multi-input__input {
            width: 48.6%; }
            .multi-input--wide .multi-input__input.seperator:first-child:nth-last-child(2), .multi-input--wide .multi-input__input:first-child:nth-last-child(2) ~ .multi-input__input.seperator {
              width: 47.6%; }
          .multi-input--wide .multi-input__input:first-child:nth-last-child(3), .multi-input--wide .multi-input__input:first-child:nth-last-child(3) ~ .multi-input__input {
            width: 32%; }
            .multi-input--wide .multi-input__input.seperator:first-child:nth-last-child(3), .multi-input--wide .multi-input__input:first-child:nth-last-child(3) ~ .multi-input__input.seperator {
              width: 30.5%; }
          .multi-input--wide .multi-input__input:first-child:nth-last-child(4), .multi-input--wide .multi-input__input:first-child:nth-last-child(4) ~ .multi-input__input {
            width: 24.8%; }
            .multi-input--wide .multi-input__input.seperator:first-child:nth-last-child(4), .multi-input--wide .multi-input__input:first-child:nth-last-child(4) ~ .multi-input__input.seperator {
              width: 24%; }
          .multi-input--wide .multi-input__input:last-child {
            margin-right: 0; } }
      @media print, screen and (min-width: 40em) {
        .multi-input--wide .multi-input__input.seperator {
          border-left: 1px solid #DED8CA;
          padding-left: 0.8rem; } }
.hideShowPassword-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25rem;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none; }

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  background-color: #EDEDE8;
  color: #555;
  outline: transparent;
  box-shadow: none; }

form.validation {
  /*> div.option {
    position: relative;
    background: white;
    border-bottom: 1px solid #ccc;*/
  /* Looks like placeholder
    > label {
      opacity: 0.3;
      font-weight: bold;
      position: absolute;
      top: 22px;
      left: 20px;
    }
    */ }
  form.validation label {
    font-weight: bold;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-right: 0; }
    @media print, screen and (min-width: 40em) {
      form.validation label {
        font-size: 0.9rem; } }
  form.validation .valid {
    color: #437610;
    font-weight: bold;
    position: relative; }
    form.validation .valid:before {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: -25px;
      background: url(../img/check.png) 2px 2px no-repeat #76d01c;
      border-radius: 100%;
      height: 15px;
      width: 15px; }
  form.validation .invalid, form.validation .requirements, form.validation ul.password-errors li {
    color: #C8061E;
    font-weight: bold;
    position: relative; }
    form.validation .invalid:before, form.validation .requirements:before, form.validation ul.password-errors li:before {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: -25px;
      background: url(../img/x.png) 2px 2px no-repeat #C8061E;
      border-radius: 100%;
      height: 15px;
      width: 15px; }
  form.validation ul.password-helper-text {
    display: block;
    color: #4d4d4d;
    margin-bottom: 0; }
    form.validation ul.password-helper-text li {
      display: block;
      padding-bottom: 0.5rem; }
      form.validation ul.password-helper-text li .invalid, form.validation ul.password-helper-text li .requirements, form.validation ul.password-helper-text li ul.password-errors li, form.validation ul.password-errors ul.password-helper-text li li {
        color: #C8061E;
        font-weight: bold;
        position: relative; }
        form.validation ul.password-helper-text li .invalid:before, form.validation ul.password-helper-text li .requirements:before, form.validation ul.password-helper-text li ul.password-errors li:before, form.validation ul.password-errors ul.password-helper-text li li:before {
          content: "";
          display: block;
          position: absolute;
          top: 3px;
          left: -25px;
          background: url(../img/x.png) 2px 2px no-repeat #C8061E;
          border-radius: 100%;
          height: 15px;
          width: 15px; }
      form.validation ul.password-helper-text li .valid {
        color: #437610;
        font-weight: bold;
        position: relative; }
        form.validation ul.password-helper-text li .valid:before {
          content: "";
          display: block;
          position: absolute;
          top: 3px;
          left: -25px;
          background: url(../img/check.png) 2px 2px no-repeat #76d01c;
          border-radius: 100%;
          height: 15px;
          width: 15px; }
  form.validation ul.password-errors {
    border-top: 1px solid #a6a6a6;
    padding-top: 1rem;
    margin-bottom: 0; }
    form.validation ul.password-errors li {
      display: block;
      padding-bottom: 0.5rem; }
  form.validation.valid input {
    border: 2px solid #76d01c; }
  form.validation.invalid input, form.validation .validation.requirements input, form.validation ul.password-errors li.validation input {
    border: 2px solid #C8061E; }
  form.validation input[type="text"]:focus,
  form.validation input[type="email"]:focus,
  form.validation input[type="password"]:focus {
    outline: 0;
    background: white; }
    form.validation input[type="text"]:focus + label,
    form.validation input[type="email"]:focus + label,
    form.validation input[type="password"]:focus + label {
      opacity: 0; }
  form.validation input[type="text"]:valid + label, form.validation input.valid[type="text"] + label,
  form.validation input[type="email"]:valid + label,
  form.validation input.valid[type="email"] + label,
  form.validation input[type="password"]:valid + label,
  form.validation input.valid[type="password"] + label {
    opacity: 0; }
  form.validation input[type="text"]:invalid:not(:focus):not(:placeholder-shown), form.validation input.invalid[type="text"], form.validation .requirements[type="text"], form.validation ul.password-errors li[type="text"],
  form.validation input[type="email"]:invalid:not(:focus):not(:placeholder-shown),
  form.validation input.invalid[type="email"],
  form.validation .requirements[type="email"],
  form.validation ul.password-errors li[type="email"],
  form.validation input[type="password"]:invalid:not(:focus):not(:placeholder-shown),
  form.validation input.invalid[type="password"],
  form.validation .requirements[type="password"],
  form.validation ul.password-errors li[type="password"] {
    border: 2px solid #C8061E;
    margin-bottom: 0; }
    form.validation input[type="text"]:invalid:not(:focus):not(:placeholder-shown) + label, form.validation input.invalid[type="text"] + label, form.validation .requirements[type="text"] + label, form.validation ul.password-errors li[type="text"] + label,
    form.validation input[type="email"]:invalid:not(:focus):not(:placeholder-shown) + label,
    form.validation input.invalid[type="email"] + label,
    form.validation .requirements[type="email"] + label,
    form.validation ul.password-errors li[type="email"] + label,
    form.validation input[type="password"]:invalid:not(:focus):not(:placeholder-shown) + label,
    form.validation input.invalid[type="password"] + label,
    form.validation .requirements[type="password"] + label,
    form.validation ul.password-errors li[type="password"] + label {
      opacity: 0; }
    form.validation input[type="text"]:invalid:not(:focus):not(:placeholder-shown) ~ .requirements, form.validation input[type="text"]:invalid:not(:focus):not(:placeholder-shown) .show-requirements, form.validation input.invalid[type="text"] ~ .requirements, form.validation .requirements[type="text"] ~ .requirements, form.validation ul.password-errors li[type="text"] ~ .requirements, form.validation input.invalid[type="text"] .show-requirements, form.validation .requirements[type="text"] .show-requirements, form.validation ul.password-errors li[type="text"] .show-requirements,
    form.validation input[type="email"]:invalid:not(:focus):not(:placeholder-shown) ~ .requirements,
    form.validation input[type="email"]:invalid:not(:focus):not(:placeholder-shown) .show-requirements,
    form.validation input.invalid[type="email"] ~ .requirements,
    form.validation .requirements[type="email"] ~ .requirements,
    form.validation ul.password-errors li[type="email"] ~ .requirements,
    form.validation input.invalid[type="email"] .show-requirements,
    form.validation .requirements[type="email"] .show-requirements,
    form.validation ul.password-errors li[type="email"] .show-requirements,
    form.validation input[type="password"]:invalid:not(:focus):not(:placeholder-shown) ~ .requirements,
    form.validation input[type="password"]:invalid:not(:focus):not(:placeholder-shown) .show-requirements,
    form.validation input.invalid[type="password"] ~ .requirements,
    form.validation .requirements[type="password"] ~ .requirements,
    form.validation ul.password-errors li[type="password"] ~ .requirements,
    form.validation input.invalid[type="password"] .show-requirements,
    form.validation .requirements[type="password"] .show-requirements,
    form.validation ul.password-errors li[type="password"] .show-requirements {
      display: block;
      padding: 0.5rem 0;
      overflow: visible; }
  form.validation .requirements {
    padding: 0;
    transition: 0.5s;
    display: none;
    color: #C8061E;
    font-size: 12.8px;
    font-size: 0.8rem; }
    form.validation .requirements:before {
      background: none; }
    form.validation .requirements.show-requirements {
      display: block;
      padding: 0.5rem 0;
      overflow: visible; }

.search {
  text-align: left; }
  .search [type="radio"] {
    text-align: left; }
  .search label {
    text-align: left;
    font-weight: bold; }

/* Choose what type of search */
.search-options input[type="radio"] ~ label {
  padding: 0.5rem;
  border: 2px solid #EDEDE8;
  transition: border 0.5s ease-out, color 0.5s ease-in-out;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0.5rem;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .search-options input[type="radio"] ~ label {
      margin-bottom: 0;
      width: auto; } }
.search-options--small input[type="radio"] ~ label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.search-options input[type="radio"]:active ~ label {
  opacity: 1; }

.search-options input[type="radio"]:focus ~ label {
  border: 2px solid #7a7a7a;
  background: #EDEDE8; }

.search-options input[type="radio"]:checked ~ label {
  opacity: 1;
  border: 2px solid #500000;
  color: #500000; }

.search-options [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media print, screen and (min-width: 40em) {
  .search-options .multi-input__input {
    width: 39%; } }

@media screen and (min-width: 45.625em) {
  .search-options .multi-input__input {
    width: 44%; } }

@media print, screen and (min-width: 64em) {
  .search-options .multi-input__input {
    width: auto; } }

fieldset {
  background: #EDEDE8; }
  fieldset legend {
    color: #500000;
    font-weight: bold;
    font-size: 12.8px;
    font-size: 0.8rem; }

/* Input Group Expansion */
.input-group .input-group-label {
  width: auto; }
  .input-group .input-group-label select {
    margin-bottom: 0; }
  .mini-search .input-group .input-group-label {
    padding: 0;
    margin: 0;
    background: #DED8CA; }
    .mini-search .input-group .input-group-label select {
      background: transparent;
      border: 0;
      font-weight: bold; }

.input-group.large input[type="text"] {
  padding: 1rem;
  height: auto; }

.input-group.large input[type="submit"] {
  padding: 1rem;
  height: auto; }

/*-------------------------------------------
	Component - Tabs
-------------------------------------------*/
.tabs {
  border: 0; }

.tabs-title {
  margin-right: 0.5rem;
  border: 0px;
  display: inline-block;
  width: 46%; }
  @media print, screen and (min-width: 40em) {
    .tabs-title {
      display: inherit;
      width: auto; } }
  .tabs-title > a, .tabs-title.static {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-family: 'Poppins', Helvetica, Arial; }
  .tabs-title.is-active > a {
    -webkit-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    -moz-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    font-weight: bold; }
  .tabs-title.static {
    background: #fff;
    -webkit-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    -moz-box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    box-shadow: 1px 3px 9px rgba(136, 120, 84, 0.6);
    display: block;
    padding: 1rem;
    font-weight: normal;
    width: 60%; }
    .tabs-title.static > a {
      padding: 0; }
      .tabs-title.static > a:hover {
        background: none;
        text-decoration: underline; }
    @media print, screen and (min-width: 40em) {
      .tabs-title.static {
        width: auto; } }
.tabs-content {
  text-align: left; }

.show-on-focus:focus {
  display: block;
  color: #4d4d4d;
  font-size: 24px;
  font-size: 1.5rem; }

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

.seperator--maroon-hue {
  border-left: 1px solid #830000; }

.seperator--tan {
  margin-bottom: 2rem;
  background: #DED8CA;
  height: 1px; }

.background-gray {
  background: #3e3e3e; }

.background-white {
  background: #fff; }

.background-lightgray {
  background: #a6a6a6; }

.background-tan {
  background: #E8E4DB; }

.page-title {
  font-family: "Oswald Light", "Helvetica", Arial;
  color: #786a4b;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0.5rem;
  font-size: 32px;
  font-size: 2rem; }
  @media print, screen and (min-width: 40em) {
    .page-title {
      padding-left: 0;
      font-size: 40px;
      font-size: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .page-title {
      font-size: 56px;
      font-size: 3.5rem; } }
.exclamation {
  font-family: "Oswald Light", "Helvetica", Arial;
  color: #786a4b;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 56px; }
  @media screen and (min-width: 400px) {
    .exclamation {
      font-size: calc(6.2222222222vw + 31.1111111111px); } }
  @media screen and (min-width: 566.6666666667px) {
    .exclamation {
      font-size: calc(11.5555555556vw + 0.8888888889px); } }
  @media screen and (min-width: 733.3333333333px) {
    .exclamation {
      font-size: calc(6.2222222222vw + 40px); } }
  @media screen and (min-width: 900px) {
    .exclamation {
      font-size: 96px; } }
.subtitle {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

.section-title {
  color: #786a4b; }

.identification-title {
  color: #786a4b;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0;
  font-weight: bold; }

.text--meta {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #786a4b;
  font-weight: normal;
  font-family: 'Open Sans', Arial, sans-serif; }
  .text--meta a {
    color: #786a4b;
    text-decoration: underline; }
  .text--meta.light {
    color: #fff; }

.text--emphasized {
  font-size: 24px;
  font-size: 1.5rem;
  word-break: break-word; }
  @media print, screen and (min-width: 40em) {
    .text--emphasized {
      font-size: 32px;
      font-size: 2rem; } }
.highlight {
  color: #500000; }

input.lowercase {
  text-transform: lowercase; }

.validity {
  padding-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #316B90; }

.password-settings-icon, .email-settings-icon, .directory-settings-icon {
  position: relative;
  margin-left: 3.2rem; }
  .password-settings-icon:before, .email-settings-icon:before, .directory-settings-icon:before {
    content: " ";
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
    left: -40px;
    display: block;
    width: 40px;
    height: 40px;
    top: 4px; }
  @media print, screen and (min-width: 40em) {
    .password-settings-icon:before, .email-settings-icon:before, .directory-settings-icon:before {
      left: -73px;
      top: 15px;
      width: 50px;
      height: 50px;
      background-size: 50px; } }
  @media print, screen and (min-width: 64em) {
    .password-settings-icon, .email-settings-icon, .directory-settings-icon {
      margin-left: 0rem; }
      .password-settings-icon:before, .email-settings-icon:before, .directory-settings-icon:before {
        left: -73px;
        top: 15px;
        width: 50px;
        height: 50px;
        background-size: 50px; } }
.social-settings-icon:before {
  background-image: url("../img/ico-social.svg"); }

.password-settings-icon:before {
  background-image: url("../img/ico-password.svg"); }

.email-settings-icon:before {
  background-image: url("../img/ico-email.svg"); }

.directory-settings-icon:before {
  background-image: url("../img/ico-directory.svg"); }

.u {
  /*-------------------------------------------
  		    Text
  		-------------------------------------------*/
  /* Size */
  /* Weight */
  /* Font Face */
  /*-------------------------------------------
  		    List
  		-------------------------------------------*/
  /*-------------------------------------------
		    Margins
		-------------------------------------------*/
  /*-------------------------------------------
		    Paddings
		-------------------------------------------*/
  /*-----------*/
  /*-----------*/ }
  .u-text--xs {
    font-size: 12.8px;
    font-size: 0.8rem; }
  .u-text--s {
    font-size: 16px;
    font-size: 1rem; }
  .u-text--m {
    font-size: 24px;
    font-size: 1.5rem; }
  .u-text--l {
    font-size: 32px;
    font-size: 2rem; }
  .u-text--xl {
    font-size: 40px;
    font-size: 2.5rem; }
  .u-text--xxl {
    font-size: 56px;
    font-size: 3.5rem; }
  .u-font--bold {
    font-weight: bold; }
  .u-font--light {
    font-weight: 400 !important; }
  .u-font--serif {
    font-family: "Crimson", Times New Roman, serif; }
  .u-label--xs {
    font-size: 12.8px;
    font-size: 0.8rem; }
  .u-label--s {
    font-size: 16px;
    font-size: 1rem; }
  .u-label--m {
    font-size: 24px;
    font-size: 1.5rem; }
  .u-label--l {
    line-height: 0.8;
    font-size: 32px;
    font-size: 2rem; }
  .u-label--xl {
    line-height: 0.8;
    font-size: 40px;
    font-size: 2.5rem; }
  .u-label--xxl {
    line-height: 0.8;
    font-size: 56px;
    font-size: 3.5rem; }
  .u-list--no-bullets {
    list-style: none;
    margin: 0;
    margin-bottom: 1.5rem; }
  .u-list--inline {
    list-style: none;
    margin: 0; }
    .u-list--inline li {
      display: inline-block; }
      @media print, screen and (min-width: 40em) {
        .u-list--inline li {
          padding: 0 1rem; } }
  .u-margin--0 {
    margin: 0; }
  .u-margin--xs {
    margin: 0.5rem; }
  .u-margin--s {
    margin: 1rem; }
  .u-margin--m {
    margin: 1.5rem; }
  .u-margin--l {
    margin: 2rem; }
  .u-margin--xl {
    margin: 2.5rem; }
  .u-margin--xxl {
    margin: 3.5rem; }
  .u-margin--xxxl {
    margin: 4.5rem; }
  .u-marginTop--0 {
    margin-top: 0; }
  .u-marginTop--xs {
    margin-top: 0.5rem; }
  .u-marginTop--s {
    margin-top: 1rem; }
  .u-marginTop--m {
    margin-top: 1.5rem; }
  .u-marginTop--l {
    margin-top: 2rem; }
  .u-marginTop--xl {
    margin-top: 2.5rem; }
  .u-marginTop--xxl {
    margin-top: 3.5rem; }
  .u-marginTop--xxl {
    margin-top: 4.5rem; }
  .u-marginBottom--0 {
    margin-bottom: 0; }
  .u-marginBottom--xs {
    margin-bottom: 0.5rem; }
  .u-marginBottom--s {
    margin-bottom: 1rem; }
  .u-marginBottom--m {
    margin-bottom: 1.5rem; }
  .u-marginBottom--l {
    margin-bottom: 2rem; }
  .u-marginBottom--xl {
    margin-bottom: 2.5rem; }
  .u-marginBottom--xxl {
    margin-bottom: 3.5rem; }
  .u-marginBottom--xxl {
    margin-bottom: 4.5rem; }
  .u-marginRight--0 {
    margin-right: 0; }
  .u-marginRight--xs {
    margin-right: 0.5rem; }
  .u-marginRight--s {
    margin-right: 1rem; }
  .u-marginRight--m {
    margin-right: 1.5rem; }
  .u-marginRight--l {
    margin-right: 2rem; }
  .u-marginRight--xl {
    margin-right: 2.5rem; }
  .u-marginRight--xxl {
    margin-right: 3.5rem; }
  .u-marginRight--xxxl {
    margin-right: 4.5rem; }
  .u-marginBottom--0 {
    margin-bottom: 0; }
  .u-marginBottom--xs {
    margin-bottom: 0.5rem; }
  .u-marginBottom--s {
    margin-bottom: 1rem; }
  .u-marginBottom--m {
    margin-bottom: 1.5rem; }
  .u-marginBottom--l {
    margin-bottom: 2rem; }
  .u-marginBottom--xl {
    margin-bottom: 2.5rem; }
  .u-marginBottom--xxl {
    margin-bottom: 3.5rem; }
  .u-marginLeft--0 {
    margin-left: 0; }
  .u-marginLeft--xs {
    margin-left: 0.5rem; }
  .u-marginLeft--s {
    margin-left: 1rem; }
  .u-marginLeft--m {
    margin-left: 1.5rem; }
  .u-marginLeft--l {
    margin-left: 2rem; }
  .u-marginLeft--xl {
    margin-left: 2.5rem; }
  .u-marginLeft--xxl {
    margin-left: 3.5rem; }
  .u-marginLeft--xxxl {
    margin-left: 4.5rem; }
  .u-padding--0 {
    padding: 0; }
  .u-padding--xs {
    padding: 0.5rem; }
  .u-padding--s {
    padding: 1rem; }
  .u-padding--m {
    padding: 1.5rem; }
  .u-padding--l {
    padding: 2rem; }
  .u-padding--xl {
    padding: 2.5rem; }
  .u-padding--xxl {
    padding: 3.5rem; }
  .u-paddingTop--0 {
    padding-top: 0; }
  .u-paddingTop--xs {
    padding-top: 0.5rem; }
  .u-paddingTop--s {
    padding-top: 1rem; }
  .u-paddingTop--m {
    padding-top: 1.5rem; }
  .u-paddingTop--l {
    padding-top: 2rem; }
  .u-paddingTop--xl {
    padding-top: 2.5rem; }
  .u-paddingTop--xxl {
    padding-top: 3.5rem; }
  .u-paddingRight--0 {
    padding-right: 0; }
  .u-paddingRight--xs {
    padding-right: 0.5rem; }
  .u-paddingRight--s {
    padding-right: 1rem; }
  .u-paddingRight--m {
    padding-right: 1.5rem; }
  .u-paddingRight--l {
    padding-right: 2rem; }
  .u-paddingRight--xl {
    padding-right: 2.5rem; }
  .u-paddingRight--xxl {
    padding-right: 3.5rem; }
  .u-paddingBottom--0 {
    padding-bottom: 0; }
  .u-paddingBottom--xs {
    padding-bottom: 0.5rem; }
  .u-paddingBottom--s {
    padding-bottom: 1rem; }
  .u-paddingBottom--m {
    padding-bottom: 1.5rem; }
  .u-paddingBottom--l {
    padding-bottom: 2rem; }
  .u-paddingBottom--xl {
    padding-bottom: 2.5rem; }
  .u-paddingBottom--xxl {
    padding-bottom: 3.5rem; }
  .u-paddingLeft--0 {
    padding-left: 0; }
  .u-paddingLeft--xs {
    padding-left: 0.5rem; }
  .u-paddingLeft--s {
    padding-left: 1rem; }
  .u-paddingLeft--m {
    padding-left: 1.5rem; }
  .u-paddingLeft--l {
    padding-left: 2rem; }
  .u-paddingLeft--xl {
    padding-left: 2.5rem; }
  .u-paddingLeft--xxl {
    padding-left: 3.5rem; }
  .u-radiusTop--0 {
    border-top-left-radius: 0; }

.hide {
  animation-name: fadeOutDown; }

.is-animating {
  animation-play-state: running; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

header {
  background: #500000;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    header {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  header a {
    color: #fff; }
    header a:hover, header a:focus {
      color: #fff; }
    header a:focus {
      text-decoration: underline; }
  header .title-bar {
    padding-top: 10px;
    width: 12.5%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    background: transparent; }
    @media print, screen and (min-width: 40em) {
      header .title-bar {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    header .title-bar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      header .title-bar {
        padding-top: 0; } }
    @media print, screen and (min-width: 64em) {
      header .title-bar {
        display: none; } }
    header .title-bar button.menu-icon {
      padding: 10px 15px;
      border-radius: 0;
      margin-bottom: 0;
      width: auto;
      height: auto; }
      header .title-bar button.menu-icon:after {
        width: 25px; }
      header .title-bar button.menu-icon:hover {
        background: transparent;
        box-shadow: 0; }
        header .title-bar button.menu-icon:hover:after {
          background: #a6a6a6;
          box-shadow: 0 7px 0 #a6a6a6, 0 14px 0 #a6a6a6; }
      @media print, screen and (min-width: 40em) {
        header .title-bar button.menu-icon {
          padding: 8px 10px 8px 40px; }
          header .title-bar button.menu-icon:after {
            top: 8px;
            width: 25px; } }
  header .header-wrapper {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    header .header-wrapper::before, header .header-wrapper::after {
      display: table;
      content: ' '; }
    header .header-wrapper::after {
      clear: both; }
    @media screen and (min-width: 75em) {
      header .header-wrapper {
        max-width: none; } }
  header .site-title {
    padding-top: 0.5rem;
    width: 81.25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      header .site-title {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    header .site-title:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      header .site-title {
        padding-top: 0rem;
        width: 37.5%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    header .site-title {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        header .site-title:last-child:not(:first-child) {
          float: right; } }
    header .site-title a {
      font-size: 0.8rem;
      padding-left: 55px;
      background: url(../img/tamu-white-logo.png) no-repeat left;
      background: url(../img/TAM-Logo-white.svg) no-repeat left;
      padding-top: 0.3rem;
      padding-bottom: 0.5rem;
      display: inline-block;
      background-size: 46px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        header .site-title a {
          /* IE10+ CSS styles go here */
          background-position: -115px;
          background-size: 280px; } }
      @media print, screen and (min-width: 40em) {
        header .site-title a {
          font-size: 1.1rem;
          white-space: nowrap; } }
      header .site-title a:hover {
        color: #fff; }
      header .site-title a:focus {
        color: #a6a6a6; }
  header .menus {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      header .menus {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    header .menus:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      header .menus {
        width: 62.5%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    header .menus {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        header .menus:last-child:not(:first-child) {
          float: right; } }
  @media screen and (max-width: 39.9375em) {
    header #mainmenu {
      display: none; } }
  header .header--menu {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      header .header--menu {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    header .header--menu:last-child:not(:first-child) {
      float: right; }
    header .header--menu a:hover {
      background: #621a1a; }
    @media print, screen and (min-width: 64em) {
      header .header--menu {
        margin-top: 0;
        font-size: 0.85rem;
        width: 62.5%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    header .header--menu {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        header .header--menu:last-child:not(:first-child) {
          float: right; }
        header .header--menu a {
          position: relative;
          padding-left: 0.5rem; }
          header .header--menu a:before {
            content: "";
            position: absolute;
            width: 80%;
            height: 2px;
            bottom: 0;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            background-color: #fff;
            /*visibility: hidden;*/
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          header .header--menu a:hover {
            background: none; }
          header .header--menu a:focus {
            text-decoration: none; }
          header .header--menu a:hover:before, header .header--menu a:focus:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
    header .header--menu li.inactive, header .header--menu li.inactive > a {
      color: #D2CFBC; }
  header .user-menu {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      header .user-menu {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    header .user-menu:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      header .user-menu {
        width: 37.5%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    header .user-menu {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        header .user-menu:last-child:not(:first-child) {
          float: right; } }
    header .user-menu .menu a:hover, header .user-menu .menu a:focus {
      color: #fff; }
    @media print, screen and (min-width: 64em) {
      header .user-menu .menu {
        margin-top: 1rem;
        font-size: 0.74rem;
        right: 0;
        position: absolute;
        margin-top: 0; }
        header .user-menu .menu a:hover {
          background: transparent; } }
    header .user-menu .seperator--maroon-hue {
      border-top: 1px solid #830000;
      padding-top: 1rem;
      margin-top: 1rem;
      border-left-width: 0;
      padding-left: 1rem; }
      @media print, screen and (min-width: 64em) {
        header .user-menu .seperator--maroon-hue {
          border-top: 0;
          padding-top: 0;
          margin-top: 0;
          border-left-width: 1px; } }
      header .user-menu .seperator--maroon-hue a {
        padding-left: 0; }
    header .user-menu .logout-link {
      font-size: 90%;
      color: #F4ECA3; }
      header .user-menu .logout-link:focus {
        color: #fff; }
  @media print, screen and (min-width: 64em) {
    header .header--menu:empty + .user-menu {
      width: 62.5%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    header .header--menu:empty + .user-menu {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      header .header--menu:empty + .user-menu:last-child:not(:first-child) {
        float: right; } }
#responsive-menu .menu li {
  display: block; }
  @media print, screen and (min-width: 40em) {
    #responsive-menu .menu li {
      display: table-cell;
      font-size: 80%;
      font-weight: bold; } }
.subfooter {
  background: #DED8CA; }
  .subfooter .subfooter__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem; }
    .subfooter .subfooter__content::before, .subfooter .subfooter__content::after {
      display: table;
      content: ' '; }
    .subfooter .subfooter__content::after {
      clear: both; }
    .subfooter .subfooter__content a {
      color: #295a79; }

footer {
  padding: 0.5rem 1rem 2rem;
  background: #500;
  color: #fff;
  font-family: 'Open Sans', Arial;
  font-size: 14px; }
  @media print, screen and (min-width: 849px) {
    footer {
      padding: 1rem; } }
  .flexbox footer {
    height: auto;
    display: -webkit-inline-box;
    display: inline-flex; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:focus, footer a:hover {
      text-decoration: underline;
      color: #fff; }
  footer .footer-wrapper {
    width: 100%;
    margin: 0 auto; }
  footer .divisionofit,
  footer .tam-links,
  footer .tam-logo {
    display: block;
    padding-top: 0.5rem; }
    @media print, screen and (min-width: 849px) {
      footer .divisionofit,
      footer .tam-links,
      footer .tam-logo {
        display: inline-block;
        padding-top: 1.2rem; } }
    footer .divisionofit a,
    footer .tam-links a,
    footer .tam-logo a {
      color: #fff; }
  footer .tam-logo {
    text-indent: -9999px;
    padding-top: 0; }
    @media print, screen and (min-width: 849px) {
      footer .tam-logo {
        border-right: 1px solid #fff;
        padding-right: 1.5rem;
        padding-bottom: 0;
        padding-top: 0; } }
    footer .tam-logo a {
      background-image: url("../img/TAM-PrimaryMarkB-white.png");
      background-image: url("../img/TAM-PrimaryMarkB-white.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-color: transparent;
      height: 4.5rem;
      width: 200px;
      background-size: 200px;
      padding-bottom: 0.5rem;
      padding-top: 1.5rem;
      display: block; }
  @media print, screen and (min-width: 849px) {
    footer .divisionofit {
      padding-left: 1.5rem; } }
  footer .divisionofit p,
  footer .tam-links ul {
    margin: 0;
    padding: 0;
    font-size: 14px; }
  footer .tam-links ul {
    list-style: none; }
    footer .tam-links ul li {
      display: inline-block;
      float: none;
      border-left: 1px solid #fff;
      padding-left: 1rem;
      margin-left: 1rem; }
      @media print, screen and (max-width: 849px) {
        footer .tam-links ul li:first-child {
          border-left: 0px;
          padding-left: 0;
          margin-left: 0; } }
