.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10052;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
@charset "UTF-8";

.vertically-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vertically-center-transform {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@font-face {
  font-family: "itc-officina-sans-std-bold";
  src: url("https://s3-us-west-1.amazonaws.com/rescue-web-services/fonts/ITCOfficinaSansStdBold.woff") format("woff");
}

@font-face {
  font-family: "helvetica-neue-lt-std-95";
  src: url("https://s3-us-west-1.amazonaws.com/rescue-web-services/fonts/HelveticaNeueLTStdBlk.woff") format("woff");
}

@font-face {
  font-family: "helvetica-neue-lt-std-75";
  src: url("https://s3-us-west-1.amazonaws.com/rescue-web-services/fonts/HelveticaNeueLTStdBd.woff") format("woff");
}

@font-face {
  font-family: "helvetica-neue-lt-std-45";
  src: url("https://s3-us-west-1.amazonaws.com/rescue-web-services/fonts/HelveticaNeueLTStdLt.woff") format("woff");
}

@font-face {
  font-family: "OfficinaSansITCBold";
  src: url("/fonts/OfficinaSansITCBold.woff") format("woff");
}

@font-face {
  font-family: "RescueIcons";
  src: url("/fonts/RescueIcons.woff") format("woff");
}

@font-face {
  font-family: "BakerieRough-Black";
  src: url("/fonts/Bakerie/Rough/BakerieRough-Black.otf") format("opentype");
}

@font-face {
  font-family: "BakerieRough-Bold";
  src: url("/fonts/Bakerie/Rough/BakerieRough-Bold.otf") format("opentype");
}

@font-face {
  font-family: "BakerieRough-Regular";
  src: url("/fonts/Bakerie/Rough/BakerieRough-Regular.otf") format("opentype");
}

@font-face {
  font-family: "BakerieRough-Thin";
  src: url("/fonts/Bakerie/Rough/BakerieRough-Thin.otf") format("opentype");
}

@font-face {
  font-family: "CeraBasic-Black";
  src: url("/fonts/Cera-Basic/CeraBasic-Black.otf") format("opentype");
}

@font-face {
  font-family: "CeraBasic-Bold";
  src: url("/fonts/Cera-Basic/CeraBasic-Bold.otf") format("opentype");
}

@font-face {
  font-family: "CeraBasic-Regular";
  src: url("/fonts/Cera-Basic/CeraBasic-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/fonts/roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Hikou-Regular";
  src: url("/fonts/Hikou/Hikou-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Hikou-Light";
  src: url("/fonts/Hikou/Hikou-Light.otf") format("opentype");
}

@font-face {
  font-family: "Hikou-Outline";
  src: url("/fonts/Hikou/Hikou-Inline.otf") format("opentype");
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! 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;
  -webkit-text-decoration: underline dotted;
          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&larger=93.75em&largest=100em";
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: "Helvetica Neue", Helvetica;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 #8a8a8a;
  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: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}

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

::-webkit-input-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::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: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #89D5AC;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

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

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: "Helvetica Neue", Helvetica;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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%28138, 138, 138%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 #8a8a8a;
  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: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #FE8660;
  background-color: #fef2ee;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #FE8660;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #FE8660;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #FE8660;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #FE8660;
}

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

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

.form-error.is-visible {
  display: block;
}

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  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: "helvetica-neue-lt-std-95", "sans-serif";
  font-style: normal;
  font-weight: normal;
  color: #89D5AC;
  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: 3.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.9375rem;
  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: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  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: 3.125rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #89D5AC;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #55c388;
}

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

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.4;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

  .xxlarge-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 #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

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

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .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.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

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

@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

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

@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .xlarge-up-1 {
    flex-wrap: wrap;
  }

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column,
  .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .xxlarge-up-1 {
    flex-wrap: wrap;
  }

  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-up-2 {
    flex-wrap: wrap;
  }

  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-up-3 {
    flex-wrap: wrap;
  }

  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-up-4 {
    flex-wrap: wrap;
  }

  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-up-5 {
    flex-wrap: wrap;
  }

  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarge-up-6 {
    flex-wrap: wrap;
  }

  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-up-7 {
    flex-wrap: wrap;
  }

  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xxlarge-up-8 {
    flex-wrap: wrap;
  }

  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xxlarge-unstack > .column,
.row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column,
  .row.xxlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column,
  .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1em 1.5em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "helvetica-neue-lt-std-95", "sans-serif";
  font-size: 1.1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #F58026;
  color: #0a0a0a;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #e66a0b;
  color: #0a0a0a;
}

.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: #F58026;
  color: #0a0a0a;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #f79951;
  color: #0a0a0a;
}

.button.secondary {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

.button.blue {
  background-color: #0E5688;
  color: #0a0a0a;
}

.button.blue:hover,
.button.blue:focus {
  background-color: #157fc9;
  color: #0a0a0a;
}

.button.success {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

.button.warning {
  background-color: #FFD668;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #ffde86;
  color: #0a0a0a;
}

.button.alert {
  background-color: #FE8660;
  color: #0a0a0a;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #fe9e80;
  color: #0a0a0a;
}

.button.dark-green {
  background-color: #4D8333;
  color: #0a0a0a;
}

.button.dark-green:hover,
.button.dark-green:focus {
  background-color: #69b245;
  color: #0a0a0a;
}

.button.green {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button.green:hover,
.button.green:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

.button.light-green {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button.light-green:hover,
.button.light-green:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

.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: #F58026;
  color: #0a0a0a;
}

.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: #F58026;
  color: #0a0a0a;
}

.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: #89D5AC;
  color: #0a0a0a;
}

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

.button.disabled.blue,
.button.disabled.blue:hover,
.button.disabled.blue:focus,
.button[disabled].blue,
.button[disabled].blue:hover,
.button[disabled].blue:focus {
  background-color: #0E5688;
  color: #0a0a0a;
}

.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: #89D5AC;
  color: #0a0a0a;
}

.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: #FFD668;
  color: #0a0a0a;
}

.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: #FE8660;
  color: #0a0a0a;
}

.button.disabled.dark-green,
.button[disabled].dark-green {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.dark-green,
.button.disabled.dark-green:hover,
.button.disabled.dark-green:focus,
.button[disabled].dark-green,
.button[disabled].dark-green:hover,
.button[disabled].dark-green:focus {
  background-color: #4D8333;
  color: #0a0a0a;
}

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

.button.disabled.green,
.button.disabled.green:hover,
.button.disabled.green:focus,
.button[disabled].green,
.button[disabled].green:hover,
.button[disabled].green:focus {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button.disabled.light-green,
.button[disabled].light-green {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.light-green,
.button.disabled.light-green:hover,
.button.disabled.light-green:focus,
.button[disabled].light-green,
.button[disabled].light-green:hover,
.button[disabled].light-green:focus {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button.hollow {
  border: 1px solid #F58026;
  color: #F58026;
}

.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: #873e06;
  color: #873e06;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #F58026;
  color: #F58026;
}

.button.hollow.primary {
  border: 1px solid #F58026;
  color: #F58026;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #873e06;
  color: #873e06;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #F58026;
  color: #F58026;
}

.button.hollow.secondary {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.hollow.blue {
  border: 1px solid #0E5688;
  color: #0E5688;
}

.button.hollow.blue:hover,
.button.hollow.blue:focus {
  border-color: #072b44;
  color: #072b44;
}

.button.hollow.blue:hover.disabled,
.button.hollow.blue:hover[disabled],
.button.hollow.blue:focus.disabled,
.button.hollow.blue:focus[disabled] {
  border: 1px solid #0E5688;
  color: #0E5688;
}

.button.hollow.success {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.hollow.warning {
  border: 1px solid #FFD668;
  color: #FFD668;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #b48300;
  color: #b48300;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #FFD668;
  color: #FFD668;
}

.button.hollow.alert {
  border: 1px solid #FE8660;
  color: #FE8660;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #ae2b01;
  color: #ae2b01;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #FE8660;
  color: #FE8660;
}

.button.hollow.dark-green {
  border: 1px solid #4D8333;
  color: #4D8333;
}

.button.hollow.dark-green:hover,
.button.hollow.dark-green:focus {
  border-color: #27421a;
  color: #27421a;
}

.button.hollow.dark-green:hover.disabled,
.button.hollow.dark-green:hover[disabled],
.button.hollow.dark-green:focus.disabled,
.button.hollow.dark-green:focus[disabled] {
  border: 1px solid #4D8333;
  color: #4D8333;
}

.button.hollow.green {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.hollow.green:hover,
.button.hollow.green:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.hollow.green:hover.disabled,
.button.hollow.green:hover[disabled],
.button.hollow.green:focus.disabled,
.button.hollow.green:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.hollow.light-green {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.hollow.light-green:hover,
.button.hollow.light-green:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.hollow.light-green:hover.disabled,
.button.hollow.light-green:hover[disabled],
.button.hollow.light-green:focus.disabled,
.button.hollow.light-green:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.clear {
  border: 1px solid #F58026;
  color: #F58026;
}

.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: #873e06;
  color: #873e06;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #F58026;
  color: #F58026;
}

.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 #F58026;
  color: #F58026;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #873e06;
  color: #873e06;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #F58026;
  color: #F58026;
}

.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 #89D5AC;
  color: #89D5AC;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.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.blue {
  border: 1px solid #0E5688;
  color: #0E5688;
}

.button.clear.blue:hover,
.button.clear.blue:focus {
  border-color: #072b44;
  color: #072b44;
}

.button.clear.blue:hover.disabled,
.button.clear.blue:hover[disabled],
.button.clear.blue:focus.disabled,
.button.clear.blue:focus[disabled] {
  border: 1px solid #0E5688;
  color: #0E5688;
}

.button.clear.blue,
.button.clear.blue.disabled,
.button.clear.blue[disabled],
.button.clear.blue:hover,
.button.clear.blue:hover.disabled,
.button.clear.blue:hover[disabled],
.button.clear.blue:focus,
.button.clear.blue:focus.disabled,
.button.clear.blue:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.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 #FFD668;
  color: #FFD668;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #b48300;
  color: #b48300;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #FFD668;
  color: #FFD668;
}

.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 #FE8660;
  color: #FE8660;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #ae2b01;
  color: #ae2b01;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #FE8660;
  color: #FE8660;
}

.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.clear.dark-green {
  border: 1px solid #4D8333;
  color: #4D8333;
}

.button.clear.dark-green:hover,
.button.clear.dark-green:focus {
  border-color: #27421a;
  color: #27421a;
}

.button.clear.dark-green:hover.disabled,
.button.clear.dark-green:hover[disabled],
.button.clear.dark-green:focus.disabled,
.button.clear.dark-green:focus[disabled] {
  border: 1px solid #4D8333;
  color: #4D8333;
}

.button.clear.dark-green,
.button.clear.dark-green.disabled,
.button.clear.dark-green[disabled],
.button.clear.dark-green:hover,
.button.clear.dark-green:hover.disabled,
.button.clear.dark-green:hover[disabled],
.button.clear.dark-green:focus,
.button.clear.dark-green:focus.disabled,
.button.clear.dark-green:focus[disabled] {
  border-color: transparent;
}

.button.clear.green {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.clear.green:hover,
.button.clear.green:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.clear.green:hover.disabled,
.button.clear.green:hover[disabled],
.button.clear.green:focus.disabled,
.button.clear.green:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.clear.green,
.button.clear.green.disabled,
.button.clear.green[disabled],
.button.clear.green:hover,
.button.clear.green:hover.disabled,
.button.clear.green:hover[disabled],
.button.clear.green:focus,
.button.clear.green:focus.disabled,
.button.clear.green:focus[disabled] {
  border-color: transparent;
}

.button.clear.light-green {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.clear.light-green:hover,
.button.clear.light-green:focus {
  border-color: #2e8154;
  color: #2e8154;
}

.button.clear.light-green:hover.disabled,
.button.clear.light-green:hover[disabled],
.button.clear.light-green:focus.disabled,
.button.clear.light-green:focus[disabled] {
  border: 1px solid #89D5AC;
  color: #89D5AC;
}

.button.clear.light-green,
.button.clear.light-green.disabled,
.button.clear.light-green[disabled],
.button.clear.light-green:hover,
.button.clear.light-green:hover.disabled,
.button.clear.light-green:hover[disabled],
.button.clear.light-green:focus,
.button.clear.light-green:focus.disabled,
.button.clear.light-green: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: 1.5em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #F58026;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #F58026;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #89D5AC;
}

.button.dropdown.hollow.blue::after,
.button.dropdown.clear.blue::after {
  border-top-color: #0E5688;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #89D5AC;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #FFD668;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #FE8660;
}

.button.dropdown.hollow.dark-green::after,
.button.dropdown.clear.dark-green::after {
  border-top-color: #4D8333;
}

.button.dropdown.hollow.green::after,
.button.dropdown.clear.green::after {
  border-top-color: #89D5AC;
}

.button.dropdown.hollow.light-green::after,
.button.dropdown.clear.light-green::after {
  border-top-color: #89D5AC;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  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: 1.1rem;
  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: #F58026;
  color: #0a0a0a;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #f79951;
  color: #0a0a0a;
}

.button-group.secondary .button {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

.button-group.blue .button {
  background-color: #0E5688;
  color: #0a0a0a;
}

.button-group.blue .button:hover,
.button-group.blue .button:focus {
  background-color: #157fc9;
  color: #0a0a0a;
}

.button-group.success .button {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #FFD668;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #ffde86;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #FE8660;
  color: #0a0a0a;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #fe9e80;
  color: #0a0a0a;
}

.button-group.dark-green .button {
  background-color: #4D8333;
  color: #0a0a0a;
}

.button-group.dark-green .button:hover,
.button-group.dark-green .button:focus {
  background-color: #69b245;
  color: #0a0a0a;
}

.button-group.green .button {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button-group.green .button:hover,
.button-group.green .button:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

.button-group.light-green .button {
  background-color: #89D5AC;
  color: #0a0a0a;
}

.button-group.light-green .button:hover,
.button-group.light-green .button:focus {
  background-color: #a1ddbd;
  color: #0a0a0a;
}

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

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #F58026;
  color: #fefefe;
}

.label.primary {
  background: #F58026;
  color: #0a0a0a;
}

.label.secondary {
  background: #89D5AC;
  color: #0a0a0a;
}

.label.blue {
  background: #0E5688;
  color: #fefefe;
}

.label.success {
  background: #89D5AC;
  color: #0a0a0a;
}

.label.warning {
  background: #FFD668;
  color: #0a0a0a;
}

.label.alert {
  background: #FE8660;
  color: #0a0a0a;
}

.label.dark-green {
  background: #4D8333;
  color: #fefefe;
}

.label.green {
  background: #89D5AC;
  color: #0a0a0a;
}

.label.light-green {
  background: #89D5AC;
  color: #0a0a0a;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #F58026;
}

.progress.secondary .progress-meter {
  background-color: #89D5AC;
}

.progress.blue .progress-meter {
  background-color: #0E5688;
}

.progress.success .progress-meter {
  background-color: #89D5AC;
}

.progress.warning .progress-meter {
  background-color: #FFD668;
}

.progress.alert .progress-meter {
  background-color: #FE8660;
}

.progress.dark-green .progress-meter {
  background-color: #4D8333;
}

.progress.green .progress-meter {
  background-color: #89D5AC;
}

.progress.light-green .progress-meter {
  background-color: #89D5AC;
}

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #F58026;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #e66a0b;
}

.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;
  -webkit-transform: scale(1, -1);
          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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 5000px;
  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;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 5000px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #89D5AC;
}

input:checked ~ .switch-paddle::after {
  left: 2rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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: 0.7rem;
}

.switch.tiny .switch-paddle {
  width: 1.4rem;
  height: 0.7rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 0.7rem;
}

.switch.small {
  height: 1.2rem;
}

.switch.small .switch-paddle {
  width: 2.4rem;
  height: 1.2rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 1.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;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.5rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

thead {
  background: #f8f8f8;
  color: #333333;
}

tfoot {
  background: #f1f1f1;
  color: #333333;
}

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: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #F58026;
  color: #fefefe;
}

.badge.primary {
  background: #F58026;
  color: #0a0a0a;
}

.badge.secondary {
  background: #89D5AC;
  color: #0a0a0a;
}

.badge.blue {
  background: #0E5688;
  color: #fefefe;
}

.badge.success {
  background: #89D5AC;
  color: #0a0a0a;
}

.badge.warning {
  background: #FFD668;
  color: #0a0a0a;
}

.badge.alert {
  background: #FE8660;
  color: #0a0a0a;
}

.badge.dark-green {
  background: #4D8333;
  color: #fefefe;
}

.badge.green {
  background: #89D5AC;
  color: #0a0a0a;
}

.badge.light-green {
  background: #89D5AC;
  color: #0a0a0a;
}

.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.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #F58026;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #333333;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #feecde;
  color: #333333;
}

.callout.secondary {
  background-color: #edf9f3;
  color: #333333;
}

.callout.blue {
  background-color: #cee8fa;
  color: #333333;
}

.callout.success {
  background-color: #edf9f3;
  color: #333333;
}

.callout.warning {
  background-color: #fff9e8;
  color: #333333;
}

.callout.alert {
  background-color: #ffede7;
  color: #333333;
}

.callout.dark-green {
  background-color: #e3f1dc;
  color: #333333;
}

.callout.green {
  background-color: #edf9f3;
  color: #333333;
}

.callout.light-green {
  background-color: #edf9f3;
  color: #333333;
}

.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 #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #333333;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

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

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

.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: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #F58026;
  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: #0a0a0a;
}

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  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 #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-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: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-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 #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-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 #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

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

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #F58026;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.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 #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #333333;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

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

.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(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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(10, 10, 10, 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: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  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: #F58026;
}

.tabs.primary > li > a {
  color: #0a0a0a;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #f47818;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #F58026;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #e96b0b;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #F58026;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #333333;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  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: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 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(245, 128, 38, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu,
.list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li,
[data-whatinput=mouse] .list li {
  outline: 0;
}

.menu a,
.list a,
.menu .button,
.list .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.list input,
.menu select,
.list select,
.menu a,
.list a,
.menu button,
.list button {
  margin-bottom: 0;
}

.menu input,
.list input {
  display: inline-block;
}

.menu,
.list,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical,
.vertical.list {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li,
.expanded.list li {
  flex: 1 1 0px;
}

.menu.simple,
.simple.list {
  align-items: center;
}

.menu.simple li + li,
.simple.list li + li {
  margin-left: 1rem;
}

.menu.simple a,
.simple.list a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal,
  .medium-horizontal.list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical,
  .medium-vertical.list {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li,
  .medium-expanded.list li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li,
  .medium-simple.list li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal,
  .large-horizontal.list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical,
  .large-vertical.list {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li,
  .large-expanded.list li {
    flex: 1 1 0px;
  }

  .menu.large-simple li,
  .large-simple.list li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal,
  .xlarge-horizontal.list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xlarge-vertical,
  .xlarge-vertical.list {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xlarge-expanded li,
  .xlarge-expanded.list li {
    flex: 1 1 0px;
  }

  .menu.xlarge-simple li,
  .xlarge-simple.list li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal,
  .xxlarge-horizontal.list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.xxlarge-vertical,
  .xxlarge-vertical.list {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.xxlarge-expanded li,
  .xxlarge-expanded.list li {
    flex: 1 1 0px;
  }

  .menu.xxlarge-simple li,
  .xxlarge-simple.list li {
    flex: 1 1 0px;
  }
}

.menu.nested,
.nested.list {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a,
.icons.list a {
  display: flex;
}

.menu.icon-top a,
.icon-top.list a,
.menu.icon-right a,
.icon-right.list a,
.menu.icon-bottom a,
.icon-bottom.list a,
.menu.icon-left a,
.icon-left.list a {
  display: flex;
}

.menu.icon-left li a,
.icon-left.list li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.icon-left.list li a img,
.menu.icon-left li a i,
.icon-left.list li a i,
.menu.icon-left li a svg,
.icon-left.list li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a,
.icon-right.list li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.icon-right.list li a img,
.menu.icon-right li a i,
.icon-right.list li a i,
.menu.icon-right li a svg,
.icon-right.list li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a,
.icon-top.list li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.icon-top.list li a img,
.menu.icon-top li a i,
.icon-top.list li a i,
.menu.icon-top li a svg,
.icon-top.list li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a,
.icon-bottom.list li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.icon-bottom.list li a img,
.menu.icon-bottom li a i,
.icon-bottom.list li a i,
.menu.icon-bottom li a svg,
.icon-bottom.list li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a,
.list .is-active > a {
  background: #89D5AC;
  color: #fefefe;
}

.menu .active > a,
.list .active > a {
  background: #89D5AC;
  color: #fefefe;
}

.menu.align-left,
.align-left.list {
  justify-content: flex-start;
}

.menu.align-right li,
.align-right.list li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li,
.align-right.list li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li,
.align-right.vertical.list li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li,
.align-right.vertical.list li .submenu li {
  text-align: right;
}

.menu.align-right .nested,
.align-right.list .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li,
.align-center.list li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li,
.align-center.list li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text,
.list .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu,
.menu-centered > .list {
  justify-content: center;
}

.menu-centered > .menu li,
.menu-centered > .list li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li,
.menu-centered > .list 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: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  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: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.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: #F58026 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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          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: #F58026 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          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;
}

.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: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          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 #F58026;
  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 #89D5AC;
  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 #89D5AC 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 #F58026 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

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

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

.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
.dropdown.list > 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: #89D5AC transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

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

.dropdown.menu > li > a,
.dropdown.list > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a,
.dropdown.list > li.is-active > a {
  background: transparent;
  color: #F58026;
}

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

.dropdown.menu .nested.is-dropdown-submenu,
.dropdown.list .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

.dropdown.menu.vertical > li.opens-left > a::after,
.dropdown.vertical.list > 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 #89D5AC transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after,
.dropdown.vertical.list > 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 #89D5AC;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu,
  .dropdown.medium-horizontal.list > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,
  .dropdown.medium-horizontal.list > 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: #89D5AC transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

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

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

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

  .dropdown.menu.medium-vertical > li > a::after,
  .dropdown.medium-vertical.list > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after,
  .dropdown.medium-vertical.list > 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 #89D5AC transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after,
  .dropdown.medium-vertical.list > 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 #89D5AC;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu,
  .dropdown.large-horizontal.list > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after,
  .dropdown.large-horizontal.list > 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: #89D5AC transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

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

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

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

  .dropdown.menu.large-vertical > li > a::after,
  .dropdown.large-vertical.list > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after,
  .dropdown.large-vertical.list > 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 #89D5AC transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after,
  .dropdown.large-vertical.list > 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 #89D5AC;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu,
  .dropdown.xlarge-horizontal.list > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after,
  .dropdown.xlarge-horizontal.list > 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: #89D5AC transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

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

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

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

  .dropdown.menu.xlarge-vertical > li > a::after,
  .dropdown.xlarge-vertical.list > li > a::after {
    right: 14px;
  }

  .dropdown.menu.xlarge-vertical > li.opens-left > a::after,
  .dropdown.xlarge-vertical.list > 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 #89D5AC transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xlarge-vertical > li.opens-right > a::after,
  .dropdown.xlarge-vertical.list > 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 #89D5AC;
  }
}

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu,
  .dropdown.xxlarge-horizontal.list > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after,
  .dropdown.xxlarge-horizontal.list > 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: #89D5AC transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

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

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

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

  .dropdown.menu.xxlarge-vertical > li > a::after,
  .dropdown.xxlarge-vertical.list > li > a::after {
    right: 14px;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after,
  .dropdown.xxlarge-vertical.list > 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 #89D5AC transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after,
  .dropdown.xxlarge-vertical.list > 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 #89D5AC;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub,
.dropdown.align-right.list .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 #89D5AC 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 #89D5AC;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(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: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[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(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[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(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xxlarge ~ .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;
    -webkit-transform: 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;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-xlarge.position-left,
  .off-canvas.in-canvas-for-xlarge.position-right,
  .off-canvas.in-canvas-for-xlarge.position-top,
  .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-xxlarge.position-left,
  .off-canvas.in-canvas-for-xxlarge.position-right,
  .off-canvas.in-canvas-for-xxlarge.position-top,
  .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}

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(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  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;
}

.sticky-container {
  position: relative;
}

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

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

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: #89D5AC;
  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: bold;
}

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

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  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%;
  }
}

@media screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 93.74875em) {
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .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;
}

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

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

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

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a,
.align-left.vertical.list > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a,
.align-right.vertical.list > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a,
.align-center.vertical.list > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) and (max-width: 93.74875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em), screen and (min-width: 93.75em) {
  .show-for-xxlarge-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;
  }
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}

.rounded:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}

.separator-center::before,
.separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-center::after {
  clear: both;
}

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #F58026;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}

.separator-left::before,
.separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-left::after {
  clear: both;
}

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #F58026;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}

.separator-right::before,
.separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-right::after {
  clear: both;
}

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #F58026;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: none !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem;
}

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

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

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

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

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

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

.padding-0 {
  padding: 0rem;
}

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

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

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

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

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

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

.margin-1 {
  margin: 1rem;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

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

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

.padding-1 {
  padding: 1rem;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

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

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

.margin-2 {
  margin: 2rem;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

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

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

.padding-2 {
  padding: 2rem;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

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

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

.margin-3 {
  margin: 3rem;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

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

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

.padding-3 {
  padding: 3rem;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

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

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

.button {
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 900;
}

@media screen and (max-width: 39.99875em) {
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

button.hollow.white,
.button.hollow.white {
  border: 1px solid white;
}

.button.circle {
  padding: 1rem;
  border-radius: 50%;
}

.button.facebook {
  background-color: #3B5998;
}

.button.facebook:hover,
.button.facebook:active {
  background-color: #263961;
}

.button.twitter {
  background-color: #1DA1F2;
}

.button.twitter:hover,
.button.twitter:active {
  background-color: #0b76b8;
}

.button.white {
  color: black;
  background-color: white;
  border: 2px solid transparent;
}

.button.white:hover,
.button.white:active {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.card {
  display: block;
}

.card.basic {
  background: none;
  border: none;
}

.callout.training-callout {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
  background-color: transparent;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
  border-left: 3px solid #F58026;
}

.callout.training-callout.primary {
  border-left: 3px solid #F58026;
}

.callout.training-callout.secondary {
  border-left: 3px solid #89D5AC;
}

.callout.training-callout.blue {
  border-left: 3px solid #0E5688;
}

.callout.training-callout.success {
  border-left: 3px solid #89D5AC;
}

.callout.training-callout.warning {
  border-left: 3px solid #FFD668;
}

.callout.training-callout.alert {
  border-left: 3px solid #FE8660;
}

.callout.training-callout.dark-green {
  border-left: 3px solid #4D8333;
}

.callout.training-callout.green {
  border-left: 3px solid #89D5AC;
}

.callout.training-callout.light-green {
  border-left: 3px solid #89D5AC;
}

.bg-primary {
  background-color: #F58026 !important;
}

.text-primary {
  color: #F58026 !important;
}

.bg-secondary {
  background-color: #89D5AC !important;
}

.text-secondary {
  color: #89D5AC !important;
}

.bg-blue {
  background-color: #0E5688 !important;
}

.text-blue {
  color: #0E5688 !important;
}

.bg-success {
  background-color: #89D5AC !important;
}

.text-success {
  color: #89D5AC !important;
}

.bg-warning {
  background-color: #FFD668 !important;
}

.text-warning {
  color: #FFD668 !important;
}

.bg-alert {
  background-color: #FE8660 !important;
}

.text-alert {
  color: #FE8660 !important;
}

.bg-dark-green {
  background-color: #4D8333 !important;
}

.text-dark-green {
  color: #4D8333 !important;
}

.bg-green {
  background-color: #89D5AC !important;
}

.text-green {
  color: #89D5AC !important;
}

.bg-light-green {
  background-color: #89D5AC !important;
}

.text-light-green {
  color: #89D5AC !important;
}

.bg-faded {
  background-color: #cacaca !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-black {
  background-color: #0a0a0a !important;
}

.bg-white {
  background-color: #fefefe !important;
}

.text-faded {
  color: #cacaca !important;
}

.text-transparent {
  color: transparent !important;
}

.text-white {
  color: #fefefe !important;
}

.text-black {
  color: #0a0a0a !important;
}

fieldset.divider {
  border-top: 1px solid #cacaca;
  text-align: center;
}

fieldset.divider legend {
  padding: 0 5px;
}

.ui.divider {
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .ui.divider {
    margin: 1rem 0;
  }
}

.ui.divider.horizontal {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.ui.divider:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
  background-position: right 1em top 50%;
}

.ui.divider:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
  background-position: left 1em top 50%;
}

.ui.divider:after,
.ui.divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

.menu .badge,
.list .badge {
  display: inline-block;
  height: auto;
  width: auto;
  vertical-align: middle;
}

.menu.icon-menu:not(.vertical) > li,
.list.icon-menu:not(.vertical) > li {
  margin-bottom: 1rem;
}

.menu.bordered,
.list.bordered {
  border: 1px solid #cacaca;
}

.menu.divider > li,
.menu.divider > .item,
.list.divider > li,
.list.divider > .item {
  border-bottom: 1px solid #cacaca;
}

.menu.item,
.list.item {
  padding: 0.5rem 0;
}

.menu.item.divider,
.list.item.divider {
  border-bottom: 1px solid #cacaca;
}

.menu.item > span,
.menu > li > span,
.menu .item > span,
.list.item > span,
.list > li > span,
.list .item > span {
  display: inline-block;
}

.menu.item .icon-left,
.menu > li .icon-left,
.menu .item .icon-left,
.list.item .icon-left,
.list > li .icon-left,
.list .item .icon-left {
  margin-right: 1rem;
}

.menu.item .icon-right,
.menu > li .icon-right,
.menu .item .icon-right,
.list.item .icon-right,
.list > li .icon-right,
.list .item .icon-right {
  margin-left: 1rem;
}

.menu.item i,
.menu.item .content,
.menu > li i,
.menu > li .content,
.menu .item i,
.menu .item .content,
.list.item i,
.list.item .content,
.list > li i,
.list > li .content,
.list .item i,
.list .item .content {
  display: inline-block;
  vertical-align: middle;
}

.menu.item .content > .header,
.menu > li .content > .header,
.menu .item .content > .header,
.list.item .content > .header,
.list > li .content > .header,
.list .item .content > .header {
  font-weight: bold;
}

.menu.item .card,
.menu.item .callout,
.menu > li .card,
.menu > li .callout,
.menu .item .card,
.menu .item .callout,
.list.item .card,
.list.item .callout,
.list > li .card,
.list > li .callout,
.list .item .card,
.list .item .callout {
  margin: 0;
}

.menu.vertical > li a,
.menu.vertical > .item a,
.list.vertical > li a,
.list.vertical > .item a {
  text-align: left;
}

.menu.vertical.align-middle > li,
.list.vertical.align-middle > li {
  display: flex;
  align-items: center;
}

/* Hamburger Icon */

#hamburger {
  display: none;
}

@media (max-width: 568px) {
  #hamburger {
    display: block;
    width: 35px;
    height: 25px;
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 998;
    margin: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    float: right;
  }
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #8a8a8a;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 10px;
}

#hamburger span:nth-child(3) {
  top: 20px;
}

.display_menu #hamburger span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.display_menu #hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.display_menu #hamburger span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mobile-overlay {
  display: none;
}

.display_menu .mobile-overlay {
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: block;
  z-index: 999;
  position: absolute;
  top: 75px;
}

.display_menu .mobile-overlay .mobile-nav-content {
  padding: 2rem 1rem 0 1rem;
}

.display_menu .mobile-overlay ul {
  list-style: none;
}

.display_menu .mobile-overlay ul li {
  padding-bottom: 1rem;
}

.display_menu .mobile-overlay ul li img {
  padding-right: 3px;
}

.display_menu .mobile-overlay ul li span {
  text-transform: capitalize;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0.5px;
}

.display_menu .mobile-overlay ul li a {
  font-family: "Hikou-Regular", "Helvetica Neue", Helvetica;
  text-decoration: none;
}

.pl-1 {
  padding-left: 1rem;
}

.scroll-to-link {
  color: black;
}

.scroll-to-nav {
  list-style: none;
}

.scroll-to-nav li {
  display: inline;
  border-right: 2px #bcbcbc solid;
}

.scroll-to-nav li .scroll-to-link {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.scroll-to-nav li:last-child {
  border-right: none;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

.z-index-13 {
  z-index: 13;
}

.z-index-14 {
  z-index: 14;
}

.z-index-15 {
  z-index: 15;
}

.z-index-16 {
  z-index: 16;
}

.z-index-17 {
  z-index: 17;
}

.z-index-18 {
  z-index: 18;
}

.z-index-19 {
  z-index: 19;
}

.z-index-20 {
  z-index: 20;
}

.margin-top-4 {
  margin-top: 4rem !important;
}

.margin-right-4 {
  margin-right: 4rem !important;
}

.margin-bottom-4 {
  margin-bottom: 4rem !important;
}

.margin-left-4 {
  margin-left: 4rem !important;
}

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

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

.padding-top-4 {
  padding-top: 4rem !important;
}

.padding-right-4 {
  padding-right: 4rem !important;
}

.padding-bottom-4 {
  padding-bottom: 4rem !important;
}

.padding-left-4 {
  padding-left: 4rem !important;
}

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

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

.margin-top-5 {
  margin-top: 5rem !important;
}

.margin-right-5 {
  margin-right: 5rem !important;
}

.margin-bottom-5 {
  margin-bottom: 5rem !important;
}

.margin-left-5 {
  margin-left: 5rem !important;
}

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

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

.padding-top-5 {
  padding-top: 5rem !important;
}

.padding-right-5 {
  padding-right: 5rem !important;
}

.padding-bottom-5 {
  padding-bottom: 5rem !important;
}

.padding-left-5 {
  padding-left: 5rem !important;
}

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

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

.margin-top-6 {
  margin-top: 6rem !important;
}

.margin-right-6 {
  margin-right: 6rem !important;
}

.margin-bottom-6 {
  margin-bottom: 6rem !important;
}

.margin-left-6 {
  margin-left: 6rem !important;
}

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

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

.padding-top-6 {
  padding-top: 6rem !important;
}

.padding-right-6 {
  padding-right: 6rem !important;
}

.padding-bottom-6 {
  padding-bottom: 6rem !important;
}

.padding-left-6 {
  padding-left: 6rem !important;
}

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

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

.margin-top-7 {
  margin-top: 7rem !important;
}

.margin-right-7 {
  margin-right: 7rem !important;
}

.margin-bottom-7 {
  margin-bottom: 7rem !important;
}

.margin-left-7 {
  margin-left: 7rem !important;
}

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

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

.padding-top-7 {
  padding-top: 7rem !important;
}

.padding-right-7 {
  padding-right: 7rem !important;
}

.padding-bottom-7 {
  padding-bottom: 7rem !important;
}

.padding-left-7 {
  padding-left: 7rem !important;
}

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

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

.margin-top-8 {
  margin-top: 8rem !important;
}

.margin-right-8 {
  margin-right: 8rem !important;
}

.margin-bottom-8 {
  margin-bottom: 8rem !important;
}

.margin-left-8 {
  margin-left: 8rem !important;
}

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

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

.padding-top-8 {
  padding-top: 8rem !important;
}

.padding-right-8 {
  padding-right: 8rem !important;
}

.padding-bottom-8 {
  padding-bottom: 8rem !important;
}

.padding-left-8 {
  padding-left: 8rem !important;
}

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

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

.margin-top-9 {
  margin-top: 9rem !important;
}

.margin-right-9 {
  margin-right: 9rem !important;
}

.margin-bottom-9 {
  margin-bottom: 9rem !important;
}

.margin-left-9 {
  margin-left: 9rem !important;
}

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

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

.padding-top-9 {
  padding-top: 9rem !important;
}

.padding-right-9 {
  padding-right: 9rem !important;
}

.padding-bottom-9 {
  padding-bottom: 9rem !important;
}

.padding-left-9 {
  padding-left: 9rem !important;
}

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

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

.margin-top-10 {
  margin-top: 10rem !important;
}

.margin-right-10 {
  margin-right: 10rem !important;
}

.margin-bottom-10 {
  margin-bottom: 10rem !important;
}

.margin-left-10 {
  margin-left: 10rem !important;
}

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

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

.padding-top-10 {
  padding-top: 10rem !important;
}

.padding-right-10 {
  padding-right: 10rem !important;
}

.padding-bottom-10 {
  padding-bottom: 10rem !important;
}

.padding-left-10 {
  padding-left: 10rem !important;
}

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

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

.margin-top-11 {
  margin-top: 11rem !important;
}

.margin-right-11 {
  margin-right: 11rem !important;
}

.margin-bottom-11 {
  margin-bottom: 11rem !important;
}

.margin-left-11 {
  margin-left: 11rem !important;
}

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

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

.padding-top-11 {
  padding-top: 11rem !important;
}

.padding-right-11 {
  padding-right: 11rem !important;
}

.padding-bottom-11 {
  padding-bottom: 11rem !important;
}

.padding-left-11 {
  padding-left: 11rem !important;
}

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

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

.margin-top-12 {
  margin-top: 12rem !important;
}

.margin-right-12 {
  margin-right: 12rem !important;
}

.margin-bottom-12 {
  margin-bottom: 12rem !important;
}

.margin-left-12 {
  margin-left: 12rem !important;
}

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

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

.padding-top-12 {
  padding-top: 12rem !important;
}

.padding-right-12 {
  padding-right: 12rem !important;
}

.padding-bottom-12 {
  padding-bottom: 12rem !important;
}

.padding-left-12 {
  padding-left: 12rem !important;
}

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

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

.margin-top-13 {
  margin-top: 13rem !important;
}

.margin-right-13 {
  margin-right: 13rem !important;
}

.margin-bottom-13 {
  margin-bottom: 13rem !important;
}

.margin-left-13 {
  margin-left: 13rem !important;
}

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

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

.padding-top-13 {
  padding-top: 13rem !important;
}

.padding-right-13 {
  padding-right: 13rem !important;
}

.padding-bottom-13 {
  padding-bottom: 13rem !important;
}

.padding-left-13 {
  padding-left: 13rem !important;
}

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

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

.margin-top-14 {
  margin-top: 14rem !important;
}

.margin-right-14 {
  margin-right: 14rem !important;
}

.margin-bottom-14 {
  margin-bottom: 14rem !important;
}

.margin-left-14 {
  margin-left: 14rem !important;
}

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

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

.padding-top-14 {
  padding-top: 14rem !important;
}

.padding-right-14 {
  padding-right: 14rem !important;
}

.padding-bottom-14 {
  padding-bottom: 14rem !important;
}

.padding-left-14 {
  padding-left: 14rem !important;
}

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

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

.margin-top-15 {
  margin-top: 15rem !important;
}

.margin-right-15 {
  margin-right: 15rem !important;
}

.margin-bottom-15 {
  margin-bottom: 15rem !important;
}

.margin-left-15 {
  margin-left: 15rem !important;
}

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

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

.padding-top-15 {
  padding-top: 15rem !important;
}

.padding-right-15 {
  padding-right: 15rem !important;
}

.padding-bottom-15 {
  padding-bottom: 15rem !important;
}

.padding-left-15 {
  padding-left: 15rem !important;
}

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

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

.margin-top-16 {
  margin-top: 16rem !important;
}

.margin-right-16 {
  margin-right: 16rem !important;
}

.margin-bottom-16 {
  margin-bottom: 16rem !important;
}

.margin-left-16 {
  margin-left: 16rem !important;
}

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

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

.padding-top-16 {
  padding-top: 16rem !important;
}

.padding-right-16 {
  padding-right: 16rem !important;
}

.padding-bottom-16 {
  padding-bottom: 16rem !important;
}

.padding-left-16 {
  padding-left: 16rem !important;
}

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

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

.margin-top-17 {
  margin-top: 17rem !important;
}

.margin-right-17 {
  margin-right: 17rem !important;
}

.margin-bottom-17 {
  margin-bottom: 17rem !important;
}

.margin-left-17 {
  margin-left: 17rem !important;
}

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

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

.padding-top-17 {
  padding-top: 17rem !important;
}

.padding-right-17 {
  padding-right: 17rem !important;
}

.padding-bottom-17 {
  padding-bottom: 17rem !important;
}

.padding-left-17 {
  padding-left: 17rem !important;
}

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

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

.margin-top-18 {
  margin-top: 18rem !important;
}

.margin-right-18 {
  margin-right: 18rem !important;
}

.margin-bottom-18 {
  margin-bottom: 18rem !important;
}

.margin-left-18 {
  margin-left: 18rem !important;
}

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

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

.padding-top-18 {
  padding-top: 18rem !important;
}

.padding-right-18 {
  padding-right: 18rem !important;
}

.padding-bottom-18 {
  padding-bottom: 18rem !important;
}

.padding-left-18 {
  padding-left: 18rem !important;
}

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

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

.margin-top-19 {
  margin-top: 19rem !important;
}

.margin-right-19 {
  margin-right: 19rem !important;
}

.margin-bottom-19 {
  margin-bottom: 19rem !important;
}

.margin-left-19 {
  margin-left: 19rem !important;
}

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

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

.padding-top-19 {
  padding-top: 19rem !important;
}

.padding-right-19 {
  padding-right: 19rem !important;
}

.padding-bottom-19 {
  padding-bottom: 19rem !important;
}

.padding-left-19 {
  padding-left: 19rem !important;
}

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

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

.margin-top-20 {
  margin-top: 20rem !important;
}

.margin-right-20 {
  margin-right: 20rem !important;
}

.margin-bottom-20 {
  margin-bottom: 20rem !important;
}

.margin-left-20 {
  margin-left: 20rem !important;
}

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

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

.padding-top-20 {
  padding-top: 20rem !important;
}

.padding-right-20 {
  padding-right: 20rem !important;
}

.padding-bottom-20 {
  padding-bottom: 20rem !important;
}

.padding-left-20 {
  padding-left: 20rem !important;
}

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

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

form p {
  font-size: 14px;
}

.itc-officina-sans-std-bold,
button,
.button {
  font-family: "itc-officina-sans-std-bold";
}

.helvetica-neue-lt-std-45 {
  font-family: "helvetica-neue-lt-std-45", sans-serif;
}

.helvetica-neue-lt-std-95 {
  font-family: "helvetica-neue-lt-std-95", sans-serif;
}

.helvetica-neue-lt-std-75,
label {
  font-family: helvetica-neue-lt-std-75, sans-serif;
}

.helvetica-neue-light {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.OfficinaSansITCBold,
.menu,
.list {
  font-family: "OfficinaSansITCBold";
}

h1,
h2,
h3 {
  line-height: 1.1;
}

p {
  font-size: 18px;
}

@media screen and (max-width: 39.99875em) {
  p {
    line-height: 27px;
  }
}

.primary-link,
section.faq a {
  font-style: italic;
  font-weight: bold;
  color: #afe2c6;
}

.primary-link:hover,
section.faq a:hover {
  text-decoration: underline;
}

.outline {
  font-family: "Hikou-Outline";
  font-size: 55px;
  color: white;
  margin-bottom: 0;
  margin-top: 0.5rem;
  line-height: 1;
}

.hikou-header {
  font-family: "Hikou-Outline";
  font-size: 90px;
  width: 50%;
  margin-bottom: 0;
  margin-top: 0.5rem;
  line-height: 1;
}

@media screen and (max-width: 39.99875em) {
  .hikou-header {
    font-size: 69px;
    width: 100%;
  }
}

.text-black {
  color: black;
}

.yellow-shadow {
  color: black;
  text-shadow: -2px 2px 0 #FFD668;
}

.orange-shadow {
  color: black;
  text-shadow: -2px 2px 0 #FE8660;
}

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

#content-block-cms .page-menu {
  margin-top: 1rem;
}

#content-block-cms .panel-body .card {
  margin-bottom: 1rem;
  border: 1px solid #9c9c9c;
}

.homepage-wrapper .nav-bar,
.tips-wrapper .nav-bar,
.recipe-finder-container .nav-bar,
.resources-wrapper .nav-bar {
  position: absolute;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
}

@media (max-width: 568px) {
  .homepage-wrapper .nav-bar,
  .tips-wrapper .nav-bar,
  .recipe-finder-container .nav-bar,
  .resources-wrapper .nav-bar {
    padding-bottom: 0;
  }
}

.homepage-wrapper .nav-bar .recipe-finder-nav,
.tips-wrapper .nav-bar .recipe-finder-nav,
.recipe-finder-container .nav-bar .recipe-finder-nav,
.resources-wrapper .nav-bar .recipe-finder-nav {
  position: absolute;
  right: 0;
  z-index: 9;
}

.homepage-wrapper .nav-bar .logo-container,
.tips-wrapper .nav-bar .logo-container,
.recipe-finder-container .nav-bar .logo-container,
.resources-wrapper .nav-bar .logo-container {
  position: absolute;
  top: 50px;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1256px) {
  .homepage-wrapper .nav-bar .logo-container,
  .tips-wrapper .nav-bar .logo-container,
  .recipe-finder-container .nav-bar .logo-container,
  .resources-wrapper .nav-bar .logo-container {
    max-width: 200px;
  }
}

@media (max-width: 500px) {
  .homepage-wrapper .nav-bar .logo-container,
  .tips-wrapper .nav-bar .logo-container,
  .recipe-finder-container .nav-bar .logo-container,
  .resources-wrapper .nav-bar .logo-container {
    max-width: 140px;
    height: 80px;
    top: 54%;
  }
}

@media (min-width: 569px) {
  .homepage-wrapper .nav-bar .logo-container,
  .tips-wrapper .nav-bar .logo-container,
  .recipe-finder-container .nav-bar .logo-container,
  .resources-wrapper .nav-bar .logo-container {
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
    padding-top: 15px;
  }
}

.homepage-wrapper .nav-bar .logo-container .eat-better-logo,
.tips-wrapper .nav-bar .logo-container .eat-better-logo,
.recipe-finder-container .nav-bar .logo-container .eat-better-logo,
.resources-wrapper .nav-bar .logo-container .eat-better-logo {
  max-width: 70px;
  width: 100%;
}

@media screen and (min-width: 568px) and (max-width: 1150px) {
  .homepage-wrapper .nav-bar .logo-container .eat-better-logo,
  .tips-wrapper .nav-bar .logo-container .eat-better-logo,
  .recipe-finder-container .nav-bar .logo-container .eat-better-logo,
  .resources-wrapper .nav-bar .logo-container .eat-better-logo {
    max-width: 60px;
    margin-top: 30px;
  }
}

@media (min-width: 1150px) {
  .homepage-wrapper .nav-bar .logo-container .eat-better-logo,
  .tips-wrapper .nav-bar .logo-container .eat-better-logo,
  .recipe-finder-container .nav-bar .logo-container .eat-better-logo,
  .resources-wrapper .nav-bar .logo-container .eat-better-logo {
    max-width: 100px;
    margin-top: 0px;
  }
}

.recipe-finder-container #tips {
  position: absolute;
  width: 100%;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
}

.recipe-finder-container #tips .recipe-finder-nav {
  position: absolute;
  right: 0;
  z-index: 9;
}

.recipe-finder-container #tips .logo-container {
  position: absolute;
  top: 260%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1256px) {
  .recipe-finder-container #tips .logo-container {
    max-width: 200px;
  }
}

@media (max-width: 500px) {
  .recipe-finder-container #tips .logo-container {
    max-width: 140px;
  }
}

@media (min-width: 569px) {
  .recipe-finder-container #tips .logo-container {
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
  }
}

.recipe-finder-container #tips .logo-container .eat-better-logo {
  max-width: 65px;
  width: 100%;
}

@media (min-width: 568px) {
  .recipe-finder-container #tips .logo-container .eat-better-logo {
    max-width: 75px;
  }
}

#admin-container {
  background: white;
}

#admin-container .filter-block {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}

#admin-container .model-form {
  margin-bottom: 2rem;
}

#admin-container .card {
  overflow: visible;
}

html,
body {
  height: 100%;
}

#myApp {
  overflow: hidden;
}

@media screen and (max-width: 39.99875em) {
  .column,
  .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.strong {
  font-weight: bold;
}

.height-100 {
  height: 100%;
}

.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

body {
  background-color: #E1D1C7;
}

.no-flex {
  flex: none;
}

section {
  position: relative;
  padding: 4rem 0;
}

@media print, screen and (min-width: 40em) {
  section {
    display: flex;
  }
}

section.no-flex {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.ie-align {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}

header.site-header {
  padding-top: 2rem;
  position: relative;
}

header.site-header img {
  flex: none;
}

@media print, screen and (min-width: 40em) {
  header.site-header {
    height: calc(92vh - 135px);
    padding-top: 0;
    margin-bottom: 2rem;
  }
}

@media print, screen and (min-width: 64em) {
  header.site-header {
    height: calc(75vh - 100px);
    padding-top: 0;
    margin-bottom: 2rem;
  }
}

@media print, screen and (min-width: 40em) {
  .offset-image {
    position: absolute;
    margin: auto;
    top: 0;
    height: 100%;
    max-height: 500px;
    width: auto;
  }

  .offset-image.left-side {
    right: 55%;
  }

  .offset-image.right-side {
    left: 55%;
  }
}

.offset-image-sm {
  position: absolute;
  margin: auto;
  top: 0;
  height: 100%;
  max-height: 500px;
  width: auto;
}

.offset-image-sm.left-side {
  right: 55%;
}

.offset-image-sm.right-side {
  left: 55%;
}

@media print, screen and (min-width: 40em) {
  .vertically-center-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
  }
}

.content-block {
  background-color: white;
  padding: 2rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 39.99875em) {
  .content-block {
    text-align: left;
    margin: auto;
    float: none;
  }
}

@media print, screen and (min-width: 40em) {
  .content-block {
    padding: 4rem 2rem;
  }
}

.content-block h2 {
  margin-bottom: 2rem;
}

.content-block p {
  margin-bottom: 2rem;
}

.content-block.clear {
  background-color: transparent;
  box-shadow: none;
}

.align-off-left,
.align-off-right {
  position: absolute;
}

.align-off-left {
  right: 50%;
}

.align-off-right {
  left: 55%;
}

.header-image {
  max-height: 220px;
  min-height: 120px;
}

.background-block,
body.faq::before,
body.registration section.formBG::before,
body.registration .localEvent::before,
section.finder::before,
section.what-is::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 39.99875em) {
  section.map-section {
    padding-top: 0;
  }
}

.select {
  position: absolute;
  z-index: 99;
  right: 0;
  background: no-repeat;
  border: 0px !important;
  font-family: "Hikou-Regular", "Helvetica Neue", Helvetica, Roboto, Arial;
  color: black;
  font-size: 20px;
  width: auto;
  margin-right: 4%;
  top: 0;
  padding-right: 2%;
}

select.select:focus {
  background: none;
  border: 0px !important;
  box-shadow: none;
}

#youtubeModal {
  border: 0;
  background: transparent;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 10vh;
  padding: 30px;
  outline: none;
}

@media print, screen and (min-width: 40em) {
  #youtubeModal {
    width: 60vw;
  }
}

#youtubeModal .responsive-embed iframe {
  height: 75%;
}

#youtubeModal .close-button,
#youtubeModal .close-button.medium {
  right: 0rem;
  top: 0rem;
  color: white;
}

.slide-container {
  position: relative;
}

.slide-container .nav-info {
  position: absolute;
  top: 28%;
  width: 100%;
}

.slide-container .nav-arrows {
  position: relative;
}

.slide-container .slick-arrow {
  position: absolute;
  top: 0;
  outline: none;
  z-index: 3;
}

@media screen and (max-width: 39.99875em) {
  .slide-container .slick-arrow img {
    width: 50%;
    padding-top: 20px;
  }
}

.slide-container .left-arrow {
  left: -70px;
}

.slide-container .right-arrow {
  right: -70px;
}

@media print, screen and (min-width: 40em) {
  .slide-container .right-arrow {
    right: -30px;
  }
}

.slide-container .play.videoThumbnail {
  position: absolute;
  top: 35%;
  right: 37%;
  z-index: 4;
}

@media print, screen and (min-width: 40em) {
  .slide-container .play.videoThumbnail {
    right: 46%;
  }
}

.footer {
  position: relative;
  background-color: white;
  color: #0E5688;
  width: 100%;
  padding: 20px 10px;
}

@media print, screen and (min-width: 40em) {
  .footer {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 64em) {
  .footer .icons {
    justify-content: left;
  }

  .footer .icons a:first-child {
    padding: 0 1rem 0 0;
  }
}

.footer .icons a {
  color: #0E5688;
  font-size: 40px;
  padding: 0 1rem;
}

.footer .icons .privacy {
  font-size: 14px;
}

.footer .footer-links {
  margin-top: 1rem;
}

.footer .footer-links a {
  margin-left: 1rem;
}

.footer .footer-links a img {
  width: 70px;
}

.footer .footer-links a:first-child {
  margin-left: 0;
}

.rescue-icon {
  font-family: RescueIcons;
}

.rescue-icon.all:before {
  content: "";
}

.rescue-icon.steak:before {
  content: "";
}

.rescue-icon.apple:before {
  content: "";
}

.rescue-icon.eggs:before {
  content: "";
}

.rescue-icon.sandwich:before {
  content: "🍏";
}

.home .site-header {
  margin-top: 350px;
}

@media print, screen and (min-width: 40em) {
  .home .site-header {
    margin-top: 250px;
    max-height: 600px;
  }
}

@media print, screen and (min-width: 40em) {
  .home section {
    min-height: 80vh;
  }
}

header {
  z-index: 1;
}

@media print, screen and (min-width: 40em) {
  header .vertically-center {
    height: calc(93vh - 136px);
  }

  header .offset-image {
    max-height: 100vh;
  }
}

header .width-100 {
  width: 100%;
}

header .spinach {
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

header .spinach.spinach1 {
  left: -20vw;
  top: 100px;
  width: 70%;
}

@media print, screen and (min-width: 40em) {
  header .spinach.spinach1 {
    width: 50%;
  }
}

header .spinach.spinach2 {
  right: -10vw;
  top: 150px;
}

@media screen and (max-width: 39.99875em) {
  header .spinach.spinach2 {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  header .spinach.spinach2 {
    width: 30%;
  }
}

header .spinach.spinach3 {
  right: -10vw;
  top: 400px;
}

@media screen and (max-width: 39.99875em) {
  header .spinach.spinach3 {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  header .spinach.spinach3 {
    width: 50%;
  }
}

header .spinach.spinach4 {
  right: -20vw;
  top: 200px;
  width: 50%;
}

@media print, screen and (min-width: 40em) {
  header .spinach.spinach4 {
    display: none;
  }
}

header .spinach.spinach5 {
  right: -40vw;
  top: 500px;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  header .spinach.spinach5 {
    display: none;
  }
}

section.what-is::before {
  background: #FFD668;
  padding-top: 0;
  width: 100vw;
  top: 50%;
  height: 30%;
}

@media print, screen and (min-width: 40em) {
  section.what-is::before {
    width: 100vw;
    height: 100vh;
    top: -21%;
    background-image: url("/images/home/yellowlogobg.jpg");
    background-size: cover;
  }
}

section.what-is .content-block {
  background: #FFD668;
}

section.what-is img {
  align-self: center;
}

section.what-is h2 {
  color: #89D5AC;
}

section.what-is .interaction-image {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  section.what-is .interaction-image {
    width: 30vw;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  section.what-is {
    /* IE10+ specific styles*/
  }

  section.what-is .column,
  section.what-is .columns {
    -ms-flex: auto;
  }
}

section.finder {
  z-index: 1;
}

@media print, screen and (min-width: 40em) {
  section.finder {
    max-height: 700px;
    height: 100vh;
    min-height: 500px;
  }
}

section.finder div {
  width: 100%;
}

section.finder h2 {
  color: white;
}

section.finder::before {
  background-color: #89D5AC;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  section.finder::before {
    width: 60%;
    height: 83%;
    left: 0;
    right: 30%;
    top: 7%;
  }
}

@media screen and (max-width: 39.99875em) {
  section.finder {
    padding-top: 0;
  }

  section.finder .content-block {
    padding: 2rem 0 2rem 2rem;
  }
}

section.finder .ipad {
  z-index: 1;
}

section.finder img {
  align-self: center;
}

body.registration .localEvent {
  /*IE 11*/
}

@media print, screen and (min-width: 40em) {
  body.registration .localEvent .row {
    display: flex;
  }
}

@media print, screen and (min-width: 40em) {
  body.registration .localEvent img {
    width: 100%;
  }
}

body.registration .localEvent::before {
  width: 100%;
  height: 55%;
  top: 30%;
  background-color: #89D5AC;
}

@media print, screen and (min-width: 40em) {
  body.registration .localEvent::before {
    width: 80%;
    top: 20%;
    height: 60%;
    left: 10%;
  }
}

body.registration .localEvent .column,
body.registration .localEvent .columns {
  -ms-flex: auto;
}

@media screen and (max-width: 39.99875em) {
  body.registration .localEvent .event-box {
    margin-top: -40px;
  }
}

body.registration section.formBG::before {
  top: 0;
  background-color: #89D5AC;
  width: 100vw;
  height: 70vh;
}

body.registration section.formBG h3 {
  color: #89D5AC;
}

body.registration section.finder {
  color: #333333;
}

body.registration section.finder h2 {
  color: #0E5688;
}

@media print, screen and (min-width: 40em) {
  body.registration section.finder {
    margin-bottom: 4rem;
  }
}

body.registration section.finder::before {
  top: 0;
  background-color: #89D5AC;
  height: 70%;
}

@media print, screen and (min-width: 40em) {
  body.registration section.finder::before {
    height: 100%;
  }
}

body.registration section.finder .button {
  background-color: #0E5688;
  color: white;
}

body.registration .form-complete h4 {
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
}

body.registration .form-complete h4 i {
  font-size: 70px;
  display: block;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  body.registration .form-complete h4 {
    font-size: 40px;
    text-align: left;
  }

  body.registration .form-complete h4 i {
    display: inline-block;
    margin-bottom: 0;
  }
}

.resources-wrapper#english #buttonenglish,
.resources-wrapper#spanish #buttonspanish {
  background-color: #ffd668 !important;
}

.resources-wrapper .content-wrapper {
  position: relative;
}

.resources-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #89d5ac;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.resources-wrapper .footer-container,
.resources-wrapper .resources-content {
  max-width: 1019px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.resources-wrapper .resources-content {
  position: relative;
  margin-top: 10rem;
  padding: 0 2em 4em 2em;
  z-index: 100;
}

@media print, screen and (min-width: 40em) {
  .resources-wrapper .resources-content {
    margin-top: 150px;
  }
}

.resources-wrapper .section-content {
  width: 100%;
  padding: 4em 3em;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  min-height: 350px;
}

.resources-wrapper .section-content p {
  font-size: 16px;
  line-height: 1.4em;
}

.resources-wrapper .section-content a {
  font-weight: bold;
  color: #25353B;
}

.resources-wrapper .section-content a::after {
  content: " ";
  font-family: "Font Awesome 5 Free";
}

.resources-wrapper .section-content .resource-logo::after {
  content: none;
}

.resources-wrapper .section-content img.headline {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 40em) {
  .resources-wrapper .section-content {
    width: 70%;
  }

  .resources-wrapper .section-content p {
    font-size: 18px;
  }
}

.resources-wrapper .hungry-section .hungry-content {
  background-color: #ffd668;
}

@media screen and (max-width: 39.99875em) {
  .resources-wrapper .hungry-section .hungry-content {
    margin-top: 50px;
  }
}

.resources-wrapper .hungry-section a::after {
  color: #FE8660;
}

@media print, screen and (min-width: 40em) {
  .resources-wrapper .hungry-section {
    display: flex;
    justify-content: flex-end;
  }
}

.resources-wrapper .snap-section .snap-content {
  margin-top: 50px;
  background-color: #ffd668;
}

.resources-wrapper .snap-section a::after {
  color: #FE8660;
}

@media print, screen and (min-width: 40em) {
  .resources-wrapper .snap-section {
    display: flex;
    justify-content: flex-end;
  }
}

.resources-wrapper .classes-section {
  margin-top: 4em;
}

.resources-wrapper .classes-section a::after {
  color: #FFD668;
}

.resources-wrapper .classes-section .classes-content {
  background-color: #fe8660;
}

.resources-wrapper .food-image {
  position: absolute;
}

.resources-wrapper .resources-veg2,
.resources-wrapper .resources-fruit1 {
  z-index: 100;
}

.resources-wrapper .resources-veg1 {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(calc(-300px - 2.5em));
          transform: translateY(calc(-300px - 2.5em));
  text-align: center;
}

.resources-wrapper .resources-veg2 {
  -webkit-transform: translate3d(-25%, -80%, 0);
          transform: translate3d(-25%, -80%, 0);
  top: 0;
  left: 50px;
  height: 220px;
  width: 220px;
}

@media print, screen and (min-width: 40em) {
  .resources-wrapper .resources-veg2 {
    height: auto;
    width: auto;
    -webkit-transform: translate3d(-40%, 10%, 0);
            transform: translate3d(-40%, 10%, 0);
  }
}

.resources-wrapper .resources-veg3 {
  -webkit-transform: translate3d(25%, 10%, 0);
          transform: translate3d(25%, 10%, 0);
  bottom: 0;
  right: 0;
}

.resources-wrapper .resources-fruit1 {
  -webkit-transform: translate3d(70%, 35%, 0);
          transform: translate3d(70%, 35%, 0);
}

.resources-wrapper .resources-fruit2 {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate3d(-10%, -8%, 0);
          transform: translate3d(-10%, -8%, 0);
}

.resources-wrapper .resources-fruit3 {
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.resources-wrapper .resources-fruit4 {
  -webkit-transform: translate3d(0, -70%, 0);
          transform: translate3d(0, -70%, 0);
  top: 0;
  left: -70px;
  height: 220px;
  width: 220px;
  z-index: 200;
}

.resources-wrapper .resources-fruit5 {
  -webkit-transform: translate3d(0, -135%, 0);
          transform: translate3d(0, -135%, 0);
  top: 0;
  right: -25px;
  height: 220px;
  width: 220px;
}

body.faq::before {
  background-color: #0E5688;
  background-image: url("/images/blue bg.jpg");
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  height: 648px;
  position: absolute;
  z-index: -1;
}

header.faq {
  top: 3rem;
  background: none;
  position: relative;
  z-index: 2;
}

header.faq h1 {
  color: white;
}

header.faq img {
  position: relative;
  right: -4rem;
}

section.faq {
  /*IE 11*/
}

section.faq h4 {
  color: black;
}

section.faq .column,
section.faq .columns {
  -ms-flex: auto;
}

@media print, screen and (min-width: 64em) {
  section.faq {
    padding: 0 0 3rem;
  }
}

.wheel-scroller-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wheel-scroller-container .marker {
  display: inline-block;
  position: absolute;
  height: 20px;
  z-index: 2;
}

.wheel-scroller-container .marker-1 {
  position: absolute;
  left: 0;
  top: 50%;
}

.wheel-scroller-container .marker-2 {
  position: absolute;
  left: 50%;
  top: 0;
}

.wheel-scroller-container .marker-3 {
  position: absolute;
  top: 50%;
  right: 0;
}

.wheel-scroller-container .circle {
  max-width: none;
  height: 600px;
  width: 600px;
  position: absolute;
}

@media print, screen and (min-width: 40em) {
  .wheel-scroller-container .circle {
    height: 1000px;
    width: 1000px;
  }
}

.wheel-scroller-container .circle .circle-svg {
  max-height: 100%;
  max-width: 100%;
}

body.recipe-finder {
  background-color: #E1D1C7;
  font-family: "Roboto", sans-serif;
}

.text-dark {
  color: #333;
}

.text-light {
  color: white;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.25s ease-in-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.recipe-finder .recipe-filters .filters-toggle .icon,
.recipe-finder .recipe-filters .filters-toggle,
.recipe-finder .recipe-section .recipe-wrap .recipe .expand-recipe,
.recipe-finder .recipes-saved .icon .number-label,
.recipe-finder .recipes-saved .icon,
.recipe-finder #recipe-section-instructions .instruction {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recipe-finder .recipe-filters .filters-content button.selected,
.box-shadow {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.show-above {
  z-index: 2000 !important;
  transition: z-index 0.5s linear;
}

.family-bg {
  background: url("/images/recipe-finder/family-sectionmobile.png") top right no-repeat;
  background-size: cover;
  min-height: 400px;
  width: 100%;
  display: flex;
  z-index: 9;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .family-bg {
    background: url("/images/recipe-finder/family-sectionbg.png") top right no-repeat;
    background-size: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .family-bg {
    background-size: cover;
  }
}

.family-bg div {
  text-align: center;
}

.family-bg p {
  width: 70%;
  margin: 10px auto;
}

.eat-better-logo-bg {
  position: absolute;
  height: 200vw;
  width: 100vw;
  top: 0;
  left: 0;
  -webkit-transform: translate(15vw, -40vh);
          transform: translate(15vw, -40vh);
  background: url("/images/recipe-finder/ebt-logo-bg.png") top right no-repeat;
  background-size: 125vh;
}

.recipe-finder h1,
.recipe-finder .h1,
.recipe-finder h2,
.recipe-finder .h2,
.recipe-finder h3,
.recipe-finder .h3,
.recipe-finder h4,
.recipe-finder .h4,
.recipe-finder h5,
.recipe-finder .h5,
.recipe-finder h6,
.recipe-finder .h6 {
  font-family: "Roboto", sans-serif;
}

.recipe-finder::after,
.recipe-finder::before {
  content: "";
  display: block;
  position: absolute;
}

.recipe-finder::after {
  z-index: -1;
  bottom: 0;
  height: 45vh;
  width: 100%;
}

.recipe-finder::before {
  z-index: -2;
  top: 0;
  height: 100vh;
  width: 100%;
  background: url("/images/recipe-finder/bg-texture.png") #FFD668 repeat;
}

.recipe-finder .recipe-finder-header {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  padding: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-finder-header {
    padding: 1em 2em;
  }
}

.recipe-finder .recipe-finder-header .logo {
  margin-right: 2em;
  flex-grow: 1;
}

.recipe-finder .recipe-finder-header nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.recipe-finder .recipe-finder-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-transform: uppercase;
  position: relative;
}

.recipe-finder .recipe-finder-header nav ul li {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0.25em;
  border-radius: 10px;
}

.recipe-finder .recipe-finder-header nav ul li a {
  display: block;
  padding: 0.2em 0.5em;
}

.recipe-finder .recipe-finder-header nav ul li.active {
  background-color: #89D5AC;
}

.recipe-finder .recipe-finder-header nav ul.page-links {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}

.recipe-finder .recipe-finder-header nav ul.page-links li {
  font-size: 18px;
  margin: 0;
}

.recipe-finder .recipe-finder-header nav ul.page-links li a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-finder-header nav {
    flex-direction: row;
  }

  .recipe-finder .recipe-finder-header nav ul.page-links {
    flex-direction: row;
    margin: 0 1em 0 0;
    padding-right: 1em;
    border-right: #26282B 2px solid;
  }

  .recipe-finder .recipe-finder-header nav ul.page-links li {
    margin: 0 0.5em;
  }
}

.recipe-finder a {
  color: #333;
}

.recipe-finder p {
  font-size: 16px;
  line-height: 1.6;
}

.recipe-finder button,
.recipe-finder .button {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding: 0.5em 1em;
  font-size: 1em;
}

.recipe-finder button.yellow,
.recipe-finder .button.yellow {
  background-color: #FFD668;
}

.recipe-finder button.gray,
.recipe-finder .button.gray {
  background-color: #EAEAEA;
}

.recipe-finder #recipe-section-instructions {
  position: absolute;
  top: -100vh;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 214, 104, 0.95);
  z-index: 1000;
  display: flex;
  flex: 1;
}

.recipe-finder #recipe-section-instructions .skip-tutorial {
  margin-top: 1em;
}

.recipe-finder #recipe-section-instructions a {
  color: #333;
}

.recipe-finder #recipe-section-instructions .instruction {
  text-align: center;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  flex-direction: column;
}

.recipe-finder #recipe-section-instructions .instruction p {
  font-size: 0.95em;
}

.recipe-finder #recipe-section-instructions .instruction .instruction-content {
  padding: 0 1em;
  max-width: calc(340px + 2em);
}

.recipe-finder #recipe-section-instructions .instruction .instruction-content p img {
  height: 25px;
  margin: 0;
}

.recipe-finder #recipe-section-instructions .instruction.active {
  left: 0;
  opacity: 1;
}

.recipe-finder #recipe-section-instructions .instruction img {
  margin-bottom: 2em;
}

.recipe-finder #recipe-section-instructions .instruction button {
  margin: 0;
}

.recipe-finder #recipe-section-instructions .instruction .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.5em;
}

.recipe-finder #recipe-section-instructions .instruction.step-2 .instruction-content > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.recipe-finder #recipe-section-instructions .instruction.step-2 p {
  width: 80%;
}

.recipe-finder .page {
  width: 100%;
  min-height: 200vh;
}

.recipe-finder .page > [data-page] {
  background: url("/images/recipe-finder/bg-texture.png") #E1D1C7 repeat;
  min-height: 200vh;
}

@media screen and (max-width: 39.99875em) {
  .recipe-finder .page {
    min-height: 125vh;
  }
}

.recipe-finder .find-recipes-image {
  display: block;
  position: absolute;
  top: 12%;
  left: 20%;
  right: 0;
  height: 116px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 100;
}

@media screen and (max-width: 39.99875em) {
  .recipe-finder .find-recipes-image {
    left: 0;
    top: 0;
    height: auto;
    padding: 33% 20px 10px 20px;
    background: #88D4AC;
    margin: 0 auto;
    z-index: 100;
  }
}

.recipe-finder .dl-btn {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 20px;
  height: 20px;
  padding: 0.5em;
  box-sizing: content-box;
  cursor: pointer;
}

.recipe-finder .recipe-controls-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-grow: 1;
  z-index: 350;
  justify-content: center;
}

.recipe-finder .recipe-controls-container > div {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-controls-container {
    margin-top: 45px;
  }
}

.recipe-finder .recipe-controls-container button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  height: 40px;
  z-index: 10;
  background-color: #FFD668;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000 !important;
}

.recipe-finder .recipe-controls-container button img {
  max-height: 20px;
}

.recipe-finder .recipe-controls-container__count {
  z-index: 11;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -12px;
  left: -6px;
  height: 24px;
  width: 24px;
  font-size: 12px;
  background-color: #FE8660;
  border-radius: 50%;
  color: #fff;
}

.recipe-finder .filter-recipes-container,
.recipe-finder .saved-recipes-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100vw;
  width: 100vw;
  background-color: #fff;
  z-index: 9001;
  transition: all 0.3s linear;
  padding: 32px;
  color: #000;
}

.recipe-finder .filter-recipes-container.open,
.recipe-finder .saved-recipes-container.open {
  right: 0;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .filter-recipes-container,
  .recipe-finder .saved-recipes-container {
    width: 30vw;
  }
}

.recipe-finder .filter-recipes-container h2,
.recipe-finder .filter-recipes-container h3,
.recipe-finder .saved-recipes-container h2,
.recipe-finder .saved-recipes-container h3 {
  color: #000;
  font-weight: bold;
}

.recipe-finder .filter-recipes-container h3,
.recipe-finder .saved-recipes-container h3 {
  font-size: 1.5rem;
}

.recipe-finder .filter-recipes-container h2,
.recipe-finder .saved-recipes-container h2 {
  text-shadow: -1px 2px 0 #88D4AC;
}

.recipe-finder .filter-recipes-container__controls,
.recipe-finder .saved-recipes-container__controls {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.recipe-finder .filter-recipes-container__controls button,
.recipe-finder .saved-recipes-container__controls button {
  position: relative;
  background-color: #88D4AC;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.recipe-finder .filter-recipes-container__controls button img,
.recipe-finder .saved-recipes-container__controls button img {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 9px;
  top: 9px;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .filter-recipes-container__controls button,
  .recipe-finder .saved-recipes-container__controls button {
    position: absolute;
    top: 40px;
    left: -48px;
  }
}

.recipe-finder .filter-recipes-container .filters-content {
  margin-top: 2rem;
  overflow-y: auto;
}

.recipe-finder .filter-recipes-container .filters-content button {
  border: 2px solid #9FA5AF;
  background-color: transparent;
  color: #9FA5AF;
  margin-right: 12px;
}

.recipe-finder .filter-recipes-container .filters-content button.selected {
  border-color: #FE8660;
  background-color: #FE8660;
  color: #fff;
}

.recipe-finder .filter-recipes-container .filters-content button p {
  margin-bottom: 0;
}

.recipe-finder .filter-recipes-container .meal-type__container,
.recipe-finder .filter-recipes-container .prep-time__container {
  max-width: calc(100vw - 64px);
  /* Adjust this value to control when the buttons wrap */
  white-space: wrap;
  /* Prevents wrapping until max-width is reached */
  overflow: hidden;
  /* Hides any overflowing content */
}

.recipe-finder .filter-recipes-container .meal-type__container button,
.recipe-finder .filter-recipes-container .prep-time__container button {
  display: inline-block;
  white-space: normal;
  /* Allows text within buttons to wrap if necessary */
  margin: 5px;
  /* Adjust the margin between buttons as needed */
}

.recipe-finder .saved-recipes-container {
  display: flex;
  flex-direction: column;
}

.recipe-finder .saved-recipes-container__email {
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.recipe-finder .saved-recipes-container hr {
  border-bottom: 1px solid #C9C9C9;
}

.recipe-finder .saved-recipes-container__saved {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.recipe-finder .saved-recipes-container__saved--item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.recipe-finder .saved-recipes-container__saved--item > * {
  display: flex;
}

.recipe-finder .saved-recipes-container__saved--item img {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.recipe-finder .recipes-saved {
  position: relative;
  z-index: 500;
  width: 150px;
  max-width: calc(100% - 75px);
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
  line-height: 1.1;
  font-weight: bold;
  font-size: 0.9em;
}

.recipe-finder .recipes-saved .icon {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}

.recipe-finder .recipes-saved .icon .number-label {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -5px;
  background-color: #FE8660;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: bold;
  color: white;
}

.recipe-finder .recipes-saved .toggle-icon {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.recipe-finder .recipes-saved .recipes-icons {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  transition: all 0.25s ease-in-out;
  margin-right: 5px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  width: 0;
}

.recipe-finder .recipes-saved .recipes-icons .recipe-icon {
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  margin: 0 5px;
  display: none;
}

.recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(1) {
  display: flex;
}

.recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(2) {
  display: flex;
}

.recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(3) {
  display: flex;
}

.recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(4) {
  display: flex;
}

.recipe-finder .recipes-saved .saved-label {
  background-color: white;
  height: 50px;
  border-radius: 100px;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  padding: 0 0 0 30px;
  align-items: center;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  text-transform: uppercase;
  box-sizing: content-box;
  font-size: 0.9em;
  max-width: 115px;
}

.recipe-finder .recipes-saved .saved-label a {
  max-width: 75%;
  color: #FE8660;
}

.recipe-finder .recipes-saved .saved-label a.text-lighter {
  font-weight: normal;
}

.recipe-finder .recipes-saved .saved-label.open {
  padding: 0 0 0 10px;
  justify-content: center;
}

.recipe-finder .recipes-saved .overlay-icon {
  width: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  background-color: rgba(254, 134, 96, 0.95);
  transition: all 0.25s ease-in-out;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipes-saved {
    flex-direction: column-reverse;
    height: auto;
    max-height: 50px;
    transition: all 0.25s ease-in-out;
  }
}

@media print, screen and (min-width: 64em) {
  .recipe-finder .recipes-saved {
    flex-direction: column-reverse;
    height: auto;
    max-height: 50px;
    transition: all 0.25s ease-in-out;
  }

  .recipe-finder .recipes-saved .toggle-icon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .recipe-finder .recipes-saved .recipes-icons {
    flex-direction: column;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0;
    padding-left: 2em;
    box-sizing: content-box;
    width: 100%;
    display: block;
  }

  .recipe-finder .recipes-saved .recipes-icons .recipe-icon {
    margin: 0;
    display: none;
  }

  .recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(1) {
    display: block;
    margin-top: -50px;
  }

  .recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(2) {
    display: block;
    margin-top: -50px;
  }

  .recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(3) {
    display: block;
    margin-top: -50px;
  }

  .recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(4) {
    display: block;
    margin-top: -50px;
  }

  .recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(5) {
    display: block;
    margin-top: -50px;
  }

  .recipe-finder .recipes-saved .recipes-icons .recipe-icon:nth-child(6) {
    display: block;
    margin-top: -50px;
  }

  .recipe-finder .recipes-saved .saved-label {
    max-width: 120px;
  }

  .recipe-finder .recipes-saved .saved-label.open {
    padding: 0 0 0 30px;
    justify-content: flex-end;
    right: 350px;
    position: relative;
  }

  .recipe-finder .recipes-saved .overlay-icon {
    position: absolute;
    z-index: 0;
    bottom: 65px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 0;
  }

  .recipe-finder .recipes-saved .email-recipes {
    opacity: 0;
    flex: 0;
    text-align: center;
    transition: all 0.25s ease-in-out;
    margin: 10px auto;
  }

  .recipe-finder .recipes-saved .email-recipes button {
    font-weight: bold;
    background-color: #FE8660;
    color: white;
    font-size: 0.9em;
    max-width: 150px;
  }
}

.recipe-finder .recipes-saved.show {
  min-height: 500px;
  max-height: 600px;
  background: white;
  border-radius: 20px;
}

.recipe-finder .recipes-saved.show .toggle-icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: absolute;
  top: 0;
  left: -50px;
}

.recipe-finder .recipes-saved.show .recipes-icons {
  position: relative;
  z-index: 0;
  flex: 0 0 calc(100% - 50px);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: auto;
  opacity: 1;
}

@media screen and (max-width: 39.99875em) {
  .recipe-finder .recipes-saved.show .recipes-icons {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
  }
}

.recipe-finder .recipes-saved.show .overlay-icon {
  opacity: 1;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  margin-left: -50px;
  width: 50px;
}

@media screen and (max-width: 39.99875em) {
  .recipe-finder .recipes-saved.show {
    height: 100vh;
  }
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipes-saved.show {
    width: 500px;
    right: -10px;
  }

  .recipe-finder .recipes-saved.show .toggle-icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }

  .recipe-finder .recipes-saved.show .recipes-icons {
    margin: 0.5em 0 0 0;
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }

  .recipe-finder .recipes-saved.show .recipes-icons .recipe-icon {
    margin: 1em;
  }

  .recipe-finder .recipes-saved.show .recipes-icons h5 {
    color: black;
    font-weight: bold;
  }

  .recipe-finder .recipes-saved.show .overlay-icon {
    top: 355px;
    margin: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .recipe-finder .recipes-saved.show .email-recipes {
    opacity: 1;
    flex: 1;
  }
}

.recipe-finder .recipe-view {
  background-color: rgba(255, 214, 104, 0.95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  display: flex;
  align-items: flex-end;
  max-height: 125vh;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-view {
    align-items: center;
    justify-content: center;
  }
}

.recipe-finder .recipe-view .recipe-card {
  height: calc(100vh - 200px - 2em);
  width: 100%;
  max-width: 500px;
  margin: 2em;
  background-color: white;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.recipe-finder .recipe-view .recipe-card .scroll-indicator {
  flex: 0 0 65%;
}

.recipe-finder .recipe-view .recipe-card .image {
  display: flex;
  align-items: flex-end;
  flex: 0 0 35%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  text-transform: uppercase;
}

.recipe-finder .recipe-view .recipe-card .text {
  padding: 1em;
  overflow-y: scroll;
  margin: 0.5em 0;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-view .recipe-card .text {
    padding: 2em 4em;
  }
}

.recipe-finder .recipe-view .recipe-card .text .name {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}

.recipe-finder .recipe-view .recipe-card .text .description {
  padding: 0 2em;
  max-width: 450px;
  margin: 0 auto;
}

.recipe-finder .recipe-view .recipe-card .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  width: 45px;
  height: 45px;
}

.recipe-finder .recipe-view .recipe-card .close-icon img {
  border-radius: 50%;
}

.recipe-finder .recipe-view .recipe-card .ingredients,
.recipe-finder .recipe-view .recipe-card .preparation {
  margin-bottom: 1em;
}

.recipe-finder .recipe-view .recipe-card .ingredients span,
.recipe-finder .recipe-view .recipe-card .preparation span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
}

.recipe-finder .recipe-view .recipe-card .preparation div {
  text-align: left;
}

.recipe-finder .recipe-view .recipe-card .actions {
  padding: 0 1em;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1.5em 0;
}

.recipe-finder .recipe-view .recipe-card .actions button {
  font-weight: normal;
  margin: 0;
}

.recipe-finder .recipe-view .recipe-card .actions button.orange {
  color: white;
  background-color: #F88660;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-view .recipe-card .actions button {
    margin: 0 0.25em;
  }
}

.recipe-finder .recipe-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
  top: 48%;
  width: 100%;
  background: none;
  margin: 0 auto;
}

.recipe-finder .recipe-bg .your-recipes {
  position: absolute;
  top: 2em;
  left: -160px;
  width: 170px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top right;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-bg {
    top: 10%;
    width: 90%;
    max-width: 1000px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-image: linear-gradient(to top, #E1D1C7, #E1D1C7 80%, #88D4AC 20%, #88D4AC 20%);
  }
}

.recipe-finder .yellow-btn {
  color: black;
  padding: 10px 30px;
  background: #FFD668;
  display: inline-block;
  margin: 15px 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto-Regular";
}

.recipe-finder .hikou-header2 {
  font-family: "Hikou-Outline";
  font-size: 65px;
  color: black;
  text-shadow: -2px 2px 0 #FE8660;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0.5rem;
  line-height: 1;
}

@media screen and (max-width: 39.99875em) {
  .recipe-finder .hikou-header2 {
    font-size: 37px;
  }
}

.recipe-finder .hikou-header3 {
  font-family: "Hikou-Outline";
  font-size: 65px;
  color: black;
  text-shadow: -2px 2px 0 #FFD668;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0.5rem;
  line-height: 1;
}

.recipe-finder .scroller-image {
  position: absolute;
  top: calc(97vh + 2em);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .scroller-image {
    top: calc(145vh + 2em);
    padding: 0 2em;
  }
}

.recipe-finder .recipe-view .prep-time,
.recipe-finder .recipe-section .prep-time {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  padding: 0.5em;
}

.recipe-finder .recipe-view .prep-time img,
.recipe-finder .recipe-section .prep-time img {
  margin-right: 0.5em;
}

.recipe-finder .recipe-view .save-recipe,
.recipe-finder .recipe-section .save-recipe {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 0.5em;
  box-sizing: content-box;
  cursor: pointer;
}

.recipe-finder .recipe-view .save-recipe .svg-icon,
.recipe-finder .recipe-section .save-recipe .svg-icon {
  fill: #FE8660;
}

.recipe-finder .recipe-view .save-recipe.saved .svg-icon,
.recipe-finder .recipe-section .save-recipe.saved .svg-icon {
  fill: #ffd668;
}

.recipe-finder .recipe-controls {
  position: absolute;
  width: 100%;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  top: 71vh;
  left: 0;
  right: 0;
}

.recipe-finder .recipe-controls.show-above {
  z-index: 5000;
}

.recipe-finder .recipe-section {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  .recipe-finder .recipe-section {
    top: 370px;
  }
}

.recipe-finder .recipe-section .recipes {
  display: flex;
  flex: 1;
  white-space: nowrap;
  overflow: -moz-scrollbars-none;
  overflow-x: hidden;
  overflow-y: visible;
  height: 100%;
  -ms-overflow-style: none;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.recipe-finder .recipe-section .recipes::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.recipe-finder .recipe-section .recipe-wrap {
  width: 85vw;
  height: calc(55vh - 200px - 1em);
  margin: 0 2vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  position: relative;
  top: 0.5em;
}

.recipe-finder .recipe-section .recipe-wrap .recipe {
  border-radius: 0.5em;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  display: flex;
  flex: 1;
  align-items: flex-end;
  position: relative;
}

.recipe-finder .recipe-section .recipe-wrap .recipe .expand-recipe {
  position: absolute;
  top: calc(50% - 45px);
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: white;
  color: #89D5AC;
  font-family: "Roboto-Black", sans-serif;
}

.recipe-finder .recipe-section .recipe-wrap.selected {
  height: calc(55vh - 200px);
  top: 0;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-section {
    display: flex;
    flex: 1;
    align-items: flex-end;
    top: 69vh;
    padding-bottom: 3em;
    max-width: 600px;
  }

  .recipe-finder .recipe-section .recipes {
    flex-grow: 1;
    flex-basis: 60%;
    position: relative;
    box-sizing: content-box;
    -webkit-perspective: 1000;
            perspective: 1000;
    overflow: visible;
    height: 320px;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 1.5em;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.1s ease-in-out;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0.5em;
    opacity: 1;
    transition: all 0.1s linear;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap .recipe {
    justify-content: space-between;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap .prep-time,
  .recipe-finder .recipe-section .recipes .recipe-wrap .save-recipe,
  .recipe-finder .recipe-section .recipes .recipe-wrap .expand-recipe {
    opacity: 0;
    transition: opacity 0.15s linear;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap.visible,
  .recipe-finder .recipe-section .recipes .recipe-wrap.visible-next,
  .recipe-finder .recipe-section .recipes .recipe-wrap.visible-next-2 {
    opacity: 1;
    height: 100%;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap.visible {
    width: 100%;
    top: 0;
    z-index: 300;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap.visible::after {
    z-index: -1;
    opacity: 0;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap.visible .prep-time,
  .recipe-finder .recipe-section .recipes .recipe-wrap.visible .save-recipe,
  .recipe-finder .recipe-section .recipes .recipe-wrap.visible .expand-recipe {
    opacity: 1;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap.visible-next {
    width: 95%;
    top: 0.75em;
    z-index: 200;
  }

  .recipe-finder .recipe-section .recipes .recipe-wrap.visible-next-2 {
    z-index: 100;
  }
}

.recipe-finder .recipe-text {
  position: absolute;
  top: 80vh;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2em;
  text-align: center;
}

.recipe-finder .recipe-text h3 {
  color: #333;
  font-weight: bold;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-text {
    top: 125vh;
  }
}

.recipe-finder .scroller-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 65px;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  .recipe-finder .scroller-section {
    top: 95vh;
  }
}

.recipe-finder .scroller-section::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(30% + .5em);
  background: url("/images/recipe-finder/scroller-center.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.recipe-finder .scroller-section .scroll-loop {
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black, transparent);
          mask-image: linear-gradient(to right, transparent, black, transparent);
  position: relative;
}

.recipe-finder .scroller-section .scroll-loop::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.recipe-finder .scroller-section .scroll-loop::before {
  content: "";
  display: block;
  width: 300%;
  height: 30%;
  background: repeating-linear-gradient(to right, transparent, transparent 8px, #89D5AC 10px);
  position: absolute;
  top: 0.5em;
}

.recipe-finder .scroller-section .scroll-loop .scroll-item-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: space-around;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .scroller-section {
    height: 100px;
    top: 135vh;
  }

  .recipe-finder .scroller-section::after {
    height: calc(40% + 1em);
  }

  .recipe-finder .scroller-section .scroll-loop::before {
    height: 40%;
  }
}

.recipe-finder .recipe-filters {
  position: absolute;
  height: 100%;
  top: 0;
  left: 105%;
  transition: all 0.25s ease-in-out;
  z-index: 500;
}

.recipe-finder .recipe-filters.open {
  left: 5%;
}

.recipe-finder .recipe-filters .filters-content {
  position: relative;
  height: 100%;
  padding: 2em;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.recipe-finder .recipe-filters .filters-content .meal-type p,
.recipe-finder .recipe-filters .filters-content .prep-time p {
  font-weight: bold;
}

.recipe-finder .recipe-filters .filters-content .prep-time {
  margin-top: 1em;
}

.recipe-finder .recipe-filters .filters-content button {
  display: inline-block;
  font-size: 0.8em;
  background-color: white;
  color: #9FA5AF;
  border: #9FA5AF 2px solid;
  transition: all 0.25s;
  margin: 0.25em 0.1em;
}

.recipe-finder .recipe-filters .filters-content button.selected {
  background-color: #FE8660;
  color: white;
  border: #FE8660 2px solid;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-filters .filters-content button {
    font-size: 1em;
    padding: 1em;
  }
}

.recipe-finder .recipe-filters .filters-toggle {
  position: absolute;
  top: 290px;
  right: -130px;
  width: 125px;
  height: 50px;
  background-color: white;
  padding-right: 1em;
  font-weight: bold;
  font-size: 0.9em;
  color: #FE8660;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in-out;
  transition-property: right, z-index, width;
  text-transform: uppercase;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.recipe-finder .recipe-filters .filters-toggle.hide-toggle {
  right: 25px;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-filters .filters-toggle {
    top: 19%;
    right: 20%;
  }

  .recipe-finder .recipe-filters .filters-toggle.hide-toggle {
    right: -100px;
  }
}

@media print, screen and (min-width: 64em) {
  .recipe-finder .recipe-filters .filters-toggle {
    top: 19%;
    left: 10%;
  }

  .recipe-finder .recipe-filters .filters-toggle.hide-toggle {
    right: -100px;
  }
}

@media screen and (min-width: 75em) {
  .recipe-finder .recipe-filters .filters-toggle {
    left: 365%;
  }
}

.recipe-finder .recipe-filters .filters-toggle .icon {
  position: absolute;
  top: 0;
  right: -25px;
  background-color: white;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.recipe-finder .recipe-filters.open {
  left: 0;
  right: 130px;
  z-index: 1050;
}

.recipe-finder .recipe-filters.open .filters-content {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.recipe-finder .recipe-filters.open .filters-toggle {
  right: -40px;
  box-shadow: none;
  left: 475px;
  width: 120px;
}

.recipe-finder .recipe-filters.open .filters-toggle .text {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder .recipe-filters {
    width: 500px;
  }
}

@media print, screen and (min-width: 64em) {
  .recipe-finder .recipe-filters {
    width: 400px;
    display: block;
  }

  .recipe-finder .recipe-filters.open .filters-toggle.hide-toggle {
    right: -40px;
  }
}

@media screen and (min-width: 75em) {
  .recipe-finder .recipe-filters {
    left: -85%;
    width: 500px;
  }
}

@media screen and (min-width: 90em) {
  .recipe-finder .recipe-filters {
    left: -60%;
  }
}

.recipe-finder .filters-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(137, 213, 172, 0.8);
  opacity: 0;
  transition: all 0.25s linear;
  z-index: -10;
}

.recipe-finder .filters-overlay.open {
  opacity: 1;
  z-index: 1000;
}

.recipe-finder #email-recipes-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: url("/images/recipe-finder/bg-texture.png") #ffd668 repeat;
  padding: 1em;
  display: flex;
  flex: 1;
  align-items: flex-end;
}

.recipe-finder #email-recipes-wrap::before {
  content: "";
  display: block;
  background: url("/images/recipe-finder/ebt-logo-bg.png") top left no-repeat;
  background-size: cover;
  position: absolute;
  width: 200vw;
  height: 200vw;
  top: -135vw;
  left: -90vw;
}

.recipe-finder #email-recipes-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60vh;
  background: url("/images/recipe-finder/bg-texture.png") #89D5AC repeat;
  z-index: 0;
}

.recipe-finder #email-recipes-wrap .email-recipes {
  width: 100%;
  height: calc(100% - 100px);
  position: relative;
  z-index: 10;
}

.recipe-finder #email-recipes-wrap .email-recipes .back {
  float: left;
  width: 35px;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview {
  float: right;
  width: calc(100% - 35px - 1em);
  -webkit-perspective: 1000;
          perspective: 1000;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
  position: relative;
  z-index: 10;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .left-control,
.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .right-control {
  margin-left: 1em;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .left-control {
  order: 2;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .right-control {
  order: 3;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .pill {
  display: inline-block;
  padding: 0.1em 0.75em;
  border-radius: 10px;
  background: white;
  font-size: 0.8em;
  order: 1;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .pill span {
  color: #89D5AC;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging {
    justify-content: center;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .left-control,
  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .right-control {
    margin: 0;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .left-control {
    order: 1;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .paging .pill {
    order: 2;
    margin: 0 1em;
  }
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap {
  position: relative;
  height: 30vh;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: 3;
  border-radius: 0.5em;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe:first-child,
.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe:nth-child(2),
.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe:nth-child(3) {
  opacity: 1;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe:nth-child(2) {
  width: 95%;
  top: 0.5em;
  z-index: 2;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe:nth-child(3) {
  z-index: 1;
  width: 90%;
  top: 1em;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe .unsave-recipe {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 35px;
  width: 35px;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe .name {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  background-color: rgba(254, 134, 96, 0.75);
  border-radius: 12px;
  padding: 0 0.5em;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap .recipe .name {
    font-size: 24px;
  }
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form {
  clear: both;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form p {
  margin: 1em 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.9em;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form p span {
  display: inline-block;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form p img {
  margin-left: 0.5em;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form form {
  margin: 1em 0;
  display: flex;
  align-items: center;
  height: 50px;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form form input {
  margin: 0;
  height: 100%;
  border-radius: 25px;
  margin-right: 1em;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form form button {
  padding: 0;
  height: 100%;
  flex: 0 0 50px;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form form button img {
  max-width: auto;
  height: 100%;
  width: auto;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form .privacy-policy {
  text-align: center;
  margin-top: 2em;
  font-size: 0.9em;
}

.recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form .privacy-policy a {
  text-decoration: underline;
}

@media print, screen and (min-width: 40em) {
  .recipe-finder #email-recipes-wrap::before {
    width: 150vh;
    height: 150vh;
    top: -5vh;
    left: -90vh;
  }

  .recipe-finder #email-recipes-wrap::after {
    left: 45vw;
    height: 100%;
  }

  .recipe-finder #email-recipes-wrap .email-recipes {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .back,
  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview {
    float: none;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .back {
    flex: 0 0 35px;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview {
    flex: 1 1 auto;
    margin: 0 7vw 0 3vw;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-preview .recipes-wrap {
    height: 50vh;
    margin-top: 5vh;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form {
    flex: 0 0 400px;
    margin-top: 15vh;
  }

  .recipe-finder #email-recipes-wrap .email-recipes .email-recipes-form .privacy-policy {
    text-align: left;
  }
}

.recipe-finder-container {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  position: relative;
}

