@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300");
@import url("https://fonts.googleapis.com/css2?family=Karla&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fasthand&display=swap");
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url("https://fonts.googleapis.com/css2?family=Fasthand&family=Oswald:wght@500&display=swap");
p {
  font-size: 1.1em;
}

/* custom site colors */
/* / custom site colors */
.menu-off-canvas a:hover {
  background: rgb(63, 175, 76);
  color: #0a0a0a;
}

/* custom navigation */
.navbar_logoshim {
  margin-top: 1.1em;
}

.hamshim i {
  font-size: 5em;
  font-weight: 100;
  color: rgb(57, 55, 55);
}
.hamshim:hover {
  color: #1779ba;
  cursor: pointer;
}
@media screen and (max-width: 56.24875em) {
  .hamshim {
    margin-top: 0;
    padding-top: 0;
    font-size: 0.6em;
  }
}

.small_logo {
  margin-top: 0.5em;
}

#normalmenu {
  margin-bottom: 0.5em;
  padding-top: 0em;
  margin-top: 0.2em;
}

.menu {
  text-align: center;
  font-family: "Karla";
  font-size: 1.1em;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.menu .mHead {
  color: #ffcf3d;
}
.menu .ind_menu {
  margin-left: 1.5em;
}
.menu i {
  margin-right: 0.5em;
}
.menu li a {
  font-weight: bold;
  color: rgba(254, 254, 254, 0.9);
  position: relative;
  text-align: left;
}
.menu li:first-child a.active {
  color: #ffcf3d;
}
.menu li.active > a {
  background-color: green;
}
.menu a:before,
.menu a::after {
  color: white;
  position: absolute;
  content: "";
  background-color: #3891c5;
  width: 0;
}
.menu a::before {
  top: 0;
  left: 0;
}
.menu a::after {
  bottom: 0;
  right: 0;
}
.menu a:hover,
.menu li.active > a {
  color: yellow;
}

/* prevent FOUC */
@media print, screen and (max-width: 36.24875em) {
  .no-js .navigation {
    display: none;
  }
}
@media print, screen and (min-width: 56.25em) {
  .no-js .navigation {
    display: none;
  }
}

/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 56.25em) {
  .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, .sub_hero_page_title p {
  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: 0;
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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 {
  appearance: none;
  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: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[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] {
  appearance: none;
  border-radius: 0;
}

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.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;
  display: table-cell;
  vertical-align: middle;
}

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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>');
}
@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;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

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

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

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

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

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

h1, .sub_hero_page_title p, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .sub_hero_page_title p 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, .sub_hero_page_title p, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  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: 56.25em) {
  h1, .sub_hero_page_title p, .h1 {
    font-size: 3rem;
  }
  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: #fefefe;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(218.44, 218.44, 218.44);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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: 125%;
  line-height: 1.6;
}

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

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !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;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 36.25em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 56.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

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

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 36.25em) {
  .custom-1 {
    width: 8.3333333333%;
  }
  .custom-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .custom-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .custom-offset-0 {
    margin-left: 0%;
  }
  .custom-2 {
    width: 16.6666666667%;
  }
  .custom-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .custom-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .custom-offset-1 {
    margin-left: 8.3333333333%;
  }
  .custom-3 {
    width: 25%;
  }
  .custom-push-3 {
    position: relative;
    left: 25%;
  }
  .custom-pull-3 {
    position: relative;
    left: -25%;
  }
  .custom-offset-2 {
    margin-left: 16.6666666667%;
  }
  .custom-4 {
    width: 33.3333333333%;
  }
  .custom-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .custom-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .custom-offset-3 {
    margin-left: 25%;
  }
  .custom-5 {
    width: 41.6666666667%;
  }
  .custom-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .custom-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .custom-offset-4 {
    margin-left: 33.3333333333%;
  }
  .custom-6 {
    width: 50%;
  }
  .custom-push-6 {
    position: relative;
    left: 50%;
  }
  .custom-pull-6 {
    position: relative;
    left: -50%;
  }
  .custom-offset-5 {
    margin-left: 41.6666666667%;
  }
  .custom-7 {
    width: 58.3333333333%;
  }
  .custom-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .custom-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .custom-offset-6 {
    margin-left: 50%;
  }
  .custom-8 {
    width: 66.6666666667%;
  }
  .custom-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .custom-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .custom-offset-7 {
    margin-left: 58.3333333333%;
  }
  .custom-9 {
    width: 75%;
  }
  .custom-push-9 {
    position: relative;
    left: 75%;
  }
  .custom-pull-9 {
    position: relative;
    left: -75%;
  }
  .custom-offset-8 {
    margin-left: 66.6666666667%;
  }
  .custom-10 {
    width: 83.3333333333%;
  }
  .custom-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .custom-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .custom-offset-9 {
    margin-left: 75%;
  }
  .custom-11 {
    width: 91.6666666667%;
  }
  .custom-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .custom-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .custom-offset-10 {
    margin-left: 83.3333333333%;
  }
  .custom-12 {
    width: 100%;
  }
  .custom-offset-11 {
    margin-left: 91.6666666667%;
  }
  .custom-up-1 > .column, .custom-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .custom-up-1 > .column:nth-of-type(1n), .custom-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-1 > .column:nth-of-type(1n+1), .custom-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .custom-up-1 > .column:last-child, .custom-up-1 > .columns:last-child {
    float: left;
  }
  .custom-up-2 > .column, .custom-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .custom-up-2 > .column:nth-of-type(1n), .custom-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-2 > .column:nth-of-type(2n+1), .custom-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .custom-up-2 > .column:last-child, .custom-up-2 > .columns:last-child {
    float: left;
  }
  .custom-up-3 > .column, .custom-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .custom-up-3 > .column:nth-of-type(1n), .custom-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-3 > .column:nth-of-type(3n+1), .custom-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .custom-up-3 > .column:last-child, .custom-up-3 > .columns:last-child {
    float: left;
  }
  .custom-up-4 > .column, .custom-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .custom-up-4 > .column:nth-of-type(1n), .custom-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-4 > .column:nth-of-type(4n+1), .custom-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .custom-up-4 > .column:last-child, .custom-up-4 > .columns:last-child {
    float: left;
  }
  .custom-up-5 > .column, .custom-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .custom-up-5 > .column:nth-of-type(1n), .custom-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-5 > .column:nth-of-type(5n+1), .custom-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .custom-up-5 > .column:last-child, .custom-up-5 > .columns:last-child {
    float: left;
  }
  .custom-up-6 > .column, .custom-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .custom-up-6 > .column:nth-of-type(1n), .custom-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-6 > .column:nth-of-type(6n+1), .custom-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .custom-up-6 > .column:last-child, .custom-up-6 > .columns:last-child {
    float: left;
  }
  .custom-up-7 > .column, .custom-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .custom-up-7 > .column:nth-of-type(1n), .custom-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-7 > .column:nth-of-type(7n+1), .custom-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .custom-up-7 > .column:last-child, .custom-up-7 > .columns:last-child {
    float: left;
  }
  .custom-up-8 > .column, .custom-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .custom-up-8 > .column:nth-of-type(1n), .custom-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .custom-up-8 > .column:nth-of-type(8n+1), .custom-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .custom-up-8 > .column:last-child, .custom-up-8 > .columns:last-child {
    float: left;
  }
  .custom-collapse > .column, .custom-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .custom-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .custom-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .custom-uncollapse > .column, .custom-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .custom-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .custom-centered, .custom-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .custom-uncentered, .custom-push-0, .custom-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .custom-uncentered, .custom-uncentered:last-child:not(:first-child), .custom-push-0, .custom-push-0:last-child:not(:first-child), .custom-pull-0, .custom-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .custom-uncentered:last-child:not(:first-child), .custom-push-0:last-child:not(:first-child), .custom-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .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;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #fefefe;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #fefefe;
}
.close-button.small {
  right: 0.66rem;
  top: -0.4em;
  font-size: 2em;
  line-height: 1;
}

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

.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: " ";
}
.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: 56.25em) {
  .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: #1779ba;
  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-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #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: #fefefe;
}
: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: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 36.25em) {
  .menu.custom-horizontal li {
    display: inline-block;
  }
  .menu.custom-vertical li {
    display: block;
  }
  .menu.custom-expanded {
    display: table;
    width: 100%;
  }
  .menu.custom-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.custom-simple {
    display: table;
    width: 100%;
  }
  .menu.custom-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 56.25em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.5rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #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.5rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.5rem 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-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

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

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

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

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

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

.drilldown a {
  padding: 0.5rem 1rem;
  background: #3891c5;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #3891c5;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.5rem 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-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #fefefe;
  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-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #fefefe;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #fefefe transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #fefefe transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.5rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #ffcf3d;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #fefefe transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #fefefe;
}
@media print, screen and (min-width: 36.25em) {
  .dropdown.menu.custom-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.custom-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.custom-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.custom-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.custom-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.custom-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.custom-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.custom-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.custom-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.custom-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #fefefe;
  }
}
@media print, screen and (min-width: 56.25em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #fefefe;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #fefefe;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #fefefe;
  background: #3891c5;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.5rem 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-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #fefefe transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #fefefe;
}
.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 {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #3891c5;
  position: fixed;
}
[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 {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #3891c5;
  position: absolute;
}
[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 {
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 36.25em) {
  .position-left.reveal-for-custom {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-custom .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-custom {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-custom ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-custom {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-custom .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-custom {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-custom ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-custom {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-custom .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-custom {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-custom ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-custom {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-custom .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-custom {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-custom ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 36.25em) {
  .off-canvas.in-canvas-for-custom {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-custom.position-left, .off-canvas.in-canvas-for-custom.position-right, .off-canvas.in-canvas-for-custom.position-top, .off-canvas.in-canvas-for-custom.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-custom .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 56.25em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
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;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 56.25em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 56.25em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 56.25em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 56.25em) {
  .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 print, screen and (max-width: 36.24875em) {
  .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;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 56.25em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .top-bar.stacked-for-custom .top-bar-left,
  .top-bar.stacked-for-custom .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

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

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

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

@media print, screen and (min-width: 36.25em) and (max-width: 56.24875em) {
  .hide-for-custom-only {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 56.24875em), 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 print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.r {
  border: 1px solid red;
}

.g {
  border: 4px solid green;
}

body {
  background-repeat: repeat;
  background-color: #333;
  font-family: "Montserrat";
}

.idi_wrap {
  background: white;
}
.idi_wrap .expanded {
  margin-top: 1em;
}
.idi_wrap div {
  margin-top: 1em;
  padding-top: 1em;
}

.places_desc_wrap {
  margin: 0;
  padding: 1.5em 1em 0em 1em;
  background: rgb(247, 247, 238);
}

h1, .sub_hero_page_title p, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
}

.hshadow {
  text-shadow: 2px 2px 4px #000000;
}

.piczoom_wrap_plain {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.piczoom_wrap {
  border: 8px solid rgb(243, 243, 240);
  overflow: hidden;
  width: 100%;
  position: relative;
}

.piczoom:hover {
  overflow: hidden;
  width: 100%;
  position: relative;
  animation: piczoom 15s infinite;
}

@keyframes piczoom {
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.color-divider {
  background-image: url("/site/templates/images/wctdc-color-divider2.jpg");
  background-size: cover;
  background-position: center;
  height: 26px;
  border-top: 1px solid white;
}

#main_content_wrap {
  /*
  color:white;
  background-color:cyan;
  background:url('../images/body_bg.png');
  background-size:cover;
  */
  background: white;
  color: white;
}

#head_wrap {
  background: white;
  padding: 1em 0 1em 0;
}

#headwrap .h_header_logo {
  margin-left: 1em;
  margin-right: 1em;
}

#head_wrap .h_donate_text {
  margin-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

#head_wrap .h_social_icons {
  margin-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

#small_header .small_header_logo {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1em;
}

.header_effect {
  transition: 2s;
  -webkit-transition: 2s;
}

.header_effect:hover {
  filter: saturate(190%);
  -webkit-transition: saturate(150%);
  transition: 2s;
  -webkit-transition: 2s;
}

#nav_wrap {
  color: white;
  background-color: #3891c5;
  padding-top: 0.5em;
}

.social_icon {
  transition: 2s;
  -webkit-transition: 2s;
}

.social_icon:hover {
  filter: hue-rotate(200deg);
  -webkit-filter: hue-rotate(200deg);
  transition: 1s;
  -webkit-transition: 1s;
}

.videoWrap {
  margin: 0px;
  padding: 0px;
  height: 2em;
}

.videoInsert {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.videoInsert video {
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

#hero_wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: url("/site/templates/images/video_preloader.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
  background-color: black;
  border-top: 0.5em solid #ffcf3d;
  border-bottom: 0.5em solid #ffcf3d;
}

#hero_wrap img {
  object-fit: cover;
}

#hero_wrap video {
  object-fit: cover;
  height: 22em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 63.99875em) {
  #hero_wrap video {
    height: 15em;
  }
}
@media screen and (max-width: 36.24875em) {
  #hero_wrap video {
    height: 10em;
  }
}

.sub_hero, .sub_hero_page_title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3em;
  background: white;
  text-align: center;
  color: #595557;
  padding-top: 1.5em;
  padding-bottom: 0em;
  margin-bottom: 0;
  /*

   &.g { color:lightgrey; font-weight:normal;  }
   a { color:$gold;}
   a:hover { color:limegreen;}

   @media screen and (max-width: 36.24875em) {
       font-size:1.1em;
   }
  */
}

.sub_hero_page_title {
  background: #3891c5;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sub_hero_page_title h1, .sub_hero_page_title p {
  color: #fefefe;
  font-size: 1.7em;
  text-transform: uppercase;
}
.sub_hero_page_title h1 a, .sub_hero_page_title p a {
  color: #fefefe;
}
.sub_hero_page_title p {
  font-size: 1.9em;
}
@media screen and (max-width: 56.24875em) {
  .sub_hero_page_title {
    font-size: 1em;
  }
}

.page_title_shadow, .header_div h2, .sub_hero_page_title h1, .sub_hero_page_title p {
  text-shadow: 2px 2px #222121;
}

.header_div {
  padding-top: 1.4em;
  padding-bottom: 1em;
  border-bottom: none;
  background: #3891c5;
  text-transform: uppercase;
}
.header_div .subhead-home {
  font-size: 0.95em;
  font-family: "Spectral";
}
.header_div.home > h2.gold {
  color: #ffcf3d;
}
.header_div.home > h2.white {
  color: #fefefe;
}
.header_div.blue-grad-bg {
  background-image: linear-gradient(145deg, #214860, #4F8EBE);
}
.header_div.green-grad-bg {
  background-image: linear-gradient(145deg, #57872f, #54a711);
}
.header_div.orange-grad-bg {
  background-image: linear-gradient(145deg, #ef9136, #f58312);
}
.header_div.pink-grad-bg {
  background-image: linear-gradient(145deg, #8C2D5B, #DF4792);
}
.header_div.lilac-grad-bg {
  background-image: linear-gradient(145deg, #AA3C7A, #B16891);
}
.header_div.lime-grad-bg {
  background-image: linear-gradient(145deg, #5A9976, #B2E3C2);
}
.header_div.purple-grad-bg {
  background-image: linear-gradient(145deg, #5B4D96, #8090CF);
}
.header_div.home > h2.partners-script {
  font-family: "Oswald", sans-serif, cursive;
}

.partners {
  padding-top: 1.5em;
}
.partners img {
  border: 1px dashed rgb(192, 190, 190);
  border-radius: 12px;
}
.partners img:hover {
  border: 1px solid rgb(20, 116, 20);
  filter: contrast(120%);
  -webkit-filter: contrast(120%);
}

.page_title_wrap {
  background: black;
  box-shadow: 0px 10px #454546;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
}
.page_title_wrap h1, .page_title_wrap .sub_hero_page_title p, .sub_hero_page_title .page_title_wrap p {
  color: #fefefe;
  font-size: 2.2rem;
  font-weight: 500;
}
.page_title_wrap p {
  margin: 0 2em;
}

/* home page styles */
.feature_wrap {
  background: white;
}

/* oval images */
.img-circle, .img-circle-purple {
  border-radius: 50%;
  border: 2px solid #cecfd0;
  box-shadow: 0px 2px 5px #ccc;
  transition: border 0.5s;
  margin: 0;
  padding: 0;
}

img.img-circle:hover, img.img-circle-purple:hover {
  border-color: #A9D27C;
  transition: border 0.5s;
  filter: contrast(120%);
  -webkit-filter: contrast(120%);
  /*
  -webkit-transition: .3s ease-in-out;
   -moz-transition: .5s ease-out-in;
   -o-transition: .5s ease-out-in;

   */
}

.dsfx {
  filter: drop-shadow(0px 4px 6px rgb(165, 164, 164));
  -webkit-filter: drop-shadow(0px 4px 6px rgb(165, 164, 164));
}

.dsfx:hover {
  filter: drop-shadow(0px 4px 6px rgb(114, 113, 113));
  -webkit-filter: drop-shadow(0px 4px 6px rgb(114, 113, 113));
}

.gbf {
  font-size: 3em;
}
.gbf label {
  font-weight: bold;
  margin-top: 1.8em;
}
.gbf input {
  margin-top: 0.5em;
}
.gbf .city-field {
  margin-left: 0;
  padding-left: 0;
}
.gbf button {
  margin-top: 1.1em;
}

.img-circle-purple {
  border-radius: 2%;
  border: 10px solid #7B7ED2;
  margin: 0;
  padding: 0;
}

img.img-circle-purple:hover {
  border: 10px solid #A9D27C;
}

.home_feature img {
  margin-top: 2.5em;
  margin-bottom: 1.6em;
}

.home_feature h2 {
  font-size: 1em;
  padding: 0em;
  margin: 0em;
  font-weight: bolder;
}

.contact-button-footer {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.8em;
}
[data-whatinput=mouse] .contact-button-footer {
  outline: 0;
}
.contact-button-footer, .contact-button-footer.disabled, .contact-button-footer[disabled], .contact-button-footer.disabled:hover, .contact-button-footer[disabled]:hover, .contact-button-footer.disabled:focus, .contact-button-footer[disabled]:focus {
  background-color: #3891c5;
  color: #ffd781;
}
.contact-button-footer:hover, .contact-button-footer:focus {
  background-color: #75aa3c;
  color: #ffd781;
}

.pink-button-home {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1.2em;
  padding: 18px;
}
[data-whatinput=mouse] .pink-button-home {
  outline: 0;
}
.pink-button-home, .pink-button-home.disabled, .pink-button-home[disabled], .pink-button-home.disabled:hover, .pink-button-home[disabled]:hover, .pink-button-home.disabled:focus, .pink-button-home[disabled]:focus {
  background-color: #3891c5;
  color: #fefefe;
}
.pink-button-home:hover, .pink-button-home:focus {
  background-color: #75aa3c;
  color: #fefefe;
}

.pink-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
}
[data-whatinput=mouse] .pink-button {
  outline: 0;
}
.pink-button, .pink-button.disabled, .pink-button[disabled], .pink-button.disabled:hover, .pink-button[disabled]:hover, .pink-button.disabled:focus, .pink-button[disabled]:focus {
  background-color: #3891c5;
  color: #fefefe;
}
.pink-button:hover, .pink-button:focus {
  background-color: #75aa3c;
  color: #fefefe;
}

.purple-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
}
[data-whatinput=mouse] .purple-button {
  outline: 0;
}
.purple-button, .purple-button.disabled, .purple-button[disabled], .purple-button.disabled:hover, .purple-button[disabled]:hover, .purple-button.disabled:focus, .purple-button[disabled]:focus {
  background-color: #7B7ED2;
  color: #fefefe;
}
.purple-button:hover, .purple-button:focus {
  background-color: #A9D27C;
  color: #fefefe;
}

.lime-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
}
[data-whatinput=mouse] .lime-button {
  outline: 0;
}
.lime-button, .lime-button.disabled, .lime-button[disabled], .lime-button.disabled:hover, .lime-button[disabled]:hover, .lime-button.disabled:focus, .lime-button[disabled]:focus {
  background-color: #A9D27C;
  color: #fefefe;
}
.lime-button:hover, .lime-button:focus {
  background-color: #75aa3c;
  color: #fefefe;
}

.red-button, .docs_item .card-section .doc-download-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
}
[data-whatinput=mouse] .red-button, [data-whatinput=mouse] .docs_item .card-section .doc-download-button, .docs_item .card-section [data-whatinput=mouse] .doc-download-button {
  outline: 0;
}
.red-button, .docs_item .card-section .doc-download-button, .red-button.disabled, .red-button[disabled], .red-button.disabled:hover, .red-button[disabled]:hover, .red-button.disabled:focus, .red-button[disabled]:focus {
  background-color: #e64343;
  color: #fefefe;
}
.red-button:hover, .docs_item .card-section .doc-download-button:hover, .red-button:focus, .docs_item .card-section .doc-download-button:focus {
  background-color: #ac3c3c;
  color: #fefefe;
}

.lavender-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
}
[data-whatinput=mouse] .lavender-button {
  outline: 0;
}
.lavender-button, .lavender-button.disabled, .lavender-button[disabled], .lavender-button.disabled:hover, .lavender-button[disabled]:hover, .lavender-button.disabled:focus, .lavender-button[disabled]:focus {
  background-color: #964c76;
  color: #fefefe;
}
.lavender-button:hover, .lavender-button:focus {
  background-color: #A9D27C;
  color: #fefefe;
}

.green-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
}
[data-whatinput=mouse] .green-button {
  outline: 0;
}
.green-button, .green-button.disabled, .green-button[disabled], .green-button.disabled:hover, .green-button[disabled]:hover, .green-button.disabled:focus, .green-button[disabled]:focus {
  background-color: #75aa3c;
  color: #fefefe;
}
.green-button:hover, .green-button:focus {
  background-color: #A9D27C;
  color: #fefefe;
}

.tiny-green-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.85em;
}
[data-whatinput=mouse] .tiny-green-button {
  outline: 0;
}
.tiny-green-button, .tiny-green-button.disabled, .tiny-green-button[disabled], .tiny-green-button.disabled:hover, .tiny-green-button[disabled]:hover, .tiny-green-button.disabled:focus, .tiny-green-button[disabled]:focus {
  background-color: #75aa3c;
  color: #fefefe;
}
.tiny-green-button:hover, .tiny-green-button:focus {
  background-color: #A9D27C;
  color: #fefefe;
}

.baby-blue-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 12px;
  font-weight: bold;
  font-size: 0.8em;
}
[data-whatinput=mouse] .baby-blue-button {
  outline: 0;
}
.baby-blue-button, .baby-blue-button.disabled, .baby-blue-button[disabled], .baby-blue-button.disabled:hover, .baby-blue-button[disabled]:hover, .baby-blue-button.disabled:focus, .baby-blue-button[disabled]:focus {
  background-color: #2b9ccb;
  color: #fefefe;
}
.baby-blue-button:hover, .baby-blue-button:focus {
  background-color: #35afe4;
  color: #fefefe;
}

.learn-more-button {
  margin-top: 0.6em;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.3em;
}

.biz-closer-button {
  position: absolute;
  z-index: 10;
  color: #fefefe;
  cursor: pointer;
}
[data-whatinput=mouse] .biz-closer-button {
  outline: 0;
}
.biz-closer-button:hover, .biz-closer-button:focus {
  color: #fefefe;
}

.biz-quick-links {
  margin-top: 0.5em;
  padding-top: 2em;
  padding-bottom: 0em;
  background: white;
}
.biz-quick-links ul {
  list-style: none;
  margin-left: 0;
  background: rgb(246, 249, 213);
  border: 1px solid rgb(225, 224, 224);
}
.biz-quick-links li {
  font-size: 1.1em;
  color: rgb(86, 84, 84);
}

.biz-social-links {
  margin-top: 0.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  background: white;
}
.biz-social-links .column-block {
  padding-bottom: 0em;
  padding-top: 0em;
  margin-top: 0;
  margin-bottom: 0;
}
.biz-social-links i {
  font-size: 5em;
}

.block-button {
  width: 100%;
  font-size: 1.3em;
  color: white;
}
.block-button.blue {
  background: rgb(17, 84, 136);
}
.block-button.red {
  background: rgb(230, 90, 3);
}

.mb {
  color: rgb(26, 26, 26);
}
.mb a {
  color: rgb(26, 26, 26);
}
.mb a:hover {
  color: red;
}
.mb:hover {
  color: Red;
}

.plain_list {
  list-style: none;
  color: Red;
  margin-left: 0;
  margin-bottom: 0;
}

.button_shim {
  margin-bottom: 1.5em;
}

.button_shim_top {
  margin-top: 1.8em;
}

.we_assist_bg {
  background: #ffffff;
}

.home_upcoming_events_bg {
  background: #f0fcf2;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.home_upcoming_events {
  /*
      margin-bottom:.5em;



      span { font-size:1.1em; color:#FFF7DD; background:$light-purple; padding:1em; border-radius:8px; width:100%; height:90px; display:block; padding-top:4%; border: 2px solid rgb(230, 227, 227); }

      span.edate { font-size:.8em; color:$white; padding-top:11%; font-weight:bolder; }

      .e_bg_1_a { background:#AA3C7A; &:hover { background:#c471b9;}}
      .e_bg_1_b { background:#B16891; &:hover { background:#c471b9;}}
      .e_bg_2_a { background:#377A70; &:hover { background:#5A9976;}}   
      .e_bg_2_b { background:#4B897F; &:hover { background:#5A9976;}}


     */
}

#contact_details {
  padding: 1em;
  border: 1px dashed #ccc;
  background: #fdf8e6;
  list-style: none;
  margin-left: 0;
}
#contact_details h3 {
  font-weight: normal;
  font-size: 0.95em;
}
#contact_details h4 {
  font-weight: Bolder;
}
#contact_details li {
  list-style: none;
  margin-left: 0;
}
#contact_details li ul {
  line-height: 2em;
}
#contact_details .button {
  margin-top: 2em;
}

#contact_logo {
  margin-top: 3em;
}

.news-by-region-bg {
  background: #E7EAF9;
}

.news-by-region h3 {
  font-size: 1.1em;
  font-family: "Architects Daughter";
  color: #6A609D;
}

.news-by-region h3:hover {
  color: #6A609D;
}

.news_home_wrap {
  background: #F8F7EF;
}
.news_home_wrap h3 {
  color: #626161;
  font-size: 1.5em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

/* home page visitor reviews */
.reviews_home_wrap {
  background: #153402;
  color: white;
}
.reviews_home_wrap h2 {
  color: white;
  font-size: 1em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}
.reviews_home_wrap h3 {
  color: #F9D749;
  font-size: 1.5em;
  font-weight: Bolder;
}
.reviews_home_wrap p {
  font-size: 0.9em;
}

ul.testimonial {
  color: white;
  list-style: none;
}
ul.testimonial a {
  color: white;
}
ul.testimonial a:hover {
  color: rgb(242, 251, 79);
}
ul.testimonial .vrt {
  font-size: 0.95em;
}
ul.testimonial .tststars {
  color: gold;
  font-size: 2.5em;
  margin-top: -0.2em;
  padding-top: 0;
}
ul.testimonial .tststars i {
  margin-left: 0.1em;
  margin-right: 0.1em;
}
ul.testimonial h5 {
  color: gold;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  margin-top: 1em;
}
ul.testimonial .inits {
  font-size: 0.9em;
}
ul.testimonial .tst {
  font-size: 0.98em;
}
ul.testimonial .btn {
  margin-top: 1.5em;
}

/* individual site pages */
.page_wrapper, .directory_bg, .page_wrapper_docs_lister, .page_wrapper_newsletter_lister, .page_wrapper_event_lister, .page_wrapper_news_lister {
  padding-top: 2em;
}

.page_shim {
  padding-top: 3em;
  padding-bottom: 3em;
}

.page_content_bg, .office_item, .services_general_bg, .news_article_bg, .event_article_bg {
  color: rgb(51, 50, 50);
  padding-bottom: 1em;
}
.page_content_bg a, .office_item a, .services_general_bg a, .news_article_bg a, .event_article_bg a {
  color: #3891c5;
}
.page_content_bg h1, .office_item h1, .services_general_bg h1, .news_article_bg h1, .event_article_bg h1, .page_content_bg .sub_hero_page_title p, .office_item .sub_hero_page_title p, .services_general_bg .sub_hero_page_title p, .news_article_bg .sub_hero_page_title p, .event_article_bg .sub_hero_page_title p, .sub_hero_page_title .page_content_bg p, .sub_hero_page_title .office_item p, .sub_hero_page_title .services_general_bg p, .sub_hero_page_title .news_article_bg p, .sub_hero_page_title .event_article_bg p {
  font-size: 2.9em;
}

/* news page */
.page_wrapper_news_lister {
  background: #F8F7EF;
  padding-bottom: 2em;
}

.news_list_wrapper {
  margin-bottom: 0.85em;
  border-bottom: 1px dashed #d6d6d6;
  padding-top: 1em;
  padding-bottom: 1em;
}

.news_list_item {
  margin-bottom: 0.5em;
}
.news_list_item h4 > a {
  color: #3891c5;
  font-size: 1.4em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news_list_item h4 > a:hover {
  color: #75aa3c;
}
.news_list_item h4 > a:visited {
  color: #333;
}
@media screen and (max-width: 56.24875em) {
  .news_list_item h4 > a {
    font-size: 1.1em;
  }
}
.news_list_item .ndate {
  font-size: 0.85em;
  color: #949090;
  margin-top: -0.2em;
}
.news_list_item p {
  color: #6D6969;
  font-size: 1.1em;
  margin-top: 0.2em;
  margin-bottom: 0;
}
@media screen and (min-width: 36.25em) {
  .news_list_item p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 56.25em) {
  .news_list_item p {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 90em) {
  .news_list_item p {
    font-size: 1.6em;
  }
}
.news_list_item .nsrc {
  color: #918D8D;
  font-size: 0.75em;
}
.news_list_item ul {
  list-style: none;
  line-height: 2em;
  margin-left: 0;
}
.news_list_item ul li {
  margin-left: 0;
}

.shim_top_1 {
  padding-top: 1em;
}

.shim_bot_1 {
  padding-bottom: 1em;
}

.noborders {
  border-bottom: 1px dashed #d6d6d6;
}

/* news page -> news article */
.newsarticlebg {
  background-image: url("/site/templates/images/abstractbg.jpg");
  background-size: cover;
}

/* .homebg { background-image:url('/site/templates/images/bubbles-bg1.jpg'); background-size:cover; opacity: .5; } */
.news_article_bg, .event_article_bg {
  background: #fefefe;
  background-color: white;
}
.news_article_bg h2, .event_article_bg h2, .news_article_bg h3, .event_article_bg h3, .news_article_bg h4, .event_article_bg h4, .news_article_bg h5, .event_article_bg h5, .news_article_bg h6, .event_article_bg h6, .news_article_bg h7, .event_article_bg h7 {
  margin-bottom: 1.1em;
}
.news_article_bg p.news_date, .event_article_bg p.news_date {
  color: rgb(78, 77, 77);
  font-size: 0.95em;
  padding-bottom: 0.5em;
  margin-bottom: 0em;
}
.news_article_bg .news_src_credit, .event_article_bg .news_src_credit {
  padding-bottom: 1.2em;
  font-size: 0.9em;
  margin-bottom: 1emem;
  padding-bottom: 0em;
}
.news_article_bg .news_src_credit a, .event_article_bg .news_src_credit a {
  color: #3891c5;
}
.news_article_bg hr, .event_article_bg hr {
  margin-top: 0.5em;
}

.event_article_bg {
  margin-top: 0em;
  padding: 2em;
  padding-top: 2.5em;
  margin-top: 2em;
}
.event_article_bg p.news_date {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 1.2em;
  margin-top: 0em;
  padding-top: 0;
}
@media screen and (max-width: 74.99875em) {
  .event_article_bg {
    padding-top: 1.8em;
    margin-top: 0;
  }
}

.event_bottom_fix {
  margin-bottom: 0;
  padding-bottom: 2.5em;
  margin-top: 0em;
  padding-top: 1.1em;
}
@media screen and (max-width: 74.99875em) {
  .event_bottom_fix {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.news_bg {
  background: white;
  padding: 2.5em;
}

.biz_more_info {
  border: 1px solid #2994a4;
  background: rgb(202, 213, 213);
  padding: 2em;
}
.biz_more_info h4 {
  font-size: 5em;
  color: rgb(56, 105, 156);
}

/* events FOR HOME AND EVENTS page */
.page_wrapper_event_lister {
  background: #F8F7EF;
  padding-top: 2em;
  padding-bottom: 1em;
}

.page_wrapper_event_wrapper {
  margin: 1em auto;
}

.event_item {
  font-size: 0.95em;
  color: black;
}
.event_item .card-divider {
  text-align: center;
  color: white;
  background-color: #045978;
  font-size: 1.1em;
  font-weight: bolder;
  padding: 0.8em 0.5em;
}
.event_item .card-divider.attractions_card {
  color: rgb(254, 247, 174);
  background-color: #209cdd;
}
.event_item .card-divider.activities_card {
  color: rgb(254, 247, 174);
  background-color: #047d0d;
}
.event_item .card-divider.sticky {
  font-size: 0.95em;
  background-color: #648e38;
}
.event_item .card-divider.sticky i {
  margin-right: 0.2em;
  margin-left: 0.5em;
}
.event_item .card-section {
  font-size: 0.98em;
  color: #292828;
}
.event_item .card-section h4 {
  color: #3891c5;
  margin-top: 0.5em;
}
.event_item .card:hover {
  cursor: pointer;
}
.event_item .card:hover .card-divider {
  background: #6fc21c;
}
.event_item .card:hover .card-section h4 {
  color: #75aa3c;
}

.businesses_wrap {
  margin-top: 2.5em;
  margin-bottom: 2em;
  color: white;
}

#bizbutton {
  font-weight: bold;
  border: 2px solid white;
}

#bizbutton:hover {
  background-color: Green;
}

.bus-cat-filter {
  background: #ebebeb;
  padding: 1em;
}
.bus-cat-filter h3 {
  margin-bottom: 0.95em;
  margin-top: 0.95em;
  font-family: "Spectral";
}

.businesses_header h2 {
  font-size: 1em;
}
.businesses_header h3 {
  font-size: 3em;
}
.businesses_header h4 {
  font-size: 1em;
  color: #9439AD;
}

.business_card {
  font-size: 0.99em;
  font-weight: Bolder;
  color: white;
  border: 1px solid #ebebeb;
}
.business_card .purple {
  background: rgb(32, 18, 101);
}
.business_card h4 {
  font-size: 1.4em;
}
.business_card h4.attractions_card {
  font-family: "Oswald", sans-serif;
  font-size: 1.7em;
  margin-bottom: 0;
}
.business_card h4.activities_card {
  font-family: "Oswald", sans-serif;
  font-size: 1.7em;
  margin-bottom: 0;
}
.business_card p.subcity {
  color: white;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.business_card :hover {
  /*.piczoom {

      overflow:hidden;
      width: 100%;
      position: relative;


      animation: piczoom 2s infinite;

     } */
}
.business_card :hover .card-divider {
  background: green;
}
.business_card :hover .quick-view {
  background: green;
}
.business_card .card-divider {
  color: white;
}
.business_card .piczoom_wrap_plain {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.business_card .piczoom_wrap {
  border: 8px solid rgb(243, 243, 240);
  overflow: hidden;
  width: 100%;
  position: relative;
}
.business_card .piczoom:hover {
  overflow: hidden;
  width: 100%;
  position: relative;
  animation: piczoom 15s infinite;
}
@keyframes piczoom {
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.business_card .card-section {
  padding-top: 0.5em;
  padding: 0.5em;
  background: white;
  color: rgb(87, 87, 87);
  font-weight: normal;
}
.business_card .card-section a {
  font-weight: normal;
  font-size: 1.15em;
  color: rgb(87, 87, 87);
}
.business_card .card-section a:hover {
  color: rgb(87, 87, 87);
}
.business_card .card-section .button {
  margin-top: 1.5em;
  font-size: 0.85em;
  font-weight: bold;
  color: white;
  border-radius: 12px;
  background: #22A2D4;
}
.business_card .card-section .button:hover {
  color: white;
  background: green;
}
.business_card .card-section ul {
  margin: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.5em;
  list-style: none;
  text-align: center;
  font-size: 0.98em;
}
.business_card .card-section .fL {
  display: block;
  float: left;
}
.business_card .card-section .fR {
  display: block;
  float: right;
}
.business_card .card-section .attractions_read_more {
  font-family: "Fasthand";
  font-size: 1.6em;
  text-decoration: underline;
  margin-bottom: 0.5em;
}
.business_card .card-section .attractions_read_more:hover {
  color: Green;
}
.business_card .card-section .activities_read_more {
  font-family: "Fasthand";
  font-size: 1.6em;
  text-decoration: underline;
  margin-bottom: 0.5em;
}
.business_card .card-section .activities_read_more:hover {
  color: Green;
}

.biz-modal-pad {
  display: block;
  height: 30px;
}

.thumb {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.thumb img {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 400;
}
.thumb img.overlay {
  width: 17%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
}
.thumb.thumb_zoom {
  border: 4px solid red;
  overflow: hidden;
}
.thumb.thumb_zoom img:hover {
  border: 2px solid green;
}

.bizmodal {
  font-size: 1.2em;
}
.bizmodal h1, .bizmodal .sub_hero_page_title p, .sub_hero_page_title .bizmodal p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bizmodal p {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  margin-top: -1em;
}
.bizmodal ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1em;
  padding-top: 0;
}
.bizmodal ul li {
  line-height: 2em;
}
.bizmodal a {
  color: #2B97CB;
}
.bizmodal a:hover {
  color: green;
}
.bizmodal .p {
  float: left;
  font-size: 1.2em;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.5em;
}
.bizmodal .d {
  float: right;
  font-size: 1.1em;
  padding-top: 0.2em;
}
.bizmodal .blinks i {
  display: inline-block;
  float: left;
  margin-right: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-size: 2em;
}

.nudge-top {
  margin-top: 2em;
}

.activities_business_list {
  list-style: none;
  margin-left: 0;
}
.activities_business_list li {
  list-style: none;
}
.activities_business_list li h3 {
  font-size: 1.6em;
  margin-bottom: 0.2em;
  text-decoration: underline;
}
.activities_business_list li h3 :hover {
  color: green;
}
.activities_business_list li p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.5em;
}
.activities_business_list a.related_venues {
  color: rgb(56, 0, 57);
}
.activities_business_list a.related_venues:hover {
  color: rgb(255, 160, 176);
}

#services_content {
  border: 2em solid #fefefe;
  border-radius: 6px;
  margin: 0;
  margin-top: 0;
  margin-bottom: 2.5em;
  padding: 1em 0;
  padding-bottom: 0.5em;
  background: white;
  color: black;
  filter: drop-shadow(0rem 0.4rem 0.3rem rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0rem 0.4rem 0.3rem rgba(0, 0, 0, 0.4));
}
#services_content .media_wrap {
  margin-bottom: 1.5em;
}

.page_wrapper_newsletter_lister {
  padding-bottom: 2em;
  background: #F8F7EF;
}
.page_wrapper_newsletter_lister .pagNav {
  margin-top: 1em;
}

.nb_logo {
  padding-bottom: 1.5em;
}

.news_let_wrap {
  padding-top: 1em;
}

.news_let h4 {
  font-size: 1.1em;
  color: #ffcf3d;
  padding: 0.5em;
  margin: 0em;
  text-align: center;
}
.news_let h4 {
  background: #3891c5;
}
.news_let h4:hover {
  background: #A9D27C;
  color: gold;
}
.news_let ul {
  list-style: none;
  border: 3px solid #ebebeb;
  background: #fefefe;
  margin: 0;
  padding: 0;
  filter: drop-shadow(0rem 0.4rem 0.3rem rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0rem 0.4rem 0.3rem rgba(0, 0, 0, 0.4));
}
.news_let ul li {
  list-style: none;
}
.news_let ul li img {
  margin: 0;
  padding: 0;
  padding-bottom: 0.2em;
}
.news_let ul:hover {
  border-color: #A9D27C;
}
.news_let p {
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  font-size: 1.1em;
  color: black;
  font-weight: bolder;
}

.page_wrapper_docs_lister {
  background: #F8F7EF;
  padding-top: 2em;
  padding-bottom: 1em;
}

.page_wrapper_docs_wrapper {
  margin: 1em auto;
}

.docs_wrap {
  padding-top: 1em;
}

.docs_item {
  font-size: 0.95em;
  color: black;
}
.docs_item .card {
  margin: 0;
  padding: 0;
  background: #fefefe;
  border: 1px solid #d8d8d6;
}
.docs_item .card-divider {
  text-align: center;
  color: white;
  background-color: #4320A8;
  padding: 0.5em;
  margin: 0;
}
.docs_item .card-divider h4 {
  font-size: 1.1em;
  margin-bottom: 0;
  font-weight: bolder;
}
.docs_item .card-divider p {
  font-size: 0.85em;
  margin: 0;
}
.docs_item .card-divider img {
  margin: 0;
  padding: 0;
}
.docs_item .card-divider.sticky {
  font-size: 0.95em;
  background-color: rgb(201, 54, 9);
}
.docs_item .card-divider.sticky i {
  margin-right: 0.2em;
  margin-left: 0.5em;
}
.docs_item .card-section {
  color: white;
  background: #fefefe;
  margin: 0px;
  padding: 0px;
}
.docs_item .card-section .doc-download-button {
  border-radius: 12px;
}

.directory_bg {
  background: #F8F7EF;
}

.formfield_wrap {
  background: #731140;
}
.formfield_wrap form {
  margin-bottom: 1em;
}
.formfield_wrap select {
  font-size: 0.8em;
}
.formfield_wrap input {
  font-size: 0.8em;
}
.formfield_wrap .formfields .column-block {
  padding-top: 1.5em;
  margin: 0;
  padding-bottom: 1em;
  padding-right: 12px;
}

.directory_wrap {
  padding: 0;
  padding-bottom: 2em;
}
.directory_wrap .directory_headers {
  background: #d1249d;
  margin-bottom: 1.8em;
  border-radius: 6px;
  border: 2px solid #ffcf3d;
}
.directory_wrap .directory_headers h2 {
  font-size: 1.8em;
  padding: 0.3em 1em 0.3em 1em;
  color: #ffcf3d;
  text-transform: uppercase;
}
.directory_wrap .reg_buttons {
  padding: 0 1.5em;
}
.directory_wrap .reg_butt {
  background-color: #bb24a2;
}
.directory_wrap .directory_categories_wrap {
  font-size: 1.32em;
  padding-bottom: 1.5em;
  margin-bottom: 1e 0.5m;
}
@media screen and (max-width: 63.99875em) {
  .directory_wrap .directory_categories_wrap {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 56.24875em) {
  .directory_wrap .directory_categories_wrap {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 36.24875em) {
  .directory_wrap .directory_categories_wrap {
    font-size: 1.3em;
  }
}
.directory_wrap .directory_categories_wrap h3 {
  font-size: 1.1em;
  margin-top: 0;
  padding-bottom: 0.2em;
  color: green;
  text-transform: uppercase;
}
.directory_wrap .directory_categories_wrap div.column-block {
  padding: 0;
  margin: 0;
  padding-bottom: 0.5em;
  padding-right: 118px;
}
.directory_wrap .directory_categories_wrap .directory_div {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cfcece;
}
.directory_wrap .directory_categories_wrap .directory_div a:hover {
  color: #A9D27C;
}

.directory_region_wrap {
  background: white;
  border: 2px solid rgb(184, 182, 182);
  border-radius: 12px;
  margin: 2em 1em;
  padding: 1em 1em;
}

.office_item_empty {
  margin: 0;
  padding: 0;
  padding-top: 0.2em;
}

.office_item ul {
  font-size: 0.95em;
  list-style: none;
  color: #3F3F3C;
  margin-left: 0;
  padding-left: 0;
}
.office_item ul li {
  list-style: none;
  line-height: 1.4em;
  padding-left: 0;
  margin-left: 0;
}
.office_item ul li h4 {
  color: #AA3070;
  font-size: 1.6em;
}
.office_item ul li a {
  color: yellow;
}

.office-call-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
  border-radius: 45px;
  padding: 0.5em 1em;
  margin: 0.5em;
  margin-top: 1em;
  font-size: 1.1em;
}
[data-whatinput=mouse] .office-call-btn {
  outline: 0;
}
.office-call-btn, .office-call-btn.disabled, .office-call-btn[disabled], .office-call-btn.disabled:hover, .office-call-btn[disabled]:hover, .office-call-btn.disabled:focus, .office-call-btn[disabled]:focus {
  background-color: #AA3070;
  color: #fefefe;
}
.office-call-btn:hover, .office-call-btn:focus {
  background-color: #A9D27C;
  color: #fefefe;
}
.office-call-btn a {
  color: white;
}

.board-members-wrap h5 {
  margin-bottom: 1.2em;
  font-weight: bolder;
}

.board-member ul {
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.board-member ul li {
  list-style: none;
  line-height: 0em;
}
.board-member ul p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.board-member ul h6 {
  font-weight: bolder;
  padding-bottom: 0em;
}

/* things to do pages */
.things-to-do p {
  font-size: 1.4em;
}

.things-to-do-hdr h3 {
  font-family: "Teko", sans-serif;
  color: #e6654a;
  font-size: 3em;
  margin-bottom: 1em;
}

.things-to-do-card p {
  color: black;
  margin-bottom: 0.5em;
}
.things-to-do-card h4 {
  font-family: "Teko", sans-serif;
  color: rgb(29, 89, 3);
  font-weight: Bold;
  font-size: 2.2em;
}
.things-to-do-card img {
  border: 1px dashed #ccd;
  padding: 0.5em;
  border-radius: 4%;
}
.things-to-do-card span {
  display: block;
  padding: 1em;
}
.things-to-do-card .rmore {
  font-size: 0.98em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.things-to-do-card .rmore i {
  margin-left: 0.5em;
  margin-top: 0.4em;
  font-size: 1.1em;
}

.things-to-do-card:hover h4 {
  color: green;
}
.things-to-do-card:hover img {
  border-color: green;
  border: 1px solid green;
  filter: contrast(120%);
  -webkit-filter: contrast(120%);
}
.things-to-do-card:hover p {
  color: green;
}

.to-do-line {
  height: 1px;
  border: 1px dashed #ccc;
  margin-bottom: 2.5em;
  margin-top: 0.1em;
}

/* lightslider */
.MylightSlider {
  list-style: none;
  margin-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

ul#lightSlider {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.5em;
}

ul#lightSlider li {
  list-style: none;
}

/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides2 {
  font-size: 4em;
  color: Red;
  border: 1px solid green;
}

/* global information blocks */
.footer-widgets {
  background: white;
}
.footer-widgets div {
  padding-top: 2.8em;
}
.footer-widgets img {
  width: 80%;
}
.footer-widgets h6 {
  font-size: 1.3em;
  margin-top: 1.2em;
  color: #284692;
}
.footer-widgets i {
  margin-right: 0.5em;
}
.footer-widgets div:hover h6 {
  color: green;
}

/*

.footer_wrap {

        &.lilac-grad-bg { background-image: linear-gradient(145deg,#AA3C7A, #B16891);}

        h3 { color: $light-green; font-size:2.6em; }
         p { color:white; font-style:italic; font-size:.9em; margin-bottom:1.8em;}

        ul { margin-top:2em; list-style:none; line-height:5em;}


}
*/
.site-footer-wrapper {
  padding-top: 2em;
  padding-bottom: 0em;
  background-color: #0F4962;
}
.site-footer-wrapper img {
  margin-top: 0.5em;
}
.site-footer-wrapper ul {
  margin-left: 0;
}

.site-footer-wrapper ul li {
  color: white;
  font-size: 0.98em;
  list-style: none;
  padding-top: 0.2em;
  font-family: sans-serif;
}

.site-footer-wrapper ul li a {
  color: white;
}

.site-footer-wrapper ul li a:hover {
  color: yellow;
}

.footer-contact {
  margin-top: 0.5em;
}

.footer-tele a:link {
  font-size: 1.5em;
  color: #FFF;
}

.footer-social li a i {
  color: #ddd;
  font-size: 3.8em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  white-space: nowrap;
}

.footer-social li a i:hover {
  color: #FFF;
}

#site_credits {
  background: #122739;
  padding: 2em;
  color: #fefefe;
  text-align: Center;
  font-size: 0.95em;
}
#site_credits a {
  color: rgb(255, 255, 255);
}
#site_credits a:hover {
  text-decoration: underline;
}
#site_credits ul {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#site_credits li {
  list-style: none;
  line-height: 2.8em;
}
#site_credits i {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* news pagination numbers */
.MarkupPagerNav {
  clear: both;
  font-family: Arial, sans-serif;
  margin-top: 1em;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

.MarkupPagerNav li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline-block;
  float: left;
  padding: 0.3em 0.7em;
  color: #fff;
  background: #833b64;
  margin-right: 0.5em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #fff;
  background: #A9D27C;
  text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavOn a {
  background: #3891c5;
}

p.num-pages {
  font-size: 0.8em;
}

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