@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter, .slide-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

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

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}

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

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter, .slide-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

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

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}

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

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave, .slide-out-up.mui-leave {
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

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

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}

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

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}

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

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

.fade-in.mui-enter, .fade-out.mui-leave {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

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

.fade-in.mui-enter {
  opacity: 0;
}

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

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

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

.hinge-in-from-bottom.mui-enter, .hinge-in-from-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

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

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

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

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

.hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

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

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

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave, .hinge-out-from-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

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

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

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

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

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

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter, .scale-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

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

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave, .spin-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}

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

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

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

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter, .spin-out.mui-leave {
  transition-property: opacity, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

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

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

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

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-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;
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-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;
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.long-delay {
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

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

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

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 100%, 30%, 70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake, .spin-ccw, .spin-cw, .wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

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

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
}

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 {
  box-sizing: border-box;
  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;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

[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.4166666667rem;
  margin: 0 0 0.9523809524rem;
  padding: 0.4761904762rem;
  border: 2px solid #555555;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  font-family: inherit;
  font-size: 0.9523809524rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  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 #555555;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #555555;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

::placeholder {
  color: #555555;
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.8333333333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
}
label.middle {
  margin: 0 0 0.9523809524rem;
  padding: 0.5952380952rem 0;
}

.help-text {
  margin-top: -0.4761904762rem;
  font-size: 0.8333333333rem;
  font-style: normal;
  color: #333333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.9523809524rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 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: 1;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 2px solid #555555;
  background: #F2F2F2;
  color: #333333;
  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;
}

.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.4166666667rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9523809524rem;
}

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

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

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

.fieldset {
  margin: 1.0714285714rem 0;
  padding: 1.1904761905rem;
  border: 2px solid #555555;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1785714286rem;
  padding: 0 0.1785714286rem;
}

select {
  height: 2.4166666667rem;
  margin: 0 0 0.9523809524rem;
  padding: 0.4761904762rem;
  appearance: none;
  border: 2px solid #555555;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 0.9523809524rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  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%2885, 85, 85%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.9523809524rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.4285714286rem;
  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 #555555;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #555555;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #F2F2F2;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

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

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

.form-error {
  display: none;
  margin-top: -0.4761904762rem;
  margin-bottom: 0.9523809524rem;
  font-size: 0.7142857143rem;
  font-weight: normal;
  color: #990000;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #555555;
}

h1, .h1 {
  font-size: 2.0238095238rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 1.3095238095rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h3, .h3 {
  font-size: 0.8928571429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h4, .h4 {
  font-size: 0.8928571429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h5, .h5 {
  font-size: 0.8928571429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h6, .h6 {
  font-size: 0.8928571429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.9761904762rem;
  }
  h2, .h2 {
    font-size: 1.4285714286rem;
  }
  h3, .h3 {
    font-size: 0.8928571429rem;
  }
  h4, .h4 {
    font-size: 0.8928571429rem;
  }
  h5, .h5 {
    font-size: 0.8928571429rem;
  }
  h6, .h6 {
    font-size: 0.8928571429rem;
  }
}
a {
  line-height: inherit;
  color: #CC0000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #CC0000;
  text-decoration: underline;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 71.4285714286rem;
  height: 0;
  margin: 1.1904761905rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #757575;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.4rem;
  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: normal;
}

blockquote {
  margin: 0 0 1.4rem;
  padding: 0.5357142857rem 1.1904761905rem 0 1.130952381rem;
  border-left: 2px solid #555555;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #555555;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #333333;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.119047619rem 0.2380952381rem 0;
  background-color: #F2F2F2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333333;
}

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

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

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

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

.cite-block, cite {
  display: block;
  color: #555555;
  font-size: 0.7738095238rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 0px;
  background-color: #F2F2F2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.119047619rem 0.2976190476rem 0.0595238095rem;
}

.code-block {
  border: 0px;
  background-color: #F2F2F2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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: 48em) {
  .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 #555555;
    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;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 71.4285714286rem;
  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.4464285714rem;
  margin-left: -0.4464285714rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.5952380952rem;
    margin-left: -0.5952380952rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.5952380952rem;
    margin-left: -0.5952380952rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.4464285714rem;
  padding-left: 0.4464285714rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.5952380952rem;
  padding-left: 0.5952380952rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.4464285714rem;
  padding-left: 0.4464285714rem;
}
@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.5952380952rem;
    padding-left: 0.5952380952rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.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: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.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.4464285714rem;
  padding-left: 0.4464285714rem;
}

.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;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.5952380952rem;
    padding-left: 0.5952380952rem;
  }
  .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;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.5952380952rem;
    padding-left: 0.5952380952rem;
  }
  .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;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
}
.column-block {
  margin-bottom: 0.8928571429rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.1904761905rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.8em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.8rem;
}
.button.small {
  font-size: 0.9rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
@media screen and (max-width: 47.99875em) {
  .button.small-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .button.medium-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 63.99875em) {
  .button.medium-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 48em) {
  .button.medium-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .button.large-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 74.99875em) {
  .button.large-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 64em) {
  .button.large-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #CC0000;
  color: #FFFFFF;
}
.button:hover, .button:focus {
  background-color: #520000;
  color: #FFFFFF;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #CC0000;
  color: #FFFFFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #a30000;
  color: #FFFFFF;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #666666;
  color: #FFFFFF;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #525252;
  color: #FFFFFF;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #7D8C1F;
  color: #FFFFFF;
}
.button.success:hover, .button.success:focus {
  background-color: #647019;
  color: #FFFFFF;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #FAC800;
  color: #333333;
}
.button.warning:hover, .button.warning:focus {
  background-color: #c8a000;
  color: #333333;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #990000;
  color: #FFFFFF;
}
.button.alert:hover, .button.alert:focus {
  background-color: #7a0000;
  color: #FFFFFF;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #CC0000;
  color: #CC0000;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #660000;
  color: #660000;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #CC0000;
  color: #CC0000;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #660000;
  color: #660000;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #666666;
  color: #666666;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #333333;
  color: #333333;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #7D8C1F;
  color: #7D8C1F;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #3f4610;
  color: #3f4610;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #FAC800;
  color: #FAC800;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #7d6400;
  color: #7d6400;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #990000;
  color: #990000;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #4d0000;
  color: #4d0000;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #CC0000;
}
.button.clear:hover, .button.clear:focus {
  color: #660000;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #CC0000;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #660000;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #666666;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #333333;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #7D8C1F;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #3f4610;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #FAC800;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #7d6400;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #990000;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #4d0000;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #CC0000;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #CC0000;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #666666;
}
.button.dropdown.hollow.success::after {
  border-top-color: #7D8C1F;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #FAC800;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #990000;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.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: 1rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.8rem;
}
.button-group.small .button {
  font-size: 0.9rem;
}
.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:last-child {
  width: calc(100% - 1px);
}
.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, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #CC0000;
  color: #FFFFFF;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #a30000;
  color: #FFFFFF;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #666666;
  color: #FFFFFF;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #525252;
  color: #FFFFFF;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #7D8C1F;
  color: #FFFFFF;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #647019;
  color: #FFFFFF;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #FAC800;
  color: #333333;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #c8a000;
  color: #333333;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #990000;
  color: #FFFFFF;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #7a0000;
  color: #FFFFFF;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #CC0000;
  color: #CC0000;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #660000;
  color: #660000;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #CC0000;
  color: #CC0000;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #660000;
  color: #660000;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #666666;
  color: #666666;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #333333;
  color: #333333;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #7D8C1F;
  color: #7D8C1F;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #3f4610;
  color: #3f4610;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #FAC800;
  color: #FAC800;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #7d6400;
  color: #7d6400;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #990000;
  color: #990000;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #4d0000;
  color: #4d0000;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #CC0000;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #660000;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #CC0000;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #660000;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #666666;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #333333;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #7D8C1F;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #3f4610;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #FAC800;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #7d6400;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #990000;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #4d0000;
}
.button-group.no-gaps .button {
  margin-right: -0.0595238095rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.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;
}
.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -1px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
@media print, screen and (min-width: 48em) {
  .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: 47.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #555555;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #333333;
}
.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;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #CC0000;
  color: #FFFFFF;
}
.label.primary {
  background: #CC0000;
  color: #FFFFFF;
}
.label.secondary {
  background: #666666;
  color: #FFFFFF;
}
.label.success {
  background: #7D8C1F;
  color: #FFFFFF;
}
.label.warning {
  background: #FAC800;
  color: #333333;
}
.label.alert {
  background: #990000;
  color: #FFFFFF;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #757575;
}
.progress.primary .progress-meter {
  background-color: #CC0000;
}
.progress.secondary .progress-meter {
  background-color: #666666;
}
.progress.success .progress-meter {
  background-color: #7D8C1F;
}
.progress.warning .progress-meter {
  background-color: #FAC800;
}
.progress.alert .progress-meter {
  background-color: #990000;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #CC0000;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  color: #FFFFFF;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #F2F2F2;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #555555;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #CC0000;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #ad0000;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.8333333333rem;
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  color: #FFFFFF;
  user-select: none;
}

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #757575;
  transition: all 0.25s ease-out;
  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: 0;
  background: #FFFFFF;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #CC0000;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[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.5952380952rem;
}
.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.7142857143rem;
}
.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: 0.9523809524rem;
}
.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 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 2px solid #f2f2f2;
  background-color: #FFFFFF;
}

caption {
  padding: 0.4761904762rem 0.5952380952rem 0.5952380952rem;
  font-weight: normal;
}

thead {
  background: #f9f9f9;
  color: #333;
}

tfoot {
  background: #f2f2f2;
  color: #333;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.4761904762rem 0.5952380952rem 0.5952380952rem;
  font-weight: normal;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.4761904762rem 0.5952380952rem 0.5952380952rem;
  vertical-align: top;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 2px solid #f2f2f2;
  background-color: #FFFFFF;
}

@media screen and (max-width: 63.99875em) {
  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;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #CC0000;
  color: #FFFFFF;
}
.badge.primary {
  background: #CC0000;
  color: #FFFFFF;
}
.badge.secondary {
  background: #666666;
  color: #FFFFFF;
}
.badge.success {
  background: #7D8C1F;
  color: #FFFFFF;
}
.badge.warning {
  background: #FAC800;
  color: #333333;
}
.badge.alert {
  background: #990000;
  color: #FFFFFF;
}

.breadcrumbs {
  margin: 0 0 0 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.7619047619rem;
  color: #333333;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #757575;
}
.breadcrumbs a {
  color: #CC0000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #555555;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 2px solid rgba(51, 51, 51, 0.25);
  border-radius: 0;
  background-color: white;
  color: #333;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #ffd1d1;
  color: #333;
}
.callout.secondary {
  background-color: #e8e8e8;
  color: #333;
}
.callout.success {
  background-color: #f1f6d5;
  color: #333;
}
.callout.warning {
  background-color: #fff7d8;
  color: #333;
}
.callout.alert {
  background-color: #ffc9c9;
  color: #333;
}
.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;
}

.card {
  margin-bottom: 1rem;
  border: 2px solid #F2F2F2;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  color: #333;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #F2F2F2;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0595238095rem;
  border-radius: 0;
  font-size: 0.8333333333rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1785714286rem 0.5952380952rem;
  border-radius: 0;
  color: #333333;
}
.pagination a:hover,
.pagination button:hover {
  background: #F2F2F2;
}
.pagination .current {
  padding: 0.1785714286rem 0.5952380952rem;
  background: #CC0000;
  color: #FFFFFF;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1785714286rem 0.5952380952rem;
  color: #555555;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1785714286rem 0.5952380952rem;
  content: "…";
  color: #333333;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #555555;
  font-weight: normal;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #333333;
  font-size: 80%;
  color: #FFFFFF;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #333333;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #333333 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #333333;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #333333 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.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: 2px solid #F2F2F2;
  border-bottom: 0;
  font-size: 0.7142857143rem;
  line-height: 1;
  color: #CC0000;
}
.accordion-title :last-child:not(.is-active) > .accordion-title :last-child {
  border-bottom: 2px solid #F2F2F2;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #F2F2F2;
}
.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: 2px solid #F2F2F2;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #333;
}
:last-child > .accordion-content:last-child {
  border-bottom: 2px solid #F2F2F2;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(51, 51, 51, 0.5);
  color: #FFFFFF;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(51, 51, 51, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #757575;
}
.orbit-bullets button:hover {
  background-color: #555555;
}
.orbit-bullets button.is-active {
  background-color: #555555;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.9523809524rem;
  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%;
}

.tabs {
  margin: 0;
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
  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: #CC0000;
}
.tabs.primary > li > a {
  color: #FFFFFF;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #db0000;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.7142857143rem;
  line-height: 1;
  color: #CC0000;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #FFFFFF;
  color: #af0000;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #F2F2F2;
  color: #CC0000;
}

.tabs-content {
  border: 1px solid #F2F2F2;
  border-top: 0;
  background: #FFFFFF;
  color: #333;
  transition: all 0.5s ease;
}

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

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #FFFFFF;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(204, 0, 0, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.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-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: #CC0000;
  color: #FFFFFF;
}
.menu .active > a {
  background: #CC0000;
  color: #FFFFFF;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

.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: #FFFFFF;
  box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
  content: "";
}
.menu-icon:hover::after {
  background: #555555;
  box-shadow: 0 7px 0 #555555, 0 14px 0 #555555;
}

.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: #333333;
  box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #555555;
  box-shadow: 0 7px 0 #555555, 0 14px 0 #555555;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #CC0000 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #CC0000 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .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 #CC0000;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .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 #CC0000;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #CC0000 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .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 #CC0000 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.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: #CC0000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #CC0000;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  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 #CC0000 transparent transparent;
  right: auto;
  left: 5px;
}
.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 #CC0000;
}
@media print, screen and (min-width: 48em) {
  .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: #CC0000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    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 #CC0000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .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 #CC0000;
  }
}
@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: #CC0000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    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 #CC0000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .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 #CC0000;
  }
}
.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;
  left: auto;
  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: 2px solid #555555;
  background: #FFFFFF;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.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 #CC0000 transparent transparent;
  right: auto;
  left: 5px;
}
.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 #CC0000;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -2px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F2F2F2;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F2F2F2;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(51, 51, 51, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(51, 51, 51, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(51, 51, 51, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(51, 51, 51, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 2px solid #555555;
  border-radius: 0;
  background-color: #FFFFFF;
  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: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 71.4285714286rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 71.4285714286rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 71.4285714286rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 71.4285714286rem;
  }
}
.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: 47.99875em) {
  .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;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 1.25rem;
  background: #CC0000;
  color: #FFFFFF;
}
.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: normal;
}

.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: #FFF;
}
.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: 48em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .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;
}

.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;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

@media screen and (max-width: 47.99875em), 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.99875em) {
  .show-for-large {
    display: none !important;
  }
}

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

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

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

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

.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;
  }
}

body {
  overflow-x: hidden;
}

/**
 * Mixin for Font Awesome icons used as backgrounds
 */
#big-banner { /*coronavirus response big AND mini banner styling*/
  background: #dcdcdc;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #000;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 10px 0px 8px 0;
  width: 100%;
}
#big-banner #big-banner-box {
  padding: 0px 20px;
  margin: auto;
  max-width: 1200px;
  position: relative;
  /*		.columns p:first-child {
  			margin-top:1rem;
  		}*/
}
#big-banner #big-banner-box .columns {
  padding-right: 0.75rem;
  margin-bottom: 10px;
}
#big-banner #big-banner-box .row {
  padding-top: 0px;
}
#big-banner #big-banner-box .row:first-child {
  padding-top: 15px;
}
#big-banner #big-banner-box h2, #big-banner #big-banner-box h3 {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
}
#big-banner #big-banner-box h3 {
  font-size: 0.9rem;
}
#big-banner #big-banner-box a {
  color: #a80000;
}
#big-banner #big-banner-box p, #big-banner #big-banner-box ul {
  margin-bottom: 0rem;
  font-size: 0.9rem;
}
#big-banner #big-banner-box p a {
  color: black;
  text-decoration: underline;
}
#big-banner #big-banner-box p a:hover, #big-banner #big-banner-box p a:focus {
  text-decoration: none;
}
#big-banner #big-banner-box p a.styled {
  color: #a80000;
}
#big-banner #big-banner-box h2#banner-title {
  width: 90%;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#big-banner #big-banner-box .libraryh3lp {
  display: inline;
}
#big-banner #big-banner-box a.button {
  color: #fff;
}
#big-banner #big-banner-box span#skip-arrow {
  float: right;
}
#big-banner #big-banner-box span#skip-arrow a {
  color: #a80000;
}
#big-banner #big-banner-box span#skip-banner {
  width: 1px;
  height: 1px;
  /*spacer dot gif*/
}

.date-list,
#main .date-list,
#sidebar-first .date-list,
#sidebar-second .date-list {
  margin: 0px 0px 20px 0px;
  list-style-type: none;
}
.date-list .columns,
#main .date-list .columns,
#sidebar-first .date-list .columns,
#sidebar-second .date-list .columns {
  padding: 0px;
}
.date-list .date-item,
#main .date-list .date-item,
#sidebar-first .date-list .date-item,
#sidebar-second .date-list .date-item {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.date-list .date-item a:hover h2, .date-list .date-item a:hover h3,
#main .date-list .date-item a:hover h2,
#main .date-list .date-item a:hover h3,
#sidebar-first .date-list .date-item a:hover h2,
#sidebar-first .date-list .date-item a:hover h3,
#sidebar-second .date-list .date-item a:hover h2,
#sidebar-second .date-list .date-item a:hover h3 {
  text-decoration: underline;
}
.date-list .date-item .date-card,
#main .date-list .date-item .date-card,
#sidebar-first .date-list .date-item .date-card,
#sidebar-second .date-list .date-item .date-card {
  padding: 6px 15px 0px 0px;
  max-width: 90px;
}
.date-list .date-item .date-card .month,
#main .date-list .date-item .date-card .month,
#sidebar-first .date-list .date-item .date-card .month,
#sidebar-second .date-list .date-item .date-card .month {
  color: #ffffff;
  background: #CC0000;
  line-height: 1.3rem;
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1rem;
  padding: 4px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  text-transform: uppercase;
}
.date-list .date-item .date-card .day,
#main .date-list .date-item .date-card .day,
#sidebar-first .date-list .date-item .date-card .day,
#sidebar-second .date-list .date-item .date-card .day {
  background: #ffffff;
  border-bottom: 1px solid #757575;
  border-left: 1px solid #757575;
  border-right: 1px solid #757575;
  color: #333333;
  font-size: 2rem;
  line-height: 2rem;
  padding: 6px 0px;
  margin: 0px;
  text-align: center;
}
.date-list .date-item h2.title,
#main .date-list .date-item h2.title,
#sidebar-first .date-list .date-item h2.title,
#sidebar-second .date-list .date-item h2.title {
  font-size: 1.5rem;
  line-height: 1.85rem;
  margin-bottom: 5px;
  margin-top: 0px;
}
.date-list .date-item h2.title a,
#main .date-list .date-item h2.title a,
#sidebar-first .date-list .date-item h2.title a,
#sidebar-second .date-list .date-item h2.title a {
  text-decoration: none;
}
.date-list .date-item h3.title,
#main .date-list .date-item h3.title,
#sidebar-first .date-list .date-item h3.title,
#sidebar-second .date-list .date-item h3.title {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  text-transform: none;
}
.date-list .date-item h3.title a,
#main .date-list .date-item h3.title a,
#sidebar-first .date-list .date-item h3.title a,
#sidebar-second .date-list .date-item h3.title a {
  font-weight: normal;
  text-transform: none;
}
.date-list .date-item .time,
#main .date-list .date-item .time,
#sidebar-first .date-list .date-item .time,
#sidebar-second .date-list .date-item .time {
  color: #555555;
  font-size: 0.9rem;
}

.workshops,
#main .workshops,
#sidebar-first .workshops,
#sidebar-second .workshops {
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.workshops ul,
#main .workshops ul,
#sidebar-first .workshops ul,
#sidebar-second .workshops ul {
  list-style-type: none;
  margin: 0px;
}
.workshops:after,
#main .workshops:after,
#sidebar-first .workshops:after,
#sidebar-second .workshops:after {
  content: "";
  display: table;
  clear: both;
}
.workshops .workshop-item,
#main .workshops .workshop-item,
#sidebar-first .workshops .workshop-item,
#sidebar-second .workshops .workshop-item {
  float: left;
  margin-bottom: 0px;
  width: 100%;
}
.workshops .workshop-item .workshop-date,
#main .workshops .workshop-item .workshop-date,
#sidebar-first .workshops .workshop-item .workshop-date,
#sidebar-second .workshops .workshop-item .workshop-date {
  padding: 10px 15px 0px 0px;
  max-width: 90px;
}
.workshops .workshop-item .workshop-date .workshop-month,
#main .workshops .workshop-item .workshop-date .workshop-month,
#sidebar-first .workshops .workshop-item .workshop-date .workshop-month,
#sidebar-second .workshops .workshop-item .workshop-date .workshop-month {
  background: #CC0000;
}
.workshops .workshop-item .workshop-date .workshop-month h4,
#main .workshops .workshop-item .workshop-date .workshop-month h4,
#sidebar-first .workshops .workshop-item .workshop-date .workshop-month h4,
#sidebar-second .workshops .workshop-item .workshop-date .workshop-month h4 {
  color: #ffffff;
  line-height: 1.3rem;
  font-size: 1rem;
  padding: 4px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  text-transform: uppercase;
}
.workshops .workshop-item .workshop-date .workshop-day,
#main .workshops .workshop-item .workshop-date .workshop-day,
#sidebar-first .workshops .workshop-item .workshop-date .workshop-day,
#sidebar-second .workshops .workshop-item .workshop-date .workshop-day {
  border-bottom: 1px solid #757575;
  border-left: 1px solid #757575;
  border-right: 1px solid #757575;
}
.workshops .workshop-item .workshop-date .workshop-day h2,
#main .workshops .workshop-item .workshop-date .workshop-day h2,
#sidebar-first .workshops .workshop-item .workshop-date .workshop-day h2,
#sidebar-second .workshops .workshop-item .workshop-date .workshop-day h2 {
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  padding: 6px 0px;
  margin: 0px;
  text-align: center;
}
.workshops .workshop-item .workshop-title,
#main .workshops .workshop-item .workshop-title,
#sidebar-first .workshops .workshop-item .workshop-title,
#sidebar-second .workshops .workshop-item .workshop-title {
  padding-left: 5px;
  padding-top: 10px;
}
.workshops .workshop-item .workshop-title h2,
#main .workshops .workshop-item .workshop-title h2,
#sidebar-first .workshops .workshop-item .workshop-title h2,
#sidebar-second .workshops .workshop-item .workshop-title h2 {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0px;
  padding: 0px;
  text-transform: none;
}
.workshops .workshop-item .workshop-title h2 a,
#main .workshops .workshop-item .workshop-title h2 a,
#sidebar-first .workshops .workshop-item .workshop-title h2 a,
#sidebar-second .workshops .workshop-item .workshop-title h2 a {
  font-weight: normal;
  text-transform: none;
}
.workshops .workshop-item .workshop-title .evt-time,
#main .workshops .workshop-item .workshop-title .evt-time,
#sidebar-first .workshops .workshop-item .workshop-title .evt-time,
#sidebar-second .workshops .workshop-item .workshop-title .evt-time {
  color: #555555;
  font-size: 0.9rem;
}

main#main nav.pager {
  clear: both;
  margin-top: 30px;
}
main#main nav.pager ul li {
  display: inline-block;
  margin-bottom: 20px;
}
main#main nav.pager ul li.pagination-previous a::before, main#main nav.pager ul li.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0rem;
  content: "«";
}
main#main nav.pager ul li.pagination-next a::after, main#main nav.pager ul li.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0rem;
  content: "»";
}
main#main nav.pager ul li.is-active {
  padding: 0.17857rem 0.59524rem;
}
main#main nav.pager ul li.is-active a {
  color: #ffffff;
}

.staff-list {
  margin-bottom: 0px;
}

.staff-member {
  max-width: 71.4285714286rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.staff-member::before, .staff-member::after {
  display: table;
  content: " ";
}
.staff-member::after {
  clear: both;
}
.staff-member .staff-photo {
  width: 16.6666666667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.staff-member .staff-photo, .staff-member .staff-photo:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.staff-member .staff-details {
  width: 83.3333333333%;
  float: left;
  padding-right: 0.4464285714rem;
  padding-left: 0.4464285714rem;
}
@media print, screen and (min-width: 48em) {
  .staff-member .staff-details {
    padding-right: 0.5952380952rem;
    padding-left: 0.5952380952rem;
  }
}
.staff-member .staff-details, .staff-member .staff-details:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.staff-member .staff-details .staff-name {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 5px;
}
.staff-member .staff-details .staff-title {
  color: #333333;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

ul.unstyle-list {
  margin-left: 0px;
  list-style-type: none;
}

ul[class*=small-up-], ul[class*=medium-up-], ul[class*=large-up-] {
  margin-left: 0px;
  list-style-type: none;
}

.full-bleed {
  margin-bottom: 65px;
  padding: 10px 20px 35px;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .full-bleed {
    margin-left: -50%;
    padding: 10px 50% 35px;
    width: 200%;
  }
}
.full-bleed a {
  color: #757575;
}
.full-bleed a:hover {
  color: #CC0000;
}
.full-bleed .contextual ul.contextual-links li a {
  color: #333333;
}

.full-bleed.innovation {
  background: #427E93;
  color: #fff;
}
.full-bleed.innovation a {
  color: #FFFFFF;
  text-decoration: underline;
}
.full-bleed.innovation a:hover {
  text-decoration: none;
}

.full-bleed.red {
  background: #990000;
  color: #fff;
}

.full-bleed.green {
  background: #6F7D1C;
  color: #fff;
}

.full-bleed.indigo {
  background: #4156A1;
  color: #fff;
}

.full-bleed.gray {
  background: #F2F2F2;
  color: #fff;
}
.full-bleed.gray a {
  color: #333333;
}

#main .listing-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
#main .listing-item h2 {
  margin-top: 0px;
  padding-top: 0px;
}
#main .listing-item .created {
  color: #555555;
  display: block;
  font-size: 0.9rem;
  margin: 0px 0px 20px 0px;
}
#main .listing-item p {
  color: #333333;
}

.video-container {
  background: #000000;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  margin: 20px 0px;
  overflow: hidden;
}
@media screen and (max-width: 47.99875em) {
  .video-container {
    margin-bottom: 20px;
  }
}
.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .video-container iframe {
    height: 100% !important;
    width: 100% !important;
  }
}

#content #main ul.accordion > li {
  padding: 0px;
}
#content #main ul.accordion > li.is-active {
  background: #990000;
}
#content #main ul.accordion > li.is-active a.accordion-title:before {
  right: 1.15rem;
  margin-top: -1.1rem;
}
#content #main ul.accordion > li.is-active a.accordion-title:hover:before {
  right: 16px;
}
#content #main ul.accordion > li.is-active .accordion-content h3 {
  margin-bottom: 0px;
}
#content #main ul.accordion > li.is-active .accordion-content ul {
  margin-bottom: 1.4rem;
}
#content #main ul.accordion > li.is-active .accordion-content > * {
  margin-top: 0px;
  padding-top: 0px;
}
#content #main ul.accordion > li.is-active .accordion-content > :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#content #main ul.accordion > li.is-active .accordion-content > :last-child > :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#content #main ul.accordion > li.is-active .accordion-content:after {
  content: "";
  clear: both;
  display: table;
}
#content #main ul.accordion > li > p {
  padding: 0px;
}
#content #main ul.accordion > li > a, #content #main ul.accordion > li > p a {
  background: #990000;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 15px;
  text-decoration: none;
}
#content #main ul.accordion > li > a:hover, #content #main ul.accordion > li > p a:hover {
  background: #520000;
}
#content #main ul.accordion > li > a:hover:focus, #content #main ul.accordion > li > p a:hover:focus {
  background: #520000;
}
#content #main ul.accordion > li > a:focus, #content #main ul.accordion > li > p a:focus {
  background: #990000;
}
#content #main ul.accordion > li a.accordion-title:before {
  font-size: 2rem;
  margin-top: -1.15rem;
}
#content #main ul.accordion > li a.accordion-title:hover:before {
  font-size: 3rem;
  right: 12px;
  top: 16px;
}

#main span.right-image-wrap {
  clear: both;
  float: right;
  line-height: 1rem;
  padding-bottom: 20px;
  padding-left: 15px;
  max-width: 50%;
}
#main span.right-image-wrap img {
  padding-bottom: 5px;
  height: auto;
  width: 100%;
}

#main span.left-image-wrap {
  clear: both;
  float: left;
  line-height: 1rem;
  padding-bottom: 20px;
  padding-right: 15px;
  max-width: 50%;
}
#main span.left-image-wrap img {
  padding-bottom: 5px;
  height: auto;
  width: 100%;
}

#main span.center-image-wrap {
  clear: both;
  float: left;
  line-height: 1rem;
  padding-bottom: 20px;
  padding-right: 0px;
  padding-top: 20px;
  width: 100%;
}
#main span.center-image-wrap img {
  padding-bottom: 5px;
  height: auto;
  width: 100%;
}

#main .flow-left {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 20px;
  max-width: 50%;
}

#main .flow-right {
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 20px;
  max-width: 50%;
}

#main img.align-left {
  float: left;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  max-width: 50%;
}
#main img.align-right {
  float: right;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  max-width: 50%;
}
#main img.align-center {
  float: none;
  margin: auto;
  margin-bottom: 1.25rem;
  max-width: 100%;
}
#main img.align-right, #main img.align-left, #main img.align-center {
  padding: 0px 0px 0px 0px;
}
#main figure {
  margin-bottom: 1.25rem;
}
#main figure.align-left {
  float: left;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  max-width: 50%;
}
#main figure.align-right {
  float: right;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  max-width: 50%;
}
#main figure.align-center {
  float: none;
  margin: auto;
  margin-bottom: 1.25rem;
  max-width: 100%;
}
#main figure img {
  padding: 0px;
}
#main figure figcaption {
  font-size: 0.85rem;
  line-height: 1.2rem;
}

#main em.highlight,
.highlight {
  background: #FAC800;
  color: #333333;
}
#main em.highlight a,
.highlight a {
  color: #990000;
}

span.accessibility-text {
  background: #ffffff;
  color: #333333;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.content-region td a, .content-region ol a, .content-region ul a, .content-region p a, .content-region div a, .content-region span a {
  text-decoration: underline;
}
.content-region td a:hover, .content-region ol a:hover, .content-region ul a:hover, .content-region p a:hover, .content-region div a:hover, .content-region span a:hover {
  text-decoration: none;
}
.content-region a h2, .content-region a h3, .content-region a h4, .content-region a h5, .content-region a h6, .content-region a footer, .content-region a span {
  text-decoration: none !important;
}
.content-region a.button {
  text-decoration: none !important;
}

body .hidden {
  background: #ffffff;
  color: #333333;
  display: block;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  left: -9999px;
  position: absolute;
  text-decoration: none;
  text-transform: none;
}

#remembering-susan-banner {
  left: 46%;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  z-index: 999999;
}
@media screen and (max-width: 74.99875em) {
  #remembering-susan-banner {
    width: 200px;
  }
}
@media screen and (max-width: 63.99875em) {
  #remembering-susan-banner {
    left: 34%;
    width: 150px;
  }
}
@media screen and (max-width: 47.99875em) {
  #remembering-susan-banner {
    padding: 0px;
    left: 155px;
    width: 90px;
  }
}

.device-list-image {
  min-height: 275px;
  max-width: 275px;
  position: relative;
}
.device-list-image img {
  position: absolute;
  bottom: 0;
}

.show-more-expander {
  overflow: hidden;
  position: relative;
}
.show-more-expander.closed {
  max-height: 300px;
}
.show-more-expander.open {
  overflow: unset;
  max-height: unset;
  padding-bottom: 30px;
}
.show-more-expander + .show-more-expander-button {
  background: #f5f5f5;
  border-top: 3px solid #777777;
  color: #990000;
  cursor: pointer;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: lighter;
  height: 30px;
  padding-top: 2px;
  position: relative;
  top: -30px;
  text-align: center;
  width: 100%;
}
.show-more-expander + .show-more-expander-button::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  top: -53px;
}
.show-more-expander.closed + .show-more-expander-button::before {
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgb(255, 255, 255) 100%);
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgb(255, 255, 255) 100%);
  /* W3C Markup */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, rgb(255, 255, 255) 100%);
}
.show-more-expander + .show-more-expander-button:hover {
  background: #990000;
  color: #ffffff;
}

.chat-now-sensing {
  background: #777777;
  cursor: not-allowed;
  pointer-events: none;
}
.chat-now-sensing.available {
  background: #CC0000;
  cursor: pointer;
  pointer-events: unset;
}
.chat-now-sensing.available:hover, .chat-now-sensing.available:focus {
  background: #520000;
}
.chat-now-sensing.available:after {
  display: unset;
}
.chat-now-sensing:after {
  display: none;
}

main#main .callout > :first-child,
.main .callout > :first-child,
.callout > :first-child {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
main#main .callout > :last-child,
.main .callout > :last-child,
.callout > :last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
main#main .callout a,
.main .callout a,
.callout a {
  text-decoration: underline;
}
main#main .callout a:hover,
.main .callout a:hover,
.callout a:hover {
  text-decoration: none;
}
main#main .callout.primary,
.main .callout.primary,
.callout.primary {
  background-color: #990000;
  color: #FFFFFF;
}
main#main .callout.primary p, main#main .callout.primary h2, main#main .callout.primary h3, main#main .callout.primary h4, main#main .callout.primary h5, main#main .callout.primary h6, main#main .callout.primary a, main#main .callout.primary li,
.main .callout.primary p,
.main .callout.primary h2,
.main .callout.primary h3,
.main .callout.primary h4,
.main .callout.primary h5,
.main .callout.primary h6,
.main .callout.primary a,
.main .callout.primary li,
.callout.primary p,
.callout.primary h2,
.callout.primary h3,
.callout.primary h4,
.callout.primary h5,
.callout.primary h6,
.callout.primary a,
.callout.primary li {
  color: #FFFFFF;
}
main#main .callout.secondary,
.main .callout.secondary,
.callout.secondary {
  background-color: #F2F2F2;
}
main#main .callout.success,
.main .callout.success,
.callout.success {
  background-color: #6F7D1C;
  color: #FFFFFF;
}
main#main .callout.success p, main#main .callout.success h2, main#main .callout.success h3, main#main .callout.success h4, main#main .callout.success h5, main#main .callout.success h6, main#main .callout.success a, main#main .callout.success li,
.main .callout.success p,
.main .callout.success h2,
.main .callout.success h3,
.main .callout.success h4,
.main .callout.success h5,
.main .callout.success h6,
.main .callout.success a,
.main .callout.success li,
.callout.success p,
.callout.success h2,
.callout.success h3,
.callout.success h4,
.callout.success h5,
.callout.success h6,
.callout.success a,
.callout.success li {
  color: #FFFFFF;
}
main#main .callout.warning,
.main .callout.warning,
.callout.warning {
  background-color: #FAC800;
  color: #333333;
}
main#main .callout.warning p, main#main .callout.warning h2, main#main .callout.warning h3, main#main .callout.warning h4, main#main .callout.warning h5, main#main .callout.warning h6, main#main .callout.warning li,
.main .callout.warning p,
.main .callout.warning h2,
.main .callout.warning h3,
.main .callout.warning h4,
.main .callout.warning h5,
.main .callout.warning h6,
.main .callout.warning li,
.callout.warning p,
.callout.warning h2,
.callout.warning h3,
.callout.warning h4,
.callout.warning h5,
.callout.warning h6,
.callout.warning li {
  color: #333333;
}
main#main .callout.warning a,
.main .callout.warning a,
.callout.warning a {
  color: #990000;
}
main#main .callout.alert,
.main .callout.alert,
.callout.alert {
  background-color: #990000;
  color: #FFFFFF;
}
main#main .callout.alert p, main#main .callout.alert h2, main#main .callout.alert h3, main#main .callout.alert h4, main#main .callout.alert h5, main#main .callout.alert h6, main#main .callout.alert a, main#main .callout.alert li,
.main .callout.alert p,
.main .callout.alert h2,
.main .callout.alert h3,
.main .callout.alert h4,
.main .callout.alert h5,
.main .callout.alert h6,
.main .callout.alert a,
.main .callout.alert li,
.callout.alert p,
.callout.alert h2,
.callout.alert h3,
.callout.alert h4,
.callout.alert h5,
.callout.alert h6,
.callout.alert a,
.callout.alert li {
  color: #FFFFFF;
}

body.headless #ncstate-utility-bar,
body.headless #library-website-header,
body.headless #toolbar-administration,
body.headless #big-banner,
body.headless #block-tabs,
body.headless #share-options,
body.headless #footer,
body.headless .alerts-region,
body.headless #block-breadcrumbs {
  display: none;
  margin-top: 0px !important;
  padding: 0px;
}

h2 i.fa-link,
h3 i.fa-link {
  color: inherit;
  cursor: pointer;
  display: none;
  font-size: 0.9rem;
  position: relative;
  top: -4px;
  right: -5px;
}

h2:hover i.fa-link,
h3:hover i.fa-link {
  display: unset;
}

h2 i.fa-link:hover,
h3 i.fa-link:hover {
  color: #CC0000;
}

ul.tabs {
  border: 0px;
  margin-bottom: -1px;
}
ul.tabs li.tabs-title {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  padding: 0px !important;
  position: relative;
  z-index: 1;
}
ul.tabs li.tabs-title a {
  background: #F2F2F2;
  color: #333333;
  font-size: 1rem;
  padding: 0.75rem;
  text-decoration: none;
}
ul.tabs li.tabs-title a:hover {
  text-decoration: underline;
}
ul.tabs li.tabs-title:last-child {
  border-right: 1px solid #333333;
}
ul.tabs li.tabs-title.is-active {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: -1px;
  z-index: 2;
}
ul.tabs li.tabs-title.is-active a {
  background: #FFFFFF;
}

.tabs-content {
  border: 0px;
  margin-bottom: 30px;
}
.tabs-content xmp {
  overflow: scroll;
}
.tabs-content .tabs-panel.is-active {
  border: 1px solid #333333;
}
.tabs-content .tabs-panel *:last-child {
  padding-bottom: 0px !important;
}
.tabs-content .tabs-panel input[type=text], .tabs-content .tabs-panel input[type=search] {
  color: #333333;
  height: 60px;
  margin-bottom: 0px;
}
.tabs-content .tabs-panel input[type=submit] {
  font-size: 0.9rem;
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  height: 60px;
  margin-bottom: 0px;
}

[type=checkbox]:focus + label:before {
  border-width: 3px;
  -webkit-box-shadow: 0 0 0 3px #909090;
  box-shadow: 0 0 0 3px #909090;
}

.js-form-type-checkbox,
.form-type-checkbox {
  clear: left;
  float: left;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  min-height: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media screen and (max-width: 47.99875em) {
  .js-form-type-checkbox,
  .form-type-checkbox {
    min-height: 40px;
    padding-left: 40px;
  }
}
.js-form-type-checkbox [type=checkbox],
.form-type-checkbox [type=checkbox] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 30px !important;
  height: 30px;
  margin: 0;
  opacity: 0;
  font-size: 1.1875rem;
  line-height: 1.31579;
}
@media screen and (max-width: 47.99875em) {
  .js-form-type-checkbox [type=checkbox],
  .form-type-checkbox [type=checkbox] {
    width: 40px !important;
    height: 40px;
  }
}
.js-form-type-checkbox input,
.form-type-checkbox input {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.js-form-type-checkbox label,
.form-type-checkbox label {
  line-height: 30px;
}
@media screen and (max-width: 47.99875em) {
  .js-form-type-checkbox label,
  .form-type-checkbox label {
    line-height: 40px;
  }
}
.js-form-type-checkbox label:before,
.form-type-checkbox label:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #333333;
  background: transparent;
}
@media screen and (max-width: 47.99875em) {
  .js-form-type-checkbox label:before,
  .form-type-checkbox label:before {
    width: 40px;
    height: 40px;
  }
}
.js-form-type-checkbox label:after,
.form-type-checkbox label:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 19px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid;
  border-top-color: #333333;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}
@media screen and (max-width: 47.99875em) {
  .js-form-type-checkbox label:after,
  .form-type-checkbox label:after {
    top: 12px;
    left: 8px;
    width: 23px;
    height: 12px;
  }
}
.js-form-type-checkbox input:checked + label:after,
.form-type-checkbox input:checked + label:after {
  opacity: 1;
}
.js-form-type-checkbox .webform-element-description,
.js-form-type-checkbox .text-count-message,
.form-type-checkbox .webform-element-description,
.form-type-checkbox .text-count-message {
  margin: 10px;
}

.webform-options-display-buttons-wrapper label.webform-options-display-buttons-label {
  border-color: #333333;
}
.webform-options-display-buttons-wrapper .js-form-type-checkbox,
.webform-options-display-buttons-wrapper .form-type-checkbox {
  padding: 0px;
}
.webform-options-display-buttons-wrapper label:before {
  display: none;
}
.webform-options-display-buttons-wrapper label:after {
  display: none;
}

.js-form-type-date input.form-date.error {
  border: 3px solid #900;
}

body {
  overflow-x: hidden;
}

/**
 * Mixin for Font Awesome icons used as backgrounds
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
select {
  -webkit-appearance: none;
}

fieldset {
  margin-bottom: 30px;
}
fieldset .form-field-wrapper {
  margin-bottom: 10px;
}

fieldset,
.form-field-wrapper {
  margin-bottom: 30px;
  width: 100%;
  clear: both;
}

.description.help-text,
.webform-element-description {
  color: #666666;
  font-size: 0.77381rem;
  font-style: unset;
  margin-bottom: 0.47619rem;
}

.description {
  color: #666666;
  margin-bottom: 0.47619rem;
}

.description ul, .help-text ul {
  margin-bottom: 0;
}

fieldset .fieldset-legend,
fieldset legend,
.webform-submission-form .fieldset-legend,
.webform-submission-form legend {
  padding-top: 20px;
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1.1rem;
}
fieldset .form-item [type=button],
fieldset .form-item [type=checkbox],
fieldset .form-item [type=color],
fieldset .form-item [type=date],
fieldset .form-item [type=datetime],
fieldset .form-item [type=datetime-local],
fieldset .form-item [type=email],
fieldset .form-item [type=file],
fieldset .form-item [type=hidden],
fieldset .form-item [type=image],
fieldset .form-item [type=month],
fieldset .form-item [type=number],
fieldset .form-item [type=password],
fieldset .form-item [type=radio],
fieldset .form-item [type=range],
fieldset .form-item [type=reset],
fieldset .form-item [type=search],
fieldset .form-item [type=submit],
fieldset .form-item [type=tel],
fieldset .form-item [type=text],
fieldset .form-item [type=time],
fieldset .form-item [type=url],
fieldset .form-item [type=week],
fieldset .form-item textarea,
fieldset .form-item select,
.webform-submission-form .form-item [type=button],
.webform-submission-form .form-item [type=checkbox],
.webform-submission-form .form-item [type=color],
.webform-submission-form .form-item [type=date],
.webform-submission-form .form-item [type=datetime],
.webform-submission-form .form-item [type=datetime-local],
.webform-submission-form .form-item [type=email],
.webform-submission-form .form-item [type=file],
.webform-submission-form .form-item [type=hidden],
.webform-submission-form .form-item [type=image],
.webform-submission-form .form-item [type=month],
.webform-submission-form .form-item [type=number],
.webform-submission-form .form-item [type=password],
.webform-submission-form .form-item [type=radio],
.webform-submission-form .form-item [type=range],
.webform-submission-form .form-item [type=reset],
.webform-submission-form .form-item [type=search],
.webform-submission-form .form-item [type=submit],
.webform-submission-form .form-item [type=tel],
.webform-submission-form .form-item [type=text],
.webform-submission-form .form-item [type=time],
.webform-submission-form .form-item [type=url],
.webform-submission-form .form-item [type=week],
.webform-submission-form .form-item textarea,
.webform-submission-form .form-item select {
  width: auto;
  -webkit-appearance: none;
}
fieldset .form-item p,
fieldset .form-item ul li,
fieldset .form-item ol li,
.webform-submission-form .form-item p,
.webform-submission-form .form-item ul li,
.webform-submission-form .form-item ol li {
  font-size: 1.1rem;
}
fieldset .description ul, fieldset .help-text ul li,
.webform-submission-form .description ul,
.webform-submission-form .help-text ul li {
  font-size: 1rem;
}
fieldset .form-item [type=text],
fieldset .form-item [type=email],
fieldset .form-item [type=search],
fieldset .form-item [type=tel],
fieldset .form-item [type=url],
.webform-submission-form .form-item [type=text],
.webform-submission-form .form-item [type=email],
.webform-submission-form .form-item [type=search],
.webform-submission-form .form-item [type=tel],
.webform-submission-form .form-item [type=url] {
  max-width: 100%;
}
fieldset .js-webform-radios-other [type=text],
.webform-submission-form .js-webform-radios-other [type=text] {
  max-width: 40%;
  margin-left: 40px;
}
fieldset .js-form-type-webform-markup,
.webform-submission-form .js-form-type-webform-markup {
  /*unstyled "Basic HTML" element*/
  font-size: 1.1rem;
}
fieldset .webform-required,
.webform-submission-form .webform-required {
  /* "* Indicates required field" */
  margin-bottom: 20px;
}
fieldset label,
.webform-submission-form label {
  font-size: 1rem;
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
}
fieldset td label,
.webform-submission-form td label {
  /*table elements, such as Likert scale*/
  font-size: 1rem;
}
fieldset label.option,
.webform-submission-form label.option {
  font-size: 1rem;
}
fieldset .webform-element-description,
fieldset .text-count-message,
.webform-submission-form .webform-element-description,
.webform-submission-form .text-count-message {
  font-size: 1rem;
}
fieldset input#edit-submit.button.webform-button--submit,
.webform-submission-form input#edit-submit.button.webform-button--submit {
  background: #CC0000;
}
fieldset input#edit-submit.button.webform-button--submit:hover,
.webform-submission-form input#edit-submit.button.webform-button--submit:hover {
  background: #990000;
}
fieldset input#edit-submit.button.webform-button--submit input.hasDatepicker::placeholder,
.webform-submission-form input#edit-submit.button.webform-button--submit input.hasDatepicker::placeholder {
  content: "Choose date";
}

[type=radio]:focus + label:before {
  border-width: 3px;
  -webkit-box-shadow: 0 0 0 3px #909090;
  box-shadow: 0 0 0 3px #909090;
}

.form-type-radio,
.js-form-type-radio {
  clear: none;
  float: left;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  min-height: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  clear: left;
}
.form-type-radio [type=radio],
.js-form-type-radio [type=radio] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 30px !important;
  height: 30px;
  margin: 0;
  opacity: 0;
  font-size: 1.1875rem;
  line-height: 1.31579;
}
@media screen and (max-width: 47.99875em) {
  .form-type-radio [type=radio],
  .js-form-type-radio [type=radio] {
    height: 40px;
    width: 40px !important;
  }
}
@media screen and (max-width: 47.99875em) {
  .form-type-radio,
  .js-form-type-radio {
    min-height: 40px;
    padding-left: 40px;
  }
}
.form-type-radio input,
.js-form-type-radio input {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.form-type-radio label,
.js-form-type-radio label {
  line-height: 30px;
}
@media screen and (max-width: 47.99875em) {
  .form-type-radio label,
  .js-form-type-radio label {
    line-height: 40px;
  }
}
.form-type-radio label:before,
.js-form-type-radio label:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #333333;
  border-radius: 50%;
  background: transparent;
}
@media screen and (max-width: 47.99875em) {
  .form-type-radio label:before,
  .js-form-type-radio label:before {
    height: 40px;
    width: 40px;
  }
}
.form-type-radio label:after,
.js-form-type-radio label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
  height: 0;
  border: 7px solid #333333;
  border-radius: 50%;
  opacity: 0;
  background: #333333;
}
@media screen and (max-width: 47.99875em) {
  .form-type-radio label:after,
  .js-form-type-radio label:after {
    border: 10px solid #333333;
    left: 10px;
    top: 10px;
  }
}
.form-type-radio input:checked + label:after,
.js-form-type-radio input:checked + label:after {
  opacity: 1;
}
.form-type-radio .webform-element-description,
.form-type-radio .text-count-message,
.js-form-type-radio .webform-element-description,
.js-form-type-radio .text-count-message {
  margin: 10px;
}

body {
  overflow-x: hidden;
}

/**
 * Mixin for Font Awesome icons used as backgrounds
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
select {
  border: 2px solid #333333;
}

select:focus {
  border: 2px solid #333333;
  transition: none;
}

body {
  overflow-x: hidden;
}

/**
 * Mixin for Font Awesome icons used as backgrounds
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
[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 {
  border: 2px solid #333333;
}

[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 {
  border: 2px solid #333333;
}

header#library-website-header input.search-all {
  border: 0px;
}

.form-item .webform-multiple-table table td .webform-element-description {
  height: 0px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 26pt;
}
.form-item .webform-multiple-table table td .form-item input {
  margin-top: 35px;
  width: 100%;
}

input.js-form-submit.button.success,
input.webform-button--submit.button.success {
  background-color: #cc0000;
}
input.js-form-submit.button.success:hover,
input.webform-button--submit.button.success:hover {
  background-color: #990000;
}

#main fieldset {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.popover-button[type=button] {
  display: inline-flex;
  position: relative;
  right: -5px;
  top: -5px;
}
.popover-button[type=button]::before {
  content: "\f059";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  visibility: visible;
}
.popover-button[type=button]:hover {
  color: #CC0000;
  cursor: pointer;
}
.popover-button[type=button]:focus {
  box-shadow: 0 0;
  color: #CC0000;
}

.popover-content[role=tooltip] {
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 3px;
  display: none;
  padding: 15px;
  position: absolute;
  max-width: 250px;
  z-index: 9;
}
@media screen and (max-width: 47.99875em) {
  .popover-content[role=tooltip] {
    max-width: 100%;
    width: 250px;
  }
}
.popover-content[role=tooltip] p:last-child, .popover-content[role=tooltip] h2:last-child {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.popover-content[role=tooltip]::before {
  top: 10px;
  bottom: auto;
  left: -16px;
  border-width: 14px 16px 14px 0;
  border-color: transparent #666666;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
@media screen and (max-width: 47.99875em) {
  .popover-content[role=tooltip]::before {
    border-width: 0 14px 16px 14px;
    border-color: transparent transparent #666666 transparent;
    left: 102px;
    top: -16px;
  }
}
.popover-content[role=tooltip]::after {
  top: 13px;
  bottom: auto;
  left: -12px;
  border-width: 11px 12px 11px 0;
  border-color: transparent #fff;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
@media screen and (max-width: 47.99875em) {
  .popover-content[role=tooltip]::after {
    border-width: 0 11px 12px 11px;
    border-color: transparent transparent #ffffff transparent;
    left: 105px;
    top: -12px;
  }
}
@media screen and (max-width: 47.99875em) {
  .popover-content[role=tooltip].place-left::before {
    left: 22px;
  }
  .popover-content[role=tooltip].place-left::after {
    left: 25px;
  }
}
@media screen and (max-width: 47.99875em) {
  .popover-content[role=tooltip].place-right::before {
    left: unset;
    right: 22px;
  }
  .popover-content[role=tooltip].place-right::after {
    left: unset;
    right: 25px;
  }
}

.pill {
  border: 1px solid #cc0000;
  border-radius: 3px;
  color: #cc0000;
  margin: 0px 10px 10px 0px;
  padding: 5px;
}
.pill:hover, .pill.active {
  background: #cc0000;
  color: #ffffff;
  cursor: pointer;
}
.pill:focus {
  border: 1px solid #cc0000;
  box-shadow: 0 0 0 0px;
}

.progress-tracker {
  display: flex;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}

.progress-step {
  display: block;
  position: relative;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 28px;
}
.progress-step:last-child {
  flex-grow: 0;
}
.progress-step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  top: 12px;
  bottom: 12px;
  right: -14px;
  width: 100%;
  height: 4px;
  transition: background-color 0.3s;
}
.progress-step.is-active .progress-title {
  font-weight: 400;
}
.progress-step > a {
  display: block;
}

.progress-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  color: #fff;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: background-color, border-color;
  transition-duration: 0.3s;
}

.progress-text {
  display: block;
  padding: 14px 9.3333333333px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-title {
  margin-top: 0;
}

.progress-step .progress-marker {
  color: #fff;
  background-color: #b6b6b6;
}
.progress-step::after {
  background-color: #b6b6b6;
}
.progress-step .progress-text, .progress-step .progress-step > a .progress-text {
  color: #333333;
}
.progress-step.is-active .progress-marker {
  background-color: #2196F3;
}
.progress-step.is-complete .progress-marker {
  background-color: #1976D2;
}
.progress-step.is-complete::after {
  background-color: #868686;
}
.progress-step:hover .progress-marker {
  background-color: #56ADF5;
}
.progress-tracker--center .progress-step {
  text-align: center;
}
.progress-tracker--center .progress-step:last-child {
  flex-grow: 1;
}
.progress-tracker--center .progress-step::after {
  right: -50%;
}
.progress-tracker--center .progress-marker {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
}
.progress-tracker--center .progress-text .progress-title {
  color: #555555;
}

.progress-tracker--right .progress-step {
  text-align: right;
}
.progress-tracker--right .progress-step:last-child {
  flex-grow: 1;
}
.progress-tracker--right .progress-step::after {
  right: calc(-100% + 14px);
}
.progress-tracker--right .progress-marker {
  margin-left: auto;
}

.progress-tracker--border {
  padding: 5px;
  border: 2px solid #868686;
  border-radius: 38px;
}

.progress-tracker--spaced .progress-step::after {
  width: calc(100% - 48px);
  margin-right: 24px;
}

.progress-tracker--word {
  padding-right: 38.6666666667px;
  overflow: hidden;
}
.progress-tracker--word .progress-text {
  display: inline-block;
  white-space: nowrap;
}
.progress-tracker--word .progress-title {
  margin: 0;
}

.progress-tracker--word-center {
  padding-right: 38.6666666667px;
  padding-left: 38.6666666667px;
}
.progress-tracker--word-center .progress-text {
  padding-right: 0;
  padding-left: 0;
  transform: translateX(calc(-50% + 14px));
}

.progress-tracker--word-right {
  padding-right: 0;
  padding-left: 38.6666666667px;
}
.progress-tracker--word-right .progress-text {
  padding-left: 0;
  transform: translateX(calc(-100% + 28px));
}

.progress-tracker--text .progress-step:last-child {
  flex-grow: 1;
}

.progress-tracker--text-top .progress-step::after {
  top: auto;
}
.progress-tracker--text-top .progress-text {
  height: 100%;
}
.progress-tracker--text-top .progress-marker {
  bottom: 28px;
}

.progress-tracker--text-inline .progress-step {
  display: flex;
}
.progress-tracker--text-inline .progress-text {
  position: relative;
  z-index: 30;
  max-width: 70%;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.progress-tracker--text-inline .progress-title {
  margin: 0;
}

.progress-tracker--square .progress-step {
  padding-top: 0;
}
.progress-tracker--square .progress-marker {
  transform: scaleX(0.33) translateY(-12px);
  border-radius: 0;
}

@media (max-width: 399px) {
  .progress-tracker-mobile {
    overflow-x: auto;
  }
  .progress-tracker-mobile .progress-tracker {
    min-width: 200%;
  }
}
.progress-tracker--vertical {
  flex-direction: column;
}
.progress-tracker--vertical .progress-step {
  flex: 1 1 auto;
}
.progress-tracker--vertical .progress-step::after {
  right: auto;
  top: 14px;
  left: 12px;
  width: 4px;
  height: 100%;
}
.progress-tracker--vertical .progress-marker {
  position: absolute;
  left: 0;
}
.progress-tracker--vertical .progress-text {
  padding-top: 7px;
  padding-left: 42px;
}
.progress-tracker--vertical .progress-step:not(:last-child) .progress-text {
  padding-bottom: 42px;
}

.caption {
  font-size: 80%;
}

.placeholder-text {
  background: #E6E6E3;
  border-radius: 4px;
  color: #595958;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  height: 100%;
  font-size: inherit;
  overflow: hidden;
  position: relative;
}
.placeholder-text::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
  animation: shimmer 1s infinite;
}

.placeholder-image {
  background: #dddddd;
  border-radius: 4px;
  color: #dddddd;
  display: inline-block;
  height: 100%;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.placeholder-image::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
  animation: shimmer 1s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/**
classes:
.button - converts link from red underlined to button with background color (default and not in this style here)
.styled - gives button a right arrow
.red - makes button white background. red outline
.white - makes link text .styled
.styled-red - red colored arrow after link text
.button.outline - no color background, white border, white text
**/
#content a:hover .styled:after {
  right: -12px;
}

#content .styled:not(.button) {
  color: #cc0000;
  text-decoration: none;
}
#content .styled:not(.button):after {
  content: "\f061";
  color: #cc0000;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: relative;
  right: -5px;
  top: 2px;
  transition: 0.25s;
}
#content .styled:not(.button).white {
  color: #ffffff;
}
#content .styled:not(.button).white:after {
  color: #ffffff;
}
#content .styled:not(.button):hover:after {
  position: relative;
  right: -12px;
  transition: 0.25s;
}
#content a:not(.button) .styled:after {
  transition: 0.25s;
}
#content a:not(.button):hover .styled:after {
  position: relative;
  right: -12px;
}
#content input[type=submit],
#content button[type=submit],
#content input::file-selector-button {
  background-color: #CC0000;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding: 0.8em 1em;
  text-align: left;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  -webkit-appearance: none;
}
#content input[type=submit]:hover,
#content button[type=submit]:hover,
#content input::file-selector-button:hover {
  background-color: #520000;
}
#content input::file-selector-button {
  margin-right: 10px;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
}
#content .button:after {
  content: "\f061";
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: relative;
  right: -5px;
  top: 2px;
  transition: 0.25s;
}
#content .button:hover:after {
  position: relative;
  right: -12px;
  transition: 0.25s;
}
#content .button.white {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
#content .button.red {
  background: #ffffff;
  border: 2px solid #cc0000;
  color: #cc0000;
}
#content .button.red:after {
  color: #cc0000;
}
#content .button.downloadable:after {
  content: "\f019";
}
#content .button.downloadable:hover:after {
  top: 6px;
  right: -5px;
}
#content .button.unstyled:after {
  content: "";
}
#content .button.small {
  font-size: 1rem;
}
#content button[type=reset],
#content input.webform-button--reset,
#content button.clear,
#content button.clear-form {
  background: none;
  color: #cc0000;
  padding: 0.8em 1em;
  text-decoration: underline;
}
#content button[type=reset]:hover,
#content input.webform-button--reset:hover,
#content button.clear:hover,
#content button.clear-form:hover {
  background: none;
  cursor: pointer;
  text-decoration: none;
}
#content button[type=reset]:after,
#content input.webform-button--reset:after,
#content button.clear:after,
#content button.clear-form:after {
  content: "";
}
#content .button-group .button:after {
  content: "";
}

/* Tiles in the style of the main tiles on the homepage:
// slightly rounded edges, 3 tiles in a row.
// Uses display grid (frames), not Foundation.
// For inner part of tile, optionally use Foundation for icon on left / text on right.

// Usage: 
// 2 tiles: ul class="tiles-group tiles-group-2fr"
// 3 tiles: ul class="tiles-group"
// 4 tiles: ul class="tiles-group tiles-group-4fr" 
// li class="tile" 
// a href ...
// h2... */
ul.tiles-group {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0px;
}
@media screen and (max-width: 47.99875em) {
  ul.tiles-group {
    grid-auto-rows: unset;
    grid-template-columns: 1fr;
  }
}
ul.tiles-group li.tile {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  padding: 0px !important;
  text-align: center;
}
@media screen and (max-width: 47.99875em) {
  ul.tiles-group li.tile {
    margin-bottom: 10px;
  }
}
ul.tiles-group li.tile a {
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
ul.tiles-group li.tile a:hover {
  background: #eee;
}
ul.tiles-group li.tile a i {
  color: #333;
  font-size: 2.5rem;
}
@media screen and (max-width: 47.99875em) {
  ul.tiles-group li.tile a i {
    font-size: 3rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  ul.tiles-group li.tile a i {
    font-size: 1.5rem;
  }
}
ul.tiles-group li.tile a h2 {
  font-size: 1.25rem;
  margin: 0px;
}
ul.tiles-group li.tile a p {
  color: #333;
  margin: 0px;
  padding: 0px;
}

ul.tiles-group-2fr {
  grid-template-columns: 1fr 1fr;
}

ul.tiles-group-4fr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* Tiles in the style of service portals:
// sharp edges, no outline, optional icon on top.
// Use Foundation for grid.

// Usage:
// div class="square-tiles-group"
// ul class="row medium-up-4" or however many tiles in the row.
// li class="column column-block"

// Currently there is duplicated css on services-inside 
// with a different class name. */
.square-tiles-group ul li a {
  display: block;
  min-height: 230px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
}
.square-tiles-group ul li a h2 {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 0px;
}
.square-tiles-group ul li a h2 i:first-child {
  display: block;
  margin-bottom: 15px;
}
.square-tiles-group ul li a:hover {
  background: #ddd;
  text-decoration: none;
}
.square-tiles-group ul li a:hover p {
  color: #990000;
  text-decoration: none;
}
.square-tiles-group ul li a .icon-view {
  padding: 0px;
  height: 100px;
  width: 100px;
}
.square-tiles-group ul li a p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0px;
}
.square-tiles-group ul li a .button {
  margin: 20px;
}

/* Optional styling for images
// May be especially useful for screenshots

// Usage:
// img class="outlined"
// img class="rounded"
// img class="outlined rounded" */
img.outlined {
  border: 1px solid #cccccc;
}

img.rounded {
  border-radius: 3px;
}

main#main [class*=medium-up-] li.column, main#main [class*=medium-up-] li.columns, main#main .grid-of-content li.column, main#main .grid-of-content li.columns {
  margin: 0px 0px 30px 0px;
}
main#main [class*=medium-up-] img, main#main .grid-of-content img {
  margin: 0px 0px 10px 0px;
  width: 100%;
}
main#main [class*=medium-up-] h2, main#main [class*=medium-up-] h3, main#main .grid-of-content h2, main#main .grid-of-content h3 {
  margin: 0px 0px 0px 0px;
}

main#main .slick-slider-carousel {
  margin-bottom: 30px;
  position: relative;
}
main#main .slick-slider-carousel .slick-list .slick-track {
  line-height: 0;
  display: flex;
}
main#main .slick-slider-carousel .slick-list .slick-track .slick-slide {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
}
main#main .slick-slider-carousel .slick-list .slick-track .slick-slide * {
  width: 100%;
}
main#main .slick-slider-carousel .slick-list .slick-track .slick-slide figure {
  margin: 0px;
  padding: 0px;
}
main#main .slick-slider-carousel .slick-list .slick-track .slick-slide img {
  border-radius: 3px;
  display: block;
  margin: 0px;
  max-height: 650px;
  object-fit: contain;
  width: 100%;
}
main#main .slick-slider-carousel .slick-list .slick-track .slick-slide figcaption, main#main .slick-slider-carousel .slick-list .slick-track .slick-slide .carousel-caption {
  font-size: 90%;
  line-height: 1.2rem;
  padding: 10px 0px 0px 0px;
}
main#main .slick-slider-carousel .slick-dots {
  position: relative;
  bottom: 0px;
}
main#main .slick-slider-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px !important;
  padding: 0;
  cursor: pointer;
}
main#main .slick-slider-carousel .slick-dots li button:before {
  line-height: 20px;
}
main#main .slick-slider-carousel .slick-dots button:focus {
  box-shadow: none;
}
main#main .slick-slider-carousel .slider-nav {
  bottom: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: auto;
  position: relative;
  text-align: center;
  width: 75px;
  z-index: 9;
}
main#main .slick-slider-carousel .slider-nav .slick-prev {
  height: 25px;
  position: unset;
  transform: unset;
  width: 25px;
}
main#main .slick-slider-carousel .slider-nav .slick-prev:before {
  color: #666;
  content: "\f137";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}
main#main .slick-slider-carousel .slider-nav .slick-prev:hover:before, main#main .slick-slider-carousel .slider-nav .slick-prev:focus:before {
  color: #CC0000;
  cursor: pointer;
}
main#main .slick-slider-carousel .slider-nav .slick-prev:focus {
  box-shadow: none;
}
main#main .slick-slider-carousel .slider-nav .slick-next {
  height: 25px;
  position: unset;
  transform: unset;
  width: 25px;
}
main#main .slick-slider-carousel .slider-nav .slick-next:before {
  color: #666;
  content: "\f138";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}
main#main .slick-slider-carousel .slider-nav .slick-next:hover:before, main#main .slick-slider-carousel .slider-nav .slick-next:focus:before {
  color: #CC0000;
  cursor: pointer;
}
main#main .slick-slider-carousel .slider-nav .slick-next:focus {
  box-shadow: none;
}

body #share-options {
  border-top: 1px solid #dddddd;
  margin-bottom: 0px;
}
body #share-options #share-options-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px 0px;
}
body #share-options #share-options-wrapper button#share-options-button {
  box-shadow: 0px 0px 0px;
  color: #cc0000;
  font-size: 0.9rem;
  padding: 10px 0px;
}
@media screen and (max-width: 47.99875em) {
  body #share-options #share-options-wrapper button#share-options-button {
    padding: 10px 0px;
  }
}
body #share-options #share-options-wrapper button#share-options-button:hover {
  color: #555555;
  cursor: pointer;
}
body #share-options #share-options-wrapper ul#share-option-list {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 30px;
  list-style-type: none;
  justify-content: space-between;
  margin: 0px;
  padding: 30px 0px 0px;
}
@media screen and (max-width: 47.99875em) {
  body #share-options #share-options-wrapper ul#share-option-list {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}
body #share-options #share-options-wrapper ul#share-option-list.hidden {
  display: none;
}
body #share-options #share-options-wrapper ul#share-option-list.visible {
  display: grid;
}
body #share-options #share-options-wrapper ul#share-option-list li h2, body #share-options #share-options-wrapper ul#share-option-list li label {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
body #share-options #share-options-wrapper ul#share-option-list li#email-this-page a {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 5px;
}
body #share-options #share-options-wrapper ul#share-option-list li#email-this-page .sub-note {
  font-size: 0.8rem;
}
@media screen and (max-width: 47.99875em) {
  body #share-options #share-options-wrapper ul#share-option-list li#email-this-page {
    margin-bottom: 30px;
  }
}
body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url label {
  margin: 0px;
  position: relative;
}
body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url label input {
  box-shadow: none;
  height: 50px;
  margin: 12px 0px 0px 0px;
  padding: 10px 80px 10px 10px;
}
body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url label .copy-indicator {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  position: absolute;
  right: 13px;
  top: 61px;
}
body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url label .copy-indicator i {
  font-size: 1.3rem;
  position: relative;
  top: 4px;
}
body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url label .copy-indicator:hover {
  color: #cc0000;
}
body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url #copied-to-clipboard-bubble {
  background: #cc0000;
  color: #ffffff;
  font-size: 0.8rem;
  margin: 0px;
  opacity: 0;
  outline: 0;
  padding: 1px 5px 3px 6px;
  transition: visibility 0.5s, opacity 0.5s ease-in-out;
  visibility: 0;
}
body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url #copied-to-clipboard-bubble.visible {
  opacity: 1;
}
@media screen and (max-width: 47.99875em) {
  body #share-options #share-options-wrapper ul#share-option-list li#copy-this-url {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 47.99875em) {
  body #share-options #share-options-wrapper ul#share-option-list li#qr-code {
    margin-bottom: 20px;
  }
}
body #share-options #share-options-wrapper ul#share-option-list li#qr-code img {
  height: 181px;
  margin-left: -10px;
  margin-top: -20px;
}
@media screen and (max-width: 47.99875em) {
  body #share-options #share-options-wrapper ul#share-option-list li#qr-code img {
    height: 100%;
    margin-left: 0px;
    width: 100%;
  }
}

#main #helpful {
  border-bottom: 1px solid #757575;
  padding: 20px 0px 30px;
  margin-bottom: 20px;
  width: 100%;
}
#main #helpful #helpful-start {
  align-items: center;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: max-content max-content;
}
#main #helpful #helpful-start #helpful_label {
  font-size: 1rem;
  margin: 0px;
}
#main #helpful #helpful-start #helpful_buttons button {
  background: #ffffff;
  border: 1px solid #cc0000;
  border-radius: 3px;
  color: #cc0000;
  padding: 10px 15px;
}
#main #helpful #helpful-start #helpful_buttons button:hover {
  background: #cc0000;
  color: #ffffff;
  cursor: pointer;
}
#main #helpful #helpful-thanks {
  display: none;
}
#main #helpful #helpful-thanks h2 {
  font-size: 1rem;
  margin: 10px 0px 0px;
}
#main #helpful #helpful-form {
  display: none;
  max-width: 355px;
}
#main #helpful #helpful-form form fieldset {
  border: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 7px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}
#main #helpful #helpful-form form legend {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1rem;
  padding-top: 0px;
}
#main #helpful #helpful-form form legend span.fieldset-legend {
  font-size: 1rem;
  padding-top: 0px;
}
#main #helpful #helpful-form form textarea {
  margin-bottom: 10px;
}
#main #helpful #helpful-form form .form-item-share-additional-information-or-suggestions {
  margin: 0px;
}
#main #helpful #helpful-form-confirm {
  display: none;
}
#main #helpful #helpful-form-confirm h2 {
  font-size: 1rem;
  margin: 10px 0px 0px;
}

body {
  overflow-x: hidden;
}

/**
 * Mixin for Font Awesome icons used as backgrounds
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.block-title {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.columns:last-child:not(:first-child).end,
.columns.end {
  float: right;
}

/*
 * zurb_foundation.scss - Contains all Drupal-specific SASS for this theme.
 *
 * @todo Split this into multiple folders/files.
*/
.region-highlighted:empty {
  display: none;
}

.toolbar-tray a {
  font-size: 13px;
}

.toolbar .toolbar-toggle-orientation .toolbar-icon {
  margin: 0;
}
.toolbar .toolbar-toggle-orientation .toolbar-icon:before {
  min-height: 0;
}

.top-bar-section ul li {
  padding-top: 0;
}
.top-bar-section ul li a.is-active {
  color: #FFFFFF;
}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
body.toolbar-fixed .sticky.is-stuck .top-bar {
  margin-top: 39px;
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .sticky.is-stuck .top-bar {
  margin-top: 78px;
}

body.toolbar-fixed .sticky.is-stuck.is-at-top {
  margin-top: 0 !important;
}

.top-bar .menu-item--collapsed, .top-bar .menu-item--expanded {
  list-style: none;
}

@media screen and (max-width: 47.99875em) {
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin: 0px;
  }
  #toolbar-administration {
    display: none;
  }
}
.top-bar .search-block-form .form-item-keys, .top-bar .search-block-form .form-actions {
  display: inline-block;
}

.dropbutton-wrapper {
  background-color: #008CBA;
  margin: 0 0 1.25rem;
}
.dropbutton-wrapper .button {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

@media print, screen and (min-width: 48em) {
  #toolbar-administration {
    position: relative;
    z-index: 99999;
  }
}
body.toolbar-fixed {
  position: relative;
  margin-top: 9px;
  padding-top: 0px !important;
}

body.toolbar-fixed.toolbar-tray-open {
  position: relative;
  margin-top: 46px;
  padding-top: 30px !important;
}

#block-tabs .button-group {
  display: inline-flex;
}
#block-tabs .button-group li {
  margin-right: 1px;
}
#block-tabs .button-group li a {
  padding: 10px;
  text-decoration: none;
}

nav[aria-labelledby^=book-label-] {
  display: none;
}

p {
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
}

a img {
  border: none;
}

a:hover img {
  opacity: 0.8;
}

input::placeholder {
  color: #333333;
}

img.video-thumb {
  border: 1px solid #ccc;
}

.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}

ol[type=a] {
  counter-reset: list;
}
ol[type=a] > li {
  list-style: none;
}
ol[type=a] > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: 0px;
}

body {
  overflow-x: hidden;
}

/**
 * Mixin for Font Awesome icons used as backgrounds
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
body header#library-website-header {
  margin-bottom: 0px;
}

body {
  overflow-x: hidden;
}

/**
 * Mixin for Font Awesome icons used as backgrounds
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
[type=button]:focus,
[type=checkbox]:focus,
[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=hidden]:focus,
[type=image]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=radio]:focus,
[type=range]:focus,
[type=reset]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
area[href]:focus,
button:focus,
details:focus,
iframe:focus,
select:focus,
textarea:focus,
button:focus {
  border-width: 3px;
  -webkit-box-shadow: 0 0 0 3px #909090;
  box-shadow: 0 0 0 3px #909090;
}

#content {
  margin-top: 30px;
}
@media screen and (max-width: 47.99875em) {
  #content {
    margin-top: 30px;
  }
}
#content main#main {
  padding-left: 1rem;
  padding-right: 1rem;
}

h2.to-top,
h3.to-top,
h4.to-top,
h5.to-top,
h6.to-top {
  margin-top: 0px !important;
}

@media screen and (max-width: 47.99875em) {
  .l-messages {
    padding: 0px 0.5rem;
  }
}

#breadcrumb {
  padding: 30px 10px 0px;
}
#breadcrumb ul.breadcrumbs li {
  font-size: 0.8rem;
  text-transform: unset;
}
#breadcrumb ul.breadcrumbs li a {
  text-decoration: underline;
}
#breadcrumb ul.breadcrumbs li a:hover {
  text-decoration: none;
}

#main, .main {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 50px;
}
@media screen and (max-width: 47.99875em) {
  #main, .main {
    padding: 0px 1rem 0px 1rem;
  }
}
#main header, .main header {
  border: 0px;
  padding: 0px;
}
#main h1, .main h1 {
  color: #CC0000;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 3.3rem;
}
#main h2, .main h2 {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1.5rem;
}
#main h3, .main h3 {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1.1rem;
}
#main h4, #main h5, #main h6, .main h4, .main h5, .main h6 {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1rem;
  color: #666;
}
#main h2, #main h3, #main h4, #main h5, #main h6, .main h2, .main h3, .main h4, .main h5, .main h6 {
  padding: 0px;
  margin-bottom: 0.6875rem;
  margin-top: 1.4rem;
}
#main p, .main p {
  padding-bottom: 1.4rem;
  margin-bottom: 0px;
}
#main img, .main img {
  margin: 0px 0px 20px;
  max-width: 100%;
}
#main .block, .main .block {
  margin-bottom: 30px;
}
#main table, .main table {
  margin-bottom: 2.5rem;
  margin-top: 10px;
}
#main table tbody, .main table tbody {
  vertical-align: top;
}
#main table th, #main table td, .main table th, .main table td {
  padding: 0.5625rem 0.625rem 0.3rem 0.625rem;
  text-align: left;
}
#main table th, .main table th {
  text-align: left;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#main table th a, .main table th a {
  text-decoration: none;
}
#main table th h3, .main table th h3 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  text-transform: none;
}
#main ol li:not(.column):not(.columns), #main ul li:not(.column):not(.columns), .main ol li:not(.column):not(.columns), .main ul li:not(.column):not(.columns) {
  padding: 5px 0px;
}
#main ol li:not(.column):not(.columns) ol, #main ol li:not(.column):not(.columns) ul, #main ul li:not(.column):not(.columns) ol, #main ul li:not(.column):not(.columns) ul, .main ol li:not(.column):not(.columns) ol, .main ol li:not(.column):not(.columns) ul, .main ul li:not(.column):not(.columns) ol, .main ul li:not(.column):not(.columns) ul {
  margin-left: 2.5rem;
}
#main ol li:not(.column):not(.columns):last-child, #main ul li:not(.column):not(.columns):last-child, .main ol li:not(.column):not(.columns):last-child, .main ul li:not(.column):not(.columns):last-child {
  padding-bottom: 0px;
}
#main strong, .main strong {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
}
#main .featured-image, .main .featured-image {
  clear: right;
  float: right;
  padding: 2px;
  margin: 0 0 15px 15px;
  width: 40%;
}
#main #page-featured-image, .main #page-featured-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media screen and (max-width: 47.99875em) {
  #sidebar-first #sidebar-accordion-menu {
    border: 1px solid #777777;
    margin-bottom: 30px;
  }
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container {
  list-style-type: none;
  margin: 0px;
}
@media screen and (min-width: 48em) {
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li #mobile-nav-accordion-trigger, #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li #mobile-nav-accordion-trigger + button.submenu-toggle {
    display: none;
  }
}
@media screen and (max-width: 47.99875em) {
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li a#mobile-nav-accordion-trigger {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li #mobile-nav-accordion-trigger + button.submenu-toggle {
    width: 100%;
  }
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li #mobile-nav-accordion-trigger + button.submenu-toggle:after {
    position: absolute;
    right: 12px;
  }
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region {
  margin: 0px;
}
@media screen and (min-width: 48em) {
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region {
    display: block !important;
  }
}
@media screen and (max-width: 47.99875em) {
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu {
    padding: 15px;
    margin-top: 10px;
  }
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu *:last-child {
    margin-bottom: 0px;
  }
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu *:last-child ul,
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu *:last-child ul.menu {
    margin-bottom: 0px;
  }
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu h2 {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu h2 a {
  padding: 10px 0px;
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu ul:first-of-type {
  margin-left: 0px;
  margin-bottom: 50px;
}
@media screen and (max-width: 47.99875em) {
  #sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu ul:first-of-type {
    margin-bottom: 30px;
  }
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu ul:first-of-type li.is-accordion-submenu-parent ul {
  margin-left: 20px;
  margin-bottom: 0px;
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu ul:first-of-type li a {
  line-height: 1.2rem;
  padding-left: 0px;
  padding-right: 1.7rem;
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu ul:first-of-type li a:hover {
  text-decoration: underline;
}
#sidebar-first #sidebar-accordion-menu ul#sidebar-menu-container li ul.sidebar_first-region li#sidebar-submenu ul:first-of-type li a.is-active {
  color: #333333;
}

aside.sidebar-right {
  padding-left: 30px;
}

#sidebar-second {
  padding-left: 1.5rem;
}
@media screen and (max-width: 47.99875em) {
  #sidebar-second {
    padding: 0px 1rem 0px 1rem;
  }
}
#sidebar-second .block {
  margin-bottom: 30px;
}
#sidebar-second .block footer {
  background: none;
  padding-top: 0px;
}
#sidebar-second .block::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#sidebar-second h2, #sidebar-second h3, #sidebar-second h4 {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
#sidebar-second h3 {
  font-size: 1.05rem;
}
#sidebar-second h4 {
  font-size: 0.95rem;
  color: #666;
}
#sidebar-second strong {
  font-family: "RobotoBold", "Arial Black", Helvetica, sans-serif;
}
#sidebar-second ul, #sidebar-second ol {
  list-style-type: none;
  margin-left: 0px;
  width: 100%;
}
#sidebar-second ul li, #sidebar-second ol li {
  display: block;
  padding-bottom: 1rem;
}
#sidebar-second ul li a, #sidebar-second ol li a {
  padding-left: 0;
}

#above-footer {
  margin-bottom: 50px;
}
@media screen and (max-width: 47.99875em) {
  #above-footer {
    padding: 0rem 0.5rem;
  }
}
/*# sourceMappingURL=ncsulibraries.css.map */
