@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! 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-weight: bolder;
}

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=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.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: 4px;
  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;
}

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

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

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

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

.small-1 {
  width: 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.625rem;
  padding-left: 0.625rem;
}

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

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

@media print, screen and (min-width: 40em) {
  .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.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    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;
  }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@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.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    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;
  }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 5rem);
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 5rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 2.5rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 2.5rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 2.5rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 2.5rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 2.5rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 2.5rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 2.5rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 2.5rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 2.5rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 2.5rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 2.5rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 2.5rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 5rem);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 5rem);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
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: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto Slab", 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: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1A5A91;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #122e4b;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #59594A;
}

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

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #F2F2F2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #222222;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F2F2F2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #222222;
  border-radius: 4px;
}

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

.lead {
  font-size: 125%;
  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;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #59594A;
    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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Roboto Slab", serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #017B54;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #01593D;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1A5A91;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #154874;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #222222;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #222222;
}
.button.warning {
  background-color: #ffae00;
  color: #222222;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #222222;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #017B54;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1A5A91;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #222222;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #222222;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #017B54;
  color: #017B54;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.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:hover, .button.hollow:focus {
  border-color: #013e2a;
  color: #013e2a;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #017B54;
  color: #017B54;
}
.button.hollow.primary {
  border: 1px solid #1A5A91;
  color: #1A5A91;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0d2d49;
  color: #0d2d49;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1A5A91;
  color: #1A5A91;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #017B54;
  color: #017B54;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #013e2a;
  color: #013e2a;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #017B54;
  color: #017B54;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1A5A91;
  color: #1A5A91;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0d2d49;
  color: #0d2d49;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1A5A91;
  color: #1A5A91;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #017B54;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1A5A91;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  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: 1px solid #59594A;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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: 4px;
}

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 4px 4px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #F2F2F2;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  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%2889, 89, 74%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #59594A;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

input[type=range] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range][disabled] {
  opacity: 0.25;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #F2F2F2;
}
input[type=range]::-webkit-slider-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #1A5A91;
  border-radius: 4px;
}
input[type=range]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #F2F2F2;
}
input[type=range]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #1A5A91;
  border-radius: 4px;
}
input[type=range]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #fefefe;
  border-bottom: 0.45rem solid #fefefe;
  background: #F2F2F2;
  overflow: visible;
  color: transparent;
}
input[type=range]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #1A5A91;
  border-radius: 4px;
}
input[type=range]::-ms-fill-lower {
  background: #cacaca;
}
input[type=range]::-ms-fill-upper {
  background: #F2F2F2;
}
output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1A5A91;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F2F2F2;
  border-radius: 0 0 4px 4px;
}
.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: 1px solid #F2F2F2;
  border-bottom: 0;
  background-color: #fefefe;
  color: #222222;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.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: #1A5A91 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: #1A5A91 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;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1A5A91;
  color: #fefefe;
}
.badge.primary {
  background: #1A5A91;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #222222;
}
.badge.warning {
  background: #ffae00;
  color: #222222;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1A5A91;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #154874;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #222222;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #222222;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #222222;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #222222;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 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, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.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;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(34, 34, 34, 0.25);
  border-radius: 0;
  background-color: white;
  color: #222222;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d4e7f7;
  color: #222222;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #222222;
}
.callout.success {
  background-color: #e1faea;
  color: #222222;
}
.callout.warning {
  background-color: #fff3d9;
  color: #222222;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #222222;
}
.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 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  background: #fefefe;
  box-shadow: -2px 2px 7px -1px rgba(153, 153, 153, 0.5);
  overflow: hidden;
  color: #222222;
}
.card > :last-child {
  margin-bottom: 0;
}

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

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[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, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: transparent;
  color: #fefefe;
}
.menu .active > a {
  background: transparent;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

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

.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: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  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 #1A5A91;
  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 #1A5A91;
  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 #1A5A91 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 #1A5A91 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  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;
}

.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: #1A5A91 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1A5A91;
}
.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 #1A5A91 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 #1A5A91;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1A5A91 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 #1A5A91 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 #1A5A91;
  }
}
@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: #1A5A91 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 #1A5A91 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 #1A5A91;
  }
}
.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: 1px solid #cacaca;
  background: #fefefe;
}
.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 #1A5A91 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 #1A5A91;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1A5A91;
  color: #fefefe;
}
.label.primary {
  background: #1A5A91;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #222222;
}
.label.warning {
  background: #ffae00;
  color: #222222;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.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: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.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(254, 254, 254, 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(34, 34, 34, 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(34, 34, 34, 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(34, 34, 34, 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(34, 34, 34, 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(34, 34, 34, 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(34, 34, 34, 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: 40em) {
  .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: 40em) {
  .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;
  }
}
.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(34, 34, 34, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[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(34, 34, 34, 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: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #59594A;
}
.orbit-bullets button.is-active {
  background-color: #59594A;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  font-size: 0.875rem;
  display: inline-block;
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #222222;
}
.pagination a:hover,
.pagination button:hover {
  background: #F2F2F2;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1A5A91;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #222222;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1A5A91;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1A5A91;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 4px;
}

.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: #cacaca;
  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: 4px;
  background-color: #1A5A91;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #164d7b;
}
.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%);
}

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

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #cacaca;
  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: 4px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1A5A91;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
thead,
tbody,
tfoot {
  border: 2px solid #7588A2;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #CDD4DE;
  color: #222222;
}

tfoot {
  background: #CDD4DE;
  color: #222222;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

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

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 2px solid #7588A2;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead th {
    display: block;
  }
  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: #c7cfda;
}
table.hover tfoot tr:hover {
  background-color: #c7cfda;
}
table.hover tbody tr:hover {
  background-color: #017B54;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #017B54;
}

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

.tabs {
  margin: 0;
  border: 1px solid #F2F2F2;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.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: #1A5A91;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1d639f;
}

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

.tabs-content {
  border: 1px solid #F2F2F2;
  border-top: 0;
  background: #fefefe;
  color: #222222;
  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 #fefefe;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(34, 34, 34, 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(26, 90, 145, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: #222222;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 15rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #222222;
  font-size: 80%;
  color: #fefefe;
}
.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 #222222;
  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: #222222 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 #222222;
  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 #222222 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%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 300px;
  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 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

@media screen and (max-width: 39.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;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.node-preview-container {
  position: relative;
}
.node-preview-container .node-preview-backlink {
  margin-right: 1rem;
}
.node-preview-container select {
  width: auto;
}

@font-face {
  font-family: "Reklame Script";
  src: url("../fonts/ReklameScript/ReklameScript-Regular_DEMO.otf") format("opentype");
}
@font-face {
  font-family: "WDFW";
  src: url("../fonts/wdfw/wdfw.eot") format("eot");
  src: url("../fonts/wdfw/wdfw.ttf") format("truetype");
  src: url("../fonts/wdfw/wdfw.woff") format("woff");
}
@media screen and (max-width: 39.99875em) {
  .grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rows {
  margin-left: -5px;
  margin-right: -5px;
}
@media print, screen and (min-width: 40em) {
  .rows {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.columns:last-child:not(:first-child) {
  float: left;
}

.background-gray {
  background-color: #E2E6EB;
}

h1, h2, h3,
h4, h5, h6 {
  color: #59594A;
  font-weight: 600;
  margin-top: 1.5rem;
}
h1.no-margin, h2.no-margin, h3.no-margin,
h4.no-margin, h5.no-margin, h6.no-margin {
  margin: 0;
}

h2.clear, h3.clear, h4.clear {
  clear: both;
}

.block-page-title-block h1 {
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}

.field-name-field-title {
  font-family: "Roboto Slab", serif;
  font-size: 2.6875rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 63.99875em) {
  .view-wolf-updates.view-display-id-block_1 .views-row .views-field-title, .view-publications.view-display-id-block_1 .views-row .views-field-title, body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title, .view-emergency-rules-feed-items h3 {
    margin-bottom: 10px;
  }
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-title, .view-publications.view-display-id-block_1 .views-row .views-field-title, body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title, .view-emergency-rules-feed-items h3,
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-title *,
.view-publications.view-display-id-block_1 .views-row .views-field-title *,
body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title *,
.view-emergency-rules-feed-items h3 * {
  color: #59594A;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 63.99875em) {
  .view-wolf-updates.view-display-id-block_1 .views-row .views-field-title, .view-publications.view-display-id-block_1 .views-row .views-field-title, body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title, .view-emergency-rules-feed-items h3,
  .view-wolf-updates.view-display-id-block_1 .views-row .views-field-title *,
  .view-publications.view-display-id-block_1 .views-row .views-field-title *,
  body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title *,
  .view-emergency-rules-feed-items h3 * {
    line-height: 25px;
  }
}
@media print, screen and (min-width: 40em) {
  .view-wolf-updates.view-display-id-block_1 .views-row .views-field-title, .view-publications.view-display-id-block_1 .views-row .views-field-title, body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title, .view-emergency-rules-feed-items h3,
  .view-wolf-updates.view-display-id-block_1 .views-row .views-field-title *,
  .view-publications.view-display-id-block_1 .views-row .views-field-title *,
  body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title *,
  .view-emergency-rules-feed-items h3 * {
    margin-top: 25px;
  }
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-title a, .view-publications.view-display-id-block_1 .views-row .views-field-title a, body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title a, .view-emergency-rules-feed-items h3 a {
  color: #59594A;
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-title a:hover, .view-publications.view-display-id-block_1 .views-row .views-field-title a:hover, body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-title a:hover, .view-emergency-rules-feed-items h3 a:hover {
  text-decoration: underline;
}

.pathway-item-header {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1;
  margin-top: 0;
}

.callout.primary {
  background-color: #ccedff;
}

a {
  transition: all 0.2s linear;
}

a:focus {
  transition: all 0.2s linear;
}

a.active,
a:active,
a:hover {
  transition: all 0.2s linear;
}

main a {
  color: #18459A;
  text-decoration: underline;
}
main a:visited {
  color: #551A8B;
}
main a:hover {
  color: #122e4b;
}

p > a,
li a {
  text-decoration: underline;
}
p > a:hover,
li a:hover {
  text-decoration: none !important;
}

a.external-link:after {
  padding-left: 1px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7e";
}

.pdf-file {
  font-size: 0.9rem;
  font-style: italic;
}

form .js-form-type-textfield input.error {
  border: 2px solid red !important;
}

.views-exposed-form {
  position: relative;
}
.views-exposed-form .js-form-type-textfield {
  float: left;
}
.views-exposed-form .js-form-type-select {
  clear: both;
}
.views-exposed-form .form-actions {
  clear: both;
  float: none;
  margin-bottom: 10px;
}
.views-exposed-form .form-item-items-per-page label {
  display: inline-block;
}
.views-exposed-form .form-item-items-per-page .chosen-container {
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .views-exposed-form .form-item-items-per-page {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#views-exposed-form-public-fishing-piers-block-piers-table fieldset, #views-exposed-form-water-access-sites-block-1 fieldset {
  margin-top: 10px;
  margin-bottom: 10px;
}
#views-exposed-form-public-fishing-piers-block-piers-table fieldset legend, #views-exposed-form-water-access-sites-block-1 fieldset legend {
  margin-bottom: 0;
  font-weight: bold;
}

ul,
ol,
ul ul,
ol ol {
  margin-left: 1.5rem;
}

li {
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 40em) {
  li {
    margin-bottom: 0.2rem;
  }
}

ol > li ol {
  list-style-type: lower-alpha;
}
ol > li ol li > ol {
  list-style-type: lower-roman;
}

ul > li ul {
  list-style-type: circle;
}
ul > li ul li > ul {
  list-style-type: square;
}

ul.inline-list {
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
}
ul.inline-list > li {
  display: inline-block;
}
ul.inline-list > li:not(:last-of-type) {
  margin-right: 1rem;
}

#inline-list-label {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
}

.block-list ul {
  list-style: none;
  margin-left: 0;
  margin-top: 10px;
}
.block-list ul:hover li:not(:hover) {
  opacity: 0.3;
}
.block-list ul > li {
  display: inline-block;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 4px;
  font-weight: bold;
}
.block-list ul > li:hover {
  opacity: 1;
}
.block-list ul > li a,
.block-list ul > li a:hover,
.block-list ul > li a:visited,
.block-list ul > li a:link {
  text-decoration: none;
}

.button {
  box-shadow: -2px 4px 10px -4px #222222;
  line-height: normal;
  white-space: normal;
}
.button, .button.success {
  background-color: #017B54;
  color: #fefefe;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 30px 9px 30px;
}
.button:hover, .button.success:hover {
  background-color: #01593D;
  color: #fefefe;
  outline: 2px solid #fefefe;
}
.button:focus, .button.success:focus {
  background-color: #009d7d;
  color: #fefefe;
}

figure {
  display: inline-block;
}

.node--type-pathway-page .field-name-field-image-caption,
figcaption {
  padding: 0.25rem 0;
  text-align: left;
}

.photo-credit {
  padding: 0.25rem 0;
  font-size: 0.8rem;
  font-style: italic;
  text-align: left;
}

figure.embedded-image {
  margin-bottom: 1rem;
}
figure.embedded-image.align-center {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  figure.embedded-image.page-full {
    width: 860px;
  }
  figure.embedded-image.page-half {
    width: 430px;
  }
  figure.embedded-image.page-quarter {
    width: 215px;
  }
}
figure.embedded-image figcaption {
  font-size: 0.9rem;
}

figure.acquia-dam-image {
  position: relative;
}
figure.acquia-dam-image .field.field-type-acquia-dam-asset {
  margin-bottom: 0;
}
figure.acquia-dam-image figcaption.photo-credit {
  position: absolute;
  bottom: 0;
  background-color: #0f426b;
  color: #ffffff;
  padding: 4px 8px;
  margin: 0;
  width: 100%;
  opacity: 0.85;
}

figure.has-caption .embedded-entity.media-image {
  border-bottom: none;
  margin-bottom: 0.5rem;
}
figure.has-caption .embedded-entity.media-image.no-credit,
figure.has-caption .embedded-entity.media-image.has-credit {
  margin-bottom: 0;
}
figure.has-caption .embedded-entity.media-image + figcaption {
  padding-top: 0.25rem;
}
figure.has-caption .embedded-entity.media-image.has-credit + figcaption {
  padding-top: 0;
}

figure.embedded-image.entity-block-embed {
  border-bottom: none;
}

figure.embedded-image,
.embedded-entity.media-image.has-credit {
  border-bottom: 1px solid #222222;
  text-align: left;
  display: block;
}

figure.embedded-image,
.embedded-entity.media-image.has-credit {
  margin-bottom: 1rem;
}
figure.embedded-image .embedded-entity,
.embedded-entity.media-image.has-credit .embedded-entity {
  margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
  figure.embedded-image.align-right,
  .embedded-entity.media-image.has-credit.align-right {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 40em) {
  figure.embedded-image.align-right,
  .embedded-entity.media-image.has-credit.align-right {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 39.99875em) {
  figure.embedded-image.align-left,
  .embedded-entity.media-image.has-credit.align-left {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 40em) {
  figure.embedded-image.align-left,
  .embedded-entity.media-image.has-credit.align-left {
    margin-right: 1.5rem;
  }
}
figure.embedded-image.align-center,
.embedded-entity.media-image.has-credit.align-center {
  text-align: center;
}

@media screen and (max-width: 63.99875em) {
  .field-name-field-background-image {
    display: none;
  }
}

body .embedded-entity {
  margin-bottom: 1rem;
}
body .embedded-entity.align-center {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  body .embedded-entity.align-right {
    margin-left: 30px;
  }
  body .embedded-entity.align-left {
    margin-right: 30px;
  }
}
body .media-embed {
  margin-bottom: 1rem;
}
body .media-embed.quarter-page-width.align-left {
  margin-right: 1.5rem;
}
body .media-embed.quarter-page-width.aligh-right {
  margin-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  body .media-embed.align-right > .acquia-dam-image {
    margin-left: 1.5rem;
  }
  body .media-embed.align-left > .acquia-dam-image {
    margin-right: 1.5rem;
  }
  body .media-embed.align-center, body .media-embed.align-center > .acquia-dam-image {
    text-align: center;
  }
}
body article.media-embed {
  margin: 0 0 1rem 0;
  position: relative;
}
body article.media-embed.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body article.media-embed.quarter-page-width.align-left {
  margin-right: 1.5rem;
}
body article.media-embed.quarter-page-width.align-right {
  margin-left: 1.5rem;
}
body article.media-embed.quarter-page-width img {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  body article.media-embed.align-right {
    margin-left: 1.5rem;
  }
  body article.media-embed.align-left {
    margin-right: 1.5rem;
  }
  body article.media-embed.quarter-page-width {
    width: 215px;
  }
  body article.media-embed.half-page-width {
    width: 430px;
  }
  body article.media-embed.full-page-width {
    width: 860px;
  }
}
body article.media-embed .field.field-media--field-media-image {
  margin-bottom: 0;
}
body article.media-embed > .photo-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0f426b;
  color: #fff;
  padding: 4px 8px;
  margin: 0;
  width: 100%;
  opacity: 0.85;
}
body figure.paragraph--view-mode--news-item article.media-embed.has-credit {
  border: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
body figure.embedded-image.has-caption > .media-embed {
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  body figure.embedded-image:has(.media-embed.half-page-width) {
    width: 430px;
  }
  body figure.embedded-image:has(.media-embed.full-page-width) {
    width: 860px;
  }
  body figure.embedded-image:has(.media-embed.quarter-page-width) {
    width: 215px;
  }
}
body figure.embedded-image > article {
  width: unset;
}
body figure.embedded-image > article.media-embed.has-credit {
  border: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

.node--type-species #species-accordion, .field-items [id^=basic-accordion], #site-accordion, .node--type-marine-area #marine-area-accordion, #lake-accordion, #crab-area-accordion, #small-game-accordion, .accordion {
  margin-top: 10px;
}
.node--type-species #species-accordion .accordion-item, .field-items [id^=basic-accordion] .accordion-item, #site-accordion .accordion-item, .node--type-marine-area #marine-area-accordion .accordion-item, #lake-accordion .accordion-item, #crab-area-accordion .accordion-item, #small-game-accordion .accordion-item, .accordion .accordion-item {
  margin: 0 0 0.8rem 0;
}
.node--type-species #species-accordion .accordion-item .accordion-title, .field-items [id^=basic-accordion] .accordion-item .accordion-title, #site-accordion .accordion-item .accordion-title, .node--type-marine-area #marine-area-accordion .accordion-item .accordion-title, #lake-accordion .accordion-item .accordion-title, #crab-area-accordion .accordion-item .accordion-title, #small-game-accordion .accordion-item .accordion-title, .accordion .accordion-item .accordion-title {
  cursor: pointer;
  padding: 0;
  border: none;
  text-decoration: none;
}
.node--type-species #species-accordion .accordion-item .accordion-title:hover, .field-items [id^=basic-accordion] .accordion-item .accordion-title:hover, #site-accordion .accordion-item .accordion-title:hover, .node--type-marine-area #marine-area-accordion .accordion-item .accordion-title:hover, #lake-accordion .accordion-item .accordion-title:hover, #crab-area-accordion .accordion-item .accordion-title:hover, #small-game-accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title:hover, .node--type-species #species-accordion .accordion-item .accordion-title:visited, .field-items [id^=basic-accordion] .accordion-item .accordion-title:visited, #site-accordion .accordion-item .accordion-title:visited, .node--type-marine-area #marine-area-accordion .accordion-item .accordion-title:visited, #lake-accordion .accordion-item .accordion-title:visited, #crab-area-accordion .accordion-item .accordion-title:visited, #small-game-accordion .accordion-item .accordion-title:visited, .accordion .accordion-item .accordion-title:visited {
  text-decoration: none;
}
.node--type-species #species-accordion .accordion-item .accordion-title h2, .field-items [id^=basic-accordion] .accordion-item .accordion-title h2, #site-accordion .accordion-item .accordion-title h2, .node--type-marine-area #marine-area-accordion .accordion-item .accordion-title h2, #lake-accordion .accordion-item .accordion-title h2, #crab-area-accordion .accordion-item .accordion-title h2, #small-game-accordion .accordion-item .accordion-title h2, .accordion .accordion-item .accordion-title h2 {
  background: #59594A;
  border: 2px solid #59594A;
  border-radius: 10px;
  color: #fefefe;
  padding: 0 2rem 0 0.5rem;
}
.node--type-species #species-accordion .accordion-item .accordion-title h3, .field-items [id^=basic-accordion] .accordion-item .accordion-title h3, #site-accordion .accordion-item .accordion-title h3, .node--type-marine-area #marine-area-accordion .accordion-item .accordion-title h3, #lake-accordion .accordion-item .accordion-title h3, #crab-area-accordion .accordion-item .accordion-title h3, #small-game-accordion .accordion-item .accordion-title h3, .accordion .accordion-item .accordion-title h3 {
  background: #BE6e46;
  border: 2px solid #BE6e46;
  border-radius: 10px;
  color: #fefefe;
  padding: 0 2rem 0 0.5rem;
}
.node--type-species #species-accordion .accordion-item .accordion-title:before, .field-items [id^=basic-accordion] .accordion-item .accordion-title:before, #site-accordion .accordion-item .accordion-title:before, .node--type-marine-area #marine-area-accordion .accordion-item .accordion-title:before, #lake-accordion .accordion-item .accordion-title:before, #crab-area-accordion .accordion-item .accordion-title:before, #small-game-accordion .accordion-item .accordion-title:before, .accordion .accordion-item .accordion-title:before {
  font-size: 1.375rem;
  margin-top: -1rem;
  color: #fefefe;
}
.node--type-species #species-accordion .accordion-item.is-active .accordion-title:hover, .field-items [id^=basic-accordion] .accordion-item.is-active .accordion-title:hover, #site-accordion .accordion-item.is-active .accordion-title:hover, .node--type-marine-area #marine-area-accordion .accordion-item.is-active .accordion-title:hover, #lake-accordion .accordion-item.is-active .accordion-title:hover, #crab-area-accordion .accordion-item.is-active .accordion-title:hover, #small-game-accordion .accordion-item.is-active .accordion-title:hover, .accordion .accordion-item.is-active .accordion-title:hover {
  text-decoration-color: #59594A;
}
.node--type-species #species-accordion .accordion-item.is-active .accordion-title h2, .field-items [id^=basic-accordion] .accordion-item.is-active .accordion-title h2, #site-accordion .accordion-item.is-active .accordion-title h2, .node--type-marine-area #marine-area-accordion .accordion-item.is-active .accordion-title h2, #lake-accordion .accordion-item.is-active .accordion-title h2, #crab-area-accordion .accordion-item.is-active .accordion-title h2, #small-game-accordion .accordion-item.is-active .accordion-title h2, .accordion .accordion-item.is-active .accordion-title h2 {
  background: #fefefe;
  color: #59594A;
}
.node--type-species #species-accordion .accordion-item.is-active .accordion-title h2:hover, .field-items [id^=basic-accordion] .accordion-item.is-active .accordion-title h2:hover, #site-accordion .accordion-item.is-active .accordion-title h2:hover, .node--type-marine-area #marine-area-accordion .accordion-item.is-active .accordion-title h2:hover, #lake-accordion .accordion-item.is-active .accordion-title h2:hover, #crab-area-accordion .accordion-item.is-active .accordion-title h2:hover, #small-game-accordion .accordion-item.is-active .accordion-title h2:hover, .accordion .accordion-item.is-active .accordion-title h2:hover {
  background: rgba(89, 89, 74, 0.2);
}
.node--type-species #species-accordion .accordion-item.is-active .accordion-title:before, .field-items [id^=basic-accordion] .accordion-item.is-active .accordion-title:before, #site-accordion .accordion-item.is-active .accordion-title:before, .node--type-marine-area #marine-area-accordion .accordion-item.is-active .accordion-title:before, #lake-accordion .accordion-item.is-active .accordion-title:before, #crab-area-accordion .accordion-item.is-active .accordion-title:before, #small-game-accordion .accordion-item.is-active .accordion-title:before, .accordion .accordion-item.is-active .accordion-title:before {
  color: #59594A;
}
.node--type-species #species-accordion .accordion-content, .field-items [id^=basic-accordion] .accordion-content, #site-accordion .accordion-content, .node--type-marine-area #marine-area-accordion .accordion-content, #lake-accordion .accordion-content, #crab-area-accordion .accordion-content, #small-game-accordion .accordion-content, .accordion .accordion-content {
  border: none;
  padding: 0 5px;
  overflow: hidden;
}
.node--type-species #species-accordion .accordion-content a, .field-items [id^=basic-accordion] .accordion-content a, #site-accordion .accordion-content a, .node--type-marine-area #marine-area-accordion .accordion-content a, #lake-accordion .accordion-content a, #crab-area-accordion .accordion-content a, #small-game-accordion .accordion-content a, .accordion .accordion-content a {
  text-decoration: underline;
}
.node--type-species #species-accordion .accordion-content figure.embedded-image.page-full, .field-items [id^=basic-accordion] .accordion-content figure.embedded-image.page-full, #site-accordion .accordion-content figure.embedded-image.page-full, .node--type-marine-area #marine-area-accordion .accordion-content figure.embedded-image.page-full, #lake-accordion .accordion-content figure.embedded-image.page-full, #crab-area-accordion .accordion-content figure.embedded-image.page-full, #small-game-accordion .accordion-content figure.embedded-image.page-full, .accordion .accordion-content figure.embedded-image.page-full {
  width: 100%;
}
.node--type-species #species-accordion .accordion-content .view-empty, .field-items [id^=basic-accordion] .accordion-content .view-empty, #site-accordion .accordion-content .view-empty, .node--type-marine-area #marine-area-accordion .accordion-content .view-empty, #lake-accordion .accordion-content .view-empty, #crab-area-accordion .accordion-content .view-empty, #small-game-accordion .accordion-content .view-empty, .accordion .accordion-content .view-empty {
  padding: 15px 0;
}
.node--type-species #species-accordion .accordion-content .grid-x article.media-embed.half-page-width, .field-items [id^=basic-accordion] .accordion-content .grid-x article.media-embed.half-page-width, #site-accordion .accordion-content .grid-x article.media-embed.half-page-width, .node--type-marine-area #marine-area-accordion .accordion-content .grid-x article.media-embed.half-page-width, #lake-accordion .accordion-content .grid-x article.media-embed.half-page-width, #crab-area-accordion .accordion-content .grid-x article.media-embed.half-page-width, #small-game-accordion .accordion-content .grid-x article.media-embed.half-page-width, .accordion .accordion-content .grid-x article.media-embed.half-page-width, .node--type-species #species-accordion .accordion-content .grid-x article.media-embed.full-page-width, .field-items [id^=basic-accordion] .accordion-content .grid-x article.media-embed.full-page-width, #site-accordion .accordion-content .grid-x article.media-embed.full-page-width, .node--type-marine-area #marine-area-accordion .accordion-content .grid-x article.media-embed.full-page-width, #lake-accordion .accordion-content .grid-x article.media-embed.full-page-width, #crab-area-accordion .accordion-content .grid-x article.media-embed.full-page-width, #small-game-accordion .accordion-content .grid-x article.media-embed.full-page-width, .accordion .accordion-content .grid-x article.media-embed.full-page-width {
  width: 100%;
}
.node--type-species #species-accordion .accordion-custom-content .accordion-title:before, .field-items [id^=basic-accordion] .accordion-custom-content .accordion-title:before, #site-accordion .accordion-custom-content .accordion-title:before, .node--type-marine-area #marine-area-accordion .accordion-custom-content .accordion-title:before, #lake-accordion .accordion-custom-content .accordion-title:before, #crab-area-accordion .accordion-custom-content .accordion-title:before, #small-game-accordion .accordion-custom-content .accordion-title:before, .accordion .accordion-custom-content .accordion-title:before {
  color: #fefefe !important;
}

:last-child > .accordion-content:last-child {
  border-bottom: none;
}

table {
  display: table;
  border-radius: 0;
}
table.fit-content {
  width: fit-content;
}
table caption {
  font-family: "Roboto Slab", serif;
  font-size: 1.1rem;
  color: #59594A;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  text-align: left;
}
table th, table td {
  border: 1px solid #7588A2;
}
@media screen and (max-width: 39.99875em) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

p.indent {
  margin-left: 2rem;
}

.fine-print,
a.fine-print,
p.fine-print {
  font-size: 0.9rem;
}

.video-embed-field-responsive-video {
  margin-bottom: 1rem;
}

/* Outer iframe of oEmbed remote video */
.field-media--field-media-oembed-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Inner iframe of oEmbed remote video */
.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

article.remote-video.align-right, article.remote-video.align-left {
  width: 100%;
  float: none;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  article.remote-video.align-right {
    width: 50%;
    float: right;
    margin-left: 1.5rem;
  }
  article.remote-video.align-left {
    width: 50%;
    float: left;
    margin-right: 1.5rem;
  }
}

.field-name-field-exposure-ranking,
.field-name-field-sensitivity-ranking {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.field-name-field-exposure-ranking .grid-x,
.field-name-field-sensitivity-ranking .grid-x,
.field-name-field-vulnerability-ranking .grid-x {
  margin-bottom: 0.9rem;
}
.field-name-field-exposure-ranking .grid-x div:first-child,
.field-name-field-sensitivity-ranking .grid-x div:first-child,
.field-name-field-vulnerability-ranking .grid-x div:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.field-name-field-exposure-ranking .grid-x div:last-child,
.field-name-field-sensitivity-ranking .grid-x div:last-child,
.field-name-field-vulnerability-ranking .grid-x div:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.field-name-field-exposure-ranking .grid-x .cell,
.field-name-field-sensitivity-ranking .grid-x .cell,
.field-name-field-vulnerability-ranking .grid-x .cell {
  color: #59594A;
  border-width: 1px;
  border-style: solid;
  border-color: #59594A;
  font-size: 0.8rem;
  font-weight: bold;
}
.field-name-field-exposure-ranking .grid-x .cell .has-tip,
.field-name-field-sensitivity-ranking .grid-x .cell .has-tip,
.field-name-field-vulnerability-ranking .grid-x .cell .has-tip {
  border-bottom-color: #222222;
  border-bottom-width: 2px;
}
.field-name-field-exposure-ranking .grid-x .cell p,
.field-name-field-sensitivity-ranking .grid-x .cell p,
.field-name-field-vulnerability-ranking .grid-x .cell p {
  margin: 0;
  line-height: 1.3;
  padding: 5px 0;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.field-name-field-exposure-ranking .grid-x .cell.outlined,
.field-name-field-sensitivity-ranking .grid-x .cell.outlined,
.field-name-field-vulnerability-ranking .grid-x .cell.outlined {
  color: #222222;
  font-size: 0.9rem;
  border-color: #59594A;
}
.field-name-field-exposure-ranking .grid-x .cell.outlined.low,
.field-name-field-sensitivity-ranking .grid-x .cell.outlined.low,
.field-name-field-vulnerability-ranking .grid-x .cell.outlined.low {
  background-color: #fff6c3;
}
.field-name-field-exposure-ranking .grid-x .cell.outlined.low-moderate,
.field-name-field-sensitivity-ranking .grid-x .cell.outlined.low-moderate,
.field-name-field-vulnerability-ranking .grid-x .cell.outlined.low-moderate {
  background-color: #ffee60;
}
.field-name-field-exposure-ranking .grid-x .cell.outlined.moderate,
.field-name-field-sensitivity-ranking .grid-x .cell.outlined.moderate,
.field-name-field-vulnerability-ranking .grid-x .cell.outlined.moderate {
  background-color: #f2cb02;
}
.field-name-field-exposure-ranking .grid-x .cell.outlined.moderate-high,
.field-name-field-sensitivity-ranking .grid-x .cell.outlined.moderate-high,
.field-name-field-vulnerability-ranking .grid-x .cell.outlined.moderate-high {
  background-color: #f39454;
}
.field-name-field-exposure-ranking .grid-x .cell.outlined.high,
.field-name-field-sensitivity-ranking .grid-x .cell.outlined.high,
.field-name-field-vulnerability-ranking .grid-x .cell.outlined.high {
  background-color: #ed6f23;
}

.info-icon:before {
  color: #4E5A72;
  content: "\ea0c";
  padding-left: 5px;
  speak: none;
  font-family: "icomoon";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.margin-0 {
  margin: 0;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-horizontal-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-horizontal-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

*:focus {
  outline: 2px #fefefe solid !important;
  outline-offset: 0 !important;
  box-shadow: 0 0 0 4px #0f426b !important;
}

header {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  header {
    padding: 0 !important;
  }
}
@media print, screen and (min-width: 40em) {
  header {
    background: #fefefe;
  }
}
header button:hover {
  cursor: pointer;
}
header button:focus {
  outline: none;
}
@media print, screen and (min-width: 40em) {
  header .is-drilldown {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 63.99875em) {
  header .menu.vertical.large-horizontal > li:first-child {
    display: none;
  }
  header .menu .is-active > a {
    background: transparent;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 64em) {
  header .menu.dropdown li a {
    border-bottom: 10px solid #fefefe;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    padding-bottom: 5px;
  }
  header .menu.dropdown li.is-active > a {
    color: #222222;
    font-weight: 600;
  }
}
@media screen and (max-width: 63.99875em) {
  header .collapsible-section {
    font-size: 20px;
  }
}
header .collapsible-section .title-bar,
header .collapsible-section .search-toggle {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
header .collapsible-section .title-bar button,
header .collapsible-section .search-toggle button {
  padding: 30px 0 20px 0;
  width: auto;
}
@media screen and (max-width: 63.99875em) {
  header .collapsible-section .title-bar button,
  header .collapsible-section .search-toggle button {
    height: 100%;
    margin: 0;
    width: 100%;
  }
}
header .collapsible-section .title-bar button:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #222222;
  box-shadow: 0 7px 0 #222222, 0 14px 0 #222222;
  content: "";
  vertical-align: top;
  margin-right: 5px;
  margin-top: 1px;
}
header .collapsible-section .title-bar button:after {
  content: none;
}
@media screen and (max-width: 63.99875em) {
  header .mobile-menu-header a {
    text-align: left;
    padding: 0 1rem;
  }
  header .mobile-menu-header > div.cell {
    text-align: right;
  }
  header .mobile-menu-header > div.cell button {
    height: 60px;
    padding: 0 1rem;
    text-align: right;
    width: 100%;
  }
}
@media screen and (max-width: 63.99875em) {
  header #mobile-dropdown {
    background: #D8DDE4;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
  }
  header #mobile-dropdown .is-active > a {
    color: #222222;
  }
  header #mobile-dropdown .submenu {
    background: #F2F2F2;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  header #mobile-dropdown li {
    border-top: 1px solid #9DA5B8;
  }
  header #mobile-dropdown li.menu-item--active-trail > a {
    font-weight: bold;
  }
  header #mobile-dropdown li a {
    padding: 20px 80px 20px 1rem;
  }
  header #mobile-dropdown li a.is-active {
    font-weight: bold;
  }
}
header #mobile-dropdown #block-wdfw-topmenu--2 li,
header #mobile-dropdown #block-wdfw-topmenu li {
  display: block;
}

.top-bar {
  background: #fefefe;
  display: none;
  margin-top: -62px;
  padding: 0;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .top-bar {
    margin-top: -58px;
  }
}
.top-bar a {
  color: #222222;
}
.top-bar > .cell {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.top-bar > .cell button {
  padding: 20px 0;
  width: auto;
}
.top-bar .icon-cross {
  font-size: 0.875rem;
  margin-left: 5px;
  vertical-align: middle;
}
@media print, screen and (min-width: 64em) {
  .top-bar {
    justify-content: space-between;
    margin-top: 0;
  }
  .top-bar > div {
    width: 100%;
  }
}

#block-wdfw-branding {
  border-bottom: 1px solid #53647B;
}
#block-wdfw-branding .branding-inner {
  padding: 10px;
}
#block-wdfw-branding .branding-inner img {
  height: 90px;
}
#block-wdfw-branding a {
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 64em) {
  #block-wdfw-branding {
    border-bottom: none;
  }
  #block-wdfw-branding .branding-inner {
    display: inline-block;
    padding-left: 0;
  }
}

#block-wdfw-main-menu li,
#block-wdfw-main-menu--2 li,
#block-wdfw-topmenu li,
#block-wdfw-topmenu--2 li {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  #block-wdfw-main-menu .menu,
  #block-wdfw-main-menu--2 .menu,
  #block-wdfw-topmenu .menu,
  #block-wdfw-topmenu--2 .menu {
    display: flex;
    justify-content: space-between;
  }
  #block-wdfw-main-menu .menu .btn-open-submenu,
  #block-wdfw-main-menu--2 .menu .btn-open-submenu,
  #block-wdfw-topmenu .menu .btn-open-submenu,
  #block-wdfw-topmenu--2 .menu .btn-open-submenu {
    display: none;
  }
  #block-wdfw-main-menu .menu li,
  #block-wdfw-main-menu--2 .menu li,
  #block-wdfw-topmenu .menu li,
  #block-wdfw-topmenu--2 .menu li {
    flex-grow: 1;
  }
  #block-wdfw-main-menu .menu li:first-child a,
  #block-wdfw-main-menu--2 .menu li:first-child a,
  #block-wdfw-topmenu .menu li:first-child a,
  #block-wdfw-topmenu--2 .menu li:first-child a {
    margin-left: 0;
  }
  #block-wdfw-main-menu .menu li:last-child a,
  #block-wdfw-main-menu--2 .menu li:last-child a,
  #block-wdfw-topmenu .menu li:last-child a,
  #block-wdfw-topmenu--2 .menu li:last-child a {
    margin-right: 0;
  }
  #block-wdfw-main-menu .menu li .submenu,
  #block-wdfw-main-menu--2 .menu li .submenu,
  #block-wdfw-topmenu .menu li .submenu,
  #block-wdfw-topmenu--2 .menu li .submenu {
    display: none !important;
  }
  #block-wdfw-main-menu .menu li a,
  #block-wdfw-main-menu--2 .menu li a,
  #block-wdfw-topmenu .menu li a,
  #block-wdfw-topmenu--2 .menu li a {
    font-size: 1.125rem;
    font-weight: normal;
    padding-right: 0;
  }
  #block-wdfw-main-menu .menu li a:after,
  #block-wdfw-main-menu--2 .menu li a:after,
  #block-wdfw-topmenu .menu li a:after,
  #block-wdfw-topmenu--2 .menu li a:after {
    content: none;
  }
  #block-wdfw-main-menu .menu li a:hover, #block-wdfw-main-menu .menu li a.is-active,
  #block-wdfw-main-menu--2 .menu li a:hover,
  #block-wdfw-main-menu--2 .menu li a.is-active,
  #block-wdfw-topmenu .menu li a:hover,
  #block-wdfw-topmenu .menu li a.is-active,
  #block-wdfw-topmenu--2 .menu li a:hover,
  #block-wdfw-topmenu--2 .menu li a.is-active {
    border-bottom: 10px solid #ffd12e;
  }
  #block-wdfw-main-menu .menu li a.is-active,
  #block-wdfw-main-menu--2 .menu li a.is-active,
  #block-wdfw-topmenu .menu li a.is-active,
  #block-wdfw-topmenu--2 .menu li a.is-active {
    font-weight: bold;
  }
  #block-wdfw-main-menu .menu li.menu-item--active-trail a,
  #block-wdfw-main-menu--2 .menu li.menu-item--active-trail a,
  #block-wdfw-topmenu .menu li.menu-item--active-trail a,
  #block-wdfw-topmenu--2 .menu li.menu-item--active-trail a {
    font-weight: bold;
    border-bottom: 10px solid #ffd12e;
  }
}
#block-wdfw-main-menu .is-drilldown-submenu.is-active,
#block-wdfw-main-menu--2 .is-drilldown-submenu.is-active,
#block-wdfw-topmenu .is-drilldown-submenu.is-active,
#block-wdfw-topmenu--2 .is-drilldown-submenu.is-active {
  position: static;
  transform: none;
}
#block-wdfw-main-menu .is-dropdown-submenu,
#block-wdfw-main-menu--2 .is-dropdown-submenu,
#block-wdfw-topmenu .is-dropdown-submenu,
#block-wdfw-topmenu--2 .is-dropdown-submenu {
  border: none;
  position: static;
}
#block-wdfw-main-menu .submenu,
#block-wdfw-main-menu--2 .submenu,
#block-wdfw-topmenu .submenu,
#block-wdfw-topmenu--2 .submenu {
  display: none;
}
#block-wdfw-main-menu .submenu li a,
#block-wdfw-main-menu--2 .submenu li a,
#block-wdfw-topmenu .submenu li a,
#block-wdfw-topmenu--2 .submenu li a {
  padding-left: 2rem;
}
#block-wdfw-main-menu .has-submenu,
#block-wdfw-main-menu--2 .has-submenu,
#block-wdfw-topmenu .has-submenu,
#block-wdfw-topmenu--2 .has-submenu {
  position: relative;
}
#block-wdfw-main-menu .has-submenu a:after,
#block-wdfw-main-menu--2 .has-submenu a:after,
#block-wdfw-topmenu .has-submenu a:after,
#block-wdfw-topmenu--2 .has-submenu a:after {
  content: none;
}
#block-wdfw-main-menu .btn-open-submenu,
#block-wdfw-main-menu--2 .btn-open-submenu,
#block-wdfw-topmenu .btn-open-submenu,
#block-wdfw-topmenu--2 .btn-open-submenu {
  background: #CDD4DE;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 60px;
  height: 60px;
  padding-top: 22px;
  transform: rotate(180deg);
  text-align: center;
}
#block-wdfw-main-menu .btn-open-submenu:before,
#block-wdfw-main-menu--2 .btn-open-submenu:before,
#block-wdfw-topmenu .btn-open-submenu:before,
#block-wdfw-topmenu--2 .btn-open-submenu:before {
  font-size: 27px;
  font-weight: 900;
}
#block-wdfw-main-menu .btn-open-submenu:hover,
#block-wdfw-main-menu--2 .btn-open-submenu:hover,
#block-wdfw-topmenu .btn-open-submenu:hover,
#block-wdfw-topmenu--2 .btn-open-submenu:hover {
  cursor: pointer;
}
#block-wdfw-main-menu .btn-open-submenu.active,
#block-wdfw-main-menu--2 .btn-open-submenu.active,
#block-wdfw-topmenu .btn-open-submenu.active,
#block-wdfw-topmenu--2 .btn-open-submenu.active {
  transform: none;
}

@media print, screen and (min-width: 64em) {
  #block-wdfw-topmenu,
  #block-wdfw-topmenu--2 {
    padding-left: 340px;
    position: absolute;
    right: 30px;
    top: 10px;
  }
  #block-wdfw-topmenu .menu li a,
  #block-wdfw-topmenu--2 .menu li a {
    border-bottom: 5px solid #fefefe;
    font-size: 0.875rem;
    padding-bottom: 0;
  }
  #block-wdfw-topmenu .menu li a:hover, #block-wdfw-topmenu .menu li a.is-active,
  #block-wdfw-topmenu--2 .menu li a:hover,
  #block-wdfw-topmenu--2 .menu li a.is-active {
    border-bottom: 4px solid #ffd12e;
  }
  #block-wdfw-topmenu .menu li a.is-active,
  #block-wdfw-topmenu--2 .menu li a.is-active {
    font-weight: bold;
  }
  #block-wdfw-topmenu.menu-item--active-trail > a,
  #block-wdfw-topmenu--2.menu-item--active-trail > a {
    border-bottom: 4px solid #ffd12e;
    font-weight: bold;
  }
}

#header-search-bar {
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  #header-search-bar {
    padding: 0 1rem;
  }
}
#header-search-bar #search-block-form {
  position: relative;
}
#header-search-bar #search-block-form .form-search {
  padding-right: 32px;
  margin-bottom: 0;
}
#header-search-bar #search-block-form:after {
  content: "\e986";
  font-family: icomoon;
  height: 32px;
  padding: 4px 13px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
@media screen and (max-width: 63.99875em) {
  #header-search-bar #search-block-form:after {
    padding: 1px 13px;
  }
}
@media print, screen and (min-width: 64em) {
  #header-search-bar {
    margin-left: auto;
    width: 265px;
    margin-top: -50px;
  }
}
#header-search-bar input.form-search {
  border: 2px solid black;
  height: 2rem;
}

@media print, screen and (min-width: 64em) {
  .header-separator {
    background-color: #53647B;
    box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.5);
    height: 1px;
    width: 100%;
  }
}

.breadcrumbs-area {
  min-height: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #main {
    margin-top: 5px;
  }
}
#main select {
  visibility: hidden;
}
#main .chosen-container {
  max-width: 100%;
}
#main .js-form-type-textfield,
#main .js-form-type-email,
#main .js-form-type-number,
#main .js-form-type-date,
#main .chosen-container,
#main .js-form-type-textarea {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #main .js-form-type-textfield,
  #main .js-form-type-email,
  #main .js-form-type-number,
  #main .js-form-type-date,
  #main .chosen-container,
  #main .js-form-type-textarea {
    max-width: 50%;
  }
}
#main .js-form-type-textfield input,
#main .js-form-type-textfield textarea,
#main .js-form-type-textfield .chosen-choices,
#main .js-form-type-email input,
#main .js-form-type-email textarea,
#main .js-form-type-email .chosen-choices,
#main .js-form-type-number input,
#main .js-form-type-number textarea,
#main .js-form-type-number .chosen-choices,
#main .js-form-type-date input,
#main .js-form-type-date textarea,
#main .js-form-type-date .chosen-choices,
#main .chosen-container input,
#main .chosen-container textarea,
#main .chosen-container .chosen-choices,
#main .js-form-type-textarea input,
#main .js-form-type-textarea textarea,
#main .js-form-type-textarea .chosen-choices {
  border: 2px solid black;
  border-radius: 4px;
  font-size: 16px;
}
#main .js-form-type-textfield input .chosen-choices,
#main .js-form-type-email input .chosen-choices,
#main .js-form-type-number input .chosen-choices,
#main .js-form-type-date input .chosen-choices,
#main .chosen-container input .chosen-choices,
#main .js-form-type-textarea input .chosen-choices {
  height: 38px;
}
#main .js-form-type-textfield textarea,
#main .js-form-type-email textarea,
#main .js-form-type-number textarea,
#main .js-form-type-date textarea,
#main .chosen-container textarea,
#main .js-form-type-textarea textarea {
  height: 180px;
  resize: none;
}
#main .js-form-type-select label,
#main .js-form-type-textfield label,
#main .js-form-type-textarea label,
#main .js-form-type-date label,
#main .js-form-type-email label,
#main .js-form-type-number label {
  font-size: 16px;
  font-weight: bold;
}

.node--type-page .layout--onecol .grid-container,
.node--type-gray-wolf-pack .layout--onecol .grid-container,
.node--type-basic-accordion-page .layout--onecol .grid-container {
  padding: 0;
}
.node--type-page .layout--twocol .field-node--field-media-image img,
.node--type-gray-wolf-pack .layout--twocol .field-node--field-media-image img,
.node--type-basic-accordion-page .layout--twocol .field-node--field-media-image img {
  width: 100%;
}
.node--type-page.section-places-to-go .view-public-fishing-piers .view-empty,
.node--type-gray-wolf-pack.section-places-to-go .view-public-fishing-piers .view-empty,
.node--type-basic-accordion-page.section-places-to-go .view-public-fishing-piers .view-empty {
  font-weight: bold;
  margin-bottom: 5px;
}
.node--type-page .block-region-content h2 .block-title,
.node--type-gray-wolf-pack .block-region-content h2 .block-title,
.node--type-basic-accordion-page .block-region-content h2 .block-title {
  line-height: 44px;
  margin-top: 0;
}
.node--type-page .block-entity-fieldnodebody,
.node--type-gray-wolf-pack .block-entity-fieldnodebody,
.node--type-basic-accordion-page .block-entity-fieldnodebody {
  overflow: auto;
  display: inline;
}
.node--type-page .block-entity-fieldnodebody .field-node--body,
.node--type-gray-wolf-pack .block-entity-fieldnodebody .field-node--body,
.node--type-basic-accordion-page .block-entity-fieldnodebody .field-node--body {
  overflow: auto;
}

#block-wdfw-local-tasks .button-group {
  margin-bottom: 0;
}
#block-wdfw-local-tasks .button-group a {
  color: #fefefe;
  margin-bottom: 1rem;
}
#block-wdfw-local-tasks .button-group a:hover {
  text-decoration: none;
}

#arcgis-map {
  height: 450px;
  min-height: 450px;
  margin-bottom: 20px;
}

footer, .bottom-bar {
  color: #fefefe;
}

footer {
  background: #53647B;
  border-top: 2px solid #ffd12e;
}
footer .block-title {
  color: #fefefe;
  font-size: 1.5rem;
}
footer a {
  color: #fefefe;
}
footer .menu {
  margin-left: 0.5rem;
}
footer .menu li {
  display: block;
  width: 100%;
}
footer .menu li a {
  border-bottom: 4px solid transparent;
  display: inline-block;
  margin: 11px 0 4px 0;
  padding: 0 0 3px 0;
  transition: all 0.2s linear;
}
footer .menu li a:hover {
  border-bottom: 4px solid #ffd12e;
  color: #fefefe;
  text-decoration: none;
}
footer .menu li a:focus {
  color: #fefefe;
}
@media print, screen and (min-width: 64em) {
  footer {
    margin-top: 90px;
    padding: 30px 0 0;
  }
  footer ul.menu {
    margin-left: 0;
  }
  footer #footer-middle {
    background-color: #53647B;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(#53647B)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), #53647B) 1 100%;
    -moz-border-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), #53647B) 1 100%;
    -o-border-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), #53647B) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #53647B) 1 100%;
    margin-top: -90px;
    padding: 10px 40px;
    z-index: 1;
  }
  footer #footer-middle .block-title {
    line-height: 50px;
    margin-bottom: 0;
    text-decoration: underline;
    vertical-align: middle;
  }
  footer #footer-middle .block-title:before {
    background: url("/sites/default/files/wdfwlogo_clr_notext-50x63.png") no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 65px;
    margin-right: 0.5rem;
  }
  footer #footer-middle .menu {
    padding-bottom: 0;
  }
  footer #footer-middle .menu li {
    padding-left: 60px;
  }
  footer #footer-last {
    padding-left: 45px;
  }
}
footer #block-wdfw-stay-connected .social-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
footer #block-wdfw-stay-connected .social-items .social-item {
  flex: 1 0 50%;
  font-size: 15px;
}
footer #block-wdfw-stay-connected .social-items .social-item a {
  display: inline-block;
  padding: 0.7rem 0;
  position: relative;
  text-decoration: none;
}
footer #block-wdfw-stay-connected .social-items .social-item a:after {
  background: transparent;
  bottom: 14px;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear;
  width: calc(100% - 40px);
}
footer #block-wdfw-stay-connected .social-items .social-item a:hover {
  color: #fefefe;
}
footer #block-wdfw-stay-connected .social-items .social-item a:hover:after {
  background: #ffd12e;
  bottom: 14px;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear;
  width: calc(100% - 40px);
}
footer #block-wdfw-stay-connected .social-items .social-item a.connected-email:after {
  width: 100%;
}
footer #block-wdfw-stay-connected .social-items .social-item a.connected-email:hover:after {
  bottom: 14px;
  width: 100%;
}
footer #block-wdfw-stay-connected .social-items .social-item a:not(.connected-email):not(.fa-youtube):not(.connected-medium):not(.connected-linkedin):before {
  background: #fefefe;
  border-radius: 100%;
  color: #53647B;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  height: 33px;
  line-height: 1;
  margin-right: 7px;
  padding-top: 7px;
  text-transform: none;
  text-align: center;
  width: 33px;
  vertical-align: middle;
}
footer #block-wdfw-stay-connected .social-items .social-item a.fa-facebook:before {
  content: "\ea90";
}
footer #block-wdfw-stay-connected .social-items .social-item a.fa-instagram:before {
  content: "\ea92";
}
footer #block-wdfw-stay-connected .social-items .social-item a.fa-twitter:before {
  content: "\ea96";
}
footer #block-wdfw-stay-connected .social-items .social-item a.fa-youtube:before, footer #block-wdfw-stay-connected .social-items .social-item a.connected-medium:before, footer #block-wdfw-stay-connected .social-items .social-item a.connected-linkedin:before {
  background-color: white;
  background-size: 71%;
  background-position: 6px 5px;
  background-repeat: no-repeat;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 33px;
  margin-right: 7px;
  text-align: center;
  vertical-align: middle;
  width: 33px;
}
footer #block-wdfw-stay-connected .social-items .social-item a.fa-youtube:before {
  background-image: url("../images/youtube-social.png");
}
footer #block-wdfw-stay-connected .social-items .social-item a.connected-medium:before {
  background-image: url("../images/medium-social.png");
}
footer #block-wdfw-stay-connected .social-items .social-item a.connected-linkedin:before {
  background-image: url("../images/linkedin-social.png");
}
footer #block-wdfw-stay-connected .social-items .social-item a.connected-email {
  padding: 16px 0;
}
footer #block-wdfw-translationslink a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
}
footer #block-wdfw-translationslink a:before {
  font-family: WDFW !important;
  font-weight: normal;
  font-size: 30px;
  content: "\e900";
  color: #ffffff;
  padding-right: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
footer #block-wdfw-translationslink a:after {
  background: transparent;
  bottom: 12px;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear;
  width: calc(100% - 38px);
}
footer #block-wdfw-translationslink a:hover {
  color: #fefefe;
}
footer #block-wdfw-translationslink a:hover:after {
  background: #ffd12e;
  transition: all 0.2s linear;
}
footer #back-to-top {
  background: #017B54;
  border-radius: 6px;
  display: none;
  padding: 11px 8px 13px 8px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999999;
}
@media screen and (max-width: 39.99875em) {
  footer #back-to-top {
    bottom: 60px;
  }
}
footer #back-to-top:before {
  background: url("../images/up-arrow.png");
  content: "";
  display: block;
  height: 12px;
  width: 20px;
}
footer #back-to-top:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 39.99875em) {
  footer #back-to-top:hover {
    opacity: 1;
  }
}
footer #back-to-top:focus {
  opacity: 1;
  outline: none;
}

.user-logged-in footer #back-to-top {
  bottom: -50px;
}

.bottom-bar {
  background: #53647B;
  font-size: 0.75rem;
  padding: 20px 0;
  text-align: center;
}

.left-sidebar,
#sidebar-first {
  margin-top: 5px;
}
@media print, screen and (min-width: 64em) {
  .left-sidebar,
  #sidebar-first {
    display: block;
  }
}
.left-sidebar .block-title,
#sidebar-first .block-title {
  border-bottom: 3px solid #222222;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 39.99875em) {
  .left-sidebar .block-title,
  #sidebar-first .block-title {
    padding-left: 15px;
  }
}
.left-sidebar .menu li,
#sidebar-first .menu li {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.left-sidebar .menu a,
#sidebar-first .menu a {
  color: #222222;
  font-size: 1.125rem;
}
.left-sidebar .menu a:hover,
#sidebar-first .menu a:hover {
  background: #E2E6EB;
  color: #222222;
  text-decoration: underline;
}
.left-sidebar .menu .is-active a,
#sidebar-first .menu .is-active a {
  background: #E2E6EB;
  color: #222222;
  font-weight: 600;
}

.sidebar-wrapper .mobile-text {
  display: block;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 63.99875em) {
  .sidebar-wrapper {
    display: flex;
  }
  .sidebar-wrapper .left-sidebar,
  .sidebar-wrapper #sidebar-first {
    background: #D8DDE4;
    order: 2;
    margin-bottom: 40px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
    width: calc(100% - 3.75rem);
  }
  .sidebar-wrapper .left-sidebar h2,
  .sidebar-wrapper #sidebar-first h2 {
    display: none;
  }
  .sidebar-wrapper .left-sidebar li,
  .sidebar-wrapper #sidebar-first li {
    margin: 0;
  }
  .sidebar-wrapper .left-sidebar li a, .sidebar-wrapper .left-sidebar li a:hover,
  .sidebar-wrapper #sidebar-first li a,
  .sidebar-wrapper #sidebar-first li a:hover {
    background: transparent;
  }
  .sidebar-wrapper .left-sidebar li.is-active a,
  .sidebar-wrapper #sidebar-first li.is-active a {
    background: transparent;
    font-weight: bold;
  }
  .sidebar-wrapper .right-content {
    order: 1;
  }
}
@media screen and (max-width: 39.99875em) {
  .sidebar-wrapper .left-sidebar,
  .sidebar-wrapper #sidebar-first {
    width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 64em) {
  .sidebar-wrapper .mobile-text {
    display: none;
  }
}

.emergency-rule {
  margin-bottom: 10px;
}

.homepage-btn {
  border: 1px solid #222222;
  display: inline-block;
}
.homepage-btn .image {
  display: none;
}
.homepage-btn .text {
  color: #222222;
  display: block;
  font-family: "Roboto Slab", serif;
  padding: 5px 20px;
  text-align: center;
}
.homepage-btn .text:hover {
  color: #000000;
}
@media print, screen and (min-width: 64em) {
  .homepage-btn {
    border: none;
    box-shadow: 0px 0px 7px -1px #222222;
  }
  .homepage-btn .image {
    display: block;
  }
  .homepage-btn .text {
    padding: 10px 15px;
  }
}

.cta-btn-group a, .cta-btn-square, .cta-btn-narrow, .cta-btn-small,
.cta-btn,
.field-name-body .cta-btn,
.block-region-right .cta-btn {
  background: #017B54;
  border: 2px solid transparent;
  border-radius: 6px;
  box-shadow: -2px 2px 7px -1px rgba(153, 153, 153, 0.5);
  color: #fefefe;
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  margin: 0 auto 20px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.cta-btn-group a:hover, .cta-btn-square:hover, .cta-btn-narrow:hover, .cta-btn-small:hover,
.cta-btn:hover,
.field-name-body .cta-btn:hover,
.block-region-right .cta-btn:hover {
  background-color: #01593D;
  border: 2px solid #fefefe;
  color: #fefefe;
}
.cta-btn-group a:visited, .cta-btn-square:visited, .cta-btn-narrow:visited, .cta-btn-small:visited,
.cta-btn:visited,
.field-name-body .cta-btn:visited,
.block-region-right .cta-btn:visited {
  color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .cta-btn-group a, .cta-btn-square, .cta-btn-narrow, .cta-btn-small,
  .cta-btn,
  .field-name-body .cta-btn,
  .block-region-right .cta-btn {
    margin-bottom: 0;
    width: 90%;
  }
}

.cta-btn-small {
  font-size: 1.25rem;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .cta-btn-small {
    width: 50%;
  }
}

.cta-btn-narrow {
  font-size: 1rem;
  padding: 5px;
}
@media print, screen and (min-width: 40em) {
  .cta-btn-narrow {
    margin-right: 0;
    width: 60%;
  }
}

.cta-btn-square {
  font-size: 1rem;
  padding: 5px 20px;
  width: 100%;
}

#cols_displayed_chosen,
#sponsor_chosen,
#waters_chosen,
#counties_chosen,
.chosen-container-single.form-select {
  margin-bottom: 10px;
}
#cols_displayed_chosen a:focus,
#sponsor_chosen a:focus,
#waters_chosen a:focus,
#counties_chosen a:focus,
.chosen-container-single.form-select a:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#cols_displayed_chosen a b:after,
#sponsor_chosen a b:after,
#waters_chosen a b:after,
#counties_chosen a b:after,
.chosen-container-single.form-select a b:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #fefefe;
}
#cols_displayed_chosen, #cols_displayed_chosen.chosen-container-active,
#sponsor_chosen,
#sponsor_chosen.chosen-container-active,
#waters_chosen,
#waters_chosen.chosen-container-active,
#counties_chosen,
#counties_chosen.chosen-container-active,
.chosen-container-single.form-select,
.chosen-container-single.form-select.chosen-container-active {
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #cols_displayed_chosen, #cols_displayed_chosen.chosen-container-active,
  #sponsor_chosen,
  #sponsor_chosen.chosen-container-active,
  #waters_chosen,
  #waters_chosen.chosen-container-active,
  #counties_chosen,
  #counties_chosen.chosen-container-active,
  .chosen-container-single.form-select,
  .chosen-container-single.form-select.chosen-container-active {
    max-width: 50%;
  }
}
#cols_displayed_chosen a, #cols_displayed_chosen.chosen-container-active a,
#sponsor_chosen a,
#sponsor_chosen.chosen-container-active a,
#waters_chosen a,
#waters_chosen.chosen-container-active a,
#counties_chosen a,
#counties_chosen.chosen-container-active a,
.chosen-container-single.form-select a,
.chosen-container-single.form-select.chosen-container-active a {
  background: #01593D !important;
  border: none !important;
  border-radius: 0;
  color: #fefefe;
  font-size: 16px;
  height: 38px;
  padding: 7px 15px;
}
#cols_displayed_chosen a b, #cols_displayed_chosen.chosen-container-active a b,
#sponsor_chosen a b,
#sponsor_chosen.chosen-container-active a b,
#waters_chosen a b,
#waters_chosen.chosen-container-active a b,
#counties_chosen a b,
#counties_chosen.chosen-container-active a b,
.chosen-container-single.form-select a b,
.chosen-container-single.form-select.chosen-container-active a b {
  background: none;
  background-image: none !important;
  position: relative;
  top: 22px;
  right: 4px;
}
#cols_displayed_chosen .chosen-drop, #cols_displayed_chosen.chosen-container-active .chosen-drop,
#sponsor_chosen .chosen-drop,
#sponsor_chosen.chosen-container-active .chosen-drop,
#waters_chosen .chosen-drop,
#waters_chosen.chosen-container-active .chosen-drop,
#counties_chosen .chosen-drop,
#counties_chosen.chosen-container-active .chosen-drop,
.chosen-container-single.form-select .chosen-drop,
.chosen-container-single.form-select.chosen-container-active .chosen-drop {
  border: 1px solid #01593D;
  border-radius: 0;
}
#cols_displayed_chosen .chosen-drop .chosen-results, #cols_displayed_chosen.chosen-container-active .chosen-drop .chosen-results,
#sponsor_chosen .chosen-drop .chosen-results,
#sponsor_chosen.chosen-container-active .chosen-drop .chosen-results,
#waters_chosen .chosen-drop .chosen-results,
#waters_chosen.chosen-container-active .chosen-drop .chosen-results,
#counties_chosen .chosen-drop .chosen-results,
#counties_chosen.chosen-container-active .chosen-drop .chosen-results,
.chosen-container-single.form-select .chosen-drop .chosen-results,
.chosen-container-single.form-select.chosen-container-active .chosen-drop .chosen-results {
  margin: 0 !important;
  padding: 0 !important;
}
#cols_displayed_chosen .chosen-drop .chosen-results li, #cols_displayed_chosen.chosen-container-active .chosen-drop .chosen-results li,
#sponsor_chosen .chosen-drop .chosen-results li,
#sponsor_chosen.chosen-container-active .chosen-drop .chosen-results li,
#waters_chosen .chosen-drop .chosen-results li,
#waters_chosen.chosen-container-active .chosen-drop .chosen-results li,
#counties_chosen .chosen-drop .chosen-results li,
#counties_chosen.chosen-container-active .chosen-drop .chosen-results li,
.chosen-container-single.form-select .chosen-drop .chosen-results li,
.chosen-container-single.form-select.chosen-container-active .chosen-drop .chosen-results li {
  font-size: 0.9rem;
  padding: 8px;
  margin-bottom: 0;
}
#cols_displayed_chosen .chosen-drop .chosen-results li:not(:last-child), #cols_displayed_chosen.chosen-container-active .chosen-drop .chosen-results li:not(:last-child),
#sponsor_chosen .chosen-drop .chosen-results li:not(:last-child),
#sponsor_chosen.chosen-container-active .chosen-drop .chosen-results li:not(:last-child),
#waters_chosen .chosen-drop .chosen-results li:not(:last-child),
#waters_chosen.chosen-container-active .chosen-drop .chosen-results li:not(:last-child),
#counties_chosen .chosen-drop .chosen-results li:not(:last-child),
#counties_chosen.chosen-container-active .chosen-drop .chosen-results li:not(:last-child),
.chosen-container-single.form-select .chosen-drop .chosen-results li:not(:last-child),
.chosen-container-single.form-select.chosen-container-active .chosen-drop .chosen-results li:not(:last-child) {
  border-bottom: 1px solid #01593D;
}
#cols_displayed_chosen .chosen-drop .chosen-results li.highlighted, #cols_displayed_chosen.chosen-container-active .chosen-drop .chosen-results li.highlighted,
#sponsor_chosen .chosen-drop .chosen-results li.highlighted,
#sponsor_chosen.chosen-container-active .chosen-drop .chosen-results li.highlighted,
#waters_chosen .chosen-drop .chosen-results li.highlighted,
#waters_chosen.chosen-container-active .chosen-drop .chosen-results li.highlighted,
#counties_chosen .chosen-drop .chosen-results li.highlighted,
#counties_chosen.chosen-container-active .chosen-drop .chosen-results li.highlighted,
.chosen-container-single.form-select .chosen-drop .chosen-results li.highlighted,
.chosen-container-single.form-select.chosen-container-active .chosen-drop .chosen-results li.highlighted {
  background: #01593D !important;
  opacity: 0.8;
}
#cols_displayed_chosen.chosen-with-drop a b,
#sponsor_chosen.chosen-with-drop a b,
#waters_chosen.chosen-with-drop a b,
#counties_chosen.chosen-with-drop a b,
.chosen-container-single.form-select.chosen-with-drop a b {
  top: -6px;
}
#cols_displayed_chosen.chosen-with-drop a b:after,
#sponsor_chosen.chosen-with-drop a b:after,
#waters_chosen.chosen-with-drop a b:after,
#counties_chosen.chosen-with-drop a b:after,
.chosen-container-single.form-select.chosen-with-drop a b:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #fefefe !important;
}

.announcement-banner {
  background-color: #01593D;
  color: #fefefe;
  font-family: "Roboto Slab", serif;
  padding: 20px;
}
.announcement-banner a {
  color: #fefefe;
  font-family: "Roboto Slab", serif;
}

.card {
  box-shadow: -2px 2px 7px -1px rgba(153, 153, 153, 0.5);
  padding: 1rem;
}

.card-side a,
.card-side a:link,
.card-side a:visited {
  text-decoration: none;
  color: #222222;
}
.card-side a .content-title,
.card-side a:link .content-title,
.card-side a:visited .content-title {
  color: #18459A;
  text-decoration: underline;
}
.card-side a:hover .content-title {
  color: #122e4b;
  text-decoration: none;
}
.card-side .card-side-contents {
  padding: 12px 20px 12px 12px;
}
.card-side .card-side-contents .content-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.notice {
  border-left: 12px solid #ffd12e;
  border-bottom: 1px solid #ffd12e;
  background-color: #FFFBED;
  padding: 15px 10px 5px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.breadcrumbs {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 63.99875em) {
  .breadcrumbs {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumbs li {
    font-size: 1rem;
  }
}
.breadcrumbs a {
  text-decoration: underline;
  text-transform: none;
}
.breadcrumbs .current {
  font-weight: 600;
  text-transform: none;
}

.block-section-links a {
  color: #222222;
  font-size: 1.375rem;
  text-decoration: underline;
}
.block-section-links a:hover {
  color: #000000;
  text-decoration: none;
}
.block-section-links a:visited {
  color: #222222;
}
.block-section-links .paragraph--type--described-link {
  margin-bottom: 30px;
}
.block-section-links .field-name-field-title {
  font-size: 2.1875rem;
}
.block-section-links .field-name-field-description {
  font-size: 1.125rem;
}
.block-section-links .views-row {
  margin-bottom: 30px;
}

.field-node--field-links-with-text .field-item {
  margin-bottom: 30px;
}
.field-node--field-links-with-text a {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: underline;
}
.field-node--field-links-with-text a:hover {
  color: #000000;
  text-decoration: none;
}

.leaflet-container {
  display: none !important;
  font-size: 1rem;
}
.leaflet-container .node-title {
  font-size: 1.25rem;
  line-height: normal;
}
.leaflet-container .view-mode-map_popup {
  margin-bottom: 20px;
}
.leaflet-container a {
  color: #18459A;
  font-size: 1rem;
  line-height: normal;
}
.leaflet-container a:hover {
  color: #122e4b;
}
.leaflet-container a:visited {
  color: #551A8B;
}

.table-accordion-header {
  font-size: 1.125rem;
}

.field-taxonomy-term--field-facility-icon img {
  max-width: 30px;
}

#doh-info strong {
  display: block;
  font-size: 1.125rem;
}
#doh-info [id^=doh] {
  margin-bottom: 10px;
}
#doh-info [id^=doh] a {
  text-decoration: underline;
}
#doh-info [id^=doh] a:hover {
  text-decoration: none;
}

.view .attachment-before {
  margin-bottom: 20px;
}

.pagination {
  margin-top: 2rem;
}
.pagination a:hover {
  background-color: #01593D;
  color: #fefefe !important;
}
.pagination a, .pagination a:hover, .pagination a:link, .pagination a:visited {
  color: #222222;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
}
.pagination .current {
  background-color: #007b55;
}
.pagination .current a {
  color: #fefefe;
  padding: 0;
}
.pagination .current a:hover {
  background: #01593D;
}
.pagination .pagination-next a:after {
  margin-left: 0 !important;
}
.pagination .pagination-previous a:before {
  margin-right: 0 !important;
}
.pagination li {
  font-size: 1.1rem;
}

.view table.accordion-table {
  border: none;
}
.view table .table-accordion-header {
  display: block;
}
.view table .table-accordion-header > * {
  color: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .view table.accordion-table .table-accordion-header {
    display: table-caption;
  }
}

.view-display-id-block_piers_table .form-item-items-per-page label {
  display: block;
}
.view-display-id-block_piers_table .form-item-items-per-page .chosen-container {
  min-width: 100px;
}

.view-puget-sound-creel-reports.view table thead th,
.view-display-id-block_winter_steelhead_creel_report.view table thead th {
  font-size: 0.75rem;
  padding: 5px;
}

.view-advisory-groups-and-management-boards .views-field-title {
  margin-bottom: 10px;
}

#main .view-news .form-item-category .chosen-container .chosen-choices {
  height: auto;
}

.view-sport-fish-records .record-species {
  text-transform: capitalize;
}
.view-sport-fish-records .record-species .record-latin-name {
  font-style: italic;
  text-transform: none;
}

.view-lakes .chosen-container {
  margin-bottom: 0.9rem;
}
.view-lakes .chosen-container .chosen-choices li.search-choice {
  padding: 6px 22px 6px 5px;
  background: none;
  color: #222222;
}
.view-lakes .chosen-container .chosen-results li {
  font-size: 16px;
}
.view-lakes .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #01593D;
  color: #fefefe;
}

#all-packs #all-packs-map {
  height: 420px;
}
#all-packs ul {
  list-style: none;
  margin-left: 0;
  margin-top: 10px;
}
#all-packs ul:hover li:not(:hover) {
  opacity: 0.3;
}
#all-packs ul > li {
  display: inline-block;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 4px;
}
#all-packs ul > li:hover {
  opacity: 1;
}
#all-packs ul > li a, #all-packs ul > li a:hover, #all-packs ul > li a:visited, #all-packs ul > li a:link {
  text-decoration: none;
}

#wolfpacks h1 {
  margin-top: 0;
}
#wolfpacks #map {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: lightgray;
}
@media print, screen and (min-width: 40em) {
  #wolfpacks #map #overview {
    width: 240px;
    height: 140px;
    padding: 2px;
    box-shadow: 7px 7px 5px grey;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 7px;
    right: 7px;
    z-index: 50;
  }
}
#wolfpacks #legend {
  width: 100%;
}
#wolfpacks #legend .esri-legend--stacked {
  height: 150px;
}
#wolfpacks #legend .esri-legend--card__section {
  height: 150px;
}

#cludo-search-results a.powered-by-cludo {
  display: none;
}
@media screen and (max-width: 39.99875em) {
  #cludo-search-results .cludo-c-3,
  #cludo-search-results .cludo-c-9 {
    flex: none;
    max-width: none;
  }
  #cludo-search-results .cludo-c-3 {
    margin-bottom: 10px;
  }
}

.gsc-control-cse,
.gsc-result-info,
.gsc-tabHeader {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 16px !important;
}

.gsc-control-cse,
.gsc-result-info {
  padding: 0 !important;
}

.gsc-above-wrapper-area,
table.gsc-above-wrapper-area-container,
td.gsc-configLabelCell,
td.gsc-twiddleRegionCell,
td.gsc-result-info-container {
  border: none !important;
}

td.gsc-result-info-container {
  padding: 0 !important;
}

.gsc-cursor-box:hover,
td.gsc-result-info-container:hover,
.gsc-result-info:hover {
  background: none !important;
}

table.gsc-above-wrapper-area-container tr:hover {
  background: none !important;
}

.gcsc-find-more-on-google-root,
.gcsc-branding,
.gcsc-more-maybe-branding-root,
table.gsc-resultsHeader {
  display: none !important;
}

.gsc-webResult.gsc-result:hover {
  border: none !important;
  background-color: #F2F2F2 !important;
}

.gs-webResult.gs-result a.gs-label,
.gs-webResult.gs-result a.gs-title,
.gs-webResult.gs-result a.gs-title b,
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
  color: #18459A !important;
}

.slick--skin--classic {
  background-color: #59594A;
}
.slick--skin--classic .slide--caption--below .slide__caption {
  background: #59594A;
  color: #fefefe;
  padding: 5px 8px;
  min-height: inherit;
  width: 100%;
}
.slick--skin--classic .slide--caption--below .slide__caption a, .slick--skin--classic .slide--caption--below .slide__caption a:hover, .slick--skin--classic .slide--caption--below .slide__caption a:visited {
  color: #fefefe;
}
.slick--skin--classic .slide__caption {
  background: #59594A;
  color: #fefefe;
  padding: 5px 8px;
  min-height: inherit;
  width: 100%;
}
.slick--skin--classic .slide__caption a, .slick--skin--classic .slide__caption a:hover, .slick--skin--classic .slide__caption a:visited {
  color: #fefefe;
}
.slick--skin--classic .slick-list {
  background-color: #59594A;
}

.bootstrap-table.foundation .fixed-table-toolbar .columns {
  width: initial;
}
.bootstrap-table.foundation .fixed-table-toolbar .button-group.float-right {
  padding-right: 0;
}
.bootstrap-table.foundation .fixed-table-toolbar button,
.bootstrap-table.foundation .fixed-table-pagination button {
  padding-left: 20px;
  padding-right: 20px;
}
.bootstrap-table.foundation .fixed-table-toolbar li,
.bootstrap-table.foundation .fixed-table-pagination li {
  margin-bottom: 0;
}
.bootstrap-table.foundation .fixed-table-toolbar li hr,
.bootstrap-table.foundation .fixed-table-pagination li hr {
  margin: 10px auto;
}
.bootstrap-table.foundation .fixed-table-toolbar li .page-item.current,
.bootstrap-table.foundation .fixed-table-pagination li .page-item.current {
  color: #fefefe;
}

.two-col .col-first, .two-col .col-second, .two-col .col-third,
.three-col .col-first,
.three-col .col-second,
.three-col .col-third {
  padding: 0 5px;
}

@media screen and (max-width: 63.99875em) {
  .two-col .col-first,
  .three-col .col-first,
  .three-col .col-second {
    margin-bottom: 15px;
  }
}
.toolbar-menu-administration .toolbar-menu li.level-1 > .toolbar-box > button.toolbar-icon {
  display: none;
}
.toolbar-menu-administration .toolbar-menu .toolbar-box a {
  display: inline-block;
}
.toolbar-menu-administration .toolbar-menu .toolbar-box button.toolbar-icon {
  padding: 0;
}

.path-frontpage .hero-message {
  background: #01593D;
  color: #fefefe;
  padding: 1.5rem 1rem;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  min-height: 250px;
}
@media print, screen and (min-width: 40em) {
  .path-frontpage .hero-message {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .path-frontpage .hero-message {
    padding: 1rem;
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: 85px;
    max-width: 485px;
  }
}
.path-frontpage .hero-message .hero-link {
  padding-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .path-frontpage .hero-message .hero-link {
    text-align: right;
  }
}
.path-frontpage .hero-message .hero-link a {
  color: #fefefe;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
}
@media print, screen and (min-width: 40em) {
  .path-frontpage .hero-message .hero-link a {
    font-size: 22px;
  }
}
.path-frontpage .hero-message .hero-link a:hover {
  text-decoration: underline;
}
.path-frontpage .views-field-field-image {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .path-frontpage .views-field-field-image {
    display: block;
  }
  .path-frontpage .views-field-field-image img {
    width: 100% !important;
  }
}
.path-frontpage .views_slideshow_cycle_slide.views_slideshow_slide.views-row-odd,
.path-frontpage .views_slideshow_cycle_slide.views_slideshow_slide.views-row-even,
.path-frontpage .views_slideshow_cycle_teaser_section {
  width: 100% !important;
}
.path-frontpage .views-slideshow-controls-bottom {
  margin-bottom: 10px;
}
.path-frontpage .views-slideshow-controls-bottom ul {
  margin: 0;
  padding: 5px 0;
  background: #F2F2F2;
  border-bottom: 1px solid #D8DDE4;
}
.path-frontpage .views-slideshow-controls-bottom li {
  color: #fefefe;
  padding: 0 15px;
  line-height: 30px;
  border: 5px solid #007b55;
  border-radius: 20px;
  background-color: #007b55;
}
.path-frontpage .views-slideshow-controls-bottom li.active {
  color: #222222;
  background-color: #fefefe;
}
.path-frontpage .views-slideshow-controls-bottom li:hover {
  background-color: #0f426b;
  border-color: #0f426b;
}

section .block-views-blocksafe-to-consume-block-1 {
  margin-bottom: 30px;
}
section .block-views-blocksafe-to-consume-block-1 h3 {
  margin-top: 0;
}

section .block-views-blockpuget-sound-creel-report-block-1 th,
section .block-views-blockpuget-sound-creel-report-block-2 th {
  font-size: 12px;
}

#small-game-accordion {
  margin-top: 20px;
}
#small-game-accordion a.accordion-title {
  text-decoration: none;
}
#small-game-accordion a.accordion-title:hover {
  text-decoration: underline;
}

#calendar-legend {
  margin-top: 5px;
}
#calendar-legend ul {
  margin-left: 0;
  width: 100%;
}
#calendar-legend li {
  padding: 4px 6px;
  margin-bottom: 5px;
  border-radius: 3px;
}

#news .views-row {
  margin-bottom: 30px;
}
#news .views-row .row-wrapper {
  margin-left: 15px;
  margin-right: 100px;
}
@media screen and (min-width: 64em) {
  #news .views-row .row-wrapper {
    display: flex;
  }
}
#news .views-row .row-wrapper .views-field-field-date-published {
  flex: 0 0 120px;
  position: relative;
}
@media screen and (min-width: 64em) {
  #news .views-row .row-wrapper .views-field-field-date-published {
    padding-right: 5px;
    word-spacing: 999px;
  }
}
@media screen and (min-width: 64em) {
  #news .views-row .row-wrapper .views-field-field-date-published:after {
    background: #505142;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }
}
#news .views-row .row-wrapper .views-field-field-date-published .field-content {
  color: #505142;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: normal;
  padding: 10px 10px 10px 0;
}
@media screen and (min-width: 64em) {
  #news .views-row .row-wrapper .views-field-field-date-published .field-content {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  #news .views-row .row-wrapper .views-field-title {
    padding: 10px;
  }
}
#news .views-row .row-wrapper .views-field-title a {
  text-decoration: underline;
}

.section-news #main {
  margin-top: 10px;
}
.section-news #main .embed-captioned-img {
  margin-bottom: 10px;
}
.section-news #main .embed-captioned-img .field-media--field-image-credit {
  font-size: 90%;
  font-style: italic;
}
.section-news #main .embed-captioned-img .field-paragraph--field-media-image-caption {
  margin-bottom: 0;
}
.section-news #main .embed-captioned-img .field-paragraph--field-media-image-caption p {
  margin-bottom: 0;
}
.section-news #main .embed-captioned-img figcaption {
  padding-top: 0;
}
@media print, screen and (min-width: 40em) {
  .section-news #main .embed-captioned-img {
    width: 35%;
    margin-left: 25px;
  }
}

.photo-grid .field-media--field-media-image {
  margin-bottom: 0 !important;
}
.photo-grid .field-media--field-image-credit {
  font-style: italic;
  font-size: 0.75rem;
  color: #59594A;
  display: block;
}
.photo-grid figcaption {
  padding-top: 0;
  border-bottom: none;
  font-size: 0.9rem;
}

.derby-prize-list {
  padding: 0 15px;
  border: 2px solid #ccedff;
  border-left-width: 12px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 12px;
  box-shadow: -2px 2px 7px -1px rgba(153, 153, 153, 0.5);
}
.derby-prize-list h2 {
  margin-top: 5px;
  font-size: 24px;
}
.derby-prize-list h3 {
  margin-top: 10px;
  font-size: 18px;
}

.sitewide-alert {
  background-color: #53647B;
  padding: 2px 0;
}
.sitewide-alert #alert-banner {
  margin: 5px;
}
@media print, screen and (min-width: 64em) {
  .sitewide-alert #alert-banner {
    margin: 5px auto;
    max-width: 1150px;
  }
}
.sitewide-alert #alert-banner .icon-warning {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  color: #c1270f;
}
.sitewide-alert #alert-banner p {
  margin-bottom: 0;
}

#arcgis-map .esri-legend.esri-widget--panel.esri-widget {
  max-width: 240px;
}
#arcgis-map .esri-popup__main-container.esri-widget.esri-popup--shadow {
  max-height: 45%;
}
#arcgis-map .esri-popup__button.esri-popup__button--dock {
  display: none;
}

.share-photos .cell {
  box-shadow: 1px 1px 7px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 1rem;
  background-color: #01593D;
}
.share-photos .cell.share-first-block {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  padding: 2rem;
}
.share-photos .cell.share-first-block a,
.share-photos .cell.share-first-block a:hover,
.share-photos .cell.share-first-block a:link,
.share-photos .cell.share-first-block a:visited,
.share-photos .cell.share-first-block a:focus {
  color: #fefefe;
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
}
.share-photos .cell.share-first-block p {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 0;
}
.share-photos .cell.share-image-wrapper .has-credit {
  margin-bottom: 0;
}
.share-photos .cell.share-image-wrapper .has-credit .field-type-acquia-dam-asset {
  margin-bottom: 0 !important;
}
.share-photos .cell.share-image-wrapper .has-credit .photo-credit {
  color: #ffffff;
  border-bottom: none;
  padding: 2px 0 3px 7px;
  background-color: #01593D;
}

.views-data-export-feed {
  text-align: right;
}
.views-data-export-feed .feed-icon {
  background: none;
  text-indent: unset;
  width: unset;
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.views-data-export-feed .feed-icon:before {
  font-family: icomoon;
  content: "\e9c5";
}

#commission-search .gsc-search-box {
  margin-bottom: 1rem;
}
#commission-search .gsc-search-box table,
#commission-search .gsc-search-box tbody,
#commission-search .gsc-search-box td,
#commission-search .gsc-search-box .gsc-input,
#commission-search .gsc-search-box .gsc-input-box,
#commission-search .gsc-search-box .gsc-search-button {
  border: none !important;
  border-radius: 4px !important;
}
#commission-search .gsc-search-box table button,
#commission-search .gsc-search-box tbody button,
#commission-search .gsc-search-box td button,
#commission-search .gsc-search-box .gsc-input button,
#commission-search .gsc-search-box .gsc-input-box button,
#commission-search .gsc-search-box .gsc-search-button button {
  margin: 0 !important;
  padding: 14px 27px;
  background: #01593D;
}
#commission-search .gsc-search-box table input,
#commission-search .gsc-search-box tbody input,
#commission-search .gsc-search-box td input,
#commission-search .gsc-search-box .gsc-input input,
#commission-search .gsc-search-box .gsc-input-box input,
#commission-search .gsc-search-box .gsc-search-button input {
  background: none !important;
  padding: 0.5rem !important;
  border: 2px solid #222222 !important;
}
#commission-search .gsc-search-box table table,
#commission-search .gsc-search-box tbody table,
#commission-search .gsc-search-box td table,
#commission-search .gsc-search-box .gsc-input table,
#commission-search .gsc-search-box .gsc-input-box table,
#commission-search .gsc-search-box .gsc-search-button table {
  margin-bottom: 0;
}
#commission-search .gsc-search-box table table td,
#commission-search .gsc-search-box tbody table td,
#commission-search .gsc-search-box td table td,
#commission-search .gsc-search-box .gsc-input table td,
#commission-search .gsc-search-box .gsc-input-box table td,
#commission-search .gsc-search-box .gsc-search-button table td {
  padding: 0;
}
#commission-search .gsc-search-box table tbody tr:hover {
  background: none;
}
@media print, screen and (min-width: 40em) {
  #commission-search .gsc-search-box table {
    width: 70%;
  }
}

.emergency-rules h2 {
  font-size: 1.2rem;
  margin-top: 0;
}
.emergency-rules h2 .icon-warning {
  color: #c1270f;
}
.emergency-rules h3 {
  margin-top: 0;
  font-size: 1.1rem;
}

.rss-feeds {
  border-top: 4px solid #017B54;
}
.rss-feeds .fa-rss:after {
  font-family: icomoon !important;
  font-size: 1.5rem;
  content: "\ea9b";
  color: #ee802f;
  padding-left: 0.5rem;
}

.block-remote-data-table .bt-controls fieldset {
  padding: 0.2rem 1rem;
  margin: 0 0.25rem 1rem 0.25rem;
  border: 1px solid #017B54;
  border-radius: 5px;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .block-remote-data-table .bt-controls fieldset {
    margin-bottom: 0;
  }
}
.block-remote-data-table .bt-controls fieldset > div {
  display: flex;
  margin-bottom: 0.5rem;
}
.block-remote-data-table .bt-controls fieldset > div * {
  align-self: baseline;
}
.block-remote-data-table .bt-controls fieldset > div input[type=checkbox] {
  margin-right: 0.2rem;
}
.block-remote-data-table .bt-controls fieldset > div label {
  font-size: 0.8rem;
  margin-left: 0.2rem;
}
.block-remote-data-table .bt-controls fieldset legend {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.block-remote-data-table .bt-controls fieldset .fine-print {
  font-size: 0.85rem;
}
.block-remote-data-table .bt-table .bootstrap-table .fixed-table-container .table thead th .th-inner {
  text-align: center;
  white-space: normal;
  padding: 0.5rem;
  font-size: 0.8rem;
}
.block-remote-data-table .bt-table .bootstrap-table .fixed-table-container .table tbody td {
  white-space: nowrap;
  padding: 6px 10px;
}
.block-remote-data-table .bt-table .bootstrap-table .fixed-table-container .table tbody td .card-view .card-view-title {
  min-width: 50%;
}
.block-remote-data-table .bt-table .bootstrap-table .fixed-table-pagination .dropdown-item.is-active {
  background-color: #017B54;
  color: #ffffff;
}
.block-remote-data-table .bt-table .bootstrap-table .fixed-table-pagination a.current {
  color: #ffffff;
}

.input-group .input-group-label {
  border-color: #017B54;
  background: #017B54;
  padding: 0 7px 0 7px;
  border-right: 1px solid #fefefe;
}
.input-group .ico-translate:before {
  font-family: WDFW !important;
  font-weight: normal;
  font-size: 30px;
  content: "\e900";
  color: #ffffff;
}
.input-group select {
  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%28255, 255, 255%29'></polygon></svg>");
  background-size: 12px;
  height: 50px;
  line-height: 50px;
  visibility: visible !important;
  background-color: #017B54;
  border-color: #017B54;
  color: #ffffff;
  font-size: 1.1rem;
}
@media screen and (min-width: 0\0 ) {
  .input-group select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
.input-group select:focus {
  outline: 2px solid #222222;
}

.translations h2 {
  margin-top: 0;
}
.translations h2.ico-translate:before {
  font-family: WDFW !important;
  content: "\e900";
  padding-right: 5px;
}

.translated-page .card {
  box-shadow: none;
  padding: 0;
  border: 1px solid #007b55;
}
.translated-page .card .card-divider {
  background-color: #007b55;
  padding: 0.5rem;
}
.translated-page .card .card-divider h1,
.translated-page .card .card-divider h2 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-left: 0.5rem;
  color: #ffffff;
}
.translated-page .card .card-divider h1.ico-translate:before,
.translated-page .card .card-divider h2.ico-translate:before {
  font-family: WDFW !important;
  content: "\e900";
  padding-right: 5px;
}
.translated-page .card .card-section {
  border: none;
  padding: 1rem;
  text-align: left;
}

.node--type-translated-sign h1 {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.node--type-translated-sign .link-list {
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.node--type-translated-sign .link-list ul {
  margin: 0;
}
.node--type-translated-sign .link-list ul li {
  display: inline-block;
  margin-right: 1rem;
}
.node--type-translated-sign .card {
  padding: 0;
  border: 1px solid #007b55;
  border-radius: 0;
  box-shadow: none;
}
.node--type-translated-sign .card .card-section {
  font-size: 1.3rem;
  padding: 0.8rem;
}
.node--type-translated-sign .card .card-section.heading {
  padding: 0;
  background-color: #007b55;
}
.node--type-translated-sign .card .card-section.heading h2 {
  margin: 0;
  padding: 0.5rem 0.8rem;
  font-size: 1.5rem;
  color: #fefefe;
}
.node--type-translated-sign .card .card-section p {
  margin: 0;
}

#block-wdfw-reportinglinkscta .cta-btn-group a {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  #block-wdfw-reportinglinkscta {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

#cwd-check-form > p {
  font-size: 1.15rem;
}
#cwd-check-form fieldset {
  border: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
#cwd-check-form fieldset legend {
  font-weight: bold;
}
#cwd-check-form fieldset .form-item-id-type {
  display: inline;
}

.block-views-blocknavigation-items-block-1 .title-conservation {
  margin: 0 auto 20px auto;
}
@media print, screen and (min-width: 40em) {
  .block-views-blocknavigation-items-block-1 .title-conservation {
    width: 320px;
  }
}
.block-views-blocknavigation-items-block-1 .view-content .elements-wrapper {
  clear: both;
}
.block-views-blocknavigation-items-block-1 .view-content .elements-wrapper:last-child {
  text-align: center;
}
.block-views-blocknavigation-items-block-1 .view-content .elements-wrapper:last-child .views-row {
  display: inline-block;
  float: none;
}
.block-views-blocknavigation-items-block-1 .views-row {
  margin-bottom: 20px;
}
.block-views-blocknavigation-items-block-1 .views-row:nth-child(3n+1) {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .block-views-blocknavigation-items-block-1 .views-row {
    margin-bottom: 25px;
  }
}
.block-views-blocknavigation-items-block-1 .views-row .row-wrapper {
  box-shadow: 1px 1px 5px #C7C7C7;
}
.block-views-blocknavigation-items-block-1 .views-row .row-wrapper figcaption {
  border: none;
}
@media screen and (max-width: 39.99875em) {
  .block-views-blocknavigation-items-block-1 .views-row .views-field-field-thumbnail {
    display: none;
  }
}
.block-views-blocknavigation-items-block-1 .views-row .views-field-title {
  text-align: center;
}
.block-views-blocknavigation-items-block-1 .views-row .views-field-title a {
  color: #505142;
  display: block;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}
.block-views-blocknavigation-items-block-1 .views-row .views-field-title a figcaption {
  text-decoration: underline;
  text-align: center;
}
.block-views-blocknavigation-items-block-1 .views-row .views-field-title a:hover {
  box-shadow: 1px 1px 5px #4E5A72;
}
.block-views-blocknavigation-items-block-1 .views-row .views-field-title a:hover figcaption {
  text-decoration: none;
}

.view-youth-fishing-events .views-field-field-event-date {
  white-space: nowrap;
}

.view-fishing-contest table {
  margin-bottom: 2rem;
}
.view-fishing-contest table caption {
  margin: 10px 0 0 0;
  padding: 0;
}

.view-license-dealers ul.vendor {
  list-style: none;
  margin-left: 0.5rem;
}
.view-license-dealers ul.vendor li {
  margin-bottom: 1.5rem;
}

#views-exposed-form-license-dealers-block-1 .form-item-city {
  float: none;
}

.node--type-rule-filing li em {
  font-size: 0.9rem;
  margin-top: -2px;
}
.node--type-rule-filing .badge {
  border-radius: 5px;
  font-size: 1rem;
  padding: 4px 7px;
}
.node--type-rule-filing .badge a, .node--type-rule-filing .badge a:hover, .node--type-rule-filing .badge a:link, .node--type-rule-filing .badge a:visited {
  color: #fefefe;
}
.node--type-rule-filing .field-node--field-rule-filing-documents li {
  margin-bottom: 1.5rem;
}
.node--type-rule-filing .field-node--field-rule-filing-documents .field-paragraph--field-supplemental-documents li {
  margin-bottom: 0.5rem;
}
.node--type-rule-filing .supplemental-docs h5 {
  font-size: 1rem;
  margin-top: 10px;
}
.node--type-rule-filing article .filing-info {
  margin: 2rem 0;
}
.node--type-rule-filing article .filing-details .sepa-field > .field.field-node--field-sepa,
.node--type-rule-filing article .filing-details .sepa-field > .field.field-node--field-sepa-information {
  margin-bottom: 0;
}
.node--type-rule-filing article .filing-details .field {
  margin-bottom: 2rem;
}
.node--type-rule-filing article .filing-details .field h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.node--type-rule-filing article .filing-details .field h3 {
  font-size: 1rem;
}
.node--type-rule-filing article .filing-details .field.field-node--field-sepa h3, .node--type-rule-filing article .filing-details .field.field-node--field-sepa-information h3 {
  font-size: 1.2rem;
  margin-top: 0.25rem;
}
.node--type-rule-filing article .filing-details .field .sepa-determination {
  font-weight: normal;
}

.block-views-blockrule-filings-pending h3,
.block-views-blockrule-filings-preproposal h3 {
  font-size: 1.1rem;
}

.block-views-blockrule-filings-search .rules {
  list-style: none;
  margin-left: 0;
}
.block-views-blockrule-filings-search .rules > li {
  border-bottom: 4px solid #017B54;
  background: #f1f3f6;
  padding: 10px;
  margin-bottom: 1rem;
}
.block-views-blockrule-filings-search .rules > li h3 {
  font-size: 20px;
  margin-top: 0;
}

.block-views-blockrule-filings-withdrawn h2 {
  font-size: 1.25rem;
}

.view-lesson-plans ul {
  list-style: none;
  margin-left: 0;
}
.view-lesson-plans .lesson-summary {
  background: #f1f3f6;
  margin-bottom: 2rem;
}
.view-lesson-plans .lesson-summary article .field {
  margin-bottom: 0;
}
.view-lesson-plans .lesson-summary article .summary-body {
  padding: 10px 15px;
}
.view-lesson-plans .lesson-summary article .summary-body h3 {
  font-size: 1.3rem;
  margin-top: 0;
}
.view-lesson-plans .lesson-summary article .summary-body .body-contents .tags {
  font-size: 14px;
}
.view-lesson-plans .lesson-summary article .summary-body .body-contents a {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-decoration: none;
  font-weight: bold;
}
.view-lesson-plans .lesson-summary article .summary-body .body-contents a:hover, .view-lesson-plans .lesson-summary article .summary-body .body-contents a:focus {
  text-decoration: underline !important;
}

@media screen and (max-width: 39.99875em) {
  .view-herps .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .view-herps .grid-padding-x > .cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.herps a,
.herps a:hover,
.herps a:link,
.herps a:visited {
  text-decoration: none !important;
  color: #222222;
}
.herps .species-card {
  border-bottom: 4px solid #017B54;
  height: 100%;
  background-color: #f1f3f6;
}
.herps .species-card figcaption {
  border-bottom: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #59594A;
  padding: 10px 8px;
}
.herps .species-card p {
  padding: 0 8px;
}

#views-exposed-form-frc-active select,
#views-exposed-form-frc-archive select,
#views-exposed-form-frc-search select {
  visibility: visible;
  border: 2px solid #01593D;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
}
@media print, screen and (min-width: 40em) {
  #views-exposed-form-frc-active select,
  #views-exposed-form-frc-archive select,
  #views-exposed-form-frc-search select {
    width: 50%;
  }
}
@media print, screen and (min-width: 40em) {
  #views-exposed-form-frc-active .form-item-eff-from,
  #views-exposed-form-frc-active .form-item-eff-to,
  #views-exposed-form-frc-archive .form-item-eff-from,
  #views-exposed-form-frc-archive .form-item-eff-to,
  #views-exposed-form-frc-search .form-item-eff-from,
  #views-exposed-form-frc-search .form-item-eff-to {
    max-width: 35%;
    margin-right: 2rem;
  }
}

.download-rules a,
.download-rules a:hover,
.download-rules a:visited {
  color: #fefefe;
}

.view-petitions .item-list ul {
  list-style: none;
  margin-bottom: 2rem;
  margin-left: 0.8rem;
}
.view-petitions .item-list ul li {
  margin-bottom: 2.5rem;
}
.view-petitions .item-list ul li h3 {
  margin-top: 0;
}
.view-petitions .item-list ul li .card {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 4px solid #017B54;
  background-color: #f1f3f6;
}
.view-petitions .item-list ul li .card strong {
  color: #59594A;
}
.view-petitions .item-list ul li .card .card-divider {
  padding: 0;
  background: none;
}
.view-petitions .item-list ul li .card .card-section {
  padding: 1rem 0 0 0;
}
.view-petitions .item-list ul li .card .field-node--field-received-date,
.view-petitions .item-list ul li .card .field-node--field-petition-document,
.view-petitions .item-list ul li .card .field-node--field-related-rule-filing {
  display: inline;
}
.view-petitions .item-list ul li .card .field-node--field-received-date .field-label,
.view-petitions .item-list ul li .card .field-node--field-received-date .field-items,
.view-petitions .item-list ul li .card .field-node--field-received-date .field-item,
.view-petitions .item-list ul li .card .field-node--field-petition-document .field-label,
.view-petitions .item-list ul li .card .field-node--field-petition-document .field-items,
.view-petitions .item-list ul li .card .field-node--field-petition-document .field-item,
.view-petitions .item-list ul li .card .field-node--field-related-rule-filing .field-label,
.view-petitions .item-list ul li .card .field-node--field-related-rule-filing .field-items,
.view-petitions .item-list ul li .card .field-node--field-related-rule-filing .field-item {
  display: inline;
}
.view-petitions .item-list ul li .card .field-node--field-petition-support {
  margin-bottom: 0;
}
.view-petitions .item-list ul li .card .field-node--field-petition-support .field-label {
  color: #59594A;
}
.view-petitions .item-list ul li .card .field-node--field-petition-support ul {
  list-style: initial;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.view-petitions .item-list ul li .card .field-node--field-petition-support li,
.view-petitions .item-list ul li .card .field-node--field-petition-support p {
  margin-bottom: 0.5rem;
}

.view-regional-offices article .field {
  margin-bottom: 1rem !important;
}
.view-regional-offices article .field .field-label {
  display: inline;
}
.view-regional-offices article .field .field-label:after {
  content: ":";
  display: inline;
  width: 0.3rem;
}
.view-regional-offices article .field .field-items {
  display: inline;
}
.view-regional-offices article .field .field-items p {
  margin-bottom: 0;
}
.view-regional-offices article .field .field-items .country {
  display: none;
}
.view-regional-offices article .field .field-items .field-item {
  display: inline;
}

.events #views-exposed-form-events-index-page-1 fieldset {
  border: none;
}
.events #views-exposed-form-events-index-page-1 fieldset.dates-wrapper {
  border: 1px solid #59594A;
  padding: 1rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
}
.events #views-exposed-form-events-index-page-1 fieldset.dates-wrapper fieldset {
  margin-top: 0;
  padding: 0.5rem 0 0 0.5rem;
}
.events #views-exposed-form-events-index-page-1 fieldset.dates-wrapper fieldset#edit-date--2--wrapper, .events #views-exposed-form-events-index-page-1 fieldset.dates-wrapper fieldset#edit-start-end-wrapper--4 {
  padding: 0;
  margin: 0;
}
.events #views-exposed-form-events-index-page-1 fieldset.dates-wrapper fieldset#edit-date--2--wrapper .js-form-type-textfield, .events #views-exposed-form-events-index-page-1 fieldset.dates-wrapper fieldset#edit-start-end-wrapper--4 .js-form-type-textfield {
  max-width: 70%;
}
.events #views-exposed-form-events-index-page-1 fieldset legend {
  margin-bottom: 0;
  font-weight: bold;
  color: #222222;
  padding: 0 0.3rem;
}
.events #views-exposed-form-events-index-page-1 .form-item-search {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.events #views-exposed-form-events-index-page-1 .form-item-search p {
  margin-bottom: 0.3rem;
}
.events #views-exposed-form-events-index-page-1 input[type=text],
.events #views-exposed-form-events-index-page-1 input[type=date] {
  margin-bottom: 0.6rem;
  border: 1px solid #59594A;
  border-radius: 0;
}
.events .view-events-index .item-list ul {
  list-style: none;
  margin-bottom: 2rem;
  margin-left: 0.8rem;
}
.events .view-events-index .item-list ul li {
  margin-bottom: 2.5rem;
}
.events .view-events-index .item-list ul li h3 {
  margin-top: 0;
}
.events .view-events-index .item-list ul {
  margin-left: 0;
}
.events .view-events-index .item-list ul li {
  margin-bottom: 3rem;
}
.events .view-events-index .card {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #f1f3f6;
}
.events .view-events-index .card:hover {
  background-color: #fefefe;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.events .view-events-index .card .field {
  margin-bottom: 0 !important;
}
.events .view-events-index .card .event-date {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  padding: 1.25rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: #59594A;
  line-height: 1.3;
}
.events .view-events-index .card .event-date .line-break {
  margin-top: -0.5rem;
}
.events .view-events-index .card .event-info {
  padding: 1rem;
}
.events .view-events-index .card .event-info .event-title {
  font-weight: bold;
  font-size: 1.1rem;
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 0;
}
.events .view-events-index .card .event-info .field-node--field-event-topics .field-item {
  font-size: 1rem;
  display: inline-block;
  margin: 0.3rem 0.5rem 0 -0.1rem;
  color: #222222;
  background-color: #E3E7EC;
  border-radius: 4px;
  padding: 0.1rem 0.5rem;
}
.events .view-events-index .card .event-info .field-node--field-event-topics .field-item:hover {
  background-color: #007b55;
}
.events .view-events-index .card .event-info .field-node--field-event-topics .field-item:hover a, .events .view-events-index .card .event-info .field-node--field-event-topics .field-item:hover a:hover, .events .view-events-index .card .event-info .field-node--field-event-topics .field-item:hover a:link, .events .view-events-index .card .event-info .field-node--field-event-topics .field-item:hover a:visited {
  color: #fefefe;
}
.events .view-events-index .card .event-info ul {
  margin-bottom: 0;
}
.events .view-events-index .card .event-info ul li {
  margin-bottom: 0.5rem;
}
.events .view-events-index .card .event-info ul li .label {
  color: #222222;
  background-color: #E3E7EC;
}
@media print, screen and (min-width: 40em) {
  .events .view-events-index .card .event-info ul li {
    display: inline;
    margin-right: 0.5rem;
  }
}
.events .view-events-index .card .event-photo article.media-embed {
  margin-bottom: 0;
}
.events .events-filters h3 {
  font-size: 1.3rem;
}
.events .events-filters ul {
  margin-left: 0;
  list-style: none;
}

#leaflet-map-view-link-map-education-kits-ed-kits-map .leaflet-control-container .leaflet-top .leaflet-control-layers {
  display: none;
}

.view-commission-agendas .white-on-green.card {
  border: 1px solid #017B54;
  padding: 0;
  margin-bottom: 1.5rem;
  border-radius: 0;
  box-shadow: none;
}
@media print, screen and (min-width: 40em) {
  .view-commission-agendas .white-on-green.card {
    float: right;
    width: 35%;
    margin-left: 1rem;
  }
}
.view-commission-agendas .white-on-green .card-divider {
  background-color: #017B54;
  color: #ffffff;
  padding: 0.3rem 0.5rem;
}
.view-commission-agendas .white-on-green .card-divider h2 {
  font-size: 1.25rem;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
}
.view-commission-agendas .white-on-green .card-section {
  padding: 0.9rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.view-commission-agendas .white-on-green .card-section .meeting-info {
  padding: 0 0 0.5rem 0;
}
.view-commission-agendas .upcoming-icon {
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .view-commission-agendas .upcoming-icon {
    align-items: center;
    display: flex;
  }
}
.view-commission-agendas .upcoming-icon .meeting {
  padding: 0.8rem;
}
.view-commission-agendas .upcoming-icon .meeting h2 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
}
.view-commission-agendas .upcoming-icon .meeting p {
  padding: 0.5rem 0 0 0;
  margin: 0;
}

#views-exposed-form-species-block-1 label[for=edit-show-ais] {
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 0;
}

.block-views-block-articles-ww-blogs .article-basic-card {
  min-height: 320px;
  position: relative;
  border-bottom: 4px solid #017B54;
  height: 100%;
  background-color: #f1f3f6;
}
.block-views-block-articles-ww-blogs .article-basic-card a,
.block-views-block-articles-ww-blogs .article-basic-card a:hover,
.block-views-block-articles-ww-blogs .article-basic-card a:link,
.block-views-block-articles-ww-blogs .article-basic-card a:visited {
  text-decoration: none !important;
  color: #222222;
  position: static;
}
.block-views-block-articles-ww-blogs .article-basic-card a::before,
.block-views-block-articles-ww-blogs .article-basic-card a:hover::before,
.block-views-block-articles-ww-blogs .article-basic-card a:link::before,
.block-views-block-articles-ww-blogs .article-basic-card a:visited::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-views-block-articles-ww-blogs .article-basic-card:hover {
  background-color: #fefefe;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.block-views-block-articles-ww-blogs .article-basic-card figure figcaption {
  z-index: -1;
}
.block-views-block-articles-ww-blogs .article-basic-card p {
  padding: 0 8px;
  margin-bottom: 2px;
}
.block-views-block-articles-ww-blogs .article-basic-card .card-footer {
  position: absolute;
  bottom: 0;
  padding: 2px 8px;
  font-size: 0.9rem;
}
.block-views-block-articles-ww-blogs .article-basic-card .card-footer strong {
  color: #59594A;
}

.node--type-crab-area p {
  padding-right: 20px;
}

.node--type-fishing-lake .lake-body {
  padding-right: 10px;
}
.node--type-fishing-lake .lake-body > h2:first-of-type {
  margin-top: 0;
}
.node--type-fishing-lake .lake-body .two-pole-no:before {
  content: url("/sites/default/files/fish_washington/noTwoPoleYellow.png");
}
.node--type-fishing-lake .lake-body .two-pole-yes:before {
  content: url("/sites/default/files/fish_washington/twoPoleOkBlue.png");
}
.node--type-fishing-lake .lake-body .ice-fishing:before {
  content: url("/sites/default/files/fish_washington/ice_fishing.png");
}
.node--type-fishing-lake .opportunity-months {
  list-style: none;
  margin-left: 20px;
}
.node--type-fishing-lake .field-node--field-photos.field-name-field-photos.field-type-entity-reference article {
  margin-bottom: 35px;
  border-bottom: 1px solid #A0A5B1;
}
.node--type-fishing-lake .card {
  padding: 0;
}
.node--type-fishing-lake figure.acquia-dam-image {
  margin-bottom: 1.5rem;
}

.node--type-marine-area .field-name-body {
  padding-right: 20px;
}
.node--type-marine-area .field-node--field-major-fishing-areas h3 {
  margin-top: 0;
}

.section-fishing.node--type-basic-accordion-page .cta-btn-group a, .section-fishing.node--type-page .cta-btn-group a {
  font-size: 1rem !important;
}

.node--type-shellfish-beach .boat-only {
  width: 30px;
}
.node--type-shellfish-beach .map-disclaimer {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.node--type-shellfish-beach .season-status {
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  border: 1px solid #0f426b;
  border-radius: 0.5rem;
}
.node--type-shellfish-beach .season-status p {
  padding: 0;
  margin: 0;
}
.node--type-shellfish-beach .season-status .field {
  margin-bottom: 0;
}
.node--type-shellfish-beach .season-status .wdfw-logo {
  width: 100%;
  padding-right: 1rem;
}
.node--type-shellfish-beach .field-node--field-captioned-photo .field.field-paragraph--field-media-image,
.node--type-shellfish-beach .field-node--field-captioned-photo .field.field-paragraph--field-media-image-caption {
  padding: 0;
  margin-bottom: 0;
}
.node--type-shellfish-beach .field-node--field-captioned-photo figcaption {
  font-size: 0.9rem;
  border-bottom: 1px solid #222222;
  padding: 0.25rem 0;
}
.node--type-shellfish-beach .field-node--field-captioned-photo figcaption p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .node--type-shellfish-beach .field-node--field-captioned-photo {
    margin-left: 1rem;
    margin-bottom: 1rem !important;
    max-width: 50%;
    float: right;
  }
}
.node--type-shellfish-beach .card {
  box-shadow: none !important;
  padding: 0 !important;
  border: none;
  margin-bottom: 0;
}
.node--type-shellfish-beach .card .card-divider {
  padding: 0;
  background: none;
}
.node--type-shellfish-beach .card .card-divider h2 {
  margin: 0;
  color: #222222;
  font-size: 1.3rem;
}
.node--type-shellfish-beach .card .card-section {
  padding: 1rem 0 0;
}
.node--type-shellfish-beach .card .card-section .field {
  margin-bottom: 0;
}
.node--type-shellfish-beach .wdfw-season-info .card {
  border-radius: 0;
  margin-bottom: 1rem;
}
.node--type-shellfish-beach .season-safety {
  padding: 1rem 0;
}
.node--type-shellfish-beach .doh-safety-info {
  border: 1px solid #2699bb;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.node--type-shellfish-beach .doh-safety-info #doh-info.card.warning-card {
  border: none !important;
}
.node--type-shellfish-beach .doh-safety-info .doh-map-link {
  text-align: right;
  margin: 0 0.5rem 0 0;
}

.doh-map {
  height: 550px;
  width: 100%;
}

.view-shellfish-beaches label.control-label {
  font-weight: bold;
}
.view-shellfish-beaches input:checked ~ .switch-paddle {
  background: #01593D;
}
.view-shellfish-beaches .switch-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.view-shellfish-beaches #counties_chosen {
  max-width: 100%;
  margin-bottom: 10px;
}
.view-shellfish-beaches #counties_chosen input.chosen-search-input {
  font-family: Roboto, sans-serif;
  padding: 7px;
}
.view-shellfish-beaches #counties_chosen ul.chosen-choices li.search-choice {
  padding: 6px 20px 6px 6px;
}
.view-shellfish-beaches #counties_chosen ul.chosen-choices li.search-choice a.search-choice-close {
  top: 7px;
}
.view-shellfish-beaches #counties_chosen ul.chosen-results li {
  margin-bottom: 0;
  font-size: 16px;
  padding: 9px 14px;
  color: #464646;
}
.view-shellfish-beaches #counties_chosen ul.chosen-results li.highlighted {
  background-color: #01593D;
  background-image: none;
  color: #ffffff;
  margin-bottom: 0;
}
.view-shellfish-beaches #counties_chosen ul.chosen-results li.result-selected {
  color: #C7C7C7;
}
.view-shellfish-beaches .bootstrap-table .search .search-input {
  border: 2px solid #59594A;
}
.view-shellfish-beaches .bootstrap-table .search ::-webkit-input-placeholder {
  color: #222222;
  opacity: 0.7;
}
.view-shellfish-beaches .bootstrap-table .search :-ms-input-placeholder {
  color: #222222;
  opacity: 0.7;
}
.view-shellfish-beaches .bootstrap-table .search ::placeholder {
  color: #222222;
  opacity: 0.7;
}

.node--type-water-access-site .grid-x {
  margin-bottom: 10px;
}
.node--type-water-access-site .grid-x .cell {
  margin-bottom: 1.5rem;
}
.node--type-water-access-site article .field-label-inline .field-label,
.node--type-water-access-site article .field-label-inline .field-items {
  display: inline-block;
}
.node--type-water-access-site .field-wrapper.field.field-node--field-launch-type {
  margin-bottom: 0 !important;
}
.node--type-water-access-site .field-node--field-photos.field-name-field-photos.field-type-entity-reference article {
  margin-bottom: 35px;
  border-bottom: 1px solid #A0A5B1;
}

.showcase-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-life-outdoors .grid-padding-x > .cell {
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-life-outdoors .grid-padding-y > .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section-life-outdoors .lo-block-top-padding {
  padding-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .section-life-outdoors .lo-block-top-padding {
    padding-top: 2rem;
  }
}
.section-life-outdoors .lo-section-top-margin {
  margin-top: 3rem;
}
.section-life-outdoors .lo-intro .cta-btn-small {
  width: 85%;
}
@media screen and (max-width: 39.99875em) {
  .section-life-outdoors .lo-intro .cell {
    margin-bottom: 1.5rem;
  }
  .section-life-outdoors .lo-intro .cta-btn-small {
    width: 100%;
  }
}
.section-life-outdoors .lo-intro .cta-btn-small,
.section-life-outdoors .lo-weekender .cta-btn-small {
  margin: 0;
}
.section-life-outdoors .lo-blog ul {
  list-style: none;
}
.section-life-outdoors .lo-blog .cell .cta-btn-small {
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .section-life-outdoors .lo-blog .cell {
    margin-bottom: 1rem;
  }
  .section-life-outdoors .lo-blog .cta-btn-small {
    width: 90%;
  }
}
.section-life-outdoors .lo-intro div.field-item .cta-btn-small,
.section-life-outdoors .lo-weekender div.field-item .cta-btn-small,
.section-life-outdoors .lo-state-lands div.field-item .cta-btn-small,
.section-life-outdoors .lo-federal-lands div.field-item .cta-btn-small {
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .section-life-outdoors .lo-intro,
  .section-life-outdoors .lo-weekender,
  .section-life-outdoors .lo-state-lands,
  .section-life-outdoors .lo-federal-lands {
    margin-bottom: 1.5rem;
  }
}
.section-life-outdoors .lo-state-lands {
  margin-top: -3rem;
}
@media print, screen and (min-width: 40em) {
  .section-life-outdoors .lo-state-lands {
    margin-top: -2rem;
  }
}
.section-life-outdoors .lo-state-lands > .grid-x > .cell {
  margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
  .section-life-outdoors .lo-federal-intro {
    margin-top: 3rem;
  }
}
.section-life-outdoors .lo-federal-lands > .grid-x > .cell {
  margin-bottom: 0;
}
.section-life-outdoors .lo-state-lands .cell,
.section-life-outdoors .lo-federal-lands .cell {
  background-color: #F2F2F2;
  border-radius: 5px;
  position: relative;
}
.section-life-outdoors .lo-state-lands .cell section,
.section-life-outdoors .lo-federal-lands .cell section {
  height: 100%;
}
.section-life-outdoors .lo-state-lands .cell .image-cta-btn,
.section-life-outdoors .lo-federal-lands .cell .image-cta-btn {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}
@media print, screen and (min-width: 40em) {
  .section-life-outdoors .lo-state-lands .cell .image-cta-btn,
  .section-life-outdoors .lo-federal-lands .cell .image-cta-btn {
    bottom: 15px;
  }
}
.section-life-outdoors .lo-state-lands .cell .cta-btn,
.section-life-outdoors .lo-federal-lands .cell .cta-btn {
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
  padding: 5px;
}
.section-life-outdoors .lo-state-lands .cell .field-name-body,
.section-life-outdoors .lo-federal-lands .cell .field-name-body {
  margin-bottom: 4rem;
}
.section-life-outdoors .image-cta-title {
  font-size: 1.1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .section-life-outdoors .image-cta-title {
    min-height: 4.2rem;
  }
}

.node--type-lesson-plan .lesson-tags .field-item a {
  float: left;
  padding: 5px;
  text-decoration: none !important;
}
.node--type-lesson-plan .lesson-tags .field-item a:hover, .node--type-lesson-plan .lesson-tags .field-item a:focus {
  text-decoration: underline !important;
}
@media print, screen and (min-width: 40em) {
  .node--type-lesson-plan .block-wdfw-content figure {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 50%;
  }
}

.node--type-ecosystem .view-lesson-plans ul {
  list-style: disc;
  margin-left: 35px;
}
.node--type-ecosystem .field-node--field-slideshow {
  max-width: 840px;
  margin: auto;
  margin-bottom: 1rem;
}

.node--type-restoration-project .card {
  padding: 0;
  margin: 0 0 15px 0;
  border: 1px solid #017B54;
}
.node--type-restoration-project .card .card-divider {
  background-color: #017B54;
  color: #ffffff;
  padding: 0.7rem;
}
.node--type-restoration-project .card ul {
  list-style: none;
  margin-left: 0;
}
.node--type-restoration-project .card li {
  margin-bottom: 10px;
}
.node--type-restoration-project article .field.field-node--field-slideshow {
  margin: 0 0 15px 0;
}
@media print, screen and (min-width: 40em) {
  .node--type-restoration-project article .field.field-node--field-slideshow {
    margin-left: 10px;
    margin-right: 10px;
  }
  .node--type-restoration-project .card {
    margin-left: 15px;
  }
}

.node--type-article .article-head {
  border-bottom: 2px solid #ccedff;
  font-size: 1.2rem;
}
.node--type-article .article-head strong {
  padding: 6px 8px;
  background-color: #ccedff;
}
@media print, screen and (min-width: 40em) {
  .node--type-article .article-head strong {
    padding: 6px 16px;
  }
}
.node--type-article .article-head em {
  font-size: 1rem;
}
.node--type-article .article-photos h2 {
  margin: 0;
}
.node--type-article .article-photos .field-paragraph--field-media-image {
  margin-bottom: 0;
}
.node--type-article .article-photos .field-media--field-image-credit {
  font-style: italic;
}
.node--type-article .article-photos figure.acquia-dam-image {
  border: none;
  margin-bottom: 0;
}
.node--type-article .article-photos figure.acquia-dam-image figcaption.photo-credit {
  position: initial;
}
.node--type-article figure {
  margin-bottom: 1.5rem;
  padding: 5px;
  border: 1px solid #ccedff;
}
.node--type-article figure.embed-captioned-img article.media-embed.has-credit {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.node--type-article figure figcaption {
  font-size: 0.9rem;
  padding: 0;
  border-bottom: none;
}
.node--type-article figure figcaption p {
  margin-bottom: 0;
}

.article-basic-cards {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.article-basic-cards .cell {
  margin-bottom: 0;
}
.article-basic-cards .article-basic-card .card {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #f1f3f6;
}
.article-basic-cards .article-basic-card .field-node--field-captioned-photos {
  margin-bottom: 0 !important;
}
.article-basic-cards .article-basic-card h3 {
  padding: 0 8px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.1rem;
  color: #222222;
}

@media print {
  .section-about.node--type-meeting nav,
  .section-about.node--type-meeting header.grid-container,
  .section-about.node--type-meeting .header-separator,
  .section-about.node--type-meeting .breadcrumbs-area,
  .section-about.node--type-meeting .sidebar,
  .section-about.node--type-meeting .mobile-text,
  .section-about.node--type-meeting footer,
  .section-about.node--type-meeting .bottom-bar,
  .section-about.node--type-meeting #google-translate {
    display: none;
  }
  .section-about.node--type-meeting main {
    left: 0;
    width: 90%;
  }
  .section-about.node--type-meeting .callout .primary {
    background: none;
  }
}
.node--type-meeting article {
  padding-top: 0.5rem;
}
.node--type-meeting article h2 {
  margin-top: 0;
  font-size: 1.5rem;
}
.node--type-meeting article .sticky-container h2 {
  padding: 1rem;
  background-color: #f1f3f6;
  margin-bottom: 0;
}
.node--type-meeting article .sticky-container h2.sticky.is-at-top.is-stuck {
  font-size: 1.25rem;
  margin-top: 0 !important;
  background-color: #A0A5B1;
  color: #222222;
  padding: 0.7rem 1rem;
  transition: padding 0.3s, font-size 0.3s;
}
.node--type-meeting article .white-on-green.card {
  padding: 0;
  border: 1px solid #017B54;
  margin-bottom: 2rem;
}
.node--type-meeting article .white-on-green .card-divider {
  background-color: #017B54;
  color: #ffffff;
  padding: 0.6rem;
}
.node--type-meeting article .white-on-green .card-divider h2 {
  font-size: 1.25rem;
  font-weight: normal;
  color: #ffffff;
}
.node--type-meeting article .white-on-green .card-section {
  padding: 0.9rem;
}
.node--type-meeting article .white-on-green .card-section h3 {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.node--type-meeting article .white-on-green .card-section .field-node--field-minutes {
  padding: 0.5rem 0;
}
.node--type-meeting article .white-on-green .card-section .field-node--field-minutes a {
  font-size: 1.1rem;
  font-weight: bold;
}
.node--type-meeting article .agenda {
  padding: 0 1rem;
  background-color: #f1f3f6;
  border-bottom: 4px solid #017B54;
  margin-bottom: 2rem;
}
.node--type-meeting article .agenda .card {
  padding: 0;
  margin-bottom: 1.5rem;
}
.node--type-meeting article .agenda .card .card-divider {
  padding: 0.7rem;
}
.node--type-meeting article .agenda .card .card-section .callout {
  padding: 0.5rem;
}
.node--type-meeting article .agenda h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.view-regional-offices .card {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.view-regional-offices.view-display-id-office .card-section {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .view-regional-offices.view-display-id-office .card-section {
    padding-right: 1rem;
  }
}
.view-regional-offices.view-display-id-office .card-section h2 {
  display: none;
}
.view-regional-offices.view-display-id-all .card {
  background-color: #f1f3f6;
  border-bottom: 4px solid #017B54;
}
.view-regional-offices.view-display-id-all .card h2 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}

.node--type-event .event-info,
.node--type-event .event-photo {
  background-color: #f1f3f6;
}
.node--type-event .event-date .full-date {
  font-weight: bold;
  padding: 6px 12px 2px;
  margin-bottom: 0 !important;
  background-color: #91d3d9;
}
.node--type-event .event-info {
  padding: 0.5rem;
  border-top: 3px solid #91d3d9;
}
.node--type-event .event-info .field-node--field-event-topics .field-item {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  font-size: 1rem;
  color: #222222;
  background-color: #E3E7EC;
}
.node--type-event .event-info .field-node--field-event-topics .field-item:hover {
  background-color: #007b55;
}
.node--type-event .event-info .field-node--field-event-topics .field-item:hover a, .node--type-event .event-info .field-node--field-event-topics .field-item:hover a:hover, .node--type-event .event-info .field-node--field-event-topics .field-item:hover a:link, .node--type-event .event-info .field-node--field-event-topics .field-item:hover a:visited {
  color: #fefefe;
}
.node--type-event .event-desc {
  margin: 0 0 1.5rem 0;
  padding: 0.5rem;
  background-color: #f1f3f6;
}
.node--type-event .event-photo {
  margin-bottom: 2rem;
}
.node--type-event .event-photo figcaption {
  font-size: 0.8rem;
  border: none;
  padding: 0.5rem 0 0 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .node--type-event .event-info {
    padding: 1.2rem;
  }
  .node--type-event .event-info .medium-auto {
    padding-left: 1rem;
  }
  .node--type-event .event-photo {
    border-top: 3px solid #91d3d9;
    margin-bottom: 0;
  }
  .node--type-event .event-photo .field-node--field-photo {
    margin-bottom: 0 !important;
  }
  .node--type-event .event-photo figcaption {
    padding: 0.5rem 0 0.5rem 0;
  }
  .node--type-event .event-desc {
    padding: 1.2rem;
  }
}

.field-node--field-timeline,
.timeline-node {
  margin: 10px 0 20px 0;
}
.field-node--field-timeline .field-name-field-title,
.timeline-node .field-name-field-title {
  font-size: inherit;
}
.field-node--field-timeline .timeline-label,
.timeline-node .timeline-label {
  position: relative;
  z-index: 1;
  width: 60%;
  background: #0E7E77;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  border-radius: 5px;
}
@media print, screen and (min-width: 40em) {
  .field-node--field-timeline .timeline-label,
  .timeline-node .timeline-label {
    width: 30%;
    margin: 0 auto;
    text-align: center;
  }
}
.field-node--field-timeline .timeline,
.timeline-node .timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto !important;
}
.field-node--field-timeline .timeline:after,
.timeline-node .timeline:after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  background-color: #0E7E77;
  top: 0;
  bottom: 0;
  margin-left: -2px;
  z-index: 0;
}
@media screen and (max-width: 39.99875em) {
  .field-node--field-timeline .timeline:after,
  .timeline-node .timeline:after {
    margin-left: 7px;
  }
}
@media print, screen and (min-width: 40em) {
  .field-node--field-timeline .timeline:after,
  .timeline-node .timeline:after {
    left: 50%;
  }
}
.field-node--field-timeline .timeline ul.timeline-list,
.timeline-node .timeline ul.timeline-list {
  margin: 0;
  list-style: none;
}
.field-node--field-timeline .timeline ul.timeline-list > li,
.timeline-node .timeline ul.timeline-list > li {
  margin: 0 !important;
}
.field-node--field-timeline .timeline ul.timeline-list > li.public-comment:after,
.timeline-node .timeline ul.timeline-list > li.public-comment:after {
  content: "\e96e";
  font-family: icomoon;
  font-size: 18px;
  font-weight: bold;
  color: #0e76bc;
  padding: 0 4px;
}
.field-node--field-timeline .timeline ul.timeline-list > li.public-comment.timeline-container:after,
.timeline-node .timeline ul.timeline-list > li.public-comment.timeline-container:after {
  background-color: #fefefe;
}
.field-node--field-timeline .timeline ul.timeline-list .timeline-label,
.timeline-node .timeline ul.timeline-list .timeline-label {
  margin-top: 10px;
  margin-bottom: 10px;
}
.field-node--field-timeline .timeline ul.timeline-list .timeline-label p,
.timeline-node .timeline ul.timeline-list .timeline-label p {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .field-node--field-timeline .timeline ul.timeline-list > li:nth-of-type(odd),
  .timeline-node .timeline ul.timeline-list > li:nth-of-type(odd) {
    left: 0;
    text-align: right;
  }
  .field-node--field-timeline .timeline ul.timeline-list > li:nth-of-type(odd):before,
  .timeline-node .timeline ul.timeline-list > li:nth-of-type(odd):before {
    content: " ";
    height: 0;
    position: absolute;
    top: 25px;
    width: 20px;
    z-index: 1;
    right: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #0E7E77;
  }
  .field-node--field-timeline .timeline ul.timeline-list > li:nth-of-type(even),
  .timeline-node .timeline ul.timeline-list > li:nth-of-type(even) {
    left: 50%;
    text-align: left;
  }
  .field-node--field-timeline .timeline ul.timeline-list > li:nth-of-type(even):before,
  .timeline-node .timeline ul.timeline-list > li:nth-of-type(even):before {
    content: " ";
    height: 0;
    position: absolute;
    top: 25px;
    width: 20px;
    z-index: 1;
    left: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #0E7E77;
  }
  .field-node--field-timeline .timeline ul.timeline-list > li:nth-of-type(even):after,
  .timeline-node .timeline ul.timeline-list > li:nth-of-type(even):after {
    left: -17px;
  }
}
.field-node--field-timeline .timeline .timeline-container,
.timeline-node .timeline .timeline-container {
  padding: 10px 10px 10px 30px;
  position: relative;
  background-color: inherit;
}
@media print, screen and (min-width: 40em) {
  .field-node--field-timeline .timeline .timeline-container,
  .timeline-node .timeline .timeline-container {
    width: 50%;
  }
}
.field-node--field-timeline .timeline .timeline-container:after,
.timeline-node .timeline .timeline-container:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #e7f1f8;
  top: 9px;
  border-radius: 50%;
  border: 3px solid #0E7E77;
}
@media screen and (max-width: 39.99875em) {
  .field-node--field-timeline .timeline .timeline-container:after,
  .timeline-node .timeline .timeline-container:after {
    left: -8px;
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .field-node--field-timeline .timeline .timeline-container:after,
  .timeline-node .timeline .timeline-container:after {
    right: -17px;
  }
}
.field-node--field-timeline .timeline .timeline-container .timeline-item-date,
.timeline-node .timeline .timeline-container .timeline-item-date {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0e76bc;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.field-node--field-timeline .timeline .timeline-container .timeline-item-title,
.timeline-node .timeline .timeline-container .timeline-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #0e76bc;
  margin-bottom: 0;
}
.field-node--field-timeline .timeline .timeline-container .timeline-contents,
.timeline-node .timeline .timeline-container .timeline-contents {
  padding: 5px 10px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #0E7E77;
  margin-right: 20px;
}
@media screen and (max-width: 39.99875em) {
  .field-node--field-timeline .timeline .timeline-container .timeline-contents,
  .timeline-node .timeline .timeline-container .timeline-contents {
    margin-right: 0;
  }
  .field-node--field-timeline .timeline .timeline-container .timeline-contents:before,
  .timeline-node .timeline .timeline-container .timeline-contents:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 14px;
    width: 20px;
    z-index: 1;
    left: -20px;
    border-style: solid;
    border-width: 2px;
    border-color: #0E7E77;
  }
}
.field-node--field-timeline .timeline .timeline-container .timeline-contents .timeline-item-body > ul,
.timeline-node .timeline .timeline-container .timeline-contents .timeline-item-body > ul {
  text-align: left;
}

.slideshow-landscape .carousel {
  max-width: 860px;
}

.posted-date {
  font-size: 1.1rem;
  font-weight: bold;
}

body:not(.node--type-pathway-page) article .field {
  margin-bottom: 10px;
}
body:not(.node--type-pathway-page) article .field .field-label {
  font-weight: 600;
}
body:not(.node--type-pathway-page) article .field .field-items a {
  text-decoration: underline;
}
body:not(.node--type-pathway-page) article .field .field-items a:hover {
  text-decoration: none;
}

.geofield-map-message {
  display: none;
}

.geofield-map-widget .leaflet-control-zoom a:hover, .geofield-map-widget .leaflet-control-zoom a:focus {
  text-decoration: none;
}
.geofield-map-widget .leaflet-bottom {
  display: none;
}

.node--type-pathway-page .page-title {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
  display: none;
}
.node--type-pathway-page .field-node--field-links-with-text ul {
  margin-left: 0;
  list-style: none;
}
.node--type-pathway-page .pathway-header {
  margin-bottom: 1rem;
}
.node--type-pathway-page .field-name-field-title {
  color: #59594A;
  font-size: 1.9375rem;
  margin-bottom: 20px;
}
.path-about table {
  table-layout: fixed;
}
.path-about .view-employee-lookup .view-content {
  margin-bottom: 20px;
}
.path-about .view-employee-lookup .views-field-last-name {
  font-weight: bold;
}
.path-about .view-employee-lookup .views-field-email {
  word-break: break-word;
}
.path-about .view-employee-lookup .grid-padding-y > .cell {
  padding-top: 0;
  padding-bottom: 1.4rem;
}

.node--type-advisory-group .field-node--field-notice.field-name-field-notice {
  border-left: 12px solid #ffd12e;
  border-bottom: 1px solid #ffd12e;
  background-color: #FFFBED;
  padding: 15px 10px 5px 10px;
}

.field-items [id^=basic-accordion] {
  margin-top: 20px;
}
.field-items [id^=basic-accordion] .accordion-item a.accordion-title {
  text-decoration: none;
}

.node--type-basic-accordion-page .field-node--body {
  overflow: auto;
}
@media print, screen and (min-width: 40em) {
  .node--type-basic-accordion-page a.cta-btn {
    width: 50%;
  }
}

.path-frontpage header {
  background: rgba(255, 255, 255, 0.9);
}
.path-frontpage header .grid-container {
  position: relative;
}
.path-frontpage header .top-bar {
  background: transparent;
}
.path-frontpage header #header-search-bar {
  margin-top: -50px;
}
.path-frontpage header .menu.dropdown li a {
  border-color: transparent;
}
.path-frontpage .view-navigation-items article.has-credit {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.path-frontpage .view-navigation-items article.has-credit .photo-credit {
  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;
}
.path-frontpage .view-navigation-items figure.acquia-dam-image figcaption {
  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;
}
.path-frontpage .middle-region {
  margin-top: 30px;
}
.path-frontpage .middle-container-wrapper,
.path-frontpage .block-region-bottom-content {
  padding-bottom: 30px;
  padding-top: 40px;
}
.path-frontpage .middle-container-wrapper h2.block-title,
.path-frontpage .block-region-bottom-content h2.block-title {
  color: #59594A;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 2.1875rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.99875em) {
  .path-frontpage .middle-container-wrapper h2.block-title,
  .path-frontpage .block-region-bottom-content h2.block-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left,
  .path-frontpage .middle-container-wrapper .middle-content-left {
    padding-right: 30px;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .spotlight-content-wrapper,
.path-frontpage .middle-container-wrapper .middle-content-left .spotlight-content-wrapper {
  background: none;
  margin-bottom: 20px;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .spotlight-content-wrapper article.media-embed,
.path-frontpage .middle-container-wrapper .middle-content-left .spotlight-content-wrapper article.media-embed {
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .spotlight-content-wrapper,
  .path-frontpage .middle-container-wrapper .middle-content-left .spotlight-content-wrapper {
    align-items: center;
    display: flex;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .spotlight-content-wrapper .field,
.path-frontpage .middle-container-wrapper .middle-content-left .spotlight-content-wrapper .field {
  margin: 0;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .spotlight-content-wrapper .field.field-name-field-spotlight-link,
.path-frontpage .middle-container-wrapper .middle-content-left .spotlight-content-wrapper .field.field-name-field-spotlight-link {
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .spotlight-content-wrapper .field.field-name-field-spotlight-link,
  .path-frontpage .middle-container-wrapper .middle-content-left .spotlight-content-wrapper .field.field-name-field-spotlight-link {
    padding: 10px 15px;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .spotlight-content-wrapper .field.field-name-field-spotlight-link a,
.path-frontpage .middle-container-wrapper .middle-content-left .spotlight-content-wrapper .field.field-name-field-spotlight-link a {
  color: #59594A;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.125rem;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row,
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row,
.path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row,
.path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row {
  margin-bottom: 30px;
}
@media screen and (min-width: 64em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper,
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper {
    display: flex;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published,
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published,
.path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published,
.path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published {
  flex: 0 0 120px;
  position: relative;
}
@media screen and (min-width: 64em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published,
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published {
    padding-right: 5px;
    word-spacing: 999px;
  }
}
@media screen and (min-width: 64em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published:after,
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published:after,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published:after,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published:after {
    background: #59594A;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content,
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content,
.path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content,
.path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content {
  color: #59594A;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: normal;
  padding: 10px 10px 10px 0;
}
@media screen and (min-width: 64em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content,
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-field-date-published .field-content {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-title,
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-title,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-title,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-title {
    padding: 10px;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-title a,
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-title a,
.path-frontpage .middle-container-wrapper .middle-content-left .view-news.view-display-id-block_1 .views-row .row-wrapper .views-field-title a,
.path-frontpage .middle-container-wrapper .middle-content-left .view-articles.view-display-id-block_1 .views-row .row-wrapper .views-field-title a {
  text-decoration: underline;
}
@media screen and (max-width: 63.99875em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-footer,
  .path-frontpage .middle-container-wrapper .middle-content-left .view-footer {
    padding-bottom: 30px;
    padding-top: 10px;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-footer a,
.path-frontpage .middle-container-wrapper .middle-content-left .view-footer a {
  color: #59594A;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  transition: 0.3s;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-footer a:after,
.path-frontpage .middle-container-wrapper .middle-content-left .view-footer a:after {
  background: url("../images/right-arrows.png");
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 5px;
  width: 16px;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-left .view-footer a:hover,
.path-frontpage .middle-container-wrapper .middle-content-left .view-footer a:hover {
  color: #46463B;
  text-decoration: underline;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-type-entity-reference-revisions > .field-items > .field-item {
  clear: both;
  margin-bottom: 30px;
}
@media screen and (max-width: 63.99875em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-type-entity-reference-revisions > .field-items > .field-item {
    border-bottom: 1px solid #7588A2;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-type-entity-reference-revisions > .field-items > .field-item .paragraph--type--get-involved-items p {
  margin: 0;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-type-entity-reference-revisions > .field-items > .field-item .paragraph--type--get-involved-items .field-name-field-link,
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-type-entity-reference-revisions > .field-items > .field-item .paragraph--type--get-involved-items .field-name-field-body {
  margin-bottom: 0;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-type-entity-reference-revisions > .field-items > .field-item .paragraph--type--get-involved-items .field-name-field-link {
  margin-bottom: 0;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-type-entity-reference-revisions > .field-items > .field-item .paragraph--type--get-involved-items .field-name-field-link a {
  text-decoration: underline;
}
@media screen and (max-width: 63.99875em) {
  .path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-name-field-get-involved-link {
    margin-top: 50px;
  }
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-name-field-get-involved-link a {
  color: #59594A;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  transition: 0.3s;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-name-field-get-involved-link a:after {
  background: url("../images/right-arrows.png");
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 5px;
  width: 16px;
}
.path-frontpage .middle-container-wrapper .block-region-middle-content-right .field-name-field-get-involved-link a:hover {
  color: #46463B;
  text-decoration: underline;
}
.path-frontpage .bottom-content-wrapper {
  background-image: url("../images/instagram_bg.png");
  background-size: cover;
  padding-bottom: 90px;
}
@media screen and (max-width: 39.99875em) {
  .path-frontpage .block-region-bottom-content {
    padding-top: 25px;
  }
}
@media screen and (max-width: 39.99875em) {
  .path-frontpage .block-region-bottom-content h2.block-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.path-frontpage footer {
  margin-top: 0;
}
@media screen and (max-width: 63.99875em) {
  .path-frontpage #header-search-bar #search-block-form {
    margin-top: 40px;
  }
}
.path-frontpage #header-search-bar #search-block-form .form-search {
  background: transparent;
}

.node--type-landing-page .cta-btn-group {
  margin-top: 35px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .node--type-landing-page .cta-btn-group {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.node--type-landing-page .rows-line {
  clear: both;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 63.99875em) {
  .node--type-landing-page .rows-line {
    margin-top: 0;
  }
}
.node--type-landing-page .rows-line:before {
  background: #59594A;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.node--type-landing-page .block-section-links h2 {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}
.node--type-landing-page .block-section-links a {
  line-height: 1.5rem;
}
.node--type-landing-page .block-section-links ul {
  margin-left: 0;
  list-style: none;
  padding-bottom: 1rem;
}
.node--type-landing-page .block-section-links ul li {
  margin-bottom: 1.2rem;
}
.node--type-landing-page .hero-text h1 {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .node--type-landing-page.path-frontpage .spotlight-content-wrapper .acquia-dam-image {
    margin-bottom: 0;
  }
  .node--type-landing-page.path-frontpage .spotlight-content-wrapper .acquia-dam-image .photo-credit {
    display: block;
    border-bottom: none;
  }
  .node--type-landing-page article .field {
    margin-bottom: 0 !important;
  }
  .node--type-landing-page .hero-text {
    padding: 80px 30px 80px 0;
  }
  .node--type-landing-page .hero-image .image-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 50vw;
  }
  .node--type-landing-page .hero-image .image-wrapper .contextual-region.media-embed.hero-image {
    position: static;
  }
  .node--type-landing-page .hero-image .image-wrapper figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .node--type-landing-page .hero-image .image-wrapper figure figcaption {
    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;
  }
}
.node--type-landing-page .block-region-bottom-content-news-first,
.node--type-landing-page .news-important-left {
  padding-top: 30px;
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items,
  .node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items {
    display: flex;
  }
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item .card .card-section,
.node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item .card .card-section {
  padding: 0.5rem 0;
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item .card .card-section.news-link,
.node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item .card .card-section.news-link {
  min-height: 2rem;
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item .card .card-section.news-link a,
.node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item .card .card-section.news-link a {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item,
  .node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item {
    flex: 0 0 50%;
  }
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item > div,
.node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item > div {
  height: 100%;
  position: relative;
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item > div .field-name-field-headline,
.node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item > div .field-name-field-headline {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: normal;
}
@media print, screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item > div .field-name-field-link,
  .node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item > div .field-name-field-link {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    max-width: 90%;
  }
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item > div .field-name-field-link a,
.node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item > div .field-name-field-link a {
  text-decoration: underline;
}
@media screen and (max-width: 39.99875em) {
  .node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item:first-child,
  .node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item:first-child,
  .node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item:first-child {
    padding-right: 10px;
  }
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-item > .field-items > .field-item:last-child,
  .node--type-landing-page .news-important-left .field-name-field-news-important-item > .field-items > .field-item:last-child {
    padding-left: 10px;
  }
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-dates-link,
.node--type-landing-page .news-important-left .field-name-field-news-important-dates-link {
  padding-top: 30px;
}
@media screen and (max-width: 63.99875em) {
  .node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-dates-link,
  .node--type-landing-page .news-important-left .field-name-field-news-important-dates-link {
    padding-bottom: 30px;
    padding-top: 10px;
  }
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-dates-link a,
.node--type-landing-page .news-important-left .field-name-field-news-important-dates-link a {
  color: #59594A;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  transition: 0.3s;
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-dates-link a:after,
.node--type-landing-page .news-important-left .field-name-field-news-important-dates-link a:after {
  background: url("../images/right-arrows-white.png");
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 5px;
  width: 16px;
}
.node--type-landing-page .block-region-bottom-content-news-first .field-name-field-news-important-dates-link a:hover,
.node--type-landing-page .news-important-left .field-name-field-news-important-dates-link a:hover {
  color: #46463B;
  text-decoration: underline;
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-news-second,
  .node--type-landing-page .news-important-right {
    margin-top: 107px;
  }
}
.node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row,
.node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row,
.node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row,
.node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row {
  margin-bottom: 30px;
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper,
  .node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper,
  .node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper,
  .node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper {
    display: flex;
  }
}
.node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published,
.node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published,
.node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published,
.node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published {
  flex: 0 0 120px;
  position: relative;
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published,
  .node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published,
  .node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published,
  .node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published {
    padding-right: 5px;
    word-spacing: 999px;
  }
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published:after,
  .node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published:after,
  .node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published:after,
  .node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published:after {
    background: #59594A;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }
}
.node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published .field-content,
.node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published .field-content,
.node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published .field-content,
.node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published .field-content {
  color: #59594A;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: normal;
  padding: 10px 10px 10px 0;
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published .field-content,
  .node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published .field-content,
  .node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-field-date-published .field-content,
  .node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper .views-field-field-date-published .field-content {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-title,
  .node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper .views-field-title,
  .node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-title,
  .node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper .views-field-title {
    padding: 10px;
  }
}
.node--type-landing-page .block-region-bottom-content-news-second .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-title a,
.node--type-landing-page .block-region-bottom-content-news-second .view-articles.view-display-id-related .views-row .row-wrapper .views-field-title a,
.node--type-landing-page .news-important-right .view-news.view-display-id-block_2 .views-row .row-wrapper .views-field-title a,
.node--type-landing-page .news-important-right .view-articles.view-display-id-related .views-row .row-wrapper .views-field-title a {
  text-decoration: underline;
}
.node--type-landing-page .block-region-bottom-content-news-first h2.block-title,
.node--type-landing-page .block-region-bottom-content-after-news h2.block-title,
.node--type-landing-page .conservation-block h2.block-title {
  color: #59594A;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.99875em) {
  .node--type-landing-page .block-region-bottom-content-news-first h2.block-title,
  .node--type-landing-page .block-region-bottom-content-after-news h2.block-title,
  .node--type-landing-page .conservation-block h2.block-title {
    font-size: 1.75rem;
  }
}
.node--type-landing-page .block-region-bottom-content-after-news,
.node--type-landing-page .conservation-block {
  clear: both;
  padding-top: 25px;
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item .field-name-field-link a.cta-btn-narrow,
.node--type-landing-page .conservation-block .field-name-field-conservation-item .field-name-field-link a.cta-btn-narrow {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items {
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items > div,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items > div {
    flex: 0 0 50%;
  }
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .left-side .field-name-field-headline,
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .left-side .field-name-field-headline *,
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side .field-name-field-headline,
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side .field-name-field-headline *,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .left-side .field-name-field-headline,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .left-side .field-name-field-headline *,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side .field-name-field-headline,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side .field-name-field-headline * {
  color: #222222;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: normal;
  margin-top: -8px;
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .left-side .field-name-field-headline,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .left-side .field-name-field-headline {
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .left-side,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .left-side {
    padding-right: 80px;
  }
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .left-side .right-side-group,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .left-side .right-side-group {
  display: flex;
  flex-direction: column;
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .left-side .right-side-group .field-name-field-description,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .left-side .right-side-group .field-name-field-description {
  margin-top: 5px;
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .left-side .right-side-group .field-name-field-headline,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .left-side .right-side-group .field-name-field-headline {
  margin-top: 5px;
}
@media screen and (max-width: 63.99875em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side img,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side img {
    max-width: 188px;
  }
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side > .field-item:not(:last-child),
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side > .field-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation {
    display: flex;
  }
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation .left-side-group,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation .left-side-group {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 40em) {
  .node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation .right-side-group,
  .node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation .right-side-group {
    padding-left: 20px;
  }
}
.node--type-landing-page .block-region-bottom-content-after-news .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation .right-side-group a,
.node--type-landing-page .conservation-block .field-name-field-conservation-item > .field-items .right-side .paragraph--type--conservation .right-side-group a {
  text-decoration: underline;
}

.path-search #block-wdfw-content .search-help-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: underline;
}
.path-search #block-wdfw-content .search-form label {
  font-size: 1rem;
}
.path-search #block-wdfw-content .search-form input[id*=edit-keys] {
  border: 2px solid #000000;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .path-search #block-wdfw-content .search-form input[id*=edit-keys] {
    width: 50%;
  }
}
.path-search #block-wdfw-content .search-form .search-advanced summary {
  background: #59594A;
  border: 2px solid #59594A;
  border-radius: 10px;
  color: #fefefe;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 40px 15px 20px;
  position: relative;
  transition: 0.3s;
}
.path-search #block-wdfw-content .search-form .search-advanced summary:first-of-type {
  list-style-type: none;
}
.path-search #block-wdfw-content .search-form .search-advanced summary::-webkit-details-marker {
  display: none;
}
.path-search #block-wdfw-content .search-form .search-advanced summary:hover {
  cursor: pointer;
}
.path-search #block-wdfw-content .search-form .search-advanced summary:focus {
  outline: none;
}
.path-search #block-wdfw-content .search-form .search-advanced summary:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 16px;
}
.path-search #block-wdfw-content .search-form .search-advanced legend {
  color: #59594A;
  font-size: 1.5rem;
  font-weight: bold;
}
.path-search #block-wdfw-content .search-form .search-advanced:not([open]) summary:hover {
  opacity: 0.8;
}
.path-search #block-wdfw-content .search-form .search-advanced[open] summary {
  background: #fefefe;
  color: #59594A;
  margin-bottom: 20px;
}
.path-search #block-wdfw-content .search-form .search-advanced[open] summary:after {
  content: "-";
}
.path-search #block-wdfw-content .search-form .search-advanced[open] summary:hover {
  background: rgba(89, 89, 74, 0.2);
}
.path-search #block-wdfw-content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.path-search #block-wdfw-content h3 {
  color: #222222;
  font-size: 1.5rem;
}
.path-search #block-wdfw-content ol {
  color: #59594A;
  font-size: 1.5rem;
  font-weight: bold;
  list-style-type: none;
  margin-left: 0;
}
.path-search #block-wdfw-content ol li {
  margin-bottom: 15px;
}
.path-search #block-wdfw-content ol li:not(:last-child) {
  border-bottom: 2px solid #A0ADBD;
  padding-bottom: 20px;
}
@media screen and (max-width: 63.99875em) {
  .path-search #block-wdfw-content ol li {
    margin-bottom: 5px;
  }
}
.path-search #block-wdfw-content ol li h3 {
  margin-top: 17px;
}
.path-search #block-wdfw-content ol li h3,
.path-search #block-wdfw-content ol li h3 * {
  color: #59594A;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 63.99875em) {
  .path-search #block-wdfw-content ol li h3,
  .path-search #block-wdfw-content ol li h3 * {
    line-height: 25px;
  }
}
@media print, screen and (min-width: 40em) {
  .path-search #block-wdfw-content ol li h3,
  .path-search #block-wdfw-content ol li h3 * {
    font-size: 1.2rem;
  }
}
.path-search #block-wdfw-content ol li p {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.path-search #block-wdfw-content ol li p,
.path-search #block-wdfw-content ol li p * {
  margin: 0;
}
.path-search #block-wdfw-content ol li p a {
  color: #18459A;
  text-decoration: underline;
}
.path-search #block-wdfw-content ol li p a:visited {
  color: #551A8B;
}
.path-search #block-wdfw-content ol li p a:hover {
  color: #122e4b;
}

.node--type-species .species-latin {
  font-weight: normal;
  font-size: 1.7rem;
}
.node--type-species .population .has-tip,
.node--type-species .subspecies .has-tip {
  font-weight: normal;
  border-bottom-color: #222222;
}
.node--type-species .species-info {
  margin-bottom: 1rem;
}
.node--type-species .species-info .field-wrapper {
  margin-bottom: 1.2rem;
}
.node--type-species .species-info .field-label-inline .field-label,
.node--type-species .species-info .field-label-inline .field-items {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel,
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel .slide,
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel .slide figure {
    height: 390px !important;
  }
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel .slide figure {
    width: 100%;
  }
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel .slide figcaption .photo-credit {
    display: block;
  }
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel .slide .img-container {
    display: flex;
    align-content: center;
    min-height: 305px;
    background-color: #e2e6eb;
  }
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel .slide .img-container img {
    max-height: 305px;
    margin: auto;
  }
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .carousel.slick-slider .slide .img-container {
    background-color: #fefefe;
  }
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .next-button,
  .node--type-species .species-info .left-side .field-node--field-captioned-photos .previous-button {
    top: 135px;
    padding: 10px;
  }
}
.node--type-species .species-info .right-side ul {
  margin-left: 25px;
}
.node--type-species .species-info .latin-name {
  margin-bottom: 10px;
}
.node--type-species .species-info .species-lessons ul {
  list-style: disc;
}
.node--type-species #regs-seasons-accordion .accordion-title:before {
  color: #fefefe !important;
}
.node--type-species #regs-seasons-accordion .accordion-title:hover {
  text-decoration-color: #fefefe !important;
}
@media print, screen and (min-width: 40em) {
  .node--type-species #regs-seasons-accordion {
    width: 92%;
  }
}
.node--type-species dl {
  display: grid;
  grid-template-columns: max-content auto;
}
.node--type-species dl dt {
  font-weight: bold;
  grid-column-start: 1;
  margin-right: 1rem;
}
.node--type-species dl dt::after {
  content: ": ";
}
.node--type-species dl dd {
  font-weight: normal;
  grid-column-start: 2;
}

.section-species-habitats .pathway-header {
  margin-bottom: 0;
}
.section-species-habitats .badge.ais {
  border-radius: 15px;
  font-size: 1rem;
  padding: 1px 8px;
  background-color: #c1270f;
  border-bottom: none;
}

.field-node--field-pier-facilities .field-item {
  display: inline-block;
}

.wlau .accordion-title:before {
  color: #fefefe !important;
}

.node--type-fishing-pier .field-name-field-image img {
  width: 100%;
}
.node--type-fishing-pier .squid-jigging:before {
  content: url("/sites/default/files/fishing/piers/squid_jigging.png");
  position: relative;
  top: 8px;
}

body[class*=section-news] .view-display-id-block_news_list_all .views-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 63.99875em) {
  body[class*=section-news] .view-display-id-block_news_list_all .views-row {
    margin-bottom: 30px;
  }
}
body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-body,
body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-body * {
  margin: 0;
}
body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-body a {
  color: #18459A;
  text-decoration: underline;
}
body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-body a:visited {
  color: #551A8B;
}
body[class*=section-news] .view-display-id-block_news_list_all .views-row .views-field-body a:hover {
  color: #122e4b;
}
body[class*=section-news] .view-filters .form-item {
  margin-bottom: 15px;
}
body[class*=section-news] .view-filters .form-item-items-per-page label {
  display: block;
}
body[class*=section-news] .view-filters .form-item-items-per-page .chosen-container {
  min-width: 100px;
}
body[class*=section-news] .block-views-blocknews-block-news-list-all input#edit-contents {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  body[class*=section-news] .view {
    margin-top: 50px;
  }
}

.view-publications.view-display-id-block_1 .views-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 63.99875em) {
  .view-publications.view-display-id-block_1 .views-row {
    margin-bottom: 30px;
  }
}
.view-publications.view-display-id-block_1 .views-row .views-field-title {
  margin-bottom: 0;
}
.view-publications.view-display-id-block_1 .views-row .views-field-body,
.view-publications.view-display-id-block_1 .views-row .views-field-body * {
  margin: 0;
}
.view-publications.view-display-id-block_1 .views-row .views-field-body a {
  color: #18459A;
  text-decoration: underline;
}
.view-publications.view-display-id-block_1 .views-row .views-field-body a:visited {
  color: #551A8B;
}
.view-publications.view-display-id-block_1 .views-row .views-field-body a:hover {
  color: #122e4b;
}
.view-publications.view-display-id-block_1 .views-row .views-field-field-date-published {
  font-size: 0.8rem;
  margin-top: 8px;
}

.node--type-publication .publication-info .categories {
  list-style: none;
}
.node--type-publication .publication-link a.external-link::after {
  padding-left: 5px;
}

.view-wolf-updates li {
  margin-bottom: 10px;
}

.view-wolf-updates.view-display-id-block_1 .views-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 63.99875em) {
  .view-wolf-updates.view-display-id-block_1 .views-row {
    margin-bottom: 30px;
  }
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-title {
  margin-bottom: 0;
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-body,
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-body * {
  margin: 0;
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-body a {
  color: #18459A;
  text-decoration: underline;
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-body a:visited {
  color: #551A8B;
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-body a:hover {
  color: #122e4b;
}
.view-wolf-updates.view-display-id-block_1 .views-row .views-field-field-publish-date {
  font-size: 0.85rem;
  margin-top: 0;
}
.view-wolf-updates.view-display-id-block_1 .views-row h2.field-content {
  margin-bottom: 0;
}

.node--type-gray-wolf-pack-update .field-node--field-packs-referenced ul {
  list-style: none;
  margin-left: 0;
}
.node--type-gray-wolf-pack-update .field-node--field-packs-referenced ul li {
  display: inline;
}

#fish-washington .block-region-middle-left,
#fish-washington .block-region-middle-right {
  padding: 14px 24px;
  margin-bottom: 20px;
}
#fish-washington .block-region-middle-left .js-form-type-textfield,
#fish-washington .block-region-middle-left .js-form-type-textarea,
#fish-washington .block-region-middle-left .chosen-container,
#fish-washington .block-region-middle-right .js-form-type-textfield,
#fish-washington .block-region-middle-right .js-form-type-textarea,
#fish-washington .block-region-middle-right .chosen-container {
  max-width: none !important;
}
#fish-washington .block-region-middle-left .view-empty,
#fish-washington .block-region-middle-right .view-empty {
  display: none;
}
#fish-washington .block-region-middle-left .block-title,
#fish-washington .block-region-middle-right .block-title {
  margin-top: 0;
}
#fish-washington .block-region-middle-left img,
#fish-washington .block-region-middle-right img {
  margin-bottom: 10px;
}
#fish-washington .block-region-middle-left .form-submit,
#fish-washington .block-region-middle-right .form-submit {
  margin-top: 12px;
}
@media print, screen and (min-width: 40em) {
  #fish-washington .block-region-bottom {
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-image: url("/sites/default/files/fish_washington/fishwa_watermark.jpg");
  }
}

.section-fishing.node--type-basic-accordion-page .cta-btn-group a, .section-fishing.node--type-page .cta-btn-group a {
  font-size: 1.2rem;
  padding: 5px;
}
@media print, screen and (min-width: 40em) {
  .section-fishing.node--type-basic-accordion-page .cta-btn-group a, .section-fishing.node--type-page .cta-btn-group a {
    width: 90%;
  }
}
@media print, screen and (min-width: 40em) {
  .section-fishing.node--type-basic-accordion-page .cta-btn-group, .section-fishing.node--type-page .cta-btn-group {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 2px solid #A0ADBD;
  }
}

#wdfw-lakes-filters-lowland-lakes img,
#wdfw-lakes-filters-high-lakes img {
  margin-top: 10px;
  margin-bottom: 15px;
}
#wdfw-lakes-filters-lowland-lakes #edit-submit,
#wdfw-lakes-filters-high-lakes #edit-submit {
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  #wdfw-lakes-filters-lowland-lakes .js-form-type-textfield, #wdfw-lakes-filters-lowland-lakes .js-form-type-email, #wdfw-lakes-filters-lowland-lakes .js-form-type-number,
  #wdfw-lakes-filters-lowland-lakes .js-form-type-date, #wdfw-lakes-filters-lowland-lakes .chosen-container, #wdfw-lakes-filters-lowland-lakes .js-form-type-textarea,
  #wdfw-lakes-filters-high-lakes .js-form-type-textfield,
  #wdfw-lakes-filters-high-lakes .js-form-type-email,
  #wdfw-lakes-filters-high-lakes .js-form-type-number,
  #wdfw-lakes-filters-high-lakes .js-form-type-date,
  #wdfw-lakes-filters-high-lakes .chosen-container,
  #wdfw-lakes-filters-high-lakes .js-form-type-textarea {
    max-width: initial;
  }
}

#main .user-login a.login-button {
  font-size: 22px;
  padding: 12px 25px;
  text-decoration: none;
}
#main .user-login a.login-button:visited {
  color: #fefefe;
}
#main .user-login .accordion-title h3 {
  font-weight: normal;
  background-color: #A0ADBD;
  border-color: #A0ADBD;
}

#coastal-in-season-data figure {
  margin-bottom: 2rem;
}
#coastal-in-season-data figcaption {
  display: none;
}
#coastal-in-season-data table caption {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
}

.views-field-field-report-sections .embedded-entity.align-right {
  margin-left: 30px;
}
.views-field-field-report-sections .embedded-entity.align-left {
  margin-right: 30px;
}
.views-field-field-report-sections .embedded-entity.align-center {
  text-align: center;
}
.views-field-field-report-sections h3 {
  color: #222222;
  font-family: Roboto Slab, serif;
  font-size: 1.3rem;
  border: none;
  margin-bottom: 1rem;
}

.view-wildlife-biweekly-reports .view-header {
  overflow: auto;
  margin-top: 1rem;
}
.view-wildlife-biweekly-reports .view-header .toc {
  padding: 0.5rem 0 1rem 0.5rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 1rem;
  margin-bottom: 0;
  background-color: #ccedff;
}
@media print, screen and (min-width: 40em) {
  .view-wildlife-biweekly-reports .view-header .toc {
    margin-top: 0;
  }
}
.view-wildlife-biweekly-reports .view-header .toc .card-divider {
  padding: 0 0 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #222222;
  background: none;
}
.view-wildlife-biweekly-reports .view-header .toc .card-section {
  padding: 10px 0 0 0;
}
.view-wildlife-biweekly-reports .view-header .toc .card-section ul {
  list-style: none;
  margin: 0 100px 10px 20px;
}
.view-wildlife-biweekly-reports .view-header .toc .card-section ul li {
  border-bottom: 2px solid #53647B;
  margin-bottom: 1rem;
  padding-left: 4px;
}
.view-wildlife-biweekly-reports .view-header .toc .card-section ul li:hover {
  border-bottom-color: #ccedff;
  background-color: #E2E6EB;
}
.view-wildlife-biweekly-reports .view-header .toc .card-section ul li a {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .view-wildlife-biweekly-reports .view-header .toc .card-section ul {
    margin-left: 20px;
    margin-right: 32px;
  }
  .view-wildlife-biweekly-reports .view-header .toc .card-section ul li a {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .view-wildlife-biweekly-reports .view-header .report-desc {
    padding-left: 3rem;
  }
}
.view-wildlife-biweekly-reports .header-wrapper {
  position: relative;
  padding-bottom: 3px;
}
.view-wildlife-biweekly-reports .header-wrapper::before {
  content: "";
  height: 8px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  background: #ffffff;
}
.view-wildlife-biweekly-reports .header-wrapper h2 {
  margin: 36px 0 0 0;
  border-left: 34px solid #017B54;
  padding-left: 5px;
  color: #222222;
  font-size: 1.5rem;
  font-family: Roboto, Arial, sans-serif;
  line-height: 38px;
}
.view-wildlife-biweekly-reports .header-wrapper::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #53647B;
}
.view-wildlife-biweekly-reports .section-divider {
  border: none;
  width: 80%;
  height: 2px;
  background: #ccedff;
  margin-top: 0;
  margin-bottom: 2rem;
}
.view-wildlife-biweekly-reports .view-content figure {
  margin-bottom: 2rem;
}
.view-wildlife-biweekly-reports .view-content figure .embedded-entity {
  margin-bottom: 0;
}
.view-wildlife-biweekly-reports .view-content figure figcaption {
  border-bottom: none;
}

#views-exposed-form-newsroom-page-1 .js-form-type-textfield.js-form-item-search {
  max-width: none;
}
#views-exposed-form-newsroom-page-1 #edit-date--2--wrapper {
  border: 1px solid #59594A;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
#views-exposed-form-newsroom-page-1 #edit-date--2--wrapper legend {
  font-weight: bold;
  padding: 0 0.3rem;
}
#views-exposed-form-newsroom-page-1 #edit-date--2--wrapper label {
  font-size: 1rem;
  margin-left: 4px;
}
#views-exposed-form-newsroom-page-1 input[type=text] {
  border: 1px solid #59594A;
  border-radius: 0;
}
#views-exposed-form-newsroom-page-1 .chosen-container {
  max-width: initial;
}

#block-newsroomfeature {
  margin-bottom: 20px;
}
#block-newsroomfeature .notice h3 {
  margin-top: 0;
}
#block-newsroomfeature .notice p {
  margin-bottom: 10px;
  color: #59594A;
  font-size: 0.9rem;
}

#block-views-block-articles-features .view-articles {
  margin-top: 0;
}
#block-views-block-articles-features .view-articles h2 {
  font-size: 1.5rem;
  margin-top: 0;
}
#block-views-block-articles-features .view-articles h2 a, #block-views-block-articles-features .view-articles h2 a:hover, #block-views-block-articles-features .view-articles h2 a:link, #block-views-block-articles-features .view-articles h2 a:visited {
  color: #59594A;
}
#block-views-block-articles-features .view-articles ul {
  margin: 0;
  list-style: none;
}
#block-views-block-articles-features .view-articles ul .field-label,
#block-views-block-articles-features .view-articles ul .field-items,
#block-views-block-articles-features .view-articles ul .field-item {
  display: inline;
}
#block-views-block-articles-features .view-articles ul .field-label::after {
  content: ":";
}

.section-newsroom ul.breadcrumbs {
  margin-bottom: 30px;
}

.newsroom h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.newsroom .newsroom-links {
  margin-bottom: 1rem;
}
.newsroom .newsroom-links ul {
  list-style: none;
  margin: 0;
}
.newsroom .newsroom-links ul li {
  margin-bottom: 3px;
}
.newsroom .newsroom-links ul li a {
  padding: 4px 7px;
  font-size: 1.1rem;
  color: #fefefe;
  text-decoration: none;
  display: list-item;
  background-color: #53647B;
}
.newsroom .newsroom-links ul li a:hover {
  background-color: #E2E6EB;
  color: #222222;
}
.newsroom .view.view-newsroom {
  margin-top: 0;
}
.newsroom .view.view-newsroom .news:last-child {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .newsroom .view.view-newsroom .news:last-child {
    margin-bottom: 1.25rem;
  }
}
.newsroom .facets-widget-links ul {
  margin-left: 8px;
  list-style: none;
}
.newsroom .facets-widget-links ul li.facet-item > a {
  text-decoration: underline;
}
.newsroom .facets-widget-links ul li.facet-item > a .js-facet-deactivate {
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 39.99875em) {
  .newsroom .grid-margin-y > .cell {
    margin-bottom: 0;
  }
}
.newsroom .news-card {
  min-height: 320px;
  position: relative;
  border-bottom: 4px solid #017B54;
  height: 100%;
  background-color: #f1f3f6;
}
.newsroom .news-card a,
.newsroom .news-card a:hover,
.newsroom .news-card a:link,
.newsroom .news-card a:visited {
  text-decoration: none !important;
  color: #222222;
  position: static;
}
.newsroom .news-card a::before,
.newsroom .news-card a:hover::before,
.newsroom .news-card a:link::before,
.newsroom .news-card a:visited::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsroom .news-card:hover {
  background-color: #fefefe;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.newsroom .news-card .views-field-title {
  padding: 0 8px;
}
.newsroom .news-card h2 {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 2rem;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.1rem;
  color: #222222;
}
.newsroom .news-card figure .media-embed {
  margin-bottom: 0;
}
.newsroom .news-card figure figcaption {
  z-index: -1;
}
.newsroom .news-card p {
  padding: 0 8px;
  margin-bottom: 2px;
}
.newsroom .news-card .card-footer {
  position: absolute;
  bottom: 0;
  padding: 2px 8px;
  font-size: 0.9rem;
}
.newsroom .news-card .card-footer strong {
  color: #59594A;
}

.view-related-translations .item-list ul {
  list-style: none;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .view-related-translations .item-list ul li {
    display: inline-block;
    margin-right: 2rem;
  }
}

#main .webform-submission-form #edit-name--wrapper {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#main .webform-submission-form #edit-name--wrapper legend .fieldset-legend {
  font-size: 1.2rem;
  font-weight: bold;
}
#main .webform-submission-form #edit-name--wrapper legend .fieldset-legend::after {
  display: none;
}
#main .webform-submission-form #edit-name--wrapper .fieldset-wrapper .webform-flexbox {
  margin-bottom: 0;
  margin-top: 0;
}
#main .webform-submission-form #edit-name--wrapper .fieldset-wrapper .webform-flexbox input {
  margin-bottom: 0.3rem;
}
#main .webform-submission-form #edit-name--wrapper .fieldset-wrapper .help-text {
  margin-top: 0;
}
#main .webform-submission-form .photo-upload {
  padding: 0.5rem 0 0 1rem;
  border: 1px solid #cacaca;
}
#main .webform-submission-form .photo-upload .file--image {
  margin-right: 1rem;
  font-weight: bold;
}
#main .webform-submission-form label[id^=edit-file--] {
  font-size: 1.2rem;
  font-weight: bold;
}
#main .webform-submission-form label[id^=edit-photo--] {
  font-size: 1rem;
  font-weight: bold;
}
#main .webform-submission-form .form-item-terms-and-conditions label {
  font-weight: bold;
}
#main .webform-submission-form .webform-element-description {
  font-size: 0.9rem;
  font-style: italic;
}
#main .webform-submission-form .webform-elements > div,
#main .webform-submission-form .webform-elements > fieldset {
  margin-bottom: 1.5rem;
}
#main .webform-submission-form .webform-elements .form-item label,
#main .webform-submission-form .webform-elements .form-item legend {
  font-weight: bold;
  color: #59594A;
}
#main .webform-submission-form .webform-elements .form-item label {
  font-size: 16px;
}
#main .webform-submission-form .webform-elements .form-item label.option {
  font-size: 14px;
  font-weight: normal;
  margin-left: 0.2rem;
}
#main .webform-submission-form .webform-elements .form-item legend {
  font-size: 18px;
}
#main .webform-submission-form .webform-elements .form-item .webform-element-description {
  font-size: 12px;
}
#main .webform-submission-form .webform-elements .form-item textarea.form-textarea,
#main .webform-submission-form .webform-elements .form-item input[class*=form-] {
  border: 2px solid #cacaca;
}
#main .webform-submission-form .webform-elements .form-item textarea.form-textarea.hasDatepicker,
#main .webform-submission-form .webform-elements .form-item input[class*=form-].hasDatepicker {
  margin-bottom: 5px;
}
#main .webform-submission-form .js-form-type-textfield,
#main .webform-submission-form .js-form-type-email,
#main .webform-submission-form .js-form-type-date {
  max-width: 100%;
}
#main .webform-submission-form .js-form-type-textfield input,
#main .webform-submission-form .js-form-type-textfield textarea,
#main .webform-submission-form .js-form-type-textarea input,
#main .webform-submission-form .js-form-type-textarea textarea,
#main .webform-submission-form .js-form-type-email input,
#main .webform-submission-form .js-form-type-email textarea,
#main .webform-submission-form .js-form-type-date input,
#main .webform-submission-form .js-form-type-date textarea {
  border: 1px solid #222222;
  border-radius: 0;
}
@media print, screen and (min-width: 40em) {
  #main .webform-submission-form .form-item-email {
    max-width: 50%;
  }
}

/*# sourceMappingURL=wdfw.css.map */
